/* recruit-top *//* recruit-top *//* recruit-top */
.recruit-top-head{
   text-align: center;
   margin-bottom: 32px;
}
.recruit-top-head h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}
.recruit-top-head p{
    font-size: 16px;
}
.recruit-top-point{
    padding-top: 64px;
    padding-bottom: 64px;
    margin-bottom: 5px;
}
.recruit-top-point:last-of-type{
    margin-bottom: 0;
}
.recruit-top-img1{
    background-image: url(../images/recruit/recruit-top-point-img1@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.recruit-top-img2{
    background-image: url(../images/recruit/recruit-top-point-img2@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.recruit-top-img3{
    background-image: url(../images/recruit/recruit-top-point-img3@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.recruit-point-number{
    width: 65px;
    height: 65px;
    margin: 0 auto;
    padding: 10px;
    line-height: 1.25;
    text-align: center;
    background: #DE1717;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}
.recruit-point-number span{
    font-size: 24px;
}
.recruit-top-point h3{
    font-size: 32px;
    color: #fff;
    margin: 20px auto;
    text-align: center;
}
.recruit-top-point .recruit-top-text{
    color: #fff;
    text-align: center;
}
.recruit .member-wrap{
    margin-top: 160px;
}
.recruit-job{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.recruit-job-container{
    padding-right: 10px;
    position: relative;
    margin-bottom: 48px;
}
.recruit .member-text p{
    font-size: 32px;
}
.job-name{
    position: absolute;
    background: #DE1717;
    width: 70%;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    top: 90%;
    left: 15%;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.job-name p::after{
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-weight: 900;
    content: "\f105";
    position: absolute;
    top: 11%;
    right: 24px;
}
.recruit-wefare{
    margin-top: 160px;
}
.recruit-welfare-head p:first-of-type{
    font-size: 32px;
    margin-bottom: 8px;
}
.recruit-welfare-head p:last-of-type{
    font-size: 16px;
}
.recruit-box{
    background: #fff;
    padding: 64px 0;
}
.recruit-box .content_title1{
    margin: 0 0 16px;
    padding: 24px 0 8px
}
.recruit-box:nth-of-type(even){
    background: #F7F7F7;
}
.recruit-head{
    font-size: 30px;
    font-weight: bold;
}
.recruit-text{
    margin-top: 40px;
}
.recruit-text li span{
    color: #A8A8A8;
}
.recruit-flex{
    display: flex;
    justify-content: space-between;
}
.recruit-flex-item{
    width: 80%;
    padding-right: 20px;
}
.recruit-flex-item2{
    background: #fff;
    padding: 32px;
    width: 49%;
}
.recruit-flex-item2 > .recruit-head{
    margin-bottom: 16px;
    font-size: 20px;
}
.recruit-flex-item2 > .member-img{
    margin-bottom: 16px;
}
.recruit-to-career{
    background: url(../images/recruit/recruit-to-career@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 80px 0;
}
.recruit-to-career p{
    font-size: 32px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .recruit-top-head h2{
        font-size: 20px;
        margin-bottom: 8px;
    }
    .recruit-top-point h3{
        font-size: 20px;
        line-height: 1.4;
    }
    .recruit-top-point {
        padding-top: 48px;
    }
    .recruit-top-img1{
        background-image: url(../images/recruit/recruit-top-point-img1_sp@2x.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .recruit-top-img2{
        background-image: url(../images/recruit/recruit-top-point-img2_sp@2x.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .recruit-top-img3{
        background-image: url(../images/recruit/recruit-top-point-img3_sp@2x.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
    .recruit-top-point .recruit-top-text {
        text-align: left;
        text-align: justify;
    }
    .recruit .member-wrap{
        margin-top: 80px;
    }
    .recruit-job{
        flex-direction: column;
    }
    .recruit .recruit .member-wrap{
        margin-top: 40px;
    }
    .recruit-job-container{
        padding-right: 0;
    }
    .recruit-job-container:last-of-type{
        margin-bottom: 24px;
    }
    .recruit .recruit-btn-area_a {
        margin-top: 32px;
    }
    .recruit-box .content_title1{
        margin: 0 0 16px;
        padding: 24px 0 8px
    }
    .recruit-box .career_contena1{
        margin: 0 ;
    }
    .recruit-box ul li{
        text-indent: -1em;
        margin-left: 1em;
    }
    .recruit .member-text p {
        font-size: 24px;
    }
    .recruit .member-container:nth-of-type(3){
        margin-top: 20px;
    }
    .recruit .member-container:nth-of-type(4){
        margin-top: 20px;
    }
    .recruit-wefare{
        margin-top: 80px;
        margin-bottom: 0;
    }
    .recruit-welfare-head p:first-of-type{
        font-size: 24px;
    }
    .recruit-text{
        margin-top: 24px;
    }
    .recruit-flex{
        flex-direction: column;
    }
    .recruit-flex-item{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .recruit-flex-item2{
        width: 100%;
        margin-bottom: 20px;
    }
    .recruit-flex-item2:last-of-type{
        margin-bottom: 0;
    }
    .recruit-to-career p{
        font-size: 24px;
    }
    .recruit-to-career{
        background: url(../images/recruit/recruit-to-career_sp@2x.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
}
@media screen and (max-width: 470px) {
    .recruit-top-img3{
        background-image: url(../images/recruit/recruit-top-point-img3_sp@2x.jpg);
        background-repeat: no-repeat;
        background-size: 170%;
        background-position: top;
    }
}


/* job *//* job *//* job *//* job *//* job *//* job */

.job-container{
    background: #F7F7F7;
    padding-top: 64px;
    padding-bottom: 64px;
}
.job-list{
    padding: 32px 40px;
    background: #fff;
    width: 90%;
    box-sizing: border-box;
}

.job-list h2{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 32px;
}
/* .jov-contents{

} */
.job-wrap,.job-wrap2,.job-wrap3{
    display: flex;
    justify-content: flex-start;
    padding: 20px 0;
    border-top: 1px solid #DBDBDB;
}
.job-wrap:first-child{
    padding: 0 0 20px 0;
    border-top: none;
}
.job-wrap2:first-child{
    padding: 0 0 20px 0;
    border-top: none;
}
.job-wrap3:first-child{
    padding: 0 0 20px 0;
    border-top: none;
}
.job-wrap dt, .job-wrap2 dt, .job-wrap3 dt{
    width: 20%;
    font-weight: bold;
    font-size: 18px;
}
.job-wrap dd, .job-wrap2 dd, .job-wrap3 dd{
    width: 80%;
    font-size: 18px;
}
.recruit-btn-area{
    text-align: center;
    margin-top: 24px;
    
}
.recruit-btn-area .red_btn{
    cursor: pointer;
    padding: 8px 64px 8px 32px;
    display: inline-block;
    position: relative;
    color: #DE1717;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    border: 1px solid #DE1717;
    border-radius: 64px;
    letter-spacing: 0.1em;
    text-decoration: none;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.recruit-btn-area .red_btn::after{
    top: 36%;
    right: 10%;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 3px #DE1717;
    border-right: solid 3px #DE1717;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.recruit-btn-area .red_btn:hover {
    color: #fff;
    background: #DE1717;
}
.recruit-btn-area .red_btn:hover::after {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
}
.recruit-btn-area .btn_open{
    cursor: pointer;
    padding: 8px 64px 8px 32px;
    display: inline-block;
    position: relative;
    color: #DE1717;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    border: 1px solid #DE1717;
    border-radius: 64px;
    letter-spacing: 0.1em;
    text-decoration: none;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.recruit-btn-area .btn_open::after{
    top: 44%;
    right: 10%;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 3px #DE1717;
    border-right: solid 3px #DE1717;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.recruit-btn-area .btn_open:hover {
    color: #fff;
    background: #DE1717;
}
.recruit-btn-area .btn_open:hover::after {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
}
.recruit-btn-area_a{
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.recruit-btn-area_a .red_btn_a{
    cursor: pointer;
    width: 400px;
    max-width: 100%;
    text-align: center;
    padding: 16px 64px 16px 32px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    background: #DE1717;
    border-radius: 64px;
    letter-spacing: 0.1em;
    text-decoration: none;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    border:1px solid #DE1717;
}
.recruit-btn-area_a .red_btn_a::after{
    top: 44%;
    right: 10%;
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.recruit-btn-area_a .red_btn_a:hover{
    color: #DE1717;
    background: #fff;
}
.recruit-btn-area_a .red_btn_a:hover::after{
    border-top: solid 5px #DE1717;
    border-right: solid 5px #DE1717;
}

.recruit-btn-area_a .red_btn_b{
    cursor: pointer;
    width: 400px;
    max-width: 100%;
    text-align: center;
    padding: 16px 64px 16px 32px;
    display: inline-block;
    position: relative;
    color: #DE1717;
    font-size: 24px;
    font-weight: 600;
    background: #fff;
    border-radius: 64px;
    letter-spacing: 0.1em;
    text-decoration: none;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    border:1px solid #707070;
}
.recruit-btn-area_a .red_btn_b::after{
    top: 44%;
    right: 10%;
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-top: solid 5px #DE1717;
    border-right: solid 5px #DE1717;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.recruit-btn-area_a .red_btn_b:hover{
    color: #fff;
    background: #DE1717;
    border-color: #DE1717;
}
.recruit-btn-area_a .red_btn_b:hover::after{
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
}

@media screen and (max-width: 767px) {
    .job-container{
        padding-top:40px;
        padding-bottom:40px;
    }
    .job-list{
        width: 90%;
    }
    .job-list h2{
        font-size: 24px;
        margin-bottom: 16px;
    }
   .job-wrap, .job-wrap2, .job-wrap3 {
        display: block;
    }
   .job-wrap dt, .job-wrap2 dt, .job-wrap3 dt{
        font-size: 16px;
        padding-bottom: 10px;
        width: 100%;
    }
    .job-wrap dd, .job-wrap2 dd, .job-wrap3 dd{
        font-size: 16px;
        width: 100%;
    }
    .recruit-btn-area_a{
        margin-top: 54px;
        gap: 24px;
    }
    .recruit-btn-area_a .red_btn_a{
        padding: 12px 64px 12px 32px;
        font-size: 18px;
        max-width: 320px;
    }
    .recruit-btn-area_a .red_btn_a::after{
        top: 44%;
        width: 12px;
        height: 12px;
        border-top: solid 3px #fff;
        border-right: solid 3px #fff;
    }
    .recruit-btn-area_a .red_btn_b{
        padding: 12px 64px 12px 32px;
        font-size: 18px;
        max-width: 320px;
    }
    .recruit-btn-area_a .red_btn_b::after{
        top: 44%;
        width: 12px;
        height: 12px;
        border-top: solid 3px #DE1717;
        border-right: solid 3px #DE1717;
    }
}

/* voicevoice voicevoicevoicevoicevoicevoicevoicevoice */
/* .voice-wrap

} */
.member-text{
    margin: 0 auto 48px;
}
.member-text p{
    font-size: 24px;
    letter-spacing: 0.05em;
}
.member{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}
.member-container{
    width: 33.333%;
    padding-right: 10px;
    position: relative;
}
@media screen and (min-width: 1121px) {
    .member-container:nth-child(n + 4){
        margin-top: 48px;
    }
}
.member-container a{
    text-decoration: none;
}
.member-name{
    background: #DE1717;
    width: 80%;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    margin: -10% auto 0;
    position: relative;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    border: 1px solid #DE1717;
}
.member-name:hover{
    color: #DE1717;
    background: #fff;
}
.member-name p::after{
    top: 44%;
    right: 6%;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.member-name p:hover::after{
    border-top: solid 3px #DE1717;
    border-right: solid 3px #DE1717;
}
@media screen and (max-width: 1120px) and (min-width: 768px) {
    .member-container:nth-child(n + 3){
        margin-top: 48px;
    }
}
@media screen and (max-width: 1120px) {
    .member{
        flex-wrap: wrap;
        justify-content: center;
    }
    .member div:nth-of-type(5){
        margin-top: 20px;
    }
    .member div:nth-of-type(6){
        margin-top: 20px;
    }
    .member-container{
        margin-right: 0.5%;
        width: 49.5%;
        padding-right: 0;
    }
    .member-container:nth-of-type(even){
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .member-container:nth-child(n + 3){
        margin-top: 24px;
    }
    .member-text {
        margin-bottom: 44px;
    }
    .member-text p{
        font-size: 18px;
    }
    .member-name{
        width: 90%;
        font-size: 13px;
    }
    .member-name p::after {
        right: 4%;
    }
}
@media screen and (max-width: 450px) {
    .member-text p br{
        display: none;
    }
}

/* voice1 */
/* .voice-container{
} */
.section-text{
    font-size: 14px;
    margin-top: 10px;
}
.voice-text{
    margin-bottom: 56px;
}
.voice-text:last-of-type{
    margin-bottom: 0;
}
.voice-text h2{
    font-size: 24px;
    color: #DE1717;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.voice-text h2::before{
    border-top: 1px solid;
    content: "";
    width: 3em;
    color: #DE1717;
    margin-right: 16px;
}
.voice-text p{
    font-size: 18px;
    margin-top: 8px;
    letter-spacing: 0.1em;
}
.voice-text-img{
    width: 90%;
    max-width: 960px;
    margin: 72px auto 72px;
}
.voice-text-img:nth-of-type(even){
    margin-top: 72px;
}
.comment-area{
    text-align: center;
}
.comment {
    display: inline-block;
    position: relative; 
    margin: 0 auto 72px ;
    padding: 16px 32px 16px 32px;
    background: #DE1717;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }
  
  .comment:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 58%;
    left: 40%;
    border: 20px solid transparent;
    border-right: 18px solid #DE1717;
    -webkit-transform: rotate(62deg);
    transform: rotate(62deg);
  }
  .time-table{
      display: flex;
      justify-content: center;
      position: relative;
  }
  .time-table .time-time{
      width: 20%;
      font-size: 40px;
      text-align: center;
  }
  .time-table .time-time::after{
     content: "";
     display: inline-block;
     position: absolute; 
     border: 5px solid #DBDBDB;
     width: 20px;
     height: 20px;
     border-radius: 50%;     
     background: #fff;
     top: 15px;
     left: 19.2%;
     z-index: 99;
  }
  .time-doing{
    width: 80%;
    padding-left: 30px;
    padding-bottom: 40px;
    position: relative;
    }
  .time-doing2{
    width: 80%;
    padding-left: 30px;
    padding-bottom: 40px;
    position: relative;
    }
  .time-doing::before{
    position: absolute;
    content: "";
    left: 0;
    top: 14%;
    height: 100%;
    border-left: 5px solid #DBDBDB;
  }
  .time-table .time-doing p{
      font-size: 18px;
  }
  .time-table .time-doing p:first-child{
      font-size: 40px;
  }
  .time-table .time-doing2 p{
      font-size: 18px;
  }
  .time-table .time-doing2 p:first-child{
      font-size: 40px;
  }
  .voice-wrap{
      /* width: 100%; */
      display: flex;
      justify-content: center;
  }
  .voice-text-box{
      width: 57%;
  }
  .voice-img-box{
      width: 40%;
      margin-left: 3%;
  }
  .voice-messeage-container{
    background: #F7F7F7;
  }
  .voice-messeage{
      margin-top: 72px;
      display: flex;
      justify-content: center;
      background: #F7F7F7;
      padding-top: 40px;
      padding-bottom: 40px;
  }
  .voice-messeage-img{
      width: 30%;
  }
  .voice-messeage-text{
      width: 65%;
      padding-left: 5%;
  }
  .voice-messeage-text > .comment-area{
      text-align: left;
      margin-bottom: 8px;
  }
  .voice-messeage-text > .comment-area .comment{
      margin-bottom: 24px;
  }
  .voice-recruit{
      display: flex;
      justify-content: space-between;
      margin-top: 72px;
  }
  .voice-recruit > .voice-text{
    width: 58%;
    padding-right: 2%;
  }
  .voice-recruit-img{
     width: 40%;
  }
  .voice-btn-area{
     text-align: center;
  }
  .voice-btn-area a{
      text-decoration: none;
      display: inline-block;
  }
  .voice-btn-area .voice-to-all img{
      width: 24px;
      height: 24px;
  }
  .voice-btn-area .voice-to-all p{
      color: #DE1717;
      font-size: 16px;
  }
@media screen and (max-width: 767px) {
    .voice-text{
        margin-bottom: 32px;
    }
    .voice-text h2{
        font-size: 18px;
    }
    .voice-text h2::before{
        width: 0;
        margin-right: 0;
    }
    .voice-text p{
        font-size: 14px;
        margin-bottom: 22px;
    }
    .voice-text-img{
        margin-bottom: 54px;
        width: 100%;
    }
    .voice-text-img:nth-of-type(even){
        margin-top: 54px;
    }
    .comment{
        margin-bottom: 54px;
    }
    .time-table .time-time{
        font-size: 18px;
        line-height: 1.4;
        width: 20%;
    }
    .time-table .time-time::after{
        border: 3px solid #DBDBDB;
        width: 16px;
        height: 16px;
        left: 19.1%;
        top:5px ;
     }
    .time-doing{
        /* border-left: 5px solid #DBDBDB; */
        padding-left: 20px;
        padding-bottom: 32px;
    }
    .time-doing::before{
        top: 10%;
        /* left: 2px; */
    }
    .time-table .time-doing p{
        font-size: 14px;
    }
    .time-table .time-doing p:first-child{
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 8px;
    }
    .time-table .time-doing2 p{
        font-size: 14px;
    }
    .time-table .time-doing2 p:first-child{
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 8px;
    }
    .voice-wrap{
        flex-direction: column;
        align-items: center;
    }
    .voice-text-box{
        width: 100%;
    }
    .voice-img-box{
        width: 100%;
        margin:24px 0 0 0;
        text-align: center;
        max-width: 350px;
    }
    .voice-messeage{
        margin-top: 54px;
        align-items: center;
        flex-direction: column;
        padding-top: 54px;
        padding-bottom: 54px;
    }
    .voice-messeage-img{
        width: 100%;
        max-width: 350px;
    }
    .voice-messeage-img p{
        text-align: left;
    }
    .voice-messeage-text{
        width: 100%;
        padding-top: 32px;
        padding-left: 0;
    }
    .voice-recruit{
        flex-direction: column;
        margin-top: 54px;
        margin-bottom: 54px;
        width: 100%;
        align-items: center;
    }
    .voice-recruit > .voice-text{
        width: 90%;
        padding: 0;
    }
    .voice-recruit-img{
       width: 100%;
       padding-right: 0;
    }
    .voice-btn-area{
        margin-top: 54px;
     }
}
@media screen and (max-width: 520px) {
    .time-doing::before{
        left: 2px;
    }
}

/* career *//* career *//* career *//* career *//* career */
.boder-none{
    border-bottom: none;
}
#career_top h2{
    font-size: 18px;
    margin: 0 0 40px;
}
.career_contena{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.career_contena1{
    width: 40%;
}
.career_contena2{
    width: 50%;
}
.study{
    background: #F7F7F7;
    padding-top: 40px;
    padding-bottom: 40px;
}
.study-wrap{
    background: #fff;
    padding : 24px 24px 32px;
}
.study-head{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}
.study-text{
    font-size: 14px;
    margin-bottom: 32px;
}
.study-wrap table{
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
}
.study-wrap table tr td{
    border: 1px solid #A8A8A8;
    padding: 8px 16px;
}

.study-wrap table tr:first-child td:nth-of-type(2){
    background: #BAE3F9;
    text-align: center;
}
.study-wrap table tr:first-child td:nth-of-type(3){
    background: #FBEAC6;
    text-align: center;
}
.study-wrap table tr:first-child td:nth-of-type(4){
    background: #D5EAE1;
    text-align: center;
}
.study-wrap table tr td:nth-of-type(1) {
    width: 11%;
    text-align: center;
}
.study-wrap table tr td:nth-of-type(2) {
    width: 23%;
}
.study-wrap table tr td:nth-of-type(3) {
    width: 23%;
}
.study-wrap table tr td:nth-of-type(4) {
    width: 23%;
}
.table-gray{
    background: #F4F4F4;
}
.table-blue{
    background: #DFF2FC;;
}
.table-yellow{
    background: #FFF5E0;
}
.table-green{
    background: #EBF5EC;
}
.study-box {
    padding: 40px 0;
}
.study-box:nth-of-type(2n){
    background: #F7F7F7;
    
}
.study-box .career_contena1{
    width: 100%;
}
.study-items {
    width: 100%;
    margin-top: 40px;
}
.study-items ul{
    display: flex;
    flex-wrap: wrap;
}
.study-items ul li{
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 4px 0;
   border: 1px solid #DBDBDB;
   text-align: center;
   width: 33%;
   margin-bottom: 4px;
   margin-right: 4px;
}
.study-items ul li:nth-of-type(3n){
   margin-right: 0;
}
.study-box .study-items ul li{
    background: #fff;
}
@media screen and (max-width: 980px) {
    .study-wrap table{
        width: 100%;
    }
    .study-items ul{
        justify-content: space-between;
    }
    .study-items ul li{
        width: 49%;
        margin-right: 0;
        margin-bottom: 2%;
    }
}
@media screen and (max-width: 767px) {
    .recruit_flex{
        display: flex;
        flex-direction:column-reverse;
        margin-top: 16%;
    }
    .recruit_flex > .section{
        margin: -20px auto 0;
    }
    .career_contena{
        flex-direction: column  ;
        margin-bottom: 40px;
    }
    .career_contena1{
        width: 100%;
        margin-bottom: 32px;
    }
    .career_contena2{
        width: 100%;
    }
    .study-wrap > div{
        overflow: scroll;
    }
    .study-wrap img{
        width: 1000px;
    }
    .study-wrap table{
        font-size: 12px;
    }
    .study-wrap table tr td{
        padding: 2px 4px;
        line-height: 1.4;
    }
    .study-wrap table tr td ul li{
        text-indent: -1em;
        margin-left: 1em;
    }
    .study-box .career_contena1 {
        margin: 0;
    }
    .study-items {
        margin-top: 24px;
    }
    
}

.recruit_voice_interview{
    margin-top: 120px;
}
@media screen and (max-width: 767px) {
    .recruit_voice_interview{
        margin-top: 80px;
    }
}

@media screen and (min-width: 768px) {
    #recruit_interview .title_contena .h1_title{
        font-size: 28px;
    }
}

.voice-what{
    width: 960px;
    max-width: 90%;
    margin: 0 auto 80px;
    box-sizing: border-box;
    padding: 0 32px 32px;
    border: 3px solid #DE1717;
    border-radius: 16px;
}
.voice-what_ttl{
    font-size: 30px;
    transform: translateY(-50%);
    text-align: center;
    background-color: #DE1717;
    color: #fff;
    padding: 12px 16px;
    width: 720px;
    max-width: 94%;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 12px;
    margin-bottom: -12px;
}
.voice-what_txt{
    font-size: 18px;
}
.voice-what_box{
    display: flex;
    align-items: center;
    gap: 32px;
}
.voice-what_box_item{
}
.voice-what_box_item:nth-child(1){
    flex: 1;
}
.voice-what_box_item:nth-child(2){
    max-width: 240px;
}
@media screen and (max-width: 767px) {
    .voice-what{
        margin: 40px auto 40px;
        padding: 0 24px 24px;
        border-width: 2px;
        border-radius: 8px;
    }
    .voice-what_ttl{
        font-size: 16px;
        max-width: 100%;
        margin-bottom: -16px;
        border-radius: 8px;
    }
    .voice-what_txt{
        font-size: 14px;
    }
    .voice-what_box{
        display: block;
    }
    .voice-what_box_item:nth-child(2){
        margin-top: 24px;
        max-width: 100%;
    }
}