@charset "UTF-8";

.outline {
  background: #ffffff;
}
.outline .inner {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.outline .sec_ttl {
  margin-bottom: 4.1rem;
}
.outline .outline_table {
  width: 100%;
  border-top: 1px solid #d3d6d9;
  border-collapse: collapse;
}
.outline .outline_table tr {
  border-bottom: 1px solid #d3d6d9;
}
.outline .outline_table th,
.outline .outline_table td {
  padding: 2.2rem 0;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
  vertical-align: top;
}
.outline .outline_table th {
  width: 24.2rem;
  padding-left: 5rem;
  background: #f0f3f6;
  font-weight: 700;
  color: #1f1f1f;
}
.outline .outline_table td {
  padding-left: 6rem;
  font-weight: 500;
  color: #4f4f4f;
}

.strength {
  background: #ffffff;
}
.strength .inner {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.strength .sec_ttl {
  margin-bottom: 4.1rem;
}
.strength .strength_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
.strength .strength_item {
  position: relative;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
}
.strength .strength_item:first-child::before {
  content: "";
  position: absolute;
  top: 24.2rem;
  left: -9.5rem;
  z-index: 0;
  width: 12.2rem;
  height: 15.7rem;
  background: url("/assets/images/common/deco-dots-ring.svg") no-repeat;
}
.strength .strength_item:last-child::after {
  content: "";
  position: absolute;
  top: -12rem;
  left: 16rem;
  z-index: 0;
  width: 30rem;
  height: 30rem;
  background: url("/assets/images/common/deco-circle-g.svg") no-repeat;
}
.strength .strength_item .item_card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  overflow: hidden;
  background: #16c47f;
  border: 4px solid #16c47f;
  border-radius: var(--radius-lg);
}
.strength .strength_item .item_card .item_img picture {
  display: block;
}
.strength .strength_item .item_card .item_img img {
  display: block;
  width: 100%;
  height: 24rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.strength .strength_item .item_card .item_body {
  display: grid;
  grid-row: 2/span 2;
  grid-template-rows: subgrid;
  row-gap: 1.4rem;
  padding: 2.4rem 2.5rem 2.8rem;
  text-align: center;
}
.strength .strength_item .item_card .item_body .item_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.75;
  color: #ffffff;
}
.strength .strength_item .item_card .item_body .item_txt {
  max-width: 29rem;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #ffffff;
  text-align: justify;
}

.engineer {
  position: relative;
  overflow: hidden;
  background: #16c47f;
}
.engineer .inner {
  padding-top: 7rem;
  padding-bottom: 10.9rem;
}
.engineer .sec_ttl {
  margin-bottom: 4.1rem;
}
.engineer .sec_ttl .en_ttl {
  border-color: #ece852;
  color: #ece852;
}
.engineer .sec_ttl .sec_ttl-txt {
  color: #ffffff;
}
.engineer .engineer_body {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}
.engineer .engineer_img {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  gap: 1.6rem;
  width: 53rem;
}
.engineer .engineer_img::before {
  content: "";
  position: absolute;
  top: 30.9rem;
  left: -9.5rem;
  z-index: 0;
  width: 14.7rem;
  height: 15.1rem;
  background: url("/assets/images/common/deco-dots.svg") no-repeat;
}
.engineer .engineer_img picture {
  position: relative;
  z-index: 1;
  display: block;
}
.engineer .engineer_img picture:last-child {
  width: 25.6rem;
}
.engineer .engineer_img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  -o-object-fit: cover;
     object-fit: cover;
}
.engineer .engineer_table {
  width: 53rem;
  overflow: hidden;
  background: #ffffff;
  border-radius: var(--radius-lg);
}
.engineer .engineer_table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.engineer .engineer_table th,
.engineer .engineer_table td {
  padding: 2.2rem 0 2.2rem 7.7rem;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
}
.engineer .engineer_table th:last-child,
.engineer .engineer_table td:last-child {
  padding-left: 0;
  text-align: center;
}
.engineer .engineer_table thead th {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  background: #ece852;
  font-size: 1.8rem;
  font-weight: 700;
  color: #4f4f4f;
}
.engineer .engineer_table tbody tr:not(:last-child) {
  border-bottom: 1px solid #d3d6d9;
}
.engineer .engineer_table tbody th {
  width: 40rem;
  font-weight: 700;
  color: #4f4f4f;
}
.engineer .engineer_table tbody td {
  font-weight: 500;
  color: #4f4f4f;
}

.history {
  background: #ffffff;
}
.history .inner {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.history .sec_ttl {
  margin-bottom: 4.1rem;
}
.history .history_table {
  width: 100%;
  border-top: 1px solid #d3d6d9;
  border-collapse: collapse;
}
.history .history_table tr {
  border-bottom: 1px solid #d3d6d9;
}
.history .history_table tr:last-child .history_dot span {
  display: none;
}
.history .history_table th,
.history .history_table td {
  padding: 2.2rem 0;
  text-align: left;
  vertical-align: top;
}
.history .history_table th {
  width: 13.2rem;
  padding-left: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  color: #4f4f4f;
}
.history .history_table .history_dot {
  position: relative;
  width: 6rem;
}
.history .history_table .history_dot::after {
  content: "";
  position: absolute;
  top: 2.8rem;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: #ffffff;
  border: 0.4rem solid #16c47f;
  border-radius: 50%;
  transform: translateX(-50%);
}
.history .history_table .history_dot span {
  position: absolute;
  top: 3.4rem;
  left: 50%;
  width: 0.2rem;
  height: 100%;
  background: #cbe8dc;
  transform: translateX(-50%);
}
.history .history_table td:last-child {
  padding-left: 3rem;
}
.history .history_row {
  display: flex;
  align-items: baseline;
  gap: 1.4rem;
}
.history .history_row:not(:last-child) {
  margin-bottom: 0.75rem;
}
.history .history_date {
  flex-shrink: 0;
  width: 10.9rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  color: #64ba96;
}
.history .history_txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #4f4f4f;
}

.group {
  background: #f0f3f6;
}
.group .inner {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.group .sec_ttl {
  margin-bottom: 4.9rem;
}
.group .group_list {
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
  padding: 0 8.6rem;
}
.group .group_name {
  margin-bottom: 1.4rem;
}
.group .group_name a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #16c47f;
  transition: opacity 0.3s ease;
}
.group .group_name a:hover {
  opacity: 0.7;
}
.group .group_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.3rem;
}
.group .group_table th,
.group .group_table td {
  padding: 2rem 3.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  color: #4f4f4f;
}
.group .group_table th {
  width: 16.5rem;
  background: #e0e3e5;
  font-weight: 700;
  text-align: center;
}
.group .group_table td {
  background: #ffffff;
  font-weight: 500;
}
.group .group_office {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 4rem;
}

.access {
  background: #ffffff;
}
.access .inner {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.access .sec_ttl {
  margin-bottom: 4.1rem;
}
.access .card_list {
  display: flex;
  position: relative;
  z-index: 1;
  gap: 2.4rem;
}
.access .card_list::after {
  content: "";
  position: absolute;
  bottom: 6.3rem;
  left: -9.5rem;
  z-index: -1;
  width: 12.2rem;
  height: 15.7rem;
  background: url("/assets/images/common/deco-dots-ring.svg") no-repeat center/contain;
}
.access .card_list .card {
  flex: 1;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.access .card_list .card .card_photo {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 20rem;
}
.access .card_list .card .card_photo picture {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.access .card_list .card .card_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.access .card_list .card .card_photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(31, 31, 31, 0.1);
}
.access .card_list .card .card_photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(34, 144, 80, 0) 50%, rgba(34, 144, 80, 0.65) 100%);
  mix-blend-mode: multiply;
}
.access .card_list .card .card_photo .card_label {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 0 3rem 2rem;
}
.access .card_list .card .card_photo .card_label .label_en {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  font-style: normal;
  color: #9ed63a;
  letter-spacing: 0.1em;
}
.access .card_list .card .card_photo .card_label .label_ttl {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}
.access .card_list .card .card_map {
  height: 17.9rem;
}
.access .card_list .card .card_map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.access .card_list .card .card_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 4rem;
  background: #f0f3f6;
}
.access .card_list .card .card_body .card_address {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #1f1f1f;
  text-align: center;
  font-style: normal;
}
.access .card_list .card .card_body .card_address a {
  color: inherit;
  transition: opacity 0.3s ease;
}
.access .card_list .card .card_body .card_address a:hover {
  opacity: 0.6;
}
.access .card_list .card .card_body .card_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.4rem 1rem 3rem;
  background: #1f1f1f;
  border-radius: 100vmax;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  transition: opacity 0.3s ease;
}
.access .card_list .card .card_body .card_btn::after {
  content: "→";
  margin-left: 0.8rem;
}
.access .card_list .card .card_body .card_btn:hover {
  opacity: 0.8;
}
@media (max-width: 767px){
  .page_fv .page_fv_img img {
    -o-object-position: 16% center;
       object-position: 16% center;
  }
  .outline .inner {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
  .outline .outline_table {
    display: block;
    border-top: none;
  }
  .outline .outline_table tr {
    display: block;
    border-bottom: none;
  }
  .outline .outline_table th,
  .outline .outline_table td {
    display: block;
    margin-bottom: -1px;
    border: 1px solid #d3d6d9;
  }
  .outline .outline_table th {
    width: auto;
    padding: 1.6rem 2rem;
  }
  .outline .outline_table td {
    padding: 1.6rem 2rem;
  }
  .strength .inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .strength .strength_list {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
  }
  .strength .strength_item:first-child::before {
    content: none;
  }
  .strength .strength_item:last-child::after {
    content: none;
  }
  .strength .strength_item {
    display: block;
  }
  .strength .strength_item .item_card {
    display: block;
  }
  .strength .strength_item .item_card .item_img img {
    height: 18rem;
  }
  .strength .strength_item .item_card .item_body {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    text-align: left;
  }
  .strength .strength_item .item_card .item_body .item_ttl {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.4;
    white-space: nowrap;
  }
  .strength .strength_item .item_card .item_body .item_ttl::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ffffff;
  }
  .strength .strength_item .item_card .item_body .item_txt {
    max-width: none;
    margin: 0;
    font-weight: 400;
    line-height: 1.6;
  }
  .engineer .inner {
    padding-top: 5rem;
    padding-bottom: 4.4rem;
  }
  .engineer .engineer_body {
    flex-direction: column-reverse;
    gap: 2rem;
    margin-top: 2.8rem;
  }
  .engineer .engineer_img {
    width: 100%;
  }
  .engineer .engineer_img::before {
    content: none;
  }
  .engineer .engineer_img picture:last-child {
    width: 40%;
  }
  .engineer .engineer_table {
    width: 100%;
  }
  .engineer .engineer_table table {
    table-layout: auto;
  }
  .engineer .engineer_table th,
  .engineer .engineer_table td {
    padding: 1.8rem 3rem;
  }
  .engineer .engineer_table th:last-child,
  .engineer .engineer_table td:last-child {
    padding-left: 3rem;
  }
  .engineer .engineer_table tbody th {
    width: auto;
  }
  .history .inner {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .history .history_table {
    display: block;
  }
  .history .history_table tr {
    display: block;
    padding: 1.2rem;
  }
  .history .history_table th,
  .history .history_table td {
    display: block;
    padding: 0;
  }
  .history .history_table th {
    width: auto;
    padding-left: 0;
  }
  .history .history_table .history_dot {
    display: none;
  }
  .history .history_table td:last-child {
    padding-left: 0;
  }
  .history .history_row {
    gap: 0.8rem;
  }
  .history .history_date {
    width: 22%;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .history .history_txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .group .inner {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .group .sec_ttl {
    margin-bottom: 3rem;
  }
  .group .group_list {
    padding: 0;
    gap: 3rem;
  }
  .group .group_name {
    margin-bottom: 0.6rem;
  }
  .group .group_table {
    display: block;
  }
  .group .group_table tr {
    display: block;
  }
  .group .group_table th,
  .group .group_table td {
    display: block;
    width: auto;
    padding: 1.2rem 2.4rem;
  }
  .group .group_table th {
    text-align: left;
  }
  .access .inner {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .access .card_list {
    flex-direction: column;
    gap: 1.4rem;
  }
  .access .card_list::after {
    display: none;
  }
  .access .card_list .card .card_photo .card_label {
    padding: 0 2rem 1.4rem;
  }
  .access .card_list .card .card_body {
    padding: 2rem;
  }
  .access .card_list .card .card_body .card_btn {
    padding: 1.4rem 3rem 1.6rem 3.8rem;
  }
}/*# sourceMappingURL=maps/company.css.map */
