.fixed_content {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.fixed_content .bg_movie {
  background-color: hsl(208, 100%, 50%);
  background-image: radial-gradient(at 4% 7%, hsl(143, 100%, 76%) 0px, transparent 50%), radial-gradient(at 11% 89%, hsl(130, 100%, 76%) 0px, transparent 50%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.fixed_content .bg_movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#main {
  position: relative;
}
#main .index_title {
  margin-top: 140px;
}
@media screen and (max-width: 1299px) {
  #main .index_title {
    margin-top: 130px;
  }
}
@media screen and (max-width: 639px) {
  #main .index_title {
    margin-top: 120px;
  }
}
#main .index_title .en .text {
  padding-left: 0.1em;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
#main .index_title .en .text span {
  font-weight: 600;
}
#main .index_title .en .text {
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .index_title .en .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  #main .index_title .en .text {
    font-size: 14px;
  }
}
#main .index_title .jp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px auto 40px 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .index_title .jp {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .index_title .jp {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
#main .index_title .jp .lineWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
}
#main .index_title .jp .lineWrap .line {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
#main .index_title .jp .lineWrap .line:nth-of-type(2),
#main .index_title .jp .lineWrap .line:nth-of-type(3) {
  margin-top: 3px;
}
#main .index_title .jp .text {
  padding-left: 0.02em;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0.02em;
  font-weight: 500;
}
#main .index_title .jp .text span {
  font-weight: 500;
}
#main .index_title .jp .text {
  color: #ffffff;
}
@media screen and (max-width: 1299px) {
  #main .index_title .jp .text {
    font-size: 66px;
  }
}
@media screen and (max-width: 639px) {
  #main .index_title .jp .text {
    font-size: 52px;
  }
}
#main .index_title .jp.fadeElem .lineWrap.lineWrap_L {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
#main .index_title .jp.fadeElem .lineWrap.lineWrap_R {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .index_title .jp.fadeElem .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .index_title .jp.fadeIn .lineWrap.lineWrap_L,
#main .index_title .jp.fadeIn .lineWrap.lineWrap_R {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .index_title .jp.fadeIn .text {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#main .index_title .jp {
  margin: 20px auto 0;
  width: 1000px;
}
@media screen and (max-width: 1299px) {
  #main .index_title .jp {
    width: 88vw;
  }
}
@media screen and (max-width: 859px) {
  #main .index_title .jp {
    width: 100%;
  }
}
#main .index_title .jp .text {
  padding-left: 0.15em;
  font-family: "Zen Old Mincho", serif;
  font-size: 38px;
  letter-spacing: 0.15em;
  font-weight: 600;
}
#main .index_title .jp .text span {
  font-weight: 600;
}
#main .index_title .jp .text {
  color: #ffffff;
}
@media screen and (max-width: 1299px) {
  #main .index_title .jp .text {
    font-size: 34px;
  }
}
@media screen and (max-width: 639px) {
  #main .index_title .jp .text {
    font-size: 30px;
  }
}
#main .index_content {
  margin: 100px auto 0;
}
@media screen and (max-width: 1299px) {
  #main .index_content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 639px) {
  #main .index_content {
    margin-top: 60px;
  }
}
#main .index_content .people_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 100px auto 100px auto;
  grid-template-columns: auto auto auto;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  row-gap: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1299px) {
  #main .index_content .people_ul {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    row-gap: 80px;
  }
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 859px) {
  #main .index_content .people_ul {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 70px;
  }
}
@media screen and (max-width: 639px) {
  #main .index_content .people_ul {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    row-gap: 60px;
  }
}
#main .index_content .people_ul li > a {
  display: inline-block;
  width: 260px;
  height: 260px;
  position: relative;
}
#main .index_content .people_ul li > a .photo {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .index_content .people_ul li > a .photo::before {
  border-radius: 50%;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .index_content .people_ul li > a .photo.fadeElem {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
#main .index_content .people_ul li .spec_ul {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 22px;
  margin: 20px auto 0;
  width: 200px;
}
@media screen and (max-width: 639px) {
  #main .index_content .people_ul li .spec_ul {
    row-gap: 20px;
  }
}
#main .index_content .people_ul li .spec_ul li .title {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: inline-block;
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#main .index_content .people_ul li .spec_ul li .title span {
  font-weight: 400;
}
#main .index_content .people_ul li .spec_ul li .title {
  color: #ffffff;
}
#main .index_content .people_ul li .spec_ul li .line {
  margin-top: 7px;
  width: 100%;
  height: 1px;
  position: relative;
}
#main .index_content .people_ul li .spec_ul li .line::before {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#main .index_content .people_ul li .spec_ul li .content {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: inline-block;
  margin-block: calc((1em - 1lh) / 2);
  padding-top: 14px;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#main .index_content .people_ul li .spec_ul li .content span {
  font-weight: 400;
}
#main .index_content .people_ul li .spec_ul li .content {
  color: #ffffff;
}
@media screen and (max-width: 639px) {
  #main .index_content .people_ul li .spec_ul li .content {
    font-size: 14px;
  }
}
#main .index_content .people_ul li .spec_ul li.fadeElem .title {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .index_content .people_ul li .spec_ul li.fadeElem .line::before {
  right: 100%;
}
#main .index_content .people_ul li .spec_ul li.fadeElem .content {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .index_content .people_ul li .spec_ul li.fadeIn .title {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, color 0.3s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, color 0.3s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .index_content .people_ul li .spec_ul li.fadeIn .line::before {
  -webkit-transition: right 1s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s;
  transition: right 1s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s;
  right: 0;
}
#main .index_content .people_ul li .spec_ul li.fadeIn .content {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, color 0.3s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, color 0.3s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .index_content .people_ul li .viewmore {
  margin: 30px auto 0;
  width: 200px;
}
@media screen and (max-width: 639px) {
  #main .index_content .people_ul li .viewmore {
    margin-top: 25px;
  }
}
#main .index_content .people_ul li .viewmore a {
  display: inline-block;
}
#main .index_content .people_ul li .viewmore a .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
#main .index_content .people_ul li .viewmore a .container .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  position: relative;
}
@media screen and (max-width: 639px) {
  #main .index_content .people_ul li .viewmore a .container .point {
    width: 24px;
    height: 24px;
  }
}
#main .index_content .people_ul li .viewmore a .container .point::before {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
}
#main .index_content .people_ul li .viewmore a .container .point::after {
  -webkit-transition: border-color 0.3s, left 0.3s cubic-bezier(0.33, 1, 0.68, 1), right 0.3s cubic-bezier(0.33, 1, 0.68, 1), top 0.3s cubic-bezier(0.33, 1, 0.68, 1), bottom 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: border-color 0.3s, left 0.3s cubic-bezier(0.33, 1, 0.68, 1), right 0.3s cubic-bezier(0.33, 1, 0.68, 1), top 0.3s cubic-bezier(0.33, 1, 0.68, 1), bottom 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#main .index_content .people_ul li .viewmore a .container .text {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
#main .index_content .people_ul li .viewmore a .container .text span {
  font-weight: 700;
}
#main .index_content .people_ul li .viewmore a .container .text {
  color: #ffffff;
}
@media screen and (max-width: 639px) {
  #main .index_content .people_ul li .viewmore a .container .text {
    font-size: 16px;
  }
}
#main .index_content .people_ul li .viewmore a .container .text.t_viewmore {
  font-weight: 500;
}
#main .index_content .people_ul li .viewmore a .container .text.t_viewmore span {
  font-weight: 500;
}
@media screen and (min-width: 1079px) {
  #main .index_content .people_ul li .viewmore a:hover .container .point::before {
    background-color: #329fdf;
  }
}
@media screen and (min-width: 1079px) {
  #main .index_content .people_ul li .viewmore a:hover .container .point::after {
    border-color: #329fdf;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
  }
}
@media screen and (min-width: 1079px) {
  #main .index_content .people_ul li .viewmore a:hover .container .text {
    color: #329fdf;
  }
}
#main .index_content .people_ul li .viewmore.fadeElem {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .index_content .people_ul li .viewmore.fadeIn {
  -webkit-transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
  transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .index_content .people_ul li:nth-of-type(1) > a .photo::before {
  background-image: url("../../../_common/img/person/1.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .index_content .people_ul li:nth-of-type(2) > a .photo::before {
  background-image: url("../../../_common/img/person/2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .index_content .people_ul li:nth-of-type(3) > a .photo::before {
  background-image: url("../../../_common/img/person/3.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .index_content .people_ul li:nth-of-type(4) > a .photo::before {
  background-image: url("../../../_common/img/person/4.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .index_content .people_ul li:nth-of-type(5) > a .photo::before {
  background-image: url("../../../_common/img/person/5.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .index_content .people_ul li:nth-of-type(6) > a .photo::before {
  background-image: url("../../../_common/img/person/6.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .index_content .people_ul li:nth-of-type(3n + 1) > a .photo.fadeIn {
  -webkit-animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.4s forwards fadePhotoPop_02;
          animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.4s forwards fadePhotoPop_02;
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(3n + 1) > a .photo.fadeIn {
    -webkit-animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.4s forwards fadePhotoPop_02;
            animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.4s forwards fadePhotoPop_02;
  }
}
#main .index_content .people_ul li:nth-of-type(3n + 1) .spec_ul li .title {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, color 0.3s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, color 0.3s;
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(3n + 1) .spec_ul li .title {
    -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, color 0.3s;
    transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, color 0.3s;
  }
}
#main .index_content .people_ul li:nth-of-type(3n + 1) .spec_ul li .line::before {
  -webkit-transition: right 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, background-color 0.3s;
  transition: right 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, background-color 0.3s;
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(3n + 1) .spec_ul li .line::before {
    -webkit-transition: right 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, background-color 0.3s;
    transition: right 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, background-color 0.3s;
  }
}
#main .index_content .people_ul li:nth-of-type(3n + 1) .spec_ul li .content {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, color 0.3s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, color 0.3s;
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(3n + 1) .spec_ul li .content {
    -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, color 0.3s;
    transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, color 0.3s;
  }
}
#main .index_content .people_ul li:nth-of-type(3n + 1) .viewmore {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(3n + 1) .viewmore {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}
#main .index_content .people_ul li:nth-of-type(3n + 2) > a .photo.fadeIn {
  -webkit-animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards fadePhotoPop_02;
          animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards fadePhotoPop_02;
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(3n + 2) > a .photo.fadeIn {
    -webkit-animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.4s forwards fadePhotoPop_02;
            animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.4s forwards fadePhotoPop_02;
  }
}
#main .index_content .people_ul li:nth-of-type(3n + 2) .spec_ul li .title {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.7s, color 0.3s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.7s, color 0.3s;
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(3n + 2) .spec_ul li .title {
    -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, color 0.3s;
    transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, color 0.3s;
  }
}
#main .index_content .people_ul li:nth-of-type(3n + 2) .spec_ul li .line::before {
  -webkit-transition: right 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, background-color 0.3s;
  transition: right 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, background-color 0.3s;
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(3n + 2) .spec_ul li .line::before {
    -webkit-transition: right 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, background-color 0.3s;
    transition: right 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, background-color 0.3s;
  }
}
#main .index_content .people_ul li:nth-of-type(3n + 2) .spec_ul li .content {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 1.1s, color 0.3s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 1.1s, color 0.3s;
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(3n + 2) .spec_ul li .content {
    -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, color 0.3s;
    transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, color 0.3s;
  }
}
#main .index_content .people_ul li:nth-of-type(3n + 2) .viewmore {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(3n + 2) .viewmore {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}
#main .index_content .people_ul li:nth-of-type(3n + 3) > a .photo.fadeIn {
  -webkit-animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.6s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 1s forwards fadePhotoPop_02;
          animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.6s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 1s forwards fadePhotoPop_02;
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(3n + 3) > a .photo.fadeIn {
    -webkit-animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.4s forwards fadePhotoPop_02;
            animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.4s forwards fadePhotoPop_02;
  }
}
#main .index_content .people_ul li:nth-of-type(3n + 3) .spec_ul li .title {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 1s, color 0.3s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 1s, color 0.3s;
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(3n + 3) .spec_ul li .title {
    -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, color 0.3s;
    transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, color 0.3s;
  }
}
#main .index_content .people_ul li:nth-of-type(3n + 3) .spec_ul li .line::before {
  -webkit-transition: right 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, background-color 0.3s;
  transition: right 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, background-color 0.3s;
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(3n + 3) .spec_ul li .line::before {
    -webkit-transition: right 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, background-color 0.3s;
    transition: right 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, background-color 0.3s;
  }
}
#main .index_content .people_ul li:nth-of-type(3n + 3) .spec_ul li .content {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 1.4s, color 0.3s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 1.4s, color 0.3s;
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(3n + 3) .spec_ul li .content {
    -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, color 0.3s;
    transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, color 0.3s;
  }
}
#main .index_content .people_ul li:nth-of-type(3n + 3) .viewmore {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(3n + 3) .viewmore {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(2n) > a .photo.fadeIn {
    -webkit-animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards fadePhotoPop_02;
            animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards fadePhotoPop_02;
  }
}
@media screen and (max-width: 639px) {
  #main .index_content .people_ul li:nth-of-type(2n) > a .photo.fadeIn {
    -webkit-animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.4s forwards fadePhotoPop_02;
            animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.4s forwards fadePhotoPop_02;
  }
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(2n) .spec_ul li .title {
    -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.7s, color 0.3s;
    transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.7s, color 0.3s;
  }
}
@media screen and (max-width: 639px) {
  #main .index_content .people_ul li:nth-of-type(2n) .spec_ul li .title {
    -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, color 0.3s;
    transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, color 0.3s;
  }
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(2n) .spec_ul li .line::before {
    -webkit-transition: right 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, background-color 0.3s;
    transition: right 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, background-color 0.3s;
  }
}
@media screen and (max-width: 639px) {
  #main .index_content .people_ul li:nth-of-type(2n) .spec_ul li .line::before {
    -webkit-transition: right 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, background-color 0.3s;
    transition: right 1s cubic-bezier(0.25, 1, 0.5, 1) 0s, background-color 0.3s;
  }
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(2n) .spec_ul li .content {
    -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 1.1s, color 0.3s;
    transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 1.1s, color 0.3s;
  }
}
@media screen and (max-width: 639px) {
  #main .index_content .people_ul li:nth-of-type(2n) .spec_ul li .content {
    -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, color 0.3s;
    transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, color 0.3s;
  }
}
@media screen and (max-width: 1079px) {
  #main .index_content .people_ul li:nth-of-type(2n) .viewmore {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
}
@media screen and (max-width: 639px) {
  #main .index_content .people_ul li:nth-of-type(2n) .viewmore {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}
@-webkit-keyframes fadePhotoPop_01 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@keyframes fadePhotoPop_01 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@-webkit-keyframes fadePhotoPop_02 {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadePhotoPop_02 {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#footer {
  margin-top: 0;
}
#footer .footer_container {
  margin: 0 auto;
  padding: 150px 0;
}
@media screen and (max-width: 1299px) {
  #footer .footer_container {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1199px) {
  #footer .footer_container {
    padding: 45px 0;
  }
}
#footer {
  margin-top: 250px;
}
@media screen and (max-width: 1299px) {
  #footer {
    margin-top: 150px;
  }
}
@media screen and (max-width: 639px) {
  #footer {
    margin-top: 100px;
  }
}
/*# sourceMappingURL=style.css.map */