@charset "UTF-8";

#staff_box #main #profile_box .profile_detail .image_illust{}
#staff_box #main #profile_box .profile_detail .image_illust ul li{ width: 120px; height: auto;}
#staff_box #main #profile_box .profile_detail .image_illust ul li img{ width: 100%; height: auto;}
#staff_box #main #profile_box .profile_detail .image_illust ul li:nth-child(1){ position: absolute; top: 110px; left: 40px;}
#staff_box #main #profile_box .profile_detail .image_illust ul li:nth-child(2){ position: absolute; bottom: -120px; left: 220px;}
#staff_box #main #profile_box .profile_detail .image_illust ul li:nth-child(3){ position: absolute; bottom: -70px; right: 30px;}
#staff_box #main #profile_box .profile_detail .image_illust ul li:nth-child(4){ position: absolute; top: 0; right: 0;}

/*カラー分ここから*/
.stripe_box{ background-color: #fff; background-image: repeating-linear-gradient(-45deg,#c6e9d6, #c6e9d6 2px,transparent 0, transparent 8px);}
#staff_box #main #profile_box h2{background-color: #ff7ba1;}
#interview_box dl dt{ color: #ff7ba1;}
/*カラー分ここまで*/

@media screen and (min-width: 768px){

}

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

#staff_box #main #profile_box .profile_detail .image_illust ul li{ width: 100px; height: auto;}
#staff_box #main #profile_box .profile_detail .image_illust ul li:nth-child(1){ position: absolute; top: 90px; left: 0px;}
#staff_box #main #profile_box .profile_detail .image_illust ul li:nth-child(2){ position: absolute; bottom: -90px; left: 100px;}
#staff_box #main #profile_box .profile_detail .image_illust ul li:nth-child(3){ position: absolute; bottom: -90px; right: 180px;}
#staff_box #main #profile_box .profile_detail .image_illust ul li:nth-child(4){ position: absolute; top: auto; bottom: -90px; right: 0;}
    
}

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

#staff_box #main #profile_box .profile_detail .image_illust ul li{ width: 80px; height: auto;}
#staff_box #main #profile_box .profile_detail .image_illust ul li:nth-child(1){ position: absolute; top: -70px; left: 20px;}
#staff_box #main #profile_box .profile_detail .image_illust ul li:nth-child(2){ position: absolute; bottom: -80px; left: 20px;}
#staff_box #main #profile_box .profile_detail .image_illust ul li:nth-child(3){ position: absolute; bottom: -80px; right: 20px;}
#staff_box #main #profile_box .profile_detail .image_illust ul li:nth-child(4){ position: absolute; top: -70px; bottom: auto; right: 20px;}    

}