.l-company_overview {
  padding-top: 10rem;
}

.l-company_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 0;
  gap: 3.4rem;
  background-color: var(--colorLightBlue);
}

.l-company_summary {
  display: grid;
  gap: 2rem;
}

.l-company_summary_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  font-size: 1.8rem;
}

.l-company_summary_wrapper:not(:has(.l-company_summary_answer_list)) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-company_summary_question {
  display: grid;
  place-items: center;
  width: 15.5rem;
  height: 4rem;
  border: 1px solid var(--colorBlue);
  color: var(--colorBlue);
}

.l-company_summary_question.is-100 {
  height: 100%;
}

.l-company_summary_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.l-company_summary_answer_map {
  display: grid;
  place-items: center;
  width: 4.2rem;
  background-color: var(--colorBlue);
  color: var(--colorWhite);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8;
}

.l-company_summary_answer_list {
  line-height: 1.8;
  counter-reset: my-counter;
}

.l-company_summary_answer_list_item {
  position: relative;
  padding-left: 3rem;
}

.l-company_summary_answer_list_item::before {
  display: block;
  display: grid;
  position: absolute;
  top: 56%;
  left: 0;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid var(--colorBlue);
  border-radius: 50%;
  content: counter(my-counter);
  color: var(--colorBlue);
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Montserrat","Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
  font-optical-sizing: auto;
  letter-spacing: -1px;
  counter-increment: my-counter;
}

.l-company_access {
  padding-top: 10.5rem;
}

.l-company_access_ttl {
  margin-bottom: 2rem;
  color: var(--colorBlue);
  font-weight: 500;
  font-size: 1.8rem;
}

.l-company_access_summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5rem;
}

.l-company_access_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  gap: 4rem;
  font-size: 1.8rem;
  line-height: 4rem;
}

.l-company_access_question {
  width: 24.5rem;
  border: 1px solid var(--colorBlue);
  color: var(--colorBlue);
  text-align: center;
}

.l-company_access_answer {
  line-height: 2;
}

.l-company_access_map {
  max-width: 100%;
  margin-bottom: 15rem;
}

.l-company_description {
  margin-bottom: 8rem;
  color: var(--colorBlue);
  font-style: normal;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.619047619;
  font-family: "Zen Old Mincho","Times New Roman","YuMincho","Hiragino Mincho ProN","Yu Mincho","MS PMincho",serif;
}

.l-company_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.6rem;
}

.l-company_flex_img {
  width: 49.8rem;
}

.l-company_flex_txt_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8888888889;
}

.l-company_flex_txt {
  display: grid;
  gap: 2rem;
}

.l-company_flex_txt_block {
  display: block;
}

.l-company_flex_name {
  margin-top: -1rem;
  font-size: 1.8rem;
  text-align: right;
}

.l-company_management {
  display: grid;
  padding: 10rem 14.5rem;
  gap: 6.5rem;
  background-color: var(--colorLightBlue);
}

.l-company_management_ttl {
  margin-bottom: 2rem;
}

.l-company_management_txt {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8888888889;
}

.l-company_management_block_sub {
  display: grid;
  padding-top: 2rem;
  gap: 3.5rem;
}

@media screen and (max-width: 47.9375em) {
  .l-company_overview {
    padding-top: 5rem;
  }
  .l-company_nav_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 3rem 1.5rem;
    gap: 3rem 1.1rem;
  }
  .l-company_summary {
    margin-top: 4rem;
    gap: 2.4rem;
  }
  .l-company_summary_wrapper {
    display: grid;
    gap: 1rem;
    font-size: 1.4rem;
  }
  .l-company_summary_question.is-100 {
    height: 4rem;
  }
  .l-company_summary_question {
    width: 100%;
  }
  .l-company_summary_answer {
    display: grid;
    gap: .5rem;
    line-height: 2;
  }
  .l-company_summary_answer_map {
    width: 8rem;
    line-height: 3rem;
  }
  .l-company_summary_answer_list {
    display: grid;
    gap: 1rem;
  }
  .l-company_summary_answer_list_item::before {
    top: .3rem;
    width: 1.9rem;
    height: 1.9rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 1.2rem;
  }
  .l-company_access {
    padding-top: 7rem;
  }
  .l-company_access_inner {
    margin-top: 4rem;
  }
  .l-company_access_ttl {
    font-size: 1.5rem;
  }
  .l-company_access_summary {
    display: grid;
    width: 100%;
    margin-bottom: 3.4rem;
    gap: 2.4rem;
  }
  .l-company_access_wrapper {
    display: grid;
    width: 100%;
    gap: 1rem;
    font-size: 1.4rem;
  }
  .l-company_access_question {
    width: 100%;
  }
  .l-company_access_map {
    aspect-ratio: 1;
    height: auto;
    margin-bottom: 7.5rem;
  }
  .l-company_description {
    margin-top: -1rem;
    margin-bottom: 3.6rem;
    font-size: 2.3rem;
    line-height: 1.5652173913;
  }
  .l-company_flex {
    display: grid;
    gap: 0;
  }
  .l-company_flex_img {
    aspect-ratio: 115/68;
    width: 100%;
    margin-bottom: 2rem;
  }
  .l-company_flex_img img {
    width: 100%;
    height: 100%;
  }
  .l-company_flex_txt_wrapper {
    font-size: 1.4rem;
    line-height: 2;
  }
  .l-company_flex_txt {
    gap: 1.8rem;
  }
  .l-company_flex_name {
    margin-top: 0;
    margin-top: 1rem;
    font-size: 1.4rem;
    text-align: left;
  }
  .l-company_management {
    padding: 5rem 1.6rem;
    gap: 4.5rem;
  }
  .l-company_management_txt {
    font-size: 1.4rem;
  }
  .l-message {
    margin-bottom: 5rem;
  }
}

@media (hover: hover) {
  .l-company_nav_list .c-button_text:hover .c-button_icon {
    stroke: var(--colorBlue);
  }
}
