@charset "utf-8";
/* CSS Document */
#wrap{
    background: #f1f1f1;
}
.contentW,.contentW2,.contentW3,.contentW4,.contentW5{
    width: 100%;
    max-width: 1600px;
    margin: auto;
}
.contentW{
  padding: 300px 16px; 
}
.contentW2{
  /*padding: 0 16px 1100px; 事務員の求人が入った時*/
  padding: 0 16px 900px; 
}
.contentW3{
  padding: 0 16px 1000px; 
}
.contentW4,.contentW5{
  padding: 0 16px; 
}




.Bgmask .text h1,.priceBox,.recruitBG .text h2,.recruitBG .catchy h3,.recruitBG .catchy p,.recruitBG .imgBox,.conditions,
.contentW4 .text h2,.mapmask,.contactBG h2,.contentW5 .text,.mailform{
  opacity : 0;
  transform : translate(0, 30px);
  transition : all 0.8s ease-in-out 0.5s;
}
.Bgmask .text h1.Anime.on,.priceBox.Anime.on,.recruitBG .text h2.Anime.on,.recruitBG .catchy h3.Anime.on,
.recruitBG .catchy p.Anime.on,.recruitBG .imgBox.Anime.on,.conditions.Anime.on,.contentW4 .text h2.Anime.on,
.mapmask.Anime.on,.contactBG h2.Anime.on,.contentW5 .text.Anime.on,.mailform.Anime.on
{
  opacity : 1;
  transform : translate(0, 0);
}


/* System ---------------------------------------- */
.topBg{
  background:url(../img/system/systemBG.jpg) no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.Bgmask{
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #fff;
  height: 100%;  
}
.Bgmask .text{
  width: 100%;
  max-width: 900px;
  margin: 0 0 80px;
}
.Bgmask .text h1{
  font-size: 80px;
  position: relative;
  margin: 0 0 40px;
}
.Bgmask .text h1:before,.recruitBG .text h2:before,.contentW4 .text h2:before,.contactBG h2:before{
  content: '';
  position: absolute;
  width: 60px;
  height: 8px;
  left: 0;
  bottom: -24px;
  background: #9F9D66;
}
.Bgmask .text h1 span,.recruitBG .text h2 span,.contentW4 .text h2 span,.contactBG h2 span{
  display: block;
  font-size: 18px;
}
.priceBoxW{
  max-width: 1578px;
  margin: auto;
}
.priceBox{
  width: 100%;
  max-width: 1000px;
  background: rgba(159, 157, 102, 0.9);
  padding: 40px 0;
  margin: -160px 0 0;
  color: #fff;
  z-index: 1;
}
.priceL{
  width: 24%;
  float: left;
}
.priceL h2{
  font-size: 40px;
  text-align: center;
}
.priceL h2 span{
  display: block;
  font-size: 18px;
}
.priceBox .Inline{
  margin: 0 0 40px;
  overflow: hidden;
}
.priceBox .Inline h3{
  font-size: 21px;
  margin: 18px 0 18px 48px;
}
.priceR{
  width: 76%;
  float: right;
  border-left:  solid 1px #fff;
}
.priceR dl{
  padding:8px 48px;
  font-size: 18px;
}
.priceR dt{
  width: 100%;
}
.priceR dd{
  width: 100%; 
  text-align: right;
  border-bottom: 1px dashed;
  padding: 0 0 8px;
}
/* Recruit ---------------------------------------- */
.recruitBG {
    background: #f1f1f1;
    position: relative;
}
.recruitBG .text h2{
  font-size: 80px;
  position: relative;
  margin: 0 0 80px;
  padding: 100px 0 0;
}
.recruitBG .imgBox{
  width: 50%;
  float: left;
}
.recruitBG .imgBox img{
  width: 100%;
  max-width: 600px;
  z-index: 100;
}
.recruitBG .catchy{
  width: 50%;
  float: right;
  padding: 8% 8px;
}
.recruitBG .catchy p{
  line-height: 32px;
}
.recruitBG .catchy h3{
  font-size: 52px;
  color: #9F9D66;
  margin: 0 0 24px;
  word-wrap : break-word;
  overflow-wrap : break-word;
}
.conditionsBG{
  width: 100%;
  max-width: 1500px;
  float: right;
 /* margin: -1170px 0 0; 事務員の求人が入った時*/
  margin: -970px 0 0;
  position: relative;
}
.conditions{
  background: rgba(255, 255, 255, 0.9);
  padding: 100px;
}
.conditions dl{
  margin: 0 0 16px;
}
.conditions dt,.conditions dd{
}
.conditions dt{
  color: #9F9D66;
  border-bottom: solid 1px #e7e7e7; 
  margin: 0 0 16px;
  font-size: 24px;
}
.conditions dl.detail {
  margin: 0;
}
.conditions dl p{
  margin: 0 0 16px;
}
.conditions .detail dt,.conditions .detail dd{
  display: inline-block;
  border-bottom: none; 
  font-size: 16px;
}
/* access ---------------------------------------- */
.accessBG{
  background:url(../img/system/accessBG.jpg) no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.contentW4 .text{
  width: 100%;
  max-width: 900px;
  margin: 0 0 80px;
}
.contentW4 .text h2{
  font-size: 80px;
  position: relative;
  margin: -600px 0 100px;
  color: #fff;
  padding: 110px 0 0;
}
.mapmask{
  background: rgba( 000, 000, 000, 0.5);
  padding: 80px 0;
  margin: 0;
}
.mapinline{
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
.mapinline .map{
  width: 60%;
  height: 480px;
  float: left;
}
.mapinline #maps{
  height: 480px;
}

.mapinline .detail{
  width: 40%;
  float: right;
  color: #fff;
  padding: 40px;
}
.mapinline .detail h3{
  font-size: 30px;
  margin: 0 0 32px;
}
.mapinline .detail ul{
  margin: 0 0 24px;
}
.mapinline .detail li{
  margin: 0 0 8px; 
}

/* contact ---------------------------------------- */
.contactBG{
  background: #f1f1f1;
    padding: 0 0 100px;
}
.contactBG h2{
  font-size: 80px;
  position: relative;
  margin: 0 0 100px;
  color: #000;
  padding: 100px 0 0;
}
.contactBG .text{
  width: 100%;
  margin: 0 0 80px;
}
.contactBG .text p{
  text-align: center;
}
.contactBG .text .tel{
  text-align: center;
  width: 280px;
  margin: 40px auto;
}
.contactBG .text .tel a {
    padding: 0 34px 0 60px;
    border-radius: 4px;
    position: relative;
    font-size: 20px;
}


.contactBG .text .tel a:before {
  content: "\e91d";
  font-family: "icon";
  font-size: 18px;
  position: absolute;
  left: 0px;
  right: 140px;
  margin: auto;
}
.contactBG .text .tel a:hover:before{
  color: #fff;
  z-index: 1;
}





.contactBG .text .tel p{
  padding: 0 0 8px;
  font-size: 15px;
}
.contactBG .text .tel p span{
    font-size: 21px;
    color: #9F9D66;
}

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


  .Bgmask .text h1 ,.recruitBG .text h2,.contactBG .text h2,.contentW4 .text h2{
      font-size: 40px;
  }
  .Bgmask .text h1:before, .recruitBG .text h2:before, .contentW4 .text h2:before, .contactBG .text h2:before {
      height: 4px;
  }
  .Bgmask .text h1 span, .recruitBG .text h2 span, .contentW4 .text h2 span, .contactBG .text h2 span {
      font-size: 14px;
  }


  .contentW{
    padding: 240px 16px 180px; 
  } 
 .priceBox {
    padding: 40px 16px;
  }
  .priceL,.priceR,.priceR dl {
    width: 100%;
    float: none;
  }
  .priceL{
    border-bottom: solid 1px #fff;
  }
  .priceL h2 {
    padding: 0 0 16px;
    font-size: 24px;
  }
  .priceL h2 span {
      font-size: 14px;
  }
  .priceR{
    border-left:  none;
  }
  .priceR dl{
    padding: 0;
    margin: 16px 0;
    font-size: 14px;
  }
  .priceBox .Inline h3{
    margin: 16px 0;
    font-size: 18px;
  }

 /* Recruit ---------------------------------------- */
  .recruitBG .imgBox,.recruitBG .catchy{
    width: 100%;
    float: none;
  }
  .recruitBG .imgBox img{
    margin: 0 auto 16px;
    z-index: 100;
  }
  .recruitBG .catchy{
    padding: 0 0 80px;
  }
  .recruitBG .catchy h3{
    font-size: 28px;
  }
  .conditions {
    padding: 32px 16px 60px;
    float: none;
  }
  .conditions dt {
    color: #9F9D66;
    padding: 0 6px 4px 0;
    font-size: 18px;
      margin: 0 0 8px;
  }

  .conditions .detail dt, .conditions .detail dd {
      font-size: 14px;
  }
  .conditions .detail dl{
    width: 24%;
  }
  .conditions .detail dd{
    width: 70%;
    vertical-align: top;
  }

  .mapinline .detail h3 {
      font-size: 24px;
      margin: 0px 0 16px;
  }
  .mapmask {
      padding: 80px 16px;
  }
  .mapinline .map{
    width: 100%;
    float: none;
  }
  .mapinline .detail {
    width: 100%;
    float: none;
    padding: 40px 0;
  }
  
  .mapinline .detail ul {
      margin: 0 0 8px;
  }

}

@media screen and (max-width:460px){
  .contactBG .text p {
      text-align: left;
  }
  .BrSp{
    display: none;
  }
  .contactBG .text .tel p{
    text-align: center;
  }

 }
 
/* 230403add ---------------------------------------- */
.pickup_txt_box {
	padding: 30px;
	margin-bottom: 40px;
	border-radius: 4px;
	border: 1px solid #9f9d66;
	line-height: 2;
}
.pickup_txt_box a {
	display: inline-block;
}
.txt_bold {
	font-weight: bold;
	color: #9f9d66;
}
