@charset "UTF-8"; /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PC右上固定
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width: 751px) {
    .logged-in .sticky_btn {
        top: 6.5rem;
    }

    .sticky_btn {
        position: fixed;
        top: 2rem;
        right: 3rem;
        z-index: 1000;
    }

    .sticky_btn p.search {
        height: 100%;
    }

    .sticky_btn p.search a {
        color: #fff;
        display: block;
        height: 18.8rem;
        width: 18.8rem;
        border-radius: 100%;
        position: relative;
        background: #f1b604;
        padding-top: 1rem;
    }

    .sticky_btn p.search a::after {
        position: absolute;
        content: "";
        width: 3rem;
        height: 3rem;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: url(../images/common/arrow_gold.svg) no-repeat 50% / .8rem 1.4rem #fff;
        bottom: 3rem;
        left: 50%;
        transform: translateX(-50%);
        border: .2rem solid #fff;
    }

    .sticky_btn p.search a:hover::after {
        background-image: url(../images/common/arrow_white.svg);
        background-color: var(--theme_m_color);
    }

    
    .sticky_btn p.search a .deco {
        width: 17.8rem;
        margin: 0 auto;
        display: block;
    }

    .sticky_btn p.search a .ja {
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center;
        display: block;
        line-height: 1.25;
        margin-top: -1rem;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header {
    position: relative;
    z-index: 200;
    padding: 2rem 24rem 3rem 4rem;
    min-height: 10rem;
    display: flex;
    align-items: center;
}

header > * {
    width: 100%;
}

.h_inner {
    justify-content: space-between;
    align-items: center;
}

.h_inner .logo {
    line-height: 1;
    margin: 0;
    width: var(--main_logo);
    font-size: 2em;
}

.h_inner .logo a {
    display: inline-block;
    line-height: 1;
    width: 100%;
}

.h_inner .logo a img {
    width: 100%;
}

header ul.nav_menu {
    display: flex;
    align-items: center;
}

header ul > li > a {
    letter-spacing: .06em;
    font-weight: bold;
}

header ul li.menu-item-has-children {
    position: relative;
}

header ul li:not(:last-child) {
    margin-right: 4rem;
}

header ul.nav_menu > li > a:hover {
    color: #00429b;
}

@media screen and (max-width: 1700px) {
    header ul > li > a{
        font-size: 2rem;
    }
}

/***********************************
// スマホ
***********************************/
@media (max-width: 750px) {
    header {
        padding: 0;
        min-height: 10rem;
    }

    header.contact_header {
        padding: 0;
        min-height: 10rem;
    }

    .h_inner {
        padding: 2.5rem 3rem;
    }

    .logged-in header .hamburger {
        top: calc(46px - -25px);
    }

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    pushy内
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    #pushy .p_inner {
        padding-left: 0;
        margin-left: -1rem;
    }

    #pushy ul {
        padding: 5rem 1.5rem;
    }

    #pushy ul.sp_nav_menu > li {
        padding-bottom: .5rem;
        margin: 0 0 1.5rem;
        border-bottom: 1px solid #707070;
    }

    #pushy ul li a {
        display: block;
    }

    #pushy.hambuger_inner02 {
        background: #00429b;
    }

    #pushy.hambuger_inner02 .bg {
        background: #00429b;
        height: 100%;
        padding: 0 4rem;
    }

    #pushy .h_nav_wrap {
        padding: 0 12rem 5rem 7rem;
    }

    #pushy ul.sp_nav_menu {
        margin-bottom: 4rem;
        padding: 0;
    }

    #pushy ul.sp_nav_menu > li {
        margin: 0 0 1.5rem;
        border: none;
        padding: 0;
    }

    #pushy ul.sp_nav_menu > li > a {
        position: relative;
        padding-right: 4rem;
        padding: 1.6rem 4rem 1.6rem 1rem;
        font-weight: bold;
        font-size: 4.2rem;
        color: #fff;
    }

    #pushy ul.sp_nav_menu li > a::after {
        position: absolute;
        transition: .2s ease-in;
    }

    #pushy ul.sp_nav_menu:not(.child) > li:not(.menu-item-has-children) > a::after {
        content: "";
        background: url(../images/common/btn_arrow_blue_sp.png) no-repeat 50% /1.2rem 1.8rem #fff;
        width: 5rem;
        height: 5rem;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        border-radius: 2em;
    }

    #pushy .box {
        margin: 14rem auto 0;
        position: relative;
        top: -3.5rem;
        width: 100%;
    }

    #pushy .box h2.main_ttl {
        width: 49rem;
        margin: 0 auto -6.5rem;
        z-index: 1;
        position: relative;
    }

    #pushy .box p.btn a {
        background: var(--theme_m_color);
        border-radius: 1.4rem;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: .1em;
        font-weight: bold;
        text-align: center;
        position: relative;
        line-height: 1.25;
        box-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.5);
        font-size: 4.4rem;
        height: 22rem;
    }

    #pushy .box p.btn a::after {
        position: absolute;
        content: "";
        background: url(../images/common/arrow_gold.svg) no-repeat 50% / 1rem 2rem #fff;
        width: 5.4rem;
        height: 5.4rem;
        border-radius: 100%;
        top: 50%;
        right: 3rem;
        transform: translateY(-50%);
    }

    #pushy .info_wrap {
        width: 100%;
        margin: 0 auto 6rem;
    }

    #pushy .info_wrap ul.items {
        gap: 2rem;
        width: auto;
        margin: 0 auto 4rem;
        padding: 0 0;
    }

    #pushy .info_wrap ul.items li {
        width: calc(50% - 1rem);
    }

    #pushy .info_wrap ul.items li a {
        border-radius: 1.4rem;
        font-weight: bold;
        color: #fff;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5.8rem;
        height: 11.6rem;
        border: 2px solid #fff;
        padding: 0 0 .4rem;
    }

    #pushy .info_wrap ul.items li a::before {
        content: "";
        background: no-repeat 50% / contain;
    }

    #pushy .info_wrap ul.items li.contact a {
        font-size: 3.2rem;
    }

    #pushy .info_wrap ul.items li.contact a::before {
        background-image: url(../images/common/mail_white.png);
        width: 3.5rem;
        height: 4.3rem;
        margin-right: 2rem;
    }

    #pushy .info_wrap ul.items li.tel a {
        font-size: 3.4rem;
    }

    #pushy .info_wrap ul.items li.tel a::before {
        background-image: url(../images/common/tel_white.png);
        width: 3.7rem;
        height: 3.7rem;
        margin-right: 1rem;
    }

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    ハンバーガー (スマホ)
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    .hamburger {
        top: 0;
        position: fixed;
        right: 8rem;
        width: 6rem;
        height: 4rem;
        margin-left: auto;
    }

    .hamburger .c_h {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 0;
        height: .4rem;
        background: var(--main_color);
        width: 100%;
        display: block;
        border-radius: 4rem;
    }

    .hamburger.active .c_h {
        top: calc(50% - -.2rem);
        left: 50%;
    }

    .ham1 {
        top: 0;
    }

    .hamburger.active .ham1 {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .ham2 {
        top: 50%;
        display: none !important;
    }

    .hamburger.active .ham2 {
        opacity: 0;
    }

    .ham3 {
        top: 100%;
    }

    .hamburger.active .ham3 {
        transform: translate(-50% , -50%) rotate(45deg);
    }

    .hambuger_inner02 {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        z-index: 9999;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden;
        opacity: 0;
        overflow-y: auto;
        height: 100%;
        width: 100%;
        background: #fff;
    }

    .hambuger_inner02.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .hambuger_inner02 .bg ul.items {
        padding-top: 100px;
        width: 100%;
        padding-right: 20px;
    }

    .hambuger_inner02 .bg ul.items li a {
        color: var(--main_color);
        text-decoration: none;
        padding: 15px;
        display: block;
    }

    .hambuger_inner02 .bg ul.items li:not(:last-child) a {
        border-bottom: 1px solid #999999;
    }

    .active02 {
        display: block !important;
    }

    /* 背景色ありver */
    .logged-in header .hamburger.ham02 {
        top: 46px;
    }

    .hamburger.ham02 {
        /*top: 1.5rem !important;*/
        right: 0;
        width: 11.4rem;
        height: 11.4rem;
        background: #00429b;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        padding-bottom: .5rem;
    }

    .hamburger.ham02 .ham_bg {
        position: relative;
        width: 4rem;
        height: 1.8rem;
    }

    .hamburger.ham02 .c_h {
        background: #fff;
    }
}
