@charset "utf-8";

/*first_view*********************/
.first_view {
    border-top: solid 3px #e38585;
}

.first_view .position {
    position: relative;
}

.fukidashi_bottom {
    color: #e38585;
    font-weight: bold;
}

.top_btn {
    display: flex;
    justify-content: end;
    margin: 10px 2% 0 0;
}

.top_btn a {
    background-color: #e38585;
    color: #fff;
    padding: 3px 1.2em;
    text-align: center;
    border-radius: 2em;
}

.top_btn a:after {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url(../images/icon_hasami.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 0 0 4px;
}

.fukidashi_bottom {
    position: relative;
    display: inline-block;
    border-bottom: solid 2px #e38585;
    padding: 0 0 0.5em 0;
    width: auto;
    margin: 10px 0 1em 2%;
    max-width: 20em;
    font-size: 1.1em;
}

.fukidashi_bottom:before,
.fukidashi_bottom:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fukidashi_bottom:before {
    border: solid 12px transparent;
    border-top: solid 12px #e38585;
}

.fukidashi_bottom:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
}

.fukidashi_bottom p {
    margin: 0;
    padding: 0;
}

.intro_text {
    position: absolute;
    width: 100%;
}

.top_img {
  width: 100%;
  background: transparent linear-gradient(117deg, #ADACA4 0%, #A9A8A3 17%, #7F7F7D 32%, #A0A7A5D9 73%, #A0A4A3 89%, #B2AAAA 100%) 0% 0% no-repeat padding-box;
  margin: 1em 0;
}

.top_img .inner-section {
    padding: 0;
}

.top_img img {
    width: 100%;
}

#main h1 {
    font-size: 6.1vw;
    font-weight: bold;
    width: 94%;
    padding: 0 0 0 3%;

    line-height: 1.5;
}

#main h1 .big {
    font-size: 2em;
}

.main_img {
    margin: 12rem 0 0;
    text-align: right;
    z-index: -1;
    position: relative;
}

.first_view .comment {
    background-color: #e38585;
    padding: 0.7em 2%;
}

.first_view p {
    line-height: 1.4
}

.first_view .comment p {
    color: #fff;
    font-weight: bold;
    font-size: 5vw;
}

/*.second_view******************/
.second_view {
    background-color: #E4DEDF;
    padding: 1em 0;
}

.second_view h2 {
    padding: 0 0 1em 3%;
}

.fuan_list {
    background-color: #fff;
    width: 90%;
    margin: 1em auto;
    padding: 0.6em;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.fuan_list li {
    line-height: 2;
}

.fuan_list li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_check_orange.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 6px 0 0;
}

/*trouble_check**************************/

.trouble_list li {
    line-height: 2;
    padding-left: 1.6em;
    text-indent: -1.6em;
    margin: 0 0 0.5em;
}

.trouble_list li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_check_red.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 6px 0 0;
}

.trouble_box {
    border: solid 1px #707070;
    padding: 1em;
    margin: 0 0 1em;
}

.trouble_box p {
    margin: 0 0 0.8em;
    font-weight: bold;
    text-align: center;
    font-size: 5vw;
    line-height: 1.4;
}

.trouble .text {
    text-align: center;
}

.view_img {
    background-color: #cf9aa4;
}
.view_img h2{
    color: #fff;
}
.view_img .img{
    text-align: center;
}
.view_img .img img{
    width: 100%;
}
/*why**************************/
.misson_block {
    margin: 0 0 4em;
}

.fukidashi {
    position: relative;
    display: inline-block;
    background-color: #e38585;
    padding: 10px 0;
    min-width: 240px;
    max-width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 2em;
    margin: 0 auto 1em;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 1.2em;
    font-weight: bold;
}

.fukidashi::before {
    content: "";
    position: absolute;
    border: solid 12px transparent;
    border-top: solid 12px #e38585;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.why_01.flex_area {
    align-items: center;
    margin: 0 0 3em;
}

.why .img_area img:first-child {
    margin: 0 0 1em;
}

/*choose****/
.choose .title {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}


.balloon {
    width: 17%;
    text-align: center;
    margin: 0 1em 0 0;
}

.balloon p {
    position: relative;
    display: inline-block;
    width: 4em;
    height: 4em;
    line-height: 4em;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    background: #EECA16;
    border-radius: 50%;
    box-sizing: border-box;
}

.balloon p:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #eeca16;
    z-index: 0;
}

.choose_list li {
    margin: 0 0 4em;
}

.choose_list li:nth-child(odd) .flex_area {
    flex-direction: row-reverse;
}

.kuchikomi {}

.kuchikomi img {
    box-shadow: 0px 5px 5px -6px rgba(220, 220, 220, 0.3);
    margin: 0 auto 1em;
    width: 90%;
}

/*INTERVIEW****/
.reki {
    font-size: 14px;
    text-align: right;
    line-height: 1;
}

.name {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    line-height: 1;
}

.interview_box .stylist {
    width: 60%;
    margin: 0 0 1em 30%;
}

.interview_box li:nth-child(1) {
    border-bottom: solid 1px #e38585;
    margin: 0 0 2em;
}


.interview_box dt {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 1em;
}

.interview_box dd {
    margin: 0 0 1.5em;
    padding: 0 0 0 1em;
}

.interview_box dd p {
    line-height: 1.7;
}

/*MESSAGE****/
.massage_img {
    width: 60%;
    margin: 0 auto;
}

.message p {
    line-height: 1.6;
}

.message .text {
    width: 100%;
    margin: 0 0 2em;
}

/*schedule****/
.schedule .interview_box dd p {
    line-height: 2;
}

/*flow****/
.flow .interview_box .stylist {
    width: 60%;
    margin: 0 auto;
}

.flow .interview_box .stylist img {
    margin: 0 0 1em;
}

.flow .reki,
.flow .name {
    text-align: center;
}

.flow .comment {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 1em 0.6em;
    min-width: 120px;
    max-width: 100%;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #FF779D;
    box-sizing: border-box;
    border-radius: 1em;
}

.flow .comment:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
}

.flow .comment:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #FF779D;
    z-index: 1;
}

.flow_list li {
    margin: 0 0 2.5em;
}

/*LOCATION******/
.location .deco_line {
    position: relative;
    text-align: center;
    font-weight: bold;
    padding: 0 2em;
    width: fit-content;
    margin: 0 auto;
}

.location h4 {
    text-align: center;
    font-weight: bold;
    margin: 0 0 1em;
    font-size: 5.2vw;
    display: inline-grid;
}


.location .deco_line:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/deco_line_left.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.location .deco_line:after {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/deco_line_right.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*company****/
.company .text_area dl {
    line-height: 2;
    margin: 0 2% 2em;
}

/*450px以上***********************************/
@media screen and (min-width: 450px) {
    .trouble_box p {
        font-size: 4vw;
    }

    .location h4 {
        font-size: 4vw;
    }
}

/*700px以上***********************************/
@media screen and (min-width: 700px) {
    .first_view {}

    .intro_text {}

    .fukidashi_bottom {
        max-width: initial;
        font-size: 2.6vw;
    }

    #main h1 {
        font-size: 5vw;
        width: 66%;
    }

    .main_img {
        margin: 0;
        text-align: right;
        display: flex;
        justify-content: right;
        width: 100%;
    }

    .main_img img {
        width: 60%;
    }

    .first_view .comment p {
        font-size: 2.2vw;
    }

    .second_view .flex_area {
        margin: 0 0 1em;
    }

    .second_view {
        padding: 1em 0 2em;
        position: relative;
    }

    .trouble_box p {
        font-size: 20px;
    }

    .trouble_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .trouble_list li {
        width: 48%;
    }

    .trouble_box {
        margin: 0 auto 1em;
        width: 98%;
        max-width: 780px;
    }

    .change .flex_area {
        align-items: center;
    }

    .kuchikomi img {
        width: 48%;
    }

    .interview_box .stylist {
        width: 80%;
        margin: 0 auto 2em;
    }

    .flow .interview_box .img_area {
        width: 38%;
    }

    .flow .interview_box .text_area {
        width: 60%;
    }

    .flow .interview_box li:nth-child(odd) .comment:before {
        top: 50%;
        left: -9px;
        margin-top: -12px;
        border: 12px solid transparent;
        border-right-color: transparent;
        border-right-style: solid;
        border-right-width: 12px;
        border-right: 12px solid #FFF;
        z-index: 2;
    }

    .flow .interview_box li:nth-child(odd) .comment:after {
        margin-left: -17px;
        border: 14px solid transparent;
        border-bottom: 14px solid #FF779D;
        z-index: 1;
        content: "";
        position: absolute;
        top: 50%;
        left: -13px;
        margin-top: -14px;
        border: 14px solid transparent;
        border-right-color: transparent;
        border-right-style: solid;
        border-right-width: 14px;
        border-right: 14px solid #FF779D;
        z-index: 1;
    }

    .flow .comment {
        padding: 1em 1.6em;
    }

    .flow .interview_box li:nth-child(even) .comment:before {
        top: 50%;
        right: -24px;
        margin-top: -12px;
        border: 12px solid transparent;
        border-left: 12px solid #FFF;
        left: unset;
    }

    .flow .interview_box li:nth-child(even) .comment:after {
        top: 50%;
        right: -30px;
        margin-top: -14px;
        border: 14px solid transparent;
        border-left: 14px solid #FF779D;
        z-index: 1;
        left: unset;
    }

    .flow .interview_box .flex_area {
        align-items: center;
    }

    .location h4 {
        font-size: 2.5vw;
        display: block;
    }

    .location .flex_area {
        align-items: center;
    }

    .company .text {
        text-align: center;
        max-width: 650px;
        margin: 0 auto 2em;
    }
}

/*900px以上*/
@media screen and (min-width: 900px) {
    .first_view {
        position: relative;
        padding: 0 0 2em 0;
    }

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

    .fukidashi_bottom {
        font-size: 2.3vw;
    }

    #main h1 {
        font-size: 3.8vw;
        width: 60%;
    }

    .main_img {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .main_img img {
        width: 48%;
    }

    .first_view .comment {
        padding: 1.4em 2em;
        width: 50%;
        margin: 1em 0 0 3%;
        max-width: 50em;
    }

    .top_btn a {
        padding: 3px 1.8em;
        font-size: 1.2em;
    }

    .second_view {
        padding: 0 0 2em;
    }

    .second_view .flex_area {
        align-items: center;
    }

    .second_view h2 {
        position: absolute;
        width: 50%;
        font-size: 2.9vw;
        right: 0;
        margin: 1em 0 0;
        text-align: left;
    }

    .fuan_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 450px;
        margin: 8em auto 1em;
    }

    .fuan_list li {
        width: 48%;
    }

    .trouble h2 {
        width: 70%;
        margin: 0 auto 1em;
    }

    .balloon p {
        font-size: 20px;
    }

    .interview_box .flex_area {
        align-items: end;
    }

    .interview_box dd {
        padding: 0;
    }

    .name {
        font-size: 28px;
    }

    .schedule .interview_box .flex_area {
        align-items: center;
    }
}

/*1200px以上*/
@media screen and (min-width: 1200px) {
    #main h1 {
        font-size: 3.2vw;
    }

    .first_view .comment p {
        font-size: 1.8vw;
    }

    .fuan_list {
        width: 70%;
        max-width: initial;
    }

    .second_view .img_area {
        width: 40%;
    }

    .second_view h2 {
        width: 50%;
        font-size: 2.7vw;
        margin: 1em 0 0;
        position: absolute;
        top: 0;
        left: 70%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        padding: 0;
    }

    .second_view .text_area {
        width: 60%;
    }

    .second_view .img_area img {
        max-height: 460px;
    }

    .interview_box .stylist {
        width: 60%;
    }

    .location h4 {
        font-size: 1.7vw;
        display: block;
    }

}

/*1500px以上*/
@media screen and (min-width: 1500px) {
    #main h1 {
        font-size: 2.4vw;
    }

    .trouble_box p {
        font-size: 1.5vw;
    }

    .fuan_list {
        margin: 23vh 0 1em 10%;
    }
}