@charset "utf-8";
/*==========================
Article header
==========================*/
.mainVisual--top {
    margin-top: 13px;
    position: relative;
}

.main__pc--top {
    display: none;
}

/* article header pc */
@media screen and (min-width:769px) {
    .mainVisual--top {
        margin-top: 40px;
    }

    .main__pc--top {
        display: block;
    }

    .main__sp--top {
        display: none;
    }
}/* pc 769px */

/*==========================
attention
==========================*/
.attention p {
    color: var(--primary-white);
    font-size: 1.6rem;
    font-weight: 500;
    writing-mode: vertical-rl;
    padding: 18px 17px;
    background-color: var(--primary-skyBlue);
    border-radius: 0 3px 3px 0;
    z-index: 50;
    position: absolute;
    top: 30%;
}

/* attention tablet */
@media screen and (min-width:959px) {
    .attention p {
        font-size: 1.6rem;
        writing-mode: vertical-rl;
        padding: 30px 20px;
        top: 40%;
    }
}/* tablet 959px */

/* attention pc */
@media screen and (min-width:1230px) {
    .attention p {
        font-size: 2.4rem;
        writing-mode: vertical-rl;
        padding: 52px 33px;
        top: 40%;
    }
}/* pc 1230px */

/*==========================
strength
==========================*/
.section--strength .topic {
    line-height: 1.5;
}

.mainCaption__txt--strength:first-of-type {
    margin-top: 30px;
}

/* strength pc */
@media screen and (min-width:769px) {
    .section--strength .topic {
       line-height: 1;
    }

    .mainCaption__txt--strength:first-of-type {
        margin-top: 50px;
    }
}/* pc 769px */

/*==========================
business
==========================*/
.flex--business .topic {
    line-height: 1.5;
    margin-top: 30px;
}

.mainCaption__txt--business {
    margin-top: 30px;
}

/* business pc */
@media screen and (min-width:769px) {
    .flex--business {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .flex--business .topic {
       margin-top: 0;
    }

    .flex--business img,
    .flex--business div {
        width: 50%;
    }

    .mainCaption__txt--business {
        margin-top: 50px;
        width: 70%;
    }

    .btn--business {
        width: 70%;
    }
}/* pc 769px */

/*==========================
recruit
==========================*/
.section--recruit {
    background-image: url(../images/bg_ptn_sp.png);
    background-size: 150% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.flex--recruit__sp {
    display: flex;
    flex-direction: column-reverse;
}

.flex--recruit__sp .topic {
    width: 84%;
    text-align: left;
    margin-top: 50px;
}

.flex--recruit__sp .topic::after {
    display: none;
}

.mainCaption__txt--recruit {
    margin-top: 20px;
}

.btn--recruitPc {
    display: none;
}

/* recruit pc */
@media screen and (min-width:769px) {
    .section--recruit {
        background-image: url(../images/bg_ptn_pc.png);
        background-size: cover;
        padding: 65px 0;
    }

    .flex--recruit__sp {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .flex--recruit__sp div {
        width: 50%;
    }

    .flex--recruit__sp .topic {
        width: auto;
        text-align: center;
        margin-top: 0;
    }

    .flex--recruit__sp img {
        width: 50%;
    }

    .mainCaption__txt--recruit {
        margin-top: 50px;
    }

    .btn--recruitPc {
        display: block;
        width: 70%;
    }

    .btn--recruitSp {
        display: none;
    }
}/* pc 769px */

/*==========================
works
==========================*/
.works__list {
    display: flex;
    width: 84%;
    margin: 40px auto 0;
}

.works__txt {
    height: 150px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    border-bottom: 2px solid var(--primary-blue);;
    padding: 48px 0 0 20px;
}

.works__name {
    margin-top: 20px;
}

/* works pc */
@media screen and (min-width:769px) {
    .works__list {
        justify-content: space-between;
        width: 100%;
        margin: 60px 0 0 0;
    }

    .works__item {
        width: 31%;
        max-width: 690px;
    }

    .works__txt {
        height: 200px;
        font-size: 2rem;
        padding: 70px 0 0 50px;
    }

    .btn--works {
        margin-top: 80px;
    }
}/* pc 769px */