body {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #A0A0A0;
}

.background{
    background-image: url("../images/interview_employeest_background.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.background-wrapper {
  position: relative;
  overflow: hidden;
}

.blur-bg {
  position: absolute;
  width: 94%;
  object-fit: cover;
  filter: blur(1px);
  z-index: 0;
  padding: 0;
}

.background-content {
  position: relative;
  z-index: 1;
}

.title {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 64px;
    text-shadow: 0px 0px 20px #000000;
    padding-top: 140px;
    padding-left: 40px;
}

.blank_x {
    width: 80%;
}

img.photo {
	width: auto;
    padding-left: 0;
    border-radius: 4rem 0 4rem 0rem;
}

.contents {
    font-size: 16px;
    line-height: 24px;
}

.blank_btn {
    padding-top: 80px;
    padding-bottom: 100px;
    margin-bottom: 50px;
}

/* スマホ対応 */
.background_sp {
    background-image: url("../images/interview_employeest_background_sp.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.blur-bg_sp {
  position: absolute;
  width: 100%;
  object-fit: cover;
  filter: blur(1px);
  z-index: 0;
  padding: 0;
}

.title_sp {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 32px;
    text-shadow: 0px 0px 12px #000000;
    padding-top: 60px;
    padding-left: 45px;
    padding-bottom: 15px;
}

.blank_x_sp {
    width: 80%;
}

.title1_sp {
    font-size: 24px;
}

.title2_sp {
    font-size: 16px;
}

img.photo_sp {
	width: 100%;
    border-radius: 4rem 0 4rem 0rem;
}

.contents_sp {
    font-size: 16px;
    line-height: 24px;
}