@charset "UTF-8";

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

#company_greeting .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
}

#company_greeting .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
}

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

#company_greeting .title {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
}

#company_greeting .title::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #fff;
}

#company_greeting .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125;
  letter-spacing: 0em;
  margin-top: 40px;
}

#company_greeting .box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-top: 40px;
  text-align: left;
}

#company_greeting .box_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0em;
}

#company_greeting .box_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  margin-top: 8px;
}

#company_about .body {
  border-top: 1px solid #ccc;
  padding: 120px 0;
}

#company_about .title {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
}

#company_about .title::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #fff;
}

#company_about .image {
  max-width: 680px;
  margin-inline: auto;
  margin-top: 40px;
}

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

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

#company_about .th,
#company_about .td {
  border: 1px solid #525252;
  padding: 8px 24px;
}

#company_about .th {
  width: 25%;
}

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

#company_about .list {
  position: relative;
  padding-left: 12px;
}

#company_about .list::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  top: 15px;
  left: 0;
  background: #fff;
  border-radius: 50%;
}

#company_access .body {
  border-top: 1px solid #ccc;
  padding: 120px 0 180px;
}

#company_access .title {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
}

#company_access .title::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #fff;
}

#company_access .row {
  gap: 80px;
  margin-top: 40px;
}

#company_access .map {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  aspect-ratio: 600/450;
}

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

#company_access .dl-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 16px;
}

#company_access .dl:not(:first-of-type) {
  margin-top: 32px;
}

#company_access .dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

#company_access .dt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0em;
}

@media (max-width: 750px) {

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

  #company_greeting .wrap {
    width: 89.74%;
  }

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

  #company_greeting .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 82%;
  }

  #company_greeting .title {
    font-size: 5.13vw;
    padding-bottom: 2.05vw;
  }

  #company_greeting .title::before {
    width: 8.97vw;
  }

  #company_greeting .text {
    font-size: 3.85vw;
    line-height: 1.8;
    margin-top: 6.15vw;
  }

  #company_greeting .box {
    margin-top: 8.21vw;
  }

  #company_greeting .box_title {
    font-size: 4.1vw;
  }

  #company_greeting .box_text {
    font-size: 4.1vw;
    margin-top: 1.28vw;
  }

  #company_about .wrap {
    width: 89.74%;
  }

  #company_about .body {
    padding: 15.38vw 0;
  }

  #company_about .title {
    font-size: 5.13vw;
    padding-bottom: 2.05vw;
  }

  #company_about .title::before {
    width: 8.97vw;
  }

  #company_about .image {
    max-width: 100%;
    margin-top: 6.15vw;
  }

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

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

  #company_about .tr {
    display: block;
    border: 1px solid #525252;
    border-bottom: none;
    padding: 3.08vw 5.13vw;
  }

  #company_about .tr:last-of-type {
    border-bottom: 1px solid #525252;
  }

  #company_about .th,
  #company_about .td {
    display: block;
    border: none;
    padding: 0;
  }

  #company_about .th {
    width: 100%;
  }

  #company_about .td {
    width: 100%;
    padding: 0;
    margin-top: 1.28vw;
  }

  #company_about .list {
    padding-left: 3.08vw;
  }

  #company_about .list::before {
    width: 0.77vw;
    height: 0.77vw;
    top: 3.85vw;
  }

  #company_access .wrap {
    width: 89.74%;
  }

  #company_access .body {
    padding: 15.38vw 0 25.64vw;
  }

  #company_access .title {
    font-size: 5.13vw;
    padding-bottom: 2.05vw;
  }

  #company_access .title::before {
    width: 8.97vw;
  }

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

  #company_access .map {
    width: 100%;
  }

  #company_access .dl-wrap {
    margin-top: 0;
  }

  #company_access .dl:not(:first-of-type) {
    margin-top: 8.21vw;
  }

  #company_access .dl {
    gap: 1.28vw;
  }

  #company_access .dt {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4444444444;
    letter-spacing: 0em;
    font-size: 4.1vw;
  }
}