@charset "utf-8";


.project-wrap{
  background-color: #F0F6FC;
}
@media print, screen and (min-width:781px) {
  .project-wrap{
    padding: 70px 5%;
  }
}
@media screen and (max-width: 780px) {
}

/* ------- PROJECT ---------------------------------------------- */
.project-sec-list{
  counter-reset: number 0;
}
.project-item{
  background-color: #FFF;
  padding: 10px;
}
.project-heading-wrap{
  cursor: pointer;
}
.project-item.active .project-heading-wrap{
  pointer-events: none;
}
.project-heading{
  color: #FFF;
  position: relative;
}
.project-heading > p{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  text-decoration: underline;
  transform: rotate(-5deg);
  line-height: 1;
}
.project-heading > p:after{
  counter-increment: number 1;
  content: counter(number);
}
.project-heading > h2{
  font-weight: 700;
  font-style: italic;
  line-height: 1.24;
  letter-spacing: -.03em;
  transform: rotate(-5deg);
}
.project-heading > .btn-more{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  display: flex;
  align-items: center;
  position: absolute;
}
.project-item.active .project-heading > .btn-more{
  display: none;
}
.project-heading > .btn-more > div{
  background-color: #061832;
  border-radius: 50%;
  margin-left: 12px;
  position: relative;
}
.project-heading > .btn-more > div:before,
.project-heading > .btn-more > div:after{
  background-color: #FFF;
  content: "";
  display: block;
  height: 1px;
  width: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.project-heading > .btn-more > div:before{
  transform: translate(-50%,-50%);
}
.project-heading > .btn-more > div:after{
  transform: translate(-50%,-50%) rotate(90deg);
}



.member-item{
  display: flex;
  flex-direction: column;
}
.member-item .image{
  width: 100%;
}
.member-item .company{
  background-color: #FFF;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.03em;
  align-self: flex-start;
  padding: 5px 10px;
}
.member-item .profile > dt,
.member-item .profile > dd{
  font-weight: 600;
  letter-spacing: -.03em;
}
.member-item .profile > dd.other .joining{
  font-weight: 600;
}
.member-item .profile > dd.other .en{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  color: #999999;
}


.project-contents-sec .btn-close{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.project-contents-sec .btn-close > div{
  background-color: #333333;
  border-radius: 50%;
  position: relative;
}
.project-contents-sec .btn-close > div:before,
.project-contents-sec .btn-close > div:after{
  background-color: #FFF;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: .3s;
}
.project-contents-sec .btn-close > div:before{
  transform: translate(-50%,-50%) rotate(45deg);
}
.project-contents-sec .btn-close > div:after{
  transform: translate(-50%,-50%) rotate(-45deg);
}

.project-heading-wrap .image{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.project-item:nth-child(1) .project-heading-wrap .image{
  background-image: url("../img/img_project2_main.jpg");
}
.project-item:nth-child(2) .project-heading-wrap .image{
  background-image: url("../img/img_project1_main.jpg");
}


.project-member > div:nth-child(odd){
  background-color: #F0F6FC;
}
.project-member > div:nth-child(even){
  background-color: #DFEEFE;
}
.project-contents-sec h3{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: -.03em;
}
.project-contents-sub-sec .ttl{
  display: flex;
}
.project-contents-sub-sec .ttl h4{
  background-image: linear-gradient(transparent 70%, rgba(28,119,243,.60) 70%);
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 1;
  padding: 0 10px;
}
@media print, screen and (min-width:781px) {
  .project-sec-list{
    margin-left: auto;
    margin-right: auto;
    max-width: 1266px;
  }
  .project-item:nth-child(n + 2){
    margin-top: 40px;
  }
  .project-heading-wrap{
    display: flex;
  }
  .project-heading-wrap .project-heading{
    padding: 40px 20px 110px 70px;
    width: 59.87158%;
  }
  .project-heading{
    background: #245AA5;
    background: linear-gradient(40deg, rgba(36, 90, 165, 1) 0%, rgba(28, 123, 255, 1) 100%);
  }
  .project-heading > p{
    font-size: min(2.3696vw,3.0rem);
  }
  .project-heading > h2{
    font-size: min(3.63349vw,4.5rem);
    margin-top: 60px;
  }
  .project-heading > .btn-more{
    font-size: 1.2rem;
    right: 25px;
    bottom: 25px;
  }
  .project-heading > .btn-more > div{
    height: 50px;
    width: 50px;
  }
  .project-heading-wrap .image{
    width: 40.12842%;
  }
  
  
  .project-member{
    display: flex;
  }
  .project-member > div{
    padding: 80px 5%;
  }
  .project-member > div:nth-child(odd){
    width: 59.87158%;
  }
  .project-member > div:nth-child(even){
    width: 40.12842%;
  }
  .member-list{
    display: flex;
  }
  .member-list2,
  .member-list3{
    justify-content: space-between;
  }
  .member-list3 > .member-item{
    width: 28.547%;
  }
  .member-list2 > .member-item{
    width: 44.6524%;
  }
  .member-list1 > .member-item{
    width: 100%;
  }
  .member-item .detail{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .member-item .company{
    font-size: min(.96382vw,1.6rem);
    transform: translateY(-100%);
  }
  .member-item .profile > dt{
    font-size: min(0.947867vw,1.2rem);
  }
  .member-item .profile > dd{
    font-size: min(1.7377vw,2.2rem);
  }
  .member-item .profile > dd > span{
    font-size: min(0.947867vw,1.2rem);
  }
  .member-item .profile > dd.other{
    margin-top: 5px;
  }
  .member-item .profile > dd.other .joining{
    font-size: min(0.947867vw,1.2rem);
  }
  .member-item .profile > dd.other .en{
    font-size: min(0.947867vw,1.2rem);
  }
  
  
  .project-contents-sec{
    padding: 85px 78px 70px;
    position: relative;
  }
  .project-contents-sec:before{
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    padding-bottom: 23.4285%;
    width: 40.12842%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
  .project-contents-sec .btn-close{
    display: flex;
    align-items: center;
  }
  .project-contents-sec .btn-close > div{
    margin-left: 12px;
    height: 50px;
    width: 50px;
  }
  .project-contents-sec .btn-close > div:before,
  .project-contents-sec .btn-close > div:after{
    height: 2px;
    width: 12px;
  }
  .project-contents-sec .btn-close{
    justify-content: center;
    margin-top: 50px;
  }
  .project-contents-sec h3{
    font-size: 3.0rem;
    position: relative;
    z-index: 1;
  }
  .project-contents-sub-sec{
    margin-top: 70px;
  }
  .project-contents-sec > h3 + .project-contents-sub-sec{
    margin-top: 50px;
  }
  .project-contents-sub-sec .ttl{
    margin-bottom: 40px;
  }
  .project-contents-sub-sec .ttl h4{
    font-size: 3.0rem;
  }
  .text-photo{
    padding-left: 76px;
  }
  .text-photo .imager{
    float: right;
    margin-left: 45px;
    margin-bottom: 30px;
    margin-right: -88px;
    width: 47.0085%;
  }
  .text-photo .imagel{
    float: left;
    margin-right: 45px;
    margin-bottom: 30px;
    margin-left: -166px;
    width: 47.0085%;
  }
}
@media screen and (max-width: 780px) {
  .project-sec-list{
    padding: 20px 5%;
  }
  .project-item{
    padding: 5px;
  }
  .project-item:nth-child(n + 2){
    margin-top: 20px;
  }
  .project-heading-wrap{
    background: #245AA5;
    background: linear-gradient(40deg, rgba(36, 90, 165, 1) 0%, rgba(28, 123, 255, 1) 100%);
    padding: 5%;
    display: flex;
    flex-direction: column-reverse;
  }
  .project-heading-wrap .project-heading{
    padding: 25px 0 45px;
  }
  .project-heading > p{
    font-size: min(3.84vw,1.5rem);
  }
  .project-heading > h2{
    font-size: min(5.38vw,2.3rem);
    margin-top: 20px;
  }
  .project-heading > .btn-more{
    font-size: 1.0rem;
    right: 0;
    bottom: 0;
  }
  .project-heading > .btn-more > div{
    height: 35px;
    width: 35px;
  }
  .project-heading-wrap .image{
    padding-bottom: 52.88461%;
  }
  
  
  .project-member > div{
    padding: 10px 8% 20px;
  }
  .member-item{
    border-bottom: 1px solid #999999;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px 5%;
  }
  .member-item:last-child{
    border-bottom: none;
  }
  .member-item .image{
    width: 41.45299%;
  }
  .member-item .image img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  .member-item .detail{
    width: 49.145299%;
  }
  .member-item .company{
    font-size: min(3.33vw,1.3rem);
    margin-bottom: 10px;
  }
  .member-item .profile > dt{
    font-size: min(2.5641vw,1.0rem);
  }
  .member-item .profile > dd{
    font-size: min(4.1vw,1.6rem);
  }
  .member-item .profile > dd > span{
    font-size: min(2.5641vw,1.0rem);
  }
  .member-item .profile > dd.other{
    margin-top: 5px;
  }
  .member-item .profile > dd.other .joining{
    font-size: min(2.5641vw,1.0rem);
  }
  .member-item .profile > dd.other .en{
    font-size: min(2.5641vw,1.0rem);
  }
  
  
  .project-contents-sec{
    padding: 45px 5% 50px;
    position: relative;
  }
  .project-contents-sec:before{
    background-image: url("../img/bg_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    padding-bottom: 36.95013%;
    width: 52.7859%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
  .project-contents-sec .btn-close{
    font-size: 1.0rem;
    display: flex;
    align-items: center;
  }
  .project-contents-sec .btn-close > div{
    margin-left: 12px;
    height: 35px;
    width: 35px;
  }
  .project-contents-sec .btn-close > div:before,
  .project-contents-sec .btn-close > div:after{
    height: 1px;
    width: 9px;
  }
  .project-contents-sec .btn-close{
    justify-content: center;
    margin-top: 25px;
  }
  .project-contents-sec h3{
    font-size: min(5.1282vw,2.0rem);
    position: relative;
    z-index: 1;
  }
  .project-contents-sub-sec{
    margin-top: 50px;
  }
  .project-contents-sec > h3 + .project-contents-sub-sec{
    margin-top: 30px;
  }
  .project-contents-sub-sec .ttl{
    margin-bottom: 40px;
  }
  .project-contents-sub-sec .ttl h4{
    font-size: min(5.1282vw,2.0rem);
  }
  .text-photo{
    padding-left: 10%;
  }
  .text-photo .image{
    margin-right: calc(-5% - 10px);
    margin-bottom: 25px;
  }
}

