@charset "UTF-8";
/* =====================================
	strength
===================================== */

.visual{
    width: 100%;
    height: min(29.165vw, 350px);
    background: url("../img/common/visual01.jpg") center;
    background-size: cover;
}

.visual .inner{
    width: 100%;
    max-width: 1200px;
    height: min(29.165vw, 350px);
    margin: 0 auto;
    position: relative;
}

.visual h1{
    position: absolute;
    top: min(12.25vw, 147px);
    left: 10%;
    z-index: 10;
    filter: drop-shadow(5px 5px 50px rgba(0,0,0,1));
    font-size: min(3.361875vw, 5.379rem);
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.visual h1 small{
    font-size: min(1.5vw, 2.4rem);
    font-weight: normal;
    display: block;
    margin-top: 10px;
}

.cnt{
    width: 100%;
    padding: 40px 0;
}

.cnt ul li{
    margin-bottom: 100px;
}

.cnt ul li:nth-child(3){
    max-width: 850px;
    margin: 0 auto 100px;
}

.cnt ul li:nth-child(4){
    max-width: 850px;
    margin: 0 auto 100px;
}

.cnt ul li:nth-child(5){
    max-width: 850px;
    margin: 0 auto;
}
.cnt ul li.ttl{
    text-align: center;
    margin-bottom: 0;
}
.cnt ul li.ttl h2{
    text-align: center;
    font-size: 2.8rem;
}
.cnt ul li.ttl h2 span{
    font-size: 3rem;
    color: #D0000E;
}
h3.strength{
    font-size: 1.8rem;
    background: none;
    padding: 5px 0;
    font-weight: bold;
    text-align: left;
    color: #333;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 2px solid #333;
}
.cnt ul li .ttl-no-wrap{
    display: inline-block;
        border-bottom: 3px solid #01417E;
}
.cnt ul li .ttl-no{
    font-size: 5rem;
    font-weight: bold;
    color: #01417E;
    display: flex;
    align-items: center;

    line-height: 1.2;
    justify-content: center;
}
.cnt ul li .ttl-no span.sub{
    font-size: 2rem;
    color: #799BBB;
}
.cnt ul li h2 img{
    margin: 0 auto 60px;
}

.cnt ul li .flexbox{
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.cnt ul li .flexbox .imgArea{
    width: 100%;
}


.cnt ul li .flexbox .imgArea img{
    width: 100%;
}

.cnt ul li .flexbox .txtArea{
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
}


.cnt ul li .flexbox .txtArea strong{
    font-weight: bold;
    color: #d0000d;
}

.cnt ul li:nth-child(even) .flexbox{
    
}

.cnt ul li:nth-child(even) .flexbox .txtArea{
    margin: 3.125% 0 0 0;
}


@media screen and (max-width:768px){

.visual{
    height: 66.67vw;
    background: url("../img/common/sp/visual01.jpg") center;
    background-size: cover;
}

.visual .inner{
    height: 66.67vw;
}

.visual h1{
    position: inherit;
    top: auto;
    left: auto;
    font-size: 9.30533vw;
    line-height: 1.2678;
    text-align: center;
    padding-top: 23.867vw;
}

.visual h1 small{
    font-size: 4.152vw;
    margin-top: 1.2vw;
}

.cnt{
    padding: 13.33vw 0 14vw;
}

.cnt ul li{
    margin-bottom: 11.33vw;
}
    .cnt ul li:nth-child(4){
        margin-bottom: 0;
    }

.cnt ul li h2 img{
    margin: 0 auto 4vw;
}

.cnt ul li .flexbox{
    display: block;
}

.cnt ul li .flexbox .imgArea{
    width: 100%;
    margin: 0 auto 3.33vw;
}


.cnt ul li .flexbox .txtArea{
    width: 100%;
    margin-right: 0;
    font-size: 4vw;
}


.cnt ul li:nth-child(even) .flexbox .txtArea{
    margin: 0;
}


}