@charset "UTF-8";
.InquiriesLanguageAreaBox {
    position: fixed;
    left: 0;
    top: auto;
    bottom: -44px;
    z-index: 900;
    width: 100%;
    max-width: none;
    margin: 0;
    opacity: 0;
    transition: bottom 400ms ease-out, opacity 200ms ease-out;
    transition-delay: 250ms;
}
.InquiriesLanguageAreaBox * {
	box-sizing: content-box!important;
}
.scl-on .InquiriesLanguageAreaBox {
    bottom: 0;
    opacity: 1;
    transition-delay: 0ms;
}
.FixBottom .InquiriesLanguageAreaBox {
    position: absolute;
    transition: opacity 200ms ease-out;
    transition-delay: 0ms;
}
.JS .GridSet, .GridSet {
    margin-bottom: 160px;
}
#Contents {
    position: relative;
}
.InquiriesLanguageArea {
	position: relative;
    max-width: 1275px;
	height: 0;
    margin: 0 auto;
}

.InquiriesLanguageArea .btnArea p {
	position: absolute;
	bottom: 0;
}
.InquiriesLanguageArea .btnArea p > a,
.InquiriesLanguageArea .btnArea p > span {
    width: 140px;
    height: 130px;
	line-height: 1.2;
    text-align: center;
    font-size: 92%;
    font-weight: bold;
    padding: 10px 0 0 0;
    display: block;
    text-decoration: none;
    color: #fff!important;
    background-repeat: no-repeat;
	background-position: center bottom 0px;
	background-size: auto 130px;
}
.InquiriesLanguageArea .btnArea p * span {
	display: inline-block;
}

.InquiriesLanguageArea .btnArea p:nth-child(1) {
	left: 0px;
}
.InquiriesLanguageArea .btnArea p:nth-child(2) {
	left: 140px;
}
.InquiriesLanguageArea .btnArea p:nth-child(3) {
	left: 280px;
}
.InquiriesLanguageArea .btnArea p.btnRecruit > span {
    background-image: url("/image/global/products/advanced/electronics/optical/icon/recruit.svg");
    background-color: #115de9;
	cursor: pointer;
}
.InquiriesLanguageArea .btnArea p.btnRecruit > span:hover {
    background-color: #3e7beb;
}

.InquiriesLanguageArea .btnArea p.btnInquiries a {
    background-image: url("/image/global/products/advanced/electronics/optical/icon/inquiry.svg");
}
.InquiriesLanguageArea .btnArea p.btnInquiries a:link,
.InquiriesLanguageArea .btnArea p.btnInquiries a:visited {
    background-color: #ff9900;
}
.InquiriesLanguageArea .btnArea p.btnInquiries a:hover,
.InquiriesLanguageArea .btnArea p.btnInquiries a:active {
    background-color: #ffaa33;
    color: #fff;
}

.InquiriesLanguageArea .btnArea p.btnArchives a {
    background-image: url("/image/global/products/advanced/electronics/optical/icon/archives.svg");
}
.InquiriesLanguageArea .btnArea p.btnArchives a:link,
.InquiriesLanguageArea .btnArea p.btnArchives a:visited {
    background-color: #00ff00;
}
.InquiriesLanguageArea .btnArea p.btnArchives a:hover,
.InquiriesLanguageArea .btnArea p.btnArchives a:active {
    background-color: #44ff44;
    color: #fff;
}

.InquiriesLanguageArea > ul {
	position: absolute;
	right: 0;
	bottom: 0;
    display: flex;
    align-items: end;
	padding: 0!important;
}
.InquiriesLanguageArea > ul li {
    margin-left: 1px;
}
.InquiriesLanguageArea > ul li a {
    font-size: 92%;
    font-weight: bold;
    width: 150px;
    text-align: center;
    padding: 9px 1rem 9px 0.5rem;
    display: block;
    text-decoration: none;
    color: #fff!important;
}
.InquiriesLanguageArea > ul li a::before {
    content: "";
    margin-right: 5px;
    position: relative;
    top: 3px;
    background-image: url("/image/global/products/advanced/electronics/optical/icon/globe-solid.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.InquiriesLanguageArea > ul li a:link, .InquiriesLanguageArea > ul li a:visited {
    background-color: rgba(230, 0, 39, 1.00);
}
.InquiriesLanguageArea > ul li a:hover, .InquiriesLanguageArea > ul li a:active {
    background-color: #b1000e;
}
.LanguageSp {
    display: none;
}
@media screen and (max-width : 767px) {
    .InquiriesLanguageArea {
        max-width: none;
        min-width: 320px;
    }
    .InquiriesLanguageArea .btnArea {
		position: static;
    }
    .InquiriesLanguageArea .btnArea p,
	.InquiriesLanguageArea > ul {
        display: block;
        position: absolute;
        text-align: center;
		height: 43px;
		box-sizing: border-box;
    }
    .InquiriesLanguageArea .btnArea p.btnRecruit {
		left: 0;
		bottom: 0;
		width: 50%;
    }
    .InquiriesLanguageArea .btnArea p.btnInquiries {
		left: 50%;
		bottom: 0;
		width: 50%;
    }
    .InquiriesLanguageArea .btnArea p.btnInquiries:nth-child(1) {
		left: 0%;
		width: 100%;
    }
    .InquiriesLanguageArea .btnArea p.btnArchives {
		left: 0;
		bottom: 43px;
        width: calc( 100% - 130px );
	}
    .InquiriesLanguageArea .btnArea:only-child p.btnArchives {
		left: 0;
        width: 100%;
	}
	.InquiriesLanguageArea > ul {
		right: 0;
		bottom: 43px;
        width: 130px;
	}
    .InquiriesLanguageArea .btnArea p {
        white-space: nowrap;
    }
    .InquiriesLanguageArea .btnArea p > a,
    .InquiriesLanguageArea .btnArea p > span {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
        width: 100%;
        height: 100%;
		padding: 0;
        font-size: 82%;
        background-image: none!important;
    }
    .InquiriesLanguageArea .btnArea p > a::before,
    .InquiriesLanguageArea .btnArea p > span::before {
		content: "";
		margin-right: 3px;
		position: relative;
		top: -3px;
		background-repeat: no-repeat;
		background-size: 160% auto;
		background-position: center;
		display: inline-block;
		width: 30px;
		height: 100%;
    }
    .InquiriesLanguageArea .btnArea p.btnRecruit > span::before {
		background-image: url("/image/global/products/advanced/electronics/optical/icon/recruit.svg");
	}
    .InquiriesLanguageArea .btnArea p.btnInquiries a::before {
		background-image: url("/image/global/products/advanced/electronics/optical/icon/inquiry.svg");
	}
    .InquiriesLanguageArea .btnArea p.btnArchives a::before {
	    background-image: url("/image/global/products/advanced/electronics/optical/icon/archives.svg");
	}
    .InquiriesLanguageArea > ul li {
        position: absolute;
        bottom: 0%;
        width: 100%;
        left: 0;
        margin: 0;
    }
    .InquiriesLanguageArea > ul li.lang-1, .InquiriesLanguageArea > ul li.lang-2 {
        transition: bottom 400ms ease-in-out, background 400ms ease-out;
    }
    .InquiriesLanguageArea > ul li a:link, .InquiriesLanguageArea > ul li a:visited {
        background-color: rgba(230, 0, 39, 0.8);
    }
    .InquiriesLanguageArea > ul li a:hover, .InquiriesLanguageArea > ul li a:active {
        background-color: rgba(177, 0, 14, 0.8);
    }
    .InquiriesLanguageArea > ul li a {
        width: 100%;
        box-sizing: border-box;
        border-bottom: #ffffff solid 1px;
        padding-bottom: 8px;
        padding-left: 13px;
        text-align: left;
    }
    .InquiriesLanguageArea > ul.open li.lang-1 {
        bottom: 100%;
    }
    .InquiriesLanguageArea > ul.open li.lang-2 {
        bottom: 200%;
    }
    .InquiriesLanguageArea > ul li.LanguageSp {
        display: block;
        position: relative;
        z-index: 1;
    }
    .InquiriesLanguageArea > ul li.LanguageSp a {
        border: none;
        padding-bottom: 9px;
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-color: rgba(230, 0, 39, 1.0);
    }
    .InquiriesLanguageArea > ul.open li.LanguageSp a:hover, .InquiriesLanguageArea > ul.open li.LanguageSp a:active {
        background-color: rgba(177, 0, 14, 1.0);
    }
    .langicon, .langicon span {
        display: inline-block;
        transition: all 0.3s ease-in-out;
        box-sizing: border-box;
    }
    .langicon {
        position: absolute;
        width: 20px;
        top: 13px;
        right: 13px;
        padding: 0;
        margin: 0;
    }
    .langicon span {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
    }
    .langicon span:nth-of-type(1) {
        top: 0px;
    }
    .langicon span:nth-of-type(2) {
        top: 5px;
    }
    .langicon span:nth-of-type(3) {
        top: 10px;
    }
    .langicon span:nth-of-type(4) {
        top: 15px;
    }
    .open .langicon span:nth-of-type(1) {
        transform: rotate(-45 deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        top: 7px;
    }
    .open .langicon span:nth-of-type(2) {
        transform: rotate(-90 deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        top: 7px;
        opacity: 0;
    }
    .open .langicon span:nth-of-type(3) {
        transform: rotate(-135 deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        top: 7px;
    }
    .open .langicon span:nth-of-type(4) {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        top: 7px;
        opacity: 0;
    }
}


.visualBreadCrumbs {
	display: flex;
	margin: 10px 0;
}

.visualBreadCrumbs > a {
	margin: 0 10px 0 0;
	font-size: 12px;
	line-height: 1.1;
}

.visualBreadCrumbs > a::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 0 5px;
	border-radius: 5px;
	background-repeat: no-repeat;
}

.visualBreadCrumbs > a:nth-child(1)::before {
	background-image: url(/image/global/products/advanced/electronics/optical/map/map.jpg);
	background-size: auto 100%;
	background-size: 200px auto;
	background-position: -75px -42px;
}

.visualBreadCrumbs > a:nth-child(2)::before {
	background-color: #44ff44;
	background-image: url(/image/global/products/advanced/electronics/optical/icon/archives.svg);
	background-size: auto 90px;
	background-position: center -22px;
}


.oc_recruitBtn {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: stretch;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	overflow: auto;
}
.oc_recruitBtn.open {
	display: flex;
}
.oc_recruitBtn::before,
.oc_recruitBtn::after {
	content: "";
	position: fixed;
	right: 5px;
	top: 25px;
	display: block;
	width: 40px;
	height: 5px;
	border-radius: 2.5px;
	transform-origin: center;
	background: #ffffff;
	cursor: pointer;
}
.oc_recruitBtn::before {
	transform: rotate(45deg);
}
.oc_recruitBtn::after {
	transform: rotate(-45deg);
}

.oc_recruitBtn > dt {
	width: 100%;
	margin: 0 0 30px;
	text-align: center;
	color: #ffffff;
	font-size: 40px;
}

.oc_recruitBtn > dd {
	width: 350px;
	height: 300px;
	margin: 0 15px;
	border-radius: 10px;
	background-color: #115de9;
	overflow: hidden;
}

.oc_recruitBtn > dd > a {
	position: relative;
	display: block;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-size: 200px 163px;
	background-position: center bottom 55px;
}
.oc_recruitBtn > dd > a:hover {
	background-color: rgba(255,255,255,0.2);
}

.oc_recruitBtn > dd > a[href^="https://js02.jposting.net/"] {
	background-image: url("/image/global/products/advanced/electronics/optical/recruit_hht.png");
}
.oc_recruitBtn > dd > a[href="https://www.vlcphotonics.com/careers/"] {
	background-image: url("/image/global/products/advanced/electronics/optical/recruit_vlc.png");
}

.oc_recruitBtn > dd > a > strong {
	display: block;
	padding: 15px 0 0;
}
.oc_recruitBtn > dd > a > strong > span {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
}

.oc_recruitBtn > dd > a > span {
	position: absolute;
	left: 0;
	bottom: 15px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
.oc_recruitBtn > dd > a > span::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 5px;
	border-color: #ffffff;
	border-style: solid;
	border-width: 3px 3px 0 0;
	transform: rotate(45deg);
	overflow: hidden;
}

@media all and ( max-width: 767px ) {
	.oc_recruitBtn.open {
		display: block;
	}
	.oc_recruitBtn::before,
	.oc_recruitBtn::after {
		right: 7px;
		top: 20px;
		width: 30px;
		height: 3px;
	}

	.oc_recruitBtn > dt {
		margin: 0 0 0px;
		padding: 4px 0 0;
		font-size: 24px;
	}

	.oc_recruitBtn > dd {
		width: 300px;
		height: 190px;
		margin: 0 auto!important;
	}
	.oc_recruitBtn > dd + dd {
		margin-top: 10px!important;
	}
	
	.oc_recruitBtn > dd > a {
		background-size: auto 100px;
		background-position: center bottom 35px;
	}
	
	.oc_recruitBtn > dd > a > strong {
		padding: 10px 0 0;
	}
	.oc_recruitBtn > dd > a > strong > span {
		font-size: 16px;
		line-height: 1.2;
	}

	.oc_recruitBtn > dd > a > span {
		bottom: 5px;
		font-size: 16px;
	}
}




#Contents {
	padding-bottom: 1px;
}

@media all and ( max-width: 767px ) {
	.JS .GridSet, .GridSet {
		margin-bottom: 90px;
	}
}

#Contents ~ .hht-nc21-2 {
	display: none;
}
