/* ----------- */
/* INTERVIEW DETAIL */
/* ----------- */

/* メイン画像 */
/* ----------- */
.interview_main_img_wrap {
    width: 100%;
    position: fixed;
    top: 68px;
    z-index: -1;
}

.interview_main_img {
    width: 100%;
}

main {
    background-color: #fff;
}


/* コンテンツ全体 */
/* ----------- */

/* プロフィール箇所 */
/* ----------- */
.profile {
    margin-bottom: 160px;
}

.profile_title {
    font-size: 30px;
    font-weight: bold;
}

.profile_text {
    margin-top: 40px;
    line-height: 1.6;
}

/* Q&A */
/* ----------- */
.script {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.script:nth-child(even) {
    flex-direction: row-reverse;
}

/* 画像 */
.script_layout_img {
    width: calc(50% - 8px);
}

.script_img {
    width: 100%;
}

/* テキスト */
.script_layout_text {
    width: calc(50% - 92px);
}

.script_text_answer {
    margin-top: 48px;
    line-height: 1.6;
}

.script_text_question {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    padding-left: 40px;
    margin-top: 12px;
    position: relative;
}

.script_text_question_number {
    position: absolute;
    top: 0;
    left: 0;
    color: #F7618F;
}

/* My Private */
/* ----------- */
.private {
    background-color: #F4F4F8;
    padding: 40px;
    border-radius: 10px;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    justify-content: space-between;
}

.private_title {
    position: absolute;
    top: 40px;
    left: 40px;
}

/* 画像 */
.private_layout_img {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.private_img {
    border-radius: 10px;
    width: 100%;
}

/* テキスト */
.private_layout_description {
    width: 50%;
    padding-top: 56px;
}

.private_description_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 16px;
}

.private_description_text {
    line-height: 1.6;
}

/* Job Link */
/* ----------- */

.job_link {
    margin: 80px 0;
}

.job_link_title {
    font-size: 30px;
    font-weight: bold;
}

.job_link_contents_item {
    margin-top: 40px;
    padding: 16px;
    border: 1px solid #E0E0E0;
    position: relative;
}

.job_link_contents_item_icon {
    margin-bottom: 20px;
}

.job_link_contents_item_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

.job_link_contents_item_text {
    line-height: 1.6;
    padding-right: 40%;
}

.job_link_contents_item_link {
    position: absolute;
    bottom: 16px;
    right: 16px;
}
/* 各アイコン */
/* ----------- */
/* 急募 */
.icon_wanted {
    background-color: #F7618F;
    padding: 2px 12px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border-radius: 20px;
    margin-right: 8px;
}

/* フルリモート */
.icon_remote_full {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background-color: #55dcc7;
    padding: 2px 12px;
    border-radius: 20px;
}

/* フルリモート相談可 */
.icon_remote_negotiable {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background-color: #6dc8f9;
    padding: 2px 12px;
    border-radius: 20px;
}