.company_message_block {
  max-width: 104rem;
  margin-top: 5rem;
  margin-inline: auto;
  display: grid;
}
@media screen and (width <= 767px) {
  .company_message_block {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media screen and (width > 767px), print {
  .company_message_block {
    grid-template-columns: 38.46% 1fr;
    gap: 6rem;
  }
}
.company_message_block .txt_wrap .ttl {
  margin-top: 0;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (width <= 767px) {
  .company_message_block .txt_wrap .ttl {
    font-size: 1.8rem;
  }
}
@media screen and (width > 767px), print {
  .company_message_block .txt_wrap .ttl {
    font-size: 2rem;
  }
}
.company_message_block .txt_wrap p:not([class]) {
  line-height: 1.75;
}
@media screen and (width <= 767px) {
  .company_message_block .txt_wrap p:not([class]) {
    margin-top: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .company_message_block .txt_wrap p:not([class]) {
    margin-top: 2rem;
  }
}
.company_message_block .txt_wrap .name {
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.54;
}
@media screen and (width <= 767px) {
  .company_message_block .txt_wrap .name {
    margin-top: 3.2rem;
    text-align: right;
    font-size: 2rem;
  }
}
@media screen and (width > 767px), print {
  .company_message_block .txt_wrap .name {
    margin-top: 5.4rem;
    font-size: 2.2rem;
  }
}
.company_philosophy_block {
  max-width: 104rem;
  margin-inline: auto;
  display: grid;
  gap: 2.5rem;
}
@media screen and (width <= 767px) {
  .company_philosophy_block {
    grid-template-columns: 1fr;
  }
}
@media screen and (width > 767px), print {
  .company_philosophy_block {
    grid-template-columns: repeat(3, 1fr);
  }
}
.company_philosophy_block > li {
  -webkit-filter: drop-shadow(0 0.4rem 1.6rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0.4rem 1.6rem rgba(0, 0, 0, 0.1));
  position: relative;
}
.company_philosophy_block > li .txt_wrap {
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  margin: 0.1rem;
  padding: 5.9rem 1.8rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white);
  clip-path: polygon(3.2rem 0%, 100% 0, 100% calc(100% - 3.2rem), calc(100% - 3.2rem) 100%, 0 100%, 0 3.2rem);
}
.company_philosophy_block > li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--light-blue);
  clip-path: polygon(3.2rem 0%, 100% 0, 100% calc(100% - 3.2rem), calc(100% - 3.2rem) 100%, 0 100%, 0 3.2rem);
  position: absolute;
  top: 0;
  left: 0;
}
.company_philosophy_block > li::after {
  content: "";
  display: block;
  width: 7.2rem;
  height: 7.2rem;
  background-color: var(--light-blue);
  clip-path: polygon(4.8rem 0, 100% 0%, 0 100%, 0 4.8rem);
  position: absolute;
  top: 0;
  left: 0;
}
.company_philosophy_block > li .num {
  color: var(--light-blue);
  font-size: 3rem;
  font-weight: 700;
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.company_philosophy_block > li p {
  margin-top: 0;
  text-align: center;
  line-height: 1.75;
  position: relative;
  z-index: 1;
}
.company_philosophy_block > li p .-lb {
  color: var(--main-color);
  font-weight: 700;
}
.company_environment p {
  text-align: center;
  line-height: 1.875;
}
.company_environment p strong {
  color: var(--main-color);
  font-size: 2rem;
  font-weight: 700;
}
.company_tbl {
  width: 100%;
  max-width: 104rem;
  margin-inline: auto;
}
@media screen and (width <= 767px) {
  .company_tbl {
    margin-top: 3rem;
  }
}
@media screen and (width > 767px), print {
  .company_tbl {
    margin-top: 5rem;
  }
}
.company_tbl tbody tr:first-child td {
  border-top: 1px solid #D7D7D7;
}
@media screen and (width <= 767px) {
  .company_tbl tbody th,
  .company_tbl tbody td {
    padding: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .company_tbl tbody th,
  .company_tbl tbody td {
    padding: 1.9rem 2rem;
  }
}
.company_tbl tbody th {
  width: 26.44%;
  background-color: #D2EBFA;
  color: var(--navy);
  border-bottom: 1px solid var(--white);
  font-weight: 500;
  line-height: 1.375;
}
.company_tbl tbody td {
  background-color: var(--white);
  border-bottom: 1px solid #D7D7D7;
  font-weight: 500;
  line-height: 1.375;
}
.company_tbl tbody td > *:first-child {
  margin-top: 0;
}
.company_tbl tbody td .map {
  display: inline-block;
  padding: 0 0.6rem 0.1rem;
  border: 0.1rem solid var(--main-color);
  background-color: var(--main-color);
  color: var(--white);
  -webkit-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
}
@media screen and (width > 767px), print {
  .company_tbl tbody td .map {
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  .company_tbl tbody td .map:hover {
    background-color: var(--white);
    color: var(--main-color);
  }
}
.company_history_block {
  max-width: 104rem;
  margin-inline: auto;
}
@media screen and (width <= 767px) {
  .company_history_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
}
@media screen and (width > 767px), print {
  .company_history_block {
    margin-top: 5rem;
    display: grid;
    gap: 6rem;
    grid-template-columns: 30.76% 1fr;
  }
}
.company_history_block .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (width <= 767px) {
  .company_history_block .img {
    gap: 2rem;
  }
}
@media screen and (width > 767px), print {
  .company_history_block .img {
    gap: 4rem;
  }
}
.company_history_block .img img {
  -webkit-filter: drop-shadow(0 0.3rem 1.2rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0.3rem 1.2rem rgba(0, 0, 0, 0.1));
}
.company_history_block .txt_wrap .company_tbl {
  margin-top: 0;
}
@media screen and (width <= 767px) {
  .company_history_block .txt_wrap .company_tbl tbody th {
    width: 37.5%;
  }
}
@media screen and (width > 767px), print {
  .company_history_block .txt_wrap .company_tbl tbody th {
    width: 24.24%;
  }
}
@media screen and (width <= 767px) {
  .company_access {
    margin-bottom: 6rem;
  }
}
@media screen and (width > 767px), print {
  .company_access {
    margin-bottom: 8rem;
  }
}
@media screen and (width > 767px), print {
  .company_access .section_ttl {
    margin-top: 6rem;
  }
}
.company_access_inner {
  max-width: 80rem;
  margin-inline: auto;
}
.company_access_map {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.company_access_map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (width <= 767px) {
  [data-page=equipment] .container.-s + .container {
    margin-top: 4rem;
  }
}
@media screen and (width > 767px), print {
  [data-page=equipment] .container.-s + .container {
    margin-top: 6rem;
  }
}

.equipment_tbl {
  width: 100%;
}
.equipment_tbl .txt_center {
  text-align: center;
}
@media screen and (width <= 767px) {
  .equipment_tbl thead tr::after {
    content: "";
    clear: both;
  }
}
.equipment_tbl thead th {
  padding: 0.7rem;
  background-color: var(--navy);
  color: var(--white);
  font-weight: 700;
  line-height: 1.625;
  vertical-align: middle;
  text-align: center;
}
@media screen and (width <= 767px) {
  .equipment_tbl thead th {
    font-size: 1.6rem;
  }
}
.equipment_tbl thead th:not(:first-child) {
  border-left: 1px solid #E7F5FD;
}
@media screen and (width <= 767px) {
  .equipment_tbl thead th:not(:first-child) {
    width: 100%;
    float: left;
  }
}
@media screen and (width <= 767px) {
  .equipment_tbl thead th.-model {
    width: 60%;
  }
}
@media screen and (width > 767px), print {
  .equipment_tbl thead th.-model {
    width: 48%;
  }
}
@media screen and (width <= 767px) {
  .equipment_tbl thead th.-mfr {
    border-bottom: 1px solid #E7F5FD;
  }
}
@media screen and (width > 767px), print {
  .equipment_tbl thead th.-mfr {
    width: 38%;
  }
}
@media screen and (width <= 767px) {
  .equipment_tbl tbody tr::after {
    content: "";
    clear: both;
  }
}
.equipment_tbl tbody th,
.equipment_tbl tbody td {
  line-height: 1.3;
}
@media screen and (width <= 767px) {
  .equipment_tbl tbody th,
  .equipment_tbl tbody td {
    padding: 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .equipment_tbl tbody th,
  .equipment_tbl tbody td {
    padding: 2rem;
  }
}
.equipment_tbl tbody th {
  background-color: #D2EBFA;
  color: var(--navy);
  border-bottom: 1px solid var(--white);
  font-weight: 500;
  vertical-align: middle;
}
.equipment_tbl tbody td {
  background-color: var(--white);
  border-bottom: 1px solid var(--border-gray);
  border-right: 1px solid var(--border-gray);
}
.equipment_tbl tbody td > *:first-child {
  margin-top: 0;
}
@media screen and (width <= 767px) {
  .equipment_tbl tbody td:not(:first-child) {
    width: 100%;
    float: left;
  }
}

.equipment_img_list {
  display: grid;
}
@media screen and (width <= 767px) {
  .equipment_img_list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media screen and (width > 767px), print {
  .equipment_img_list {
    grid-template-columns: repeat(4, 1fr);
    gap: min(4rem, 3.4vw);
  }
}
.equipment_img_list > li figure img {
  width: 100%;
}
.equipment_img_list > li figcaption {
  margin-top: 1.2rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7;
}