   .__line1 h1{
        font-size: 4.6em;
        /*text-shadow: 2px 2px 5px #555;*/
        margin: 0;
    }
    .__bracket_text{
        font-size: 2.0rem!important;
        font-weight: bold;
        /*text-shadow: 1px 1px 3px #555;*/
    }

    #headingtop {
        height: calc(100vh - 96px);
    }

    #headingtop .__line1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        justify-content: center;
    }
    #headingtop .__line1 .bracket {
        position: absolute;
        -webkit-transform: translate3d(8px, -20px, 0) rotate(26deg);
        transform: translate3d(8px, -20px, 0) rotate(26deg);
        top:-2.8em;
        /*right: -130px;*/
        right: -20px;
    }
    #headingtop .__line2 {
        position: relative;
        margin: 0;
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1.5;
    }
    
    #headingtop .__bracket {
        /*top:-48px;*/
    }
    
    #headingtop .__bracket .__bracket_text{
        top:-80px;
        /*top:-48px;*/
    }

    .container2 {
        /*padding: 0 50px;*/
        padding: 0 50px 80px!important;
    }
    /* 23.09.25 dt 追加ここから */
    .menu_order{
        display: flex;
        flex-direction: column;
    }
    nav{
        order: 1;
    }
    .__lists_btn{
        order: 2;
    }
    .eigyoujikan{
        font-size: 1em;
        text-align: center;
        padding-right: 10px;
    }
    .eigyoujikan span {
        color: #DB8E00;
    }
    @media screen and (min-width: 1400px){
        nav{
            order: 2;
        }
        .__lists_btn{
            order: 1
        }
        .eigyoujikan{
            margin-left: 0px;
            line-height: 1.6em;
            text-align: left;
        }
        .__phone_number a:before {
            content: "\e906";
            font-family: 'icomoon';
            font-size: 24px;
            display: block;
            margin-right: 0;
        }
    }
    /* 23.09.25 dt 追加ここまで */
    @media screen and (max-width: 768px){
        .__line1 h1{
            font-size: 2.3em;
            margin-bottom: 10px;
            /*text-shadow: 2px 2px 5px #555;*/
        }
        
        #headingtop {
            height: calc(100vh - 57px);
        }
        #headingtop .__line2{
            font-size: 1.6em!important;
        }
        .__bracket_text{
            font-size: 1.0rem!important;
            font-weight: bold;
            /*text-shadow: 1px 1px 3px #555;*/
        }
        #headingtop .__bracket [class*="icon-"] {
            font-size: 2.6em!important;
        }
        #headingtop .__bracket {
            /*top:-15px;*/
        }
        
        #headingtop .__line1 .bracket {
            top:-1.2em;
            right: 0px;
        }
        #headingtop .__bracket .__bracket_text{
            top:-35px;
            /*top:-48px;*/
        }
        #headingtop .__line2 {
            font-size: 2rem;
        }

    }