.company_main {
  font-family: var(--NotoSans);
}

/* MV部分 */
.company_mv {
  position: relative;
  width: 100%;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../img/about_fv.jpg);
  background-size: cover;
  background-position: 0rem;
  background-repeat: no-repeat;
  overflow: hidden;
}

.company_mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
}

.mv_text_en,
.mv_text_ja {
  position: relative;
  z-index: 2;
}

.mv_text_en {
  font-size: 2.8rem;
  font-weight: 600;
  color: #ffffff;
  line-height: calc(47 / 28);
}

.mv_text_ja {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  line-height: calc(36 / 18);
}

/* 案内部分 */
.company_info_sec {
  width: 108rem;
  /* margin: 5.3rem auto 0; */
  margin: 5rem auto 0;
}

.company_text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000000;
  line-height: calc(27 / 18);
}

.company_text_span {
  font-size: 2rem;
  font-weight: bold;
}

.info_wrap {
  /* margin-top: 5.6rem; */
  margin-top: 5.2rem;
  display: flex;
  /* justify-content: space-between; */
  gap: 3rem;
}

.info_item_container {
  width: 34rem;
}

.info_item_top {
  width: 100%;
  height: 16rem;
  background-color: #26a64d;
  border-radius: 1rem 1rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_img1 {
  margin-top: 2rem;
  width: 5.569rem;
  height: 5.5rem;
}

.top_img2 {
  margin-top: 2.8rem;
  width: 8.097rem;
  height: 4rem;
}

.top_img3 {
  margin-top: 2rem;
  width: 6.527rem;
  height: 5.5rem;
}

.top_text {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.top_text1 {
  margin-top: 1rem;
}

.top_text2 {
  margin-top: 1.9rem;
}

.top_text3 {
  margin-top: 1.2rem;
}

.info_item_bottom {
  border: solid 0.2rem #26a64d;
  border-radius: 0 0 1rem 1rem;
}

.bottom_text {
  /* margin: 1.9rem auto 2.2rem; */
  margin: 1.9rem auto;
  font-size: 1.6rem;
  font-weight: 600;
  color: #26a64d;
  line-height: calc(24 / 16);
}

.bottom_text1 {
  width: 25rem;
  text-align: center;
}

.bottom_text2 {
  width: 25rem;
  text-align: center;
}

.bottom_text3 {
  width: 25rem;
  text-align: center;
}

/* ボタン部分 */
.company_btn_sec {
  margin: 6rem auto 8rem;
  width: 108rem;
}

.btn_wrap {
  margin: 5.6rem auto 0;
  width: 64rem;
  background-color: #26a64d;
  display: flex;
  gap: 2.981rem;
  justify-content: center;
  align-items: center;
  padding: 2.1rem 2rem 2.1rem 2rem;
  border-radius: 1rem;
  transition: .3s;
}

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

.btn_wrap:hover .btn_text {
  color: #03A64D;
  transition: .5s;
}

.btn_wrap svg {
  fill: #ffffff;
}

.btn_wrap:hover svg {
  fill: #03A64D;
}

.btn_img {
  width: 3.319rem;
  height: 6.5rem;
}

.btn_text {
  font-size: 2.8rem;
  font-weight: 600;
  color: #ffffff;
  line-height: calc(40 / 28);
}

.area_adjustment {
  width: 32rem;
}

.bottom_text_span_en {
  font-size: 1.3rem;
}

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

  /* MV部分 */
  .company_mv {
    height: 12rem;
    display: flex;
    gap: 1.1rem;
    background-size: 128rem;
    background-position: -46rem;
  }

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

  .mv_text_ja {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
    line-height: calc(21 / 14);
  }

  /* 案内部分 */
  .company_info_sec {
    width: 35.5rem;
  }

  .company_text {
    font-size: 2rem;
    line-height: calc(30 / 20);
  }

  .info_wrap {
    margin-top: 5.9rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .info_item_container {
    width: 35.5rem;
  }

  /* ボタン部分 */
  .company_btn_sec {
    margin: 4rem auto 8rem;
    width: 35.5rem;
  }

  .btn_wrap {
    margin: 6.7rem auto 0;
    width: 34rem;
    gap: 1.5rem;
    padding: 2.5rem 0 2.5rem 0;
  }

  .btn_img {
    width: 3.064rem;
    height: 6rem;
  }

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