@charset "UTF-8";
/* 1280px以上 */
@media only screen and (min-width:1280px){
  
  .pc-non {
    display: none;
  }
  
}
/* 1919px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1919px){
}
/* 1500px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1500px){
}

/* 1279px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1279px){

}
/* 1080px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1080px){
}

/* 800px以下から
------------------------------------------------------------*/
@media only screen and (max-width:800px){
  .recruit-head{
    background:var(--brand) url("../images/recruit_image.jpg") top 0px center no-repeat;
    background-size: cover;
    min-height:900px;
  }
  .recruit-head-wrap {
    min-height:900px;
  }
  .recruit-title {
    width: 300px;
  }
  .recruit-txt {
    position: absolute;
    bottom: 160px;
    left: 0px;
  }
  .recruit-gotoform {
    position: absolute;
    bottom: 20px;
    right: 0px;
    width: 150px;
  }
  .recruit-message-wrap h3 {
    text-align: center;
    width: 200px;
    margin-inline:auto;
    margin-bottom: 90px;
  }
  .voice-img {
    float: right;
    width: 360px;
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
/* 640px以下から
------------------------------------------------------------*/
@media only screen and (max-width:640px){
  .recruit-title {
    position: absolute;
    top: 150px;
    width: 260px;
  }
  .recruit-arrow {
    position: absolute;
    top: 260px;
    width: 24px;
  }
  .recruit-txt {
    position: absolute;
    bottom: 220px;
    left: 0px;
  }
  .recruit-message{
    padding:60px 0;
  }
  .recruit-voice {
    padding:60px 0 30px;
  }
  .recruit-voice-cont {
    margin: 60px auto 90px;
  }
  .voice-img {
    float: none;
    width: 60%;
    padding-left: 0px;
    padding-bottom: 40px;
    margin-inline:auto;
  }
  .recruit-occupation {
    padding:60px 0 30px;
  }
  .recruit-occupation-list {
    gap: 4%;
    row-gap:60px;
    margin-top: 30px;
  }
  .recruit-occupation-cont {
    width: 46%;
  }
  .recruit-environment {
    padding:0px 0 60px;
  }
  .recruit-faq {
    padding:60px 0;
  }
  .recruit-data {
    padding:60px 0;
  }
  .recruit-requirements {
    padding:60px 0;
  }
  .recruit-requirements-wrap{
    padding-left: 90px;
    background: url("../images/recruit_requirements.png") top left no-repeat;
    background-size: 80px auto;
  }
  .recruit-requirements-table th {
    width: 140px;
  }
  .recruit-entry {
    padding:60px 0;
  }
  .form-submit {
    width: 240px;
  }
}
/* 480px以下から
------------------------------------------------------------*/
@media only screen and (max-width:480px){
  .recruit-head{
    min-height:calc(100vh + 60px);
  }
  .recruit-head-shadow {
  }
  .recruit-head-wrap {
    min-height:calc(100vh + 20px);
  }
  .recruit-title {
    position: absolute;
    top: 130px;
    width: 220px;
  }
  .recruit-arrow {
    position: absolute;
    top: 230px;
    width: 16px;
  }
  .recruit-txt {
    position: absolute;
    bottom: 110px;
    left: 0px;
  }
  .recruit-gotoform {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100px;
  }
  .recruit-txt h3 {
    margin-bottom: 10px;
  }
  .recruit-txt p {
    line-height: 130%;
  }
  .recruit-message-wrap h3 {
    width: 130px;
    margin-bottom: 30px;
  }
  .message-img {
    margin-bottom: 30px;
  }
  .ceo-flame {
    position: absolute;
    top: 5px;
    left: 5px;
  }
  .ceo-img {
    position: absolute;
    top: -5px;
    left: -5px;
  }
  .ceo-name img {
    width: 180px;
  }
  .recruit-message-wrap h4 {
    margin-bottom: 10px;
  }
  .voice-img {
    width: 80%;
    padding-bottom: 40px;
  }
  .senior-name {
    font-size:1.6rem;
  }
  .voice-txt p {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .recruit-requirements-wrap{
    padding-left: 0px;
    background: url("../images/recruit_requirements.png") top 100px left no-repeat;
    background-size: 80px auto;
  }
  .recruit-requirements-table th {
    width: 100px;
  }
  .recruit-occupation-ttl h3 {
    font-size:1.6rem;
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: 200px auto;
  }
  .rot-line {
    margin-top: -15px;
  }
  .recruit-environment-wrap h3 {
    font-size:1.6rem;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  ul.recruit-environment-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
  }
  ul.recruit-environment-list li {
    width: 32%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .recruit-faq-ttl h3 {
    font-size:1.6rem;
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: 100px auto;
    margin-bottom: 20px;
  }
  .faq-item {
    padding: 30px 0 30px;
  }
  .faq-Q {
    margin-bottom: 20px;
  }
  .recruit-data-wrap{
    width:92%;
  }
  .recruit-data-ttl h3 {
    font-size:1.6rem;
    padding-bottom: 10px;
  }
  .rdt-line {
    width: 48px;
    margin-top: 20px;
  }
  .data-grid {
    width:100%;
    gap:2%;
    row-gap: 10px;
  }
  .data-item {
    width: 49%;
  }
  .recruit-requirements-wrap h3 {
    font-size:1.6rem;
    margin-bottom: 20px;
  }
  .recruit-requirements-table th {
    padding: 15px 0 15px;
  }
  .recruit-requirements-table td {
    padding: 15px 0 15px;
  }
  .recruit-entry-ttl h3 {
    font-size:1.6rem;
    margin-bottom: 20px;
  }
  .ret-line {
    margin-top: -20px;
    padding-bottom: 60px;
    background: url("../images/recruit_entry.png") top 20px right no-repeat;
    background-size: 120px auto;
  }
  .form-group {
    padding: 15px 0 15px;
  }
  .form-group p {
    display: block;
    width: 100%;
  }
  .form-group label {
    width: 200px;
    padding-bottom: 10px;
  }
  .form-group span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
  }
  .form-submit {
    width: 180px;
  }
}
/* 380px以下から
------------------------------------------------------------*/
@media only screen and (max-width:380px){
  .recruit-head{
    min-height:calc(100vh + 60px);
  }
  .recruit-head-shadow {
    background-image: linear-gradient(transparent 50%, var(--brand) 70%, var(--brand));
    min-height:calc(100vh + 110px);
  }
}

