@charset "utf-8";

@media (max-width: 700px) {

#recruit_head {
    padding-top: 12.3%;
    background-image: url(../images/common/deco_ring_blue.svg);
    background-repeat: no-repeat;
    background-position: right top 88px;
    background-size: 96px auto;
    margin-bottom: 9.23%;
}
#recruit_head h2 {
    font-size: 24px;
    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;
    flex-direction: column-reverse;
}

#recruit_head_txt {
    width: 100%;
}
#recruit_head_txt p {
    font-size: 15px;
    line-height: 1.8em;
}
#recruit_head_img {
    width: 100%;
    margin-bottom: 24px;
}
#recruit_person {
    padding-top: 12.3%;
    padding-bottom: 7.69%;
    background-image: url("../images/common/deco_ring_red.svg"),url(../images/common/grid.png);
    background-repeat: no-repeat,repeat;
    background-size: 96px auto,56px auto;
    background-position: right top 112px;
    background-color: hsla(255,18%,96%,0.39);
    margin-bottom: 12.3%;
}
#recruit_person ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#recruit_person ul li {
    padding-top: 24px;
    padding-right: 18px;
    padding-left: 24px;
    padding-bottom: 24px;
    border-radius: 6px;
    background-color: #FFFFFF;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 600;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b8cade;
    margin-bottom: 16px;
}
#recruit_interview {
    background-image: url(../images/common/border-hole.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    padding-bottom: 12.3%;
    margin-bottom: 9.23%;
}
.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 43.07%;
    background-size: 64px auto;
    padding-top: 16px;
    padding-right: 0px;
    flex-direction: column;
}
.interview_img {
    width: 94.61%;
    margin-bottom: 24px;
}
.interview_img img {
    border-radius: 6px;
    -webkit-box-shadow: 16px 16px #FFF100;
    box-shadow: 16px 16px #FFF100;
}

.interview_txt {
    width: 100%;
}
.interview_name {
    font-size: 28px;
    margin-bottom: 16px;
    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.6em;
}
.interview_each.reverse {
    flex-direction: column;
    background-position: right 0% top 44.61%;
}
.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;
    flex-wrap: wrap;
}
.interview_column2 .interview_each {
    flex-direction: column;
    width: 100%;
    background-image: none;
}
.interview_column2 .interview_img {
    width: 94.61%;
    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 18px;
    background-size: 64px auto;
    padding-top: 16px;
    padding-right: 0px;
}
.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 16PX;
    background-size: 96px auto;
    padding-top: 3.84%;
}
.rec_des_cont {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9.23%;
}
#recruit_description .rec_des_cont h3 {
    font-size: 20px;
}


#recruit_description table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 24px;
}
#recruit_description  table th {
    border-bottom: 0.09em solid #17489d;
    border-top: 0.07em none #17489d;
    text-align: left;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    width: 100%;
    min-width: 0px;
    padding-top: 8px;
    padding-bottom: 12px;
    display: block;
}

#recruit_description table td {
    border-bottom: 0.05em none #231815;
    border-top: 0.05em none #231815;
    padding-top: 12px;
    padding-right: 8px;
    padding-left: 0%;
    padding-bottom: 24px;
    font-size: 15px;
    line-height: 1.6em;
    width: 100%;
    display: block;
}

#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;
}
}
