@charset "UTF-8";


.inner_top_pro {
    max-width: 100%;
    padding: 15px;
    margin: 0px;
    background: #F5F6F7;
    background-image: url(../img/image_back.jpg);
    background-size:300%;
    background-repeat: no-repeat;
    background-position: top left;
    line-height: 1.8;
}

.inner_top_pro h4{    
    font-weight: bold;
    color: #d98295;
}


.inner_1200 {
    max-width: 1280px;
    margin: 0px auto;
    padding: 15px;
    background: rgba(255, 255, 255, 0.6);
    text-align: left;
}

.inner_enkaku {
    max-width: 1080px;
    margin: 0px auto;
}

@media(min-width:768px) {
    .inner_top_pro {
        padding: 25px;
        background-size: cover;
        background-position: top left;
    }

    .inner_1200 {
        max-width: 1280px;
        padding: 40px;
        margin-top:40px;
    }
}


/* ----------text ----------*/
.text_b{
    font-weight: bold; 
    font-size: 110%;
}

.t_b_red{
    font-weight: bold;
    font-size: 110%;
    color: #d98295;
}

/* ----------背景ずらし ----------*/

@media(min-width:768px) {
    .spa {
        padding-top: 100px;
    }
}

@media(max-width:768px) {
    .spa {
        padding-top: 25px;
    }
}

@media(min-width:768px) {

    /*flex二等分　グレーが左*/
    .flex_box2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
        position: relative;
    }

    .flex_box2 .par {
        flex: 0 0 29%;
    }

    .flex_box2 .par2 {
        flex: 0 0 69%;
        min-height: 1000px
    }

    .flex_box2 .par::before {
        content: "";
        width: 50%;
        height: 100%;
        position: absolute;
        top: -4.25vw;
        right: 0;
        background: linear-gradient(-45deg, #fffcfa, #ebe8dd);
        z-index: -1;
    }

    .flex_box2 .par2::before {
        content: "";
        width:75%;
        height: 100%;
        position: absolute;
        top: -4.25vw;
        right: 0;
        background: linear-gradient(-45deg, #fffcfa, #ebe8dd);
        z-index: -1;
    }

    /*flexリバース*/
    .re {
        flex-direction: row-reverse;
    }

    /*中の文字*/
    .box_point {
        max-width: 95%;
        margin: 0 auto;
        padding: 10px;
        text-align: left;
    }

    .box_point h3 {
        margin-top: 0vw;
        letter-spacing: 0.1em;
        line-height: 1.7;
        font-size: 24px;
        font-family: kozuka-mincho-pr6n, serif;
        font-weight: 400;
        font-feature-settings: "palt";
    }

    .box_point .sub {
        margin-bottom: 10px;
        letter-spacing: 0.2em;
        font-size: 20px;
        font-family: kozuka-mincho-pr6n, serif;
        font-weight: 400;
        line-height: 1.2;
        font-feature-settings: "palt";
        color: #9d9046;
    }

    .box_point .p2 {
        margin-top: 14px;
        text-align: justify;
        letter-spacing: 0.1em;
        line-height: 2;
        font-size: 13px;
    }
}

@media(max-width:768px) {
    .box_point {
        width: 100%;
        padding: 0px;
    }

    .box_point h3 {
        font-size: 18px;
        font-family: serif;
        padding: 20px 0;
        color: #e35489;
    }

    .box_point .sub {
        font-size: 18px;
        padding-top: 10px;
    }
    .box_point .p2 {
        line-height: 2;
    }
}


/* ----------横線---------- */
.title-border {
    display: flex;
    align-items: center;
    padding-top:30px;
}

.title-border:before,
.title-border:after {
    border-top: 1px solid #CCC;
    content: "";
    flex-grow: 1;
}

.title-border:before {
    margin-right: 1rem;
}

.title-border:after {
    margin-left: 1rem;
}

/* ----------flex---------- */

.flex_pro p{    
    text-align: left;
}

@media(min-width:769px){
.flex_pro ul{    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flex_pro ul li{    
    width: 50%;
    margin: 0%;
    border-left: 1px solid #CCC;
    padding: 0 30px;
}
    
    .flex_pro ul li:first-child{    
    border-left: none;
}
}

/* ----------業種実績---------- */

dl.industry dt {
padding: 10px 0;
    font-weight: bold;
    vertical-align: top;
    position: relative;
}
dl.industry dd {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #d98295;
}


@media screen and (min-width: 769px){
dl.industry {
    display: flex;
    flex-wrap: wrap;
}
dl.industry dt {
    flex-basis: 25%;
    padding: 25px 0;
    font-weight: bold;
    position: relative;
/*    line-height: 3rem;*/
}
dl.industry dd {
   padding: 25px 0;
    border-bottom: 1px solid #d98295;
    flex-basis: 69%;
    margin-left: 50px;
}

dl.industry dt:after {
    width: 100%;
    height: 1px;
    content: "";
    display: block;
    background-color: #d98295;
    position: absolute;
    left: 0px;
    bottom: 0px;
} 
}