@charset "utf-8";
/* CSS Document */



/*==============================
共通
==============================*/


.titleBox h2{  
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  letter-spacing: 10px;
  margin-bottom: 10px;
  color: #37386b;
}

.titleBox hr{
  display: block;
  border-bottom: none;
  width: 100px;
  height: 2px;
  margin-bottom: 10px;  
  background-color: #37386b;
}

.titleBox h3{
  font-weight: 400;  
  color: #37386b;
}

#headWrap{
  width: 100%;
  height: 400px;
  z-index: 1;
  background-image: url("../img/headBack.jpg");
  background-position: center center;
  background-size: cover;
  border: 10px solid #37386b;
}

#headWrap > .titleBox{
  padding-top: 120px;
  padding-left: 100px;
}

#headWrap > .titleBox h2{
  color: #fff;
}

#headWrap > .titleBox hr{
  background-color: #fff;
}

#headWrap > .titleBox h3{
  color: #fff;
}


@media screen and (max-width: 600px){  
  .titleBox h2{  
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 4px;
  }
  
  #headWrap{
    height: 250px;
  }
  
  #headWrap > .titleBox {
    padding-top: 70px;
    padding-left: 40px;
  }
}

/*==============================
メイン
==============================*/


#newsWrap{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 50px 50px;
}

#newsWrap::after{
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 80px;
  left: 0;
  top: 200px;
  background-color: #37386b;
  z-index: 1;
}

#newsWrap > div{
  position: relative;
  z-index: 2;
}

#newsWrap > div .titleBox{
  margin-bottom: 110px;
  margin-right: 50px;
}

#newsWrap > div .linkBtn{
}

#newsWrap > ul{
  position: relative;
  align-self: flex-start;
  display: flex;
  width: 80%;
  justify-content: space-between;
  z-index: 2;  
}

#newsWrap > ul li{
  width: 32%;
  background-color: #fff;
  box-shadow: 0 0 10px 0px rgba(0,0,0,.2);
}

#newsWrap > ul li a{
  position: relative;
  display: block;
  background-color: #fff;
  z-index: 2;
}

#newsWrap > ul li img{
  width: 100%;
  height: auto !important;
}

#newsWrap > ul li div{
  padding: 20px;
}

#newsWrap > ul li div h4{
  font-size: 14px;
  letter-spacing: 0;
  font-weight: bold;
}

#numberWrap{
  padding: 50px 20px;
  width: calc(100% - 100px);
  margin: 0 auto;
  text-align: center;
  background-color: #f6f6f6;
}

#numberWrap .titleBox{
  margin-bottom: 50px;
}

#numberWrap .titleBox hr{
  margin: 0 auto 10px;
}

.numberList{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.numberList > li{
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-bottom: 50px;
  text-align: left;
  background-color: #fff;
  padding: 50px;
  overflow: hidden;
  padding-left: 20%;
}

.numberList > li h4{
  position: absolute;
  top: 10px;
  left: 20px;
  display: inline-block;
  padding: 5px;
}

.numberList > li h4::after{
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #37386b;
}

.numberList > li h5{
  font-size: 60px;
  color: #37386b;
}

.numberList > li h5 span{
  font-size: 14px;
  margin-left: 5px;
  color: #37386b;
}

.numberList > li ul{
  display: flex;
}

.numberList > li ul li{
  position: relative;
  margin-right: 30px;
}

.numberList > li ul li::before{  
  position: absolute;
  font-size: 16px;
  top: -10px;
  left: 0;
  color: #37386b;
}

.nenrei li:nth-of-type(1)::before{
  content: "20代";
}

.nenrei li:nth-of-type(2)::before{
  content: "30代";
}

.nenrei li:nth-of-type(3)::before{
  content: "40代";
}

.nenrei li:nth-of-type(4)::before{
  content: "50代";
}

.nenrei li:nth-of-type(5)::before{
  content: "60代以上";
}

.danjo li:nth-of-type(1)::before{
  content: "男性";
}

.danjo li:nth-of-type(3)::before{
  content: "女性";
}

.wariai li:nth-of-type(1)::before{
  content: "新卒";
}

.wariai li:nth-of-type(3)::before{
  content: "中途";
}

#recruittableWrap{
  padding: 50px 20px;
  text-align: center;
}

#recruittableWrap .titleBox{
  margin-bottom: 30px;
}

#recruittableWrap .titleBox hr{
  margin: 0 auto 10px;
}


#recruittableWrap table{
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
  border-collapse: collapse;
  border-spacing: 0;
}

#recruittableWrap table th,
#recruittableWrap table td{
  text-align: left;
  border-top: 1px solid #ccc;
  padding: 30px;
  vertical-align: text-top
}

#recruittableWrap table th{
  font-weight: bold;
}

#recruittableWrap table tr:last-of-type th,
#recruittableWrap table tr:last-of-type td{
  border-bottom: 1px solid #ccc;  
}

#recruitWrap{
  padding: 50px 20px;
}

#recruitWrap > ul{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#recruitWrap > ul li{
  width: 24%;
}

#recruitWrap > ul li a{
  display: block;
  width: 100%;
  background-color: #f6f6f6;
  padding: 50px 20px;
  text-align: center;
  box-shadow: 0 0 10px 0px rgba(0,0,0,.2);
}

#recruitWrap > ul li a h3{
  font-size: 26px;
  font-family: 'Benne', serif;
  letter-spacing: 4px;
  color: #37386b;
  margin-bottom: 10px;
}

#recruitWrap > ul li a p{
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;  
}

#voiceWrap{
  width: calc(100% - 100px);
  background-color: #37386b;
  padding: 50px 20px;
  margin: 0 auto;
  text-align: center;
}

#voiceWrap .titleBox{
  margin-bottom: 30px;
}

#voiceWrap .titleBox h2,
#voiceWrap .titleBox h3{
  color: #fff;
}

#voiceWrap .titleBox hr{
  background-color: #fff;
  margin: 0 auto 10px;
}

.voiceList{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.voiceList li{
  width: 49%;
  background-size: cover;
  background-position: center center;
  padding: 30px 20px;
  text-align: left;
  margin-bottom: 20px;
}

.voiceList li:nth-of-type(1){
  background-image: url("../img/recruitImg01.jpg");
}

.voiceList li:nth-of-type(2){
  background-image: url("../img/recruitImg02.jpg");
}

.voiceList li:nth-of-type(3){
  background-image: url("../img/recruitImg03.jpg");
}

.voiceList li:nth-of-type(4){
  background-image: url("../img/recruitImg04.jpg");
}

.voiceList li h4{
  padding: 5px;
  border-bottom: 1px solid #37386b;
  font-weight: bold;
  margin-bottom: 20px;
}

.voiceList li > div{
  display: flex;
}

.voiceList li > div div:first-of-type{
  width: 25%;
  margin-right: 10px;
  text-align: center;
}

.voiceList li > div div:first-of-type span{
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: bold;
}

.voiceList li > div div:last-of-type{
  width: calc(75% - 10px);
}

.voiceList li > div div:last-of-type h5{
  font-size: 16px;
  font-weight: bold;
}

.voiceList li > div div:last-of-type p{
  margin-bottom: 5px;
}

#fukuriWrap{
  padding: 50px 20px;
}

.fukuriBox{
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 50px 30px;
  display: flex;
  flex-wrap: wrap;
}

.fukuriBox h4{
  position: absolute;
  top: 10px;
  left: 20px;
  display: inline-block;
  padding: 5px;
}

.fukuriBox h4::after{
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #37386b;
}

.fukuriBox h5{
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
}

.fukuriBox > div{
  width: 49%;
  margin-bottom: 20px;
}

.fukuriBox > div > div{
}

.fukuriBox > div:first-of-type,
.fukuriBox > div:nth-of-type(2){
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.fukuriBox > div:first-of-type div:first-of-type,
.fukuriBox > div:nth-of-type(2) div:first-of-type{
  margin-right: 20px;
}

.fukuriBox > div:first-of-type div:last-of-type,
.fukuriBox > div:nth-of-type(2) div:last-of-type{
  width: 60%;
  display: flex;
  justify-content: space-between;
}

.fukuriBox > div:first-of-type div:last-of-type img,
.fukuriBox > div:nth-of-type(2) div:last-of-type img{
  width: 49%;
}
/*==============================
レスポンシブ
==============================*/

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

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

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

@media screen and (max-width: 1000px) {
  #newsWrap{
    display: block;
  }
  
  #newsWrap > div .titleBox{
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  #newsWrap > div .linkBtn{
    margin-bottom: 20px;
  }
  
  #newsWrap::after{
    top: auto;
    bottom: 120px;
  }
  
  #newsWrap > ul{
    width: 100%;
  }
  
  .voiceList{
    max-width: 600px;
    display: block;
  }
  
  .voiceList li{
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  
  #recruitWrap > ul{
    max-width: 600px;
    display: block;
  }
  
  #recruitWrap > ul li{
    width: 100%;
    margin-bottom: 20px;
  }
  
  .fukuriBox > div:first-of-type{
    display: block;
  }
  
  .fukuriBox > div:first-of-type div:first-of-type{
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .fukuriBox > div:first-of-type div:last-of-type{
    width: 100%;
  }
  
  .fukuriBox > div{
    width: 100%;
  }
}

@media screen and (max-width: 600px){
  #numberWrap{
    width: calc(100% - 40px);
  }
  
  .numberList > li{
    padding: 50px 20px;
    text-align: center;
  }
  
  .numberList > li ul{
    display: block;
  }
  
  .numberList > li ul li{
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .numberList > li ul li::before{
    position: relative;
    top: 10px;
    left: auto;
  }
  
  .danjo li:nth-of-type(2){
    transform: rotate(90deg);
  }
  
  .wariai li:nth-of-type(2){
    transform: rotate(90deg);
  }
  
  #newsWrap{
    text-align: center;
  }
  
  #newsWrap::after{
    display: none;
  }
  
  #newsWrap > div .titleBox{
    text-align: center;
  }
  
  #newsWrap > div .titleBox hr{
    margin: 0 auto 10px; 
  }
  
  #newsWrap > ul{
    display: block;
  }
  
  #newsWrap > ul li{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    z-index: 2;
  }
  
  #newsWrap > ul li::after {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    height: 80px;
    left: -50px;
    bottom: 50px;
    background-color: #37386b;
    z-index: 1;
  }
  
  #voiceWrap{
    width: calc(100% - 40px);
  }
  
  .voiceList li > div{
    display: block;
  }
  
  .voiceList li > div div:first-of-type{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .voiceList li > div div:last-of-type{
    width: 100%;
  }
}

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