@charset "UTF-8";
#sitehead {
	position: relative;
	z-index: 0;
	background-color: #fff;
}
#sitehead.fixed {
	position: fixed;
	z-index: 20;
	top: 0px;
	left: 0px;
	width: 100%;
}
.header-blank-wide {
	display: block;
	height: var(--header-height-wide);
}
[data-enableheaderfixlevel="1"] .header-blank-wide {
	height: 0;
}
@media only screen and (max-width:990px) {
	[data-enableheaderfixlevel="1"] .header-blank-wide {
        height: var(--header-height-wide);
    }
}
/**/
#sitehead {
	color: #000;
}
	#sitehead a {
		color: inherit;
	}
	#sitehead a:hover {
		color: #aaa;
	}

[data-ispagescrolled="true"] #sitehead {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#sitehead .parent-wrap {
    max-width: 1150px;
    display: flex;
    justify-content: space-between;
    padding-top: 2.4em;
}
@media only screen and (max-width: 1350px) {
    #sitehead .parent-wrap {
        width: 85%;
        max-width: 980px;
    }
}
@media only screen and (max-width: 990px) {
    #sitehead .parent-wrap {
        padding-bottom: 1.0em;
    }
}
@media only screen and (max-width: 720px) {
    #sitehead .parent-wrap {
        width: 100%;
        padding-top: 1.8em;
        padding-bottom: 1.0em;
    }
}

/**/
#sitehead .lgm-wrap {
    text-align: left;
    display: flex;
    flex-direction: column;
    margin-top: 0.3em;
}
	#sitehead .lgm {
        order: 1;
        margin-bottom: 1.0em;
    }
        #sitehead .lgm > img {
            width: 120px;
            height: auto;
        }
@media only screen and (max-width: 720px) {
    #sitehead .lgm > img {
        width: 22vw;
    }
    #sitehead .lgm {
        margin-bottom: 0.6em;
    }
}

/**/
#sitehead .keytitle {
    font-size: 10px;
    white-space: nowrap;
    transform-origin: left top;
    transform: scale(1.1);
    line-height: 1.7em;
    margin-bottom: 0;
    font-weight: 500;
    order: 2;
    color: #636363;
}
	#sitehead .keytitle b {
        font-weight: 600;
        color: #0b0b0b;
    }
@media only screen and (max-width: 720px) {
    #sitehead .keytitle {
        font-size: 2.2vw;
        transform: scale(1.0);
    }
    #sitehead .keytitle .suffix {
	    display: none;
    }
}

/**/
#sitehead .elm-wrap {
	position: relative;
	text-align: right;
}

#sitehead .menus {
	position: relative;
	z-index: 0;
}
	#sitehead .primary-menu {
        padding-top: 0.0em;
	}
	#sitehead .primary-menu > a {
    position: relative;
    z-index: 0;
    color: #000;
    font-size: 1.1em;
    line-height: 1em;
    font-weight: 500;
    font-family: var(--font-ge2);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: inline-block;
    vertical-align: bottom;
    padding: 1.4em 1em;
}
	#sitehead .primary-menu > a::after {
	    position: absolute;
	    z-index: 4;
	    bottom: 0;
	    left: 0;
	    content: "";
	    display: block;
	    width: 0%;
	    height: 6px;
	    background-color: transparent;
	    transition: all 0.3s;
	}
	#sitehead .primary-menu > a:first-child {
		
	}
	#sitehead .primary-menu > a:last-child {
		
	}
	#sitehead .primary-menu a.icn {
		
	}
		#sitehead .primary-menu a.icn img {
			width: 2em;
			height: auto;
			vertical-align: middle;
		}
	#sitehead .primary-menu a[data-menuitem="contact"] {
		background-image: url(/share/im/mrk_mail-c-bl.svg);
        background-position: left center;
        padding-left: 1.3em;
        background-size: 1em auto;
	}
#sitehead .primary-menu > a:hover::after {
    width: 100%;
    background-color: #000;
}
#sitehead .primary-menu > a[data-iscurrent="true"] {
	color: var(--cl-accent-cobalt);
}
#sitehead .primary-menu > a[data-iscurrent="true"]::after {
	width: 100%;
	background-color: var(--cl-accent-cobalt);
}


#sitehead .touchnavi {
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
}
	#sitehead .touchnavi a {
		font-size: 16px;
		background-image: url(/share/im/nv_menu.svg);
		background-size: 2em;
		background-position: center;
		width: 6em;
		height: 6em;
		display: inline-block;
		position: relative;
		z-index: 0;
	}
	#sitehead .touchnavi a.menu[data-enablelabel="true"]::after {
		content: "MENU";
		display: none;
		position: absolute;
		z-index: 5;
		bottom: 1.8em;
		left: 0;
		width: 100%;
		text-align: center;
		font-size: 0.6em;
		font-weight: 500;
	    font-family: var(--font-ge2);
	    text-transform: uppercase;
		line-height: 1em;
		letter-spacing: 0.08em;
		color: inherit;
	}
@media only screen and (max-width:1028px) {
	#sitehead.fixed-smp {
		position: fixed;
		z-index: 20;
		top: 0px;
		left: 0px;
		width: 100%;
	}
	#sitehead .touchnavi {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	#sitehead .activation-menu {
		display: none;
	}
	#sitehead .primary-menu {
		display: none;
	}
	#sitehead .primary-menu a {
		display: none;
	}
	#sitehead .primary-menu a.icn img {
		width: 2em;
	}
	#sitehead .touchnavi a {
		font-size: 14px;
		background-size: 2em;
		width: 5.2em;
	}
	#sitemenu .head .close {
		background-size: auto 50%;
		background-position: center;
		width: 18%;
	}
}

/**/
#sitehead .callnumber {
	display: flex;
	justify-content: flex-end;
	align-items: center;
    margin-top: -0.2em;
}
	#sitehead .callnumber a:hover {
		color: inherit;
	}
	#sitehead .callnumber .phone-num {
	    font-size: 1.5em;
	    font-family: var(--font-quant);
	    font-weight: 600;
	    line-height: 1em;
	    background-image: url(/share/im/append/free-d.svg);
	    background-position: left top 0.1em;
	    padding-left: 1.65em;
	    background-size: auto 0.8em;
	}
	#sitehead .callnumber time {
        font-family: var(--font-quant);
        margin-left: 0.8em;
        opacity: 0.6;
    }
		#sitehead .callnumber time abbr {
            font-size: 0.7em;
            display: inline-block;
            vertical-align: middle;
			margin: 0 0.2em;
            opacity: 0.6;
		}
	#sitehead .callnumber [data-menuitem="recruit"] {
		font-size: 1.2em;
		font-weight: 500;
		font-family: var(--font-ge2);
		text-transform: uppercase;
		color: #fff;
		background-color: var(--cl-accent-cobalt);
		padding: 0.50em 0.5em;
		padding-bottom: 0.6em;
		margin-left: 2.0rem;
		margin-right: 1.2rem;
		line-height: 1.0em;
		letter-spacing: 0.15em;
		text-indent: 0.15em;
	}
	#sitehead .callnumber [data-menuitem="recruit"]:hover {
		color: #fff;
		background-color: var(--cl-pageink);
	}
@media only screen and (max-width: 984px) {
    #sitehead .callnumber {
        display: none;
    }
}

