@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------
    メインビジュアル
--------------------------------------------------------*/
.bl_mainCont{
    height: calc( 100svh - 60px );
    padding: 0 10px;
    position: relative;
}
@media (min-width:768px){
    .bl_mainCont{
        height: calc( 100svh - 90px );
        padding: 0 30px 120px;
    }
}
@media (min-width:1024px){
    .bl_mainCont{
        padding: 0 30px 160px;
    }
}
@media (min-width:1080px){
    .bl_mainCont{
        padding: 0 30px;
    }
}
@media (min-width:1200px){
    .bl_mainCont{
        height: calc( 100vh - 130px );
    }
}

/*===== 画像 =====*/
.bl_main{
    position: relative;
    width: 100%;
    height: 45vh;
}
.bl_main img{
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    margin: 0;
}
.bl_main img.tb,
.bl_main img.tb02,
.bl_main img.pc{
    display: none;
}
@media (min-height:620px){
    .bl_main{
        height: 48vh;
    }
}
@media (min-height:670px){
    .bl_main{
        height: 50vh;
    }
}
@media (min-height:800px){
    .bl_main{
        height: 55vh;
    }
}
@media (min-width:768px){
    .bl_main{
        height: 70vh;
    }
    .bl_main img{
        border-radius: 50px;
    }
}
@media (min-width:1024px){
    .bl_main{
        height: 55vh;
    }
    .bl_main img.sp{
        display: none;
    }
    .bl_main img.tb{
        display: block;
        object-position: top right;
    }
}
@media (min-width:1200px){
    .bl_main{
        height: 55dvh;
    }
    .bl_main img.tb,
    .bl_main img.tb02{
        display: none;
    }
    .bl_main img.pc{
        display: block;
    }
}
@media (min-height:1024px){
    .bl_main img.pc{
        object-position: 55%;
    }
}
@media (min-height:1200px){
    .bl_main{
        height: 70vh;
    }
}

/*===== テキスト =====*/
.bl_mainText{
    position: absolute;
    left: 10px;
    bottom: -90px;
    width: 95%;
}
.bl_mainText p{
    font-size: 30px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 4px;
}
.bl_mainText p+p{
    font-size: 13px;
    margin-top: 10px;
    letter-spacing: 1px;
}
@media (min-width:390px){
    .bl_mainText p{
        font-size: 32px;
    }
}
@media (min-width:768px){
    .bl_mainText{
        left: 30px;
        bottom: -10%;
        max-width: none;
    }
    .bl_mainText p{
        font-size: 52px;
    }
    .bl_mainText p+p{
        color: #B4A58C;
        font-size: 18px;
    }
}
@media (min-width:1024px){
    .bl_mainText{
        bottom: -32%;
    }
}
@media (min-height:1300px){
    .bl_mainText p{
        font-size: 60px;
    }
    .bl_mainText p+p{
        font-size: 20px;
    }
}
@media (min-width:1200px){
    .bl_mainText{
        bottom: -20%;
    }
    .bl_mainText p{
        font-size: 60px;
    }
    .bl_mainText p+p{
        font-size: 20px;
    }
}
@media (min-width:1600px){
    .bl_mainText p{
        font-size: 70px;
    }
    .bl_mainText p+p{
        font-size: 22px;
    }
}
@media (min-width:1900px){
    .bl_mainText p{
        font-size: 80px;
    }
    .bl_mainText p+p{
        font-size: 24px;
    }
}
@media (min-height:1200px){
    .bl_mainText{
        bottom: -15%;
    }
}

/*===== スクロール・メニュー =====*/
.bl_mainBottom{
    padding: 0 10px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 100%;
}
@media (min-width:768px){
    .bl_mainBottom{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
        bottom: 0;
    }
}
@media (min-width:1200px){
    .bl_mainBottom{
        bottom: 30px;
    }
}

/*===== スクロールダウン =====*/
.el_scrollDown{
    color: #EEB4B0;
    text-decoration: none;
    font-size: 12px;
}
.el_scrollDown::before{
    background-image: url(../img/top/icon_scrollDown.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: -3px;
}
.el_scrollDown:hover{
    color: #93BB8F;
    opacity: 1;
}
.el_scrollDown:hover::before{
    background-image: url(../img/top/icon_scrollDown-hover.svg);
}
@media (min-width:768px){
    .el_scrollDown{
        font-size: 16px;
    }
    .el_scrollDown::before{
        width: 20px;
        height: 20px;
        margin-right: 10px;
        vertical-align: -5px;
    }
}

/*===== メニュー =====*/
.bl_mainContact{
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 380px;
    margin: 20px auto 0;
    padding: 15px 30px;
    width: 90%;
    z-index: 850;
}
.bl_mainContact .el_tel,
.bl_mainContact .el_line{
    color: #393641;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}
.bl_mainContact .el_line{
    border-left: 1px solid #EAE3D9;
    margin-left: 20px;
    padding-left: 20px;
}
.bl_mainContact .el_tel:hover,
.bl_mainContact .el_line:hover{
    opacity: 1;
}
.bl_mainContact .el_tel:hover{
    color: #EEB4B0;
}
.bl_mainContact .el_line:hover{
    color: #93BB8F;
}
.bl_mainContact .el_tel::before,
.bl_mainContact .el_line::before{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    vertical-align: -3px;
}
.bl_mainContact .el_tel::before{
    background-image: url("../img/icon_tel-p.svg");
}
.bl_mainContact .el_line::before{
    background-image: url("../img/icon_line-g.svg");
}
@media (min-width:410px){
    .bl_mainContact .el_tel,
    .bl_mainContact .el_line{
        font-size: 14px;
    }
}
@media (min-width:500px){
    .bl_mainContact{
        width: 100%;
    }
}
@media (min-height:800px){
    .bl_mainContact{
        margin-top: 30px;
    }
}
@media (min-width:768px){
    .bl_mainContact{
        margin: 0;
    }
}
@media (min-width:1200px){
    .bl_mainContact{
        display: none;
    }
}

/*--------------------------------------------------------
    見出し
--------------------------------------------------------*/
h2{
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
    letter-spacing: 3px;
}
h2::before{
    background-image: url("../img/icon_h2.svg");
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}
@media (min-width:768px){
    h2{
        font-size: 34px;
    }
}
@media (min-width:1200px){
    h2{
        font-size: 45px;
    }
}

/*--------------------------------------------------------
    ボタン
--------------------------------------------------------*/
.el_btnCont{
    margin: 0 auto;
}
* + .el_btnCont{
    margin-top: 40px;
}

/* ノーマル ラインのみ */
.el_btn{
    border-radius: 60px;
    display: block;
    font-weight: 900;
    text-decoration: none!important;
    text-align: center;
    transition: 0.3s;
    max-width: 280px;
    padding: 10px 15px;
    position: relative;
}
.el_btn::after{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
}
.el_btn:hover{
    opacity: 1!important;
}
@media (min-width:768px){
    .el_btn{
        max-width: 320px;
        padding: 15px;
    }
}

/* 矢印なし */
.el_btn.arrow-none::after{
    display: none;
}
@media (min-width:768px){
    .el_btn.arrow-none{
        padding: 15px;
    }
}

/*--------------------------------------------------------
    診療時間・ご予約について
--------------------------------------------------------*/
.bl_time-reservation{
    margin: 80px auto;
}
.bl_time-reservation .bl_flexCol+.bl_flexCol{
    margin-top: 60px;
}
@media (min-width:1024px){
    .bl_time-reservation .bl_flexCont{
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .bl_time-reservation .bl_flexCol{
        max-width: 770px;
        width: 50%;
    }
    .bl_time-reservation .bl_flexCol+.bl_flexCol{
        max-width: 570px;
        margin-top: 0;
        width: 45%;
    }
}

/*===== 診療時間 =====*/
.bl_time-reservation tr{
    border-bottom: 1px solid #D7CDBD;
}

/*===== ご予約について =====*/
/* マーク付き */
.bl_time-reservation ul{
    list-style: none;
    margin: 5px auto;
}
.bl_time-reservation ul li{
    font-weight: 900;
    padding-left: 20px;
    position: relative;
}
.bl_time-reservation ul li+li{
    margin-top: 15px;
}
.bl_time-reservation ul li::before{
    content: '・';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/* リンク */
.bl_reservationCont{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 20px;
    max-width: 560px;
}
.bl_reservationCont a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 900;
    text-decoration: none;
    position: relative;
}
.bl_reservationCont a:last-child{
    margin-top: 20px;
}
.bl_reservationCont a:hover{
    opacity: 1;
}
.bl_reservationCont .el_line:hover{
    color: #93BB8F;
}
.bl_reservationCont .el_tel:hover{
    color: #EEB4B0;
}
.bl_reservationCont .el_access:hover{
    color: #B4A58C;
}
.bl_reservationCont span{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    transition: 0.3s;
    width: 40px;
    height: 40px;
}
.bl_reservationCont .el_line span{
    background-color: #93BB8F;
}
.bl_reservationCont .el_tel span{
    background-color: #EEB4B0;
}
.bl_reservationCont .el_access span{
    background-color: #393641;
}
.bl_reservationCont .el_access:hover span{
    background-color: #B4A58C;
}
.bl_reservationCont span::before{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.bl_reservationCont .el_line span::before{
    background-image: url("../img/icon_line-w.svg");
}
.bl_reservationCont .el_tel span::before{
    background-image: url("../img/icon_tel-w.svg");
}
.bl_reservationCont .el_access span::before{
    background-image: url("../img/icon_access.svg");
}
@media (min-width:540px){
    .bl_reservationCont a:last-child{
        margin-top: 0;
    }
}
@media (min-width:768px){
    .bl_reservationCont{
        margin-top: 30px;
    }
}
@media (min-width:1024px){
    .bl_reservationCont{
        width: 80%;
    }
    .bl_reservationCont a:last-child{
        margin-top: 20px;
    }
}
@media (min-width:1200px){
    .bl_reservationCont{
        width: 100%;
    }
    .bl_reservationCont a{
        font-size: 18px;
    }
    .bl_reservationCont a:last-child{
        margin-top: 0;
    }
}

/*--------------------------------------------------------
    bl_beginner
--------------------------------------------------------*/
.bl_beginner{
    margin: 80px auto;
}
@media (min-width:1024px){
    .bl_beginner{
        margin: 120px auto;
    }
}

/*===== 背景 =====*/
.bl_beginner .bl_bgCont{
    background-image: url("../img/top/img_beginner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px 30px 0 0;
    color: #fff;
    padding: 60px 0;
}
@media (min-width:1024px){
    .bl_beginner .bl_bgCont{
        border-radius: 50px 50px 0 0;
        padding: 120px 0;
    }
}
@media (min-width:1400px){
    .bl_beginner .bl_bgCont{
        padding: 160px 0;
    }
}

/*===== flex =====*/
.bl_beginner .bl_flexCont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1320px;
    margin: 0 auto;
}
.bl_beginner .bl_flexCol{
    width: 100%;
}
.bl_beginner .bl_flexCol+.bl_flexCol{
    margin-top: 30px;
}
@media (min-width:1024px){
    .bl_beginner .bl_flexCol{
        width: 48%;
    }
    .bl_beginner .bl_flexCol+.bl_flexCol{
        margin-top: 0;
    }
}
@media (min-width:1400px){
    .bl_beginner .bl_flexCol{
        width: 50%;
    }
    .bl_beginner .bl_flexCol+.bl_flexCol{
        width: 45%;
    }
}


/*===== キャッチコピー =====*/
.bl_beginner .el_catchCopy{
    font-size: 32px;
    font-weight: bold;
}
@media (min-width:768px){
    .bl_beginner .el_catchCopy{
        font-size: 42px;
    }
}
@media (min-width:1200px){
    .bl_beginner .el_catchCopy{
        font-size: 48px;
    }
}
@media (min-width:1400px){
    .bl_beginner .el_catchCopy{
        font-size: 60px;
    }
}

/*===== テキスト・ボタン =====*/
.bl_beginner p{
    font-size: 18px;
    font-weight: 600;
}
.bl_beginner .el_btn{
    border: 1px solid #fff;
    color: #fff;
    margin: 0 0 0 auto;
}
.bl_beginner .el_btn::after{
    background-image: url("../img/icon_arrow-w.svg");
}
.bl_beginner .el_btn:hover{
    background-color: #393641;
    border: 1px solid #393641;
}
@media (min-width:1200px){
    .bl_beginner p{
        font-size: 20px;
    }
}
@media (min-width:1400px){
    .bl_beginner p{
        font-size: 22px;
    }
}

/*--------------------------------------------------------
    bl_department
--------------------------------------------------------*/
.bl_department{
    margin: 80px auto;
}
.bl_department .bl_flexCol+.bl_flexCol,
.bl_department .mt{
    margin-top: 15px;
}
@media (min-width:768px){
    .bl_department .bl_flexCol{
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .bl_department .mt{
        margin-top: 0;
    }
}
@media (min-width:1024px){
    .bl_department{
        margin: 120px auto;
    }
    .bl_department .bl_flexCont{
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .bl_department .bl_flexCol{
        width: 32.5%;
    }
    .bl_department .bl_flexCol+.bl_flexCol{
        margin-top: 0;
    }
    .bl_department .mt{
        margin-top: 10px!important;
    }
}
@media (min-width:1200px){
    .bl_department .mt{
        margin-top: 15px!important;
    }
}
@media (min-width:1400px){
    .bl_department .mt{
        margin-top: 20px!important;
    }
}

/*===== a =====*/
.bl_department a{
    background-color: #EAE3D9;
    border-radius: 15px;
    display: block;
    padding: 15px;
    position: relative;
    width: 100%;
    height: 100%;
}
.bl_department a::before{
    background-image: url("../img/icon_arrow-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    bottom: 20px;
    right: 15px;
    width: 8px;
    height: 8px;
}
.bl_department a:hover{
    background-color: #EEB4B0;
    opacity: 1;
}

/*===== 画像 =====*/
.bl_department figure{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.bl_department .bl_bCol figure{
    top: 20%;
    width: 150px;
}
.bl_department .bl_sCol figure{
    top: 10%;
    width: 60px;
}
@media (min-width:768px){
    .bl_department .bl_bCol figure{
        top: 30%;
    }
    .bl_department .bl_flexCol:last-child .bl_bCol figure{
        top: 25%;
    }
    .bl_department .bl_sCol figure{
        top: 25%;
    }
}
@media (min-width:1024px){
    .bl_department .bl_bCol figure,
    .bl_department .bl_flexCol:last-child .bl_bCol figure{
        top: 20%;
    }
    .bl_department .bl_bCol:first-child figure{
        top: 15%;
    }
    .bl_department .bl_sCol figure{
        top: 10%;
    }
}
@media (min-width:1300px){
    .bl_department .bl_bCol figure,
    .bl_department .bl_flexCol:last-child .bl_bCol figure{
        top: 25%;
    }
    .bl_department .bl_bCol:first-child figure{
        top: 20%;
    }
    .bl_department .bl_sCol figure{
        top: 15%;
    }
}
@media (min-width:1400px){
    .bl_department .bl_bCol figure,
    .bl_department .bl_bCol:last-child figure{
        top: 20%;
        width: 240px;
    }
    .bl_department .bl_bCol:first-child figure{
        width: 200px;
    }
    .bl_department .bl_sCol figure{
        top: 14%;
        width: 95px;
    }
    .bl_department .bl_sCol+.bl_sCol figure{
        top: 11%;
    }
}

/*===== テキスト =====*/
.bl_department .bl_textCont{
    position: absolute;
}
.bl_department .bl_bCol .bl_textCont,
.bl_department .bl_linkCol .bl_textCont{
    left: 15px;
    bottom: 15px;
    width: 85%;
}
.bl_department .bl_sCol .bl_textCont{
    left: 10px;
    bottom: 10px;
    width: 80%;
}
.bl_department .bl_textCont h3{
    margin-bottom: 10px;
    line-height: 1;
}
.bl_department .bl_bCol .bl_textCont h3,
.bl_department .bl_linkCol .bl_textCont h3{
    font-size: 20px;
}
.bl_department .bl_sCol .bl_textCont h3{
    font-size: 16px;
}
.bl_department .bl_textCont h3 small{
    font-size: 10px;
}
.bl_department .bl_textCont p{
    font-size: 12px;
    line-height: 1.3;
}
@media (min-width:410px){
    .bl_department .bl_bCol .bl_textCont,
    .bl_department .bl_linkCol .bl_textCont{
        left: 20px;
        bottom: 20px;
    }
    .bl_department .bl_sCol .bl_textCont{
        left: 15px;
        bottom: 15px;
    }
}
@media (min-width:768px){
    .bl_department .bl_bCol .bl_textCont,
    .bl_department .bl_linkCol .bl_textCont,
    .bl_department .bl_sCol .bl_textCont{
        left: 20px;
        bottom: 20px;
    }
    .bl_department .bl_sCol .bl_textCont h3{
        font-size: 18px;
    }
    .bl_department .bl_sCol .bl_textCont h3 small{
        font-size: 14px;
    }
    .bl_department .bl_textCont p{
        font-size: 13px;
    }
}
@media (min-width:1024px){
    .bl_department .bl_sCol .bl_textCont{
        left: 10px;
        bottom: 10px;
    }
    .bl_department .bl_sCol .bl_textCont h3{
        font-size: 14px;
    }
    .bl_department .bl_sCol .bl_textCont h3 small{
        font-size: 10px;
    }
    .bl_department .bl_textCont p{
        font-size: 12px;
    }
}
@media (min-width:1200px){
    .bl_department .bl_sCol .bl_textCont{
        left: 20px;
        bottom: 20px;
    }
    .bl_department .bl_bCol .bl_textCont h3,
    .bl_department .bl_linkCol .bl_textCont h3{
        font-size: 28px;
        margin-bottom: 15px;
    }
    .bl_department .bl_sCol .bl_textCont h3{
        font-size: 18px;
    }
    .bl_department .bl_textCont p{
        font-size: 13px;
    }
}
@media (min-width:1400px){
    .bl_department .bl_sCol .bl_textCont h3{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .bl_department .bl_sCol .bl_textCont h3 small{
        font-size: 14px;
    }
    .bl_department .bl_textCont p{
        font-size: 14px;
    }
}

/*===== 各col =====*/
.bl_department .bl_bCol,
.bl_department .bl_sCol{
    aspect-ratio: 1 / 1;
}

/*===== bCol =====*/
.bl_department .bl_bCol{
    width: 100%;
}
@media (min-width:768px){
    .bl_department .bl_bCol{
        width: 65%;
    }
    .bl_department .bl_flexCol:last-child .bl_bCol{
        width: 49%;
    }
}
@media (min-width:1024px){
    .bl_department .bl_bCol,
    .bl_department .bl_flexCol:last-child .bl_bCol{
        width: 100%;
    }
}

/*===== sCol =====*/
.bl_department .bl_sCont{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.bl_department .bl_sCol{
    width: 48%;
}
@media (min-width:768px){
    .bl_department .bl_sCont{
        display: block;
        width: 33%;
    }
    .bl_department .bl_sCol{
        width: 100%;
    }
    .bl_department .bl_sCol+.bl_sCol{
        margin-top: 15px;
    }
}
@media (min-width:1024px){
    .bl_department .bl_sCont{
        display: flex;
        width: 100%;
    }
    .bl_department .bl_sCol{
        width: 48%;
    }
    .bl_department .bl_sCol+.bl_sCol{
        margin-top: 0;
    }
}

/*===== 背景色あり =====*/
.bl_department .bl_bgPink::before,
.bl_department .bl_bgGreen::before{
    background-image: url("../img/icon_arrow-w.svg");
}

/*===== 一覧へのリンク =====*/
.bl_department .bl_linkCol{
    aspect-ratio: 2.5 / 1;
    width: 100%;
}
.bl_department .bl_link{
    background-color: transparent;
    border: 1px solid #393641;
}
.bl_department .bl_link:hover{
    background-color: #393641;
    color: #fff;
}
.bl_department .bl_link:hover::before{
    background-image: url("../img/icon_arrow-w.svg");
}
@media (min-width:768px){
    .bl_department .bl_linkCol{
        aspect-ratio: 1 / 1;
        width: 49%;
    }
}
@media (min-width:1024px){
    .bl_department .bl_linkCol{
        aspect-ratio: 2.5 / 1;
        width: 100%;
    }
}

/*--------------------------------------------------------
    bl_philosophy
--------------------------------------------------------*/
.bl_philosophy{
    margin: 80px auto;
}
@media (min-width:1024px){
    .bl_philosophy{
        margin: 120px auto;
    }
}

/*===== 背景 =====*/
.bl_philosophy .bl_bgCont{
    background-image: url("../img/top/img_philosophy.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 30px 30px;
    color: #fff;
    padding: 60px 0;
}
.bl_philosophy .bl_cont .bl_h2Cont{
    max-width: 300px;
    margin: 0 auto;
}
@media (min-width:768px){
    .bl_philosophy .bl_cont .bl_h2Cont{
        max-width: 520px;
    }
    .bl_philosophy h2 br{
        display: none;
    }
}
@media (min-width:1024px){
    .bl_philosophy .bl_bgCont{
        border-radius: 0 0 50px 50px;
        padding: 120px 0;
    }
}
@media (min-width:1200px){
    .bl_philosophy .bl_cont .bl_h2Cont{
        max-width: 650px;
    }
}
@media (min-width:1400px){
    .bl_philosophy .bl_bgCont{
        padding: 160px 0;
    }
}

/*===== flex =====*/
.bl_philosophy .bl_flexCont{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.bl_philosophy .bl_flexCol{
    position: relative;
    width: 48%;
}
.bl_philosophy .bl_flexCol:nth-child(n+3){
    margin-top: 30px;
}
.bl_philosophy .bl_flexCol:nth-child(2n)::before{
    border-left: 1px dashed #fff;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -4.5%;
}
.bl_philosophy .bl_flexCol img{
    max-width: 100px;
}
.bl_philosophy .bl_flexCol p{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    line-height: 1.6;
}
@media (min-width:768px){
    .bl_philosophy .bl_flexCol{
        max-width: 160px;
        width: 23%;
    }
    .bl_philosophy .bl_flexCol:nth-child(n+3){
        margin-top: 0;
    }
    .bl_philosophy .bl_flexCol+.bl_flexCol::before{
        border-left: 1px dashed #393641;
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -8%;
    }
    .bl_philosophy .bl_flexCol p{
        font-size: 15px;
    }
}
@media (min-width:1024px){
    .bl_philosophy .bl_flexCol+.bl_flexCol::before{
        left: -28%;
    }
    .bl_philosophy .bl_flexCol{
        max-width: 170px;
    }
    .bl_philosophy .bl_flexCol img{
        max-width: 120px;
    }
    .bl_philosophy .bl_flexCol p{
        font-size: 16px;
    }
}
@media (min-width:1200px){
    .bl_philosophy .bl_flexCol{
        max-width: 220px;
    }
    .bl_philosophy .bl_flexCol+.bl_flexCol::before{
        left: -20%;
    }
    .bl_philosophy .bl_flexCol p{
        font-size: 20px;
    }
}
@media (min-width:1300px){
    .bl_philosophy .bl_flexCol+.bl_flexCol::before{
        left: -25%;
    }
}

/*--------------------------------------------------------
    bl_about
--------------------------------------------------------*/
.bl_about{
    margin: 120px auto;
}
@media (min-width:1024px){
    .bl_about{
        margin: 180px auto 120px;
    }
}

/*===== 画像 =====*/
/* 画像 */
.bl_about .bl_imgCont{
    position: relative;
    margin-bottom: 80px;
}
.bl_about .bl_imgCont img{
    border-radius: 15px;
}
.bl_about .bl_imgCont img.pc{
    display: none;
}
@media (min-width:768px){
    .bl_about .bl_imgCont img.sp{
        display: none;
    }
    .bl_about .bl_imgCont img.pc{
        display: block;
    }
}

/* キャッチコピー */
.bl_about .el_catchCopy{
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    top: -25%;
    left: 3%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.4;
    letter-spacing: 5px;
}
@media (min-width:768px){
    .bl_about .el_catchCopy{
        font-size: 32px;
        top: -12%;
    }
}
@media (min-width:1024px){
    .bl_about .el_catchCopy{
        font-size: 50px;
    }
}
@media (min-width:1200px){
    .bl_about .el_catchCopy{
        line-height: 1.3;
        letter-spacing: 10px;
    }
}
@media (min-width:1400px){
    .bl_about .el_catchCopy{
        font-size: 55px;
    }
}
@media (min-width:1900px){
    .bl_about .el_catchCopy{
        top: -10%;
        left: -8%;
    }
}

/*===== テキスト =====*/
.bl_about .bl_flexCont{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.bl_about .bl_flexCol{
    width: 100%;
}
.bl_about .bl_flexCol+.bl_flexCol{
    margin-top: 40px;
}
.bl_about .bl_flexCol .el_btn{
    border: 1px solid #393641;
    margin: 0 0 0 auto;
}
.bl_about .bl_flexCol .el_btn::after{
    background-image: url("../img/icon_arrow-b.svg");
}
.bl_about .bl_flexCol .el_btn:hover{
    background-color: #393641;
    color: #fff;
}
.bl_about .bl_flexCol .el_btn:hover::after{
    background-image: url("../img/icon_arrow-w.svg");
}
@media (min-width:1024px){
    .bl_about .bl_flexCol{
        max-width: 800px;
        width: 70%;
    }
    .bl_about .bl_flexCol+.bl_flexCol{
        margin: 0;
        width: 25%;
    }
}

/*--------------------------------------------------------
    スライダー
--------------------------------------------------------*/
.bl_sliderCont{
    margin: 80px auto;
    position: relative;
    overflow: hidden;
    height: 200px;
}
.bl_slider{
    display: flex;
    overflow: hidden;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
}
.bl_slideCont{
    display: flex;
    list-style: none;
    padding: 0;
    top: 0;
    height: 200px;
}
.bl_slideCont ul{
    animation: infinity-scroll 150s infinite linear 0.5s both;
    list-style: none;
}
.bl_slideCont ul li{
	width: 2100px;
    height: 200px;
}
.bl_slideCont ul+ul,
.bl_slideCont ul li+li{
    margin-left: 30px;
}
@keyframes infinity-scroll{
    from{
      transform: translateX(0);
    }
    to{
      transform: translateX(-100%);
    }
}
@media (min-width:768px){
    .bl_sliderCont{
        height: 300px;
    }
    .bl_slideCont{
        height: 300px;
    }
    .bl_slideCont ul li{
        width: 3150px;
        height: 300px;
    }
}
@media (min-width:1024px){
    .bl_sliderCont{
        margin: 120px auto;
    }
}
@media (min-width:1200px){
    .bl_sliderCont{
        height: 400px;
    }
    .bl_slideCont{
        height: 400px;
    }
    .bl_slideCont ul li{
        width: 4200px;
        height: 400px;
    }
}

