@charset "UTF-8";
/* CSS Document */

.careerplan-head-image {
position: absolute;
top: 150px;
left: 65%;
width: 150px;
}

@media screen and ( max-width: 767px) {
.careerplan-head-image {
position: absolute;
top: 130px;
left: 75%;
 width: 120px;
 height: auto;
}
}