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

h1.recruit-ttl,
h1.recruit-carrer,
h1.recruit-newgrad{
  position: relative;
  top: 40px;
  left: 0;
  padding-bottom: 30px;
}

h1.recruit-carrer:after,
h1.recruit-newgrad:after {
  content: '経験者採用';
  font-size: 25px;
  font-weight: 700;
  border-left: 6px solid #3E6CD1;
  margin-left: 30px;
  padding-left: 20px;
  position: absolute;
  top: 40px;
  left: 250px;
}

h1.recruit-newgrad:after {
  content: '新卒採用';
}

.l-select{
  position: fixed;
  width: 780px;
  right: 80px;
  top: 60px;
  background-color: #5E9EE8;
  border-radius: 30px;
  z-index: 2;
}

p.l-select__title{
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  padding-left: 70px;
  position: relative;
  line-height: 60px;
  width: 100%;
  cursor: pointer;
}

p.l-select__title::before{
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  top: 12px;
  left: 25px;
  background-image: url(../images/icon-search.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

p.l-select__title::after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 25px;
  top: 0;
  bottom: 15%;
  margin: auto;
}

p.l-select__title.close:after{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}


.l-select-detial{
  border-radius: 20px;
  background-color: #ffffff;
  padding: 30px;
  margin: 0 20px 20px 20px;
  max-height: 70vh;
  overflow-y: auto;
  display: none;
}

p.l-select-detial-close{
  color: #2B53AC;
  background-color: #F0F6FD;
  text-align: center;
  padding: 5px 10px;
  /*padding: 5px 10px 5px 30px;*/
  font-size: 16px;
  line-height: 30px;
  width: 200px;
  margin: 30px auto 0;
  border-radius: 30px;
}

p.l-select-detial-close:after{
  content: none;
}

p.l-select-detial-close:before{
  background-image: none;
}

/*p.l-select-detial-close:before{
  content:'';
  background-image: url(../images/close-btn.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}*/

.l-select dd{
  margin: 0;
}

p.l-selectBox__caution{
  background-color: #E7F0FA;
  color: #2B53AC;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
}

.category-select ul{
  display: flex;
  flex-wrap: wrap;
}

.category-select li{
  width: 18.3%;
  margin: 0 2% 2% 0;
  display: flex;
  align-items: center;
}

.category-select label{
  width: 100%;
  height: 100%;
  padding: 5px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .7;
}

.l-selectBox__title{
  font-weight: 700;
  margin: 20px 0 10px;
}

.recruit-list-box.new-recruit-list .recruit-list-ctg{ background-color: #5E9EE8;}

.category-select .driver label, .recruit-list-box.driver .recruit-list-ctg{ background-color: #a5a49d; }
.category-select .m-kango  label, .recruit-list-box.m-kango .recruit-list-ctg,
.category-select .n-kango  label, .recruit-list-box.n-kango .recruit-list-ctg{  background-color: #FF718A; }
.category-select .m-rehabili label, .recruit-list-box.m-rehabili .recruit-list-ctg,
.category-select .n-rehabili label, .recruit-list-box.n-rehabili .recruit-list-ctg{ background-color: #FFB45C; }
.category-select .m-tuusho label, .recruit-list-box.m-tuusho .recruit-list-ctg,
.category-select .n-tuusho label, .recruit-list-box.n-tuusho .recruit-list-ctg{  background-color: #74D55D; }
.category-select .m-houmon label, .recruit-list-box.m-houmon .recruit-list-ctg,
.category-select .n-houmon label, .recruit-list-box.n-houmon .recruit-list-ctg{ background-color: #4ACB99; }
.category-select .m-soudan label, .recruit-list-box.m-soudan .recruit-list-ctg,
.category-select .n-soudan label, .recruit-list-box.n-soudan .recruit-list-ctg{ background-color: #6793F7; }
.category-select .m-hoiku label, .recruit-list-box.m-hoiku .recruit-list-ctg,
.category-select .n-hoiku label, .recruit-list-box.n-hoiku .recruit-list-ctg{ background-color: #6CBEEA; }
.category-select .m-eigyo label, .recruit-list-box.m-eigyo .recruit-list-ctg,
.category-select .n-eigyo label, .recruit-list-box.n-eigyo .recruit-list-ctg{ background-color: #E37DD1; }
.category-select .m-kitchen label, .recruit-list-box.m-kitchen .recruit-list-ctg,
.category-select .n-kitchen label, .recruit-list-box.n-kitchen .recruit-list-ctg{ background-color: #FF9C6F; }
.category-select .m-sonota label, .recruit-list-box.m-sonota .recruit-list-ctg,
.category-select .n-sonota label, .recruit-list-box.n-sonota .recruit-list-ctg{  background-color: #A2B8D0; }


.recruit-list-ctg{
  position: relative;
}

.recruit-list-ctg:after{
  content: '';
  font-weight: 700;
}

.recruit-list-box.new-recruit-list .recruit-list-ctg:after{ content: '新卒採用';}
.recruit-list-box.driver .recruit-list-ctg:after{ content: 'ドライバー';}
.recruit-list-box.m-kango .recruit-list-ctg:after, .recruit-list-box.n-kango .recruit-list-ctg:after{ content: '看護';}
.recruit-list-box.m-rehabili .recruit-list-ctg:after, .recruit-list-box.n-rehabili .recruit-list-ctg:after{ content: 'リハビリ';}
.recruit-list-box.m-tuusho .recruit-list-ctg:after, .recruit-list-box.n-tuusho .recruit-list-ctg:after{ content: '通所系介護';}
.recruit-list-box.m-houmon .recruit-list-ctg:after, .recruit-list-box.n-houmon .recruit-list-ctg:after{ content: '訪問・\A居住系介護';}
.recruit-list-box.m-soudan .recruit-list-ctg:after, .recruit-list-box.n-soudan .recruit-list-ctg:after{ content: '相談・ケア\Aマネジメント';}
.recruit-list-box.m-hoiku .recruit-list-ctg:after, .recruit-list-box.n-hoiku .recruit-list-ctg:after{ content: '保育・\A障がい児支援';}
.recruit-list-box.m-eigyo .recruit-list-ctg:after, .recruit-list-box.n-eigyo .recruit-list-ctg:after{ content: '営業・事務';}
.recruit-list-box.m-kitchen .recruit-list-ctg:after, .recruit-list-box.n-kitchen .recruit-list-ctg:after{ content: 'キッチン';}
.recruit-list-box.m-sonota .recruit-list-ctg:after, .recruit-list-box.n-sonota .recruit-list-ctg:after{ content: 'その他';}

/*.category-select .category-space{ display: block; }*/
.category-select li:nth-child(5n){
  margin-right: 0;
}

.category-select input[type=checkbox] {
  display: none;
}

.category-select input[type=checkbox]:checked + label {
  opacity: 1;
  border: 3px solid #3E6CD1;
}

.category-select label {
  width: 100%;
}

.l-selectBox__cont select{
  padding: 10px 25px 10px 15px;
  border-radius: 5px;
  border: 1px solid #B1B1B1;
}

ul.l-selectBox__items{
  display: flex;
  flex-wrap: wrap;
}

ul.l-selectBox__items li{
  margin-right: 2%;
}

.recruit-list{
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */

  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));

}

@media screen and (max-width: 768px){

  .recruit-list{
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
  
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
  
  }

}

/* .recruit-list:after{
  content: "";
  width: 32%;
  height: 0;
} */

.recruit-list-box{
  /* width: 32%; */
  /* border: 1px solid #7598E6; */
  /* padding: 20px;
  margin-bottom: 2%;  */
  /* position: relative; */

  border-radius: 2px;
  background: #fff;
  border: 1px solid #7598E6;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0.1rem 0.75rem;
  /* box-shadow: 0px 0px 2px rgba(#7598E6, 0.18); */
  /* color: #000; */

  display: grid;
  grid-row: span 6;
  grid-template-rows: subgrid;
  gap: 0px;

}

.recruit-list-box :is(.recruit-list-ttl, .tag_list, .kani) {
  padding: 5px 15px;
}

.recruit-list-ctg{
  width: 100%;
  padding: 5px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: 23px;
}

.recruit-list-ttl h2{
    padding: 0.5em;
    color: #494949;
    background: #f4fcff;
    border-left: solid 5px #3e6cd1;
  font-size: 16px;
  line-height: 25px;
  margin: 10px 0 0 0;
}

.recruit-tag{
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

.recruit-tag li{
  padding: 5px 10px;
  background-color: #3E6CD1;
  border-radius: 5px;
  margin: 0 5px 5px 0;
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1rem;
}

/* .kani{
  background-color: #F0F6FD;
  padding: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} */

/* .kani-txt{
  width: calc( 100% - 110px);
} */

.kani-txt h3{
  font-size: 12px;
  font-weight: 700;
  color: #2B53AC;
  margin: 0 0 5px;
}

.kani-txt p{
  font-size: 12px;
  line-height: 20px;

}

.google_map_icon {
  width: 100px;
  vertical-align: middle;
}

/* .r-mainImg{
  width: 100px;
  height: 100px;
} */

.r-mainImg img{
  width: 100%;
}

.recruit-bottom{
  display: block;
}

.recruit-bottom .r-btn{
  margin-left: auto;
  width: 200px;
  padding: 10px 15px;
  background-color: #3E6CD1;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: all .3s ease-out;
}


.recruit-bottom a,
.recruit-bottom a:hover,
.recruit-bottom a:visited{
  color: #ffffff;
  position: relative;
}

.recruit-bottom a::after {
  content: '';
  position: absolute;
  top: 48%;
  right: -25px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #ffffff;
}


@media screen and (max-width: 250px){
  .recruit-bottom .r-btn{
  width: 100%;
  }

  .recruit-bottom a::after {
      border-style: none;
  }
}

.recruit-bottom .r-btn:hover{
  background-color: #FD7A80;
}

.mb-0{
  margin-bottom: 0!important;
}


.recruit-tag .seisha:before{
  content: "正社員"
}
.recruit-tag .part:before{
 content: "パート"
}
.recruit-tag .shuu1:before{
  content: "週１OK"
}
.recruit-tag .sukima:before{
  content: "スキマ時間を活用"
}
.recruit-tag .soucho:before{
  content: "早朝・午前"
}
.recruit-tag .gogo:before{
  content: "午後から出勤"
}
.recruit-tag .yakin:before{
  content: "夜勤のみ"
}
.recruit-tag .seishain:before{
  content: "ＷワークOK"
}
.recruit-tag .mikeiken:before{
  content: "未経験OK"
}
.recruit-tag .shikakunashi:before{
  content: "資格不問"
}
.recruit-tag .shakaihoken:before{
  content: "社会保険あり"
}

/********************* 募集要項詳細ページ *********************/

.entry-header{
  /* height: 200px; */
  display: flex;
  /*flex-wrap: wrap;*/
}

.entry-header-l {
    width: 294px;
    height: 200px;
    padding: 0;
}

.entry-header-l img {
    width: 100%;
  }

.entry-header-l.kango{ background-color: #FF718A; }
.entry-header-l.rehabilitation{ background-color: #FFB45C; }
.entry-header-l.care-management{ background-color: #6793F7; }
.entry-header-l.office-work{ background-color: #E37DD1; }
.entry-header-l.residential-care{ background-color: #4ACB99; }
.entry-header-l.outpatient-care{ background-color: #74D55D; }
.entry-header-l.childcare{ background-color: #6CBEEA; }
.entry-header-l.kitchen{ background-color: #FF9C6F; }
.entry-header-l.etc{ background-color: #A2B8D0; }

.entry-header-r {
    width: calc(100% - 294px);
    /* height: 200px; */
    background: #F0F6FD;
    display: block;
    padding: 0;
    overflow-y: hidden;
}

.entry-header-l p,
.entry-header-r p{
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.entry-header-r p {
    text-align: center;
    padding: 7px 0
}

.entry-header-r h2 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 0;
  }

.entry-header-r &gt; div {
    padding: 5px 0 5px 15px;
  }

.entry-detail dl{
  display: flex;
  flex-wrap: wrap;
}

.entry-detail dt{
  width: 20%;
  margin: 0;
  font-weight: 700;
  text-align: center;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.entry-detail dd{
  width: 80%;
  margin: 0;
  padding: 20px 15px;
  font-size: 1rem;
  line-height: 1.7rem;
}

.entry-detail .l-section__list dd{
  /* display: flex;
  align-items: center;
  flex-wrap: wrap; */
}

.entry-detail .l-section__list dd a{
  width: 100%;
}

.entry-detail .l-section__list dt:nth-of-type(2n-1),
.entry-detail .l-section__list dd:nth-of-type(2n-1){
  background-color: #F0F6FD;
}

.entry-detail .l-section__list .fade {
  padding-bottom: 15px;

}
.entry-detail .l-section__list .anchor_line{
  text-decoration:underline;
}

/*
.entry-detail .l-section__list dt:nth-of-type(1),
.entry-detail .l-section__list dd:nth-of-type(1){
  display: none;
}
*/


.entry-detail h1{
  font-size: 1.1rem;
  line-height: 1.7rem;
  margin-bottom: 10px;
}

.senpai-container{
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #7598E6;
  border-bottom: 2px solid #7598E6;
  padding: 40px 0;
  margin: 40px 0;
}

.sepai-img{
  width: 200px;
  height: 200px;
}

.senpai-txt{
  margin-left: 40px;
  width: 60%;
  text-align: left;
}

h3.senpaih3{
  text-align: left;
  color: #2B53AC;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.entry-btn {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
}

.r-entry_container {
    width: 45%;
}

.entrypage-entrybtn,
.entrypage-enterbtn {
    width: 45%;
    display: inline-block;
    padding: 0 60px 0 40px;
    margin: 0;
    background-color: #FD7A80;
    border-radius: 30px;
    color: #FFFFFF!important;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    position: relative;
    transition: all .3s ease-out;
    display: block;
    text-align: center;
}


.r-entry_container .r-entry {
    width: 100%;
}

.entrypage-enterbtn{
  background-color: #3E6CD1;
}

.entrypage-entrybtn:after,
.entrypage-enterbtn:after{
  content: '';
  position: absolute;
  top: 48%;
  right: 30px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #ffffff;
}

h3.entrypage-entrylist{
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin: 120px 0 20px;
}

h3.entrypage-entrylist span{
  color: #3E6CD1;
}

.entrypage-offer li{
  background-color: #F0F6FD;
  margin-bottom: 5px;
  position: relative;
}

.entrypage-offer li:after{
  content: '';
  position: absolute;
  top: 48%;
  right: 30px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #2B53AC;
}

.entrypage-offer,
.entrypage-offer .acms-list-group-item{
  border-style: none;
}

.entrypage-offer a.acms-list-group-item{
 color: #2B53AC;
 font-size: 1rem;
 font-weight: 700;
 padding: 15px 50px 15px 15px;
 transition: all .3s ease-out;
}

.entrypage-offer a.acms-list-group-item:hover{
/*  opacity: .7;*/
  background-color: #FDF0F1;
}

.entrypage-offer a.acms-list-group-item:active{
  background-color: #FDF0F1;
}

@media screen and (max-width: 1500px){
  h1.recruit-carrer:after,
  h1.recruit-newgrad:after {
    left: 220px;
  }

  .l-select{
    width: 50%;
  }

  .category-select li {
    width: 31%;
    margin-right: 2%!important;
  }

  .category-select .category-space{ display: none; }

}

@media screen and (max-width: 1024px){
  /* .recruit-list-box {
    width: 49%;
  }

  .recruit-list:after{
    content: none;
  } */

  .entrypage-entrybtn, 
  .entrypage-enterbtn {
    width: 50%;
  }  
}

@media screen and (max-width: 768px){

  h1.recruit-carrer:after,
  h1.recruit-newgrad:after {
    font-size: 1.1rem;
    line-height: 1.1rem;
    top: 0;
    left: 0;
    position: relative;
    display: block;
    margin: 10px 0 0 0;
    padding: 0 10px;
    border-left: 3px solid #3E6CD1;
  }

  .recruit-list-box {
    width: 100%;
  }

  .l-select {
    position: relative;
    width: 90%;
    right: 0;
    top: 0;
    margin: 0 auto;
    padding-bottom: 1px;
  }

  .l-select.fixed{
    position: fixed;
    right: 5%;
    top: 80px;
  }

  .entry-header p{
    font-size: 17px;
  }
  
  .entry-btn {
    flex-wrap: wrap;
}
  
  .r-entry_container {
    width: 80%;
}

  .entrypage-entrybtn, 
  .entrypage-enterbtn {
    width: 80%;
  }  
  
  .entrypage-enterbtn {
    margin-top: 25px;
}

  .entry-header{
    display: block;
    height: auto;
  }
  .entry-header-l {
    width: auto;
    height: auto;
}
  .entry-header-r {
    width: 100%;
    height: auto;
}
}

@media screen and (max-width: 480px){

  .l-select {
    width: 85%;
    border-radius: 25px;
  }

  .l-select.fixed {
    right: 7.5%;
  }

  .l-select-detial {
    height: 70vh;
    overflow-y: auto;
    border-radius: 15px;
    padding: 15px;
    margin: 0 10px 10px 10px;
  }

  p.l-select__title {
    font-size: 16px;
    line-height: 50px;
  }

  p.l-select__title::before {
    width: 25px;
    height: 25px;
  }

  p.l-selectBox__caution {
    font-size: 13px;
    line-height: 20px;
  }

  .l-selectBox__title{
    font-size: 14px;
  }

  .l-select label {
    font-size: 13px;
    line-height: 18px;
  }

  .recruit-list-ctg {
    /*width: 30%;*/
  }

  .recruit-list-ttl h2 {
    width: 100%;
    margin: 10px 0 0;
    font-size: 15px;
  }

  .kani-txt{
    width: 100%;
    margin-bottom: 10px;
  }


  .entry-header-r p{
    line-height: 28px;
  }

  .entry-detail h1 {
    margin: 0 0 10px;
  }

  .entry-detail dt{
    width: 100%;
    padding: 20px 15px 10px;
    justify-content: start;
  }
  .entry-detail dd{
    width: 100%;
    padding: 0 15px 20px;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .senpai-container{
    flex-wrap: wrap;

  }

  .sepai-img{
    margin: 0 auto;
    width: 150px;
    height: 150px;
  }

  .senpai-txt{
    width: 100%;
    margin: 0;
  }

  h3.senpaih3 {
    font-size: 18px;
    text-align: center;
    margin: 20px 0 10px;
  }
  
  .r-entry_container {
    width: 100%;
}

  .entrypage-entrybtn, 
  .entrypage-enterbtn {
    width: 100%;
    padding: 0 10px 0 0;
  }

  h3.entrypage-entrylist {
    font-size: 18px;
    margin: 70px 0 20px;
  }

}

/*---------------------------- entry contact form ----------------------------*/

.form-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 30px 80px 30px;
}

.recruit-entry-tab-box{
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #5E9EE8;
}

.recruit-entry-tab-box p{
  width: 49%;
  background-color: #F5F5F5;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 20px 10px 15px;
}

.recruit-entry-tab-box p.tab-on{
  background-color: #5E9EE8;
  color: #ffffff;
}

.entry-form h2{
  font-size: 18px;
  margin-bottom: 15px;
}

.entry-form h2:before{
  content: '●';
  color: #3E6CD1;
  margin-right: 5px;
}

.bg-lightbl{
  background-color: #F0F6FD;
  padding: 35px 75px;
  margin: 0!important;
}

.main p.contactNo{
  padding: 0;
  margin-top: 0;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}

.main p.openingTime{
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
}

.main p.entry-band{
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background-color: #5E9EE8;
  padding: 10px 20px;
}

.mailStep{
  display: flex;
  padding: 10px 0;
  list-style-type:none;
}

.mailStep li{
  margin-right: 60px;
  font-weight: 700;
  color: #A4B6CB;
  position: relative;
}

.mailStep li:last-child{
  margin-right: 0;
}

.mailStep li.mailStepItemCurrent{
  color: #2B53AC;
  border-bottom: 2px solid #2B53AC;
}

.mailStep li:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #A4B6CB;
  border-right: solid 2px #A4B6CB;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: -31px;
}

.mailStep li:last-child:after{
  content: none;
}

.contactForm{
  padding: 20px 0;
  /*font-size: 14px;*/
  line-height: 24px;
  width: 100%;
}

.contactForm th,
.contactForm td{
  text-align: left;
}

.contactForm th{
  width: 35%;
  position: relative;
  padding: 10px 60px 10px 0;
}

.contactForm td{
  width: 65%;
  padding: 10px 0;
}

.contactForm label{
  white-space: nowrap;
  margin-right: 20px;
  line-height: 1.7rem;
}

.contactForm label.postal-code{
  margin-right: 5px;
}

.labelRequired,
.labelOptional{
  position: absolute;
  right: 20px;
  background-color: #F86666;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 7px;
  border-radius: 3px;
}

.labelOptional{
  background-color: #91BAEA;
}

.main p.example_text{
  font-size: .9rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin: 0;
}

.main .bg-lightbl .preferredDate-box p{
  /*font-size: 14px;*/
  font-weight: 500;
  padding-right: 20px;
}

.preferredDate-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.contactForm input[type=text],
.contactForm input[type=email],
.contactForm input[type=tel],
.contactForm select,
.contactForm textarea{
  box-shadow: none;
  border-style: none;
  border-radius: 0;
  background: none;
  background-color: #ffffff;
  font-size: 1rem;
  padding: 10px;
}

.contactForm select{
  padding: 10px 30px 10px 10px;
  height: 44px;
}

.contactForm .acms-form-width-mini{
  margin-right: 5px;
}

.entry-checkbox-wrap input[type=checkbox],
.entry-radio-wrap input[type=radio]{
  display: none;
}

.entry-checkbox,
.entry-radio{
  position: relative;
}

.entry-checkbox:before,
.entry-radio:before {
  position: relative;
  content: "";
  display: inline-block;
  top: 2px;
  left: 0;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  background-color: #ffffff; 
  border: 1px solid #DBE6F4;
  cursor: pointer;
}

.entry-radio:before{
  border-radius: 50%;
}

.entry-checkbox:after{
  position: absolute;
  display: block;
  content: '';
  width: 4px;
  height: 8px;
  top: 4px;
  left: 4px;
  border-right: 3px solid #5E9EE8;
  border-bottom: 3px solid #5E9EE8;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate( 45deg);
  opacity: 0; 
}

.entry-radio:after{
  position: absolute;
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  top: 9px;
  left: 4px;
  background-color: #5E9EE8;
  border-radius: 50%;
  opacity: 0; 
}

.entry-checkbox-wrap input[type=checkbox]:checked + .entry-checkbox:after,
.entry-radio-wrap input[type=radio]:checked + .entry-radio:after {
  opacity: 1; 
}

.main p.errorText{
  color: #F86666;
  font-size: 14px;
  margin-top: 5px;
}

.main a.link-blue{
  color: #3E6CD1;
  font-weight: 700;
  white-space: nowrap;
}

.main p.message{
  color: #2B53AC;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

/*.link-blue:after{
  content: url(../images/icon-blank-bl.svg);
  margin-left: 10px;
}*/


.formBtnBox{
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  flex-wrap: wrap;
}

.formBtnBox .l-submitBtn{
  width: 280px;
  height: 60px;
  border-style: none;
  border-radius: 35px;
  background-color: #3E6CD1;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 10px 10px;
  position: relative;
  transition: all .3s ease-out;
}

.formBtnBox .l-submitBtn:hover{
  opacity: .7;
}

.formBtnBox .l-submitBtn.return-btn{
  background-color: #A2B8D0;
}

.formBtnBox .l-submitBtn:after{
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: -31px;
}

.mb-5{
  margin-bottom: 5px;
}

.f-small{
  font-size: .9em;
}

@media screen and (max-width: 1024px){

.contactForm .acms-form-width-3quarters{
  width: 100%;
}

}

@media screen and (max-width: 768px){

.contactForm{
  padding: 0;
}

.contactForm th,
.contactForm td{
  width: 100%;
  display: block;
}

.contactForm th{
  padding: 10px 0; 
}

.contactForm td{
  padding: 5px 0 15px;
}

.labelRequired, 
.labelOptional{
  right: auto;
}

.bg-lightbl {
    padding: 30px;
}

.main p.contactNo {
    font-size: 30px;
    line-height: 30px;
}

.main p.openingTime {
    font-size: 16px;
    line-height: 16px;
}

.preferredDate-box{
  display: block;
}

}

@media screen and (max-width: 480px){

.recruit-entry-tab-box p {
    font-size: 16px;
    line-height: 16px;
    padding: 15px 10px 10px;
}

.entry-form h2 {
    font-size: 16px;
    margin-bottom: 0px;
}

.bg-lightbl {
    padding: 20px;
}

.main p.contactNo {
    font-size: 25px;
    line-height: 25px;
}

.mailStep li{
  margin-right: 20px;
  font-size: 14px;
}

.mailStep li:after {
    top: 7px;
    right: -13px;
}

.contactForm{
  font-size: 0.9rem;
}

.contactForm label{
white-space: normal;
}

.contactForm .acms-form-width-mini{
  margin-bottom: 5px;
}

.main .bg-lightbl .preferredDate-box p {
  font-size: 0.9rem;
}

.contactForm input[type=text],
.contactForm input[type=email],
.contactForm input[type=tel],
.contactForm select,
.contactForm textarea{
  font-size: 0.9rem;
}

.formBtnBox .l-submitBtn {
  width: 220px;
  height: 50px;
  border-radius: 25px;
  font-size: 15px;
}

.main p.message {
  font-size: 14px;
}

.entrypage-offer a.acms-list-group-item{
 font-size: 0.9rem;
}


}

.category-select .driver label,
.recruit-list-box.driver .recruit-list-ctg {
  background-color: #a5a49d;
}

.driver .entry-header-r p {
  background-color: #a5a49d;
}

.m-kango .entry-header-r p {
  background-color: #FF718A;
}

.m-rehabili .entry-header-r p {
  background-color: #FFB45C;
}

.m-tuusho .entry-header-r p {
  background-color: #74D55D;
}

.m-houmon .entry-header-r p {
  background-color: #4ACB99;
}

.m-soudan .entry-header-r p {
  background-color: #6793F7;
}

.m-hoiku .entry-header-r p {
  background-color: #6CBEEA;
}

.m-eigyo .entry-header-r p {
  background-color: #E37DD1;
}

.m-kitchen .entry-header-r p {
  background-color: #FF9C6F;
}

.m-sonota .entry-header-r p {
  background-color: #A2B8D0;
}

.l-recruit-list-s .acms-img-responsive {
  display: inline-block;
}

.fukidashi {
    position: relative;
    display: inline-block;
    margin: 10px 0 0;
    padding: 7px 0;
    min-width: 120px;
    width: 100%;
    font-size: 16px;
    border: solid 3px #FD7A80;
    box-sizing: border-box;
    text-align: center;
}

.fukidashi:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.fukidashi:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #FD7A80;
  z-index: 1;
}

.fukidashi p {
  margin: 0;
  padding: 0;
}

.fukidashi span {
    font-weight: bold;
    color: #FD7A80;
}

@media screen and (min-width: 481px) {
  h1.recruit-carrer {
    padding-bottom: 0;
    margin-bottom: 0;
  }

}</pre></body></html>