@charset "UTF-8";
/*====================
head
====================*/
#head {
  margin-bottom: 100px;
  padding: 127px 0 100px;
  background: var(--bg);
  overflow: hidden;
}
#head-title {
  position: relative;
  font-size: 43px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  z-index: 1;
}
#head-text {
  position: relative;
  width: 800px;
  margin: 66px auto 0;
  font-size: 18px;
  line-height: 1.94;
  z-index: 1;
}
#head-text .bold {
  font-weight: bold;
}
#head-text p + p {
  margin-top: 2em;
}
#director {
  position: relative;
  display: grid;
  place-items: center;
  margin-top: 70px;
  padding-left: 13px;
  z-index: 0;
}
#director-bg {
  position: absolute;
  bottom: 155px ;
  left: calc(50% - 836px);
  z-index: -1;
}
/*====================
職種紹介
====================*/
#about-title {
  text-align: center;
  padding-right: 3px;
}
#about-list {
  display: flex;
  justify-content: center;
  gap: 21px;
  margin-top: 48px;
}
#about-list a:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  /*====================
  TOP
  ====================*/
  #head {
    margin-bottom: 15.7%;
    padding: 15% 0 15.5%;
  }
  #head-title {
    font-size: 7.33vw;
    font-weight: bold;
  }
  #head-text {
    width: 90%;
    margin-top: 7.9%;
    font-size: 3.46vw;
    line-height: 1.84;
  }
  #director {
    width: var(--sp);
    margin: 6.9% auto 0;
    padding-left: 0;
  }
  #director-bg {
    position: static;
  }
  #director-img {
    position: absolute;
    top: 32%;
    left: 20%;
    width: 56.8vw;
  }
  /*====================
  職種紹介
  ====================*/
  #about-title {
    padding-right: 0;
  }
  #about-title img {
    width: 29.33vw;
  }
  #about-list {
    gap: 4%;
    width: 85%;
    margin: 6.7% auto 0;
  }
}