/* 作成者名: 羽祢田 */
.rs_fv {
  height: 20rem;
  background-image: url("../img/about_fv.jpg");
  background-size: cover;
  background-position: center center;
  margin-bottom: 5.3rem;
}

.rs_wrapper {
  max-width: 108rem;
  margin: 5rem auto 0;
}

.fv_title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: calc(36 / 18);
  color: #fff;
  text-align: center;
  padding-top: 6rem;
}

.fv_title_en {
  display: block;
  font-size: 2.8rem;
  line-height: calc(47 / 28);
  padding-bottom: 0.5rem;
}

.lead_text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: calc(27 / 18);
}

.contact_btn {
  width: 64rem;
  background-color: #26A64D;
  display: flex;
  justify-content: space-between;
  padding: 3.5rem 8.7rem;
  border-radius: 1rem;
  margin: 8rem auto 0;
  align-items: center;
}

.contact_btn:hover {
  color: #03A64D;
  background-color: #ffffff;
  border: #03A64D solid 1px;
  transition: .5s;
}

.contact_btn:hover .contact_btn_text {
  color: #03A64D;
}



.shake_hands_icon {
  width: 7.756rem;
  height: 5rem;
  fill: #ffff;
}

.contact_btn:hover .shake_hands_icon {
  fill: #03A64D;
}

.contact_btn_text {
  font-size: 2.6rem;
  line-height: calc(40 / 28);
  font-weight: 600;
  color: #fff;
}

.map_area {
  display: none;
  width: 100%;
  height: 58rem;
}

.map_area iframe {
  width: 100%;
  height: 100%;
}

.company_info {
  padding: 5.6rem 0;
}

.info_heading {
  font-size: 2rem;
  line-height: calc(36 / 24);
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-bottom: 1rem;
}

.info_heading::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 0.15rem;
  background-color: #C8C8C8;
  margin-right: 0.95rem;
}

.company_profile {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0 1.8rem;
  font-size: 1.6rem;
  line-height: calc(36 / 18);
  margin: 1rem 0;
}

.company_label {
  font-weight: 600;
}

/* 2025/11/03追加分 */
.rs_inner {
  width: 100%;
}

.rs_inner:nth-child(2) {
  margin-top: 8rem;
}

.rs_inner:nth-child(3) {
  margin-top: 7.6rem;
}

.green_head {
  position: relative;
  padding-left: 2.7rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: calc(39em/26);
  color: #26A64D;
  margin-bottom: 2rem;
}

.green_head::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1rem;
  top: 0;
  left: 0;
  background-color: #26A64D;
}

.lead_large_text {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: calc(36em/24);
  margin-bottom: 1rem;
}

.lead_large_text.yellow {
  color: #FFA700;
}

.rs_subsec:nth-of-type(n + 2) {
  margin-top: 4.2rem;
}

.direct_contact_en {
  margin-top: 3rem;
  aspect-ratio: 1080/376;
  width: 100%;
  background-image: url(../img/overseas_img.svg);
  background-repeat: no-repeat;
  background-size: cover;
}


.direct_contact {
  margin-top: 3rem;
  aspect-ratio: 1080/376;
  width: 100%;
  background-image: url(../img/Direct\ Conact.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.data_box_outer {
  margin-top: 4rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.data_box {
  background-color: #F1FBF3;
  border-radius: 1rem;
  padding: 2rem;
  width: fit-content;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: flex-start;
}

.data_box:nth-child(n + 2) {
  height: 68rem;
}

.data_box:nth-child(1) {
  width: 100%;
}

.data_box_inner {
  display: block;
  width: 34rem;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: calc(28em/13);
}

.data_box:nth-child(2) .data_box_inner:nth-child(2) {
  width: 29rem;
}


@media screen and (max-width:699.98px) {

  .rs_fv {
    height: 12rem;
  }

  .fv_title {
    padding-top: 0;
  }

  .fv_title_en {
    line-height: calc(43 / 28);
  }

  .lead_text {
    /* display: none; */
  }

  .contact_btn {
    width: 34rem;
    padding: 2rem;
    column-gap: 1rem;
    margin-top: 5rem;
  }

  .contact_btn_text {
    font-size: 2.4rem;
    line-height: calc(38 / 24);
    font-weight: 600;
  }

  .icon_container {
    display: flex;
    align-items: center;
  }

  .info_heading {
    margin-left: 1.1rem;
  }

  .company_profile {
    width: 33.5rem;
    margin: 0 1rem;
  }


  .rs_inner {
    width: 100%;
    padding: 0 1rem;
  }

  .rs_inner:nth-child(2) {
    margin-top: 8rem;
  }

  .rs_inner:nth-child(3) {
    margin-top: 7.6rem;
  }

  .green_head {
    line-height: calc(40em/26);
    margin-bottom: 2.6rem;
  }

  .green_head::after {
    height: 3.6rem;
  }

  .rs_subsec:nth-of-type(n + 2) {
    margin-top: 3rem;
  }

  .direct_contact {
    margin-top: 2.3rem;
    padding: 0 .75rem;
    aspect-ratio: 34/96;
    background-image: url(../img/Direct\ Conact_SP.svg);
  }

  .data_box_outer {
    margin-top: 2.6rem;
    padding: .75rem;
    flex-direction: column;
    gap: 3rem;
  }

  .data_box {
    width: 100%;
    height: fit-content;
    border-radius: 1rem;
    padding: 1rem;
    flex-direction: column;
    gap: 0rem;
    align-items: flex-start;
  }

  .data_box:nth-child(n + 2) {
    height: fit-content;
  }

  .data_box_inner {
    width: 100%;
  }

  .data_box:nth-child(2) .data_box_inner:nth-child(2) {
    width: 100%;
  }

  .direct_contact_en {
    margin-top: 2.3rem;
    padding: 0 .75rem;
    aspect-ratio: 34 / 96;
    background-image: url(../img/overseas_img_en_sp.png);
  }
}