.l-aniv120th-section {
  background-color: #333;
  color: #fff;
}

.l-peaple-nav-wrap {
  padding: 40px 0 0;
}

.scroll-to-top {
  background-color: #fff;
}

.scroll-to-top:after {
  background-position: 0 -3em;
}

/* peaple-nav -------------------- */
.peaple-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1400px;
}

.page-move-target {
  position: absolute;
}

.peaple-nav-item a {
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
}

.peaple-nav-item__img img {
  max-width: 100%;
}

.peaple-nav-item__name {
  background-color: #ffce00;
  bottom: 0;
  color: #333;
  font-family: "RenaultFont";
  line-height: 1;
  text-decoration: none;
  width: 100%;
  border-right: 1px solid #333;
}

.peaple-nav-item__name_last {
  font-weight: bold;
}

/* TB & PC */
@media (min-width: 768px) {
  .peaple-nav-item {
    width: 20%;
  }

  .peaple-nav-item .peaple-nav-item__img {
    overflow: hidden;

  }

  .peaple-nav-item .peaple-nav-item__img img {
    display: block;
    transition-duration: 0.3s;
    /*変化に掛かる時間*/

  }

  .peaple-nav-item .peaple-nav-item__img img:hover {
    transform: scale(1.1);
    /*画像の拡大率*/
    transition-duration: 0.5s;
    /*変化に掛かる時間*/
    opacity: 0.7;
  }

  .peaple-nav-item:last-child {
    border-right: none;
  }

  .peaple-nav-item__name {
    font-size: 1.8rem;
    padding: 10px 15px 6px;
    position: absolute;
  }
}

/* SP */
@media (max-width: 767px) {
  .peaple-nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .peaple-nav-item__name {
    font-size: 1.4rem;
    padding: 9px 11px 6px;
  }

  .peaple-nav-item {
    width: 50%;
  }
}

/* section-peaple -------------------- */
.section-peaple {
  position: relative;
}

.section-peaple__content-area {
  position: relative;
}

.section-peaple__img-area {
  position: relative;
}

.section-peaple__sub-content-area {
  position: relative;
}

.section-peaple__inner {
  margin: 0 auto;
  max-width: 1400px;
}

.section-peaple__job {
  border: 1px solid #ffce00;
  color: #ffce00;
  display: inline-block;
  line-height: 1;
}

.section-peaple__name {
  font-family: "RenaultFont";
  line-height: 1;
}

.section-peaple__name_first {
  font-weight: normal;
}

.section-peaple__name_last {
  font-weight: bold;
}

.section-peaple__lead {
  font-weight: bold;
}

.section-peaple__comment-head {
  background-color: #ffce00;
  color: #333;
  font-family: "RenaultFont";
  font-weight: bold;
  line-height: 1;
}

.section-peaple__comment-body {
  border: 1px solid #ffce00;
}

.section-peaple__img-index {
  font-family: "RenaultFont";
  position: absolute;
  right: 0;
  top: 0;
}

.section-peaple__img-no {
  font-weight: bold;
}

.section-peaple__work-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* TB & PC */
@media (min-width: 768px) {
  .l-section-peaple {
    padding: 120px 0 0;
  }

  .l-section-peaple:nth-child(even) .section-peaple__inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .l-section-peaple:nth-child(even) .section-peaple__content-area {
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .l-section-peaple:nth-child(even) .section-peaple__img-area {
    margin: 0 0 0 3.5%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .l-section-peaple:nth-child(even) .section-peaple__sub-content-area {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-section-peaple:nth-child(even) .section-peaple__sub-content-01 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .l-section-peaple:nth-child(even) .section-peaple__sub-content-02 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .l-section-peaple:nth-child(even) .section-peaple__img-index {
    left: 0;
    right: auto;
  }

  .page-move-target {
    top: 56px;
  }

  .section-peaple__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-peaple__content-area {
    margin: 0 0 0 3.5%;
    width: 40.0000%;
    z-index: 2;
  }

  .section-peaple__img-area {
    width: 42.8571%;
  }

  .section-peaple__img-area img {
    position: relative;
    z-index: 2;
  }

  .section-peaple__img-index {
    font-size: 2rem;
    padding: 15px 15px 0;
    z-index: 3;
  }

  .section-peaple__sub-content-area {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    z-index: 2;
  }

  .section-peaple__job {
    font-size: 1.4rem;
    padding: 2px 13px 4px;
  }

  .section-peaple__name {
    font-size: 6.5rem;
    margin: 14px 0 2px;
  }

  .section-peaple__name-jp {
    font-size: 1.8rem;

  }

  .section-peaple__lead {
    border-top: 1px solid #666;
    font-size: 2.2rem;
    margin: 22px 0 12px;
    padding: 22px 0 0;
  }

  .section-peaple__description {
    font-size: 1.4rem;
    line-height: 2;
    text-align: justify;
  }

  .section-peaple__comment {
    margin: 30px 0 0;
  }

  .section-peaple__comment-head {
    border-top-right-radius: 4px;
    font-size: 1.5rem;
    padding: 8px 0 6px 13px;
    width: 173px;
  }

  .section-peaple__comment-body {
    font-size: 1.4rem;
    line-height: 1.9;
    padding: 13px 20px;
    background-color: #333;
  }

  .section-peaple__sub-content-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 70px auto 0;
    width: 73.1429%;
  }

  .section-peaple__sub-content-description {
    font-size: 1.2rem;
    line-height: 2;
    margin: 9px 0 0;
    text-align: justify;
  }

  .section-peaple__sub-content-01 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .section-peaple__sub-content-02 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .section-peaple__sub-content-03 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .section-peaple__work-info {
    margin: 30px 0 0;
  }

  .work-info-description {
    font-size: 1.1rem;
    width: 53.3333%;
  }

  .work-info-img {
    width: 40%;
  }
}

/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .l-section-peaple {
    padding: 80px 0 0;
  }

  .section-peaple__description {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
  }
  .l-section-peaple:nth-child(even) .section-peaple__sub-content-area {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 32px 0;
  }


  .section-peaple__sub-content-description {
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 9px 0 0;
    text-align: justify;
  }

  .section-peaple__comment-body {
    font-size: 1.3rem;
    line-height: 1.7;
    padding: 10px 15px;

  }
}

/* PC */
@media (min-width: 1280px) {
  .l-section-peaple:nth-child(even) .section-peaple__img-area:before {
    right: 0;
  }

  .section-peaple__img-area:before {
    background-color: #252525;
    bottom: -200px;
    content: "";
    display: block;
    height: 250px;
    position: absolute;
    width: 1100px;
    z-index: 1;
    z-index: 1;
  }
}

/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .l-section-peaple:nth-child(even) .section-peaple__content-area {
    padding-left: 32px;
    padding-right: 0;
  }

  .section-peaple__name {
    font-size: 4rem;
  }

  .section-peaple__lead {
    font-size: 1.9rem;
  }

  .section-peaple__sub-content-area {
    padding: 0 32px;
    width: 100%;
    margin: 40px auto 0;
  }

  .peaple-nav-item__name {
    font-size: 1.5rem;
    white-space: nowrap;
  }

  .section-peaple__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-peaple__content-area {
    padding-right: 32px;
    width: 52%;
  }
}

/* SP */
@media (max-width: 767px) {
  .l-section-peaple {
    padding: 75px 0 0;
  }

  .page-move-target {
    top: 31px;
  }

  .section-peaple__img-index {
    font-size: 1.5rem;
    padding: 10px 15px 0;
    z-index: 200;
  }

  .section-peaple__content-area {
    margin: 0 0 25px;
    padding: 0 15px;
  }

  .section-peaple__img-area {
    margin: 0 0 20px;
  }

  .section-peaple__sub-content-01 {
    width: 100%;
  }

  .section-peaple__sub-content-02 {
    margin: 25px 0 0;
    width: 100%;
  }

  .section-peaple__sub-content-03 {
    width: 100%;
  }

  .section-peaple__work-info {
    margin: 27px 0 0;
  }

  .work-info-description {
    font-size: 1.1rem;
  }

  .section-peaple__sub-content-description {
    font-size: 1.1rem;
    margin-top: 15px;
    line-height: 1.8;

  }

  .section-peaple__job {
    font-size: 1.2rem;
    padding: 5px 6px 5px;
  }

  .section-peaple__name {
    font-size: 3.7rem;
    margin: 9px 0 0;
  }

  .section-peaple__name-jp {
    font-size: 1.4rem;
  }

  .section-peaple__lead {
    border-top: 1px solid #fff;
    font-size: 1.9rem;
    margin: 22px 0 10px;
    padding: 23px 0 0;
  }

  .section-peaple__description {
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: justify;
  }

  .section-peaple__comment {
    margin: 20px 0 0;
  }

  .section-peaple__comment-head {
    border-top-right-radius: 4px;
    display: inline-block;
    font-size: 1.4rem;
    padding: 7px 13px 7px 13px;
  }

  .section-peaple__comment-body {
    font-size: 1.3rem;
    line-height: 1.9;
    padding: 12px 15px;
  }

  .section-peaple__sub-content-area {
    padding: 0 15px;
  }

  .work-info-img {
    width: 30%;
  }

  .work-info-description {
    width: 66%;
  }
}

/* section-peaple-01 -------------------- */
/* TB & PC */
@media (min-width: 768px) {
  .section-peaple-01__sub-content-01 {
    width: 72.2656%;
  }

  .section-peaple-01__sub-content-02 {
    width: 23.4375%;
  }
}

/* TB */
/* SP */
@media (max-width: 767px) {
  .section-peaple-01__sub-content-02 {
    overflow: hidden;
  }

  .section-peaple-01__sub-content-02 img {
    float: left;
    width: 43%;
  }

  .section-peaple-01__sub-content-description {
    float: right;
    margin-top: -2px;
    width: 53%;
  }
}

/* section-peaple-02 -------------------- */
/* TB & PC */
@media (min-width: 768px) {
  .section-peaple-02__sub-content-area {
    /* display: flex!important; */
    padding: 70px 0 0;
    margin: 0 auto;
  }

  .section-peaple-02__sub-content-01 {
    width: 66.4063%;
    float: left;

  }

  .section-peaple-02__sub-content-02 {
    width: 29.2969%;
    float: right;
  }

}

/* TB */
/* SP */
/* section-peaple-03 -------------------- */
/* TB & PC */
@media (min-width: 768px) {
  .l-section-peaple-02 .section-peaple__inner {
    display: block;
    overflow: hidden;
  }

  .l-section-peaple-02 .section-peaple__content-area {
    float: right;
  }

  .l-section-peaple-02 .section-peaple__img-area {
    float: right;
  }

  .section-peaple-03__sub-content-01 {
    width: 66.4063%;
  }

  .section-peaple-03__sub-content-02 {
    width: 29.2969%;
  }
}

/* TB */
/* SP */
@media (max-width: 767px) {
  .section-peaple-02__sub-content-02 {
    overflow: hidden;
  }

  .section-peaple-02__sub-content-02 img {
    float: left;
    width: 43%;
  }

  .section-peaple-02__sub-content-description {
    float: right;
    margin-top: -2px;
    width: 53%;
  }
}

/* section-peaple-04 -------------------- */
/* TB & PC */


@media (min-width: 768px) {
  .l-section-peaple-04 .section-peaple__inner {
    display: block;
    overflow: hidden;
  }

  .l-section-peaple-04 .section-peaple__content-area {
    float: right;
  }

  .l-section-peaple-04 .section-peaple__img-area {
    float: right;
  }

  .section-peaple-04__sub-content-area {
    /* display: flex!important; */
    padding: 70px 0 0;
    margin: 0 auto;
  }

  .section-peaple-04__sub-content-01 {
    width: 66.4063%;
  }

  .section-peaple-04__sub-content-02 {
    width: 29.2969%;
  }
}

/* TB */
/* SP */
/* section-peaple-05 -------------------- */
/* TB & PC */
@media (min-width: 768px) {
  .section-peaple-05__sub-content-01 {
    width: 66.4063%;
  }

  .section-peaple-05__sub-content-02 {
    width: 29.2969%;
  }
}

/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .section-peaple-04__sub-content-area {
    /* display: flex!important; */
    padding: 40px 32px 0;
    margin: 0 auto;
  }

}


/* TB */
/* SP */
/* section-partnership -------------------- */
.section-partnership__inner {
  background-color: #252525;
}

.section-partnership__title {
  margin: 0 auto;
  position: relative;
}

.section-partnership__title span {
  font-weight: normal;
}

.section-partnership__title:after {
  background-color: #ffce00;
  bottom: 14px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}

/* TB & PC */
@media (min-width: 768px) {
  .l-section-partnership {
    padding: 70px 0 100px;
    margin-bottom: 40px;
  }

  .section-partnership__title {
    font-family: "RenaultFont";
    font-size: 4.5rem;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
  }

  .section-partnership__title:after {
    height: 5px;
  }

  .section-partnership__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -14px auto 0;
    max-width: 1024px;
    padding: 40px 40px 35px;
  }

  .section-partnership__img-area {
    width: 42.5%;
  }

  .section-partnership__content-area {
    width: 55%;
  }

  .section-partnership__content-lead {
    border-bottom: 1px solid #666;
    font-size: 1.8rem;
    font-weight: bold;
    margin: -4px 0 18px 0;
    padding: 0 0 13px;
  }

  .section-partnership__content-description {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .l-section-partnership {
    padding: 70px 32px 100px;
  }
}

/* SP */
@media (max-width: 767px) {
  .l-section-partnership {
    padding: 50px 14px 70px;
    margin-bottom: 20px;
  }

  .section-partnership__title {
    font-size: 2.7rem;
    position: relative;
    font-family: "RenaultFont";
  }

  .section-partnership__title:after {
    bottom: 8px;
    height: 3px;
  }

  .section-partnership__inner {
    margin: -10px auto 0;
    max-width: 1024px;
    padding: 20px;
  }

  .section-partnership__content-lead {
    border-bottom: 1px solid #666;
    font-size: 1.7rem;
    font-weight: bold;
    margin: -8px 0 18px 0;
    padding: 25px 0 13px;
  }

  .section-partnership__content-description {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}