@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : people.css                                */
/* update : 2023                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.people_top article {
  background-color: transparent;
  padding: 0 100px;
}

.intro_txt {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 50px;
}

.people_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.people_list li {
  width: 30.9%;
  margin-right: 3.65%;
  margin-bottom: 3.65%;
  border-radius: 5px;
  background: linear-gradient(transparent 16%, #FFF 16%);
}
.people_list li:nth-child(3n) {
  margin-right: 0;
}
.people_list li a {
  display: block;
}
.people_list li a img {
  transition: 0.3s;
}
.people_list li a:hover img {
  opacity: 1;
  transition: 0.3s;
  transform: scale(1.1);
}
.people_list li a:hover .prof {
  background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 20px bottom 30px;
  transition: 0.3s;
  background-color: #F8E5ED;
}
.people_list li .img01 {
  overflow: hidden;
  padding-top: 16px;
}
.people_list li .prof {
  background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 30px bottom 30px;
  transition: 0.3s;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 700;
  min-height: 6em;
}
.people_list li .prof span {
  display: block;
  font-size: 15px;
  color: #A9A9A9;
  margin-left: 0;
}

/* -----------------------detail--------------------------- */
.mv {
  max-width: 1300px;
  margin: 0 auto;
  background: url(/recruit/new-graduate/people/img/bg_mv.png) no-repeat center center/cover;
  border-radius: 5px 5px 0 0;
}
.mv .mv_box {
  display: flex;
  justify-content: space-between;
}
.mv .text_wrap {
  width: 47%;
  padding: 7.6% 0 7.6% 100px;
}
.mv .text_wrap .comment_tit {
  margin-bottom: 30px;
}
.mv .text_wrap .comment_tit p {
  font-size: clamp(16px, 2.3vw, 30px);
  font-weight: 700;
  color: #990044;
  display: inline;
  background: #FFF;
  line-height: 1.9;
}
.mv .text_wrap .comment_tit p span {
  padding: 0 5px;
}
.mv .text_wrap .prof {
  margin-bottom: 40px;
}
.mv .text_wrap .prof .txt01 {
  font-size: clamp(14px, 1.53vw, 20px);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.mv .text_wrap .prof .name {
  font-size: clamp(20px, 3.06vw, 40px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.mv .text_wrap .prof .txt02 {
  font-size: clamp(14px, 1.53vw, 20px);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.mv .pic_wrap {
  width: 40.7%;
  padding: 0 0 0 30px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.message_list li {
  border-bottom: solid 1px #DFDFDF;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.message_list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.message_list li .box {
  display: flex;
  justify-content: flex-start;
}
.message_list li .box .box_text {
  width: 48.1%;
  margin-right: 3.8%;
}
.message_list li .box .box_pic {
  width: 48.1%;
}
.message_list li dl dt {
  display: block;
  color: #990044;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}
.message_list li dl dd {
  word-break: break-all;
}

.other {
  margin-top: 100px;
}
.other .other_tit {
  font-size: 34px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 30px;
}

.bx-viewport {
  margin-left: 190px;
}

.people_slider_wrap {
  overflow: hidden;
  position: relative;
}

.people_slider {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.people_slider li {
  width: 30.9%;
  border-radius: 5px;
  background: linear-gradient(transparent 16%, #FFF 16%);
}
.people_slider li:nth-child(3n) {
  margin-right: 0;
}
.people_slider li:nth-child(n+4) {
  margin-bottom: 0;
}
.people_slider li a {
  display: block;
  background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 30px bottom 30px;
  transition: 0.3s;
}
.people_slider li a img {
  transition: 0.3s;
}
.people_slider li a:hover {
  transition: 0.3s;
  background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 20px bottom 30px;
}
.people_slider li a:hover img {
  opacity: 1;
  transition: 0.3s;
  transform: scale(1.1);
}
.people_slider li .img01 {
  overflow: hidden;
  padding-top: 16px;
}
.people_slider li .prof {
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 700;
  min-height: 6em;
}
.people_slider li .prof span {
  display: block;
  font-size: 15px;
  color: #A9A9A9;
  margin-left: 0;
}

@media screen and (max-width: 1150px) {
  .mv .text_wrap {
    padding: 50px 0 50px 50px;
  }
}
@media screen and (max-width: 1500px) {
  .people_slider_wrap {
    max-width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .people_slider_wrap .bx-wrapper .bx-next {
    right: -30px;
  }
  .bx-viewport {
    margin-left: 0;
  }
}
/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  .people_top article {
    background-color: transparent;
    padding: 0;
  }
  .intro_txt {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .people_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .people_list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .people_list li:nth-child(3n) {
    margin-right: 4%;
  }
  .people_list li:nth-child(2n) {
    margin-right: 0;
  }
  .people_list li:nth-child(n+4) {
    margin-bottom: 4%;
  }
  .people_list li a {
    display: block;
  }
  .people_list li a img {
    transition: inherit;
  }
  .people_list li a:hover img {
    opacity: 1;
    transition: inherit;
    transform: scale(1);
  }
  .people_list li a:hover .prof {
    transition: inherit;
    background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 15px bottom 20px;
    background-color: #fff;
  }
  .people_list li .img01 {
    overflow: hidden;
    padding-top: 0;
  }
  .people_list li .prof {
    background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 15px bottom 20px;
    transition: inherit;
    padding: 20px 15px;
    font-size: 15px;
    line-height: 1.3;
  }
  .people_list li .prof span {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    margin-left: 0px;
  }
  /* -----------------------detail--------------------------- */
  .mv {
    max-width: inherit;
    margin: 0;
    background: url(/recruit/new-graduate/people/img/bg_mv.png) no-repeat center center/cover;
  }
  .mv .mv_box {
    position: relative;
    justify-content: flex-end;
    align-items: flex-end;
    height: 280px;
  }
  .mv .text_wrap {
    width: auto;
    padding: 0;
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .mv .text_wrap .prof {
    margin-bottom: 0;
  }
  .mv .text_wrap .prof .txt01 {
    font-size: 15px;
    margin-right: 5px;
  }
  .mv .text_wrap .prof .name {
    font-size: 24px;
    line-height: 1.5;
    margin-right: 5px;
  }
  .mv .text_wrap .prof .txt02 {
    font-size: 15px;
  }
  .mv .pic_wrap {
    width: 60%;
    padding: 0;
    margin: 0;
    display: block;
  }
  .sp_comment_wrap {
    background: #FFF;
    padding: 30px 15px 0;
  }
  .sp_comment_wrap .comment_tit {
    margin-bottom: 15px;
  }
  .sp_comment_wrap .comment_tit p {
    font-size: 18px;
    font-weight: 700;
    color: #990044;
    display: inline;
    background: #FFF;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .sp_comment_wrap .comment_tit p span {
    padding: 0px;
  }
  .sp_comment_wrap .comment {
    font-size: 14px;
    padding-bottom: 30px;
    border-bottom: solid 1px #DFDFDF;
  }
  .message_list li {
    border-bottom: solid 1px #DFDFDF;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .message_list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .message_list li .box {
    display: block;
  }
  .message_list li .box .box_text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .message_list li .box .box_pic {
    width: 100%;
  }
  .message_list li dl dt {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 2;
  }
  .other {
    margin-top: 50px;
    overflow: hidden;
  }
  .other .other_tit {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .bx-viewport {
    height: 100% !important;
    margin-left: 0;
  }
  .people_slider_wrap {
    overflow: visible;
    position: relative;
    padding: 0;
    margin-bottom: 50px;
  }
  .people_slider_wrap .bx-wrapper .bx-next {
    right: 0;
  }
  .people_slider_wrap .bx-wrapper .bx-prev {
    right: inherit;
    left: 0;
  }
  .people_slider_wrap .bx-wrapper .bx-controls-direction a {
    top: inherit;
    bottom: -50px;
  }
  .people_slider {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .people_slider li {
    width: 30.9%;
    border-radius: 5px;
    background: linear-gradient(transparent 16%, #FFF 16%);
  }
  .people_slider li:nth-child(3n) {
    margin-right: 0;
  }
  .people_slider li:nth-child(n+4) {
    margin-bottom: 0;
  }
  .people_slider li a {
    display: block;
    background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 15px bottom 20px;
    transition: 0.3s;
  }
  .people_slider li a img {
    transition: 0.3s;
  }
  .people_slider li a:hover {
    transition: 0.3s;
    background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 15px bottom 20px;
  }
  .people_slider li a:hover img {
    opacity: 1;
    transition: 0.3s;
    transform: scale(1);
  }
  .people_slider li .img01 {
    overflow: hidden;
  }
  .people_slider li .prof {
    padding: 20px 15px;
    font-size: 15px;
  }
  .people_slider li .prof span {
    display: block;
    font-size: 13px;
    color: #A9A9A9;
    margin-left: 0;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=people.css.map */