@charset "UTF-8";

/*-------------------------------------------
メインタイトル
-------------------------------------------*/
.TtlBox {
  margin-bottom: 100px;
  margin-left: 5%;
}

.mainTtlBox {
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
  position: relative;
}
.mainTtlBox h2 {
  text-align: center;
  writing-mode: horizontal-tb;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 7rem;
  background: linear-gradient(0deg, #027319 0%, #5f996a 100%);
background: -webkit-linear-gradient(0deg, #027319 0%, #5f996a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mainTtlBox h2 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 599px) {
  .TtlBox {
  margin-bottom: 30px;
  display: block;
  margin-left: 0%;
}
  .mainTtlBox {
  margin-bottom: 30px;
}
  
 .mainTtlBox h2 {
  text-align: center;
  font-size: 5.2rem;
}
}

/*-------------------------------------------
背景色
-------------------------------------------*/

.GrBg {
  background: linear-gradient(90deg, #027319 0%, #5f996a 100%);
  color: #fff;
  padding: 150px 0 0;
  display: flow-root;
  margin-bottom: 320px;
}

@media screen and (max-width: 599px) {
  .GrBg {
  background: linear-gradient(90deg, #027319 0%, #5f996a 100%);
  color: #fff;
  padding: 100px 0 0;
  display: flow-root;
  margin-bottom: 320px;
}
}
/*-------------------------------------------
募集要項
-------------------------------------------*/

.recTtl {
  max-width: 1280px;
  margin: 0 auto 100px;
  font-size: 2rem;
  text-align: center;
}

.recruitVol {
  max-width: 1280px;
  margin: 0 auto;
}

.disFlex {
  display: flex;
  justify-content: space-between;
}

.ListBg {
  background: linear-gradient( 45deg, #5f996a 0%, #027319 100%);
  border-radius: 10px;
  height:  665px;
  width: 49%;
  padding: 20px;
  margin-bottom: 20px;
  transition: background 0.8s;
}

.ListBg:hover {
  background: #fff;
}
.civilList {
  background-image:url(../img/recruit/img_recruit_vol02.webp);
  height:  625px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}

.exteriorList {
  background-image:url(../img/recruit/img_recruit_vol05.webp);
  height:  625px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}

.foremanList {
  background-image:url(../img/recruit/img_recruit_vol03.webp);
  height:  625px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}

.exsaleList {
  background-image:url(../img/recruit/img_recruit_vol04.webp);
  height:  625px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}

.workersList {
  background-image:url(../img/recruit/img_recruit_vol01.webp);
  height:  625px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}

.civil {
  background-image:url(../img/recruit/img_recruit01.webp);
  height: 300px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}

.exterior {
  background-image:url(../img/recruit/img_recruit02.webp);
  height: 300px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}

.foreman {
  background-image:url(../img/recruit/img_recruit03.webp);
  height: 300px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}

.exsale {
  background-image:url(../img/recruit/img_recruit04.webp);
  height: 300px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}

.workers {
  background-image:url(../img/recruit/img_recruit05.webp);
  height: 300px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}

.recruit h3, .recruitVol h3 {
  background: linear-gradient(90deg, #027319 0%, #5f996a 100%);
  color: #fff;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  padding: 15px;
  width: 310px;
  text-align: center;
  letter-spacing: 3px;
}

.recruit .workers h3, .recruitVol .workersList h3 {
  background: linear-gradient(90deg, #027319 0%, #5f996a 100%);
  color: #fff;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  padding: 20px 15px;
  width: 310px;
  text-align: center;
  letter-spacing: 3px;
}

.recruit h3 span, .recruitVol h3 span {
  display: block;
  font-size: 0.8rem;
  color: #deba36;
}

.recruit .workers h3 .Round, .recruitVol .workersList h3 .Round {
  display: block;
  font-size: 0.8rem;
  color: #deba36;
  border-radius: 50px;
  background: #deba36;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  right: -50px;
}

.recruit .workers h3 .Round span, .recruitVol .workersList h3 .Round span {
  color: #fff;
  font-size: 1rem;
  margin-top: 40px;
  margin-left: 5px;
} 


.recruit .conBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  max-width: 1280px;
  margin: 0 auto 100px;
}

.recruit .conL {
  width: 20%;
  position: relative;
  }

.recruit .HeadE {
  writing-mode: vertical-rl;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.8rem;
  line-height: 7.8rem;
  display: inline-block;
  background: linear-gradient(-90deg, #00a621 0%, #86bf91 100%);
background: -webkit-linear-gradient(-90deg, #00a621 0%, #86bf91 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

/*スクロールダウン全体の場所*/
.recruit .scrolldown {
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  top:400px;
  left:60%;
}

/* 丸の描写 */
.recruit .scrolldown::before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-3px;
    /*丸の形状*/
  width:7px;
  height:7px;
  border-radius: 50%;
  background:#fff;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
  z-index: 10;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom: 400px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.recruit .scrolldown::after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width: 1px;
  height: 400px;
  background: linear-gradient(-90deg, #00a621 0%, #86bf91 100%);
background: -webkit-linear-gradient(-90deg, #00a621 0%, #86bf91 100%);
}

.recruit .conR {
  width: 80%;
  margin-top: 50px;
}

.recruitList {
  border-bottom:  2px solid #fff;
  padding: 30px;
  display: flex;
  align-items: center;
}

dl.recruitList:last-child {
  margin-bottom: 50px;
}

.recruitList dt {
  font-size: 1rem;
  font-weight: bold;
  width: 30%;
}

.recruitList dd {
  width: 60%;
  line-height: 1.8rem;
}

@media screen and (max-width: 1024px) {
.recruit .conBox {
  width: 95%;
}
  .recruitVol {
  width: 95%;
  margin: 0 auto;
}
  .ListBg {
  background: linear-gradient( 45deg, #5f996a 0%, #027319 100%);
  border-radius: 10px;
  height:  355px;
  width: 49%;
  padding: 10px;
  margin-bottom: 20px;
  transition: background 0.8s;
}

.ListBg:hover {
  background: #fff;
}
.civilList {
  background-image:url(../img/recruit/img_recruit_vol02.webp);
  height:  335px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}

.exteriorList {
  background-image:url(../img/recruit/img_recruit_vol05.webp);
  height:  335px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}

.foremanList {
  background-image:url(../img/recruit/img_recruit_vol03.webp);
  height:  335px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}

.exsaleList {
  background-image:url(../img/recruit/img_recruit_vol04.webp);
  height:  335px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}

.workersList {
  background-image:url(../img/recruit/img_recruit_vol01.webp);
  height:  335px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}
}

@media screen and (max-width: 599px) {
  .disFlex {
  display: block;
  justify-content: space-between;
}
  .ListBg {
  background: linear-gradient( 45deg, #5f996a 0%, #027319 100%);
  border-radius: 10px;
  height:  355px;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  transition: background 0.8s;
}

  .recruitVol .workersList h3 .Round {
  display: block;
  font-size: 0.8rem;
  color: #deba36;
  border-radius: 50px;
  background: #deba36;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -70px;
  right: -20px;
}
  
  .exterior {
  background-image:url(../img/recruit/img_recruit02_smp.webp);
  height: 300px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}
    
    .exsale {
  background-image:url(../img/recruit/img_recruit04_smp.webp);
  height: 300px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}
  
.recruit .conR {
  width: 75%;
  margin-top: 50px;
}

.recruit .workers h3 .Round {
  display: block;
  font-size: 0.8rem;
  color: #deba36;
  border-radius: 50px;
  background: #deba36;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -60px;
  right: -30px;
}
  
.recruit .HeadE {
  writing-mode: vertical-rl;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.8rem;
  line-height: 4.8rem;
  display: inline-block;
  background: linear-gradient(-90deg, #00a621 0%, #86bf91 100%);
background: -webkit-linear-gradient(-90deg, #00a621 0%, #86bf91 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
/*スクロールダウン全体の場所*/
.recruit .scrolldown {
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  top:400px;
  left:100%;
}
.recruitList {
  border-bottom:  2px solid #fff;
  padding: 30px 0;
  display: block;
  align-items: center;
}

dl.recruitList:last-child {
  margin-bottom: 50px;
}

.recruitList dt {
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}
  
  .recruitList dt::before {
    content: "【"
  }
  
  .recruitList dt::after {
    content: "】"
  }


.recruitList dd {
  width: 100%;
  line-height: 1.8rem;
}
}

.BtnBox {
  margin: 0 auto 200px;
  width: 300px;
}

.White .MoreBtn01 {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff;/* ボーダーの色と太さ */
  padding: 25px 30px;
  text-align: left;
  outline: none;
  /*アニメーションの指定*/   
  transition: ease .2s;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:  1rem;
  letter-spacing: 0.12em;
  width: 100%;
  background: #fff;
  font-size: 1.2rem;
}

/*ボタン内spanの形状*/
.White .MoreBtn01 span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	display: inline-block;
  background: linear-gradient(0deg, #027319 0%, #5f996a 100%);
background: -webkit-linear-gradient(0deg, #027319 0%, #5f996a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.White .MoreBtn01:hover {
  border: 1px solid #00a621;
}
.White .MoreBtn01:hover span{
  background: #fff;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.White .MoreBtn01::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 20px;
  height: 20px;
  transform: translateY(-55%) translateX(-50%);
  -webkit- transform: translateY(-55%) translateX(-50%);
  display: inline-block;
  background: linear-gradient(0deg, #027319 0%, #5f996a 100%);
background: -webkit-linear-gradient(0deg, #027319 0%, #5f996a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.White .MoreBtn01:hover::after {
	content: "→";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 20px;
  height: 20px;
  transform: translateY(-55%) translateX(-50%);
  -webkit- transform: translateY(-55%) translateX(-50%);
  background: #fff;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 5;
}

/*== 背景が流れる（左から右） */
.bgleft::before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background: linear-gradient(90deg, #027319 0%, #5f996a 100%);
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover::before{
	transform-origin:left top;
	transform:scale(1, 1);
}


