@charset "utf-8";



/*  Modules overview
*/

.overview {
    margin: 7em auto;
}

.overview-title-text {
    font-weight: bold;
    font-size: 2em;
    margin: 0 auto 1em;
    color: var(--color-dark-glay);
}

.overview-list  {
    margin: 2em auto;
}

.overview-one {
    margin: 1.5em auto;
    padding-bottom: 1.5em;
    border-bottom: 1px var(--color-dark-glay) dashed;
}

.overview-one:last-child {
    border-bottom: none;
}

.overview-one > .wp-block-group__inner-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.overview-one-key {
    width: 35%;
    margin: 0;
    line-height: 2.4em;

    letter-spacing: 4px;
    font-weight: bold;
    color: var(--color-dark-glay);
}

.overview-one-value {
    width: 65%;
    height: max-content;
    margin: 0;
    line-height: 2.4em;

    letter-spacing: 4px;
    color: var(--color-dark-glay);

    display: block;
}

.overview-one-value img {
    vertical-align: middle;
}



/*  Modules history
*/

.history {
    margin: 7em auto;
}

.history-title-text {
    font-weight: bold;
    font-size: 2em;
    margin: 0 auto 1em;
    color: var(--color-dark-glay);
}

.history-one-title-image {
    width: 62px;
    margin: 0;
    padding: 1em;
    text-align: center;
    background-color: var(--color-white);
}

.history-one {
    margin-left: 100px;
}

.history-one-month {
    margin: auto;
}

.history-one-month > .wp-block-group__inner-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.history-one-month-key {
    width: 80px;
    margin: 0;
    padding: 0.5em;
    line-height: 1.9em;
    letter-spacing: 4px;

    font-size: 1.2em;
    color: var(--font-color-primary);
}

.history-one-month-value {
    margin: 0;
    padding: 0.5em;
    line-height: 2.4em;
    letter-spacing: 4px;
    position: relative;
    color: var(--color-dark-glay);
}

.history-one-month-value::before {
    content: "－";

    padding: 0;
    line-height: 2.4em;

    position: absolute;
    top: 0.5em;
    left: -1em;
    height: 1em;
}



/*  Modules contact
*/

.contact > .wp-block-group__inner-container {
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: var(--bg-color-primary);
    padding: 1em 0 0.5em;
}

.contact-left {
    width: 40%;
    margin-right: 2%;
    text-align: right;
}

.contact-right {
    width: 50%;
}



.contact-image-2 {
    margin: 0 auto 2em;
}

.contact-text {
    margin: 2em 0;

    color: var(--color-white);
    letter-spacing: 1px;
}

.contact-button {
    margin: 2em 0 0;
    justify-content: center;
    align-items: center;
}

.contact-button .contact-button .wp-block-button__link {
    border: 1px var(--color-dark-glay) solid;
}



/*  pc x-small : pc small ((1024 + 1280) / 2)
*/

@media screen and (max-width: 1152px) {
    .overview {
        padding: 0 5%;
    }
}



/*  iPhone 12 pro Max : iPad portrate ((428px + 768px) / 2)
*/

@media screen and (max-width: 598px) {
    /*  overview
    */
    .overview {
        padding: 0 2%;
    }

    .overview-title-image img {
        width: 137px;
        height: fit-content;
        object-fit: contain;
    }

    .overview-title-text {
        margin-bottom: 3em;
        font-size: var(--font-size-subtitle-micro);
    }

    .overview-one > .wp-block-group__inner-container {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .overview-one-key,
    .overview-one-value {
        width: 100%;
        letter-spacing: 1px;
    }

    .overview-one-key {
        font-size: var(--font-size-body);
    }

    .overview-one-value {
        font-size: var(--font-size-body-mini);
    }

    .overview-one-value img {
        width: 167px;
        height: fit-content;
        object-fit: contain;
    }

    /*  histroy
    */
    .history-title-image img {
        width: 128px;
        height: fit-content;
        object-fit: contain;
    }

    .history-title-text {
        font-size: var(--font-size-subtitle-micro);
    }

    .history-one {
        margin-left: 50px;
    }

    .history-one-title-image {
        width: 49px;
    }

    .history-one-month-key {
        width: 60px;
        min-width: 60px;
        font-size: var(--font-size-main);
    }

    .history-one-month-value {
        font-size: var(--font-size-body-mini);
    }

    /*  contact
    */
    .contact > .wp-block-group__inner-container {
        padding: 1em 0;
        flex-wrap: wrap;
        background-color: transparent;
        background: linear-gradient(to bottom, #fff 0% 22.999%, var(--bg-color-primary) 23% 100%);
    }

    .contact-left,
    .contact-right {
        width: 100%;
        margin: 0;
    }

    .contact-left {
        text-align: center;
    }

    .contact-left img {
        width: 180px;
        height: auto;
    }

    .contact-image-2 {
        margin: 0;
    }

    .contact-image-2 img {
        width: 205px;
        height: fit-content;
        object-fit: contain;
    }

    .contact-text {
        margin: 1em auto;
        padding: 0 3.5%;
    }

    .contact-button {
        margin: 1em auto 2em;
    }

    .contact-button .wp-block-button__link {
        padding: 0.7em 1.75em 0.7em 2.25em;
        font-size: var(--font-size-body-big);
    }



}
