/* ********** */
/* ヘッダー開始 */
/*
    500 medium
    700 bold
    900 black

*/


.header_margin {
    position:relative;
    display:block;
    height:16vw;
}
.header_01 {
    position:fixed;
    top:0;
    left:0;
    width :100vw;
    height: 16vw;
    /* background:#FFF; */
    z-index:10;
}
.header_body_01 {
    position:relative;
    height:5.555rem;
    width:auto;
    transition: all .2s linear;
}
.header_body_01.gray_cover {
    background-color: rgba(0,0,0,0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.header_overlay.active ~ .header_body_01.gray_cover {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.header_logo_brand_01_white {
    display:none;
}
.header_logo_brand_01 {
    z-index: 12;
}
.header_logo_brand_01 a{
    position:absolute;
    z-index: 12;
    top:1.351rem;
    left:1.851rem;
}
.header_logo_brand_01 img{
    height:10.67vw;
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0,0,0,.4));
    filter: drop-shadow(3px 3px 2px rgba(0,0,0,.4));
}
.header_logo_img02 {display:none;}
.header_logo_img01.active {display:none;}
.header_logo_img02.active {display:block;}

.header_nav_pc {
    display:none;
}
.header_nav_bar {
    position:fixed;
    z-index: 12;
    top:1.111rem;
    right:1.851rem;
    background-color: #FFF;
    width: 3.333rem;
    height: 3.333rem;
    border-radius: 50%;
    transition: all .5s;
    box-shadow: 3px 3px 2px rgba(0,0,0,.4);
}
.nav_bar__item {
    position:absolute;
    top:0;
    right:1.222rem;
    display:block;
    width:.8888rem;
    height:0.111rem;
    background: #f00019;
    transition: all .5s;
}
.nav_bar__item:nth-child(1) {
    top:1.3726rem;
}
.nav_bar__item:nth-child(2) {
    display:none;
    top:1.73vw;
}
.nav_bar__item:nth-child(3) {
    top:1.8148rem;
    /* margin-top:1.73vw; */
}
.header_nav_bar.active {background-color: #f00019;}
.header_nav_bar.active .nav_bar__item {
    background:#FFF;
}
.header_nav_bar.active .nav_bar__item:nth-child(1) {
    transform:rotate(45deg);
    top:1.5926rem;
}
.header_nav_bar.active .nav_bar__item:nth-child(2) {
    opacity: 0;
}
.header_nav_bar.active .nav_bar__item:nth-child(3) {
    transform:rotate(-45deg);
    top:1.5926rem;
}

.header_overlay {
    /* display:none; */
    opacity: 0;
    pointer-events: none;
    z-index:11;
    position:fixed;
    background: rgba(255,255,255,1);
    width:100vw;
    height:100dvh;
    height: -webkit-fill-available;
    transition:all .5s ease-in-out;
    overflow-y: scroll;
}
.header_overlay.active {opacity: 1; pointer-events: all;}
.header_menu_01 {
    position: relative;
    display: block;
    margin-top: 7.407rem;
    padding-left:6.67vw;
    padding-right:6.67vw;
}
.header_menu_02 {display: none;}
.header_menu_01_title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:700;
    color:#C00D23;
    text-align: left;
    font-size: 9.33vw;
    line-height:1em;
    margin-bottom: 9.33vw;
}
.header_menu_btn_link_01 {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:500;
    background: #C00D23;
    border-radius: 1.33vw;
    color:#FFF;
    line-height:12vw;
    text-align: center;
    font-size: 5.33vw;
    text-decoration: none;
    letter-spacing: .667vw;
}
.header_menu_btn_link_01 i {
    font-size: 6.33vw;
    margin-right: 6vw;
}
.header_menu_list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom:2.592rem;
}
.header_menu_list li a {
    font-family: 'Noto Sans JP', sans-serif;
    text-decoration: none;
}
.header_menu_list li a span {
    font-family: inherit;
}
.header_menu_list li a span.staffing_mini {
    font-size: .56rem;
}
.header_menu_list_parent {
}
.header_menu_list_parent_anchor {
    position:relative;
    display:flex;
    text-decoration: none;
}
.header_menu_list_parent_anchor_red{
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:900;
    height:3.703rem;
    color:#f00019;
    font-size: 1.333rem;
    line-height:3.703rem;
    padding-left: .351rem;
    width:8.6851rem;
}
.header_menu_list_parent_anchor_black {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:500;
    height:3.703rem;
    color:#000;
    font-size: 0.962rem;
    line-height:3.703rem;
}
.header_menu_list_parent_anchor_open_icon {
    display:block;
    position:absolute;
    top:50%;
    left:calc(100% - 20px);
}
.header_menu_list_parent_anchor_open_icon span {
    position:absolute;
    background-color: #f00019;
    display:block;
    width:20px;
    height:4px;
    transition:all .3s linear;
}
.header_menu_list_parent_anchor_open_icon span:last-child {
    transform: rotate(90deg);
}
.header_menu_list_parent.active .header_menu_list_parent_anchor_open_icon span:last-child {
    transform: rotate(0);
}
.header_menu_list .header_menu_list_child {
    height:2.592rem;
    margin-bottom:0;
}
.header_menu_list_inner {
    /* display:none; */
    list-style-type: none;
    padding-left: 0;
    margin-bottom: .5555rem;
    transition:all .3s ease-in-out;
    height: 0;
    overflow: hidden;
}
.header_menu_list_parent.active .header_menu_list_inner {
    /* display: block; */
    height: auto;
}
.header_menu_list_block_link {
    display:flex;
    width:100%;
}
.header_menu_list_block_link a {
    display:flex;
    justify-content: center;
    width:50%;
    height:3.703rem;
    text-align: center;
    align-items: center;
    border :.1111rem solid #f00019;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:500;
    font-size:.81888rem;
}
.header_menu_list_block_link a:first-child {
    background-color: #f00019;
    color:#FFF;
}
.header_menu_list_block_link a:last-child {
    background-color: #FFF;
    color:#f00019;
}
.header_menu_list_child > a {
    display:flex;
    height:2.592rem;
    align-items: center;
}
.header_menu_list_child > a span {
    width:50%;
    flex:1;
    font-size:0.962rem;
    padding-left:.2777rem;
    font-weight: 500;
}

.header_menu_list_child > a span.mini {
    font-size: 0.74rem;
    line-height: 1rem;
    margin-top: -.13rem;
}
.header_menu_list_child > a span:first-child {
    font-weight: 700;
    font-size:0.962rem;
}
.open_symbol {
    width: .925rem;
    height: .925rem;
    margin-right: .925rem;
}

.header_menu_sns_list {
    display:flex;
    list-style-type: none;
    margin-top:0;
    margin-bottom:2.592rem;
    padding-left:0;
}
.header_menu_sns_list li {
    margin-right:1.851rem;
}
.header_menu_sns_list img {
    width:2.962rem;
    height:2.962rem;
}
.header_link_policy {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:400;
    color:#000;
    text-decoration: none;
    font-size: 1.037rem;
    border-bottom: 1px solid;
}
.header_link_policy i.fa {
    margin-left:0.37rem;
}

/* ヘッダー終了 */
/* ********** */

@media (min-width: 768px) {
    /* 
    ** メモ
    1900px想定
    24px = 3.2vw
    50px = 6.67vw
    100px = 12vw
    150px = 18vw
    100px = 5.26vw


    */

    /* ********** */
    /* ヘッダー開始 */

    .header_margin {
        height:6.25vw;
    }
    .header_01 {
        height: 6.25vw;
    }
    .header_body_01 {
        height:6.944rem;
    }
    .header_logo_brand_01 a{
        z-index: 2;
        top: 1.6666rem;
        left: 2.7777rem;
    }
    .header_logo_brand_01 img{
        height:3.3333rem;
    }

    .header_nav_bar {
        /* display: none; */
        cursor: pointer;
        top: 1.111rem;
        right: 2.777rem;
        height: 4.166rem;
        width: 4.166rem;
    }
    .nav_bar__item {
        top:0;
        right:1.527rem;
        width:1.1111rem;
        height:0.111rem;
    }
    .nav_bar__item:nth-child(1) {
        top:1.7222rem;
    }
    .nav_bar__item:nth-child(3) {
        top: 2.301rem;
        /* margin-top:1.73vw; */
    }
    .header_nav_bar.active .nav_bar__item:nth-child(1) {
        transform:rotate(45deg);
        top:2rem;
    }
    .header_nav_bar.active .nav_bar__item:nth-child(3) {
        transform:rotate(-45deg);
        top:2rem;
    }
    .header_nav_pc {
        display: flex;
        position:absolute;
        align-items: baseline;
        top:1.111rem;
        right:8.611rem;
    }
    .header_nav_pc .round_btn__01 {
        text-align: center;
        background:#BA8748;
        margin-left:3.68vw;
    }
    .header_nav_pc .round_btn__03 {
        text-align: center;
        height: 4.1666rem;
        width: 9.444rem;
        border-radius: 2.0333rem;
        font-size: 1rem;
        line-height: 4.1666rem;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        background-color: #FFF;
        color: #F00019;
        transition: all .2s linear;
        -webkit-filter: drop-shadow(3px 3px 2px rgba(0,0,0,.4));
        filter: drop-shadow(3px 3px 2px rgba(0,0,0,.4));
    }
    .header_nav_pc .round_btn__03:hover {
        background-color: #F00019;
        color: #FFF;
    }
    .header_nav_pc .round_btn__01 img{
        height:1.16vw;
        margin-right:0.89vw;
        vertical-align: middle;
        margin-bottom:.2vw;
    }
    .header_nav_links__01 {display: flex;}
    .header_nav_links__01 ul {
        list-style-type: none;
        display: flex;
        padding-left:0;
        margin:0;
    }
    .header_nav_links__01_popup {
        display: block;
        position: relative;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        font-size:1rem;
        color:#FFFFFF;
        text-decoration: none;
        padding-top: 1.58333rem;
        padding-left: 0.2777rem;
        padding-right: 0.7777rem;
        padding-bottom: 4.1666rem;
        padding-bottom: 3.05666rem;
        margin-right: 2.5rem;
        transition: all .2s linear;
    }
    .header_nav_links__01_popup.active {
        color: #F00019!important;
    }
    .header_nav_links__01_popup.color_black {
        color: #3C3C3C;
    }
    /* .header_nav_links__01_popup:after {
        content: "";
        display: block;
        margin-top: .2vw;
        width: 100%;
        height: 1px;
        background-color: #000;
        transform: scaleX(0);
        transition: transform .5s cubic-bezier(.25,.58,.44,.98);
        transform-origin: right;
    }
    .header_nav_links__01_popup:hover:after {
        transform-origin: left;
        transform: scaleX(1);
        transition: transform .3s cubic-bezier(.25,.58,.44,.98);
    } */
    .header_nav_links__01_popup .header_menu_list_parent_anchor_open_icon {
        top: calc(1.583rem + (1rem /2));
        left: auto;
        right: 0;
    }
    .header_nav_links__01_popup .header_menu_list_parent_anchor_open_icon span {
        position:absolute;
        background-color: #f00019;
        display:block;
        width:10px;
        height:2px;
        width:0.555rem;
        height:0.1111rem;
        transition:all .3s linear;
    }
    .header_nav_links__01_popup .header_menu_list_parent_anchor_open_icon span:last-child {
        transform: rotate(90deg);
    }
    .header_nav_links__01 ul li:hover .header_nav_links__01_popup .header_menu_list_parent_anchor_open_icon span:last-child {
        transform: rotate(0);
    }
    .nav_popup {
        opacity: 0;
        position: absolute;
        top: 4.1666rem;
        right: 5.555rem;
        z-index: 2;
        background-color: #FFF;
        padding: 2.777rem 3.888rem;
        border-radius: 1.666rem;
        transition: all .2s linear;
        pointer-events: none;
        margin-top: 1.5rem;
        -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .4));
        filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .4));
    }
    .header_nav_links__01 ul li:hover .header_nav_links__01_popup { color:#F00019;}
    .header_nav_links__01 ul li:hover .nav_popup , .round_btn__03_wrapper:hover .nav_popup {
        display: block;
        pointer-events:all;
        opacity: 1;
    }
    .nav_popup::before {
        content: "";
        position: absolute;
        bottom:100%;
        display: block;
        width: 0; /* 幅を0に設定 */
        height: 0; /* 高さを0に設定 */
        border: 0.9622rem solid transparent; /* 境界線を設定 */
        border-bottom-color: #FFF; /* 下部の境界線の色を設定 */
        transform: translateX(-50%); /* 水平方向に中央揃え */
    }
    .header_nav_links__01 li:nth-child(1) .nav_popup::before {
        left: 22.5rem;
    }
    .header_nav_links__01 li:nth-child(2) .nav_popup::before {
        left: 33.5rem;
    }
    .header_nav_links__01 li:nth-child(3) .nav_popup::before {
        left: 36.5rem;
    }
    .round_btn__03_wrapper .nav_popup {
        right: 0;
    }
    .round_btn__03_wrapper .nav_popup::before {
        right: 4.2411rem;
    }
    .nav_popup_container {
        display: flex;
    }
    .nav_popup_title_box {
        padding-right: 3.888rem;
    }
    .nav_popup_title_box_text {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 1.9444rem;
        font-weight: 900;
        line-height: 1em;
        color: #F00019;
    }
    .nav_popup_title_box_text_mini {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: .8888rem;
        font-weight: 700;
        line-height: 1em;
        color: #000;
    }
    .nav_popup_link_box {
        display: flex;
    }
    .nav_popup_link_box_item {
        padding-right: 2.777rem;
    }
    .nav_popup_link_box_item:last-child {
        padding-right: 0;
    }
    .nav_popup_link_box_item_image_wrapper {
        width: 12.222rem;
        max-height: 8.333rem;
        border-radius: 1rem;
        margin-bottom: .9311rem;
        overflow: hidden;
    }
    .nav_popup_link_box_item .nav_popup_link_box_item_image_wrapper::after {content: none;}
    .nav_popup_link_box_item .nav_popup_link_box_item_image_wrapper:hover img {
        transform: scale(1.2);
    }
    .nav_popup_link_box_item img {
        width: 12.222rem;
        border-radius: 1rem;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
        -webkit-transform-origin: right;
        transform-origin: right;
    }
    .nav_popup_link_box_item a {
        display: block;
        position: relative;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 0.8888rem;
        font-weight: 700;
        line-height: 1em;
        color: #000;
        text-decoration: none;
    }
    .nav_popup_link_box_item a span{
        display: block;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 0.6666rem;
        font-weight: 400;
        line-height: 1rem;
        padding-top: .5555rem;
        color: #000;
    }
    .nav_popup_link_box_item a::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right:0;
        width: 1.06416rem;
        height: 1.06416rem;
        background-image: url("../../img/common/menu_botann_black.svg");
    }
    .nav_popup_link_box_item a:hover::after {
        background-image: url("../../img/common/menu_contact_botann_red.svg");
    }
    .nav_popup_link_box_item a .mini_staffing {
        display: inline;
        font-weight: 700;
    }
    .round_btn__03_wrapper {
        position: relative;
        margin-left: 2.777rem;
    }
    .round_btn__03_wrapper::after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        width: 100%;
        height: 1.5rem;
    }

    .header_nav_links__01 ul >li:last-child a {
        padding-right:0;
    }
    .header_overlay {
        background-color: rgba(255,255,255,1);
    }
    
    .header_logo_img02.active {display:none;}
    .header_menu_01 {display: none;}
    .header_menu_02 {
        display: block;
        padding-left: 5.555rem;
        padding-right: 5.555rem;
        margin-top: 5.416rem;
    }
    .header_menu_02_container {
        display: flex;
        flex-direction: row;
    }
    .header_menu_02_container2 {
        display: flex;
        justify-content: right;
    }
    .header_menu_02_logo {
        display: block;
        width: 8.666rem;
        margin-bottom: 1.666rem;
    }
    .header_menu_02_message {
        display: block;
        width: 11.666rem;
        margin-bottom: 5.555rem;
    }
    .header_menu_sns_list {
        padding-left:0;
    }
    .header_menu_sns_list li {
        margin-right:1.666rem;
    }
    .header_menu_sns_list img {
        width:2.7777rem;
        height:2.7777rem;
    }
    .header_menu_02_box1 {
        width: 17.222rem;
    }
    .header_menu_02_box2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 37.111rem;
        max-height: 40rem;
    }
    .header_menu_02_policy {
        display: block;
        width: fit-content;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 1rem;
        line-height: 1em;
        color: #3C3C3C;
        font-weight: 400;
        text-decoration: none;
        border-bottom: .0555rem solid #3C3C3C;
        margin-bottom: 2.222rem;
    }
    .header_menu_02_policy i {
        font-size: 0.9em;
        margin-left: .555rem;
    }
    .header_menu_02_for_rec {
        text-decoration:none;
        margin-right: 1.666rem;
        margin-top: -1.777rem;
    }
    .header_menu_02_for_rec:last-child {
        margin-right: 0;
    }
    .header_menu_02 .contact_link_box {
        border-color: #f00019;
        background-color: #FFF;
        padding-left: 1.111rem;
        padding-right: 1.111rem;
        border-radius: 0.8738rem;
        transition: all .2s linear;
        margin-right: 0;
        min-height: 6.111rem;
    }
    .header_menu_02 .contact_link_box .contact_link_box_inner {
        position: relative;
        min-width: 14.444rem;
    }
    .header_menu_02 .contact_link_box .contact_link_box_inner::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 1.666rem;
        height: 1.666rem;
        border-radius: 50%;
        background-color: #FFF;
        background-image: url("../../img/common/menu_contact_botann_red.svg");
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .header_menu_02 .contact_link_box .contact_link_box_inner span {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 1rem;
        line-height: 1em;
        color: #F00019;
    }
    .header_menu_02 .contact_link_box .contact_link_box_inner span:first-child {
        font-weight: 700;
        font-size: 1.333rem;
        margin-bottom: 0.4444rem;
    }
    .header_menu_02 .contact_link_box .contact_link_box_inner span:last-child {
        font-weight: 400;
        font-size: 0.7777rem;
    }
    .header_menu_02 .contact_link_box img {
        width: 1.666rem;
        height: 1.666rem;
    }
    .header_menu_02_for_rec:hover .contact_link_box {
        background-color: #F00019;
    }
    .header_menu_02_for_rec:hover  .contact_link_box .contact_link_box_inner span {
        color: #FFF;
    }
    .header_menu_02_for_rec:hover .contact_link_box .contact_link_box_inner::after  {
        background-image: url("../../img/common/menu_botann_red.svg");
    }
    .header_menu_02_item {
        margin-bottom: 2.222rem;
        margin-bottom: 3.333rem;
    }
    .header_menu_02_item:nth-child(even) , .header_menu_02_item:nth-child(5) {
        margin-bottom: 0;
    }
    .header_menu_02_item_title {
        display: flex;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 2.777rem;
        font-weight: 900;
        line-height: 1em;
        color: #F00019;
        margin-bottom: 2.222rem;
        text-decoration: none;
    }
    .header_menu_02_item_title span {
        font-size: 1rem;
        font-weight: 700;
        color: #000;
        padding-left: 1rem;
    }
    .header_menu_02_item_list {
        list-style-type: none;
        padding: 0;
        margin-top: -1.111rem;
        margin-bottom: 0;
    }
    .header_menu_02_item_list a {
        display: flex;
        position: relative;
        align-items: center;
        text-decoration: none;
        min-width: 22.588rem;
        color: #000;
        padding-top: 1.111rem;
        padding-bottom: 1.111rem;
        padding-left: 2.111rem;
        min-height: 1.9425rem;
        font-family: 'Noto Sans JP', sans-serif;
    }
    .header_menu_02_item_list a span {font-family: inherit;}
    .header_menu_02_item_list a span:first-child::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 1.666rem;
        height: 1.666rem;
        border-radius: 50%;
        background-color: #FFF;
        background-image: url("../../img/common/menu_botann_red.svg");
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .header_menu_02_item_list a:hover span:first-child::before {
        background-image: url("../../img/common/menu_contact_botann_red.svg");
    }
    .header_menu_02_item_list a span:first-child {
        font-size: 1.111rem;
        font-weight: 700;
        line-height: 1em;
        min-width: 10.555rem;
    }
    .header_menu_02_item_list a span:last-child {
        font-size: .777rem;
        font-weight: 400;
        line-height: 1.25em;
    }
    .header_menu_02_item_list a span.staffing_mini {
        font-size: .5555rem;
        font-weight: 700;
    }


    /* ヘッダー終了 */
    /* ********** */

}