@charset "utf-8";
/*-------------------------------------------------

「世界人になろう」プロジェクトcss
#mpjt

-------------------------------------------------*/
strong{
    color: #333;
}
#mpjt .sp_menu{
    display: none;
}
#mpjt .pc_menu{
    background: #19458A;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
#mpjt .pc_menu ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin:0 auto;
}
#mpjt .pc_menu ul li{
    flex: 0 0 25%;
    margin: 0 auto;
    text-align: center;
    border-right: 1px solid #4c71a1;
    padding: 10px 0;
    color: #fff;
    line-height: 1.4;
}
#mpjt .pc_menu ul li a{
    color: #fff;
}

#mpjt .pc_menu ul li:nth-of-type(2),
#mpjt .pc_menu ul li:nth-of-type(3){
    padding: 20px 0;
}

#mpjt .pc_menu ul li:nth-of-type(4){
    border-right:none;
}

#mpjt .main{
    width: 100%;
    background:linear-gradient(to right, #397FB2, #3364B1);
    max-height: 700px;
}

#mpjt .main .inner{
    width: 100%;
    margin:0 auto;
    
}
#mpjt .main .main_title{
    text-align: center;
}

#mpjt .main .main_title img{
    max-width: 1480px;
    max-height:700px;
    width: 100%;
    height:100%;
}

/* about_miyavi
----------------------------------------- */
#mpjt .about_miyavi{
    background: linear-gradient(to bottom, #0067A5, #66b3de);
}
#mpjt_qa .about_miyavi{
    background:#fff;
    padding: 80px 0;
}

#mpjt .about_miyavi h2{
    background: url("/lpi/mpjt/img/title_bg.jpg") no-repeat;
    background-size: 100%;
    color:#fff;
    text-align: center;
    font-weight: bold;
    font-size:32px;
    padding:10px 0 8px;
}

#mpjt .about_miyavi .inner,
#mpjt .message .inner {
    padding: 80px 0;
}

#mpjt .about_miyavi .inner p{
    text-align: center;
    font-size:20px;
    color:#fff;
}
#mpjt .about_miyavi .inner .profile{
    background-color: #fff;
    padding: 50px;
    width: 960px;
    margin: 100px auto 0;
}
#mpjt .message .inner .profile{
    background-color: #fff;
    padding: 50px;
    width: 960px;
    margin: 0 auto 80px;
}

#mpjt_qa .about_miyavi .inner .profile{
    background-color: #fff;
    padding: 50px;
    width: 960px;
    margin: 0 auto;
    border:1px solid #333;
}

#mpjt .about_miyavi .inner .profile h3,
#mpjt_qa .about_miyavi .inner .profile h3,
#mpjt .message .inner .profile h3{
    font-size: 28px;
    margin:0 0 60px;
    text-align: center;
    position: relative;
    font-weight: bold;
}
#mpjt .about_miyavi .inner .profile h3:before,
#mpjt_qa .about_miyavi .inner .profile h3:before,
#mpjt .message .inner .profile h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 100%;
  height:3px;
  transform: translate(-50%);
  background-color: #000;
}
#mpjt .about_miyavi .inner .profile p,
#mpjt_qa .about_miyavi .inner .profile p,
#mpjt .message .inner .profile p{
    font-size:14px;
    text-align: left;
    color: #333;
}
#mpjt .about_miyavi .inner .profile ul,
#mpjt_qa .about_miyavi .inner .profile ul,
#mpjt .message .inner .profile ul{
  display: flex;
  flex-wrap: wrap;
}

#mpjt .about_miyavi .inner .profile ul li,
#mpjt .message .inner .profile ul li{
    flex: 0 0 600px;
}
#mpjt_qa .about_miyavi .inner .profile ul li{
    flex: 0 0 590px;
}

#mpjt .about_miyavi .inner .profile ul li:first-child,
#mpjt_qa .about_miyavi .inner .profile ul li:first-child,
#mpjt .message .inner .profile ul li:first-child{
    flex: 0 0 230px;
    margin-right: 30px;
}
#mpjt .about_miyavi .inner .profile ul li figure,
#mpjt_qa .about_miyavi .inner .profile ul li figure,
#mpjt .message .inner .profile ul li figure{
    margin-top: 20px;
}

/* samurai_english
----------------------------------------- */
#mpjt .samurai_english h2{
    background: url("/lpi/mpjt/img/title_bg.jpg") no-repeat;
    background-size: 100%;
    color:#fff;
    text-align: center;
    font-weight: bold;
    font-size:32px;
    padding:10px 0 8px;
}

#mpjt .samurai_english .inner {
    width: 960px;
    margin: 40px auto 100px;
}

#mpjt .samurai_english .inner p{
    text-align: center;
    font-size:20px;
}
#mpjt .samurai_english .inner ul{
    display: flex;
    flex-wrap: wrap;
}

#mpjt .samurai_english .inner ul li{
    flex: 0 0 25%;
    padding: 0 1% 20px;
    text-align: center;
}

#mpjt .samurai_english .inner ul li a img{
    width: 100%;
}
.more{
    cursor: pointer;
    color: #185097;
    border-radius: 25px;
}


/* message
----------------------------------------- */
#mpjt .message_main{
    width: 100%;
    background:url("/lpi/mpjt/img/message_bg.jpg") no-repeat;
    background-size:cover;
    max-height:626px;
}

#mpjt .message_main .inner{
    width: 100%;
    margin:0 auto;
    
}
#mpjt .message_main .main_title{
    text-align: center;
}
#mpjt .message_main .main_title img{
    max-width: 1480px;
    max-height:626px;
    width: 100%;
    height:100%;
}

#mpjt .message{
    background:linear-gradient(to bottom, #0067A5, #66b3de);
}

#mpjt .message .inner{
    padding:60px 0;
}
#mpjt .message h2{
    background: url("/lpi/mpjt/img/title_bg.jpg") no-repeat;
    background-size: 100%;
    color:#fff;
    text-align: center;
    font-weight: bold;
    font-size:32px;
    padding:10px 0 8px;
}

#mpjt .message .movie{
    width: 560px;
    margin:0 auto;
}
#mpjt .message_txt{
    background-color: #fff;
    padding: 50px 45px;
    width: 960px;
    margin: 100px auto 0;
}

#mpjt .message_txt h3 {
    font-size: 36px;
    margin:0 0 80px;
    text-align: center;
    position: relative;
}
#mpjt .message_txt h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 450px;
  height: 1px;
  transform: translate(-50%);
  background-color: #000;
}

/* future
----------------------------------------- */
#mpjt .future{
    background: linear-gradient(to bottom, #0067A5, #66b3de);
}

#mpjt .future .inner{
    padding:60px 0;
}
#mpjt .future h2{
    background: url("/lpi/mpjt/img/title_bg.jpg") no-repeat;
    background-size: 100%;
    color:#fff;
    text-align: center;
    font-weight: bold;
    font-size:32px;
    padding:10px 0 8px;
}
#mpjt .future p{
    text-align: center;
    font-size: 20px;
    color: #fff;
}
#mpjt .future p img{
    margin-top:20px;
}
#mpjt .future_b{
    text-align: center;
    position: relative;
}

#mpjt .future_tit_bg{
    width: 100%;
    background: #66b3de;
    position: relative;
    overflow: hidden;
    padding-bottom: 90px;
    margin-bottom: 30px;
}
#mpjt .future_tit{
    position: absolute;
    z-index: 9;
    top: 60px;
    right: 0;
    left: 0;
    margin: auto;
}
#mpjt .future_tit_bg::before,
#mpjt .future_tit_bg::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 50vw solid #fff;
    border-right: 50vw solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    z-index: 5;
}
#mpjt .future_tit_bg::after {
    border-top: 90px solid #66b3de;
    bottom: 0;
    background: #fff;
}

/* banner_list
----------------------------------------- */
#mpjt .banner_list{
    text-align: center;
    padding:0 0 80px;
    position: relative;
}

#mpjt .banner_tit_bg{
    width: 100%;
    background: #66b3de;
    position: relative;
    overflow: hidden;
    padding-bottom: 90px;
    margin-bottom: 70px;
}
#mpjt .banner_tit{
    position: absolute;
    z-index: 9;
    top: 55px;
    right: 0;
    left: 0;
    margin: auto;
}
#mpjt .banner_tit_bg::before,
#mpjt .banner_tit_bg::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 50vw solid #fff;
    border-right: 50vw solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    z-index: 5;
}
#mpjt .banner_tit_bg::after {
    border-top: 90px solid #66b3de;
    bottom: 0;
    background: #fff;
}
/* flow_lesson
----------------------------------------- */
#mpjt .flow_lesson {
    background-color: #E2F0FC;
    padding: 80px 0;
}

#mpjt .flow li::before {
    width: 100%;
}
#mpjt .contact_block {
    background: #E2F0FC;
}
#mpjt .contact_block .btn_orange01 {
    border-color: #ff7e00;
    margin:0 10px;
}
#mpjt #topic_path {
    margin: 0 auto 0;
}

/* level
----------------------------------------- */
#mpjt .level{
    background-color: #E2F0FC;
    padding:100px 0;
}

#mpjt .level h2 {
    font-size: 36px;
    margin:40px 0 80px;
    text-align: center;
    position: relative;
}
#mpjt .level h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 450px;
  height: 1px;
  transform: translate(-50%);
  background-color: #000;
}
#mpjt .level-block__detail-wrap{
    width: 960px;
    margin: 0 auto;
}
#mpjt .level .level-block__detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  margin-bottom: 10px;
  background: #fff;
}
#mpjt .level .level-block__detail__ttl {
  width: 20%;
  font-size: 14px !important;
  font-weight: 700;
}
#mpjt .level .level-block__detail__list {
  width: 60%;
  padding: 0 10px;
}
#mpjt .level .level-block__detail__fig img {
  width: 120px;
}


/* scene
----------------------------------------- */
#mpjt .scene {
  text-align: center;
  padding: 20px 0 120px;
  background: #E2F0FC;
}
#mpjt .scene h2 {
    font-size:36px;
    margin:40px 0 80px;
    display: inline-block;
    position: relative;
}
#mpjt .scene h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 450px;
  height: 1px;
  transform: translate(-50%);
  background-color: #000;
}
#mpjt .scene__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mpjt .scene__lists li {
  margin: 0 5px;
}
#mpjt .scene__lists dt {
  min-width: 200px;
  font-size: 18px;
  display: inline-block;
  padding: 5px;
  margin-bottom: 50px;
  background: #fff;
}
#mpjt .scene__lists dd {}
#mpjt .scene__lists dd figure {
}
#mpjt .scene__lists dd figcaption {
  font-weight: 700;
  line-height: 1.57;
  margin-top: 20px;
}
#mpjt .scene__strong {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}
#mpjt .scene__strong::before {
  content: '';
  display: block;
  width: 2px;
  height: 48px;
  background: #ee0055;
  margin: 10px auto 15px auto;
}
#mpjt .scene__txt {
  font-size: 18px;
  line-height: 1.6;
}


/* ----------------------------------------- 
　　　　　QAページ
----------------------------------------- */
#mpjt_qa{
    background:#F2FBFF;
}

#mpjt_qa .main{
    width: 100%;
    background:linear-gradient(to bottom, #1C71B1, #73C3E3);
    max-height: 445px;
}

#mpjt_qa .main .inner{
    width: 100%;
    margin:0 auto;
    
}
#mpjt_qa .main .main_title{
    text-align: center;
}

#mpjt_qa .main .main_title img{
    max-width: 1480px;
    max-height:700px;
    width: 100%;
    height:100%;
}

#mpjt_qa .qa{
}
#mpjt_qa .qa h2{
    background: url("/lpi/mpjt/img/qa_title_bg.jpg") no-repeat;
    background-size: 100%;
    color:#fff;
    text-align: center;
    font-weight: bold;
    font-size:32px;
    padding:10px 0 8px;
}

#mpjt_qa .qa{
}

#mpjt_qa .qa .inner{
    padding: 0 0 80px;
    width:960px;
    margin:0 auto;
    box-shadow: none;
}
#mpjt_qa .qa .inner h3{
    text-align: center;
    font-size:24px;
    font-weight: bold;
    margin: 100px 0 20px;
}
#mpjt_qa .qa .inner h3::before,
#mpjt_qa .qa .inner h3::after{
  content:"";
  display:inline-block;
  width:50px;
  height:1px;
  margin:0 3rem;
  background-color: #333;
  vertical-align: middle;
}
#mpjt_qa .qa div{
    box-shadow: 3px 3px 3px -4px rgba(3, 72, 134, 0.5);
    margin-bottom: 15px;
}

#mpjt_qa .qa div p:nth-of-type(1) {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: #fff;
    padding: 20px 70px 20px 80px;
    color: #007EB9;
    text-indent: -50px;
    line-height: 1.2;
}
#mpjt_qa .qa div p:nth-of-type(1)::after{
    position: absolute;
    top: 0;
    right: 5px;
    content: "＋";
    font-size: 30px;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
}

#mpjt_qa .qa div p:nth-of-type(1).active::after {
  content: "－";
}

#mpjt_qa .qa div .answer{
    display:none;
    padding:20px 30px;
    background: #fff;
    margin-bottom: 20px;
    font-size:14px;
    border-top: 1px dashed #ccc;
}
#mpjt_qa .qa div .answer p{
    font-size:initial;
    font-weight:initial;
    position:initial;
    background:initial;
    padding:initial;
    color:#333;
    text-indent:initial;
    line-height: initial;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 5px;
    font-size:14px;
}
#mpjt_qa .qa div .answer p::after,
#mpjt_qa .qa div .answer p:nth-of-type(1).active::after{
    display:none;
}

#mpjt_qa .qa div p span{
    margin-left: 15px;
}
#mpjt_qa .qa div a,
#mpjt_qa .contactus a{
    color:#006CD8;
}
#mpjt_qa .contactus {
    padding: 40px;
}

#mpjt_qa .contactus .inner{
    width: 960px;
    margin: 80px auto 0;
    box-shadow: none;
    background: #fff;
}

#mpjt_qa .contactus h2{
    font-size:28px;
    font-weight: bold;
    text-align: center;
    margin-bottom:20px;
}

#mpjt_qa .contactus div{
    background: #F5F5F8;
    padding:40px;
    margin-top: 30px;
}

#mpjt_qa .contactus div h3{
    font-size:20px;
    font-weight: bold;
    text-align: center;
    margin-bottom:20px;
}

/* sns_list
----------------------------------------- */
#mpjt .sns_list,
#mpjt_qa .sns_list{
    width: 350px;
    margin:60px auto 0;
}
#mpjt .sns_list ul,
#mpjt_qa .sns_list ul{
  display: flex;
  flex-wrap: wrap;
}

#mpjt .sns_list ul li,
#mpjt_qa .sns_list ul li{
  flex: 0 0 10%;
  margin:0 auto;
  padding:0 0 20px;
  text-align: center;
}
