@charset "UTF-8";
/*リクルートページ*/
.recruit-page {
  font-size: 1.5rem;
  line-height: 2;
}
.recruit-page img {
  height: auto;
}

.recruit-page main > section:not(.sec-page-mv) {
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .recruit-page main > section:not(.sec-page-mv) {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 375px) {
  .recruit-page main > section:not(.sec-page-mv) {
    margin-bottom: 60px;
  }
}

/*共通*/
.rec-txtdeco {
  color: #818881;
  font-weight: 700;
  position: sticky;
  z-index: 999;
  top: 100px;
}
@media screen and (min-width: 835px) {
  .rec-txtdeco {
    font-size: 1.6rem;
    left: 5%;
    writing-mode: vertical-rl;
    height: 300px;
    transform: translateX(-120%);
  }
  .rec-txtdeco + * {
    margin-top: -300px;
  }
}
@media screen and (min-width: 1140px) {
  .rec-txtdeco {
    transform: translateX(-190%);
  }
}
@media screen and (max-width: 834px) {
  .rec-txtdeco {
    display: block;
    margin-bottom: .5em;
    top: 70px;
  }
}
.rec-txtdeco::before {
  content: "";
  display: inline-block;
  background-color: currentColor;
  margin-bottom: .5em;
  vertical-align: .1em;
  width: 1px;
  height: 2em;
}
@media screen and (max-width: 834px) {
  .rec-txtdeco::before {
    vertical-align: middle;
    width: 2em;
    height: 1px;
  }
}

.rec-entitle {
  font-family: var(--mont);
  text-align: center;
  line-height: 1.2;
  font-weight: 200;
  font-size: 8rem;
}
@media screen and (max-width: 834px) {
  .rec-entitle {
    font-size: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .rec-entitle {
    font-size: 3rem;
  }
}

.rec-contitle {
  line-height: 1.875;
  font-size: 2.4rem;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 835px) {
  .rec-contitle {
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .rec-contitle {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
.rec-contitle span {
  display: block;
  font-size: 75%;
}
.rec-contitle em {
  font-style: normal;
  padding-bottom: .4em;
  background-image: radial-gradient(0.1em 0.1em at center, #cfd5c8 0, #cfd5c8 100%, rgba(207, 213, 200, 0) 100%);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 1em .2em;
}

.rec-contxt {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 515px;
  box-sizing: border-box;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .rec-contxt {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 515px) {
  .rec-contxt {
    width: 515px;
    max-width: max-content;
  }
}

.rec-ensub {
  font-family: var(--mont);
  font-weight: 200;
  color: #6d7f71;
  margin-bottom: 1em;
  font-size: 5.5rem;
}
@media screen and (max-width: 834px) {
  .rec-ensub {
    font-size: 3rem;
  }
}

/*イントロ*/
.rec-intro__head {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  box-sizing: border-box;
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .rec-intro__head {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 835px) {
  .rec-intro__head {
    display: grid;
    gap: 5%;
    grid-template-rows: auto;
    grid-template-columns: 35% auto;
  }
}
@media screen and (max-width: 834px) {
  .rec-intro__head {
    margin-bottom: 50px;
  }
}

.rec-intro__head-title {
  line-height: 1.875;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .rec-intro__head-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .rec-intro__head-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .rec-intro__head-title {
    margin-bottom: 1em;
  }
}

.rec-intro__slide {
  overflow: hidden;
  margin-bottom: 80px;
  height: 290px;
}
@media screen and (max-width: 834px) {
  .rec-intro__slide {
    margin-bottom: 50px;
    height: 150px;
  }
}
.rec-intro__slide .slick-slide {
  display: block;
  width: auto !important;
  height: 290px;
  margin: 0 5px;
}
@media screen and (max-width: 834px) {
  .rec-intro__slide .slick-slide {
    height: 150px;
    margin: 0 3px;
  }
}
.rec-intro__slide .slick-slide img {
  width: auto;
  height: 100%;
}

.rec-intro__cont {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .rec-intro__cont {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (min-width: 835px) {
  .rec-intro__cont-grid {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 46%;
    gap: 4%;
  }
}
@media screen and (min-width: 991px) {
  .rec-intro__cont-grid {
    grid-template-columns: 55% 40%;
  }
}
@media screen and (max-width: 990px) {
  .rec-intro__cont-grid .rec-txtdeco {
    margin-bottom: .5em;
  }
}

.rec-intro__cont-title {
  line-height: 1.905;
  font-size: 2.1rem;
}
@media screen and (max-width: 834px) {
  .rec-intro__cont-title {
    font-size: 1.9rem;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 640px) {
  .rec-intro__cont-title {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 835px) {
  .rec-intro__cont-title {
    align-self: end;
  }
}

@media screen and (min-width: 835px) {
  .rec-intro__cont-img {
    grid-row: 1/3;
    grid-column: 1;
  }
}
@media screen and (max-width: 834px) {
  .rec-intro__cont-img {
    display: block;
    margin-bottom: 30px;
  }
}

/*トップメッセージ*/
.rec-message {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  box-sizing: border-box;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #cfd5c8;
  box-shadow: 25vw 0 #cfd5c8, -25vw 0 #cfd5c8, 50vw 0 #cfd5c8, -50vw 0 #cfd5c8;
}
@media screen and (max-width: 834px) {
  .rec-message {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 834px) {
  .rec-message {
    padding-top: 90px;
  }
}
@media screen and (max-width: 375px) {
  .rec-message {
    padding-top: 60px;
  }
}
@media screen and (max-width: 834px) {
  .rec-message {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 375px) {
  .rec-message {
    padding-bottom: 60px;
  }
}
.rec-message .rec-entitle {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  box-sizing: border-box;
  color: #ffffff;
  margin-bottom: 1em;
}
@media screen and (max-width: 834px) {
  .rec-message .rec-entitle {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 834px) {
  .rec-message .rec-entitle {
    text-align: left;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 835px) {
  .rec-message__cont {
    display: grid;
    align-items: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto 35%;
    gap: 20px 5%;
  }
}

@media screen and (min-width: 835px) {
  .rec-message__cont-img {
    grid-row: 1/4;
    grid-column: 2;
  }
}
@media screen and (max-width: 834px) {
  .rec-message__cont-img {
    display: block;
    margin: 0 auto 40px;
    max-width: 350px;
    aspect-ratio: 1 / 1;
  }
  .rec-message__cont-img img {
    object-fit: cover;
    object-position: top center;
    height: 100%;
  }
}

.rec-message__cont-title {
  line-height: 1.875;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .rec-message__cont-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .rec-message__cont-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .rec-message__cont-title {
    margin-bottom: 1em;
  }
}

.rec-message__cont-sign {
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .rec-message__cont-sign {
    margin-top: 30px;
  }
}

/*Spec Holderの在り方*/
.rec-about {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .rec-about {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.rec-about__bg {
  position: absolute;
  width: 30%;
  max-width: 430px;
  min-width: 200px;
  padding: 0;
  left: 0;
  top: -120px;
}
@media screen and (max-width: 834px) {
  .rec-about__bg {
    top: -90px;
  }
}
@media screen and (max-width: 375px) {
  .rec-about__bg {
    top: -60px;
  }
}

.rec-about__hr {
  display: flex;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 834px) {
  .rec-about__hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.rec-about__hr > * {
  flex: 1 1 30%;
  aspect-ratio: 1 / .623;
}
.rec-about__hr img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rec-about__curhead {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .rec-about__curhead {
    display: flex;
    gap: 5%;
  }
  .rec-about__curhead p {
    flex: 1 1 auto;
  }
}

.rec-about__curhead-title {
  text-align: center;
  font-weight: 700;
  font-size: 2.1rem;
}
@media screen and (max-width: 834px) {
  .rec-about__curhead-title {
    font-size: 1.9rem;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 640px) {
  .rec-about__curhead-title {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 835px) {
  .rec-about__curhead-title {
    min-width: max-content;
  }
}
.rec-about__curhead-title span {
  font-size: 85.7%;
  font-weight: normal;
  display: block;
}
.rec-about__curhead-title span::before, .rec-about__curhead-title span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: currentColor;
}
.rec-about__curhead-title span::before {
  transform: rotate(-30deg);
  margin-right: .5em;
}
.rec-about__curhead-title span::after {
  transform: rotate(30deg);
  margin-left: .5em;
}

@media screen and (min-width: 835px) {
  .rec-about__curlist {
    display: grid;
    align-items: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 160px auto;
    gap: 80px 10%;
    align-items: start;
  }
}
.rec-about__curlist > dt {
  color: #ffffff;
  display: flex;
  height: 2em;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1.8rem;
}
.rec-about__curlist > dt.rec-about__curlist-hair {
  background-color: #585e5a;
}
.rec-about__curlist > dt.rec-about__curlist-haireye {
  background-color: #efaf89;
}
.rec-about__curlist > dt.rec-about__curlist-eye {
  background-color: #e7a699;
}
@media screen and (max-width: 834px) {
  .rec-about__curlist > dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
    width: 8em;
  }
}
@media screen and (max-width: 834px) {
  .rec-about__curlist > dd:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 834px) {
  .rec-about__curlist > dd > div {
    overflow: auto;
  }
}
.rec-about__curlist > dd > div img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .rec-about__curlist > dd > div img {
    min-width: 620px;
  }
}
.rec-about__curlist > dd .rec-about__curlist-imgs {
  width: 50%;
  margin-bottom: 1em;
}
@media screen and (max-width: 834px) {
  .rec-about__curlist > dd .rec-about__curlist-imgs {
    min-width: 310px;
  }
}

.rec-about__curlist-sp {
  margin-top: .5em;
}
@media screen and (min-width: 835px) {
  .rec-about__curlist-sp {
    display: none;
  }
}

/*デビュープログラムについて*/
.rec-debut {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .rec-debut {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.rec-debut__head,
.rec-debut__schedule,
.rec-debut__support {
  margin-bottom: 40px;
}

@media screen and (min-width: 835px) {
  .rec-debut__head {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 50% 45%;
    column-gap: 5%;
    align-items: start;
  }
}

@media screen and (min-width: 835px) {
  .rec-debut__head-img {
    grid-row: 1/3;
    grid-column: 1;
  }
}
@media screen and (max-width: 834px) {
  .rec-debut__head-img {
    margin-bottom: 1em;
    display: block;
  }
}

.rec-debut__head-title {
  line-height: 1.875;
  font-size: 2.4rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 834px) {
  .rec-debut__head-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .rec-debut__head-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 835px) {
  .rec-debut__head-title {
    align-self: end;
  }
}

.rec-debut__schedule-title {
  font-size: 1.8rem;
  margin-bottom: .5em;
}

.rec-debut__schedule-sample {
  margin: 0;
}
@media screen and (min-width: 835px) {
  .rec-debut__schedule-sample {
    display: flex;
    gap: 5%;
  }
}
@media screen and (min-width: 835px) {
  .rec-debut__schedule-sample img {
    width: 40%;
  }
}
@media screen and (max-width: 834px) {
  .rec-debut__schedule-sample img {
    margin-bottom: 15px;
    width: 100%;
  }
}
.rec-debut__schedule-sample figcaption {
  flex: 1 1 60%;
}
.rec-debut__schedule-sample figcaption .rec-debut__schedule-guide {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px 5%;
}
.rec-debut__schedule-sample figcaption .rec-debut__schedule-guide > li {
  padding-left: 2em;
  text-indent: -2em;
}
@media screen and (max-width: 500px) {
  .rec-debut__schedule-sample figcaption .rec-debut__schedule-guide > li {
    font-size: 1.4rem;
  }
}
.rec-debut__schedule-sample figcaption .rec-debut__schedule-guide > li::before {
  text-indent: 0;
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1em;
  vertical-align: -.1em;
  margin-right: .5em;
}
.rec-debut__schedule-sample figcaption .rec-debut__schedule-guide > li.rec-debut__schedule-01::before {
  background-color: #585e5a;
}
.rec-debut__schedule-sample figcaption .rec-debut__schedule-guide > li.rec-debut__schedule-02::before {
  background-color: #f3ef7c;
}
.rec-debut__schedule-sample figcaption .rec-debut__schedule-guide > li.rec-debut__schedule-03::before {
  background-color: #efaf89;
}
.rec-debut__schedule-sample figcaption .rec-debut__schedule-guide > li.rec-debut__schedule-04::before {
  background-color: #dcdddd;
}
.rec-debut__schedule-sample figcaption .rec-debut__schedule-guide > li span {
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .rec-debut__schedule-sample figcaption .rec-debut__schedule-guide > li span {
    font-size: 1.6rem;
  }
  .rec-debut__schedule-sample figcaption .rec-debut__schedule-guide > li span br {
    display: none;
  }
}

.rec-debut__support {
  background-color: #cfd5c8;
  padding: 50px;
}
@media screen and (max-width: 834px) {
  .rec-debut__support {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  .rec-debut__support {
    padding: 30px 15px;
  }
}

.rec-debut__support-title {
  font-weight: 700;
  color: #737b75;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 1em;
  font-size: 21px;
}
@media screen and (max-width: 834px) {
  .rec-debut__support-title {
    font-size: 1.8rem;
  }
}

.rec-debut__support-list {
  counter-reset: debut__support;
}
@media screen and (min-width: 835px) {
  .rec-debut__support-list {
    display: flex;
    justify-content: space-between;
  }
}
.rec-debut__support-list > li {
  counter-increment: debut__support;
  display: grid;
  grid-template-rows: auto 80%;
  grid-template-columns: 30% 65%;
  gap: 10px 15px;
}
@media screen and (min-width: 835px) {
  .rec-debut__support-list > li {
    width: 48%;
  }
}
@media screen and (max-width: 834px) {
  .rec-debut__support-list > li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.rec-debut__support-list > li .rec-debut__support-sub {
  position: relative;
  font-weight: 700;
  line-height: 1.4;
  padding-top: 1em;
  z-index: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .rec-debut__support-list > li .rec-debut__support-sub {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 641px) {
  .rec-debut__support-list > li .rec-debut__support-sub br {
    display: none;
  }
}
.rec-debut__support-list > li .rec-debut__support-sub::before {
  content: counter(debut__support,decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--mont);
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  font-size: 4rem;
  z-index: -1;
}
.rec-debut__support-list > li .rec-debut__support-img {
  grid-row: 1/3;
  grid-column: 1;
  aspect-ratio: 1 / 1;
}
.rec-debut__support-list > li .rec-debut__support-img img {
  object-fit: cover;
  height: 100%;
}

/*仕事に集中できる待遇*/
.rec-treatment {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  box-sizing: border-box;
  background-color: #eef0eb;
  box-shadow: 25vw 0 0 #eef0eb, -25vw 0 0 #eef0eb, 50vw 0 0 #eef0eb, -50vw 0 0 #eef0eb;
}
@media screen and (max-width: 834px) {
  .rec-treatment {
    padding-top: 90px;
  }
}
@media screen and (max-width: 375px) {
  .rec-treatment {
    padding-top: 60px;
  }
}
@media screen and (max-width: 834px) {
  .rec-treatment {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 375px) {
  .rec-treatment {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 834px) {
  .rec-treatment {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.rec-treatment__cont {
  background-color: #ffffff;
  position: relative;
  padding: 50px;
}
.rec-treatment__cont:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .rec-treatment__cont {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  .rec-treatment__cont {
    padding: 30px 15px;
  }
}
.rec-treatment__cont.rec-treatment__bg {
  min-height: 280px;
}

.rec-treatment__cont-title {
  background-color: #6d7f71;
  color: #ffffff;
  padding: .2em 1em;
  max-width: max-content;
  margin-bottom: 1em;
}
@media screen and (max-width: 834px) {
  .rec-treatment__cont-title {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 835px) {
  .rec-treatment__cont-head {
    display: flex;
    gap: 5%;
  }
  .rec-treatment__cont-head p {
    flex: 1 1 auto;
  }
}
.rec-treatment__cont-head:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .rec-treatment__cont-head:not(:last-child) {
    margin-bottom: 30px;
  }
}

.rec-treatment__cont-sub {
  font-weight: 700;
  font-size: 2.1rem;
}
@media screen and (max-width: 834px) {
  .rec-treatment__cont-sub {
    font-size: 1.9rem;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .rec-treatment__cont-sub {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 835px) {
  .rec-treatment__cont-sub {
    width: 230px;
    flex: 0 0 auto;
  }
}
.rec-treatment__cont-sub span {
  font-size: 85.7%;
  font-weight: normal;
  display: block;
}
.rec-treatment__cont-sub span::before, .rec-treatment__cont-sub span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: currentColor;
}
.rec-treatment__cont-sub span::before {
  transform: rotate(-30deg);
  margin-right: .5em;
}
.rec-treatment__cont-sub span::after {
  transform: rotate(30deg);
  margin-left: .5em;
}
.rec-treatment__cont-sub em {
  font-style: normal;
  font-size: 128.6%;
  font-family: var(--mont);
}

@media screen and (min-width: 835px) {
  .rec-treatment__bg p {
    padding-right: 20%;
  }
}

.rec-treatment__bg-r {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 30%;
  max-width: 154px;
}
@media screen and (max-width: 834px) {
  .rec-treatment__bg-r {
    right: 30px;
    opacity: .5;
  }
}
@media screen and (max-width: 640px) {
  .rec-treatment__bg-r {
    right: 15px;
  }
}

.rec-treatment__cont-list {
  background-color: #ededed;
  display: grid;
  gap: 1px;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 834px) {
  .rec-treatment__cont-list {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(2, 1fr);
  }
}
.rec-treatment__cont-list:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .rec-treatment__cont-list:not(:last-child) {
    margin-bottom: 30px;
  }
}
.rec-treatment__cont-list > li {
  background-color: #ffffff;
  padding: 20px;
}
@media screen and (max-width: 834px) {
  .rec-treatment__cont-list > li {
    padding: 10px;
  }
}
.rec-treatment__cont-list .rec-treatment__cont-em {
  display: block;
  line-height: 1.559;
  font-weight: 700;
  color: #737b75;
  text-align: center;
  font-size: 1.8rem;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .rec-treatment__cont-list .rec-treatment__cont-em {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .rec-treatment__cont-list .rec-treatment__cont-em {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 376px) {
  .rec-treatment__cont-list .rec-treatment__cont-em br {
    display: none;
  }
}
.rec-treatment__cont-list img {
  display: block;
  width: 70%;
  max-width: 125px;
  margin: 0 auto 1em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #efddcd;
}

.rec-treatment__woman {
  background-color: #cfd5c8;
  position: relative;
  z-index: 0;
  padding: 50px;
}
@media screen and (max-width: 834px) {
  .rec-treatment__woman {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  .rec-treatment__woman {
    padding: 30px 15px;
  }
}

.rec-treatment__woman-bg-l {
  position: absolute;
  left: 0;
  bottom: 8%;
  z-index: -1;
  width: 46%;
}

.rec-treatment__woman-title {
  padding: .2em 1em;
  max-width: max-content;
  background-color: #ffffff;
  color: #6d7f71;
  margin: 0 auto 1.5em;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .rec-treatment__woman-title {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 835px) {
  .rec-treatment__woman-cont {
    display: flex;
    gap: 5%;
  }
  .rec-treatment__woman-cont p {
    flex: 1 1 auto;
  }
}

.rec-treatment__woman-cont-title {
  font-weight: 700;
  font-size: 2.1rem;
}
@media screen and (max-width: 834px) {
  .rec-treatment__woman-cont-title {
    font-size: 1.9rem;
    margin-bottom: 1em;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .rec-treatment__woman-cont-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 835px) {
  .rec-treatment__woman-cont-title {
    width: 280px;
    flex: 0 0 auto;
  }
}

/*キャリア*/
.rec-career {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .rec-career {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.rec-career__top,
.rec-career__bottom {
  display: flex;
}
.rec-career__top > *,
.rec-career__bottom > * {
  width: 50%;
}

@media screen and (max-width: 990px) {
  .rec-career__top {
    flex-direction: column;
  }
  .rec-career__top .rec-career__wl {
    width: 100%;
  }
  .rec-career__top .rec-career__wr {
    width: 100%;
    padding-bottom: 60px;
  }
}

.rec-career__top .rec-career__wr,
.rec-career__bottom .rec-career__wl,
.rec-career__bottom .rec-career__wr {
  position: relative;
}
.rec-career__top .rec-career__wr::before,
.rec-career__bottom .rec-career__wl::before,
.rec-career__bottom .rec-career__wr::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 63px;
  width: 10px;
  background-color: #f4f4f4;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .rec-career__top .rec-career__wr::before,
  .rec-career__bottom .rec-career__wl::before,
  .rec-career__bottom .rec-career__wr::before {
    left: 38px;
  }
}

.rec-career__bottom {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 990px) {
  .rec-career__bottom {
    overflow: auto;
  }
}
.rec-career__bottom::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 10px;
  left: 63px;
  width: 50%;
  background-color: #f4f4f4;
}
@media screen and (max-width: 990px) {
  .rec-career__bottom::before {
    min-width: 450px;
  }
}
@media screen and (max-width: 640px) {
  .rec-career__bottom::before {
    min-width: 90vw;
    left: 38px;
  }
}
.rec-career__bottom .rec-career__wl,
.rec-career__bottom .rec-career__wr {
  padding-bottom: 60px;
}
@media screen and (max-width: 990px) {
  .rec-career__bottom .rec-career__wl,
  .rec-career__bottom .rec-career__wr {
    min-width: 450px;
  }
}
@media screen and (max-width: 640px) {
  .rec-career__bottom .rec-career__wl,
  .rec-career__bottom .rec-career__wr {
    min-width: 90vw;
  }
}
.rec-career__bottom .rec-career__wl::before,
.rec-career__bottom .rec-career__wr::before {
  top: -60px;
  bottom: 20px;
}
.rec-career__bottom .rec-career__wl::after,
.rec-career__bottom .rec-career__wr::after {
  content: "";
  display: block;
  position: absolute;
  left: 63px;
  bottom: 0;
  width: 46px;
  aspect-ratio: 1 / .785;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../img/recruit/arrow.svg");
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .rec-career__bottom .rec-career__wl::after,
  .rec-career__bottom .rec-career__wr::after {
    left: 38px;
  }
}

@media screen and (min-width: 835px) {
  .rec-career .rec-ensub {
    text-align: center;
  }
}

.rec-career__img {
  display: block;
  width: 80%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 834px) {
  .rec-career__img {
    width: 70%;
    margin: 0 0 40px auto;
  }
}

.rec-career__cont {
  position: relative;
  padding-left: 150px;
}
@media screen and (max-width: 640px) {
  .rec-career__cont {
    padding-left: 85px;
    padding-top: 30px;
    font-size: 1.3rem;
  }
}
.rec-career__cont:not(:last-child) {
  margin-bottom: 40px;
}

.rec-career__cont-year {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #6d7f71;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1 / 1;
  width: 125px;
  line-height: 1.6;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .rec-career__cont-year {
    width: 75px;
    font-size: 1.4rem;
  }
}

.rec-career__cont-title {
  background-color: #eef0eb;
  color: #6d7f71;
  font-weight: 700;
  padding: .2em 1.5em;
  max-width: max-content;
  border-radius: 3em;
  margin-bottom: .5em;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .rec-career__cont-title {
    font-size: 1.4rem;
  }
}

.rec-career__cont-list {
  display: flex;
  flex-wrap: wrap;
}
.rec-career__cont-list > li {
  color: #6d7f71;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .rec-career__cont-list > li {
    font-size: 1.4rem;
  }
}
.rec-career__cont-list > li:not(:last-child)::after {
  content: "/";
}

.rec-career__cont-em {
  text-decoration: underline;
  margin: 1.5em 0 .5em;
  font-size: 1.8rem;
}
@media screen and (min-width: 641px) {
  .rec-career__cont-em .rec-career__cont-sp {
    display: none;
  }
}

.rec-career__bottom-sp {
  position: relative;
  z-index: 10;
  margin: -30px 0 0px 90px;
}
@media screen and (max-width: 640px) {
  .rec-career__bottom-sp {
    margin-left: 65px;
  }
}
@media screen and (min-width: 991px) {
  .rec-career__bottom-sp {
    display: none;
  }
}

.rec-career__independence {
  background-color: #cfd5c8;
  padding: 50px;
}
@media screen and (max-width: 834px) {
  .rec-career__independence {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  .rec-career__independence {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 835px) {
  .rec-career__independence {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 45% 50%;
    column-gap: 5%;
    align-items: start;
  }
}

@media screen and (min-width: 835px) {
  .rec-career__indeimg {
    grid-row: 1/3;
    grid-column: 1;
  }
}
@media screen and (max-width: 834px) {
  .rec-career__indeimg {
    margin-top: 1em;
    display: block;
  }
}

.rec-career__title {
  line-height: 1.875;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 834px) {
  .rec-career__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .rec-career__title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 835px) {
  .rec-career__title {
    align-self: end;
  }
}
@media screen and (min-width: 376px) {
  .rec-career__title br {
    display: none;
  }
}

/*Event*/
.rec-event {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .rec-event {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.rec-event__head {
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 835px) {
  .rec-event__head {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 70% 25%;
    column-gap: 5%;
    align-items: start;
  }
}
.rec-event__head .rec-ensub {
  line-height: 1;
}

@media screen and (min-width: 835px) {
  .rec-event__img {
    grid-row: 1/3;
    grid-column: 2;
    align-self: center;
  }
}
@media screen and (max-width: 834px) {
  .rec-event__img {
    width: 50%;
    max-width: 250px;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: -25px;
    opacity: .5;
  }
}

.rec-event__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.rec-event__gallery .rec-event__gallery-img {
  width: calc((100% - (10px * 3)) / 4);
}
@media screen and (max-width: 834px) {
  .rec-event__gallery .rec-event__gallery-img {
    width: calc((100% - 10px) / 2);
  }
}

/*INTERVIEW*/
.rec-interview {
  counter-reset: interview__cont;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  box-sizing: border-box;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #eef0eb;
  box-shadow: 25vw 0 #eef0eb, -25vw 0 #eef0eb, 50vw 0 #eef0eb, -50vw 0 #eef0eb;
}
@media screen and (max-width: 834px) {
  .rec-interview {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 834px) {
  .rec-interview {
    padding-top: 90px;
  }
}
@media screen and (max-width: 375px) {
  .rec-interview {
    padding-top: 60px;
  }
}
@media screen and (max-width: 834px) {
  .rec-interview {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 375px) {
  .rec-interview {
    padding-bottom: 60px;
  }
}
.rec-interview .rec-entitle {
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .rec-interview .rec-entitle {
    text-align: left;
    padding: 0 5%;
  }
}

.rec-interview__bg {
  position: absolute;
  width: 30%;
  max-width: 410px;
  min-width: 180px;
  padding: 0;
  right: 0;
  top: 0;
}

.rec-interview__cont:not(:last-child) {
  margin-bottom: 100px;
}

.rec-interview__head {
  counter-increment: interview__cont;
  max-width: 900px;
  padding: 0 15px 15px;
  margin: 50px 0;
}
@media screen and (min-width: 641px) {
  .rec-interview__head {
    display: grid;
    grid-template-rows: 30% 40% 30%;
    grid-template-columns: 60% 40%;
    align-items: start;
    padding: 0 50px 50px;
  }
}
@media screen and (min-width: 835px) {
  .rec-interview__head {
    margin: 80px auto;
    grid-template-columns: 50% 50%;
  }
}
.rec-interview__head::before {
  content: counter(interview__cont,decimal-leading-zero);
  font-family: var(--mont);
  color: #ffffff;
  padding-top: .2em;
  background-image: url("../../img/recruit/interview.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  font-weight: 200;
  transform: translateY(-40%);
  display: block;
  width: max-content;
  line-height: 1;
  font-size: 9rem;
}
@media screen and (max-width: 834px) {
  .rec-interview__head::before {
    font-size: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .rec-interview__head::before {
    font-size: 5rem;
    margin: 0 auto;
  }
}

.rec-interview__head-title {
  line-height: 1.875;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .rec-interview__head-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .rec-interview__head-title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .rec-interview__name {
    font-size: 1.3rem;
    width: max-content;
    margin-left: auto;
    line-height: 1.6;
  }
}
.rec-interview__name span {
  font-size: 133%;
  font-weight: 700;
  font-family: var(--mont);
}

.rec-interview__deco {
  position: relative;
}
@media screen and (min-width: 641px) {
  .rec-interview__deco {
    padding-top: 50px;
    align-self: center;
    justify-self: end;
    grid-row: 1/4;
    grid-column: 2;
  }
}
@media screen and (max-width: 640px) {
  .rec-interview__deco {
    margin: 15px 0;
  }
}
.rec-interview__deco picture {
  position: absolute;
}
.rec-interview__deco p {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #4c504d;
  color: #ffffff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 206px;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .rec-interview__deco p {
    width: 25vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 640px) {
  .rec-interview__deco p {
    width: 180px;
    margin-left: auto;
  }
}

.rec-interview__deco-01 {
  width: 70%;
  max-width: 195px;
  margin-top: 25px;
  right: 65px;
}
@media screen and (min-width: 641px) {
  .rec-interview__deco-01 {
    transform: translateY(-50%);
    top: 50%;
  }
}
@media screen and (max-width: 990px) {
  .rec-interview__deco-01 {
    right: 10%;
  }
}
@media screen and (max-width: 834px) {
  .rec-interview__deco-01 {
    right: -43%;
  }
}
@media screen and (max-width: 640px) {
  .rec-interview__deco-01 {
    width: 40%;
    left: -2%;
    top: -3%;
  }
}

.rec-interview__deco-02 {
  width: 40%;
  max-width: 105px;
}
@media screen and (min-width: 991px) {
  .rec-interview__deco-02 {
    margin-top: 25px;
    width: 50%;
  }
}
@media screen and (min-width: 835px) {
  .rec-interview__deco-02 {
    left: -40%;
  }
}
@media screen and (min-width: 641px) {
  .rec-interview__deco-02 {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 834px) {
  .rec-interview__deco-02 {
    right: -28%;
  }
}
@media screen and (max-width: 640px) {
  .rec-interview__deco-02 {
    width: 23%;
    left: -5%;
    top: 0;
  }
}

.rec-interview__deco-03 {
  width: 65%;
  max-width: 168px;
  margin-top: 55px;
  right: 65px;
}
@media screen and (min-width: 641px) {
  .rec-interview__deco-03 {
    transform: translateY(-50%);
    top: 50%;
  }
}
@media screen and (max-width: 990px) {
  .rec-interview__deco-03 {
    right: 10%;
  }
}
@media screen and (max-width: 834px) {
  .rec-interview__deco-03 {
    top: 67%;
    right: -38%;
  }
}
@media screen and (max-width: 640px) {
  .rec-interview__deco-03 {
    width: 40%;
    left: -5%;
    top: auto;
    bottom: -55.5%;
  }
}

.rec-interview__deco-04 {
  max-width: 192px;
}
@media screen and (min-width: 991px) {
  .rec-interview__deco-04 {
    margin-top: 25px;
  }
}
@media screen and (min-width: 835px) {
  .rec-interview__deco-04 {
    left: -78%;
  }
}
@media screen and (min-width: 641px) {
  .rec-interview__deco-04 {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 990px) {
  .rec-interview__deco-04 {
    width: 75%;
  }
}
@media screen and (max-width: 834px) {
  .rec-interview__deco-04 {
    right: -28%;
  }
}
@media screen and (max-width: 640px) {
  .rec-interview__deco-04 {
    width: 40%;
    left: -5%;
    top: -2%;
  }
}

@media screen and (min-width: 835px) {
  .rec-interview__main {
    display: flex;
    align-items: center;
    gap: 5%;
  }
  .rec-interview__main > * {
    flex: 1 1 50%;
  }
}

@media screen and (max-width: 834px) {
  .rec-interview__img {
    margin-top: 1em;
    display: block;
  }
}

.rec-interview__cont:nth-of-type(odd) .rec-interview__head {
  background-color: #f8e6d7;
}
@media screen and (max-width: 640px) {
  .rec-interview__cont:nth-of-type(odd) .rec-interview__head {
    box-shadow: 12vw 0 #f8e6d7, -12vw 0 #f8e6d7;
  }
}
@media screen and (min-width: 835px) {
  .rec-interview__cont:nth-of-type(odd) .rec-interview__deco {
    grid-column: 1;
    justify-self: stretch;
  }
}
@media screen and (min-width: 835px) {
  .rec-interview__cont:nth-of-type(odd) .rec-interview__main {
    flex-direction: row-reverse;
  }
}
.rec-interview__cont:nth-of-type(even) .rec-interview__head {
  background-color: #d9dfd3;
}
@media screen and (max-width: 640px) {
  .rec-interview__cont:nth-of-type(even) .rec-interview__head {
    box-shadow: 12vw 0 #d9dfd3, -12vw 0 #d9dfd3;
  }
}

/*SALON*/
.rec-salon {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .rec-salon {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.rec-salon .rec-entitle {
  margin-bottom: 10px;
}

@media screen and (min-width: 835px) {
  .rec-salon__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 5%;
  }
  .rec-salon__list > li {
    width: calc((100% - 5%) / 2);
  }
}
@media screen and (max-width: 834px) {
  .rec-salon__list > li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.rec-salon__list a {
  display: block;
}
.rec-salon__list a .fa-location-dot {
  font-size: 120%;
  color: #a1afa5;
  margin-right: .5em;
}

.rec-salon__img {
  display: block;
  object-fit: cover;
  aspect-ratio: 1 / .66;
  margin-bottom: 1em;
}

.rec-salon__info {
  display: flex;
  justify-content: space-between;
}

.rec-salon__title {
  font-size: 2rem;
  font-family: var(--mont);
  font-weight: 600;
}

.rec-salon__insta {
  font-size: 24px;
}

/*REQUIREMENTS*/
.rec-requirements {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  box-sizing: border-box;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #eef0eb;
  background-color: #eef0eb;
  box-shadow: 25vw 0 #eef0eb, -25vw 0 #eef0eb, 50vw 0 #eef0eb, -50vw 0 #eef0eb;
}
@media screen and (max-width: 834px) {
  .rec-requirements {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 834px) {
  .rec-requirements {
    padding-top: 90px;
  }
}
@media screen and (max-width: 375px) {
  .rec-requirements {
    padding-top: 60px;
  }
}
@media screen and (max-width: 834px) {
  .rec-requirements {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 375px) {
  .rec-requirements {
    padding-bottom: 60px;
  }
}
.rec-requirements .rec-entitle {
  margin-bottom: 1em;
}

.rec-requirements__main {
  position: relative;
  padding-top: 134px;
}
@media screen and (max-width: 834px) {
  .rec-requirements__main {
    padding-top: 80px;
  }
}

.rec-requirements__tab {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 1px solid #4c504d;
  position: absolute;
  left: 50%;
  top: 0;
  max-width: 314px;
  line-height: 1.2;
  padding: .3em;
  width: 40%;
  height: 74px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .rec-requirements__tab {
    height: 60px;
    font-size: 1.6rem;
  }
}
/* @media screen and (min-width: 641px) {
  .rec-requirements__tab br {
    display: none;
  }
} */
.rec-requirements__tab.rec__tab_on {
  background-color: #4c504d;
  color: #ffffff;
}
.rec-requirements__tab.rec__tab_on + dl {
  display: flex;
}
@media screen and (max-width: 834px) {
  .rec-requirements__tab.rec__tab_on + dl {
    display: block;
  }
}
.rec-requirements__tab:nth-of-type(odd) {
  transform: translateX(-100%);
  margin-left: -2%;
}
.rec-requirements__tab:nth-of-type(even) {
  margin-left: 2%;
}

.rec-requirements__list {
  display: none;
  border-top: 1px solid #cecece;
}
.rec-requirements__list > dt {
  font-weight: 700;
}
@media screen and (min-width: 835px) {
  .rec-requirements__list {
    flex-wrap: wrap;
  }
  .rec-requirements__list > * {
    border-bottom: 1px solid #cecece;
    padding: 20px 2%;
    box-sizing: content-box;
  }
  .rec-requirements__list > dt {
    width: 5.5em;
    flex: 0 0 auto;
  }
  .rec-requirements__list > dd {
    width: 75%;
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 834px) {
  .rec-requirements__list > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rec-requirements__list > dt {
    padding-top: 15px;
  }
  .rec-requirements__list > dd {
    border-bottom: 1px solid #cecece;
    padding-bottom: 15px;
  }
}

/*REQUIREMENTS*/
.rec-entry {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .rec-entry {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.rec-entry .rec-entitle {
  margin-bottom: .5em;
}

.rec-entry__wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: relative;
  z-index: 0;
  color: #e4e8e0;
  aspect-ratio: 1 / .419;
}
@media screen and (max-width: 834px) {
  .rec-entry__wrap {
    aspect-ratio: 1 / .6;
  }
}

.rec-entry__img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.rec-entry__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rec-entry__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  width: 50%;
  max-width: 218px;
  margin: .5em auto;
  height: 45px;
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 834px) {
  .rec-entry__btn {
    height: 35px;
    font-size: 1.6rem;
  }
}

.rec-entry__tel {
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .rec-entry__tel {
    font-size: 1.6rem;
  }
}
.rec-entry__tel span {
  font-family: var(--mont);
  font-size: 110%;
}

/*# sourceMappingURL=recruit.css.map */
