@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
/*------------------------------------------
# MV
------------------------------------------*/
.mv__link {
  background-color: #F5F3EB;
  font-size: 16px;
  margin-top: 10px;
  padding: 15px;
}
.mv__link > a {
  display: inline-block;
  font-weight: bold;
  padding-left:0.8em;
  position: relative;
  text-decoration: underline;
}
.mv__link > a:hover {
  text-decoration: none;
}
.mv__link > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #F08C00;
}
@media screen and (max-width: 768px){
  .mv__link {
    margin-top:3vw;
    padding: 3.47vw;
    font-size: 3.74vw;   
  }
  .mv__link > p {
    font-size: 3.2vw;
  }
  .mv__link > a {
    line-height: 1.25;
  }
  .mv__link > a::before {
    top: 22%;
  }
}
/*------------------------------------------
# 目次 .toc
------------------------------------------*/
@media screen and (min-width: 769px){
  .main__main {
    margin-top: 0;
  }
}
.toc {
  margin-bottom: 30px;
  padding: 20px;
  font-weight:bold;
  background-color: #f7f7f7;
}
.day-shift .toc a {
  color:#000;
}
.day-shift .toc p {
  margin-bottom: 0.5em;
  padding-bottom: 0.7em;
  border-bottom: solid 2px #f08524;
  font-size: 18px;
}
.day-shift .toc li {
  display: list-item;
  position: relative;
  margin-left:36px;
  list-style-type: decimal;
  color: #000;
  font-size: 14px;
}
.day-shift .toc li:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% / 2 - 2px);
  left: -2.5em;
  width: 5px;
  height: 5px;
  border: #f08524 1px solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
.day-shift .toc li::marker {
  color: #f08524;
}
.day-shift .toc a:hover {
  text-decoration: underline;
}
#sec1 {
  margin-top: -100px;
  padding-top: 100px;
}
#sec2 {
  margin-top: -80px;
  padding-top: 80px;
}
#sec3,
#sec4,
#sec5 {
  margin-top: -60px;
  padding-top: 60px;
}
@media screen and (max-width: 768px){
  .day-shift .toc p {
    font-size: 3.74vw;
    margin-bottom: 1em;
  }
  .day-shift .toc ul {
    padding-left: 0;
  }
  .day-shift .toc li {
    margin-bottom: 10px;
    font-size: 110%;
  }
  #sec1,
  #sec2 {
    margin-top: -17vw;
    padding-top: 17vw;
  }
  #sec3,
  #sec4,
  #sec5 {
    margin-top: -4vw;
    padding-top: 4vw;
  }
}
/*------------------------------------------
# section
------------------------------------------*/
.section-wrap {
  font-size: 16px;
}
@media screen and (max-width: 768px){
  .section-wrap {
    padding: 0 2.67vw;
    box-sizing: border-box;
    font-size: 3.74vw;
  }
}
/* ライン見出し */
.heading-line {
  position: relative;
  padding-top: 10px;
  border-top: 4px solid #ececec;
  font-size: 28px;
  font-weight: bold;
}
.heading-line::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #ff9d14;
}
@media screen and (max-width: 768px){
  .heading-line {
    position: relative;
    padding: 15px 0;
    border-top: 4px solid #ececec;
    color: #333;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    text-shadow: none;
  }
}
/*------------------------------------------
# section
------------------------------------------*/
.day-shift .search-quick {
  width: 100%;
  height: auto;
  padding: 15px;
}
.day-shift .search-head__ttl {
  padding-left: 40px;
}
.day-shift .search-head__ttl::before {
  width: 30px;
  height: 30px;
  background-size: contain;
  top: calc(50% - 15px);
}
/*------------------------------------------
# search
------------------------------------------*/
.day-shift_search {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-quick__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 530px;
}
.day-shift_search .search-quick__ttl {
  margin-right: 0;
  padding-top: 0;
  background: url(/topic/bem/img/bg_search.svg) no-repeat top 4px left 0;
}
.search__dummytext {
  font-size: 14px;
  position: relative;
  padding: 16px;
  line-height: 1;
}
.search__dummytext {
  background-color: #FFE7AC;
  border: 1px solid #FFC28B;
  box-sizing: border-box;
  color: #F08524;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  width: 122px;
  height: 37px;
}
.search__dummytext::before {
  content: "×";
  color: #818181;
  font-size: 20px;
  left: -17%;
  position: absolute;
  top: calc(50% - 10px);
}
.day-shift_search .btn_search {
  border: none;
  border-radius: 0.3em;
  background: linear-gradient(#ffb900 15%, #ff8400);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 13px 30px 13px 13px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  transition: 0.1s all;
}
.day-shift_search .btn_search::before {
  content: "";
  background: url(/hajimete/bem/img/ico_search.png)no-repeat center / cover;
  margin-right: 5px;
  width: 28px;
  height: 28px;
}
.day-shift_search .btn_search::after {
  content: "";
  border: #fff 1px solid;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 50%;
  right: 1.2em;
  transform: rotate(45deg) translate(0, -70%);
  width: 14px;
  height: 14px;
}
.day-shift_search .btn_search:hover {
  transform: translate(0,.1em);
}
@media screen and (max-width: 768px){
  .day-shift_search {
    flex-wrap: wrap;
    align-items: center;
  }
  .day-shift_search .search__subttl {
    display: none;
  }
  .day-shift_search .btn_search {
    font-size: 18px;
    margin-top: 4vw;
    padding: 13px 0;
    width: 100%;
  }
  .search__dummytext {
    height: 12vw;
  }
  .search-quick__form .jqTransformSelectWrapper {
    width: 54.5%!important;
  }
  .search__dummytext {
    width: 35%;
  }
  .day-shift .search-head__ttl {
    padding-left: 10vw;
    line-height: 1.2;
  }
  .day-shift .search-head__ttl::before {
    top: 0;
  }
  .search__dummytext::before {
    left: -22%;
  }
  .day-shift .search-quick {
    margin-bottom: 7vw;
  }
}
/*------------------------------------------
# memberService
------------------------------------------*/
.memberService .section-wrap {
  padding: 1em 0;
}
.memberService h3 {
  color: #F08C00;
  font-size: 24px;
  text-align: center;
  line-height: 1.45;
  font-weight: bold;
}
.memberService h3 > span {
  display: block;
  font-size: 16px;
  color: #857256;
  font-weight: normal;
}
.memberService-point h4 {
  background-color: #FFFAE0;
  text-align: center;
  font-weight: bold;
  color: #F08C00;
  margin: 0.5em 0 1em;
  padding:0.3em;
}
.memberService-point li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.memberService-no {
  color: #FFF;
  font-weight: bold;
  background-color: #FFB400;
  border-radius: 2px;
  aspect-ratio: 1 / 1;
  display: inline-block;
  width: 27px;
  text-align: center;
  flex-shrink: 0;
}
.memberService-point ul > li > div {
  margin-left: 0.5em;
}
@media screen and (max-width: 768px){
  .memberService .section-wrap {
    padding: 0;
  }
  .memberService h3 {
    font-size: 5.35vw;
  }
  .memberService h3 > span {
    font-size: 3.74vw;
    margin-bottom: 0.5em;
  }
  .memberService-point ul {
    padding:0 3vw;
  }
  .memberService-point li {
    align-items: flex-start;
    margin-bottom: 0.8em;
  }
  .memberService-no {
    width: 6.8vw;
  }
  .memberService-point h4 {
    margin: 0.8em 0 1.2em;
    padding: 0.4em;
  }
}
/*------------------------------------------
# day-shift__cvset
------------------------------------------*/
.day-shift__cvset {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.5em 0;
}
.cvBtn-wrap {
  width: 48.8%;
  box-sizing: border-box;
  text-align: center;
}
.cvBtn-wrap p {
  font-size: 14px;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.cvBtn-wrap .memberService-no {
  width: auto;
  padding: 0 8px;
  margin-right: 3px;
}
.cvBtn {
  display: inline-block;
  position: relative;
  padding: 20px 20px;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-radius: 0.3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  box-sizing: border-box;
  transition: 0.3s all;
}
.cvBtn:hover {
  transform: translate(0,.1em);
}
.Registration {
  background: linear-gradient(#d61e63 45%, #a40e3c 55%, #c41652);
}
.Email-registration {
  background: linear-gradient(to bottom, #69b1dd, #3381c3);
}
.search-btn-bg {
  background: linear-gradient(#ffb900 15%, #ff8400);
}
.search-btn-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6%;
  width: 28px;
  height: 28px;
  background: url(/hajimete/bem/img/ico_search.png) 0 0 no-repeat;
  background-size: 28px auto;
  transform: translate(0, -50%);
}
.cvBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 14px;
  height: 14px;
  border: #fff 1px solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg) translate(0, -70%);
}
.login-wrap {
  background-color:#E1ECF2;
  padding:1em;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-wrap p {
  display: inline-block;
  margin-right: 1em;
}
.login__link {
  background: linear-gradient(to bottom, #fff, #ececec 50%, #e0e0e0 51%, #e4e3e3);
  border: solid 1px #8ba2c1;
  border-radius: 5px;
  box-shadow: 0 2px 4px #a6afbe;
  color: #0c3f81 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  padding:0.4em 3em;
  transition: 0.3s all;
}
.login__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 14px;
  height: 14px;
  border: #0c3f81 1px solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg) translate(0, -70%);
}
.login__link:hover {
  transform: translate(0,.1em);
}
.overlap-cv {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.overlap-cv .cvBtn-wrap {
  width: 60%;
}
.overlap-cv .cvBtn-wrap p {
  font-size: 16px;
  color: #F08524;
  line-height: 1.4;
}
.overlap-cv .login-wrap {
  width: 100%;
  margin-top: 1.5rem;
  box-sizing: border-box;
}
.btn-bg {
  margin-top: 1rem;
  background-color: #F4F4F4;
  padding:1.5rem 0;
}
.btn-bg .cvBtn-wrap {
  width: 70%;
  margin: 0 auto 1rem;
}
.btn_search {
  text-align: center;
}
.btn_search p {
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
}
.btn_search a {
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 30px 13px 45px;
  width: 40%;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-radius: 0.3em;
  background: linear-gradient(#ffb900 15%, #ff8400);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.1s all;
}
.btn_search a:hover {
  transform: translate(0,.1em);
}
.btn_search a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  width: 28px;
  height: 28px;
  background: url(/hajimete/bem/img/ico_search.png) 0 0 no-repeat;
  background-size: 28px auto;
  transform: translate(0, -50%);
}
.btn_search a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2em;
  width: 14px;
  height: 14px;
  border: #fff 1px solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg) translate(0, -70%);
}
@media screen and (max-width: 768px){
  .day-shift__cvset {
    flex-direction: column;
    margin: 1em 0 0;
    padding:0 3vw;
  }
  .cvBtn-wrap {
    width: 100%;
    margin-bottom: 1rem;
  }
  .login-wrap {
    padding: 3vw;
    font-size: 3vw;
    justify-content: space-between;
  }
  .login__link {
    font-size: 3.8vw;
    padding: 3vw 4vw;
  }
  .login__link::after {
    display: none;
  }
  .login-wrap p {
    margin-right: 0;
  }
  .overlap-cv .cvBtn-wrap {
    width: 90%;
  }
  .overlap-cv .cvBtn-wrap p {
    font-size: 16px;
    color: #F08524;
    line-height: 1.4;
  }
  .overlap-cv .login-wrap {
    width: 100%;
    margin-top: 0;
    box-sizing: border-box;
  }
  .btn-bg {
    padding:4vw;
  }
  .btn_search {
    box-sizing: border-box;
  }
  .btn_search p {
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 0.5em;
    line-height: 1.2;
  }
  .btn_search a {
    width: 100%;
    box-sizing: border-box;
  }
  .btn-bg .cvBtn-wrap {
    width: 100%;
    margin: 0 auto 1rem;
    box-sizing: border-box;
  }
  .search-btn-bg::before {
    left: 10%;
  }
}
/*------------------------------------------
# day-shift__offer
------------------------------------------*/
.day-shift__offer .section-wrap {
  margin-top: 40px;
}
.day-shift__offerList > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.day-shift__offerList > ul >li {
  width: 48%;
  box-sizing: border-box;
  border: 1px solid #FF8400;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  align-items: stretch;
}
.offer-ttl {
  background-color: #FFFAE0;
  color: #FF8400;
  font-weight: bold;
  padding:15px 0 12px;
  font-size: 120%;
  border-radius: 8px 8px 0 0;
  text-align: center;
}
.offer-inner {
  padding:15px;
}
.offer-inner li {
  padding-bottom: 0.7em;
  border-bottom: dashed 1px #E2E2E2;
  margin-bottom: 0.7em;
}
.offer-inner dl {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.offer-inner dl > dt {
  width: 35%;
  color: #877B6A;
  font-size: 90%;
}
.offer-inner strong {
  font-size: 120%;
  color: #C7043C;
}
.offer-icon {
  position: relative;
  display: flex;
  align-items: center;
}
.offer-icon::before {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1 / 1;
  background-size: contain;
  margin-right: 4%;
}
.area::before {
  background-image: url(../img/offer01.svg);
}
.subject::before {
  background-image: url(../img/offer02.svg);
}
.description::before {
  background-image: url(../img/offer03.svg);
}
.time::before {
  background-image: url(../img/offer04.svg);
}
.salary::before {
  background-image: url(../img/offer05.svg);
}
.day-shift__offerList .point {
  background-color: #FFB400;
  color: #FFF;
  font-size: 70%;
  padding:0.05em 1.5em;
  font-weight: bold;
  margin-bottom: 0.3em;
  display: inline-block;
  border-radius: 5em;
}
.day-shift__offerList p {
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .day-shift__offer .heading-line {
    margin-bottom: 0;
    font-size: 4.6vw;
  }
  .day-shift__offerList {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .day-shift__offerList > ul {
    flex-wrap: nowrap;
    width: 500vw;
  }
  .day-shift__offerList > ul >li {
    width: 100%;
    display: inline-block;
    margin-right: 3vw;
  }
  .day-shift__offerList > ul >li:last-child {
    margin-right: 0;
  }
}
/*------------------------------------------
# day-shift__article
------------------------------------------*/
.day-shift__article .section-wrap {
  padding:3rem 0 0;
}
.day-shift__article ul {
  padding:1em 0;
}
.day-shift__article li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1em;
}
.day-shift__article li:before {
  content:  ""; 
  width:  8px;
  height:  8px;
  display:  inline-block; 
  background-color: #9D9D76; 
  border-radius:  50%;
  position:  relative;
  top: -1px;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px){
  .day-shift__article .section-wrap {
    padding: 3rem 2.67vw 0;
  }
}
/*------------------------------------------
# service
------------------------------------------*/
.service___center{
  text-align: center;
}