@charset "UTF-8";
/*================================= 見出し =================================*/
/*== 日本語 ==*/
/*== 日本語 SP ==*/
/*== 数字 ==*/
/*== 数字 SP ==*/
/*== 英語 ==*/
/*== 英語 SP ==*/
/*================================= 本文 =================================*/
/*== SP ==*/
:root {
  --clmidcareer: #F15A24;
  --clnewgraduate: #298AE2;
  --clred01: #E50012;
  --clred02: #FFF2F3;
  --clgray01: #6C6A6A;
  --clgray02: #C1C1C1;
  --clgray03: #F7F7F7;
  --header-h: 0px;
}

main {
  overflow: hidden;
}

section.sec-people div.people-cont01 {
  position: relative;
}
section.sec-people div.people-cont01 div.txt-box {
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont01 div.txt-box {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
  }
}
section.sec-people div.people-cont01 div.txt-box p.recruit {
  border: solid 1px;
  display: inline-block;
  border-radius: 50em;
  box-sizing: border-box;
  padding: 0.2em 0.8em;
  margin-bottom: 1.4em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.2vw;
  letter-spacing: 0;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont01 div.txt-box p.recruit {
    margin-bottom: 1em;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.625em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-people div.people-cont01 div.txt-box p.recruit {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-people div.people-cont01 div.txt-box p.recruit {
    font-size: 16px;
  }
}
section.sec-people div.people-cont01 div.txt-box p.recruit.newgraduate {
  color: var(--clnewgraduate);
}
section.sec-people div.people-cont01 div.txt-box p.recruit.midcareer {
  color: var(--clmidcareer);
}
section.sec-people div.people-cont01 div.txt-box h2 {
  color: var(--clred01);
  margin-bottom: 0.4em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 6.66vw;
  letter-spacing: 0.1em;
  line-height: 1.36em;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont01 div.txt-box h2 {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 3.2vw;
    letter-spacing: 0;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-people div.people-cont01 div.txt-box h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-people div.people-cont01 div.txt-box h2 {
    font-size: 40px;
  }
}
section.sec-people div.people-cont01 div.txt-box p.name {
  margin-bottom: 0.4em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.33vw;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  display: inline-block;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont01 div.txt-box p.name {
    display: block;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2.6vw;
    letter-spacing: 0.1em;
    line-height: 1.36em;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-people div.people-cont01 div.txt-box p.name {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-people div.people-cont01 div.txt-box p.name {
    font-size: 25px;
  }
}
section.sec-people div.people-cont01 div.txt-box p.join {
  display: inline-block;
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.41em;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont01 div.txt-box p.join {
    display: block;
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.1875em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-people div.people-cont01 div.txt-box p.join {
    font-size: 16px;
  }
}
section.sec-people div.people-cont01 div.people-img {
  width: 93%;
  margin: 5vw 0 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont01 div.people-img {
    width: 73%;
    margin: 0 0 0 auto;
  }
}
section.sec-people div.people-cont02 {
  width: 88%;
  margin: 15vw auto 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont02 {
    width: 90%;
    margin: 146px auto 0;
    max-width: 1100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-people div.people-cont02 div.people-img-wrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont02 div.people-img-wrap {
    display: block;
    width: 42%;
  }
}
section.sec-people div.people-cont02 div.people-img-wrap div.people-img02 {
  order: 2;
  margin-bottom: 20vw;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont02 div.people-img-wrap div.people-img02 {
    margin-bottom: 27px;
  }
}
section.sec-people div.people-cont02 div.people-img-wrap div.people-img03 {
  order: 4;
}
section.sec-people div.people-cont02 div.people-txt-wrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont02 div.people-txt-wrap {
    display: block;
    width: 49%;
  }
}
section.sec-people div.people-cont02 div.people-txt-wrap div.people-txt-box {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont02 div.people-txt-wrap div.people-txt-box {
    margin-bottom: 90px;
  }
}
section.sec-people div.people-cont02 div.people-txt-wrap div.people-txt-box:nth-of-type(1) {
  order: 0;
}
section.sec-people div.people-cont02 div.people-txt-wrap div.people-txt-box:nth-of-type(2) {
  order: 3;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont02 div.people-txt-wrap div.people-txt-box:last-child {
    margin-bottom: 0;
  }
}
section.sec-people div.people-cont02 div.people-txt-wrap div.people-txt-box p.people-txt01 {
  color: var(--clred01);
  margin-bottom: 1em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.625em;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont02 div.people-txt-wrap div.people-txt-box p.people-txt01 {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1.7em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-people div.people-cont02 div.people-txt-wrap div.people-txt-box p.people-txt01 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-people div.people-cont02 div.people-txt-wrap div.people-txt-box p.people-txt01 {
    font-size: 20px;
  }
}
section.sec-people div.people-cont02 div.people-txt-wrap div.people-txt-box p.people-txt02 {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.41em;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont02 div.people-txt-wrap div.people-txt-box p.people-txt02 {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.1875em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-people div.people-cont02 div.people-txt-wrap div.people-txt-box p.people-txt02 {
    font-size: 16px;
  }
}
section.sec-people div.people-cont03 {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  position: relative;
  padding: 20vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 {
    margin: 110px auto 0;
    padding: 0;
    padding-bottom: 7vw;
  }
  section.sec-people div.people-cont03::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 84%;
    transform: translate(100%, 0);
    background-color: #FCF5F6;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-people div.people-cont03 {
    padding-bottom: 92px;
  }
}
section.sec-people div.people-cont03::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 78.5%;
  background-color: #FCF5F6;
  z-index: -1;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03::after {
    width: 100%;
    height: 82%;
    left: 0;
    transform: translate(0);
  }
}
@media screen and (min-width: 1280px) {
  section.sec-people div.people-cont03::after {
    height: 84%;
  }
}
section.sec-people div.people-cont03 div.swiper-button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 32%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 div.swiper-button-wrap {
    width: 95px;
    position: absolute;
    top: 14vw;
    right: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-people div.people-cont03 div.swiper-button-wrap {
    top: 12vw;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-people div.people-cont03 div.swiper-button-wrap {
    top: 120px;
  }
}
section.sec-people div.people-cont03 div.swiper-button-prev, section.sec-people div.people-cont03 div.swiper-button-next {
  position: revert;
  transform: translate(0);
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 12vw;
  height: 7vw;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 div.swiper-button-prev, section.sec-people div.people-cont03 div.swiper-button-next {
    width: 40px;
    height: 29px;
  }
  section.sec-people div.people-cont03 div.swiper-button-prev:hover .base-arrow-wrap .arrow, section.sec-people div.people-cont03 div.swiper-button-next:hover .base-arrow-wrap .arrow {
    transform: translate(3px, 0);
  }
  section.sec-people div.people-cont03 div.swiper-button-prev:hover .base-arrow-wrap .circle, section.sec-people div.people-cont03 div.swiper-button-next:hover .base-arrow-wrap .circle {
    transform: translate(0, -50%) scale(1.4);
    box-shadow: inset 0.4px 0.4px 2px rgba(80, 78, 78, 0.6588235294);
  }
}
section.sec-people div.people-cont03 div.swiper-button-prev::after, section.sec-people div.people-cont03 div.swiper-button-next::after {
  content: none;
  margin-top: 0;
  left: 0;
  right: 0;
  top: 0;
}
section.sec-people div.people-cont03 div.swiper-button-prev .base-arrow-wrap, section.sec-people div.people-cont03 div.swiper-button-next .base-arrow-wrap {
  width: 100%;
}
section.sec-people div.people-cont03 div.swiper-button-prev .arrow, section.sec-people div.people-cont03 div.swiper-button-next .arrow {
  transform: translate(0, 0);
  left: 0px;
  width: 78%;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 div.swiper-button-prev .arrow, section.sec-people div.people-cont03 div.swiper-button-next .arrow {
    width: calc(100% - 10px);
  }
}
section.sec-people div.people-cont03 div.swiper-button-prev .arrow::after, section.sec-people div.people-cont03 div.swiper-button-prev .arrow::before, section.sec-people div.people-cont03 div.swiper-button-next .arrow::after, section.sec-people div.people-cont03 div.swiper-button-next .arrow::before {
  width: 2.4vw;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 div.swiper-button-prev .arrow::after, section.sec-people div.people-cont03 div.swiper-button-prev .arrow::before, section.sec-people div.people-cont03 div.swiper-button-next .arrow::after, section.sec-people div.people-cont03 div.swiper-button-next .arrow::before {
    width: 7px;
  }
}
section.sec-people div.people-cont03 div.swiper-button-prev .circle, section.sec-people div.people-cont03 div.swiper-button-next .circle {
  background: #fff;
  transition: all 0.2s;
  width: 7vw;
  height: 7vw;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 div.swiper-button-prev .circle, section.sec-people div.people-cont03 div.swiper-button-next .circle {
    width: 22px;
    height: 22px;
  }
}
section.sec-people div.people-cont03 div.swiper-button-prev {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 div.swiper-button-prev:hover .base-arrow-wrap .circle {
    box-shadow: inset -0.4px -0.4px 2px rgba(80, 78, 78, 0.6588235294);
  }
}
section.sec-people div.people-cont03 h3 {
  margin-bottom: 13vw;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 h3 {
    position: absolute;
    top: 5vw;
    right: 0;
    z-index: 10;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-people div.people-cont03 h3 {
    top: 40px;
  }
}
section.sec-people div.people-cont03 h3 span {
  display: block;
}
section.sec-people div.people-cont03 h3 span.en {
  color: rgba(255, 255, 255, 0);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 8vw;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  margin-right: 0.2em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--clred01);
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 h3 span.en {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 5vw;
    letter-spacing: 0.1em;
    line-height: 1.115em;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-people div.people-cont03 h3 span.en {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-people div.people-cont03 h3 span.en {
    font-size: 60px;
  }
}
section.sec-people div.people-cont03 h3 span.ja {
  margin-top: 0.4em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.625em;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 h3 span.ja {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.625em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-people div.people-cont03 h3 span.ja {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-people div.people-cont03 h3 span.ja {
    font-size: 16px;
  }
}
section.sec-people div.people-cont03 div.people-slide-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 div.people-slide-wrap {
    padding-left: 7%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 div.people-slide-wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 110%;
    left: 0;
    transform: translate(-100%, 0);
    background-color: #fff;
    z-index: 2;
  }
}
section.sec-people div.people-cont03 div.people-slide {
  height: 40vw;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 div.people-slide {
    height: 38vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-people div.people-cont03 div.people-slide {
    height: 34vw;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-people div.people-cont03 div.people-slide {
    height: 400px;
  }
}
section.sec-people div.people-cont03 div.people-slide .swiper-wrapper {
  align-items: flex-end;
}
section.sec-people div.people-cont03 div.people-slide .swiper-slide {
  transition: all 0.3s;
  height: auto;
}
section.sec-people div.people-cont03 div.people-slide .swiper-slide a {
  display: block;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 div.people-slide .swiper-slide a:hover .people-img img {
    transform: scale(1.1);
  }
}
section.sec-people div.people-cont03 div.people-slide .swiper-slide-active {
  width: 52% !important;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 div.people-slide .swiper-slide-active {
    width: 28.6% !important;
    z-index: 2;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-people div.people-cont03 div.people-slide .swiper-slide-active {
    width: 26.6% !important;
  }
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 div.people-slide .swiper-slide-active .people-img {
    transform: translate(0, -70px);
  }
}
section.sec-people div.people-cont03 div.people-slide .swiper-slide-active .txt-box {
  display: block;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 div.people-slide .swiper-slide-active .txt-box {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
section.sec-people div.people-cont03 div.people-slide .people-img {
  position: relative;
  display: block;
  transition: 0.4s;
  overflow: hidden;
}
section.sec-people div.people-cont03 div.people-slide .people-img img {
  transition: all 0.3s;
}
section.sec-people div.people-cont03 div.people-slide .txt-box {
  position: absolute;
  bottom: -2vw;
  opacity: 0;
  transition: all 0.5s;
  text-align: center;
  width: 120%;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 div.people-slide .txt-box {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    height: 59px;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
  }
}
section.sec-people div.people-cont03 div.people-slide .txt-box .recruit {
  display: inline-block;
  border: solid 1px;
  border-radius: 50em;
  box-sizing: border-box;
  padding: 0.2em 1em;
  background-color: #fff;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.2vw;
  letter-spacing: 0;
  line-height: 1.2em;
  margin-right: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 div.people-slide .txt-box .recruit {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.625em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-people div.people-cont03 div.people-slide .txt-box .recruit {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-people div.people-cont03 div.people-slide .txt-box .recruit {
    font-size: 14px;
  }
}
section.sec-people div.people-cont03 div.people-slide .txt-box .recruit.newgraduate {
  color: var(--clnewgraduate);
}
section.sec-people div.people-cont03 div.people-slide .txt-box .recruit.midcareer {
  color: var(--clmidcareer);
}
section.sec-people div.people-cont03 div.people-slide .txt-box .name {
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  section.sec-people div.people-cont03 div.people-slide .txt-box .name {
    display: block;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.83em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-people div.people-cont03 div.people-slide .txt-box .name {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-people div.people-cont03 div.people-slide .txt-box .name {
    font-size: 18px;
  }
}/*# sourceMappingURL=people.css.map */