@charset "utf-8";
/* CSS Document */




/*---------------------
people__sec01
---------------------*/
.people__sec01{
  margin-bottom: 146px;
  position: relative;
  height: 679px;
  width: 100%;
}
.people__sec01 .movie_box{
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}
.movie_box iframe{
  width:866px;
  height:544px;
}
.people__sec01 .side_text{
  margin: auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-size: 1.4rem;
  color: rgba(51,51,51,0.3);
  display: inline-block;
  padding: 0 10px 264px 10px;
  text-align: left;
}
.people__sec01 .under_txt{
  margin:17px auto 0;
  padding:35px 75px;
  background: #81905E;
  border-radius: 25px;
  font-size:1.7rem;
  text-align: center;
  color: #fff;
  display: inline-block;
}

.bg__g{
  position: absolute;
  top: 240px;
  left: 0;
  width: 50%;
  height: 439px;
  border-radius: 50px;
  background: #BBC6A2;
}
.bg_green{
  position: absolute;
  top: 240px;
  height: 439px;
  border-radius: 50px;
  background: #BBC6A2;
  left: 50%;
  transform: translate(-50%);
  width: 1280px;
}



/*---------------------
people__sec02
---------------------*/
.people__sec02 .under_title {
  margin-bottom: 100px;
  font-weight: 600;
}
.voice_box{
  margin: 0 auto 210px;
  flex-wrap:wrap;
  max-width: 1065px;
}
.people__sec02 .people_box{
  width: 300px;
  height: 740px;
  margin: 0 20px 63px;
}
.people__sec02 .people_box img{
  width: 100%;
}
.people__sec02 .text_box{
  height: 56.7%;
  line-height: 1.8;
  padding: 30px 26px;
  background: #81905E;
  color:#fff;
}
.people__sec02 .text_box h3{
  padding-bottom: 24px;
}
.people__sec02 .text_box h3 span{
  font-size: 2rem;
  font-weight: 500;
}


/*---------------------
page__contact内
---------------------*/
.page__contact.inner{
    margin-bottom: 210px;
}



/*------------------------------------------------------------------------
	SP
------------------------------------------------------------------------*/
@media(max-width: 768px) {
  
  

  
/*---------------------
people__sec01
---------------------*/
.bg__g {
  display: none;
}
.bg_green {
  position: absolute;
  top: 0;
  height: 500px;
  border-radius: 25px;
  background: #BBC6A2;
  left: 50%;
  transform: translate(-50%);
  width: 96%;
}
.people__sec01 {
  margin-bottom: 83px;
  position: relative;
  height: 500px;
  width: 100%;
}
.people__sec01 .movie_box {
  position: relative;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  height: 700px;
}
.movie_box iframe{
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  width:360px;
  height: 230px;
  margin: auto;
}
.people__sec01 .side_text {
  position: absolute;
  top: 280px;
  right: 0%;
  margin: auto;
  writing-mode: horizontal-tb;
  text-orientation: sideways;
  font-size: 1.4rem;
  color: rgba(51,51,51,0.3);
  display: block;
  padding: 2%;
  text-align: right;
}
.people__sec01 .under_txt {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translate(-50%);
    margin: 17px auto 0;
    padding: 15px;
    background: #81905E;
    border-radius: 25px;
    font-size: 1.7rem;
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 80%;
}  
  
  
  
/*---------------------
people__sec02
---------------------*/
.voice_box {
    margin: 0 auto;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}  
.people__sec02 .people_box {
    width: 300px;
    height: 740px;
    margin: 0 auto 63px;
}
  
.people__sec02 .inner02 {
    max-width: 100%;
    margin-bottom: 100px;
}  
  
  
  
}