@charset "utf-8";
/*------------------------------------------------------------
	business
------------------------------------------------------------*/
.pageTitle {
    background-image: url("../img/business/page_title_bg.jpg");
}
.comNoteBox {
    margin-bottom: 79px;
}
#main .business {
    margin-bottom: 6px;
}
#main .business .headLine01 {
    margin-bottom: 25px;
}
#main .business .waste {
    padding-bottom: 93px;
}
#main .business h4 {
    color: #004098;
    font-size: 2.8rem;
    font-family: var(--noto-serif);
    font-weight: 600;
}
#main .business .waste h4 {
    margin-bottom: 20px;
    line-height: 2.14;
    text-align: center;    
}
#main .business .overView {
    padding: 61px 0 130px;
    position: relative;
}
#main .business .overView h4 {
    margin: 0 auto 57px;
    width: 1200px;
    position: relative;
}
#main .business .overView::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: #DFF2FC;
    content: '';
}
#main .business .overView::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: #DFF2FC;
    content: '';
}
#main .business .overView .imgBox {
    margin-bottom: 100px;
    position: relative;
    z-index: 20;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#main .business .overView .imgBox:last-of-type {
    margin-bottom: 0;
}
#main .business .overView .imgBox:nth-of-type(2n) {
    flex-direction: row-reverse;
    justify-content: flex-start;
}
#main .business .overView .imgBox:nth-of-type(2n) .textBox .subBox {
    margin: 0 -50px 0 auto;
}
#main .business .overView .imgBox .photoBox {
    width: 53.4%;
}
#main .business .overView .imgBox .textBox {  
    width: 46.6%;
}
#main .business .overView .imgBox .textBox .subBox {
    margin-left: -50px;
    padding: 20px;
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    min-height: 313px;
    color: #FFF;
    box-sizing: border-box;
    background-color: #004098;
}
#main .business .overView .imgBox .textBox .subBox .inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
#main .business .overView .imgBox .textBox .subBox h5 {
    margin-bottom: 14px;
    font-size: 2.8rem;
    font-family: var(--noto-serif);
    font-weight: normal;
    line-height: 1.607;
}
#main .business .overView .imgBox .textBox .subBox p {
    margin-bottom: 35px;
    width: 382px;
    line-height: 1.75;
}
#main .business .overView .imgBox .textBox .subBox .link {
    margin: 0 auto;
    width: 226px;
}
#main .business .overView .imgBox .textBox .subBox .link a {
    padding:  8px 10px;
    width: 226px;
    display: block;
    color: #FFF;
    text-align: center;
    border: 1px solid #FFF;
    box-sizing: border-box;
}
@media all and (min-width: 897px) {
    #main .business .overView .imgBox .textBox .subBox .link a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
    #main .business {
        margin-bottom: 76px;
    }
    #main .business .headLine01 {
        margin-bottom: 25px;
    }
    #main .business .waste {
        padding-bottom: 45px;
    }
    #main .business h4 {
        font-size: 2rem;
    }
    #main .business .waste h4 {
        margin-bottom: 20px;
        line-height: 2.14;   
    }
    #main .business .overView {
        padding: 30px 0 0;
    }
    #main .business .overView h4 {
        margin: 0 0 30px 40px;
        width: auto;
    }
    #main .business .overView .imgBox {
        margin-bottom: 40px;
        display: block;
    }
    #main .business .overView .imgBox:nth-of-type(2n) .textBox .subBox {
        margin-right: 0;
    }
    #main .business .overView .imgBox .photoBox {
        width: 100%;
    }
    #main .business .overView .imgBox .photoBox img {
        width: 100%;
    }
    #main .business .overView .imgBox .textBox  {
        width: 100%;
    }
    #main .business .overView .imgBox .textBox .subBox {
        margin-left: 0;
        width: auto;
        display: block;
        min-height: 212px;
    }
    #main .business .overView .imgBox .textBox .subBox .inner {
        display: block;
    }
    #main .business .overView .imgBox .textBox .subBox h5 {
        font-size: 1.6rem;
    }
    #main .business .overView .imgBox .textBox .subBox p {
        width: auto;
    }
    #main .business .overView .imgBox .textBox .subBox .link {
        margin: 0 auto;
        width: 50%;
    }
    #main .business .overView .imgBox .textBox .subBox .link a {
        width: 100%;
        display: block;
    }
}