#stars_hp .page_company .fv {
  background: url(../img/company_fv.png) no-repeat center center;
  background-size: cover;
  height: 46vw;
}

#stars_hp .page_company h2 {
  font-size: 40px;
}

#stars_hp .page_company h2::after {
  bottom: -10px;
  width: 100px;
}

#stars_hp .page_company p.sub_title {
  font-size: 18px;
}


#stars_hp .page_company .company_main {
  padding: 122px 0 200px;
  background: url(../img/company_bg1.png) no-repeat center top / cover;
}

#stars_hp .page_company .company_overview_box {
  display: flex;
  align-items: flex-start;
  gap: 139px;
}

#stars_hp .page_company .company_access_box {
  display: flex;
  align-items: flex-start;
  gap: calc(139px + 72px);
  margin-bottom: 30px;
}

#stars_hp .page_company .company_overview_list {
  width: 100%;
  padding-top: 30px;
}

#stars_hp .page_company .company_access_list {
  width: 100%;
  padding-top: 129px;
}

#stars_hp .page_company dl {
  display: flex;
  align-items: stretch;
  gap: 40px;
  width: 100%;
}

#stars_hp .page_company dt {
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0em;
  color: #606060;
  width: 170px;
  padding: 24px 0;
  border-bottom: 1px solid #DFDFDF;
}

#stars_hp .page_company dd {
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0em;
  padding: 24px 0;
  border-bottom: 1px solid #DFDFDF;
  width: 100%;
}

#stars_hp .page_company .company_overview_box dl:last-child dd,
#stars_hp .page_company .company_overview_box dl:last-child dt {
  border-bottom: none;
}

#stars_hp .page_company .company_access_map iframe {
  width: 100%;
  height: 400px;
  border-radius: 70px;
  border: 1px solid #DFDFDF !important;
}

@media (max-width: 768px) {
  #stars_hp .page_company .fv {
    background: url(../img/company_fv_sp.png) no-repeat center center;
    background-size: cover;
    height: 94vw;
  }

  #stars_hp .page_company .company_main {
    padding: 68px 0 77px;
    background: url(../img/company_bg1_sp.png) no-repeat center top / cover;
  }

  #stars_hp .page_company .company_overview_box {
    flex-direction: column;
    gap: 43px;
    margin-bottom: 20px;
  }

  #stars_hp .page_company .company_access_box {
    flex-direction: column;
    gap: 74px;
    margin-bottom: 16px;
  }

  #stars_hp .page_company p.sub_title {
    font-size: 16px;
  }

  #stars_hp .page_company h2 {
    font-size: 35px;
  }

  #stars_hp .page_company h2::after {
    bottom: -5px;
  }

  #stars_hp .page_company dl {
    gap: 23px;
  }

  #stars_hp .page_company dt {
    font-size: 14px;
    width: 134px;
  }

  #stars_hp .page_company dd {
    font-size: 14px;
  }

  #stars_hp .page_company .company_overview_box dl:last-child dd {
    line-height: 150%;
  }

  #stars_hp .page_company .company_overview_box dl:last-child dd span {
    font-size: 11px;
    margin: -4px 0 -11px;
    display: block;
  }
  #stars_hp .page_company .company_access_list{
    padding-top: 0;
  }

  #stars_hp .page_company .company_access_list dd span{
    font-size: 10px;
    display: block;
    line-height: 150%;
    margin-top: 7px;
  }

  #stars_hp .page_company .company_access_map iframe{
    height: 343px;
  }
}