@charset "utf-8";

/*========= VISUAL ===============*/
.visual {
    background: url(../images/businessvisual.webp) center / cover;
}

@media screen and (max-width: 768px){
    .visual {
        background: url(../images/businessvisual_sp.webp) center / cover;
    }
} /* VISUAL SP 768px */

/*========= CONSULTING ===============*/
.section--consulting {
    position: relative;
    margin-top: 0;
    padding: 0;
}

.consulting__contents {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto;
    aspect-ratio: 16/8;
    overflow: hidden;
}

.consulting__txt,
.sales__txt,
.counseling__txt,
.coaching__txt {
    position: absolute;
    left: 7vw;
    bottom: 7vw;
    z-index: 1;
    padding: 1em 2em;
    max-width: 45vw;
    min-width: 200px;
    box-sizing: border-box;
}

.consulting__txt .en {
    color: var(--main-blue);
}

.consulting__txt h3,
.sales__txt h3,
.counseling__txt h3,
.coaching__txt h3 {
    font-size: 2.8rem;
}

.consultingImg {
    position: absolute;
    top: 0; right: 0;
    height: 100%;
    width: 77vw;
    object-fit: cover;
    display: block;
    z-index: 0;
    min-width: 300px;
    max-width: 100vw;
    margin: 0;
    pointer-events: none;
}

.consulting__contents02 {
    margin: 5% auto 10%;
    padding: 0 7%;
}

.consulting__topic h4 {
    text-align: center;
}

h4 {
    line-height: 1.8;
}

.consulting__topic p {
    margin: 0 auto;
    max-width: 920px;
    text-align: left;
}

.consulting__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5rem;
    gap: 5em;
}

.consulting__txt02,
.sales__txt02,
.counseling__txt02,
.coaching__txt02 {
    margin-top: 1em;
    font-size: 2rem;
    line-height: 1.5;
    color: var(--main-blue);
}

.consulting__txt02 .bgLRextend::before {
    background-color: var(--main-blue);
}

.consulting__title {
    line-height: 2;
}

.belief__img02,
.sales__img02,
.counseling__img02,
.coaching__img02 {
    width: 344px;
    height: 344px;
    background: #fff;
    border: 0.5px solid var(--font-black);
    box-shadow: 0 0 8px rgba(var(--main-blue-rgb), 0.1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.belief__img02::before,
.sales__img02::before,
.counseling__img02::before,
.coaching__img02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.belief__item:nth-child(1) .belief__img02::before {
    background: url('../images/belief01.webp') center / cover;
}

.belief__item:nth-child(2) .belief__img02::before {
    background: url('../images/belief02.webp') center / cover;
}

.belief__item:nth-child(3) .belief__img02::before {
    background: url('../images/belief03.webp') center / cover;
}

.consulting__contents03 p {
    width: 344px;
}

.spBr,
.spBr02 {
    display: none;
}

/*****  consulting SP *****/
@media screen and (max-width: 900px){
    .consulting__list {
        gap: 3em;
    }

    .consulting__contents03 p {
        width: 280px;
    }

    .pcBr {
        display: none;
    }
} /* consulting SP 900px */

@media screen and (max-width: 768px){
    .consulting__txt,
    .sales__txt,
    .counseling__txt,
    .coaching__txt {
        font-size: 1.3rem;
        left: 3vw;
        bottom: 3vw;
        max-width: 80vw;
    }

    .consulting__txt h3,
    .sales__txt h3,
    .counseling__txt h3,
    .coaching__txt h3 {
        font-size: 2.4rem;
        margin: 0;
    }

    .consultingImg {
        width: 100vw;
        min-width: 0;
    }

    .belief__img02,
    .sales__img02,
    .counseling__img02,
    .coaching__img02 {
        width: 280px;
        height: 280px;
    }

    .consulting__contents {
        aspect-ratio: 16/10;
    }
    
    .consulting__txt02,
    .sales__txt02,
    .counseling__txt02,
    .coaching__txt02 {
        font-size: 1.6rem;
    }

    .ft14 {
        font-size: 1.2rem;
    }
} /* consulting SP 768px */

@media screen and (max-width: 520px){
    .spBr02 {
        display: block;
    }
} /* consulting SP 520px */  

@media screen and (max-width: 375px){
    .consulting__txt h3,
    .sales__txt h3,
    .counseling__txt h3,
    .coaching__txt h3 {
        font-size: 2rem;
    }

    .consulting__txt p,
    .sales__txt p,
    .counseling__txt p,
    .coaching__txt p {
        font-size: 1rem;
    }

    .spBr {
        display: block;
    }
} /* consulting SP 375px */

/*========= SALES ===============*/
.sales__txt .en,
.sales__txt02 {
    color: var(--accent);
}

.sales__txt02 .bgLRextend::before {
    background-color: var(--accent);
}

.sales__item:nth-child(1) .sales__img02::before {
    background: url('../images/sales01.webp') center / cover;
}

.sales__item:nth-child(2) .sales__img02::before {
    background: url('../images/sales02.webp') center / cover;
}

.sales__item:nth-child(3) .sales__img02::before {
    background: url('../images/sales03.webp') center / cover;
}

/*========= COUNSELING ===============*/
.counseling__txt .en,
.counseling__txt02 {
    color: var(--main-blue);
}

.counseling__txt02 .bgLRextend::before {
    background-color: var(--main-blue);
}

.counseling__item:nth-child(1) .counseling__img02::before {
    background: url('../images/counseling01.webp') center / cover;
}

.counseling__item:nth-child(2) .counseling__img02::before {
    background: url('../images/counseling02.webp') center / cover;
}

.counseling__item:nth-child(3) .counseling__img02::before {
    background: url('../images/counseling03.webp') center / cover;
}

/*========= COACHING ===============*/
.coaching__txt .en,
.coaching__txt02 {
    color: var(--accent);
}

.coaching__txt02 .bgLRextend::before {
    background-color: var(--accent);
}

.coaching__item:nth-child(1) .coaching__img02::before {
    background: url('../images/coaching01.webp') center / cover;
}

.coaching__item:nth-child(2) .coaching__img02::before {
    background: url('../images/coaching02.webp') center / cover;
}

.coaching__item:nth-child(3) .coaching__img02::before {
    background: url('../images/coaching03.webp') center / cover;