body:has(main#strengthMain) {
    background-color: #fff;
}

main#strengthMain {
    background-image: url('../img/str-bg-01.png'), url('../img/str-bg-02.png');
    background-size: 100% auto, 100% auto;
    background-position: 0 0, left 0 bottom 0;
    background-repeat: no-repeat;
}

section.strength-intro {
    padding: 4.8rem;

}

section.strength-intro h2 {
    font-size: 5.2rem;
    line-height: 0.6;
    margin-bottom: 2.6rem;
    text-shadow:
        0 2px 2px #fff,
        0 -2px 2px #fff,
        2px 0 2px #fff,
        -2px 0 2px #fff;
}

section.strength-intro h2 span {
    display: inline-block;
    font-size: 1.5rem;
    line-height: normal;
}

section.strength-intro h3 {
    font-size: 3rem;
    line-height: 1.8;
    text-shadow:
        0 2px 2px #fff,
        0 -2px 2px #fff,
        2px 0 2px #fff,
        -2px 0 2px #fff;
}

section.strength-detail {}

.strength-detail-wrapper {
    background-color: rgb(65 83 114);

    mix-blend-mode: multiply;
}

.strength-detail-wrapper {
    color: #fff;
    padding: 8rem 0;
}

.strength-detail-wrapper h3 {
    font-size: 3.3rem;
    margin-bottom: 3.6rem;
}

.strength-detail-wrapper p {
    margin-bottom: 4rem;
    line-height: 1.6;
}

.strength-detail-wrapper figure:first-of-type {
    width: 58rem;
    height: 16rem;
    margin-bottom: 6.2rem;
}

.strength-detail-wrapper .strength-lists {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 3.6rem;
    align-items: flex-start;
    padding: 0 1.2rem;
    margin-bottom: 7rem;

}

.strength-detail-wrapper .strength-lists::after {
    content: "";
    position: absolute;
    right: 9rem;
    bottom: 0;
    width: 46rem;
    height: 4.4rem;
    border: 1px solid #fff;
    border-top: none;
    transform: translateY(-4rem);
}

.strength-detail-wrapper .strength-item {
    position: relative;
    margin: 0 auto;
}

.strength-detail-wrapper .strength-item:first-child p {
    margin-top: 1.4rem;
    margin-bottom: 0;
    font-size: 1.6rem;
    text-align: center;
}

.strength-detail-wrapper .strength-item:first-child div.round {
    border: none;
}

.strength-detail-wrapper .strength-item div.round {
    width: 17rem;
    height: 17rem;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.6rem;
    font-weight: 900;
    position: relative;

}

.strength-detail-wrapper .strength-item:not(:last-child) div.round::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(2.5rem, -50%);
    width: 1.4rem;
    height: 1.4rem;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #fff;
}

.strength-detail-wrapper .strength-item div.round:has(img) {
    flex-direction: column;
    row-gap: 1rem;
    font-size: 2rem;
}
.strength-detail-wrapper .strength-item:last-of-type div.round:has(img):last-of-type {
    font-size: 2rem;
}
.strength-detail-wrapper .strength-item:nth-child(2) div.round:has(img) img {
    width: 6rem;
    height: auto;
}

.strength-detail-wrapper .strength-item div.round div {
    width: 10rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.strength-detail-wrapper .strength-item div.round img {
    width: 100%;
    object-fit: contain;
    object-position: center center;
    max-width: 8rem;
}

section.other-links-sec {
    padding: 12rem 0 58rem;
}
section.other-links-sec img#companyLogoImg {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 6rem;
}
section.other-links-sec h3 {
    font-size: 3.4rem;
    margin-bottom: 5.6rem;
}

section.other-links-sec ul.others-link-lists {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    column-gap: 1rem;
    row-gap: 3rem;
    margin-bottom: 5rem;
}

section.other-links-sec ul.others-link-lists li {
    text-align: center;
}

section.other-links-sec .others-link-lists .others-link-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

section.other-links-sec .others-link-lists .others-link-item a img {

    max-width: 16.4rem;
    min-width: 20%;
}

p.other-link-desc {
    padding: 0 6rem;
}


@media screen and (max-width: 768px) {
    section.strength-intro h2 {
        font-size: 6.2rem;
        line-height: 0.8;
        margin-bottom: 4.2rem;
        text-shadow: 0 2px 2px #fff, 0 -2px 2px #fff, 2px 0 2px #fff, -2px 0 2px #fff;
    }
    section.strength-intro h2 span {
        display: inline-block;
        font-size: 2.4rem;
        line-height: normal;
        position: relative;
        /* transform: translateY(5rem); */
    }
    .strength-detail-wrapper .inner-container {
        padding: 0 4rem;
    }
    .strength-detail-wrapper figure:first-of-type {
        width: 100%;
        height: 12rem;
        margin-bottom: 10rem;
    }
    .strength-detail-wrapper .visit-link {
        width: 100%;
    }
    .strength-detail-wrapper .strength-lists {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10.6rem;
        align-items: flex-start;
        padding: 0 1.2rem;
        margin-bottom: 12rem;
    }
    .strength-detail-wrapper .strength-lists::after {
        content: "";
        position: absolute;
        right: 9rem;
        bottom: 0;
        width: 31rem;
        height: 4.4rem;
        border: 1px solid #fff;
        border-top: none;
        transform: translateY(5rem);
    }
    section.other-links-sec {
        padding: 12rem 0 28rem;
    }
    section.strength-intro h3 {
        font-size: 2.8rem;
        line-height: 1.8;
        text-shadow: 0 2px 2px #fff, 0 -2px 2px #fff, 2px 0 2px #fff, -2px 0 2px #fff;
    }
}