@charset "UTF-8";
/*-----------------------------------------------------
　anchor
------------------------------------------------------*/
ul.p-strengths-anchor {
    width: 100%;
    margin: 0 auto 80px;
    display: flex;
    justify-content: space-between;
}
ul.p-strengths-anchor li.p-strengths-anchor-item {
    width: calc((100% - 80px)/5);
    display: flex;
    justify-content: space-between;
}
ul.p-strengths-anchor li.p-strengths-anchor-item a {
    width: 100%;
    /*background: #FFF;*/
    background: linear-gradient(to right, #dd122b 0%, #ab0418 100%);
    box-shadow: 0 0 15px 0 rgba(177, 177, 188, 0.75);
    position: relative;
    transition: 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}
ul.p-strengths-anchor li.p-strengths-anchor-item a::after {
    display: block;
    content: '';
    width: 1.1vw;
    height: 0.55vw;
    /*margin: 10px auto 0;*/
    background: url("/wp-content/themes/cpi-web/assets/images/common/icon_arrow_b.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    left: calc((100% - 1.1vw)/2);
    bottom: 15px;
}
ul.p-strengths-anchor li.p-strengths-anchor-item a:hover {
    transform: translate3d(0, -10px, 0)
}
ul.p-strengths-anchor li.p-strengths-anchor-item a p.p-strengths-anchor-item__tag {
    width: 40%;
    padding: 8px 5px 5px;
    font-size: 1.15vw;
    font-weight: 500;
    text-align: center;
    color: #FFF;
    line-height: 1;
    background: #0e1336;
    border-radius: 30px;
    position: absolute;
    top: -14px;
    left: calc(60%/2);
}
ul.p-strengths-anchor li.p-strengths-anchor-item a .p-strengths-anchor-item__img {
    width: 100%;
    padding: 24px 30px 20px;
    background: #FFF;
    overflow: hidden;
}
ul.p-strengths-anchor li.p-strengths-anchor-item a .p-strengths-anchor-item__img figure {
    transition: all .3s ease-out;
}
ul.p-strengths-anchor li.p-strengths-anchor-item a:hover .p-strengths-anchor-item__img figure {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
ul.p-strengths-anchor li.p-strengths-anchor-item a p.p-strengths-anchor-item__text {
    width: 100%;
    padding: 20px 5% 35px;
    font-size: 1.15vw;
    font-weight: 500;
    text-align: center;
    color: #FFF;
    line-height: 1.4;
    /*background: linear-gradient(to right, #dd122b 0%, #ab0418 100%);*/
    /*position: relative;*/
    display: flex;
    flex-direction: column;
}
ul.p-strengths-anchor li.p-strengths-anchor-item a p.p-strengths-anchor-item__text span {
    display: block;
    margin-top: 5px;
    font-size: 0.8vw;
}
@media (min-width: 1400px) {
    ul.p-strengths-anchor li.p-strengths-anchor-item a::after {
        display: block;
        content: '';
        width: 14px;
        height: 7px;
        margin: 10px auto 0;
        background: url("/wp-content/themes/cpi-web/assets/images/common/icon_arrow_b.svg") no-repeat;
        background-size: 100%;
    }
    ul.p-strengths-anchor li.p-strengths-anchor-item a p.p-strengths-anchor-item__tag {
        font-size: 15px;
    }
    ul.p-strengths-anchor li.p-strengths-anchor-item a p.p-strengths-anchor-item__text {
        font-size: 16px;
        font-weight: 500;
    }
    ul.p-strengths-anchor li.p-strengths-anchor-item a p.p-strengths-anchor-item__text span {
        display: block;
        margin-top: 5px;
        font-size: 11px;
    }
}
@media (max-width: 599px) {
    ul.p-strengths-anchor {
        width: 100%;
        margin: 0 auto 60px;
        display: block;
    }
    ul.p-strengths-anchor li.p-strengths-anchor-item {
        width: 100%;
        margin-bottom: 25px;
    }
    ul.p-strengths-anchor li.p-strengths-anchor-item a {
        width: 100%;
        background: linear-gradient(to right, #dd122b 0%, #ab0418 100%);
        box-shadow: 0 0 15px 0 rgba(177, 177, 188, 0.75);
        position: relative;
        transition: 0.3s ease-in-out;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    ul.p-strengths-anchor li.p-strengths-anchor-item a::after {
        display: block;
        content: '';
        width: 3vw;
        height: 1.5vw;
        margin: auto;
        background: url("/wp-content/themes/cpi-web/assets/images/common/icon_arrow_b.svg") no-repeat;
        background-size: 100%;
        position: absolute;
        /*top: calc((100% - 1.5vw)/2);
        right: 10px;*/
        left: calc(100% - 1.1vw - 20px);
        bottom: calc((100% - 1.5vw)/2);
    }
    ul.p-strengths-anchor li.p-strengths-anchor-item a:hover {
        transform: translate3d(0, -6px, 0)
    }
    ul.p-strengths-anchor li.p-strengths-anchor-item a p.p-strengths-anchor-item__tag {
        width: 50%;
        padding: 8px 5px 5px;
        font-size: 3.5vw;
        font-weight: 500;
        text-align: center;
        color: #FFF;
        line-height: 1;
        background: #0e1336;
        border-radius: 30px;
        position: absolute;
        top: -14px;
        left: calc(50%/2);
        z-index: 10;
    }
    ul.p-strengths-anchor li.p-strengths-anchor-item a .p-strengths-anchor-item__img {
        width: 35%;
        padding: 20px 3% 20px;
        background: #FFF;
        overflow: hidden;
        height: 100%;
    }
    ul.p-strengths-anchor li.p-strengths-anchor-item a .p-strengths-anchor-item__img figure {
        transition: all .3s ease-out;
    }
    ul.p-strengths-anchor li.p-strengths-anchor-item a:hover .p-strengths-anchor-item__img figure {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    ul.p-strengths-anchor li.p-strengths-anchor-item a p.p-strengths-anchor-item__text {
        width: 65%;
        padding: 20px 8% 15px 5%;
        font-size: 3.8vw;
        font-weight: 500;
        text-align: center;
        color: #FFF;
        line-height: 1.4;
        background: transparent;
        /*position: relative;*/
        display: block;
        height: 100%;
    }
    ul.p-strengths-anchor li.p-strengths-anchor-item a p.p-strengths-anchor-item__text span {
        display: block;
        margin-top: 5px;
        font-size: 3.0vw;
    }
}
/*-----------------------------------------------------
　協栄情報の強み
------------------------------------------------------*/
.l-contents .l-contents-box.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.l-contents-box .p-strengths-textbox {
    width: 55%;
}
.l-contents-box .p-strengths-textbox p.p-strengths-textbox__tag {
    width: 132px;
    padding: 8px 20px 5px;
    font-size: 22px;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    line-height: 1;
    background: #0e1336;
    border-radius: 30px;
}
.l-contents-box .p-strengths-textbox p.p-strengths-textbox__ttl {
    /*margin: 30px auto 20px;*/
    margin: 0 auto 20px;
    font-size: 24px;
    font-weight: bold;
    color: #dd122b;
}
.l-contents-box .p-strengths-textbox p.p-strengths-textbox__text {
    font-size: 18px;
    word-break: break-all;
}

/*---本文内部リンク---*/
.l-contents-box .p-strengths-textbox p.p-strengths-textbox__text a {
    display: inline-block;
    color: #dd122b;
    position: relative;
}

.l-contents-box .p-strengths-imgbox {
    width: calc(45% - 40px);
}
@media (max-width: 599px) {
    .l-contents .l-contents-box.flex {
        display: block;
    }
    .l-contents-box .p-strengths-textbox {
        width: 100%;
    }
    .l-contents-box .p-strengths-textbox p.p-strengths-textbox__tag {
        width: 50%;
        padding: 8px 20px 5px;
        font-size: 5vw;
        font-weight: 500;
        color: #FFF;
        text-align: center;
        line-height: 1;
        background: #0e1336;
        border-radius: 30px;
        margin: 0 auto;
    }
    .l-contents-box .p-strengths-textbox p.p-strengths-textbox__ttl {
        /*margin: 20px auto 20px;*/
        margin: 0 auto 20px;
        font-size: 6.5vw;
        font-weight: bold;
        color: #dd122b;
    }
    .l-contents-box .p-strengths-textbox p.p-strengths-textbox__text {
        font-size: 3.8vw;
    }
    .l-contents-box .p-strengths-imgbox {
        width: 100%;
        margin-top: 30px;
    }
}