/*** 採用情報トップ ***/
#pageColumn #recruit_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
#pageColumn #recruit_top a {
    display: block;
    width: 48%;
    position: relative;
    margin-bottom: 20px;
}
#pageColumn #recruit_top a h2 {
    color: white;
    font-size: 34px;
    font-weight: bold;
    border-bottom: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: rgba(0, 0 ,0, 0.33);
    height: 44px;
    line-height: 47px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
}
#pageColumn #recruit_top a .frame {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
#pageColumn #recruit_top a .frame img {
    width: 100%;
    transition-duration: 0.3s;
}
#pageColumn #recruit_top a:hover .frame img {
    transform: scale(1.2, 1.2); /*画像の拡大*/
}
@media screen and (max-width:980px) {
    #pageColumn #recruit_top a h2 {
        font-size: 30px;
        height: 40px;
        line-height: 43px;
    }
}
@media screen and (max-width:850px) {
    #pageColumn #recruit_top a h2 {
        font-size: 26px;
        height: 34px;
        line-height: 37px;
    }
}
@media screen and (max-width:740px) {
    #pageColumn #recruit_top a {
        width: 49%;
    }
}
@media screen and (max-width:520px) {
    #pageColumn #recruit_top a h2 {
        font-size: 22px;
        height: 28px;
        line-height: 30px;
    }
}
@media screen and (max-width:430px) {
    #pageColumn #recruit_top a {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

#pageColumn #recruit_top2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
#pageColumn #recruit_top2 a {
    display: block;
    width: 48%;
    position: relative;
    margin-bottom: 20px;
    background-color: #ecf3fb;
    text-decoration: none;
}
#pageColumn #recruit_top2 a:hover {
    background-color: #d1e2f4;
}
#pageColumn #recruit_top2 a h2 {
    color: #004a9d;
    font-size: 26px;
    line-height: 60px;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
    border-bottom: none;
    margin-bottom: 0;
}
#pageColumn #recruit_top2 a .frame {
    width: 95%;
    overflow: hidden;
    margin-left: 2.5%;
    margin-bottom: 20px;
}
#pageColumn #recruit_top2 a .frame img {
    width: 100%;
    transition-duration: 0.3s;
}
#pageColumn #recruit_top2 a:hover .frame img {
    transform: scale(1.2, 1.2); /*画像の拡大*/
}
@media screen and (max-width:850px) {
    #pageColumn #recruit_top2 a h2 {
        font-size: 24px;
        line-height: 57px;
    }
}
@media screen and (max-width:800px) {
    #pageColumn #recruit_top2 a h2 {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media screen and (max-width:740px) {
    #pageColumn #recruit_top2 a {
        width: 49%;
    }
}
@media screen and (max-width:520px) {
    #pageColumn #recruit_top2 a h2 {
        font-size: 22px;
        line-height: 54px;
    }
}
@media screen and (max-width:480px) {
    #pageColumn #recruit_top2 a {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}


/*** 福利厚生 ***/
#pageColumn #welfare_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#pageColumn #welfare_top div {
    width: 70%;
}
#pageColumn #welfare_top div #catch {
    color: white;
	font-size: 17px;
	border-radius: 8px;
	background-color: #0061bd;
	padding-left: 14px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
    box-sizing: border-box;
}
#pageColumn #welfare_top #fig_welfare {
    width: 26%;
}
@media screen and (max-width:480px) {
    #pageColumn #welfare_top div {
        width: 65%;
    }
    #pageColumn #welfare_top #fig_welfare {
        width: 35%;
    }
}
#pageColumn table.style_2 {
	border-collapse: collapse;
	width: 96%;
	margin-left: 2%;
	margin-bottom: 40px;
}
#pageColumn table.style_2 th {
	border-bottom: 1px solid #CCCCCC;
	color: #444444;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 8px;
}
#pageColumn table.style_2 td {
	border-bottom: 1px solid #CCCCCC;
	font-size: 16px;
	text-align: left;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 10px;
}
@media screen and (max-width:640px) {
    #pageColumn table.style_2 {
        width: 98%;
        margin-left: 1%;
    }
    #pageColumn table.style_2 th {
        font-size: 15px;
        padding-left: 10px;
	    width: 130px;
    }
    #pageColumn table.style_2 td {
        font-size: 15px;
        padding-right: 5px;
    }
}

#pageColumn #wrap_shikabe {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
#pageColumn #wrap_shikabe #left {
    width: 66%;
}
#pageColumn #wrap_shikabe #left dl#shikabe {
    font-size: 16px;
	margin-left: 30px;
	line-height: 24px;
}
#pageColumn #wrap_shikabe #left dl#shikabe dd {
	margin-left: 80px;
	margin-top: -24px;
	margin-bottom: 4px;
}
#pageColumn #wrap_shikabe #pic {
    width: 30%;
}
#pageColumn #wrap_shikabe #pic img {
    width: 100%;
    margin-bottom: 10px;
}
@media screen and (max-width:800px) {
    #pageColumn #wrap_shikabe #left {
        width: 100%;
        margin-bottom: 20px;
    }
    #pageColumn #wrap_shikabe #pic {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #pageColumn #wrap_shikabe #pic img {
        width: 48%;
    }
}
@media screen and (max-width:640px) {
    #pageColumn #wrap_shikabe #left dl#shikabe {
        font-size: 15px;
        margin-left: 10px;
    }
}



/*** 社員紹介 ***/
#pageColumn .pic_member {
    width: 27%;
    float: right;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}
#pageColumn dl.member_qa {
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}
#pageColumn dl.member_qa dt {
    font-size: 20px;
	font-weight: bold;
	color: #4d7ea6;
	margin-bottom: 8px;
}
#pageColumn dl.member_qa dd {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}
@media screen and (max-width:750px) {
    #pageColumn dl.member_qa {
        margin-left: 0;
    }
    #pageColumn dl.member_qa dt {
        font-size: 18px;
    }
}
@media screen and (max-width:640px) {
    #pageColumn dl.member_qa dt {
        font-size: 17px;
    }
    #pageColumn dl.member_qa dd {
        font-size: 15px;
        line-height: 25px;
    }
}
@media screen and (max-width:480px) {
    #pageColumn .pic_member {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
        margin-bottom: 20px;
    }
}

#pageColumn h3.short_gap {
    margin-top: -10px;
}

#pageColumn .member_schedule {
    width: 96%;
    margin-left: 2%;
    border-collapse: collapse;
    margin-bottom: 45px;
}
#pageColumn .member_schedule th {
    font-size: 16px;
    background-color: #cfdded;
    border: 1px solid #808080;
    line-height: 24px;
    padding-top: 11px;
    padding-bottom: 10px;
    text-align: center;
    width: 85px;
}
#pageColumn .member_schedule td {
    font-size: 16px;
    border: 1px solid #808080;
    padding-top: 11px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
#pageColumn .member_schedule td.title {
    width: 65px;
}
@media screen and (max-width:640px) {
    #pageColumn .member_schedule {
        width: 98%;
        margin-left: 1%;
    }
    #pageColumn .member_schedule th {
        font-size: 15px;
        width: 65px;
    }
    #pageColumn .member_schedule td {
        font-size: 15px;
        margin-left: 5px;
        margin-right: 5px;
    }
}


/*** 募集要項トップ ***/
#pageColumn #recruit_info {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
#pageColumn #recruit_info a {
    width: 32.5%;
    text-decoration: none;
    align-self: stretch;
    background-color: #ecf3fb;
    position: relative;
    display: flex;
    flex-direction: column;
}
#pageColumn #recruit_info a:hover {
    background-color: #d1e2f4;
}
#pageColumn #recruit_info a h2 {
    color: #004a9d;
    font-size: 26px;
    line-height: 60px;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
    border-bottom: none;
    margin-bottom: 0;
}
#pageColumn #recruit_info a p {
    color: #004a9d;
    font-size: 15px;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 18px;
    box-sizing: border-box;
    margin-bottom: 0;
}
#pageColumn #recruit_info a p.detail {
    height: 40px;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 0;
}
#pageColumn #recruit_info a:hover p.detail {
    color: #EA5461;
}
#pageColumn #recruit_info a .frame {
    width: 95%;
    overflow: hidden;
    margin-top: auto;
    margin-left: 2.5%;
    margin-bottom: 20px;
}
#pageColumn #recruit_info a .frame img {
    width: 100%;
    transition-duration: 0.3s;
}
#pageColumn #recruit_info a:hover .frame img {
    transform: scale(1.2, 1.2); /*画像の拡大*/
}

@media screen and (max-width:1118px) {
	#service {
		width: 98%;
        padding-left: 1%;
        padding-right: 1%;
	}
}
@media screen and (max-width:970px) {
    #pageColumn #recruit_info a h2 {
        font-size: 23px;
        line-height: 56px;
    }
}
@media screen and (max-width:880px) {
    #pageColumn #recruit_info a {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
    }
    #pageColumn #recruit_info a .title_exp {
        width: 60%;
    }
    #pageColumn #recruit_info a p {
        height: auto;
    }
    #pageColumn #recruit_info a p.detail {
        margin-top: 0;
    }
    #pageColumn #recruit_info a .frame {
        width: 40%;
        margin-left: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width:800px) {
    #service h2 {
        font-size: 32px;
        line-height: 58px;
    }
    #pageColumn #recruit_info a .title_exp {
        width: 55%;
    }
    #pageColumn #recruit_info a .frame {
        width: 45%;
    }
}
@media screen and (max-width:770px) {
    #pageColumn #recruit_info a .title_exp {
        width: 50%;
    }
    #pageColumn #recruit_info a .frame {
        width: 50%;
    }
}
@media screen and (max-width:720px) {
    #pageColumn #recruit_info a {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 20px;
    }
    #pageColumn #recruit_info a .title_exp {
        width: 100%;
    }
    #pageColumn #recruit_info a p {
        height: auto;
    }
    #pageColumn #recruit_info a p.detail {
        margin-top: 10px;
    }
    #pageColumn #recruit_info a .frame {
        width: 95%;
        margin-left: 2.5%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:540px) {
    #pageColumn #recruit_info a {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}


/*** 募集要項 ***/
#pageColumn #rec_info {
    font-size: 15px;
    line-height: 24px;
    border-collapse: collapse;
    margin-bottom: 25px;
    width: 98%;
    margin-left: 1%;
}
#pageColumn #rec_info th {
    font-weight: normal;
    border: 1px solid #a8a8a8;
    background-color: #DDE0EE;
    vertical-align: top;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 10px;
    width: 200px;
}
#pageColumn #rec_info td {
    border: 1px solid #a8a8a8;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 10px;
}
#pageColumn .exp_end {
    width: 98%;
    margin-left: 1%;
    margin-bottom: 40px;
}
#pageColumn .entry_btn {
    display: flex; 
    justify-content: space-around;
    margin-bottom: 30px;
}
#pageColumn .entry_btn a {
    display: inline-block;
    border: none;
    width: 250px;
}
#pageColumn .entry_btn a img {
    width: 100%;
}
#pageColumn .entry_btn a img:hover {
    opacity: 0.8;
}

@media screen and (max-width:860px) {
    #pageColumn #rec_info th {
        width: 120px;
    }
}
@media screen and (max-width:660px) {
    #pageColumn #rec_info th {
        padding-left: 5px;
        width: 80px;
    }
    #pageColumn #rec_info td {
        padding-left: 5px;
    }
    #pageColumn .entry_btn a {
        width: 220px;
    }
}
@media screen and (max-width:500px) {
    #pageColumn .entry_btn {
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        height: 150px;
    }
    #pageColumn .entry_btn a {
        margin-left: auto;
        margin-right: auto;
    }
}

















