/*--京recruit.css--*/
/* ##########PC########## */
.topicpath_content_title{
    background-image: none;
    background-color: #fcf6e8;
    margin-bottom: 0;
}



/* =========================
   recruit_intro_box
========================= */

.recruit_intro_wrapper {
    position: relative;
    padding: 0 0 5rem 0;
    margin-bottom: 5rem;
}

    .recruit_intro_wrapper::before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        left: calc(50% - 50vw);
        width: 100vw;
        background-color: #fcf6e8;
        background-image: url(../shared/recruit/fig_wave.png);
        background-size: 4.6875rem auto;
        background-position: left bottom;
        background-repeat: repeat-x;
    }


.recruit_intro_box {
    position: relative;
    z-index: 1;
    margin: -2.5rem 0 3rem 0;
}

   .recruit_intro_box > .box_inner {
        display: flex;
        position: relative;
        z-index: 1;
    }

.recruit_intro_box .text {
    padding: 0 0 0 4rem;
}

.recruit_intro_box .text h2 {
    width: 26rem;
    margin: 1rem 0 2rem 0;
}

.recruit_intro_box .text p {
    margin: 0 0 1.3em;
    line-height: 2;
}

.recruit_intro_box .figs {
    flex: 1;
    position: relative;
    opacity: 0;
    filter: blur(10px);
    transition: .6s all ease;
}

.recruit_intro_box .figs.show {
    opacity: 1;
    filter: blur(0);
}

    .recruit_intro_box .figs::before{
        content: "";
        display: block;
        width: 37.5rem;
        height: auto;
        aspect-ratio: 1200/1128;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../shared/recruit/fig_recruit_main.png);
        background-size: contain;
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    .recruit_intro_box .figs [class^="fig"]{
        width: 12.5rem;
        position: absolute;
        border-radius: 1rem;
        overflow: hidden;
        opacity: 0;
        transition: .4s all ease;
    }

    .recruit_intro_box .figs.show [class^="fig"]{
        opacity: 1;
    }

.recruit_intro_box .figs .fig1 {
    top: 11rem;
    left: 1.5rem;
    transition-delay: .5s;
}

.recruit_intro_box .figs .fig2 {
    top: 13.5rem;
    right: 0;
    transition-delay: .9s;
}

.recruit_intro_box .figs .fig3 {
    top: 22.5rem;
    left: 4rem;
    transition-delay: 1.3s;
}

.recruit_intro_box .figs .fig4 {
    top: 25.5rem;
    right: -2rem;
    transition-delay: 1.7s;
}

/* =========================
   recruit_target_msgs_box
========================= */

.recruit_target_msgs_box {
    position: relative;
    z-index: 1;
}

.recruit_target_msgs_box > .box_inner {}

.recruit_target_msgs_box > .box_inner ul {
    display: flex;
    gap: 1.875rem;
    margin: 0;
    padding: 0 2rem;
}

.recruit_target_msgs_box ul li {
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #fff;
    background-image: none;
    background-size: 17rem auto;
    background-repeat: no-repeat;
    background-position: left 0.5rem bottom 1rem;
    width: calc((100% - 1.875rem) / 2);
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
    border-radius: 0.5rem;
    padding: 1.5rem 2.25rem 8rem 2.25rem;
}

    .recruit_target_msgs_box ul li::before {
        content: none;
    }

    .recruit_target_msgs_box ul li h3 {
        margin: 0 0 0.5em 0;
        padding: 0;
        display: flex;
        align-items: center;
        color: #009867;
        font-size: 1.6em;
    }

    .recruit_target_msgs_box ul li h3::before {
        width: 3.25rem;
        height: auto;
        aspect-ratio: 1;
        border-left: none;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        top: 0;
        left: 0;
        margin: 0 1rem 0 0;
    }

    .recruit_target_msgs_box ul li p {
        margin: 0;
    }

    .recruit_target_msgs_box ul li p.lbl1 {
        font-size: 1.2em;
        font-weight: 600;
        margin: 0 0 0.5em 0;
    }

    .recruit_target_msgs_box ul li p.lbl2 {
        font-size: 0.94em;
    }

    .recruit_target_msgs_box ul li::after {
        content: "";
        font-size: 6rem;
        display: inline-block;
        text-align: right;
        font-weight: 600;
        line-height: 1;
        color: rgba(0,152,102,0.2);
        position: absolute;
        bottom: 1rem;
        right: 2.25rem;
        font-family: Arial, Helvetica, sans-serif;
    }

.recruit_target_msgs_box .for_yakuzaishi {
    background-image: url(../shared/recruit/fig_pharmacist.png);
}

    .recruit_target_msgs_box ul li.for_yakuzaishi h3::before {
        background-image: url(../shared/recruit/icon_pharmacist.png);
    }

    .recruit_target_msgs_box ul li.for_yakuzaishi::after {
        content: "01";
    }

.recruit_target_msgs_box .for_seizostaff {
    background-image: url(../shared/recruit/fig_manufacturing.png);
}

    .recruit_target_msgs_box ul li.for_seizostaff h3::before {
        background-image: url(../shared/recruit/icon_manufacturing.png);
    }

    .recruit_target_msgs_box ul li.for_seizostaff::after {
        content: "02";
    }

/* =========================
   recruit_companies_box
========================= */

.recruit_companies_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recruit_companies_box > .box_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 3rem 0;
    position: relative;
}

.recruit_companies_box > .box_header::before,
.recruit_companies_box > .box_header::after {
    content: "";
    display: inline-block;
    width: 5.3125rem;
    aspect-ratio: 1;
    position: absolute;
    top: -0.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.recruit_companies_box > .box_header::before {
    background-image: url(../shared/recruit/fig_information_01.png);
    left: -7rem;
}

.recruit_companies_box > .box_header::after {
    background-image: url(../shared/recruit/fig_information_02.png);
    right: -7rem;
}

.recruit_companies_box > .box_header h3 {
    margin: 0 0 0.5em 0;
    padding: 0;
    color: #009867;
    font-size: 1.6em;
}

.recruit_companies_box > .box_header h3 br.sp {
    display: none;
}

.recruit_companies_box > .box_header h3::before {
    content: none;
}

.recruit_companies_box > .box_header p {
    font-size: 1.05em;
    margin: 0;
}

.recruit_companies_box > .box_header p br.tab {
    display: none;
}

.recruit_companies_box .box_inner {}


    .recruit_company_list_box{
        padding-bottom: 2em;
    }

    .recruit_company_list_box .box_inner{
        width: 960px;
        margin: 0 auto;
}

    .recruit_company_list_box .box_inner ul{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 0
    }

    .recruit_company_list_box .box_inner ul li{
        width:304px;
        margin-right: 20px;
        margin-bottom: 20px;
        padding-left: 0;
        border: 1px solid #ccc;
        transition: .3s all ease;
        overflow: hidden;
    }

    .recruit_company_list_box .box_inner ul li:before{
        display:none;
    }

    .recruit_company_list_box .box_inner ul li:nth-child(3n){
        margin-right: 0;
    }

    /*aがあるときだけ*/
    .recruit_company_list_box .box_inner ul li:has(a):hover{
        border-color: #db1e28;
    }

    .recruit_company_list_box .box_inner ul li a{
        display:block;
        transition: .3s all ease;
    }

    .recruit_company_list_box .box_inner ul li a:hover{
        transform: scale(1.05);
    }

    .recruit_company_list_box .box_inner ul li a img{
        max-width: 100%;
        height: auto;
    }

    .btn_goto_company{
        display: flex;
        justify-content: center;
        margin: 2em 0;
    }

        .btn_goto_company a{
            text-decoration: none;
            display: inline-block;
            font-size: 1.1em;
            font-weight: 500;
            position: relative;
            padding: 0.35em 1.5em;
            border: 1px solid #009867;
            color: #fff;
            background-color: #009867;
            border-radius: 0.25rem;
            box-shadow: 3px 3px 0 0 rgba(0,0,0,0.15);
            transition: .3s all ease;
        }

        .btn_goto_company a:hover{
            background-color: #fff;
            color: #009867;
        }

        .btn_goto_company a::after{
            font-family: FontAwesome;
            content:"\f061";
            margin-left: 0.5em;
            font-weight: normal;
            display: inline-block;
            font-style: 0.9em;
            transition: .3s all ease;
        }

        .btn_goto_company a:hover::after{
            transform: translateX(0.25rem);
        }
        


@media screen and (min-width:1px) and (max-width:1400px) {
}

/*1200px以下*/
@media screen and (min-width:1px) and (max-width:1200px){}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
    .content_body{
    }

    .column_wrapper{
        width: 100vw;
    }

    .recruit_intro_box{
        margin-top: 0;
    }

    .recruit_intro_box .text{
    }

    .recruit_intro_box .figs{
        overflow: hidden;
    }

    .recruit_intro_box .figs::before{
        width: 53vw;
    }

    .recruit_intro_box .figs [class^="fig"]{
        width: 10rem;
    }

    .recruit_intro_box .fig1 {
        top: 10rem;
        left: 0;
    }

    .recruit_intro_box .fig2 {
        top: 18rem;
        right: 3rem;
    }

    .recruit_intro_box .fig3 {
        top: 26.5rem;
        left: 2rem;
    }

    .recruit_target_msgs_box > .box_inner ul{
    }

    .recruit_target_msgs_box ul li{
        padding: 1.5rem 1.75rem 6rem 1.75rem;
        background-size: 13rem auto;
    }

    .recruit_target_msgs_box ul li::after{
        font-size: 4rem;
    }


    .recruit_companies_box > .box_header p{
        text-align: center;
    }

    .recruit_companies_box > .box_header p br.tab {
        display: inline;
    }

    
    .recruit_company_list_box{
        padding: 4vw 0 6vw 0;
    }
    
    
    .recruit_company_list_box .box_inner{
        width: 96vw;
    }
    
    .recruit_company_list_box .box_inner ul li{
        width: 30vw;
        margin-right: 2vw;
        margin-bottom: 2vw;
    }



    

}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {
}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {

    .recruit_intro_wrapper{
        margin-bottom: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .recruit_intro_wrapper::before{
        background-size: auto 3vw;
    }

    .recruit_intro_box{
        margin-bottom: 2rem;
    }

    .recruit_intro_box > .box_inner{
        flex-direction: column;
        gap: 0;
    }

    .recruit_intro_box .text{
        padding: 0 5vw;
    }

    .recruit_intro_box .text h2{
        width: 75%;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    .recruit_intro_box .text p{
        line-height: 1.6;
    }

    .recruit_intro_box .figs{
        overflow: visible;
    }

    .recruit_intro_box .figs::before{
        width: 100vw;
        position: relative;
    }

    .recruit_intro_box .figs [class^="fig"]{
        width: 10rem;
    }

    .recruit_intro_box .figs .fig1 {
        top: 8rem;
        left: 2rem;
    }

    .recruit_intro_box .figs .fig2 {
        top: 10rem;
        right: 1rem;
    }

    .recruit_intro_box .figs .fig3 {
        top: auto;
        bottom: 3rem;
        left: 2rem;
    }

    .recruit_intro_box .figs .fig4 {
        top: auto;
        bottom: 1rem;
        right: 2rem;
    }

    .recruit_target_msgs_box > .box_inner ul {
        flex-direction: column;
        gap: 1.5rem;
        padding: 0 5vw;
    }

    .recruit_target_msgs_box ul li {
        padding: 1.5rem 1.5rem 7rem 1.5rem;
        width: 100%;
    }

    .recruit_target_msgs_box ul li h3{
        font-size: 1.45em;
    }

    .recruit_companies_box > .box_header{
        margin-bottom: 1.5rem;
    }

    .recruit_companies_box > .box_header h3{
        text-align: center;
    }

    .recruit_companies_box > .box_header h3 br.sp {
        display: inline;
    }

    .recruit_company_list_box{
        padding: 3vw 0 10vw 0;
    }
    
    .recruit_company_list_box .box_inner{
        width: 94vw;
    }
    
    .recruit_company_list_box .box_inner ul{
        justify-content: space-between;
    }
    
    .recruit_company_list_box .box_inner ul li{
        width: 45vw;
        margin: 0 0 3vw 0;
    }
    
    .recruit_company_list_box .box_inner ul li:nth-child(3n){
        margin: 0 0 3vw 0;
    }

    .btn_goto_company{
        margin: 0;
    }
    

}


/* ##########印刷用########## */
@media print{

}