@charset "UTF-8";

/* CSS Document */

.mv.top {
  /*background: url(../img/mv_bg.jpg);*/
  padding-top: 50%;
  height: 60vh;
}

.mv.top img {
  width: 100%;
}

/*#concept*/
.concept {
  text-align: center;
  line-height: 2em;
  color: #1d704f;
}


/*#interview*/

.interview {
  text-align: center;
}

.interview h2 {
  color: #1d704f;
  font-size: 7em;
  line-height: 69px;
}

.interview .green {
  padding: 50px;
  background: url(../cmn/cmn_img/green_bg.jpg);
  background-size: cover;
}

.interview h3 {
  margin-bottom: 50px;
}


/*#profile*/

.profile {}

.profile li {
  position: relative;
  width: 1200px;
  height: 710px;
  margin-bottom: 50px;
  background: url(../img/people_bg.png);
  overflow: hidden;
}

.profile li .peaple_Wrap {
  display: flex;
}



.profile li .box {
  background-color: #FFF;
  padding: 50px;
  height: 537px;
  width: 650px;
}

.profile li .textBox {
  background-color: #ce002a;
  color: #FFF;
  margin-top: 57px;
  padding: 30px;
  font-size: 1.4em;
}

.profile li .name01 {
  color: #1d704f;
  font-weight: bold;
  font-size: 2em;
}

.profile li .name02 {
  font-size: 0.8em;
  color: #768288;
}

.profile li .team {
  margin: 15px auto;
  color: #768288;
}

.profile li .team .team02 {
  font-size: 1.4em;
  font-weight: bold;
}

.profile li.peaple01 .readmore {
  position: absolute;
  bottom: 80px;
  left: 300px;
}

.profile li.peaple02 .readmore {
  position: absolute;
  bottom: 70px;
  right: 300px;
}

.profile li.peaple03 .readmore {
  position: absolute;
  bottom: 50px;
  left: 300px;
}

.profile li.peaple02 {
  float: right;
}


/*#contents*/
.contents {
  padding: 0px;
  text-align: center;
}

.contents h2 {
  margin-bottom: 30px;
}

.contents h2 .cinzel {
  font-size: 1.4em;
  color: #1d704f;
  letter-spacing: 1rem;
}

.contents h2 span {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
}

.contents ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.contents h4 {
  color: #FFF;
  padding: 80px 0 50px 0;
  letter-spacing: 0.2em;
}

.contents h4 span {
  display: block;
  padding-top: 10px;
  font-size: 1.4rem;
}

.contents .cont01 {
  width: 100%;
  background: url(../img/cont01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 420px;
}

.contents .cont02 {
  width: 50%;
  background: url(../img/cont02.jpg) no-repeat;
  background-position: top center;
  height: 310px;
  background-size: cover;
}

.contents .cont03 {
  width: 50%;
  background-image: url(../img/cont03.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 310px;
  background-size: cover;
}

.contents .readmore {
  bottom: 10;
}


/*#recruit*/

.recruit {
  width: 100%;
  background-image: url(../cmn/cmn_img/entry_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0px;
  margin-bottom: 0px;
  text-align: center;
}

.recruit span {
  color: #1d704f;
  display: block;
  margin-top: 10px;
  letter-spacing: 0.4rem;
}


/*SP*/

@media only screen and (max-width: 768px) {
  .contents .cont01, .contents .cont02, .contents .cont03 {
    width: 100%;
  }
}


/*SP*/

@media only screen and (max-width: 800px) {
  .mv.top {
    /*background: url(../img/mv_bg_sp.jpg);*/
    padding-top: 50%;
  }
  .mv.top img {
    max-width: 100%;
  }
  .interview .green {
    padding: 20px;
  }
  .interview h2 {
    font-size: 4em;
    line-height: 0;
    margin-bottom: 15px;
  }
  .interview h3 {
    margin-bottom: 10px;
  }
  .recruit p img {
    max-width: 400px;
    width: 100%;
  }
  /*#profile*/
  .profile {}
  .profile li {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background: none;
  }
  .profile li .peaple_Wrap {
    display: block;
    width: 100%;
    background: url(../img/people_bg.png) bottom no-repeat;
    background-size: contain;
  }
  .profile li .peaple_Wrap h3 img {
    max-width: 100%;
  }
  .profile li.peaple01 .peaple_Wrap,.profile li.peaple03 .peaple_Wrap {
    margin-left: 0px;
    padding: 0px 10px;
  }
  .profile li .box {
    padding: 0px;
    height: auto;
    background-color: transparent;
    width: 100%;
  }
  .profile li .textBox {
    margin-top: 20px;
    padding: 30px;
  }
  .profile li.peaple02 {
    float: none;
  }
  .profile li .profile_img img {
    width: 50%;
    margin: auto;
    display: block;
  }
 
  .profile li.peaple02 .box {
    padding: 0px 10px;
  }
  .profile li .team {
    margin: 0px auto;
  }
  .profile li p {
    line-height: 3em;
  }
  .profile li .team .team02 {
    font-size: 1.4em;
    font-weight: bold;
  }
  .profile li .textBox {
    margin-top: 20px;
    padding: 10px;
    font-size: 1.2em;
  }
  .profile li.peaple02 .textBox {
    margin-bottom: 20px;
  }
  .profile li.peaple01 .readmore, .profile li.peaple02 .readmore, .profile li.peaple03 .readmore {
    position: static;
    text-align: center;
    margin: 10px auto;
    display: block;
  }
  .contents .cont01 {}
  .contents h2 {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .contents h2 .cinzel {
    font-size: 1em;
  }
  .contents .cont01, .contents .cont02, .contents .cont03 {
    height: auto;
    background-size: cover;
    padding: 20px 0;
  }
  .contents h4 {
    padding: 10px 0;
    letter-spacing: 0;
  }
  .contents h4 span {
    font-size: 0.2rem;
  }
  .contents .cont01 h4 img {
    max-width: 40%;
  }
  .button {
    padding: 10px 0;
  }
  .button ul li a {
    padding: 20px;
  }
}