@charset "utf-8";

#recruit-contents{
  padding-bottom: 0;
}

/* ------- INDEX -------------------------------------------------------------------------------------------- */
.project-wrap{
  position: relative;
  z-index: 0;
}
.project-wrap:before{
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media print, screen and (min-width:1025px) {
  .project-wrap:before{
    background-image: url("../img/main_pc.jpg");
    height: 840px;
  }
}
@media screen and (max-width: 1024px) {
}




.project-heading{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
}
.project-heading > div{
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: relative;
}
.project-heading > div:before,
.project-heading > div:after{
  background-color: #FFF;
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  position: absolute;
  bottom: 0;
}
.project-heading > div:before{
  left: 0;
}
.project-heading > div:after{
  right: 0;
}
.project-heading > div > h1{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-style: italic;
  letter-spacing: .06em;
  line-height: 1;
  display: flex;
  align-items: center;
}
.project-heading > div > h1:before{
  background: url("../img/img_star.png") no-repeat;
  background-size: cover;
  content: "";
  display: block;
}
.project-heading > div > h1 > span{
  font-style: italic;
}
.project-heading > p{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .16em;
  text-align: center;
}
@media print, screen and (min-width:1025px) {
  .project-heading{
    padding-top: 120px;
    padding-bottom: 170px;
  }
  .project-heading > div{
    padding: 20px 50px 0;
  }
  .project-heading > div > h1{
    font-size: 59px;
    margin-bottom: -15px;
  }
  .project-heading > div > h1:before{
    height: 67px;
    width: 67px;
  }
  .project-heading > div > h1 > span{
    font-size: 75px;
  }
  .project-heading > p{
    font-size: 35px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .project-heading{
    background-image: url("../img/main_sp.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 130px;
  }
  .project-heading > div{
    padding: 10px 18px 0;
  }
  .project-heading > div:before,
  .project-heading > div:after{
    width: 10px;
  }
  .project-heading > div > h1{
    font-size: 23px;
    margin-bottom: -15px;
  }
  .project-heading > div > h1:before{
    height: 27px;
    width: 27px;
  }
  .project-heading > div > h1 > span{
    font-size: 30px;
    margin-left: 10px;
  }
  .project-heading > p{
    font-size: 26px;
    margin-top: 40px;
  }
}
@media (hover: hover) and (pointer: fine){
}




.project-story-intro{
  background-color: #FFF;
}

.employee-card{
  background-color: #E50211;
  color: #FFF;
}
.employee-card .image img{
  width: 100%;
}
.employee-card .profile .department{
  letter-spacing: .08em;
  line-height: 1.76;
}
.employee-card .profile dd > dl{
  padding-left: 15px;
  position: relative;
}
.employee-card .profile dd > dl:before,
.employee-card .profile dd > dl:after{
  background-color: #FFF;
  content: "";
  display: block;
  width: 1px;
  position: absolute;
}
.employee-card .profile dd > dl:before{
  left: 0;
  top: 0;
  bottom: 0;
}
.employee-card .profile dd > dl:after{
  left: 7px;
  top: 0;
  bottom: 0;
}
.employee-card .profile dd > dl > dt,
.employee-card .profile dd > dl > dd{
  letter-spacing: .08em;
  line-height: 1.6;
}
.employee-card .profile .department{
  font-weight: 700;
}
.employee-card .profile .initial{
  font-weight: 700;
}


.project-intro{
  position: relative;
}
.project-intro:before,
.project-intro:after{
  border-top: 1px solid #000;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.project-intro-inner:before,
.project-intro-inner:after{
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
.project-intro:before,
.project-intro-inner:before{
  border-left: 1px solid #000;
  left: 0;
}
.project-intro:after,
.project-intro-inner:after{
  border-right: 1px solid #000;
  right: 0;
}
.project-intro h2{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-style: italic;
  letter-spacing: .02em;
  line-height: 1;
  text-align: center;
}
.project-intro p{
  letter-spacing: .05em;
  line-height: 2.05;
}
@media print, screen and (min-width:1025px) {
  .project-story-intro{
    margin-left: auto;
    margin-right: auto;
    padding: 65px 0 105px;
    max-width: 1280px;
    width: 90%;
  }
  
  .employee-list{
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    width: 90%;
  }
  .employee-card{
    width: 31.25%;
  }
  .employee-card:nth-child(n + 2){
    margin-left: 3.125%;
  }
  .employee-card .profile{
    padding: 20px;
  }
  .employee-card .profile .department{
    font-size: 20px;
  }
  .employee-card .profile dd .room{
    font-size: 17px;
  }
  .employee-card .profile dd > dl{
    margin-top: 20px;
  }
  .employee-card .profile dd > dl > dt{
    font-size: 17px;
  }
  .employee-card .profile dd > dl > dd{
    font-size: 15px;
    margin-top: 5px;
  }
  
  
  .project-intro{
    margin-left: auto;
    margin-right: auto;
    margin-top: 135px;
    max-width: 994px;
    width: 90%;
  }
  .project-intro:before,
  .project-intro:after,
  .project-intro-inner:before,
  .project-intro-inner:after{
    height: 30px;
    width: 30px;
  }
  .project-intro-inner{
    padding: 0 47px 60px;
  }
  .project-intro h2{
    font-size: 50px;
  }
  .project-intro p{
    font-size: 17px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .project-story-intro{
    padding: 70px 20px 50px;
  }
  
  .employee-list{
    margin-left: 25px;
    margin-right: 25px;
  }
  .employee-card:nth-child(n + 2){
    margin-top: 40px;
  }
  .employee-card .profile{
    padding: 20px;
  }
  .employee-card .profile .department{
    font-size: 20px;
  }
  .employee-card .profile dd .room{
    font-size: 17px;
  }
  .employee-card .profile dd > dl{
    margin-top: 20px;
  }
  .employee-card .profile dd > dl > dt{
    font-size: 17px;
  }
  .employee-card .profile dd > dl > dd{
    font-size: 15px;
    margin-top: 5px;
  }
  
  
  .project-intro{
    margin-top: 85px;
  }
  .project-intro:before,
  .project-intro:after,
  .project-intro-inner:before,
  .project-intro-inner:after{
    height: 30px;
    width: 30px;
  }
  .project-intro:before,
  .project-intro:after{
    top: 15px;
  }
  .project-intro-inner{
    padding: 0 30px 50px;
  }
  .project-intro h2{
    font-size: 37px;
  }
  .project-intro p{
    font-size: 17px;
    margin-top: 35px;
  }
}
@media (hover: hover) and (pointer: fine){
}




.project-section-wrap{
  background-color: #CFCFCF;
  counter-reset: number 0;
}
.project-section{
  background-color: #FFF;
}
.project-section-heading{
  
}
.project-section-heading .image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.project-section-heading .detail{
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
}
.project-section-heading .detail > .phase{
  border-bottom: 1px solid #FFF;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-style: italic;
  letter-spacing: .02em;
  line-height: 1;
}
.project-section-heading .detail > .phase:after{
  counter-increment: number 1;
  content: " " counter(number,decimal-leading-zero);
}
.project-section-heading .detail > h2{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 2.15;
}
.project-section .btn{
  background-color: #F4F4F4;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  letter-spacing: .08em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
}
@media (hover: hover) and (pointer: fine){
  .project-section .btn:hover{
    background-color: #E0E0E0;
  }
}
.project-section .btn > span{
  background-image: url("../../common/img/icon_arrow_under.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.project-section.active .btn > span{
  background-image: url("../../common/img/icon_arrow_up.svg");
  background-repeat: no-repeat;
  background-position: center top;
}
.project-section .btn > span:before{
  content: "VIEW MORE";
}
.project-section.active .btn > span:before{
  content: "CLOSE";
}


.project-sub-section-wrap{
  display: none;
}

.project-sub-section h3{
  border-bottom: 1px solid #E50211;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  text-align: center;
}

#project-section1 .project-section-heading .image{
  background-image: url("../img/img_section1.jpg");
}
#project-section2 .project-section-heading .image{
  background-image: url("../img/img_section2.jpg");
}
#project-section3 .project-section-heading .image{
  background-image: url("../img/img_section3.jpg");
}
#project-section4 .project-section-heading .image{
  background-image: url("../img/img_section4.jpg");
}
@media print, screen and (min-width:1025px) {
  .project-section-wrap{
    padding: 150px 0;
  }
  .project-section{
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    width: 90%;
  }
  .project-section-heading{
    display: flex;
    min-height: 460px;
  }
  .project-section:nth-child(even) .project-section-heading{
    flex-direction: row-reverse;
  }
  .project-section-heading .image{
    width: calc(100% - 435px);
  }
  .project-section-heading .detail{
    background-image: url("../img/bg_section_pc.jpg");
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 45px;
    width: 435px;
  }
  .project-section-heading .detail > .phase{
    font-size: 31px;
    padding-bottom: 15px;
  }
  .project-section-heading .detail > h2{
    font-size: 26px;
    margin-top: 30px;
  }
  .project-section .btn{
    padding: 25px;
  }
  .project-section .btn > span:before{
    font-size: 24px;
  }
  .project-section .btn > span{
    padding-bottom: 25px;
    padding-top: 0;
  }
  .project-section.active .btn > span{
    padding-top: 25px;
    padding-bottom: 0;
  }
  
  .project-sub-section-wrap{
    padding: 60px 60px;
  }
  .project-sub-section{
    margin-top: 135px;
  }
  .project-sub-section:first-child{
    margin-top: 0;
  }
  .project-sub-section .project-sub-section-inner{
    display: flex;
    justify-content: space-between;
  }
  .project-sub-section:nth-child(even) .project-sub-section-inner{
    flex-direction: row-reverse;
  }
  .project-sub-section h3{
    font-size: 20px;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .project-sub-section-inner .image{
    width: 45.68%;
  }
  .project-sub-section-inner .detail{
    width: 49.56%;
  }
  .project-sub-section-inner .detail p{
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .project-section-wrap{
    padding: 80px 20px;
  }
  .project-section{
  }
  .project-section-heading{
  }
  .project-section:nth-child(even) .project-section-heading{
    flex-direction: row-reverse;
  }
  .project-section-heading .image{
    padding-bottom: 62.68%;
  }
  .project-section-heading .detail{
    background-image: url("../img/bg_section_pc.jpg");
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 25px 30px;
  }
  .project-section-heading .detail > .phase{
    font-size: 19px;
    padding-bottom: 15px;
  }
  .project-section-heading .detail > h2{
    font-size: 18px;
    margin-top: 10px;
  }
  .project-section .btn{
    padding: 15px;
  }
  .project-section .btn > span:before{
    font-size: 16px;
  }
  .project-section .btn > span{
    padding-bottom: 18px;
    padding-top: 0;
  }
  .project-section.active .btn > span{
    padding-top: 18px;
    padding-bottom: 0;
  }
  
  .project-sub-section-wrap{
    padding: 35px 25px;
  }
  .project-sub-section{
    margin-top: 45px;
  }
  .project-sub-section:first-child{
    margin-top: 0;
  }
  .project-sub-section .project-sub-section-inner{
  }
  .project-sub-section:nth-child(even) .project-sub-section-inner{
  }
  .project-sub-section h3{
    font-size: 19px;
    line-height: 1.89;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: left;
  }
  .project-sub-section-inner .image{
  }
  .project-sub-section-inner .detail{
    margin-top: 30px;
  }
  .project-sub-section-inner .detail p{
    font-size: 17px;
  }
}
