#overview {
    padding: 60px 0 30px 0;
}
#overview .ttl {
    margin: 0 auto 55px;
    text-align: center;
    font-weight: bold;
}
#overview .ttl h2 {
    font-size: 40px;
    letter-spacing: 4px;
}
#overview .ttl p {
    font-size: 18px;
    line-height: 1.7;
}
#overview .info {
    margin-bottom: 100px;
}
#overview .info dl {
    width: 60%;
    max-width: 800px;
    margin: 0 auto 30px;
    display: flex;
    font-weight: bold;
}
#overview .info dt {
    width: 24%;
}
#overview .info dd {
    width: 76%;
}
#overview .image {
    max-width: 920px;
    width: 63%;
    margin: auto;
}

@media screen and (max-width: 768px) {
    #overview {
        padding: 92px 0 0 0;
    }
    #overview .ttl {
        margin: 0 auto 40;
    }
    #overview .ttl h2 {
        font-size: 25px;
    }
    #overview .ttl p {
        font-size: 12px;
        line-height: 1.2;
    }
    #overview .info {
        margin-bottom: 50px;
    }
    #overview .info dl {
        width: calc(100% - 40px);
    }
    #overview .info dl.vertical-sp {
        flex-direction: column;
        align-items: center;
    }
    #overview .info dt {
        width: 35%;
        font-size: 15px;
    }
    #overview .info dd {
        width: 65%;
        font-size: 15px;
    }
    #overview .info dl.vertical-sp dt {
        width: 100%;
        text-align: center;
    }
    #overview .info dl.vertical-sp dd {
        width: 100%;
        text-align: center;
    }
    #overview .info iframe {
        aspect-ratio: 25 / 14;
        margin-bottom: 35px;
    }
    #overview .image {
        width: calc(100% - 45px);
    }   
}