/* ********** */
/* ヘッダー開始 */
/*
    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: 4.4444rem;
    background: rgba(255, 255, 255, .9);
    z-index:10;
}
.header_body_01 {
    position:relative;
    height: 4.444rem;
    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: .851rem;
    left: 1.851rem;
}
.header_logo_brand_01 img{
    height: 2.7407rem;
}
.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: .5555rem;
    right:1.851rem;
    background: linear-gradient(to right , #EC008C , #FC6767);
    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: .148rem;
    background: #FFF;
    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: #FFF;
}
.header_nav_bar.active .nav_bar__item {
    background: linear-gradient(to right , #EC008C , #FC6767);
}
.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(0,0,0,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_links_outer {
    padding-bottom: 5.555rem;
}

.header_page_links {}
.header_page_links:last-child .header_page_links_top:not(.active) {
    margin-bottom: 0;
}
.header_page_links_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.592rem;
}
.header_page_links_top.active {
    margin-bottom: 1.111rem;
}
.header_page_links_top_text {
    font-family: "lineseedJP",sans-serif;
    font-weight: 700;
    color: #FFF;
    font-size: 1.1666rem;
}
.header_open {
    position: relative;
    margin-right: 1.111rem;
}
.header_open span {
    position:absolute;
    top: .4814rem;
    right: 0;
    background: linear-gradient(to right , #EC008C , #FC6767);
    width: .8888rem;
    height: .1666rem;
    transition: all .5s;
}
.header_open span:last-child {
    transform: rotate(90deg);
}
.header_open.active span:last-child {
    transform: rotate(0);
}
.header_page_links_list {
    display: none;
    list-style-type: none;
    padding-left: 2.851rem;
    margin-top: 0;
    margin-bottom: 2.592rem;
}
.header_page_links_list.active {
    display: block;
}
.header_page_links:last-child .header_page_links_list {
    margin-bottom: 0;
}
.header_page_links_list li {
    margin-bottom: 1.111rem;
}
.header_page_links_list li a {
    font-family: "lineseedJP",sans-serif;
    color: #FFF;
    font-size: .8888rem;
}
.header_page_links_list li:last-child {
    margin-bottom: 0;
}
.header_right_arrow {
    padding-left: 1.111rem;
    padding-right: .814rem;
    height: 1rem;
}

.header_contact {
    background-color: #000;
    padding-top: 3.703rem;
    padding-left: 1.851rem;
    padding-right: 1.851rem;
    padding-bottom: 3.703rem;
}
.header_contact_desc {
    color: #FFF;
    font-size: 1.111rem;
    line-height: 1.6666rem;
    font-weight: 400;
    text-align: center;
    padding-top: 2.777rem;
    margin-bottom: 1.851rem;
}
.header_contact_link_list {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.4814rem;
}
.header_contact_link_list_item {
    position: relative;
    display: flex;
    width: 100%;
    background: linear-gradient(to right , #EC008C , #FC6767);
    padding-top: .851rem;
    padding-bottom: .851rem;
    border-radius: 0.5555rem;
    margin-bottom: 1.111rem;
}
.header_contact_link_list_item:last-child {margin-bottom: 0;}
.header_contact_link_list_item a {
    position: absolute;
    inset: 0;
}
.header_contact_link_icon_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1.111rem;
    border: 3px solid #FFF;
    border-radius: 50%;
    width: 2.9629rem;
    height: 2.9629rem;
}
.header_contact_link_icon1 {
    height: 1.6666rem;
}
.header_contact_link_icon2 {
    width: 1.4814rem;
}
.header_contact_link_icon3 {
    width: 1.4814rem;
}
.header_contact_link_text_wrap {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}
.header_contact_link_text {
    color: #FFF;
}
.header_contact_link_text.header_contact_link_text1 {
    font-size: 1.4814rem;
    font-weight: 700;
}
.header_contact_link_text.header_contact_link_text2 {
    font-family: "din2014";
    font-size: 2.4444rem;
    line-height: .75em;
}
.header_contact_link_text.header_contact_link_text2 span {
    display: block;
    color: inherit;
    font-size: 0.74rem;
    line-height: 1em;
    font-weight: 700;
    padding-top: 0.74rem;
}
.header_contact_link_text.header_contact_link_text3 {
    font-size: 1.6666rem;
    font-weight: 700;
}





.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_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: "lineseedJP",sans-serif;
    display: block;
    font-weight:400;
    color:#FFF;
    font-size: .88888rem;
    margin-bottom: 1.4814rem;
}

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

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


    */

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

    .header_margin {
        height: 3.888rem;
    }
    .header_01 {
        background: rgba(255, 255, 255, .7);
        height: 3.888rem;
    }
    .header_body_01 {
        height: 3.888rem;
    }
    .header_logo_brand_01 a{
        z-index: 2;
        top: .851rem;
        left: 1.851rem;
    }
    .header_logo_brand_01 img{
        height: 2.7407rem;
    }

    .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: start;
        top: .5555rem;
        right: 3.888rem;
    }
    .header_nav_pc .round_btn__01 {
        text-align: center;
        background:#BA8748;
        margin-left:3.68vw;
    }
    .round_btn__03_wrapper {
        position: relative;
        margin-left: 2.777rem;
    }
    .header_nav_pc .round_btn__03 {
        text-align: center;
        height: 2.777rem;
        width: 8.8888rem;
        border-radius: 1.3888rem;
        font-size: 1rem;
        line-height: 2.777rem;
        font-weight: 700;
        background: linear-gradient(to right , #EC008C , #FC6767);
        color: #FFF;
        transition: all .2s linear;
        margin: auto;
        overflow: hidden;
        box-sizing: border-box;
    }
    .round_btn__04 {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        text-align: center;
        height: 2.777rem;
        width: 8.8888rem;
        border-radius: 1.3888rem;
        transition: all .2s linear;
        margin: auto;
        overflow: hidden;
        box-sizing: border-box;
        background: linear-gradient(to right , #EC008C , #FC6767);
    }
    .round_btn__04_font {
        position: absolute;
        inset: 1px;
        border-radius: 1.3888rem;
        background: transparent;
        transition: all .2s linear;
    }
    .round_btn__04 p {
        color: #FFF;
        font-size: 1rem;
        line-height: 2.777rem;
        font-weight: 700;
        transition: all .2s linear;
    }
    .round_btn__04:hover .round_btn__04_font {
        background: #FFF;
    }
    .round_btn__04:hover p {
        background: linear-gradient(to right , #EC008C , #FC6767);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .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-weight: 700;
        font-size: .8888rem;
        color:#000;
        text-decoration: none;
        padding-top: .95166rem;
        padding-left: 0.2777rem;
        padding-right: 0.27777rem;
        padding-bottom: 4.1666rem;
        padding-bottom: 3.05666rem;
        margin-right: 2.5rem;
        transition: all .2s linear;
    }
    .header_nav_links__01_popup_text_wrap {
        width: fit-content;
        background: #000;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: all .2s linear;
    }
    .header_nav_links__01_popup_text {

    }
    /* .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( .95166rem + (.8888rem /2));
        left: auto;
        right: 0;
    }
    .header_nav_links__01_popup .header_menu_list_parent_anchor_open_icon span {
        position:absolute;
        background: linear-gradient(to right , #EC008C , #FC6767);
        display:block;
        height:2px;
        width:0.66666rem;
        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);
    }
    .header_nav_links__01_list_item {
        position: relative;
    }
    .nav_popup {
        opacity: 0;
        position: absolute;
        top: 4.444rem;
        left: -1.666rem;
        z-index: 2;
        background-color: #FFF;
        transition: all .2s linear;
        pointer-events: none;
        margin-top: 0;
        /* -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_popup.active .header_nav_links__01_popup_text_wrap ,
    .header_nav_links__01 ul li:hover .header_nav_links__01_popup_text_wrap 
    {
        background: linear-gradient(to right, #EC008C, #FC6767);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .header_nav_links__01 ul li:hover .nav_popup , .round_btn__03_wrapper:hover .nav_popup {
        display: block;
        pointer-events:all;
        opacity: 1;
    }
    .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_innerlinks {
        display: flex;
        flex-direction: column;
        list-style-type: none;
        min-width: 13.3333rem;
        padding: 0;
        margin: 0;
    }
    .nav_popup_innerlinks li {
        font-family: "lineseedJP",sans-serif;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: .8888rem;
        font-weight: 400;
        color: #000;
        height: 3.6111rem;
        cursor: pointer;
        padding-left: .5555rem;
        padding-right: .5555rem;
        transition: all .3s linear;
        cursor: pointer;
    }
    .nav_popup_innerlinks li:hover {
        background: #000;
        color: #FFF;
    }
    .nav_popup_innerlinks li a {
        cursor: pointer;
    }
    .nav_popup_innerlinks a {
        position: absolute;
        inset: 0;
    }
    .header_right_arrow2 {
        height: .5555rem;
        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;
    }


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

}
@media (min-width: 1600px) {
    .subpage_top {
        background-size: cover!important;
    }


}