@charset "UTF-8";
/*--------------------- .about ---------------------*/
.about {
  background: url("/cmn/cmn_img/bg_cloth01.svg") top left / 100% auto no-repeat;
  background-size: cover;
  background-color: #dadbd9;
}
.about .inr { padding: 140px 0 150px; }
.about_box {
  padding: 10px 0 10px 95px;
  position: relative;
}
.about_box::before {
  background: linear-gradient(180deg,#000 0%,#000 36px,#008a32 36px,#008a32 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 35px;
  width: 10px;
}
.about_box .tx { margin-bottom: 8px; }
.about_name { margin-top: 20px; }


/*--------------------- .business ---------------------*/
.business { background: url("/cmn/cmn_img/bg_cloth02.svg") center center no-repeat; background-size: cover; }
.business .inr {
  background-color: #fff;
  box-shadow: 0px 2px 10px 0 #b5b5b5;
  margin-top: -50px;
  z-index: 1;
}
.b_txtbox { padding: 70px 60px; position: relative; }
.b_txtbox::after {
  background: url("/cmn/cmn_img/map_icon.svg") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 190px;
  position: absolute;
  top: 15px;
  right: 70px;
  width: 190px;
}
.domain_box {
  background-color: #fff;
  margin-top: -50px;
  padding: 40px 40px 50px;
  position: relative;
  width: 88%;
}
.domain_box::before {
  background-color: #008a32;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
}
.business .clm_box .clm3 {
  background-color: #fff;
  border-right: 1px solid #fff;
  width: 100%;
}
.business .clm_box .clm3:last-child {
  border-right: none;
}
.domain_box .tx {
  line-height: 2;
}


/*--------------------- .business ---------------------*/
/*.project {
  background: url("/cmn/cmn_img/bg_logo@2x.png") repeat-x;
  background-size: contain;
  background-color: #008a32;
  color: #fff;
  margin-top: -30px;
}*/
.project {
  background: url(/cmn/cmn_img/bg_logo@2x.png) repeat-x;
  background-color: #008a32;
  background-size: contain;
  background-position: 0 0;
  -webkit-animation: bgroop 20s linear infinite;
  animation: bgroop 20s linear infinite;
  margin-top: -30px;
  width: 100%;
}
@-webkit-keyframes bgroop {
  from { background-position: 0 0; }
  to { background-position: -1956px 0; }
}
@keyframes bgroop {
  from { background-position: 0 0; }
  to { background-position: -1956px 0; }
}
.project .inr {
  padding: 150px 0;
}
.box01, .box02 {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.box_contents.list { padding-top: 20px; width: 100%; }

/*--------------------- .pro_list ---------------------*/
.pro_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px 0;
}
.pro_list.img_list { justify-content: flex-end; }
.pro_list li {
  border: 1px solid rgba(255,255,255,0.2);
  line-height: 0;
  margin: 10px;
  padding: 20px;
  width: 20%;
}
.pro_list li img { width: 100%; }

/*--------------------- .pro_table ---------------------*/
.pro_table { color: #fff; }
.pro_table dt {
  border-top: 1px solid rgba(255,255,255,0.2);
  display: block;
  font-size: 10px;
  padding-top: 15px;
  width: 100%;
}
.pro_table dd { padding-bottom: 15px; }
.pro_table dd.last { border-bottom: 1px solid rgba(255,255,255,0.2); }
.att_txt { color: #fff; margin-top: 10px; }


/*--------------------- .recruit ---------------------*/
.recruit {
  background: url("/cmn/cmn_img/bg_cloth03.svg") top left no-repeat #f5f5f5;
  background-size: contain;
  display: block;
  height: 1000px;
  overflow: hidden;
  position: relative;
}
.recruit_box {
  box-shadow: 0px 2px 10px 0 #b5b5b5;
  position: absolute;
  top: 50%;
  left: 32%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.r_txtbox {
  background-color: #fff;
  padding: 65px 60px 60px;
  position: relative;
  width: 600px;
}
.r_txtbox::before {
  background-color: #008a32;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
}
.r_txtbox .basic_table th { width: 25%; }
.rec_list {
  background-color: #008a32;
  display: flex;
  margin: 15px 0 25px;
}
.rec_list li {
  border-right: 1px solid #fff;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.rec_list li:last-child { border: none; }

.tel_box { margin-top: 20px; }
.tel_box .ttl04 { font-weight: 300; }
.tel_box .tel_link {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
/*--------------------- .rec_img_list ---------------------*/
.rec_img_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  float: right;
  width: 1040px;
}
.rec_img_list li {
  line-height: 0;
}
.img_fade { opacity: 0; }
.img_fade_in {
  animation-name: fade-in5;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in5 {
  0% { opacity: 0; transform: translate3d(0,30px,0); }
  100% { opacity: 1; transform: translate3d(0,0,0); }
}


/*--------------------- .company ---------------------*/
.company {
  background: url("/cmn/cmn_img/bg_company@2x.jpg") no-repeat;
  background-size: cover;
  min-width: 100%;
  padding-bottom: 56%;
  position: relative;
}
.company_box {
  box-shadow: 0px 2px 10px 0 #b5b5b5;
  position: absolute;
  top: 50%;
  left: 68%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c_txtbox {
  background-color: #fff;
  padding: 65px 60px 60px;
  position: relative;
}
.c_txtbox::before {
  background-color: #008a32;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
}


/*--------------------- .inquiry ---------------------*/
.inquiry { background-color: #f5f5f5; position: relative; }
.inquiry::before {
  background-color: #008a32;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 296px;
}
.inquiry .inr { padding: 80px 0; width: 800px; }

.thanks .header { border: none; box-shadow: none; }
.thanks .section { padding: 100px 0; }
.thanks .about_box { margin-bottom: 50px; }





/*▽▽▽▽▽▽---------- tablet ----------▽▽▽▽▽▽*/
@media only screen and (max-width: 1100px) {
  /*--------------------- .about ---------------------*/
  .about {
    background-color: #dadbd9;
  }
  .about .inr { padding: 80px 20px; }
  
  /*--------------------- .recruit ---------------------*/
  .recruit .inr { padding: 0 0; }
  
  /*--------------------- .project ---------------------*/
  .project .inr { padding: 80px 20px; }
  .project_box { padding: 0; }
  .pro_list li {
    padding: 10px;
  }
}
@media only screen and (max-width: 960px) {
  /*--------------------- .recruit_box ---------------------*/
  .recruit_box { left: 40%; }
  
  /*--------------------- .company ---------------------*/
  .company { padding-bottom: 0; }
  .company_box {
    margin: 0;
    position: static;
    top: 0;
    left: 0;
    transform: none;
  }
}


/*▽▽▽▽▽▽---------- SP ----------▽▽▽▽▽▽*/
@media only screen and (max-width: 768px) {
  /*--------------------- .about ---------------------*/
  .about .inr { padding: 60px 20px 30px; }
  .about { background-color: #e8e8e7; background-image: none; }
  .about_box { padding: 15px 0 0 0; width: 100%; }
  .about_box::before {
    background: linear-gradient(90deg,#000 0%,#000 50px,#008a32 50px,#008a32 100%);
    height: 5px;
    left: 0;
    width: 100%;
  }
  
  /*--------------------- .business ---------------------*/
  .business .inr { box-shadow: none; margin-top: 0; }
  .b_txtbox { padding: 0 0 20px 0; }
  .b_txtbox::after { display: none; }
  .domain_box { padding: 25px; width: 95%; }
  .domain_box .tx { line-height: 1.6; }
  
  /*--------------------- .project ---------------------*/
  .project {
    background-color: #008a32;
    background-repeat: repeat-y;
    animation: none;
  }
  .project_box { flex-wrap: wrap; padding: 0; }
  .project .inr { padding: 60px 20px; width: 100%; }
  .box_contents.list { padding: 20px 0 30px 0; }
  .pro_list li { padding: 10px; width: 40%; }
  .pro_list.img_list {
    display: inline-block;
    margin: 0 -20px;
    overflow: hidden;
  }
  .pro_list.img_list li {
    border: none;
    float: left;
    margin: 0;
    padding: 10px;
    width: 33.333%;
  }
  .pro_list.img_list li img { border: 1px solid rgba(255,255,255,0.2); padding: 10px; }
  
  /*--------------------- .recruit ---------------------*/
  .recruit { background-image: none; height: auto; }
  .recruit .inr { padding: 60px 20px; }
  .recruit_box {
    margin: 0;
    position: static;
    top: 0;
    left: 0;
    transform: none;
  }
  .r_txtbox { padding: 30px; width: 100%; }
  .r_txtbox .basic_table th { width: 100%; }
  .rec_list { flex-wrap: wrap; }
  .rec_list li { border-right: none; border-bottom: 1px solid #fff; }
  .tel_box .tel_link { font-size: 24px; }
  .rec_img_list { display: none; }
  
  /*--------------------- .company ---------------------*/
  .c_txtbox { padding: 30px; }
  
  
  /*--------------------- .inquiry ---------------------*/
  .inquiry::before { width: 150px; }
  .inquiry .inr { padding: 60px 20px; width: 100%; }
  .qs_wrap__form._style01 .address_01 { width: 30%; }
  
  .thanks .section { padding: 0; }
  
}

@media only screen and (max-width: 500px) {
  /*--------------------- .project ---------------------*/
  .pro_list.img_list li { width: 50%; }
  
  
  
  
  
}