@charset "UTF-8";

/* PC固定ページ 会社概要 */
#company_message {
  padding: 100px 0 50px;
}

#company_about {
  padding: 50px 0 120px;
}

#company_about .c_title {
  font-size: 38px;
}

#company_about .dl-wrap {
  position: relative;
  width: 100%;
  max-width: 940px;
  margin-inline: auto;
  background: #fff;
  border-radius: 20px;
  border: 3px solid #1A1A1A;
  padding: 24px 60px;
  margin-top: 32px;
}

#company_about .dl {
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#company_about .dl::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-image: -webkit-radial-gradient(circle, #333333 2px, transparent 2px);
  background-image: radial-gradient(circle, #333333 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}

#company_about .dl:last-of-type::before {
  display: none;
}

#company_about .dt,
#company_about .dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

#company_about .dt {
  width: 25%;
  font-family: "fot-tsukuardgothic-std", "筑紫A丸ゴシック", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: 0.04em;
  color: #1A1A1A;
  padding: 24px 20px;
}

#company_about .dd {
  width: 75%;
  color: #3F3A39;
  padding: 24px 32px;
}

#company_about .dd_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

#company_about .lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}

#company_about .list {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

@media (max-width: 750px) {
  /* SP固定ページ 会社概要 */
  #company_message {
    padding: 10.26vw 0 7.69vw;
  }

  #company_about {
    padding: 7.69vw 0 20.51vw;
  }

  #company_about .wrap {
    width: 89.74%;
  }

  #company_about .c_title {
    font-size: 7.18vw;
  }

  #company_about .dl-wrap {
    max-width: 100%;
    border-radius: 2.56vw;
    border: 2px solid #1A1A1A;
    padding: 2.56vw 3.85vw;
    margin-top: 4.1vw;
  }

  #company_about .dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.54vw;
    padding: 4.1vw 2.56vw;
  }

  #company_about .dt,
  #company_about .dd {
    width: 100%;
    font-size: 3.59vw;
    line-height: 1.5;
    padding: 0;
  }

  #company_about .dt {
    font-size: 4.1vw;
    line-height: 1.15;
  }

  #company_about .dd_text {
    font-size: 3.59vw;
    line-height: 1.5;
  }

  #company_about .lists {
    gap: 1.03vw;
  }

  #company_about .list {
    font-size: 3.59vw;
    line-height: 1.5;
  }
}
