html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    margin: 0 auto;
    position: relative;
    font-optical-sizing: auto;
    font-style: normal;
}
.main-content {
    position: relative;
    padding-bottom: 80px;
    min-height: 90vh;
    margin-top: 140px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: black;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
}
.top-image {
    width: 100%;
    height: 350px;
}
.top-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer p {
    margin: 0;
    padding: 0;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: #013220;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-center {
    font-size: 14px;
}
.footer .footer-inner {
    width: calc(100% / 3);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-right {
    justify-content: space-evenly !important;
}
.footer .footer-left img {
    width: 200px;
}
.container-top {
    padding: 0 !important;
}
.container-top .top-image {
    margin-bottom: 40px;
}
.download-text {
    color: #000 !important;
    display: block !important;
}
.container {
    max-width: 1400px;
}
.footer-pc {
    display: flex !important;
}
.footer-sp {
    display: none !important;
}
.footer a {
    color: #fff;
    transition: 0.2s ease-in-out;
}
.footer a:hover {
    color: #adadad;
}
@media only screen and (max-width: 1280px) {
    .container {
        max-width: 1000px;
    }
}
@media only screen and (max-width: 1024px) {
    span,
    p,
    a {
        font-size: 18px;
    }
    .footer p {
        font-size: 12px;
    }
    .footer .footer-left img {
        width: 150px;
    }
    .footer-left,
    .footer-right {
        width: 25% !important;
    }

    .footer-center {
        width: calc(100% - 25%) !important;
    }
}
@media only screen and (max-width: 768px) {
    .footer-pc {
        display: none !important;
    }
    .footer-sp {
        display: flex !important;
    }
    span,
    p,
    a {
        font-size: 16px;
    }
    .footer {
        flex-direction: column;
    }
    .main-content {
        margin-top: 65px;
    }
    .home-container {
        height: calc(100vh - 65px) !important;
    }
    .home-container img {
        object-fit: cover;
    }
    .footer {
        height: auto;
    }
    .footer-inner {
        width: 100% !important;
        padding: 24px 0;
    }
}
@media only screen and (max-width: 480px) {
    span,
    p,
    a {
        font-size: 15px;
    }
}
