<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(reset.css);

#main_visual {
    background: url(../img/main_visual.jpg) center center / cover no-repeat;
    height: 480px;
}

#global_nav {
    background: #fff;
    border-bottom: 1px solid #16244e;
    border-top: 1px solid #16244e;
    width: 100%;
}

#global_nav.fixed {
    left: 0;
    position: fixed;
    top: 0;
}

.wrapper {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    width: 768px;
}

#global_nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.item {
    border-left: 1px solid #fff;
    width: 20%;
}

.item:last-child {
    border-right: 1px solid #fff;
    margin-right: 0;
}

.item a {
    background: #16244e;
    color: #fff;
    display: block;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
}

h1 {
    font-size: 1.25rem;
    padding: 4rem 0 2rem;
}

p {
    line-height: 1.6;
    padding-bottom: 4rem;
}

#menu1 {
    background: #ffe8d1;
}

#menu2 {
    background: #e8ffd1;
}

#menu3 {
    background: #d1ffff;
}

#menu4 {
    background: #e8d1ff;
}

#menu5 {
    background: #ffd1e8;
}
</pre></body></html>