@charset "UTF-8";

/* ----------------------------------
  project
 * ------------------------------- */
#ep-p-pageContents::before{
  content: "";
  position: absolute;
  background: url('/recruitment/assets/images/humanjob/project/project01/head_bottom_bg-pc.png') no-repeat 0 0 /contain;  
  top: -15vw;
  height:92vw;
  width: 100%;
}

#er-p-pageHead::after {
  background: none;
}

#er-project {
  position: relative;
  overflow: hidden;
}

#er-project:after{
  content: "";
  position: absolute;
  background : linear-gradient(60deg, rgba(227, 235, 155, .3) 0%, rgba(133, 208, 244, .3) 100%);
}

#er-p-pageHead.er-p-pageHead-session {
  background-image: url('/recruitment/assets/images/humanjob/project/project01/bg_pagehead.jpg');
}

@media screen and (width <= 767px) {
  #ep-p-pageContents::before{
    background: url('/recruitment/assets/images/humanjob/project/project01/head_bottom_bg-sp.png') no-repeat 0 0 /cover;  
    top: -24vw;
    height:185vw;
    width: 100%;
  }
  
  #er-p-pageHead.er-p-pageHead-session {
    background-image: url('/recruitment/assets/images/humanjob/project/project01/bg_pagehead-sp.jpg');
  }
}

/*
 * Parts
 * ------------------------------- */
#er-project .er-project-inner {
  width: min(100%, 1060px);
  padding-inline: 30px;
  margin-top: 10px;
  margin-inline: auto;
}

#er-project .er-project-title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
  font-size: 57px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

#er-project .er-project-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 2px;
  margin: 0 auto;
  content: '';
  background: #e60027;
}

#er-project .er-projectSection-head_title {
  margin-block: 0 40px;
  margin-inline: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}


#er-project .er-projectSection-head_text {
  width: min(100%, 860px);
  padding-inline: 30px;
  margin-block: 40px 0;
  margin-inline: auto;
  font-size: 16px;
  line-height: 2.1;
}

@media screen and (width <= 767px) {
  #er-project .er-project-title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: calc(30 / 375 * 100vw);
  }
  
  #er-project .er-project-inner {
    width: 90%;
    padding-inline: 0px;
    margin-top: 10px;
  }
  
  #er-project .er-projectSection-head_text {
    padding: 0;
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.8;
    text-align: left;
  }
}

/*
 * Section - member
 * ------------------------------- */
#er-project .er-projectSection-member {
  margin-block: 70px 0;
  padding-bottom: 100px;
}

#er-project .er-projectSection-memberItem_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 6%;
  width: min(100%, 1090px);
  padding-inline: 30px;
  margin-inline: auto;
}

#er-project .er-projectSection-memberItem {
  display: grid;
  grid-template-columns: calc(226 / 485 * 100%) 1fr;
  color: #000;
}

#er-project .er-projectSection-memberItem_box {
  padding-block: calc(35 / 192 * 100%) 0;
  padding-inline: 5% 0;
}

#er-project .er-projectSection-memberItem_text-1 {
  font-size: 28px;
  font-size: min(2.8vw, 28px);
  font-weight: 700;
  line-height: 1.5;
}

#er-project .er-projectSection-memberItem_text-1 > span {
  display: block;
  padding-block: 0.2em 0;
  font-size: 60%;
  font-weight: normal;
}

#er-project .er-projectSection-memberItem_text-2 {
  margin-block: 0.8em 0;
  font-size: 16px;
  font-size: min(1.6vw, 16px);
  line-height: 1.8;
}

@media screen and (width <= 767px) {
  #er-project .er-projectSection-member {
    margin-block: 70px 0;
    padding-bottom: 100px;
  }

  #er-project .er-projectSection-memberItem_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px 0;
  }

  #er-project .er-projectSection-memberItem {
    grid-template-columns: 29% 1fr;
  }

  #er-project .er-projectSection-memberItem_box {
    padding-block: 0;
    padding: 0 0 0 6%;
  }

  #er-project .er-projectSection-memberItem_text-1 {
    font-size: 18px;
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
  }

  #er-project .er-projectSection-memberItem_text-1 > span {
/*     display: block;
    padding-block: 0.2em 0;
    font-size: 60%;
    font-weight: normal; */
  }

  #er-project .er-projectSection-memberItem_text-2 {
    margin-block: 0.8em 0;
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
  }
  
  
}


/*
 * Section - project
 * ------------------------------- */
#er-project .er-project_title {
  position: relative;
  margin-block: 0 1em;
  font-size: 28px;
  line-height: 1.6;
  color: #00a0e9;
}

#er-project .er-project_text {
  position: relative;
  font-size: 16px;
  line-height: 2.1;
}

#er-project .er-project_text + .er-project_text{
  margin-top: 20px;
}

#er-project .er-project-content-img-box{
  margin-bottom: 100px;
}

#er-project .er-project-content-text-box + .er-project-content-text-box{
  margin-top: 100px;
}

#er-project .er-projectSection_ph-bottom{
  padding: 0 0 200px 0;
  background : linear-gradient(60deg, rgba(227, 235, 155, .3) 0%, rgba(133, 208, 244, .3) 100%);
}

[data-dir="introduce"] #er-l-navF1 {
  border-color: #B7E2F9;
}

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

}

@media screen and (width <= 767px) {
  #er-project .er-project_title {
    margin-block: 0 1em;
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.6;
  }

  #er-project .er-project_text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.8;
  }

  #er-project .er-project-content-img-box{
    margin-bottom: 20px;
  }

  #er-project .er-project-content-text-box + .er-project-content-text-box{
    margin-top: 50px;
  }

  #er-project .er-projectSection_ph-bottom{
    padding: 0 0 100px 0;
    background : linear-gradient(60deg, rgba(227, 235, 155, .3) 0%, rgba(133, 208, 244, .3) 100%);
  }
}





























 