@charset "utf-8";
/* ------------------------------
Roboto Font
------------------------------ */
@import url("http://fonts.googleapis.com/css?family=Roboto:400,300,700,100");
/* ------------------------------
RESET
------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
/* ------------------------------
YUI 3.18.1 (build f7e7bcb)
------------------------------ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
/* for IE */
  *font: x-small;
/* for IE in quirks mode */
}
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%;
}
#yui3-css-stamp.cssfonts {
  display: none;
}
html,
body {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
}
/* ------------------------------
 HEADER
 ------------------------------ */
.headerWrapper {
  width: 100%;
  height: 70px;
  background-color: #fff;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 49;
}
@media screen and (max-width: 900px) {
  .headerWrapper {
    padding-left: 0;
  }
}
.headerWrapper .header {
  min-width: 900px;
  margin: 0 auto;
}
.headerWrapper .header ul.ci {
  padding: 19px 0;
  zoom: 1;
}
.headerWrapper .header ul.ci:before,
.headerWrapper .header ul.ci:after {
  content: "";
  display: table;
}
.headerWrapper .header ul.ci:after {
  clear: both;
}
.headerWrapper .header ul.ci li {
  float: left;
}
.headerWrapper .header ul.ci li:first-child {
  padding-right: 17px;
  border-right: #999 1px solid;
  margin-right: 17px;
}
.headerWrapper .header ul.lang {
  position: absolute;
  top: 28px;
  right: 30px;
}
.headerWrapper .header ul.lang li {
  display: inline-block;
  padding: 0 10px;
}
.headerWrapper .header ul.lang li:first-child {
  border-right: #999 1px solid;
  padding-right: 17px;
}
.headerWrapper .header ul.lang li a,
.headerWrapper .header ul.lang li span {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 100%;
/* for setting 13px */
}
.headerWrapper .header ul.lang li a:link,
.headerWrapper .header ul.lang li a:visited {
  color: #000;
  text-decoration: none;
}
.headerWrapper .header ul.lang li a:hover,
.headerWrapper .header ul.lang li a:active {
  color: #222;
  text-decoration: underline;
}
.headerWrapper .header ul.lang li span {
  color: #999;
}
.headerMenuWrapper {
  width: 100%;
  height: 61px;
  background-repeat: repeat-x;
  background-position: left top;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
  z-index: 50;
}
.headerMenuWrapper .headerMenu {
  width: 900px;
  margin: 0 auto;
  padding: 16px 0;
  border-bottom: 2px solid #fff;
  position: relative;
}
.headerMenuWrapper .headerMenu .txt {
  position: absolute;
  top: 12px;
  right: 0;
  width: 174px;
  display: block;
  height: 27px;
  overflow: hidden;
}
.headerMenuWrapper .headerMenu ul {
  display: table;
}
.headerMenuWrapper .headerMenu ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: auto;
  padding: 0 12px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  font-size: 100%;
/* for setting 13px */
  line-height: 1;
}
.headerMenuWrapper .headerMenu ul li.home {
  width: 21px;
  text-align: left;
  padding-left: 0;
}
.headerMenuWrapper .headerMenu ul li.home a,
.headerMenuWrapper .headerMenu ul li.home span {
  display: block;
  height: 20px;
  overflow: hidden;
}
.headerMenuWrapper .headerMenu ul li a:link,
.headerMenuWrapper .headerMenu ul li a:visited {
  text-decoration: none;
}
.headerMenuWrapper .headerMenu ul li a:hover,
.headerMenuWrapper .headerMenu ul li a:active {
  text-decoration: underline;
}
.headerMenuWrapper.light {
  background-image: url("../images/header_dark_bg.png");
}
.headerMenuWrapper.light.future {
  background-image: none;
}
.headerMenuWrapper.light .headerMenu {
  border-bottom: 2px solid #fff;
}
.headerMenuWrapper.light .headerMenu li a {
  display: block;
}
.headerMenuWrapper.light .headerMenu li a:link,
.headerMenuWrapper.light .headerMenu li a:visited {
  color: #fff;
}
.headerMenuWrapper.light .headerMenu li a:hover,
.headerMenuWrapper.light .headerMenu li a:active {
  color: #fff;
}
.headerMenuWrapper.light .headerMenu li span {
  display: block;
  color: #fff;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.headerMenuWrapper.light .headerMenu li.home a,
.headerMenuWrapper.light .headerMenu li.home span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.headerMenuWrapper.light .headerMenu li.home a img,
.headerMenuWrapper.light .headerMenu li.home span img {
  margin-top: 0;
}
.headerMenuWrapper.light .headerMenu .txt a,
.headerMenuWrapper.light .headerMenu .txt span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.headerMenuWrapper.light .headerMenu .txt a img,
.headerMenuWrapper.light .headerMenu .txt span img {
  margin-top: 0;
}
.headerMenuWrapper.dark {
  background-image: url("../images/header_light_bg.png");
}
.headerMenuWrapper.dark .headerMenu {
  border-bottom: 2px solid #222;
}
.headerMenuWrapper.dark .headerMenu li a {
  display: block;
}
.headerMenuWrapper.dark .headerMenu li a:link,
.headerMenuWrapper.dark .headerMenu li a:visited {
  color: #222;
}
.headerMenuWrapper.dark .headerMenu li a:hover,
.headerMenuWrapper.dark .headerMenu li a:active {
  color: #222;
}
.headerMenuWrapper.dark .headerMenu li span {
  display: block;
  color: #222;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.headerMenuWrapper.dark .headerMenu li.home a,
.headerMenuWrapper.dark .headerMenu li.home span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.headerMenuWrapper.dark .headerMenu li.home a img,
.headerMenuWrapper.dark .headerMenu li.home span img {
  margin-top: -20px;
}
.headerMenuWrapper.dark .headerMenu .txt a,
.headerMenuWrapper.dark .headerMenu .txt span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.headerMenuWrapper.dark .headerMenu .txt a img,
.headerMenuWrapper.dark .headerMenu .txt span img {
  margin-top: -27px;
}
.root .headerWrapper {
  position: fixed;
  top: 0;
  left: 0;
}
.root .headerMenuWrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 118px;
  display: none;
}
/* ------------------------------
 FOOTER
 ------------------------------ */
.footerWrapper {
  border-top: 1px solid #e4e4e4;
  padding: 40px 0;
  text-align: center;
  background-color: #fff;
  z-index: 110;
  position: relative;
}
.footer .nav {
  text-align: center;
  margin: 0 auto;
}
.footer .nav li {
  display: inline-block;
  font-size: 123.1%;
/* for setting 16px */
  padding: 2px 10px;
}
.footer .nav li a {
  color: #222;
}
.footer .nav li a:link,
.footer .nav li a:visited {
  text-decoration: none;
}
.footer .nav li a:hover,
.footer .nav li a:active {
  text-decoration: underline;
}
.footer .nav li:first-child {
  border: none;
  padding-left: 0;
  margin-left: 0;
}
.footer .copytight {
  margin-top: 30px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 85%;
/* for setting 11px */
  letter-spacing: 0.05em;
  text-align: center;
}
.goHome {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9000;
}
.goHome a {
  display: block;
  width: 34px;
  height: 47px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-image: url("../images/btn_home.png");
  -webkit-background-size: 68px 94px;
  -moz-background-size: 68px 94px;
  background-size: 68px 94px;
  text-indent: 100%;
  overflow: hidden;
}
.goHome a:link,
.goHome a:visited {
  color: #222;
  text-decoration: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.goHome a:hover,
.goHome a:active {
  color: #222;
  text-decoration: none;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.goHome.hidden {
  display: none;
}
.goHome.light a {
  color: #fff;
}
.goHome.dark a {
  color: #222;
}
.goHome.light.up a {
  background-position: 0px 0px;
}
.goHome.light.down a {
  background-position: -34px 0px;
}
.goHome.dark.up a {
  background-position: 0px -47px;
}
.goHome.dark.down a {
  background-position: -34px -47px;
}
.goHome.goTop a {
  background-image: url("../images/btn_top.png");
}
/* ------------------------------
 CONTENTS
 ------------------------------ */
.root img {
  vertical-align: middle;
}
.root .headerWrapper {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ddd;
}
.root .headerMenuWrapper {
  position: absolute;
  top: 70px;
  left: 0;
  display: block;
  height: auto;
}
.root .main {
  margin-top: 180px;
}
.root .main .contentTop {
  width: 900px;
  margin: 0 auto 61px;
  position: relative;
}
.root .main .contentTop .pageTitle {
  padding-top: 50px;
  text-align: center;
}
.root .main .contentTop p {
  font-size: 123.1%;
/* for setting 16px */
  line-height: 1.8;
  margin-top: 45px;
  text-align: center;
}
.root .main .contentTop .sns {
  position: absolute;
  top: -10px;
  right: 0;
}
.root .main .contentTop .sns li {
  display: inline-block;
}
.root .main .contentTitle {
  background: url("../vision/images/hero.jpg") center top no-repeat;
  min-height: 420px;
}
.root .main .contentTitle .wrap {
  width: 980px;
  margin: 0 auto;
  padding-left: 64px;
}
.root .main .contentTitle .wrap .title {
  color: #222;
  font-size: 34px;
  display: table-cell;
  vertical-align: bottom;
  padding: 22px 0;
  width: 520px;
  height: 189px;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.root .main .contentTitle .wrap .text {
  color: #222;
  font-size: 15px;
  width: 520px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.root .main .content {
  width: 980px;
  margin: 0 auto;
  padding: 67px 0;
}
.root .main .content +.content {
  border-top: 1px solid #333;
  padding-top: 49px;
  margin-top: 6px;
}
.root .main .content >.title {
  font-size: 36px;
  padding: 0 0 26px;
  position: relative;
}
.root .main .content >.title:before {
  content: '';
  display: block;
  background-color: #fff000;
  width: 220px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.root .main .content >.title:after {
  content: '';
  display: block;
  background-color: #222;
  width: 15px;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.root .main .content .columnWrap {
  display: table;
  width: 100%;
  padding-top: 47px;
}
.root .main .content .columnWrap .column.left,
.root .main .content .columnWrap .column.right {
  display: table-cell;
  vertical-align: top;
}
.root .main .content .columnWrap .column section {
  padding-left: 58px;
}
.root .main .content .columnWrap .column section +section {
  padding-top: 47px;
}
.root .main .content .columnWrap .column section .title {
  color: #222;
  font-size: 22px;
  line-height: 1.5;
  position: relative;
}
.root .main .content .columnWrap .column section .title:before {
  content: '';
  display: block;
  background-color: #222;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 16px;
  left: -58px;
  margin-top: -1px;
}
.root .main .content .columnWrap .column section .text {
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  padding-top: 23px;
  letter-spacing: 0.02em;
}
.root .main .content .columnWrap .column section ol {
  counter-reset: liCounter;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  margin-top: 14px;
  padding: 20px 34px;
}
.root .main .content .columnWrap .column section ol li {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 41px;
}
.root .main .content .columnWrap .column section ol li +li {
  margin-top: 7px;
}
.root .main .content .columnWrap .column section ol li:before {
  counter-increment: liCounter;
  content: counter(liCounter);
  color: #000;
  font-size: 18px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  position: absolute;
  top: -2px;
  left: 0px;
}
.root .main .content .columnWrap .column section ol li:after {
  content: '';
  display: block;
  background-color: #222;
  width: 11px;
  height: 1px;
  position: absolute;
  top: 11px;
  left: 19px;
}
.root .main .content .columnWrap .column.profile figcaption {
  color: #000;
  font-size: 14px;
  padding: 24px 0;
  position: relative;
}
.root .main .content .columnWrap .column.profile figcaption:after {
  content: '';
  display: block;
  border-bottom: 1px solid #000;
  width: 71px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.root .main .content .columnWrap .column.profile .text {
  color: #000;
  font-size: 12px;
  line-height: 1.6;
  padding-top: 14px;
}
.root .main .content.column1 .columnWrap {
  display: block;
}
.root .main .content.column1 .columnWrap .column {
  display: block;
}
.root .main .content.column2.imgLeft .columnWrap .column.left {
  width: 400px;
  padding-top: 8px;
}
.root .main .content.column2.imgLeft .columnWrap .column.right {
  padding-left: 36px;
}
.root .main .content.column2.imgRight .columnWrap .column.left {
  padding-right: 65px;
}
.root .main .content.column2.imgRight .columnWrap .column.right {
  width: 400px;
  padding-top: 4px;
}
.root .main .content.column2.imgRight .columnWrap .column.right.profile {
  width: 323px;
}
.root .main .content.content2 {
  padding-bottom: 54px;
}
.root .main .content.content2 .columnWrap {
  padding-top: 45px;
}
.root .main .content.content2 .columnWrap .column .text {
  padding-top: 18px;
}
.root .main .content.content3 {
  padding-top: 56px;
}
.root .main .content.content3 .columnWrap {
  padding-top: 41px;
}
.root .main >.image {
  background: url("../vision/images/img1.jpg") center top no-repeat;
  height: 360px;
}
.root .main .movie {
  background-color: #eee;
  text-align: center;
  padding: 58px 0;
}
.root .main .movie a:link,
.root .main .movie a:visited {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.root .main .movie a:hover,
.root .main .movie a:active {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
/* ------------------------------
 モーダル
 ------------------------------ */
#modalBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  display: none;
}
#modal {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9999;
  height: 100%;
}
#modal .center {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 0;
}
#modal .center .wrapper {
  position: relative;
}
#modal .close {
  display: block;
  padding: 5px;
}
#modal .close.fixed {
  position: fixed;
  top: 0;
}
#modal.movie {
  margin-left: -450px;
}
#modal.movie .close {
  position: absolute;
  top: -64px;
  right: -2px;
}
area {
  outline: 0;
  border: 0;
}
