@charset "utf-8";

.main_area{
  position: relative;
}
.main_area::after{
  content: '';
  position: absolute;
  left:0;
  top: 60%;
  transform: skewY(-8deg);
  transform-origin: bottom left;
  z-index: -1;
  width:100%;
  height:80%;
  background:rgb(252 238 33 / 15%);
}
.main_area .col{
  width: 50%;
  position: relative;
}

.main_area .mainSlide{
  height: 100vh;
  width: 50%;
  overflow: hidden;
}
.main_area .mainSlide img{
  width: 100%;
  height: 80%;
}
.main_area img{
  height: auto;
  width: 100%;
}
.main_area .images img{
  height: auto;
  width: 100%;
}
.main_area .images img.show{
  height: auto;
  width: 100%;
}


.main_area .col .eyecatch{
  position: absolute;
  top: 60%;
  left: 50%;
  width: 100%;
  padding: 0 2em 0 6em;
  transform: translate(-50%, -50%);
}
.main_area .col .eyecatch h2{
  margin-bottom: 2em;
  width: 100%;
  max-width: 450px;
} 


.main_area .col .eyecatch p{
  font-size: 20px;
  margin-bottom: 2em;
}

.main_area .col .eyecatch .more_btn{
  text-align: right;
}


@media screen and (max-width: 768px) {
  .main_area{
    position: relative;
    margin-bottom:2em;
    flex-wrap: wrap;
    background: rgb(252 238 33 / 15%);
  }
  .main_area::after{
    content: none;
  }
  .main_area .col{
    width: 100%;
  }
  
  .main_area .mainSlide{
    height: auto;
  }

  .main_area .col .eyecatch{
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    padding: 1em;
  }
  .main_area .col .eyecatch h2{
    margin-bottom: 0;
    padding: 2em 2em;
    width: 90%;
    margin: 0 auto;
  }
  
  
  .main_area .col .eyecatch p{
    font-size: 18px;
    margin-bottom: 2em;
    text-align: center;
  }

}

#news{
  margin-bottom: 120px;
}
#news .more_btn{
 text-align: right;
}

.news_area{
  position: relative;
}

.news_area .news_tit{
  position: relative;
  width: 20%;
}
.news_area .news_tit:after{
  position: absolute;
  content: "";
  width: calc(100% - 120px);
  height: 1px;
  background: #cccccc;
  right: 0;
  top: 20px;
}
.news_area h3{
  position: relative;
  color: #68c33a;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
.news_area .news_block{
  /* width: 26.66%;
  padding: 0 2em 3em; */
  width: 100%;
  padding: 0 2em 3em;
}
.news_area .news_block .title{
  font-size: 22px;
  font-weight: 600;
  background: url(../img/top/arrow_down.png) right top 31px no-repeat;
  background-size: 20px;
  padding-right: 25px;
  cursor: pointer;
  margin-bottom: 10px;
}
.news_area .news_block .active{
  background: url(../img/top/arrow_up.png) right top 31px no-repeat;
  background-size: 20px;
}
.news_area .news_block .arrow_none{
  background: none!important;
}

.news_area .news_block .title span{
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.news_area .news_block .box{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #news {
    margin-bottom: 3em;
  }
  #news .more_btn{
   margin-right: 0;
  }
  .news_area {
    padding-bottom: 2em;
    flex-direction: column;
  }
  .news_area .news_tit {
    position: relative;
    width: 100%;
  }
  .news_area .news_block:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
  .news_area .news_block {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
  }
  .news_area .news_block .title {
    font-size: 16px;
    margin-bottom: .5em;
}
  .news_area .news_block .box {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding:0 1em;
    margin-bottom: 1em;
    font-size: 1rem;
  }
}


#support{
  margin-bottom: 120px;
}

#support .flexbox{
  align-items: center;
}

#support .flexbox .col_img{
  width: 55%;
}
#support .flexbox .col_img img{
  display: block;
  float: left;
  max-width: 120%;

  width: 100%;
}

#support .flexbox .col_txt{
  width: 45%;
}

#support .flexbox .col_txt{
  width: 45%;
  padding-right: 3em;
}
#support .flexbox .col_txt h2{
  font-size: 60px;
  font-weight: 500;
  color: #66c137;
  line-height: 1;
}

#support .flexbox .col_txt h2 + p{
  font-size: 22px;
  margin-bottom: .5em;
}

#support .flexbox .col_txt .content{
  padding: 2em 5em;
}

#support .flexbox .col_txt .content p{
  margin-bottom: .8em;
}


#support .flexbox .col_txt .content p span{
  color: #66c137;
}
#support .flexbox .col_txt .content .cate_6{
  display: inline-block;
  margin: 0 20px 10px 0;
}

#support .flexbox .col_txt .more_btn{
  text-align: right;
}

@media screen and (max-width: 768px) {
  #support {
    margin-bottom: 3em;
  }
  #support .flexbox {
    align-items: center;
    flex-direction: column;
  }
  #support .flexbox .col_img {
    width: 100%;
    margin-bottom: 1em;
  }
  #support .flexbox .col_img img {
    display: block;
    float: none;
    max-width: 100%;
  }
  #support .flexbox .col_txt {
    width: 100%;
    padding-right: 0;
  }
  #support .flexbox .col_txt h2 {
    font-size: 40px;
  }
  #support .flexbox .col_txt h2 + p {
    font-size: 18px;
  }
  #support .flexbox .col_txt .content {
    padding: 1em 0em;
  }
}




#recruit{
  margin-bottom: 100px;
  padding-bottom: 3em;
  position: relative;
}
#recruit:after{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 120px;
  bottom:0;
  background: #68c13b;
  z-index: -1;
}
#recruit .flexbox{
  align-items: flex-start;
}

#recruit .flexbox .col_img{
  width: 60%;
}

#recruit .flexbox .col_txt{
  width: 40%;
  padding-left: 6em;
}
#recruit .flexbox .col_txt h2{
  font-size: 60px;
  font-weight: 500;
  color: #66c137;
  line-height: 1;
}

#recruit .flexbox .col_txt h2 + p{
  font-size: 22px;
  margin-bottom: 4em;
}

#recruit .flexbox .col_txt .content{
  text-align: left;
}

#recruit .flexbox .col_txt .content p.tate{
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          color: #fff;
          font-size: 20px;
          height: 150px;
              line-height: 2.4;
              margin-bottom: 1em;
}

#recruit .flexbox .col_txt .more_btn{
  text-align: right;
}
#recruit .flexbox .col_txt .more_btn a{
  color: #fff;
}

@media screen and (max-width: 768px) {
  #recruit{
    margin-bottom: 3em;
    padding-top: 2em;
  }

  #recruit .flexbox .col_img {
    width: 100%;
    margin-bottom: 1em;
  }
  #recruit .flexbox .col_txt {
    width: 100%;
    padding-left: 0;
  }
  #recruit .flexbox .col_txt h2 {
    font-size: 40px;
    color: #fff;
  }
  #recruit .flexbox .col_txt h2 + p {
    font-size: 18px;
    margin-bottom: 2em;
    color: #fff;
  }
  #recruit .flexbox .col_txt .content p.tate {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    color: #fff;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 1em;
    height: auto;
  }
}



#web_order{
  margin-bottom: 14em;
  position: relative;
}
#web_order h2{
  color: rgba(104, 193, 56, 0.3);
  font-size:64px;
  font-weight: 600;
  line-height: 1.4;
}

#web_order .order_block{
  margin-top: 160px;
  position: absolute;
  right: 0px;
  top: 140px;
  background: #fff;
  border: 1px solid #666666;
  padding:2em 5em;
  width: 850px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #web_order .order_block{
  margin-top: 0px;
  position: absolute;
  right: 0px;
  top: 140px;
  background: #fff;
  border: 1px solid #666666;
  padding:2em 5em;
  width: 850px;
  align-items: center;
}
}


#web_order .order_block h3{
  font-size: 30px;
}
#web_order .order_block h3 + p{
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #web_order {
    margin-bottom: 3em;
    position: relative;
  }
  #web_order h2 {
    font-size: 40px;
  }
  #web_order .order_block {
    position: relative;
    right: 0;
    top: 0;
    background: #fff;
    border: 1px solid #666666;
    padding: 1.2em;
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  #web_order .order_block h3 {
    font-size: 20px;
    margin-bottom: .5em;
  }
  #web_order .order_block h3 + p {
    font-size: 16px;
  }
}




#office{
  padding-bottom: 4em;
}

#office .office_block p{
  letter-spacing: 1px;
}
#office .office_block .office_tit{
  position: relative;
  width: 14%;
  padding-top: 100px;
}
#office .office_block .office_tit:after{
  position: absolute;
  content: "";
  width: calc(100% - 120px);
  height: 1px;
  background: #cccccc;
  right: 0;
  top:7.5em;
}
#office .office_block .office_tit h2{
  position: relative;
  color: #68c33a;
  font-size: 30px;
  font-weight: 500;
}

#office .office_block .company{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}


#office .office_block .company .company_main{
  margin-bottom: 4em;
  width: 48%;
}
#office .office_block .company .company_main .thumb img{
  width: 100%;
}
#office .office_block .company .company_main ul.flexbox{
  align-items: flex-end;
}


#office .office_block .company .company_main ul.flexbox li:first-of-type{
  flex: 1;
}
#office .office_block .company .company_main ul.flexbox li:last-of-type{
  width: 160px;
}

#office .office_block .company h3{
  font-size: 20px;
}
#office .office_block .company p{
  font-size: 14px;
}
#office .office_block .company p.right{
  text-align: right;
}
#office .office_block .map_btn{
 font-size: 14px;
 width: 160px;
 display: inline-block;
 margin-top: 25px;
 background: #fff;
 color: #68c13b;
 border: 1px solid #68c13b;
 padding: 10px 0;
 text-align: center;
 border-radius: 10px;
}
#office .office_block .map_btn:hover{
 background: #68c13b;
 color: #fff;
 opacity: 1;
}
#office .office_block .company .company_sub{
  width: 100%;
}

.company_sub .box{
  width: 25%;
}

@media screen and (max-width: 768px) {
  #office {
    padding-bottom: 2em;
}
  #office .office_block {
    flex-direction: column;
  }

  #office .office_block .office_tit {
    position: relative;
    width: 100%;
    padding-top: 0;
  }
  #office .office_block .office_tit:after {
    top: 1.5em;
  }
  #office .office_block .company {
    position: relative;
    width: 100%;
    margin-bottom: 2em;
    flex-wrap: wrap;
  }
  #office .office_block .company .company_main{
    width: 100%;
  }
  #office .office_block .company .company_main ul.flexbox {
    align-items: flex-start;
    flex-direction: column;
  }
  #office .office_block .company .company_main ul.flexbox li:last-of-type {
    width: 100%;
    text-align: center;
  }
  .company_sub .box{
    width: 45%;
    margin-bottom: 50px;
  }
}

.movie{
    margin: 120px 0;
    text-align: center;
}

.movie img{
    border: 1px solid #5DBF37;
}

.kaisya{
  margin-right:19%;
}

@media screen and (max-width: 768px) {

  .movie{
    margin: 100px 5%;
    text-align: center;
}