@charset "UTF-8";

/* PC固定ページ 会社概要 */
#company_message {
  background: -webkit-gradient(linear, left top, left bottom, from(#fde3ce), to(#FDF7F2));
  background: -webkit-linear-gradient(top, #fde3ce 0%, #FDF7F2 100%);
  background: linear-gradient(180deg, #fde3ce 0%, #FDF7F2 100%);
  border-radius: 50px 50px 0 0;
  padding: 80px 0 50px;
}

#company_about {
  padding: 50px 0;
}

#company_about .table_wrap {
  border: 1px solid #e0e0e0;
  border-radius: 35px;
  overflow: hidden;
  margin-top: 40px;
}

#company_about .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

#company_about .th,
#company_about .td {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border-top: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: top;
}

#company_about .th {
  width: 28%;
  font-weight: 700;
  color: #fff;
  background: #e5784e;
  padding: 18px 30px;
}

#company_about .td {
  color: #282223;
  background: #fff;
  border-left: 1px solid #e0e0e0;
  padding: 18px 40px;
}

#company_about .tr:first-child .th,
#company_about .tr:first-child .td {
  border-top: none;
}

#company_about .list+.list {
  margin-top: 3px;
}

#company_recruitment {
  padding: 50px 0;
}

#company_recruitment .text {
  margin-top: 0;
}

#company_business {
  padding: 50px 0 100px;
}

#company_business .wrap {
  position: relative;
}

#company_business .illust {
  position: absolute;
}

#company_business .illust img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#company_business .illust--decoration01 {
  width: 100px;
  top: 45px;
  left: -50px;
}

#company_business .illust--decoration02 {
  width: 130px;
  bottom: -58px;
  right: -100px;
  z-index: -1;
}

#company_business .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  background: #fff;
  border-radius: 35px;
  padding: 40px;
  margin-top: 40px;
}

#company_business .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#company_business .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}

#company_business .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 5px solid #CABAB5;
  border-radius: 20px;
}

#company_business .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.58;
  letter-spacing: 0.03em;
}

#company_business .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: #282223;
  text-align: left;
  margin-top: 24px;
}

@media (max-width: 750px) {

  /* SP固定ページ 会社概要 */
  #company_message {
    border-radius: 7.69vw 7.69vw 0 0;
    padding: 12.82vw 0 7.69vw;
  }

  #company_about {
    padding: 7.69vw 0;
  }

  #company_about .table_wrap {
    border-radius: 3.85vw;
    margin-top: 5.13vw;
  }

  #company_about .th,
  #company_about .td {
    font-size: 3.59vw;
  }

  #company_about .th {
    padding: 3.59vw 2.56vw;
  }

  #company_about .td {
    padding: 3.59vw 2.56vw;
  }

  #company_about .list+.list {
    margin-top: 0.77vw;
  }

  #company_recruitment {
    padding: 7.69vw 0;
  }

  #company_business {
    padding: 7.69vw 0 15.38vw;
  }

  #company_business .illust--decoration01 {
    width: 15.38vw;
    top: 6.15vw;
    left: -2.56vw;
  }

  #company_business .illust--decoration02 {
    width: 16.67vw;
    bottom: -12.82vw;
    right: -2.56vw;
    z-index: 0;
  }

  #company_business .media {
    display: block;
    border-radius: 3.85vw;
    padding: 5.13vw 5.13vw 7.69vw;
    margin-top: 5.13vw;
  }

  #company_business .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  #company_business .image img {
    border-radius: 3.85vw;
  }

  #company_business .contents {
    margin-top: 5.13vw;
  }

  #company_business .title {
    font-size: 4.62vw;
    line-height: 1.33;
  }

  #company_business .text {
    font-size: 3.85vw;
    line-height: 1.7;
    margin-top: 4.1vw;
  }
}
