@charset "UTF-8";
:root {
  --shadow: drop-shadow( 0 3px 6px rgba(0,0,0,.16));
}
body{
  line-height: 1.5;
  background: var(--bg);
}
.container{
  width: calc(100% - min(8vw,30px));
  max-width: 1300px;
}
.b-header .b-nav,
.b-header .b-menu,
.b-header .b-subNav{
  display: none;
}
/**/
.b-contents .e-mds::before{
  top: .15em;
}
@media screen and (max-width: 767px){
  .b-contents .e-mds{
    font-size: min(8vw,24px);
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px){
  .b-contents .e-mds{
    margin-bottom: 35px;
  }
}
/**/
.b-btnWrap{
  width: 100%;
  text-align: center;
}
.b-btnWrap a,
.b-searchBtnBox .b-searchBtn,
.b-searchBtnBox .b-moreClear{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 275px;
  padding: 1em;
  line-height: 1;
  background: var(--PINK);
  border-radius: 100px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  position: relative;
  filter: var(--shadow);
  cursor: pointer;
}
.b-searchBtnBox .b-moreClear{
  max-width: 200px;
}
.b-btnWrap a::after,
.b-searchBtnBox .b-moreClear::after{
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
}
.b-searchBtnBox .b-searchBtn::after{
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url(../images/loupe.png) center center / contain no-repeat;
  position: absolute;
  right: .5em;
  top: 50%;
  transform: translateY(-50%);
}
.b-btnWrap a.b-back,
.b-searchBtnBox .b-moreClear{
  background: #8E8E8E;
}
@media screen and (max-width: 767px){
  .b-btnWrap a,
  .b-searchBtnBox .b-searchBtn,
  .b-searchBtnBox .b-moreClear{
    font-size: 18px;
  }
  .b-btnWrap a.b-back{
    margin: 50px auto;
  }
}
@media screen and (min-width: 768px){
  .b-btnWrap a,
  .b-searchBtnBox .b-searchBtn,
  .b-searchBtnBox .b-moreClear{
    font-size: 20px;
  }
  .b-btnWrap a.b-back{
    margin: 80px auto;
  }
}
/*-----------------------------------*/
.b-recruitLstWrap{
  position: relative;
}
.b-recruitLstWrap::before{
  content: "";
  width: 100dvw;
  height: 1px;
  background: #CECECE;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50dvw);
}
.b-recruitArticle,
.b-formContents{
  background: #fff;
}
.b-recruitArticle{
  font-size: 16px;
}
.b-recruitArticle > .inner,
.b-formContents > .inner{
  margin: auto;
}
.b-recruitHead{
  width: 100%;
}
.b-recruitHead .b-recruitTtl{
  font-weight: 500;
}
.b-recruitHead .b-tags{
  margin-top: 10px;
}
.b-recruitHead .b-tags li{
  margin: .5em .5em 0 0;
  padding: .25em .8em .4em;
  line-height: 1;
  text-align: center;
  color: var(--PINK);
  white-space: nowrap;
  border: 1px solid var(--PINK);
  border-radius: 5px;
}
.b-recruitHead .b-tags li.e-prime{
  min-width: auto;
  background: var(--PINK);
  color: #fff;
}

@media screen and (max-width: 767px){
  .b-recruitLstWrap{
    margin-top: 40px;
    padding-top: 40px;
  }
  .b-searchWrap > .inner,
  .b-recruitArticle > .inner,
  .b-moreSearchWrap > .inner,
  .b-formContents > .inner{
    width: calc(100% - min(8vw,50px) );
    padding: 45px 0;
  }
  .b-recruitHead{
    margin-bottom: 25px;
  }
  .b-recruitHead .b-recruitTtl{
    font-size: 22px;
  }
  .b-recruitHead .b-tags li{
    font-size: 12px;
  }
}
@media screen and (min-width: 768px){
  .b-recruitLstWrap{
    margin-top: 80px;
    padding-top: 80px;
  }
  .b-recruitArticle .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .-single .b-recruitArticle .b-basicInfoLsts{
    order: 1;
  }
  .-single .b-recruitArticle .b-recruitImgs{
    order: 2;
  }
  .-single .b-recruitArticle .b-btnWrap{
    width: 100%;
    order: 3;
  }
  .-single .b-recruitArticle .b-detailInfoLsts{
    order: 4;
  }
  .b-searchWrap > .inner,
  .b-recruitArticle > .inner,
  .b-moreSearchWrap > .inner,
  .b-formContents > .inner{
    width: calc(100% - 100px);
    padding: 60px 0;
  }
  .b-recruitHead{
    margin-bottom: 45px;
  }
  .-single .b-recruitHead{
    margin-bottom: 70px;
  }
  .b-recruitHead .b-recruitTtl{
    font-size: 36px;
  }
  .b-recruitHead .b-tags li{
    font-size: 14px;
  }
}

/* b-recruitImgs */
.b-recruitImgs,
.b-recruitImgs .b-imgs{
  display: flex;
}
.b-recruitImgs{
  flex-wrap: wrap;
  flex-direction: column;
}
.b-recruitImgs .b-imgs li,
.b-recruitImgs .b-img{
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  transition: .3s all;
  border: var(--formLine);
}
.b-recruitImgs .b-imgs img,
.b-recruitImgs .b-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-recruitImgs .b-imgs{
  order: 2;
  margin-top: 15px;
}
.b-recruitImgs .b-imgs li{
  width: calc( (100% - 15px * 2) / 3);
  max-width: 90px;
  height: 90px;
  margin-right: 15px;
  cursor: pointer;
}
.b-recruitImgs .b-imgs li:nth-last-child(1){
  margin-right: 0;
}
.b-recruitImgs .b-btnWrap{
  order: 3;
}
@media screen and (max-width: 767px){
  .b-recruitImgs{
    margin-bottom: 45px;
  }
  .b-recruitImgs .b-btnWrap{
    display: none;
  }
}
@media screen and (min-width: 768px){
  .b-basicInfoLsts{
    width: 58.75%;
    max-width: 705px;
  }
  .b-recruitImgs{
    width: 33.33%;
    max-width: 400px;
  }
  .-single .b-recruitImgs .b-btnWrap{
    margin-top: 60px;
  }
}

/* b-basicInfoLsts */
.b-basicInfoLsts .b-item{
  display: flex;
  padding-bottom: 1.5em;
}
.b-basicInfoLsts .b-item+.b-item{
  border-top: var(--formLine);
  padding-top: 1.5em;
}
.b-basicInfoLsts .b-item > dt{
  text-align: center;
}
.b-basicInfoLsts .b-item > dt::before{
  content: "";
  display: block;
  margin: auto;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
.b-basicInfoLsts .b-item.m-01 > dt::before{
  background-image: url(../images/recruit-basic-01.svg)
}
.b-basicInfoLsts .b-item.m-02 > dt::before{
  background-image: url(../images/recruit-basic-02.svg)
}
.b-basicInfoLsts .b-item.m-03 > dt::before{
  background-image: url(../images/recruit-basic-03.svg);
  margin-bottom: .1em;
}
.b-basicInfoLsts .b-item.m-04 > dt::before{
  background-image: url(../images/recruit-basic-04.svg)
}
.b-basicInfoLsts .b-item.m-05 > dt::before,
.b-basicInfoLsts .b-item.m-06 > dt::before{
  background-image: url(../images/recruit-basic-05.svg)
}
.b-basicInfoLsts .b-item dt .e-txt{
  display: inline-block;
  text-align: center;
  line-height: 1.3;
}
.b-basicInfoLsts .b-item-s+.b-item-s{
  margin-top: 1em;
}
.b-basicInfoLsts .b-item-s dt{
  font-weight: 500;
}
.b-basicInfoLsts .b-item dd div+div{
  margin-top: 1em;
}
.b-basicInfoLsts .b-item dd div.e-time{
  margin-top: 0;
}
@media screen and (max-width: 767px){
  .b-basicInfoLsts .b-item > dt{
    width: 45px;
    min-width: 45px;
    margin-right: 10px;
  }
  .b-basicInfoLsts .b-item > dt::before{
    width: 22px;
    margin-bottom: -.4em;
  }
  .b-basicInfoLsts .b-item > dt .e-txt{
    font-size: 10px;
  }
  .b-basicInfoLsts +.b-btnWrap{
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px){
  .b-basicInfoLsts .b-item > dt{
    width: 60px;
    min-width: 60px;
    margin-right: 10px;
  }
  .b-basicInfoLsts .b-item > dt::before{
    width: 26px;
    margin-bottom: -.2em;
  }
  .b-basicInfoLsts .b-item > dt .e-txt{
    font-size: 12px;
  }
}
/* b-detailInfoLsts */
.b-detailInfoLsts{
  width: 100%;
}
.b-detailInfoLsts .e-mds{
  border-bottom: var(--formLine);
  padding-bottom: .5em;
  letter-spacing: .15em
}
.b-detailInfoLsts .b-item + .b-item{
  border-top: var(--formLine);
  padding-top: 1.5em;
  margin-top: 1.5em;
}
.b-detailInfoLsts .b-item > dt{
  font-weight: 500;
}

@media screen and (max-width: 767px){
  .b-detailInfoLsts{
    margin-top: 60px;
  }
  
}
@media screen and (min-width: 768px){
  .b-detailInfoLsts{
    margin-top: 60px;
  }
  .b-detailInfoLsts .b-item{
    display: flex;
    margin-left: 65px;
  }
  .b-detailInfoLsts .b-item > dt{
    width: 180px;
    min-width: 180px;
  }
  .-single .b-basicInfoLsts + .b-btnWrap{
    display: none;
  }
}

/* b-recruitLstWrap */
@media screen and (max-width: 767px){
  .e-homeMds{
    font-size: min(8vw,24px);
    text-align: center !important;
    letter-spacing: .05em !important;
  }
  .b-recruitLstWrap .b-recruitArticle+.b-recruitArticle{
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px){
  .b-recruitLstWrap .b-recruitArticle+.b-recruitArticle{
    margin-top: 50px;
  }
}

/* b-pagenation */
.b-pagenation .inner,
.b-pagenation a,
.b-pagenation span{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: min( 5.8vw,20px);
}

.b-pagenation a,
.b-pagenation span{
  width: 1.8em;
  min-width: 1.8em;
  height: 1.8em;
  margin: .2em;
  background: #fff;
  font-family: var(--enNum);
  border: 1px solid var(--PINK);
  color: var(--PINK);
}
.b-pagenation span.current{
  background: var(--PINK);
  color: #fff;
}
.b-pagenation span.dots{
  border: 0;
  margin: 0;
  background: none;
}
.b-pagenation a span{
  display: block;
  width: .5em;
  min-width: .5em;
  height: .5em;
  margin: 0;
  border-width: 2px;
  border-bottom: 0;
  transform-origin: center center;
}
.b-pagenation a.prev span{
  border-right: 0;
  transform: translateX(.1em) rotate(-45deg);
}
.b-pagenation a.next span{
  border-left: 0;
  transform: translateX(-.1em) rotate(45deg);
}
@media screen and (max-width: 767px){
  .b-pagenation{
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px){
  .b-pagenation{
    margin-top: 85px;
  }
}

/* search -----------------------------------*/
.b-searchWrap{
  background: #fff;
  border: 4px solid var(--PINK);
  border-radius: 10px;
}
.b-searchWrap,
.b-searchBox input[type="text"],
.b-searchBox input[type="email"],
.b-searchBox input[type="tel"],
.b-searchBox textarea,
.b-searchBox select{
  font-size: 16px;
}
.b-searchWrap > .inner,
.b-moreSearchWrap > .inner{
  margin: auto;
}
.b-searchWrap .e-mds{
  border-bottom: 1px solid var(--PINK);
  padding-bottom: .5em;
}
.b-searchBox dl{
  display: flex;
}
.b-searchBox dl+dl{
  margin-top: 5px;
}
.b-searchBox dt{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F4F4;
  border-radius: 10px 0 0 10px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.b-searchBox dt span{
  display: inline-block;
}
.b-searchBox dd{
  width: 100%;
}
.b-searchBox .b-itemHorizon label{
  display: inline-block;
  margin-right: 25px;
}
@media screen and (max-width: 767px){
  .b-searchWrap > .inner,
  .b-moreSearchWrap > .inner{
    padding: 15px 0;
  }
  .b-searchBox dt,
  .b-searchBox dd{
    padding: 8px 0;
  }
  .b-searchBox dt{
    flex-direction: column;
    flex-wrap: wrap;
    width: 85px;
    min-width: 85px;
    font-size: 14px;
  }
  .b-searchBox dd{
    padding-left: 15px;
  }
  .b-searchBox dd.b-horizon {
    width: 100%;
  }
  .b-searchBox dd.b-horizon .e-item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .b-searchBox dd.b-horizon .e-item+.e-item{
    margin-top: 3px;
  }
}
@media screen and (min-width: 768px){
  .b-searchWrap > .inner,
  .b-moreSearchWrap > .inner{
    padding: 35px 0 40px;
  }
  .b-searchBox dt,
  .b-searchBox dd{
    padding: 15px 0;
  }
  .b-searchBox dt{
    width: 180px;
    min-width: 180px;
  }
  .b-searchBox dd{
    padding-left: 40px;
  }
  .b-searchBox dd.b-horizon .e-item{
    display: inline-block;
  }
  .b-searchBox dd.b-horizon .e-item+.e-item{
    margin-left: 20px;
  }
}

/* searchBox form parts */
.b-searchBox input[type="text"],
.b-searchBox input[type="email"],
.b-searchBox input[type="tel"],
.b-searchBox input[type="checkbox"],
.b-searchBox input[type="radio"],
.b-searchBox textarea,
.b-searchBox select{
  border-radius: 3px;
  border-color: #888;
}
.b-searchBox input[type="text"],
.b-searchBox input[type="email"],
.b-searchBox input[type="tel"],
.b-searchBox input[type="checkbox"],
.b-searchBox input[type="radio"],
.b-searchBox select{
  line-height: 1;
}
.b-searchBox input[type="text"]{
  width: 5em;
  padding: .25em .5em;
}
.b-searchBox select{
  min-width: auto;
  padding: .5em 3em .5em .5em;
}
.b-searchBox .item-select::after{
  border-width: 1px;
  border-color: #707070;
}
.b-searchBox input[type="checkbox"],
.b-searchBox input[type="radio"]{
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 2px;
  vertical-align: -3px;
}

.b-searchBox .b-addBtn{
  display: inline-flex;
  line-height: 1;
  background: #fff;
  color: var(--PINK);
  border: 1px solid var(--PINK);
  border-radius: 5px;
  cursor: pointer;
  filter: var(--shadow);
  padding: .3em .6em .45em .8em;
}
.b-searchBox .b-addBtn .e-txt+span{
  display: inline-block;
}
.b-searchBox .b-addBtn .e-txt+span::after{
  content: "+";
  margin-left: .3em;
  line-height: 1;
}
@media screen and (max-width: 767px){
}

/* b-moreSearchWrap */
#wrap{
  position: relative;
}
#wrap::before{
  content: "";
  width: 100dvw;
  height: 100dvh;
  background: #D3D3D3;
  opacity: .4;
  z-index: 15000;
  position: fixed;
  left: 0;
  top: 0;
}
.b-moreSearchWrap .m-mdsLine{
  font-weight: 500;
  letter-spacing: .2em;
  border-bottom: 1px solid var(--PINK);
  padding-bottom: .8em;
  margin-bottom: 1em;
}
.b-moreSearchWrap{
  width: 93vw;
  max-width: 1300px;
  height: 100%;
  max-height: 95vh;
  background: #fff;
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate( -50%,-50%);
  z-index: 20000;
}
.b-moreSearchWrap .b-close{
  display: block;
  width: 47px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  font-size: 12px;
  text-align: center;
  background: url(../images/close.svg) center top / contain no-repeat;
  cursor: pointer;
}
.b-moreSearchWrap > .inner{
  height: 100%;
  overflow-y: scroll;
}
.b-searchBtnBox{
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px){
  .b-moreSearchWrap .m-mdsLine{
    font-size: min(7vw,24px);
  }
  .b-moreSearchWrap .b-close{
    height: 47px;
    transform: translate(20%, -20% );
  }
  .b-moreSearchWrap .b-close span{
    display: none;
  }
  .b-searchBtnBox{
    flex-direction: column;
    margin-top: 30px;
  }
  .b-moreSearchWrap > .inner{
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 960px){
  .b-searchBtnBox .b-moreClear{
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px){
  .b-moreSearchWrap{
    width: 90%;
    max-width: 1300px;
    max-height: calc(100vh - 60px);
  }
  .b-moreSearchWrap .m-mdsLine{
    font-size: 29px;
  }
  .b-moreSearchWrap .b-close{
    padding-top: 45px;
    transform: translate(-20px,20px);
  }
  .b-searchBtnBox{
    position: relative;
    margin-top: 50px;
  }
  .b-searchBtnBox .b-moreClear{
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px){
  .b-searchBtnBox{
    flex-direction: column;
  }
  .b-searchBtnBox .b-moreClear{
    position: relative;
  }
}
/* b-addResult */
.b-addResult{
  
  font-size: .9em;
}
.b-addResult label{
  display: inline-flex;
  flex-direction: row-reverse;
  line-height: 1;
  border: 1px solid #888;
  background: var(--bg);
  border-radius: 5px;
  padding: .2em .3em .3em .5em;
  margin: 5px .5em 0 0;
}
.b-addResult input[type="checkbox"]{
  border: 0;
  margin-right: 0;
  background: none;
}
.b-addResult input[type="checkbox"]:checked::before {
  content: "×";
  font-size: .8em;
  line-height: 1;
  width: auto;
  height: auto;
  border-left: 0px solid var(--PINK) !important;
  border-bottom: 0px solid var(--PINK) !important;
  color: var(--PINK);
  transform: translate(-50%,-50%) rotate(0) 
}
@media screen and (max-width: 767px){
  .b-searchBox dd.b-addBtnBox{
    padding-top: 10px;
  }
  .b-addResult label:nth-last-of-type(1){
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px){
  .b-searchBox dd.b-addBtnBox{
    padding-top: 5px;
  }
  .b-addResult{
    margin-bottom: 10px;
  }
}
/* modal */
#wrap::before,
#wrap .b-moreSearchWrap{  
  transition: .2s all;
  opacity: 0;
  pointer-events: none;
}
#wrap.open::before,
#wrap.open .b-moreSearchWrap{
  opacity: 1;
  pointer-events: auto;
}