@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */


/*================== index.html =================*/
body {
    letter-spacing: 0.18em!important;
}

.text div {
    line-height: 2.2em!important;
}

.flex_01 .box article > div .sub {
    line-height: 1.6em!important;
}

.flex_01 .box article > div .sub2 {
    line-height: 1.6em!important;
}

.flex_01 .box {
    width: calc((100% - 120px) / 3);
}

.flex_02 .box div {
    text-align: left;
}

.flex_02 .box article h3 {
    font-size: clamp(16px, 1vw, 17px)!important;
}

.btn2 a {
    color: #fff;
    position: relative;
    display: block;
    padding: 10px 10px 10px 20px;
    width: 300px;
    font-size: 1.12em;
    background-color: #e4007f;
    font-family: 'Montserrat', sans-serif;
  }
  
  .btn2 a:before {
    font-family: "Font Awesome 5 pro";
    content: "\f061";
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  a.btn3 {
    color: #fff;
    position: relative;
    display: block;
    margin: 10px auto 20px;
    padding: 6px 10px 6px 40px;
    width: 200px;
    height: 36px;
    border-radius: 5px;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    background-color: #06C755;
  }
  
  a.btn3:before {
    font-family: "Font Awesome 5 pro";
    content: url(../images/home/LINE_icon.png);
    position: absolute;
    right: 1%;
    top: -461%;
    -webkit-transform: scale(0.1);
    transform: scale(0.09);
  }

  a.btn4 {
    color: #fff;
    position: relative;
    display: block;
    padding: 8px 10px 6px 66px;
    max-width: 300px;
    height: 50px;
    border-radius: 5px;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    background-color: #06C755;
  }
  
  a.btn4:before {
    font-family: "Font Awesome 5 pro";
    content: url(../images/home/LINE_icon.png);
    position: absolute;
    right: 32%;
    top: -320%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

.salonworks {
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    background-color: #e4007f;
    padding: 0.5em 0.5em 0.5em 1.5em;
    width: 100%;
    margin-bottom: 20px;
}

img.lm_btn {
    width: 160px;
}

img.sns_btn {
    width: 80px;
}

.dlWrap2 {
    display: block;
}

#c121 h3 {
    color: #e4007f;
    font-weight: bold;
    margin-bottom: 40px;
}

.sub_title_02 h3 .job {
    margin-bottom: 0!important;
}

.flex_04 .box article > div {
    line-height: 2.2em!important;
}

footer#global_footer div a {
    color: #FFF;
}

@media screen and (min-width: 469px) and (max-width: 768px){
    .flex_01 .box {
        width: 100%;
    }
}
@media only screen and (max-width: 468px){
    .flex_01 .box {
        width: 100%;
    }
}