footer
{
    position: relative;
    bottom: 0;
    width: 100%;
    height: 128px;
    background-color: #f8eef0;
    padding-bottom: 24px;
}

.footer-wrapper ul
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    gap: 60px;
}

.footer-wrapper ul li a
{
    font-size: 16px;
    color: #676767;
}

.footer-container p small
{
    font-size: 16px;
    margin-bottom: 24px;
    color: #b0b0b0;
}

.footer-container p
{
    margin-top: 40px;
    text-align: center;
}

.btob-img
{
    margin-left: 5px;
}

@media all and (max-width: 767px)
{
    footer
    {
        height: auto;
    }
    .footer-wrapper ul
    {
        flex-direction: column;
        gap: 24px;
    }
}
header
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 88px;
    background-color: rgba(255, 255, 255, .5);
}

.header-wrapper
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 88px;
}

.header-img img
{
    width: 218px;
    height: auto;
    margin: 0 40px;
}

.header-btn
{
    padding: 0 40px;
}

.header-btn ul
{
    display: flex;
    gap: 24px;
}

.material-btn
{
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    width: 200px;
    padding: 11.5px 12px;
    transition: .3s ease;
    text-align: center;
    border-radius: 50px;
    color: #8a0021;
    border: 1px solid #8a0021;
    background-color: #fff;
}
.material-btn:hover
{
    color: #fff;
    border: 1px solid #8a0021;
    background-color: #8a0021;
}

.form-btn
{
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    width: 200px;
    padding: 11.5px 12px;
    transition: .3s ease;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #8a0021;
    background-color: #8a0021;
}
.form-btn:hover
{
    color: #8a0021;
    border: 1px solid #8a0021;
    background-color: #fff;
}

.dl
{
    display: none;
}

.download
{
    display: inline-block;
    vertical-align: 0;
}

#top-btn
{
    transition: .3s ease;
}
#top-btn:hover
{
    opacity: .5;
}

@media all and (max-width: 767px)
{
    header
    {
        height: 56px;
    }
    .header-wrapper
    {
        height: 56px;
    }
    .header-img img
    {
        width: 109px;
        height: auto;
        margin: 0 12px;
    }
    .header-btn
    {
        padding: 0 12px;
    }
    .header-btn ul
    {
        gap: 12px;
    }
    .download
    {
        display: none;
    }
    .dl
    {
        display: inline-block;
    }
    .material-btn
    {
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 86px;
        height: 32px;
        padding: 0;
    }
    .form-btn
    {
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 86px;
        height: 32px;
        padding: 0;
        letter-spacing: 0;
    }
}
.top-btn
{
    transition: .3s ease;
}

*
{
    font-family: "Noto Sans JP", "Helvetica Neue";
    transition: .8;
    text-align: justify;
    letter-spacing: .01em;
    word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    margin: 0;
}

body,
p
{
    margin: 0;
}

ul,
li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul ul
{
    padding: 0;
}

a:focus,
button:focus
{
    outline: none;
}

a,
a:link,
a:visited,
a:hover,
a:active
{
    text-decoration: none;
}

.d-none
{
    display: none;
}
