@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500");

.NG_member_link, .NG_member_recruit .NG_member_bnr {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.NG_member_link:hover, .NG_member_recruit .NG_member_bnr:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 960px) {
  .NG_member_link:hover, .NG_member_recruit .NG_member_bnr:hover {
    opacity: 1;
  }
}

.NG_fe, .NG_member_link {
  font-family: 'Oswald', "メイリオ", Meiryo, "小塚ゴシック Pr6N", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
}

.NG_fg, .NG_member_comment, .NG_member_career1, .NG_people_big_title, .NG_people_text, .NG_people_intro_title {
  font-family: "メイリオ", Meiryo, "小塚ゴシック Pr6N", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
}

/* ======================= MEMBER ====== */
.NG_member_wrap {
  background: url("https://cdn.clst01.innova-jp.net/tosho/images/member/bg.png") center bottom no-repeat;
}

@media only screen and (max-width: 960px) {
  .NG_member_wrap {
    background: url("https://cdn.clst01.innova-jp.net/tosho/images/member/sp_bg.png") center bottom no-repeat;
    background-size: 100%;
    padding: 0 0 68px;
  }
}

.NG_member_inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.NG_member_mv_wrap {
  padding: 115px 0 105px;
  background: url("https://cdn.clst01.innova-jp.net/tosho/images/member/mv_bg.jpg") center center no-repeat;
  background-size: cover;
}

.NG_member_mv_title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.NG_member_mv_title span {
  display: block;
  color: #DB7835;
  font-size: 18px;
  margin: 17px 0 0;
}

.NG_member_comment {
  line-height: 1.5;
  padding: 70px 0 110px;
  text-align: center;
  font-size: 20px;
}

/*↓メンバー情報*/
.NG_member_box1 {
  position: relative;
  text-align: right;
  margin: 0 0 67px 0;
}

/* .NG_member_box1 img{
  width: 140px;
  height: 150px;
} */

.NG_member_box1 .NG_member_box_inner {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.NG_member_box2 {
  position: relative;
  text-align: left;
  margin: 0 0 67px 0;
}

.NG_member_box2 .NG_member_box_inner {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

.NG_member_box1 .NG_member_profile {
  position: absolute;
  max-width: 456px;
  width: 100%;
  top: 0;
  right: 0;
  text-align: left;
  margin: 44px 60px 0;
}

@media only screen and (max-width: 960px) {
  .NG_member_box1 .NG_member_profile {
    position: inherit;
    margin: 0;
  }
}

.NG_member_box2 .NG_member_profile {
  position: absolute;
  max-width: 456px;
  width: 100%;
  top: 0;
  left: 0;
  margin: 45px 60px;
}

@media only screen and (max-width: 960px) {
  .NG_member_box2 .NG_member_profile {
    position: inherit;
    margin: 0;
    width: 100%;
    padding: 0 15px;
    max-width: inherit;
  }
}

/*↓人の写真*/
/* ピンク枠 */
.NG_member_person1 {
  max-width: 475px;
  width: 45%;
  margin: -1px 9px 0 0;
  /* margin の左2こをいじりました */
  position: relative;
  /*
    position: absolute;
    top: -28px;
    left:0;
  */
}

@media only screen and (max-width: 960px) {
  .NG_member_person1 {
    margin: -18% 0 0 0px;
    max-width: 170px;
  }
}

/* 青枠 */

.NG_member_person2 {
  position: relative;
  max-width: 475px;
  width: 45%;
  margin: 0px 32px 0px 3px;
  /* margin: 0px 0px 0px 3px; */
  /* margin: -28px 0 0 -200px; */
  /*
    position: absolute;
    top:-28px;
    right: 0;
  */
}

@media only screen and (max-width: 960px) {
  .NG_member_person2 {
    position: absolute;
    max-width: 170px;
    right: 0;
    top: 12px;
  }
}

/*↓メンバー背景*/
.NG_member_box1 .NG_member_bg {
  margin: 0 0 0 auto;
}

.NG_member_box2 .NG_member_bg {
  margin: 0 auto 0 0;
}

.NG_member_link {
  display: block;
  width: 180px;
  float: right;
  border: 1px #fff solid;
  padding: 17px 0;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
}

.NG_member_link:hover {
  background: #fff;
  color: #535353;
}

@media only screen and (max-width: 960px) {
  .NG_member_link {
    width: 115px;
    font-size: 12px;
    padding: 10px 0;
  }
}

.NG_member_link img {
  display: block;
  width: 100%;
}

/*↓プロフィール*/
.NG_member_box1 p, .NG_member_box2 p {
  color: white;
}

.NG_member_career1 {
  font-size: 14px;
  margin: 0 0 18px;
}

.NG_member_career1 span {
  font-weight: bold;
  display: inline-block;
  text-align: center;
  line-height: 21px;
  color: white;
  width: 80px;
  height: 21px;
  background: #ec721a;
  margin: 0 10px 0 0;
}

.NG_member_career2 {
  font-size: 14px;
  margin: 0 0 22px;
}

.NG_member_name_jp {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 5px;
}

.NG_member_name_en {
  font-size: 27px;
  font-weight: bold;
  margin: 20px 0 22px;
  letter-spacing: 5px;
}

.NG_member_catch {
  font-size: 15px;
  line-height: 1.75;
  height: 52px;
}

.NG_member_profile div {
  margin: 0 0 0 auto;
}

/*↓採用情報*/
.NG_member_recruit {
  margin: 143px auto;
}

@media only screen and (max-width: 960px) {
  .NG_member_recruit {
    margin: 68px auto 0;
  }
}

.NG_member_recruit .NG_member_bnr {
  display: block;
  width: 697px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .NG_member_recruit .NG_member_bnr {
    max-width: 311px;
    width: 95%;
  }
}

.NG_member_recruit .NG_member_bnr img {
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .NG_member_top {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }

  .NG_member_box2 .NG_member_top {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }

  .NG_member_mv_wrap {
    padding: 58px 0;
  }

  .NG_member_mv_title {
    font-size: 25px;
  }

  .NG_member_mv_title span {
    font-size: 14px;
  }

  .NG_member_comment {
    padding: 25px 0 10%;
    font-size: 14px;
    line-height: 1.7;
  }

  .NG_member_box1, .NG_member_box2 {
    margin: 0 0 10%;
  }

  .NG_member_bg_PC {
    display: none !important;
  }

  .NG_member_box1 .NG_member_bg_mobile {
    display: block;
    width: 95%;
    margin: 0 0 0 auto;
  }

  .NG_member_box2 .NG_member_bg_mobile {
    display: block;
    width: 95%;
    margin: 0 auto 0 0;
  }

  .NG_member_career1 {
    font-size: 12px;
    padding: 10% 0 0;
  }

  .NG_member_career1 span {
    /*
        line-height: 18px;
        height: 18px;
    */
    height: inherit;
    margin: 0 9px 0 0;
    display: inline-block;
    width: inherit;
    padding: 2px 5px;
  }

  .NG_member_career2 {
    font-size: 11px;
    margin: 12px 0 12px;
  }

  .NG_member_name_jp {
    font-size: 21px;
  }

  .NG_member_name_en {
    font-size: 10px;
    margin: 6px 0 23px;
  }

  .NG_member_catch {
    font-size: 12px;
    line-height: 1.75;
    height: inherit;
    margin: 0 0 15px;
    width: 100%;
  }

  /*↓背景色*/
  .NG_member01 {
    position: relative;
    background: #56ABE4;
  }

  .NG_member01:before {
    content: "";
    background: #fff;
    display: block;
    width: 12px;
    height: 101%;
    position: absolute;
    left: -1px;
    bottom: -1px;
  }

  .NG_member02 {
    position: relative;
    background: #4E2E7F;
  }

  .NG_member02:before {
    content: "";
    background: #fff;
    display: block;
    width: 12px;
    height: 101%;
    position: absolute;
    right: -1px;
    bottom: -1px;
  }

  .NG_member03 {
    position: relative;
    background: #59A541;
  }

  .NG_member03:before {
    content: "";
    background: #fff;
    display: block;
    width: 12px;
    height: 101%;
    position: absolute;
    left: -1px;
    bottom: -1px;
  }

  .NG_member04 {
    position: relative;
    background: #D13129;
  }

  .NG_member04:before {
    content: "";
    background: #fff;
    display: block;
    width: 12px;
    height: 101%;
    position: absolute;
    right: -1px;
    bottom: -1px;
  }

  .NG_member05 {
    position: relative;
    background: #86B541;
  }

  .NG_member05:before {
    content: "";
    background: #fff;
    display: block;
    width: 12px;
    height: 101%;
    position: absolute;
    left: -1px;
    bottom: -1px;
  }

  .NG_member06 {
    position: relative;
    background: #EA4926;
  }

  .NG_member06:before {
    content: "";
    background: #fff;
    display: block;
    width: 12px;
    height: 101%;
    position: absolute;
    right: -1px;
    bottom: -1px;
  }

  .NG_member07 {
    position: relative;
    background: #ff0066;
  }

  .NG_member07:before {
    content: "";
    background: #fff;
    display: block;
    width: 12px;
    height: 101%;
    position: absolute;
    left: -1px;
    bottom: -1px;
  }

  .NG_member08 {
    position: relative;
    background: #330099;
  }

  .NG_member08:before {
    content: "";
    background: #fff;
    display: block;
    width: 12px;
    height: 101%;
    position: absolute;
    right: -1px;
    bottom: -1px;
  }

  /*↓ポジション*/
  .NG_member_profile {
    width: 50%;
  }

  .NG_member_bottom {
    display: inline-block;
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
  }

  .NG_member_box1 .NG_member_bottom {
    padding: 0 15px 0 30px;
  }

  .NG_member_box2 .NG_member_career1 {
    padding: 7% 0 0;
  }

  .NG_member_box2 .NG_member_bottom {
    padding: 0 30px 0 15px;
  }
}

/*=== PEOPLE ===*/
.NG_people_big_title {
  font-size: 57px;
  font-weight: bold;
  color: #d42380;
  margin: 0 auto 70px;
  text-align: center;
  letter-spacing: 5px;
}

@media only screen and (max-width: 960px) {
  .NG_people_big_title {
    font-size: 38px;
    letter-spacing: 3px;
    margin: 0 auto 40px;
  }
}

.NG_people_text {
  font-size: 18px;
  color: #000;
  line-height: 1.7;
}

@media only screen and (max-width: 960px) {
  .NG_people_text {
    font-size: 14px;
  }
}

.NG_people_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 30px auto;
}

@media only screen and (max-width: 960px) {
  .NG_people_block {
    display: block;
    margin: 40px auto;
  }
}

.NG_people_block img {
  margin: 0 30px 0 0;
}

@media only screen and (max-width: 960px) {
  .NG_people_block img {
    width: 100%;
    margin: 0 0 40px;
  }
}

.NG_people_block.NG_people_reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

.NG_people_block.NG_people_reverse img {
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 960px) {
  .NG_people_block.NG_people_reverse img {
    width: 100%;
    margin: 0 0 40px;
  }
}

.NG_people_intro_title {
  font-size: 33px;
  color: #000;
  font-weight: bold;
  letter-spacing: 5px;
  margin: 115px auto 75px;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .NG_people_intro_title {
    font-size: 25px;
    line-height: 1.8;
    margin: 60px auto 45px;
  }
}

.NG_people_intro_title:after {
  content: "";
  display: block;
  background: #d42380;
  height: 1px;
  width: 35px;
  margin: 20px auto 0;
}

@media only screen and (max-width: 960px) {
  .NG_people_intro_title:after {
    margin: 15px auto 0;
  }
}