@charset "UTF-8";
/****************************************************
 * 202603改修CSS
 ****************************************************/
.renew202603_logo {
  width: 94%;
  max-width: 1440px;
  position: absolute;
  top: 20px;
}
@media screen and (min-width: 980px) {
  .renew202603_logo {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 979px) {
  .renew202603_logo {
    width: 100%;
    height: 30px;
    padding-top: 7px;
    background-color: #ffffff;
    position: relative;
    top: 0;
  }
}
.renew202603_logo a {
  width: 236px;
  height: auto;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-image: url("img/logo202603.png?20260402");
  -webkit-background-size: cover;
  background-size: cover;
  aspect-ratio: 236/42;
}
@media only screen and (max-width: 979px) {
  .renew202603_logo a {
    width: 126px;
    margin-left: 10px;
  }
}
.renew202603_loginBtn {
  position: absolute;
  top: 5px;
  right: 45px;
}

/*.renew202603_loginBtn a {
  padding: 2px 19px;
  font-size: 0.7em;
  font-weight: bold;
  color: #ffffff;
  border: solid 1.5px #ffffff;
  background-color: #003886;
  display: inline-block;
  border-radius: 999px;
  overflow: hidden;
}
*/

.renew202603_loginBtn a {
    padding: 5px 19px;
/*    min-height: 28px; */
    font-size: 0.7em;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    border: solid 1.5px #ffffff;
    background-color: #003886;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    overflow: hidden;
    box-sizing: border-box;
}
.renew202603_loginBtn a + a {
  margin-left: 3px;
  background-color: #ff6700;
}
.renew202603_humburgermenu_btn {
  top: -22px !important;
  right: 10px !important;
}
.renew202603_humburgermenu_btn span {
  background-color: #003885 !important;
}
.renew202603_humburgermenu_btn span:before, .renew202603_humburgermenu_btn span:after {
  background-color: #003885 !important;
}
.renew202603_firstView {
  height: 450px;
  padding-top: 87px;
  background-image: url("img/fv_bg202603_pc.png?20260402");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 979px) {
  .renew202603_firstView {
    height: 52.6vw;
    padding-top: 10.6vw;
    background-image: url("img/fv_bg202603_sp.png?20260402");
  }
}
.renew202603_firstView .inner {
  width: 94%;
  max-width: 1440px;
  margin: 0 auto;
}
.renew202603_firstView .fv_content_pc {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.renew202603_firstView .fv_content_pc .top_picup_text {
  width: 271px;
  -webkit-order: 2;
  order: 2;
}
.renew202603_firstView .fv_content_pc .top_picup_text img {
  width: 100%;
}
.renew202603_firstView .fv_content_pc .job_num {
  width: calc(50% - 178px);
  padding: 20px 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .renew202603_firstView .fv_content_pc .job_num {
    padding: 30px 10px 10px 10px;
  }
}
.renew202603_firstView .fv_content_pc .job_num.pilates {
  -webkit-order: 1;
  order: 1;
}
.renew202603_firstView .fv_content_pc .job_num.personal {
  -webkit-order: 3;
  order: 3;
}
.renew202603_firstView .fv_content_pc .job_num .date {
  width: 115px;
  padding: 5px;
  font-size: 1.125em;
  font-weight: 700;
  color: #ffffff;
  background-color: #ee711b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transform: translate(-7%, -50%);
  -ms-transform: translate(-7%, -50%);
  -webkit-transform: translate(-7%, -50%);
  transform: translate(-7%, -50%);
}
.renew202603_firstView .fv_content_pc .job_num p {
  font-size: 0.9375em;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1281px) {
  .renew202603_firstView .fv_content_pc .job_num p br {
    display: none;
  }
}
.renew202603_firstView .fv_content_pc .job_num p > span {
  margin-left: 0.5em;
  font-size: 1.66em;
  color: #ee711b;
  display: inline-block;
}
@media only screen and (max-width: 1280px) {
  .renew202603_firstView .fv_content_pc .job_num p > span {
    margin: 0;
    display: block;
  }
}
.renew202603_firstView .fv_content_pc .job_num p > span span {
  font-size: 1.56em;
}
.renew202603_firstView .fv_content_sp .top_picup_text {
  width: 21.2vw;
  margin: 0 auto 10.6vw auto;
}
.renew202603_firstView .fv_content_sp .top_picup_text img {
  width: 100%;
}
.renew202603_firstView .fv_content_sp .job_num_area {
  width: 82%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.renew202603_firstView .fv_content_sp .job_num_area .date {
  width: 15vw;
  padding: 0.2em;
  font-size: 2.4vw;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
  color: #ffffff;
  background-color: #ee711b;
  -moz-border-radius: 0.16em;
  -webkit-border-radius: 0.16em;
  border-radius: 0.16em;
  -webkit-order: 2;
  order: 2;
}
.renew202603_firstView .fv_content_sp .job_num_area .job_num.pilates {
  -webkit-order: 1;
  order: 1;
}
.renew202603_firstView .fv_content_sp .job_num_area .job_num.personal {
  -webkit-order: 3;
  order: 3;
}
.renew202603_firstView .fv_content_sp .job_num_area .job_num p {
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
.renew202603_firstView .fv_content_sp .job_num_area .job_num p > span {
  margin: 0 0.15em;
  font-size: 1.75em;
  line-height: 1;
  color: #ee711b;
  display: inline-block;
}
.renew202603_navi_pc {
  padding: 30px 0;
  background-color: #ffffff;
}
.renew202603_navi_pc .inner {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
}
.renew202603_navi_pc ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.renew202603_navi_pc ul li {
  margin: 0 35px;
}
.renew202603_navi_pc ul li a {
  font-weight: 700;
}
.renew202603_navi_pc ul li a.btn01 {
  padding: 10px 35px;
  color: #ffffff;
  background-color: #ED711B;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
}
.renew202603_navi_pc ul li a.btn01:hover {
  opacity: 0.8;
}
.renew202603_navi_pc ul li a.btn02 {
  padding: 10px 35px;
  color: #ffffff;
  background-color: #003884;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
}
.renew202603_navi_pc ul li a.btn02:hover {
  opacity: 0.8;
}
.renew202603_search {
  padding: 50px 0 20px 0;
}
@media only screen and (max-width: 979px) {
  .renew202603_search {
    padding-top: 0;
  }
}
.renew202603_search .inner {
  margin: 0 auto;
  background-color: #ffffff;
  border-top: solid 5px #003883;
}
@media screen and (min-width: 980px) {
  .renew202603_search .inner {
    width: 84.7%;
    padding: 30px 150px 50px 150px;
  }
}
@media only screen and (max-width: 979px) {
  .renew202603_search .inner {
    width: 100%;
    padding: 30px 30px 50px 30px;
  }
}
@media screen and (min-width: 980px) {
  .renew202603_search * + .title_c_2020.lplinkt {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 979px) {
  .renew202603_search * + .title_c_2020.lplinkt {
    margin-top: 35px;
  }
}
.renew202603_search .title_c_2020.lplinkt {
  margin-bottom: 35px;
}
@media only screen and (max-width: 979px) {
  .renew202603_search .title_c_2020.lplinkt {
    margin-bottom: 20px;
    text-align: left;
    border-left: solid 3px #333333;
  }
  .renew202603_search .title_c_2020.lplinkt h2 {
    padding-left: 0.5em;
    font-size: 18px;
    line-height: 1.2;
  }
}
.renew202603_search .title_c_2020.lplinkt::after {
  background-color: #333333;
}
@media only screen and (max-width: 979px) {
  .renew202603_search .title_c_2020.lplinkt::after {
    content: none !important;
  }
}
.renew202603_search .row + .row {
  margin-top: 10px;
}
.renew202603_search .row.flex {
  display: flex;
}
.renew202603_search .row.flex .left {
  width: 49.5%;
  margin-right: 1%;
}
.renew202603_search .row.flex .right {
  width: 49.5%;
}
.renew202603_search .selectbox {
  border: solid 2px #c4c4c4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.renew202603_search .selectbox:after {
  width: 45px;
  height: calc(100% + 4px);
  content: '';
  background-color: #003885;
  background-image: url("img/icon_arrow.png?20260402");
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: -1;
}
.renew202603_search .selectbox select {
  width: 100%;
  padding: 15px 15px 15px 40px;
  font-size: 16px;
  font-weight: bold;
  background: none;
  border: none;
  outline: none;
  box-sizing: border-box;
  appearance: none;
}
.renew202603_search .selectbox select option {
  color: #000000 !important;
}
.renew202603_search .prefectures select, .renew202603_search .city-province select {
  color: #55ade4;
  background-image: url("img/icon_map.png?20260402");
  -webkit-background-size: 25px auto;
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: 10px center;
}
@media only screen and (max-width: 979px) {
  .renew202603_search .prefectures select, .renew202603_search .city-province select {
    color: #55ade4;
    background-image: url("img/icon_map_sp.png?20260402");
  }
}
.renew202603_search .aspiration select {
  color: #55ade4;
  background-image: url("img/icon_genre.png?20260402");
  -webkit-background-size: 25px auto;
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: 10px center;
}
@media only screen and (max-width: 979px) {
  .renew202603_search .aspiration select {
    color: #55ade4;
    background-image: url("img/icon_genre_sp.png?20260402");
  }
}
.renew202603_search .format select {
  color: #55ade4;
  background-image: url("img/icon_employment.png?20260402");
  -webkit-background-size: 25px auto;
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: 10px center;
}
@media only screen and (max-width: 979px) {
  .renew202603_search .format select {
    color: #55ade4;
    background-image: url("img/icon_employment_sp.png?20260402");
  }
}
.renew202603_search .word {
  text-align: left;
  border: solid 2px #c4c4c4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.renew202603_search .word input[type="text"] {
  width: calc(100% - 46px);
  padding: 10px 15px;
  font: inherit;
  background: none;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.renew202603_search .word input[type="text"]::placeholder {
  color: #c4c4c4;
}
.renew202603_search .word input[type="submit"] {
  width: 48px;
  height: calc(100% + 4px);
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #003885;
  background-image: url("img/icon_search.png?20260402");
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  -moz-border-radius: 5%;
  -webkit-border-radius: 5%;
  border-radius: 5%;
  position: absolute;
  top: -2px;
/*  right: -2px;*/
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  /* 念のため */
  opacity: 1;
}
.renew202603_search .submit input[type="submit"] {
  width: 100%;
  padding: 15px;
  font: inherit;
  font-weight: bold;
  color: #ffffff;
  background: none;
  background-color: #003883;
  border: none;
  outline: none;
  border-radius: 5px;
  box-sizing: border-box;
}
.renew202603_search .submit input[type="submit"]:hover {
  opacity: 0.8;
}
.renew202603_search .search_link {
  letter-spacing: -0.4em;
  text-align: left;
}
.renew202603_search .search_link > * {
  display: inline-block;
  letter-spacing: normal;
}
.renew202603_search .search_link li {
  margin: 0 15px 15px 0;
  font-size: 0.9375em;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .renew202603_search .search_link li {
    margin: 0 10px 12px 0;
    font-size: 0.875em;
  }
}
.renew202603_search .search_link li a {
  min-width: 90px;
  padding: 5px 20px;
  color: #24afe8;
  background-color: rgba(36, 175, 232, 0.1);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.renew202603_search .search_link li a:hover {
  color: #ffffff;
  background-color: #24afe8;
}
.renew202603_search .search_link li a span {
  margin-right: 0.5em;
  padding: 0.1em 0.5em;
  font-size: 0.66em;
  color: #ffffff;
  background-color: #ff6700;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  display: inline-block;
  vertical-align: 0.25em;
}
.renew202603_search .search_link_shop {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 980px) {
  .renew202603_search .search_link_shop {
    width: calc(100% + 165px);
    margin: 0 -95px 40px -70px;
  }
}
@media only screen and (max-width: 979px) {
  .renew202603_search .search_link_shop {
    width: calc(100% + 15px);
    margin: 0 -15px 15px 0;
  }
}
.renew202603_search .search_link_shop li {
  background-color: #ffffff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 980px) {
  .renew202603_search .search_link_shop li {
    width: 114px;
    height: 72px;
    margin: 0 25px 30px 0;
  }
}
@media only screen and (max-width: 979px) {
  .renew202603_search .search_link_shop li {
    width: 93px;
    height: 64px;
    margin: 0 15px 7px 0;
  }
}
.renew202603_search .search_link_shop li a {
  width: 100%;
  height: 100%;
  padding: 6px 10px;
  display: block;
  overflow: hidden;
}
.renew202603_search .search_link_shop li a:hover {
  opacity: 0.6;
}
.renew202603_search .search_link_shop li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.renew202603_search .search_link_shop_text {
  text-align: center;
}
.renew202603_search .search_link_shop_text a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  color: #003989;
}
@media only screen and (max-width: 979px) {
  .renew202603_search .search_link_shop_text a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 979px) {
  .renew202406_forCompany p {
    font-size: 16px;
  }
}

.div_fix_login_mb {
  height: 68px;
}
.div_fix_login_mb div a img {
  width: auto !important;
  height: 50px;
}
