/* --------------------------------------------------- */
/* strength.html */
#strength_outer .item {
	margin-bottom: 5em;
    min-height: 26em;
    position: relative;
}
#strength_outer .item:last-child {margin-bottom: 0;}
#strength_outer .item:nth-child(1) {
    background: url(../images/strength_01.png) no-repeat right center;
    background-size: 50% auto;
}
#strength_outer .item:nth-child(2) {
    background: url(../images/strength_02.png) no-repeat left center;
    background-size: 50% auto;
}
#strength_outer .item:nth-child(3) {
    background: url(../images/strength_03.png) no-repeat right center;
    background-size: 50% auto;
}
#strength_outer .item .inner {
	width: 70%;
    max-width: 610px;
    background: rgb(156 217 247 / 60%);
    padding: 3em 2.5em 3em;
}
#strength_outer .item:nth-child(even) .inner {
    position: absolute;
    right: 0;
}

#strength_outer .item .strength_title {
    font-size: 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    margin-bottom: 0.75em;
    display: flex;
    align-items: center;
    position: relative;
}
#strength_outer .item:nth-child(1) .strength_title::before,
#strength_outer .item:nth-child(2) .strength_title::before,
#strength_outer .item:nth-child(3) .strength_title::before {
    font-size: 46px;
    line-height: 1.0em;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #12ade4;
    font-style: normal;
    display: inline-block;
    margin-right: 0.25em;
}
#strength_outer .item:nth-child(1) .strength_title::before { content: "01"; }
#strength_outer .item:nth-child(2) .strength_title::before { content: "02"; }
#strength_outer .item:nth-child(3) .strength_title::before { content: "03"; }

@media screen and (max-width:767px) {
     #strength_outer .item {
		padding-top: 67%;
        background-size: contain;
		background-position: center top;
		min-height: auto;
		margin-bottom: 30px;
	}
    #strength_outer .item:nth-child(1) {
        background: url(../images/strength_01.png) no-repeat center top;
        background-size: 100% auto;
    }
    #strength_outer .item:nth-child(2) {
        background: url(../images/strength_02.png) no-repeat center top;
        background-size: 100% auto;
    }
    #strength_outer .item:nth-child(3) {
        background: url(../images/strength_03.png) no-repeat center top;
        background-size: 100% auto;
    }
	#strength_outer .item .inner {
		width: 100%;
		padding: 0.75em 0.75em;
		position: relative;
	}
    #strength_outer .item:nth-child(even) .inner {
        position: static;
    }
    
    #strength_outer .item .strength_title {
        font-size: 4vw;
    }
	#strength_outer .item:nth-child(1) .strength_title::before,
	#strength_outer .item:nth-child(1) .strength_title::before,
	#strength_outer .item:nth-child(1) .strength_title::before { font-size: 10vw; }
}


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