@charset "UTF-8";
/*****************************************************************
カスタム　特別求人サイトテンプレート用レイアウト
*****************************************************************/
/*==========================================
/
/ 0■Main
/ 1■Top Nav
/ 2■Banner
/ 3■Brand
/ 4■Job Search
/ 5■Checked Recommend
/ 6■Access
/ 7■Search Text
/ 8■List
/ 9■List Modal
/10■Paging
/11■Detail
/12■Sticky Bottom
/13■Interview-l
/14■Interview-d
/15■Benefit
/16■About
/17■About
/18■privacy
/19■lp(feature)
/20■Movie
/21■intromovie-l
/22■intromovie-d
/23■slick
/
==========================================*/
/*カテゴリーアイコン　共通*/
.brand-ic-category {
  display: flex;
  align-items: center;
}
.brand-ic-category .icon-box {
  height: 26px;
  width: 26px;
  min-width: 26px;
  text-align: center;
  position: relative;
}
.brand-ic-category .icon-box svg {
  height: 26px;
  width: 18px;
}
.brand-ic-category .txt-category {
  line-height: 1.1;
  font-size: 11px;
}

.detail-ic-category .detail-tag-box, .list-ic-category .list-tag-box {
  display: flex;
  align-items: center;
  padding: 0 10px 0 5px;
}
.detail-ic-category .detail-tag-box .icon-box, .list-ic-category .list-tag-box .icon-box {
  height: 24px;
  width: 24px;
  min-width: 26px;
  text-align: center;
  position: relative;
}
.detail-ic-category .detail-tag-box .icon-box svg, .list-ic-category .list-tag-box .icon-box svg {
  height: 24px;
  width: 18px;
}
.detail-ic-category .detail-tag-box .txt-category, .list-ic-category .list-tag-box .txt-category {
  line-height: 1.1;
  font-size: 11px;
}

/*****************************************************************
  0■Main
*****************************************************************/
#mainimage {
  position: relative;
}

#mainimage li.p_relative {
  position: relative;
}

#mainimage {
  overflow: hidden;
}

#mainimage li {
  display: inline-block;
}

.top-mainimage {
  margin: 0 auto;
}

/******************************************************************
  1■Top Nav
*****************************************************************/
.list-arrow-text-s {
  text-decoration: underline;
  position: relative;
}

.list-arrow-text-s:hover {
  text-decoration: none;
}

.list-arrow-s::before,
.list-arrow-s::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.list-arrow-s::before {
  left: 0;
  width: 4px;
  height: 4px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

#top-nav {
  margin: 0 15px -30px;
}

#top-nav .top-nav-tit {
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  letter-spacing: 0.1em;
}

.top-nav-tit {
  border-left: 5px solid #ffffff;
}

#top-nav ul {
  overflow: hidden;
  margin: 0 0 20px 0;
}

#top-nav .top-box {
  float: left;
  width: 50%;
  margin: 0 0 10px 0;
}

#top-nav .top-box .top-box-wrap-spn {
  background: #ffffff;
  position: relative;
  display: block;
  padding: 0 5px;
  text-align: center;
  height: 47px;
  font-weight: bold;
}

.top-box-wrap {
  border: 2px solid #ffffff;
}

#top-nav .koyo-box, #top-nav .conditions-box {
  width: auto;
  margin: 0 20px 10px 0;
}

.koyo-box .top-box-wrap, .conditions-box .top-box-wrap {
  border: none;
  padding: 0 0 0 12px;
  display: block;
}

#top-nav .category-box:nth-child(odd) a {
  margin-right: 5px;
}

#top-nav .category-box:nth-child(even) a {
  margin-left: 5px;
}

.top-box-wrap-spn::after {
  bottom: 0;
  content: " ";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 1;
  border-top: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  border-right: 0.4em solid;
  border-bottom: 0.4em solid;
}

#top-nav .icon-box {
  width: 25px;
  margin-right: 5px;
  height: 47px;
  float: left;
  line-height: 1;
  text-align: center;
  position: relative;
}

#top-nav .icon-box .top-main-icon {
  height: 25px;
  width: 25px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#top-nav .txt-box {
  height: 47px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  line-height: 1;
}

#top-nav .category-tit-e {
  display: none;
}

#top-nav .koyo-list-wrap, #top-nav .conditions-list-wrap {
  margin: 0 0 20px 0;
}

#top-nav .freeword_box {
  margin: 0 0 30px 0;
}

.koyo-box .on:hover,
.conditions-box .on:hover {
  background: none;
}

#top-nav .koyo-box .top-box-wrap-s .txt-box,
#top-nav .conditions-box .top-box-wrap-s .txt-box {
  height: auto;
  line-height: 1.5;
}

#top-nav .koyo-box .top-box-wrap-s .txt-box span,
#top-nav .conditions-box .top-box-wrap-s .txt-box span {
  text-decoration: underline;
}

#top-nav .freeword_box #id_fwForm {
  width: 100%;
  border: 1px solid #bfbfbf;
  background: #ffffff;
  position: relative;
  height: 40px;
}

#top-nav .freeword_box #id_fwForm .txt-field {
  padding: 0 5px;
}

#top-nav .freeword_box #id_fwForm .txt-field #txtsize01 {
  height: 40px;
  width: 100%;
  position: absolute;
}

#top-nav .freeword_box #id_fwForm .txt-field input {
  color: #c7c7c7;
}

#top-nav .freeword_box #id_fwForm .int-btn {
  background: #bfbfbf url(../img/common/icon-search.png) no-repeat center center;
  background-size: 20px;
  height: 0;
  padding: 40px 10px 0 0;
  overflow: hidden;
  position: absolute;
  right: 0;
}

/*****************************************************************
  2■Banner
*****************************************************************/
#announce a {
  display: block;
}

#announce img {
  width: 100%;
}

#banner ul {
  overflow: hidden;
  margin: 0 0 -10px 0;
}

#banner li {
  float: left;
  width: 50%;
  padding: 0 0 10px 0;
}

#banner li img {
  width: 100%;
}

#banner li:nth-child(2n+1) a {
  margin-right: 5px;
  display: block;
}

#banner li:nth-child(2n) a {
  margin-left: 5px;
  display: block;
}

/*****************************************************************
  3■Brand
*****************************************************************/
#search-brand {
  margin-left: 0;
  margin-right: 0;
}

#search-brand .tit-cts-wrap {
  margin-left: 15px;
  margin-right: 15px;
}

#search-brand .brand-cts-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 192px;
  height: 242px;
  margin: 0 0 20px 0;
}

#search-brand .brand-listItem-slider {
  display: flex;
  margin: 0 5px;
}

#search-brand article.brandItem {
  width: calc(50% - 30px);
  height: 242px;
  margin: 0 5px;
  border: none;
}

#search-brand .brandItem .bland-listItem-link {
  display: block;
}

#search-brand .brandItem .bland-listItem-link .brandItem-img-BOX {
  padding: 10px;
  background: #ffffff;
  margin: 0 0 5px;
}

.brandItem {
  padding: 10px;
  background: #fff;
}

.brandItem-txt {
  padding: 10px 0;
}

.brandItem-txt .brand-job {
  line-height: 1.5;
  margin-bottom: 5px;
}

.brandItem-txt .brand-job:before {
  content: "・";
}

#search-brand .brandItem .bland-listItem-link .brandItem-img {
  height: 97px;
  position: relative;
}

#search-brand .brandItem .bland-listItem-link .brandItem-img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#search-brand .brandItem .bland-listItem-link h3 {
  font-size: 12px;
  line-height: 1.4;
}

#search-brand .kyujin-list-btn {
  width: 100%;
  height: 40px;
  text-align: center;
  margin: 0 auto;
}

#search-brand .kyujin-list-btn a {
  color: #ffffff;
  display: block;
  font-size: 15px;
  width: auto;
  text-align: center;
  padding: 9px 0;
  margin: 0 15px;
}

#search-brand .kyujin-list-btn span {
  background-image: url("../img/common/icon-del-03.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  padding: 10px 0 11px 20px;
}

/*****************************************************************
  4■Job Search
*****************************************************************/
#addFtsParam-kkcd, #addFtsParam-1, #addFtsParam-2, #addFtsParam-3 {
  display: none;
}

.search-form {
  background: #ffffff;
  max-width: 100%;
  padding: 30px 0;
  margin: 20px 0;
}

.search-form-inner {
  margin: 0 15px;
}

.search-form-BOX {
  margin-top: -20px;
  font-size: 15px;
}

.Param-box {
  margin-top: 10px;
}

.search-form-BOX select {
  z-index: 1;
  width: 100%;
  height: 40px;
  background: #f6f6f6;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  cursor: pointer;
  color: #333333;
}

.search-form-BOX select:first-child {
  margin-top: 0;
}

.search-form-BOX option {
  padding: 0 10px;
}

.search-form-BOX .form-arrow {
  margin: 0 14px 0 0;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}

.form-arrow::after {
  width: 10px;
  height: 10px;
  border-top: 1px solid #9b8462;
  border-right: 1px solid #9b8462;
  transform: rotate(135deg);
  position: absolute;
  top: -45px;
  bottom: 0;
  right: 1%;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 1;
}

.search-form-fw {
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid #bfbfbf;
  height: 20px;
  margin-top: 10px;
}

.search-form-fw input {
  width: 100%;
  color: #333333;
}

.search-form-fw .col04 {
  background: none;
  border: none;
  height: auto;
}

.search-form-fw-btn {
  position: relative;
  background-color: #8d734a;
  margin-top: 15px;
  text-align: center;
}

.search-form-fw-btn .search_btn {
  font-size: 15px;
  color: #ffffff;
  vertical-align: middle;
  padding: 9px 20px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto 0;
}

.search-form-fw-btn .ic-search {
  width: auto;
  background-image: url(../img/common/icon-search.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px;
  padding: 9px 0 9px 20px;
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
}

.search-form-fw-btn .spn-search-btn {
  display: block;
}

.search-form-fw-btn .pc-search-btn {
  display: none;
}

/*****************************************************************
  5■Checked Recommend
*****************************************************************/
#checked {
  margin-left: 0;
  margin-right: 0;
}

#checked .tit-cts-wrap {
  margin-left: 15px;
  margin-right: 15px;
}

#checked .checked-listItem-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  /*    height: 196px;*/
  height: 216px;
}

#checked .checked-listItem-contents {
  display: flex;
  margin: 0 5px;
}

#checked article.checked-listItem {
  margin: 0 5px;
  width: 50%;
}

#checked .checked-listItem .checked-listItem-link {
  display: block;
}

#checked .checked-listItem .checked-listItem-link .checked-listItem-img-BOX {
  padding: 10px;
  background: #ffffff;
  margin: 0 0 5px;
}

.checked-listItem-img-BOX, .recommend-listItem-img-BOX {
  border: 1px solid transparent;
}

#checked .checked-listItem .checked-listItem-link .checked-listItem-img {
  height: 97px;
  position: relative;
}

#checked .checked-listItem .checked-listItem-link .checked-listItem-img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#checked .checked-listItem-tit {
  font-size: 12px;
  line-height: 1.4;
}

#recommend .recommend-listItem-tit {
  font-weight: bold;
  padding-bottom: 30px;
  line-height: 1.5;
}

#recommend article.recommend-listItem {
  margin-bottom: 10px;
}

#recommend article.recommend-listItem:last-child {
  margin: 0;
}

#recommend .recommend-listItem .recommend-listItem-link .recommend-listItem-img-BOX {
  background: #ffffff;
}

#recommend .recommend-listItem .recommend-listItem-link .recommend-listItem-img {
  display: table-cell;
  padding: 0 0 0 10px;
  vertical-align: middle;
  width: 72px;
}

#recommend .recommend-listItem .recommend-listItem-link .recommend-listItem-img img {
  height: auto;
  margin: 10px 0;
  width: 72px;
}

#recommend .recommend-listItem .recommend-listItem-link .recommend-listItem-txt {
  display: table-cell;
  /*    padding:10px 10px 10px 20px;*/
  padding: 10px 10px 0 20px;
  position: relative;
}

#recommend .recommend-listItem .recommend-listItem-link .detailItem-txt-tags {
  position: absolute;
  /*	bottom:10px;*/
  bottom: 0;
}

#recommend .recommend-listItem .recommend-listItem-link .list-ic-koyo {
  display: inline-block;
  font-size: 12px;
  text-align: center;
}

#recommend .recommend-listItem .recommend-listItem-link .list-ic-koyo .detail-tag-box {
  text-align: center;
}

#search-brand .facility-ic-category,
#checked .facility-ic-category,
#recommend .facility-ic-category {
  margin: 0;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 5px;
}

/*****************************************************************
  6■Access
*****************************************************************/
#access .map_group {
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}

.map_group {
  border: 1px solid #ffffff;
}

#access .map_group #map-canvas {
  width: 100%;
  height: 170px;
}

#access .map_group #map-img-canvas {
  width: 100%;
  height: 170px;
  overflow: hidden;
  position: relative;
}

#access .map_group #map-img-canvas img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#access .map_group .address {
  padding: 15px 10px;
}

#access .map_group .sub-addbox {
  padding: 0 10px 15px;
}

#access .map_group .sub-addbox .list-arrow-text {
  padding-left: 12px;
  text-indent: -12px;
}

#access .map_group .address h4 {
  width: 268px;
  height: 50px;
  margin: 0 0 15px;
  position: relative;
}

#access .map_group .address h4.access-facility-name {
  height: auto;
  font-size: 15px;
  font-weight: bold;
}

#access .map_group .address h4 img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}

#access .map_group .address p {
  letter-spacing: 2px;
  line-height: 1.7;
}

#access .map_group .address ul {
  margin-top: 20px;
}

#access .map_group .address ul li:last-child {
  margin: 0;
}

#access .map_group .address .list-arrow-text a {
  padding-left: 12px;
}

#access .map-btn-wrap {
  margin-top: 15px;
}

#access .map-btn {
  width: 100%;
  height: 40px;
  text-align: center;
  margin: 0 auto;
}

#access .map-btn a {
  color: #ffffff;
  display: block;
  font-size: 15px;
  width: auto;
  text-align: center;
  padding: 9px 0;
}

/*****************************************************************
  7■Search Text
*****************************************************************/
#search-text .search-text-inner {
  margin-bottom: -20px;
}

#search-text .search-text-tit-wrap {
  position: relative;
}

#search-text .search-text-tit {
  padding: 10px 0;
  margin: -10px 0 20px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

#search-text .conditions-list {
  padding-top: 20px;
}

.search-text-tit {
  border-bottom: 1px solid #ffffff;
}

#search-text .ic_accordion {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 0;
}

#search-text .ic_accordion span {
  background: #ffffff;
  right: 5px;
  display: block;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 14px;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#search-text .ic_accordion span:nth-child(2) {
  transform: rotate(90deg);
}

#search-text .active .ic_accordion span:nth-child(2) {
  transform: rotate(0deg);
}

#search-text .search-text-box .search-text-subtit {
  padding: 2px 10px 0 10px;
  font-size: 13px;
  font-weight: bold;
}

.search-text-subtit {
  border-left: 5px solid #ffffff;
}

#search-text .search-text-box .search-text-list {
  overflow: hidden;
  padding: 10px 0 20px;
}

#search-text .search-text-box .search-text-list li {
  border-right: 1px solid #dddddd;
  display: inline;
  margin: 0 15px 0 0;
}

#search-text .search-text-box .search-text-list li.list-arrow-text::after {
  border: none;
}

#search-text .search-text-box .search-text-list li:last-child {
  border: none;
}

#search-text .search-text-box .search-text-list li a {
  font-size: 12px;
  text-decoration: underline;
  margin: 0 15px 0 0;
  padding: 0;
}

/*****************************************************************
  8■List
*****************************************************************/
#list .paging-count {
  font-size: 11px;
  margin: 10px 0 5px;
  text-align: right;
}

#list .listItem {
  margin: 0 0 10px 0;
  background: #ffffff;
  position: relative;
}

#list .list-lead-box .list-lead-list li {
  position: relative;
  line-height: 1.3;
  margin: 0 0 0.8em 1.3em;
}

#list .list-lead-box .list-lead-list li:before {
  content: "※";
  position: absolute;
  left: -1.3em;
}

#list .list-keep-num {
  background: #ffffff;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  margin: 20px -15px;
}

.listItem, .list-tag-box {
  border: 1px solid #ffffff;
}

#list .listItem .listItem-box {
  display: block;
  width: 100%;
}

#list .listItem .listItem-box .listItem-tit-wrap {
  display: table;
  width: 100%;
}

.listItem-tit-wrap {
  border-bottom: 1px solid #ffffff;
}

#list .listItem .listItem-box .listItem-tit-wrap .listItem-tit {
  /*width: 100%;*/
  display: table-cell;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}

#list .listItem .listItem-box .listItem-tit-wrap .listItem-tit a {
  padding: 9px 5px 8px 10px;
  text-decoration: none;
  display: block;
}

#list .listItem .listItem-box .listItem-tit-wrap .listItem-tit a:hover {
  text-decoration: underline;
}

#list .listItem-tit-wrap .listItem-btnKeep {
  display: table-cell;
  vertical-align: middle;
  width: 39px;
}

.listItem-btnKeep {
  border-left: 1px solid #000000;
}

#list .listItem-tit-wrap .actionList_item .btnKeep-ic {
  width: 19px;
  height: 19px;
  padding: 9px;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

#list .listItem-tit-wrap .delSelect-btn a {
  background-size: 70px 70px;
  width: 38px;
  height: 0;
  padding: 38px 0 0 0;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

#list .listItem-tit-wrap .delSelect-btn a {
  background: url(../img/common/icon-del.png) no-repeat center center;
  background-size: 20px 24px;
}

#list .keeplist-delbtn-list li a {
  background: #8c8c8c;
  color: #ffffff;
  display: block;
  font-size: 15px;
  padding: 9px 0;
  text-align: center;
  cursor: pointer;
}

#list .keeplist-delbtn-list li.delExamAll-btn a img {
  width: 18px;
  height: 22px;
  padding-right: 8px;
}

#list .keeplist-delbtn-list {
  margin: 20px 0 0 0;
}

#list .keeplist-delbtn-list li.delSelect-btn {
  margin: 0 0 10px 0;
}

#list .keeplist-delbtn-list li.delSelect-btn a img {
  width: 20px;
  height: 19px;
  padding-right: 8px;
}

#list .listItem .listItem-box .listItem-cts-wrap {
  display: table;
  width: 100%;
  position: relative;
}

#list .catch-copy {
  padding: 14px 10px 4px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 14px;
}

#list .listItem-img {
  overflow: hidden;
  margin: 0 auto 15px;
  width: 100%;
  position: relative;
  height: 150px;
  vertical-align: bottom;
}

#list .listItem-img img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

#list .listItem .listItem-box .listItem-cts-wrap .listItem-txt {
  padding: 10px 10px 60px;
}

#list .listItem .listItem-box .listItem-cts-wrap .listItem-txt .listItem-txt_link {
  padding: 10px 10px 80px 10px;
  display: block;
}

#list .listItem .listItem-box .listItem-cts-wrap .listItem-checKeep {
  width: 38px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.listItem-checKeep {
  border-right: 1px solid #000000;
}

#list .listItem .listItem-box .listItem-cts-wrap .listItem-checKeep label {
  width: 100%;
  display: block;
  vertical-align: middle;
  cursor: pointer;
}

#list .listItem .listItem-box .listItem-cts-wrap .listItem-checKeep label input[type=checkbox] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -o-appearance: checkbox;
  appearance: checkbox\9 ;
  margin: 30px 0;
  cursor: pointer;
  border: 1px solid #aaaaaa;
}

#list .listItem .listItem-box .listItem-cts-wrap .listItem-button-wrap {
  position: absolute;
  bottom: 15px;
  right: 10px;
}

#list .list-normal .listItem-box .listItem-cts-wrap .listItem-button-wrap {
  width: calc(100% - 20px);
}

#list .list-keep .listItem-box .listItem-cts-wrap .listItem-button-wrap {
  width: calc(100% - 60px);
}

#list .listItem .listItem-box .listItem-cts-wrap .listItem-button-wrap .list-button li {
  width: calc(50% - 5px);
  margin: 0;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

#list .listItem .listItem-box .listItem-cts-wrap .listItem-button-wrap .list-button li.list-button-detail {
  float: left;
}

#list .listItem .listItem-box .listItem-cts-wrap .listItem-button-wrap .list-button li.list-button-method,
#list .listItem .listItem-box .listItem-cts-wrap .listItem-button-wrap .list-button li.list-button-phone,
#list .listItem .listItem-box .listItem-cts-wrap .listItem-button-wrap .list-button li.list-button-app {
  float: right;
}

#list .listItem .listItem-box .listItem-cts-wrap .listItem-button-wrap .list-button li a {
  display: block;
  color: #ffffff;
  padding: 13px 0;
}

#list .listItem .listItem-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
}

#list .listItem .listItem-link a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

#list .listItem-txt-tags {
  overflow: hidden;
  margin: 0 0 10px 0;
  /*letter-spacing: -.40em;*/ /*  文字間を詰めて隙間を削除する */
}

#list .listItem-txt-tags li {
  margin: 0 5px 5px 0;
  vertical-align: middle;
  letter-spacing: normal; /*文字間を通常に戻す */
}

#list .listItem-txt-tags .list-ic-category {
  margin: 0 6px 5px 0;
  float: left;
}

/*#list .list-ic-category .list-tag-box{
    display:inline-block;
    padding: 0 5px;
}*/
/*#list .list-ic-category .list-tag-box span{
    vertical-align:middle;
    padding-right: 5px;
}*/
#list .listItem-txt-tags .list-ic-koyo {
  font-size: 12px;
  text-align: center;
  float: left;
  padding: 1px;
}

#list .list-ic-koyo .detail-tag-box {
  display: block;
  width: 22px;
  color: #ffffff;
}

#list .listItem .brand-main-icon {
  height: 24px;
}

/*#list .listItem .icon-box{
    float: left;
    height: 24px;
    width: 18px;
	display: table-cell;
	vertical-align: middle;
    position: relative;
    margin-right: 5px;
}*/
/*#list .listItem .icon-box svg{
    width: 18px;
    height: 18px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/
.facility-ic-category {
  margin: 0 0 10px;
}

#list .listItem-txt-cts dl {
  margin: 0 0 15px 0;
}

#list .listItem-txt-cts dt {
  border-bottom: 1px solid #e3e3e3;
  padding: 0 5px;
  margin: 0 0 5px 0;
}

#list .listItem-txt-cts dd {
  padding: 0 5px;
  line-height: 1.4;
}

#list .no-kyujin {
  margin: 10px 0 0 0;
}

#list .no-kyujin .no-kyujin-txt {
  margin: 40px 0;
}

#list .no-kyujin a {
  position: relative;
  padding: 0 0 0 15px;
  text-decoration: underline;
}

#list .list-intromovie {
  border: 1px solid #86898a;
  background: rgba(191, 191, 191, 0.2);
  width: 100％;
  margin-bottom: 15px;
}

#list .list-intromovie a {
  position: relative;
  display: block;
  padding: 10px 8px 8px 30px;
  font-size: 13px;
  line-height: 18px;
}

#list .list-intromovie a::before, #list .list-intromovie a::after {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  display: block;
  content: "";
  width: 15px;
  height: 15px;
}

#list .list-intromovie a::before {
  background-color: #f31d1d;
  border-radius: 50%;
}

#list .list-intromovie a::after {
  left: 16px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
}

/******************************************************************
  9■List Modal
*****************************************************************/
.modal-content {
  position: fixed;
  display: none;
  z-index: 1000;
}

.modal-content .modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  opacity: 0.6;
  background: #000000;
  cursor: pointer;
  z-index: 1000;
}

.modal-content .modal-content-box {
  background: #ffffff;
  width: 65%;
  height: 238px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1001;
  text-align: center;
  padding: 0 40px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

.modal-content .modal-content-box .modal-content-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); /* Safari用 */
  overflow: hidden;
}

.modal-content .modal-content-box .modal-content-inner .modal-content-txt {
  font-size: 120%;
}

.modal-content .modal-content-box .modal-content-inner .modal-content-btn {
  margin: 30px auto 0 auto;
  overflow: hidden;
  font-size: 16px;
  max-width: 500px;
}

.modal-content .modal-content-box .modal-content-inner .modal-content-btn li {
  float: left;
  width: calc(50% - 10px);
}

.modal-content .modal-content-box .modal-content-inner .modal-content-btn li:first-child {
  margin: 0 20px 0 0;
}

.modal-content .modal-content-box .modal-content-inner .modal-content-btn li a, .modal-content .modal-content-box .modal-content-inner .modal-content-btn li input {
  display: block;
  padding: 10px 0;
  width: 100%;
}

.modal-content .modal-content-box .modal-content-inner .modal-content-btn li.modal-cancel-btn a {
  background: #bfbfbf;
  cursor: pointer;
}

.modal-content .modal-content-box .modal-content-inner .modal-content-btn li.modal-ok-btn .btn-del {
  background: #ba4e4e;
  color: #ffffff;
  display: block;
  padding: 10px 0;
  cursor: pointer;
}

.modal-close-btn {
  display: block;
  background: #8c8c8c;
  width: 30px;
  height: 0;
  padding: 30px 0 0 0;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.modal-close-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 14px;
  left: 4px;
  width: 22px;
  height: 2px;
  background: #ffffff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.modal-close-btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 14px;
  left: 4px;
  width: 22px;
  height: 2px;
  background: #ffffff;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/******************************************************************
  10■Paging
*****************************************************************/
#paging {
  position: relative;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  margin: 20px 0 0 0;
  height: 32px;
}

#paging .prev {
  position: absolute;
  top: 0;
  left: 0;
}

#paging .nextBox {
  position: absolute;
  top: 0;
  right: 0;
}

#paging .prev span, #paging .nextBox span {
  display: block;
  width: 30px;
  height: 30px;
}

.prev, .next {
  border: 1px solid #000000;
}

#paging .prev a, #paging .nextBox span a {
  display: block;
  width: 30px;
  padding: 8px 0 0;
  height: 22px;
  color: #ffffff;
  text-decoration: none;
}

#paging .pageNavi .page {
  position: absolute;
  font-size: 11px;
  top: 50%;
  left: 50%; /* Safari用 */
  transform: translate(-50%, -50%);
}

#paging.paging-sp .prevBox span a, #paging.paging-sp .currentBox span a, #paging.paging-sp .nextBox span a {
  color: #ffffff;
}

/*****************************************************************
  11■Detail
*****************************************************************/
.detailItem-wrap {
  border: 1px solid #000000;
}

#detail .detailItem {
  background: #ffffff;
  padding: 10px 10px 20px;
}

#detail .detailItem .feature {
  margin: -10px -10px 20px;
}

.detailItem-tit-box, .detail-tag-box {
  border: 1px solid #ffffff;
}

#detail .detailItem-tit-wrap {
  display: table;
  width: 100%;
  background: #ffffff;
}

.detailItem-tit-wrap {
  border-bottom: 1px solid #ffffff;
}

#detail .detailItem-tit-wrap .detailItem-tit {
  width: 100%;
  display: table-cell;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
  padding: 10px;
}

#detail .detailItem-tit-wrap .detaiItem-btnKeep {
  display: table-cell;
  vertical-align: middle;
}

.detailItem-tit-btnKeep {
  border-left: 1px solid #000000;
}

#detail .detailItem-tit-wrap .actionList_item .btnKeep-ic {
  width: 23px;
  height: 23px;
  padding: 11px;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

#detail .detail-lead {
  margin: 0 0 20px 0;
}

#detail .job-id {
  overflow: hidden;
  margin: 10px 0;
  line-height: 1;
}

#detail .job-id p {
  float: right;
  font-size: 12px;
}

#detail .detailItem-txt-tags {
  overflow: hidden;
  margin: 0 0 5px 0;
  letter-spacing: -0.4em; /* 文字間を詰めて隙間を削除する */
}

#detail .detailItem-txt-tags li {
  margin: 0 5px 5px 0;
  letter-spacing: normal; /* 文字間を通常に戻す */
}

#detail .detailItem-txt-tags .detail-ic-category {
  margin: 0 5px 10px 0;
}

#detail .detailItem-txt-tags .detail-ic-category a {
  display: inline-block;
  vertical-align: bottom;
}

/*#detail .detailItem-txt-tags .detail-ic-category ,
#detail .detailItem-txt-tags .detail-ic-koyo{
    height:26px;
}*/
#detail .detail-tag-box {
  font-size: 11px;
}

/*#detail .detail-ic-category .detail-tag-box{
    display:inline-block;
    padding:0 5px;
}*/
#detail .detail-ic-category .detail-tag-box span {
  vertical-align: middle;
  padding-right: 5px;
}

#detail .detailItem-txt-tags .detail-ic-koyo,
#detail .detailItem-txt-tags .detail-ic-conditions {
  display: inline-block;
  font-size: 12px;
  text-align: center;
}

#detail .detailItem-txt-tags .detail-ic-conditions {
  height: 24px;
}

#detail .detail-ic-koyo span {
  vertical-align: middle;
}

#detail .detail-ic-koyo .detail-tag-box {
  display: block;
  width: 80px;
  color: #ffffff;
}

#detail .conditions-tags {
  margin: 15px -5px 15px 0;
}

#detail .detailItem-txt-tags .detail-ic-conditions .detail-tag-box {
  display: block;
  padding: 0 10px;
}

/*#detail .detailItem .icon-box{
    float: left;
    height: 24px;
    width: 18px;
    position: relative;
    margin-right: 5px;
}*/
/*#detail .detailItem .icon-box .brand-main-icon{
    width: 18px;
    height: 18px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/
#detail .detailItem-img li {
  height: 150px;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}

#detail .detailItem-img li:last-child {
  margin-right: 0;
  display: inline-block;
  text-align: center;
}

#detail .detailItem-img img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

#detail .detailItem-img .slick-dots li {
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
#detail .detailItem-img .slick-dots li button:before {
  left: -3px;
}

#detail .tit-cts-rline, #detail .tit-cts-lline {
  border-top: 1px solid #ffffff;
}

#detail .tit-cts-wrap {
  margin: 30px 30px 20px 30px;
}

#detail .detailItem-slider {
  padding-bottom: 8px;
}

#list #detail .catch-copy {
  padding: 0;
  margin: 0 0 15px 0;
}

#detail .tit-cts-wrap .tit-cts span {
  font-size: 15px;
}

#detail .detail-cts .detail-cts-BOX,
#detail .company-info .detail-cts-BOX {
  margin: 0 0 20px 0;
}

#detail .detail-cts #method.detail-cts-BOX {
  margin-top: -50px;
  padding-top: 50px;
}

#detail .detail-cts .detail-cts-tit,
#detail .company-info .detail-cts-tit {
  border-bottom: 1px solid #e3e3e3;
  padding: 0 5px;
  margin: 0 0 10px 0;
}

#detail .detail-cts .detail-cts-txt,
#detail .company-info .detail-cts-txt {
  padding: 0 5px;
}

#detail .company-info .detail-cts-txt.external {
  padding-right: 15px;
  display: inline-block;
}

#detail .company-info .detail-cts-txt.external {
  background: none;
}

#detail .company-info .detail-cts-txt.external a span {
  padding: 0px 10px 0 0;
}

#detail .company-info .detail-cts-txt.external a::after {
  content: "";
  display: inline;
  background: url(../img/common/icon-external.png) center/11px no-repeat;
  width: 11px;
  height: 9px;
  padding: 0 15px 0 0;
}

#detail .company-info .detail-cts-txt.list-arrow-text a {
  padding: 0;
}

#detail .detail-tel .detail-cts-txt a {
  text-decoration: underline;
}

#detail .company-info .list-arrow-text::after {
  border: none;
}

#detail .listItem-button-wrap .list-button-method {
  margin: 30px auto 20px;
  text-align: center;
  font-size: 14px;
}

#detail .listItem-button-wrap .list-button-app,
#detail .listItem-button-wrap .list-button-phone {
  width: 100%;
  margin: 30px auto 20px;
  line-height: 1;
}

#detail .listItem-button-wrap .list-button-app a,
#detail .listItem-button-wrap .list-button-phone a {
  color: #ffffff;
  display: block;
  margin: 0 5px;
  font-size: 14px;
  padding: 12px 0;
  text-align: center;
}

#detail .period {
  text-align: center;
  overflow: hidden;
  font-size: 11px;
}

/*画像カルーセル*/
.bx-wrapper .bx-pager {
  text-align: center;
  margin-top: 10px;
}

.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}

.bx-wrapper .bx-pager .bx-pager-item a {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  display: block;
  height: 8px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 8px;
}

.bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #bfbfbf none repeat scroll 0 0;
  height: 8px;
  width: 8px;
  margin: 0 5px;
}

#detail .shop-manager-img {
  width: 100%;
  height: 150px;
  margin: 0 auto 20px;
  position: relative;
  vertical-align: bottom;
}

#detail .shop-manager-img img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/******************************************************************
  12■Sticky Bottom
*****************************************************************/
#sticky_bottom {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
  display: none;
}

#sticky_bottom .sticky_link {
  overflow: hidden;
  padding: 0 5px 0 55px;
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  text-align: center;
}
#sticky_bottom .sticky_link.showdate-disp {
  top: 10px;
}

#sticky_bottom .sticky_link .sticky_keep,
#sticky_bottom .sticky_link .sticky_oubo {
  display: inline-block;
  width: 50%;
  line-height: 1;
}

#sticky_bottom .sticky_link .oubo-btn-only {
  width: 100%;
}

#sticky_bottom .sticky_link .sticky_keep {
  float: left;
}

#sticky_bottom .sticky_link .sticky_keep p,
#sticky_bottom .sticky_link .sticky_oubo a {
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 0 5px;
}

#sticky_bottom .sticky_link .oubo-btn-only a {
  margin: 0 15px;
}

#sticky_bottom .sticky_link .sticky_keep .link_keep {
  background: #ffffff;
}

.link_keep {
  border: 1px solid #ffffff;
  position: relative;
}

#sticky_bottom .sticky_link .link_oubo {
  color: #ffffff;
  padding: 10px;
  width: auto;
  padding: 13px 0;
  background-image: none;
}

#sticky_bottom .detaiItem-btnKeep .actionList_item .btnKeep-ic {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

#sticky_bottom .detaiItem-btnKeep .actionList_item .btn.btn-add {
  display: block;
  padding: 8px 0;
}

#sticky_bottom .detaiItem-btnKeep .actionList_item .btn.btn-add span {
  vertical-align: middle;
}

#sticky_bottom .actionList_item .btnKeep-ic {
  display: block;
  background-size: 57px 60px;
}

#sticky_bottom .period {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  text-align: center;
  font-size: 11px;
  line-height: 1;
}

#sticky_bottom .sticky_bg {
  height: 70px;
  position: relative;
  opacity: 0.9;
  margin-left: -15px;
}
#sticky_bottom .sticky_bg.showdate-disp {
  height: 80px;
}

/******************************************************************
  13■Interview-l
*****************************************************************/
.interview-cts-wrap.s-under-cts {
  margin: -20px 0 0 0;
}

#index .interviewItem-contents, #interview-l .interviewItem-contents, #list .interviewItem-contents {
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}

/*.interviewItem-contents .brand-ic-category{
    height:26px;
    font-size:12px;
}*/
.interviewItem-contents.brand-ic-category span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); /* Safari用 */
  display: block;
  padding-top: 5px\9 ; /* IE用 */
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .brand-ic-category span {
    padding-top: 5px;
  } /* IE11 */
}
.brandItem {
  border: 1px solid #ffffff;
  margin-bottom: 15px;
}

.interviewItem-contents .brand-ic-category {
  border-bottom: solid 1px #bfbfbf;
  /*    margin: auto;
      text-align: left;
      display: flex;
      align-items: center;*/
}

/*.interviewItem-contents .icon-box{
    height:26px;
    width:26px;
    min-width:26px;
    text-align:center;
}*/
/*.interviewItem-contents .brand-main-icon{
    height:26px;
    width:18px;
}*/
/*.interviewItem-contents .txt-category{
    line-height: 1.3;
    font-size: 11px;
}*/
.interviewItem {
  width: 50%;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  background: #ffffff;
  border-style: solid;
  border-width: 1px;
}

.interviewItem:nth-of-type(2n) {
  margin-right: -10px;
}

.interviewItem .facility-ic-category {
  padding: 0 0 0 5px;
  margin: 5px 0 0 0;
}

.interviewItem .interviewItem-img-BOX {
  margin: 10px;
}

.interviewItem .interviewItem-img {
  overflow: hidden;
  position: relative;
  height: 120px;
  width: 100%;
}

.interviewItem .interviewItem-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

.interviewItem .interviewItem-tit {
  overflow: hidden;
  position: relative;
  height: 38px;
  margin: 0 10px;
}

.interviewItem .interviewItem-tit img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

.interviewItem-txt {
  padding: 10px;
}

.interviewItem-txt p {
  font-size: 12px;
  text-align: left;
}

.interviewItem-txt h2 {
  font-size: 14px;
  font-weight: bold;
}

#interview .list-btn span {
  background-image: url("../img/common/icon_interbiew.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  padding: 10px 0 10px 20px;
}

/******************************************************************
  14■Interview-d
*****************************************************************/
#interview-d .interviewItem-contents {
  padding-right: 0;
}

.interview-lead {
  position: relative;
  margin: 0 0 30px;
}

.profile-img {
  overflow: hidden;
  position: relative;
  height: 150px;
  width: 50%;
}

.profile-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

.interview-profile .interview-logo {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: 15px;
}

.interview-profile .interview-logo img {
  max-height: 38px;
  max-width: 100%;
}

.interviewItem-contents .detailItem-txt-tags {
  overflow: hidden;
  margin: 10px 0 0;
  letter-spacing: -0.4em; /* 文字間を詰めて隙間を削除する */
}

.interviewItem-contents .detailItem-txt-tags li {
  letter-spacing: normal; /* 文字間を通常に戻す */
}

.interviewItem-contents .detailItem-txt-tags .detail-ic-category {
  margin: 0 5px 10px 0;
}

.interviewItem-contents .detailItem-txt-tags .detail-ic-category a {
  display: inline-block;
}

/*.interviewItem-contents .detailItem-txt-tags .detail-ic-category ,
.interviewItem-contents .detailItem-txt-tags .detail-ic-koyo{
    height:26px;
}*/
.interviewItem-contents .detail-tag-box {
  font-size: 11px;
}

/*.interviewItem-contents .detail-ic-category .detail-tag-box{
    display:inline-block;
    padding:0 10px;
}*/
.interviewItem-contents .detail-ic-category .detail-tag-box span {
  vertical-align: middle;
}

.interviewItem-contents .detailItem-txt-tags .detail-ic-koyo,
.interviewItem-contents .detailItem-txt-tags .detail-ic-conditions {
  display: inline-block;
  font-size: 12px;
  text-align: center;
}

.interviewItem-contents .detailItem-txt-tags .detail-ic-conditions {
  height: 24px;
}

.interviewItem-contents .detail-ic-koyo span {
  vertical-align: middle;
}

.interviewItem-contents .detail-ic-koyo .detail-tag-box {
  display: block;
  width: 80px;
  color: #ffffff;
}

.interviewItem-contents .conditions-tags {
  margin: 15px -5px 15px 0;
}

.interviewItem-contents .detailItem-txt-tags .detail-ic-conditions .detail-tag-box {
  display: block;
  padding: 0 10px;
}

.interviewItem-contents .detailItem .brand-main-icon {
  height: 24px;
}

.interviewItem-contents .detailItem .icon-box {
  float: left;
  height: 24px;
  width: 19px;
}

.interviewItem-contents .detailItem .pop-iconName101 {
  width: 15px;
}

.interviewItem-contents .detailItem .pop-iconName102 {
  width: 12px;
}

.interviewItem-contents .detailItem .pop-iconName103 {
  width: 15px;
}

.interviewItem-contents .detailItem .pop-iconName104 {
  width: 15px;
}

.interviewItem-contents .detailItem .pop-iconName105 {
  width: 14px;
}

.interview-profile .interviewItem-txt {
  padding: 0;
  margin: 15px 0 0;
}

.interview-box .interview-txt {
  margin: 20px auto;
}

.interviewItem-p {
  overflow: hidden;
  margin: 15px 0 0;
}

.interview-box .interview-txt p {
  float: none;
}

.interview-box .interview-txt .interview-img {
  overflow: hidden;
  position: relative;
  height: 200px;
  margin: 0 auto 20px;
}

.interview-box .interview-txt .interview-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

/*インタビュー load*/
#load-interview .interview-cts-wrap.s-under-cts {
  margin: 0;
}

#load-detail-shop .under-cts {
  margin: 0;
}

/*インタビュー 求人一覧*/
.detail-interview-list {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.detail-interview-list .interviewItem-contents {
  padding-right: 0;
  display: inline;
}

.detail-interview-list li {
  display: inline;
}

.detail-interview-list .interview-cts-wrap.s-under-cts {
  display: inline;
}

.detail-interview-list .interviewItem {
  width: calc(50% - 10px);
  margin: 0 0 10px 0;
  display: inline-block;
  margin-bottom: 10px;
}

.detail-interview-list .interviewItem .interviewItem-img {
  height: 100px;
  margin: 0;
}

.detail-interview-list .interviewItem-txt {
  padding: 0 10px 10px;
}

/******************************************************************
  15■Benefit
*****************************************************************/
/*Benefit 一覧*/
.benefit-listItem-contents {
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}

.benefit-listItem-contents .benefitItem {
  width: 50%;
  margin: 0 10px 14px 0;
  box-sizing: border-box;
}

.benefit-listItem-contents .benefitItem:nth-of-type(2n) {
  margin-right: -10px;
}

.benefit-listItem-contents .benefitItem-img {
  overflow: hidden;
  position: relative;
  height: 130px;
  width: 100%;
  margin: 0 0 10px;
}

.benefit-listItem-contents .benefitItem-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

#benefit .list-btn span {
  background-image: url("../img/common/icon-service.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  padding: 10px 0 8px 20px;
}

/*Benefit 詳細*/
.benefit-contents .add-padding {
  padding: 50px 0 0 0;
  margin: -50px 0 0 0;
}

.benefit-cts-wrap.s-under-cts {
  margin: -20px 0 0 0;
}

#load-benefit .benefit-cts-wrap.s-under-cts {
  margin: 0;
}

.benefit-contents .benefitItem {
  margin: 0 0 20px;
}

.benefit-contents .benefit-inner {
  margin: 20px auto 0;
}

.benefit-contents .benefitItem-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}

.benefit-contents .benefitItem-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.benefit-contents .benefit-inner p {
  margin: 20px auto 40px;
}

/*clearfix*/
.interview-txt:after,
.benefit-contents .benefitItem:after,
.interview-lead:after {
  content: "";
  display: block;
  clear: both;
}

/******************************************************************
  16■About
*****************************************************************/
/*About 一覧*/
.about-listItem-contents {
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}

.about-listItem-contents .aboutItem {
  width: 50%;
  margin: 0 10px 14px 0;
  box-sizing: border-box;
}

.about-listItem-contents .aboutItem:nth-of-type(2n) {
  margin-right: -10px;
}

.about-listItem-contents .aboutItem-img {
  overflow: hidden;
  position: relative;
  height: 130px;
  width: 100%;
  margin: 0 0 10px;
}

.about-listItem-contents .aboutItem-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

#about .list-btn span {
  background-image: url("../img/common/icon-service.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  padding: 10px 0 8px 20px;
}

/*about 詳細*/
.about-contents .add-padding {
  padding: 50px 0 0 0;
  margin: -50px 0 0 0;
}

.about-cts-wrap.s-under-cts {
  margin: -20px 0 0 0;
}

#load-about .about-cts-wrap.s-under-cts {
  margin: 0;
}

.about-contents .aboutItem {
  margin: 0 0 20px;
}

.about-contents .about-inner {
  margin: 20px auto 0;
}

.about-contents .aboutItem-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}

.about-contents .aboutItem-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.about-contents .about-inner p {
  margin: 20px auto 40px;
}

/*clearfix*/
.about-contents .aboutItem:after {
  content: "";
  display: block;
  clear: both;
}

/******************************************************************
  17■setcopy
*****************************************************************/
/*setcopy 一覧*/
.setcopy-listItem-contents {
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}

.setcopy-listItem-contents .setcopyItem {
  width: 50%;
  margin: 0 10px 14px 0;
  box-sizing: border-box;
}

.setcopy-listItem-contents .setcopyItem:nth-of-type(2n) {
  margin-right: -10px;
}

.setcopy-listItem-contents .setcopyItem-img {
  overflow: hidden;
  position: relative;
  height: 130px;
  width: 100%;
  margin: 0 0 10px;
}

.setcopy-listItem-contents .setcopyItem-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

#about .list-btn span {
  background-image: url("../img/common/icon-service.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  padding: 10px 0 8px 20px;
}

/*setcopy 詳細*/
.setcopy-contents .add-padding {
  padding: 50px 0 0 0;
  margin: -50px 0 0 0;
}

.setcopy-cts-wrap.s-under-cts {
  margin: -20px 0 0 0;
}

#load-setcopy .setcopy-cts-wrap.s-under-cts {
  margin: 0;
}

.setcopy-contents .setcopyItem {
  margin: 0 0 20px;
}

.setcopy-contents .setcopy-inner {
  margin: 20px auto 0;
}

.setcopy-contents .setcopyItem-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}

.setcopy-contents .setcopyItem-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.setcopy-contents .setcopy-inner p {
  margin: 20px auto 40px;
}

/*clearfix*/
.setcopy-contents .setcopyItem:after {
  content: "";
  display: block;
  clear: both;
}

/******************************************************************
  18■privacy
*****************************************************************/
.privacy-contents section {
  margin-bottom: 48px;
}

.privacy-contents h2 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}

.privacy-contents p {
  margin-bottom: 16px;
}

.privacy-contents .list-num {
  padding-left: 32px;
  list-style-type: decimal;
}

.privacy-contents .sign {
  text-align: right;
}

.privacy-contents .sign img {
  width: 120px;
}

/******************************************************************
  19■lp(feature)
*****************************************************************/
.feature-ic-category {
  margin: 0 0 5px;
  padding: 0 5px;
}

.recommend-listItem-txt .feature-ic-category {
  margin: -10px -10px 5px;
}

#lp header {
  border-bottom: 1px solid #bfbfbf;
}

#lp header div {
  padding: 10px;
  height: 80px;
  background: #fff;
}

#lp header div img {
  height: 100%;
  width: auto;
}

#lp #mainimg {
  padding-top: 100px;
}

#lp #mainimg img {
  width: 100%;
}

#search-brand-lp .feature-ic-category {
  margin: 0;
  padding: 0 5px;
}

#search-brand-lp img {
  width: 100%;
  padding: 10px 0;
}

#lp .brandItem {
  margin-bottom: 10px;
}

#lp .bland-listItem-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#lp .bland-listItem-link .brandItem-img-BOX {
  width: 30%;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

#lp .bland-listItem-link .brandItem-box {
  width: calc(70% - 20px);
}

#search-brand-lp .brand-ic-koyo {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
  line-height: 1.8;
}

#lp #search-brand-lp {
  margin: 20px auto 40px;
  padding: 0 10px;
}

#lp .lp-eaidem-btn {
  margin-top: 20px;
}

#lp .lp-list-btn {
  margin-top: 20px;
}

#lp .lp-listItem:not(:last-child) {
  margin-bottom: 40px;
}

#lp .lp-listItem .cts-h2 {
  font-size: 18px;
  padding: 7px 0 7px 12px;
}

#lp .lp-listItem .lp-listItem-inn {
  margin-top: 15px;
  padding: 5px 15px 20px;
  background: #fff;
}

#lp .lp-listItem dl {
  padding: 15px 0;
  border-bottom: 1px solid #bfbfbf;
  font-size: 16px;
}

#lp .lp-listItem dt {
  padding: 0 5px;
  margin: 0 0 5px 0;
  font-weight: bold;
}

#lp .lp-listItem dd {
  padding: 0 5px;
  line-height: 1.8;
}

#lp .lp-listItem .lp-map {
  line-height: 1;
  margin-bottom: 5px;
}

#lp .lp-listItem a.btn-lp-map {
  display: inline-block;
  margin-top: 13px;
  color: #fff;
  padding: 18px 48px;
}

#lp .lp-listItem .lp-listItem-link {
  text-decoration: underline;
  padding-left: 0;
}

#lp .lp-box-about-lead {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.75;
}

#lp .lp-box-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

#lp .lp-box-points li {
  position: relative;
  width: calc(33% - 8px);
  height: 100%;
  padding: 0 0 calc(33% - 8px);
  border-radius: 50%;
  margin-bottom: 13px;
}

#lp .lp-box-points li:nth-child(2), #lp .lp-box-points li:nth-child(3), #lp .lp-box-points li:nth-child(5) {
  margin-left: 13px;
}

#lp .lp-box-points li .lp-box-points-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 26px;
  white-space: nowrap;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}

#lp .lp-box-points li .lp-box-points-txt span {
  font-size: 16px;
}

#lp .lp-box-points li .lp-box-points-txt span::after {
  white-space: pre;
  content: "\a";
}

#lp .lp-box-bkw {
  background: #fff;
  padding: 40px 0;
}

#lp .lp-box-bkw .lp-box-ttl {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
}

.lp-box-flow-items {
  font-size: 16px;
  line-height: 1.75;
}

.lp-box-flow-items li {
  margin-bottom: 60px;
}

.lp-box-flow-items .lp-box-flow-ttl {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 7px;
  font-weight: bold;
  border-bottom: 1px solid;
  display: flex;
}

.lp-box-flow-items .lp-box-flow-ttl .lp-box-flow-ttl-num {
  font-size: 32px;
  margin-right: 15px;
  line-height: 1;
  white-space: nowrap;
}

.lp-box-flow-items .lp-box-flow-ttl .lp-box-flow-ttl-txt {
  color: #333;
  line-height: 1.7;
  margin: -8px 0 -3px;
  align-self: flex-end;
}

/******************************************************************
  20■Movie
*****************************************************************/
.movieItem {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}

.movieItem::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.movieItem iframe,
.movieItem video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/******************************************************************
  21■intromovie-l
*****************************************************************/
#detail #intromovie {
  margin-top: -60px;
  padding-top: 60px;
}

#intromovie {
  overflow: visible;
}

.intromovie-cts-wrap.s-under-cts {
  margin: -20px 0 0 0;
}

/*.intromovieItem-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}*/
.intromovieItem-contents .brand-ic-category {
  height: 26px;
  font-size: 12px;
}

.intromovieItem-contents.brand-ic-category span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); /* Safari用 */
  display: block;
  padding-top: 5px\9 ; /* IE用 */
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .brand-ic-category span {
    padding-top: 5px;
  } /* IE11 */
}
.intromovieItem-contents .brand-ic-category {
  border-bottom: solid 1px #bfbfbf;
  margin: auto;
  text-align: left;
  display: flex;
  align-items: center;
}

.intromovieItem-contents .icon-box {
  height: 26px;
  width: 26px;
  min-width: 26px;
  text-align: center;
}

.intromovieItem-contents .brand-main-icon {
  height: 26px;
  width: 18px;
}

.intromovieItem-contents .txt-category {
  line-height: 1.3;
  font-size: 11px;
}

.intromovieItem {
  width: 100%;
  margin: 0 10px 10px 0;
  margin: 0 0 10px;
  box-sizing: border-box;
  background: #ffffff;
  border-style: solid;
  border-width: 1px;
}

.intromovieItem .facility-ic-category {
  padding: 0 5px;
  margin: 5px 0 0;
}

.intromovieItem .intromovieItem-img-BOX {
  margin: 10px;
}

.intromovieItem .intromovieItem-img {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

.intromovieItem .intromovieItem-img::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.intromovieItem .intromovieItem-img img, .intromovieItem .intromovieItem-img iframe, .intromovieItem .intromovieItem-img video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.intromovieItem .intromovieItem-tit {
  overflow: hidden;
  position: relative;
  height: 38px;
  margin: 0 10px;
}

.intromovieItem .intromovieItem-tit img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

.intromovieItem-txt {
  padding: 10px;
}

.intromovieItem-txt p {
  font-size: 12px;
  text-align: left;
}

.intromovieItem-txt h4 {
  font-size: 14px;
  font-weight: bold;
}

/******************************************************************
  22■intromovie-d
*****************************************************************/
#intromovie-d .intromovieItem-contents {
  padding-right: 0;
}

#intromovie-d .intromovieItem-contents {
  padding-right: 0x;
}

.intromovie-lead {
  position: relative;
  margin: 0 0 30px;
}

.intromovie-lead .profile-img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

.intromovie-lead .profile-img::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.intromovie-lead .profile-img img, .intromovie-lead .profile-img iframe, .intromovie-lead .profile-img video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.intromovie-profile .intromovie-logo {
  margin-top: 15px;
}

.intromovie-profile .intromovie-logo img {
  max-height: 38px;
  max-width: 100%;
}

.intromovieItem-contents .detailItem-txt-tags {
  overflow: hidden;
  margin: 10px 0 0;
  letter-spacing: -0.4em; /* 文字間を詰めて隙間を削除する */
}

.intromovieItem-contents .detailItem-txt-tags li {
  letter-spacing: normal; /* 文字間を通常に戻す */
}

.intromovieItem-contents .detailItem-txt-tags .detail-ic-category {
  margin: 0 5px 10px 0;
}

.intromovieItem-contents .detailItem-txt-tags .detail-ic-category a {
  display: inline-block;
}

.intromovieItem-contents .detailItem-txt-tags .detail-ic-category,
.intromovieItem-contents .detailItem-txt-tags .detail-ic-koyo {
  height: 26px;
}

/*.intromovieItem-contents .detail-tag-box{
    font-size:11px;
}*/
/*.intromovieItem-contents .detail-ic-category .detail-tag-box{
    display:inline-block;
    padding:0 10px;
}*/
/*.intromovieItem-contents .detail-ic-category .detail-tag-box span{
    vertical-align:middle;
}*/
.intromovieItem-contents .detailItem-txt-tags .detail-ic-koyo,
.intromovieItem-contents .detailItem-txt-tags .detail-ic-conditions {
  display: inline-block;
  font-size: 12px;
  text-align: center;
}

.intromovieItem-contents .detailItem-txt-tags .detail-ic-conditions {
  height: 24px;
}

.intromovieItem-contents .detail-ic-koyo span {
  vertical-align: middle;
}

.intromovieItem-contents .detail-ic-koyo .detail-tag-box {
  display: block;
  width: 80px;
  color: #ffffff;
}

.intromovieItem-contents .conditions-tags {
  margin: 15px -5px 15px 0;
}

.intromovieItem-contents .detailItem-txt-tags .detail-ic-conditions .detail-tag-box {
  display: block;
  padding: 0 10px;
}

.intromovieItem-contents .detailItem .brand-main-icon {
  height: 24px;
}

.intromovieItem-contents .detailItem .icon-box {
  float: left;
  height: 24px;
  width: 19px;
}

.intromovieItem-contents .detailItem .pop-iconName101 {
  width: 15px;
}

.intromovieItem-contents .detailItem .pop-iconName102 {
  width: 12px;
}

.intromovieItem-contents .detailItem .pop-iconName103 {
  width: 15px;
}

.intromovieItem-contents .detailItem .pop-iconName104 {
  width: 15px;
}

.intromovieItem-contents .detailItem .pop-iconName105 {
  width: 14px;
}

.intromovie-profile .intromovieItem-txt {
  padding: 0;
  margin: 15px 0 0;
}

.intromovie-box .intromovie-txt {
  margin: 20px auto;
}

.intromovieItem-p {
  overflow: hidden;
  margin: 15px 0 0;
}

.intromovie-box .intromovie-txt p {
  float: none;
}

.intromovie-box .intromovie-txt .intromovie-img {
  overflow: hidden;
  position: relative;
  height: 200px;
  margin: 0 auto 20px;
}

.intromovie-box .intromovie-txt .intromovie-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

/*インタビュー load*/
#load-intromovie .intromovie-cts-wrap.s-under-cts {
  margin: 0;
}

#load-detail-shop .under-cts {
  margin: 0;
}

/*インタビュー 求人一覧*/
.detail-intromovie-list {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.detail-intromovie-list .intromovieItem-contents {
  padding-right: 0;
  display: inline;
}

.detail-intromovie-list li {
  display: inline;
}

.detail-intromovie-list .intromovie-cts-wrap.s-under-cts {
  display: inline;
}

.detail-intromovie-list .intromovieItem {
  width: calc(50% - 10px);
  margin: 0 0 10px 0;
  display: inline-block;
  margin-bottom: 10px;
}

.detail-intromovie-list .intromovieItem .intromovieItem-img {
  height: 100px;
  margin: 0;
}

.detail-intromovie-list .intromovieItem-txt {
  padding: 0 10px 10px;
}

/******************************************************************
  23■slick
*****************************************************************/
.slick-prev, .slick-prev:hover {
  z-index: 99;
  height: 40px;
  width: 40px;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  left: -5px;
}

.slick-prev::before, .slick-prev:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  transform: rotate(45deg);
}

.slick-next, .slick-next:hover {
  position: absolute;
  right: -5px;
  z-index: 99;
  height: 40px;
  width: 40px;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}

.slick-next::before, .slick-next:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}

.intromovieItem-contents .slick-prev, .intromovieItem-contents .slick-prev:hover {
  left: -15px;
}

.intromovieItem-contents .slick-next, .intromovieItem-contents .slick-next:hover {
  right: -15px;
}

/*求人一覧施設紹介枠*/
#list .list-facility-box {
  border: solid 1px #bfbfbf;
}
#list .list-facility-box figure img {
  width: 100%;
}
#list .list-facility-box .txt-box {
  padding: 24px 10px;
  text-align: center;
}
#list .list-facility-box .facility-img-pc {
  display: none;
}
#list .list-facility-box .txt-box .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
}
#list .list-facility-box .txt-box .title p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
#list .list-facility-box .txt-box .title figure img {
  width: 120px;
  height: auto;
}
#list .list-facility-box .txt-box p {
  margin: 0 0 16px;
  text-align: left;
}
#list .list-facility-box .txt-box .interview-btn {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#list .list-facility-box .txt-box .interview-btn a {
  color: #ffffff;
  padding: 0 16px 0 46px;
  display: block;
}
#list .list-facility-box .txt-box .interview-btn a span {
  position: relative;
  padding: 8px 10px 8px 32px;
  display: inline-block;
}
#list .list-facility-box .txt-box .interview-btn a span::before {
  content: "";
  width: 22px;
  background-image: url("../img/list-facility/icon-microphone.png");
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#list .list-facility-box .txt-box .shop-link {
  margin-top: 16px;
}
#list .list-facility-box .txt-box .shop-link a {
  text-decoration: underline;
}
#list .list-facility-box .txt-box .shop-link a:hover {
  text-decoration: none;
}/*# sourceMappingURL=s-style.css.map */