@charset "UTF-8";

.column2 {
  margin-bottom: 0; /* reset */
}

.page #main article p {
  margin: 0; /* reset */
}

.page #main article dl {
  display: block; /* reset */
  margin: 0; /* reset */
}

figure {
  margin-block-start: 0; /* reset */
  margin-block-end: 0; /* reset */
  margin-inline-start: 0; /* reset */
  margin-inline-end: 0; /* reset */
}

#recruit {
  margin-bottom: 100px;
}

.recruit-lead {
  margin-bottom: 50px;
}

.recruit-condition {
  margin-bottom: 60px;
}

.cond-list {
  border-top: #000 dotted 1px;
  font-size: 16px;
  line-height: 2;
  padding: 10px 0;
  text-align: justify;
}

.cond-list:last-of-type {
  border-bottom: #000 dotted 1px;
}

.cond-term {
  display: inline-block;
  vertical-align: top;
  width: 120px;
}

.cond-desc {
  display: inline-block;
  width: calc( 100% - 130px );
}

.recruit-msgArea {
  margin-top: 70px;
}

div[class^="msg-block-"] + div[class^="msg-block-"] {
  margin-top: 90px;
}

#main .msg-para + .msg-para {
  margin-top: 30px;
}

.msg-imgArea-ceo {
  align-items: flex-end;
  display: flex;
  margin-top: 40px;
}

img[class^="msg-img"] {
  height: auto;
}

.msg-img-sp {
  display: none;
}

.msg-capArea-ceo {
  margin-left: 15px;
}

.page #main article p.msg-cap-title {
  line-height: 1;
  margin-bottom: 8px;
}

.page #main article p.msg-cap-txt {
  line-height: 1.5;
}

.msg-block-employee {
  display: flex;
  justify-content: space-between;
}

.msg-txtArea-employee {
  width: calc(100% - 240px);
}

.msg-block-employee .msg-img-pc {
  margin-bottom: 5px;
}

@media only screen and (max-width: 640px){
  #recruit {
    margin-bottom: 70px;
  }
  
  .recruit-condition {
    margin-bottom: 65px;
  }

  .cond-term {
    width: 110px;
  }

  .cond-desc {
    width: calc(100% - 120px);
  }

  #main .msg-para + .msg-para {
    margin-top: 20px;
  }
  
  .recruit-msgArea {
    margin-top: 70px;  
  }
  
  .msg-imgArea {
    margin-bottom: 20px;
    text-align: center;
  }
  
  .msg-img-pc {
    display: none;
  }

  .msg-img-sp {
    display: inline;
  }
  
  .msg-block-ceo {
    display: flex;
    flex-direction: column-reverse;
  }   
  
  .msg-imgArea-ceo {
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: 0; /* reset */
  }
  
  .msg-imgArea-ceo .msg-img {
    width: 100%;
  }
  
  .msg-capArea-ceo {
    margin-left: 0; /* reset */
    margin-top: 10px;
  }
  
  p[class^="msg-cap-"] {
    text-align: center;
  }
  
  div[class^="msg-block-"] + div[class^="msg-block-"] {
    margin-top: 80px;
  }

  .msg-block-employee {
    align-items: center;
    flex-direction: column-reverse;
  }
  
  .msg-txtArea-employee {
    width: auto;
  }
  
  .msg-block-employee .msg-img-sp {
    width: 60%;
  }
}


@media only screen and (max-width: 480px){
  .cond-list {
    padding: 15px 0;
  }
  
/*
  .cond-term {
    width: 100px;
  }
  
  .cond-desc {
    width: calc(100% - 110px);
  }
*/

  .cond-term {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;
    width: auto;
  }
  
  .cond-desc {
    display: block;
    line-height: 1.6;
    width: auto;
  }
}