<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*------------------------------------
SP/PC切り替え
------------------------------------*/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.PC-CSS { display: inline-block !important;}
.SP-CSS { display: none !important;}
.PC-CSS-block { display: block !important;}
.SP-CSS-block { display: none !important;}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.PC-CSS { display: none !important;}
.SP-CSS { display: inline-block !important;}
.PC-CSS-block { display: none !important;}
.SP-CSS-block { display: block !important;}
.SP-none{ display: none !important;}
}

/*------------------------------------
# column設定
------------------------------------*/
#contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pid10041 .side_mypage,
.pid10041 .side_login,
.pid10042 .side_mypage,
.pid10042 .side_login {
  display: none;
}
#primary {
  width: 670px;
  font-size: 13px;
}


#changeResult_bottom {
    width: 100%;
    padding:1em 0;
}

@media only screen and (max-width: 768px) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif!important;
    line-height: 1.75!important;
  }
  .pid10041 #side,
  .pid10042 #side {
    display: none!important;
  }
  #primary {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .header {
    z-index: 100;
  }
  .pid10041 #sideSearch,
  .pid10041 #side .recommend,
  .pid10041 #side #side_mymenu,
  .pid10042 #sideSearch,
  .pid10042 #side .recommend,
  .pid10042 #side #side_mymenu
  .pid10942 #sideSearch,
  .pid10942 #side .recommend,
  .pid10942 #side #side_mymenu {
    display: none!important;
  }
  .header-float-item.js-headerfloat__item.js-fixed {
    position: unset!important;
  }
  #side section:first-of-type {
    margin-bottom: 0!important;
  }
}

/*------------------------------------
# resultHeader
------------------------------------*/
#resultHeader .resultInfo01,
#resultHeader .resultInfo02,
#resultHeader .resultInfo03,
#resultHeader .searchNumber {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: unset;
    float: none;
    width: auto;
}

#resultHeader .resultInfo01,
#resultHeader .resultInfo02 {
    justify-content: space-between;
}
#resultHeader .resultInfo01 {
    margin: 0.8em 0;
}
#resultHeader .resultInfo03 {
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
#resultHeader {
  margin: 0 3vw 20px;
}
#resultHeader .resultInfo01 {
    justify-content: flex-start;
    align-items: initial;
    margin: 0;
    flex-direction: column-reverse;
}

#resultHeader .resultInfo02 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

#resultHeader .resultInfo03 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -1em;
}

}

/*--- 表題 ---*/
#resultHeader .resultTtl {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
}
@media only screen and (max-width: 768px) {
#resultHeader .resultTtl {
    font-size: 21px;
    margin-bottom: 0.5em;
}
}

/*--- 検索結果件数 ---*/
#resultHeader .searchNumber {
  font-size: 14px;
  align-items: baseline;
  margin: 10px 0;
}

#resultHeader .searchNumber &gt; .number {
  font-size:24px;
  font-weight: 600;
  margin-right: 0.2em;
  color: #C3A408;
  line-height: 1;
}

#resultHeader .searchNumber &gt; .note a:hover {
  text-decoration: underline!important;
}

@media only screen and (max-width: 768px) {
#resultHeader .searchNumber {
    margin: 1em 0;
}
#resultHeader .searchNumber span {
    color: unset;
    font-size: 13px;
}
}

/*--- 常勤・非常勤 入れ替え ---*/

#resultHeader .jobSwitch {
    border: 1px solid #1E5FB3;
    background-color: #F1F7FF;
    padding:0.5em 2.3em 0.5em 1.5em;
    border-radius: 6px;
    position: relative;
}

#resultHeader .jobSwitch:after {
    content: "";
    border: solid 1px #1E5FB3;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: calc(50% - 3px);
    right: 18px;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
}

#resultHeader .jobSwitch:hover {
    background-color: #1E5FB3;
    color: #FFF;
}

#resultHeader .jobSwitch:hover:after {
    content: "";
    border-color: #fff;
}

@media only screen and (max-width: 768px) {
#resultHeader .jobSwitch-wrap {
  display: flex;
  justify-content: right;
}
#resultHeader .jobSwitch {
  padding:0.5em 1.5em 0.5em 0.8em;
}
#resultHeader .jobSwitch:after {
  right: 11px;
}
}

/*--- 順並び替え ---*/
#resultHeader .resultInfo02 {
    margin-bottom: 0.8em;
}
#resultHeader .select-box01 {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
}

#resultHeader .select-box01 select {
    background: none;
    color: #000;
    -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */
    border: 1px solid #3C3C3C;
    vertical-align: middle; 
    width: 200px;
    border-radius: 100px;
    font-size: 12px;
    padding:0.6em 0 0.6em 2.5em;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: none;
    height: auto;
}

#resultHeader .select-box01:after {
    content: '';
    display: block;
    width: 18px; 
    height: 18px;
    background-image: url(../img/select-order-arrow_after.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 7px;
    z-index: 1;
    top: calc(50% - 9px);
}

#resultHeader .select-box01 select:hover {
    border: 1px solid #1E5FB3;
}

#resultHeader .select-box01 select:focus {
    outline: none;
    border: 1px solid #1E5FB3;
    background-color: #F4F4F4;
}


/*--- ページ送りナビ ---*/
#resultHeader .stepNav01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  padding: 0;
}
#resultHeader .stepNav01 li {
  margin-right: 3px;
  margin-bottom: 5px;
}
#resultHeader .stepNav01 li:last-child {
  margin-right: 0;
}
#resultHeader .stepNav01 li a {
    display: flex;
    padding: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #1E5FB3;
    text-align: center;
    line-height: 1;
    justify-content: center;
    align-items: center;
}

#resultHeader .stepNav01 li a:hover {
  background-color: #edf3fa;
}

#resultHeader .stepNav01 .crt a {
    background-color: #F4F4F4;
    color: #333;
    border: 1px solid #F4F4F4;
    cursor: default;
}

#resultHeader .stepNav01 .next a,
#resultHeader .stepNav01 .back a {
    text-indent: -9999px;
    position: relative;
}

#resultHeader .stepNav01 .back a:after {
    content: "";
    border: solid 2px #1E5FB3;
    border-width:  0 0 2px 2px;
    position: absolute;
    top: calc(50% - 4px);
    right: 8px;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
}


#resultHeader .stepNav01 .next a:after {
    content: "";
    border: solid 2px #1E5FB3;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: calc(50% - 4px);
    right: 13px;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
}
@media only screen and (min-width: 769px) {
  #resultHeader .select-box01 {
    margin-bottom: 0.8em;
  }
  #resultHeader .resultInfo02 .stepNav01-wrap {
    margin-bottom: 0.8em;
  }
}
@media only screen and (max-width: 768px) {
  #resultHeader .stepNav01-wrap {
    margin: 0.8em 0 0 0;
    display: flex;
    width: 100%;
    justify-content:flex-start;
  }
  #resultHeader .stepNav01 li {
    margin-bottom: 5px;
    padding: 0;
    border: none;
    display: unset;
    font-size: unset;
    line-height: unset;
    box-sizing: unset;
  }
}


/*------------------------------------
# resultInner
------------------------------------*/

#resultInner {
  margin-bottom: 1em;
}

#resultInner .offerList {
    box-sizing: border-box;
    background-color: #f4f4f4;
    padding:16px;
}

#resultInner .offerList:first-child {
    margin-top: 0;
}

/*--- 求人票 ---*/

#resultInner .resultBlock {
    background-color: #FFF;
    border-radius: 6px;
    box-shadow: 3px 3px 3px 0px #00000015;
    margin-bottom: 0;
    padding: 15px;
}

#resultInner .resultBlock:after {
    content: none;
}

#resultInner .resultBlock.bnr_favorite {
    background: #f4f4f4;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
    padding: 15px 30px;
}

#resultInner .code_hos_area ul {
  display: flex;
  align-items: baseline;
}

#resultInner .code_hos_area ul li {
    box-sizing: border-box;
    line-height: 1;
    display: flex;
    align-items: center;
    height: fit-content;
}
#resultInner .code_hos_area ul li.category {
  box-sizing: border-box;
  margin-right: 5px;
  text-align: center;
}
#resultInner .code_hos_area ul li.category.new {
  min-width: 3em;
}
#resultInner .code_hos_area ul li.category.full {
  min-width: 2em;
}
#resultInner .code_hos_area ul li.category + li {
  max-width: 550px;
}
#resultInner .code_hos_area ul li.new + li.category + li {
  max-width: 500px;
}

.offerList .code_hos_area .category {
    font-weight: bold;
    font-size: 11px;
    display: inline-block;
    padding: 6px 10px;
    color: #fff;
}
@media only screen and (max-width: 768px) {
  .offerList .code_hos_area .category {
    padding: 0.15em 0.7em;
  }
}
.offerList .code_hos_area .category.new {
  background: #F11464;
}
.offerList .code_hos_area .category.full {
  background: #1E5FB3;
}
.offerList .code_hos_area .category.part {
  background: #ef8514;
}
.offerList .resultBlock .code_hos_area h2 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.35;
}

.offerList .resultBlock .code_hos_area h2 a {
  color: #333;
}

@media only screen and (max-width: 768px) {
  #resultInner .code_hos_area {
    margin: 0;
  }
  #resultInner .code_hos_area ul {
    flex-wrap: wrap;
  }
  #resultInner .code_hos_area ul li {
    margin-bottom: 0.8em;
  }
  .offerList .resultBlock .code_hos_area h2 {
    font-size: 13px;
  }
}

/*--- 求人票 特徴リスト ---*/
@media only screen and (max-width: 768px) {
  .offerList .resultBlock .heading {
    margin: 0 0 0.8em;
  }
}
.offerList .resultBlock h3.lead {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.35;
}

.offerPoint {
    display: flex;
    margin: 0.8em 0px 1.5em;
    justify-content: flex-start;
}

.offerPoint li {
    background-color: #c3c1b8;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 0;
    width: calc(100% / 6 - 5px);
    text-align: center;
}
.offerPoint li:not(:last-child) {
    margin-right: 5px;
}
.offerPoint li.on {
  background-color: #C3A408;
  color: #FFF;
}

.offerPoint .on a{
  color: #FFF!important;
  display: block;
}

@media only screen and (max-width: 768px) {
    .offerPoint {
      flex-wrap: wrap;
      justify-content: flex-start;
      margin: 0.8em 0px;
    }
    .offerPoint li {
      width: 31.5%;
      margin-bottom: 0.5em;
    }
}



/*--- 求人票 詳細リスト ---*/
.detail-list &gt; li {
    margin-bottom: 0.3em;
}

.detail-list &gt; li &gt; dl {
    display: flex;
}

.detail-list &gt; li &gt; dl &gt; dt {
    width: 5.5em;
    padding-top:30px;
    position: relative;
    font-size: 10px;
    color: #1E5FB3;
    font-weight: bold;
    margin-right: 1em;
    display: flex;
    justify-content: center;
}

.detail-list &gt; li &gt; dl &gt; dt:before {
    content: '';
    display: block;
    width: 30px; 
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: 0;
}
.detail-list .description dl {
    display: flex;
}
.detail-list .description dd dl dt {
    font-weight:bold;
    min-width: 80px;
}
.detail-list {
  display: flex;
  flex-direction: column;
}
.offerList--part .detail-list .salary {
  order: -4;
}
.offerList--part .detail-list .working-week {
  order: -3;
}
.offerList--part .detail-list .working-hours {
  order: -2;
}
.offerList--part .detail-list .description {
  order: -1;
}
@media only screen and (max-width: 768px) {
  .detail-list .description dd dl {
    flex-direction: column;
  }
}
.detail-list .location dt:before {
  background-image: url(../img/detailTableList_icon01.svg);
}
.detail-list .salary dt:before {
  background-image: url(../img/detailTableList_icon02.svg);
}
.detail-list .working-hours dt:before {
  background-image: url(../img/detailTableList_icon03.svg);
}
.detail-list .description dt:before {
  background-image: url(../img/detailTableList_icon04.svg);
}
.detail-list .working-week dt:before {
  background-image: url(../img/detailTableList_icon05.svg);
}
.detail-list &gt; li &gt; dl &gt; dd {
    padding-top: 7px;
    width: 100%;
}

.detail-list .salary dd {
    color: #F11464;
    font-weight: bold;
}

.descriptionList {
    position: relative;
}

.descriptionListMatter {
    display: flex;
    width: 100%;
}

.descriptionListMatter dt {
    font-weight: bold;
    width: 17%;
    flex-shrink: 0;
}
.working-hours .big {
    font-size: unset;
    font-weight: bold;
}
.detail-list .more__rapper {
    display: inline-flex;
    align-items: center;
}
.detail-list .more {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    padding-right: 0.8em;
    text-decoration: underline;
}

.detail-list .more:hover {
  text-decoration: none;
}

.detail-list .more:after {
    content: "";
    border: solid 1px #1E5FB3;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
}

@media only screen and (max-width: 768px) {
  .descriptionListMatter {
    flex-direction: column;
  }
  .descriptionListMatter dt {
    width: 100%;
  }
}

/* --------------------------------
   アイコンリスト（※テキストベース　曜日・体系等）
   -------------------------------- */
ul.icnTxtList01.icnTxtList01Day {
  letter-spacing: -0.34em;
  display: flex;

}

ul.icnTxtList01.icnTxtList01Day li {
  display: inline-block;
  letter-spacing: normal;
  color: #fff;
  background: #04a8a4;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 0.4em;
  line-height: 1;
  margin-right: 5px;
  width: initial;
  border-radius: 3px;
}

ul.icnTxtList01.icnTxtList01Day li.none {
  background: #c0c0c0;
}

/*--- 求人票 ボタンリスト ---*/
.offerList .resultBlock .btnList li {
  border-radius: unset;
  line-height: unset;
  margin-bottom: unset;
  position: unset;
  text-align: unset;
  height: unset;
  width: unset;
}
.offerList .resultBlock .btnList li:not(:last-child) {
  margin-right: unset;
}
.offerList .resultBlock .btnList a {
  display: unset;
  align-items: unset;
  justify-content: unset;
  font-size: unset;
  font-weight: unset;
  text-decoration: unset;
  border-radius: unset;
}
.offerList .resultBlock .btnList .addFavorite {
  background: unset;
  border: unset;
  box-sizing: unset;
}
.offerList .resultBlock .btnList .linkDetail {
  background: unset;
  color: unset;
}
.offerList .resultBlock .btnList a {
  width: 240px;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  padding: 0.6em 0;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  position: relative;
}
.offerList .resultBlock .btnList {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0.5em 0;
}
.offerList .resultBlock .btnList .addFavorite,
.offerList .resultBlock .btnList .closedOffer {
  background-color: #FAFAFA;
  border-top: 1px solid #BCBCBC;
  border-right: 1px solid #BCBCBC;
  border-left: 1px solid #BCBCBC;
  color: #304F89;
}
.offerList .resultBlock .btnList .closedOffer {
  border-bottom: 1px solid #BCBCBC;
  width: 280px;
}
.offerList .resultBlock .btnList .addFavorite {
  border-bottom: 3px solid #BCBCBC;
  margin-right: 0.8em;
}
.offerList .resultBlock .btnList .addFavorite:hover,
.offerList .resultBlock .btnList .closedOffer:hover {
  background-color: #F1F7FF;
}
.offerList .resultBlock .btnList .addFavorite:hover {
  border-bottom: 1px solid #BCBCBC;
  transform: translate(0,3px);
}
.offerList .resultBlock .btnList .addFavorite:hover:after {
  content: none;
}
.offerList .resultBlock .btnList .linkDetail {
  background: #304F89;
  border-top: 1px solid #304F89;
  border-right: 1px solid #304F89;
  border-left: 1px solid #304F89;
  border-bottom: 3px solid #0F2F6B;
  color: #fff;
}
.offerList .resultBlock .btnList .linkDetail:hover {
  background: #304F89;
  border-bottom: 1px solid #0F2F6B;
  transform: translate(0,3px);
  text-decoration: none;
}
.offerList .resultBlock .btnList .favorited {
  background-color: #F4F4F4;
  border-top: 1px solid #F4F4F4;
  border-right: 1px solid #F4F4F4;
  border-left: 1px solid #F4F4F4;
  border-bottom: 3px solid #F4F4F4;
  color: #666;
  margin-right: 0.8em;
}
.offerList .resultBlock .btnList .favorited:hover {
  background-color: #F1F7FF;
  border-top: 1px solid #F1F7FF;
  border-right: 1px solid #F1F7FF;
  border-left: 1px solid #F1F7FF;
  border-bottom: 3px solid #F1F7FF;
  color: #304F89;
}
.offerList .resultBlock .btnList .closedOffer p {
  padding: 0;
}
.offerList .resultBlock .btnList .favoriteStar {
  background: url("../img/star_gray.svg")no-repeat center left / cover;
  margin: 0 5px 0 0;
}
.offerList .resultBlock .btnList .addFavorite:hover .favoriteStar {
  background: url("../img/star_yellow.svg")no-repeat center left / cover;
}
.offerList .resultBlock .btnList .favorited .favoriteStar {
  background: url("../img/star_yellow.svg")no-repeat center left / cover;
}
.offerList .resultBlock .btnList .linkDetail:before {
  content: "";
  border-style: unset;
  border-width: unset;
  border-color: unset;
  display: unset;
  position: unset;
  right: unset;
  top: unset;
  transform: unset;
  width: unset;
  height: unset;
}
.offerList .resultBlock .btnList .linkDetail:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/more.svg");
  margin-right: 5px;
}
.offerList .resultBlock .btnList .closedOffer:before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #304f89 #304f89 transparent transparent;
  right: 10px;
  top: calc(50% - 8px);
  transform: rotate(45deg);
  width: 16px;
  height: 16px;
}
.offerList .resultBlock .btnList .addFavorite:before {
    background-image: url(../img/star_gray.svg);
    left: 12%;
}

.offerList .resultBlock .btnList .favorited:before {
    background-image: url(../img/star_yellow.svg);
    left: 15%;
}

.offerList .resultBlock .btnList .addFavorite:hover:before {
    background-image: url(../img/star_yellow.svg);
}

@media only screen and (max-width: 768px) {
    .offerList .resultBlock .btnList {
      justify-content: space-between;
      align-items: center;
    }
    .btnList li.item__addFavorite,
    .btnList li.item__favorited {
      width: 37%;
    }
    .btnList li.item__linkDetail {
      width: 60%;
    }
    .btnList li.item__closedOffer {
      width: 100%;
    }
    .offerList .resultBlock .btnList a {
      box-shadow: none;
      line-height: 1.3;
      padding: 0;
      text-align: left;
      width: 100%;
      height: 54px;
    }
    .offerList .resultBlock .btnList .addFavorite,
    .offerList .resultBlock .btnList .favorited {
      font-size: 13px;
      margin-right: 0;
    }
    .offerList .resultBlock .btnList .addFavorite p,
    .offerList .resultBlock .btnList .favorited p {
      width: 6em;
    }
    .offerList .resultBlock .btnList .closedOffer p {
      padding: 0;
    }
    .offerList .resultBlock .btnList a:before {
      top: 33%;
    }
    .offerList .resultBlock .btnList .addFavorite:before,
    .offerList .resultBlock .btnList .favorited:before {
      left: 6%;
    }
    .offerList .resultBlock .btnList .linkDetail:before {
      border: none;
      left: 25%;
    }
    .offerList .resultBlock .btnList .closedOffer:before {
      top: calc(50% - 10px);
    }
}

/*--- 求人票 関連求人 ---*/

.offerList .resultBlock dl.relatedRecruit,
.offerList .resultBlock dl.relatedRecruit ul,
.offerList .resultBlock dl.relatedRecruit li {
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.offerList .resultBlock dl.relatedRecruit {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #E9E9E9;
    border-right: none;
    border-bottom: none;
    border-left: none;
    font-size: 100%;
}

.offerList .resultBlock dl.relatedRecruit dt {
  background: unset;
  font-weight: bold;
  padding: 0;
}
.offerList .resultBlock dl.relatedRecruit dt:after {
  content: none;
}
.offerList .resultBlock dl.relatedRecruit dd {
  display: block;
  padding: unset;
}
.offerList .resultBlock dl.relatedRecruit li {
  margin-right:0.5em ;
}
.offerList .resultBlock dl.relatedRecruit li a {
  text-decoration: underline;
}


@media only screen and (max-width: 768px) {
    .offerList .resultBlock dl.relatedRecruit,
    .offerList .resultBlock dl.relatedRecruit ul,
    .offerList .resultBlock dl.relatedRecruit li {
        flex-wrap: wrap;
    }
}

.relatedRecruit-accordion {
  display: flex;
}

.accordion-header {
    list-style: none;
    position: relative;

}

.relatedRecruit-accordion {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 1em 0;
    color: #1E5FB3;
}

  .accordion-header {
    padding: 10px;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    list-style: none;
    position: relative;
  }
  
  .accordion-header:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 16px;
    border: 6px solid transparent;
    border-top: 7px solid #1E5FB3;
}

  .accordion-content {
    padding: 15px;
    line-height: 1.5;
  }
  
  .relatedRecruit-accordion[open] .accordion-header {
    background-color: #F4F4F4;
  }

.relatedRecruit-accordion .accordion-header::-moz-list-bullet {
  display: none;
}
.relatedRecruit-accordion li {
  margin-right:0.5em;
  margin-bottom: 0.5em;
}
.relatedRecruit-accordion li:last-child {
  margin-right:0;
  margin-bottom:0;
}
.relatedRecruit-accordion li a {
  text-decoration: underline;
} 



/*--- 求人票 求人コード ---*/

.offerChord {
  text-align: right;
  font-size: 10px;
}


/*------------------------------------
# resultLoop
------------------------------------*/
.resultLoop {
    margin: 16px 16px 32px;
    display: block;
    box-sizing: border-box;
    border: 6px solid #FFF;
    box-shadow: 0px 2px 8px 0px #00000033;
    border-radius: 6px;
    background: url(../img/bunner_resultLoop.png)no-repeat top left / cover;
    padding: 18px;
    text-align: center;
    color: #333;
    font-family: initial;
    max-width: unset;
    max-height: unset;
}
.resultLoop {
    position: unset;
    align-items: unset;
    height: unset;
    width: unset;
}
.resultLoop:before {
  content: none;
}
.resultLoop p {
    font-weight: unset;
    margin: unset;
    text-align: unset;
}
.resultLoop .resultLoop__title {
    color: #333;
    position: relative;
    background-color: #FFF;
    display: inline-block;
    padding: 0.2em 3em;
    border-radius: 100px;
    font-size: 14px;
}
  
.resultLoop .resultLoop__title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #FFF;
}

.resultLoop .resultLoop__text {
    margin: 1em 0;
    color: #333;
    line-height: 1.35;
    font-size: 14px;
}

.resultLoop .resultLoop__text .large {
    display: block;
    font-size: 25px;
}

.resultLoop .resultLoop__text .pink {
    font-weight: bold;
    color: #F11464;
    font-size: unset;
    line-height: unset;
}

.resultLoop .resultLoop__btn {
    background: #F11464;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    width: 60%;
    padding:0.5em 0;
    border-radius: 6px;
    box-shadow: 0px 3px 0px 0px #C10046;
    position: relative;
    transition: all 0.4s;
    letter-spacing: unset;
    margin: 0;
}

.resultLoop .resultLoop__btn:after {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:25%;
    right: 5%;
    background-image: url(../img/resultLoop__btn-icon.svg);
    border: none;
    transform: unset;
}

.resultLoop:hover .resultLoop__btn {
    background-color: #C10046;
    transform: translate(0 , 3px);
    box-shadow: 0px 0px 0px 0px #C10046;
}


@media only screen and (max-width: 768px) {
  .resultLoop {
    padding: 16px 0;
  }
  .resultLoop .resultLoop__title {
    padding: 0.2em 1.5em;
    font-weight: unset;
    margin: 0;
    text-shadow: none;
  }
  .resultLoop .resultLoop__text {
    line-height: 1.5;
    font-weight: unset;
    text-align: unset;
    text-shadow: none;
  }
  .resultLoop .resultLoop__btn {
    width: 90%;
  }
  .resultLoop .resultLoop__text .large {
    font-size: 23px;
    color: unset;
    line-height: unset;
  }
  .resultLoop .resultLoop__text span {
    color: unset;
    font-size: unset;
    line-height: unset;
  }
}


/*------------------------------------
# changeResult_bottom
------------------------------------*/
.changeResult_section {
  font-size: 14px;
  margin-bottom: 2em;
}
.changeResult_section h4 {
    background-color: #F1F7FF;
    color: #1E5FB3;
    font-size: 16px;
    padding: 0.6em 0 0.6em 3.3em;
    font-weight: bold;
    position: relative;
}
.changeResult_section h4:before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 20%;
    left: 1em;
}
.changeResult_section h4 a {
    text-decoration: underline;
}
.changeResult_section h4 a:hover {
    text-decoration: none;
}
.area h4:before,
.city h4:before {
  background-image: url(../img/changeResult_ttlIcon_area.svg);
}
.subject h4:before {
  background-image: url(../img/changeResult_ttlIcon_subject.svg);
}
.features h4:before {
  background-image: url(../img/changeResult_ttlIcon_features.svg);
}
@media only screen and (max-width: 768px) {
  .changeResult_section {
    font-size: 13px;
  }
}


/*--- 都道府県リンクリスト ---*/

.linkList {
    padding:16px 0;
    display: flex;
    flex-wrap: wrap;
}
.linkList li {
    font-size: unset;
    display: unset;
    margin-right: 0;
    line-height: 1.75;
}
.linkList li:before {
  content: none;
}
.linkList li a {
    text-decoration: underline;
    color: #1E5FB3;
    padding: 0.3em;
    transition: all 0.3s ease;
}

.linkList li a:hover {
    background-color: #b1d3f1;
}

@media only screen and (min-width: 769px) {
  .linkList li {
    min-width: calc(100% / 14);
  }
}

@media only screen and (max-width: 768px) {
  .linkList {
    padding: 16px;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
  }
}

.linkList-area {
    display: flex;
    justify-content: space-between;
    padding:16px 0;
}

.linkList-area a {
    text-decoration: underline;color: #1E5FB3;
    color: #1E5FB3;
    padding: 0.3em;
    margin-bottom: 0.5em;
}

.linkList-area a:hover {
    background-color: #b1d3f1;
}
.linkList-area .areasection-l {
  width: 17%;
}

.areasection-l {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
}

@media only screen and (max-width: 768px) {
    .linkList-area{padding:16px;}
    .areasection-l{display: inline;}
    .areasection-s li{margin-bottom: 0.5em;}
    .linkList-area a{
        padding:0;
        margin-bottom: 0;
    }
}


/*--- 科目別リンクリスト ---*/

.subject-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:16px 0;
    
}

.subject-InternalMedicine,
.subject-Surgery{
    width: 49%;
}

.subject-other {
    width: 100%;
}
@media only screen and (min-width: 769px) {
  .subject-other {
    margin-top: 16px;
  }
}
/* アコーディオン全体のスタイリング */
.subject-accordion {
    border: 1px solid #E2E2E2;
    border-radius: 6px;
  }
  
  /* アコーディオンのヘッダー部分のスタイリング */
  .subject-accordion-header {
    padding: 10px;
    background-color: #FFF;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    /* 矢印を消すための追加スタイル */
    list-style: none;
    border-radius: 5px;
    color: #1E5FB3;
    position: relative;
  }

  /* アコーディオンが開いている時のヘッダー部分のスタイル */
  .subject-accordion[open] .subject-accordion-header {
    background-color: #F5F5F5;
    border-radius: 5px 5px 0 0;
  }
  
  /* アコーディオンの矢印を非表示にするためのスタイリング */
  .subject-accordion .subject-accordion-header::-webkit-details-marker {
    display: none;
  }
  
  .subject-accordion .subject-accordion-header::before {
    content: '';
  }
  
  /* 以下のセレクタは将来的な互換性のためには必要ありませんが、
     古いブラウザでは有効な場合があるので記述しています */
     .subject-accordion .subject-accordion-header::-moz-list-bullet {
    display: none;
  }

/* カスタム矢印のスタイル */
.subject-accordion-header::after {
    content: "";
    border: solid 2px #1E5FB3;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: calc(50% - 7px);
    transform: rotate(135deg);
    position: absolute;
    width: 7px;
    height: 7px;
    right: 1em; /* ヘッダーから右に10pxの位置 */
    transition: transform 0.2s ease-in-out; /* アニメーション効果 */
  }
  
  /* アコーディオンが開いている時の矢印のスタイル */
  .subject-accordion[open] .subject-accordion-header::after {
    transform: rotate(-45deg); /* 矢印を180度回転 */
    top: calc(50% - 3px);
  }

  details summary::before {
    content: " ";
    position: absolute;
    top: 1.5em;
    left: 1.5em;
}

.subject-accordion-content ul{
    display: flex;
    flex-wrap: wrap;
}

.subject-accordion-content ul li{
    box-sizing: border-box;
    border-top: 1px solid #E2E2E2;
    width: 50%;
}
.subject-InternalMedicine .subject-accordion-content ul:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    border-top: solid 1px #e2e2e2;
}
.subject-wrap div:not(.subject-other) .subject-accordion-content ul li:nth-child(odd){
    border-right: solid 1px #e2e2e2;
}
@media only screen and (max-width: 768px) {
  .subject-wrap .subject-other .subject-accordion-content ul li:nth-child(odd){
    border-right: solid 1px #e2e2e2;
  }
}
@media only screen and (min-width: 769px) {
  .subject-other .subject-accordion-content ul:after {
    content: "";
    display: block;
    width: 40%;
    height: 100%;
    border-top: solid 1px #e2e2e2;
  }
  .subject-other .subject-accordion-content ul li {
    width: 20%;
  }
  .subject-other .subject-accordion-content ul li:not(:nth-of-type(5n)) {
    border-right: solid 1px #e2e2e2;
  }
}

.subject-accordion-content li a{
    color: #333;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0.5em 0.8em;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s ease;
}

.subject-accordion-content li a:after{
    content: "";
    border: solid 2px #1E5FB3;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
}

.subject-accordion-content li a:hover {
  background: #F1F7FF;
  color:#1E5FB3;
}


@media only screen and (max-width: 768px) {
.subject-wrap {
    flex-wrap: wrap;
    font-size: 13px;
    padding: 16px 16px 0 16px;
    font-feature-settings: "palt";
}

.subject-InternalMedicine, .subject-Surgery {
    width: 100%;
    margin-bottom: 1em;
}
.subject-accordion-content .other{ grid-template-columns: repeat(2, 1fr);}
.subject-accordion-content .other li:nth-child(even){ border-right: 0;}
.subject-accordion-content .other li:nth-of-type(5n){border-right: 1px solid #E2E2E2;}

.endocrine{
    letter-spacing: -0.1em;
    font-size: 90%;
}

}

.changeResult_section .featuresList{
    display: flex;
    flex-wrap: wrap;
    margin: 1.5em 0;
}

.changeResult_section .featuresList li{
    margin-bottom:0.8em;
}
.changeResult_section .featuresList li a{
    color: #1E5FB3;
    padding:0.2em 0.8em;
    border: 1px solid #1E5FB3;
    margin-right: 0.5em;
    border-radius: 100px;
    transition: all 0.3s ease;
}

.changeResult_section .featuresList li a:hover{
    background-color: #F1F7FF;
}

@media only screen and (max-width: 768px) {
.changeResult_section .featuresList {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5em 16px;
}
}


#search_result_cmt{
    margin: 1em 0;
    padding:1.5em;
    background-color: #F4F4F4;
    position: relative;
}

.result_cmt_description{
  cursor: pointer;
  overflow:hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
    position: relative;
}
#result_cmt_showtext{
  display:none;
}
#result_cmt_showtext:checked ~  .result_cmt_description{
  display:block;
}

.result_cmt_description span{
    color: #1E5FB3;
    font-weight: bold;
    text-decoration: underline;
}

.result_cmt_description .open{
    position: absolute;
    background-color: #F4F4F4;
    padding-left: 1em;
    right: 0;
    bottom: 0;
}

#result_cmt_showtext:checked ~  .result_cmt_description .close{
    position: absolute;
    background-color: #F4F4F4;
    padding-left: 1em;
    right: 0;
    bottom: 0;
}

#result_cmt_showtext:checked ~  .result_cmt_description .open{
    display: none;
}

.search_extend {
  background: #f3f8ff;
  border: solid 4px #375893;
  border-radius: 6px;
  margin: 30px 15px;
  padding: 20px;
}
.search_extend__section:not(:last-child) {
  border-bottom: solid 1px #375893;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.search_extend__section--column {flex-direction: column;}
.search_extend__title {
  color: #d61e63;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}
.search_extend__title:before {
  content: "";
  background: #f3f8ff;
  border: solid 5px #d61e63;
  border-radius: 30px;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 15px;
  height: 15px;
  z-index: 10;
}
.search_extend__title:after {
  content: "";
  background: #d61e63;
  border-radius: 30px;
  display: block;
  position: absolute;
  top: 15px;
  left: 8px;
  transform: rotate(45deg);
  width: 26px;
  height: 6px;
  z-index: 9;
}
.search_extend__name {

  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.search_extend__name .small {
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
}
.search_extend ul {
  display: flex;
  flex-wrap: wrap;
}
.search_extend a {
  font-size: 14px;
  text-decoration: underline;
  margin: 3px 25px 3px 0;
}
.search_extend a:hover {text-decoration: none;}

/* 検索結果0件 s */
#recruitResult {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.resultNone {
  text-align: center;
  font-size: 16px;
}
.resultNone h2 {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #d61e63;
}
.resultNone span {
  color: #d61e63;
  font-weight: bold;
}
.hdTxt02-02 {
  margin-bottom: 20px;
  padding: 20px 0;
  font-size: 20px;
  border-top: 4px solid #1e5fb3;
  border-bottom: 1px solid #dcdcdc;
}
.bnrMainList01 {
  text-align: right;
  font-size: 13px;
  padding-right: 6.5rem;
}
.bnrMainList01__faq {
  color: #3a73bc;
  text-decoration: underline!important;
}
.bnrMainList02 {
  display: flex;
  flex-wrap: wrap;
}
.bnrMainList02:after {
  content: "";
  display: block;
}
.bnrMainList02 li {
  margin: 20px auto 0;
}
/* PC用 s */
@media only screen and (min-width: 769px) {
  .resultNone {
    width: 880px;
    margin: 30px auto 60px;
  }
  .bnrMainList02:after {
    margin-right: auto;
    width: 300px;
    height: 115px;
  }
}
/* PC用 e */
/* スマホ用 s */
@media only screen and (max-width: 768px) {
  .resultNone {
    margin: 0;
  }
  .resultNone h2 {
    width: 11em;
    margin: 0 auto 20px;
  }
  .resultNone a {
    background: URL("/sp_common/img/banner_result-0_sp.png")no-repeat top left / cover;
    display: block;
    width: 100%;
    height: 71.5vw;
  }
  .resultNone a img {
    display: none;
  }
}
/* スマホ用 e */
/* 検索結果0件 e */

#search_result_head_cmt {
  background-color: #ececec;
  margin-bottom: 15px;
  padding: 10px;
  position: relative;
  text-align: justify;
}
#search_result_head_cmt .acMenu {
  background-color: #ececec;
  cursor: pointer;
  font-size: inherit;
  font-weight: bold;
  padding: 0 1em 0 1.5em;
  position: absolute;
  right: 0;
  bottom: 0.75em;
  text-align: right;
  text-decoration: underline;
}
#search_result_head_cmt .acMenu:hover {text-decoration: none;}
#search_result_head_cmt .acMenu:after {
  content: "…続きを読む";
  width: 6em;
}
#search_result_head_cmt .active + .acMenu:after {
  content: "（閉じる）";
  width: 5em;
}
#search_result_head_cmt .headCmt_inner {
  display: block!important;
  margin-bottom: 0;
  overflow-y: hidden;
  height: 3.5em!important;
}
#search_result_head_cmt .headCmt_inner.active {
  padding-bottom: 1.5em;
  height: 100%!important;
}




.label-limited_name_show {
  color: #3060a3;
}
.label-limited_name_show.name_close {
  background: #f1f7ff;
}
.sideSearch {
  z-index: 10;
}</pre></body></html>