@charset "UTF-8";

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

#company_message .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin: 50px 0 30px;
}

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

#company_message .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 400/380;
}

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

#company_message .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #06081E;
}

#company_message .catch {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-top: 32px;
}

#company_message .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-top: 32px;
}

/* 代表挨拶 本文ブロック */
#company_message .body {
  margin-top: 48px;
}

#company_message .body_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

#company_message .body_text+.body_text {
  margin-top: 24px;
}

#company_message .points {
  margin: 40px 0;
}

#company_message .point {
  padding: 32px 40px;
  background: #F4F5FA;
  border-left: 4px solid #161C61;
}

#company_message .point+.point {
  margin-top: 24px;
}

#company_message .point_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #06081E;
}

#company_message .point_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 12px;
}

#company_message .sign {
  margin-top: 48px;
  text-align: right;
}

#company_message .sign_company {
  font-size: 16px;
  letter-spacing: 0.05em;
}

#company_message .sign_name {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #06081E;
  margin-top: 8px;
}

#company_outline {
  padding: 60px 0 150px;
}

#company_outline .table_wrap {
  margin-top: 32px;
}

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

#company_outline .th,
#company_outline .td {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  background: #fff;
  border: 1px solid rgba(22, 28, 97, 0.15);
}

#company_outline .th {
  width: 25%;
  font-weight: 500;
  color: #fff;
  background: #161C61;
  padding: 20px 24px;
  border-color: rgba(255, 255, 255, 0.3);
}

#company_outline .td {
  width: 75%;
  padding: 20px 40px;
}

#company_outline .map {
  position: relative;
  width: 100%;
  aspect-ratio: 1140/400;
  margin-top: 60px;
}

#company_outline .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#company_message .cont .bottom_text {
  font-size: 15px;
  line-height: 2.4;
  text-align: center;
  letter-spacing: .03em;
  font-weight: 700;
}

@media (max-width: 750px) {

  /* SP固定ページ 会社概要 */
  #page_company .c_title_en {
    font-size: 10.26vw;
  }

  #company_message {
    padding: 0 0 7.69vw;
  }

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

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

  #company_message .image img {
    aspect-ratio: 400/320;
  }

  #company_message .title {
    font-size: 4.95vw;
  }

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

  #company_message .catch {
    font-size: 3.59vw;
    margin-top: 3vw;
  }

  /* 代表挨拶 本文ブロック */
  #company_message .body {
    margin-top: 7.69vw;
  }

  #company_message .body_text {
    font-size: 3.59vw;
    line-height: 1.9;
  }

  #company_message .body_text+.body_text {
    margin-top: 5.13vw;
  }

  #company_message .points {
    margin: 7.69vw 0;
  }

  #company_message .point {
    padding: 5.13vw 5.13vw;
    border-left-width: 1.03vw;
  }

  #company_message .point+.point {
    margin-top: 4.1vw;
  }

  #company_message .point_title {
    font-size: 4.06vw;
    line-height: 1.6;
  }

  #company_message .point_text {
    font-size: 3.49vw;
    line-height: 1.9;
    margin-top: 3.08vw;
  }

  #company_message .sign {
    margin-top: 7.69vw;
  }

  #company_message .sign_company {
    font-size: 3.59vw;
  }

  #company_message .sign_name {
    font-size: 4.62vw;
    margin-top: 2.05vw;
  }

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

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

  #company_outline .th,
  #company_outline .td {
    display: block;
    font-size: 3.59vw;
    line-height: 1.7;
  }

  #company_outline .th {
    width: 100%;
    padding: 2.56vw 5.13vw;
  }

  #company_outline .td {
    width: 100%;
    padding: 3.85vw 5.13vw;
  }

  #company_outline .map {
    aspect-ratio: 390/280;
    margin-top: 6.15vw;
  }

  #company_message .cont .bottom_text {
    font-size: 3.6vw;
    text-align: left;
  }
  
}