@charset "UTF-8";
/* CSS Document */
/* タイトル共通パーツ */
.page_container {
  width: 100%;
}
.page_title_wrap{
    width: 100%;
    background-image: linear-gradient(180deg, rgba(1, 21, 56, 1), rgba(19, 63, 113, 1) 100%);
    height: 25vw;
}
.page_title{
    background: url("../img/recruit/career/career_tit_bg.jpg") no-repeat;
    height: 35vw;
    background-position: top left;
    background-size: 80%;
    	animation: fadedown 1.7s ease 0s 1 normal;
    -webkit-animation: fadedown 1.7s ease 0s 1 normal;
}
@keyframes fadedown {
from {
    opacity: 0;
    transform: translateX(-30px);
}
to {
    opacity: 1;
    transform: translateX(0px);
}
}
.page_title h1{
    text-align: right;
    color: #fff;
    padding: 10% 10% 0 0;
    font-size: 3vw;
    font-weight: 900;
}
.page_title h1 span{
    display: block;
    font-size: 1.8vw;
}

.lead_wrap{
    background: url("../img/recruit/career/lead_bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 5% 0; 
    color: #fff;
    height: auto;
}
.lead_txt{
    width: 60%;
    background: rgba(1,21,56,0.7);
    margin: 0 auto 0 0;
    padding: 5% 5% 5% 20%;
            -webkit-transition: 1.2s ease-in-out;
    -moz-transition: 1.2s ease-in-out;
    -o-transition: 1.2s ease-in-out;
    transition: 1.2s ease-in-out;
    transform: translateX(-60px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0; 
    position: relative;
}
.lead_txt.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
.lead_txt h2,.statue_txt h3{
    font-size: 2vw;
    font-weight: 900;
    margin-bottom: 3%;
}
.statue_wrap{
    background: rgba(1,21,56,1);
    padding: 5% 0;
    position: relative;
}
.statue_txt_en img{
    display: block;
    width: 60%;
    margin: 0 0 0 auto;
    padding-right: 20%;
    position: relative;
    top:-70px;
}
.statue{
    width: 100%;
    background: url("../img/recruit/career/statue_bg.jpg") no-repeat center left;
    background-size: 50%;
    padding: 5% 0;
}
.statue_txt{
    width: 45%;
    color: #fff;
    margin: 0 0 0 auto;
    padding-right: 20%;
    position: relative;
    top:-70px;
}
.statue_txt p{
    padding-bottom: 3%;
}
.statue_wrap ul{
    position: absolute;
    width: 50%;
    display: flex;
    justify-content: space-between;
    top:85%;
    right: 16%
}
.statue_wrap ul li img{
    width: 85%;
            -webkit-transition: 1.2s ease-in-out;
    -moz-transition: 1.2s ease-in-out;
    -o-transition: 1.2s ease-in-out;
    transition: 1.2s ease-in-out;
    transform: translateY(-40px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0; 
    position: relative;
}
.statue_wrap ul img.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateY(0);
}



.recruitment{
    padding: 20% 0 10% 0;
}
.recruitment h2{
    color: #011538;
    font-size: 2.5vw;
    font-weight: 900;
    margin-bottom: 3%;
    text-align: center;
}
.recruitment h2 span{
    display:block;
    font-size: 2vw;
    
}
.recruitment table{
    width: 60%;
    margin: 0 auto;
}
.recruitment table,.recruitment tr th,.recruitment tr td{
         border-collapse: collapse;
         border-spacing: 0;
         color: #011538;
         border-bottom: 1px solid #011538;
         padding: 3% 0;
     }
.recruitment tr th{
    width: 30%;
    text-align: left;
    vertical-align: center;
    font-weight: 900;
        }
     .recruitment table tr td{
    text-align: left;
    font-family: Arial, Helvetica, "sans-serif";
       line-height:1.6em;
        }
  .recruitment table tr th:first-child,.recruitment table tr td:first-child{  
    padding-top:0px;
      }
.flex,.recruitment table tr td dl{
    display: flex;
}
.flex p{
    width: 15%;
}
.flex ul li{
    list-style-type:disc !important;
}
.recruitment table tr td dl dt{
    width: 20%;
}

.career_pic,.career_pic img{
    width: 100%;
}

.recruit_btn{
    width: 50%;
    margin-top: 5%;
}
.bnr{
    width: 60%;
    margin: 0 auto;
    padding: 3% 0;
}
.bnr ul{
    display: flex;
    justify-content: space-between;
    
}
.bnr ul li{
    width: 45%
}
.bnr ul li img{
    width: 100%;
}

@media screen and (max-width: 1400px) {
   .contents_top,.recruitment table,.bnr{
        width: 80%;
    }
    .lead_txt{
    padding: 5% 5% 5% 10%;
}
    .statue_txt_en img,.statue_txt{
        padding-right: 10%;
    }
    .statue_wrap ul{
        right: 8%;
    }



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

    .contents_top h2,.lead_txt h2,.statue_txt h3,.recruitment h2{
       font-size: 20px;
    }
    .recruitment h2 span,.scholarship_summary h3{
        font-size: 16px;
    }
    .lead_txt,.statue_txt,.recruitment table,.scholarship_summary_txt{
       font-size: 14px;
    }
   .interview,.interview_reverse,.regional_future{
        flex-direction: column;
    }
    .contents_top,.recruitment table,.scholarship_summary,.bnr{
        width: 90%;
    }
    .lead_txt{
    padding: 5%;
}
    .statue_txt_en img,.statue_txt{
        padding-right: 5%;
    }
    .statue_wrap ul{
        width: 75%;
        right: 1%;
    }
    .recruit_btn{
        width: 70%;
    }
    .bnr{
        width: 90%;
        margin: 0 auto;
    }
    
}
@media screen and (max-width: 780px) {
    .page_title h1{
    font-size: 5vw;
        padding-right: 5%;
}
.page_title h1 span{
    font-size: 3vw;
}
    .lead_txt{
    width: 70%;
    }
.statue{
    background: url("../img/recruit/career/statue_bg.jpg") no-repeat center top;
    background-size: cover;
    padding: 5% 0;
}
.statue:before{
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 21, 56, 0.5);
  content: "";
  transition: 0.5s;
}
    .statue_txt_en img{
        z-index: 2;
        width: 70%;
        padding-right: 5%;
    top:-80px;
    }
.statue_txt{
    z-index: 2;
    width: 90%;
    color: #fff;
    margin: 0 auto;
    top:-70px;
    padding-top: 10%;
}
.statue_wrap ul{
    z-index: 2;
    position: absolute;
    align-items: center;
    width: 100%;
    top:85%;
    right: 0;
    left:1%;
}
.statue_wrap ul li img{
    width: 95%;
}
    
    .recruitment{
    padding: 30% 0 10% 0;
}
    .flex,.scholarship_summary{
        flex-direction: column;
    
}
    .flex ul{
        margin-left: 5%;
}
    .flex p{
        width: 100%;
        
    }
.recruitment table tr td dl dt{
    width: 30%;
}
        .recruit_btn{
        width: 100%;
    }

    
    .bnr ul{
        flex-direction: column;
    }
    .bnr ul li{
    width: 100%;
}
    .bnr ul li:first-child{
        margin-bottom: 5%;
    }

}
@media screen and (max-width: 600px) {
    .lead_txt{
    width: 90%;
    margin: 0 auto;
}

}
@media screen and (max-width: 500px) {
        .statue_txt_en img{
        width: 100%;
        padding-right: 0%;
    top:-60px;
    }
.recruitment table tr td dl dt{
    width: 50%;
}
    


}

@media screen and (max-width: 440px) {
            .recruit_lead_wrap{
    height: 120vw;
}
    .recruit_lead_container{
        width: 90%;
        margin:0 5%;
        top:40vw;
    }
    .recruit_lead_wrap ul{
    width: 90%;
    margin-left: 5%;
        top:75vw;
}
    .recruit_lead_container h3{
    top:-35vw; 
}
.recruit_lead_container p{
    top:-25vw;
}
        .regional_future_wrap{
        padding: 60% 0 80% 0;
    }
    .recruit_wrap .def_info h3:after {
        bottom: 5px;
    }

}
@media screen and (max-width: 419px) {
            .recruit_lead_wrap{
    height: 150vw;
}
    .recruit_lead_container{
        width: 90%;
        margin:0 5%;
        top:60vw;
    }
    .recruit_lead_wrap ul{
    width: 90%;
    margin-left: 5%;
        top:100vw;
}
    .recruit_lead_container h3{
    top:-55vw; 
}
.recruit_lead_container p{
    top:-35vw;
}
        .regional_future_wrap{
        padding: 60% 0 80% 0;
    }




}
    
    
    
    
    
    
    
    
    
    
    
    