@charset "UTF-8";

/* PC固定ページ 会社案内 */
#company_anchor {
  padding: 36px 0 60px;
}

#company_anchor .anchors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

#company_information {
  position: relative;
  padding: 124px 0 120px;
}

#company_information::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../../../image/company-information-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

#company_information .body {
  background: #fff;
  padding: 50px;
  margin-top: 38px;
}

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

#company_information .th,
#company_information .td {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.035em;
  color: #231815;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

#company_information .th {
  width: 28.8%;
  font-weight: 700;
  background: #F0F0F0;
  padding: 22px 30px;
  text-align: center;
  vertical-align: middle;
}

#company_information .td {
  width: 71.2%;
  padding: 22px 50px;
}

#company_information .units {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
}

#company_information .unit_row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}

#company_information .unit_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#company_information .unit_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: -3px;
}

#company_information .unit_icon img {
  width: 25px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#company_information .unit_icon--large img {
  width: 30px;
}

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

#company_information .list_title {
  text-decoration: underline;
}

#company_office {
  padding: 105px 0 100px;
}

#company_office .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 37px;
}

#company_office .item a {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #E0E0E0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#company_office .item_image {
  overflow: hidden;
}

#company_office .item_image img {
  width: 100%;
  height: auto;
  aspect-ratio: 285/160;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#company_office .item_body {
  padding: 23px 14px 23px;
}

#company_office .item_row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

#company_office .item_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.035em;
  color: #231815;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#company_office .item_arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
  background: #EAEAEA;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#company_office .item_arrow::before,
#company_office .item_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#company_office .item_arrow::before {
  width: 8px;
  height: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #149DBA;
}

#company_office .item_arrow::after {
  width: 5px;
  height: 5px;
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-right: 1px solid #149DBA;
  border-bottom: 1px solid #149DBA;
}

#company_office .item_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.035em;
  color: #231815;
  margin-top: 11px;
}

#company_staff {
  position: relative;
  padding: 125px 0 120px;
}

#company_staff::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../../../image/company-staff-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

#company_staff .items {
  margin-top: 53px;
}

/* PC固定ページ 会社案内 */

#company_office .item a:hover {
  background: #EFFBFD;
}

#company_office .item a:hover .item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#company_office .item a:hover .item_title {
  color: #149DBA;
}

#company_office .item a:hover .item_arrow {
  background: #149DBA;
}

#company_office .item a:hover .item_arrow::before {
  background: #fff;
}

#company_office .item a:hover .item_arrow::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media (max-width: 750px) {

  /* SP固定ページ 会社案内 */
  #company_anchor {
    padding: 3.85vw 0 7.69vw;
  }

  #company_anchor .anchors {
    gap: 2.56vw;
  }

  #company_information {
    padding: 13.59vw 0 12.82vw;
  }

  #company_information .body {
    padding: 0;
    margin-top: 6.15vw;
  }

  #company_information .th,
  #company_information .td {
    display: block;
    font-size: 3.59vw;
    border: 1px solid #E0E0E0;
    border-bottom: none;
  }

  #company_information .th {
    width: 100%;
    padding: 2.05vw 5.13vw;
    text-align: left;
  }

  #company_information .td {
    width: 100%;
    padding: 3.08vw 5.13vw;
  }

  #company_information .units {
    gap: 2.05vw;
  }

  #company_information .unit_row {
    gap: 2.56vw;
  }

  #company_information .unit_icon {
    top: -0.51vw;
  }

  #company_information .unit_icon img {
    width: 5.13vw;
  }

  #company_information .unit_icon--large img {
    width: 6.41vw;
  }

  #company_information .lists {
    gap: 4.1vw;
  }

  #company_office {
    padding: 12.82vw 0;
  }

  #company_office .items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6.15vw;
  }

  #company_office .item a {
    border-bottom: none;
  }

  #company_office .item:nth-of-type(odd) a {
    border-right: none;
  }

  #company_office .item:last-of-type a,
  #company_office .item:nth-last-of-type(-n+2) a {
    border-bottom: 1px solid #E0E0E0;
  }

  #company_office .item a:hover {
    background: #fff;
  }

  #company_office .item a:hover .item_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #company_office .item_body {
    padding: 2.56vw;
  }

  #company_office .item_row {
    gap: 2.56vw;
  }

  #company_office .item_title {
    font-size: 3.85vw;
    line-height: 1.4;
  }

  #company_office .item a:hover .item_title {
    color: #231815;
  }

  #company_office .item_arrow {
    width: 5.13vw;
    height: 5.13vw;
  }

  #company_office .item a:hover .item_arrow {
    background: #EAEAEA;
  }

  #company_office .item_arrow::before {
    width: 2.05vw;
  }

  #company_office .item a:hover .item_arrow::before {
    background: #149DBA;
  }

  #company_office .item_arrow::after {
    width: 1.28vw;
    height: 1.28vw;
    left: calc(50% + 0.26vw);
  }

  #company_office .item a:hover .item_arrow::after {
    border-right: 1px solid #149DBA;
    border-bottom: 1px solid #149DBA;
  }

  #company_office .item_text {
    font-size: 3.08vw;
    margin-top: 2.56vw;
  }

  #company_staff {
    padding: 12.82vw 0 15.38vw;
  }

  #company_staff .items {
    margin-top: 24px;
  }
}