@charset "UTF-8";
/* HEAD_VAR - ロゴ
----------------------------------------------- */
.ui-common header.head_var {
    position: relative;
    height: 120px;
    z-index: 101;
}
.head_var {
    position: relative;
    line-height: 1.5;
    color: #333;
    font-family: Roboto,"Helvetica Neue",Arial,"Century Gothic","Hiragino Sans","Hiragino Kaku Gothic ProN","BIZ UDPGothic",Meiryo,sans-serif;
    font-size: 16px;
}
.head_var *,
.head_var *::before,
.head_var *::after {
    box-sizing: border-box;
}
.head_var em {
    font-weight: bold;
}
.head_var a {
    text-decoration: none;
}
.head_consul_blk {
    background: #FFF;
}
.head_consul_blk .heading_box {
    position: initial;
    display: flex;
    align-items: center;
    gap: 12px;
}
/* 保険市場ロゴ */
.ui-common .head_consul_blk .heading_box .hokende-logo {
    margin-right: 0;
}
/* 30th */
.head_consul_blk .ico_anniversary_blk {
    display: flex;
    align-items: center;
    gap: 6px;
    text-align: left;
}
.head_consul_blk .ico_anniversary_blk img {
    max-width: 32px;
}
.head_consul_blk .ico_anniversary_blk span {
    font-size: 10px;
    text-decoration: underline;
    line-height: 1.3;
}
/* 76万件 */
.head_consul_blk .hc_achieve {
    display: inline-block;
    line-height: 1.2;
    font-size: 10px;
}
.head_consul_blk .hc_achieve > span {
    display: block;
    font-size: 10px;
    text-align: left;
}

/* HEAD_CONSUL_NAV - ナビ
----------------------------------------------- */
.head_consul_nav .hcn_list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-bottom: 1px solid #D1D1D1;
}
.head_consul_nav .hcn_btn {
    position: relative;
    display: block;
    line-height: 1.2;
    padding: 32px 0 8px;
    font-size: 11px;
    text-align: center;
}
.head_consul_nav .hcn_btn::before {
    position: absolute;
    left: 50%;
    top: 4px;
    display: block;
    font-family: "icomoon";
    font-weight: normal;
    font-size: 24px;
    transform: translateX(-50%);
}
.head_consul_nav li:nth-of-type(1) .hcn_btn::before {
    content: "\e93d";
}
.head_consul_nav li:nth-of-type(2) .hcn_btn::before {
    content: "\e947";
}
.head_consul_nav li:nth-of-type(3) .hcn_btn::before {
    content: "\e94a";
}
.head_consul_nav li:nth-of-type(4) .hcn_btn::before {
    content: "\e94e";
}
.head_consul_nav li:nth-of-type(5) .hcn_btn::before {
    content: "\e941";
}
/* OPEN */
.head_consul_nav .hcn_btn.open,
.head_consul_nav .hcn_btn.open::before {
    color: #18BE7E;
}
.head_consul_nav .hcn_list:has(.open) .hcn_btn:not(.open)::before {
    color: #999;
}
.head_consul_nav .hcn_menu {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    width: 100%;
    max-height: calc(66vh - 20px);
    padding: 8px 20px 0;
    border-radius: 0 0 24px 24px;
    background: #FFF;
    overflow-y: auto;
}
.head_consul_nav .hcn_menu.show {
    display: block;
}
.head_consul_nav .hcn_menu li span {
    font-size: 12px;
}
.head_consul_nav .hcn_patt1 .hcn_menulist a {
    position: relative;
    display: block;
    padding: 16px 16px 16px 40px;
    border-bottom: 1px dashed #D1D1D1;
}
.head_consul_nav .hcn_patt2 .hcn_menulist li:nth-of-type(1) a {
    background-image: url(images/online1.webp);
}
.head_consul_nav .hcn_patt2 .hcn_menulist li:nth-of-type(2) a {
    background-image: url(images/online2.webp);
}
.head_consul_nav .hcn_patt2 .hcn_menulist li:nth-of-type(3) a {
    background-image: url(images/online3.webp);
}
.head_consul_nav .hcn_patt2 .hcn_menulist li:nth-of-type(4) a {
    background-image: url(images/online4.webp);
}
.head_consul_nav .hcn_menulist .hcn_shop a {
    border-bottom: none;
    background-image: url(images/shop1.webp);
}
.head_consul_nav .hcn_patt1 .hcn_menulist a::before {
    position: absolute;
    left: 8px;
    top: 50%;
    display: block;
    color: #18BE7E;
    font-family: "icomoon";
    font-weight: normal;
    font-size: 24px;
    transform: translateY(-50%);
}
.head_consul_nav .hcn_menulist .hcn_shop a::before {
    content: none;
}
.head_consul_nav .hcn_menulist .hcn_flow a::before {
    content: "\e93f";
}
.head_consul_nav .hcn_menulist .hcn_faq a::before {
    content: "\e949";
}
.head_consul_nav .hcn_menulist .hcn_voice a::before {
    content: "\e943";
}
.head_consul_nav .hcn_menulist .hcn_area a::before {
    content: "\e93b";
}
.head_consul_nav .hcn_menulist .hcn_line a::before {
    content: "\e94c";
}
.head_consul_nav .hcn_menulist .hcn_current a::before {
    content: "\e945";
}
.head_consul_nav .hcn_menulist .hcn_rank a::before {
    content: "\e91f";
}
/* FLAME */
.head_consul_nav .hcn_menulist .frame a {
    position: relative;
    display: block;
    margin-top: 16px;
    padding: 12px 28px 12px 72px;
    border-radius: 16px;
    background-position: 10px 50%;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-size: 48px auto;
    font-size: 14px;
}
.head_consul_nav .hcn_menulist .frame a::after {
    content: "\e933";
    position: absolute;
    right: 6px;
    top: 50%;
    font-family: "icomoon";
    font-size: 24px;
    transform: translateY(-50%);
}
.head_consul_nav .hcn_menulist .frame a .hcn_ttl {
    font-size: 16px;
}
.head_consul_nav .hcn_close {
    margin: 24px auto;
    text-align: center;
}
.head_consul_nav .hcn_close button {
    border: none;
    background: none;
    outline: none;
    font-size: 14px;
}
.head_var_overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    line-height: 1.2;
    background: rgba(45, 45, 45, 0.5);
    z-index: 100;
}

@media screen and (min-width: 768px) {
    /* HOVER
    ----------------------------------------------- */
    .head_consul_nav .hcn_btn,
    .head_consul_nav .hcn_list:has(.open) .hcn_btn:not(.open)::before,
    .head_consul_nav .hcn_patt1 .hcn_menulist a,
    .head_consul_nav .hcn_menulist li.frame a,
    .head_consul_nav .hcn_close button {
        transition: all 0.3s ease;
    }
    .head_consul_nav .hcn_btn:hover,
    .head_consul_nav .hcn_list:has(.open) .hcn_btn:not(.open):hover::before,
    .head_consul_nav .hcn_menulist li:not(.frame) a:hover,
    .head_consul_nav .hcn_close button:hover {
        color: #18BE7E;
        cursor: pointer;
    }
    .head_consul_nav .hcn_menulist li.frame a:hover {
        opacity: .8;
    }

    /* HEAD_VAR - ロゴ
    ----------------------------------------------- */
    .ui-common header.head_var {
        height: initial;
        margin-bottom: 0;
        background: #FFF;
    }
    .head_consul_blk {
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .head_consul_blk .heading_box {
        gap: 14px;
    }
    /* 30th */
    .head_consul_blk .ico_anniversary_blk img {
        max-width: 46px;
    }
    .head_consul_blk .ico_anniversary_blk span {
        font-size: 12px;
    }    
    .head_consul_blk .hc_achieve {
        line-height: 1.3;
        font-size: min(1.6vw, 14px);
    }
    .head_consul_blk .hc_achieve .hcl_total {
        font-size: 16px;
    }
    .head_consul_blk .hc_achieve > span {
        font-size: 12px;
    }

    /* HEAD_CONSUL_NAV - ナビ
    ----------------------------------------------- */
    .head_consul_nav {
        width: 80%;
        margin-right: 10px;
    }
    .head_consul_nav .hcn_list {
        justify-content: space-between;
        border-bottom: none;
    }
    .head_consul_nav .hcn_menu {
        left: 50%;
        max-width: 1040px;
        margin: auto;
        padding: 40px 80px 0;
        transform: translateX(-50%);
    }
    .hcn_menulist {
        display: flex;
        column-gap: 50px;
        flex-wrap: wrap;
    }
    .hcn_menulist li{
        width: calc((100% - 50px) / 2);
    }
    .hcn_menulist li.hcn_shop{
        width: 100%;
    }
    .head_consul_nav .hcn_close {
        margin-top: 32px;
    }
}
