img.interview_photo_top {
    padding: 0%;
	width: 100%;
}

.interview_background{
    background-image: url("../images/interview_ceo_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 {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #FFFFFF;
    font-weight: 400;
    font-size: 64px;
    text-shadow: 0px 0px 20px #000000;
    padding-top: 140px;
    padding-left: 40px;
    padding-bottom: 25px;
}

.title1 {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #A0A0A0;
    font-weight: 400;
    font-size: 48px;
}

.title2 {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #00D6FF;
    font-weight: 400;
    font-size: 48px;
}

.contents {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #A0A0A0;
    font-size: 20px;
    line-height: 32px;
}

.contents1 {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #A0A0A0;
    font-size: 16px;
    line-height: 24px;
}

@font-face {
    font-family: tanuki;
    src: url(../fonts/TanukiMagic.ttf) format("truetype");
}

.name {
    font-family: "tanuki";
    color: #000000;
    font-size: 64px;
    transform: rotate(-3.44deg);
}

.blank_btm {
    padding-bottom: 200px;
}

.row {
    position: relative;
}

.interview_rectangle {
    font-family: "ヒラギノ丸ゴ ProN W4";
    font-size: 24px;
    text-align: center;
    background-color: #A0A0A0;
    border: hidden;
    color:#FFFFFF;
    border-radius: 4rem 0 4rem 0rem;
    position: absolute;
    bottom: 45px;
    right: 80px;
    width: 414px;
    height: 77px;
    line-height: 77px;
}

/* スマホ対応 */
.interview_background_sp {
    background-image: url("../images/interview_ceo_background_sp.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -105px;
}

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

.title_sp {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #FFFFFF;
    font-weight: 400;
    font-size: 32px;
    text-shadow: 0px 0px 12px #000000;
    padding-top: 50px;
    padding-left: 35px;
    padding-bottom: 15px;
}

.interview_rectangle_sp {
    font-family: "ヒラギノ丸ゴ ProN W4";
    font-size: 12px;
    text-align: center;
    background-color: #A0A0A0;
    border: hidden;
    color:#FFFFFF;
    border-radius: 4rem 0 4rem 0rem;
    position: absolute;
    bottom: 25px;
    right: 30px;
    width: 172px;
    height: 25px;
    line-height: 25px;
}

.blank_x {
    width: 88%;
}

.title1_sp {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #A0A0A0;
    font-weight: 400;
    font-size: 24px;
}

.name_sp {
    font-family: "tanuki";
    color: #000000;
    font-size: 40px;
    transform: rotate(-3.44deg);
}

.title2_sp {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #00D6FF;
    font-weight: 400;
    font-size: 24px;
}