/* Editor Card Component - 共通スタイル */
@import url("./job_search_editor_card.css");

/*--SEARCH--*/
/* タブメニュー */
#tab-menu {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 24px;
}

#tab-menu2 {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  #tab-menu {
    width: 96%;
    padding: 0 2%;
  }

  #tab-menu2 {
    width: 96%;
    padding: 0 2%;
  }
}

#tab-menu li {
  width: 50%;
  cursor: pointer;
  padding: 10px 25px;
  background: #eee;
  text-align: center;
  font-size: 14px;
  border-radius: 2px 2px 0 0;
  margin-bottom: 0;
}

#tab-menu li a {
  display: block;
  color: #000;
}

#tab-menu .tabmenu-active a {
  display: block;
  color: #fff;
}

#tab-menu2 li {
  width: 50%;
  cursor: pointer;
  padding: 10px 25px;
  background: #eee;
  text-align: center;
  font-size: 14px;
  border-radius: 2px 2px 0 0;
  margin-bottom: 0;
}

#tab-menu2 li a {
  display: block;
  color: #000;
}

#tab-menu2 .tabmenu-active a {
  display: block;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #tab-menu li {
    width: 48%;
  }

  #tab-menu2 li {
    width: 48%;
  }
}

#tab-menu li.tabmenu-active {
  background: #003;
  color: #fff;
}

#tab-menu2 li.tabmenu-active {
  background: #003;
  color: #fff;
}

/* タブの中身 */
#tab-box legend {
  font-size: 16px;
}

#tab-box > div {
  display: none;
}

#tab-box > div.tabbox-active {
  display: block !important;
}

#searchtab {
  border-bottom: 1px solid #443e7e;
  margin-bottom: 20px;
  width: 651px;
}

#searchtab li {
  width: 325px;
  text-align: center;
  background: #ffc600;
  float: left;
  margin-bottom: 1px;
  color: #443e7e;
}

#searchtab li:last-child {
  float: right;
}

#searchtab li a {
  padding: 8px 0;
  display: block;
  color: #fff;
  background: #443e7e;
  text-decoration: none;
}

#searchtab li.slct a {
  color: #443e7e;
  background: #ffc600;
}

#jumpmenu {
  margin-bottom: 40px;
}

#jumpmenu li {
  float: left;
  width: 30%;
  background: url(../images/arrow_pglink.gif) no-repeat 0 8px;
}

#jumpmenu li a {
  display: block;
  color: #433e81;
  padding-left: 16px;
  text-decoration: none;
}

#jumpmenu li a::before {
  content: "\f0d7";
  font-family: fontawesome;
  font-size: 1rem;
  margin-right: 3px;
  color: #999;
}

#joblistsearch {
  position: relative;
}

#joblistsearch h2 {
  font-size: 16px;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

#joblistsearch a {
  text-decoration: none;
}

#joblistsearch label,
#jobdetsearch label {
  padding-left: 4px;
}

#joblistsearch ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 28px;
  margin-bottom: 40px;
}

#joblistsearch li {
  width: 48%;
  margin-right: 2%;
}

#joblistsearch li label {
  display: inline;
}

#joblistsearch .searchbtn {
  text-align: center;
}

.searchbtn2 {
  text-align: center;
  margin: 0 0 20px;
}

.moresort {
  color: #333;
  font-size: 16px;
  border-bottom: 2px solid #666;
  padding-bottom: 4px;
  margin: 30px 0 20px;
}

#jobs-wrap2 .preflist li {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .moresort {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.moresort i {
  margin-right: 4px;
}

#jobdetsearch fieldset ul {
  margin: 15px;
  display: flex;
  flex-wrap: wrap;
}

#jobdetsearch fieldset li {
  margin: 0 20px 10px 0;
  line-height: 25px;
}

#jobdetsearch fieldset p {
  display: none;
}

#jobdetsearch fieldset select {
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  width: 96%;
  margin: 15px;
  padding: 10px;
  height: 40px;
}

#jobdetsearch legend {
  background: #f9f9f9;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

#detail_smallclass_ckb {
  font-size: 14px;
}

#jobdetsearch .keyinput {
  width: 96%;
  margin: 15px;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}

#tab-box #jobdetsearch {
  padding-top: 20px;
}

.searchbtn2 [class^="btnsearch"] {
  width: 350px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
  background: #ffd82f;
  border: none;
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
}

.result {
  margin-bottom: 16px;
}

.result table {
  border: 3px solid #ccc;
  width: 100%;
}

.result table td {
  border: 1px solid #ccc;
  padding: 12px;
}

.result table td strong {
  color: #333333;
}

.field_recruitingno {
  position: relative;
}

.result table .field_name_result {
  width: 20%;
}

.result table .go_detail {
  text-align: center;
}

.result table td p.age_caution {
  font-size: 0.9em;
  margin-top: 0px;
  padding: 0px;
}

.iconsright {
  position: absolute;
  right: 10px;
  bottom: 0;
}

.iconsright li {
  float: left;
  margin-left: 4px;
}

.iconsright li img {
  vertical-align: middle;
}

.search_navi_tab {
  text-align: center;
  margin: 50px 0;
}

.search_navi_tab a {
  display: inline-block;
  background: #443e7e;
  color: #fff;
  padding: 5px;
  text-decoration: none;
  border-radius: 4px;
  width: 20px;
  margin: 0 4px;
}

.search_navi_tab a:hover {
  background: #443e7e;
  background: rgba(68, 62, 126, 0.8);
}

.search_navi_tab span {
  display: inline-block;
  background: #ccc;
  color: #666;
  padding: 5px;
  border-radius: 4px;
  width: 20px;
  margin: 0 4px;
}

.search_navi_tab .totalpg {
  display: none;
}

#refsearch {
  border: 3px solid #ccc;
  padding: 20px;
}

#refsearch h2 {
  border-left: 3px solid #000;
  padding: 4px 8px;
  margin-bottom: 10px;
}

#refsearch table th {
  width: 20%;
}

#refsearch table th,
#refsearch table td {
  padding: 4px 10px;
  vertical-align: top;
}

#refsearch table td li {
  float: left;
  width: 50%;
}

#refsearch table td label {
  padding-left: 4px;
}

.companytitle {
  border-bottom: 2px solid #000;
  margin: 20px 0 10px;
  font-size: 1.1rem;
}

.comment {
  margin: 10px 0;
  line-height: 200%;
}

.companyinfotable {
  width: 100%;
  padding: 0;
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .companyinfotable {
    display: block !important;
  }
}

.companyinfotable-tr:first-child {
  border-top: 1px dotted #ddd;
}

@media screen and (min-width: 768px) {
  .sptogglebtn {
    display: none;
  }
}

.sptogglebtn {
  text-align: center;
  border: 4px solid #c8c7c7;
  width: 96%;
  margin: 0 auto;
  padding: 6px 0;
  font-weight: bold;
  color: #555;
  position: relative;
  box-sizing: border-box;
}

.sptogglebtn.active {
  margin-bottom: 24px;
}

.sptogglebtn::before {
  content: "会社概要を閉じる";
  font-family: fontawesome;
}

.sptogglebtn::after {
  content: "\f077";
  display: inline-block;
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition-property: background, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  transition-property: background, transform;
  transition-duration: 0.6s;
}

.sptogglebtn.active::before {
  content: "会社概要を開く";
  display: inline-block;
}

.sptogglebtn.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.companyinfotable-th {
  font-weight: bold;
  width: 120px;
}

.companyinfotable-td,
.profile_r {
  width: 530px;
}

.dettitle {
  font-size: 18px;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
  margin-bottom: 30px;
}

.annotation {
  font-size: 0.9em;
  margin: 0.5rem 0;
}

.annotation_blue {
  font-size: 0.9em;
  margin-bottom: 1rem;
  color: #584db7;
}

@media screen and (max-width: 768px) {
  .annotation {
    margin-bottom: 0.5rem;
  }
}

.result_detail {
  margin-bottom: 16px;
}

.result_detail table {
  border: 3px solid #ccc;
  width: 100%;
}

.result_detail table td {
  border: 1px solid #ccc;
  padding: 12px;
  vertical-align: top;
}

.result_detail table td strong {
  color: #333333;
}

.result_detail table td p {
  margin-top: 20px;
  font-size: 0.9em;
}

.result_detail table td p.age_caution {
  margin-top: 0px;
  padding: 0px;
}

.result_detail table .field_name_result {
  width: 20%;
}

.result_detail table td table,
.result_detail table td table td {
  border: none;
  padding: 2px 4px;
}

.field_name_kigyo {
  font-weight: bold;
  white-space: nowrap;
}

.go_touroku {
  padding: 20px 0 40px 0;
}

.go_touroku div {
  text-align: center;
  float: left;
  width: 50%;
}

.go_touroku div.dettitle {
  text-align: left;
  float: none;
  width: 100%;
}

.go_touroku .personalsheet {
  padding-top: 20px;
  width: 100%;
}

.kosen {
  padding-bottom: 40px;
  text-align: center;
  width: 860px;
}

.kosen img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kosen {
    width: 96%;
    margin: 0 auto 0 auto;
    padding: 10px 0 0 0;
  }
}

.relabox {
  border: 3px solid #ccc;
  width: 100%;
  margin-bottom: 20px;
}

.relabox th {
  border-bottom: 1px solid #ccc;
  padding: 2px 10px;
  background: #ccc;
  color: #fff;
}

.relabox td {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

.relabox td a {
  display: block;
  text-decoration: none;
}

.relabox td img {
  vertical-align: middle;
  padding-right: 4px;
}

.morereg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #ccc;
  width: 100%;
}

#regcautionlist {
  margin: 20px auto;
  color: #999;
}

#regcautionlist li {
  list-style: disc outside;
  margin-left: 2em;
}

.voice {
  text-align: center;
}

.twocontents {
  display: inline-block;
  padding: 10px 50px;
}

.detailsearch {
  padding-bottom: 30px;
}

.relatedgyoshu {
  text-align: center;
  padding-bottom: 5px;
}

.relatedgyoshulist {
  padding-bottom: 40px;
}

.bigclass_cd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 28px;
  margin-bottom: 40px;
}

.bigclass_cd li {
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
}

.gyoshu_cd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 28px;
  margin-bottom: 40px;
}

.gyoshu_cd li {
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
}

.checkbigclass {
  border-bottom: 1px solid #dddddd;
  margin: 15px 0;
}

@media screen and (max-width: 767px) {
  #searchtab {
    border-bottom: 1px solid #443e7e;
    width: 100%;
  }

  #searchtab li {
    width: 50%;
    text-align: center;
    background: #ffc600;
    float: left;
    margin-bottom: 1px;
    color: #443e7e;
  }

  #joblistsearch li {
    float: none;
    width: 100%;
    margin-bottom: 4px;
  }

  #joblistsearch .searchbtn2,
  #tab-box #jobdetsearch .searchbtn2 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 2px;
  }

  #joblistsearch .searchbtn2 input,
  #jobdetsearch .searchbtn2 input {
    width: 300px;
  }

  #jobdetsearch select {
    width: 90%;
  }

  .result {
    width: 96%;
    margin: 0 auto 10px auto;
  }

  #refsearch {
    width: 96%;
    margin: 0 auto 10px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .result table td,
  .result table .field_name_result,
  #refsearch table th,
  #refsearch table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }

  .result table .field_name_result,
  #refsearch th {
    background: #f0f0f0;
  }

  .go_detail img {
    width: 80%;
    height: auto;
  }

  #refsearch .searchbtn2 input {
    width: 96%;
  }

  #refsearch select {
    width: 90%;
  }

  #refsearch table {
    width: 100%;
  }

  #refsearch table td li {
    float: none;
    width: 100%;
  }

  .companytitle {
    width: 96%;
    border-bottom: 2px solid #000;
    margin: 0 auto 10px auto;
  }

  .comment {
    width: 96%;
    padding: 0 2%;
  }

  .companyinfotable {
    width: 96%;
    padding: 0 2%;
  }

  .companyinfotable-th {
    width: 100%;
  }

  .companyinfotable-td,
  .profile_r {
    width: 100%;
  }

  .dettitle {
    width: 100%;
    border-bottom: 2px solid #000;
    margin: 0 auto 10px auto;
  }

  .result_detail {
    margin-bottom: 16px;
  }

  .result_detail table {
    width: 96%;
    margin: 0 auto 40px auto;
  }

  .result_detail table td {
    border: 1px solid #ccc;
    padding: 12px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .result_detail table .field_name_result {
    width: 100%;
    background: #f0f0f0;
  }

  .result_detail table td table,
  .result_detail table td table td {
    border: none;
    padding: 2px 4px;
    margin: 0;
  }

  .result_detail table td table td.field_kigyo {
    margin-left: 10px;
  }

  .field_name_kigyo {
    font-weight: bold;
  }

  .go_touroku {
    padding: 20px 0 40px 0;
  }

  .go_touroku div {
    text-align: center;
    float: none;
    width: 96%;
    margin: 0 auto 20px auto;
  }

  .go_touroku div.dettitle {
    width: 96%;
  }

  .go_touroku .personalsheet {
    display: none;
  }

  .go_touroku div img {
    width: 100%;
    height: auto;
  }

  .relabox {
    border: 3px solid #ccc;
    width: 96%;
    margin: 0 auto 20px auto;
  }

  .relabox th {
    border-bottom: 1px solid #ccc;
    padding: 2px 10px;
    background: #ccc;
    color: #fff;
    font-size: 1.2rem;
  }

  .relabox td {
    border-bottom: 1px solid#ccc;
    padding: 5px 10px;
  }

  .relabox td a {
    display: block;
    text-decoration: none;
  }

  .relabox td img {
    vertical-align: middle;
    padding-right: 4px;
  }

  .morereg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #ccc;
    width: 96%;
    margin: 0 auto 20px auto;
  }

  .morereg img {
    width: 100%;
    height: auto;
  }

  .search_navi_tab {
    position: relative;
    width: 96%;
    margin: 0 auto 20px auto;
  }

  .search_navi_tab a {
    width: 60px;
  }

  .search_navi_tab span {
    background: none;
    padding: 5px 0;
    width: auto;
    margin: 0;
  }

  .search_navi_tab .totalpg {
    display: inline-block;
  }

  .search_navi_tab .spleft {
    position: absolute;
    left: 0;
  }

  .search_navi_tab .spright {
    position: absolute;
    right: 0;
  }

  .search_navi_tab .pccl {
    display: none;
  }

  #regcautionlist {
    margin: 20px auto;
    width: 96%;
  }

  .captext {
    width: 96%;
    margin: 0 auto;
  }

  .voice .btnsearch {
    width: 90%;
  }

  .twocontents {
    display: block;
    padding: 10px 0px;
  }

  .bigclass_cd li {
    float: none;
    width: 97%;
    margin-bottom: 10px;
    margin-left: 3%;
  }

  .gyoshu_cd li {
    float: none;
    width: 97%;
    margin-bottom: 10px;
    margin-left: 3%;
  }

  #jobs-wrap2 .preflist li {
    width: 48%;
  }

  .sp_hide {
    display: none;
  }
}

/* ENW 求人詳細 START */
#enw-menu01,
#enw-menu02,
#enw-menu03 {
  margin-top: -137px;
  padding-top: 137px;
}

.enw-section {
  margin: 0 0 40px;
  overflow: hidden;
}

.enw-section.enw-margin0020 {
  margin: 0 0 20px;
  overflow: hidden;
}

.enw-section .enw-h2 {
  padding: 15px;
  background: #f9f9f9;
}

.enw-section .banner-enw04 {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.enw-section .enw-h2 span {
  display: block;
  background: #fff;
  width: 100px;
  border-radius: 5px;
  border: 1px solid #000;
  text-align: center;
  padding: 3px 10px;
  margin: 0 0 10px;
  font-size: 12px;
}

.enw-section .enw-h2 h2 {
  display: inline;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0 10px;
  line-height: 1.8;
}

/* 企業データ */
.enw-section h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
  border-bottom: solid 3px #000000;
  margin: 0 0 20px;
}

.enw-section .dettitle {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
  border-bottom: solid 3px #000000;
  margin: 0 0 20px;
}

.enw-section .enw-data-list {
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
}

.enw-section .enw-data-list li:nth-child(1) {
  flex: 1;
}

.enw-section .enw-data-list li:nth-child(2) {
  max-width: 380px;
  display: flex;
}

.enw-section .enw-date {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.enw-section .enw-date dt {
  width: 18%;
}

.enw-section .enw-date dd {
  width: 80%;
  padding: 0 0 15px;
}

.enw-section .enw-date span {
  background: #eee;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  width: 65px;
  display: block;
  margin: 0 0 10px;
}

.enw-section .enw-button01 {
  position: relative;
  width: 90px;
  border-radius: 5px;
  border: 1px solid #2e2e58;
  padding: 5px 15px;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #2e2e58;
}

.enw-section .enw-button01::before {
  content: "続きを読む";
}

.enw-section .enw-button01::after {
  position: absolute;
  content: "";
  background: url("/themes/enw/images/job_search/icon-enw01.png") no-repeat;
  background-size: auto;
  background-size: contain;
  width: 12px;
  height: 11px;
  top: 12px;
  right: 8px;
}

.enw-section .enw-button01.active::before {
  content: "閉じる";
}

.enw-section .enw-button01.active::after {
  background: url("/themes/enw/images/job_search/icon-enw08.png") no-repeat;
  width: 20px;
  height: 6px;
  top: 12px;
  right: 10px;
}

.enw-section .banner-enw01 {
  width: 180px;
  height: auto;
  margin: 0 10px 10px 0;
}

.enw-tab-list {
  display: flex;
  margin: 0 0 30px;
}

.enw-tab-list li {
  margin: 0 10px 0 0;
}

.enw-tab-list .enw-tab {
  position: relative;
  display: inline-block;
  border: 2px solid #2e2e58;
  color: #2e2e58;
  border-radius: 5px;
  padding: 5px 25px 5px 15px;
  text-align: center;
}

.enw-tab-list .enw-tab:after {
  position: absolute;
  content: "";
  background: url("/themes/enw/images/job_search/icon-enw02.png") no-repeat;
  background-size: auto;
  background-size: contain;
  width: 7px;
  height: 11px;
  top: 15px;
  right: 10px;
}

.enw-tab-list .enw-tab:hover {
  background: #f4f3f9;
}

.enw-section .ao-table-date {
  border: 3px solid #ccc;
  word-break: break-all;
}

.enw-section .ao-table-date th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px;
  width: 170px;
  font-size: 12px;
  font-weight: bold;
}

.enw-section .ao-table-date td {
  border-bottom: 1px solid #ccc;
  padding: 15px;
}

.enw-section .table-noline-right {
  border-right: none !important;
}

.enw-section .table-noline-bottom {
  border-bottom: none !important;
}

.enw-section .table-padding-none {
  padding: 0 !important;
}

.enw-section .ao-table-date-details th {
  width: 70px;
}

.enw-section .ao-table-date-details {
  width: 100%;
}

/* エリートネットワークの転職支援サービス */
.enw-section .enw-button-list {
  display: flex;
}

.enw-section .enw-button-list li {
  margin: 0 10px 0 0;
}

.enw-section .enw-button-list li:last-child {
  margin: 0;
}

.enw-section .enw-button-list .banner-enw02 {
  width: 100%;
  height: auto;
}

.enw-section .banner-enw03 {
  width: 100%;
  height: auto;
}

/* この求人に関する業種から探す */
.enw-section .enw-job-details {
  display: flex;
}

.enw-section .enw-job-details li {
  margin: 0 10px;
  width: calc(100% / 3);
}

.enw-section .enw-job-details li a {
  display: block;
  border: 1px solid #707070;
  padding: 15px;
  color: #000000;
}

.enw-section .enw-job-details .enw-job-details-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px;
}

.enw-section .enw-job-details .enw-job-details-office,
.enw-section .enw-experience-list .enw-job-details-office {
  display: flex;
  justify-content: start;
}

.enw-section .enw-job-details .enw-job-details-office dt,
.enw-section .enw-experience-list .enw-job-details-office dt {
  width: 85px;
}

.enw-section .enw-job-details .enw-job-details-office dt span,
.enw-section .enw-experience-list .enw-job-details-office dt span {
  width: 50px;
  display: block;
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-align: center;
  margin: 0 0 15px;
}

.enw-section .enw-job-details .enw-job-details-office dd,
.enw-section .enw-experience-list .enw-job-details-office dd {
  padding: 0 0 20px 15px;
  flex: 1;
}

.enw-section .enw-job-details li p {
  background: #2e2e58;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  max-width: 170px;
  margin: 0 auto;
}

/* 関連する業種から探す */
.enw-section .enw-industriesList {
  display: flex;
  flex-wrap: wrap;
}

.enw-section .enw-industriesList li {
  margin: 0 10px 10px 0;
}

.enw-section .enw-button02 {
  position: relative;
  display: block;
  border: 1px solid #2e2e58;
  border-radius: 5px;
  padding: 5px 25px 5px 15px;
  text-align: center;
  color: #000000;
}

.enw-section .enw-button02 :hover {
  background: #f4f3f9;
}

.enw-section .enw-button02 :after {
  position: absolute;
  content: "";
  background: url("/themes/enw/images/job_search/icon-enw03.png") no-repeat;
  background-size: auto;
  background-size: contain;
  width: 7px;
  height: 11px;
  top: 10px;
  right: 10px;
}

.enw-section .relatedgyoshu {
  position: relative;
  display: inline-block;
  border: 1px solid #2e2e58;
  border-radius: 5px;
  padding: 5px 25px 5px 15px;
  text-align: center;
  color: #000000;
  margin: 0 10px 10px 0;
}

.enw-section .relatedgyoshu a {
  color: #000000;
}

.enw-section .relatedgyoshu :hover {
  background: #f4f3f9;
}

.enw-section .relatedgyoshu :after {
  position: absolute;
  content: "";
  background: url("/themes/enw/images/job_search/icon-enw03.png") no-repeat;
  background-size: auto;
  background-size: contain;
  width: 7px;
  height: 11px;
  top: 10px;
  right: 10px;
}

/* 求人検索 */
.enw-section .enw-jobSearch {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 25px;
}

.enw-section .enw-jobSearch li {
  margin: 0 10px 10px 0;
}

.enw-section .enw-jobSearch li a {
  position: relative;
  display: block;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 5px 25px 5px 15px;
  text-align: center;
  color: #000000;
}

.enw-section .enw-jobSearch li a:hover {
  background: #f4f3f9;
}

/* 転職体験記 */
.enw-section .enw-experience-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.enw-section .enw-experience-list li {
  margin: 0 10px 20px;
  width: calc(50% - 20px);
}

.enw-section .enw-experience-list li a {
  display: block;
  border: 1px solid #707070;
  padding: 15px;
  color: #000000;
}

.enw-section .enw-experience-list h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px;
  display: block;
}

.enw-section .enw-experience-list .enw-experience-title {
  margin: 0 0 20px;
  padding: 0 0 10px 45px;
  border-bottom: 1px solid #e2e2e2;
  color: #707070;
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  min-height: 35px;
}

.enw-section .enw-experience-list .enw-experience-title::after {
  position: absolute;
  content: "";
  background: url("/themes/enw/images/job_search/icon-enw05.png") no-repeat;
  background-size: auto;
  background-size: contain;
  width: 21px;
  height: 26px;
  top: 10px;
  left: 10px;
}

.enw-section .enw-experience-list p {
  background: #2e2e58;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}

/* 注目企業インタビュー */
.enw-section .enw-interview-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.enw-section .enw-interview-list li {
  margin: 0 10px 20px;
  width: calc(50% - 20px);
  border-bottom: 1px solid #707070;
}

.enw-section .enw-interview-list li a {
  position: relative;
  display: block;
  padding: 0 30px 0 0;
  margin: 0 0 20px 0;
  min-height: 80px;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

.enw-section .enw-interview-list li a:after {
  position: absolute;
  content: "";
  background: url(/themes/enw/images/job_search/icon-enw03.png) no-repeat;
  background-size: auto;
  background-size: contain;
  width: 7px;
  height: 11px;
  top: 40px;
  right: 10px;
}

.enw-section .enw-interview-list li img {
  width: auto;
  height: 80px;
  display: block;
  float: left;
  margin: 0 15px 0 0;
}

.enw-section .enw-button02 {
  position: relative;
  display: block;
  border: 1px solid #2e2e58;
  border-radius: 5px;
  padding: 5px 25px 5px 15px;
  text-align: center;
  color: #000000;
}

.enw-section .enw-button03 {
  position: relative;
  display: inline-block;
  border: 1px solid #2e2e58;
  border-radius: 5px;
  padding: 5px 25px 5px 15px;
  text-align: center;
  color: #000000;
  float: right;
}

.enw-section .enw-button03:after {
  position: absolute;
  content: "";
  background: url("/themes/enw/images/job_search/icon-enw03.png") no-repeat;
  background-size: auto;
  background-size: contain;
  width: 7px;
  height: 11px;
  top: 10px;
  right: 10px;
}

.enw-footercontents h3 {
  display: none;
}

/* 検索 */
#enw-search-menu dt {
  position: relative;
}

#enw-search-menu dd {
  display: block;
  text-align: left;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-radius: 0 0 5px 5px;
  position: relative;
}

#enw-search-menu dt {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  border: 1px solid #707070;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
}

#enw-search-menu dt:last-child {
  border-top: none;
}

#enw-search-menu dt.close::after {
  position: absolute;
  content: "";
  background: url(/themes/enw/images/job_search/icon-enw07.png) no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  top: 15px;
  right: 20px;
}

#enw-search-menu dt.active::after {
  position: absolute;
  content: "";
  background: url(/themes/enw/images/job_search/icon-enw04.png) no-repeat;
  background-size: contain;
  width: 19px;
  height: 6px;
  top: 20px;
  right: 20px;
}

#enw-search-menu .enw-search-list h4 {
  background: #f9f9f9;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
}

#enw-search-menu .enw-search-list p {
  padding: 15px;
}

#enw-search-menu .enw-search-list input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

#enw-search-menu .enw-job-search-p {
  padding: 15px;
}

#enw-search-menu .enw-job-location {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

#enw-search-menu .enw-job-search-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#enw-search-menu .enw-job-search-list li {
  margin: 0 10px 10px 0;
}

#enw-search-menu .enw-job-search-list input {
  width: 40px;
}

#enw-search-menu .enw-job-search-list-button input {
  width: 350px;
  margin: 0 auto 20px;
  display: block;
  background: #ffd82f;
  border: none;
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
}

#enw-search-menu dt.close.active {
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

#enw-search-menu dt {
  font-size: 16px;
  font-weight: bold;
}

/* footer */
.enw-footercontents-imglist {
  display: flex;
  justify-content: space-between;
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  align-items: baseline;
}

.enw-footercontents-imglist li {
  margin: 0 10px 0;
}

.enw-footercontents-imglist img {
  width: 100%;
  height: auto;
}

.enw-section-footer .enw-note {
  margin: 30px;
}

.enw-section-footer .enw-note p {
  position: relative;
  color: #999999;
  padding: 0 0 10px;
  margin: 0 0 0 20px;
}

.enw-section-footer .enw-note p::after {
  position: absolute;
  content: "●";
  top: 0;
  left: -20px;
  font-size: 10px;
}

.enw-section-footer .enw-copyright {
  display: none;
}

/*　職業紹介優良事業者とは？　*/
.enw-section.section-excellentbusinessSP span,
.enw-section.section-excellentbusinessPC span {
  position: relative;
  display: block;
  text-align: center;
  color: #000000;
  width: 210px;
  margin: 5px auto;
}

.enw-section.section-excellentbusinessSP span::after,
.enw-section.section-excellentbusinessPC span::after {
  position: absolute;
  content: "▶";
  top: 3px;
  right: 0px;
  font-size: 10px;
}

.enw-section.section-excellentbusinessSP {
  display: none;
}

.enw-section.section-excellentbusinessPC {
  display: block;
}

a.topicpath-link {
  color: #333;
}

/*　768pxまで　*/
@media screen and (max-width: 768px) {
  .enw-section .enw-date dd {
    width: 70%;
    padding: 0 0 15px 40px;
  }

  .enw-section.section-excellentbusinessSP {
    display: block;
    margin-bottom: 5px;
  }

  .enw-section.section-excellentbusinessPC {
    display: none;
  }

  #enw-menu01,
  #enw-menu02,
  #enw-menu03 {
    margin-top: -80px;
    padding-top: 80px;
  }

  .enw-section01 .enw-section-h2 {
    padding: 0;
  }

  .enw-section02 {
    padding: 10px;
    margin: 0;
  }

  .enw-section {
    padding: 10px;
  }

  .enw-section .enw-data-list {
    margin: 0 0 20px;
    display: inline;
  }

  .enw-section .enw-data-list li:nth-child(2) {
    display: flex;
    width: 100%;
    max-width: fit-content;
  }

  .enw-section .banner-enw01 {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    display: block;
    max-width: 65%;
  }

  .enw-section .enw-button-list {
    display: inline-block;
  }

  .enw-section .enw-button-list li {
    margin: 0;
  }

  .enw-tab-list {
    flex-wrap: wrap;
    margin: 0;
  }

  .enw-tab-list li {
    margin: 0 10px 10px 0;
  }

  .enw-section .ao-table-date th {
    width: 70px;
  }

  /*
.enw-section .enw-job-details li:nth-child(n + 2) {
    display: none;
}
*/
  .enw-section .enw-job-details {
    display: block;
  }

  .enw-section .enw-job-details li {
    margin: 0 0 20px;
    width: 100%;
  }

  #enw-search-menu .enw-job-search-list-button input {
    width: 300px;
  }

  .enw-section .enw-experience-list li {
    width: 100%;
  }

  .enw-section .enw-experience-list li:nth-child(n + 3) {
    display: none;
  }

  .enw-section .enw-interview-list li:nth-child(n + 4) {
    display: none;
  }

  .enw-section .enw-interview-list {
    display: block;
  }

  .enw-section .enw-interview-list li {
    width: auto;
    margin: 0 0 20px;
  }

  .enw-footercontents-imglist {
    max-width: 650px;
    margin: 0 auto 50px;
  }

  .enw-section .enw-date dt {
    width: 13%;
  }

  .enw-section.enw-margin0020 {
    margin: 0 0 0px;
    overflow: hidden;
  }

  .enw-section .enw-button01 {
    margin: 0 auto 10px;
  }

  .enw-section.section-pc {
    display: none;
  }

  .enw-section-footer .enw-copyright {
    display: block;
    position: relative;
    margin: 0 0 100px;
    padding: 0 10px 0 80px;
  }

  .enw-section-footer .enw-copyright:after {
    position: absolute;
    content: "";
    background: url(/themes/enw/images/job_search/icon-privacy.png?202104)
      no-repeat;
    background-size: contain;
    width: 60px;
    height: 63px;
    top: -20px;
    left: 10px;
  }

  .enw-section-footer .enw-footersp {
    background: #f5f5f5;
    overflow: hidden;
    padding: 20px 0 0;
  }

  .enw-footerbutton-sp {
    background: #4a4a6c;
    padding: 10px 10px 5px;
  }

  .enw-footerbutton-sp img {
    width: 100% !important;
    height: auto !important;
  }

  #spbtmbnrs {
    width: auto !important;
  }
}

/*　769pxまで　*/
@media screen and (max-width: 769px) {
  .enw-bannersp {
    display: none !important;
  }

  #container {
    max-width: 900px;
    margin: 0 auto;
  }

  .contents {
    max-width: 900px;
  }

  .footer {
    margin-top: 0;
    padding: 0;
  }

  div#header .inner {
    max-width: 900px;
  }

  #global ul {
    max-width: 900px;
  }

  .footer #footerbtm {
    max-width: 900px;
  }

  #jobdetsearch .keyinput {
    margin: 10px;
    width: 95%;
  }
  #jobdetsearch fieldset select {
    width: 95%;
    margin: 10px;
  }
}

/*=============================================== */
/* 2302改修
  =============================================== */
/*求人詳細*/
.jobDetail-container h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.jobDetail-container h2.line {
  padding-bottom: 8px;
  position: relative;
}
.jobDetail-container h2.line::before {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: linear-gradient(
    to right,
    #2e2e58 0%,
    #2e2e58 50%,
    #c1a13a 50%,
    #c1a13a 100%
  );
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#offer {
  background: #f7f8fc;
  padding: 24px 40px 80px;
}
.offer-wrap {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
.offer-wrap .headline {
  background: #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 24px;
}
.headline-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.headline-inner .head {
  width: calc(100% - 134px);
  color: #2e2e58;
  margin-right: 16px;
}
.headline-inner .caption {
  font-size: 16px;
  font-weight: bold;
}
.headline-inner .caption a {
  color: #0114c1;
}
.headline-inner .catch {
  font-size: 28px;
  font-weight: bold;
}
.headline-inner .tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.headline-inner .tag-list .tag-item {
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background: #e9edf5;
  border-radius: 4px;
  margin-bottom: 5px;
  padding: 0 10px;
}
.headline-inner .tag-list .tag-item:not(:last-child) {
  margin-right: 5px;
}
.headline-inner .btn-counseling {
  width: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to right, #2a2a8e 0%, #4c4ccc 100%);
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.16));
  padding: 15px 0;
  border-radius: 8px;
}
.offer-wrap .guidelines {
  background: #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
  border-radius: 12px;
  padding: 40px;
}
.offer-wrap .guidelines:not(:last-child) {
  margin-bottom: 40px;
}
.guidelines .guide-list {
  display: flex;
  align-items: flex-start;
  padding: 32px 0;
}
.guidelines .guide-list:not(:first-of-type) {
  border-top: 1px solid #d5ddeb;
}
.guidelines .guide-list:last-of-type {
  padding-bottom: 0;
}
.guidelines .guide-item {
  width: 180px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.guidelines .guide-item span {
  color: #575f80;
  margin-left: 8px;
}
.guidelines .guide-detail {
  width: calc(100% - 196px);
  color: #2e2e58;
  margin-left: 16px;
}
.guide-detail .head {
  margin-bottom: 24px;
}
.guide-detail h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.guide-detail .content h3 {
  font-size: 18px;
  font-weight: bold;
}
.guide-detail .content h3:not(:last-of-type) {
  margin-bottom: 16px;
}
.guide-detail .content h3 + p {
  padding-top: 10px;
  padding-left: 0;
}

.guide-detail .content h4 {
  font-size: 16px;
  font-weight: bold;
  background: #f2f5fa;
  border-radius: 3px;
  padding: 6px 10px;
}
.guide-detail .content p {
  color: #2e2e58;
  font-size: 14px;
  padding: 16px 0 16px 10px;
}
.guide-detail .content ul {
  padding: 16px 0 16px 10px;
}
.guide-detail .content ul li strong {
  color: #2e2e58;
}
.guide-detail .block:not(:last-child) {
  margin-bottom: 24px;
}
.guide-detail .block h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.guide-detail .block ul li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.guide-detail .block ul.fix {
  margin-top: 24px;
}
.guide-detail .block .tag-list {
  display: flex;
  align-items: flex-start;
  padding-left: 0;
}
.guide-detail .block .tag-list li {
  color: #fff;
  font-weight: bold;
  background: #aeb3be;
  border-radius: 5px;
  padding: 5px 16px;
  margin-bottom: 0;
  margin-right: 4px;
  text-indent: 0;
}
.guide-detail .block .tag-list li::before {
  display: none;
}
.guide-detail .block .tag-list li.active {
  background: #2e2d5b;
}
.guide-detail p {
  padding: 0.1em;
}
.guide-detail ul {
  margin-left: 1rem;
}
.guide-detail ul li {
  list-style-type: "・";
}
.guide-detail ul.tag-list li {
  list-style-type: none;
}
#recommend {
  background: #fff;
  padding: 80px 40px 0;
  position: relative;
  overflow: hidden;
}
#recommend::before {
  content: " ";
  display: block;
  width: 920px;
  height: 2815px;
  background: #f7f8fc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 0;
  pointer-events: none;
}
#recommend .recommend-wrap {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.recommend-wrap > h2 {
  color: #2e2e58;
  font-size: 32px;
  margin-bottom: 32px;
}
.recommend-wrap .recommend-list {
  display: flex;
  flex-wrap: wrap;
  color: #2e2e58;
  margin-bottom: 40px;
}
.recommend-wrap .recommend-item {
  width: calc((100% - 24px) / 3);
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  margin-bottom: 0;
}
.recommend-wrap .recommend-item .catch {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.recommend-wrap .recommend-item .sub {
  font-size: 13px;
  margin-bottom: 10px;
}
.recommend-wrap .recommend-item .table {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.recommend-wrap .recommend-item .table dt {
  width: 65px;
  font-size: 13px;
  font-weight: bold;
  background: #e9edf5;
  border-radius: 3px;
  padding: 4px 0;
  margin-bottom: 5px;
  text-align: center;
}
.recommend-wrap .recommend-item .table dd {
  width: calc(100% - 75px);
  margin-left: 10px;
  margin-bottom: 5px;
}
.recommend-wrap .recommend-item .recommend-btn {
  display: block;
  max-width: 248px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #2e2e58;
  border-radius: 4px;
  padding: 10px;
  margin: 20px auto 0;
  position: relative;
}
.recommend-wrap .recommend-item .recommend-btn::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
.recommend-wrap .similar-jobs {
  background: #fff;
  border-radius: 8px;
  padding: 36px 60px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
}
.recommend-wrap .similar-jobs h2 {
  color: #2e2e58;
  margin-bottom: 32px;
}
.similar-jobs .breadcrumbs {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.similar-jobs .breadcrumbs .breadcrumbs-item {
  width: 106px;
  color: #2e2e58;
  font-size: 14px;
  font-weight: bold;
}
.similar-jobs .breadcrumbs .breadcrumbs-item:not(:last-child) {
  margin-bottom: 10px;
}
.similar-jobs .breadcrumbs .breadcrumbs-detail {
  width: calc(100% - 116px);
  margin-left: 10px;
}
.similar-jobs .breadcrumbs .breadcrumbs-detail:not(:last-child) {
  margin-bottom: 10px;
}
.breadcrumbs-detail .link-wrap {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs-detail .link-wrap .link-item {
  position: relative;
}
.breadcrumbs-detail .link-wrap .link-item:not(:last-child) {
  margin-right: 24px;
}
.breadcrumbs-detail .link-wrap .link-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #575f80;
  border-right: solid 2px #575f80;
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
.breadcrumbs-detail .link-wrap .link-item a {
  color: #0114c1;
}
.recommend-wrap .change-terms {
  background: #fff;
  border-radius: 8px;
  padding: 36px 24px 40px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
}
.change-terms h2 {
  margin-bottom: 32px;
}
.change-terms .search-inner {
  padding-bottom: 0;
}
.jobDetail-container .btn-area {
  padding: 80px 0;
}
.jobDetail-container .btn-area .btn-fav {
  max-width: 560px;
  font-size: 16px;
  background: #dbb96e;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 26px 0;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
}
.jobDetail-container .btn-area .btn-fav::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
.jobDetail-container .btn-area .btn-fav span {
  padding-left: 40px;
  position: relative;
}
.jobDetail-container .btn-area .btn-fav span {
  padding-left: 40px;
  position: relative;
}
.jobDetail-container .btn-area .btn-fav span::before {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/job_search/icon_fav_gl.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
}
#sniping {
  background: #2e2e58;
  padding: 60px 40px 54px;
}
#sniping .sniping-wrap {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.sniping-wrap h2 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
.bt_feature {
  max-width: 908px;
  margin: 0 auto;
  margin-top: 24px;
  margin-left: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap; /* 要素を折り返す */
  justify-content: flex-start; /* 要素を左に揃える */
}
.bt_feature .feature {
  /* display: block;
  float: left; */
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center; /* 縦中央揃え */
  justify-content: center; /* 横中央揃え */
}
.bt_feature .bt_feature_link {
  margin: 0px 10px 10px 10px;
  width: calc(50% - 20px) !important; /* 幅を調整 */
  max-width: 700px;
  height: 110px;
  display: flex;
  align-items: center; /* 縦中央揃え */
  justify-content: center; /* 横中央揃え */
}
.bt_feature .feature:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.bt_feature a {
  opacity: 1;
  position: relative;
  z-index: 2 !important;
  width: 95%;
  height: 100%;
  text-decoration: none;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em; /* 行の高さを調整 */
  display: flex;
  flex-direction: column; /* 縦方向に要素を並べる */
  align-items: center; /* 縦中央揃え */
  justify-content: center; /* 横中央揃え */
}
.bt_feature a span {
  /* 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  */
  margin-top: 5px;
  font-size: 12px;
  display: block; /* span要素をブロック要素として扱う */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#journal {
  background: #f7f8fc;
  padding: 64px 40px;
}
#journal h2 {
  color: #2e2e58;
  font-size: 32px;
  margin-bottom: 32px;
}
#journal .journal-wrap {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
.journal-wrap .journal-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.journal-wrap .journal-list .journal-item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 50px) / 3);
  background: #fff;
  padding: 24px;
  box-sizing: border-box;
}
.journal-wrap .journal-item .ttl {
  color: #2e2e58;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.journal-wrap .journal-item .career {
  color: #7d8191;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.journal-wrap .journal-item .status {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.journal-wrap .journal-item .status p {
  color: #000133;
  font-size: 13px;
  padding: 0;
  margin-left: 10px;
}
.journal-wrap .journal-item .btn {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  background: #2e2e58;
  text-align: center;
  padding: 6px 0;
  margin-top: auto;
  position: relative;
}
.journal-wrap .journal-item .btn::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
#interview {
  background: #fff;
  padding: 56px 40px 80px;
}
.interview-wrap h2 {
  color: #2e2e58;
  font-size: 32px;
  margin-bottom: 32px;
}
.outer {
  width: 100%;
  max-width: 934px;
  margin: 0 auto;
  padding: 0 12px;
}
.itcompay,
.interview,
.voice,
.ttd_top {
  margin-bottom: 10px;
}
.outer .interview .interviewlist {
  max-width: 934px;
  margin: 0 auto;
}
.outer .interview .interviewlist ul {
  overflow: hidden;
}
.outer .interview .interviewlist li {
  float: left;
  width: 49%;
  margin: 16px 1% 0 0;
  border-bottom: dotted 1px #707070;
  position: relative;
}
.outer .interview .interviewlist li .intnumber {
  color: #ffce27;
  font-weight: 600;
}
.m {
  font-size: 93%;
  line-height: 1.6em;
}
.outer .interview .interviewlist li .interviewcard001 {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.outer .interview .interviewlist li .interviewcard001 .interview-info {
  margin-right: 12px;
}
.outer .interview .interviewlist li .interviewcard001 .interviewtext1 {
  font-size: 1rem;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ellipsis2 {
  height: 36px;
}
.outer .interview .interviewlist li .interviewcard001 .company {
  height: 147px;
  margin: 5px 0;
  text-align: right;
  display: flex;
  justify-content: space-between;
}
.outer .interview .interviewlist li .interviewcard001 .company-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  margin: 0;
}
.outer .interview .interviewlist li .interviewcard001 .company-logo img {
  max-width: 90px;
  height: auto;
}
.outer .interview .interviewlist li .interviewcard001 .company .company-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 5px;
}
.outer .interview .interviewlist li .interviewcard001 .company .companyname {
  text-align: left;
  display: block;
  float: right;
  font-weight: 700;
  font-size: 1rem;
}
.companyname {
  width: 96%;
  font-weight: bold;
  padding-left: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #999;
  margin: 0 auto;
}
.outer .interview .interviewlist li .interviewcard001 .company .companytext {
  text-align: left;
  display: block;
  float: right;
  font-size: 0.85rem;
}
.outer .interview .interviewlist li .interviewcard001 .interview-thumbnail {
  min-width: 30%;
  display: block;
  margin: 0;
}
.outer .interview .interviewlist li a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.outer .interview .interviewlist li:nth-child(2n) {
  margin: 16px 0 0 1%;
}
.outer .listall {
  margin-top: 0.85rem;
  float: right;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.outer .listall a {
  color: #333;
  font-weight: 700;
  border-bottom: 1px solid #333;
}
#favorite .btn-area {
  background: #f7f8fc;
}
.btmbnr-wrap {
  display: flex;
  justify-content: center;
}
.btmbnr-wrap a {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 24px;
  border-radius: 8px;
  position: relative;
}
.btmbnr-wrap .btn-counseling {
  max-width: 358px;
  background: linear-gradient(to right, #2a2a8e 0%, #4c4ccc 100%);
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.16));
}
.btmbnr-wrap .btn-counseling::before {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/job_search/icon_consultation_wh.svg) no-repeat
    center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
.btmbnr-wrap .btn-counseling::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
.btmbnr-wrap .btn-fav {
  max-width: 236px;
  background: #dbb96e;
  margin-left: 10px;
}
.btmbnr-wrap .btn-fav span {
  position: relative;
  padding-left: 40px;
}
.btmbnr-wrap .btn-fav span::before {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/job_search/icon_fav_gl.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
}
.btmbnr-wrap a.btn-fav.selected {
  color: #dbb96e;
  background: #fff;
  border: 1px solid #dbb96e;
}
.btmbnr-wrap a.btn-fav.selected span {
  padding-left: 32px;
  padding-right: 12px;
}
.btmbnr-wrap a.btn-fav.selected span::before {
  background: url(../images/job_search/icon_fav_wh.svg) no-repeat center;
  background-size: cover;
}
.btmbnr-wrap a.btn-fav.selected::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #dbb96e;
  border-right: solid 2px #dbb96e;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

@media screen and (min-width: 769px) {
  br.sp {
    display: none;
  }
  .recommend-wrap .recommend-item:not(:nth-child(3n)) {
    margin-right: 12px;
  }
  .recommend-wrap .recommend-item:nth-child(n + 4) {
    margin-top: 24px;
  }
  .outer.sp {
    display: none;
  }
  #pcbtmbnrs {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 98;
    background: rgba(247, 248, 252, 0.7);
    padding: 32px 0;
    transition: 0.3s all;
    opacity: 1;
  }
  #pcbtmbnrs.is-hidden {
    opacity: 0;
  }
  .btmbnr-wrap {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
  #offer {
    padding: 16px 8px 64px;
  }
  .offer-wrap .headline {
    padding: 24px 16px;
    margin-bottom: 16px;
  }
  .headline-inner {
    display: block;
  }
  .headline-inner .head {
    width: 100%;
    margin-bottom: 12px;
  }
  .headline-inner .caption {
    font-size: 14px;
  }
  .headline-inner .catch {
    font-size: 20px;
  }
  .headline-inner .btn-counseling {
    max-width: 284px;
    width: 100%;
    margin: 0 auto;
  }
  .offer-wrap .guidelines {
    padding: 24px 16px;
  }
  .jobDetail-container h2 {
    font-size: 18px;
  }
  .guidelines .guide-list {
    display: block;
    padding: 16px 0;
  }
  .guidelines .guide-item {
    width: 100%;
    padding: 10px 8px;
    margin-bottom: 14px;
    border-bottom: 1px solid #d5ddeb;
    box-sizing: border-box;
  }
  .guidelines .guide-item img {
    width: 20px;
    height: 20px;
  }
  .guidelines .guide-item span {
    font-size: 15px;
  }
  .guidelines .guide-detail {
    width: 100%;
    margin-left: 0;
  }
  .guide-detail .content h3 {
    font-size: 15px;
  }
  .guide-detail .head h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .guide-detail .content h4 {
    font-size: 15px;
  }
  .guide-detail .content p {
    padding: 16px 0;
  }
  .guidelines .guide-list:not(:first-of-type) {
    border-top: none;
  }
  #recommend {
    padding: 64px 16px;
  }
  .recommend-wrap > h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .recommend-wrap .recommend-list {
    display: block;
    margin-bottom: 32px;
  }
  .recommend-wrap .recommend-item {
    width: 100%;
    padding: 16px;
  }
  .recommend-wrap .recommend-item:nth-child(n + 2) {
    margin-top: 16px;
  }
  .recommend-wrap .recommend-item .catch {
    font-size: 14px;
  }
  .recommend-wrap .recommend-item .recommend-btn {
    max-width: none;
    margin-top: 16px;
    box-sizing: border-box;
  }
  .recommend-wrap .similar-jobs {
    width: 100vw;
    padding: 24px;
    margin: 0 calc(50% - 50vw) 32px;
    box-shadow: none;
    box-sizing: border-box;
    border-radius: 0;
  }
  .recommend-wrap .similar-jobs h2 {
    margin-bottom: 24px;
  }
  .similar-jobs .breadcrumbs {
    display: block;
  }
  .similar-jobs .breadcrumbs .breadcrumbs-item {
    width: 100%;
  }
  .similar-jobs .breadcrumbs .breadcrumbs-detail {
    width: 100%;
    margin-left: 0;
  }
  .breadcrumbs-detail .link-wrap:not(:first-child) {
    margin-top: 5px;
  }
  .recommend-wrap .change-terms {
    padding: 32px 8px;
  }
  .change-terms .search-inner {
    padding: 0;
  }
  .result-panel .commit-wrap {
    padding: 0 8px;
    box-sizing: border-box;
  }
  .result-panel .search-inner .search-btn-wrap {
    padding: 0 8px;
    box-sizing: border-box;
  }
  .jobDetail-container .btn-area {
    padding: 32px 0 0;
  }
  .jobDetail-container .btn-area .btn-fav {
    padding: 20px 0;
  }
  .jobDetail-container .btn-area .btn-fav span {
    font-size: 16px;
  }
  .jobDetail-container .btn-area .btn-fav::after {
    width: 8px;
    height: 8px;
    right: 16px;
  }
  #sniping {
    padding: 48px 16px;
  }
  .sniping-wrap h2 {
    margin-bottom: 16px;
  }
  .bt_feature {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 0px;
  }
  .bt_feature .bt_feature_link {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    width: calc(100% - 24px) !important;
    height: 100px;
  }
  .bt_feature a {
    margin: 0 auto;
    font-size: 1rem;
  }
  #journal {
    padding: 48px 16px;
  }
  #journal h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .journal-wrap .journal-list {
    display: block;
  }
  .journal-wrap .journal-list .journal-item {
    width: 100%;
  }
  .journal-wrap .journal-list .journal-item:nth-child(n + 2) {
    margin-top: 16px;
  }
  .journal-wrap .journal-item .ttl {
    font-size: 15px;
  }
  .journal-wrap .journal-item .career {
    font-size: 13px;
  }
  .journal-wrap .journal-item .btn {
    font-size: 14px;
    padding: 8px 0;
  }
  #interview {
    padding: 48px 16px;
  }
  .interview-wrap h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  #favorite .btn-area {
    padding: 48px 24px;
  }

  .outer.pc {
    display: none;
  }
  .outer.sp {
    overflow-x: scroll;
  }
  .outer.sp ul {
    overflow-x: scroll;
    padding: 0;
    display: flex;
  }
  .outer.sp li {
    border: 0.5px solid #333;
    padding: 3px;
    min-width: 80vw;
    width: 80vw;
    margin: 0 10px 0;
    display: inline-block;
    position: relative;
  }
  .outer.sp li img {
    width: 100%;
  }
  .outer.sp p {
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
    font-size: 0.85rem;
    line-height: 1rem;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .outer .interviewlist-sp li a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
  }
  .outer .listall {
    margin-right: 16px;
  }
  #pcbtmbnrs {
    display: none;
  }
  #spbtmbnrs {
    width: 100% !important;
    background: rgba(247, 248, 252, 0.7);
    padding: 16px;
    transition: 0.3s all;
    opacity: 1;
    z-index: 10;
    box-sizing: border-box;
  }
  .btmbnr-wrap {
    flex-direction: column;
  }
  .btmbnr-wrap a {
    font-size: 16px;
    box-sizing: border-box;
    padding: 20px 16px;
  }
  .btmbnr-wrap .btn-counseling {
    max-width: none;
  }
  .btmbnr-wrap .btn-fav {
    max-width: none;
    margin-top: 10px;
    margin-left: 0;
  }
  #spbtmbnrs.is-hidden {
    opacity: 0;
  }
}

/*=============================================== */
/* 詳細ページ内登録フォーム
  =============================================== */

#entryForm {
  text-align: center;
  width: 100%;
}

#registration {
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  border: none;
}

@media screen and (max-width: 945px) {
  /* .guidelinesのpaddingを考慮 */
  #registration {
    min-height: 760px;
  }
}

@media screen and (max-width: 768px) {
  #registration {
    width: 100%;
    min-height: 780px;
  }
}
