@charset "UTF-8";
/* part work detail
   ========================================================================== */
@media screen and (min-width: 961px) {
  .detail-contents-wrap {
    width: 100%;
    background: #F7F7F7;
  }
}

.c-ttl-txt--h1 {
  padding: 7px 10px;
}
@media screen and (min-width: 960px) {
  .c-ttl-txt--h1 {
    padding: 7px 20px;
  }
}
@media screen and (min-width: 961px) {
  .c-ttl-txt--h1 {
    padding: 7px 1px;
  }
}

@media screen and (min-width: 961px) {
  .work-detail {
    width: 940px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
}
.work-detail__work-info-wrap {
  margin-top: 20px;
}
@media screen and (min-width: 961px) {
  .work-detail__work-info-wrap {
    margin-top: 0;
  }
}
.work-detail__salary-area {
  font-size: 14px;
  padding: 20px 10px;
}
@media screen and (min-width: 960px) {
  .work-detail__salary-area {
    font-size: 15px;
    padding: 20px 15px;
  }
}
.work-detail__salary-area__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 16px;
}
@media screen and (min-width: 960px) {
  .work-detail__salary-area__wrap {
    justify-content: normal;
  }
}
.work-detail__salary-area__time {
  color: #626463;
}
@media screen and (min-width: 960px) {
  .work-detail__salary-area__time {
    margin-right: 30px;
  }
}
.work-detail__salary-area__time span {
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: #12B247;
}
@media screen and (min-width: 960px) {
  .work-detail__salary-area__time span {
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
  }
}
.work-detail__salary-area__price {
  display: block;
}
.work-detail__salary-area__price--day {
  font-size: 15px;
  font-weight: bold;
  color: #FF6040;
}
@media screen and (min-width: 960px) {
  .work-detail__salary-area__price--day {
    font-size: 18px;
    display: inline-block;
  }
}
.work-detail__salary-area__price--night {
  font-size: 15px;
  color: #626463;
}
@media screen and (min-width: 960px) {
  .work-detail__salary-area__price--night {
    display: inline-block;
    margin-left: 10px;
  }
}
.work-detail__salary-area__note {
  font-size: 13px;
}
@media screen and (min-width: 960px) {
  .work-detail__salary-area__note {
    font-size: 14px;
  }
}
.work-detail__celebration {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.work-detail__celebration__txt {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.work-detail__celebration__txt span {
  font-size: 20px;
  color: #FF6040;
}
.work-detail__celebration__txt:before {
  position: absolute;
  left: -60px;
  display: inline-block;
  width: 45px;
  height: 45px;
  content: "";
  background: url(../../../img/detail/ico_celebration.png) no-repeat;
  background-size: contain;
}
.work-detail__celebration__txt:after {
  position: absolute;
  right: -60px;
  display: inline-block;
  width: 45px;
  height: 45px;
  content: "";
  transform: scale(-1, 1);
  background: url(../../../img/detail/ico_celebration.png) no-repeat;
  background-size: contain;
}
.work-detail__celebration__explanation {
  text-decoration: underline;
  color: #0066D2;
}
.work-detail__celebration__explanation label {
  font-size: 15px;
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  cursor: pointer;
  text-decoration: underline;
  color: #0066D2;
}
.work-detail__celebration__explanation label:before {
  line-height: 20px;
  position: absolute;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "?";
  color: #fff;
  border-radius: 50%;
  background: #0066D2;
}
.work-detail__celebration__explanation label:hover {
  opacity: 0.7;
}
.work-detail__celebration__explanation input {
  display: none;
}
.work-detail__celebration__explanation input:checked ~ .text {
  display: block;
  height: auto;
}
.work-detail__celebration__explanation .text {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  display: none;
  width: 200px;
  margin: 10px auto 0;
  padding: 10px 20px;
  transition: 0.2s;
  text-align: left;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  background: #4190ED;
}
.work-detail__celebration__explanation .text:before {
  position: absolute;
  top: -25px;
  left: 50%;
  display: block;
  margin-left: -15px;
  content: "";
  border: 15px solid transparent;
  border-bottom: 15px solid #4190ED;
}
@media screen and (min-width: 960px) {
  .work-detail__celebration__explanation .text {
    width: 400px;
  }
}
.work-detail__catch-img {
  width: 100%;
  min-height: 270px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .work-detail__catch-img {
    min-height: 300px;
  }
}
@media screen and (min-width: 961px) {
  .work-detail__catch-img {
    display: none;
  }
}
.work-detail__catch-img img {
  max-height: 300px;
}
.work-detail__img-col {
  padding: 15px 10px;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .work-detail__img-col {
    min-height: 220px;
  }
}
.work-detail__img-col__scroll {
  display: flex;
  overflow-x: scroll;
  align-items: stretch;
}
.work-detail__img-col__inner {
  width: 230px;
  margin-right: 20px;
}
.work-detail__img-col__content {
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 230px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.work-detail__img-col__content img {
  max-width: 230px;
  max-height: 155px;
  border: 1px solid #eeece4;
}
.work-detail__img-col__photo-comment {
  font-size: 13px;
  margin-top: 10px;
  width: 100%;
  padding: 0 10px;
}
.work-detail__btn-area {
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  background: #F7F7F7;
}
@media screen and (min-width: 961px) {
  .work-detail__btn-area {
    padding: 20px 25px;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
  }
}
.work-detail__btn-main {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .work-detail__btn-main {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.work-detail__btn-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 300px;
  margin: 20px auto 0;
}
.work-detail__btn__txt {
  width: 100%;
}
.work-detail__entry-btn {
  display: block;
  width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .work-detail__entry-btn {
    margin: 0 10px 20px 0;
  }
}
@media screen and (min-width: 961px) {
  .work-detail__entry-btn {
    order: 2;
    margin: 0 20px 0 0;
  }
}
.work-detail__entry-btn-tel, .work-detail__entry-btn-tel--num {
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 56px;
  height: 56px;
}
@media screen and (min-width: 961px) {
  .work-detail__entry-btn-tel, .work-detail__entry-btn-tel--num {
    font-size: 22px;
    flex: 1;
    border: none;
    background-color: transparent;
  }
}
@media screen and (min-width: 961px) {
  .work-detail__entry-btn-tel--num {
    font-size: 22px;
    margin: 2px 30px 0 100px;
    color: #262626;
    border: none;
    background-color: transparent;
  }
}
.work-detail__entry-btn-tel__inner {
  position: relative;
}
.work-detail__entry-btn-tel__inner:before {
  position: absolute;
  top: 0;
  left: -25px;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background: transparent url(../../../img/detail/ico_tel2.svg) no-repeat left center;
}
@media screen and (max-width: 320px) {
  .work-detail__entry-btn-tel__inner:before {
    left: -21px;
  }
}
.work-detail__entry-btn-tel__inner.tel_free {
  position: relative;
}
.work-detail__entry-btn-tel__inner.tel_free:after {
  font-size: 12px;
  line-height: normal;
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  display: flex;
  width: 100%;
  content: "電話応募する(無料通話)";
  justify-content: center;
}
.work-detail__entry-btn-tel__inner.free {
  position: relative;
}
.work-detail__entry-btn-tel__inner.free:after {
  font-size: 12px;
  line-height: normal;
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  display: flex;
  width: 100%;
  content: "電話応募する";
  justify-content: center;
}
.work-detail__entry-btn-tel__stxt {
  font-size: 12px;
  display: inline-block;
  margin-left: 3px;
}
.work-detail__entry-btn-tel--sp {
  display: block;
  order: 3;
}
@media screen and (min-width: 961px) {
  .work-detail__entry-btn-tel--sp {
    display: none;
  }
}
.work-detail__entry-btn-tel--pc {
  display: none;
}
@media screen and (min-width: 961px) {
  .work-detail__entry-btn-tel--pc {
    display: block;
    order: 1;
  }
}
@media screen and (min-width: 961px) {
  .work-detail__entry-btn-tel.pc-btn, .pc-btn.work-detail__entry-btn-tel--num {
    font-size: 16px;
    border: 1px solid #666;
    background-color: #fff;
  }
  .work-detail__entry-btn-tel.pc-btn:hover, .pc-btn.work-detail__entry-btn-tel--num:hover {
    background-color: #F7F7F7;
  }
}
.work-detail__fav-btn {
  font-size: 14px;
  display: block;
  order: 3;
}
@media screen and (min-width: 960px) {
  .work-detail__fav-btn {
    margin: 0;
  }
}
@media screen and (min-width: 961px) {
  .work-detail__fav-btn {
    width: 230px;
  }
}
.work-detail__share-btn-mail {
  flex-basis: 47%;
  width: 47%;
}
.work-detail__share-btn-line {
  flex-basis: 47%;
  width: 47%;
}
.work-detail__modified {
  margin: 20px auto 0;
  font-size: 14px;
}
.work-detail__tag {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.work-detail__tag__img {
  display: inline-block;
  width: 60px;
  margin: 15px 10px 0 10px;
}
@media screen and (min-width: 961px) {
  .work-detail__tag__img {
    margin: 0 20px 5px 15px;
  }
}
.work-detail__environment {
  padding: 10px 0;
}
.work-detail__environment__inner {
  width: 100%;
}
.work-detail__environment__ttl {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 10px;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  background: #F7F7F7;
}
.work-detail__environment__table {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.work-detail__environment__table p {
  font-size: 13px;
  margin: 0 10px;
}
.work-detail__environment__table div {
  display: table-cell;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  border-radius: 50%;
  background-color: #EBEBEB;
}
.work-detail__environment__table .is-active {
  width: 18px;
  height: 18px;
  background-color: #FF6040;
}
@media screen and (min-width: 961px) {
  .work-detail__environment {
    padding: 30px 0;
  }
  .work-detail__environment__inner {
    display: inline-block;
    width: calc(50% - 15px);
  }
  .work-detail__environment__inner:nth-child(odd) {
    margin-right: 25px;
  }
}
.work-detail__company {
  display: flex;
  align-items: unset;
}
.work-detail__company__img {
  flex-basis: 160px;
  width: 160px;
  min-height: 120px;
  margin-right: 15px;
}
.work-detail__company__con {
  font-size: 14px;
  padding-bottom: 15px;
}
.work-detail__company__name {
  font-weight: bold;
}
.work-detail__company__other-txt {
  margin-top: 5px;
}
.work-detail__company__link {
  display: inline-block;
  margin-top: 5px;
  text-decoration: none;
  color: #0066D2;
}
.work-detail__company__recruit {
  padding: 10px 20px;
  border-top: 1px solid #B8E8C8;
  border-bottom: 1px solid #B8E8C8;
  background-color: #f8fffa;
}
.work-detail__company__recruitlist li {
  display: block;
  border-bottom: 1px solid #EBEBEB;
}
.work-detail__company__recruitlist li:first-child {
  border-top: 1px solid #EBEBEB;
}
.work-detail__company__recruitlist__link {
  font-size: 14px;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 15px 25px 15px 10px;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  color: #262626;
}
.work-detail__company__recruitlist__link span {
  font-size: 12px;
  line-height: 1;
  padding: 2px 8px;
  margin-right: 4px;
  border-radius: 4px;
  border: 1px solid #666;
}
.work-detail__company__recruitlist__link:after {
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  transform: rotate(-45deg);
  border-right: 2px solid #12B247;
  border-bottom: 2px solid #12B247;
}
.work-detail__company__recruitlist .js_more_item.js_tgl_item {
  display: none;
}
.work-detail__company__recruitlist__more-btn {
  margin-top: 10px;
  margin-right: 10px;
  text-align: right;
}
@media screen and (min-width: 961px) {
  .work-detail__company__recruitlist__more-btn {
    margin-right: 0;
    cursor: pointer;
  }
}
@media screen and (min-width: 961px) {
  .work-detail__company a:hover {
    text-decoration: underline;
  }
  .work-detail__company__recruit {
    padding: 10px 20px;
    border: 1px solid #B8E8C8;
    border-radius: 4px;
  }
  .work-detail__company__recruitlist a:hover {
    background-color: #f8fffa;
  }
}
.work-detail__joint {
  display: flex;
  padding: 15px 10px 20px;
  border-bottom: 1px dashed #D9D9D9;
}
.work-detail__joint img {
  display: block;
  width: 100px;
  height: 100%;
}
.work-detail__joint p {
  font-size: 11px;
}
@media screen and (min-width: 961px) {
  .work-detail__joint {
    justify-content: flex-end;
    border-bottom: none;
  }
  .work-detail__joint img {
    width: 130px;
  }
  .work-detail__joint p {
    font-size: 12px;
  }
}
.work-detail__joint.note-joint img {
  margin-right: 10px;
}

.detail-contentswrap {
  margin: 60px auto 0;
  padding: 0 10px 20px 10px;
}
@media screen and (min-width: 960px) {
  .detail-contentswrap {
    padding: 0 20px 20px 20px;
  }
}
@media screen and (min-width: 961px) {
  .detail-contentswrap {
    margin: 60px auto 0;
    padding: 0 0 20px 0;
  }
}

.area-link-con {
  padding: 10px 0;
}
@media screen and (min-width: 961px) {
  .area-link-con {
    margin: 10px 0 30px;
    padding: 30px 40px;
    border-radius: 16px;
    background: #fff;
  }
}

.multi-entry-recommend {
  margin-top: 30px;
  padding-bottom: 15px;
}
.multi-entry-recommend__point-wrap {
  position: relative;
  margin-bottom: 15px;
  padding: 10px 20px;
  border-radius: 3px;
  background-color: #F7DE19;
}
@media screen and (min-width: 961px) {
  .multi-entry-recommend__point-wrap {
    width: 430px;
  }
}
.multi-entry-recommend__point-wrap:after {
  position: absolute;
  bottom: -8px;
  left: 13px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 7px 0 7px;
  border-style: solid;
  border-color: #F7DE19 transparent transparent transparent;
}
.multi-entry-recommend__point {
  color: #262626;
}

.seo-con-wrap {
  margin-top: 30px;
  word-wrap: break-word;
}
.seo-con-wrap:first-child {
  margin-top: 0;
}
.seo-con-wrap .c-ttl-sub {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  .seo-con-wrap .c-ttl-sub {
    font-size: 15px;
  }
}
.seo-con-wrap .seo-con__txt {
  font-size: 12px;
  line-height: 1.6;
  padding: 0 5px;
}
@media screen and (min-width: 961px) {
  .seo-con-wrap .seo-con__txt {
    line-height: 1.8;
    padding: 0;
  }
}

.p-select-area__con {
  background: #fff;
}

.chatbot {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #12B247;
}
.chatbot-wrap {
  position: fixed;
  z-index: 200;
  right: 10px;
  bottom: 10px;
}
.chatbot__inner {
  position: absolute;
  top: calc(((100% - 64px) / 2) - 3px);
  left: calc((100% - 65px) / 2);
}
.chatbot__inner__img {
  width: 28px;
  height: 30px;
  margin: 0 auto;
  background: url(../../../img/detail/fig_chatbot.svg) no-repeat center/28px 30px;
}
.chatbot__inner__txt {
  font-size: 13px;
  font-weight: bold;
  line-height: 135%;
  position: relative;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
}
.chatbot__close-wrap {
  position: absolute;
  top: -25px;
  right: -3px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.chatbot__close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(../../../img/detail/ico_chatbot_close.svg) no-repeat center/12px 12px #b5b5b5;
}
@media screen and (min-width: 961px) {
  .chatbot {
    position: relative;
    width: 350px;
    height: 70px;
    border-radius: 8px 8px 0 0;
    background: #12B247;
  }
  .chatbot-wrap {
    position: fixed;
    z-index: 200;
    right: 10px;
    bottom: 0;
  }
  .chatbot__close {
    position: absolute;
    top: 30px;
    right: 12px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url(../../../img/detail/ico_chatbot_close.svg) no-repeat center/16px 16px #12B247;
  }
  .chatbot__inner {
    position: absolute;
    top: calc(((100% - 20px) / 2) - 3px);
    left: calc((100% - 160px) / 2);
  }
  .chatbot__inner__img {
    display: none;
  }
  .chatbot__inner__txt {
    font-size: 23px;
    font-weight: bold;
    line-height: 135%;
    position: relative;
    color: #ffffff;
  }
  .chatbot__inner__txt:before {
    position: absolute;
    top: -42px;
    left: -78px;
    display: inline-block;
    width: 74px;
    height: 82px;
    content: "";
    background: url(../../../img/detail/fig_chatbot.svg) no-repeat;
  }
  .chatbot__inner__txt br {
    display: none;
  }
}

.jumpstopmodal .modal {
  z-index: 999999999;
}
.jumpstopmodal .modal .modal-dialog {
  width: 90%;
  margin: 10px auto 0;
}
@media screen and (min-width: 961px) {
  .jumpstopmodal .modal .modal-dialog {
    width: 800px;
    margin-top: 10px;
  }
}
.jumpstopmodal .modal .modal-dialog .jumpstopmodal-stop {
  width: 190px;
  height: 23px;
}
.jumpstopmodal .modal .modal-dialog .jumpstopmodal-stop .inner-stop {
  position: relative;
  height: 30px;
  padding: 0;
}
.jumpstopmodal .modal .modal-dialog .jumpstopmodal-stop .inner-stop .bltmin-close-wh {
  position: absolute;
  top: 7px;
  left: 10px;
  display: block;
  width: 15px;
  height: 15px;
}
.jumpstopmodal .modal .modal-dialog .jumpstopmodal-stop .inner-stop .bltmin-close-wh span {
  position: absolute;
  top: 6px;
  left: calc(50% - 11px);
  display: block;
  width: 15px;
  height: 3px;
  border-radius: 5px;
  background-color: #fff;
}
.jumpstopmodal .modal .modal-dialog .jumpstopmodal-stop .inner-stop .bltmin-close-wh span:first-child {
  transform: rotate(45deg);
}
.jumpstopmodal .modal .modal-dialog .jumpstopmodal-stop .inner-stop .bltmin-close-wh span:last-child {
  transform: rotate(-45deg);
}
.jumpstopmodal .modal .modal-dialog .jumpstopmodal-stop .inner-stop .close-modal {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  display: block;
  width: 173px;
  height: 30px;
  padding: 0 0 0 17px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 5px;
  background: #000000;
}
.jumpstopmodal .modal .modal-dialog .jumpstopmodal-stop .inner-stop .btn-middle-arrowbtm {
  position: absolute;
  top: 30px;
  left: 90px;
  width: 0;
  height: 0;
  content: " ";
  pointer-events: none;
  border: solid transparent;
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
}
.jumpstopmodal .modal .modal-dialog .modal-content {
  padding-bottom: 15px;
}
.jumpstopmodal .modal .modal-dialog .modal-content .ttl-jumpstopmodal {
  position: relative;
  display: block;
  margin: 0;
  padding: 7px 5px 3px 5px;
  border-bottom: #12B247 solid 2px;
  border-radius: 5px 5px 0 0;
  background: #daf0f2;
}
.jumpstopmodal .modal .modal-dialog .modal-content .ttl-jumpstopmodal .jumpstopmodal-stop {
  position: absolute;
  top: -30px;
  right: 10px;
  width: 173px;
  height: 30px;
}
.jumpstopmodal .modal .modal-dialog .modal-content .ttl-jumpstopmodal .ttl {
  font-size: 16px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  height: 25px;
  margin: 0 0 0 5px;
  padding: 0 0 0 10px;
  color: #12B247;
}
.jumpstopmodal .modal .modal-dialog .modal-content .dot-grey-box {
  padding: 0 10px 20px;
}
.jumpstopmodal .modal .modal-dialog .modal-content .dot-grey-box .cerulean-box .wrap {
  position: relative;
}
.jumpstopmodal .modal .modal-dialog .modal-content .dot-grey-box .cerulean-box .wrap .sticker {
  position: absolute;
  top: 0;
  right: 5px;
  margin: 0;
}
.jumpstopmodal .modal .modal-dialog .modal-content .modulesimilar-area {
  margin: 20px 10px 0 10px;
}
.jumpstopmodal .modal .modal-dialog .modal-content .jumpstopmodal-endclose {
  margin: 10px 0 0 0;
}
.jumpstopmodal .modal .modal-dialog .modal-content .jumpstopmodal-endclose .jumpstopmodal-stop {
  width: 205px;
  margin: 0 auto;
}
.jumpstopmodal .modal .modal-dialog .modal-content .jumpstopmodal-endclose .jumpstopmodal-stop .inner-stop .close-modal {
  width: 205px;
}
.jumpstopmodal .modal .modal-dialog .modal-content .simwork-area .c-ttl-txt--page-b {
  font-size: 16px;
  padding: 15px 0;
}
.jumpstopmodal .modal .modal-dialog .modal-content .simwork-list__ttl {
  font-weight: bold;
  margin-top: 20px;
}
.jumpstopmodal .modal .modal-dialog .modal-content .simwork-list__ttl:first-child {
  margin-top: 0;
}
@media screen and (min-width: 961px) {
  .jumpstopmodal .modal .modal-dialog .modal-content .simwork-list__ttl {
    margin-top: 30px;
  }
}
.jumpstopmodal .modal .modal-dialog .modal-content .simwork-list__link-list {
  display: flex;
  flex-wrap: wrap;
}
.jumpstopmodal .modal .modal-dialog .modal-content .simwork-list__link-list li {
  padding: 5px 10px 0;
}

.p-jobDetail .c-jobTitle {
  background-color: #D9D9D9;
}
.p-jobDetail .c-jobTitle-item {
  max-width: 1024px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 8px 24px;
  font-size: 10px;
  color: #949795;
  word-wrap: break-word;
}
.p-jobDetail__header {
  max-width: 1024px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 24px 0 0;
}
@media screen and (min-width: 961px) {
  .p-jobDetail__header {
    padding: 24px 0 0;
  }
}
.p-jobDetail__body {
  padding: 0 16px;
  background-color: #fff;
  max-width: 848px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-jobDetail__body {
    border-radius: 16px;
    padding: 32px 88px;
  }
}
.p-jobDetail__body .c-mapLink {
  display: flex;
  justify-content: flex-end;
}
.c-job-company {
  font-size: 14px;
  font-weight: 700;
  padding: 0 16px;
  word-break: break-word;
}
@media screen and (min-width: 961px) {
  .c-job-company {
    padding: 0;
  }
}
.c-job-head {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #0066D2;
  line-height: 1.5;
  letter-spacing: 0.96px;
  padding: 0 16px;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  .c-job-head {
    padding: 0;
    font-size: 24px;
    line-height: 1.7;
  }
}
.c-job-slider {
  margin-top: 24px;
}
.c-job-slider-item {
  margin: 0 8px;
}
.c-job-slider .thumb {
  height: 220px !important;
}
.c-job-slider .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-job-slider .caption {
  text-align: left;
  font-size: 12px;
  color: #262626;
  margin-top: 8px;
  transition: opacity 200ms ease;
}
.c-job-slider .jsc-jobSlider {
  position: relative;
  margin-bottom: 0 !important;
}
.c-job-slider .jsc-jobSlider .slick-prev {
  position: absolute;
  left: 28%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 28px;
  height: 28px;
  background-image: url(../../../img/common/arrow-jobSlider-prev.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.c-job-slider .jsc-jobSlider .slick-prev::before {
  display: none;
}
.c-job-slider .jsc-jobSlider .slick-next {
  position: absolute;
  right: 28%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 28px;
  height: 28px;
  background-image: url(../../../img/common/arrow-jobSlider-next.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.c-job-slider .jsc-jobSlider .slick-next::before {
  display: none;
}
.c-job-slider .jsc-jobSlider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
@media screen and (min-width: 425px) {
  .c-job-slider .jsc-jobSlider .slick-dots {
    display: none;
  }
}
.c-job-slider .jsc-jobSlider .slick-dots li {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 4px;
}
.c-job-slider .jsc-jobSlider .slick-dots li.slick-active {
  transform: scale(1);
}
.c-job-slider .jsc-jobSlider .slick-dots li button {
  display: block;
  width: 4px;
  height: 4px;
  padding: 0;
  border-radius: 50%;
  background-color: #BFBFBF;
}
.c-job-slider .jsc-jobSlider .slick-dots li button:before {
  display: none;
}
.c-job-slider .jsc-jobSlider .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background-color: #12B247;
}
.c-job-comp-tags {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 960px) {
  .c-job-comp-tags {
    display: block;
  }
}

.p-jobSummary-item {
  display: flex;
  padding: 16px 0;
}
@media screen and (min-width: 961px) {
  .p-jobSummary-item {
    padding: 18px 0;
  }
}
.p-jobSummary-item + .p-jobSummary-item {
  border-top: 1px solid #EAEAEB;
}
.p-jobSummary-item .head {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 36px;
  font-size: 10px;
}
@media screen and (min-width: 961px) {
  .p-jobSummary-item .head {
    flex-direction: row;
    height: fit-content;
    gap: 4px;
    width: 145px;
    font-size: 12px;
  }
}
.p-jobSummary-item .head::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 961px) {
  .p-jobSummary-item .head::before {
    margin-right: 4px;
  }
}
.p-jobSummary-item .head.icn-jobtype::before {
  background-image: url(../../../img/detail/icn_jobtype2.svg);
}
.p-jobSummary-item .head.icn-shift::before {
  background-image: url(../../../img/detail/icn_shift.svg);
}
.p-jobSummary-item .head.icn-area::before {
  background-image: url(../../../img/detail/icn_area.svg);
}
.p-jobSummary-item .head.icn-paymenttype::before {
  background-image: url(../../../img/detail/icn_paymenttype.svg);
}
.p-jobSummary-item .head-main-shift {
  overflow: hidden;
  word-break: break-word;
  flex: 1;
}
.p-jobSummary-item .body {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.08px;
  flex: 1;
  padding-left: 16px;
  overflow: hidden;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  .p-jobSummary-item .body {
    padding-left: 0;
  }
}
.p-jobSummary-item.col-shift {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-jobSummary-item.col-shift {
    display: flex;
  }
}
.p-jobSummary-item.col-shift .header {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 961px) {
  .p-jobSummary-item.col-shift .header {
    align-items: unset;
  }
}
.p-jobSummary-item.col-shift .body {
  padding: 0 0 0 0.5em;
}
@media screen and (min-width: 961px) {
  .p-jobSummary-item.col-shift .body {
    padding: 0;
  }
}
.p-jobSummary-item.col-shift .body .external-shift-info {
  padding-left: 44px;
}
@media screen and (min-width: 961px) {
  .p-jobSummary-item.col-shift .body .external-shift-info {
    padding-left: 0;
  }
}
.p-jobSummary-item.col-shift .body .recruitment-time-work {
  word-break: break-word;
}
.p-jobSummary-item.col-shift .c-shiftList li {
  margin-bottom: 6px;
  align-items: center;
}
.p-jobSummary-item.col-shift .c-shiftList li .salary {
  line-height: 1;
  margin-left: 40px;
  text-align: left;
  font-weight: normal;
}
.p-jobSummary-item.col-shift .c-shiftList li .salary--mini {
  display: unset;
}
.p-jobSummary-item.col-shift .c-shiftList li .salary .nightSalary {
  margin-left: 0;
}
.p-jobSummary-item.col-shift .c-shiftList-calender {
  margin-left: auto;
}

.l-bold {
  font-weight: bold;
}
.p-jobDetailSec__body .simpleText {
  font-size: 14px;
  letter-spacing: 0.08px;
  line-height: 1.75;
  word-wrap: break-word;
}
.p-jobDetailSec__body .simpleText p + p {
  margin-top: 1em;
}
.p-jobDetailSec__body .simpleText--middle {
  font-size: 16px;
}
.p-jobDetailSec__body .dataTable dl {
  display: flex;
  word-wrap: break-word;
}
.p-jobDetailSec__body .dataTable dl + dl {
  border-top: 1px solid #EBEBEB;
}
.p-jobDetailSec__body .dataTable dl dt {
  width: 86px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 0 16px 16px;
}
@media screen and (min-width: 961px) {
  .p-jobDetailSec__body .dataTable dl dt {
    width: 145px;
  }
}
.p-jobDetailSec__body .dataTable dl dd {
  flex: 1;
  padding: 16px 0;
  margin-left: 32px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.035px;
  word-wrap: break-word;
  overflow: hidden;
}
.p-actionBtns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .p-actionBtns {
    flex-direction: row;
    gap: 16px;
  }
}
.p-actionBtns .c-btnColor {
  width: 100%;
  height: 56px;
  margin-bottom: 16px;
}
@media screen and (min-width: 961px) {
  .p-actionBtns .c-btnColor {
    flex: 1;
  }
}
.p-actionBtns .submit-detail {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  padding: 8px;
  background-color: rgba(38, 38, 38, 0.7);
  transition: transform 100ms linear;
  margin-bottom: 0;
}
.p-actionBtns .btnTel {
  width: 100%;
  height: 56px;
}
.p-actionBtns .btnTel.work-detail__entry-btn-tel--pc {
  width: 100%;
  height: auto;
}
.p-actionBtns .btnTel.work-detail__entry-btn-tel--pc .c-calltext {
  justify-content: center;
}
.p-actionBtns .btnTel.handle-entry-button {
  width: 50%;
  height: auto;
}
.p-actionBtns .c-btnKeep {
  width: 100%;
  height: 56px;
  margin-bottom: 16px;
}
@media screen and (min-width: 961px) {
  .p-actionBtns .c-btnKeep {
    flex: 1;
  }
}
@media screen and (min-width: 961px) {
  .p-actionBtns .c-btnKeep .work-detail__fav-btn {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 54px;
  }
}

.c-companyInfo {
  position: relative;
  display: flex;
  gap: 16px;
}
.c-companyInfo__thumb {
  width: 95px;
  height: 95px;
  flex-shrink: 0;
}
.c-companyInfo__thumb img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}
.c-companyInfo__body {
  flex: 1;
}
.c-companyInfo__body .name {
  font-size: 14px;
  font-weight: 700;
}
.c-companyInfo__body .info {
  font-size: 14px;
  margin-top: 4px;
}
.c-companyInfo .joblink {
  position: absolute;
  bottom: -0.5em;
  left: 0;
  transform: translateY(100%);
  margin-top: 4px;
}
@media screen and (min-width: 961px) {
  .c-companyInfo .joblink {
    position: unset;
    transform: unset;
  }
}
.c-companyInfo .joblink a {
  font-size: 14px;
  text-decoration: underline;
  color: #0066D2;
}
.p-shareBlock {
  padding: 16px;
  background-color: #f6f6f6;
}
.p-shareBlock .head {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
.p-shareBlock__body {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.p-shareBlock__body .c-btnShare {
  width: 140px;
  height: 40px;
}
.c-jobFeature .head {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
}
@media screen and (min-width: 961px) {
  .c-jobFeature__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 16px;
  }
}
.c-jobFeature__body dl dt {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  background-color: #12B247;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
}
.c-jobFeature__body dl dd {
  padding: 13px 0;
}
.show-more-detail {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #626463;
  text-decoration: none;
  padding-left: 15px;
}
.show-more-detail::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../../../img/icon/arrow-down.svg);
}
.show-more-detail.icon-down::after {
  background-image: url(../../../img/icon/arrow-down.svg);
}
.show-more-detail.icon-up {
  padding-left: 45px;
}
.show-more-detail.icon-up::after {
  background-image: url(../../../img/icon/arrow-up.svg);
}
.show-more-detail:hover {
  color: #626463;
}

.p-payment-mini {
  color: #FF350D;
  line-height: 1;
  text-align: left;
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 12px;
}

.span-payment-mini {
  font-size: 18px;
}

.external-payment-info {
  font-size: 14px;
}

/*# sourceMappingURL=detail.css.map */
