@charset "utf-8";
html {
	overflow-y: hidden;
}
body {
    background-color: #000;
	color: #000;
	line-height: 1.5;
	font-size: 90%;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
a {
	text-decoration: none;
}
#all {
	width: 100%;
}
#page-top {
	position: absolute;
    margin: 0px auto;
     top: 50%;
     left :50%;
	width: 1000px;
	height: 653px;
	margin: -325px 0 0 -500px;
	background-image: url('../img/bg-top.jpg'); 
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
/*#logo {
	position: absolute;
    z-index: 10;
    padding: 50px 0 0 20px;
}*/
#Quartz-Group {
    position: absolute;
		top:0;
		left:0;
}
#logo-bottom {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    padding-right: 0px;
    width: 1000px;
    background-color: #fff;
    padding: 10px 0;
    text-align: right;
}
#logo-bottom a {margin-right: 30px;}
#logo-bottom a img:hover {opacity:0.6;}

#gnav {
    position: relative;
	padding: 200px 0 0 100px; 
	width: 300px;
}
#gnav .button {
    font-size: 130%;
    width: 240px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    margin-bottom:20px;
}
#gnav .button span {
    display: block;
    position: absolute;
    width: 240px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#gnav .button span:nth-child(1) {
    background-color: rgba(0,90,255,0.6);
    color: #fff;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
    transform-origin: 50% 50% -25px;
}
#gnav .button span:nth-child(2) {
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
    transform-origin: 50% 50% -25px;
}
#gnav .button:hover span:nth-child(1) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
#gnav .button:hover span:nth-child(2) {
    background-color: rgba(0,0,0,0.8);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
#button1{
    position: absolute;
    top: 60px;
    left: 320px;
}
#button2{
    position: absolute;
    top: 150px;
    left: 200px;
}
#button3{
    position: absolute;
    top: 240px;
    left: 80px;
}
#button4{
    position: absolute;
    top: 330px;
    left: 200px;
}
#button5{
    position: absolute;
    top: 420px;
    left: 320px;
}
#cloze1,#cloze2,#cloze3,#cloze4,#cloze5 {
	position: absolute;
	display: none;
}
#cloze1 {
	top:0;
	left:0;
    float: left;
}
#cloze2 {
	top:0;
	left:0;
    float: left;
}
#cloze3 {
    top:0;
    left:0;
    float: left;
}
#cloze4 {
    top:0;
    left:0;
    float: left;
}
#cloze5 {
    top:0;
    left:0;
    float: left;
}
/*モーダルウィンドウ*/
.modal-content {

    position: absolute;
    display:none;
    z-index:30;
    width:100%;
    max-width:800px;
    height:550px;
    max-height:550px;
    padding:20px;
    border:2px solid #222;
    background-color: rgba( 255, 255, 255, 0.8 );
    background-image: url("../img/bg.png");
    background-size: cover;
    background-attachment: fixed;
}
.modal-inner{
    opacity: 0;
}
.modal-overlay {
    z-index:20;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:120%;
    height:120%;
    background-color: rgba( 0, 0, 0, 0.8 );
}
.modal-close {
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    background-color: #000;
    padding: 0px 6px 0px 6px;
    border: solid 2px #fff;
    border-radius: 2px;
    position: absolute;
        right: -10px;
        top: -10px;
    opacity: 0.7;
		z-index: 45;
}
.modal-close:hover {
    cursor:pointer;
}
/* globeモーダルウィンド*/
.modal-content-s {

    position: absolute;
    display:none;
    z-index:50;
    width:100%;
    max-width:800px;
    height:550px;
    max-height:550px;
    padding:20px;
    background-color: rgba( 255, 255, 255, 0.7 );
    background-image: url("../img/bg.png");
    background-size: cover;
    background-attachment: fixed;
    border:2px solid #222;
		border-radius:80px;
			-moz-border-radius:80px;
			-webkit-border-radius: 80px;

}
.modal-inner-s{
    opacity: 0;
}
.modal-overlay-s {
    z-index:40;
    display:none;
    position:absolute;
    top:0%;
    left:0%;
    width:800px;
    height:550px;
		padding:20px;
    background-color: rgba( 0, 0, 0, 0.2 );
}
.modal-close-s {
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    background-color: #000;
    padding: 0px 6px 0px 6px;
    border: solid 2px #fff;
    border-radius: 2px;
    position: absolute;
        right: 0px;
        top: 0px;
    opacity: 0.7;
}
.modal-close-s:hover {
    cursor:pointer;
}
/* Conceptタブタブ */
.firstCategory	{margin: 4px 0 10px;}
.firstCategory img	{margin-right: 40px;}
/*.tabs-concept {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    text-align: left;
}
.tabs-concept li {
    float: left;
    display: block;
}
.tabs-concept input[type="radio"] {
    display: none;
}
.tabs-concept label {
    font-size: 150%;
    display: block;
    padding-bottom: 2px;
    margin-right: 30px;
    cursor: pointer;
}
.tabs-concept label:hover {
    padding-bottom: 0px;
    border-bottom: solid 2px #333;
}
.tabs-concept .tab-concept-content {
    display: none;
    width: 100%;
    height: 450px;
    overflow-x: auto;
    position: absolute;
    left: 0;
}
.tabs-concept [id^="tab"]:checked + label {
    border-bottom: solid 2px #333;
    padding-bottom: 0px
}
.tabs-concept [id^="tab"]:checked ~ [id^="tab-concept-content"] {
 display: block;
} */
/* Serviceタブ */
.tabs-service {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    text-align: left;
}
.tabs-service li {
    float: left;
    display: block;
}
.tabs-service input[type="radio"] {
    display: none;
}
.tabs-service label {
    font-size: 150%;
    display: block;
    padding-bottom: 2px;
    margin-right: 30px;
    cursor: pointer;
}
.tabs-service label:hover {
    padding-bottom: 0px;
    border-bottom: solid 2px #333;
}
.tabs-service .tab-service-content {
    display: none;
    width: 100%;
    height: 450px;
    overflow-x: auto;
    position: absolute;
    left: 0;
}
.tabs-service [id^="tab"]:checked + label {
    border-bottom: solid 2px #333;
    padding-bottom: 0px
}
.tabs-service [id^="tab"]:checked ~ [id^="tab-service-content"] {
 display: block;
}
/* コンテンツ */
/* Company */
#inner8 {
	height: 450px;
/*	overflow: auto;*/
}

td {
padding: 10px;	
	
}
#nav123 {
    margin: 0 auto;
    list-style-type: none;
    width: 450px;
}
#nav1,#nav2,#nav3 {
    padding: 5px 0;
}
#nav123 .nav123-label {
/*    padding: 10px 0 10px 0;*/
    display: block;
    cursor: pointer;
    opacity: 0.7;
}
#nav123 .nav123-li {
    text-align: center;
    color: #ffffff;
    background-color: rgba(0,90,255,0.7);
    display: inline-block;
    width: 150px;
    vertical-align: top;
    cursor: pointer;
}
/*#sign1,#sign2,#sign3 {
    position: absolute;
        top: 37px;
    opacity:0;
}*/
div.nav123-inner {
    position: absolute;
        top: 18px;
        left: 10px;
        right: 10px;
    background-color: #fff;
    width: 800px;
    height: 450px;
    margin: 0 auto;
    border: solid 1px #ccc;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 10px #ccc;
    -moz-box-shadow: 2px 2px 10px #ccc;
    box-shadow: 2px 2px 10px #ccc;
}
.nav123-input:not(:checked) + .nav123-inner,.nav456-input:not(:checked) + .nav456-inner,.nav789-input:not(:checked) + .nav789-inner,.nav101112-input:not(:checked) + .nav101112-inner {
    display: none;
}

.nav123-input:checked + .nav123-inner {
    display: block;
}
#nav456,#nav789,#nav101112 {
    background-color: #000000;
    height: 100%;
    float: left;
    list-style-type: none;
}
#nav456 .nav456-label,#nav789 .nav789-label,#nav101112 .nav101112-label {
    padding: 10px 0 10px 0;
    display: block;
    cursor: pointer;
}
#nav456 .nav456-li,#nav789 .nav789-li,#nav101112 .nav101112-li {
    text-align: center;
    background-color: #000000;
    width: 200px;
    vertical-align: top;
    cursor: pointer;
    color: #ffffff;
}
div.nav456-inner {
    float: right;
    background-color: #f0f;
    width: 400px;
    height: 400px;
}
div.nav789-inner {
    float: right;
    background-color: #f0f;
    width: 400px;
    height: 400px;
}
div.nav101112-inner {
    float: right;
    background-color: #f0f;
    width: 400px;
    height: 400px;
}
#contents {
    height: 100%;
    min-height: 100%;
}
#globe {
    position: absolute;
    top: 450px;
    right: 40px;
}
#map {
    margin: 53px auto;
    width: 800px;
    opacity: 0.8;
}
#sns {
    position: absolute;
    top: 135px;
    right: -100px;
}
.sns {
    padding-bottom: 10px;
}

.concept {
    float: left; 
}
.pressroom {
    float: left; 
}
.service {
    float: left; 
}
.aboutus {
    float: left; 
}
.contactus {
    float: left; 
}
/*プルダウン*/
#nationality {
position: absolute;
top: 60px;
right: 20px;
}
#nationality .custom select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
	padding: 0;
  background: #FFF;
  color: #222;
  box-sizing: content-box;
  width: 130%;
}
.custom {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 0.2em;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.7);
	width: 70px;
}
.custom > select {
  padding: 0.1em 2.4em 0.1em 0.6em;
}
.custom:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1em;
  display: block;
  content: "";
  background: url("../img/down_arrow.png") center no-repeat;
background-size: 50%;
  pointer-events: none;
}
/*マップアイコン*/
.globe_map	{
position: relative;
width: 800px;
height: 100%;
}
.map_icon {
 background-color: #F00;
 height: 20px;
 width: 20px;
 margin: 10px auto;
 border-radius:50%;
 -moz-border-radius:50%;
 -webkit-border-radius: 50%;
}
.map_icon_name {
color: #fff;
background-color: #F00;
padding: 2px 5px;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
}
.globe_map a:hover	{opacity:0.8;}

 /*アイコン位置*/
.japan_icon {
position: absolute;
top: 205px;
right: 70px;
z-index: 35;
}
.usa_icon {
position: absolute;
top: 185px;
left: 100px;
z-index: 35;
}
/*マップコンテンツ*/
.globe_content {text-align: center;}
.globe_content h2	{
margin: 10px 0 15px;
font-size: 1.6em;
}
.globe_content img	{margin: 5px 0;}
.globe_content a img:hover	{opacity:0.6;}
.globe_content p	{
margin: 5px 0;
text-align: left;
}
/*お問い合わせ完了画面*/
.b_text {
font-weight: bold;
font-size: 1.05em;
line-height: 2;
margin: 10px 0;
}
#result a:hover {text-decoration: underline;}

.tab-service-content p	{width: 90%;
	margin: 0 auto;
}
