@charset "utf-8";



/*  Foundation
*/



/*  Modules strong point
*/

.strong-point-name {
    margin-bottom: 2em;
}

.strong-point-one-title {
    font-weight: bold;
    font-size: 1.6em;
    color: var(--color-dark-glay);
}

.strong-point-one-title img {
    vertical-align: middle;
    margin-right: 0.5em;
}

.strong-point-one-title .text {
    vertical-align: middle;
    line-height: 1em;
    letter-spacing: 1px;
}

.strong-point-one-text {
    width: 70%;
    padding-left: 30px;
    margin-bottom: 5em;
    letter-spacing: 2px;
    line-height: 2em;
    font-size: 0.9em;
    color: var(--color-dark-glay);
}

.strong-point-list > .wp-block-group__inner-container{
    position: relative;
}

.strong-point-image-1 {
    position: absolute;
    top: 0;
    right: -480px;
}



/*  Modules business
*/

.business-title-sub-text {
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--font-color-primary);
}

.business-one {
    margin: 3em auto;
    padding: 2em 3em;
    border: 2px var(--color-bright-silver) solid;
    border-radius: 2em;
}

.business-one > .wp-block-group__inner-container {
    position: relative;
}

.business-one-title-text {
    margin: 1em 0;
    font-weight: bold;
    font-size: 1.6em;
    letter-spacing: 2px;
    color: var(--font-color-primary);
}

.business-one-text {
    width: 60%;
    letter-spacing: 1px;
    line-height: 2em;
    font-size: 0.9em;
    color: var(--color-dark-glay);
}

.business-one-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}



/*  pc x-small : pc small ((1024 + 1366) / 2)
*/

@media screen and (max-width: 1195px) {
    /*  Modules strong-point
    */
    .strong-point-one {
        width: 55%;
    }

    .strong-point-one-title {
        display: flex;
    }

    .strong-point-one-title .text {
        line-height: 1.6em;
    }

    .strong-point-one-text {
        width: 100%;
        padding-left: 0;
        margin-bottom: 3em;
        letter-spacing: 1px;
        line-height: 1.6em;
    }

    .strong-point-image-1 {
        right: -5%;
        max-width: 50%;
    }

    .strong-point-image-1 img {
        object-fit: contain;
    }
}



/*  iPhone 12 pro Max : iPad portrate ((428px + 768px) / 2)
*/

@media screen and (max-width: 598px) {
    /*  strong point
    */
    .strong-point {
        width: 100%;
        margin: 3em auto 1em;
        padding-bottom: 1em;
    }

    .strong-point-name {
        font-size: var(--font-size-subtitle-micro);
        letter-spacing: 0;
    }

    .strong-point-list {
        width: 100%;
    }

    .strong-point-one {
        width: 92%;
        margin: 0 auto;
    }

    .strong-point-image-1 {
        position: initial;
        top: initial;
        right: initial;
        max-width: initial;
        padding-left: 5%;
    }

    .strong-point-image-1 img {
        height: fit-content;
    }

    .strong-point-one-title {
        justify-content: space-between;
        width: 100%;
        font-size: var(--font-size-subtitle-nano);
    }

    .strong-point-one-title img {
        margin: 0;
        max-height: 31px;
        object-fit: contain;
    }

    .strong-point-one-title .text {
        width: 90%;
    }

    .strong-point-one-text {
        padding-left: 12.5%;
        box-sizing: border-box;
        font-size: var(--font-size-body);
        line-height: 1.93em;
    }

    /*  business
    */

    .business-one {
        padding: 2em 2.3em;
    }

    .business-title-main-image img {
        width: 183px;
        height: fit-content;
        object-fit: contain;
    }

    .business-title-sub-text {
        font-size: var(--font-size-subtitle-micro);
    }

    .business-one-title-image {
        margin-bottom: 0.5em;
    }

    .business-one-title-text {
        margin: 0 0 0.5em 0;
        font-size: var(--font-size-subtitle-micro);
    }

    .business-one-image {
        bottom: auto;
    }

    .business-one-image img {
        width: 110px;
        height: fit-content;
        object-fit: contain;
        object-position: center top;
    }

    .business-one-text {
        margin-top: 1em;
        padding-top: 0.5em;
        width: 100%;
        font-size: var(--font-size-body);
    }

    .business-one:nth-child(1) .business-one-image img {
        width: 122px;
    }

    .business-one:nth-child(2) .business-one-image img {
        width: 103px;
    }

    .business-one:nth-child(3) .business-one-image img {
        width: 113px;
    }

    .business-one:nth-child(4) .business-one-image img {
        width: 64px;
        margin-right: 50%;
    }

    .business-one:nth-child(5) .business-one-title-text {
        margin-left: -2%;
    }

    .business-one:nth-child(5) .business-one-image img {
        width: 88px;
    }

}

