@charset "utf-8";
/* =========================================================
 webbutton
========================================================= */
.webbutton {
  padding: 9px 43px 26px;
  background: #FFF6F6;
}
.webbutton .webbutton__link {
  width: 100%;
  height: 102px;
  background-image: url(/common_sp/images/common/ico-webbutton.png);
  background-repeat: no-repeat;
  background-size: 85px;
  background-position: left 34px center;
}
.webbutton .webbutton__link .webbutton__title {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: .005em;
  margin-left: 25px;
}
.webbutton .webbutton__link .webbutton__title .webbutton__title__large {
  font-size: 150%;
}
.section-recommend {
  background: none;
}
/* =========================================================
 .section-heading
========================================================= */
.section-heading.section-heading--recommend {
    margin-top: 51px;
}
.section-heading.section-heading--recommend .title {
  background-image: url(/common_sp/images/top/heading-recommend.png);
}
.section-heading.section-heading--special .title {
  background-image: url(/common_sp/images/top/heading-special.png);
}
.section-heading.section-heading--about .title {
  background-image: url(/common_sp/images/top/heading-about.png);
}
.section-heading.section-heading--campaign .title {
  background-image: url(/common_sp/images/top/heading-campaign.png);
}
.section-heading.section-heading--faq .title {
  background-image: url(/common_sp/images/top/heading-faq.png);
}
.section-heading.section-heading--info .title {
  background-image: url(/common_sp/images/top/heading-info.png);
}
.section-heading.section-heading--history .title {
  background-image: url(/common_sp/images/top/heading-history.png);
}
/* =========================================================
  .section-header
========================================================= */
.section-header.section-header--line {
  border-bottom: none;
  text-align: center;
  padding: 21px 25px 17px;
}
.section-header.section-header--line .title {
  padding-left: 0;
  letter-spacing: .05em;
}
.section-header.section-header--line .title::before {
  content: none;
}
/* =========================================================
 最近検索した条件のおすすめ求人
========================================================= */
.recommend--white .recommend {
  background: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 72px;
}
.recommend--white .recommend a {
  height: 448px;
  background: #FFFCF0;
  border: none;
  border-top: #F06073 solid 9px;
  border-radius: 0;
  font-size: 27px;
  text-decoration: none;
}
.recommend--white .recommend a li {
  padding: 18px 26px 0;
}
.recommend--white .recommend a li::after {
  content: '';
  display: block;
  width: 606px;
  height: 3px;
  background: #E9E1E1;
  position: absolute;
  bottom: 219px;
  left: 17px;
}
.recommend--white .recommend a li span:not(.title):not(.tag) {
  left: 34px;
}
.recommend--white .recommend a li span.title {
  height: calc( 1.6em * 3 );
  line-height: calc( 25.6 / 16);
  color: #379DFC;
  text-decoration: underline;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; 
}
.recommend--white .recommend a li span.tag {
  width: calc( (100% - 15px) / 4 );
  background: #fff;
  font-size: 19px;
  padding: 0;
  margin: 0;
  margin-top: 37px;
  border-radius: 0;
  letter-spacing: 0;
  font-weight: normal;
  display: block;
  float: left;
}
.recommend--white .recommend a li span.tag + .tag {
  margin-left: 5px;
}
.recommend--white .recommend a li span.type {
  bottom: 150px;
}
.recommend--white .recommend a li span.place {
  bottom: 97px;
}
.recommend--white .recommend a li span.price {
  bottom: 44px;
}
.recommend--white .recommend a li span::before {
  color: #666666;
  width: 137px;
}
/*slick*/
.section-recommend.recommend--white .recommend .slick-list {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .16);
}
.section-recommend.recommend--white .slick-dots li {
  width: 26px;
  height: 26px;
  margin: 0 8px;
}
.section-recommend.recommend--white .slick-dots li.slick-active {
  background: #f06073;
}
.section-recommend.recommend--white .slick-arrow {
  width: 51px;
  height: 102px;
  top: 44%;
}
.section-recommend.recommend--white .slick-prev {
  left: 0;
  z-index: 3;
}
.section-recommend.recommend--white .slick-next {
  right: 0;
  z-index: 3;
}
.section-recommend.recommend--white .slick-arrow::after {
  display: block;
}
.section-recommend.recommend--white .slick-arrow.slick-prev::after ,
.section-recommend.recommend--white .slick-arrow.slick-next::after {
  content: '';
  background-image: url(/common_sp/images/top/button-slick.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 51px;
  height: 102px;
}
.section-recommend.recommend--white .slick-arrow.slick-prev::after {
  transform: rotate(180deg);
}
/* =========================================================
 search-eazy
========================================================= */
/*掲載数*/
.index_n .section-search .search-count {
  padding: 18px 25px 26px 27px;
}
.index_n .section-search .search-count dl dt {
  color: #666666;
  width: auto;
  padding-right: .5em;
  font-weight: bold;
}
.index_n .section-search .search-count dl dd {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-size: 27px;
  font-weight: bold;
}
.index_n .section-search .search-count dl dd::before {
  content: '';
  width: 2px;
  height: 40px;
  background: #F06073;
  display: block;
  margin-right: .5em;
}
.index_n .section-search .search-count small {
  margin-bottom: 0;
}
.search-eazy {
  background: #FFF6F6;
  padding: 43px;
}
.search-eazy .search-eazy__select {
  transition: transform 0.5s ease;
}
.search-eazy .search-eazy__select .eazySelect {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 17px;
  color: #666;
  z-index: 1;
}
.search-eazy .search-eazy__select .eazySelect.acc--child {
  height: 0;
  transform: translateY(-68px);
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 0;
  margin-bottom: 0;
}
.search-eazy .search-eazy__select .eazySelect.acc--child.show {
  height: 68px;
  transform: translateY(0);
  transition: all 0.5s ease;
  opacity: 1;
  margin-bottom: 17px;
}
.search-eazy .search-eazy__select .eazySelect select {
  appearance: none;
  width: 100%;
  height: 68px;
  padding-right: 55px;
  border: 2px solid #d0d0d0;
  border-radius: 9px;
  background-color: #fff;
  cursor: pointer;
  font-size: 27px;
  padding-left: 25px;
  color: #666;
  background-image: url(/common_sp/images/top/arrow-bottom-pink.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: right 30px center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-eazy .search-eazy__select .eazySelect select.is-empty {
  color: #AAAAAA;
}
.search-eazy .search-eazy__select .eazySelect select:invalid {
  color: #AAAAAA;
}
/*ヒット件数*/
.search-eazy__count {
  text-align: center;
}
.search-eazy__count p {
  font-size: 24px;
  font-weight: bold;
  color: #666666;
}
.search-eazy__count p .search-eazy__count__num {
  font-size: 31px;
  color: #F06073;
  padding-right: 5px;
}
/*検索するボタン*/
.search-eazy__button a {
  font-weight: bold;
  height: 85px;
  font-size: 34px;
  background-image: url(/common_sp/images/top/ico-search.png);
  background-size: 68px;
  background-position: left 51px center;
}
/* =========================================================
 search-other
========================================================= */
/*すべての条件から検索する*/
.search-other .search-other__button a {
  height: 85px;
}
/*フリーワードで検索する*/
.search-other .word.search-other__word .freeword-input {
  height: 68px;
  margin-top: 34px;
  background: #fff;
  border: 2px solid #AAAAAA;
  border-radius: 50px;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0;
  padding-left: 34px;
}
.search-other .word.search-other__word .freeword-submit {
  top: 0;
  right: 26px;
  width: 68px;
  height: 68px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  background: url(/common_sp/images/top/ico-search-pink.png) no-repeat;
  background-size: 100%;
  border: none;
}
/* =========================================================
 バナー
========================================================= */
.banner-list.banner-list--02 {
  padding-left: 43px;
  padding-right: 43px;
}
.banner-list.banner-list--02 li:not(:first-child) {
  margin-top: 17px;
}
/* =========================================================
 お仕事特集
========================================================= */
.section-special.section-special--02 {
  padding-bottom: 69px;
}
.section-special.section-special--02 .section-heading {
  margin-top: 43px;
}
.section-special.section-special--02 .section-content {
  margin: 0 auto;
  margin-top: 17px;
}
/* =========================================================
 スタッフサービス・メディカルについて
========================================================= */
.section-about.section-about--02 .section-content {
  margin: 0 auto;
  margin-top: 13px;
}
/* =========================================================
 おすすめの情報
========================================================= */
.section-campaign.section-campaign--02 {
  padding-bottom: 0;
}
.section-campaign.section-campaign--02 .section-content {
  margin: 0 auto;
  margin-top: 18px;
}
.section-campaign.section-campaign--02 .section-heading {
  margin-top: 53px;
}
/* =========================================================
 よくある質問
========================================================= */
.section-faq.section-faq--02 {
  padding: 0;
  margin-top: 78px;
  padding-bottom: 33px;
}
/*アコーディオン*/
.section-faq.section-faq--02 .section-content {
  margin: 0 auto;
  margin-top: 27px;
  margin-left: 43px;
  margin-right: 43px;
  font-size: 27px;
  line-height: calc( 25.6 / 16 );
  border-top: 3px solid #F06073;
}
.section-faq.section-faq--02 .section-content .faq_list {
  border-bottom: 3px solid #F06073;
}
.section-faq.section-faq--02 .section-content .faq_list dt {
  padding: 0;
  font-weight: bold;
  padding-top: 26px;
  padding-right: 26px;
  padding-bottom: 28px;
  padding-right: 90px;
  position: relative;
}
.section-faq.section-faq--02 .section-content .faq_list dt::before ,
.section-faq.section-faq--02 .section-content .faq_list dt::after {
  content: '';
  position: absolute;
  top: calc( 50% - 2.5px);
  right: 14px;
  width: 29px;
  height: 5px;
  background: #F06073;
  border-radius: inherit;
}
.section-faq.section-faq--02 .section-content .faq_list dt.open::after {
  transform: rotate(0deg);
  transition: all .5s;
}
.section-faq.section-faq--02 .section-content .faq_list dt::after {
  transform: rotate(90deg);
  transition: all .5s;
}
.section-faq.section-faq--02 .section-content .faq_list dd {
  margin-top: -7px;
  padding: 0;
  padding-bottom: 28px;
  background: none;
}
/*もっと見る*/
.section-faq.section-faq--02 .section-bottom {
  margin: 0 auto;
}
.section-faq.section-faq--02 .section-bottom .morelink {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-faq.section-faq--02 .section-bottom .morelink a {
  padding: 0;
  padding-top: 29px;
  padding-bottom: 29px;
  font-size: 24px;
  text-decoration: underline;
}
.section-faq.section-faq--02 .section-bottom .morelink a::before {
  display: none;
}
.section-faq.section-faq--02 .section-bottom .morelink .icon-arrow {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  right: auto;
}
/* =========================================================
 お知らせ
========================================================= */
.section-info.section-info--02 {
  padding: 0;
  margin-top: 78px;
  padding-bottom: 33px;
}
.section-info.section-info--02 .section-content {
  padding: 0 43px;
  margin-top: 26px;
}
.section-info.section-info--02 .section-content .item {
  padding: 0;
  color: #666;
  border: none;
  border-top: 3px solid #F06073;
  padding-top: 27px;
  padding-bottom: 25px;
}
.section-info.section-info--02 .section-content .item .date {
  font-size: 24px;
  line-height: 1.6;
}
.section-info.section-info--02 .section-content .item .title {
  font-size: 27px;
  line-height: 1.6;
  margin: 11px 0;
}
.section-info.section-info--02 .section-content .item .text {
  font-size: 24px;
  line-height: 1.6;
}
/* =========================================================
 専用マイページのご案内
========================================================= */
.mypRegistered-box.mypRegistered-box--02 {
  margin: 0 auto;
  border: none;
  margin-bottom: 43px;
}
.mypRegistered-box.mypRegistered-box--02 .box_top {
  margin: 0;
  padding: 14px 0;
  border-top: 3px solid #FC76B6;
  border-bottom: 3px solid #FC76B6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}
.mypRegistered-box.mypRegistered-box--02 .box_top .ttl_s {
  font-size: 20px;
  border-radius: 50px;
  padding: 3px 23px;
  margin-right: 14px;
}
.mypRegistered-box.mypRegistered-box--02 .box_top .ttl {
  font-size: 34px;
  color: #666;
}
.mypRegistered-box.mypRegistered-box--02 .box_bottom {
  background: #FFF6F6;
  padding: 27px 43px 46px;
}
.mypRegistered-box.mypRegistered-box--02 .box_bottom .txt {
  width: 100%;
  text-align: center;
  font-size: 27px;
  margin-bottom: 20px;
}
.mypRegistered-box.mypRegistered-box--02 .box_bottom .pink_btn a {
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  background: url(/common_sp/images/common/ico-login.png) no-repeat;
  background-size: 68px;
  background-position: left 51px center;
  background-color: #FD77B6;
  width: 100%;
  height: 85px;
  padding: 0;
  border: none;
  font-size: 34px;
  font-weight: bold;
  padding-left: 28px;
  box-sizing: border-box;
}
.mypRegistered-box.mypRegistered-box--02 .box_bottom .box_bottom__list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 29px;
  width: 102%;
  margin-left: -1%;
}
.mypRegistered-box.mypRegistered-box--02 .box_bottom .box_bottom__list li {
  width: auto;
}
.mypRegistered-box.mypRegistered-box--02 .box_bottom .box_bottom__list li a {
  font-size: 24px;
  color: #666;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 23px;
  background: url(/common_sp/images/top/arrow-right-pink2.png) no-repeat;
  background-size: 13px;
  background-position: right center;
}
/* =========================================================
 専用マイページのご案内
========================================================= */
.section-history.section-history--02 {
    margin-bottom: calc(35px * (640 / 375));
}
.section-history.section-history--02 .section-content {
    padding: 0;
    margin: 0;
    padding-left: calc(15px * (640 / 375));
    padding-right: calc(15px * (640 / 375));
}
.section-history.section-history--02 .section-content .list {
    padding: 0;
    margin: 0;
    margin-top: calc(20px * (640 / 375));
    border-top: calc(1px * (640 / 375)) solid #BFA5A6;
}
.section-history.section-history--02 .section-content .list li {
    border-bottom: calc(1px * (640 / 375)) solid #BFA5A6;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    height: calc(56px * (640 / 375));
}
.section-history.section-history--02 .section-content .list li a {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: calc(16px * (640 / 375));
    color: #666;
    line-height: 1;
    background-image: url(/common_sp/images/common/arrow-right-pink.png);
    background-size: calc(8px * (640 / 375));
    background-position: right calc(10px * (640 / 375)) center;
    padding-left: calc(10px * (640 / 375));
    padding-right: calc(10px * (640 / 375));
}
.section-history.section-history--02 .section-content .clear {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    padding-top: calc(15px * (640 / 375));
}
.section-history.section-history--02 .section-content .clear a {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-size: calc(14px * (640 / 375));
    color: #666;
    line-height: 1;
}
/*モーダル*/
.section-history.section-history--02 .history-delete-modal .modal-container .modal-inner {
    padding: calc(15px * (640 / 375));
}
.section-history.section-history--02 .history-delete-modal .modal-container .modal-inner .modal-box {
    border: none;
    border-radius: calc(5px * (640 / 375));
    padding: calc(18px * (640 / 375)) calc(20px * (640 / 375)) calc(20px * (640 / 375));
}
.section-history.section-history--02 .history-delete-modal .modal-container .modal-inner .modal-box * {
    box-sizing: border-box;
}
.section-history.section-history--02 .history-delete-modal .modal-container .modal-inner .modal-box h4 {
    padding: 0;
    border: none;
    font-size: calc(16px * (640 / 375));
    font-weight: normal;
    letter-spacing: 0;
    color: #666;
}
.section-history.section-history--02 .history-delete-modal .modal-container .modal-inner .modal-box dl > dt {
    padding: 0;
    margin: 0;
    color: #666;
    font-weight: bold;
    padding-left: calc(30px * (640 / 375));
    font-size: calc(20px * (640 / 375));
}
.section-history.section-history--02 .history-delete-modal .modal-container .modal-inner .modal-box dl > dt::before {
    background-image: url(/common_sp/images/top/ico-history.png);
    width: calc(40px * (640 / 375));
    height: calc(40px * (640 / 375));
    margin: 0;
    top: calc( 50% - calc(20px * (640 / 375)));
    margin-left: calc(-5px * (640 / 375));
}
.section-history.section-history--02 .history-delete-modal .modal-container .modal-inner .modal-box dl > dd {
    padding: 0;
    margin: 0;
    margin-top: calc(10px * (640 / 375));
    border-top: calc(1px * (640 / 375)) solid #BFA5A6;
    padding-top: calc(20px * (640 / 375));
}
.section-history.section-history--02 .history-delete-modal .modal-container .modal-inner .modal-box dl > dd label {
    font-size: calc(16px * (640 / 375));
    line-height: calc( 20 / 16);
    display: flex;
    align-items: center;
    margin: 0;
    color: #666;
    margin-bottom: calc(25px * (640 / 375));
}
.section-history.section-history--02 .history-delete-modal .modal-container .modal-inner .modal-box dl > dd label span::before {
    top: 0;
    left: 0;
    width: calc(20px * (640 / 375));
    height: calc(20px * (640 / 375));
    border: none;
    border-radius: 0;
    background: url(/common_sp/images/pages/search/ico_check.png) no-repeat center/cover;
    transform: unset;
}
.section-history.section-history--02 .history-delete-modal .modal-container .modal-inner .modal-box dl > dd label span::after {
    top: 0;
    left: 0;
    width: calc(20px * (640 / 375));
    height: calc(20px * (640 / 375));
    border: none;
    border-radius: 0;
    background: url(/common_sp/images/pages/search/ico_check_active.png) no-repeat center/cover;
    transform: unset;
}
.section-history.section-history--02 .history-delete-modal .modal-container .modal-inner .modal-box .button {
    width: calc(345px * (640 / 375));
    height: auto;
    padding: 0;
    margin: 0;
    background: #F4F4F4;
    padding: calc(15px * (640 / 375));
    justify-content: center;
    column-gap: calc(5px * (640 / 375));
    margin-left: calc(-20px * (640 / 375));
    margin-right: calc(-20px * (640 / 375));
    margin-bottom: calc(-20px * (640 / 375));
    border-bottom-left-radius: calc(5px * (640 / 375));
    border-bottom-right-radius: calc(5px * (640 / 375));
}
.section-history.section-history--02 .history-delete-modal .modal-container .modal-inner .modal-box .button a {
    font-size: calc(17px * (640 / 375));
    border-color: #BFA5A6;
    width: calc(150px * (640 / 375));
    height: calc(50px * (640 / 375));
    font-weight: bold;
}
