.top {
    background: url(../img/structure/top-bg.jpg)no-repeat center / cover;
    padding: 120px 2vw 250px 2vw;
}

.top .wrapper {
    width: 100%;
    max-width: 1500px;
    margin: auto;
}

.top h2 {
    font-size: 30px;
    letter-spacing: 6px;
    line-height: 1.8;
    margin-bottom: 60px;
}

.st-top-block {
    flex-direction: column;
    background-color: #fff;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .5));
    margin-bottom: 80px;
}

.st-top-block h2 {
    color: #664F33;
    margin-bottom: 30px;
}

.st-top-block img {
    width: 100%;
}

.st-top-text {
    flex-direction: column;
    padding: 40px;
}

.st-block {
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 80px;
}

.st-block:last-of-type {
    margin-bottom: 0;
}

.block-ttl {
    background-color: #664F33;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.st-block .text {
    flex-direction: column;
    padding: 60px;
}

.st-block p {
    text-align: center;
    margin-bottom: 60px;
}

.st-block p:last-child,
.st-block .img:last-child {
    margin-bottom: 0;
}

.st-block .img {
    width: 100%;
    margin-bottom: 60px;
}

.text-img .content {
    padding-top: 0;
}

.st-img-block {
    padding: 40px;
    background-color: #fff;
}

.st-img-block .ttl {
    margin-bottom: 20px;
}

.st-img-block .red {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #912828;
}

.st-img-block .bold {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.st-img-block img.img-tb {
    display: none;
}

.st-img-block img {
    width: 45%;
    max-width: 270px;
}

.st-img-block .text {
    width: 100%;
    flex-direction: column;
}

.st-img-block-01 {
    margin-bottom: 60px;
}

.st-img-block-01 img {
    margin-left: 20px;
}

.st-img-block-02 img {
    margin-right: 20px;
}

.mid-top {
    background: url(../img/structure/st-bg-01.jpg)no-repeat center / cover;
}

.mid-top p {
    color: #fff;
    line-height: 2.4;
    letter-spacing: 3px;
}

.mid-top p span {
    font-size: 21px;
}

.mid-btm img {
    width: 38%;
    margin-right: 30px;
    max-width: 610px;
}

.mid-btm .text {
    flex-direction: column;
}

.mid-btm .text .ttl {
    margin-bottom: 30px;
}

.mid-btm .text .block-ttl {
    margin-bottom: 15px;
    font-size: 20px;
}

.mid-btm .text p {
    line-height: 1.8;
}

.mid-btm .img-tb {
    display: none;
}

.q {
    background: url(../img/structure/st-bg-02.jpg)no-repeat center / cover;
}

.q h2 {
    display: flex;
    flex-direction: column;
    font-size: 36px;
    color: #664F33;
    margin-bottom: 160px;
}

.q h2 .small {
    font-size: 21px;
    margin-bottom: 20px;
}

.q h2 span {
    width: fit-content;
    background: #fff;
    padding: 2px 20px;
    letter-spacing: 5px;
}

.q .text {
    align-self: flex-end;
    width: fit-content;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 2;
    letter-spacing: 3px;
}

.q .text p {
    display: flex;
    flex-direction: column;
}

.q .text .big {
    color: #664F33;
    font-size: 26px;
    line-height: 1.5;
    margin: 10px 0;
}

.cta {
    background-color: #56764C;
}

.cta .content {
    padding: 60px 2vw;
}

.st-cta-block {
    width: 100%;
    max-width: 930px;
    margin: auto;
    padding: 40px;
    justify-content: space-between;
    align-items: center;
}

.st-cta-block .text {
    flex-direction: column;
}

.st-cta-block .text p {
    display: flex;
    align-items: center;
    letter-spacing: 3px;
    font-size: 21px;
}

.st-cta-block .text p:first-of-type {
    margin-bottom: 15px;
}

.st-cta-block .text p span {
    display: flex;
    width: 130px;
    height: 40px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.st-cta-block .link-box {
    height: 95px;
    margin: 0;
}

.cta-btm-block {
    flex-direction: column;
    padding: 40px;
}

.cta-btm-block .text {
    justify-content: space-between;
}

.cta-btm-block .text p {
    width: 48%;
    color: #664F33;
    font-size: 18px;
    letter-spacing: 3px;
    text-align: center;
    background-color: #fff;
    padding: 40px 2vw;
}

.q2-block {
    justify-content: space-between;
}

.q2-block .text {
    flex-direction: column;
    margin-bottom: 60px;
}

.q2-block p {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 2.3;
}

.q2-block h2 {
    color: #664F33;
    margin: 20px 0;
    letter-spacing: 5px;
}

.q2-block img {
    width: 50%;
    max-width: 650px;
    margin-left: 30px;
}

.kaijou {
    background: url(../img/structure/st-bg-03.jpg)no-repeat center / center;
}

.kaijou-block {
    width: 100%;
}

.kaijou .text {
    min-width: 60%;
    height: auto;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
}

.kaijou .ttl {
    margin-bottom: 30px;
}

.kaijou .img {
    min-width: 40%;
    height: auto;
}

.kaijou .img img {
    height: 100%;
    object-fit: cover;
}

.kaijou .min {
    font-size: 21px;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.kaijou .bold {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.kids .content {
    padding: 30px 2vw;
}

@media (hover: hover) and (pointer: fine) {}


/*/////////////////////レスポンシブ////////////////////////////*/

@media screen and (max-width: 1200px) {
    .top {
        padding: 80px 2vw 160px 2vw;
    }
}

@media screen and (max-width: 1120px) {
    .top h2 {
        font-size: 26px;
    }
    .st-img-block .red {
        font-size: 18px;
    }
    .st-img-block .bold {
        font-size: 16px;
    }
    .mid-btm img {
        display: none;
    }
    .mid-btm .img-tb {
        display: block;
        width: 100%;
        margin: 0 auto 30px auto;
    }
    .mid-btm .text {
        width: 100%;
    }
    .q2-block {
        flex-direction: column;
    }
    .q2-block img {
        width: 100%;
        margin: 0 auto;
    }
    .kids .img {
        max-width: 600px;
        margin: auto;
    }
}

@media screen and (max-width: 880px) {
    .st-cta-block {
        flex-direction: column;
        justify-content: center;
    }
    .st-cta-block .text {
        margin-bottom: 20px;
    }
    .cta-btm-block .text {
        flex-direction: column;
    }
    .cta-btm-block .text p {
        width: 100%;
    }
    .cta-btm-block .text p:first-child {
        margin-bottom: 20px;
    }
    .q2-block p {
        font-size: 18px;
    }
}

@media screen and (max-width: 820px) {
    .top h2 {
        width: 100%;
        font-size: 21px;
        margin-bottom: 30px;
    }
    .mid-top {
        background: url(../img/structure/st-bg-01_sp.jpg)no-repeat center right / cover;
    }
    .kaijou .min {
        font-size: 20px;
    }
    .kaijou .bold {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    .st-top-block h2 {
        margin-bottom: 20px;
    }
    .st-top-text {
        padding: 20px;
    }
    .st-block {
        margin-bottom: 40px;
    }
    .st-block .text {
        padding: 20px;
    }
    .st-block p {
        margin-bottom: 20px;
    }
    .st-block .img {
        margin-bottom: 20px;
    }
    .st-top-block {
        margin-bottom: 40px;
    }
    .st-img-block img {
        display: none;
    }
    .st-img-block {
        padding: 40px 20px;
        margin-bottom: 40px;
    }
    .st-img-block-02 {
        margin-bottom: 0;
    }
    .st-img-block img.img-tb {
        display: block;
        max-width: 370px;
        width: 100%;
        margin: 0 auto 30px auto;
    }
    .mid-btm .text .block-ttl {
        font-size: 18px;
    }
    .q h2 {
        margin-bottom: 60px;
    }
    .q h2 .small {
        font-size: 16px;
    }
    .q h2 span {
        font-size: 24px;
        padding: 2px 2vw;
    }
    .q .text .big {
        font-size: 24px;
    }
    .q .text {
        padding: 20px;
    }
    .st-cta-block {
        padding: 20px;
    }
    .st-cta-block .text p {
        font-size: 18px;
    }
    .st-cta-block .text p span {
        width: 90px;
        min-width: 90px;
    }
    .cta-btm-block {
        padding: 30px 20px;
    }
    .q2-block p {
        font-size: 16px;
    }
    .q2-block .text {
        margin-bottom: 30px;
    }
    .kaijou-block {
        flex-direction: column;
    }
    .kaijou .text {
        padding: 20px;
    }
    .kaijou .img {
        height: 250px;
    }
    #page .kaijou .ttl {
        margin-bottom: 30px;
    }
}