/* ********** */
/* ヘッダー開始 */
/*
    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_overlay {
    /* display:none; */
    opacity: 0;
    pointer-events: none;
    z-index:11;
    position:fixed;
    background: #465DAA;
    width:100vw;
    height:100vh;
    height:100dvh;
    height: -webkit-fill-available;
    transition:all .5s ease-in-out;
    overflow-y: scroll;
}
.header_overlay.active ~ .header_body_01.gray_cover {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.header_overlay.active {opacity: 1; pointer-events: all;}

.header_menu_01 {
    position: relative;
    display: block;
    padding-top: 9.5833rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.header_menu_02 {display: none;}
.header_body_01 {
    position:fixed;
    left: 1.25rem;
    top: 1.25rem;
    height: 4.1666rem;
    width: calc(100% - 2.5rem);
    transition: all .2s linear;
    background: #FFF;
    border-radius: 2.0833rem;
    box-shadow: .6rem .6rem 1.2rem -.2rem rgba(0, 0, 0, .4);
    z-index: 13;
}
.header_body_01.active {
  	background: #465DAA;
    box-shadow: none;
}
.header_logo_brand_01_white {
    display:none;
}
.header_logo_brand_01 {
    position: relative;
    z-index: 12;
}
.header_logo_brand_01 a {
    position:absolute;
    z-index: 12;
    top: 1.25rem;
    left: 1.25rem;
}
.header_logo_brand_01 h1 {
	font-size: .000001px;
	position: absolute;
	z-index: -99999;
	color: transparent;
	pointer-events: none;
}
.header_logo_brand_01 img {
    height: 1.7777rem;
}
.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:absolute;
    z-index: 12;
    top: 0;
    right: 0;
    width: 2.9166rem;
    height: 4.1666rem;
    transition: all .5s;
}
.nav_bar__item {
    position:absolute;
    top:0;
    left: 0;
    display:block;
    width: 1.25rem;
    height: 0.125rem;
    background: #323232;
    transition: all .5s;
}
.nav_bar__item:nth-child(1) {
    top: 1.5175rem;
}
.nav_bar__item:nth-child(2) {
    top: 2.02rem;
}
.nav_bar__item:nth-child(3) {
    top: 2.5rem;
}
.header_nav_bar.active {}
.header_nav_bar.active .nav_bar__item {
	background: #FFF;
}
.header_nav_bar.active .nav_bar__item:nth-child(1) {
    transform:rotate(45deg);
    top: 2.02rem;
}
.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: 2.02rem;
}
.header_menu_01_container {
}

/*  */
.header_page_links_outer {
    margin-bottom: 2.5rem;
}
.header_page_links {
    border-bottom: .08333rem solid #FFF;
}
.header_page_links_top {
    display: flex;
    justify-content: space-between;
}
.header_page_links_top.sp-none {
    display: none;
}
.header_page_links_top.pc-none {
    display: flex;
}
.header_page_links_top.active {
}
.header_page_links:first-child {
    border-top: .08333rem solid #FFF;
}
.header_page_links:last-child .header_page_links_top {
    margin-bottom: 0;
}
.header_page_links_top_text {
    flex-grow: 1;
    display: flex;
    align-items: center;
    position: relative;
    height: 5rem;
    font-size: 1rem;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: .05em;
    transition: all .2s linear;
    color: #FFF;
}
.header_page_links_top_text:hover {
    color: #465DAA;
}
.header_page_links_top_text span {
    min-width: 10rem;
    font-size: 1.6667rem;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -.025em;
}
.header_open {
    display: flex;
    position: relative;
    width: 1.8333rem;
    margin-right: 1.1667rem;
}
.header_open span {
    position:absolute;
    top: 50%;
    right: calc(50% - (1rem / 2));
    background: #FFF;
    width: 1rem;
    height: .1666rem;
    transform: translateY(-50%);
    transition: all .5s;
}
.header_open span:last-child {
    transform: translateY(-50%) rotate(90deg);
}
.header_open.active span:last-child {
    transform: translateY(-50%) rotate(0);
}
.header_page_links_list {
    display: none;
    position: relative;
    margin-top: 0;
    margin-bottom: 1.6666rem;
}
.header_page_links_list.active {
    display: block;
}
.header_page_links_list li {
    margin-bottom: 2rem;
}
.header_page_links_list li a {
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    transition: all .2s linear;
    color: #FFF;
}
.header_page_links_list li a::before {
	content: "▶︎ ";
}
.header_page_links_list li a:hover {
    color: #465DAA;
}
.header_page_links_list li:last-child {
    margin-bottom: 0;
}
.header_page_links_list li::before {
    position: relative;
    color: #465DAA;
    content: "▶︎";
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .05em;
    margin-right: .5rem;
}
.header_contact_link {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 100%;
    background: #FFF;
    color: #465DAA;
    font-size: 3.3333rem;
    letter-spacing: .05em;
    margin-bottom: 2.5rem;
    height: 6.6667rem;
    border-radius: 0.8333rem;
    padding-left: 1.6667rem;
    padding-right: 1.6667rem;
}
.header_contact_link_lg {
    font-family: "dincondensed", sans-serif;
    font-size: 3.3333rem;
    line-height: .75em;
    font-weight: 800;
    letter-spacing: -.01em;
    margin-right: 1.25rem;
}
.header_contact_link_xs {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .05em;
}
.header_contact_link::after {
    position: absolute;
    display: flex;
    content: "";
    right: 1.6666rem;
    width: 2.9167rem;
    height: 2.9167rem;
    border-radius: 50%;
    background: #465DAA;
    background-image: url(../../img/common/arrow_right_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.8750rem auto;
}
.header_sns_sp {
    padding: 0 1.25rem;
    margin-bottom: 3.3333rem;
}
.header_sns_list {
    display: flex;
    justify-content: space-between;
}
.header_sns_item {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 3.325rem;
    height: 3.325rem;
    border-radius: 50%;
    box-shadow: .3rem .3rem .6rem .1rem rgba(150, 150, 150, 0.4);
}
.header_sns_item img , .header_sns_item svg {
    height: 1.6634rem;
}
.header_sns_item:last-child img , .header_sns_item:last-child svg {
    height: 1.1641rem;
}
.header_policy_link {
}
.header_policy_link a {
    font-size: 1rem;
    line-height: 1em;
    font-weight: 400;
    color: #FFF;
}
/*  */
.header_body_01_pc_bottom {
    display: none;
}












.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 , .header_menu_sns_list svg {
    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) {
    /* ヘッダー開始 */

    .header_margin {
        height: unset;
    }
    .header_01 {
        height: unset;
    }
    .header_body_01 {
        position:fixed;
        left: 2.7777rem;
        top: 1.1111rem;
        min-height: 3.8888rem;
        height: unset;
        width: 100%;
        max-width: 83.3333rem;
        border-radius: 1.9444rem;
        box-shadow: .3rem .3rem .6rem .1rem rgba(150, 150, 150, .4);
    }
    .header_body_01.active {
	    	background: #FFF;
        box-shadow: .6rem .6rem 1.2rem -.2rem rgba(0, 0, 0, .4);
    }
    .header_logo_brand_01 a{
        z-index: 2;
        top: 1.055rem;
        left: 1.6111rem;
    }
    .header_logo_brand_01 img{
        height: 1.7777rem;
    }

    .header_nav_bar {
        /* display: none; */
        cursor: pointer;
        top: 1.4444rem;
        right: 2.2222rem;
        width: 1.1111rem;
        height: 1.1111rem;
    }
    .nav_bar__item {
        top: 0;
        right: 1.527rem;
        width: 1.1111rem;
        height: .1111rem;
    }
    .nav_bar__item:nth-child(1) {
        top: 0;
    }
    .nav_bar__item:nth-child(2) {
        top: .4444rem;
    }
    .nav_bar__item:nth-child(3) {
        top: .8888rem;
    }
    .header_nav_bar.active .nav_bar__item:nth-child(1) {
        transform:rotate(45deg);
        top: .4444rem;
    }
    .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: .4444rem;
    }
    .header_nav_pc {
        display: flex;
        justify-content: end;
        align-items: center;
        position:relative;
        height: 3.8888rem;
        padding-right: 6.6666rem;
        transition: .2s all linear
    }
    .header_body_01.active .header_nav_pc {
	    visibility: hidden;
	    opacity: 0;
    }
    .header_nav_bar.active .nav_bar__item {
	    background: #000;
    }
    .header_nav_links_list {
        display: flex;
        align-items: center;
        margin-right: 1.9444rem;
    }
    .header_nav_links_list li {}
    /* PC用の展開できるヘッダー */
    .header_nav_links_list li a {
        position: relative;
        display: block;
        font-size: .8888rem;
        line-height: 3.8888rem;
        font-weight: 700;
        letter-spacing: .05em;
        padding-left: 1.3889rem;
        padding-right: 1.3889rem;
        transition: all .2s linear;
    }
    .header_nav_links_list li a:hover , .header_nav_links_list li a.color , .header_nav_links_list li a.active {
        color: #465DAA;
    }
    .header_nav_links_list_opener[data-open="about"]:hover ,.header_nav_links_list_opener[data-open="about"].color , .header_nav_links_list_opener[data-open="about"].active {
        color: #FF4600;
    }
    .header_nav_links_list_opener[data-open="service"]:hover ,.header_nav_links_list_opener[data-open="service"].color , .header_nav_links_list_opener[data-open="service"].active {
        color: #FFB400;
    }
    .header_nav_links_list_opener[data-open="careers"]:hover ,.header_nav_links_list_opener[data-open="careers"].color , .header_nav_links_list_opener[data-open="careers"].active {
        color: #A3E318;
    }
    .header_nav_links_list li a .open {
        position: absolute;
        top: 50%;
        right: 1.7777rem;;
        transform: translateY(-50%);
        transition: all .2s linear;
    }
    .header_nav_links_list li a .open span {
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        width: .5555rem;
        height: .1111rem;
        background: #000;
        transition: all .2s linear;
    }
    .header_nav_links_list_opener[data-open="about"] .open span {
        background: #FF4600;
    }
    .header_nav_links_list_opener[data-open="service"] .open span {
        background: #FFB400;
    }
    .header_nav_links_list_opener[data-open="careers"] .open span {
        background: #A3E318;
    }
    .header_nav_links_list li a .open span:last-child {
        transform: rotate(90deg);
    }
    .header_nav_links_list li a:hover .open span:last-child ,
    .header_nav_links_list li a.active .open span:last-child {
        transform: rotate(0);
    }
    /* PC用の展開できるヘッダー 終了 */

    .header_nav_contact_button {}
    .header_nav_contact_button a {
        text-align: center;
        display: inline-block;
        background: #465DAA;
        color: #FFF;
        width: 7.7777rem;
        font-size: .8888rem;
        line-height: 2.5rem;
        font-weight: 700;
        border-radius: .5555rem;
        transition: all .2s linear;
    }
    .header_nav_contact_button a:hover {
        opacity: .7;
    }

    .header_body_01_pc_bottom {
        position: relative;
        display: block;
        overflow: hidden;
        max-width: 72.2222rem;
        margin-left: auto;
        margin-right: auto;
    }
    .header_body_01_pc_bottom.active {
        position: relative;
        /* height: 18.3333rem; */
        /* margin-top: 3.8888rem; */
    }
/*
    .header_body_01_pc_bottom::before {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        background: #000;
        height: .05555rem;
        width: 100%;
    }
*/
    .header_overlay.active {
        display: none;
    }
    .header_body_01_pc_bottom_inner {
        transition: opacity .3s ease-out;
        transition: height .3s linear;
    }
    .header_body_01_pc_bottom_inner_1 , .header_body_01_pc_bottom_inner_2 {
        opacity: 0;
    }
    .header_body_01_pc_bottom_inner_1 {
        height: 0;
        padding-top: 0;
    }
    .header_body_01_pc_bottom_inner_1.active {
        height: 18.3333rem;
        opacity: 1;
        transition: 0;
    }
    .header_open_container_1 {
        display: flex;
    }
    .header_open_body1_l {
        position: relative;
        width: 23.214%;
        padding-top: 2.7777rem;
    }
    .header_open_link_lg {
        display: flex;
        align-items: center;
        height: 100%;
        padding-left: 5.5555rem;
    }
    .header_open_link_lg a {
        display: flex;
        flex-direction: column;
        transition: .2s linear;
    }
    .header_open_link_lg a .main {
        font-family: "dincondensed", sans-serif;
        font-size: 2.7777rem;
        line-height: 1em;
        letter-spacing: -.025em;
    }
    .header_open_link_lg a .sub {
        font-size: .8333rem;
        line-height: 1em;
        font-weight: 700;
        letter-spacing: .05em;
    }
    .header_open_link_lg a:hover {
        opacity: .6;
    }
    .header_open_body1_r {
        width: 76.786%;
        padding-top: 2.7777rem;
    }
    .header_open_image_link {
        display: grid;
        gap: 2.7777rem;
        grid-template-columns: repeat(3, 1fr);
        padding-right: 2.7777rem;
    }
    .header_open_image_link_item {}
    .header_open_image_link_item a {
        transition: .2s linear;
    }
    .header_open_image_link_item a:hover {
        opacity: .7;
    }
    .header_open_image_link_item a p {
        text-align: center;
        font-size: .8888rem;
        line-height: 1em;
        font-weight: 700;
        letter-spacing: .05em;
        padding-top: 1.0555rem;
    }
    .header_open_image_link__imagewrap {
        width: 18.0555rem;
        height: 11.1111rem;
        border-radius: .5555rem;
        overflow: hidden;
    }
    .header_open_image_link__imagewrap img {
        width: 100%;
        max-width: 100%;
        border-radius: .5555rem;
        transition: .3s linear;
    }
    .header_open_image_link_item a:hover .header_open_image_link__imagewrap img {
        scale: 1.2;
    }

    .header_body_01_pc_bottom_inner_2 {
        height: 0;
        padding-top: 0;
    }
    .header_body_01_pc_bottom_inner_2.active {
        height: 42.2222rem;
        padding-top: 8.3333rem;
        opacity: 1;
    }
    .header_open_container_2 {
        display: flex;
        flex-direction: row;
    }
    .header_open_logo {}
    .header_open_logo img {
        width: 13.1416rem;
    }
    .header_open_body2_l {
	    width: 28.8889rem;zw
    }
    .header_open_logo {
	    margin-bottom: 4.3333rem;
    }
    .header_open_logo img {
	    width: 10.7778rem;
    }
    .header_open_msg {}
    .header_open_msg p {
	    font-size: 1.6667rem;
	    line-height: 2em;
	    font-weight: 700;
	    letter-spacing: .05em;
	    
	    margin-top: -.5em;
	    margin-bottom: -.5em;
    }
    .header_open_body2_r {
        flex: 1;
    }
    .header_open_links_wrap {
        flex: 1;
        display: grid;
		    gap: 5.5556rem 3.3333rem;
		    grid-template-columns: repeat(3, 1fr);
		    
		    border-bottom: 0.0556rem solid #000;
		    
		    padding-bottom: 1.6667rem;
		    margin-bottom: 1.6667rem;
    }
    .header_open_links_list_body {
        

    }
    .header_open_links_list_head {
        position: relative;
        margin-bottom: 1.4444rem;
    }
    .header_open_links_list_head a {
        font-size: 2rem;
        line-height: 1em;
        font-weight: 700;
        letter-spacing: .05em;
        transition: .2s linear;
    }
    .header_open_links_list_head a span {
        display: block;
        color: #465DAA;
        font-size: 2rem;
        line-height: 1em;
        letter-spacing: -.01em;
        margin-bottom: .05555rem;
    }
    .header_open_links_list_head a:hover , .header_open_policy a:hover {
	    opacity: .7;
    }
    .header_open_links_list {}
    .header_open_links_list li {}
    .header_open_links_list li a , .header_open_policy a {
        display: block;
        font-size: 0.7778rem;
        line-height: 1em;
        letter-spacing: .05em;
        font-weight: 700;
        transition: .2s linear;
        white-space: nowrap;
        
        margin-bottom: 1.1111rem;
    }
    .header_open_links_list li a::before , .header_open_policy a::before {
        display: inline-block;
        content: "・ ";
    }
    .header_open_button_wrap {
    }
    .header_open_button_wrap a {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 22.2222rem;
        background: #465DAA;
        color: #FFF;
        font-size: .83333rem;
        height: 7.7777rem;
        font-weight: 700;
        border-radius: 1.1111rem;
        -webkit-box-shadow: .5555rem .5555rem 0 #EFEFEF;
        box-shadow: .5555rem .5555rem 0 #EFEFEF;

        padding-left: 1.1111rem;

        transition: .2s linear;
    }
    .header_open_button_wrap a:hover {
        -webkit-box-shadow: 0 0 0 #EFEFEF;
        box-shadow: 0 0 0 #EFEFEF;
    }
    .header_open_button_wrap .lg {
        font-family: "dincondensed", sans-serif;
        font-size: 2.7777rem;
        line-height: .8em;
        font-weight: 400;
        letter-spacing: -.025em;
        margin-bottom: .05555rem;
    }
    .header_open_button_wrap .xs {
        font-size: .7777rem;
        font-weight: 400;
        letter-spacing: .05em;
    }
    .header_open_button_wrap a::before {
        position: absolute;
        content: "";
        right: 1.1111rem;
        width: 2.7777rem;
        height: 2.7777rem;
        background: #FFF;
        background-image: url(../../img/common/arrow_or.svg);
        background-repeat: no-repeat;
        background-size: .8333rem auto;
        background-position: center;
        border-radius: 50%;
    }
    .header_open_policy {
        margin-right: auto;
    }
    .header_open_links_list_body[color="1"] .header_open_links_list_head a:hover , 
    .header_open_links_list_body[color="1"] .header_open_links_list li a:hover , 
    .header_open_links_list_body[color="1"] .header_open_policy a:hover {
        color: #FF4600;
        color: #999999;
    }
    .header_open_links_list_body[color="2"] .header_open_links_list_head a:hover , 
    .header_open_links_list_body[color="2"] .header_open_links_list li a:hover , 
    .header_open_links_list_body[color="2"] .header_open_policy a:hover {
        color: #FFB400;
        color: #999999;
    }
    .header_open_links_list_body[color="3"] .header_open_links_list_head a:hover , 
    .header_open_links_list_body[color="3"] .header_open_links_list li a:hover , 
    .header_open_links_list_body[color="3"] .header_open_policy a:hover {
        color: #A3E318;
        color: #999999;
    }
    .header_open_links_list_body[color="4"] .header_open_links_list_head a:hover , 
    .header_open_links_list_body[color="4"] .header_open_links_list li a:hover , 
    .header_open_links_list_body[color="4"] .header_open_policy a:hover {
        color: #2ED2FF;
        color: #999999;
    }
    .header_open_contact_button {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    position: relative;
	    background: #465DAA;
	    color: #FFF;
	    width: 11.1111rem;
	    height: 2.7778rem;
	    
	    border-radius: 0.3472rem;
	    
	    font-size: .8rem;
	    line-height: 1em;
	    font-weight: 700;
	    letter-spacing: .05em;
	    
	    transition: .2s all linear;
    }
    .header_open_contact_button::before {
	    content: "";
	    
	    position: absolute;
	    background: #FFF;
	    left: 0.8333rem;
	    
	    width: 0.2778rem;
	    height: 0.2778rem;
	    border-radius: 50%;
	    
    }
    .header_open_contact_button:hover {
	    opacity: .7;
    }

    .header_open_body2_d {
        display: flex;
        align-items: end;
        padding-left: 8.8888rem;
        padding-right: 8.8888rem;
    }
    .header_open_sns_wrap {
        margin-right: 2.7777rem;
    }
    .header_open_sns_list {
        display: flex;
        gap: 1.1111rem;
    }
    .header_open_sns_list li {
    }
    .header_open_sns_item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.7777rem;
        height: 2.7777rem;
        border-radius: 50%;
        background: #FFF;
        
        box-shadow: .0694rem .0694rem .1388rem rgba(109, 109, 109, .75);
        transition: all .2s linear;
    }
    .header_open_sns_item:hover {
    }
    .header_open_sns_item img , .header_open_sns_item svg {
        height: 1.3888rem;
        background-image: url(../../icon/instagram-icon.svg);
    }
    .header_open_sns_item:nth-child(6) img , .header_open_sns_item:nth-child(6) svg {
        height: .9722rem;
    }


    .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;
    }


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

}