:root {
    --ev-blue: #368dd2;
    --ev-orange: #e45836;
}
.size-sp, .size-tab {
    display: none;
}
body.fixed {
    position: fixed;
}

header {
    width: 100%;
    z-index: 999;
}
.header-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
.header-container .hd-logo {
    width: auto;
    height: 40px;
}
.header-container .nv-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY( -50%);
    width: 60px;
    z-index: 1000;
    display: none;
}
.hd-link {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hd-link a {
    line-height: 1;
    vertical-align: middle;
}
.hd-logo img {
    width: 243px;
}
header .hd-link img {
    height: 17px;
    margin-right: 6px;
}

nav {
    width: 100%;
    padding: 15px 0;
    background-color: #f3f3f3;
}
nav ul {
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    justify-content: stretch;
    align-items: center;
}
nav li {
    text-align: center;
    width: 100%;
    border-left: 1px solid #bcbcbc;
    position: relative;
    font-size: 12px;
    font-weight: bold;
}
nav li a {
    width: 100%;
    display: block;
    font-weight: inherit;
    transition: all 0.3s;
}
nav li a:hover {
    color: var(--ev-blue);
}
nav li:first-child {
    border: none;
}
nav li .child {
    display: none;
    position: absolute;
    top: calc(100% + 15px);
    width: 100%;
    z-index: 100;
    background-color: #ffffffe2;
    padding: 0 0 5px;
    backdrop-filter: blur(3px);
}
nav .child li {
    padding: 6px 0;
    border: none;
}
/* フッター */
footer {
    background-color: var(--ev-blue);
    color: #fff;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1480px;
    margin: 0 auto;
    padding: 100px 40px 40px 40px;
}
.footer-container .footer-left {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 60%;
    /* min-width: 320px; */
}
.footer-container a {
    color: #fff;
}
.footer-container li {
    color: #fff;
}
.footer-container .footer-item1 {
    margin-right: 20px;
}
.footer-container .f-logo {
    margin-bottom: 16px;
    width: 232px;
}
.footer-container .f-logo img {
    padding: 10px 16px;
    background-color: #fff;
    border-radius: 5px;
}
.footer-container .copy {
    margin-top: 20px;
}
.footer-container .f-nav li {
    font-size: 18px;
    margin-bottom: 1em;
}
.footer-container .footer-right {
    max-width: 600px;
}
.footer-container .footer-item3 {
    width: 366px;
}
.footer-container .footer-item3 a {
    font-size: 22px;
    height: 102px;
    padding: 30px 10px;
    text-align: center;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 1em;
}
.footer-container .footer-item3 a img {
    display: block;
    max-width: 36px;
    max-height: 44px;
    margin-bottom: 2%;
}
.footer-container .footer-item3 .reg {
    border-color: #EBA45C;
    color: #EBA45C;
}
footer .f-bnr-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 24px;
    gap: 13px;
}
footer .f-bnr-area .fb img {
    height: 37px;
}
footer .f-bnr-area img {
    max-height: 53px;
}

.page-title {
    position: relative;
    background-color: #f3f3f3;
    width: 100%;
    padding-top: 16.8%;
}
.page-title h1 {
    position: absolute;
    top: calc(50% + 10px);
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 46px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

/* レイアウト関連 */
.page {
}

/* モジュール類 */
.module.link-btn a {
    font-size: 15px;
    letter-spacing: 2px;
    padding: 24px 40px;
    border: 1px solid var(--ev-orange);
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    column-gap: 15px;
    line-height: 1;
}

.p-h3 {
    font-size: 26px;
    margin-bottom: 16px;
    color: var(--ev-blue);
}

.img-box img {
    width: 100%;
    height: auto;
}

.align-center {
    text-align: center;
}
@media screen and (max-width:1280px) {
    .footer-container .footer-right {
        flex-direction: column;
    }
}

@media screen and (max-width:1024px) {
    
    .header-container .nv-btn .on-img {
        position: absolute;
        top: 0;
        left: 0;
        height: 60px;
        width: 60px;
        opacity: 0;
        z-index: 1001;
        transition: all 0.3s;
    }
    .header-container .nv-btn.active img {
        opacity: 0;
    }
    .header-container .nv-btn.active .on-img {
        opacity: 1;
    }
    .header-container nav {
        display: none;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        padding: 80px 40px;
        background-color: rgba(0,0,0,0.5);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        text-align: center;
    }
    .header-container nav ul {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .header-container nav li {
        /* display: inline-block; */
        width: fit-content;
    }
    .header-container nav li a {
        color: #fff;
        padding: 1em;
        display: block;
        font-size: 20px;
    }

    .footer-container {
        flex-direction: column-reverse;
        padding-top: 40px;
    }
    .footer-container .footer-left {
        width: 100%;
    }
    .footer-container .footer-right {
        flex-direction: row;
        max-width: 100%;
        margin-bottom: 40px;
        width: 100%;
        display: flex;
        gap: 20px;
        justify-content: center;
    }
    .footer-container .footer-item3 {
        max-width: 100%;
    }
    .footer-container .footer-item3 a {
        margin-bottom: 0;
        font-size: 18px;
    }
}
@media screen and (max-width:900px) {
    .size-tab {
        display: block;
    }
    .hd-link {
        right: auto;
        left: 20px;
    }
    .header-container .nv-btn {
        right: 15px;
        display: block;
    }
    .header-container .nv-btn.active {
        right: auto;
        left: 20px;
        position: fixed;
        top: 20px;
        transform: none;
    }

    nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: none;
        padding: 0;
    }
    nav ul {
        padding: 40px 0 30px;
        flex-direction: column;
        background-color: #368cd2ed;
        backdrop-filter: blur(10px);
    }
    nav li a {
        font-size: 20px;
        padding: 10px 0;
        color: #fff;
        
    }
    nav li a:hover {
        color: #fff;
    }
    nav li .child {
        position: static;
        background-color: transparent;
        backdrop-filter: blur(0);
        margin-top: 10px;
        margin-bottom: 10px;
    }
    nav li .child li:first-child {
        position: relative;
    }
    nav li .child li:first-child::before {
        content: '';
        position: absolute;
        width: 50px;
        height: 2px;
        background-color: #fff;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    nav li .child li a {
        font-weight: normal;
    }
    nav.open {
        overflow: auto;
        height: 100%;    
        background-color: transparent;
        /* backdrop-filter: blur(10px); */
    }
}

@media screen and (max-width:600px) {
    .page-title h1 {
        font-size: 34px;
    }
    .footer-container .f-logo {
        width: 190px;
    }
    .footer-container .footer-item1 {
        margin-right: 0;
    }
    .footer-container .footer-item2 {
        display: none;
    }
    .footer-container .footer-right {
        flex-direction: column;
    }
    .footer-container .f-logo {
        margin: 0 auto 16px;
    }
    .footer-container .f-bnr-area {
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-container .copy {
        text-align: center;
    }

    .p-h3 {
        text-align: center;
    }
}