@charset "UTF-8";

/* ================================================================

採用情報(recruit.php)

==================================================================*/
#recruit{
  overflow:hidden!important;
  width:100%;
}


/* トップ
================================================================*/
#foreword{
  padding-bottom:50px;
}

#foreword .foreword-top{
  display:flex;
  flex-wrap:wrap;
	align-items: flex-start;
}

#foreword .foreword-txt{
  width:calc(100% - 300px);
  margin:0;
}

#foreword .foreword-txt strong{
  font-weight:700;
  font-size:30px;
  line-height:45px;
  letter-spacing:6px;
}

#foreword .foreword-txt strong br:last-of-type{
  display:none;
}

#foreword .foreword-txt ul{
  width:330px;
  margin-top:30px;
}

#foreword .foreword-txt ul li{
  width:100%;
  margin-bottom:10px;
}

#foreword .foreword-txt ul li a{
  display:block;
  padding:15px 20px;
  background-color:#ED5053;
  border-radius:5px;
  color:#fff;
}

#foreword .foreword-txt ul li.grayout a,
#foreword .foreword-txt ul li.grayout a i{
  color:#808080;
  background-color:#B3B3B3;
}

#foreword .foreword-txt ul li a i{
  float:right;
  position:relative;
  top:3px;
  color:#fff;
}

#foreword .foreword-top img{
  width:280px;
}

@media screen and (max-width: 1439px){
  #foreword{
    padding-bottom:40px;
    padding-top:60px;
  }

  #foreword .foreword-txt{
    width:calc(100% - 260px);
    margin:0;
  }

  #foreword .foreword-txt strong{
    font-size:26px;
    line-height:45px;
    letter-spacing:4px;
  }

  #foreword .foreword-txt ul{
    width:300px;
    margin-top:30px;
  }

  #foreword .foreword-txt ul li{
    margin-bottom:10px;
  }

  #foreword .foreword-txt ul li a{
    padding:15px 20px;
    font-size:15px;
  }

  #foreword .foreword-txt ul li a i{
    float:right;
    position:relative;
    top:3px;
    color:#fff;
  }

  #foreword .foreword-top img{
    width:260px;
  }
}

@media screen and (max-width: 1199px){
  #foreword{
    padding-bottom:40px;
    padding-top:50px;
  }

  #foreword .foreword-txt{
    width:calc(100% - 200px);
    margin:0;
  }

  #foreword .foreword-txt strong{
    font-size:22px;
    line-height:34px;
    letter-spacing:3px;
  }

  #foreword .foreword-txt ul{
    width:250px;
    margin-top:20px;
  }

  #foreword .foreword-txt ul li{
    margin-bottom:7px;
  }

  #foreword .foreword-txt ul li a{
    padding:12px 15px;
    font-size:13.5px;
    letter-spacing:0;
  }

  #foreword .foreword-txt ul li a i{
    float:right;
    position:relative;
    top:3px;
    color:#fff;
  }

  #foreword .foreword-top img{
    width:200px;
    margin-top:30px;
  }
}

@media screen and (max-width: 1023px){
  #foreword{
    padding-bottom:40px;
    padding-top:50px;
  }

  #foreword .foreword-txt{
    width:calc(100% - 200px);
    margin:0;
  }

  #foreword .foreword-txt strong{
    font-size:20px;
    line-height:30px;
    letter-spacing:2px;
  }

  #foreword .foreword-txt ul{
    width:240px;
    margin-top:20px;
  }

  #foreword .foreword-txt ul li{
    margin-bottom:7px;
  }

  #foreword .foreword-txt ul li a{
    padding:10px 15px;
    font-size:13px;
    letter-spacing:0;
  }

  #foreword .foreword-txt ul li a i{
    float:right;
    position:relative;
    top:3px;
    color:#fff;
  }

  #foreword .foreword-top img{
    width:200px;
    margin-top:30px;
  }
}

@media screen and (max-width: 743px){
  #foreword{
    padding-bottom:40px;
    padding-top:50px;
  }

  #foreword .foreword-top{
    width: 95%;
  }

  #foreword .foreword-txt{
    width:calc(100% - 130px);
    margin:0;
  }

  #foreword .foreword-txt strong{
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    display:block;
    width: 200%!important;
  }

  #foreword .foreword-txt strong br:last-of-type{
    display:inline-block;
  }

  #foreword .foreword-txt ul{
    width:200px;
    margin-top:30px;
  }

  #foreword .foreword-txt ul li{
    margin-bottom:7px;
  }

  #foreword .foreword-txt ul li a{
    padding:8px 10px;
    font-size:11.5px;
    letter-spacing:0;
  }

  #foreword .foreword-txt ul li a i{
    float:right;
    position:relative;
    top:3px;
    color:#fff;
  }

  #foreword .foreword-top img{
    width:130px;
    margin-top:30px;
    z-index:-1;
  }
}



/* 募集概要
================================================================*/
.guideline{
  background-color:#f2efdf;
  padding:100px 0 0 0;
}

.guideline:last-of-type{
  padding-bottom:250px;
  margin-bottom:250px;
}

.guideline .overview-wrap{
  background-color:#fff;
  padding:50px;
  border-radius:20px;
  text-align: center;
}

#recruit h2{
  color:#9c1009;
  border-bottom:solid 5px #9c1009;
  padding-bottom:5px;
  font-size:18px;
  margin-bottom:30px;
}

.guideline .overview-wrap ul{
  display:flex;
  flex-wrap:wrap;
}

.guideline .overview-wrap ul li{

}

.guideline .overview-wrap ul li:nth-of-type(odd){
  width:200px;
  text-align: right;
}

.guideline .overview-wrap ul li:nth-of-type(even){
  width:calc(100% - 200px);
  padding-left:40px;
}

.guideline .overview-wrap ul hr{
  display:block;
  width:100%;
  border:none;
  border-bottom:dotted 2.5px lightgray;
  margin:15px 0;
}

.guideline .overview-wrap p{
  padding:50px 0;
  text-align: center;
}

#recruit .link-btn{
  background-color:#9C1009;
  color:#fff;
  border-radius:100px;
  margin:0 auto!important;
  padding: 20px 50px;
}

@media screen and (max-width: 1439px){
  #recruit .overview-wrap{
    padding:30px 50px;
    border-radius:20px;
  }

  #recruit h2{
    border-bottom:solid 4px #9c1009;
    padding-bottom:5px;
    font-size:18px;
    margin-bottom:25px;
  }

  #recruit .overview-wrap ul li:nth-of-type(odd){
    width:180px;
  }

  #recruit .overview-wrap ul li:nth-of-type(even){
    width:calc(100% - 180px);
    padding-left:40px;
  }

  #recruit .overview-wrap ul hr{
    border-bottom:dotted 2.5px lightgray;
    margin:10px 0;
  }
}

@media screen and (max-width: 1199px){
  #recruit .overview-wrap{
    padding:25px 40px;
    border-radius:15px;
  }

  #recruit h2{
    border-bottom:solid 4px #9c1009;
    padding-bottom:4px;
    font-size:17px;
    margin-bottom:20px;
  }

  #recruit .overview-wrap ul li{
    font-size:14px;
    line-height:19px;
  }

  #recruit .overview-wrap ul li:nth-of-type(odd){
    width:100px;
  }

  #recruit .overview-wrap ul li:nth-of-type(even){
    width:calc(100% - 100px);
    padding-left:30px;
  }

  #recruit .overview-wrap ul hr{
    border-bottom:dotted 2.5px lightgray;
    margin:8px 0;
  }

  .guideline .overview-wrap p{
    padding:30px 0;
    font-size:14px;
  }

}

@media screen and (max-width: 743px){
  .guideline{
    background-color:#f2efdf;
    padding:60px 0 0 0;
  }

  .guideline:last-of-type{
    padding-bottom:100px;
    margin-bottom:150px;
  }

  #recruit .overview-wrap{
    padding:25px 20px;
    border-radius:15px;
    width:90%!important;
  }

  #recruit h2{
    border-bottom:solid 3px #9c1009;
    padding-bottom:4px;
    font-size:15px;
    margin-bottom:20px;
    text-align:center;
  }

  #recruit .overview-wrap ul li{
    font-size:13.5px;
    line-height:18px;
  }

  #recruit .overview-wrap ul li:nth-of-type(odd){
    width:100%;
    text-align: left;
    border-bottom:dotted 2.5px lightgray;
    padding-bottom:3px;
    color:gray;
    font-size:12.5px;
  }

  #recruit .overview-wrap ul li:nth-of-type(even){
    width:100%;
    padding-left:0;
    padding-top:5px;
    margin-bottom:15px;
  }

  #recruit .overview-wrap ul hr{
    display:none;
  }

  .guideline .overview-wrap p{
    padding:15px 0 30px 0;
    font-size:12px;
  }
}





















/**/
