@charset "UTF-8";

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

#company_message .c_title .big {
  font-size: 68px;
  font-weight: 700;
  line-height: 0.6764705882;
  letter-spacing: 0.08em;
}

#company_message .media {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  margin-top: 50px;
}

#company_message .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
}

#company_message .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  aspect-ratio: 320/440;
}

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

#company_message .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0em;
}

#company_message .box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  margin-top: 40px;
  text-align: left;
}

#company_message .box_text {
  margin-top: 5px;
}

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

#company_about .c_title .big {
  font-size: 68px;
  font-weight: 700;
  line-height: 0.6764705882;
  letter-spacing: 0.08em;
}

#company_about .table_wrap {
  margin-top: 50px;
}

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

#company_about .th,
#company_about .td {
  background: #fff;
  border: 1px solid #ddd;
}

#company_about .th {
  width: 25%;
  color: #fff;
  background: #221E1F;
  padding: 15px 24px;
}

#company_about .td {
  width: 75%;
  padding: 15px 32px;
}

#company_about .map {
  position: relative;
  width: 100%;
  aspect-ratio: 600/240;
  margin-top: 32px;
}

#company_about .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

@media screen and (max-width: 750px) {

  /* SP固定ページ 会社概要 */
  #company_message {
    padding: 15.38vw 0 10.26vw;
  }

  #company_message .c_title .big {
    font-size: 11.28vw;
    line-height: 0.85;
  }

  #company_message .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.15vw;
    margin-top: 6.15vw;
  }

  #company_message .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 71.79vw;
  }

  #company_message .image img {
    border-radius: 3.08vw;
  }

  #company_message .contents {
    width: 100%;
  }

  #company_message .text {
    font-size: 3.59vw;
    line-height: 1.64;
  }

  #company_message .box {
    font-size: 4.62vw;
    margin-top: 8.21vw;
  }

  #company_message .box_text {
    margin-top: 0;
  }

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

  #company_about .c_title .big {
    font-size: 11.28vw;
    line-height: 0.85;
  }

  #company_about .table_wrap {
    margin-top: 6.15vw;
  }

  #company_about .th {
    padding: 2.56vw;
  }

  #company_about .td {
    padding: 2.56vw;
  }

  #company_about .map {
    aspect-ratio: 600/350;
    margin-top: 5.13vw;
  }

  #company_about .map iframe {
    border-radius: 3.08vw;
  }
}