@charset "UTF-8";

/* chief */


/*===========================
 chiefConnectVisual
===========================*/


/* PC */

@media print,
screen and (min-width: 768px) {
    .chiefConnectVisual.border {
        position: relative;
    }
    .chiefConnectVisual.border img {
        position: relative;
        z-index: 9;
    }
    .chiefConnectVisual.border:after {
        content: "";
        display: block;
        width: 100%;
        height: 40px;
        background-color: #f7f7f7;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
}


/*===========================
 chiefProfile
===========================*/

.chiefProfile {
    text-align: left;
}

.chiefProfile li .pro {
    line-height: 1;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.chiefProfile li .pro.c01 {
    background: #b5e9d8;
    color: #0ab57f;
}

.chiefProfile li .pro.c02 {
    background: #f3dcbb;
    color: #d88b1d;
}

.chiefProfile li .pro.c03 {
    background: #b4d5f1;
    color: #0673d0;
}

.chiefProfile li .sub {
    font-family: 'UD新ゴ M';
}

.chiefProfile li .main {
    font-family: 'UD新ゴ M';
}


/* PC */

@media print,
screen and (min-width: 768px) {
    .chiefProfile {
        margin: 20px 0 0;
        display: flex;
        margin-left: -60px;
        padding-bottom: 40px;
    }
    .chiefProfile li {
        width: 50%;
        margin-left: 60px;
        display: flex;
    }
    /*--.chiefProfile li{
	width: 33%;
	margin-left: 60px;
} --*/
    .chiefProfile li>div {
        /*border-top: 1px solid #cccccc;*/
        margin-top: 20px;
        /*padding-top: 16px;*/
        flex: 1;
    }
    .chiefProfile li figure {
        text-align: center;
        width: 160px;
        margin: 24px 20px 0 0;
    }
    .chiefProfile li figure img {
        width: 160px;
    }
    .chiefProfile li .pro {
        margin: 0 0 15px;
    }
    .chiefProfile li .main {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .chiefProfile li .link {
        margin-top: 10px;
    }
}


/* SP */

@media screen and (max-width: 767px) {
    .chiefProfile {
        padding: 0 10px 50px;
    }
    .chiefProfile li {
        display: flex;
        margin-top: 30px;
    }
    .chiefProfile li figure {
        width: 115px;
        margin-right: 15px;
    }
    .chiefProfile li>div {
        flex: 1;
        font-size: 12px;
    }
    .chiefProfile li .sub {
        margin-top: 2px;
    }
    .chiefProfile li .main {
        font-size: 14px;
        margin: 2px 0 8px;
    }
    .chiefProfile li .link {
        margin-top: 8px;
    }
}


/*===========================
 chiefDialogue
===========================*/

.chiefDialogue.gray {
    background-color: #f7f7f7;
}

.chiefDialogue .inner {
    text-align: left
}

.chiefDialogue .inner h2 {
    font-family: 'UD新ゴ M';
    text-align: center;
}

.chiefDialogue .inner span {
    font-family: 'UD新ゴ M';
}

.chiefDialogue .inner .c01 span {
    color: #0ab57f;
}

.chiefDialogue .inner .c02 span {
    color: #d88b1d;
}

.chiefDialogue .inner .c03 span {
    color: #0673d0;
}


/* PC */

@media print,
screen and (min-width: 768px) {
    .chiefDialogue {
        padding: 45px 0 50px;
    }
    .chiefDialogue .inner {
        width: 800px;
        margin: 0 auto;
    }
    .chiefDialogue .inner h2 {
        font-size: 28px;
        line-height: 1.5;
        margin-bottom: 40px;
        text-align: center;
    }
    /*arrow*/
    .chiefDialogue .inner h2 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 40px;
        border: solid 2px;
        border-color: #1bae80;
        border-radius: 8px;
        padding: 1rem 1.5rem;
        width: 716px;
        position: relative;
        background-color: #ddf3ec;
        color: #1bae80;
    }
    .chiefDialogue .inner h2:before {
        content: "";
        border: solid 1px;
        border-color: rgba(238, 238, 238, 0);
        border-top-width: 10px;
        border-bottom-width: 10px;
        border-left-width: 38px;
        border-right-width: 38px;
        margin-top: -11px;
        border-left-color: #1bae80;
        position: absolute;
        left: 100%;
        top: 50%;
    }
    .chiefDialogue .inner h2:after {
        content: "";
        border: solid 1px;
        border-color: rgba(238, 238, 238, 0);
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-left-width: 32px;
        border-right-width: 32px;
        margin-top: -9px;
        border-left-color: #ddf3ec;
        position: absolute;
        left: 100%;
        top: 50%;
    }
    .chiefDialogue .inner p {
        position: relative;
        padding-left: 94px;
    }
    .chiefDialogue .inner p:before {
        content: "";
        display: block;
        position: absolute;
        width: 68px;
        height: 68px;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        background-color: #F00;
    }
    .chiefDialogue .inner p.c01:before {
        background: url('/saiyou/plant/seizou/images/chief/img_thumb01.png');
    }
    .chiefDialogue .inner p.c02:before {
        background: url('/saiyou/plant/seizou/images/chief/img_thumb02.png');
    }
    .chiefDialogue .inner p.c03:before {
        background: url('/saiyou/plant/seizou/images/chief/img_thumb03.png');
    }
    .chiefDialogue .inner p+p {
        margin-top: 50px;
    }
}


/* SP */

@media screen and (max-width: 767px) {
    .chiefDialogue {
        padding: 25px 10px;
    }
    .chiefDialogue .inner h2 {
        line-height: 1.6;
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }
    /*arrow*/
    .chiefDialogue .inner h2 {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 40px;
        border: solid 2px;
        border-color: #1bae80;
        border-radius: 8px;
        padding: 0.5rem;
        width: 85%;
        position: relative;
        background-color: #ddf3ec;
        color: #1bae80;
        margin-left: 8px;
    }
    .chiefDialogue .inner h2:before {
        content: "";
        border: solid 1px;
        border-color: rgba(238, 238, 238, 0);
        border-top-width: 10px;
        border-bottom-width: 10px;
        border-left-width: 18px;
        border-right-width: 18px;
        margin-top: -11px;
        border-left-color: #1bae80;
        position: absolute;
        left: 100%;
        top: 50%;
    }
    .chiefDialogue .inner h2:after {
        content: "";
        border: solid 1px;
        border-color: rgba(238, 238, 238, 0);
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-left-width: 15px;
        border-right-width: 15px;
        margin-top: -9px;
        border-left-color: #ddf3ec;
        position: absolute;
        left: 100%;
        top: 50%;
    }
    .chiefDialogue .inner p+p {
        margin-top: 15px;
    }
}