/* service
***************************************************************/


/* page title
***************************************************************/
.w_pageTitle {
    background-image: none;
}

.w_pageTitle.pageTitle_bk h1 {
    color: #4c4948;
}

.w_pageTitle.pageTitle_bk .h1 .t1::after {
    background-color: #4c4948;
}

.page_ttl_bottom {
    width: 100%;
    text-align: center;
}

.page_ttl_bottom h2 {
    font-size: 18px;
    letter-spacing: 0.14em;
}

@media all and (min-width: 681px) {}

@media all and (max-width:680px) {
    .page_ttl_bottom {
        padding: 0 5%;
    }

    .page_ttl_bottom h2 {
        font-size: 15px;
        line-height: 1.4;
    }
}

@media all and (max-width:370px) {}

/* service_wrap
***************************************************************/

.service_wrap {
    padding: 70px 0 120px;
}
.service_wrap p{
    text-align: justify;
}

.ser_inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background: #f5f5f5;
    border: 1px solid #4c4948;
    position: relative;
    padding: 50px 80px;
}
.ser_inner + .ser_inner{
    margin-top: 75px;
}
.ser_inner h2{
    font-size: 33px;
    font-weight: normal;
    letter-spacing: 0.25em;
    text-align: center;
}
.ser_inner h2 .crimson{
    font-size: 50px;
    letter-spacing: 0.05em;
    margin-right: 10px;
}
.ser_inner h3{
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.15em;
}
.ser_inner .in_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}
.ser_inner .in_box div{
    width: 400px;
}
.ser_inner .in_box div img{
    margin-top: 30px;
}
.ser_inner .in_box > span{
    width: 400px;
    display: block;
}
.ser_inner .in_txt{
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.9em;
    letter-spacing: 0.06em;
}
.ser_inner .in_tel {
    display: flex;
    align-items: center;
    height: 42px;
    margin-top: 15px;
}
.ser_inner .in_tel .s1 {
    width: 86px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    display: block;
    padding-right: 12px;
}
.ser_inner .in_tel .s2 {
    position: relative;
    font-size: 43px;
    padding-left: 60px;
    width: calc(100% - 86px);
    line-height: 1;
}

.ser_inner .in_tel .s2::before {
    content: "";
    width: 49px;
    height: 30px;
    background-image: url(../img/common/ico_freedial.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
}

.ser_inner .in_btn {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.23em;
    background-color: #fff;
    border: 1px solid #4d4d4d;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 1;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ser_inner .in_btn::after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../img/common/ico_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 1px;
    bottom: 0;
    margin: auto;
}

@media all and (min-width: 681px) {
    .ser_inner .in_btn:hover {
        background-color: #eee;
    }
}

.ser_03 .in_box span,
.ser_06 .in_box span{
    order: -1;
}

/*----- ser_02 ----- */
.ser_02_box{
    margin-top: 45px;
}
.ser_02_box h4{
    background-color: #4c4948;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.18em;
    line-height: 1em;
    text-align: center;
    padding: 17px 0;
}
.ser_02_box ul{
    border: 2px solid #4c4948;
    height: 170px;
    padding: 20px 0;
    display: flex;
}
.ser_02_box ul li{
    position: relative;
    width: calc(100% / 3);
}
@media all and (min-width: 681px) {
    .ser_02_box ul li.r_line::after{
        content: "";
        width: 1px;
        height: 100%;
        background-color: #6e7175;
        position: absolute;
        right: 0;
        top: 0;
    }
}
.ser_02_box ul li p{
    text-align: center;
}
.ser_02_box ul li p.p_txt{
    font-size: 10px;
    letter-spacing: 0.18em;
}
.ser_02_box ul li p.p_txt span{
    font-size: 18px;
}
.ser_02_box ul li p.box_txt{
    font-size: 19px;
    letter-spacing: 0.15em; 
    line-height: 1.6em;
}
/*----- ser_04 ----- */
.ser_04_box_a,
.ser_04_box_b{
    margin-top: 115px;
}
.ser_04_box_a h2,
.ser_04_box_b h2{
    text-align: center;
}
.ser_04_box_a h2 span,
.ser_04_box_b h2 span{
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.12em;
    border-bottom: 1px solid #6e7175;
}
.ser_04_box_a ul,
.ser_04_box_b ul{
    margin-top: 60px;
}
/*ser_04_box_a*/
.ser_04_box_a ul li{
    display: flex;
    justify-content: space-between;
}
.ser_04_box_a ul li + li{
    margin-top: 55px;
}
.ser_04_box_a ul li:nth-child(even) span{
    order: 1;
}
.ser_04_box_a ul li span{
    width: 460px;
}
.ser_04_box_a ul li div{
    width: 328px; 
}
.ser_04_box_a .in_ttl{
    font-size: 20px;
    letter-spacing: 0.15em;
}
.ser_04_box_a .in_txt{
    margin-top: 15px;
}
/*ser_04_box_b*/
.ser_04_box_b ul{
    display: flex;
    flex-wrap: wrap;
}
.ser_04_box_b ul li{
    width: calc(100% / 3);
}
.ser_04_box_b ul li + li + li + li{
    margin-top: 50px;
}
.ser_04_box_b .in_ttl{
    text-align: center;
    font-size: 19px;
    letter-spacing: 0.07em;
    margin-top: 25px;
}
.ser_04_box_b .in_txt{
    padding: 0 15px;
    letter-spacing: 0.03em;
    margin-top: 10px;
}

@media all and (max-width:680px) {
    .service_wrap {
        padding: 50px 5%;
    }
    .ser_inner {
        width: 100%;
        padding: 20px;
    }
    .ser_inner + .ser_inner{
        margin-top: 25px;
    }
    .ser_inner h2{
        font-size: 21px;
    }
    .ser_inner h2 .crimson{
        font-size: 30px;
        margin-right: 0;
    }
    .ser_inner h3{
        font-size: 16px;
        line-height: 1.5em;
        text-align: center;
    }
    .ser_inner .in_box{
        display: block;
        margin-top: 15px;
    }
    .ser_inner .in_box div{
        width: 100%;
    }
    .ser_inner .in_box div img{
        margin-top: 15px;
    }
    .ser_inner .in_box > span{
        width: 100%;
        margin-top: 10px;
    }
    .ser_inner .in_txt{
        line-height: 2;
        margin-top: 10px;
    }
    .ser_inner .in_tel {
        justify-content: center;
        height: auto;
        margin-bottom: 25px;
    }
    .ser_inner .in_tel .s1 {
        width: auto;
        font-size: 10px;
        letter-spacing: 0.03em;
        padding-right: 8px;
    }
    .ser_inner .in_tel .s2 {
        font-size: 29px;
        letter-spacing: 0.05em;
        padding-left: 40px;
        width: auto;
    }
    .ser_inner .in_tel .s2::before {
        width: 33px;
        height: 20px;
        left: 0;
        top: 2px;
        bottom: 0;
    }
    .ser_inner .in_btn {
        font-size: 14px;
        height: 65px;
        line-height: 1.85;
        text-align: center;
        margin-top: 20px;
    }

    /*----- ser_02 ----- */
    .ser_02_box{
        margin-top: 30px;
    }
.ser_02_box h4 {
    line-height: 1.5em;
    padding: 6px;
    font-size: 16px;
    /* height: 35px; */
    /* padding: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.ser_02_box ul {
    /* border: 1px solid #4c4948; */
    height: auto;
    padding: 10px 20px 20px;
    display: block;
    background-color: #fff;
}
    .ser_02_box ul li{
        width: 100%;
    }
.ser_02_box ul li + li {
    border-top: 1px solid #4c4948;
    margin-top: 15px;
    padding-top: 0px;
}
    .ser_02_box ul li p.box_txt {
        font-size: 13px;
        line-height: 1.5em;
    }
    .ser_02_box ul li p.p_txt span {
        font-size: 18px;
        padding-left: 3px;
    }
    .ser_02_box ul li p.p_txt {
        margin-bottom: 5px;
    }

    /*----- ser_04 ----- */
    .ser_04_box_a,
    .ser_04_box_b{
        margin-top: 30px;
    }
    .ser_04_box_a h2 span,
    .ser_04_box_b h2 span{
        font-size: 18px;
        border: none;
        line-height: 1.5em;
        display: block;
        position: relative;
    }
    .ser_04_box_a h2 span::after{
        content: "";
        width: 145px;
        height: 1px;
        background-color: #6e7175;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        margin: auto;
    }
    .ser_04_box_b h2 span::after{
        content: "";
        width: 225px;
        height: 1px;
        background-color: #6e7175;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        margin: auto;
    }
    .ser_04_box_a ul,
    .ser_04_box_b ul{
        margin-top: 20px;
    }
    /*ser_04_box_a*/
    .ser_04_box_a ul li{
        display: flex;
        flex-direction: column;
    }
    .ser_04_box_a ul li span{
        margin-top: 15px;
    }

    .ser_04_box_a ul li:nth-child(odd) span{
        order: 1;
    }
    .ser_04_box_a ul li + li{
        margin-top: 30px;
    }
    .ser_04_box_a ul li span{
        width: 100%;
    }
    .ser_04_box_a ul li div{
        width: 100%;
    }
    .ser_04_box_a .in_ttl{
        font-size: 16px;
        line-height: 1.5em;
        text-align: center;
    }
    .ser_04_box_a .in_txt{
        margin-top: 5px;
    }
    /*ser_04_box_b*/
    .ser_04_box_b ul{
        display: block;
    }
    .ser_04_box_b ul li{
        width: 100% ;
    }
    .ser_04_box_b ul li + li{
        margin-top: 30px;
    }
    .ser_04_box_b ul li + li + li + li{
        margin-top: 30px;
    }
    .ser_04_box_b .in_ttl{
        font-size: 16px;
        line-height: 1.5em;
        margin-top: 15px;
    }
    .ser_04_box_b .in_txt{
        padding: 0;
        margin-top: 5px;
    }
}

/*----- btn_wrap ----- */
.btn_wrap{
    display: flex;
    justify-content: space-between;
}
.btn_wrap a{
    height: 100%;
    position: relative;
}
.btn_wrap a .img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    /*transition: transform 0.3s ease;*/
    position: relative;
}
.btn_wrap a div.img::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #665E51;
    opacity: 0;
    transition: opacity 0.3s;
}
/*btn_s*/
.btn_s{
    width: 740px;
    margin: 80px auto 0;  
}
.btn_s a > div{
    width: 350px;
    height: 110px;
    overflow: hidden;
}
.btn_s a .more{
    width: 156px;
    height: 75px;
    background-color: #fff;
    position: absolute;
    top: 18px;
    left: 18px;
}
.btn_s a .more p{
    margin-top: 15px;
    font-size: 13px;
    letter-spacing: 0.23em;
    text-align: center;
}
.btn_s a .more .w_arrow{
    width: 65px;
    margin: 0 40px 0 auto;
}
.btn_s a .more .w_arrow::before {
    width: 55px;
}
/*btn_b*/
.btn_b{
    width: 648px;
    margin: 80px auto 0;
}
.btn_b a > div{
    width: 648px;
    height: 200px;
    overflow: hidden;
}
.btn_b a .more{
    width: 280px;
    height: 150px;
    background-color: #fff;
    position: absolute;
    top: 25px;
    left: 25px;
}
.btn_b a .more p{
    margin-top: 25px;
    font-size: 20px;
    letter-spacing: 0.23em;
    text-align: center;
}
.btn_b a .more p img{
    display: none;
}
.ser_07 .btn_b a .more p{
    margin-top: 50px;
}
.btn_b a .more .w_arrow{
    width: 85px;
    margin: 10px 95px 0 auto;
}
.ser_07 .btn_b a .more .w_arrow{
    margin: 20px 95px 0 auto;
}
.btn_b a .more .w_arrow::before{
    width: 75px;
}

@media all and (min-width: 681px) {
    /*.btn_wrap a:hover div .img{
        transform: scale(1.1);
    }*/
    .btn_s a:hover .more{
        background-color: #FBFBFA;
    }
    .btn_s a:hover .more .w_arrow {
        width: 55px;
    }
    .btn_s a:hover .more .w_arrow::before {
        width: 45px;
    }
    .btn_b a:hover .more{
        background-color: #FBFBFA;
    }
    .btn_b a:hover .more .w_arrow {
        width: 75px;
    }
    .btn_b a:hover .more .w_arrow::before {
        width: 65px;
    }
    .btn_wrap a:hover div.img::before{
        opacity: 0.4;
    }
}

@media all and (max-width:680px) {
    .btn_wrap{
        display: block;
    }
    .btn_wrap a{
        height: 100%;
        width: 100%;
        display: block;
        position: relative;
    }

    /*btn_s btn_b*/
    .btn_s,
    .btn_b{
        width: 220px;
        margin: 20px auto 0;  
    }
    .btn_s a + a{
        margin-top: 10px;
    }
    .btn_s a > div{
        width: 100%;
        height: 80px;
    }
    .btn_b a > div{
        width: 100%;
        height: 80px;
    }
    /*.ser_07 .btn_b a > div{
        height: 80px;
    }*/
    .btn_s a .more,
    .btn_b a .more,
    .ser_07 .btn_b a .more{
        width: 128px;
        height: 55px;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .btn_s a .more p{
        margin-top: 13px;
        font-size: 11px;
    }
    .btn_b a .more p{
        margin-top: 10px;
        font-size: 11px;
        position: relative;
    }
    .btn_b a .more p img{
        display: inline;
        width: 8px;
        height: 8px;
        margin-bottom: 4px;
        margin-left: 1px;
    }
    .btn_s a .more div span{
        display: none;
    }
    .btn_b a .more div{
        display: none;
    }
    .btn_s a .more .w_arrow,
    .btn_b a .more .w_arrow{
        margin: 5px auto 0;
        text-indent: 0;
        padding-bottom: 5px;
    }
    .btn_s a .more .w_arrow::before,
    .btn_b a .more .w_arrow::before{
        width: 48px;
        height: 2px;
    }
    .ser_07 .btn_b a .more p{
        margin-top: 17px;
    }
    /*
    .ser_07 .btn_b a .more .w_arrow{
        margin: 0 auto;
    }*/

}



/*link_wrap小文字*/
@media all and (min-width: 681px) {
    .link_wrap ul li a .tit span {
        font-size: 10px;
        letter-spacing: 0.19em;
        margin-left: 15px;
    }
}