@charset "UTF-8";

/*
 * style.css
 */
/* ----------------- GLOBAL SETTINGS -----------------*/
html, body {
  padding: 0;
  margin: 0;
  color: #333333;
  /* line-height: 1.8; */
  font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","Arial",sans-serif;
  background: #fafafa;
  zoom:1;
  min-width:320px;
  font-size: 10px; /* = 1rem */
}

body {
  font-size: 1.6rem;
}
@-ms-viewport { width: device-width; }



/* Links */
a {cursor: pointer}
a:link{color: #0068b7; text-decoration: none;}
a:focus, a:hover {color: #375a89;}
/* a:visited{color:#d34fe7;}*/
/* .img a{text-decoration:none;border:none;} */

/* alpha_hover*/
a:hover img, button img:hover {
  transition-duration:1s;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* ----------------- Replace Bootstrap -----------------*/

/* ----- print ------ */
@media print {
header{display:none;}
}

@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}

/* -----------------from CRV -----------------*/

.go-to-top {
  position: fixed;
  right: 2rem;
  bottom: 1.5rem;
  z-index: 1;
  cursor: pointer;
  padding: 0.7rem 1.4rem;
  background: #CACACA;
  border-radius: 4px!important;
  display: block;
  opacity: 0.6;
}

.page_jobdetail_index .go-to-top {
  bottom: 8.5rem;
}


.go-to-top i {
  font-size: 2.5rem;
  color: #fff;
}

/* ----------------- Layout -----------------*/

/* header */
header .eventheader{
  background-color: #000;
  padding: 15px;
}
.site_title {
	color: #000;
}
header .site_title div img{
  vertical-align: bottom;
}
header .h1, h1{
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
}
header .crj_main_nav,
.sp.crj_main_nav{
  background: #333333;
  border: 0;
}
header .crj_main_nav ul,
.sp.crj_main_nav ul{
  display: table;
  width: 100%;
}
header .crj_main_nav li,
.sp.crj_main_nav li{
  list-style-type: none;
  display: table-cell;
  vertical-align: middle;
}
header .crj_main_nav li a,
.sp.crj_main_nav li a{
  color: #ffffff;
  font-weight: 800;
}
header .crj_main_nav li a:hover,
header .crj_main_nav li a:focus,
.sp.crj_main_nav li a:hover,
.sp.crj_main_nav li a:focus{
  color: #c0c0c0;
}

/* breadcrumb */
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  font-size: 1.2rem;
}

.breadcrumb>li+li:before {
  padding: 0 0.5rem;
  color: #ccc;
  content: "";
}

/* footer */
footer{
  background:#333;
}

/* footer-copyright */
.footer-copyright {
  background: #333;
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
  padding: 2.3rem;
  text-align: center;
}

/*  footer-proof */
.footer-proof{
  font-size: 1.2rem;
}

.footer-proof-item:not(:first-child){
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.logo-creek-footer {
  width: 100%;
  height: auto;
}

.logo-jpx, .logo-pmark {
  display: table-cell;
  margin-right: 1rem;
  width: 45px;
  height: auto;
}
.logo-pmark {
  box-sizing: border-box;
  background: #fff;
  padding: 0.4rem;
}

/* footer-company-menu */
.footer-company-menu li{
  font-size: 1.2rem;
  list-style-type: none;
}
.footer-company-menu a{
  color: #fff;
}

@media (max-width: 767px) {
  .logo-creek-footer {
    margin: 0 auto;
  }
  .footer-proof-item:not(:first-child){
    margin: 2rem 0;
    width: 97%;
  }
  .footer-company-menu li{
    margin: 1rem 0;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .footer-proof{
    display: flex;
    justify-content: center;
    margin: 3rem 0;
  }

  .footer-proof-item:not(:first-child){
    margin: 0 2rem;
    width: 380px;
  }

  .logo-creek-footer {
    margin-right: 3rem;
    width: 80px;
  }
  .footer-company-menu{
    display: flex;
    justify-content: center;
    margin: 3rem auto;
  }
  .footer-company-menu li{
    margin: 0 2rem;
  }
}

/* ----------------- Replace Bootstrap -----------------*/
a.btn-info,
a.btn-primary,
a.btn-warning{
  color: #ffffff;
}
/* btn-info to btn-crj */
.btn-crj,
.btn-crj:visited{
  border-radius: 0.4rem;
  border-color: rgba(229,91,87,1);
  background-image: -moz-linear-gradient( -90deg, rgb(242,110,106) 0%, rgb(229,91,87) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(242,110,106) 0%, rgb(229,91,87) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(242,110,106) 0%, rgb(229,91,87) 100%);
  box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
  font-size: 1.8rem;
  font-weight: 800;
  color: #ffffff;
}
.btn-crj:hover,
.btn-crj:focus{
  transition: 0.4s;
  border-color: rgba(229,91,87,1);
  background-image: -moz-linear-gradient( -90deg, rgb(229,91,87) 0%,  rgb(242,110,106)100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(229,91,87) 0%, rgb(242,110,106) 100%);
  background-image: -ms-linear-gradient( -90deg,  rgb(229,91,87) 0%, rgb(242,110,106)100%);
  box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

/* label */
.label{
  border-radius: 0;
  font-size: 1rem;
}
/* label-danger */
.label-danger{
  background: #eb6662;
}
/* label-default */
.label-default {
  background:#a9a9a9;
}
/* label-crj */
.label-crj{
  font-size: 1.2rem;
  background: #31578b;
}
/* alert */
.alert {
  margin: 0;
  border-radius: 0;
  padding: 1rem 2rem;
}
.alert h4{
  font-weight: 800;
}
.alert-danger a.text{
  color: #dc143c;
}

/* ----------------- Button Styles -----------------*/
a.crj_default_btn{
  position: relative;
  font-weight: bold;
  border-radius: 4px;
  border: 0.2rem solid #375a89;
  padding: 1rem;
  color: #375a89;
}
a.crj_default_btn:hover{
  transition: 0.4s;
  background: #375a89;
  color: #ffffff;
  text-decoration: none;
}
a.crj_default_btn:after{
  position: absolute;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  right: 1rem;
  top: 1rem;
}
a.crj_default_btn.enter{
  background: #375a89;
  color: #ffffff;
}
a.crj_default_btn.enter:hover{
  color: #375a89;
  background: #ffffff;
}
/* ----------------- Hedding Styles -----------------*/
.cr_title{
  position: relative;
  border-top: 0.4rem solid #333333;
  margin: 2.4rem auto 0 auto;
  padding: 1rem 2rem;
  background: #ffffff;
}
h3{
  margin: 0.5rem 0;
  font-weight: 800;
}
h3 img{
  width: 2rem;
  margin-right: 1rem;
  vertical-align: middle;
}
.cr_title a{
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  color: #0068b7;
  font-size: 1.4rem;
  font-weight: 800;
}
.cr_title a:before{
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 1.4rem;
}
/* ----------------- TOP Searchbox -----------------*/
.searchbox{
  background: #ffffff;
}
.crj_search_btn{
  display: table;
  margin: 1.4rem 0;
}
.crj_search_btn div{
  display: table-cell;
  vertical-align: middle;
  width: 50vw;
}
.crj_search_btn div a{
  position: relative;
  display: block;
  border-radius: 0.4rem;
  font-weight: 800;
  width: 95%;
  text-align: center;
}
.crj_search_btn div:first-child a{
  margin-left: 0;
}
.crj_search_btn div:last-child a{
  margin-right: 0;
  margin-left: auto;
}

/* ----------------- Serch list -----------------*/
/* pagenation */
.search_count .pagination > li > a, .search_count .pagination > li > span {
  position: relative;
  margin: 0.2rem;
  color: #adadad;
  font-weight: normal;
  font-size: 1.4rem;
  display: inline-block;
  border:none;
}

.search_count .pagination > .active > a,
.search_count .pagination > .active > span,
.search_count .pagination > .active > a:hover,
.search_count .pagination > .active > span:hover,
.search_count .pagination > .active > a:focus,
.search_count .pagination > .active > span:focus{
    background-color:#ffffff;
    color: #333333;
    font-weight: 800;
}

.search_count .text-center{
  margin: 0 0 2.4rem 0;
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    text-align:center;
    padding-top:10px;
}

.search_count .pagination {
    margin:0;padding:0;
}

/* ----------------- Serch list -----------------*/
/* panel */
.panel{
  margin: 0 0 1rem 0;
  padding: 0;
  border-radius: 0;
  color: #333333;
}
.panel .panel-heading{
  position: relative;
  border-top: 0.4rem solid #333333;
  border-bottom: 0.1rem solid #dddddd;
  margin: 0;
  padding: 2rem 12rem 2rem 2rem;
  background: #ffffff;
  font-weight: 800;
  border-radius: 0;
  font-size: 1.8rem;
}
.panel-heading .job_number{
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 1.2rem;
}
a .panel-heading {
  color: #333333;
}

/* job_view */
.job_view{
  margin:0 0 4rem 0;
}
.job_view .panel th, .job_view .panel td{
  padding: 1rem 2rem;
  font-size: 1.4rem;
}
.job_view .panel th{
  width:300px;
  background: #f5f5f5;
  border-right:1px solid #dddddd;
}
.job_view .panel pre{
  margin: 0;
}
.job_view .panel .label{
  margin-left: 0.4rem;
}
.job_view .panel .label-default{
  font-weight: 400;
  display: inline-block;
  margin: 0 0 1rem 0.4rem;
  padding: 0.6rem 0.6rem 0.4rem 0.6rem;
  background: #ffffff;
  color: #333333;
  border: 0.11rem solid #dddddd;
  border-radius: 0.4rem;
}
.job_view a.text_link{
  color: #dddddd;
  padding:0 0 0 0.2rem;
  border-bottom: 0 solid #dddddd;
}
.job_view a.btn-info{
  color: #ffffff;
}
.job_view ul{
  padding:0.1em 2em;
}

/* ----------------- Contents -----------------*/
/* list_view */
ul.list_view{
  border-top: 0.1rem solid #dddddd;
  background: #ffffff;
}
.list_view li{
  display: table;
  width: 100%;
  border-bottom: 0.1rem solid #dddddd;
}
.list_view li a{
  display: block;
  color: #333333;
}
.list_view li p{
  padding:1rem 0;
}
.list_view li div{
  display: table-cell;
  vertical-align: top;
  padding: 1rem 2rem;
}
.list_view li div:last-child{
  display: table-cell;
  padding: 1rem 2rem 1rem 0;
}
.list_view ul.category{
  margin-bottom: 1rem;
}
.list_view ul.category li{
  background: #30507E;
  color: #fff;
  padding:0.3rem 0.5rem;
  font-size:1.2rem;
  width:auto;
  display: inline-block;
  margin:1px;
}
ul#top_recruit {
  background: #ffffff;
  border-top: 0.1rem solid #dddddd;
  border-bottom: 0.1rem solid #dddddd;
  text-align: center;
  padding: 2rem 0.5rem;
}
#top_recruit li{
  list-style-type: none;
  display: inline-block;
  width: 240px;
  vertical-align: top;
  margin-bottom: 1rem;
}
#top_recruit li img{
  width: 100%;
}
#top_recruit li a{
  color: #333333;
}

/* side_bnr */
.side_bnr a{
  display: block;
}
.side_bnr a img{
  width: 100%;
}

/* firstview_area */
.firstview_area{
  box-shadow: 0px 0px 3px 0px rgba(170, 170, 170, 0.4);
  background: #fff;
  margin-top: 2.4rem;
  padding: 2rem;
  line-height: 1.8;
}
.firstview_area .article_lead {
  margin: 0;
  background: #f5f5f5;
    padding: 1rem;
    font-size: 1.4rem;
}
.firstview_area img{
  max-width: 100%;
  height: auto;
}
.firstview_area h1{
  font-size: 2rem;
  font-weight: 800;
  margin: 1rem 0;
  line-height: 1.6;
}

/* content_view */
.content_view{
  border-top: 0.4rem solid #333333;
  border-bottom: 0.1rem solid #dddddd;
  background: #ffffff;
  margin-top: 2.4rem;
  padding: 2rem;
  line-height: 2;
}
.content_view .eyecatch {
  text-align: center;
}
.content_view .eyecatch img{
  width: 100%;
}
.content_view h2{
  font-weight: 800;
  margin-bottom: 2rem;
}
.content_view .crj_article img{
  max-width: 100%;
  margin: 1rem auto 2rem auto;
}
.content_view img.alignleft{
  margin: 1rem 2rem 2rem 0;
}
.content_view img.alignright{
  margin: 1rem 0 2rem 2rem;
}
.content_view .panel{
  margin-top: 2rem;
}
.content_view .aligncenter{
  max-width: 100%!important;
  height: auto;
}


/* ----------------- Entry form -----------------*/

/* label */
.cr_label{
  font-weight:normal;
  margin-right:1em;
  font-size:1.6rem;
}

/* checkbox */
.cr_checkbox {
  padding: 6px;
}
.cr_checkbox input[type=radio],
.cr_checkbox input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
.cr_checkbox input[type=radio] + label,
.cr_checkbox input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
.radio input[type=radio]{
  margin: 4px 0 0 0;
  }
.radio label{
  font-weight:normal;
}
.radio_b input[type=radio]{
  margin: 8px 0 0 0;
  }

.radio_b label{
  font-weight:normal;
}
@media (min-width: 1px) {
  .cr_checkbox input[type=radio],
  .cr_checkbox input[type=checkbox] {
  display: none;
  margin: 0;
  }
  .cr_checkbox input[type=radio] + label,
  .cr_checkbox input[type=checkbox] + label {
  padding: 0 0 0 24px;
  }
  .cr_checkbox input[type=radio] + label::before,
  .cr_checkbox input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
  }
  .cr_checkbox input[type=radio] + label::before {
  border: 2px solid #dddddd;
  border-radius: 30px;
  }
  .cr_checkbox input[type=checkbox] + label::before {
  border: 2px solid #dddddd;
  }
  .cr_checkbox input[type=radio]:checked + label::after,
  .cr_checkbox input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  }
  .cr_checkbox input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #deb887;
  border-radius: 8px;
  }
  .cr_checkbox input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #deb887;
  border-bottom: 3px solid #deb887;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 150px;
  font-size: 11px;
  border: 0px solid #ddd;
  box-shadow: 0 0 0px #ffffff;
  -moz-box-shadow: 0 0 0px #ffffff;
  -webkit-box-shadow: 0 0 0px #ffffff;
  -o-box-shadow: 0 0 0px #ffffff;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  z-index:5000;
}

.formError .formErrorArrow div {
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
  box-shadow: 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0px #ffffff;
  -webkit-box-shadow: 0 0 0 #ffffff;
  -o-box-shadow: 0 0 0 #ffffff;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.popover-title{
  background:none;
  border:0;
  margin:0;
  padding:0 10px;
}
.popover-content{
  padding:0;
  margin:0;
}
.popover-content ul{
  padding:10px 30px;
  margin:0;
}
ul{margin:0;padding:0;}

/* flow */
.tab_arrow{
  padding: 0;
  text-align:center;
  margin: 1rem auto;
}
.tab_arrow ul{
  display: table;
}
.tab_arrow li{
  display: table-cell;
  width: 30vw;
}
.tab_arrow li span{
  display: block;
  background: #dddddd;
  position: relative;
  text-align: center;
  padding: 1rem;
}
.tab_arrow li span:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
}
.tab_arrow li.active span {
  font-weight: 800;
  background: #31578b;
  color: #ffffff;
}
.tab_arrow li.active span:after {
  border-left: 20px solid #31578b;
}

@media (min-width: 500px) and (max-width:650px){
  input[type="file"]{width:100%;}
}

@media (max-width:499px){
  select[size]{height:34px;}
  input[type="file"]{width:100%;}
  #view_count {font-size:12px;}
  #view_count .cr_label {font-size:12px;}
  .job_group_id{margin-bottom:1em;}
}

/* checkbox_lg */
.cr_checkbox_lg {
  padding: 10px;
}
@media (min-width: 1px) {
  .cr_checkbox_lg  input[type=radio] + label::before,
  .cr_checkbox_lg  input[type=checkbox] + label::before {
  width: 30px;
  height: 30px;
  margin-top: -9px;
  background: #FFF;
  }
  .cr_checkbox_lg input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 30px;
  height: 15px;
  margin-top: -8px;
  border-left: 6px solid #deb887;
  border-bottom: 6px solid #deb887;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
}
.entry_mlmg .col-xs-12{
  border-bottom:1px solid #dddddd;
  padding:10px 0;
}
.form-group span{
  font-size:12px;
}
.crform_member label{
  font-size:12px;
}
/* customize bootstrap-multiselect */
.searchbox .btn-group, .searchbox .multiselect, #form_profile .btn-group, #form_profile .multiselect{width:100%;font-size:16px;}
ul.multiselect-container.dropdown-menu{width:100%;font-size:16px;}

/* ---  Styles---- */
/* h4 */
.panel-default.head:hover{
  background-color:#ffffff;
}
.head .panel-body{
  padding:0.4em 1em;
  font-weight:bold;
}

.table>tbody+tbody{
 border-top:1px;
}
/* add_box */
#add_box ul, #add_box_6 ul, #add_box_3 ul{
  list-style-type:none;
  margin:0;
  padding:0;
}
@media (max-width: 420px) {
  #add_box_3 input{
    font-size:10px;
  }
}
/* cr_clip_list */
.cr_clip_list .panel{
  background:#f8f8f8;
}
.cr_clip_list .panel-heading{
  background: none;
  border-bottom: 0;
  padding: 0.4em 1rem 0 0;
  border-top: 0.1rem;
}
.cr_clip_list .panel-heading p{
  font-size: 1.4rem;
  font-weight: 400;
}
.cr_clip_list .panel-footer{
  background:none;
  border-top:0px;
  padding:0 1em 0.4em 1em;
}
#kyujin_clip_box .cr_clip_list a{
  color:#5d5d5d;
  padding:0 0 0 2px;
  border-bottom:2px solid #dddddd;
}
.cr_clip_list a:hover{
  color:#000000;
  padding:0 0 0 2px;
  border-bottom:2px solid #828282;
}
.cr_clip_list .panel.closed{
  background:#dddddd;
  color:#999999;
}
.cr_clip_list .panel.closed .txt_close{
  color:#d2691e;
  font-size:1.2em;
}
/* modal */
.modal-body,.modal-header,.modal-footer {
  border:none;
}
/* notice */
.notice{
  font-size:0.9em;
  margin-bottom:1em;
}
/* alert */
.alert-info.crform_member{
  color:#000000;
  background-color: #ffffff;
  border:4px solid #bce8f1;
}
.alert-default{
  background: transparent;
  border: 2px dotted #c0c0c0;
  color: #555;
  padding: 1.5rem;
  margin: 1rem 0;
  font-size: 1.3rem;
}
.alert-topics{
  background: #fff;
  padding: 2rem 0;
  line-height: 2rem;
  font-size: 1.3rem;
}
a.alert-topics-ttl{
  color: #000;
}

/* cr_privacy */
.cr_privacy{
  margin:1em 0;
  padding:1.4em;
  max-height:200px;
  background:#f5f5f5;
  border:1px solid #dddddd;
  overflow-y:auto;
  overflow-x:hidden;
  font-size:0.8em;
}
.cr_privacy dt, .cr_privacy dd {
  margin:0 0 1em 0;
  line-height:1.6em;
}
.cr_privacy .border_dotted{
  padding:1em;
  margin:1em 0;
  border:2px dotted #dddddd;
}
pre {word-wrap:break-word;white-space:pre-wrap;
  font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","Arial",sans-serif;}
#sp_global-nav .text-center{margin:1em 0 0 0;}
#sp_global-nav .text-center a{font-size:16px;margin:1em 0 0 0;}
#sp_global-nav nav a{font-size:14px;}

/* h3-box */
.h3-box{
  background: #fff;
  border: 0.1rem solid #ddd;
  color: #333;
  padding: 1.5rem;
}

/* ----------------- Recommend -----------------*/
.dv_recommend{
  background: #fff;
  color: #333;
  padding: 0;
}
.dv_recommend a{
  color: #333;
}
.dv_rc_items{
  padding: 4rem 2rem 1.5rem 2rem;
  border-bottom: 0.1rem solid #ddd;
  position: relative;
}
.dv_rc_img{
  display: none;
}
.dv_rc_name{
  font-weight: 800;
}
.dv_rc_description{
  position: absolute;
  top: 1.5rem;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dv_rc_price,
.dv_rc_address,
.dv_rc_employment{
  display: inline-block;
  font-size: 85%;
  width: 33.333%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dv_rc_price br,
.dv_rc_address br,
.dv_rc_employment br{
  display: none;
}
.dv_rc_address:before,
.dv_rc_employment:before{
  content: "/";
  display: inline-block;
  margin-right: 0.5rem;
}

/* ----------------- Media -----------------*/
@media (max-width: 768px) {
   table th, table td{
    display:block;
    width:100%;
    border-collapse:collapse;
    float:left\9;
  }
   .table th, .table td{
    display:block;
    width:100%;
    border-collapse:collapse;
    float:left\9;
  }
  .table .col-xs-1, .table .col-xs-4{padding-right:0;}
  .table .col-xs-4{padding-left:10px;}
  .job_view .panel th{
    display:block;
    width:100%;
    background:#f5f5f5;
    border-right:0px solid #dddddd;
  }
  .panel>.table>tbody:first-child>tr:first-child th{
    border-bottom:1px solid #dddddd;
  }

}
@media screen and (min-width: 480px) {
  .br-sp { display:none; }
  .col-xs-12.btn-sp{text-align:right;}
}
@media screen and (max-width: 480px) {
  .br-sp { display:block; }
  .col-xs-12.btn-sp{text-align:center;margin:0 auto;}
  .col-xs-12.btn-sp .btn{width:100%;margin-top:1em;}
}
/* ----------------- utility -----------------*/
.color_31578b{
  color: #31578b;
}
.bnone {
  border: none;
}
.vab{vertical-align:bottom;}
.fl{float:left}
.fr{float:right}
.m1em{margin:1em;}
.mr1em{margin-right:1em}

/* font setteings */
.fw800 {font-weight:800;}
.fw400 {font-weight:400;}
.fs30{font-size:3.0rem;}
.fs28{font-size:2.8rem;}
.fs26{font-size:2.6rem;}
.fs24{font-size:2.4rem;}
.fs22{font-size:2.2rem;}
.fs20{font-size:2rem;}
.fs18{font-size:1.8rem;}
.fs16{font-size:1.6rem;}
.fs14{font-size:1.4rem;}
.fs12{font-size:1.3rem;}
.fs10{font-size:1rem;}

.tac{text-align:center;}
.tal{text-align:left;}
.tar{text-align:right;}
.mt1em{margin-top:1em;}
.mt2em{margin-top:2em;}
.ml05em{margin-left:0.5em;}
.ml1em{margin-left:1em;}
.mr1em{margin-right:1em;}
.mt0{margin-top:0;}
@media (max-width: 768px) {
.mt0_sp{margin-top:0;}
}
.mt2em{margin-top:2em;}
.mt05em{margin-top:0.5em;}
.mb05em{margin-bottom:0.5em;}
.mb1em{margin-bottom:1em;}
.mb1rem{margin-bottom:1rem;}
.mb2rem{margin-bottom:2rem;}
.mb2em{margin-bottom:2em;}
.p0{padding:0;}
.pt05em{padding-top:0.5em;}
.p1em{padding:1em;}
.p1rem{padding:1rem;}
.p15rem{padding:1.5rem;}
.pt1em{padding-top:1em;}
.pt2em{padding-top:2em;}
.pt3em{padding-top:3em;}
.pt4em{padding-top:4em;}
.pb0{padding-bottom:0;}
.pb05em{padding-bottom:0.5em;}
.pb1em{padding-bottom:1em;}
.pb2em{padding-bottom:2em;}
.pl0 {padding-left:0px;}
.pr0 {padding-right:0px;}
.plr0 {padding-right:0px;padding-left:0;}
.plr4 {padding-right:4px;padding-left:4px;}
.plr8 {padding-right:8px;padding-left:8px;}
.plr20 {padding-right:20px;padding-left:20px;}
.plr2rem {padding-right:2rem;padding-left:2rem;}
.w50p{width:50%}
.w80p{width:80%}
.w100p{width:100%}
.mxauto{
  margin-left: auto;
  margin-right: auto;
}



/* debug
div{border:1px solid #000000;} */

/* ----------------- Slider -----------------*/
.slider {
  display: none
}

.slider .slider-item {
  position: relative;
  -webkit-transition: all .6s;
  transition: all .6s
}

.slider a {
  display: block;
  color: #333;
  outline: none
}

.slider a:hover {
  text-decoration: none
}

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 0;
  cursor: pointer;
  padding: 0;
  opacity: 1;
  outline: none;
  width: 45px;
  height: 45px;
  z-index: 5;
}
.slick-prev, .slick-next {
  top: 50%;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: .7
}

.slick-prev::before, .slick-next::before {
  display: none
}

.slick-prev {
  background-image: url(../img/icon/icon_arrow_prev.png);
  left: -.2rem;
}

.slick-next {
  background-image: url(../img/icon/icon_arrow_next.png);
  right: -.2rem;
}

/* ----------------- Agent page -----------------*/
.agent_mainvisual{
  margin: 1rem auto;
}
.agent_list_mainvisual img,
.agent_mainvisual img,
.agent_tile_item img{
  width: 100%;
  height: auto;
}
.agent_sec_ttl{
  color: #72b4c9;
  font-weight: 800;
  margin: 5rem 0 2rem;
}
.agent_sec_ttl::before{
  content: "■";
}
.agent_example_list{
  padding: 0;
  margin-top: 5rem;
}
.agent_example_list_item{
  position: relative;
  border: 4px solid #9ec5d1;
  border-radius: 0 10px 10px 10px;
  list-style-type: none;
  margin-right: 1rem;
}

.agent_example_list_item:before{
  position: absolute;
  top: -3rem;
  left: -.4rem;
  background: #9ec5d1;
  border: 4px solid #9ec5d1;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  color: #fff;
  font-weight: 800;
  line-height: 1rem;
  letter-spacing: 2px;
  padding: .6rem 1rem;
}
.agent_example_list_item:nth-child(1):before{
  content: "実例①";
}
.agent_example_list_item:nth-child(2):before{
  content: "実例②";
}
.agent_example_list_item:nth-child(3):before{
  content: "実例③";
}
.agent_example_status,
.agent_example_before,
.agent_example_after{
  display: block;
  margin: 1rem 0;
  text-align: center;
}
.agent_example_status{
  margin-bottom: 2rem;
}
.agent_example_before,
.agent_example_after{
  line-height: 1.5;
}
.agent_example_before:after{
  content: "";
  display: block;
  background: url("../img/icon/icon_arrow_down.png") no-repeat 0 0;
  background-size: 100%;
  margin: .4rem auto;
  width: 42px;
  height: 32px;
}
.agent_detail_txt{
  position: relative;
}
.agent_detail_txt {
  position: relative;
  display: inline-block;
  border: 1px solid #bcc6d3;
  border-radius: 10px;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
}

.agent_detail_info{
  margin-top: 4rem;
}
.agent_detail_book,
.agent_detail_movie,
.agent_detail_music{
  position: relative;
  background : #f4f4f4;
}
.agent_detail_book:before,
.agent_detail_movie:before,
.agent_detail_music:before{
  position: absolute;
  top: -1.6rem;
  left: -1rem;
  border-left: 10px solid #72b4c9;
  background: #97cdde;
  color: #fff;
  font-weight: 800;
  padding: 0 2rem;
  transform:rotate(-10deg);
}

.agent_detail_book:before{
  content: "好きな本";
}
.agent_detail_movie:before{
  content: "好きな映画";
}
.agent_detail_music:before{
  content: "好きな音楽";
}
.agent_job_list_item{
  border: 1px solid #bcc6d3;
  border-radius: 10px;
  list-style: none;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.agent_job a{
  display: block;
  color: #333;
  padding: 1.5rem;
  text-decoration: none;
}

.agent_tile{
  margin: 1rem auto;
}
.agent_tile_item{
  border: 2px solid #bcc6d3;
  border-radius: 10px;
  background: #fff;
  list-style-type: none;
  padding: 1rem;
}
.agent_tile_item a{
  color: #555;
}
.agent_tile_ttl_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: .6rem 0;
}
.agent_tile_category{
  background: #72b4c9;
  color: #fff;
  display: inline-block;
  padding: .4rem;
  font-size: 1.2rem;
}
.agent_tile_category:not(:first-child){
  display: none;
}
.agent_tile_catch{
  font-size: 1.2rem;
}

.txS{
  font-size: 1.2rem;
}
.alert.error-container{
  padding:30px 0px;
  margin:100px 0px;
  text-align: center;
}


/* ----------------- ver 21 Styles -----------------*/
.mainvisual {
  position: relative;
  background-color: #cdcdcf;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
.mainvisual-btn-block{
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,.75);
  padding: 1.5rem 0;
  width: 100%;
}
/* btn */
.btn21{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  outline: none;
  -webkit-appearance: none;
  transition: .4s ease-in-out;
}
.btn21:hover{
  opacity: .8;
}
.btn21-icon{
  margin: 0 1rem .4rem -2.5rem;
  width: 30px;
  height: auto;
}
.btn21-disabled{
  opacity: .2;
  cursor: not-allowed;
}
.btn21-disabled:hover{
  opacity: .2;
}
.btn21-shadow{
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.btn21-arrow::after{
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1rem;
  background-image: url("../img/icon21/icon_arrow.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transform: translate(0%,-50%) rotate(-90deg);
  width: 13px;
  height: 13px;
}
.btn21-blue{
  background: #2d73c6;
}
.btn21-cyan{
  background: #5cbfde;
}
.btn21-red{
  background: #ff0000;
}
.btn21-red-outline{
  background: #fff;
  border: 1px solid #ff0000;
}
.btn21-blue span,
.btn21-cyan span,
.btn21-red span{
  color: #fff;
}
.btn21-red-outline span{
  color: #ff0000;
}
.btn21-keyword{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ECECEC;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-weight: 700;
  outline: none;
  -webkit-appearance: none;
}
.btn21-keyword input,
.btn21-keyword button{
  border: 0;
  background: none;
  outline: none;
  -webkit-appearance: none;
}
.btn21-keyword input{
  font-size: 16px;
  font-weight: 400;
  margin: 0 1rem;
  width: 270px;
}
.btn21-keyword input::placeholder{
  color: #8A8A8A;
}
.header-btn-block{
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-btn-block .btn21-icon{
  margin: 0 1rem .4rem -2rem;
  width: 20px;
  height: auto;
}
.header-btn-item{
  margin: 0 .75rem;
}
