@charset "UTF-8";

/*タイトル横のキャラクター（ご案内）*/
#seo_w + section .block_header_1 p::after {
    position: absolute;
    content: "";
    background: url(/common/upload_data/osaka-ainoujp/image/20240126130913.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 120px;
    top: -45px;
    right: -150px;
}

@media screen and (max-width: 800px){
	#seo_w + section .block_header_1 p::after {
		width: 60px;
		height: 110px;
		top: -37px;
		right: -85px;
	}
}

/*タイトル横のキャラクター(会社概要)*/
#company_info + div .block_header_1 p::after {
    position: absolute;
    content: "";
    background: url(/common/upload_data/osaka-ainoujp/image/20240126132320.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 120px;
    top: -45px;
    left: -150px;
}

@media screen and (max-width: 800px){
	#company_info + div .block_header_1 p::after {
		width: 60px;
		height: 110px;
		top: -25px;
		left: -78px;
	}
}

/*タイトル横のキャラクター(ギャラリー)*/
#gallery + div .block_header_1 p::after {
    position: absolute;
    content: "";
    background: url(/common/upload_data/osaka-ainoujp/image/20240123152734.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 120px;
    top: -45px;
    left: -150px;
}

@media screen and (max-width: 800px){
	#gallery + div .block_header_1 p::after {
		width: 60px;
		height: 110px;
		top: -25px;
		left: -70px;
	}
}
