@charset "utf-8";
/*------------------------------------------------------------
	secive
------------------------------------------------------------*/
#main .sec01 {
    padding: 106px 0;
}
#main .sec01 .content {
    width: 1000px;
}
#main .sec01 .imgBox {
    margin-bottom: 60px;
    box-shadow: 4px 4px 3px rgba(0,0,0,0.15);
    align-items: flex-start;
}
#main .sec01 .imgBox:last-child {
    margin-bottom: 0;
}
#main .sec01 .imgBox:nth-child(2n) {
    flex-direction: row-reverse;
}
#main .sec01 .photoBox {
    width: 500px;
    box-sizing: border-box;
}
#main .sec01 .textBox {
    padding: 8px 30px;
    width: 500px;
    box-sizing: border-box;
}
#main .sec01 .textBox h3 {
    margin-bottom: 5px;
    font-size: 2rem;
    font-weight: bold;
}
#main .sec01 .textBox h3 .num {
    margin-right: 11px;
    font-size: 5rem;
    letter-spacing: 0.025em;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    vertical-align: -8px;
}
#main .sec01 .textBox p {
    line-height: 1.88;
	font-feature-settings: "palt"; 
	-moz-font-feature-settings: "palt";
}
#main .bg {
    padding: 60px 0;
    background-color: #F5F8FA;
}
#main .comLink01 {
    margin-top: 0;
}

.bnr_box {
    margin-bottom: 80px;
}

.bnr_box a {
    display: block;
    width: 600px;
    margin: 0 auto;
    transition: all 0.2s;
}

.bnr_box a:hover {
    opacity: 0.8;
}

.bnr_box img {
    width: 100%;
}

@media all and (max-width: 896px) {
    #main .sec01 {
        padding: 60px 0;
    }
    #main .sec01 .imgBox {
        margin-bottom: 40px;
        display: block;
    }
    #main .sec01 .photoBox {
        width: auto;
    }
    #main .sec01 .photoBox img {
        width: 100%;
    }
    #main .sec01 .textBox {
        padding: 20px 15px;
        width: auto;
    }
    #main .sec01 .textBox h3 {
        font-size: 1.8rem;
    }
    #main .sec01 .textBox h3 .num {
        font-size: 3.5rem;
        vertical-align: -5px;
    }
    #main .bg {
        padding: 40px 0;
    }
    
    .bnr_box {
        margin-bottom: 40px;
    }
    
    .bnr_box a {
        width: 90%;
    }
}