@charset "UTF-8";
.recruit__br {
  display: block;
}

.noclick-mask {
  position: relative;
}

.noclick-mask::before {
  position: absolute;
  content: "";
  display: block;
  top: 15px;
  left: 6px;
  bottom: 0;
  right: 0;
  width: calc(100% - 12px);
  height: calc(100% - 20px);
  background-color: rgba(96, 96, 96, 0.48);
}

.noclick-mask::after {
  position: absolute;
  content: "現在募集しておりません";
  color: #fff;
  display: flex;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -58%);
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: min(4.688vw, 30px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  width: 100%;
}

.modalBox .blackBox {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.modalBox .contents {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  background-color: #fff;
  width: 90%;
  height: 55vh;
  overflow-y: auto;
}

.modalBox .contents p.title {
  font-size: min(4.375vw, 28px);
  border: solid #ccc;
  border-width: 1px 0;
  background-color: #eee;
  padding: 10px 0;
  text-align: center;
  letter-spacing: 0.1em;
}

.modalBox p {
  font-size: min(4.375vw, 28px);
  padding: 10px 20px;
}

.modalBox .closeBtn {
  cursor: pointer;
  text-align: center;
  font-size: min(4.375vw, 28px);
  border: 1px solid #ccc;
  width: 80%;
  margin: 0 auto 10px;
  background-color: #eee;
  padding: 10px;
}

.recruit__chooseWrap {
  padding: 0 45px;
  position: relative;
  z-index: 3;
}

.recruit__chooseWrap li {
  width: 48%;
}

.recruit__chooseWrap .title {
  padding-top: 45px;
}

.recruit__chooseWrap li.pick:before {
  border: solid #ccc;
  border-width: 0 3px;
  height: 35px;
  bottom: -30px;
  left: -3px;
  width: calc(100% + 6px);
  z-index: 3;
}

.recruit__fxwb .new-title {
  color: #50a53a;
  font-size: min(6.32vw, 39.03px);
}

.recruit__fxwb .new-title ~ small {
  color: #50a53a;
  font-size: max(min(3.05vw, 19.52px), 11px);
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.recruit__fxwb .mid-title {
  color: #37b5a3;
  font-size: min(6.32vw, 40.45px);
}

.recruit__fxwb .mid-title ~ small {
  color: #37b5a3;
  font-size: max(min(3.16vw, 20.23px), 11px);
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

section.recruitWrap_top {
  margin-bottom: 134px;
}

.recruit_recruitWrap {
  width: calc(100% - 90px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.recruit_recruitWrap .individual {
  margin: 25px 0;
}

.recruit_recruitWrap .individual .title {
  font-size: min(4.375vw, 28px);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 23px 0;
  margin-bottom: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.recruit_recruitWrap .individual > dl dt {
  font-size: min(4.375vw, 28px);
  line-height: 1.1785714286;
  padding: 17px 0 0 min(3.9vw, 25px);
}

.recruit_recruitWrap .individual > dl dd {
  font-size: min(4.375vw, 28px);
  line-height: 1.1785714286;
  letter-spacing: 0;
  padding: 7px min(7.97vw, 51px) 15px min(3.9vw, 25px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.recruit_recruitWrap .individual > dl dd.salary {
  padding: 0 0 0 min(3.9vw, 25px);
}

.recruit_recruitWrap .individual > dl dd .left {
  padding-right: min(7.813vw, 50px);
  padding-bottom: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.recruit_recruitWrap .individual > dl dd .fxwb {
  padding-top: 20px;
  margin-bottom: 25px;
}

.recruit_recruitWrap .individual > dl dd .fxwb ul {
  padding-top: 7px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.recruit_recruitWrap .individual > dl dd .fxwb ul.kome {
  padding-top: 0px;
}

.recruit_recruitWrap .option li {
  font-size: min(4.375vw, 28px);
  line-height: 1.2142857143;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.recruit_recruitWrap .option li a {
  padding: 17px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #3b3c3b;
}

.recruit_recruitWrap .individual .modalBtn {
  color: #000;
}

.recruit_recruitWrap .individual .modalBox p {
  font-size: min(4.375vw, 28px);
  padding: 10px 20px;
}

.recruit_recruitWrap .individual .modalBox .closeBtn {
  font-size: min(4.375vw, 28px);
}

.recruit_recruitWrap .individual .modalBox .contents {
  height: 55vh;
}

.recruit__container {
  padding-top: 68px;
}

.recruit__chooseWrap li {
  padding: 0;
}

.recruit__chooseWrap li a {
  padding: 20px 0 36px;
  display: block;
}

.recruit__method {
  position: relative;
  font-size: min(4.375vw, 28px);
  font-weight: bold;
  line-height: 1.2857142857;
  width: calc(100% - 68px);
  margin: 68px auto 0px;
  padding: 34px min(3.125vw, 10px) 60px min(9.375vw, 30px);
  align-items: center;
  background-image: linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee);
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
  border-radius: 5px;
}

.recruit__method .box {
  font-weight: bold;
}

.recruit__method > p {
  display: none;
}

.recruit__method a {
  color: #37b5a3;
}

.recruit__method dt {
  font-weight: bold;
  width: 30%;
  min-width: 122.77px;
}

.recruit__method dd {
  font-weight: bold;
  width: 100%;
  margin-top: 5px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.recruit__method .method__box1 {
  font-weight: bold;
  margin-top: 36px;
}

.recruit__method .method__box2 {
  font-weight: bold;
}

.recruit__method .method__box1 .fxwb {
  display: block;
  margin-top: 30px;
}

.recruit__method .method__box1 .fxwb:nth-child(3),
.recruit__method .method__box1 .fxwb:nth-child(4) {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.recruit__method .method__box1 .fxwb:nth-child(3) dd,
.recruit__method .method__box1 .fxwb:nth-child(4) dd {
  margin-top: 0;
}

.recruit__method .method__box1 .fxwb:nth-child(4) {
  margin-top: 0;
}

.recruit__method .method__box2 {
  margin-top: 20px;
  padding-top: 13px;
  border-top: 1px dashed black;
}

.recruit__method .method__box2 .fxwb {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.recruit__method .method__box2 .fxwb dd {
  margin-top: 0;
}

.recruit__method .method__box2 p {
  margin-top: 40px;
}

.recruit__method .method__box2 p.tel {
  position: relative;
  font-size: min(5.468vw, 35px);
  margin-top: 34px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.recruit__method .method__box2 p.tel span {
  position: relative;
  margin-left: 28px;
}

.recruit__method .method__box2 p.tel span::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url(../img/tel-sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.recruit__flowWrap {
  max-width: 904px;
  min-width: 0px;
  width: 100%;
  padding-top: 82px;
  margin-bottom: 206px;
}

.recruit__flowWrap > div {
  margin-top: 110px;
}

.recruit__flowWrap dl:not(:first-child) {
  margin-top: 40px;
}

.recruit__flowWrap dt {
  font-size: 30px;
  padding: 22px 0;
  width: 72px;
  top: -35px;
}

.recruit__flowWrap dd {
  position: static;
  padding: 64px 10px 20px 10px;
}
.recruit__flowWrap dd strong {
  font-size: min(4.688vw, 30px);
}
.recruit__flowWrap dd p {
  font-size: min(4.063vw, 26px);
  padding-top: 6px;
}

.recruit__flowWrap dd:after {
  margin: 35px auto 0;
  border-width: 18px 10px 0 10px;
}

.recruit__subTitle {
  text-align: center;
  font-size: min(4.688vw, 30px);
  font-weight: bold;
}

.recruit__button {
  text-align: center;
  margin: 0 auto;
  margin-top: 64px;
  width: 76.3358778626%;
}

.recruit__button a {
  display: block;
  font-size: min(4.375vw, 28px);
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding: 28px 0;
  color: #fff;
  border-radius: 5px;
}

.new__button a {
  background-color: #689e31;
}

.mid__button a {
  background-color: #37b5a3;
}

.modalBox .contents {
  height: 740px;
  max-height: 80%;
}

@media screen and (min-width: 1000px) {
  .recruit__overWrap {
    overflow-x: auto;
  }
}
@media screen and (max-width: 812px) {
  .recruit__overWrap {
    margin-top: 50px;
    overflow-x: auto;
  }
}
@media screen and (min-width: 760px) {
  .recruit__br {
    display: none;
  }
  .noclick-mask::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 20px;
    bottom: 0;
    right: 0;
    width: calc(100% - 40px);
    height: calc(100% - 7px);
    background-color: rgba(96, 96, 96, 0.48);
  }
  .noclick-mask::after {
    font-size: 20px;
  }
  .recruit__container {
    padding: 65px 0 160px 0;
    min-width: 100%;
    background-color: #f4f2ed;
  }
  .recruit__barba-container {
    padding: 0 70px;
  }
  .modalBox .contents {
    width: 800px;
    max-width: calc(100% - 40px);
    height: 380px;
  }
  .recruit__box {
    width: 100%;
    max-width: 1255px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 20px;
    padding-bottom: 176px;
  }
  .recruit__chooseWrap {
    padding: 92px 0 0 0;
    width: 100%;
    min-width: 0px;
    margin-bottom: 13px;
  }
  .recruit__chooseWrap .title {
    padding-top: 27px;
  }
  .recruit__chooseWrap small {
    top: -7px;
    position: relative;
  }
  .recruit__chooseWrap li {
    border: 4px solid #ccc;
    width: 49%;
  }
  .recruit__chooseWrap li a {
    padding: 20px 0 12px;
    display: block;
  }
  .recruit__chooseWrap li.pick:before {
    border: solid #ccc;
    border-width: 0 4px;
    height: 35px;
    bottom: -25px;
    left: -4px;
    width: calc(100% + 8px);
  }
  .recruit__fxwb {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .recruit__fxwb .title {
    font-size: 28px;
  }
  .recruit__fxwb .new-title ~ small {
    font-size: 14px;
  }
  .recruit__fxwb .mid-title ~ small {
    font-size: 14px;
  }
  section.recruitWrap_top {
    margin-bottom: 0;
  }
  .recruit_recruitWrap {
    max-width: 1000px;
    width: 100%;
    min-width: 0;
    padding: 50px 35px 12px 35px;
    border: 4px solid #ccc;
  }
  .recruit_recruitWrap .individual {
    margin: 28px 0;
  }
  .recruit_recruitWrap .individual li {
    font-size: 15px;
    line-height: 1.7333333333;
  }
  .recruit_recruitWrap .individual .title {
    padding: 19px 0;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: bold;
  }
  .recruit_recruitWrap .individual > dl {
    align-items: flex-start;
  }
  .recruit_recruitWrap .individual > dl dt {
    width: 12%;
    font-size: 15px;
    font-weight: 400;
    padding: 11px 0 11px 9px;
  }
  .recruit_recruitWrap .individual > dl dd {
    width: 88%;
    font-size: 15px;
    line-height: 1.7333333333;
    padding: 10px 13px;
  }
  .recruit_recruitWrap .individual > dl dd small {
    font-size: 15px;
  }
  .recruit_recruitWrap .individual > dl dd .fxwb:first-child {
    padding-top: 10px;
  }
  .recruit_recruitWrap .individual > dl dd.salary {
    padding: 0px 20px 0 15px;
  }
  .recruit_recruitWrap .individual > dl dd .left {
    padding-top: 10px;
    padding-right: 0;
  }
  .recruit_recruitWrap .individual > dl dd .right {
    width: 70%;
  }
  .recruit_recruitWrap .individual > dl dd ul.kome {
    margin-left: 0;
  }
  .recruit_recruitWrap .individual > dl dd p {
    font-weight: 400;
  }
  .recruit_recruitWrap .individual > dl dd .fxwb {
    margin-bottom: 8px;
    padding-top: 11px;
  }
  .recruit_recruitWrap .individual > dl dd .fxwb ul {
    padding-top: 0;
    padding-left: 30px;
  }
  .recruit_recruitWrap .area {
    padding: 0 18px;
  }
  .recruit_recruitWrap .option li {
    width: 32.33%;
    height: 100px;
    margin-bottom: 1%;
    margin-right: 1%;
    font-size: 14px;
  }
  .recruit_recruitWrap .option li a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .recruit__method {
    max-width: 1000px;
    width: 100%;
    min-width: 0;
    padding: 48px 86px 42px;
    margin: 62px auto 0px;
  }
  .recruit__method .box {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4375;
    padding-left: 6px;
  }
  .recruit__method .method__box1 {
    margin-top: 22px;
  }
  .recruit__method .method__box1 .fxwb {
    flex-wrap: nowrap;
  }
  .recruit__method .method__box2 {
    margin-top: 14px;
    padding-top: 10px;
  }
  .recruit__method .method__box2 p.tel {
    font-size: 21px;
    margin-top: 22px;
    text-align: left;
  }
  .recruit__method .method__box2 p.tel span {
    position: relative;
  }
  .recruit__method .method__box2 p.tel span::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(../img/tel-pc.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .recruit__method .method__box2 p.tel span {
    margin-left: 20px;
  }
  .recruit__method > p {
    display: block;
    width: 20%;
    font-size: 16px;
  }
  .recruit__method > div {
    width: 80%;
  }
  .recruit__subTitle {
    font-size: 15px;
  }
  .recruit__method dt {
    width: 15%;
    min-width: 90px;
    font-weight: 700;
  }
  .recruit__method dd {
    width: 83%;
    min-width: 0;
    font-weight: 700;
    margin-top: 0;
  }
  .recruit__method p {
    font-weight: 700;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  .recruit__method .tel {
    font-size: 21px;
    margin-top: 23px;
  }
  .recruit__method .method__box1 .fxwb {
    display: flex;
    margin-top: 0;
  }
  .recruit__method .method__box2 p {
    margin-top: 0;
  }
  .recruit__flowWrap {
    padding: 53px 0;
    margin-bottom: 0px;
  }
  .recruit__flowWrap > div {
    margin: 60px 15px 0px;
  }
  .recruit__flowWrap dl:not(:first-child) {
    margin-top: 0;
  }
  .recruit__flowWrap dd {
    padding: 60px 30px 26px 30px;
    font-size: 14px;
  }
  .recruit__flowWrap dd:after {
    border-width: 18px 10px 0 10px;
    margin-top: 40px;
  }
  .recruit__flowWrap dt {
    font-size: 16px;
    padding: 12px 0;
    width: 40px;
    top: -20px;
  }
  .recruit__flowWrap dd strong {
    font-size: 16px;
  }
  .recruit__flowWrap dd p {
    font: inherit;
    padding-top: 0;
  }
  .recruit__flowWrap strong {
    margin-bottom: 8px;
  }
  .recruit__button a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.05em;
    padding: 32px 132px;
    color: #fff;
    border-radius: 5px;
  }
  .modalBox .contents p.title {
    font-size: 16px;
    line-height: 1.625;
  }
  .modalBox p {
    font-size: 16px;
    line-height: 1.625;
  }
  .modalBox .closeBtn {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media screen and (min-width: 813px) {
  .recruit__container {
    padding: 65px 0 76px 0;
    min-width: 1000px;
  }
}
@media screen and (min-width: 896px) {
  .recruit__flowWrap dd:after {
    border-width: 18px 10px 0 10px;
    margin-top: 115px;
  }
}
@media screen and (min-width: 897px) {
  .recruit__flowWrap dd:after {
    border-width: 7px 0 7px 12.1px;
    margin: 0;
    margin-top: -7px;
  }
}
@media screen and (min-width: 900px) {
  .recruit_recruitWrap {
    padding: 50px min(6.5573770492%, 72px) 12px min(6.5573770492%, 72px);
  }
  .recruit_recruitWrap .option li {
    width: 32.63%;
    font-size: 16px;
  }
}
@media screen and (min-width: 760px) and (max-width: 900px) {
  .recruit_recruitWrap {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 759px) and (orientation: landscape) {
  .recruit__fxwb .new-title {
    font-size: 27px;
  }
  .recruit__fxwb .new-title ~ small {
    font-size: 19.52px;
  }
  .recruit__fxwb .mid-title {
    font-size: 28px;
  }
  .recruit__fxwb .mid-title ~ small {
    font-size: 20.23px;
  }
  .recruit_recruitWrap .option li {
    font-size: 16px;
  }
  .recruit_recruitWrap .individual .title {
    font-size: 16px;
    font-weight: bold;
  }
  .recruit_recruitWrap .individual > dl dt {
    font-size: 16px;
    padding: 10px 0;
  }
  .recruit_recruitWrap .individual > dl dd {
    font-size: 15px;
    padding: 10px 20px;
  }
  .recruitWrap .individual > dl dd p {
    width: 3.5em;
  }
  .recruitWrap .individual > dl dd ul {
    width: calc(100% - 3.5em);
  }
  .recruit_recruitWrap .individual > dl dd .fxwb {
    align-items: center;
  }
  .recruit_recruitWrap .individual > dl dd .fxwb ul {
    padding-top: 0;
  }
  .recruit__method {
    font-size: 16px;
  }
  .flowWrap dl {
    width: 100%;
  }
  .modalBox .contents {
    max-height: 80%;
    top: 50px;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .recruitWrap .option li:nth-child(even) {
    margin-right: 1%;
  }
}
/*エリアの表示非表示と形状*/
.area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: #fff;
  padding: 14px 6px 0px;
}

.individual,
.method,
.flowWrap {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-pick,
.method.is-pick {
  display: flex; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.individual.is-pick,
.flowWrap.is-pick {
  display: block;
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* モーダルCSSここから */
.modalArea {
  visibility: hidden; /* displayではなくvisibility */
  opacity: 0;
  position: fixed;
  z-index: 10; /* サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

.is-show {
  /* モーダル表示用クラス */
  visibility: visible;
  opacity: 1;
}

/* モーダルCSSここまで *//*# sourceMappingURL=shojyu-job_info.css.map */