@charset "UTF-8";

/*************************************************************

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

}

**************************************************************/

.cover{
background-image: url(../images/index/highlight/cover.png);
	background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}


#section02{
    background-image: url(../images/index/highlight/02_bg_pc.jpg);
    background-size: 98%;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 10%;
}


#section03{
}
#section03 .ttl_img{
    position: absolute;
    margin: 0 auto;
    display: block;
}

#section04 {
}


#section04 .ttl_img{
    position: absolute;
    margin: 0 auto;
    display: block;
}

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

#section02 {
    background-size: 100%;
    padding-bottom: 0%;
}

}

