@charset "utf-8";

.main_visual .lens_img {
 bottom: 0;
 width: 14%;
 transform: translateX(-50%) translateY(50%);
}

#interview .profile .prof_data p.prof_name {
 margin-bottom: 3%;
}

#lens .lens_img {
 width: 14%;
}

@media only screen and (max-width: 760px) {
 .main_visual .lens_img {
  width: 20%;
 }

 #lens .lens_img {
  width: 20%;
 }
}
