@charset "UTF-8";


.sec-salon:before {
    height: 60%;
}    

.sec-salon .inner{
    display: flex;
    justify-content: space-between;
}

.sec-salon .inner .flex{
    width: 50%;
}

.sec-salon .inner .flex .salon-name{
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.sec-salon .inner .flex .salon-name span{
    background: #000;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 8px;
    margin-left: 10px;
}

.sec-salon .inner .flex:nth-of-type(1){
    border-right: 1px solid #e7e4e4;
    padding-right: 5%;
}

.sec-salon .inner .flex:nth-of-type(2){
    padding-left: 5%;
}

@media screen and (max-width: 834px) {
.sec-salon:before {
    height: 100%;
}

.sec-salon .inner {
    display: block;
}

.sec-salon .inner .flex .salon-name {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.sec-salon .inner .flex .salon-name span {
    font-size: 1.2rem;
}

.sec-salon .inner .flex {
    width: 100%;
}
.sec-salon .inner .flex:nth-of-type(1) {
    border-bottom: 1px solid #e7e4e4;
    border-right: 0 ;
    padding: 0;
    margin-bottom: 25px;
}
.sec-salon .inner .flex:nth-of-type(2) {
    padding: 0;
}
}


.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}

.swiper-button-next, 
.swiper-button-prev {
    position: relative;
}

.swiper-button-prev{
    left: 0;
    right: auto;

} 

.swiper-button-next{
    left: 45px;
    right: auto;
}

.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after{
    background: #bfa26a;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 30px;
}

.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after{
    background: #bfa26a;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 5px;
    top: 8px;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
    font-size: 20px !important;
    text-align: center;
    align-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

}


/* 20230216___recruit-add */

.career-block__custom p{
    line-height: 1.8;
    font-size: 15px;
}

.custom__title-bl {
    display: flex;
    margin-bottom: 15px;
}

.custom__title-bl p{
    font-size: 15px;
}

.custom__title-tag{
    width: 142px;
    height: 142px;
    background-color: #000000;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.custom__title-tag .small{
    font-size: 18px;
    display: block;
    width: fit-content;
    text-align: center;
}

.custom__title-tag .big {
    font-size: 30px;
    display: block;
    width: fit-content;
    line-height: 1.1;
}

.custom__title .small{
    font-size: 21px;
    margin-bottom: 8px;
}

.custom__title .big {
    font-size: 32px;
    border-bottom: 1px solid #000;
    /* text-decoration: underline; */
    line-height: 1;
}

.custom__title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.custom__img{
    margin: 30px 0;
}

.custom__cont-main{
    position: relative;
}

.custom__cont-main-en{
    position: absolute;
    transform: rotate(90deg);
    font-size: 40px;
    bottom: 0;
    left: 0;
}

.custom__cont-main-txt-bl{
    padding-left: 60px;
}

.custom__cont-main-txt-bl p{
    font-size: 15px;
}

.custom__cont-main-txt-bl h5 {
    font-size: 19px;
    text-decoration: underline;
    margin-bottom: 20px;
}

.custom__main-bl{
    margin-bottom: 50px;
}

.custom__cont h5{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.custom__cont p{
    font-size: 15px;
}

.custom__flex{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}

.custom__flex-item{
    width: 47%;
    padding-left: 20px;
    margin-bottom: 40px;
}

.custom__flex-item-img{
    position: relative;
    margin-bottom: 20px;
}

.custom__flex-item h6{
    margin-bottom: 20px;
    font-size: 18px;
    text-decoration: underline;
}

.custom__flex-item p{
    font-size: 14px;
}

.custom__flex-item:first-of-type .custom__flex-item-img p{
    bottom: 68px;
    left: -91px;
}

.custom__flex-item:nth-of-type(2) .custom__flex-item-img p{
    bottom: 20px;
    left: -45px;
}

.custom__flex-item:nth-of-type(3) .custom__flex-item-img p{
    bottom: 11px;
    left: -36px;
}

.custom__flex-item-img p{
    position: absolute;
    transform: rotate(90deg);
}

.custom__flex-item .bl {
    background-color: rgba(168,152,108,0.1);
    padding: 25px;
    margin-bottom: 20px;
}

.custom__flex-item .bl h6{
    font-size: 16px;
}

.custom__flex-item .bl h6::before{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #a8986c;
    content: "";
}

.custom__flex-item .bl p{
    font-size: 14px;
}

.career-block__custom .deco {
    display: inline-block;
    position: absolute;
    left: 0;
    top: -5.2em;
    width: 32px;
    font-size: 4rem;
    line-height: .8;
}

@media screen and (max-width: 1245px){
    .custom__title-tag {
        width: 110px;
        height: 110px;
    }
    .custom__title-tag .small {
        font-size: 14px;
        line-height: 1.5;
    }
    .custom__title-tag .big {
        font-size: 25px;
    }
    .custom__title .big {
        font-size: 26px;
    }
    .custom__title .small {
        font-size: 19px;
    }
}

@media screen and (max-width: 834px){
    .career-block__custom .deco {
        left: -8px;
        font-size: 3.2rem;
    }
    .custom__img{
        margin: 25px 0;
    }
    .custom__cont-main-txt-bl {
        padding-left: 50px;
    }
    .custom__title-bl {
        margin-bottom: 25px;
        flex-direction: column;
        align-items: center;
    }
    .custom__title-tag {
        margin-bottom: 20px;
    }
    .custom__title {
        display: flex;
        padding-left: 0;
        text-align: center;
    }
    .custom__cont h5 {
        font-size: 19px;
    }
}

@media screen and (max-width: 500px){
    .custom__flex {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    .custom__flex-item {
        width: 100%;
    }
}


.macc{
       margin-top: -250px;
    }
.maccc{
       margin-top: -100px;
    }

@media screen and (max-width: 834px){
	
	.macc{
       margin-top: -100px;
    }
.maccc{
       margin-top: -30px;
    }
	 }