@charset "utf-8";
/*** 求人情報一覧用CSS 2024/11 ***/
/*** 主にコンサルのstyle.css agent.css bootstrap.cssから移植している                      ***/
/*** style.cssから移植した部分でコンフリクトがなさそうなクラス名はそのまま使っている          ***/
/*** その他は既存ページのCSSとのコンフリクトを避けるためクラス名に"job-"をつけている(例外あり) ***/

/* フォント指定 ※他への影響を避けるため求人情報ページ以下に限定 */
.job-content {
    font-family: "Helvetica Neue",
                 Arial,
                 "Hiragino Kaku Gothic ProN",
                 "Hiragino Sans",
                 Meiryo,
                 sans-serif;
}
.job-content .c-box-recruit-tit, 
.job-content .c-box-recruit-text{
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
.job-content .c-box-recruit-tit{
    font-weight: bold;
}
/* 求人情報フォーム フォームをPardotにする場合はここは不要になる*/
#mw_wp_form_mw-wp-form-45213 .required {
    font-size: 10px;
}
#mw_wp_form_mw-wp-form-45213 select {
    width: 100%;
    height: 35px;
    border-color: #e5e5e5;
}
#mw_wp_form_mw-wp-form-45213 .description {
    font-size: 10px;
    margin-top: 10px;
}
.mwform-checkbox-field {
    margin-top: 10px;
}
.mwform-checkbox-field label span {
    font-size: 12px;
}
.job-checkbox {
    margin-top: 10px;
    margin-left: 10px;
}
.job-tos {
    height: 200px;
    padding: 10px 20px;
    background-color: #f5f5f5;
    overflow: scroll;
    margin-bottom: 50px;
}
.job-pp-link {
    text-align: center;
    margin: 10px 0;
    font-size: 12px;
}
.job-pp-link a {
    color: blue;
}

/* 求人情報一覧 */
.normalheader{
	max-width:400px;
    padding-bottom: 1rem;
	margin:0 auto 20px;
	border-bottom:solid 2px #01489e;
}
h2.media{
    width:100%;
    text-align:center;
    font-size: 24px;
}
.medialist_wrap{
    display:flex;
    flex-wrap:wrap;
    max-width: 900px;
    width:100%;
    margin:0 auto;
    justify-content: space-between;
    }
.job-info {
    margin-left: -15px;
    margin-right: -15px;
}

.job-widget {
    position: relative;
    min-height: 1px;
}
.job-search {
    width: 100%;
    padding: 0;
    margin-bottom: 2em;
}
.job-main {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3em;
    position: relative;
    min-height: 1px;
}
@media screen and (min-width:768px) {
    .job-info {
        margin-top: 70px;
    }
    .job-widget {
        margin-left: .83333333%;
        width: 18.33333333%;
        float: left;
    }
    .job-main {
        width: 80.83333333%;
        float: left;
    }
}
@media screen and (max-width:767px) {
    .job-info {
        margin-left: 0;
        margin-right: 0;
    }
    .job-widget {
        padding-left: 0;
        padding-right: 0;
    }
}
/* 検索エリア */
.s-head + input[type="text"] {
    margin-left:1rem!important;
}
#feas-searchform-0 label{
    font-weight: normal;
    display: inline-block;
}
@media screen and (min-width:768px) {
    #feas-searchform-0 label{
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    #feas-searchform-0 label{
        margin-right: 1em;
        line-height: 1.6;
    }
}
/*aside form*/
#feas-searchform-0{
    background:transparent;
    border:solid 1px #01489e;
    padding: 0 0 10px 0;
}
#feas-searchform-0 .s-head {
    background:transparent;
    text-indent:1rem;
		color: #01489e;
    font-size: 16px;
		margin:15px 0 10px;
}
.btn-register{
    margin-top:60px;
    background:#f2f2f2;
    height:90px;
    vertical-align:middle;
}
.btn-register a {
    display: inline-block;
    color: #fff;
    padding:0;
    border-radius: 0px;
    background:#ee7f08;
    width:300px;
    height:50px;
    line-height:50px;
    margin-top:20px;
    font-size:1rem;
    letter-spacing:0.05rem;
    text-indent:-15px;
}
#feas-searchform-0 .feas-submit-button {
    position: relative;
    display: inline-block;
    margin: 20px 0 1rem 1rem;
    padding: 0px;
    box-sizing: border-box;
    background: #517BC2;
    color: #fff;
    width: calc(100% - 2rem) !important;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    border-radius: 30px;
    transition: all .3s;
}

#feas-searchform-0 input[type="text"]{
	width:calc(100% - 2rem);
	padding:2px;
    outline: none;
}

.feas_clevel_01 input[type="checkbox"]{
    margin-left: .5rem!important;
	margin-right: .5rem!important;
}
/* 求人情報 */
.section_cases-main-content-block-righttextarea p{
    margin-bottom:0;
    font-size: 16px;
}
.normalheader{
    max-width:400px;
    padding-bottom: 1rem;
    margin:0 auto 20px;
    border-bottom:solid 2px #01489e;
}
.padding-lr0{
padding-left:0;
padding-right:0;
}
.medialist_box2{
width:440px;
width:430px;
background: #FFF;
}
@media screen and (max-width: 1200px)  {
.medialist_box2{
width:100%;
background: #FFF;
}
}
@media screen and (max-width: 767px)  {
.medialist_box2{
width:680px;
background: #FFF;
box-shadow: 0 0 10px rgb(0 0 0 / 30%);
margin-bottom:40px;
}
}
.section_cases-main-content-block-bg{
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.15);
    margin: 0 10px 20px;
    border: 2px solid #749EE5;
}
@media screen and (max-width: 767px)  {
    .section_cases-main-content-block-bg{
        margin:auto;
    }
}
.section_cases-main-content-block {
    padding: 20px;
    background-color: #FFF;
    border: solid 6px #F5F8FF;
}
@media screen and (max-width: 767px)  {
    .section_cases-main-content-block{
        padding: 20px 15px 30px;
    }
}
.section_cases-main-content-block-title {
    color: #01489e;
    font-weight: bold;
    font-size: 20px;
    margin-left: 10px;
}
@media screen and (max-width: 767px)  {
    .section_cases-main-content-block-title{
        margin-bottom:20px;
        font-size: 18px;
    }
}

.mt20{
    margin-top:20px;
}
.section_cases-main-content-block-title-sub{
    color:#808080;
}
@media screen and (max-width: 767px)  {
    .section_cases-main-content-block-title-sub{
        font-size:12px;
    }
}
.section_cases-main-content-block-title-main{
    color:#01489e;
    font-weight:bold;
    font-size:18px;
    min-height:60px;
}
@media screen and (max-width: 767px)  {
    .section_cases-main-content-block-title-main{
        min-height:0px;
    }
}
.section_cases-main-content-block-textarea{
    margin-bottom:10px;
    display:flex;
    align-items: center;
}
@media screen and (max-width: 767px)  {
    .section_cases-main-content-block-textarea{
        margin-bottom:10px;
        display:block;
    }
}
.section_cases-main-content-block-textarea:last-child{
    margin-bottom:0px;
}
.section_cases-main-content-block-btnarea{
    text-align:center;
}
.section_cases-main-content-block-btnarea a{
    margin-top:10px;
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 14px;
    background: #fff;
    border: 1px solid #000;
    position: relative;
    line-height: 1em;
    box-sizing: border-box;
    width: 180px;
    transition: all .3s;
}

.section_cases-main-content-block-btnarea2{
    text-align:center;
}
.section_cases-main-content-block-btnarea2 a{
    margin-top:20px;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding: 14px;
    background:#00479d;
    border: 1px solid #00479d;
    position: relative;
    line-height: 1em;
    box-sizing: border-box;
    width: 180px;
    transition: all .3s;
}

@media screen and (max-width: 767px)  {
    .section_cases-main-content-block-btnarea a{
        margin-top:5px;
        font-size: 14px;
        padding: 15px 30px;
    }
    .section_cases-main-content-block-btnarea2 a{
        margin-top:15px;
        font-size: 14px;
        padding: 15px 30px;
    }
}
.section_cases-main-content-block-btnarea a:after{
    position: absolute;
    right: 30px;
    top: 45%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;;
    border-right: 2px solid #000;;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.section_cases-main-content-block-btnarea2 a:after{
    position: absolute;
    right: 30px;
    top: 45%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
@media screen and (max-width: 767px)  {
    .section_cases-main-content-block-btnarea a:after{
        position: absolute;
        right: 15px;
    }
    .section_cases-main-content-block-btnarea2 a:after{
        position: absolute;
        right: 15px;
    }
}
.section_cases-main-content-block-text1{
    display:inline-block;
    color:#01489e;
    border:1px solid #01489e;
    font-size:14px;
    padding:8px 0;
    width:86px;
    text-align:center;
    line-height:1em;
    font-weight:bold;
    margin-right:10px;
}
@media screen and (max-width: 767px)  {
    .section_cases-main-content-block-text1{
        font-size:14px;
        padding:4px 0;
        width:80px;/*フリコンは70px*/
        margin-bottom:5px;
    }
}
.section_cases-main-content-block-righttextarea{
    width:calc(100% - 100px);
    font-size: 16px;
}
.ht_just{
        height:auto;
        overflow:hidden;
}
@media screen and (max-width: 767px)  {
    .section_cases-main-content-block-righttextarea{
        width:100%;
    }
}
.section_cases-main-link{
    text-align:center;
}
.section_cases-main-link a{
    display: inline-block;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    padding: 25px 120px 25px 90px;
    background: #517BC2;
    position: relative;
    margin-bottom: 40px;
    margin-top: 2rem;
    line-height: 1em;
    border-radius: 50px;
    transition: all .3s;
}

@media screen and (max-width: 767px)  {
    .section_cases-main-link a{
        font-size:16px;
        font-weight:bold;
        padding:20px 50px 20px 15px;
        position: relative;
        margin-bottom:0px;
        line-height:1em;
        /* box-shadow: 0 0 20px rgba(0,0,0,0.3); */
    }
}
.section_cases-main-link a:after {
    position: absolute;
    right: 30px;
    top: 45%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.page_navi {
    max-width:780px;
    margin: 20px auto 45px!important;
    text-align: center;
}
.single_wrap {
    margin-bottom: 0px!important;
    margin-top: 100px;
}
.link-button-application {
    z-index: 2000;
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 32px 0 32px 0;
    color: white;
    font-size: 14px;
    font-weight: 500;
    background-color: #f26b04;
    padding: 14px 20px 12px;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
}
.arrow_ico1 {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
@media screen and (max-width: 767px)  {
.arrow_ico1 {
    right:16px;
    top: 60%;
    width: 8px;
    height: 8px;
}
}


.job-content .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-top:20px;
    border-top: 1px solid #ededed;
}
.job-content .c-btn-cv {
    background: #ff8000;
    transition: all ease .3s;
    width: 500px;
    max-width: 100%;
}


@media screen and (min-width: 768px) {
    .job-content .container {
        width: 750px;
        border-top: none;
    }
    .job-widget {
        margin-left: 0;
        width: 200px;
        float: left;
    }
    .job-main {
        width: calc(100% - 220px);
        float: right;
    }
}
@media screen and (min-width: 992px) {
    .job-content .container {
        width: 970px;
    }
    .job-content .c-box-recruit {
        padding: 52px 20px 56px;
        text-align: center;
    }
    
}
@media screen and (min-width: 1200px) {
    .job-content .container {
        width: 1080px;
    }
}
.search_result{
    text-align:center;
    display:block;
    width:100%;
    font-size:20px;
}
.job-no-result {
    text-align: center;
    padding-bottom: 2rem;
}
.job-main .page_navi {
    max-width:780px;
    margin: 20px auto 45px;
    text-align: center;
}
/* page nav */
.job-main .page_navi { margin:20px 0 45px 0; }
.job-main .page_navi h4 { font-size:10px; font-weight:normal; margin:0 0 10px 0; color:#888; }
.job-main .page_navi ul { margin:0; padding: 0; display: inline-block;}
.job-main .page_navi li { float:left; list-style-type: none;}
.job-main .page_navi a, .page_navi a:hover, .page_navi span {
    text-decoration:none;
    color:#fff;
    font-size:12px;
    padding:13px 15px;
    line-height:100%;
    margin:0 4px 4px 0;
    background:#bbb;
    display:block;
    -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.job-main .page_navi a:hover {
    color:#fff;
    text-decoration:none;
}
.job-main .page_navi span.dots {
    background:none;
}
.job-main .page_navi span.current {
    color:#fff;
    background:#333;
}
.job-main .page_navi p.back {
    margin:0;
}
.job-main .page_navi p.back a,
.page_navi p.back a:hover {
    display:inline-block;
    padding: 10px 15px;
}
.job-main .page_navi a:hover{
    text-decoration:none;
    color:#fff;
    font-size:12px;
    padding:13px 15px;
    line-height:100%;
    margin:0 4px 4px 0;
    background:#333;
    display:block;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.job-breadcrumb,
.job-breadcrumb a {
    color: #aaa;
    font-size: 12px;
}
.entry-nav {
    margin-top: 80px;
    display: none;
}
@media screen and (max-width: 479px) {
    .entry-nav {
        margin-top: 30px;
    }
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.job-nav-button {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.prev_link{
    min-width: 100px;
    max-width: 200px;
    width: 60%;
    float: right;
    position: relative;
}
.next_link{
    min-width: 100px;
    max-width: 200px;
    width: 60%;
    float: left;
    position: relative;
}
.prev_link a, .next_link a{
    display: block;
    width: 100%;
    padding: 0 10px;
    background: #bbb;
    color: #fff;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    transition: all .3s;
}
.next_link a:after,
#next_post a:after { 
    display: inline-block; 
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    right: 10px;
    top: 18px;
}
.prev_link a:before,
#previous_post a:before { 
    display: inline-block; 
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(225deg);
    content: "";
    position: absolute;
    left: 10px;
    top: 18px;
}
/* 次の記事、前の記事リンク */
#previous_next_post {
    display: flex;
}
#previous_next_post #previous_post {
    float:none;
    width:50%;
    margin:0 -1px 5px 0;
    line-height:100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
#previous_next_post #next_post {
    float:none;
    width:50%;
    margin:0;
    line-height:100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
#previous_next_post a {
  color: #000 !important;
  display:block;
  font-size:12px;
  width:100%;
  height:50px;
  position:relative;
  background:#fff;
  overflow:hidden;
  border: solid 1px #ddd;
 -moz-box-sizing:border-box;
 -webkit-box-sizing:border-box;
 -o-box-sizing:border-box;
 -ms-box-sizing:border-box;
 box-sizing:border-box;
}
#previous_next_post a:hover {
    text-decoration: none;
}
#next_post a:after { 
    display: inline-block; 
    width: 8px;
    height: 8px;
    border-top: 2px solid #aaa;
    border-right: 2px solid #aaa;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    right: 10px;
    top: 18px;
}
#previous_post a:before { 
    display: inline-block; 
    width: 8px;
    height: 8px;
    border-top: 2px solid #aaa;
    border-right: 2px solid #aaa;
    transform: rotate(225deg);
    content: "";
    position: absolute;
    left: 10px;
    top: 18px;
}

/* 求人情報 個別ページ 詳細テーブル */
.job-detail-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    border: 1px solid #01489e;
}
.job-detail-table th {
    width: 87px;
    padding: 8px;
    border: 1px solid #01489e;
    font-size: 16px;
    font-weight: bold;
    color: #01489e;
}
.job-detail-table td {
    padding: 8px;
}
.job-detail-table td span {
    font-weight: bold;
}
.job-detail-table td div {
    margin-left: 1em;
}
@media screen and (max-width:767px) {
    .job-detail-table {
        border: none;
    }
    .job-detail-table th {
        width: 80px;
        font-size: 14px;
        display: block;
    }
    .job-detail-table td {
        display: block;
        padding: 8px 0;
    }
    .job-detail-table td span {
        font-size: 14px;
    }
    .job-detail-table td div {
        margin-left: 0;
        font-size: 14px;
    }
    .job-content .c-box.c-box-recruit {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
}
.job-content-details {
    .section_cases-main-content-block-textarea:first-child,
    .section_cases-main-content-block-textarea:nth-child(5) {
        display:none;
    }
}


/*hover*/
.link-button-application:hover{
    color: #fff;
    opacity: .7;
}
.section_cases-main-content-block-btnarea a:hover,
.section_cases-main-content-block-btnarea2 a:hover,
#feas-searchform-0 .feas-submit-button:hover,
.prev_link a:hover,
.next_link a:hover,
.section_cases-main-link a:hover,
.job-content .c-btn-cv:hover{
    opacity: .7;
}

