/*bottom > flow*/
.secFlow {
    padding-top: 48px;}
    @media screen and (min-width: 48em) {
    .secFlow {
        padding-top: 64px;}
    }
    .secFlow .flow-contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;}
            .secFlow .flow-contents h2 {
                position: relative;
                display: inline-block;
                padding: 0 30px;
                color: #152768;
                font-size: 18px;
                font-weight: 700;
                line-height: 1.4;
                text-align: center; }
            .secFlow .flow-contents h2 span {
                font-size: 16px;}
            .secFlow .flow-contents h2:before,
            .secFlow .flow-contents h2:after {
                position: absolute;
                top: 0;
                content: "";
                width: 3px;
                height: 100%;
                background: #152768;
                border-radius: 3px;}
            .secFlow .flow-contents h2:before {
                left: 0;
                transform: rotate(-25deg);}
            .secFlow .flow-contents h2:after {
                right: 0;
                transform: rotate(25deg);}
                
            @media screen and (min-width: 64em) {
                .secFlow .flow-contents h2 {
                    font-size: 28px;
                    letter-spacing: .05em; }
                    .secFlow .flow-contents h2 span {
                        font-size: 18px;
                        line-height: 1.2;}
            } 
            .secFlow .flow-contents p {
                margin-top: 32px;
                font-size: 14px;
                line-height: 1.5;}
            @media screen and (min-width: 64em) {
                .secFlow .flow-contents p {
                    font-size: 16px;}
            }
            .secFlow .flow-contents figure.flow-image {
                margin-top: 32px;}

            .secFlow .flow-contents .btn-area {
                margin-top: 32px;
                max-width: 100%;}
                .secFlow .flow-contents .btn-area a.btn-contact {
                    position: relative;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 384px;
                    max-width: 100%;
                    height: 58px;
                    background-color: #152768;
                    border-radius: 9999px;
                    color: #fff;
                    font-size: 18px;
                    font-weight: 700;
                    letter-spacing: .08em;
                    line-height: 1;
                    transition: all 0.3s 0s ease;}            
                .secFlow .flow-contents .btn-area a.btn-contact::after {
                    content: "";
                    position: absolute;
                    right: 24px;
                    width: 10px;
                    height: 10px;
                    top: 40%;
                    border-top-width: 2px;
                    border-right-width: 2px;
                    border-top-style: solid;
                    border-right-style: solid;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }     
                .secFlow .flow-contents .btn-area a:hover.btn-contact {
                    opacity: .7;} 	

            .secFlow .flow-contents .scroll-box {
                width: 100%;
                overflow-x: auto;
                padding-bottom: 12px;
                -webkit-overflow-scrolling: touch;}
                .secFlow .flow-contents .scroll-box figure img {
                    max-width: 100%;
                    min-width: 840px;
                    vertical-align: top;} 
                /*scrollbar */
                .secFlow .flow-contents .scroll-box::-webkit-scrollbar {
                    height: 4px;}
                .secFlow .flow-contents .scroll-box::-webkit-scrollbar-track {
                    background: #eee;}
                .secFlow .flow-contents .scroll-box::-webkit-scrollbar-thumb {
                    background: #aaa;
                    border: none;}
                .secFlow .flow-contents .scroll-box::-webkit-scrollbar-thumb:hover {
                    background: #999;}                    
                @media screen and (min-width: 48em) {
                    .secFlow .flow-contents .scroll-box {
                        overflow-x: hidden;
                        padding-bottom: 0; }
                        .secFlow .flow-contents .scroll-box figure img {
                            min-width: auto;}
                 }
         
.secMainbnr {
    margin-top: 48px;} 
    @media screen and (min-width: 48em) {
        .secMainbnr {
            margin-top: 64px;} 
        }
        .secMainbnr a img {
            max-width: 100%;
            transition: opacity 0.3s;} 
                .secMainbnr a:hover img {
                    opacity: .7;}
                .secMainbnr img {
                    max-width: 100%;} 
