@charset 'UTF-8';

/* 下層ページメインビジュアル */
.page_mv {
    background-image: url(../../image/strength_mv.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* 強み */
.strength {
    margin-top: min(9.02vw, 130px);
}

.strength_contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: min(9.02vw, 130px);
}

.strength_contents:nth-child(even) {
    flex-direction: row-reverse;
}

.strength_group:first-child {
    margin-top: 0;
}

.strength_contents:nth-child(even) .strength_textbox {
    text-align: right;
}

.strength_contents:nth-child(even) .strength_image {
    margin-left: min(-.41vw, -3px);
}

.strength_image {
    margin-left: 18%;
    max-width: 720px;
    width: 90%;
}

.strength_box {
    padding-top: min(2.08vw, 30px);
    padding-right: min(9.93vw, 143px);
    padding-bottom: min(2.08vw, 30px);
    padding-left: min(9.93vw, 143px);
    max-width: 845px;
    width: 100%;
    background-color: #f49132;
    color: #fff;
}

.strength_title {
    padding-bottom: min(1.38vw, 20px);
    border-bottom: 1px solid #fff;
    font-weight: 700;
    font-size: min(2.5vw, 36px);
}

.strength_text {
    margin-top: min(2.77vw, 40px);
    font-size: min(1.11vw, 16px);
    ;
}

.strength_icon {
    margin-bottom: min(-.41vw, -6px);
    width: 53%;
}

/* スマホ対応(強み) */
@media (max-width: 768px) {
    .strength {
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }

    .strength_image {
        display: none;
    }

    .strength_box {
        padding-top: 5.33vw;
        padding-bottom: 5.33vw;
    }

    .strength_title {
        /* 14px */
        font-size: 3.73vw;
    }

    .strength_text {
        /* 10px */
        font-size: 2.66vw;
    }

    .strength_icon {
        margin-bottom: -.6vw;
    }
}