@charset "utf-8";

/* ------- INDEX ---------------------------------------------- */
.project-main-visual{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.project-heading > p{
  color: #FFF;
  letter-spacing: .1em;
  line-height: 1.21;
}
.project-heading > h1{
  color: #FFF;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 1.77;
}
.project-heading > h1 span{
  background:linear-gradient(transparent 95%, #FFF 0%);
}



.project-outline-section > p{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
}


.project-section-head{
  text-align: center;
}
.project-section-head.en{
  letter-spacing: .1em;
  line-height: 1.29;
}




.members-list-item .image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100%;
}
.members-list-item .profile dt{
  font-size: 2.0rem;
  line-height: 1.4;
}
.members-list-item .profile dd{
  font-size: 1.4rem;
  line-height: 1.71;
}
.members-list-item .role dt{
  font-size: 1.6rem;
  font-weight: 400;
}
.members-list-item .role dd{
  font-size: 1.4rem;
  line-height: 1.71;
}



.phase-wrap{
  counter-reset: number 0;
}
.phase-heading{
  color: #A02B2E;
  font-style: italic;
  line-height: 2.6;
}
.phase-heading:after{
  counter-increment: number 1;
  content: counter(number);
  color: #000;
  line-height: 1;
}

.phase-section-heading{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 1.8;
}
.phase-interview-item{
  display: flex;
  justify-content: space-between;
}
.phase-interview-item .image figcaption{
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  margin-top: 8px;
}
.phase-interview-item .image:before{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  content: "";
  display: block;
}


.section-image{
  display: flex;
  justify-content: space-between;
}
.section-image.type2{
  align-items: flex-end;
}
.section-image.type1 .image:nth-child(1){
  width: 33.68%;
}
.section-image.type1 .image:nth-child(2){
  width: 61.05%;
}
.section-image.type2 .image:nth-child(1){
  width: 61.05%;
}
.section-image.type2 .image:nth-child(2){
  width: 33.68%;
}





.members-list-item .prof-kb,
.phase-interview-item .prof-kb:before{
  background-image: url("../img/prof_kb.jpg");
}
.members-list-item .prof-mn,
.phase-interview-item .prof-mn:before{
  background-image: url("../img/prof_mn.jpg");
}
.members-list-item .prof-kn,
.phase-interview-item .prof-kn:before{
  background-image: url("../img/prof_kn.jpg");
}
.members-list-item .prof-yk,
.phase-interview-item .prof-yk:before{
  background-image: url("../img/prof_yk.jpg");
}

.between-image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.between-image.image1{
  background-image: url("../img/wide_image01.jpg");
}
.between-image.image2{
  background-image: url("../img/wide_image02.jpg");
}
.between-image.image3{
  background-image: url("../img/wide_image03.jpg");
}
@media print, screen and (min-width:781px) {
  .project-main-visual{
    background-image: url("../img/main.jpg");
    height: calc(100vh - 80px);
  }
  .project-heading{
    padding-top: 80px;
    margin: 0 auto;
    width: 86%;
  }
  .project-heading > p{
    font-size: 2.8rem;
  }
  .project-heading > h1{
    font-size: 3.6rem;
    margin-top: 22px;
  }
  
  
  .project-section-head.en{
    font-size: 4.4rem;
  }
  
  
  .project-outline-section {
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    width: 83%;
    max-width: 1280px;
  }
  .project-outline-section > p{
    font-size: 2.0rem;
    line-height: 3;
    margin-top: 40px;
  }
  .project-outline-section > p > span{
    background:linear-gradient(transparent 95%, #000 0%);
  }
  
  
  .project-members-section {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-top: 120px;
    max-width: 1280px;
  }
  .members-list{
    display: flex;
    margin-top: 30px;
  }
  .members-list-item{
    width: 100%;
  }
  .members-list-item{
    background-color: rgba(255,255,255,1.00);
  }
  .members-list-item:nth-child(even){
    background-color: rgba(255,255,255,.30);
  }
  .members-list-item .detail{
    padding: 30px 30px;
  }
  .members-list-item .profile{
    display: flex;
  }
  .members-list-item .profile dt{
    width: 76px;
  }
  .members-list-item .profile dd{
    width: calc(100% - 76px);
  }
  .members-list-item .role{
    border-top: 1px solid rgba(112,112,112,.25);
    padding-top: 25px;
    margin-top: 25px;
  }
  .members-list-item .role dd{
    margin-top: 15px;
  }
  
  

  
  .phase-section{
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 140px;
    width: 86%;
    max-width: 1280px;
  }
  .phase-heading-wrap{
    border-right: 1px solid #000000;
    width: 140px;
  }
  .phase-heading{
    border-right: 5px solid #000;
    font-size: 2.4rem;
    display: flex;
    align-items: flex-end;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: sticky;
    left: 0;
    top: 80px;
    width: 100%;
  }
  .phase-heading:after{
    font-size: 6.0rem;
    margin-top: 30px;
  }
  .phase-contents{
    width: calc(100% - 230px);
  }
  
  
  .phase-section-heading{
    font-size: 5.0rem;
  }
  .phase-interview-item{
    align-items: center;
    margin-top: 60px;
  }
  .phase-interview-item .image{
    width: 50px;
  }
  .phase-interview-item .image:before{
    padding-bottom: 100%;
    width: 100%;
  }
  .phase-interview-item .interview{
    width: calc(100% - 90px);
  }
  
  
  .section-image{
    margin-top: 60px;
  }
  .section-image.type1 .image:nth-child(2){
    margin-top: 80px;
  }
  .section-image.type2 .image:nth-child(1){
    margin-bottom: 80px;
  }
  
  .phase-interview > .image{
    margin-top: 60px;
  }
  
  
  .between-image{
    height: 550px;
    margin-top: 140px;
    margin-left: -7%;
    margin-right: -7%;
  }
}
@media screen and (max-width: 780px) {
  .project-main-visual{
    background-image: url("../img/main_sp.jpg");
    height: calc(100vh - 60px);
  }
  .project-heading{
    padding-top: 45px;
    text-align: center;
  }
  .project-heading > p{
    font-size: 2.4rem;
  }
  .project-heading > h1{
    font-size: 2.4rem;
    margin-top: 30px;
  }
  
  
  .project-section-head.en{
    font-size: 3.0rem;
  }
  
  
  .project-outline-section {
    background-color: #F3F3F2;
    padding: 60px 20px;
  }
  .project-outline-section > p{
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 30px;
  }
  
  
  .project-members-section {
    padding-top: 60px;
  }
  .members-list-item{
    margin-top: 40px;
    width: 100%;
    position: relative;
  }
  .members-list-item:before{
    background-color: #FFF;
    content: "";
    display: block;
    height: 73.5%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .members-list-item .image{
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 71.79%;
    width: 71.79%;
  }
  .members-list-item .detail{
    padding: 25px 0 35px;
  }
  .members-list-item .profile,
  .members-list-item .role{
    margin-left: auto;
    margin-right: auto;
    width: 71.79%;
  }
  .members-list-item .profile{
    display: flex;
  }
  .members-list-item .profile dt{
    width: 76px;
  }
  .members-list-item .profile dd{
    width: calc(100% - 76px);
  }
  .members-list-item .role{
    border-top: 1px solid rgba(112,112,112,.25);
    padding-top: 25px;
    margin-top: 25px;
  }
  .members-list-item .role dd{
    margin-top: 15px;
  }
  
  

  
  .phase-section{
    margin-left: 20px;
    margin-right: 20px;
    padding: 75px 0 0;
  }
  .phase-heading-wrap{
    border-bottom: 1px solid #000000;
    padding-bottom: 14px;
    margin-bottom: 35px;
  }
  .phase-heading{
    font-size: 2.4rem;
    text-align: center;
  }
  .phase-heading:after{
    font-size: 6.0rem;
    vertical-align: middle;
    margin-left: 20px;
  }
  
  
  .phase-section-heading{
    font-size: 2.8rem;
    text-align: center;
  }
  .phase-interview-item{
    align-items: flex-start;
    margin-top: 50px;
  }
  .phase-interview-item .image{
    width: 50px;
  }
  .phase-interview-item .image:before{
    padding-bottom: 100%;
    width: 100%;
  }
  .phase-interview-item .interview{
    width: calc(100% - 90px);
  }
  
  
  .section-image{
    margin-top: 50px;
  }
  .section-image.type1 .image:nth-child(2){
    margin-top: 30px;
  }
  .section-image.type2 .image:nth-child(1){
    margin-bottom: 30px;
  }
  
  .phase-interview > .image{
    margin-top: 50px;
  }
  
  
  .between-image{
    margin-top: 80px;
    padding-bottom: 66.66%;
  }
}
@media (hover: hover) and (pointer: fine){
}

