@charset "UTF-8";
a {
  text-decoration: none;
}
a:link {
  color: white;
}
a:visited {
  color: white;
}
a:hover {
  color: #00d3f2;
}
a:active {
  color: #00d3f2;
}

/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* 汎用クラス */
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left .5em;
}

.mark1 {
  background-image: url(../images/share/mark_1.gif);
}

.mark2 {
  background-image: url(../images/share/mark_2.gif);
}

.mark3 {
  background-image: url(../images/share/mark_3.gif);
}

.mark4 {
  background-image: url(../images/share/mark_4.gif);
}

.mark5 {
  background-image: url(../images/share/mark_5.gif);
}

.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55.0);
  -ms-filter: "alpha(opacity=55.0)";
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.box_size, nav td a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* clearfix */
.clearfix, #CSR ul {
  *zoom: 1;
}
.clearfix:after, #CSR ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/*iframe{ border: 0; pointer-events: none; }*/

html,
body {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#container {
  width: 100%;
  overflow: hidden;
}

#contents {
  width: 100%;
  overflow: hidden;
}

section {
  position: relative;
  width: 100%;
  background-color: #000;
}

.inner {
  width: 90%;
  position: relative;
  margin: 0 auto;
}

.mt80 {
  margin-top: 80px;
}

.mt60 {
  margin-top: 60px;
}

.mt50 {
  margin-top: 50px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.brigdeImage {
  width: 100%;
  background: #000;
}

.bg_white {
  background-color: #fff;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  text-align: center;
}
#loading .progressbar {
  position: absolute;
  width: 40px;
  height: 22px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -20px;
  overflow: hidden;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header .header_inner {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  padding: 16px;
  box-sizing: border-box;
}
header .header_inner .header_logo {
  position: relative;
  margin: 0 auto;
}
header .header_inner .header_menu {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 12px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
header .header_inner .header_menu img {
  position: absolute;
  top: 0;
  left: 0;
}
header .header_inner .header_lang {
  position: absolute;
  width: 22px;
  height: 23px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 12px;
  margin-top: auto;
  margin-bottom: auto;
}
header .header_inner .header_lang img {
  position: absolute;
  top: 0;
  left: 0;
}
header .header_inner .current img {
  top: -23px;
}
header .nav_inner {
  width: 100%;
  position: relative;
}
header .navWrapper {
  width: 100%;
  overflow: hidden;
  position: absolute;
}
header .langWrapper {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
header .langWrapper #langNav {
  box-sizing: border-box;
  background-color: #f00;
  background: rgba(0, 0, 0, 0.7);
}
header .langWrapper li {
  border-right: #777 1px solid;
  border-bottom: #777 1px solid;
}

nav table {
  width: 100%;
}
nav td {
  text-align: center;
  vertical-align: middle;
  width: 50%;
  background: rgba(0, 0, 0, 0.7);
  border-bottom: #777 1px solid;
  box-sizing: border-box;
}
nav td a {
  display: block;
  width: 100%;
  /*img{
  	margin-top: 10px;
  }*/
}
nav tr > :first-child {
  border-right: #777 1px solid;
}

#top {
  width: 100%;
  /*.top_content{
  	position:absolute;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  }*/
}
#top #top_bg {
  width: 100%;
}
#top .topimage {
  position: absolute;
  top: 0;
  left: 0;
}
#top .topimage:first-child {
  position: relative;
}
#top .top_inner {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  margin-left: -40%;
  margin-top: -25%;
}
#top .top_txt2 {
  margin-top: 30px;
}

#concept {
  background: url("../images/sp_concept_bg.jpg") bottom center;
  background-size: cover;
}
#concept .concept_inner {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0px;
}
#concept .concept_inner p {
  width: 100%;
  text-align: left;
  margin-top: 40px;
  line-height: 1.8;
  color: #fff;
}
#concept .concept_logo {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
#concept .concept_logo img {
  width: 100%;
}

#service {
  background: #fff;
  padding: 40px 0px;
}
#service img {
  display: block;
  margin: 0 auto;
}
#service .service_inner a {
  display: block;
  margin-top: 40px;
}
#service .service_img {
  margin-top: 30px;
}
#service h2 {
  font-size: 20px;
  text-align: center;
}
#service p {
  width: 100%;
  margin-top: 30px;
  text-align: left;
}

#operation1 {
  background: #000;
}
#operation1 .op_bg {
  position: absolute;
  top: 0;
  left: 0;
}
#operation1 .op_inner1 {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  /*.op_s1_item1{ position: absolute; top: 80px; left: 0; }
  .op_s1_item2{ position: absolute; top: 184px; left: 50%; margin-left: -70px; }
  .op_s1_item3{ position: absolute; top: 390px; right: 0px; }
  .op_s1_item4{ position: absolute; top: 523px; left: 50%; margin-left: -134px; }
  .op_s1_item5{ position: absolute; top: 790px; left: 50%; margin-left: -206px; }
  .op_s1_item6{ position: absolute; top: 968px; left: 50%; margin-left: -206px; }
  .op_s1_item7{ position: absolute; top: 1255px; left: 50%; margin-left: -206px; }*/
}

#operation2 {
  height: 100%;
  width: 100%;
  background: #000;
  overflow: hidden;
  position: relative;
}

#sceneContainer {
  position: relative;
  top: 0;
  left: 0;
  width: 500%;
  box-sizing: border-box;
  /*.imgbox{
  	width: 40%;//258px;
  	height: 312px;
  	background: url("../images/sp_op_s2_img_bg.png") top center no-repeat;
  	padding: 11px;
  }*/
}
#sceneContainer .op_scene {
  width: 20%;
  position: relative;
  float: left;
  background: #000;
  box-sizing: border-box;
}
#sceneContainer .scene_inner {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
}

#scene2 {
  background: #000;
  /*.op_s2_img1{position: absolute; top: 0; left: 0;}
  .op_s2_img2{position: absolute; top: 0; right: 0;}
  .op_s2_txt1{position: absolute; top: 560px; right: 0;}*/
}
#scene2 .op_bg {
  /*position: absolute;
  top: 0;
  left: 0;*/
  position: relative;
}
#scene2 .scene_inner2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#scene3 {
  background: #000;
}

#scene4 {
  background: #000;
}
#scene4 ul {
  width: 79.6%;
  margin: 0px auto 0;
  font-size: 11px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  list-style-type: disc;
}

#scene5 {
  background: #000;
}
#scene5 p {
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  margin-top: 4px;
}
#scene5 img {
  width: 57.8%;
  height: auto;
}

#scene6 {
  background: #000;
  text-align: left;
  line-height: 1.8;
  color: #fff;
}
#scene6 p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#scene_navi {
  width: 246px;
  height: 40px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -123px;
}
#scene_navi .arrow_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
}
#scene_navi .arrow_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
}
#scene_navi .current img {
  top: -10px;
}
#scene_navi ul {
  width: 130px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -65px;
  overflow: hidden;
}
#scene_navi ul li {
  width: 10px;
  height: 10px;
  position: relative;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
#scene_navi ul li:last-child {
  margin-right: 0;
}
#scene_navi ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
}

#gallery {
  background: #000;
  padding: 40px 0px;
}
#gallery .gallery_inner {
  line-height: 1.8;
  color: #fff;
}
#gallery a {
  display: block;
}

#news {
  background: #000;
  padding: 40px 0px;
}
#news .news_main {
  width: 100%;
  color: #fff;
  text-align: left;
  line-height: 1.8;
}
#news .newsContainer {
  margin-top: 40px;
}
#news .newsContainer:first-child {
  margin-top: 0px;
}

#about {
  background: #000;
  padding: 40px 0px;
}
#about table {
  width: 100%;
}
#about td {
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  color: #fff;
  padding-bottom: 20px;
}
#about tr > :first-child {
  width: 28%;
  /*170px*/
}
#about tr:last-child td {
  padding-bottom: 0px;
}

#location {
  background: #000;
  padding: 40px 0px;
}
#location .mapbox {
  width: 100%;
  font-size: 11px;
  text-align: left;
  color: #fff;
}
#location .mapArea {
  width: 100%;
  height: 150px;
  background: #ccc;
}
#location .maplink {
  font-size: 11px;
  text-align: right;
  margin-top: 10px;
}
#location .loc_ttl {
  font-size: 14px;
}
#location a:link {
  text-decoration: underline;
}

#CSR {
  background: #000;
  padding: 40px 0px;
}
#CSR .CSR_inner {
  line-height: 1.8;
  color: #fff;
}
#CSR p.CSR_text {
  text-align: left;
}
#CSR ul {
  position: relative;
  margin: 40px auto 0;
  width: 100%;
}
#CSR ul li {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: 48%;
  background: #fff;
  padding: 10px 8px;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#CSR ul li:nth-child(2n) {
  margin-right: 0;
}
#CSR ul li a.modal-link {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
#CSR ul li a.modal-link p {
  display: table-cell;
  height: 36px;
  width: 240px;
  vertical-align: middle;
  text-align: center;
  color: #000;
  font-size: 10px;
  line-height: 1.2;
  font-weight: bold;
}
#CSR ul li a.modal-link .display-none {
  display: none;
}
#CSR ul li a.modal-link img.thumbnail {
  margin: 5px 0;
}
#CSR ul li a.modal-link img.CSR_btn {
  width: 23px;
  float: right;
  right: 10px;
  margin-top: 5px;
}

#contact {
  background: #fff;
  padding: 40px 0px;
}
#contact a {
  display: block;
}

footer {
  width: 100%;
  position: relative;
  margin: 10px auto;
  background: #fff;
}
footer .topBtn {
  width: 100%;
  text-align: right;
}
footer .topBtn img {
  width: 10%;
}
