@charset "utf-8";

.l_container {
  padding-top: 84px;
}
.l_contents {
  margin-top: 50px;
}
.l_leftBox {
  width: 750px;
  float: left;
}
.l_rightBox {
  width: 210px;
  float: right;
}

/* -------------------------------------
common style
----------------------------------------*/

h3.common_title {
  font-size: 1.6rem;
  margin: 0;
}

/* -------------------------------------
freea area
----------------------------------------*/

.freeArea_top {
  margin-bottom: 30px;
}
.freeArea_top ul {
  list-style-type: disc;
  padding-left: 30px;
  margin: 10px 0;
}
.freeArea_top ol {
  padding-left: 30px;
  margin: 10px 0;
}


/* -------------------------------------
page title
----------------------------------------*/

.page_title {
  text-align: center;
  height: 100px;
  width: 100%;
  display: table;
}
.page_title h2 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.3em;
  line-height: 1;
  font-size: 2.4rem;
}

/* -------------------------------------
footpath
----------------------------------------*/

.footpath {
  font-size: 1.2rem;
  margin-top: 15px
}

/* -------------------------------------
entry button 
----------------------------------------*/

.entryBox {
  margin-top: 75px;
  padding-top: 75px;
  border-top: 1px solid #043167;
  text-align: center;
}
.entryBox_topText {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.entryBox li {
  display: inline-block;
  margin: 0 10px;
}
.entryBox li a {
  display: table;
  width: 200px;
  height: 80px;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
}
.entryBox li a span {
  display: table-cell;
  vertical-align: middle;
}
.entryBox li.entry a {
  background: #043167;
}
.entryBox li.consultation a {
  background: #043167;
}
.entryBox li.entry a:hover {
  background: #fff;
  border: 1px solid #043167;
  color: #043167;
}
.entryBox li.consultation a:hover {
  background: #fff;
  border: 1px solid #043167;
  color: #043167;
}
.entryBox_bottomText {
  margin-top: 35px;
  font-size: 1.2rem;
  line-height: 2;
}

/* -------------------------------------
right nav
----------------------------------------*/
/* 下層メニュー */

.side_nav01 .parent_nav a {
  display: block;
  text-align: center;
  border-left: 5px solid #043167;
  border-right: 1px solid #043167;
  border-top: 1px solid #043167;
  border-bottom: 1px solid #043167;
  padding: 25px 28px 25px 7px;
  position: relative;
  font-weight: bold;
}
.side_nav01 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
  border-bottom: 1px solid #eee;
  padding: 0 15px;
/*  display: table-cell;*/
  width: 210px;
  vertical-align: middle;
  position: relative;
  font-weight: bold;
  box-sizing: border-box;
}
.side_nav01 li a.cur {
  background-color: #eee;
}
.side_nav01 li a:hover {
  background-color: #043167;
  color: #fff;
  border-bottom: 1px solid #043167;
}

/* 総合メニュー */

.side_nav02 {
  margin-top: 40px;
}
.side_nav02 li[class^="is_"] {
  border-left: 1px solid #ccc;
  padding: 7px 0 0 20px;
}
.side_nav02 li a {
  display: block;
}

/* その他職種メニュー */

.side_nav03 {
  margin-top: 40px;
}
.side_nav03 li a {
  display: block;
  position: relative;
  border: 1px solid #043167;
  margin-top: 15px;
  text-align: center;
  padding: 0 28px 0 10px;
  font-weight: bold;
  width: 210px;
  height: 80px;
  box-sizing: border-box;
  line-height: 1.2;
}
.side_nav03 li a span {
  display: table-cell;
  vertical-align: middle;
  height: 78px;
  width: 170px;

}
.ng_newgraduates li.ng_newgraduates,
.cr_careers li.cr_careers,
.pt_parttime li.pt_parttime {
  display: none;
}

/* 矢印共通 */

.side_nav01 .parent_nav a::after,
.side_nav03 li:not(.fourth_link) a::after {
  border-right: 1px solid #043167;
  border-top: 1px solid #043167;
  content: "";
  height: 16px;
  width: 16px;
  right: 10px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 50%;
  margin-top: -8px
}
.side_nav01 .parent_nav a:hover,
.side_nav03 li a:hover {
  background-color: #043167;
  color: #fff;
}
.side_nav01 li a::after {
  border-right: 1px solid #043167;
  border-top: 1px solid #043167;
  content: "";
  height: 8px;
  width: 8px;
  right: 10px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 50%;
  margin-top: -4px
}
.side_nav01 .parent_nav a:hover::after,
.side_nav03 li a:hover::after,
.side_nav01 li a:hover::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

/* 4つ目メニュー */
.side_nav03 li.fourth_link i {
position: absolute;
top: 50%;
right: 10px;
margin-top: -5px;
color: #043167;
}
.side_nav03 li.fourth_link a:hover i {
   color: #fff; 
}

/* -------------------------------------
right SNS
----------------------------------------*/

aside .sns {
  margin-top: 50px;
  text-align: center;
}
aside .sns dt {
  font-weight: bold;
  margin-bottom: 10px;
}
aside .sns dd {
  display: inline-block;
  padding: 0 5px;
}

/* -------------------------------------
right banner
----------------------------------------*/

.rightBan {
  margin-top: 45px;
}
.rightBan li {
  margin-bottom: 10px;
}

/* -------------------------------------
topics_detail link
----------------------------------------*/

.topicsLink {
  margin-top: 80px;
}
.topicsLink ul {
  width: 300px;
  margin: 0 auto;
}
.topicsLink li {
  float: left;
}
.topicsLink li a {
  display: block;
  border: 1px solid #043167;
  height: 50px;
  line-height: 3.5;
  font-weight: bold;
  box-sizing: border-box;
}
.topicsLink .topicsLink_list a {
  width: 120px;
  margin: 0 10px;
  text-align: center;
}
.topicsLink .topicsLink_list.no_back a {
  margin: 0 10px 0 90px;
}
.topicsLink .topicsLink_list.no_next a {
  margin: 0 90px 0 10px;
}
.topicsLink .topicsLink_back a,
.topicsLink .topicsLink_next a {
  width: 80px;
  position: relative;
}
.topicsLink .topicsLink_back a {
  text-align: right;
  padding-right: 15px;
}
.topicsLink .topicsLink_next a {
  text-align: left;
  padding-left: 15px;
}
.topicsLink li a:hover {
  color: #fff;
  background-color: #043167;
}
.topicsLink .topicsLink_back a::after,
.topicsLink .topicsLink_next a::after {
  border-right: 1px solid #043167;
  border-top: 1px solid #043167;
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px
}
.topicsLink .topicsLink_back a::after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  left: 10px;
}
.topicsLink .topicsLink_next a::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 10px;
}
.topicsLink .topicsLink_back a:hover::after,
.topicsLink .topicsLink_next a:hover::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

/* -------------------------------------
table
----------------------------------------*/

.common_table {
  font-size: 1.6rem;
  width: 100%;
}
.common_table th {
  text-align: left;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  line-height: 1.2;
}
.common_table td {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.common_table td label {
  margin-right: 35px;
}
.common_table td .title01,
.common_table td .title02 {
  display: inline-block;
  width: 45px;
}
.common_table td .title02 {
  margin-left: 30px;
}
.common_table td.group {
  padding: 22px 0;
}
.common_table input[type=text],
.common_table input[type=tel],
.common_table input[type=email] {
  height: 32px;
  padding: 0 5px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
  box-sizing: border-box;
}
.common_table textarea {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
}
label.radio {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding-left: 25px;
  display: inline-block;
}
label.radio:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 50%;
  left: 0px;
  top: 3px;
  content: '';
  z-index: 3;
}
label.radio:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 6px;
  background-color: #333;
  z-index: 1;
}
label.radio input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  left: -19px;
  top: 5px;
  margin: 0px;
  box-shadow: 20px -1px #FFF;
}
label.radio input[type="radio"]:checked {
  box-shadow: none;
}
label.radio input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #FFF;
}
label.checkbox {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  position: relative;
  padding-left: 30px;
  display: inline-block;
  box-sizing: border-box;
}
label.checkbox:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 19px;
  left: 0px;
  top: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
  z-index: 3;
}
label.checkbox:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 7px;
  display: block;
  margin-top: -7px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
}
label.checkbox input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox input[type="checkbox"]:checked {
  box-shadow: none;
}
label.checkbox input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #fff;
  opacity: 0.1;
}
label.checkbox input[type="checkbox"]:focus {
  box-shadow: 41px 0px #EEE;
}
.common_table select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 32px;
  max-width: 750px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
  background: url(/files/user/img/common/arrow_select.png?v=1479798298) no-repeat right 10px center;
  background-color: #eee;
  font-size: 1.4rem;
  padding: 0 30px 0 5px;
  box-sizing: border-box;
}
.common_table select::-ms-expand {
  display: none;
}

/* -------------------------------------
error
----------------------------------------*/

.errors {
  color: #ff0000;
  border: 1px solid #ff0000;
  padding: 10px;
  margin: 15px 0 0 0;
}
.errors ul {
  list-style-type: disc;
  margin: 5px 0 0 20px;
}

/* -------------------------------------
pager
----------------------------------------*/

.pager {
  margin-top: 60px;
  text-align: center;
  font-weight: bold;
}
.pager li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 2.6;
  margin: 0 5px;
}
.pager li.active a {
  background: #043167;
  color: #fff;
}
.pager li a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
.pager li a.back::after,
.pager li a.next::after {
  border-right: 1px solid #043167;
  border-top: 1px solid #043167;
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  margin-top: -5px
}
.pager li a.back::after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  left: -10px;
}
.pager li a.next::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: -10px;
}

/* -------------------------------------
2018/12/17　追加
----------------------------------------*/
table.table-design-1 {
        border-radius: 0;
        width: 100%;
        border-spacing: 0;
        background: none repeat scroll 0 0 #FFF;
    }

    table.table-design-1 td {
        padding: 10px 15px;
        text-align: left;
    }

    table.table-design-1 thead {
        background: none repeat scroll 0 0 #f57eb6;
        color: #FFFFFF;
    }

    table.table-design-1 tbody td {
        border-bottom: 1px solid #E8E8E8;
        padding: 9px 15px;
    }

    table.table-design-1 tbody tr:nth-child(2n+1) {
        background: none repeat scroll 0 0 #F7F7F7;
    }

    .table-design-2 {
        border-radius: 0;
        width: 100%;
        border-spacing: 0;
        background: none repeat scroll 0 0 #FFF;
        vertical-align: text-top;

    }

    .table-design-2 tbody {
        padding: 10px 15px;
        text-align: left;
        vertical-align: text-top;
    }

    .table-design-2 td {
        padding: 9px 15px;
    }

    .table-design-3 {
        border-radius: 0;
        border: solid 1px #d8d8d8;
        width: 100%;
        border-spacing: 0;
        background: none repeat scroll 0 0 #FFF;
        vertical-align: text-top;
    }

    .table-design-3 tbody {
        padding: 10px 15px;
        text-align: left;
        vertical-align: text-top;
        border: solid 1px #d8d8d8;
    }

    .table-design-3 tr td {
        padding: 9px 15px;
        border-right: solid 1px #d8d8d8;
        border-bottom: solid 1px #d8d8d8;
    }

    .bg-gray {
        background: none repeat scroll 0 0 #F7F7F7;
    }

    .col-2 {
        width: 20%;
    }

    .col-4 {
        width: 48%;
    }

    .col-6 {
        width: 50%;
    }

    p.center {
        margin: 0;
        padding: 0;
        text-align: center
    }