@charset "utf-8";

/* ----------------------------------
 * 共通:タイトルテキストのループスライド
 * ---------------------------------- */

.inquiry-title{
    margin-top: -1em;
}
.sub-hero-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    background: #fff;
}
.sub-hero-section {
    width: 100%;
    height: 100vh;
    height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 50svh;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
}
@media (min-width: 1024px) {
    .sub-hero-section {
        height: 50svh!important;
        min-height: 50vh;
        display: flex;
        align-items: end;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        background: transparent;
        overflow: visible;
        flex-direction: row;
    }
      .sub-hero-container {
        width: 100%;
        max-width: 100%;
        padding: 0 50px;
        padding-right: 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: auto;
        background: unset;
    }
      .sub-hero-text {
        width: 35%;
        order: 1;
        text-align: right;
        padding: 0;
        padding-right: 60px;
        position: relative;
        z-index: 10;
        transform: translateY(16px);
        margin-bottom: -2em;
    }
}

/* main{
    margin-bottom: 30%;
} */