@charset "utf-8";
/* -------------------------------------------------
    画像背景タイトルエリア・大見出しデザイン 共通
----------------------------------------------------*/

/* ----- タイトルエリア（背景画像含む） ----- */
.facility__title {
    padding-top: 100px;
    padding-bottom: 10px;
    background-image: url('../img/facility/slider_facility-1500x500.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center 20%;
}

.facility__title-DTP {
    padding-top: 100px;
    padding-bottom: 10px;
    background-image: url('../img/DTP/slider_DTP-1500x500.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center 20%;
}

#Matsukawado .facility__title {
    padding-top: 100px;
    padding-bottom: 10px;
    background-image: url('../img/matsukawado/slider_matsukawado-1500x500.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* -------------------------------------------------
    工場・設備アイキャッチエリア
----------------------------------------------------*/
/* ----- アイキャッチエリア背景画像 ----- */
.FA__EyeCatch-area {
    margin: 80px 0 40px 0;
    width: 100%;
    height: 250px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* ----- オフリン事業部 ----- */
.offrin__EyeCatch-1 {
    background-image: url('../img/offrin/offrin-img-01.jpg');
}

.offrin__EyeCatch-2 {
    background-image: url('../img/offrin/offrin-img-02.jpg');
}

.offrin__EyeCatch-3 {
    background-image: url('../img/offrin/offrin-img-03.jpg');
}

/* ----- 松河戸生産事業部 ----- */
.matsukawado__EyeCatch-1 {
    margin: 70px 0;
    width: 100%;
    height: auto;
    background-image: url('../img/matsukawado/matsukawado-img-01.jpg');
}

.matsukawado__EyeCatch-1__box {
    border: solid 1px #fff;
    padding: 50px 70px;
    max-width: 900px;
    margin: 60px 15px;
}

.matsukawado__EyeCatch-1__box h2 {
    font-size: 3.2em;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    line-height: 1.3;
    font-weight: normal;
}

.matsukawado__EyeCatch-2 {
    background-image: url('../img/matsukawado/matsukawado-img-02.jpg');
}

.poly-labo__baner {
    margin: 20px 0;
}

.poly-labo__baner img {
    width: 100%;
    display: block;
    margin: auto;
}

/* バナー マウスホバーエフェクト */
/* Bounce In */
.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* ----- 本社DTP課 ----- */
.DTP__EyeCatch-1 {
    background-image: url('../img/DTP/DTP-img-01.jpg');
}

.DTP__EyeCatch-2 {
    background-image: url('../img/DTP/DTP-img-02.jpg');
}

/* -------------------------------------------------
    @メディアクエリ 767px以下
----------------------------------------------------*/
@media (max-width: 767px) {

    /* ----- アイキャッチエリア背景画像 ----- */
    .FA__EyeCatch-area {
        margin: 20px 0;
    }

    /* ---------- 工場・設備アイキャッチエリア 松河戸　---------- */
    .matsukawado__EyeCatch-1__box h2 {
        font-size: 2.5em;
    }

    .matsukawado__EyeCatch-1__box {
        padding: 30px;
        margin: 30px 15px;
    }
}

/* -------------------------------------------------
    @メディアクエリ 575px以下
----------------------------------------------------*/
@media (max-width: 575px) {

    /* ---------- 工場・設備アイキャッチエリア 松河戸　---------- */
    .matsukawado__EyeCatch-1__box h2 {
        font-size: 1.8em;
    }
}

/* -------------------------------------------------
    工場・設備一覧
----------------------------------------------------*/


.facility-btn-list{
	display:flex;
	justify-content:center;
	gap:0rem 2rem;
	margin-bottom:4rem;
	flex-wrap:wrap;
}



/* ---------- 工場・設備一覧 ヘッダーイメージエリア 動画 ----------*/
#Facility .bgvid__wrap {
    position: relative;
    overflow: hidden;
}

#Facility .bgvid__wrap--mobile {
    background: linear-gradient(-45deg, rgba(42, 135, 211, .5), rgba(42, 185, 211, .9)),
        url('../img/matsukawado/facility_top_img_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 600px;
}

#Facility #bgvid {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}



/* -------------------------------------------------
    @メディアクエリ 1800px以下
----------------------------------------------------*/
@media (max-width: 1800px) {

    /* ---------- 工場・設備一覧 ヘッダーイメージエリア 動画 ----------*/
    #Facility #bgvid {
        min-width: 2000px !important;
    }
}

#Facility .header-img-area {
    overflow: hidden;
    position: relative;
    padding: 0;

}

#Facility .header-img-area::before {
    content: '';
    background: url('../img/facility/mov_filter.png') repeat left top;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}


#Facility .header-img-area .text-center {
    z-index: 100;
}

#Facility .to-next-btn {
    z-index: 100;
}


/* ---------- ヘッダーイメージエリア　タイトル センター配置 ----------*/
#Facility .header-img-area-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*必ず必要*/
    z-index: 2;
    /*必ず必要*/
    text-align: center;
    margin: 0 auto;
}

#Facility .header-img-area__text {
    max-width: 900px;
}

/* ---------- ヘッダーイメージエリア　タイトル ----------*/
#Facility .header-img-area__text {
    width: 100%;
    padding: 130px 0 100px 0;
}

/* ---------- ヘッダーイメージエリア　本文 ----------*/
#Facility .header-img-area__text__lead {
    max-width: 100%;
    text-align: center;
}

/* ---------- 工場・設備一覧 ボックス --------- */
.facility-box {
    padding-bottom: 20px;
}

.facility-box h2 {
    margin-bottom: 0 !important;
    font-size: 1.8em !important;
    letter-spacing: 1px;
}

.facility-box__text-area {
    margin-top: 35px;
}

/* ---------- 工場・設備一覧 明朝コピー --------- */
.facility-box .facility__copy {
    display: block;
    padding: 0 0 0 20px;
    font-size: 3em;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    font-weight: normal;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    color: #666666;
    line-height: 1.4;
    border-left: solid 5px #2a87d3;
}

/* ---------- 工場・設備一覧 最後のボックス --------- */
.facility-box-last {
    padding-bottom: 70px;
}

/* -------------------------------------------------
    スタッフ紹介エリア
----------------------------------------------------*/
.facility-staff__box {
    width: 48.5%;
    margin-bottom: 15px;
}

.facility-staff__img {
    margin-bottom: 0.9rem;
}

.facility-staff__cap__name {
    font-size: 1.5em;
    margin-right: 5px;
}


/* -------------------------------------------------
    松河戸生産事業部
----------------------------------------------------*/
.matsukawado__uv-merit {
    padding: 2rem;
    background-color: #f0f7f7;
}

.matsukawado__uv-merit__box-wrap .matsukawado__uv-merit__box {
    padding: 1.3rem 0;
    border-bottom: solid 1px #ccc;
}

.matsukawado__uv-merit__box-wrap-2 .matsukawado__uv-merit__box {
    padding: 1.3rem 0 0 0;
}

.matsukawado__uv-merit__box p {
    margin-bottom: 0 !important;
}

.matsukawado__uv-merit__lead {
    width: 85%;
}

.matsukawado__uv-merit__lead p {
    font-size: 1.1em;
    line-height: 1.5;
}

.matsukawado__uv-merit__icon {
    display: block;
    width: 12%;
    max-width: 80px;
    margin-right: 3%;
}

/* -------------------------------------------------
    本社DTP課
----------------------------------------------------*/
.dtp-box__right .lead__half {
    margin-right: 2.5%;
}

.img__half--right {
    margin-left: 2.5%;
}

.dtp-box__left .lead__half {
    margin-left: 2.5%;
}

.img__half--left {
    margin-right: 2.5%;
}

.dtp-box__skil .img__half--left,
.dtp-box__skil .img__half--right {
    position: relative;
}

.dtp-box__skil .img__half--left:after {
    content: '補正前';
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 10px;
    background-color: #333;
    color: #fff;
    z-index: 2;
    font-size: 1.2em;
}

.dtp-box__skil .img__half--right:after {
    content: '補正後';
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 10px;
    background-color: #2a87d3;
    color: #fff;
    z-index: 2;
    font-size: 1.2em;
}

.img__four {
    width: 34%;
}

.img__six {
    width: 60%;
}

.img__four__img,
.img__six__img {
    position: relative;
}

.img__four__img:after {
    content: '合成前';
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 10px;
    background-color: #333;
    color: #fff;
    z-index: 2;
    font-size: 1.2em;
}

.img__six__img:after {
    content: '合成後';
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 10px;
    background-color: #2a87d3;
    color: #fff;
    z-index: 2;
    font-size: 1.2em;
}



.img__hosei-before__img,
.img__hosei-after__img {
    position: relative;
}

.img__hosei-before__img:after{
	content: '補正前';
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 10px;
    background-color: #333;
    color: #fff;
    z-index: 2;
    font-size: 1.2em;
}


.img__hosei-after__img:after{
	content: '補正後';
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 10px;
    background-color: #2a87d3;
    color: #fff;
    z-index: 2;
    font-size: 1.2em;
}



/* ----- 矢印 ----- */
.dtp-box-arrow-side {
    position: relative;
}

.dtp-box-arrow-side:before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -90px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #2a87d3;
}

.dtp-box-arrow-side-02:before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #2a87d3;
}

/* -------------------------------------------------
    メディアクエリ　991px 以下
----------------------------------------------------*/
@media (max-width: 991px) {
    .facility-staff__box {
        width: 100%;
    }

    .facility-box .facility__copy {
        font-size: 2.7em;
    }
}

/* -------------------------------------------------
    @メディアクエリ 767px以下
----------------------------------------------------*/
@media (max-width: 767px) {

    /* ---------- ヘッダーイメージエリア　タイトル ----------*/
    #Facility .header-img-area__text {
        padding: 70px 0 50px 0;
    }

    /* ---------- 工場・設備一覧 ヘッダーイメージエリア 動画を画像に ----------*/
    #Facility #bgvid {
        display: none;
    }

    /* ---------- 工場・設備一覧 ヘッダーイメージエリア 画像に変更 ----------*/
    #Facility .over-lay {
        background: linear-gradient(-45deg, rgba(4, 114, 124, .8), rgba(17, 66, 99, .6)),
            url('../img/facility/facility_top_img_bg.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    /* ---------- 工場設備一覧 画像 ----------*/
    #Facility .PR-ImgArea__img {
        margin-bottom: 15px;
    }

    /* ---------- 工場設備一覧 コピー ----------*/
    .facility-box .facility__copy {
        padding-left: 15px;
        font-size: 2.4em;
        color: #666666;
        border-left: solid 5px #2a87d3;
    }

    #Facility .page-contents-wrap {
        margin-top: 0;
    }

    .facility-box__text-area {
        margin-top: 20px;
    }

    .facility-box-last {
        padding-bottom: 20px;
    }

    .facility__next__btn {
        width: 100%;
        margin: 0;
    }

    /* ---------- DTP課 ----------*/
    .dtp-box__right .lead__half {
        margin-right: 0;
    }

    .img__half--right {
        margin-left: 0;
    }

    .dtp-box__left .lead__half {
        margin-left: 0;
    }

    .img__half--left {
        margin-right: 0;
    }

    .dtp-box__skil .img__half--right {
        margin-top: 40px;
    }

    /* ---------- 画像合成エリア ---------- */
    .img__four {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        display: -webkit-box;
        /*Android4.3*/
        display: -moz-box;
        /*Firefox21*/
        display: -ms-flexbox;
        /*IE10*/
        display: -webkit-flex;
        /*PC-Safari,iOS8.4*/
        flex-direction: row;
        justify-content: center;
        -webkit-justify-content: center;
        /*--- safari（PC）用 ---*/
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        /*--- Androidブラウザ用 ---*/
        -ms-flex-align: stretch;
        /*--- IE10 ---*/
        -webkit-align-items: stretch;
        /*--- safari（PC）用 ---*/
        align-items: stretch;
    }

    .img__six {
        max-width: 100%;
        width: 100%;
        margin-top: 40px;
    }

    .img__four__img {
        width: 48%;
    }

    .dtp-box-arrow-side {
        margin-top: 40px;
    }

    .dtp-box-arrow-side:before {
        content: '';
        z-index: 2;
        position: absolute;
        top: -20px;
        margin-left: -10px;
        left: 50%;
        width: 0;
        height: 0;
        transform: rotate(90deg);
        border-style: solid;
        border-width: 20px 0 20px 20px;
        border-color: transparent transparent transparent #2a87d3;
    }

    .dtp-box-arrow-side-02:before {
        content: '';
        z-index: 2;
        position: absolute;
        top: -20px;
        margin-left: -10px;
        left: 50%;
        width: 0;
        height: 0;
        transform: rotate(90deg);
        border-style: solid;
        border-width: 20px 0 20px 20px;
        border-color: transparent transparent transparent #2a87d3;
    }
}

/* -------------------------------------------------
    @メディアクエリ 768px以上
----------------------------------------------------*/
@media (min-width: 768px) {

    /* ---------- 詳しくはこちらボタン マージン　---------- */
    .facility-box .PR-ImgArea {
        margin-bottom: 30px;
    }
}

/* -------------------------------------------------
    メディアクエリ　575px 以下
----------------------------------------------------*/
@media (max-width: 575px) {
    .facility-staff__box {
        width: 100%;
    }

    .facility-box .facility__copy {
        font-size: 1.7em !important;
    }
}



/* -------------------------------------------------
    メディアクエリ　768px以上　1199px 以下
----------------------------------------------------*/
@media only screen and (min-width:768px) and (max-width:1199px) {

.dtp-box-arrow-side:before {
    left: -26px;
}

}

