@charset "UTF-8";

.seinou {
    flex-wrap: wrap;
    justify-content: space-between;
}

.seinou .left {
    width: 62%;
}

.seinou .right {
    width: 34%;
}

.support01 {
    flex-wrap: wrap;
    justify-content: space-between;
}

.support01 .left {
    width: 76%;
}

.support01 .right {
    width: 20%;
}

.support-ttl {
    font-size: 14px;
    color: #fff;
    background: #4d3116;
    padding: 8px 10px;
    margin-top: 10px;
}

.hero {
    position: relative;
    margin-top: 40px;
}

.hero p {
    width: 90%;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    margin: 0 auto;
}

.pic-ttl {
    max-width: 400px;
    margin: 40px auto;
}

.lead {
    font-size: 18px;
    color: #4d3115;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

.lead-txt {
    text-align: center;
    line-height: 1.8;
    margin-top: 30px;
    letter-spacing: 0.1em;
}

.main figure {
    max-width: 806px;
    margin: 0 auto;
}

.item-ttl {
    position: relative;
}

.item-ttl .shikaku {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #922e30;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.md-txt {
    margin-left: 28px;
    letter-spacing: 0.05em;
}

.lg-txt {
    /* font-size: 1.3em;
    line-height: 1.4; */
    display: inline-block;
    margin-left: 30px;
}

.text02 {
    padding-left: 1.7em;
}

.item-ttl .nowrap {
    display: inline-block;
    margin-left: 0;
}

.item-ttl .nospace {
    display: inline-block;
}

.zeh-column3::after {
    display: block;
    content:"";
    width: 31%;
    }


.oth-ttl {
    color: #4d3115;
    position: relative;
    font-size: 18px;
    margin-bottom: 24px;
}

.oth-ttl::after {
    content: "";
    height: 1px;
    background-color: #4d3115;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 76%;
}

.oth-txt {
    line-height: 1.8;
}

.oth01 figure {
    max-width: 900px;
    margin: 30px auto 40px;
}


.oth02 {
    background: #edeae7;
    padding: 3%;
}

.oth02-ttl {
    font-size: 18px;
    color: #4d3115;
    margin-bottom: 20px;
}

/*=======================================
TAB_横
=======================================*/
@media (max-width: 1180px) {}


/*=======================================
TAB_縦~SP
=======================================*/
@media (max-width: 820px) {
    .seinou .left,
    .support01 .left {
        width: 100%;
    }

    .seinou .right,
    .support01 .right {
        width: 100%;
    }

    .support01 .right.item {
        margin-top: 20px;
    }

    .support01 figure {
        width: 60%;
        margin: 0 auto;
    }

    .support-ttl  {
        text-align: center;
    }

    .js-scrollable {
        overflow-y: hidden!important;
        height: auto;
    }

    .js-scrollable img {
        width: 600px;
        max-width: initial;
        height: auto;
    }

    .hero {
        position: relative;
        margin-top: 20px;
    }
    
    .hero p {
        font-size: 16px;
        left: 30%;
        transform: translate(-20%, -50%);
    }

    .pic-ttl {
        margin: 20px auto;
        width: 80%;
    }

    .lead {
        font-size: 16px;
    }
    
    .lead-txt {
        margin-top: 20px;
    }
    
    .main figure {
        max-width: 600px;
    }


.oth-ttl {
    margin-bottom: 20px;
}

.oth-ttl::after {
    width: 34%;
}

.oth-txt {
    line-height: 1.8;
}

.oth01 figure {
    max-width: 600px;
    margin: 20px auto 40px;
}

.oth02 {
    padding: 6%;
}

.oth02-ttl {
    font-size: 18px;
    margin-bottom: 16px;
}

}