@charset "UTF-8";
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* コピペ用
@include media(375px, min) {
数値での指定可能
}
@include media(spM) {
minかmaxを略した場合はmin-widthで展開
}
@include media(spM,max) {
}
*/
.subpageVisual {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
}

@media screen and (min-width: 1201px) {
  #people .subpageVisual {
    background-image: url(../img/people/people_mv.jpg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #people .subpageVisual {
    background-image: url(../img/people/people_mv_tab.jpg);
  }
}
@media screen and (max-width: 767px) {
  #people .subpageVisual {
    background-image: url(../img/people/people_mv_sp.jpg);
  }
}
/*----------------------------------------------------
社員インタビュートップページ
-----------------------------------------------------*/
.peopleCont .peopleTtlCont {
  background: #F8B62D url(../img/people/h2_icon.png) no-repeat center bottom 3em/90px;
  color: #fff;
  font-weight: bold;
}
.peopleCont .peopleTtlCont h2 {
  font-size: 1.5em;
  margin-bottom: 1rem;
}
.peopleCont .peopleTtlCont h2 span {
  border-bottom: 1px solid #fff;
  display: block;
}
.peopleCont .peopleBox {
  margin-bottom: 20px;
}
.peopleCont .peopleBox .txtBox p {
  font-weight: bold;
}
.peopleCont .peopleBox .txtBox p:last-child {
  font-size: 20px;
}
.peopleCont .peopleBox .dtlBtn {
  margin-top: 1em;
}
.peopleCont .peopleBox .dtlBtn a {
  font-size: 0.95rem;
  font-feature-settings: "palt";
}

@media screen and (min-width: 1201px) {
  .peopleCont .peopleTtlCont {
    color: #fff;
    font-weight: bold;
  }
  .peopleCont .peopleTtlCont h2 {
    font-size: 1.5em;
    margin-bottom: 1.5rem;
  }
  .peopleCont .peopleTtlCont h2 span {
    border-bottom: 1px solid #fff;
    display: block;
  }
  .peopleCont .peopleBox {
    width: 32%;
    margin-right: 2%;
  }
  .peopleCont .peopleBox:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .peopleCont .peopleBox {
    width: 48%;
    margin-right: 4%;
  }
  .peopleCont .peopleBox:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .peopleCont {
    display: flex;
    flex-wrap: wrap;
  }
  .peopleCont .peopleBox.peopleTtlCont {
    border-radius: 70px 15px 15px 70px;
    align-content: space-around;
  }
  .peopleCont .peopleBox {
    padding: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .peopleCont .peopleBox .imgBox {
    width: 225px;
    margin-bottom: 1rem;
    border-radius: 100vh;
    overflow: hidden;
  }
  .peopleCont .peopleBox .txtBox p {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #peopleList .in {
    width: 100%;
  }
  #peopleList .in .peopleCont .peopleTtlCont {
    padding: 2.5em 2em 5em 2em;
  }
  #peopleList .in .peopleBox.borderCont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
  #peopleList .in .peopleBox.borderCont .imgBox {
    width: 30%;
  }
  #peopleList .in .peopleBox.borderCont .imgBox img {
    width: 200%;
    height: 200%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #peopleList .in .peopleBox.borderCont:nth-child(3) .imgBox img {
    width: 170%;
    height: 170%;
  }
  #peopleList .in .peopleBox.borderCont:nth-child(4) .imgBox img {
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
  #peopleList .in .peopleBox.borderCont .txtCont {
    width: 70%;
    padding: 0.5em;
  }
  #peopleList .in .peopleBox.borderCont .txtCont .txtBox p:first-child {
    font-size: 3.2vw;
  }
  #peopleList .in .peopleBox.borderCont .txtCont .txtBox p:last-child {
    font-size: 5.3vw;
  }
  #peopleList .in .peopleBox.borderCont .txtCont .dtlBtn {
    text-align: left;
    margin-top: 0.6rem;
  }
  #peopleList .in .peopleBox.borderCont .txtCont .dtlBtn a {
    width: 100%;
    font-size: 4vw;
    text-align: left;
    padding: 0.5em 6vw 0.5em 2vw;
    border-width: 2px;
  }
  #peopleList .in .peopleBox.borderCont .txtCont .dtlBtn a:before {
    right: 10px;
    border-width: 2px;
  }
  #peopleList .in .peopleBox.borderCont .txtCont .dtlBtn a:after {
    width: 14px;
    height: 2px;
    right: 10px;
  }
}
/*----------------------------------------------------
社員インタビュー詳細ページ
-----------------------------------------------------*/
.borderCont.borderContTxt {
  padding: 2em;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1201px) {
  #peopleRole > .in, #peopleSchedule > .in, #peopleAppealGoal > .in, #peopleMessage > .in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #peopleRole > .in .peoplePageTtl, #peopleSchedule > .in .peoplePageTtl, #peopleAppealGoal > .in .peoplePageTtl, #peopleMessage > .in .peoplePageTtl {
    width: 300px;
  }
  #peopleRole > .in .peoplePageTtl .ttlH2, #peopleSchedule > .in .peoplePageTtl .ttlH2, #peopleAppealGoal > .in .peoplePageTtl .ttlH2, #peopleMessage > .in .peoplePageTtl .ttlH2 {
    margin-bottom: 0.5em;
  }
  #peopleRole > .in .peoplePageR, #peopleSchedule > .in .peoplePageR, #peopleAppealGoal > .in .peoplePageR, #peopleMessage > .in .peoplePageR {
    width: 754px;
  }
  .peoplePage .ttlH2 span:first-child {
    font-size: 1.7em;
  }
  .peoplePage .ttlH2 span:last-child {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .ttlCont h2:not(#pageRecruit h2) {
    width: 100%;
  }
  .ifpc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .borderCont.borderContTxt {
    padding: 2em;
  }
}
@media screen and (max-width: 767px) {
  .borderCont.borderContTxt {
    padding: 1.5em 1em;
  }
}
/*--- メインビジュアル ------------------*/
.peoplePage .subpageVisual {
  height: 0;
  background-size: cover;
}
.peoplePage .subpageVisual:after {
  content: none;
}
.peoplePage .subpageVisual .catchcopy {
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 90.2%);
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  left: 0;
  bottom: 0;
}

.peoplePage .subpageVisual .peopleDtlCont {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
}
.peoplePage .subpageVisual .peopleDtlCont .peopleDtl {
  width: 200px;
}
.peoplePage .subpageVisual .peopleDtlCont .peopleDtl p {
  color: #fff;
  font-weight: bold;
}
.peoplePage .subpageVisual .peopleDtlCont .peopleDtl p:first-child {
  background: #b9823c;
  text-align: center;
  padding: 0.3em 1em 0.4em;
  border-radius: 15px 15px 0 0;
}
.peoplePage .subpageVisual .peopleDtlCont .peopleDtl p:last-child {
  background: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  padding: 0.5em 1em 0.8em;
  border-radius: 0 0 15px 15px;
}
.peoplePage .subpageVisual .peopleDtlCont .peopleDtl p:last-child span {
  line-height: 2;
}
.peoplePage .subpageVisual .peopleDtlCont .peopleAboutTxt {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 1201px) {
  #k-gemba .subpageVisual {
    background-image: url(../img/people/k-gemba/mv_pc.jpg);
  }
  #s-watabe .subpageVisual {
    background-image: url(../img/people/s-watabe/mv_pc.jpg);
  }
  #t-hatashima .subpageVisual {
    background-image: url(../img/people/t-hatashima/mv_pc.jpg);
  }
  #y-nagura .subpageVisual {
    background-image: url(../img/people/y-nagura/mv_pc.jpg);
  }
  #m-nakaoyama .subpageVisual {
    background-image: url(../img/people/m-nakaoyama/mv_pc.jpg);
  }
  .peoplePage .subpageVisual {
    padding-top: 43.35%;
  }
  .peoplePage .subpageVisual .catchcopy {
    font-size: 40px;
    letter-spacing: 8px;
    padding: 0 1em 0.1em 12%;
  }
  .peoplePage .subpageVisual .visualIn {
    top: 10vw;
    left: 10%;
  }
  .peoplePage .subpageVisual .peopleDtlCont {
    bottom: 8vw;
    left: 12%;
    display: flex;
  }
  .peoplePage .subpageVisual .peopleDtlCont .peopleAboutTxt {
    width: 320px;
    margin-left: 2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #k-gemba .subpageVisual {
    background-image: url(../img/people/k-gemba/mv_tab.jpg);
  }
  #s-watabe .subpageVisual {
    background-image: url(../img/people/s-watabe/mv_tab.jpg);
  }
  #t-hatashima .subpageVisual {
    background-image: url(../img/people/t-hatashima/mv_tab.jpg);
  }
  #y-nagura .subpageVisual {
    background-image: url(../img/people/y-nagura/mv_tab.jpg);
  }
  #m-nakaoyama .subpageVisual {
    background-image: url(../img/people/m-nakaoyama/mv_tab.jpg);
  }
  .peoplePage .subpageVisual {
    background-position: bottom;
    padding-top: 90%;
  }
  .peoplePage .subpageVisual .catchcopy {
    font-size: 40px;
    padding: 0 1em 0.1em 8%;
  }
  .peoplePage .subpageVisual .visualIn {
    top: 15vw;
    left: 4%;
  }
  .peoplePage .subpageVisual .peopleDtlCont {
    bottom: 12vw;
    left: 8%;
  }
  .peoplePage .subpageVisual .peopleDtlCont .peopleAboutTxt {
    width: 45%;
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #k-gemba .subpageVisual .peopleDtlWrap {
    background-image: url(../img/people/k-gemba/mv_sp.jpg);
  }
  #s-watabe .subpageVisual .peopleDtlWrap {
    background-image: url(../img/people/s-watabe/mv_sp.jpg);
  }
  #t-hatashima .subpageVisual .peopleDtlWrap {
    background-image: url(../img/people/t-hatashima/mv_sp.jpg);
  }
  #y-nagura .subpageVisual .peopleDtlWrap {
    background-image: url(../img/people/y-nagura/mv_sp.jpg);
  }
  #m-nakaoyama .subpageVisual .peopleDtlWrap {
    background-image: url(../img/people/m-nakaoyama/mv_sp.jpg);
  }
  .peoplePage .subpageVisual {
    height: auto;
  }
  .peoplePage .subpageVisual .catchcopy {
    font-size: 20px;
    padding: 0.5em 3%;
  }
  .peoplePage .subpageVisual .visualIn {
    padding: 17vw 3% 5vw;
    position: static;
  }
  .peoplePage .subpageVisual .peopleDtlWrap {
    background-size: cover;
    padding-top: 96.8%;
    position: relative;
  }
  .peoplePage .subpageVisual .peopleDtlWrap .peopleDtlCont {
    bottom: 20%;
    left: 3%;
  }
  .peoplePage .subpageVisual .peopleAboutTxt {
    font-size: 14px;
    font-weight: bold;
    margin-top: 1em;
  }
}
/*--- ttlCont ------------------*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .ttlH2 span:last-child:last-child:before, .ttlH2 span:last-child:last-child:after {
    height: 2px;
    flex-grow: 0;
    width: 20px;
  }
}
/*--- peopleRole ------------------*/
@media screen and (min-width: 1201px) {
  #peopleRole .in .ttlCont img {
    width: 287px;
    margin-left: -1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #peopleRole .in .ttlCont {
    position: relative;
    margin-top: auto;
  }
  #peopleRole .in .ttlCont h2 {
    text-align: center;
  }
  #peopleRole .in .ttlCont span:first-child {
    position: relative;
    display: inline;
  }
  #peopleRole .in .ttlCont span:first-child:before, #peopleRole .in .ttlCont span:first-child:after {
    position: absolute;
  }
  #peopleRole .in .ttlCont span:first-child:before {
    content: url(../img/people/role_tab_icon1.png);
    left: -140px;
    bottom: 0;
  }
  #peopleRole .in .ttlCont span:first-child:after {
    content: url(../img/people/role_tab_icon2.png);
    right: -155px;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #peopleRole {
    position: relative;
    padding-top: 40vw;
  }
  #peopleRole .ttlCont p {
    position: absolute;
    top: 10vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/*--- peopleSchedule ------------------*/
.peopleScheduleCont dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.peopleScheduleCont dl dt {
  width: 4em;
  text-align: left;
  font-weight: bold;
  padding: 0.1em 1em 0.5em 0;
  position: relative;
}
.peopleScheduleCont dl dt:after {
  content: "●";
  position: absolute;
  right: -0.55em;
  top: 5px;
  font-size: 10px;
  color: #000;
}
.peopleScheduleCont dl dt:last-of-type {
  padding-bottom: 0;
}
.peopleScheduleCont dl dd {
  width: calc(100% - 4em);
  padding: 0 1.5em 3em;
  border-left: 1px solid #000;
}
.peopleScheduleCont dl dd h2 {
  font-size: 1rem;
}
.peopleScheduleCont dl dd:last-child {
  padding-bottom: 0;
}
.peopleScheduleCont dl dd .photoWrap {
  display: none;
}

.imgWrap .imgCont {
  position: relative;
  margin-bottom: 2.5em;
}
.imgWrap .imgCont:last-child {
  margin-bottom: 0;
}
.imgWrap .imgCont .imgMark {
  background: #000;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 0.2em 0.5em;
  position: absolute;
  top: 10px;
  left: 0;
}
.imgWrap .imgCont .imgBox {
  text-align: right;
}
.imgWrap .imgCont .imgBox img {
  width: 95%;
  margin-right: 0;
  border: 5px solid #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: inline-block;
}

@media screen and (min-width: 1201px) {
  #peopleSchedule .in .ttlCont img {
    width: 293px;
    margin-left: -2em;
  }
  .peopleScheduleWrap.peoplePageR {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .peopleScheduleWrap.peoplePageR .peopleScheduleCont {
    width: 300px;
  }
  .peopleScheduleWrap.peoplePageR .imgWrap {
    width: 396px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .peopleScheduleWrap.peoplePageR {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .peopleScheduleWrap.peoplePageR .peopleScheduleCont {
    width: 40%;
  }
  .peopleScheduleWrap.peoplePageR .imgWrap {
    width: 55%;
  }
  #peopleSchedule .ttlCont {
    position: relative;
    margin-top: auto;
  }
  #peopleSchedule .ttlCont h2 {
    text-align: center;
  }
  #peopleSchedule .ttlCont span:first-child {
    position: relative;
    display: inline;
  }
  #peopleSchedule .ttlCont span:first-child:before, #peopleSchedule .ttlCont span:first-child:after {
    position: absolute;
  }
  #peopleSchedule .ttlCont span:first-child:before {
    content: url(../img/people/schedule_tab_icon1.png);
    left: -70px;
    bottom: 0;
  }
  #peopleSchedule .ttlCont span:first-child:after {
    content: url(../img/people/schedule_tab_icon2.png);
    right: -100px;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #peopleSchedule {
    position: relative;
    padding-top: 30vw;
  }
  #peopleSchedule .ttlCont p {
    position: absolute;
    top: 5vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  #peopleSchedule dd {
    position: relative;
  }
  #peopleSchedule dd p.ifsp.photoPopBtn {
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #peopleSchedule dd .ddTxt {
    width: calc(100% - 50px);
  }
  #peopleSchedule dd .photoWrap {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #peopleSchedule dd .photoWrap .photoBox {
    width: 90%;
    background: #fff;
    border: 3px solid #000;
    border-radius: 25px;
    position: relative;
  }
  #peopleSchedule dd .photoWrap .photoBox:before {
    content: url(../img/close-sp.png);
    position: absolute;
    top: -55px;
    right: 10px;
  }
  #peopleSchedule dd .photoWrap .photoBox .photoImg {
    border-radius: 22px 22px 0 0;
    overflow: hidden;
  }
  #peopleSchedule dd .photoWrap .photoBox .photoTxt {
    border-radius: 0 0 23px 23px;
    padding: 1em;
  }
  #peopleSchedule dd .photoWrap .photoBox .photoTxt mark {
    background: #000;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 0 0.5em;
  }
  .imgWrap {
    display: none;
  }
}
/*--- Appeal&Goal ------------------*/
#peopleAppealGoal .ttlCont {
  position: relative;
}

@media screen and (min-width: 1201px) {
  #peopleAppealGoal .in {
    position: relative;
  }
  #peopleAppealGoal .in .iftab {
    display: none;
  }
  #peopleAppealGoal .in .appealIcon1 {
    position: absolute;
    top: -10px;
    left: -45px;
  }
  #peopleAppealGoal .in .inIcon {
    position: absolute;
    right: -100px;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #peopleAppealGoal .ttlCont {
    position: relative;
    margin-top: auto;
  }
  #peopleAppealGoal .ttlCont h2 {
    text-align: center;
  }
  #peopleAppealGoal .ttlCont span:first-child {
    position: relative;
    display: inline;
  }
  #peopleAppealGoal .ttlCont span:first-child:before, #peopleAppealGoal .ttlCont span:first-child:after {
    position: absolute;
  }
  #peopleAppealGoal .ttlCont span:first-child:before {
    content: url(../img/people/appeal_tab_icon1.png);
    left: -70px;
    bottom: -20px;
  }
  #peopleAppealGoal .ttlCont span:first-child:after {
    content: url(../img/people/appeal_tab_icon2.png);
    right: -90px;
    bottom: 0;
  }
  #peopleAppealGoal .ttlCont .ifpc {
    display: none;
  }
  #peopleAppealGoal .ttlCont p.appealIcon1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #peopleAppealGoal {
    position: relative;
  }
  #peopleAppealGoal .ttlCont .iftab {
    display: none;
  }
  #peopleAppealGoal .ttlCont p {
    position: absolute;
    margin: auto;
  }
  #peopleAppealGoal .ttlCont p.appealIcon1 {
    top: -30px;
    left: 0;
  }
  #peopleAppealGoal .ttlCont .ifsp {
    display: inline-block;
    top: -60px;
    right: 0;
  }
}
/*--- Message ------------------*/
#peopleMessage .borderCont.peoplePageR .txtBox {
  padding: 2em;
}

@media screen and (min-width: 1201px) {
  #peopleMessage .in {
    position: relative;
  }
  #peopleMessage .in .iftab {
    display: none;
  }
  #peopleMessage .in .inIcon {
    position: absolute;
    right: -100px;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #peopleMessage {
    position: relative;
  }
  #peopleMessage .ttlCont {
    position: relative;
    margin-top: auto;
  }
  #peopleMessage .ttlCont h2 {
    text-align: center;
  }
  #peopleMessage .ttlCont span:first-child {
    position: relative;
    display: inline;
  }
  #peopleMessage .ttlCont span:first-child:before, #peopleMessage .ttlCont span:first-child:after {
    position: absolute;
  }
  #peopleMessage .ttlCont span:first-child:before {
    content: url(../img/people/message_tab_icon1.png);
    left: -130px;
    bottom: -10px;
  }
  #peopleMessage .ttlCont span:first-child:after {
    content: url(../img/people/message_tab_icon2.png);
    top: -50px;
    right: -80px;
  }
  #peopleMessage .ttlCont p.messageIcon1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #peopleMessage {
    position: relative;
  }
  #peopleMessage .ttlCont .iftab {
    display: none;
  }
  #peopleMessage .ttlCont p {
    position: absolute;
    margin: auto;
  }
  #peopleMessage .ttlCont p.messageIcon1 {
    top: 0;
    left: 0;
  }
  #peopleMessage .ttlCont .ifsp {
    display: inline-block;
    top: -30px;
    right: 0;
  }
}
/*--- peopleNotes ------------------*/
#peopleNotes .in {
  border-top: 1px dashed #000;
}
#peopleNotes .in ul li {
  font-size: 14px;
  margin-bottom: 1.5em;
}
#peopleNotes .in ul li:last-child {
  margin-bottom: 0;
}
#peopleNotes .in ul li a {
  text-decoration: underline;
}
#peopleNotes .in ul li a img {
  vertical-align: text-top;
  margin-left: 5px;
}

@media screen and (min-width: 1201px) {
  #peopleNotes .in {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #peopleNotes .in {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #peopleNotes .in {
    padding-top: 2rem;
  }
}
/*--- peopleOther ------------------*/
#peopleOther .ttlCont h2 {
  background: url(../img/people/other_icon.png) no-repeat left center/1.2em;
  padding-left: 1.5em;
}
#peopleOther .peopleInBoxCont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#peopleOther .peopleInBoxCont .peopleInBox {
  background: #F8B62D;
  border: 3px solid #000;
  border-radius: 100vh;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease;
  margin-top: 30px;
  margin-right: 1%;
}
#peopleOther .peopleInBoxCont .peopleInBox:last-child {
  margin-right: 0;
}
#peopleOther .peopleInBoxCont .peopleInBox:hover img {
  opacity: 0.75;
}
#peopleOther .peopleInBoxCont .peopleInBox .txtBox {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  margin: auto;
}
#peopleOther .peopleInBoxCont .peopleInBox .txtBox p {
  text-align: center;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#peopleOther .peopleInBoxCont .peopleInBox .txtBox p a {
  text-decoration: none;
}
#peopleOther .peopleInBoxCont .peopleInBox .txtBox p a:hover {
  color: #fc6c45;
}

@media screen and (min-width: 1201px) {
  .peopleInBox .txtBox p:first-child {
    font-size: 0.9em;
  }
  .peopleInBox .txtBox p:last-child {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  #peopleOther .ttlCont h2 {
    font-size: 40px;
  }
  #peopleOther .peopleInBox {
    width: 24%;
  }
  #peopleOther .peopleInBox:nth-child(n+7) {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .peopleInBox .txtBox p:first-child {
    font-size: 1.45vw;
  }
  .peopleInBox .txtBox p:last-child {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #peopleOther .ttlCont h2 {
    font-size: 24px;
  }
  #peopleOther .peopleInBoxCont .peopleInBox {
    width: 47%;
    margin-top: 20px;
    margin-right: 6%;
  }
  #peopleOther .peopleInBoxCont .peopleInBox:nth-child(2n), #peopleOther .peopleInBoxCont .peopleInBox:last-child {
    margin-right: 0;
  }
  #peopleOther .peopleInBoxCont .peopleInBox:nth-child(n+5) {
    display: none;
  }
  #peopleOther .peopleInBoxCont .peopleInBox .txtBox p:first-child {
    font-size: 2.6vw;
  }
  #peopleOther .peopleInBoxCont .peopleInBox .txtBox p:last-child {
    font-size: 3.8vw;
  }
}/*# sourceMappingURL=people.css.map */