@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © SUN Y'S group

HTML CSS Selectors recruit

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
.site-header {
  opacity: 0;
}
.header-nav {
  transition-delay:1000ms;
}
.salon-fv-logo {
  width: 250px;
  height: 250px;
  padding: 39px 41px 0;
  background-color: rgba(255,255,255,0.70);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500px;
  z-index: 5;
  transition-delay:500ms;
}

.btn-line {
  width: calc(50vw - 373px);
  min-width: 150px;
  max-width: 330px;
  height:  calc(50vw - 373px);
  min-height: 150px;
  max-height: 330px;
  position: fixed;
  right: 0;
  bottom: 0;
  transition-delay:2500ms;
  z-index: 50;
  overflow:hidden;
}
.btn-line::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2000px 2000px;
  border-color: transparent transparent #29c55d transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  content:"";
  z-index: 1;
}
.btn-line a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

/*---------------------------------------------------------------------------------
トップ
--------------------------------------------------------------------------------- */

/*fv*/
.top-fv {
  width: 100%;
  height: 100vh;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.top-fv::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/recruit/mv_over.png") center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content:"";
}
.top-fv-img {
  width: 100%;
  height: 100%;
}
.top-fv-ttl {
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 32%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 3;
  transition-delay:1500ms;
}

/*OTHER RECRUIT*/
.other {
  margin-bottom: 200px;
}
.other-ttl {
  margin-bottom: 40px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.other-list {
  display: flex;
}
.other-list li {
  width: 50%;
}
.other-list li:nth-of-type(4n+1) {
  transition-delay:500ms;
}
.other-list li:nth-of-type(4n+2) {
  transition-delay:700ms;
}
.other-list li:nth-of-type(4n+3) {
  transition-delay:900ms;
}
.other-list li:nth-of-type(4n) {
  transition-delay:1100ms;
}
.other-list a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.other-list img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.other-list__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 24px;
  background-color: #fff;
  padding: 0 5px;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.top-nav {
  margin-bottom: 160px;
}
.top-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.top-nav-list01 {
  margin-bottom: 135px;
}
.top-nav-list01 li {
  margin: 0 40px;
  position: relative;
}
.top-nav-list01 li a {
  display: block;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
.top-nav-list01 li.current {
  font-size: 24px;
  top: -10px;
}
.top-nav-list01 li.current span {
  font-size: 36px;
}

.top-nav-list01 li.current::before {
  width: 78px;
  height: 72px;
  background-image: url("../img/recruit/icon_here.png");
  position: absolute;
  top: -82px;
  right: 0;
  left: 0;
  margin: 0 auto;
  content:"";
}
.top-nav-list01 li.current::after {
  width: 1px;
  height: 0;
  background-color: #c8c4be;
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  margin: 0 auto;
  content:"";
  transition : all 500ms 800ms ease-out;
}
.top-nav-list01 li.effect-on.current::after {
  height: 78px;
}
.top-nav-list01 li.current a::before {
  width: 64px;
  height: 4px;
  background-color: #e50020;
  position: absolute;
  right: 0;
  bottom: -14px;
  left: 0;
  margin: 0 auto;
  content:"";
}

.top-nav-list02 li {
  margin: 0 36px;
}
.top-nav-list02 li:nth-of-type(1) {
  transition-delay:1300ms;
}
.top-nav-list02 li:nth-of-type(2) {
  transition-delay:1400ms;
}
.top-nav-list02 li:nth-of-type(3) {
  transition-delay:1500ms;
}
.top-nav-list02 li:nth-of-type(4) {
  transition-delay:1600ms;
}
.top-nav-list02 li:nth-of-type(5) {
  transition-delay:1700ms;
}
.top-nav-list02 li:nth-of-type(6) {
  transition-delay:1800ms;
}
.top-nav-list02 li a {
  font-size: 16px;
  line-height: 1;
  position: relative;
}
.top-nav-list02 li a::after {
  width: 12px;
  height: 10px;
  background-image: url("../img/recruit/icon_nav.png");
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  margin: 0 auto;
  content:"";
}

/*リード*/
.read-sec {
  width: 880px;
  margin: 0 auto 120px;
  position: relative;
}
.read-sec-ttl {
  padding: 0 0 28px 100px;
  font-size: 46px;
  line-height: 1;
}
.read-sec-ttl span {
  display: block;
  padding-bottom: 18px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}
.read-sec-txt {
  width: 680px;
  padding: 25px 0px 60px 35px;
  border-left: 1px solid #c8c4be;
  margin: 0 0 82px 200px;
  font-size: 12px;
  line-height: 1.8;
  z-index: 2;
  position: relative;
}
.read-sec-txt::before {
  width: 0;
  height: calc(100% + 122px);
  background-color: #eee;
  position: absolute;
  top: -60px;
  right: calc((50vw - 440px) * -1);
  content:"";
  z-index: -1;
  transition : all 500ms 800ms ease-out;
}
.effect-on.read-sec-txt::before {
  width: calc(50vw - 380px);
}
.read-sec-list li {
  display: flex;
  align-items: center;
  align-content: center;
  height: 380px;
  margin-bottom: 25px;
  position: relative;
}
.read-sec-list-inner {
  width: 512px;
  font-size: 12px;
  line-height: 1.8;
}
.read-sec-list-inner__ttl {
  margin-bottom: 28px;
  font-family: var(--font-en);
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}
.read-sec-list-img {
  width: calc(50vw - 80px);
  height: 380px;
  background-color: #ede9e2;
  position: absolute;
  top: 0;
  z-index: 1;
  transition-delay:800ms;
}
.read-sec-list-img img {
  width: auto;
  max-width: auto;
  height: 100%;
}
.read-sec-list-catchphrase {
  font-size: 24px;
  line-height: 1.45;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  z-index: 2;
  transition-delay:1300ms;
}
.read-sec-list-catchphrase span {
  background: linear-gradient(transparent 0%, #fff 0%);
  display: inline;
}

.read-sec-list li:nth-of-type(odd) {
  justify-content: flex-end;
}
.read-sec-list li:nth-of-type(odd) .read-sec-list-img {
  right: 50%;
  margin-right: 138px;
  transform: translate(-50px,0);
  text-align: right;
}
.read-sec-list li:nth-of-type(odd) .read-sec-list-catchphrase {
  right: 50%;
  margin-right: 138px;
}
.read-sec-list li:nth-of-type(even) .read-sec-list-inner__ttl {
  text-align: right;
}
.read-sec-list li:nth-of-type(even) .read-sec-list-img {
  left: 50%;
  margin-left: 138px;
  transform: translate(50px,0);
}
.read-sec-list li:nth-of-type(even) .read-sec-list-catchphrase {
  left: 50%;
  margin-left: 138px;
}

/*MOVIE*/
.movie {
  height: 550px;
  margin-bottom: 240px;
  position: relative;
}
.movie::before {
  width: 100%;
  height: 100%;
  background: url("../img/recruit/mv_over.png") center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content:"";
}
.movie-ttl {
  width: 100%;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 3;
}
.movie__img {
  height: 100%;
  position: relative;
  z-index: 1;
}
.movie__img img {
  opacity: 0.5;
}
.movie__btn {
  width: 172px;
  height: 290px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
}
.movie__btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 200px;
}
.movie__btn a.lucido {
  background: url("../img/common/logo_lucido.png") no-repeat center top;
}
.movie__btn a.bell {
  background: url("../img/common/logo_bell.png") no-repeat center top;
}
.movie__btn__in {
  width: 90px;
  height: 90px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.movie__btn__in::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 30px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 25px;
  left: 32px;
  content:"";
}

/*Banner*/
.banner-list {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto;
  padding-bottom: 210px;
}
.banner-list li {
  width: 350px;
  height: 350px;
  margin: 0 70px 70px;
  counter-increment: banner;
}
.banner-list li:nth-of-type(even) {
  transition-delay: 500ms;
}
.banner-list a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-list li a::before {
  width: 1px;
  height: 18px;
  background-color: #000;
  position: absolute;
  top: -48px;
  left: 8px;
  content:"";
}
.banner-list li a::after {
  font-family: var(--font-btn);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  content: "No " counter(banner);
  position: absolute;
  top: -75px;
  left: -10px;
}
.banner-list li a::after::first-letter {
  font-size: 18px;
}
.banner-list__category {
  width: 80px;
  height: 80px;
  padding-top: 28px;
  background-color: #fff;
  border: 1px solid #000;
  font-family: var(--font-en);
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.075em;
  text-align: center;
  position: absolute;
  top: -22px;
  left: -32px;
  z-index: 2;
}
.banner-list__category::first-letter {
  font-size: 24px;
  text-decoration: underline;
}
.banner-list-in {
  width: 250px;
  padding: 20px 25px 0;
  background-color: rgba(255,255,255,0.80);
  position: absolute;
  right: 0;
  bottom: -25px;
  z-index: 2;
  transition-delay:800ms;
  font-size: 12px;
  line-height: 1.3;
}
.banner-list__ttl {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;

}
.banner-list__txt {
  max-height: 47px;
  display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/*VOICE*/
.top-voice {
  width: 1000px;
  margin: 0 auto 195px;
}
.top-voice-ttl {
  padding: 0 0 30px 155px;
  font-size: 20px;
  line-height: 1;
}
.top-voice-ttl .en {
  display: block;
  padding-bottom: 12px;
  font-family: var(--font-en);
  font-size: 36px;
  font-weight: 500;
}
.top-voice-list {
  width: 770px;
  padding: 34px 0 15px 29px;
  border-left: 1px solid #c8c4be;
  margin-left: 170px;
}
.top-voice-list li {
  margin-bottom: 50px;
  overflow:hidden;
}
.top-voice-list a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.top-voice-list-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  height: 120px;
  padding: 15px 20px;
  background-color: rgba(255,255,255,0.27);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.top-voice-list-ttl .en {
  padding-bottom: 15px;
  font-family: var(--font-en);
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
}
.top-voice-list-ttl .jp {
  font-size: 20px;
  line-height: 1;
}
.top-voice-list-name {
  position: absolute;
  bottom: 27px;
  font-size: 16px;
  line-height: 1;
}
.top-voice-list-name .job {
  display: block;
  padding-top: 5px;
  font-family: var(--font-en);
  font-size: 30px;
  line-height: 1;
}
.top-voice-list-name .job::first-letter {
  font-size: 48px;
  text-decoration: underline;
}
.top-voice-list li:nth-of-type(odd) .top-voice-list-name {
  left: 22px;
}
.top-voice-list li:nth-of-type(even) .top-voice-list-name {
  right: 22px;
}

/*LEARN*/
.top-learn {
  width: 820px;
  margin: 0 auto 265px;
}
.top-learn-ttl {
  padding-bottom: 18px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.top-learn-read {
  padding-bottom: 60px;
  font-size: 20px;
  text-align: center;
}
.top-learn-list li {
  margin-bottom: 55px;
  position: relative;
}
.top-learn-list-in {
  width: 620px;
  height: 413px;
  margin: 0 auto 38px ;
  position: relative;
}
.top-learn-list-in::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 82px 82px 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  content:"";
}
.top-learn-list-in::after {
  width: 2px;
  height: 130px;
  background-color: #000;
  position: absolute;
  top: -24px;
  left: 42px;
  transform: rotate(45deg);
  content:"";
}
.top-learn-list-in-year {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: -15px;
  left: -28px;
}
.top-learn-list-in-year .txt1 {
  width: 100%;
}
.top-learn-list-in-year .txt2 {
  width: 28px;
  font-family: var(--font-en);
  font-size: 60px;
  font-weight: 500;
  text-align: center;
}
.top-learn-list-in-year .txt3 {
  font-size: 18px;
  position: relative;
  top: -10px;
}
.top-learn-list-in__season {
  font-family: var(--font-en);
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  writing-mode: vertical-rl;
  position: absolute;
  top: 68px;
  left: -36px;
}
.top-learn-list-box {
  width: 690px;
  padding: 5px 0 32px 32px;
  border-left: 1px solid #c8c4be;
  margin-left: auto;
}
.top-learn-list-box__ttl {
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 1.5;
}
.top-learn-list-box__txt {
  font-size: 14px;
  line-height: 2.14;
}
.top-learn-list-btn {
  width: 215px;
  padding-bottom: 18px;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 350px;
  right: -110px;
}
.top-learn-list-btn a {
  display: block;
  text-align: center;
  font-family: var(--font-btn);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.top-learn-list-btn a::after {
  display: inline-block;
  width: 22px;
  height: 6px;
  background-image: url("../img/top/icon_arrow_right.svg");
  margin-right: 7px;
  content:"";
}

/*info*/
.recruit-info {
  padding: 90px 0 100px;
  background-color: #ede9e2;
  margin-bottom: 295px;
  position: relative;
}
.recruit-info-ttl {
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.recruit-info-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 127px;
  font-size: 24px;
  line-height: 1;
}
.recruit-info-sub .year {
  font-family:var(--font-en);
  font-size: 36px;
  font-weight: 500;
}
.recruit-info-sub .category {
  font-size: 36px;
  padding: 0 10px;
}
.recruit-info-list {
  display: flex;
  flex-wrap: wrap;
  width: 860px;
  margin: 0 auto;
}
.recruit-info-list dt {
  width: 245px;
  padding: 42px 0 0 125px;
  font-size: 18px;
  line-height: 1;
  position: relative;
}
.recruit-info-list dt::before {
  width: 28px;
  height: 30px;
  background-image: url("../img/recruit/icon_info.png");
  position: absolute;
  top: 35px;
  left: 88px;
  content:"";
}
.recruit-info-list dd {
  width: calc(100% - 245px);
  padding: 40px 20px 35px;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  line-height: 1.71;
}

.download {
  width: 910px;
  height: 520px;
  margin: 0 auto 335px;
  position: relative;
}
.download::before {
  width: 100%;
  height: 100%;
  background-image: url("../img/recruit/mv_over.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content:"";
}
.download-ttl {
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}
.download-in {
  transition-delay: 800ms;
  position: absolute;
  top: 143px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}
.download-in a {
  display: block;
  width: 295px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.download-in__img {
  width: 192px;
  margin: 0 auto 15px;
}
.download-in__size {
  font-size: 20px;
  text-decoration: underline;
}

.faq {
  width: 740px;
  margin: 0 auto 310px;
  opacity: 1;
}
.faq::before {
  width: 0;
  height: 250px;
  background-color: #eee;
  position: absolute;
  top: 165px;
  left: 50%;
  margin-left: -50vw;
  content:"";
  transition : all 500ms 800ms ease-out;
}
.effect-on.faq::before {
  width: calc(50vw - 250px);
}

.faq-ttl {
  padding-bottom: 45px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.faq-list {
  position: relative;
  z-index: 2;
}
.faq-list dt {
  padding: 20px 30px 50px 160px;
  position: relative;
  font-size: 20px;
  counter-increment: faq;
  cursor: pointer;
}
.faq-list dt span {
  display: block;
  font-family: var(--font-en);
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 28px;
  left: -8px;
}
.faq-list dt span::after {
  font-size: 24px;
  font-weight: 500;
  content:counter(faq) ",";
}
.faq-list dt::after {
  width: 12px;
  height: 10px;
  background-image: url("../img/recruit/icon_nav.png");
  position: absolute;
  top: 35px;
  right: 0;
  content:"";
}
.faq-list dt.selected::after {
  transform: rotate(180deg);
}
.faq-list dd {
  padding: 0 0 70px 34px;
  font-size: 12px;
  line-height: 1.66;
  position: relative;
}
.faq-list dd::first-letter {
  font-size: 24px;
  line-height: 1;
}
.faq-list dd::before {
  width: 20px;
  height: 94px;
  border-bottom: 1px solid #c8c4be;
  border-left: 1px solid #c8c4be;
  position: absolute;
  top: -35px;
  left: 0;
  content:"";
}

.gallery {
  margin-bottom: 305px;
}
.gallery-ttl {
  padding-bottom: 32px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.gallery-list {
  display: flex;
  flex-wrap: wrap;
}
.gallery-list li {
  width: 20%;
}
.gallery-list li:nth-of-type(5n+2) {
  transition-delay:500ms;
}
.gallery-list li:nth-of-type(5n+3) {
  transition-delay:700ms;
}
.gallery-list li:nth-of-type(5n+4) {
  transition-delay:900ms;
}
.gallery-list li:nth-of-type(5n) {
  transition-delay:1100ms;
}
.gallery-list li a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.gallery-list li a:hover {
  opacity: 1;
}
.gallery-list__img,
.gallery-list__disc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-list__disc {
  padding-top: 72px;
  background: url("../img/recruit/mv_over.png") #fff;
}
.gallery-list__disc__logo {
  width: 112px;
  height: 112px;
  background-size: 100% auto;
  margin: 0 auto 16px;
}
.gallery-list__disc__logo.lucido {
  background-image: url("../img/common/logo_lucido.png")
}
.gallery-list__disc__logo.bell {
  background-image: url("../img/common/logo_bell.png");
}

.gallery-list__disc__txt {
  width: 100%;
  padding: 0 22px;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}

.gallery-list__img {
    opacity: 1;
    transform: rotateY(0deg);
    transition:
        opacity 100ms 150ms,
        transform 300ms 150ms;
}
.gallery-list__disc {
    opacity: 0;
    transform: rotateY(90deg);
    transition:
        opacity 50ms 200ms,
        transform 300ms;
}

.gallery-list a:hover .gallery-list__img {
    opacity: 0;
    transform:rotateY(90deg);
    transition:
        opacity 50ms 200ms,
        transform 300ms;
}
.gallery-list a:hover .gallery-list__disc {
    opacity: 1;
    transform:rotateY(0deg);
    transition:
        opacity 100ms 150ms,
        transform 300ms 150ms;
}

.entry {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto 270px;
}
.entry-ttl {
  width: 100%;
  padding-bottom: 48px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.entry-read01 {
  width: 100%;
  padding-bottom: 27px;
  font-size: 36px;
  text-align: center;
}
.entry-read02 {
  padding-bottom: 30px;
  font-size: 24px;
  text-align: center;
}
.entry-qr {
  width: 220px;
  margin: 0 17px 22px;
}
.entry-tel {
  width: 220px;
  margin: 0 17px 22px;
  font-family: var(--font-btn);
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  color: #e6000d;
  position: relative;
}
.entry-tel span {
  padding-bottom: 5px;
  border-bottom: 1px solid #e6000d;
}
.entry-tel::before {
  font-size: 18px;
  position: absolute;
  top: 10px;
  left: -32px;
  transform: rotate(90deg);
  content:"TEL";
}
.entry-note {
  padding-bottom: 20px;
  width: 100%;
  font-size: 18px;
  text-align: center;
}
.entry-btn,
.salon-btn {
  width: 400px;
  margin: 0 auto;
}
.entry-btn a,
.salon-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 80px;
  background-color: #000;
  border-radius: 40px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.entry-btn a::before,
.salon-btn a::before {
  width: 12px;
  height: 12px;
  background-image: url("../img/recruit/icon_btn.png");
  margin-right: 20px;
  content:"";
}

.salon-btn {
  margin: 198px auto 200px;
}

/*---------------------------------------------------------------------------------
下層
--------------------------------------------------------------------------------- */
.under-wrap {
  width: 1000px;
  padding-top: 245px;
  margin: 0 auto 210px;
}
.under-header {
  padding: 0 160px 30px 50px;
  position: relative;
}
.under-header-catchphrase {
  padding-bottom: 15px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}
.under-header-ttl {
  font-size: 46px;
  line-height: 1.5;
}
.under-header-tag {
  position: absolute;
  top: 0;
  right: 85px;
  font-size: 18px;
  line-height: 1;
  text-decoration: underline;
  transition-delay:1800ms;
}
.return-btn {
  width: 146px;
  position: absolute;
  top: -110px;
  right: 35px;
  transition-delay:2000ms;
}
.return-btn a {
  display: block;
  padding: 35px 0 2px;
  background: url("../img/recruit/icon_return.png") no-repeat center top;
  border-bottom: 1px solid #000;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.under-post-wrap {
  width: 768px;
  padding: 45px 0 85px 27px;
  border-left: 1px solid #c8c4be;
  margin: 0 0 205px 148px;
}

.under-mv {
  margin-bottom: 65px;
}
.under-mv-note {
  width: 300px;
  padding: 14px 40px 0 0;
  margin-left: auto;
  letter-spacing: 0;
  line-height: 1.8;
}
.under-mv-note__ttl {
  font-size: 14px;
}
.under-mv-note__txt {
  font-size: 11px;
}

.under-block {
  width: 700px;
  margin: 0 0 100px auto;
}
.under-block__img {
  padding-bottom: 35px;
}
.under-block-ttl {
  padding: 0 15px 15px;
  line-height: 1.5;
}
.under-block-ttl .en {
  display: block;
  padding-bottom: 12px;
  font-family: var(--font-en);
  font-size: 40px;
  font-weight: 500;
}
.under-block-ttl .jp {
  font-size: 20px;
}
.under-block__txt {
  padding: 0 15px;
  font-size: 12px;
  line-height: 1.66;
}

.post-nav {
  width: 700px;
  margin: 0 0 100px auto;
  height: 20px;
  position: relative;
}
.post-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 220px;
  padding-bottom: 20px;
  font-family: var(--font-btn);
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0;
}
.post-nav a.prev {
  left: 0;
}
.post-nav a.prev::before {
  width: 22px;
  height: 6px;
  background-image: url("../img/top/icon_arrow_left.svg");
  margin-right: 26px;
  content:"";
}
.post-nav a.next {
  right: 0;
}
.post-nav a.next::after {
  width: 22px;
  height: 6px;
  background-image: url("../img/top/icon_arrow_right.svg");
  margin-left: 26px;
  content:"";
}