@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : intro.css
Description :
===================================================================== */

/* =====================================================================
*    intro
* =================================================================== */
.intro {
    padding: calc(100 / 750 * 100%) 0;
    background-color: #ffe822;
}

.intro::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(235 / 750 * 100%);
    background: url(../images/common/line_tate_white.png) repeat left top;
    background-size: calc(20 / 750 * 100%) auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

.intro .inner {
    z-index: 2;
}

.intro .sec_ttl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.intro .sec_ttl::before, .intro .sec_ttl::after {
    margin: 0;
}

.intro_txt {
}

@media screen and (min-width: 768px) {
    .intro {
        padding: calc(100 / 1100 * 100%) 0;
    }
    
    .intro::after {
        padding-top: calc(200 / 1100 * 100%);
        background-size: calc(10 / 1100 * 100%) auto;
    }
    
    .intro .sec_ttl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .intro .sec_ttl::before {
        margin: 0 calc(34 / 1100 * 100%) 0 0;
    }
    
    .intro .sec_ttl::after {
        margin: 0 0 0 calc(34 / 1100 * 100%);
    }
    
    .intro_txt {
        width: calc(1000 / 1100 * 100%);
        margin: 0 auto;
    }
}

@media screen and (min-width: 1100px) {
    .intro {
        padding: 100px 0;
    }
    
    .intro::after {
        padding-top: 200px;
        background-size: 10px auto;
    }
}
