@charset "utf-8";

.l_container {
  padding-top: 84px;
}
.l_contents {
  margin-top: 50px;
}
.l_leftBox {
  width: 750px;
  float: left;
}
.l_leftBox--full {
  position: relative;
  width: 100%;
  float: none;
}
.l_rightBox {
  width: 210px;
  float: right;
}

/*  override
--------------------------------------------- */
.l_leftBox--full .accordion_ttl a {
  background-position: 98% 10px;
}
.l_leftBox--full .accordion_ttl.clickBtn_on0 a {
  background-position: 98% -72px;
}

/* -------------------------------------
hide style
----------------------------------------*/

.pc-hide {
  display: none !important;
}

/* -------------------------------------
Add style ( for search map )
----------------------------------------*/

/*  c-title-sideline
--------------------------------------------- */
.c-title-sideline {
  padding-left: 0.75em;
  border-left: 10px solid #703E08;
  line-height: 1.0;
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 0;
}

/*  c-txt-search-lead
--------------------------------------------- */
.c-txt-search-lead {
  padding-left: 1.0em;
  margin-bottom: 20px;
}

/*  c-searched-txt
--------------------------------------------- */
.c-searched-txt {
  text-align: center;
  color: #d00;
  font-size: 1.5em;
  margin-top: 1.0em;
}

/*  c-seach-box
--------------------------------------------- */
.c-seach-box {
  position: absolute;
  z-index: 1;
  top: 110px;
  left: 30px;
}
.c-seach-box form .input-group input[name="topics_keyword"] {
  width: 400px;
  line-height: 1.0;
  padding: 10px 20px;
  border-radius: 8px;
}
.c-seach-box form .input-group .btn {
  width: 100px;
  padding: 10px 15px;
  border-color: #703E08;
  border-radius: 8px;
  line-height: 21px;
  color: #ffffff;
  background-color: #703E08;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.c-seach-box form .input-group .btn:hover {
  opacity: .8;
}

/*  c-japan-map
--------------------------------------------- */
.c-japan-map {
  margin-bottom: 40px;
}

/*  c-list-pref
--------------------------------------------- */
.c-list-pref {
  font-size: 16px;
  margin-bottom: 40px;
}
.c-list-pref__cassette {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  border-top: 1px solid #aaa;
}
.c-list-pref__cassette:last-child {
  border-bottom: 1px solid #aaa;
}
.c-list-pref__cassette-head {
  flex-shrink: 0;
  width: 200px;
}
.c-list-pref__cassette-body {
  width: 100%;
}
.c-list-pref__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-list-pref__list-item {
  margin-right: 25px;
}
.c-list-pref__list-item a {
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}
.c-list-pref__list-item a:hover {
  color: #E16F61;
}
.c-list-pref__list-item .is-current {
  color: #E16F61;
  font-weight: bold;
}
.c-list-pref__list-item .is-disabled {
  color: #555;
  opacity: .5;
  cursor: default;
}
.c-list-pref__list-item .is-disabled:hover {
  color: #555;
}

/*  hr[id=*]
--------------------------------------------- */
hr[id^="anchor"] {
  display: block;
  width: auto;
  height: 0;
  padding: 0;
  border: 0;
  margin: 0;
  padding-top: 110px;
  margin-top: -110px;
}

/* -------------------------------------
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 #703E08;
  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: #E16F61;
}
.entryBox li.consultation a {
  background: #703E08;
}
.entryBox li.entry a:hover {
  background: #fff;
  border: 1px solid #E16F61;
  color: #E16F61;
}
.entryBox li.consultation a:hover {
  background: #fff;
  border: 1px solid #703E08;
  color: #703E08;
}
.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 #703E08;
  border-right: 1px solid #703E08;
  border-top: 1px solid #703E08;
  border-bottom: 1px solid #703E08;
  padding: 25px 10px 25px 0;
  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: #703E08;
  color: #fff;
  border-bottom: 1px solid #703E08;
}

/* 総合メニュー */

.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 #703E08;
  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 #703E08;
  border-top: 1px solid #703E08;
  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: #703E08;
  color: #fff;
}
.side_nav01 li a::after {
  border-right: 1px solid #703E08;
  border-top: 1px solid #703E08;
  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: #703E08;
}
.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 #703E08;
  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: #703E08;
}
.topicsLink .topicsLink_back a::after,
.topicsLink .topicsLink_next a::after {
  border-right: 1px solid #703E08;
  border-top: 1px solid #703E08;
  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: #703E08;
  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 #703E08;
  border-top: 1px solid #703E08;
  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
}