@charset "utf-8";

/* bace */
body, .background_contents {
    color: #323232;
    background-color: #ffffff;
}

h1, h2, h3, h4, p, a, ul, li, span {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: normal;
}

h2 {
    font-size: 3.2rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 2rem;
}

p {
    font-size: 1.8rem;
    line-height: 2em;
}

.navi_contents {
    background-color: #ffffff;
}

.main_contents {
    width: 100%;
    margin: 0 auto;
}

.main_contents h3 {
	font-weight: bold;
}

.cont_Box_1280 {
    width: 1280px;
    margin: 0 auto;
}

.cont_Box_1080 {
    width: 1080px;
    margin: 0 auto;
}

.cont_Box_1080 h3 {
    text-align: left;
}

.pad168top {
    padding-top: 168px;
}

.pad84top {
    padding-top: 84px;
}

.pad42top {
    padding-top: 42px;
}

.pad36top {
    padding-top: 36px;
}

.pad156bottom {
    padding-bottom: 110px;
}

.pad84bottom {
    padding-bottom: 84px;
}

.pad24bottom {
    padding-bottom: 24px;
}

.sp_only {
    display: none;
}
/* bace */

/* interview */
.mini_title {
    font-weight: bold;
    padding-bottom: 24px;
}

.interview_person {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 64px;
    padding-left: 64px;
    padding-bottom: 42px;
}

.interview_logo {
    width: 260px;
    padding-bottom: 70px;
}

.interview_person h3 {
    font-size: 3.6rem;
    font-weight: bold;
}

.interview_person h4 {
    font-weight: bold;
    margin-bottom: 36px;
}

.interview_years {
    width: 120px;
    height: 40px;
    background-image: url(../img/mid_career_experience/interview_years.svg);
    background-repeat: no-repeat;
}

.interview_years p {
    width: 50%;
    float: left;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 4rem;
    font-weight: bold;
    text-align: center;
}

.interview_introduction {
    width: 580px;
    margin-top: 24px;
}

.interview_introduction p {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.6em;
}

.interview_emphasis {
    color: #e60027;
    font-weight: bold;
}

.interview_image {
    position: absolute;
    bottom: 0;
    right: 36px;
}
/* interview */

/* interview_Q&A */
.question {
    width: 200px;
    float: left;
}

.question img {
    width: 120px;
}

.answer {
    width: 820px;
    float: left;
    margin-bottom: 36px;
}

.answer h4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 116px;
    font-size: 2.2rem;
    font-weight: bold;
}

.answer img {
    margin-top: 36px;
}

/* interview_Q&A */

.interview_cont {
    position: relative;
    width: 340px;
    height: 570px;
    margin-right: 30px;
    float: left;
}

.interview_cont:nth-child(3) {
    margin-right: 0;
}

.interview_cont img {
    position: absolute;
    bottom: 120px;
    left: 0;
}

.years_of_service {
    position: absolute;
    bottom: 240px;
    width: 120px;
    height: 40px;
    background-image: url(../img/mid_career_experience/interview_years.svg);
    background-repeat: no-repeat;
}

.years_of_service p {
    width: 50%;
    float: left;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 4rem;
    font-weight: bold;
    text-align: center;
}

p.interview_name {
    position: absolute;
    bottom: 170px;
    left: 60px;
    color: #323232;
    font-size: 2rem;
    font-weight: bold;
}

p.interview_position {
    position: absolute;
    bottom: 145px;
    left: 60px;
    color: #323232;
    font-size: 1.4rem;
    font-weight: bold;
}

p.interview_more {
    position: absolute;
    width: 205px;
    height: 45px;
    left: 45%;
    bottom: 70px;
    transform: translateX(-50%);
    background-color: #808080;
    color: #ffffff;
    text-align: center;
    line-height: 4.5rem;
    font-weight: bold;
}

.interview_cont a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* application */
.application_recruite {
    padding-bottom: 84px;
}

.application_recruite .application_frame {
    text-align: center;
}

.application_recruite .application_frame img {
    width: 200px;
}

.application_recruite .application_frame p {
    color: #323232;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 24px;
}
/* application */