@charset "utf-8";
#recruit_head {
    padding-top: 9.23%;
    background-image: url(../images/common/deco_ring_blue.svg);
    background-repeat: no-repeat;
    background-position: right top 80px;
    background-size: 144px auto;
    margin-bottom: 6.92%;
}
#recruit_head h2 {
    font-size: 32px;
    line-height: 1.8em;
}
#recruit_head h2 span {
    padding-top: 1px;
    padding-right: 6px;
    padding-left: 4px;
    padding-bottom: 3px;
    background-color: #FFF100;
}
#recruit_head_cont {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    align-items: center;
}

#recruit_head_txt {
    width: 53.07%;
}
#recruit_head_txt p {
    font-size: 15px;
    line-height: 2em;
}
#recruit_head_img {
    width: 42.3%;
}
#recruit_person {
    padding-top: 6.15%;
    padding-bottom: 5.38%;
    background-image: url("../images/common/deco_ring_red.svg"),url(../images/common/grid.png);
    background-repeat: no-repeat,repeat;
    background-size: 120px auto,56px auto;
    background-position: right top 96px;
    background-color: hsla(255,18%,96%,0.39);
    margin-bottom: 7.69%;
}
#recruit_person ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
#recruit_person ul li {
    padding-top: 24px;
    padding-right: 18px;
    padding-left: 24px;
    padding-bottom: 24px;
    border-radius: 6px;
    background-color: #FFFFFF;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 600;
    width: 31.53%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b8cade;
}
#recruit_interview {
    background-image: url(../images/common/border-hole.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    padding-bottom: 9.23%;
    margin-bottom: 5.38%;
}
.interview_each {
    display: flex;
    justify-content: space-between;
    margin-top: 6.15%;
    background-image: url(../images/common/deco_square_blue.svg);
    background-repeat: no-repeat;
    background-position: right top 8px;
    background-size: 80px auto;
    padding-top: 16px;
    padding-right: 24px;
}
.interview_img {
    width: 28.46%;
}
.interview_img img {
    border-radius: 6px;
    -webkit-box-shadow: 16px 16px #FFF100;
    box-shadow: 16px 16px #FFF100;
}

.interview_txt {
    width: 65.38%;
}
.interview_name {
    font-size: 28px;
    margin-bottom: 24px;
    padding-bottom: 10px;
    border-bottom: 0.05em solid #231815;
    color: #17489d;
}
.interview_name small {
    font-size: 20px;
}

.interview_message {
}
.interview_message p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
}
.interview_each.reverse {
    flex-direction: row-reverse;
	background-position: right 37.69% top 8px;
}
.interview_each.reverse .interview_img img {
    -webkit-box-shadow: 16px 16px #ebd045;
    box-shadow: 16px 16px #4fa7cc;
}.interview_column2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.interview_column2 .interview_each {
    flex-direction: column;
    width: 43.07%;
    background-image: none;
}
.interview_column2 .interview_img {
    width: 62.3%;
    margin-bottom: 8px;
}
.interview_column2 .interview_txt {
    width: 100%;
    background-image: url(../images/common/deco_square_blue.svg);
    background-repeat: no-repeat;
    background-position: right top 16px;
    background-size: 80px auto;
    padding-top: 24px;
    padding-right: 16px;
}
.interview_column2 .interview_name {
    margin-bottom: 16px;
}
.interview_column2 .interview_each .interview_img img {
    -webkit-box-shadow: 16px 16px #d86547;
    box-shadow: 16px 16px #d86547;
}
.interview_column2 .interview_each:first-child .interview_img img {
    -webkit-box-shadow: 16px 16px #80bb6c;
    box-shadow: 16px 16px #80bb6c;
}
#recruit_description {
    background-image: url(../images/common/deco_ring_green.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 144px auto;
    padding-top: 3.84%;
}
.rec_des_cont {
    width: 86.15%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.15%;
}
#recruit_description .rec_des_cont h3 {
    font-size: 24px;
}


#recruit_description table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 24px;
}
#recruit_description  table th {
    border-bottom: 0.13em solid #17489d;
    border-top: 0.13em solid #17489d;
    text-align: left;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    width: 136px;
    min-width: 136px;
    padding-top: 24px;
    padding-bottom: 24px;
}

#recruit_description table td {
    border-bottom: 0.05em solid #231815;
    border-top: 0.05em solid #231815;
    padding-top: 24px;
    padding-right: 8px;
    padding-left: 9.23%;
    padding-bottom: 24px;
    font-size: 15px;
    line-height: 1.6em;
}

#recruit_description table td ol {
    list-style-type: none;
}
#recruit_description table td ol li {
    margin-bottom: 8px;
}
#recruit_description table td ol li .fw_500 {
    font-weight: 500;
}

#recruit_description table td ol li:last-child {
	margin-bottom: 0px;
}

#recruit_description table td .text_indent li {
	padding-left: 1em;
	text-indent: -1em;
}
