@charset "utf-8";
/* CSS Document */

/*PCサイズに適用*/

img {
    vertical-align: top;
    width: 100%;
}

#container {
    width: 100%;
}

#body {}

#executive img {
    display: inline-block;
    width: 30vw;
    margin-top: -5vh;
}

#cta01 img {
    display: inline-block;
    width: 25vw;
    margin: auto;
    padding: 1em;
    text-align: center;
}

.btn {
    width: 30vw;
    margin: auto;
}

.cta02 {
    width: 100%;
    position: sticky;
    text-align: center;
    bottom: 0;
    background: #fffaf0;
}

footer {
    width: 100vw;
    margin: auto;
}

#copy {
    width: 100%;
    background-image: url("../images/EHC_21.webp");
    background-size: cover;
    background-origin: border-box;
    background-repeat: no-repeat;
    text-align: center;
    font-family: serif;
    font-size: 1em;
    color: #040126;
}

#copy p a {
    text-decoration: none;
    font-family: serif;
    font-size: 1em;
    color: #040126;
}