/*
Theme Name:  SHARING BEAUTY コーポレートサイト
Description: SHARING BEAUTY コーポレートサイト
Version: 1.0
*/

/* Service salon link */

.salon-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    box-sizing: border-box;
    margin: 150px 0 0 0;
    justify-content: center;
}

.salon-item{
    box-sizing: border-box;
    width: 25%;
    display: flex;
    justify-content: center;
    aspect-ratio: 4 / 3;
}

.salon-item-info{
    margin: 10px;
    background: #fff;
}

.salon-item-info span img{
    object-fit: contain;
    aspect-ratio: 4 / 3;
    padding: 30px;
    width: 100%;
}

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

    .salon-list{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        box-sizing: border-box;
        margin: 70px 0 0 0;
        justify-content: center;
    }
    
    .salon-item{
        box-sizing: border-box;
        width: 44%;
        display: flex;
        justify-content: center;
        aspect-ratio: 4 / 3;
    }
    .salon-item-info{
        margin: 10px;
        background: #fff;
    }
    .salon-item-info span img{
        object-fit: contain;
        aspect-ratio: 4 / 3;
        padding: 12%;
        width: 100%;
    }
}


/* recruit top */

.recruit-course-item:nth-child(4) .recruit-course-item-block {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    color: #fff
}
.recruit-course-item:nth-child(4) .recruit-course-item-block::before {
    background-color: #000
}
.recruit-course-item:nth-child(4) .single-navi-item[data-navi=prev] {
    border: 1px solid #fff
}
.recruit-course-item:nth-child(4) .single-navi-item[data-navi=prev] a {
    border: none
}
.recruit-course-item:nth-child(4) .single-navi-item[data-navi=prev] a::after,.recruit-course-item:nth-child(4) .single-navi-item[data-navi=prev] a::before {
    background: #fff
}
.recruit-course-item:nth-child(4) .single-navi-item[data-navi=prev] span {
    color: #fff
}


@media only screen and (min-width: 951px){
    .recruit-course-item:nth-child(4) {
        right: -8%
    }
    .recruit-course-item:nth-child(4) .recruit-course-item-block {
        padding-right: 15%
    }
    .recruit-course-item:nth-child(4) .single-navi-item[data-navi=prev]:hover span {
        color:#000
    }
    .recruit-course-item:nth-child(4) {
        opacity: 0;
        -webkit-transform: translate(25%,50%);
        transform: translate(25%,50%)
    }
    .recruit-course-item:nth-child(4).scroll-anima.v {
        -webkit-transition: .6s;
        transition: .6s;
        opacity: 1;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    .recruit-course-item:nth-child(3) .recruit-course-item-block .recruit-course-item-block-title,
    .recruit-course-item:nth-child(4) .recruit-course-item-block .recruit-course-item-block-title {
        margin-bottom: 10px;
    }
    .recruit-course-item:nth-child(3) .recruit-course-item-block-subtitle,
    .recruit-course-item:nth-child(4) .recruit-course-item-block-subtitle {
        margin-bottom: 20px;
    }

}


@media only screen and (max-width: 950px){
    .recruit-course-item:nth-child(4) {
        opacity: 0;
        -webkit-transform: translate(0,100px);
        transform: translate(0,100px)
    }
    .recruit-course-item:nth-child(4).scroll-anima.v {
        -webkit-transition: .6s;
        transition: .6s;
        opacity: 1;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    .recruit-course-item:nth-child(3) .recruit-course-item-block .recruit-course-item-block-title,
    .recruit-course-item:nth-child(4) .recruit-course-item-block .recruit-course-item-block-title {
        margin-bottom: 10px;
    }
    .recruit-course-item:nth-child(3) .recruit-course-item-block-subtitle,
    .recruit-course-item:nth-child(4) .recruit-course-item-block-subtitle {
        margin-bottom: 20px;
    }
}

.recruit-course-item:nth-child(3) .recruit-course-item-image::before {
    background-image: url(./assets/img/recruit/course03-1.jpg)
}
.recruit-course-item:nth-child(4) .recruit-course-item-image::before {
    background-image: url(./assets/img/recruit/course05.jpg)
}

@media only screen and (min-width: 951px) and (max-width:1080px) {
    .recruit-course-item:nth-child(4) .recruit-course-item-block {
        padding-right:8%
    }
}


/* recruit salon page */
@media only screen and (min-width: 951px){
    .recruit-sub-requirement-application-wrap{
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .recruit-sub-requirement-application-wrap .recruit-sub-requirement-application{
        width: 31%;
    }
}

@media only screen and (max-width: 950px){
    .recruit-sub-requirement-application-wrap .recruit-sub-requirement-application + .recruit-sub-requirement-application{
        margin-top: 30px;
    }
    .more-btn-text .dn-sp{
        display: none;
    }
}

.more-btn {
    flex-direction: column;
    width: 100%;
}
.more-btn span.more-btn-subtext{
    font-size: 10px;
    font-weight: 700;
    margin-top: 10px;
    
    transition: .4s all;
    z-index: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.more-btn:hover span.more-btn-subtext{
    color: #fff;
}

[data-barba-namespace=recruit-new-graduate] .hero.stylist-brooch{
    background-image: url(./assets/img/recruit/new-graduate/brooch.jpg);
}
[data-barba-namespace=recruit-new-graduate] .hero.stylist-hair{
    background-image: url(./assets/img/recruit/new-graduate/hair.jpg);
}
.hero.stylist-brooch + .recruit-sub-requirement.yellow::before,
.hero.stylist-hair + .recruit-sub-requirement.yellow::before{
    background: none;
}

.more-btn-text{
    line-height: 1.5;
}



@media only screen and (min-width: 951px) {
    .mission-theme-wrapper:nth-of-type(1),
    .mission-theme-wrapper:nth-of-type(2),
    .mission-theme-wrapper:nth-of-type(3) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 136px;
        background-image: url(./assets/img/mission/mission-bg.jpg);
        background-position: bottom;
    }
}
@media only screen and (max-width: 950px) {
    .mission-theme-wrapper:nth-of-type(1) .mission-theme-head,
    .mission-theme-wrapper:nth-of-type(2) .mission-theme-head,
    .mission-theme-wrapper:nth-of-type(3) .mission-theme-head {
        background-image: url(./assets/img/mission/mission-bg.jpg);
        background-position-x: 0;
    }
}
@media only screen and (max-width: 950px) {
    .mission-theme-wrapper:nth-of-type(1),
    .mission-theme-wrapper:nth-of-type(2),
    .mission-theme-wrapper:nth-of-type(3) {
        margin-bottom: 80px;
    }
}

@media only screen and (min-width: 951px) {
    .v .mission-theme-objections.challenge {
        -webkit-transform: translate(-165px, 0);
        transform: translate(-138px, 0);
    }
}
@media only screen and (min-width: 951px) {
    .v .mission-theme-objections.challenge.no2 {
        -webkit-transform: translate(-158px, 0);
        transform: translate(-158px, 0);
    }
}
@media only screen and (min-width: 951px) {
    .v .mission-theme-objections.team {
        -webkit-transform: translate(165px, 0);
        transform: translate(138px, 0);
    }
}


@media only screen and (min-width: 951px) {
    .mission-theme-head .svgWrapper2 {
        position: relative;
        width: 141.7%;
        height: 0;
        padding-top: 50%;
    }
}

.mission-theme-head-jp {
    fill: #fff;
    font-size: 20px;
}
.mission-theme-head-en {
    fill: #fff;
    font-family: Oswald, sans-serif;
    font-size: 17px;
}


.corporate-access-hero {
    background: url(./assets/img/corporate/access_img2.jpg) center center no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 950px) {
    .recruit-future-intro_image {
        position: absolute;
        top: 0;
        left: 0;
    }
}


.recruit-course-item:nth-child(1) .recruit-course-item-image::before {
    background-image: url(./assets/img/recruit/course01-202504.jpg);
}
.recruit-course-item:nth-child(2) .recruit-course-item-image::before {
    background-image: url(./assets/img/recruit/course02-202504.jpg);
}

.recruit-course-item-image::before {
    width: 135%;
}


@media only screen and (min-width: 951px) {
    .mission-message-detail {
        width: 66%;
    }
}


@media only screen and (max-width: 950px) {
    .br-tablet {
        display: block;
    }
}
@media only screen and (min-width: 951px) {
    .br-tablet {
        display: none;
    }
}

.service-list-item .text-area .main-text span{
    display: inline-block;
}

.service-list-item {
    margin: 0 auto 200px 20px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 200px;
    margin-left: 20px;
    max-width: 1300px;
    width: 100%;
}

.contact-form-item .ttl.optional::after {
    content: none;
}