/*--SEARCH--*/

/* Editor Card Component */
@import url('./job_search_editor_card.css');

/* タブメニュー */
#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;
}
.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 {
  font-size: 14px;
  border: 3px solid #ccc;
  padding: 14px;
  margin-bottom: 20px;
}

#jobdetsearch legend {
  padding: 0 10px;
}

#detail_smallclass_ckb {
  font-size: 14px;
}

#jobdetsearch fieldset #detail_smallclass_ckb li {
  float: left;
  width: 50%;
}

#jobdetsearch fieldset li {
  float: left;
  width: 33%;
}

#jobdetsearch .keyinput {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.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;
}

.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: 650px;
}

.kosen img {
  width: 100%;
}

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

.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;
}

.areasearchtop {
  padding-top: 0px;
}

@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,
  #jobdetsearch {
    margin: 0 auto;
    width: 96%;
  }

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

  #joblistsearch .searchbtn2 input,
  #jobdetsearch .searchbtn2 input {
    width: 96%;
  }

  #jobdetsearch select {
    width: 90%;
  }

  #jobdetsearch fieldset #detail_smallclass_ckb li {
    float: none;
    width: 100%;
  }

  #jobdetsearch fieldset li {
    float: none;
    width: 100%;
  }

  .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: 96%;
    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;
  }
}

/*=============================================== */
/* 2302改修
  =============================================== */
/*ピックアップ*/
#pickup {
  background: #f7f8fc;
  padding: 0 40px;
}
#pickup .pickup-wrap {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
.pickup-wrap h1 {
  color: #808080;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  padding: 0 0 10px;
}
.pickup-wrap .company-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  padding: 16px 40px;
  margin-bottom: 24px;
  min-height: 80px;
}
.pickup-wrap .company-name img {
  max-width: 160px;
  height: auto;
}
.pickup-wrap .company-name h2 {
  color: #000133;
  font-size: 28px;
  font-weight: bold;
  margin-right: 16px;
  margin-top: 4px;
  line-height: 1;
}
.pickup-wrap .corporate-content {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  padding: 40px;
  margin-bottom: 24px;
}
.pickup-wrap .corporate-content .catch {
  color: #2e2e58;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  background: #f7f8fc;
  padding: 32px;
}
.pickup-wrap .corporate-content .txt p {
  color: #000133;
}
.pickup-wrap .corporate-content .content-list {
  color: #000133;
  padding-left: 16px;
  padding-bottom: 16px;
}
.pickup-wrap .corporate-content .content-list li {
  position: relative;
}
.pickup-wrap .corporate-content .content-list li::before {
  content: "・";
  display: block;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -16px;
}
.pickup-wrap .corporate-content .content-list.list2 li::before {
  content: "●";
}
.pickup-wrap .corporate-content .lead {
  color: #000133;
  font-size: 16px;
  font-weight: bold;
}
.pickup-wrap .corporate-info {
  margin-bottom: 80px;
}
.pickup-wrap .corporate-info h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  background: #2e2e58;
}
.corporate-info .info-inner {
  background: #fff;
  padding: 24px 40px;
}
.corporate-info .info-list {
  display: flex;
  flex-wrap: wrap;
}
.corporate-info .info-list .info-item {
  width: 180px;
  color: #7d8191;
  font-weight: bold;
  padding: 16px 10px;
  box-sizing: border-box;
}
.corporate-info .info-list .info-item:not(:last-of-type) {
  border-bottom: 1px solid #d5ddeb;
}
.corporate-info .info-list .info-detail {
  width: calc(100% - 180px);
  color: #000133;
  padding: 16px 0;
}
.corporate-info .info-list .info-detail:not(:last-of-type) {
  border-bottom: 1px solid #d5ddeb;
}
.pickup-wrap .pickup-area {
  padding-bottom: 80px;
}
.pickup-wrap .pickup-area h2.ttl {
  color: #2e2e58;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
}
.feraturebg {
  background-image: url(../images/top_new/bg_featurecompany.jpg);
  background-position: center;
  background-size: cover;
  opacity: 1;
  padding: 94px 0 30px;
  overflow: hidden;
}
.feraturebg h2 {
  margin: 0 auto;
  margin-bottom: 24px;
  display: block;
  height: 34px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 1px #fff;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.feraturebg .slick-prev {
  visibility: hidden;
}
.slick-next,
.slick-prev {
  width: 38px;
  height: 44px;
  top: auto;
  bottom: 52px;
  z-index: 50;
  -webkit-transform: none;
  transform: none;
}
.slick-prev {
  background-image: url(../images/top_new/bt_prev.png);
  left: auto;
  right: 98px;
}
.slick-next::before,
.slick-prev::before {
  color: #333;
  content: "";
}
.feraturebg .featurecomp {
  max-width: 325px;
  min-width: 325px;
  margin: 0 19px 0 19px;
  background-color: #f7f7f7;
  border-bottom: solid 5px #fdca2b;
  color: #333;
}
.feraturebg .featurecomp figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.feraturebg .featurecomp figure img {
  height: 160px;
  width: 100%;
}
.feraturebg .featurecomp .companyinfo {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", YuGothic,
    "游ゴシック", "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Arial, sans-serif;
  padding: 30px 30px 10px;
}
.feraturebg .featurecomp .companyinfo .compname {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 12px;
}
.feraturebg .featurecomp .companyinfo .compdetail {
  width: 100%;
  font-size: 0.85rem;
  text-align: left;
  word-wrap: break-word;
  padding: 0;
}
.feraturebg .featurecomp .companyinfo .alloffer {
  display: block;
  width: 100%;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .pickup-wrap .pickup-area h2.ttl br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #pickup {
    padding: 0 16px;
  }
  .pickup-wrap .company-name {
    flex-direction: column;
    text-align: center;
    padding: 16px;
    margin-bottom: 16px;
    min-height: auto;
  }
  .pickup-wrap .company-name img {
    max-width: 120px;
    order: 0;
  }
  .pickup-wrap .company-name h2 {
    font-size: 22px;
    margin: 6px 0 0 0;
    order: 1;
  }
  .pickup-wrap .corporate-content {
    padding: 24px 16px;
  }
  .pickup-wrap .corporate-content .catch {
    font-size: 15px;
    padding: 16px;
  }
  .pickup-wrap .corporate-content .lead {
    font-size: 15px;
  }
  .pickup-wrap .corporate-info {
    margin-bottom: 40px;
  }
  .corporate-info .info-inner {
    padding: 24px 16px;
  }
  .corporate-info .info-list {
    display: block;
  }
  .corporate-info .info-list .info-item {
    width: 100%;
    padding: 16px 0;
  }
  .corporate-info .info-list .info-item:not(:last-of-type) {
    border-bottom: none;
  }
  .corporate-info .info-list .info-detail {
    width: 100%;
    padding-top: 0;
  }
  .pickup-wrap .pickup-area h2.ttl {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .pickup-wrap .pickup-area {
    padding-bottom: 40px;
  }
  .feraturebg {
    padding: 64px 0 30px;
  }
  .feraturebg h2 {
    font-size: 20px;
  }
  .feraturebg .featurecomp .companyinfo {
    padding: 16px 20px 10px;
  }
  .feraturebg .featurecomp .companyinfo .compname {
    font-size: 1rem;
  }
  .feraturebg .featurecomp .companyinfo .compdetail {
    font-size: 0.85rem;
  }
  .feraturebg .featurecomp .companyinfo .alloffer {
    font-size: 0.85rem;
  }
}
/* お気に入りリスト */
#favorite {
  background: #f7f8fc;
  padding: 32px 40px 80px;
}
#favorite .favorite-wrap {
  max-width: 784px;
  width: 100%;
  margin: 0 auto;
}
.favorite-wrap .headline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
}
.favorite-wrap .headline h1 {
  color: #000133;
  font-size: 32px;
  font-weight: bold;
}
.favorite-wrap .headline a {
  display: block;
  max-width: 420px;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 16px;
  border-radius: 8px;
  position: relative;
  background: linear-gradient(to right, #2a2a8e 0%, #4c4ccc 100%);
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.16));
  box-sizing: border-box;
}
.favorite-wrap .headline a::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%);
}
.favorite-wrap .headline a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
.favorite-wrap .headline a span {
  color: #2a2a8e;
  background-color: #fff;
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 2px 6px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #favorite {
    padding: 16px 16px 40px;
  }
  .favorite-wrap .headline {
    display: block;
  }
  .favorite-wrap .headline h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
  }
  .favorite-wrap .headline a {
    margin: 0 auto;
    font-size: 13px;
    padding-left: 36px;
    padding-right: 36px;
  }
  .favorite-wrap .headline a::before {
    left: 8px;
  }
}
@media screen and (min-width: 769px) {
  .favorite-wrap .headline a br.sp {
    display: none;
  }
}

.corporate-info .info-inner p {
  text-align: right;
  font-size: 14px;
  color: #808080;
  padding: 0px;
}

.pickup-interview {
  width: 800px;
  margin: 0 auto 80px;
}
.pickup-interview h2 {
  color: #2e2e58;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
}
.pickup-interview .pickup-interview_item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #fff;
  padding: 20px;
  margin: 0 auto 20px;
}
.pickup-interview .pickup-interview_item > figure {
  width: 320px;
  margin: 0;
}
.pickup-interview .pickup-interview_item > figure img {
  width: 320px;
  height: auto;
  object-fit: cover;
}
.pickup-interview .pickup-interview_item > div {
  width: calc(100% - 320px - 20px);
}
.pickup-interview .pickup-interview_item > div h3 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto 15px;
  color: #333;
}
.pickup-interview .pickup-interview_item > div .interviewContents {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  width: 100%;
  height: auto;
  font-size: 14px;
  padding: 0;
  margin: 0 auto 10px;
}
.pickup-interview .pickup-interview_item > div .interViewDate {
  color: #999;
  font-size: 14px;
  padding: 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .pickup-interview {
    width: 100%;
    margin: 0 auto 40px;
  }
  .pickup-interview h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .pickup-interview .pickup-interview_item {
    display: block;
    padding: 15px;
    margin: 0 auto 15px;
  }
  .pickup-interview .pickup-interview_item > figure {
    width: 100%;
    margin: 0 auto 10px;
  }
  .pickup-interview .pickup-interview_item > figure img {
    width: 100%;
  }
  .pickup-interview .pickup-interview_item > div {
    width: 100%;
  }
  .pickup-interview .pickup-interview_item > div h3 {
    -webkit-line-clamp: 4;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 auto 10px;
  }
  .pickup-interview .pickup-interview_item > div .interviewContents {
    display: none;
  }
}
