@charset "UTF-8";

.relative {
    position: relative;
    margin: 0;
}
.whitebg {
    min-height: 680px;
}
.whitebg p, .whitebg h3 {
    color: black;
}
.st_msg {
    top: 13%;
}


/*１ページ目*/
#st_pg1_body {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
}
#st_pg1_contents {
    width: 37%;
    max-width: 480px;
    text-align: justify;
    font-size: 14px;
    letter-spacing: 0.2em;
    padding-left: 10vw;
    margin-right: 40px;
}
#st_images_wrap {
    width: 35%;
}
#st_pg1_img1 {
    width: 85%;
    max-width: 390px;
    margin-left: 1.5vw;
    box-shadow: 1vw 1vw #f5bc1a;
}

@media screen and (max-width: 900px) {
    #st_pg1_img1 {
        margin-left: 3.5vw;
    }
    #st_images_wrap {
        width: 30%;
    }
    #st_pg1_contents {
        width: 45%;
    }
}
@media screen and (max-width: 780px) {
    #strength_page1 {
        min-height: 800px;
    }
    #st_pg1_body {
        flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        -ms-flex-align: center;
        top: 30%;
        width: 100%;
    }
    #strength_page1 .st_msg {
        min-width: 500px;
    }
    #st_pg1_contents, #st_images_wrap {
        width: 420px;
    }
    #st_pg1_contents {
        padding: 0;
        margin: 0;
    }
    #st_images_wrap {
        margin-top: 20px;
        text-align: center;
    }
    #st_images_wrap img {
        max-width: none;
    }
    #st_pg1_img1 {
        width: 100%;
        margin: 0;
        box-shadow: 1.2vw 1.2vw #f5bc1a;
    }
}
@media screen and (max-width: 680px) {
    #strength_page1 .st_msg {
        min-width: 400px;
    }
    #strength_page1 h3 {
        top: 18%;
    }
}
@media screen and (max-width: 580px) {
    #st_pg1_contents, #st_images_wrap {
        width: 70%;
    }
}
@media screen and (max-width: 480px) {
    #strength_page1 {
        height: 800px;
    }
    #strength_page1 .st_msg, #strength_page2 .st_msg {
        min-width: 300px;
        top: 10%;
    }
    #strength_page1 h3 {
        top: 14%;
    }
    #st_pg1_body {
        top: 180px;
    }
    #st_images_wrap {
        width: 100vw;;
    }
    #st_pg1_img1 {
        max-width: none;
        box-shadow: none;
    }
}
@media screen and (max-width: 400px) {
    #strength_page1{
        height: 815px;
    }
    #strength_page1 .st_msg, #strength_page2 .st_msg {
        top: 9%;
    }
    #strength_page1 h3 {
        top: 13%;
    }
    #st_pg1_contents {
        letter-spacing: 0.15em;
    }
}
@media screen and (max-width: 350px) {
    #st_pg1_body {
        top: 195px;
    }
}
/*２ページ目*/
#strength_page2 {
    min-height: 850px;
}
#strength_page2 .st_msg {
    width: 50%;
}
#st_pg2_body {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 78%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 250px;
    justify-content: center;
    -ms-flex-pack: center;
}
.strength_item {
    width: 222px;
    margin: 20px;
    position: relative;
}
.strength_item a {
    display: block;
    width: 100%;
    height: 100%;
}
.item_frame {
    width: 100%;
    height: 200px;
}
.inframe_contents {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    box-sizing: border-box;
    text-align: center;
}
.reason_number {
    width: 32%;
}
.bigger {
    width: 36%;
    margin-bottom: 5px;
}
.inframe_contents p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
#narrow-hight {
    line-height: 1.5;
    margin: 15px;
}
.arrow {
    width: 9px;
    height: 9px;
    border: 3.5px solid;
    border-color: transparent transparent black black;
    transform: rotate(-45deg);
}
.arrow-box {
    position: absolute;
    left: 46%;
    animation: move-y .5s 1s infinite alternate ease-in-out;
}

@keyframes move-y {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}


@media screen and (min-width: 1020px) {
    #st_pg2_body {
        padding-top: 280px;
    }
}
@media screen and (max-width: 1008px) {
    #strength_page2 {
        height: 1110px;
    }
    #strength_page2 .st_msg {
        top: 10%;
    }
    #strength_page2 h3 {
        top: 12%;
    }
}
@media screen and (max-width: 680px) {
    #strength_page2 .st_msg {
        min-width: 430px;
    }
    #st_pg2_body {
        width: 85%;
    }
    .strength_item {
        width: 30vw;
        min-width: 185px;
        margin: 2.5vw;
    }
    .inframe_contents p {
        font-size: 15px;
    }
}
@media screen and (max-width: 500px) {
    #strength_page2 {
        height: 1600px;
    }
    #strength_page2 .st_msg {
        min-width: 380px;
        top: 4%;
    }
    #strength_page2 h3 {
        top: 6%;
    }
    #st_pg2_body {
        flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        -ms-flex-align: center;
        padding-top: 50%;
    }
    .strength_item {
        width: 70%;
        margin: 1.5vw
    }
    /* .item_frame {
        width: 100%;
        height: 200px;
    } */
    .inframe_contents {
        width: 100%;
    }
    .reason_number {
        width: 20%;
        margin: 0 20px;
    }
    .bigger {
        width: 22%;
    }
    .inframe_contents p {
        margin: 15px 4px;
        font-size: 17px;
    }
    .arrow-box {
        left: 48%;
    }
}
@media screen and (max-width: 400px) {
    #strength_page2 .st_msg {
        min-width: 330px;
    }
}
@media screen and (max-width: 350px) {
    #strength_page2 .st_msg {
        min-width: 310px;
    }
}
/*３ページ目以降共通*/
.strength_number {
    position: absolute;
    width: 10vw;
    min-width: 90px;
    max-width: 150px;
}
.right_label {
    top: -10%;
    right: 8%;
}
.left_label {
    bottom: -10%;
    left: 15%;
}
.st_bg {
    z-index: 15;
    position: absolute;
    top: 31%;
}
.img_left {
    width: 60%;
    left: 0;
}
.img_right {
    width: 39%;
    right: 8%;
}
.strength_contents {
    z-index: 17;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
}
.right_contents {
    align-items: flex-end;
    -ms-flex-align: end;
    top: 31%;
    right: 0;
}
.left_contents {
    align-items: flex-start;
    -ms-flex-align: start;
    top: 27%;
    left: 0;
}
.strength_contents p {
    font-size: min(1.25vw, 16px);
    padding: 17px 25px;
    line-height: 2.3;
    background: rgb(250, 218, 57);
    background-image: linear-gradient(-45deg, black 15px, transparent 0);
}
@media screen and (max-width:1024px) {
    .strength_contents p {
        font-size: 15px;
    }    
}
@media screen and (max-width:850px) {
    .strength_contents p {
        font-size: 14px;
    }    
}
@media screen and (max-width:680px) {
    .st_msg {
        width: 80%;
        min-width: 430px;
    }
    .strength_contents p {
        font-size: 13px;
    }    
}
@media screen and (max-width:580px) {
    .strength_number {
        min-width: 75px;
    }
    .strength_contents p {
        padding: 14px 20px;
        line-height: 2.1;
    }
}
@media screen and (max-width:480px) {
    .strength_number {
        min-width: 65px;
    }
    .be-right {
        top: -8%;
        left: 93%;
    }
}
@media screen and (max-width:400px) {
    .strength_contents p {
        font-size: 12px;
        line-height: 1.5;
    }
    .strength_number {
        min-width: 55px;
    }
}
@media screen and (max-width:350px) {
    .be-right {
        top: -6%;
        left: 80%;
    }
}
/*３ページ目*/
#pg3_point1 {
    margin-top: 25px;
    margin-right: 25vw;
}
#pg3_point2 {
    margin-right: 17vw;
}
#pg3_point3 {
    margin-right: 30vw;
}
#strength_page3 .st_bg {
    min-width: 440px;
}
@media screen and (max-width: 1024px) {
    #pg3_point1 {
        margin-right: 21vw;
    }
    #pg3_point2 {
        margin-right: 10vw;
    }
    #pg3_point3 {
        margin-right: 27vw;
    } 
}
@media screen and (max-width: 780px) {
    #strength_page3 p {
        margin-bottom: 2%;
    }
    #pg3_point1 {
        margin-top: 50px;
    }
}
@media screen and (max-width: 680px) {
    #pg3_point2 {
        margin-right: 8vw;
    }
    #strength_page3 .st_msg {
        width: 75%;
        min-width: 450px;
    }
    #strength_page3 .st_bg {
        min-width: 400px;
        top: 35%;
    }
    #strength_page3 .strength_contents {
        top: 35%;
    }
}
@media screen and (max-width: 580px) {
    #strength_page3 h3 {
        top: 15%;
    }
    #strength_page3 .strength_contents {
        top: 38%;
    }
    #strength_page3 .strength_number {
        top: -26%;
    }
    #pg3_point3 {
        margin-right: 19vw;
    }
}
@media screen and (max-width: 480px) {
    #strength_page3 .st_msg {
        width: 80%;
        min-width: 350px;
    }
    #strength_page3 .strength_contents {
        top: 24%;
    }
    #strength_page3 .strength_number {
        top: 0;
    }
    #pg3_point1 {
        margin-right: 30vw;
    }
    #pg3_point2 {
        width: 220px;
        margin-top: 115px;
        margin-right: 6vw;
    }
    #pg3_point2 br {
        display: none;
    }
    #pg3_point3 {
        margin-right: 10vw;
    }
}
@media screen and (max-width: 400px) {
    .sv_top {
        height: 700px;
    }
    #strength_page3 .st_msg {
        min-width: 310px;
    }
    #strength_page3 .st_bg {
        width: 100%;
        min-width: 320px;
    }
    #pg3_point2 {
        margin-top: 130px;
    }
    #pg3_point3 {
        width: 245px;
    }
    #pg3_point3 br {
        display: none;
    }
}
@media screen and (max-width: 350px) {
    #strength_page3 {
        height: 650px;
    }
    #strength_page3 .strength_contents p {
        padding: 14px 17px;
    }
    #pg3_point1 {
        margin-top: 60px;
        margin-right: 25vw;
    }
    #pg3_point2 {
        margin-top: 110px;
    }
    #pg3_point3 {
        width: 195px;
        margin-top: 20px;
        margin-right: 5vw;
    }
    #pg3_point3 br {
        display: none;
    }
}

/*４ページ目*/
#strength_page4 .st_msg {
    width: 70%;
}
#strength_page4 h3 br {
    display: none;
}
#strength_page4 .strength_contents {
    top: 30%;
}
#strength_page4 h4 {
    font-size: min(1.6vw, 23px);
    font-weight: bold;
    letter-spacing: 0.15em;
    padding: 18px 25px;
    background: white;
    border: solid 3px;
    margin-left: 20vw;
    position: relative;
}
#strength_page4 h4::before {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    border-right: 3px dashed #212121;
    border-bottom: 3px dashed #212121;
    transition: .3s;
    content: '';
}

#strength_page4 h3 br {
    display: none;
}
#strength_page4 .st_bg {
    top: 33%;
}
#strength_page4 h4 br {
    display: none;
}
#pg4_point1 {
    margin-top: 30px;
    margin-left: 17vw;
}
#pg4_point2 {
    margin-top: 33px;
    margin-left: 27vw;
}
@media screen and (max-width: 1024px) {
    #strength_page4 h4{
        font-size: 16px;
    }
    #pg4_point1 {
        margin-left: 8vw;
    }
    #pg4_point2 {
        margin-left: 21vw;
    }
}
@media screen and (max-width: 850px) {
    #strength_page4 .st_bg {
        right: 4%;
        min-width: 330px;
    }
    #strength_page4 h4 {
        padding: 17px 25px;
        margin-left: 14vw;
    }
}
@media screen and (max-width: 780px) {
    #strength_page4 p br {
        display: none;
    }
    #pg4_point1 {
        width: 370px;
        margin-top: 40px;
        margin-left: 5vw;
    }
    #pg4_point2 {
        width: 380px;
        margin-top: 30px;
    }
    #strength_page4 .strength_contents {
        top: 30%;
    }
    #strength_page4 .st_bg {
        top: 36%;
    }
}
@media screen and (max-width: 680px) {
    #strength_page4 .st_msg {
        width: 75%;
    }
    #strength_page4 h3 {
        top: 18%;
    }
    #strength_page4 h3 br {
        display: block;
    }
    #strength_page4 p {
        line-height: 2.0;
    }
    #pg4_point1, #pg4_point2 {
        width: 52vw;
    }
    #stength_page4 .strength_number {
        bottom: -13%;
    }
}
@media screen and (max-width: 580px) {
    #strength_page4 h4 {
        font-size: 15px;
        margin-left: 4vw;
        padding: 13px 20px;
    }
    #strength_page4 .st_bg {
        min-width: 300px;
    }
}
@media screen and (max-width: 480px) {
    #strength_page4 .st_msg {
        width: 85%;
        min-width: 400px;
    }
    #strength_page4 h4 {
        margin-left: 13vw;
        border: solid 2px ;
    }
    #strength_page4 h4 br {
        display: block;
        margin-left: 12vw;
    }
    #strength_page5 .strength_contents p {
        padding: 14px 17px;
    }
    #pg4_point1 {
        margin-top: 50px;
    }
    #pg4_point2 {
        margin-top: 27px;
    }
}
@media screen and (max-width: 400px) {
    #strength_page4 .st_msg {
        width: 90%;
        min-width: 320px;
    }
    #strength_page4 p {
        line-height: 1.5;
    }
    #pg4_point1 {
        margin-top: 80px;
    }
    #pg4_point2 {
        margin-left: 25vw;
    }
}
@media screen and (max-width: 400px) {
    #strength_page4 h3 {
        width: 290px;
        white-space: pre-wrap;
    }
    #strength_page4 h3 br {
        display: none;
    }
}
/*５ページ目*/
#strength_page5 .st_bg {
    width: 55%;
    max-width: 720px;
    min-width: 440px;
}
#strength_page5 h3 br {
    display: none;
}
#strength_page5 .strength_number {
    top: -30%;
}
#strength_page5 .strength_contents {
    top: 41%;
}
#pg5_point1 {
    margin-right: 16vw;
    margin-bottom: 25px;
}
#pg5_point2 {
    margin-right: 9vw;
    margin-bottom: 25px;
}
#strength_page5 .btn, #strength_page6 .btn {
    background: none;
}
.black_btn {
    background: none;
}
.black_btn a {
    color: white;
    background: black;
    filter: none;
}
#strength_page5 .btn {
    margin-right: 14vw;
}
@media screen and (min-width: 1300px) {
    #pg5_point1 {
        margin-right: 30vw;
    }
    #pg5_point2 {
        margin-right: 22vw;
    }
    #strength_page5 .btn {
        margin-right: 30vw;
    }
}
@media screen and (max-width: 850px) {
    #pg5_point1 {
        margin-right: 12vw;
        margin-bottom: 45px;
    }
    #pg5_point2 {
        margin-right: 5vw;
    }
}
@media screen and (max-width: 780px) {
    #strength_page5 .strength_contents {
        top: 47%;
    }
}
@media screen and (max-width: 580px) {
    #strength_page5 h3 {
        top: 17%;
    }
    #strength_page5 h3 br{
        display: block;
    }
    #strength_page5 .st_bg {
        min-width: 400px;
    }
    #pg5_point1 {
        margin-right: 15vw;
        margin-top: 76px;
        margin-bottom: 20px;
    }
    #pg5_point2 {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 480px) {
    #strength_page5 .st_msg {
        min-width: 350px;
    }
    #strength_page5 .st_bg {
        min-width: 350px;
    }
    #strength_page5 .strength_number {
        top: -43%;
    }
    #pg5_point1 {
        width: 300px;
        margin-right: 8vw;
    }
    #pg5_point2 {
        width: 290px;
        margin-right: 3vw;
    }
    #pg5_point1 br, #pg5_point2 br{
        display: none;
    }
}
@media screen and (max-width: 400px) {
    #strength_page5 .st_msg {
        min-width: 320px;
    }
    #strength_page5 .st_bg {
        min-width: 320px;
    }
    #strength_page5 .strength_contents {
        top: 43%;
    }
    #strength_page5 .strength_number {
        top: -36%;
    }
    #pg5_point1 {
        width: 285px;
    }
    #pg5_point2 {
        width: 265px;
        margin-bottom: 20px;
    }
    #strength_page5 .btn {
        margin-right: 18vw;
    }
}
@media screen and (max-width: 350px) {
    #pg5_point1 {
        width: 215px;
    }
    #pg5_point2 {
        width: 184px;
    }
    #strength_page5 .strength_number {
        top: -32%;
    }
    #strength_page5 .btn {
        margin-right: 14vw;
    }
}

/*６ページ目*/
#strength_page6 h3 br{
    display: none;
}
#strength_page6 .st_bg {
    right: 16%;
    width: 30%;
    max-width: 390px;
    min-width: 350px;
}
#strength_page6 .strength_contents {
    top: 33%;
}
#pg6_point1 {
    margin-left: 16vw;
}
#pg6_point2 {
    margin-left: 14vw;
    margin-bottom: 30px;
}
#strength_page6 .btn {
    margin-left: 20vw;
}
@media screen and (min-width: 1300px) {
    #strength_page6 .st_bg {
        right: 23%;
    }
}
@media screen and (max-width: 1080px) {
    #strength_page6 .st_bg {
        right: 12%;
    }
}
@media screen and (max-width: 1024px) {
    #pg6_point1 {
        margin-left: 11vw;
    }
    #pg6_point2 {
        margin-left: 8vw;
    }
}
@media screen and (max-width: 850px) {
    #strength_page6 .btn {
        margin-left: 12vw;
    }
    #strength_page6 .strength_number {
        bottom: -20%;
    }
}
@media screen and (max-width: 780px) {
    #strength_page6 .st_bg {
        right: 6%;
    }
    #strength_page6 .strength_contents {
        top: 37%;
    }
}
@media screen and (max-width: 680px) {
    #strength_page6 .st_bg {
        min-width: 330px;
    }
    #pg6_point1 {
        margin-left: 8vw;
    }
    #pg6_point2 {
        margin-left: 5vw;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 580px) {
    #strength_page6 .st_bg {
        min-width: 300px;
    }
    #strength_page6 .strength_contents {
        top: 42%;
    }
    #pg6_point2 {
        margin-top: 73px; 
        margin-bottom: 20px;
        margin-left: 27vw;
    }
    #strength_page6 .btn {
        margin-left: 23vw;
    }
    #strength_page6 .strength_number {
        bottom: 50%;
    }
}
@media screen and (max-width: 480px) {
    #strength_page6 .st_msg {
        width: 80%;
        min-width: 350px;
        top: 11%;
    }
    #strength_page6 h3 {
        top: 15%;
    }
    #strength_page6 h3 br {
        display: block;
    }
    #strength_page6 .strength_contents br {
        display: none;
    }
    #pg6_point1 {
        width: 250px;
        margin-left: 6vw;
    }
    #pg6_point2 {
        width: 250px;
        margin-left: 18vw;
    }
    #strength_page6 .strength_number {
        top: -35%;
        left: 85%;
    }
}
@media screen and (max-width: 480px) {
    #strength_page6 .st_msg {
        min-width: 300px;
    }
}
@media screen and (max-width: 400px) {
    #pg6_point1 {
        margin-left: 4vw;
        width: 212px;
    }
    #pg6_point2 {
        width: 228px;
        margin-left: 21vw;
        margin-top: 90px;
    }
    #strength_page6 .strength_number {
        left: 80%;
    }
    #strength_page6 .btn {
        margin-left: 19vw;
    }
}
@media screen and (max-width: 350px) {
    #strength_page6 {
        height: 750px;
    }
    #strength_page6 .st_bg {
        right: 0;
    }
    #pg6_point2 {
        width: 185px;
    }
    #strength_page6 .btn {
        margin-left: 17vw;
    }
}
/*７ページ目*/
#strength_page7 .st_msg {
    top: 11%;
    width: 55%;
}
#strength_page7 h3 {
    top: 17%;
}
#strength_page7 h3 br {
    display: none;
}
#strength_page7 .st_bg {
    min-width: 350px;
}
#strength_page7 .strength_contents {
    top: 35%;
}
#pg7_point1 {
    margin-right: 11vw;
}
#pg7_point2 {
    margin-top: 30px;
    margin-right: 5vw;
}
#pg7_point3 {
    margin-top: 30px;
    margin-right: 14vw;
}
#strength_page7 .strength_number {
    top: -22%;
}
@media screen and (max-width: 850px) {
    #pg7_point1 {
        width: 295px;
        margin-right: 9vw;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 680px) {
    #strength_page7 .strength_contents {
        top: 43%;
    }
    #strength_page7 .strength_number {
        top: -37%;
    }
    #strength_page7 p {
        margin-top: 16px;
        line-height: 2.0;
    }
    #pg7_point1 {
        width: 55vw;
        margin-bottom: 16px
    }
    #pg7_point2 {
        width: 51vw;
    }
    #pg7_point3 {
        width: 64vw;
    }
    #pg7_point3 br {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    #strength_page7 .st_msg {
        width: 85%;
        min-width: 310px;
    }
    #strength_page7 .strength_contents {
        top: 48%;
    }
    #strength_page7 .strength_number {
        top: -53%;
    }
}
@media screen and (max-width: 400px) {

    #strength_page7 .st_bg {
        min-width: 320px;
    }
    #strength_page7 h3 br {
        display: block;
    }
    #strength_page7 p {
        line-height: 1.5;
    }
    #pg7_point1 {
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 350px) {
    #strength_page7 {
        height: 800px;
    }
    #pg7_point1 {
        margin-right: 23vw;
    }
}
/*８ページ目*/
#strength_page8 .st_bg {
    top: 33%;
    right: 0;
    width: 53%;
    min-width: 440px;
}
#strength_page8 .strength_contents {
    top: 35%;
}
#pg8_point1 {
    margin-left: 11vw;
}
#pg8_point2 {
    margin-left: 14vw;   
} 
#pg8_point3 {
    margin-left: 9vw;
}
#strength_page8 .strength_number {
    bottom: -37%;
}
@media screen and (max-width: 1024px) {
    #strength_page8 p {
        line-height: 2.0;
    }
    #pg8_point1 {
        width: 295px;
    }
    #pg8_point2 {
        width: 346px;
    }
    #pg8_point3 {
        width: 300px;
    }
    #strength_page8 .strength_number {
        bottom: -25%;
    }
}
@media screen and (max-width: 780px) {
    #strength_page8 .strength_contents {
        top: 40%;
    }
    #pg8_point1 {
        margin-left: 6vw;
    }
}
@media screen and (max-width: 680px) {
    #strength_page8 .st_bg {
        width: 80%;
        min-width: 400px
    }
    #strength_page8 p {
        padding: 17px 20px;
    }
    #pg8_point1 {
        width: 43vw;
        min-width: 145px;
        margin-left: 4vw;
    }
}
@media screen and (max-width: 580px) {
    #strength_page8 .strength_contents {
        top: 43%;
    }
    #strength_page8 .strength_number {
        top: -30%;
    }
    #strength_page8 p {
        padding: 14px 20px;
    }
    #pg8_point2 {
        width: 60vw;
    }
    #pg8_point3 {
        width: 51vw;
    }
}
@media screen and (max-width: 480px) {
    #strength_page8 .st_msg {
        min-width: 310px;
    }
    #strength_page8 h3 {
        top: 17%;
    }
    #strength_page8 .st_bg {
        min-width: 300px;
    }
    #strength_page8 .strength_contents {
        top: 47%;
    }
    #strength_page8 .strength_number {
        top: -50%;
        left: 85%;
    }
    #pg8_point2 {
        margin-left: 20vw;
    }
    #pg8_point3 {
        margin-left: 14vw;
    }
}
@media screen and (max-width: 400px) {

    #strength_page8 p {
        line-height: 1.5;
    }
}
@media screen and (max-width: 350px) {
    #strength_page8 {
        height: 700px;
    }
    #strength_page8 .strength_number {
        top: -52%;
    }
}