<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* パンくずリスト */
.breadcrumb{
    position: relative;
    padding-top: 100px;
    padding-bottom: 28px;
}
.breadcrumb .active{
    color: #EF821E;
    position: relative;
}
.breadcrumb .active::after{
    content: "";
    position: absolute;
    bottom: -.4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 4px;
    height: 4px;
    background: #EF821E;
    border-radius: 50%;
}
.breadcrumb_inner{
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
}
/* 下層共通見出し */
.heading_block01{
    position: relative;
    background-color: #fff;
    border-radius: 0 200px 200px 0;
    padding: 76px 20px 56px;
    margin-right: 56px;
    margin-bottom: 95px;
}
.heading_block01::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 145px;
    transform: translateY(-50%);
    background-image: url(../img/parts/ilst.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 226px;
    height: 161px;
}
.heading_block01_inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    right: -28px;
}
.heading_block01 .heading_title{
    display: flex;
    flex-direction: column;
}
.heading_block01 .heading_primary_title{
    font-size: 52px;
    margin-bottom: 30px;
    font-weight: bold;
}
.heading_block01 .heading_secondary_title{
    left: 0;
    margin-bottom: 17px;
    font-family: 'Mukta Mahee', sans-serif;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
}
.heading_block01 .heading_secondary_title::after{
    font-size: 15px;
    position: absolute;
    display: block;
    content: '●';
    color: #EF821E;
    bottom: 10%;
    left: 0;
}
/* 下層コンテンツ幅 */
.content_underlayer{
    width: 100%;
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2.43;
}
.content_underlayer .primary_title{
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
}
.radius_box{
    width: 100%;
    min-height: 160px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px 15px 10px 50px;
    border-radius: 50px;
    box-shadow: 0 0 20px rgba(232, 82, 141, .3);
}
.radius_box_inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.radius_box_img &gt; img{
    vertical-align: bottom;
}
.radius_box_btn{
    padding-left: 15px;
    padding-right: 68px;
    padding-bottom: 4px;
    position: relative;
    color: #E8528D;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.7;
}
.radius_box_btn:after{
    position: absolute;
    display: block;
    content: url(../img/parts/arrow_right_pink.svg);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    margin: auto;
}
.radius_box_btn_inner{
    position: relative;
    display: block;
    padding-right: 50px;
}
.radius_box.radius_box02{
    padding: 10px 30px 10px 30px;
}
.radius_box.radius_box02 .radius_box_btn{
    padding-right: 51px;
}
.radius_box.radius_box02 .radius_box_btn:after{
    right: -14px;
}
.local_title{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
}
.content_underlayer .emphasis_title{
    margin-bottom: 30px;
    font-size: 52px;
    font-weight: bold;
    line-height: 1.52;
}
.otherdetail_block{
    margin-top: 100px;
}
.otherdetail_box{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 345px;
    padding: 0 50px;
    background: #fff;
    border-radius: 500px;
    box-shadow: 0 0 30px rgba(0,0,0,.05);
}
.otherdetail_box_inner{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
.otherdetail_img{
    width: auto;
    margin-right: 50px;
}
.otherdetail_img img{
    vertical-align: bottom;
}
.otherdetail_txt{
    margin-top: 3px;
    font-size: 32px;
    font-weight: bold;
    line-height: 2;
}
.otherdetail_link{
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    margin-top: 13px;
    padding-right: 46px;
}
.otherdetail_link::after{
    position: absolute;
    display: block;
    content: url(../img/parts/arrow_seni.svg);
    right: 0;
    top: 60%;
    transform: translateY(-50%);
}
.servicecont_block{
    margin-bottom: 100px;
}
.servicecont_img{
    margin-top: 35px;
}
.servicecont_img img{
    vertical-align: bottom;
}
.servicecont_title{
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 2;
}
.servicebtn_block_outer{
    margin-bottom: 115px;
}
.servicebtn_block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* max-width: 698px; */
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
}
.servicebtn_btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 324px;
    width: 100%;
    min-height: 72px;
    margin: 0;
    padding: 4px 20px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(217, 60, 1, .7);
    border-radius: 50px;
    color: #EF821E;
    font-size: 20px;
    line-height: 1.7;
    font-weight: bold;
    text-align: center;
}
.servicebtn_btn:after{
    position: absolute;
    display: block;
    font-size: 10px;
    content: '●';
    color: #EF821E;
    top: 50%;
    /* right: 13%; */
    right: 6%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: auto;
}
.servicebtn_btn.servicebtn_btn_orange{
    background-color: #EF821E;
    color: #fff;
}
.servicebtn_btn.servicebtn_btn_orange:after{
    color: #fff;
}
@media (max-width: 768px) {
    /* パンくずリスト */
    .breadcrumb{
        padding-top: 33vw;
    }
    .breadcrumb_inner{
        padding-left: 20px;
        padding-right: 20px;
    }
    /* 下層共通見出し */
    .heading_block01{
        margin-right: 20px;
        margin-bottom: 60px;
        padding: 45px 50px 37px;
    }
    .heading_block01::after{
        top:80px;
        right: 0;
        width: 136px;
        height: 96px;
        transform: translateY(-145%);
    }
    .heading_block01_inner{
        right: auto;
    }
    .heading_block01 .heading_title{
        display: flex;
        flex-direction: column;
    }
    .heading_block01 .heading_primary_title{
        font-size: 34px;
        line-height: 1.59;
        margin-bottom: 0;
    }
    .heading_block01 .heading_secondary_title{
        font-size: 16px;
        margin-bottom: 3px;
    }
    .heading_block01 .heading_secondary_title::after{
        font-size: 15px;
    }
    /* 下層コンテンツ幅 */
    .content_underlayer .primary_title{
        font-size: 23px;
        line-height: 1.5;
        margin-bottom: 22px;
    }
    /* 角丸ボックス */
    .radius_box{
        min-height: 120px;
        margin-bottom: 30px;
        border-radius: 20px;
        padding: 8px 13px 6px 27px;
    }
    .radius_box_img{
        width: 35%;
        height: auto;
    }
    .radius_box_btn{
        font-size: 18px;
        line-height: 1.9;
    }
    .radius_box.radius_box02 .radius_box_img{
        width: 137px;
    }
    .radius_box.radius_box02 .radius_box_btn{
        padding-right: 47px;
    }
    .content_underlayer .emphasis_title{
        margin-bottom: 20px;
        font-size: 34px;
        line-height: 1.59;
    }
    .otherdetail_block{
        margin-top: 57px;
    }
    .otherdetail_box{
        padding: 70px 10px 70px;
        min-height: 532px;
    }
    .otherdetail_box_inner{
        flex-direction: column;
    }
    .otherdetail_img{
        width: 58%;
        margin: 0 auto;
    }
    .otherdetail_txtbox{
        text-align: center;
        margin-top: 60px;
    }
    .otherdetail_txt{
        font-size: 28px;
        line-height: 1.5;
    }
    .otherdetail_link{
        font-size: 16px;
        line-height: 2.125;
        margin-top: 45px;
        margin-left: 10px;
    }
    .servicecont_block{
        margin-bottom: 50px;
    }
    .servicecont_block:last-of-type{
        margin-bottom: 40px;
    }
    .servicecont_title{
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1.7;
    }
    .servicebtn_block_outer{
        margin-bottom: 0;
        /* margin-bottom: 180px; */
    }
    .servicebtn_block{ 
        width: 90%;
        flex-direction: column;
    }
    .servicebtn_btn{
        max-width: none;
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 1.89;
    }
    .servicebtn_btn:last-of-type{
        margin-bottom: 0;
    }
}</pre></body></html>