@charset "UTF-8";


.people01 {
  background: url(/images/people/mv01.jpg) no-repeat center;
}

.people02 {
  background: url(/images/people/mv02.jpg) no-repeat center;
}

.people03 {
  background: url(/images/people/mv03.jpg) no-repeat left bottom;
}


.mvArea01 .peopleTitle {
  position: absolute;
  top: 2%;
  left: 3%;
  font-size: 7.1rem;
  font-weight: normal;
}

.mvArea01 .peopleTitle span {
  font-size: 1.8rem;
  display: block;
  font-weight: bold;
}

.mvArea01 .nameBox {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 30px 60px;
}

.mvArea01 .nameBox p {
  font-size: 1.8rem;
  display: inline-block;
  margin: 20px 20px 0 0;
}

.mvArea01 .nameBox .sub {
  font-size: 2.4rem;
  display: block;
}

.people .h1Area {
  width: 80%;
  margin: 90px auto 0;
}

.people .h1Area h1 {
  font-size: 4.2rem;
  line-height: 6rem;

}

.people .h1Area p {
  margin-top: 70px;
  line-height: 3rem;
}

.people .subPic {
  margin-top: 70px;
}

.people .interviewList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* .people .interviewList .interviewPic,
.people .interviewList .interviewTxt {
  width: 45%;
} */
.people .interviewList .interviewTxt {
  width: 55%;
}
.people .interviewList .interviewPic{
  width: 35%;
}

.people .interviewList .interviewPic p {
  margin-top: 90px;
}

.people .interviewList .interviewTxt h3 {
  font-size: 2rem;
  line-height: 4.5rem;
  margin-top: 90px;
}

.people .interviewList .interviewTxt .topTxt {
  margin-top: 40px;
}

.people .interviewList .interviewTxt span {
  font-size: 1.3rem;
  color: #0046C6;
  margin-right: 10px;
  display: block;
  font-weight: bold;
}

.people .interviewList .interviewTxt .en {
  font-size: 1.8rem;
}

.people .interviewList .interviewTxt p {
  margin-top: 20px;
  line-height: 2rem;
}

.character {
  width: 95%;
  margin: 0 auto;
}

.character img {
  margin-top: 50px;
}

.character .infoList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.character .infoList01 div {
  width: 48%;
}

.character .infoList02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.character .infoList02 div {
  width: 48%;
}


.character h3 {
  margin-top: 180px;
  text-align: center;
  font-size: 2rem;
  color: #0046C6;
}

.character h3 span {
  font-size: 1.4rem;
  display: block;
  margin-top: 10px;
}

.character .infoList03 {
  text-align: center;
}

.character .infoList03 div {
  width: 15%;
  display: inline-block;
  margin: 0 5%;
  vertical-align: top;
}

.character .infoList03 div p {
  margin-top: 20px;
  font-weight: bold;
}

.character .infoList04 div {
  display: block;
  width: 100%;
  margin-top: 40px;
}

.character .infoList04 div .case {
  color: #C1C1C1;
  font-size: 1.8rem;
}

.character .infoList04 div .case span {
  font-size: 2rem;
  margin-left: 10px;
}

.character .infoList04 div .desc {
  font-size: 2rem;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #0046C6;
}

.character .voiceBox {
  margin-top: 40px;
  background-color: #f1f1f1;
  padding: 20px 0;
  height: 40vh;
  overflow: scroll;
  position: relative;
}

.character .voiceBox ul {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}

.character .voiceBox ul li {
  margin-top: 20px;
  width: 40%;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  line-height: 1.4rem;
}

.character .voiceBox ul li::before {
  content: '"';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: 40px;
}

.character .voiceBox ul li::after {
  content: '"';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  position: absolute;
  right: 5px;
  bottom: -10px;
  font-size: 40px;
}

.character .voiceBox ul .left {
  color: #fff;
  margin-left: 2%;
}

.character .voiceBox ul .right {
  border: 2px solid #0046C6;
  margin-left: 56%;
  color: #0046C6;
}

.character .voiceBox .scroll {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #0046C6;
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 960px) {}

@media only screen and (max-width: 780px) {

  .people01 {
    background: url(/images/people/mv01_sp.jpg) no-repeat center;
  }

  .people02 {
    background: url(/images/people/mv02_sp.jpg) no-repeat center;
  }

  .people03 {
    background: url(/images/people/mv03_sp.jpg) no-repeat center;
  }

  .mvArea01 .nameBox {
    opacity: 0.8;
    bottom: 0;
    padding: 5px 10px;
    display: block;
  }

  .mvArea01 .nameBox .sub {
    font-size: 1.2rem;
    display: block;
    margin: 0 0 0 5px;
  }

  .mvArea01 .nameBox p {
    font-size: 0.8rem;
    margin: 10px 0 0 5px;
  }

  .mvArea01 .peopleTitle {
    font-size: 2.6rem;
  }

  .mvArea01 .peopleTitle span {
    font-size: 1.2rem;
  }



  .people .h1Area {
    width: 95%;
    margin: 160px auto 0;
  }

  .people .h1Area h1 {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .people .h1Area p {
    line-height: 2.2rem;
    width: 95%;
    margin: 30px auto 0;
  }

  .people .subPic {
    margin-top: 20px;
  }

  .people .interviewList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .people .interviewList .interviewPic {
    width: 100%;
  }

  .people .interviewList .interviewTxt {
    width: 95%;
    margin: 0 auto;
  }

  .people .interviewList .interviewTxt h3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .people .interviewList .interviewTxt .topTxt {
    margin-top: 20px;
  }

  .people .interviewList .interviewTxt p {
    margin-top: 10px;
    line-height: 1.6rem;
  }

  .character h2 {
    font-size: 1.6rem;
  }

  .character h2 span {
    font-size: 1.8rem;
    letter-spacing: 0.6rem;
  }

  .character img {
    margin-top: 10px;
  }

  .character .infoList01 {
    display: block;
  }

  .character .infoList01 div {
    width: 100%;
  }

  .character .infoList02 {
    display: block;
  }

  .character .infoList02 div {
    width: 100%;
  }

  .character h3 {
    font-size: 1.5rem;
    letter-spacing: 0.01rem;
  }

  .character .infoList03 {
    display: block;
    margin-top: 40px;
  }

  .character .infoList03 div {
    width: 30%;
    margin-top: 20px;
  }

  .character .infoList04 div {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .character .infoList04 div .case {
    font-size: 1.4rem;
  }

  .character .infoList04 div .case span {
    font-size: 1.8rem;
  }

  .character .infoList04 div .desc {
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .character .voiceBox ul li {
    width: 70%;
  }

  .character .voiceBox ul .right {
    margin-left: 14%;
  }

  .character .voiceBox .scroll {
    top: 2%;
  }
}
