@charset "UTF-8";
body {
    font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 1em;
    line-height: 2em;
    -webkit-text-size-adjust: 100%;
    color: #333;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
}

.cl:after {
    content: "";
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    clear: both
}

img {
    vertical-align: top;
    margin: 0px;
}

#navskip {
    display: none
}

a:hover {
    opacity: .7;
}

#hd {
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    min-width: 1100px;
}

#hd .inner {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

#hd .inner #gnav {
    display: flex;
    justify-content: center;
    align-items: center;
}

#hd .inner #gnav .gnav {
    display: flex;
    background-image: url(../img/2x/nikukyu@2x.png);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 10px;
    margin-right: 35px;
}

#hd .inner #gnav .gnav li {
    background-image: url(../img/2x/nikukyu@2x.png);
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0px 23px 0px 30px;
}

#hd .inner #gnav .gnav a {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}

.entryBtn {
    width: 200px;
}

.entryBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background-color: #0ba90b;
    padding: 15px 20px;
    text-align: center;
    border-radius: 100px;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.label {
    display: inline-block;
    border-radius: 3px;
    background-color: #fff;
    color: #0ba90b;
    font-size: 15px;
    line-height: 1em;
    padding: 4px 7px;
    margin-right: 8px;
    font-style: normal;
}

#hd .logo {
    display: block;
    width: 70px;
    height: 70px;
}

#hd .logo a {
    display: block;
    width: 70px;
    height: 70px;
}

#hd .logo a p {
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

#hd .logo a p:before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url(../img/2x/HCP_logo2023.png);
    background-size: 100% auto;
}

#hd:after {
    content: "";
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    clear: both;
}

#ft {
    text-align: center;
    min-width: 1100px;
}

#ft .inner {
    padding-top: 60px;
    padding-bottom: 60px;
}

#ft p {
    font-size: 14px;
}

#ft .inner .ri p {
    font-size: 18px;
    font-weight: normal;
}

#ft .inner .ri a {
    color: #4b4b4d;
    text-decoration: none;
}

#pagetop {
    display: none;
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: fixed;
    right: 0px;
    bottom: 380px;
    z-index: 2000;
    background-color: #50baa8;
    border-radius: 3px 0px 0px 3px;
    transition: .2s cubic-bezier(0.44, 0.18, 0.49, 0.99);
}

#pagetop:before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url(../img/pagetop.png);
    background-position: center;
    background-size: 31px auto;
    background-repeat: no-repeat
}

#pagetop:hover {
    background-color: #62c1b1;
}

.pc_view .pc {
    display: block !impoartant;
}

.pc_view .sp {
    display: none !impoartant;
}

@media screen and (max-width:1100px) {
    #hd .inner #gnav {
        display: block;
        padding-bottom: 50px;
    }
    #hd .inner #gnav .gnav {
        position: absolute;
        left: calc(50% - 290px);
        bottom: 10px;
        width: 580px;
        padding: 0px;
        margin: 0px;
    }
    #hd .inner #gnav .gnav {
        display: flex;
        background-image: url(../img/2x/nikukyu@2x.png);
        background-size: 12px auto;
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 10px;
        margin-right: 35px;
    }
    #hd .inner #gnav .gnav li {
        background-image: url(../img/2x/nikukyu@2x.png);
        background-size: 14px auto;
        background-repeat: no-repeat;
        background-position: center left;
        padding: 0px 23px 0px 30px;
    }
    #hd .inner #gnav .gnav li:last-child {
        padding-right: 0px;
    }
    #hd .inner #gnav .gnav a {
        font-size: 20px;
        font-weight: 700;
        text-decoration: none;
        color: #000;
    }
}

@media screen and (max-width:740px) {
    .sp {
        display: block !impoartant;
    }
    .pc {
        display: none !impoartant;
    }
    #hd {
        padding-bottom: 35px;
        min-width: inherit;
    }
    #hd .inner {
        padding: 6px;
        display: flex;
        justify-content: space-between;
        height: 55px;
        box-sizing: border-box;
    }
    #hd .logo {
        position: relative;
        left: 0px;
        top: -2px;
    }
    #hd .logo,
    #hd .logo a {
        display: block;
        width: 45px;
        height: 45px;
    }
    #hd .logo a p {
        display: block;
        width: 45px;
        height: 45px;
    }
    #hd .logo a p:before {
        display: block;
        width: 45px;
        height: 45px;
        background-repeat: no-repeat;
    }
    #hd .inner #gnav {
        display: block;
        padding-bottom: 0px;
    }
    #hd .inner #gnav .gnav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0px;
        width: auto;
        padding: 0px;
        margin: 0px;
    }
    #hd .inner #gnav .gnav {
        display: flex;
        background-image: url(../img/2x/nikukyu@2x.png);
        background-size: 8px auto;
        background-repeat: no-repeat;
        background-position: center right 0px;
        padding-right: 14px;
        margin-right: 0px;
        justify-content: center;
    }
    #hd .inner #gnav .gnav li {
        background-image: url(../img/2x/nikukyu@2x.png);
        background-size: 7px auto;
        background-repeat: no-repeat;
        background-position: top 15px left;
        padding: 0px 8px 0px 11px;
    }
    #hd .inner #gnav .gnav li:last-child {
        padding-right: 0px;
    }
    #hd .inner #gnav .gnav a {
        font-size: 13px;
        font-weight: 700;
        text-decoration: none;
        color: #000;
    }
    .entryBtn {
        width: 140px;
        position: relative;
        top: 3px;
    }
    .entryBtn a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        line-height: 1.4em;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
        background-color: #0ba90b;
        padding: 10px 5px;
        text-align: center;
        border-radius: 100px;
        box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    }
    .label {
        font-size: 10px;
        line-height: 1em;
        padding: 2px 5px;
    }
    #ft {
        min-width: inherit;
    }
    #ft .inner {
        padding-top: 10px;
        padding-bottom: 10px;
        min-width: inherit;
    }
    #ft p {
        font-size: 10px;
    }
}