* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-family: 'Noto Sans JP', sans-serif;
}

em {
    font-style: normal;
}

body {
    line-height: 1;
    color: #707070;
    background-color: rgb(255, 255, 255);
}

.top__btn__text,
.about__q,
.curriculum__while--outer p,
.curriculum__future--text,
.special__sub--text,
h5 {
    font-family:'M PLUS Rounded 1c', sans-serif;;
}



.firstView__text,
mark,
.philosophy__thema p,
.philosophy__text--item dt {
    font-family: 'Noto Serif JP', serif;
}


.nav--btn span,
.header__logo--inner,
.firstView__occupation--item p,
.job--switch__nav--en,
.job--title__text--en,
.recruitment__nav--item {
    font-family: 'Playfair Display', serif;
}

.wrap {
    width: 100%;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #707070;
}

img {
    width: 100%;
}

p,
em,
dt,
dd {
    line-height: 1.5;
}



h5 {
    text-align: center;
    font-size: 1.5rem;
}

hr {
    margin: 20px auto;
    width: 70%;
}

li {
    list-style: none;
}

h2 {
    font-size: 4rem;
    line-height: 1;
    color: rgb(0, 0, 0);
}

.sp {
    display: none;
}

.sp__500 {
    display: none;
}

.yellow--underline {                                                          /*下線*/
    background: linear-gradient(transparent 50%, #fbff87b7 50%);
}

.wrapper {
    margin: 0 auto;
    width: 60%;
    min-width: 740px;
}

section {
    margin: 50px auto;
    padding: 50px 0;
}

.stylist-color {
    color:#C7B299;
}

.nailist-color {
    color:#EB9C9C;
}

.eyelist-color {
    color:#6CA5D9;
}

.wrapper__title {    
    z-index: 10;
    position: relative;
    margin: 50px auto;
    width: 80%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 10/2;
}

.wrapper__title--frameLine {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height:70%;
    border-bottom: 1px solid #EB9C9C;
}

.wrapper__title--frameBox {
    z-index: -1;
    position: absolute;
    bottom: 0;                  
    right: 0;
    width: 60%;
    height:60%;
    border: 1px solid #EB9C9C;
}

.wrapper__title h3 {
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -60%);
    font-size: 2.5rem;
    white-space: nowrap;
}


.wrapper__title--white {
    color: #fff;
}


.wrapper__title--frameLine--white {
    border-bottom: 1px solid #fff;
}

.wrapper__title--frameBox--white {
    border: 1px solid #fff;
}

#firstView .slick-list,
#firstView .slick-track {
    height:100%!important;
}
/*header=============================================*/
#header {
    z-index: 100;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;;
    margin-bottom: 5px;
    width: 100%;
    height: 85px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgb(153 153 153 / 18%);
}

.nav {
    transition: ease-in 0.3s;
    height: 100%;
}

.header__logo {
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 20px;
    width: 100px;
    height: 100%;
}

.header__logo--inner {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header__logo--inner img {
    margin-bottom: 5%;
    width: 100%;
    height: 65%;
}

.header__logo--inner span {
    display: inline-block;
    width: 100%;
    height: 25%;
    font-size: 0.5rem;                  /*font-size*/
    text-align: center;
}

#header .nav__guide {
    display: none;
}


.nav--list {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav--list li {
    width: 120px;
    height: 100%;
}


.nav--outer {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    outline: none;
}

.nav--btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.3s;
    line-height: 1;
}

.nav--btn--home {
    color: #70707081;
}

.nav--btn span {
    margin-bottom: 5px;
    font-size: 1.2rem;
}



.icon {
    width:35px;
    height: 35px;
}

.line {
    width:40px;
    height: 40px;
}



.icon--color {
    fill:#000;
}

.aft .icon--color {
    fill:#C7B299;
}


.nav--btn em {
    font-size: 0.8rem;
}

.nav--list li:nth-last-child(1) {
    width: 200px;
    background-color: #C7B299;
}

.nav--list li:nth-last-child(1) .bef,
.nav--list li:nth-last-child(1) .aft {
    background: url(images/common/ico_calenda.png) no-repeat 30px center/ 26px 26px;
    color: #fff;
}

.nav--list li:nth-last-child(1) span,
.nav--list li:nth-last-child(1) em {
    padding-left: 25px;
}


.nav--list li:nth-last-child(1) .aft em {
    color: #fff;
}

.nav--list li:nth-last-child(2) {
    margin-right:20px;
}

/* animation */
.bef {
    transform: rotateX(0deg);
    transform-origin: 0 50% -25px;
}

.nav--outer:hover .bef {
    transform: rotateX(-90deg);
}

.aft {
    transform: rotateX(90deg);
    transform-origin: 0 50% -25px;

}

.nav--outer .aft {
    color: #C7B299;
}

.nav--outer:hover .aft {
    transform: rotateX(0deg);
}
/* animation */



.nav.active {
    transform: translateY(0)!important;
}


.hamburger {
    z-index: 999;
    display: none;
    margin: 0 20px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #707070;
}

.hamburger span {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 26px;
    height: 1px;
    background-color: #707070;
    transition: all 0.3s;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    margin: 8px auto;
}

.hamburger span:nth-child(3) {
    top: 0;
}

.hamburger.active span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
}
  
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
  
.hamburger.active span:nth-child(3) {
    top: -9px;
    transform: rotate(-45deg);
}


.header__sp {
    display: none;
    height: 100%;
}

.header__sp--form {
    z-index: 999;
    background: #C7B299;
    height: 70%;
    width: 150px;
    
}

.header__sp--inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.header__sp--form .nav--btn {
    color: #fff;
}







.header__nav__guide--text{
    color: #C7B299!important;
}


/* .top {
    z-index: 800;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    backdrop-filter: blur(1px);
    background: rgba(255, 255, 255, 0.014);
} */


.pagetop {
    z-index: 100;
    position: fixed;
    bottom: 10vw; 
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;  
    border: solid 2px #707070;
    border-radius: 50%;  
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.pagetop.active{
    opacity: 1;
    visibility: visible;
  }

.pagetop__arrow {
    height: 20px;
    width: 20px;
    border-top: 3px solid #707070;
    border-right: 3px solid #707070;
    transform: translateY(20%) rotate(-45deg);
}



.top__btn--outer {
    z-index: 999;
    position: fixed;
    bottom: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.3%;
    width: 100%;
}


.top__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: auto;
    max-height:7vw;
    aspect-ratio: 3/1;
    border-radius: 50px;
    color: #fff;
    transition: all 0.3s;
    box-shadow: 1px 5px 5px #707070b4, inset 1px 10px 10px rgba(255, 255, 255, 0.411);
}

.top__btn:hover  {
    transform: translateY(3px);
    box-shadow: 0px 0px 0px #707070b4, inset 1px 10px 10px rgba(255, 255, 255, 0.411);

}

.top__btn-img {
    z-index: 1;
    position:absolute;
    width:20%;
    left:-3%;
}

@media screen and (max-width: 768px) {
    .top__btn-img {
        z-index: -1;
        position:absolute;
        width:35%;
        left:-3%;
    }
}

.call-img {
    width:10%;
    max-width: 50px;
    height:auto;
}

.call-path {
    stroke: rgb(255, 255, 255);
    fill: #fff;
    fill-rule: evenodd;
    stroke-miterlimit: 2.61;
    stroke-width: 2.72px;
}

.top__btn--mail {
    background: linear-gradient(to bottom, #EB9C9C, #eb7171);
}

.top__btn--tel {
    background: linear-gradient(to bottom, #6CA5D9, #3087d8);
}




.top__btn__text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transform-style: preserve-3d;
    transition: 0.3s;
    font-size: 2vw;
    text-shadow: 0px 1px 3px #5f5f5f79;
}

@media screen and (max-width: 768px) {
    .top__btn__text {
        gap: 5px;
    }
}


.top__btn:hover .bef {
    transform: rotateX(-90deg);
}

.top__btn:hover .aft {
    transform: rotateX(0deg);
}



/*firstView=============================================*/
#firstView {
    width: 100%;
    height: auto;
}

.firstView__PC {
    position: relative;
    padding-top:85px;
    /* margin-bottom: 15vh; */
    /* aspect-ratio: 1920/995; */
}

.firstView__PC {
    width:100%;
    /* height:100%; */
    object-fit: contain;
    /* aspect-ratio: 1920/995; */
}

.firstView__PC video{
    margin: 0 auto;
    width:100%;
    height:auto;
    object-fit: contain;
}

/* .firstView__img,
.firstView__img li,
.firstView__img li img {
    width: 100vw;
    height: 100vh;
}


.firstView__img img {
    object-fit: cover;
}

.firstView__content {                             
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 15vw;
    left: 10vw;
    width: 40vw;
    min-width: 500px;
    aspect-ratio: 16/9;
    background-color: rgba(255,255,255,0.5);
}

.firstView__content--outer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    height: 80%;
}

.firstView__content--title {
    font-size: 2rem;
    color: #666;
}

.firstView__occupation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    width: 100%;
    height: 25%;
}

.firstView__occupation--item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

.firstView__occupation--item p {
    font-size: 1.5rem;
    color: #000;
}

.firstView__content--outer em {
    font-size: 3rem;
    color: #000;
} */



.firstView__text {
    margin: 100px auto;
    width: 70%;
    height: auto;
}

.firstView__text p {
    margin: 20px 0;
    font-size: 1.5rem;
    text-align: center;
}

.firstView__text em {
    display: block;
    font-size: 3rem;
    text-align: center;
    line-height: 1.5;
}


.firstView__guide {
    margin: 0 auto;
    width: 100%;
    max-width: 740px;                     /*resuponsive*/
    height: auto;
   
}

.firstView__guide ul {
    display: flex;
    justify-content: space-between;
    gap: 10% 10%;
     width: 100%;
     height: auto;
     aspect-ratio: 10/3;
     flex-wrap: wrap;
}

.firstView__guide--btn {
    width: 45%;
    height: auto;
    aspect-ratio: 10/3;
}

.firstView__guide--outer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    
}

.firstView__guide--frameTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 97%;
    height: 90%;
    border: 1px solid #707070; 
    transition: all 0.3s ease;
}

.firstView__guide--btn:hover .firstView__guide--frameTop {
    background-color: rgba(255, 227, 227, 0.445);
}


.firstView__guide--frameBottom {
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 97%;
    height: 90%;
    border: 1px solid #EB9C9C; 
}

.firstView__guide--text {
    position: absolute;  
    transform-style: preserve-3d;
    transition: 0.3s;
    
}

.firstView__guide--outer:hover .bef {
    transform: rotateX(-90deg);
}

.firstView__guide--outer:hover .aft {
    transform: rotateX(0deg);
}




/*youtube=============================================*/



.youtube__video {
    margin: 0 auto;
    width: 740px;
    height: auto;
    aspect-ratio: 10/6;
}


/*about=============================================*/
.about__q {
    margin: 30px auto;
    text-align: center;
    font-size: 1.3rem;
}

.rep--comment {                                 /*responsive*/
    position: relative;
    margin: 0 auto;
    width: 740px;
    height: auto;
    border: 1px solid #EB9C9C;
}

.rep--comment__frame {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 93%;
    border: 1px dashed #EB9C9C;
}

.rep--comment__img {
    position: absolute;
    width: 30%;
    height: auto;
}

.rep--comment__img--left {
    bottom: -10%;
    left: -10%;
}

.rep--comment__img--right {
    top: -10%;
    right: -13%;
}

.rep--comment__img img {
    width: 100%;
    height: auto;
}

.rep--comment__outer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 50px;
    width: 80%;
    height: auto;
}

.rep--comment__outer p {
    margin: 10px auto;
    text-align: center;
}

.rep--comment__title p {
    font-size: 2rem;
    letter-spacing: 3;
}

.rep--comment__title mark {
    background: linear-gradient(transparent 97%, #EB9C9C 3%);
}

p.rep--comment__text--main {
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 2;
}




/*philosophy=============================================*/
.philosophy__thema {
    margin: 50px;
}

.philosophy__thema p {
    font-size: 4rem;
    color: #EB9C9C;
    text-align: center;
}


.philosophy--outer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.philosophy__text {
    width: 50%;
    height: auto;
}

.philosophy__text--outer {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.philosophy__text--item {
    margin-bottom: 5px;
}

.philosophy__text--item dt {
    font-size: 1.5rem;
    color: #C7B299;
}

.philosophy__text--item dd {
    margin: 10px 0 20px 0;
    width: 95%;
}

.philosophy__img {
    width: 50%;
}

.philosophy__img img {
    width: 100%;
    height: auto;
}

/*faq=============================================*/
#faq {
    margin: 100px 0 0 0;
    padding-bottom: 200px;
    background-color: #FEFAEB;
}

.faq__img,
.faq__img img {
    width: 100%;
    height: auto;
}



.faq__img--sp {
    display: none;
}


/*job--switch=============================================*/
.job--switch {
    width: 100%;
    height: auto;
}

.job--switch__outer {
    position: relative;
    width: 100%;
    height: auto;
}




/*job--switch__nav=============================================*/
.job--switch__nav {                                                         /*responsiveサイズ変更*/
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    display: flex;  
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
    width: 740px;
}

.job--switch__nav--item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: auto;
    aspect-ratio: 1/1;
    background: #F3F3F3;
    transition: all 0.3s;
    cursor: pointer;
}

.job--switch__nav--stylist {
    color: #C7B299;
}

.job--switch__nav--nailist {
    color: #EB9C9C;
}

.job--switch__nav--eyelist {
    color: #6CA5D9;
}

.job--switch__nav--item.job--switch__is--active {
    /* transform: scale(1.2, 1.2); */
    background: #fff;
    box-shadow: 5px 5px 10px rgba(85, 85, 85, 0.466), inset 2px 2px 5px #9e9e9e0c ;
}

.job--switch__nav--en {
    font-size: 1.3rem;
    text-align: center;
}

.job--switch__nav--jp {
    font-size: 0.8rem;
}

.job--switch__nav--arrow {

}

/*job--switch__contents=============================================*/
.job--switch__contents {
    width: 100%;
}

.job--switch__contents--item {
    visibility: hidden;
    width: 100%;
    height: 0;
}

.job--switch__contents--item.job--switch__is--active {
    visibility: visible;
    height: auto;
}


/*job--title=============================================*/
.job--title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 100px 0;
    width: 100%;               
    height: 50vh;
}

.job--title__stylist {
    background: url(images/common/stylist.jpg) center 20%/ cover no-repeat;
}

.job--title__nailist {
    background: url(images/common/nailist.png) center 40%/ cover no-repeat;
}

.job--title__eyelist {
    background: url(images/common/eyelist.jpg) center 60%/ cover no-repeat;
}

.job--title__text--outer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 40%;
    aspect-ratio: 2/1;
    color: #fff;
}

.job--title__outer--stylist {
    background: #c7b2999f;
}

.job--title__outer--nailist {
    background: #eb9c9c93;
}

.job--title__outer--eyelist {
    background: #6ca4d973;
}


.job--title__text--en {
    font-size: 2rem;
}


.job--title__text--jp {
    font-size: 1rem;
}



/*curriculum=============================================*/
#curriculum {
    margin-bottom: 0;
}

.curriculum__while {
    width: 100%;
    /* clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 95% 0); */
}

.curriculum__while--outer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;  
}

.curriculum__while--outer--stylist {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.curriculum__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
}

.curriculum__text--stylist {
    width: 40%;
}




.curriculum__text01 {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.3;
}

.curriculum__text01--bold {
    font-weight: bold;
}

.curriculum__text01--red {
    font-size: 1.6rem;
    -webkit-text-stroke:1px #EB9C9C;
    color: #fff;
}

.curriculum__text hr {
    border: 1px solid #EB9C9C;
    background-color: #EB9C9C;
}

.curriculum__text02 {
    margin: 0 auto;
    width: 80%;
    font-size: 1.1rem;
}
.curriculum__internship,
.curriculum__while--img {
    width: 60%;
}

.curriculum__while--img img {
    width: 100%;
    height: auto;
}

.curriculum__explain {
    text-align: center;
}

.curriculum__explain--time {
    display: inline-block;
    margin: 40px auto 20px auto;
    padding: 10px 30px;
    border: 1px solid #EB9C9C;
    border-radius: 50px;
    box-shadow: 2px 2px 1px #EB9C9C;
}

.curriculum__explain--time p {
    font-size: 1.4rem;
    color: #EB9C9C;
}

.curriculum__bg {
    position: relative;
    background-image: linear-gradient(to bottom, #eb9c9cad 0%, #fff 100%);
}

.curriculum__triangle {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 200px;
    clip-path: polygon(0 0, 100% 0, 100% 10%,50% 100%, 0 10%);
    background: #fff;
}



.curriculum__internship {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px auto 100px auto;
    padding: 50px 0;
    width: 90%;
    background: #EA6368;
    color: #fff;
}


.curriculum__internship--outer {
    position: relative;
    width: 100%;
    height: auto;
}


.curriculum__internship--text {
    margin: 10px auto 0 auto;
    padding: 10px;
    width: 80%;
    border: 1px solid #fff;
    font-size: 1rem;
}


.curriculum__internship--img {
    position: absolute;
    right: -20%;
    bottom: -150px;
    width: 30%;
    height: auto;
}

.curriculum__internship--img img {
    width: 100%;
    height: auto;
}








.curriculum__future {
    margin: 0 auto;
    padding-top: 200px;
    width: 80%;
}

.curriculum__future--text {
    margin: 50px 0;
    font-size: 1.1rem;
    text-align: center;
}

.curriculum__future--outer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.curriculum__future--way {
    width: 50%;
    height: auto;
}

.curriculum__future--way img {
    width: 100%;
    height: auto;
}




/* .curriculum__future--item {
    position: relative;
    width: 50%;
    height: auto;
}

.curriculum__future--img {
    width: 100px;
    height: auto;
} */





.curriculum__do {
    /* position: relative; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 150px 0 0 0;
    width: 100%;
    /* height: 60vh; */
}

.curriculum__do--outer {
    /* position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); */

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;       
    margin-bottom: 50px;    
    width: 45%;
    max-width: 600px;
    height: auto;
    background-color: #c7b299;
    color: #fff;
}

.curriculum__do--text {
    padding: 30px 10px 10px 10px;
    width: 100%;
}

.curriculum__do--text p {
    margin: 0 auto;
    width: 90%;
}

.curriculum__do--outer hr {
    border: 1px solid #fff;
    background-color: #fff;
}

.curriculum__do--img01 {
    width: 100%;
}

.curriculum__do--sub {
    width: 45%;
    min-width: 400px;
}


.curriculum__do--img02 {
    /* z-index: -1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);    */
    width: 100%;
    height: auto;
}

.curriculum__do--img01 img,
.curriculum__do--img02 img {
    width: 100%;
    height: auto;
}










/*special=============================================*/
#special {
    margin-top: 0;
}

.special__sub {
    margin: 0 auto;
    width: 80%;
    height: 120px;
    max-width: 800px;
    background: url(images/common/frame.png) 58% center no-repeat; 
    background-size: contain;
}

.special__sub--text {
    font-size: 1.2rem;
    text-align: center;
    line-height: 100px;
}

.slick-track {
    display:flex!important;
}

.slick-slide {
    height: auto!important;
}


.js-slider__special {
    display: flex;
    justify-content: center;
    gap: 3%;
    margin: 10px auto 100px auto!important;
    width: 100%;
    line-height: 0;
}

.special__item {
    display: flex!important;
    flex-direction: column;
    align-items: center;
    gap:20px;
    padding: 20px 0;
    margin: 0 auto;
    width: 23%;
    min-width: 300px;
    height: auto;
    border: 1px solid #93AFF3;
}

/* .js-slider__special.slick-dots {
    position: absolute;
    bottom: -10vw;
} */

.arrow {
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2%;
    min-width: 50px;
    height: auto;
}

.arrow {
    filter: drop-shadow(0px 2px 3px #a7b3cf);
}

.arrow-left {
    left: 2vw;
}

.arrow-right {
    right: 2vw;
}


.special__item--img--outer {
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
}

.special__item--img {
    width: 60%;
    height: auto;
}

.special__text--outer {
    width: 90%;
    max-width: 250px;
}
.special__text--main {
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #EB9C9C;
    text-align: center;
}
.special__text--sub {
    font-size: 0.9rem;
}



/*working-mama=============================================*/
#working-mama { 
    background: #93AFF3;
}


.working-mama__outer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
}

.working-mama__outer h5 {
    margin-bottom: 10px;
}

.working-mama__outer hr {
    width: 500px;
    border: 1px solid #fff;
    background-color: #fff;
}


.working-mama__text {
    width: 70%;
    max-width: 600px;
    text-align: center;
}

.working-mama__schedule {
    margin: 50px auto;
    padding: 0 50px;
   width: auto;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.working-mama__schedule::-webkit-scrollbar {
    display:none;
}

.working-mama__schedule--scroll {
    margin: 0 auto;
    width: 1000px;
}

.working-mama__schedule--scroll img {
    object-fit: contain;
}
/*assistant=============================================*/


.assistant__outer {
    position: relative;
    width: 100%;
}

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

.assistant__outer h5 {
    text-align: left;
    font-size: 2rem;
}

.pink--frame {
    font-size: 2rem;
    -webkit-text-stroke:1px #EB9C9C;
    color: transparent;
    line-height: 1.5;
    font-size: 2.3rem;
}

.assistant__img {
    width: 50%;
}

.assistant__img.assistant__img--stylist {
    width: 100%;
}

.background-word {
    z-index: -1;
    position: absolute;
    bottom: -150px;
    left: 50%;
    -webkit-text-stroke:1px #70707085;
    color: transparent;
    font-size: 7rem;
    transform: translateX(-50%);
}

.assistant__schedule {
    margin:150px 0 50px 0;
    padding: 0 50px;
    width: 100vw;
    height: auto;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}



.assistant__schedule--scroll {
    width: 2500px;
    height: auto;
}

.assistant__schedule--scroll img {
    object-fit: contain;
}

/*staff=============================================*/
.staff__contents{
    margin: 50px auto;
    width: 100%;
}


.staff__content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    width: 100%;
}

.staff__who {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.staff__who--img {
    width: 70%;
}

.staff__who--img img {
    border-radius: 50%;
}

.staff__who--job {
    margin-top: 10px;
    font-size: 0.8rem;
}

.staff__who--name {
    font-size: 1.2rem;
}

.staff__who--name--en {
    font-size: 1rem;
    color: #bdbdbd;
}

.staff__who--frame {
    margin: 0 auto;
    /* background: url(../images/common/staff_frame.png) no-repeat; */
    background-size: contain;
}

.staff__who--school {
    margin-top: 10px;
    font-size: 1.5rem;
    text-align: center;
}

.staff__comment {
    width: 50%;
}

.staff__comment hr {
    margin: 20px 0;
    width: 100%;
}


.staff__comment--main{
    
}

/* .staff__comment--title {
    margin: 0 auto;
    width: 80%;
}

.staff__comment--main {
    margin: 0 auto;
    width: 80%;

} */

/*benefit=============================================*/
.benefit__point {
    margin: 20px 0 100px 0;
    text-align: center;
}


.benefit__contents {
    display:flex;
    justify-content: center;
    align-items: center;
    align-content: space-between;
    gap: 60px 10%;
    flex-wrap: wrap;
    width: 100%;
}

.benefit__content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px;
    width: 45%;
    aspect-ratio: 7/4;
    border: 10px solid #93b0f341;
}

.benefit__content--right {
    flex-direction: row-reverse;
}

.benefit__img {
    position: absolute;
    top: -15%;
    width: 70%;
    height: auto;
}

.benefit__img--right {
    right: -30%;
}

.benefit__img--left {
    left: -30%;
}

.benefit__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
    height:auto;
    aspect-ratio: 6/5;
}

.benefit__text em {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #93AFF3;
    line-height: 1;
}

.benefit__text p {
    margin-top: 5px;
    width: 80%;
    font-size: 0.9rem;
    letter-spacing: 0.7;
    text-align: center;
    line-height: 1.3;
}

.benefit__text hr {
    margin: 5px auto;
    background: #c8d9ff77;
    border:1px solid #c5d6ff7a;
}



/*event=============================================*/
#event {
    background-color: #93AFF3;
}

.event__img {
    width: 100%;
    height: auto;
}

.event__btn {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: transparent;
    box-shadow: 1px 2px 2px rgba(137, 135, 226, 0.706);
    outline: none;
    overflow: hidden;
    transition: all 0.3s;
}

.event__btn:hover {
    box-shadow: 0px 0px 0px rgba(95, 93, 216, 0.706);
    transform: translateY(2px);
}


.event__animation {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.5s;
}

.event__instagram {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
}

.event__animation p {
    color: #fff;
    font-size: 1rem;
}

.event__btn:hover .bef {
    transform: rotateX(-90deg);
}

.event__btn:hover .aft {
    transform: rotateX(0deg);
}













/*recruitment=============================================*/


.recruitment__outer {
    width: 100%;
}

.recruitment__nav {
    display: flex;
    justify-content:center;
    width: 100%;
    height: 50px;
}

.recruitment__nav--item  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    width: 30%;
    height: 100%;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}

.recruitment__nav--item  p { 
    line-height: 1.4;
}

.recruitment__nav--item.recruitment__is--active {
    background-color: #fff;
    box-shadow: 3px 5px 5px #98989881, inset 0.5px 1px 2px #dbdbdb65;
}

.recruitment__nav--item--stylist  {
    background-color: #C7B299;
}

.recruitment__nav--item--stylist.recruitment__is--active {
    color: #C7B299;
}

.recruitment__nav--item--nailist {
    background-color:#EB9C9C;
}

.recruitment__nav--item--nailist.recruitment__is--active {
    color: #EB9C9C;
}

.recruitment__nav--item--eyelist {
    background-color: #6CA5D9;
}

.recruitment__nav--item--eyelist.recruitment__is--active {
    color: #6CA5D9;
}




.recruitment__contents {
    width: 100%;
}

.recruitment__content  {
    display: none;
    width: 100%;
}

.recruitment__content--inner:last-child {
    border-bottom: none;
}

.recruitment__content.recruitment__is--active {
    display: block;
}

.recruitment__content--stylist {

}


.recruitment__content--inner {
    display: flex;
    margin: 20px 0 0 0;
    padding: 20px;
    width: 100%;
    border-bottom: 1px solid #70707036;
}

.recruitment__content--title {
    width: 40%;
    font-weight: bold;
    letter-spacing: 1.5;
}

.recruitment__content--explain {
    width: 60%;
}

.font--blue {
    color: #93AFF3;
}


/*salon=============================================*/

.salon__background {
    z-index: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    background: url(images/common/store.jpg) center no-repeat;
    background-size: cover;
    background-color:rgb(109, 109, 109);
}

.salon__background::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: brightness(50%);
    z-index: -1;
}


.salon__contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    width: 80%;
    max-width: 800px;
    height: auto;
    border: 1px solid #EB9C9C;
}

.salon__title {
    margin: 30px 0;
}

.salon__contents p {
    width: 80%;
    height: auto;
    margin-bottom: 30px;
}




/*flow=============================================*/

.flow__howto {
   margin-bottom: 10px;
}







.flow__contact {
    margin: 50px auto;
    width: 80%;
}

.flow__contact--icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 50px;
    background-color: #93AFF3;
    color: #fff;
}




.flow__contact--contents {
    padding: 10px;
    width: 100%;
    border: 1px solid #93AFF3;
}

.flow__contact--content {
    display: flex;
    margin-bottom: 10px;
 


}

.flow__contact--title {
    width: 30%;
    font-weight: bold;
}

.flow__contact--explain {
    width: 70%;
}


/*footer=============================================*/
#footer {
    padding: 100px 0 10vw 0;
    background: #93AFF3;
}

#footer .wrapper {
    display: flex;
    flex-direction: column;

}

.footer__logo {
    width: 100%;
}

.footer__info--shop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.footer__info--shop--text {
    margin: 10px 0;
}

#footer .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    height: auto;
}

.footer__logo--01 {
    margin-bottom: 20px;
    height: 60px;
}

.footer__logo--02 {
    margin: 0 auto 20px auto;
    width: 90%;
    max-width: 600px;
}

.footer__logo--01 img {
    height: 100%;
}

#footer .icon {
    display: inline-block;
    width:25px;
    height: 25px;
}

#footer .line {
    width:30px;
    height:30px;
}


#footer .nav--list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:10px;
    width: 30%;
    height: auto;
}

#footer .nav--list li {
    width: 70%;
    height: 60px;
}

#footer .nav--list li:nth-last-child(1) {
    background: none;
}

#footer .nav--list li:nth-last-child(1) em {
    padding-left: 0;
}


#footer .nav--list li:nth-last-child(1) .bef,
#footer .nav--list li:nth-last-child(1) .aft {
    background: none;
}

#footer .nav--list li:nth-last-child(2) {
    margin-right:0;
}

#footer .nav--btn span {
    margin-bottom:0;
}

#footer em {
    font-size: 1rem;
    line-height:1;
    color: #fff;
}

#footer .icon--color {
    fill:#fff;
}

#footer .aft .icon--color {
    fill:#707070;
}


.nav__guide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: auto;
}

.nav__guide ul{
  width: 100%;
}

.nav__guide--btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
}

.nav__guide--outer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55%;
    height: 100%;
    color: #fff;
}

.nav__guide--text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transition: 0.3s;
}

.nav__guide--btn:hover .bef {
    transform: rotateX(-90deg);
}

.nav__guide--btn:hover .aft {
    transform: rotateX(0deg);
}

#footer .nav--outer:hover em,
.nav__guide--btn:hover p {
    color: #707070;

}

.copyright {
    margin-top: 50px;
    text-align: center;
    color: #fff;
}




/*responsive=============================================*/

/*500=============================================*/


@media (max-width: 500px) {

    html {
        font-size: 12px!important;
    }

    .sp__500 {
        display: block;
    }

    .top__btn--outer {
        bottom: 3vw;
    }

    .top__btn {
        aspect-ratio:2/1; 
    }

    #curriculum,
    #special {
        margin: 0 auto;
    }

    .firstView__occupation--item p {
        font-size: 1.4rem!important;
    }

    .firstView__guide ul {
        gap: 15%;
    }

    .firstView__guide--btn {
        margin: 0 auto;
        width: 70%;
    }

    .sp--forRead {
        display: none;
    }

    .rep--comment__frame {
        width: 91%;
        height: 95%;
    }

    .curriculum__do {
        margin-top: 20px!important;
    }

    .js-slider__special {
        height: 400px!important;
    }


    .arrow {
        min-width: 40px;
    }

    .arrow-left {
        left: 6vw!important;
    }
    
    .arrow-right {
        right: 6vw!important;
    }

    .assistant__inner {
        flex-direction: column;
    }

    .assistant__img {
        width: 80%;
    }



    .flow__howto {
        width: 80%!important;
    }
}


/*800=============================================*/


@media (max-width: 800px) {
    html {
        font-size: 14px;
    }

    .pc {
        display: none;
    }


    .sp {
        display: block;
    }

    h2 {
        font-size: 3rem;
    }

    section {
        padding: 0;
    }

    #youtube,
    #about {
        margin-top: 100px;
    }


    .wrapper__title h3 {
        font-size: 2rem;
    }

    .wrapper {
        width: 90%;
        min-width: 350px;
    }

    .wrapper__title {
        width: 90%;
    }
    


    #header .nav {
        z-index: 900;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
        transform: translateY(-100%);
        background: #fff;
    }

    #header .nav--list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap:20px;
        width: 40%;
    }

    #header .nav--list li {
        margin-bottom: 10px;
        height: 50px;
    }

    #header .nav--list li:nth-last-child(1) {
       display: none;
    }

    .nav--list li:nth-last-child(2) {
        margin-right:0;
     }



    #header .nav__guide {
        display: block;
        width: 40%;
        color: #70707070;
    }

    #header .nav__guide--outer {
        width: 100%;
        color: #707070;
    }



    #header .nav__guide--btn:hover .nav__guide--outer {
        color: #C7B299;
    }
    
    .hamburger {
        display: block;
    }

    .header__sp {
        display: block;
    }

    .header__sp .bef,
    .header__sp .aft {
        background: url(images/common/ico_calenda.png) no-repeat 7px center/ 23px 23px;
        padding-left: 10px;
    }


    .pagetop {
        height: 50px;
        width: 50px;
    }
    
    .pagetop__arrow {
        height: 10px;
        width: 10px;
    }

    
    .firstView__PC {
    margin-bottom: 5vh;
}

    .firstView__img {
        width: 100vw;
        height: 50vh;
    }

    .firstView__img li,
    .firstView__img li img {
        width: 100%;
        height: 100%;
    }

    
    .firstView__content {    
        bottom: 5vw;
        left: 5vw;
        width: 40vw;
        min-width: 300px;
    }

    .firstView__content--outer {
        width: 90%;
    }

    .firstView__content--title {
        font-size: 1.2rem;
        color: #666;
    }

    .firstView__occupation { 
        margin: 10px 0;
    }

    .firstView__occupation--item p {
        font-size: 1.2rem;
    }

    .firstView__content--outer em {
        font-size: 2rem;
        line-height: 1;
    }

    .firstView__text {
        margin: 0 auto 50px auto;
        width: 80%;
    }

    .firstView__text p {
        font-size: 1.3rem;
        line-height: 1.2;
    }


    .firstView__text em {
        font-size: 2.5rem;
    }


    .top__btn__text {
        font-size: 3vw;
    }





    .youtube__video,
    .rep--comment {
        width: 90%;
    }


    .rep--comment__outer {
        padding: 50px 20px;
        width: 90%;
    }


    .philosophy--outer {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .philosophy__text {
        margin: 20px auto;
        width: 80%;
    }

    
    .philosophy__text dt {
        text-align: center;
    }

    .philosophy__text dd {
        margin: 0 0 20px 0;
        text-align: center;
    }






    




    .job--switch__nav {
        width: 100%;
    }

    .job--switch__nav--item {
        width: 25%;
    }


    .curriculum__while--outer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    
    
    .curriculum__text,
    .curriculum__while--img,
    .curriculum__text--stylist {
        margin-bottom: 20px;
        width: 90%;
    }

    .curriculum__explain--time {
        margin-top: 20px;
    }

    .curriculum__explain--time p {
        font-size: 1rem;
    }


    .curriculum__triangle {
        height: 100px;
    }

    .curriculum__future { 
        padding-top: 100px;
    }

    .curriculum__future--text {
        margin-bottom: 20px;
    }
    
    .curriculum__future--way {
        width: 90%;
        height: auto;
    }

    
    .curriculum__do {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 150px;
        height: 100vh;
    }

    .curriculum__do--outer {      
        width: 80%;
    }

    .curriculum__do--img02 {
        position: relative;
        left: 50%;
        transform: translateX(-50%);    
        width: 100vw;
    }
    


  

    .special__sub {
        width: 350px;
        height: auto;
    }

    .special__sub--text {
        padding-bottom: 10px;
        font-size: 1rem;
        line-height: 50px;
    }

    .js-slider__special {
        margin-top: 0;
        height: 450px!important;
    }

    .special__item {
        /* max-height:400px; */
     }

     .arrow-left {
        left: 10vw;
    }
    
    .arrow-right {
        right: 10vw;
    }


    section#working-mama,
    section#event {
        padding: 50px 0;
    }

    .working-mama__outer hr {
        width: 90%;
    }



    .background-word {
        font-size: 5rem;
    }

    .assistant__schedule::-webkit-scrollbar {  
        display:none;
    }


    .staff__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        width: 100%;
    }

    .staff__who--school {
        font-size: 1.4rem;  
    }

    .staff__comment {
        width: 80%;
    }




    .benefit__point {
        margin: 20px auto 40px auto;
        width: 80%;
    }


    .benefit__content {
        margin: 0 auto;
        width: 70%;
        aspect-ratio: 7/4;
        border: 10px solid #93b0f341;
    }










    section#salon {
        padding-bottom: 0;
    }

    section#flow {
        padding-top: 50px;
    }

    
    .flow__howto {
        margin: 0 auto 10px auto;
        width: 50%;
    }



    #footer .nav--list,
    #footer .nav__guide {
        width: 40%;
    }

    #footer a {
        width: 100%;
    }
}



/*1000=============================================*/

@media (max-width: 1000px) {
    .nav--list li {
        width: 90px;
    }




    .top__btn {
        max-height: 100px!important;
        aspect-ratio:3/1;
        
    }

    .pagetop {
        bottom: 150px; 
    }


    .special__item {
        /* max-height: 500px; */
    }

    #footer {
        padding: 100px 0 150px 0;
    }


}

/*1300=============================================*/


@media (max-width: 1300px) {
    .js-slider__special {
        display: block;
       height: 500px;
    }

    .special__item {
       margin: 0 10px;
       width: 32vw;
       min-width: 300px;
    }

    .special__item--img {
       max-width: 200px;
       max-height: 200px;
     }

     .slick-dots li button:before {
        content: "¥2022";
     }

     
}




/*1800=============================================*/

@media (min-width: 1800px) {
    html {
        font-size: 20px;
    }

    .wrapper__title {    
        width: 50%;
        max-width: none;
    }



    .nav--btn span {
        margin-bottom: 5px;
        font-size: 1rem;
    }
    
    
    .nav--btn em {
        font-size: 0.7rem;
    }

    .nav--list li {
        width: 150px;
        height: 100%;
    }

    
    .nav--list li:nth-last-child(1) {
        width: 250px;
    }

    .top__btn {
        border-radius: 100px;
    
    }

    .rep--comment {                                 /*responsive*/
        position: relative;
        margin: 0 auto;
        width: 1200px;
        height: auto;
        border: 1px solid #EB9C9C;
    }

    p.rep--comment__text--main {
        font-size: 0.8rem;
    }


    
    .job--switch__nav {  
        top: -120px;                                                      
        width: 100%;
    }
    
    .job--switch__nav--item {
        width: 9%;
    }



    .curriculum__internship {
        margin: 100px auto 200px auto;
        width: 60%;
    }

    .curriculum__internship--text {
        margin: 50px auto 0 auto;
        padding: 20px;
        width: 80%;
        font-size: 0.9rem;
    }


    .curriculum__future--way {
        width: 50%;
        height: auto;
    }

    .special__sub {
        max-width: 700px!important;
    }
    
    .js-slider__special {
        width: 90%;
    }

    .special__item--img--outer {
        width: 100%;
        height: auto;
    }

    .special__text--outer {
        width: 90%;
        max-width: none;
    }

    .special__text--main {
        font-size: 0.9rem;
    }
    .special__text--sub {
        font-size: 0.9rem;
    }




    .working-mama__schedule--scroll {
        margin: 0 auto;
        width: 1500px;
    }





    .background-word {
        z-index: -1;
        position: absolute;
        bottom: -250px;
    }
    
    .assistant__schedule {
        margin: 200px 0 50px 0;
    }

    .assistant__schedule--scroll {
        width: 4000px;
    }
    .event__btn {
        width: 450px;
        height: 70px;
    }


    .recruitment__nav--jp {
        font-size:0.8rem;
    }
}