@charset "UTF-8";

#stance .contact_wrap {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

#stance .catch {
  margin-bottom: 2.4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

#stance .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#company {
  color: #fff;
  background-color: #004f3c;
  position: relative;
}

#company::before {
  content: '';
  width: 40%;
  aspect-ratio: 478 / 960;
  background-image: url(../img/about/company_bg01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

#company::after {
  content: '';
  width: 40%;
  aspect-ratio: 478 / 960;
  background-image: url(../img/about/company_bg02.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

#company .list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

#company .list .item {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #fff;
}

#company .list .item .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}

#company .list .item .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

#company .list .item .text .in_list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}


@media (min-width: 769px) {
  #stance {
    position: relative;
  }

  #stance .inner {
    position: relative;
  }

  #stance .contact_wrap {
    width: 75.4rem;
  }

  #stance .catch {
    font-size: 4rem;
  }

  #stance .text {
    font-size: 2rem;
  }

  #stance .img {
    width: 33.6rem;
    position: absolute;
    bottom: -5.6rem;
    right: 4rem;
  }

  #company::before {
    width: 48rem;
    top: 50%;
    transform: translateY(-50%);
  }

  #company::after {
    width: 48rem;
    top: 50%;
    transform: translateY(-50%);
  }

  #company .list {
    width: 92.8rem;
    margin: 0 auto;
  }

  #company .list .item {
    display: flex;
    justify-content: space-between;
  }

  #company .list .item .ttl {
    width: 16rem;
    font-size: 2rem;
    margin-bottom: 0;
  }

  #company .list .item .text {
    width: calc(100% - 19.2rem);
    font-size: 2rem;
  }
}
