.homeFv {
  position: relative;  
  @media screen and (max-width: 750px){
    margin-top: 30px;
  }
}
.homeFv__title {
  position: absolute;
  top: 50vw;
  left: 2.5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2vw;
  @media screen and (max-width: 750px){
    top: 55.5vw;
    left: 5.5vw;
    gap: 0.6vw;
  }
  span {
    display: block;
    img {
      width: auto;
      height: 9.16vw;
      @media screen and (max-width: 750px){
        height: 12.2vw;
      }
    }
  }
}
.homeFv__inner {
  position: absolute;
  right: 6.7vw;
  bottom: 3vw;
  @media screen and (max-width: 750px){
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.homeFv__subtitle {
  font-size: 3.3vw;
  font-weight: bold;
  background-color: #fff;
  color: var(--color-text-black);
  border: 1px solid var(--color-text-black);
  padding: 0 0.6em;
  @media screen and (max-width: 750px){
    font-size: 18px;
  }
}
.homeFv__text {
  font-size: 1.25vw;
  margin-top: 1em;
  margin-left: 2em;
  @media screen and (max-width: 750px){
    font-size: 12px;
    width: 100%;
    max-width: 280px;
  }
}
.homeCompany {
  margin-top: 20px;
  overflow: hidden;
}
.homeCompanyBlock {
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 750px){
    flex-direction: column-reverse;
  }
  + & {
    margin-top: 100px;
    @media screen and (max-width: 750px){
      margin-top: 40px;
    }
  }
  &.-reverse {
    flex-direction: row-reverse;
    @media screen and (max-width: 750px){
      flex-direction: column-reverse;
    }
  }
}
.homeCompanyBlock__left {
  padding-top: 120px;
  width: 496px;
  @media screen and (max-width: 750px){
    width: 100%;
    padding-top: 30px;
  }
}
.homeCompanyBlock__right {
  width: 482px;
  @media screen and (max-width: 750px){
    width: 100%;
  }
}
.homeCompanyBlock__thumb {
  width: 550px;
  margin-right: -68px;
  @media screen and (max-width: 750px){
    width: 100%;
    margin: 0;
  }
  .-reverse & {
    margin-right: 0;
    margin-left: -68px;
    @media screen and (max-width: 750px){
      margin-left: 0;
    }
  }
}
.homeCompanyBlock__subtitle {
  margin-top: 20px;
  @media screen and (max-width: 750px){
    margin-top: 15px;
  }
}
.homeCompanyBlock__text {
  margin-top: 24px;
  font-size: 15px;
  @media screen and (max-width: 750px){
    margin-top: 20px;
    font-size: 12px;
  }
}
.homeCompanyBlock__btn {
  margin-top: 60px;
  padding-left: 90px;
  @media screen and (max-width: 750px){
    margin-top: 24px;
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.homeBusiness {
  margin-top: 64px;
  @media screen and (max-width: 750px){
    margin-top: 40px;
  }
}
.homeBusinessHeader {
  display: flex;
  align-items: center;
  margin-top: 20px;
  @media screen and (max-width: 750px){
    flex-direction: column;
    align-items: flex-start;
  }
}
.homeBusinessHeader__right {
  margin-left: 64px;
  @media screen and (max-width: 750px){
    margin-left: 0;
    margin-top: 20px;
  }
}
.homeBusinessList {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 750px){
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
    gap: 20px;
  }
}
.homeBusinessList__item {
  width: 315px;
  text-align: center;
  @media screen and (max-width: 750px){
    width: 260px;
  }
}
.homeBusinessList__text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 1em;
  @media screen and (max-width: 750px){
    font-size: 14px;
  }
}
.homeBusiness__btn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  @media screen and (max-width: 750px){
    margin-top: 24px;
  }
}
.homeRecruit {
  width: 100%;
  max-width: 1150px;
  min-height: 440px;
  margin: 90px auto 0;
  padding: 32px 20px 20px;
  background: #ccedf9 url(../img/home/bg_recruit.png) no-repeat center top / 1150px auto;
  @media screen and (max-width: 750px){
    width: auto;
    margin: 30px 10px 0;
    height: auto;
    background: #ccedf9 url(../img/home/bg_recruit_sp.png) no-repeat center top / contain;
    padding: 20px;
  }
}
.homeRecruit__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.homeRecruit__bottom {
  margin-top: 260px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  @media screen and (max-width: 750px){
    margin-top: 136px;
    flex-direction: column;
    align-items: center;
  }
}
.homeRecruit__text {
  font-size: 16px;
  color: var(--color-text-secondary);
  @media screen and (max-width: 750px){
    font-size: 12px;
  }
}