@charset "utf-8";

/* ##############################################################################

    Page-Story Style

############################################################################## */

/*story common */

.page-story section:last-child{
    padding-bottom: 80px;
}
.page-story .section-white{
    max-width: 1300px;
    margin: 0 auto;
}
.page-story .section-inner{
    max-width: 1300px;
    width: 100%;
    padding: 0 20px;
}
.page-story .section-white:first-child{
    padding: 200px 0 350px 0;
}

.page-story .content .box-blue h3{
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 50px;
}
.page-story .box-blue-text-container{
    margin-top: 30px;
    max-width: 800px;
}
.page-story .box-blue .img-outer{
    top: 45px;
}
.imageandtxt-box:nth-child(2n+1) .imageandtxt-box-txt{
    order: 1;
}
.imageandtxt-box:nth-child(2n+1) .imageandtxt-box-img{
    order: 2;
}
.imageandtxt-box:nth-child(2n) .imageandtxt-box-txt{
    order: 2;
}
.imageandtxt-box:nth-child(2n) .imageandtxt-box-img{
    order: 1;
}

.page-story .imageandtxt-box h4, .imageandtxt-box-second h4{
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 36px;
    font-family: var(--font-minchou);
}
.page-story .imageandtxt-box h4.staff-text{
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 50px;
}
.page-story .imageandtxt-box img.clip-circle{
    display: block;
    width: 450px;
    margin-left: auto;
}
.page-story-pump .box-blue .txt-large, .page-story-o2psa .box-blue .txt-large{
    line-height: 1;
    top: -90px;
    white-space: nowrap;
}
.page-story-o2psa .box-blue .txt-large{
    top: -170px;
    white-space: normal;    
}

.page-story-pump .box-blue .txt-large, .page-story-reliefValve .box-blue .txt-large, .page-story-o2psa .box-blue .txt-large{
    opacity: 0.3;
    text-align: left;
}

.page-story .imageandtxt-box .txt-only{
    height: auto;
}
.imageandtxt-box-txt p{
    font-weight: initial;
    text-align: left;
}

.nav-story-outer{
    max-width: 1010px;
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 100px;
}
.nav-story{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
a.nav-story-link{
    width: 500px;
    height: 240px;
    color: white;
    font-size: 45px;
    font-family: var(--font-minchou);
    display: block;
    text-align: center;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.nav-story-link:after{
    position: absolute;
    color: #fff;
    font-size: 120px;
    opacity: 0.3;
}

.nav-pump, .nav-valve, .nav-psa{
    background-image: url(../image/page-brand/brand_image_0719_5.png);
    background-size: cover;
}
.imageandtxt-box-second{
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
}
.imageandtxt-box-second .txt-only{
    max-width: 800px;
}
.imageandtxt-box-second .imageandtxt-box-txt{
    width: 50%;
}
.imageandtxt-box-second img.imageandtxt-box-img{
    border-radius: 50%;
}

@media screen and (max-width: 1199px){
    .page-story .content .box-blue h3{
        text-align: center;
    }
}

/* Story SP */
@media screen and (max-width: 767px) {
    .page-story .content h3{
        margin-bottom: 30px;
    }

    .page-story .section-white:first-child{
        padding-top: 120px;
        padding-bottom: 300px;
    }

    .page-story .box-blue .txt-large{
        font-size: 40px;
    }
    .page-story .box-blue .img-outer{
        position: static;
        margin: 0 auto;
    }
    .page-story .content .box-blue h3{
        font-size: 36px;
        margin-top: 15px;
    }
    .page-story .content .box-blue .leadtxt-normal{
        text-align: left;
        margin-bottom: 1rem;
    }
    .page-story .section-story{
        padding-bottom: 250px;
    }
    .page-interview .section-interview{
        padding-bottom: 250px;
    }

    .imageandtxt-box{
        display: flex;
        flex-wrap: wrap;
        width: 90%;
    }
    .imageandtxt-box:nth-child(2n+1) .imageandtxt-box-txt,
    .imageandtxt-box:nth-child(2n) .imageandtxt-box-txt{
        order: 2;
    }
    .imageandtxt-box:nth-child(2n+1) .imageandtxt-box-img,
    .imageandtxt-box:nth-child(2n) .imageandtxt-box-img{
        order: 1;
    }
    .imageandtxt-box .imageandtxt-box-txt{
        padding: 20px;
    }
    .page-story .imageandtxt-box h4.staff-text{
        font-size: 28px;
    }
    .page-story .imageandtxt-box p{
        margin-bottom: 1rem;
    }

    .page-story .imageandtxt-box img.clip-circle{
        display: block;
        width: 250px;
        margin: 0 auto;
    }

    .nav-story-outer{
        width: 90%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    a.nav-story-link{
        width: 320px;
        height: 150px;
        font-size: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    a.nav-story-link:after {
        font-size: 60px;
        line-height: 60px;
    }
    a.nav-pump:after{
        top: 45px;
        left: 84px;
    }
    a.nav-valve:after{
        top: 45px;
        left: 84px;
    }
    a.nav-psa:after{
        top: 45px;
        left: 100px;
    }
    .imageandtxt-box-second{
        gap: 20px;
    }
    .imageandtxt-box-second .imageandtxt-box-txt{
        width: auto;
    }
    .page-story .imageandtxt-box h4, .imageandtxt-box-second h4{
        font-size: 28px;
        text-align: center;
    }
    .second .content .section-story span, .second .content .section-comment span{
        top: 10px;
    }
    .second .content .section-comment .nav-story-outer span{
        top: -20px;
    }

    /* Unique */
    .page-story-reliefValve .content .box-blue h3{
        font-size: 32px;
    }
    .page-story-o2psa .content .box-blue h3{
        font-size: 32px;
    }
    .page-staffproduct .section-interview h3 span,
    .page-staffproduct .section-staff-days h3 span{
        font-size: 70px;
        top: 0px;
    }
    .page-staffproduct .section-staff-days h3 span{
        letter-spacing: -3px;
    }
}

/* 白文字英語_個別設定 */
@media screen and (max-width: 1199px){
    .page-story-pump .box-blue .txt-large, .page-story-o2psa .box-blue .txt-large{
        top: -40px;
        white-space: normal;
    }
}
@media screen and (max-width: 905px){
    .page-story-o2psa .box-blue .txt-large{
        top: -80px;
    }
}
@media screen and (max-width: 767px){
    .page-story-pump .box-blue .txt-large{
        top: -20px;
    }
    .page-story-reliefValve .box-blue .txt-large{
        top: -35px;
    }
    .page-story-o2psa .box-blue .txt-large{
        top: -20px;
    }
}@media screen and (max-width: 499px){
    .page-story-o2psa .box-blue .txt-large{
        top: -35px;
    }
}
@media screen and (max-width: 405px){
    .page-story-pump .box-blue .txt-large{
        top: -35px;
    }
}


.page-story .page-story-title{
    margin-bottom: 200px!important;
}
.page-story.page-story-o2psa .page-story-title{
    margin-bottom: 270px!important;
}

@media screen and (max-width: 1199px){
    .page-story .page-story-title{
        margin-bottom: 160px!important;
    }
}
@media screen and (max-width: 767px){
    .page-story .page-story-title{
        margin-bottom: 30px!important;
    }

    /* インタビュー 国内、海外影響事務担当 ページタイトル */
    .page-story.page-staffsalesjapansupport .page-story-title,
    .page-story.page-staffsalesworldsupport .page-story-title{
        margin-bottom: 60px!important;
    }

    .page-story.page-story-o2psa .page-story-title{
        margin-bottom: 100px!important;
    }
}