@charset "utf-8";
/* CSS Document */

/* 改行---------------------------------- */
.recruit_br__sp {
  display: none;
}

.recruit_br__pc {
  display: block;
}

@media screen and (max-width:768px) {
  .recruit_br__sp {
    display: block;
  }

  .recruit_br__pc {
    display: none;
  }
}


/* -------------------------------------- */

.job-description,
.career-plan {
  background: #F9F9F9;
}



/* FV */
.fv {
  /* max-width: 1400px; */
  /* height: auto; */
  position: relative;
  margin: 135px auto 0;
  background: #A0A8A1;
  width: 100%;
  height: 400px;
}

.fv-inner {
  padding: 0px 10px 0px;
}

.fv-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.fv-title img {
  width: 100%;
}

.fadeInLeft-recruit {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .8s;
  -ms-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: fadeInLeft-recruit;
  animation-name: fadeInLeft-recruit;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft-recruit {
  0% { opacity: 0; -webkit-transform: translate3d(-10%, -50%, 0); }
  100% { opacity: 1; -webkit-transform: translate3d(0, -50%, 0); }
}

@keyframes fadeInLeft-recruit {
  0% { opacity: 0; transform: translate3d(-10%, -50%, 0); }
  100% { opacity: 1; transform: translate3d(0, -50%, 0); }
}

/* FVのレスポンシブ--------------------------------- */
@media screen and (max-width:1061px) {
  .fv {
    margin: 84px auto 0;
  }

  .fv-title img {
    width: 80%;
  }
}



@media screen and (max-width:768px) {
  .fv {
    height: auto;
    aspect-ratio: 5 / 4;
  }
}
/* ---------------------------------------------- */



/* MV */
/* .mv {
  position: relative;
} */

.mv-inner {
  padding: 180px 0 140px;
}

.mv-content {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 5rem;
  align-items: center;
  /* position: relative; */
}

.mv-content-img {
  margin-inline: auto;
  position: relative;
}

.mv-content-img::before {
  content: "";
  width: 25rem;
  height: 25rem;
  display: inline-block;
  background: rgba(229, 229, 229, 0.6);
  position: absolute;
  top: -4rem;
  left: 36rem;
  z-index: 0;
}

.mv-content-img::after {
  content: "";
  width: 50rem;
  display: inline-block;
  background: url(../image/recruit/main-copy.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 4rem;
  left: -2.5rem;
  z-index: 0;
  aspect-ratio: 4 / 1;
  /* max-width: 494px; */
}

.mv-content-inner {
  position: relative;
}

.mv-content-inner p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.222rem;
  letter-spacing: 2px;
  line-height: 1.8;
}

.mv-content__extra1::before {
  content: "";
  width: 39rem;
  display: inline-block;
  background: url(../image/recruit/sub-copy.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -21rem;
  right: -14rem;
  z-index: 0;
  aspect-ratio: 395 / 78;
}
.mv-content__extra1::after {
  content: "";
  width: 25rem;
  height: 25rem;
  display: inline-block;
  background: #E3EAE3;
  position: absolute;
  bottom: -30rem;
  right: -7rem;
  z-index: -1;
}

.br_sp {
  display: none;
}
/* mvレスポンシブ--------------------------------- */
@media screen and (max-width:1400px) {
  .mv-content__extra1::before {
    right: -4rem;
  }

  .mv-content__extra1::after {
    right: 3rem;
  }
}



@media screen and (max-width:1230px) {
  .mv-content__extra1::before {
    right: 0rem;
  }

  .mv-content__extra1::after {
    right: 7rem;
  }
}



@media screen and (max-width:1061px) {
  .mv-content-img::after {
    bottom: 4rem;
    left: 1.5rem;
    width: 43rem;
  }

  .mv-content-img::before {
    width: 17rem;
    height: 17rem;
    top: -4rem;
    left: 5vw;
  }

  .mv-content-inner {
    text-align: center;
  }

  .mv-content-inner p {
    font-size: 2rem;
  }

  .mv-content__extra1::before {
    width: 21.6rem;
    bottom: -6rem;
    right: 23vw;
  }
  .mv-content__extra1::after {
    width: 17rem;
    height: 17rem;
    bottom: -7rem;
    right: 24vw;
  }
}



@media screen and (max-width:768px) {
  .mv-inner {
    padding: 40px 0 140px;
  }
}



@media screen and (min-width:768px) {
  .mv-inner {
    padding: 180px 10px 140px;
  }
}



@media screen and (max-width:576px) {
  .mv-content-img::after {
    width: 70vw;
  }

  .mv-content-inner p {
    font-size: 1.8rem;
  }

  .mv-content__extra1::before {
    right: 3vw;
  }
  .mv-content__extra1::after {
    right: 6vw;
  }

  .br_sp {
    display: block;
  }
}

/* --------------------------------------------- */



/* メッセージ */
.message-inner {
  padding: 140px 0px 140px;
}

.message {
  position: relative;
}

.message::before {
  content: "";
  width: calc(100% - 10rem);
  height: 100%;
  background: url(../image/recruit/message-back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 19 / 9;
  z-index: -1;
}
.message::after {
  content: "";
  /* width: 100%; */
  height: 100%;
  background: url(../image/recruit/leaf.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -38rem;
  right: 0;
  aspect-ratio: 157 / 240;
  z-index: -1;
}

.section-title-message {
  font-size: 4.5rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 80px;
}

.message-content {
  display: grid;
  /* grid-template-columns: max-content 1fr; */
  grid-template-columns: 0.7fr 1fr;
  gap: 7rem;
  align-items: center;
}

.message-content-img {
  width: 100%;
  /* height: 100%; */
  aspect-ratio: 148 / 193;
  margin-inline: auto;
}

.message-content-img img {
  width: 100%;
  object-fit: contain;
}

.message-content-inner p {
  font-size: 1.8rem;
  letter-spacing: 1.5px;
  line-height: 1.5;
}
.message-content-inner p:not(:first-of-type) {
  padding-top: 3.5rem;
}

.message-txt {
  text-align: center;
  letter-spacing: 1.5px;
}
/* メッセージの背景レスポンシブ--------------------------------- */
@media screen and (max-width:1061px) {
  .message::before {
    background: url(../image/recruit/message-back-sp.svg);
    aspect-ratio: 9 / 19;
  }

  .message::after {
    width: 50%;
    bottom: -70%;
  }

  .message-content-img {
    max-width: 550px;
  }
}

/* @media screen and (min-width:768px) and (max-width:1061px) {
  .message-content-img {
    width: calc(100% - 33rem);
  }
} */

@media screen and (max-width:768px) {
  .message-inner {
    padding: 40px 0px 140px;
  }

  .message::before {
    width: calc(100% - 6rem);
  }

  .message::after {
    width: 50%;
    bottom: -82%;
  }

  .message-content-inner p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media screen and (min-width:768px) {
  .message-inner {
    padding: 140px 10px 140px;
  }
}

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

  .message::before {
    width: calc(100% - 4rem);
  }

  .message::after {
    width: 50%;
    bottom: -85%;
  }
}
/* ------------------------------------------------------------ */



/* enifの教育カリキュラム */
.lesson {
  position: relative;
}

.lesson::before {
  content: "";
  width: 13.333rem;
  display: inline-block;
  background: url(../image/recruit/lesson-img01-02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 41rem;
  left: 5rem;
  aspect-ratio: 80 / 133;
}

.lesson::after {
  content: "";
  width: 13.333rem;
  display: inline-block;
  background: url(../image/recruit/lesson-img05-06.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 78rem;
  right: 5rem;
  aspect-ratio: 239 / 391;
}
/* 背景画像レスポンシブ--------------------------------- */
@media screen and (max-width:1355px) {
  .lesson::after {
    display: none;
  }
}

@media screen and (max-width:1220px) {
  .lesson::before {
    display: none;
  }
}
/* --------------------------------------- */

.recruit-leading-inner-txt {
  font-size: 1.8rem;
}

.lesson-inner {
  padding: 50px 10px 0;
}

.lesson-copy-img {
  text-align: center;
  margin-bottom: 2rem;
}

.lesson-person {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lesson-person-box {
  text-align: center;
  padding: 1rem 2rem;
  height: 3rem;
  align-content: center;
  letter-spacing: 1px;
}

.lesson-person-left {
  background: #A1A8A1;
  color: #fff;
  font-size: 3.6rem;
}

.lesson-person-right {
  background: #fff;
  color: #222;
  font-size: 2.4rem;
}

.lesson-person-right p {
  font-weight: 600;
  position: relative;
  top: .3rem;
  left: 0;
}

.lesson-person-txt {
  font-size: 2.2rem;
  padding: 4.5rem 0;
  text-align: center;
  letter-spacing: 1.5px;
  line-height: 1.5;
}

.green-txt {
  color: #79A179;
}

.lesson-person-img {
  margin-bottom: 7rem;
  text-align: center;
}

.lesson-person-three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6rem;
  margin-bottom: 10rem;
}

.person-ttl {
  background: #E5E5E5;
  color: #222;
}
.person-ttl p {
  font-size: 2rem;
  font-weight: 600;
}

.lesson-person-three-inner:not(:first-of-type) .person-list::before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url(../image/recruit/batsu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -4.25rem;
  transform: translateY(-50%);
}

.person-list {
  /* height: 11rem; */
  background: #fff;
  padding: 24px 19px;
  position: relative;
  min-height: 13rem;
}

.person-item {
  line-height: 1.8;
  font-size: 1.8rem;
  text-indent: -.8rem;
  padding-left: 1rem;
}

.lesson-day-img {
  text-align: center;
  padding-top: 4.5rem;
  max-width: 960px;
  margin-inline: auto;
}

.lesson-day-img::before {
  content: "";
  width: 13.333rem;
  display: inline-block;
  background: url(../image/recruit/lesson-img04.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 168rem;
  left: 5rem;
  aspect-ratio: 40 / 51;
}

.lesson-day-img::after {
  content: "";
  width: 13.333rem;
  display: inline-block;
  background: url(../image/recruit/lesson-img03.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 165rem;
  right: 5rem;
  aspect-ratio: 40 / 51;
}
/* 背景画像レスポンシブ--------------------------------- */
@media screen and (max-width:1355px) {
  .lesson-day-img::before {
    display: none;
  }
  .lesson-day-img::after {
    display: none;
  }
}



@media screen and (max-width:768px) {
  .lesson-day-img {
    overflow-x: auto;
    white-space: nowrap;
  }

  .lesson-day-img img {
    display: inline-block;
    max-width: none;
    width: 593px;
  }
}
/* --------------------------------------- */



.lesson-day-img-txt {
  padding-top: 4rem;
  letter-spacing: 1.5px;
  line-height: 1.5;
  text-align: left;
}

.lesson-point {
  max-width: 960px;
  margin-inline: auto;

  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 7rem;
}

.lesson-point-inner {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 3rem;
  align-items: center;
  text-align: left;
}

.lesson-point-inner img {
  width: 17.7rem;
}

.lesson-point-inner-txt {
  font-size: 1.8rem;
  letter-spacing: 1.5px;
  line-height: 1.5;
}



/* enifのキャリアプラン */
.career-plan-inner {
  padding: 0 10px;
}

.career-plan-img {
  width: 100%;
  text-align: center;
}



/* スタッフの声 */
.interview-list {
  /* display: flex;
  flex-wrap: wrap; */
  gap: 2rem;
  justify-content: center;
  margin-bottom: 7rem;
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
  grid-template-columns: repeat(auto-fit, minmax(368px, 0fr));
}

.interview-item {
  /* width: 33%; */
  /* max-width: 318px; */
  /* width: calc((100% / 3) - 7rem); */
  background: #fff;
  padding: 2.5rem;
  position: relative;
}
/* .interview-item:last-child {
  margin-right: auto;
  margin-left: 0;
} */
/* interview-item:last-child---------------- */
/* @media screen and (max-width: 1144px) {
  .interview-item:last-child {
    margin-right: 39rem;
  }
} */
/* @media screen and (max-width: 768px) {
  .interview-item:last-child {
    margin-right: 0;
  }
} */
@media screen and (max-width: 368px) {
  .interview-list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
/* ----------------------------------------- */

.interview-item img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  aspect-ratio: 7 / 5;
}

.job_type_box {
  padding: 10px 30px 5px;
  color: #fff;
  display: inline-block;
  letter-spacing: 1.5px;
  position: absolute;
  top: 1.5rem;
  left: 0;
}

.job_type_box.assistant {
  background-color: #687468; /* アシスタントの背景色 */
}

.job_type_box.stylist {
  background-color: #7D7583; /* スタイリストの背景色 */
}

.joining_year_txt {
  font-size: 16px;
  padding: 3rem 0 2rem;
}

.interview_name_ttl {
  font-size: 20px;
  font-weight: 600;
  padding-top: 4rem;
}

.interview_school_txt {
  font-size: 16px;
  padding: 2rem 0 3rem;
}

.short_message_txt {
  font-size: 1.8rem;
  letter-spacing: 1.5px;
  line-height: 1.5;
}




/* 募集要項 */
.job-description-table {
	width: 100%;
	margin-bottom:1rem;
}

.job-description-table th, .job-description-table td{
	font-size: 2.4rem;
	/* font-weight: 300; */
  line-height: 1.3;
	padding: 20px 10px;
	border-bottom: 1px solid #d4d5d3;
}

.job-description-table th{
	text-align: left;
	/* background-color: rgba(232,232,232,0.6); */
  position: relative;
  font-weight: 600;
}

.job-description-table td{
	font-size: 2.2rem;
	text-align: center;
	width: 25%;
	/* background-color: rgba(232,232,232,0.3); */
  font-weight: 400;
}

.job-description-table th::before {
	content: "";
	width: 162px;
	height: 1.5px;
	background: #A1A8A1;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.table-recruit td{
	width: 72%;
	text-align: left;
}
.table-recruit th,.table-recruit td{
	font-size: 1.5rem;
	/* font-weight: 400; */
	line-height: 1.8;
}
/* .table-recruit th{
	background-color: rgba(232,232,232,0.6);
} */
.table-recruit span{
	padding-left: 12px;
}
.table-recruit span.recruit-worktime{
	padding-left: 10px;
	font-weight: 400;
}
.recruit-inner .btn-outer{
	padding: 0 0 20px;
	font-family: 'Josefin Sans', sans-serif;
}
.table-recruit p.curriculum{
	margin-top: 10px;
}
.table-recruit p.curriculum:after{
    position: relative;
    bottom: -1px;
    left: 7px;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 1.7rem;
    display: inline-block;
}
.table-recruit p.curriculum:hover:after{
    opacity: 0.5;
}

/* application-btn */
.application-btn {
  margin-top: 5rem;
}










/* ブラウザサイズ：768px以下 ---------------------------------------------*/
@media screen and (max-width:768px) {

  .section-title-message {
    font-size: 3.5rem;
    margin-bottom: 40px;
  }

  .lesson-person {
    display: block;
  }

  .lesson-person-three {
    grid-template-columns: 1fr;
  }

  .lesson-person-three-inner:not(:first-of-type) .person-list::before {
    top: -9rem;
    left: 50%;
    transform: translate(-50%);
  }

  .lesson-person-left {
    font-size: 2.5rem;
  }
  
  .lesson-person-right {
    font-size: 1.555rem;
  }

  .lesson-point-inner {
    grid-template-columns: 1fr;
  }

  .lesson-point-inner img {
    margin-inline: auto;
    width: 11.8rem;
  }

  .lesson-person-txt {
    font-size: 2rem;
  }

  .lesson-point-inner-txt {
    font-size: 1.6rem;
  }

  .person-ttl p {
    font-size: 1.8rem;
  }

  .person-item {
    font-size: 1.6rem;
  }

  .job-description-table th::before {
    content: "";
    width: 100%;
  }

  /* .interview-item {
    width: calc((100% / 2) - 6rem);
  } */

  .person-list {
    min-height: auto !important;
  }

  .recruit-leading-inner-txt {
    font-size: 1.6rem;
  }
}





/* ブラウザサイズ：1061px以下 ---------------------------------------------*/
@media screen and (max-width:1061px) {
  .mv-content {
    grid-template-columns: 1fr;
  }

  .message-content {
    grid-template-columns: 1fr;
  }
  .message-content img {
    margin-inline: auto;
  }

  .person-list {
    min-height: 23rem;
  }

}