.people_index main h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 1060px;
  height: 230px;
  margin: 0 0 90px;
  background: #f7f6f0;
  font-weight: bold;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
}
.people_index main p.copy {
  width: 100%;
  min-width: 1060px;
  margin: 0 0 70px;
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
  color: #444;
}
.people_index main h2 {
  margin: 0 auto 60px;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
  padding-top: 100px;
  margin-top: -100px;
}
.people_index main h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 20px auto 0;
  background: #939393;
}

@media screen and (max-width: 767px) {
  .people_index main h1 {
    min-width: 100%;
    height: 165px;
    margin: 0 0 70px;
    font-size: 2.8rem;
  }
  .people_index main p.copy {
    min-width: 100%;
    margin: 0;
    padding: 0 20px 70px;
    text-align: left;
  }
  .people_index main h2 {
    margin: 0 auto 40px;
    font-size: 2rem;
    margin-top: -100px;
    padding-top: 100px;
  }
}

/* ul.anchor
-------------------------------------------------------------*/

@media screen and (min-width: 769px) {
  .people_index main ul.anchor {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 300px;
    margin: 0 auto 125px;
  }
  .people_index main ul.anchor::after {
    position: absolute;
    top: 0;
    left: 150px;
    content: "";
    width: 1px;
    height: 100%;
    background: #464646;
  }
  .people_index main ul.anchor a {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: 0.03em;
    text-align: center;
    color: #000;
  }
  .people_index main ul.anchor a::after {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    margin: 20px auto 0;
    background: url(../../images/people/btn-anchor-white.svg) no-repeat;
  }
  .people_index main ul.anchor a:hover::after {
    background: url(../../images/people/btn-anchor-black.svg) no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .people_index main ul.anchor {
    width: 283px;
    margin: 0 auto 75px;
    border-top: solid 1px #000;
  }
  .people_index main ul.anchor a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 53px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    border-bottom: solid 1px #000;
  }
  .people_index main ul.anchor a br {
    display: none;
  }
  .people_index main ul.anchor a::after {
    content: "";
    width: 35px;
    height: 35px;
    background: url(../../images/people/btn-anchor-white.svg) no-repeat;
    background-size: 35px;
  }
}

/* ul.menu
-------------------------------------------------------------*/

.people_index main li.manufacturing dd:nth-child(3) {
  background: #ebb912;
}
.people_index main li.sales dd:nth-child(3) {
  background: #e06d6d;
}
.people_index main li.rd dd:nth-child(3) {
  background: #87ad20;
}
.people_index main li.manager dd:nth-child(3) {
  background: #826eb5;
}

@media screen and (min-width: 769px) {
  .people_index main ul.menu {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 0 50px;
    width: 1060px;
  }
  .people_index main h2#c1 + ul.menu {
    margin: 0 auto 60px;
  }
  .people_index main h2#c2 + ul.menu {
    margin: 0 auto 65px;
  }

  .people_index main ul.menu li {
    position: relative;
    width: 320px;
    margin: 0 0 60px;
    border-left: solid 2px #c1c1c1;
  }
  .people_index main ul.menu a {
    display: block;
    opacity: 1;
    transition: opacity 0.2s ease-in;
  }
  .people_index main a dl {
    display: flex;
    flex-wrap: wrap;
  }
  .people_index main a dl dt {
    margin-bottom: 30px;
  }
  .people_index main a dl dd:nth-child(2) {
    width: 320px;
    padding: 0 0 20px 18px;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    color: #000;
  }
  .people_index main a dl dd:nth-child(2)::before {
    content: "";
    display: block;
    width: 136px;
    height: 38px;
    margin-bottom: 10px;
    background: url(/recruit/graduate/images/people/motto.svg);
  }
  .people_index main a dl dd:nth-child(3) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.8em;
    margin: 0 10px 0 18px;
    padding: 0 0.5em 0.1em;
    line-height: 1;
    font-weight: bold;
    font-size: 1.8rem;
    background: #000;
    color: #fff;
  }

  .people_index main a dl dd:nth-child(4) {
    margin: -0.1em 0 0;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 1.3;
    text-align: left;
    color: #000;
  }

  .people_index main ul.menu li a::after {
    content: "";
    position: absolute;
    top: 240px;
    right: 11px;
    width: 60px;
    height: 60px;
    background: url(../../images/people/btn-white.svg) no-repeat;
  }
  .people_index main ul.menu li a:hover::after {
    background: url(../../images/people/btn-black.svg) no-repeat;
  }
  .people_index main ul.menu dt {
    overflow: hidden;
  }
  .people_index main ul.menu a img {
    transition: 0.5s all;
  }
  .people_index main ul.menu a:hover img {
    transform: scale(1.13, 1.13);
  }
}

@media screen and (max-width: 767px) {
  .people_index main ul.menu {
    margin: 0 45px;
  }
  .people_index main h2#c1 + ul.menu {
    padding: 0 0 60px;
  }
  .people_index main h2#c2 + ul.menu {
    padding: 0 0 110px;
  }

  .people_index main ul.menu li {
    margin: 0 0 60px;
    border-left: solid 2px #c1c1c1;
  }
  .people_index main ul.menu a {
    display: block;
  }
  .people_index main a dl dt {
    position: relative;
    margin-bottom: 30px;
  }
  .people_index main a dl dt img {
    width: 100%;
  }
  .people_index main a dl dd:nth-child(2) {
    padding: 0 0 20px 16px;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    color: #000;
  }
  .people_index main a dl dd:nth-child(2)::before {
    content: "";
    display: block;
    width: 120px;
    height: 33px;
    margin-bottom: 10px;
    background: url(../../images/people/motto.svg);
    background-size: 120px 33px;
  }
  .people_index main a dl dd:nth-child(3) {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.8em;
    margin: 0 10px 0 16px;
    padding: 0 0.5em 0.1em;
    line-height: 1;
    font-weight: bold;
    font-size: 1.5rem;
    background: #000;
    color: #fff;
  }
  .people_index main a dl dd:nth-child(4) {
    margin: -0.4em -30px 0 0;
    margin: -0.4em 0 0 0;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
    text-align: left;
    color: #000;
    overflow: hidden;
  }
  .people_index main a dl dt::after {
    content: "";
    position: absolute;
    bottom: -29px;
    right: 10px;
    width: 58px;
    height: 58px;
    background: url(../../images/people/btn-white.svg) no-repeat;
    background-size: 58px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
  .people_index main h1 {
    width: 100%;
    min-width: auto;
  }
  .people_index main p.copy {
    width: 100%;
    min-width: auto;
  }

  .people_index main ul.menu {
    width: 700px !important;
  }

  .people_index main ul.menu li {
    position: relative;
    width: 320px;
    margin: 0 0 60px;
    border-left: solid 2px #c1c1c1;
  }
}

@media screen and (max-width: 320px) {
  .people_index main ul.anchor {
    width: auto;
    margin: 0 25px 125px;
  }
  .people_index main ul.menu {
    margin: 0 25px;
  }
}
