@charset "utf-8";

/* =====================================
business page_common
===================================== */

#contents {
    padding: 32px 12.8%
}


/* abusiness page_common pc 1280*/
@media screen and (min-width: 1280px) {
    #contents {
        padding: 0 160px;
    }
}


/* =====================================
article
===================================== */
.page-header {
    position: relative;
}

.page-header::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:  rgba(255, 255, 255, 0.5);
}


.title {
    padding: 16px 4.2%;
    position: absolute;
    bottom: 0;
    z-index: 50;
}

.page__title-ja {
    font-family: "Noto Sans JP";
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.page__title-ja-pc {
    display: none;
}

.page__title-en {
    font-family: Roboto;
    font-size: 1.6rem;
    font-weight: 700;
}

/* article pc 1280*/
@media screen and (min-width: 1280px) {

    .mainVisual {
        width: 100%;
        height: 40vh;
        object-fit: cover;
        background-position: center 30%;
    }
}
    /* article 1280*/

/* article pc 1600*/
@media screen and (min-width: 1600px) {

.mainVisual {
        width: 100%;
        object-fit: cover;
    }

    .page__title-ja {
        display: none;
    }

    .page__title-ja-pc {
        display: block;
        font-size: 48px;
        font-weight: 700;
    }

    .page__title-en {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    
    
}
/* article 1600*/

/* =====================================
section id="top
===================================== */

#top {
    padding: 32px 12.8% ;
}


.top__title {
    font-size: 2.0rem;
    font-weight: 700;
}

.top__read {
    font-size: 1.6rem;
    font-weight: 400;
    height: 145px;
    margin-top: 8px;
}


.top__slide-item {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.top__slide-item img {
    width: 100%;
    height: 186px;
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: right center;
}

/* .center-right {
    background-position: center right;
} */

/* top pc 768*/
@media screen and (min-width: 768px) {
    .top__read {
        height: auto;
        margin-top: 8px;
    }

    .top__slide {
        margin-top: 16px;
        display: flex;
        justify-content: space-around;
    }

    .top__slide-item img {
        width: 100%;
        height: 100%;
        aspect-ratio: 3/2;
        object-fit: cover;
        padding-left: 8px;
        padding-right: 8px;
    }
}
/* pc 768 top*/

/* top pc 1280*/
@media screen and (min-width: 1280px) {

    #top {
        padding: 100px 192px 0;
    }

    .top__title {
        font-size: 24px;
        font-weight: 700;
    }
    
    .top__read {
        font-size: 20px;
        font-weight: 400;
        margin-top: 40px;
        line-height: 1.8;
    }

    .top__slide {
        margin-top: 40px;
    }

    .top__slide-item img {
        height: 300px;
        padding-left: 16px;
        padding-right: 16px;
    }
}
/* pc 1280 top*/

/* top pc 1280*/
@media screen and (min-width: 1600px) {
    .top__slide-item img {
        padding-left: 24px;
        padding-right: 24px;
    }
}


/* =====================================
< id="workWear">
<!--  共有アイテム　-->
===================================== */

.section__topic {
    color: var(--main-blue, #013CA6);
    font-size: 2.0rem;
    font-weight: 700;
    position: relative;
    margin-top: 40px;
}

.section__topic::after {
    content: "";
    display: block;
    width: calc(100% + 48px);
    height: 0;
    border-bottom: solid 3px #013CA6;
    position: absolute;
    bottom: -16px;
    left: 0;
    padding-left: 12.8%;
}

.section__detiail {
    padding: 32px 0 32px 0 ;
}

.section__read {
    font-size: 2.0rem;
    font-weight: 400;
    height: 120px;
}


/* 共有アイテム*/
@media screen and (min-width: 1280px) {
    .section__topic {
        font-size: 32px;
        font-weight: 700;
        margin-top: 100px;
    }

    .section__topic::after {
        width: calc( 100% + 160px);
    }
    
    .section__read {
        font-size: 20px;
        font-weight: 400;
    }
}

@media screen and (min-width: 1980px) {
        .section__topic::after {
        width: calc( 100% + 160px);
    }
}