@charset "UTF-8";

/* workperson */


/*===========================
workPerson
===========================*/

@media print,
screen and (min-width: 768px) {
    .box_hidden {
        overflow: hidden;
    }
    .box_col {
        width: 100%;
        text-align: left;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    /*page top*/
    .box_top:first-child {
        background-color: #2c8ed6;
        border: solid 2px #000;
        /*border: solid 2px transparent;*/
        padding: 0px;
        width: 320px;
        height: 320px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        position: relative;
    }
    .box_top:first-child::before {
        display: block;
        position: absolute;
        content: "";
        bottom: -3px;
        right: -3px;
        height: 0;
        border-left: solid 25px transparent;
        border-bottom: solid 25px #ffffff;
        z-index: 4;
    }
    .box_top:first-child::after {
        display: block;
        position: absolute;
        content: "";
        bottom: -2px;
        right: -2px;
        height: 0;
        border-left: solid 25px transparent;
        border-bottom: solid 25px #000;
        /*border-bottom: none;*/
        z-index: 2;
    }
    .box_top {
        background-color: #ffffff;
        border: solid 2px #000000;
        padding: 0px;
        width: 320px;
        height: 320px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        position: relative;
    }
    .box_top::before {
        display: block;
        position: absolute;
        content: "";
        bottom: -3px;
        right: -3px;
        height: 0;
        border-left: solid 25px transparent;
        border-bottom: solid 25px #ffffff;
        z-index: 4;
    }
    .box_top::after {
        display: block;
        position: absolute;
        content: "";
        bottom: -2px;
        right: -2px;
        height: 0;
        border-left: solid 25px transparent;
        border-bottom: solid 25px #000000;
        z-index: 2;
    }
    .box_top .hover {
        overflow: hidden;
    }
    .box_top .inner div img:first-child {
        display: block;
    }
    .box_top .inner div img:nth-child(2n) {
        display: none;
    }
    .box_top .inner div img {
        transition: .4s ease-in-out;
        transform: scale(1);
        overflow: hidden;
    }
    .box_top a:hover img {
        transform: scale(1.1);
        opacity: 0.8;
    }
    .QA_logo {
        background-color: #2c8ed6;
        padding: 0px;
    }
    .QA_logo img {
        width: 261px;
        height: 245px;
        margin-left: 15px;
    }
    .QA_logo img:first-child {
        display: block;
    }
    .QA_logo img:nth-child(2n) {
        display: none;
    }
    .box_top:nth-child(n+4) {
        margin-top: 25px;
    }
    .box_top .inner {
        width: 100%;
        height: auto;
    }
    .box_top .inner img {
        color: #333;
        width: 100%;
        height: auto;
        background-color: #eff4f8;
    }
    .box_top .inner div {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        font-family: 'UD新ゴ M';
    }
    .box_top .inner div p {
        top: 224px;
        left: 16px;
        width: 290px;
        position: absolute;
        color: #ffffff;
        font-size: 17px;
        line-height: 28px;
        z-index: 4;
        text-align: left;
    }
    .box_top .inner div::before {
        content: "";
        display: block;
        width: 100%;
        height: 40%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6)25%, rgba(0, 0, 0, 0)100%);
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 3;
    }
    /*margin*/
    .box_mb {
        margin-bottom: 72px;
    }
}

@media print,
screen and (max-width: 767px) {
    .box_hidden {
        overflow: hidden;
        padding: 0 10px;
    }
    .box_col {
        text-align: left;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .box_top:first-child {
        background-color: #f4f4f4;
        border: solid 2px #000000;
        /*border: solid 2px transparent;*/
        padding: 14px 20px;
    }
    .box_top:first-child img {
        width: 270px;
        height: 53px;
    }
    .box_top:first-child img:first-child {
        display: none;
    }
    .box_top:first-child img:nth-child(2n) {
        display: block;
    }
    .box_top:first-child::before {
        display: block;
        position: absolute;
        content: "";
        bottom: -3px;
        right: -3px;
        height: 0;
        border-left: solid 25px transparent;
        border-bottom: solid 25px #ffffff;
        z-index: 4;
    }
    .box_top:first-child::after {
        display: block;
        position: absolute;
        content: "";
        bottom: -2px;
        right: -2px;
        height: 0;
        border-left: solid 25px transparent;
        border-bottom: solid 25px #000000;
        /*border-bottom: none;*/
        z-index: 2;
    }
    .QA_logo {
        display: flex;
        justify-content: flex-start;
    }
    .box_top {
        background-color: #2c8ed6;
        border: solid 2px #000000;
        padding: 0px;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        position: relative;
    }
    .box_top::before {
        display: block;
        position: absolute;
        content: "";
        bottom: -3px;
        right: -3px;
        height: 0;
        border-left: solid 25px transparent;
        border-bottom: solid 25px #ffffff;
        z-index: 4;
    }
    .box_top::after {
        display: block;
        position: absolute;
        content: "";
        bottom: -2px;
        right: -2px;
        height: 0;
        border-left: solid 25px transparent;
        border-bottom: solid 25px #000000;
        z-index: 2;
    }
    .box_top:nth-child(n+2) {
        margin-top: 20px;
    }
    .box_top .inner {
        width: 100%;
        height: auto;
    }
    .box_top .inner div {
        display: flex;
        display: -ms-flex;
        align-items: flex-start;
    }
    .box_top .inner div img {
        width: 120px;
        height: 120px;
    }
    .box_top .inner div img:first-child {
        display: none;
    }
    .box_top .inner div img:nth-child(2n) {
        display: block;
    }
    .box_top .inner div p {
        color: #fff;
        font-size: 14px;
        line-height: 26px;
        text-align: left;
        padding: 20px 8px 20px 16px;
        font-family: 'UD新ゴ M';
        align-items: stretch;
        width: 66%;
    }
    .box_top a {
        text-decoration: none;
    }
    /*margin*/
    .box_mb {
        margin-bottom: 48px;
    }
}


/*workperson_01_individual*/

@media print,
screen and (min-width: 768px) {
    .box_individual_top {
        background-color: #2c8ed6;
        border: solid 2px #000000;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 20px;
    }
    .box_individual_top::before {
        display: block;
        position: absolute;
        content: "";
        bottom: -3px;
        right: -3px;
        height: 0;
        border-left: solid 25px transparent;
        border-bottom: solid 25px #ffffff;
        z-index: 4;
    }
    .box_individual_top::after {
        display: block;
        position: absolute;
        content: "";
        bottom: -2px;
        right: -2px;
        height: 0;
        border-left: solid 25px transparent;
        border-bottom: solid 25px #000000;
        z-index: 2;
    }
    .box_individual_top .inner {
        width: 100%;
        display: flex;
    }
    .box_individual_top .inner img {
        width: 490px;
        height: 300px;
    }
    .box_individual_top .inner div {
        padding: 40px;
        display: flex;
        display: -ms-flexbox;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 486px;
    }
    .box_individual_top .inner div h3 {
        color: #fff;
        font-size: 24px;
        line-height: 34px;
        text-align: left;
        font-family: 'UD新ゴ M';
    }
    .box_individual_top .inner div p {
        color: #fff;
        font-size: 18px;
        line-height: 18px;
        text-align: left;
    }
    /*workperson_01 q_a*/
    .box_l {
        width: 980px;
        margin-bottom: 20px;
    }
    .faqWrap dl {
        border: solid 2px #000;
        display: flex;
        flex-wrap: wrap;
    }
    /*workperson_01 q_a "Q"*/
    .faqWrap dt {
        position: relative;
        color: #2c8ed6;
        line-height: 1.64;
        font-family: 'UD新ゴ M';
        width: 40%;
        font-size: 16px;
        background-color: #f4f4f4;
        padding: 24px 24px 24px 70px;
        box-sizing: border-box;
    }
    /* .faqWrap dt:after {
        position: absolute;
        background-color: #333;
        width: 1px;
        content: "";
        height: 68%;
        padding: 0;
        top: 16%;
        left: 100%;
    }*/
    .faqWrap .faqWrap_line {
        width: 1px;
        height: auto;
        background-color: #333;
        margin: 14px -1px 14px 0;
    }
    .faqWrap dt:before {
        content: url(/saiyou/plant/seizou/images/workperson/img_Q.png);
        display: inline-block;
        position: absolute;
        width: 42px;
        height: 30px;
        left: 25px;
        top: 30px;
    }
    /*workperson_01 q_a "A"*/
    .faqWrap dd {
        position: relative;
        width: 60%;
        color: #333;
        line-height: 1.64;
        font-family: 'UD新ゴ L';
        font-size: 16px;
        padding: 24px 24px 24px 70px;
        box-sizing: border-box;
    }
    .faqWrap dd:before {
        content: url(/saiyou/plant/seizou/images/workperson/img_A.png);
        display: inline-block;
        position: absolute;
        left: 25px;
        top: 30px;
        width: 30px;
        height: 35px;
    }
}


/*workperson_01_individual*/

@media print,
screen and (max-width: 767px) {
    .box_individual_top {
        background-color: #2c8ed6;
        border: solid 2px #000000;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 30px;
    }
    .box_individual_top::before {
        display: block;
        position: absolute;
        content: "";
        bottom: -3px;
        right: -3px;
        height: 0;
        border-left: solid 25px transparent;
        border-bottom: solid 25px #ffffff;
        z-index: 4;
    }
    .box_individual_top::after {
        display: block;
        position: absolute;
        content: "";
        bottom: -2px;
        right: -2px;
        height: 0;
        border-left: solid 25px transparent;
        border-bottom: solid 25px #000000;
        z-index: 2;
    }
    .box_individual_top .inner {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .box_individual_top .inner img {
        width: 100%;
        height: auto;
    }
    .box_individual_top .inner div::before {
        width: 100%;
        height: 2px;
        position: absolute;
        content: "";
        background-color: #000000;
        top: 0;
        left: 0;
    }
    .box_individual_top .inner div {
        padding: 15px 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }
    .box_individual_top .inner div h3 {
        color: #fff;
        font-size: 16px;
        line-height: 1.64;
        text-align: left;
        margin-bottom: 15px;
        font-family: 'UD新ゴ M';
    }
    .box_individual_top .inner div p {
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
    /*workperson_01 q_a*/
    .box_l {
        width: 100%;
        margin-bottom: 30px;
    }
    .faqWrap dl {
        border: solid 2px #000;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    /*workperson_01 q_a "Q"*/
    .faqWrap dt {
        position: relative;
        color: #2c8ed6;
        line-height: 1.64;
        font-family: 'UD新ゴ M';
        font-size: 16px;
        background-color: #f4f4f4;
        padding: 15px 24px 15px 70px;
        box-sizing: border-box;
    }
    /*.faqWrap dt:after {
        position: absolute;
        background-color: #333;
        width: 92%;
        height: 1px;
        content: "";
        padding: 0;
        bottom: 0;
        left: 16px;
    }*/
    .faqWrap .faqWrap_line {
        width: auto;
        height: 1px;
        background-color: #333;
        margin: 0 14px;
    }
    .faqWrap dt:before {
        content: url(/saiyou/plant/seizou/images/workperson/img_Q_sp.png);
        display: inline-block;
        position: absolute;
        width: 42px;
        height: 30px;
        top: 15px;
        left: 25px;
    }
    /*workperson_01 q_a "A"*/
    .faqWrap dd {
        position: relative;
        color: #333;
        line-height: 1.64;
        font-family: 'UD新ゴ L';
        font-size: 12px;
        padding: 15px 24px 15px 70px;
        box-sizing: border-box;
    }
    .faqWrap dd:before {
        content: url(/saiyou/plant/seizou/images/workperson/img_A_sp.png);
        display: inline-block;
        position: absolute;
        left: 25px;
        top: 15px;
        width: 30px;
        height: 35px;
    }
}


/*interview_list*/


/* SP */

@media screen and (max-width: 767px) {
    .workpersonVoiceInfo {
        padding: 25px 10px 30px;
        background: url('/saiyou/plant/seizou/images/bg_top_voice_info_sp.jpg') no-repeat 50% 50% #eceff2;
        background-size: cover;
    }
    .workpersonVoiceInfo h2 {
        font-size: 16px;
        margin: 0 0 8px;
    }
    .workpersonVoiceInfo h2:before {
        width: 40px;
        height: 31px;
        top: -5px;
        left: 50%;
        margin-left: -20px;
    }
}


/* PC */

@media print,
screen and (min-width: 768px) {
    .workpersonVoiceInfo {
        padding: 46px 0 60px;
        background: url('/saiyou/plant/seizou/images/bg_top_voice_info_pc.jpg') no-repeat 50% 50% #eceff2;
    }
    .workpersonVoiceInfo h2 {
        font-size: 36px;
        margin: 0 0 8px;
    }
    .workpersonVoiceInfo h2:before {
        width: 79px;
        height: 62px;
        top: -10px;
        left: 50%;
        margin-left: -39px;
    }
    .workpersonVoiceInfo p {
        width: 300px;
        margin: 0 auto;
    }
    .workpersonVoiceInfo .btnList {
        width: 930px;
        margin: 0 auto;
    }
    .workpersonVoiceInfo .btnList li {
        width: 300px;
        float: left;
        margin: 15px 0 0 15px !important;
    }
    .workpersonVoiceInfo .btnList li:first-child {
        margin-left: 0 !important;
    }
}