/* =========================================
  Hero
========================================= */
.hero {
  position: relative;
  min-height: 80vh;
  background: url("../img/top/hero.webp") center center / cover no-repeat;
}

.hero__inner {
	width: 70%;
  margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero__copy {
  /* width: min(100%, 560px); */
  padding: 36px 65px 32px;
  background: linear-gradient(
		90deg,
		rgba(24, 73, 165, 0) 0%,
		rgba(24, 73, 165, 0.88) 20%,
		rgba(10, 45, 115, 0.95) 50%,
		rgba(24, 73, 165, 0.88) 80%,
		rgba(24, 73, 165, 0) 100%
	);
  color: var(--color-white);
	text-align: center;
}

.hero__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.hero__subtitle {
  display: flex;
  align-items: center;
	justify-content: center;
  gap: 16px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
}

.hero__subtitle::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--color-white);
}

/* =========================================
  About
========================================= */
.about__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.about__content {
  max-width: 560px;
}

.about__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}

.about__text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 2.3;
}

.about__action {
  flex-shrink: 0;
  padding-top: 24px;
}

/* =========================================
  Services
========================================= */
.services {
  position: relative;
  overflow: hidden;
}

.services__inner {
  position: relative;
  z-index: 1;
	margin: 0 auto 0 0;
	padding: 0 20px 0 0;
}

.services .section-title {
  margin-bottom: 0;
}

.services-bg {
  margin-top: 100px;
  padding: 0 0 100px;
  background: url("../img/common/contents_bg.webp") center center / cover no-repeat;
  border-radius: 0 0 0 40px;
}

.services__main {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.services-image {
  position: relative;
  z-index: 2;
  flex: 0 0 406px;
  max-width: 406px;
  margin-top: -36px;
}

.services-image::after {
  content: "";
  position: absolute;
  left: -12px;
  bottom: -12px;
  width: calc(100% - 14px);
  height: calc(100% - 6px);
  background: rgba(201, 198, 230, 0.6);
  z-index: 0;
}

.services-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 410 / 520;
  object-fit: cover;
	object-position: right;
}

.services-list {
  position: relative;
  z-index: 3;
  flex: 1;
  padding-top: 16px;
  margin-left: 25px;
}

.services-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 52px;
  padding: 0 24px 16px 0;
}

.services-list li + li {
  margin-top: 24px;
}

.services-list li::after {
  content: "";
  position: absolute;
  left: -68px;
  right: 8px;
  bottom: 0;
  height: 1px;
  background: var(--color-white);
}

.services-list li::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-white);
}

.services-list__num {
  flex-shrink: 0;
  min-width: 36px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  color: rgba(255, 255, 255, 0.48);
}

.services-list__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-white);
}

.services__bottom {
  display: flex;
  justify-content: space-between;
	align-items: center;
	gap: 32px;
	margin-top: 50px;
}

.services-text {
  max-width: 600px;
  font-size: 16px;
  line-height: 2.3;
  color: var(--color-white);
}

.services__action {
  flex-shrink: 0;
  padding-bottom: 12px;
}

/* =========================================
  Company
========================================= */
.company {
  position: relative;
  overflow: hidden;
}

.company__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto 0 0;
  padding: 0 20px 0 0;
}

.company .section-title {
  margin-bottom: 0;
}

.company-bg {
  margin-top: 100px;
  padding: 0 0 100px;
  background: url("../img/common/contents_bg.webp") center center / cover no-repeat;
  border-radius: 0 0 0 40px;
}

.company__main {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.company-image {
  position: relative;
  z-index: 3;
  margin-top: -36px;
}

.company-image::after {
  content: "";
  position: absolute;
  left: -12px;
  bottom: -12px;
  width: calc(100% - 18px);
  height: calc(100% - 8px);
  background: rgba(201, 198, 230, 0.6);
  z-index: 0;
}

.company-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 920 / 290;
  object-fit: cover;
}

.company__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
	margin-top: 50px;
}

.company-text {
  max-width: 516px;
  font-size: 16px;
  line-height: 2.3;
  color: var(--color-white);
}

.company__action {
  flex-shrink: 0;
  padding-bottom: 12px;
}


/* =========================================
  Contact
========================================= */
.contact__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto 0 0;
  padding: 0 20px 0 0;
}

.contact .section-title {
  margin-bottom: 0;
}

.contact__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
	margin-top: 50px;
}

.contact-text {
  max-width: 516px;
  font-size: 16px;
  line-height: 2.3;
}


/* =========================================
  Responsive
========================================= */
@media screen and (max-width: 768px) {
/* hero */
  .hero {
    background-position: center center;
  }

	.hero__inner {
		width: 80%;
	}

  .hero__copy {
    width: 100%;
    padding: 24px 0 22px;
  }

  .hero__title {
    font-size: 21px;
    line-height: 1.5;
  }

  .hero__subtitle {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.8;
  }

	/* about */
  .about__inner {
    flex-direction: column;
    gap: 24px;
  }

  .about__content {
    max-width: 100%;
  }

  .about__title {
    font-size: 20px;
    line-height: 1.6;
  }

  .about__text {
    margin-top: 18px;
    font-size: 13px;
    line-height: 2;
  }

  .about__action {
    padding-top: 0;
  }

	/* services */
  .services-bg {
    margin-top: 80px;
  }

  .services__main {
    flex-direction: column;
    gap: 42px;
  }

  .services-image {
    flex: none;
    max-width: 100%;
  }

  .services-image::after {
    left: -8px;
    bottom: -8px;
    width: calc(100% - 10px);
    height: calc(100% - 4px);
  }

  .services-list {
    width: 100%;
    padding-top: 0;
		margin: 0;
  }

  .services-list li {
    gap: 14px;
    min-height: 42px;
    padding: 0 0px 10px 0;
  }

  .services-list li + li {
    margin-top: 8px;
  }

	.services-list li::after {
		right: 0;
	}

  .services-list__text {
    font-size: 14px;
    line-height: 1.6;
  }

  .services__bottom {
		flex-direction: column;
		gap: 24px;
		margin-top: 28px;
  }

  .services-text {
    max-width: 100%;
    font-size: 14px;
    line-height: 2;
  }

  .services__action {
    padding-bottom: 0;
  }

	/* company */
  .company-bg {
    margin-top: 80px;
  }

	.company__main {
    flex-direction: column;
    gap: 24px;
  }

  .company-image {
    max-width: 100%;
  }

  .company-image::after {
    left: -8px;
    bottom: -8px;
    width: calc(100% - 10px);
    height: calc(100% - 4px);
  }

  .company-image img {
    aspect-ratio: 16 / 9;
  }

  .company__bottom {
    flex-direction: column;
    gap: 24px;
    margin-top: 28px;
  }

  .company-text {
    max-width: 100%;
    font-size: 14px;
    line-height: 2;
  }

  .company__action {
    padding-bottom: 0;
  }

	/* contact */
  .contact__bottom {
    flex-direction: column;
    gap: 24px;
    margin-top: 28px;
  }

  .contact-text {
    max-width: 100%;
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (max-width: 500px) {
	.hero__inner {
		width: 90%;
	}
	.hero__title{
		font-size: 20px;
	}
	.hero__subtitle {
		font-size: 12px;
	}
}