@charset "UTF-8";

/*----------------------------------------------------
	☆PC
----------------------------------------------------*/

#contents .aboutInr{
    display: flex;
    position: relative;
    justify-content: center;
}
#contents .about01-01{
    margin-bottom: 120px;
}
#contents .about01-01 .imageBox{
    width: 40%;
    position: relative;
    margin-right: -5%;
    z-index: 0;
}
#contents .about01-01 .imageBox .image02{
    width: 50%;
    margin-left: 87.5%;
    margin-top: -160px;
}
#contents .about01-01 .text{
    width: 35%;    
    position: relative;
    z-index: 1;
    padding-top: 16%;
}

#contents .about01-02{
    margin-bottom: 120px;
    flex-direction: row-reverse;
}
#contents .about01-02 .imageBox{
    width: 60%;
    margin-left: -5%;
    z-index: 0;
    position: relative;
    flex-shrink: 0;
}
#contents .about01-02 .imageBox .image02{
    width: 50%;
    margin-top: -60px;
    margin-left: -10%;
}
#contents .about01-02 .text{
    width: 45%;
    z-index: 1;
    position: relative;
    flex-shrink: 0;
    padding-top: 103px;
}

#contents .about01-03 .text{
    text-align: center;
}

#contents .text{
    line-height: 2.5;
}


/*----------------------------------------------------
	☆ANIMATION
----------------------------------------------------*/

/*----------------------------------------------------
	☆901以上　PCのみ & HOVER
----------------------------------------------------*/

@media screen and (min-width:901px) {
}
    
/*----------------------------------------------------
	☆UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) {
    
    #contents .about01-01{
        margin-bottom: 80px;
    }
    #contents .about01-01 .text {
        width: 55%;
        padding-top: 8%;
    }
    
    #contents .about01-02{
        flex-direction: column;
        margin-bottom: 80px;
    }
    #contents .about01-02 .imageBox{
        width: 70%;
        margin: 0 auto;
        padding-left: 5%;
    }
    #contents .about01-02 .text{
        width: 80%;
        margin: 0 auto;
        padding: 30px 0 0 0;
    }
        
}


/*----------------------------------------------------
	☆UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
    
    #contents .aboutInr{
        flex-direction: column;
        align-items: center;
    }
    
    #contents .about01-01,
    #contents .about01-02{
        margin-bottom: 60px;
    }
    #contents .about01-01 .imageBox {
        width: 75%;
        margin: 0;
    }
    #contents .about01-01 .imageBox .image02 {
        margin-left: -10%;
        margin-top: -60px;
    }
    #contents .about01-01 .text {
        width: 90%;
        padding-top: 6%;
    }
    
    #contents .about01-02 .imageBox {
        width: 100%;
        padding-left: 9%;
    }
    #contents .about01-02 .imageBox .image02 {
        margin-top: -20px;
        margin-left: -10%;
    }
    #contents .about01-02 .text {
        width: 90%;
        padding: 10px 0 0 0;
    }

}

