:root {
    --DarkGray: #3B4043;
    --Gray: #707F89;
    --MidGray: #98A6B5;
    --BlueGray: #CDD6DD;
    --LightGray: #F0F3F5;
    --White: #FFF;
}

body {
    background-color: var(--LightGray);
    color: var(--DarkGray);
    font-family: "Noto Sans JP",sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: var(--DarkGray);
}

section {
    margin: 0 0 120px;
    width: 100%;
}

section section {
    margin: 0 0 80px;
    width: 100%;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.Small_Text {
    font-size: 0.6rem;
}

.pc {
    display: none;
}


header {
    position: fixed;
    display: flex;
    width: 100%;
    height: 48px;
    z-index: 200;
}

nav.sp {
    position: fixed;
    background: var(--LightGray);
    width: 100vw;
    height: 100vh;
    margin: 0 0 120px;
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

nav.sp ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
}

nav.sp ul li {
    margin: 0 0 40px;
}

nav.is-active {
    display: flex !important;
    opacity: 1;
    visibility: visible;
}

.is-close {
    display: none;
}

.HeaderBox {
    padding: 0 20px;
}

.HeaderBox.sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

footer {
    background-color: var(--DarkGray);
    color: var(--White);
    padding: 30px 20px;
}

.FooterInfo {
    margin: 0 0 20px;
}

.FooterInfo svg text {
    margin: 0;
}

.FooterInfo dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.8rem;
}

.FooterInfo dl dt {
    width: 18%;
    margin: 0 0 5px;
}

.FooterInfo dl dd {
    width: 82%;
}
.FooterInfo dl dd a {
    text-decoration: none;
    color: var(--White);
}

.FooterInfo p {
    display: inline;
    font-size: 1rem;
}

.shop-name {
    margin: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

footer .GoogleMap {
    margin: 0 0 45px;
}

footer .LinkList {
    margin: 0 0 30px;
}

footer .LinkList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0.8rem;
}

footer .LinkList li {
    margin-right: 5px;
}

footer .LinkList li a {
    color: var(--White);
    text-decoration: none;
}

footer small {
    padding-top: 7px;
    font-size: 0.7rem;
}

.contents {
    padding: 0 20px;
}

.top {
    background: url(/images/Top_bg_01.png) center center / cover no-repeat;
    height: 100vh;
    margin: 0 0 120px;
    position: relative;
}

.top p {
    position: absolute;
    bottom: 8%;
    left: 7%;
}

.recruit_top {
    background: url(/images/Top_bg_02.png) center center / cover no-repeat;
    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.recruit_top h1 {
    font-size: 4.3rem;
    color: var(--White);
    font-family: Didot;
}

section.recruit_top svg {
    position: absolute;
    left: 30px;
    bottom: 40px;
}

.CenteringBox {
    display: flex;
    align-items: center;
    justify-content: center;
}
F
.CenteringBox svg {
    margin: 0 0 14px;
}

/* .CenteringBox img {
    margin: 0 0 80px;
} */

.CB_flexColumn {
    flex-direction: column;
    margin: 0 0 80px;
}

.CB_flexColumn p {
    font-size: 0.9rem;
    margin: 0 0 5px;
}

.CB_flexColumn p.Margin {
    margin: 0 0 35px;
}

#hairstyle .CB_flexColumn p, #menu .CB_flexColumn p {
    line-height: 2;
}

.HeadBorder {
    background: var(--BlueGray);
    position: relative;
    width: 2px;
    height: 94px;
    margin: 5px auto 80px;
}

.HeadBorder::before {
    content: "";
    background: var(--BlueGray);
    position: absolute;
    top: 0;
    left: -1px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}

.HeadBorder::after {
    content: "";
    background: var(--BlueGray);
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}

.btn {
    width: 80%;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
}

.btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
    color: var(--DarkGray);
    font-size: 0.9rem;
    font-weight: bold;
    border: 1px solid var(--MidGray);
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}

.btn a:hover {
    background: var(--MidGray);
    color: var(--White);
}

.ReserveBtn {
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    -webkit-transform: translateX(-50%) translateY(100px);
    -ms-transform: translateX(-50%) translateY(100px);
}

.ReserveBtn a {
    background-color: rgba(255, 255, 255, 0.8);
}

.scroll {
    opacity: 0;
	visibility: hidden;
	transition: all 1s;
}

.js-fade {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(50px);
}


.HairstyleImgBox {
    position: relative;
    margin: 0 0 250px;
}

.HairstyleImgBox img:first-child {
    position: absolute;
    top: -30%;
}

.HairstyleImgBox img:nth-child(2) {
    margin: 0 auto;
}

.HairstyleImgBox img:last-child {
    position: absolute;
    bottom: -30%;
    right: 0;
}

/* メニュー */
#menu .menuImgBox {
    position: relative;
    margin: 0 0 140px;
}

#menu .menuImgBox img {
    margin: 0 auto 80px;
    width: 80%;
}

#menu .menuImgBox svg {
    position: absolute;
    top: 0;
    right: 11%;
}

#menu .menuImgBox p {
    position: absolute;
    bottom: -20%;
    left: 5%;
    width: 68%;
    line-height: 1.8rem;
    backdrop-filter: blur(3px);
}

#menu h3 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--BlueGray);
    font-size: 1.2rem;
}

#menu dl {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    font-size: 0.9rem;
    word-break:break-all;
}

#menu dt{
    width: 80%;
    line-height: 2;
}

#menu dd{
    text-align: right;
    width: 20%;
    line-height: 2;
}

@media screen and (min-width: 600px) {

    .recruit_top {
        margin: 0 0 80px;
    }

    #menu .menu-set {
        -webkit-display: wrap;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content:space-between;
        margin: 0 auto;
        width: 60%;
    }

    #menu .menu-set section {
        width: 48%;
    }

    #menu dt{
        width: 60%;
    }
    
    #menu dd{
        width: 40%;
    }
}


.StaffBox img {
    width: 200px;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.StaffBox > p:first-of-type {
    font-size: 0.9rem;
    margin: 0 0 5px;
    text-align: center;
}

.StaffBox > p:nth-of-type(2) {
    margin: 0 0 5px;
    font: 1.4rem "Montserrat";
    font-weight: 500;
    text-align: center;
}

.StaffBox > p:nth-of-type(3) {
    font-size: 0.9rem;
    margin: 0 0 20px;
    text-align: center;
}

/* 採用情報 */

body#recruit h2 {
    text-align: center;
}

body#recruit h2 > span:first-of-type{
 font-size: 0.9rem;
}

body#recruit .contents p {
    margin-bottom: 30px;
    line-height: 1.7;
}

body#recruit .contents {
    margin: 0 auto;
    text-align: left;
}

@media screen and (min-width: 600px) {
    body#recruit .contents {
        margin: 0 auto;
        padding: 0;
        width: 60%;
    }
}


.RecruitBox {
    margin: 0 0 80px;
}

.RecruitBox dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
}

.RecruitBox dt {
    width: 100%;
    margin: 0 0 10px;
    font-size: 1.1rem;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--BlueGray);
    color: var(--Gray);
}

.RecruitBox dd {
    width: 100%;
    margin: 0 0 5px;
    font-size: 0.9rem;
}

.RecruitBox dl.assistant,
.RecruitBox dl.stylist {
    margin: 0 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.RecruitBox dl.assistant dt,
.RecruitBox dl.stylist dt {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
    padding-bottom: none;
    border-bottom: none;
    color: var(--Gray);
}
.RecruitBox dl.assistant dd,
.RecruitBox dl.stylist dd {
    margin: 0;
    width: 100%;
}



.RecruitBox p {
    font-size: 0.9rem;
}

@media screen and (min-width: 960px) {
    .RecruitBox dl {
	    max-width: 960px;
        margin: 0 auto 40px;
    }
    .RecruitBox p {
        text-align: center;
    }
}





body#recruit .StaffVoice div:first-of-type {
    text-align: center;
}

body#recruit .StaffVoice div:first-of-type p:first-of-type {
    text-align: center;
    font-size: 0.9rem;
    margin: 0 0 5px;
    text-align: center;
}

body#recruit .StaffVoice div:first-of-type p:nth-of-type(2) {
    margin: 0 0 30px;
    font: 1.4rem "Montserrat";
    font-weight: 500;
    text-align: center;
}

body#recruit .StaffBox img {
    width: 200px;
    border-radius: 50%;
    margin: 0 auto 15px;
}

body#recruit .message img {
    width: 200px;
}

body#recruit .imgadjustbox img {
    margin-bottom: 80px;
}


@media screen and (min-width: 945px) {
    body#recruit .message img {
        margin: 0;
        width: auto;
    }
    body#recruit .message {
        display: flex;
        justify-content: space-around;
    }
    body#recruit .message div:first-of-type {
        width: 30%;
        margin: 0;
    }
    body#recruit .message div:nth-of-type(2) {
        width: 60%;
        margin: 0;
    }
    
    body#recruit .StaffVoice {
        display: flex;
        justify-content: center;
        justify-content: space-around;
    }
    body#recruit .StaffBox img {
        width: auto;
        border-radius: 50%;
        margin: 0 auto 15px;
    }
    body#recruit .StaffVoice div:first-of-type {
        width: 30%;
    }

    body#recruit .StaffVoice div:nth-of-type(2) {
        width: 60%;
    }

    body#recruit .imgadjustbox{
        display: flex;
        justify-content: space-around;
    }

    body#recruit .imgadjustbox div:first-of-type {
        width: 50%;
    }

    body#recruit .imgadjustbox div:nth-of-type(2) {
        width: 40%;
    }


    .RecruitBox dl.assistant,
    .RecruitBox dl.stylist {
        margin: 0 0 10px;
        display: flex;
        flex-direction: row;
        justify-content: end;
    }

    .RecruitBox dl.assistant dt,
    .RecruitBox dl.stylist dt {
        width: 12%;
        margin: 0;
        padding: 0;
        font-size: 0.9rem;
        padding-bottom: none;
        border-bottom: none;
        color: var(--Gray);
    }
    .RecruitBox dl.assistant dd,
    .RecruitBox dl.stylist dd {
        margin: 0;
        width: 88%;
    }
}

body#recruit .StaffBox > p:nth-of-type(2) {
    margin: 0 0 30px;
}


.ImgAdjust {
    margin-top: -127px;
    clear: both;
}

.ImgAdjust img {
    width: 100%;
    z-index: -100;
}

@media screen and (min-width: 600px) {
    .ImgAdjust img {
        width: 60%;
    }
   
    .up {
        opacity: 0;
        transition: all 1s ease;
    }
    
    .up.show {
        opacity: 1;
        transform: none;
    }
    
    .op {
        transform: translate(0, 100px);
    }

    .p-error {
        padding-top: 150px;
    }

    .p-error h2 {
        font-size: 300%;
        text-align: center;
    }

    .p-error p {
        text-align: center;  
    }

}

@media screen and (min-width: 600px) {
    header {
        height: 100px;
    }

    .HeaderBox.pc {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: fixed;
        top: 0;
        background: var(--LightGray);
        width: 100%;
        height: 100px;
        padding: 40px 30px;
    }

    nav.pc ul {
        display: flex;
    }

    nav.pc ul li {
        margin: 0 0 0 20px;
    }

    .top {
        background: url(/images/Top_bg_01_pc.png) center center / cover no-repeat;
        background-size: 1280px;
    }    
    
    .recruit_top {
        background: url(/images/Top_bg_02_pc.png) center center / cover no-repeat;
        background-size: 1280px;
    }    

    .HairstyleImgBoxPc {
        display: flex;
        justify-content: center;
        margin: 0 0 80px;
    }

    .menuImgBox img {
        margin: 0 auto 80px;
        width: 578px;
    }
    
    .btn {
        display: flex;
        justify-content: center;
        width: 350px;
    }

    footer {
        padding: 30px 20px 60px;
    }
    
    .FooterInfo {
        margin: 0 auto 20px;
        width: 450px;
    }
    
    .sp {
        display: none;
    }

    .pc {
        display: flex;
    }

    .js-fade {
        transform: translateX(-50%) translateY(0);
    }
}




.staffvoice_text {
    max-width: 300px;
    margin: 15px auto ;
}

.staffvoice_text p {
    margin: 0 0 15px;
}

.StaffVoiceTextBox p {
    font-size: 1.2rem;
}


p.catch {
    font-size: 1.2rem!important;
    text-align: center;
}



/* lorder */

.loading {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100vh;
  }

  .loading.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 500ms;
  }