@charset "UTF-8";
/****************************************
Setting
*****************************************/
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, font, 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, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  vertical-align: baseline; }

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, figure {
  _text-align: left;
  /* IE6センタリング */ }

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

* {
  letter-spacing: 0; }

/* IE7 */
ul {
  list-style: none; }

body {
  font-size: 16px;
  line-height: 1.8em;
  color: #333;
  position: relative;
  /* IE7拡大用 */
  _text-align: center;
  /* IE6センタリング */ }

/* font-style */
strong {
  font-weight: bold;
  /* font-style */ }

em {
  font-weight: bold;
  /* font-style */ }

.itaric {
  font-style: italic; }

.small {
  font-size: 80%; }

.big {
  font-size: 140%;
  font-weight: bold; }

.clear {
  clear: both; }

.hidden {
  display: none; }

.no-align, .no-alignment, .no-wrap, .wrapping {
  overflow: hidden; }

:focus {
  -moz-outline-style: none; }

/* Links */
a, a:visited {
  color: #0088cc;
  text-decoration: none; }

a:hover, a:active {
  text-decoration: none; }

a:active, a:focus {
  outline: 0 none; }

/****************************************
img png_gif
*****************************************/
img {
  behavior: url(iepngfix.htc); }

/*** #666c67 ***/
/*** #736d71 ***/
/*** #806161 ***/
/*** #bc8f8f ***/
/*** #FF3333 ***/
/*** #33CCFF ***/
/*** #FFFF00 ***/
/*** #3366FF ***/
/*** #FF66CC ***/
/*** #66FF33 ***/
/*** #FF6600 ***/
/*** #FF99CC ***/
.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

/****************************************
font-style
*****************************************/
/*　通常指定　*/
body {
  font-family: Questrial, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 0.9285em; }

/*　Safari・Chrome用指定　*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body {
    font-family: Questrial, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo ,sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 0.9285em; } }
@media screen and (max-width: 390px) {
  body {
    font-size: 1em; } }
/***********************************
edit-style
***********************************/
html, body {
  margin: 0px;
  padding: 0px; }

html {
  height: 100%; }

body.top {
  height: 100%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

a {
  text-decoration: none; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.clearfix {
  display: block;
  overflow: hidden;
  *zoom: 1; }

#mobile {
  color: #CCC;
  width: 180px;
  background: rgba(105, 105, 105, 0.5);
  display: inline-block;
  margin: 10px auto 0 10px;
  padding: 0px 10px;
  border-radius: 3px;
  border: 1px #666 solid;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  font-family: 'Questrial', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300; }
  #mobile a {
    color: #FFF; }
    #mobile a.stay {
      color: #999; }

/**************************
top
**************************/
.top #logo {
  margin: 20% auto 30px auto;
  width: 80%;
  max-width: 640px; }

#logo .opc {
  opacity: 0.8; }

.top #hero1 {
  background-image: url("images/homebg-i1.jpg");
  height: 100%;
  min-height: 800px; }

@media screen and (max-width: 640px) {
  .top #hero1 {
    background-image: url("images/bg2-3.jpg");
    height: 100%;
    min-height: 800px; } }
#hero1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

#hero1 h3 {
  width: 90%;
  text-align: center;
  margin: 20px auto;
  line-height: 1.8;
  letter-spacing: 0.2em;
  padding-left: 0.2em; }

@media screen and (max-width: 640px) {
  .top #logo {
    margin: 200px auto 30px auto;
    width: 90%;
    max-width: 600px; }

  #hero1 {
    text-align: center;
    height: 100%;
    min-height: 800px; }
    #hero1 h3 {
      width: 90%;
      text-align: center;
      margin: 20px auto;
      font-size: 14px;
      line-height: 1.8;
      letter-spacing: 0.2em;
      padding-left: 1em; } }
.hero, .content {
  text-align: center;
  position: relative;
  width: 100%; }

.inner {
  /* min-height: 750px; */
  position: relative; }

.blue {
  background-color: #666c67;
  color: #FFF; }
  .blue a, .blue a:visited {
    color: #F8F8F8; }

.blk {
  background: url("images/pc/bg-02.jpg");
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  min-height: 700px;
  color: #FFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }
  .blk a, .blk a:visited {
    color: #F8F8F8; }

.top .inner {
  height: 100%;
  min-height: 750px;
  position: relative; }

@media screen and (max-width: 640px) {
  .top .inner {
    min-height: initial;
    min-height: auto;
    height: 100%; } }
body.top {
  /* background: rgba(0, 0, 0, 0.2); */
  /* box-shadow */
  box-shadow: rgba(51, 51, 51, 0.6) 0px 0px 50px 5px inset;
  -webkit-box-shadow: rgba(51, 51, 51, 0.6) 0px 0px 50px 5px inset;
  -moz-box-shadow: rgba(51, 51, 51, 0.6) 0px 0px 50px 5px inset; }

.content .copy {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: auto;
  padding-top: 30px;
  padding-bottom: 30px; }
  .content .copy h1 {
    margin: 10px auto 20px auto;
    font-size: 40px; }

#con3 .copy {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px; }
  #con3 .copy h1 {
    margin: 10px auto 20px auto;
    font-size: 50px;
    color: #FFF; }
    #con3 .copy h1 span {
      font-size: 20px; }

#con5 {
  min-height: 100px; }

h4.center {
  margin: 20px auto;
  max-width: 640px;
  text-align: center; }

a.center {
  display: block;
  margin: 0px auto;
  width: 80%;
  max-width: 320px;
  text-align: center; }

/**************************
sns
**************************/
.inner .sns {
  display: block;
  padding: 30px;
  overflow: hidden;
  zoom: 1;
  text-align: center; }
  .inner .sns h1 {
    margin: 20px auto 20px auto;
    font-size: 80px;
    font-Weight: normal;
    font-Weight: 300;
    font-family: Questrial,sans-serif;
    color: #FFF; }

.fb-box, .tw-box {
  display: inline-block;
  width: 100%;
  max-width: 640px;
  height: 470px;
  margin: 10px;
  padding: 10px;
  vertical-align: top;
  border-radius: 3px;
  /* background: rgba(255, 255, 255, 0.8); */
  text-align: center; }

/**************************
footer
**************************/
footer {
  position: relative;
  width: 100%;
  height: 30px;
  color: #333333;
  display: block;
  text-align: center;
  font-size: 14px; }

.foot-box {
  display: table-cell;
  line-height: 30px;
  vertical-align: middle;
  width: 30%;
  height: 30px;
  margin: 0 auto;
  text-align: center; }
  .foot-box:first-child {
    text-align: left;
    padding-left: 20px; }
  .foot-box:last-child {
    padding-right: 20px; }

.sns-menu {
  display: table; }
  .sns-menu li {
    display: table-cell;
    line-height: 30px;
    vertical-align: middle;
    height: 30px;
    padding: 0 10px; }
    .sns-menu li:last-child {
      margin-right: 0; }
    .sns-menu li img {
      max-height: 20px;
      margin-right: 10px;
      vertical-align: middle; }

/**************************
nav
**************************/
/**********************************
header
**********************************/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: transparent;
  z-index: 9999; }

header h1 {
  font-size: 1em; }

header h1 br {
  display: none; }

.top header h1 {
  width: 200px;
  margin: 0 auto;
  padding-top: 120px;
  text-align: center;
  opacity: 1; }
  .top header h1 img {
    margin: 10px auto;
    width: 100%; }

.page header h1 {
  width: 80px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
  opacity: 1; }
  .page header h1 img {
    margin: 0 auto;
    width: 100%; }

/**********************************
    メニュー
**********************************/
.menu {
  overflow-y: auto;
  /* 縦方向のみスクロール */
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  max-width: 320px;
  /* 横に広がり過ぎないように */
  color: #FFF;
  background: #FFF;
  text-align: left;
  z-index: 9999;
  /* アニメーション */
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.menu ul {
  margin-top: 60px; }

.menu ul li a {
  display: block;
  padding: 1.25em;
  color: #555;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none; }

.menu ul li a:hover {
  /* color:#fff; */
  background: #F8F8F8; }

/* メニューON/OFF */
.menuOff {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 9999;
  /* 最前面に来るように */ }

.menuOn {
  box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.ie .menuOff {
  left: -100%;
  /* IE向け */ }

.ie .menuOn {
  left: 0;
  /* IE向け */ }

/* ナビゲーション以外固定 */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

/* オーバーレイ */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  z-index: 999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

/**********************************
    ナビゲーションアイコン
**********************************/
.navBtn {
  position: absolute;
  top: 1em;
  left: 1em; }

/* IE8以下はアイコン位置調整 */
#ie8 .navBtn,
#ie7 .navBtn,
#ie6 .navBtn {
  top: 30px; }

.navBtn button {
  display: block;
  border: none;
  background: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  −moz−tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.navIcon {
  padding: 2rem 1rem;
  cursor: pointer;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8); }

.navIcon,
.navIcon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.navIcon {
  position: relative;
  width: 40px;
  height: 40px; }

.navIcon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #444;
  border-radius: 1px; }

.navIcon span:nth-of-type(1) {
  top: 0; }

.navIcon span:nth-of-type(2) {
  top: 12px; }

.navIcon span:nth-of-type(3) {
  top: 24px; }

.navIcon span:nth-of-type(4) {
  top: 36px;
  width: 50%; }

/**********************************
    ナビアイコン：矢印
**********************************/
.navIcon span.arrow:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-315deg);
  transform: translateY(12px) rotate(-315deg); }

.navIcon span.arrow:nth-of-type(2) {
  opacity: 0; }

.navIcon span.arrow:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(315deg);
  transform: translateY(-12px) rotate(315deg); }

.navIcon span.arrow:nth-of-type(4) {
  opacity: 0; }

/**********************************
    ナビアイコン：ハンバーガー
**********************************/
.hamburger {
  -webkit-animation-name: navIconSlideFrom;
  -moz-animation-name: navIconSlideFrom;
  animation-name: navIconSlideFrom; }

@-webkit-keyframes navIconSlideFrom {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); } }
@-moz-keyframes navIconSlideFrom {
  0% {
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg); } }
@keyframes navIconSlideFrom {
  0% {
    transform: rotate(-180deg); } }
/* ナビアイコン：ハンバーガー:before */
.hamburger:before {
  -webkit-animation-name: navIconSlideBeforeFrom;
  -moz-animation-name: navIconSlideBeforeFrom;
  animation-name: navIconSlideBeforeFrom; }

@-webkit-keyframes navIconSlideBeforeFrom {
  0% {
    margin: 3% 37%;
    width: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }
@-moz-keyframes navIconSlideBeforeFrom {
  0% {
    margin: 3% 37%;
    width: 50%;
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); } }
@keyframes navIconSlideBeforeFrom {
  0% {
    margin: 3% 37%;
    width: 75%;
    transform: rotate(45deg); } }
/* ナビアイコン：ハンバーガー:after */
.hamburger:after {
  -webkit-animation-name: navIconSlideAfterFrom;
  -moz-animation-name: navIconSlideAfterFrom;
  animation-name: navIconSlideAfterFrom; }

@-webkit-keyframes navIconSlideAfterFrom {
  0% {
    margin: 3% 37%;
    width: 75%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
@-moz-keyframes navIconSlideAfterFrom {
  0% {
    margin: 3% 37%;
    width: 75%;
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
@keyframes navIconSlideAfterFrom {
  0% {
    margin: 3% 37%;
    width: 75%;
    transform: rotate(-45deg); } }
/**********************************
    レスポンシブ
**********************************/
@media screen and (max-width: 800px) {
  header h1 {
    line-height: 1.3; }

  header h1 br {
    display: block; }

  header .menu {
    width: 50%; } }
@media screen and (max-width: 480px) {
  header h1 {
    font-size: 1.2em; }

  header .navBtn {
    top: 0;
    left: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5); }

  header .menu {
    width: 70%; } }
#hero1 #homenav h3 {
  width: auto;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
  letter-spacing: 0;
  padding-left: 0; }

#homenav {
  width: 80%;
  /*** max-width:960px; ***/
  /*** background: rgba(255, 255, 255, 0.9); ***/
  margin: 0 auto;
  display: block;
  overflow: hidden;
  zoom: 1;
  text-align: center; }
  #homenav h1 {
    margin: 0 auto;
    padding-top: 20%;
    display: block;
    width: 30%;
    max-width: 240px; }
  #homenav ul {
    padding-top: 100px; }
  #homenav li {
    display: inline-block;
    list-style: none;
    text-align: center;
    width: 14%;
    max-width: 120px; }
    #homenav li:last-child {
      margin-right: 0; }
    #homenav li a {
      display: block;
      margin: 0 auto;
      padding: 0 6px;
      text-decoration: none;
      color: #555;
      font-weight: normal;
      display: block;
      -webkit-tap-highlight-color: transparent;
      -moz-tap-highlight-color: transparent;
      tap-highlight-color: transparent; }
      #homenav li a.home_logo {
        width: 100px;
        color: #333; }
      #homenav li a img {
        display: block;
        width: 100%; }
    #homenav li a:hover {
      /*** overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; ***/ }

.page #homenav {
  width: 80%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  zoom: 1;
  text-align: center; }
  .page #homenav ul {
    /* padding-top:100px; */ }
  .page #homenav li {
    display: inline-block;
    list-style: none;
    text-align: center;
    width: 14%;
    max-width: 100px; }
    .page #homenav li a img {
      display: block;
      width: 100%;
      vertical-align: baseline; }
.page #worknav {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  zoom: 1;
  text-align: center; }
  .page #worknav ul {
    /* padding-top:100px; */ }
  .page #worknav li {
    display: inline-block;
    list-style: none;
    text-align: center; }
    .page #worknav li a {
      padding: 3px 10px;
      font-size: 13px;
      color: #333; }
      .page #worknav li a:hover {
        border-bottom: 1px #CCC solid; }
      .page #worknav li a.stay {
        font-weight: bold;
        border-bottom: 1px rosybrown solid; }

@media screen and (max-width: 780px) {
  #homenav h1 {
    margin: 0 auto;
    padding-top: 60%;
    display: block;
    width: 30%;
    max-width: 300px; }
  #homenav ul {
    text-align: center;
    padding-top: 50px; }
  #homenav li {
    float: none;
    width: 130px;
    text-align: center;
    border-right: 0 none; }
    #homenav li.home_button {
      display: block;
      margin: 0 auto; }
    #homenav li:last-child {
      border-bottom: 0 none; }
    #homenav li a {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px; }
      #homenav li a.home_logo {
        width: 100%;
        color: #333; } }
@media screen and (max-width: 640px) {
  #homenav {
    text-align: center; }
    #homenav h1 {
      padding-top: 30%;
      display: block;
      width: 50%;
      max-width: 300px; }
    #homenav ul {
      padding-top: 50px; }
    #homenav li {
      display: block;
      margin: 0 auto;
      text-align: center;
      border-right: 0 none; }
      #homenav li:last-child {
        margin-right: auto; } }
@media screen and (max-width: 640px) {
  .page #homenav {
    display: none; }
  .page #worknav {
    text-align: center; } }
/**********************************
an-container
**********************************/
.top #an-logo {
  display: none;
  -webkit-transform: translate3d(0, 0, 0); }

#an-container {
  position: relative;
  margin: 0 auto;
  width: 1060px;
  height: auto;
  min-height: 850px; }

@media screen and (max-width: 920px) {
  #an-container {
    width: 100%;
    max-width: 640px; } }
@media screen and (max-width: 640px) {
  .top #an-logo {
    display: none;
    width: 200px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center; }

  #an-container {
    width: auto;
    min-height: 640px;
    height: 100%; } }
#screen {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1; }
  #screen img {
    display: none;
    width: 100%; }

#screen-on {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 1; }
  #screen-on img {
    display: none;
    width: 100%; }

#screen-over {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 1; }
  #screen-over img {
    display: none;
    width: 100%; }

#area-bg-sir {
  opacity: 1;
  width: 100%; }

#cube-on-1 {
  z-index: 777;
  opacity: 1;
  /* display: block;
  display: none; */
  top: 347px;
  left: 0;
  width: 100%; }

#cube-on-2 {
  z-index: 778;
  opacity: 1;
  display: none;
  top: 434px;
  left: 614px;
  width: 28px; }

#cube-on-3 {
  z-index: 778;
  opacity: 1;
  display: none;
  top: 418px;
  left: 954px;
  width: 70px; }

#cube-on-4 {
  z-index: 778;
  opacity: 1;
  display: none;
  top: 550px;
  left: 59px;
  width: 32px; }

#cube-on-5 {
  z-index: 778;
  opacity: 1;
  display: none;
  top: 582px;
  left: 164px;
  width: 826px; }

#cube-on-6 {
  z-index: 778;
  opacity: 1;
  display: none;
  top: 574px;
  left: 273px;
  width: 18px; }

#cube-on-7 {
  z-index: 779;
  opacity: 1;
  display: none;
  top: 564px;
  left: 457px;
  width: 115px; }

.an-bg-grid {
  -webkit-transform: translate3d(0, 0, 0); }

.an-bg-grid-on {
  -webkit-transform: translate3d(0, 0, 0); }

.an-bg-grid-over {
  -webkit-transform: translate3d(0, 0, 0); }

.screen-image {
  position: absolute;
  /* display: block; */
  display: none;
  -webkit-transform: translate3d(0, 0, 0); }

@media screen and (max-width: 920px) {
  #cube-on-1 {
    z-index: -3;
    top: 10%;
    left: 0;
    width: 100%; }

  #cube-on-2 {
    z-index: -1;
    top: 15%;
    left: 80%;
    width: 3%; }

  #cube-on-3 {
    z-index: -1;
    top: 15%;
    left: 90%;
    width: 6.6%; }

  #cube-on-4 {
    z-index: -1;
    top: 18%;
    left: 5%;
    width: 3%; }

  #cube-on-5 {
    z-index: -1;
    top: 26%;
    left: 8%;
    width: 77.9%; }

  #cube-on-6 {
    z-index: -1;
    top: 23%;
    left: 20%;
    width: 1.2%; }

  #cube-on-7 {
    z-index: -1;
    top: 20%;
    left: 30%;
    width: 10.85%; } }
@media screen and (max-width: 620px) {
  #cube-on-1 {
    top: 10%; }

  #cube-on-2 {
    top: 12%; }

  #cube-on-3 {
    top: 13%; }

  #cube-on-4 {
    top: 14%; }

  #cube-on-5 {
    top: 16%; }

  #cube-on-6 {
    top: 15%; }

  #cube-on-7 {
    top: 14%; } }
#hero1 .an-nav {
  position: relative;
  width: 100%;
  max-width: 960px;
  padding: 430px 0 0 0;
  z-index: 100;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  text-align: center; }
  #hero1 .an-nav li {
    display: inline-block;
    width: 168px;
    height: 168px;
    margin: 0 9px 18px 9px;
    padding: 0;
    vertical-align: top;
    border: 0 none;
    color: #333;
    display: none;
    overflow: hidden; }
    #hero1 .an-nav li a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      color: #333;
      vertical-align: middle;
      text-decoration: none;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      box-shadow: rgba(51, 51, 51, 0.6) 0px 0px 30px 80px inset;
      -webkit-box-shadow: rgba(51, 51, 51, 0.6) 0px 0px 30px 80px inset;
      -moz-box-shadow: rgba(51, 51, 51, 0.6) 0px 0px 30px 80px inset;
      /* box-shadow:rgba(255, 255, 255, 0.5) 0px 0px 30px 80px inset; */
      /* -webkit-box-shadow:rgba(255, 255, 255, 0.5) 0px 0px 30px 80px inset; */
      /* -moz-box-shadow:rgba(255, 255, 255, 0.5) 0px 0px 30px 80px inset; */ }
      #hero1 .an-nav li a img {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        color: #333;
        vertical-align: bottom;
        text-decoration: none; }
      #hero1 .an-nav li a h3 {
        color: #FFF;
        text-shadow: 0px 0px 3px #333;
        margin: 0 auto;
        padding-top: 40%;
        letter-spacing: 0.1em; }
    #hero1 .an-nav li .an-menu-01 {
      background-image: url("images/menu/menuimg_01.jpg"); }
    #hero1 .an-nav li .an-menu-02 {
      background-image: url("images/menu/menuimg_02.jpg"); }
    #hero1 .an-nav li .an-menu-03 {
      background-image: url("images/menu/menuimg_03.jpg"); }
    #hero1 .an-nav li .an-menu-04 {
      background-image: url("images/menu/menuimg_04.jpg"); }
    #hero1 .an-nav li .an-menu-05 {
      background-image: url("images/menu/menuimg_05.jpg"); }
    #hero1 .an-nav li a:hover {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }
#hero1 .an-nav:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden; }
#hero1 .an-nav {
  display: inline-block;
  overflow: hidden; }

.screen-copy {
  position: absolute;
  display: block; }

@media screen and (max-width: 640px) {
  #hero1 #screen {
    display: none; }
  #hero1 .an-nav {
    padding: 250px 0 0 0;
    max-width: 320px; }
    #hero1 .an-nav li {
      display: block;
      margin: 0 9px 9px 9px; } }
/**********************************
button
**********************************/
.button {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden; }

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }

.button:hover {
  color: #FFF; }

.button::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%; }

.button:hover::after {
  left: 0;
  background-color: #111; }

a.button {
  color: #111; }

/*********************************
grid_menu
**********************************/
.style-menu {
  display: block;
  width: 100%;
  margin: 20px auto; }
  .style-menu ul {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1;
    text-align: center; }
    .style-menu ul li {
      display: inline-block;
      width: 320px;
      height: 320px;
      margin: 0;
      padding: 0;
      vertical-align: bottom;
      border: 0 none;
      color: #333; }
      .style-menu ul li a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        color: #333;
        vertical-align: bottom;
        text-decoration: none; }
        .style-menu ul li a img {
          display: block;
          position: relative;
          width: 100%;
          height: 100%;
          margin: 0;
          padding: 0;
          color: #333;
          vertical-align: bottom;
          text-decoration: none; }

.style-menu ul li a img.alogo {
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px auto;
  line-height: 2em; }

/**********************************
contents
**********************************/
#contents {
  width: 100%;
  position: relative;
  margin: 0 auto; }

#contents h2 {
  margin: 1em 0;
  color: #736d71;
  font-size: 2em; }

#contents p {
  color: #333;
  line-height: 1.8; }

/**********************************
content-copy
**********************************/
.copy h3 {
  margin: 30px auto 0 auto;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #666c67; }

.content-copy {
  display: block;
  color: #333;
  margin: 20px auto;
  width: 96%;
  overflow: hidden;
  *zoom: 1;
  text-align: center; }
  .content-copy .left {
    display: inline-block;
    margin: 0;
    padding: 1em;
    width: 48%;
    vertical-align: top; }
  .content-copy .right {
    display: inline-block;
    margin: 0;
    padding: 1em;
    width: 48%;
    text-align: left;
    vertical-align: top; }
  .content-copy h4 {
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 2;
    color: #444444; }
  .content-copy p {
    margin: 0;
    text-align: left;
    line-height: 2; }
  .content-copy ul {
    margin: 0;
    line-height: 2; }
  .content-copy li {
    line-height: 2; }

@media screen and (max-width: 640px) {
  .content-copy {
    display: block;
    margin: 20px auto;
    width: 98%; }
    .content-copy .left {
      display: block;
      margin: 0 auto;
      width: 100%; }
    .content-copy .right {
      display: block;
      margin: 0 auto;
      width: 100%; } }
/**********************************
about
**********************************/
/* .about {
		.lead-copy {
		    width:70%;
		    margin:0 auto;
		    font-size:1em;
		    line-height:2;
		}
		.content-copy {
			margin-bottom:30px;
		}
} */
.about-data {
  display: block;
  margin: 20px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 70%;
  overflow: hidden;
  *zoom: 1;
  text-align: center;
  line-height: 2.4;
  border-top: 1px #E0E0E0 solid;
  border-bottom: 1px #E5E5E5 solid; }
  .about-data dt {
    display: inline-block;
    width: 30%;
    margin: 0 auto;
    padding: 0 20px;
    vertical-align: top;
    text-align: right;
    color: #666c67; }
  .about-data dd {
    display: inline-block;
    width: 65%;
    margin: 0 auto;
    padding: 0 10px;
    vertical-align: top;
    text-align: left; }
  .about-data ol {
    margin-left: 1em; }

@media screen and (max-width: 740px) {
  .about-data {
    margin: 20px auto;
    width: 90%;
    text-align: center;
    line-height: 2.4; }
    .about-data dt {
      width: 100%;
      margin-top: 10px;
      padding: 0 10px;
      text-align: center; }
    .about-data dd {
      width: 100%;
      padding: 0 10px;
      text-align: center; }
    .about-data li {
      text-align: left; } }
@media screen and (max-width: 640px) {
  .about .lead-copy {
    width: 80%; }

  .about-data {
    font-size: 0.875em; } }
/**********************************
works_display
**********************************/
.content .copy.work-cont {
  padding-top: 0; }

@media screen and (max-width: 640px) {
  #hero1 .work-cont h3 {
    padding-top: 100px; } }
.works {
  display: block;
  margin: 20px auto;
  width: 96%;
  overflow: hidden;
  *zoom: 1;
  text-align: center; }
  .works h4 {
    width: 80%;
    margin: 20px auto 0;
    text-align: left; }
  .works ul {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
    vertical-align: middle; }
    .works ul li {
      display: inline-block;
      margin: 10px 20px;
      width: 40%;
      background: white;
      text-align: center;
      vertical-align: top; }
      .works ul li.empli {
        background: rgba(255, 255, 255, 0); }
      .works ul li a {
        display: block;
        width: 100%;
        margin: 0;
        padding: 5px; }
        .works ul li a img {
          display: block;
          width: 100%;
          height: auto;
          margin: 0;
          padding: 0; }
      .works ul li p {
        font-size: 13px;
        padding: 3px auto; }
    .works ul.works-left {
      text-align: right; }
    .works ul.works-center {
      text-align: center; }
    .works ul.works-right {
      text-align: left; }

/* *************************
bxslider
************************* */
.bx-wrapper li {
  height: auto; }

.sld {
  height: auto; }

.nsld {
  width: 90%;
  margin: 0 auto;
  text-align: center; }
  .nsld img {
    margin: 0 auto; }

.works-data {
  display: block;
  margin: 20px auto;
  width: 96%;
  overflow: hidden;
  *zoom: 1;
  text-align: center; }
  .works-data h4 {
    display: inline-block;
    width: 200px;
    margin: 0 20px;
    vertical-align: top;
    text-align: center; }
    .works-data h4 img {
      margin: 0 auto;
      width: 100%; }

@media screen and (max-width: 740px) {
  .works {
    margin: 20px auto; }
    .works ul {
      width: 80%;
      margin: 0 auto;
      vertical-align: top; }
      .works ul.works-left {
        text-align: center; }
      .works ul.works-center {
        text-align: center; }
      .works ul.works-right {
        text-align: center; }
      .works ul li {
        margin: 4px 4px;
        background: #fafafa; } }
@media screen and (max-width: 640px) {
  .works ul {
    width: 90%;
    margin: 0 auto;
    vertical-align: top; }
    .works ul.works-left {
      text-align: center; }
    .works ul.works-center {
      text-align: center; }
    .works ul.works-right {
      text-align: center; }
    .works ul li {
      margin: 4px 4px;
      background: #fafafa; } }
/**********************************
modal
**********************************/
.modal-content {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 800px;
  padding: 14px 20px;
  border-radius: 3px;
  background: #fff;
  /* overflow-y:scroll; */ }
  .modal-content h4 {
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
    color: #736d71;
    font-size: 14px; }
  .modal-content img {
    display: block;
    width: 100%;
    margin: 0 auto; }

.modal-content.if {
  position: absolute;
  display: none;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 660px;
  width: 100%;
  /* height:400px; */
  padding: 14px 20px;
  border-radius: 3px;
  background: #fff;
  overflow-y: hidden; }

.modal-content .yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.modal-content .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.modal-content p {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 0.92em; }

.modal-overlay {
  z-index: 90;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8); }

.modal-open {
  text-decoration: none; }

.modal-open:hover {
  cursor: pointer; }

p.modal-close-box {
  display: block;
  width: 100%;
  margin: 0;
  text-align: right;
  overflow: hidden;
  *zoom: 1; }

.modal-close {
  display: inline-block;
  width: 50px;
  font-size: 14px;
  border-radius: 2px;
  border: 1px #444 solid;
  margin: 0;
  padding: 6px 10px;
  color: #333;
  background-color: #F8F8F8;
  text-decoration: none;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-weight: 300; }

.modal-close:hover {
  cursor: pointer;
  background-color: #FFF; }

@media screen and (max-width: 740px) {
  .modal-content {
    max-width: initial;
    max-width: auto;
    width: 96%;
    padding: 14px 20px;
    overflow-y: scroll; }

  .modal-content.if {
    max-width: initial;
    max-width: auto;
    width: 96%;
    height: auto;
    padding: 14px 20px;
    overflow-y: hidden; } }
.modal-content .bx-viewport {
  min-height: 500px !important; }

.modal-content .bxslider li {
  width: auto !important;
  height: auto; }
  .modal-content .bxslider li img {
    height: auto; }

@media screen and (max-width: 740px) {
  .modal-content .bx-viewport {
    min-height: 400px !important; } }
@media screen and (max-width: 640px) {
  .modal-content .bx-viewport {
    min-height: 220px !important; } }
@media screen and (max-width: 480px) {
  .modal-content .bx-viewport {
    min-height: 180px !important; } }
/**********************************
news
**********************************/
#news {
  display: block;
  font-weight: normal;
  font-size: 1em;
  color: #333;
  margin: 10px auto;
  width: 100%;
  overflow: hidden;
  *zoom: 1; }

#news_listbox {
  width: 100%;
  background: 0; }

#news_list h3 {
  display: block;
  padding: .6em 1em;
  padding-bottom: 0;
  padding-left: 0; }

#news #feed-box {
  display: block;
  margin: 0 auto;
  max-height: 700px;
  overflow-y: scroll;
  color: #333;
  -webkit-overflow-scrolling: touch; }

.inner #feed a {
  height: auto; }
.inner #feed-box {
  margin: 0; }
  .inner #feed-box ul {
    margin: 0;
    padding: 5px;
    list-style: none;
    text-align: center;
    display: block;
    overflow: hidden;
    zoom: 1; }
  .inner #feed-box li {
    display: inline-block;
    height: auto;
    width: 90%;
    margin: 3px;
    position: relative;
    vertical-align: top;
    padding: 3px;
    text-align: left;
    overflow: hidden;
    zoom: 1; }
    .inner #feed-box li p {
      display: block;
      margin: 0; }
    .inner #feed-box li h4 {
      display: block;
      margin: 0;
      padding: 0;
      line-height: 1.4em;
      font-weight: bold; }
      .inner #feed-box li h4 a {
        font-weight: bold;
        color: #FFF; }
    .inner #feed-box li span {
      display: inline-block;
      margin-left: 1em;
      color: #ccc;
      font-size: 0.6em; }

/**********************************
page
**********************************/
.page #hero1 {
  background-image: url("images/bg2-3.jpg");
  height: 100%;
  min-height: 800px; }

.page #con1 {
  padding-top: 10px; }

@media screen and (max-width: 640px) {
  .page #con1 {
    padding-top: 100px; } }
.page #con3.londiv {
  padding-bottom: 70px; }

.page .t-center {
  text-align: center; }

.page #contents .lead-copy {
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 2; }
.page #contents .content-copy {
  margin-bottom: 30px; }

.about .lead-copy {
  width: 70%;
  margin: 0 auto;
  font-size: 1em;
  line-height: 2; }
.about .content-copy {
  margin-bottom: 30px; }

@media screen and (max-width: 640px) {
  .about .lead-copy {
    width: 90%; } }
#contents .service {
  display: block;
  margin: 30px auto;
  width: 100%;
  max-width: 960px;
  overflow: hidden;
  *zoom: 1;
  text-align: center; }
  #contents .service .left {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 30%;
    text-align: left;
    vertical-align: top; }
  #contents .service .right {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 70%;
    text-align: left;
    vertical-align: top; }
  #contents .service h3 {
    font-size: 1.4em;
    border-bottom: 1px rosybrown solid;
    margin-bottom: 30px;
    padding-bottom: 20px;
    width: 100%; }
  #contents .service h4 {
    font-size: 1.2em;
    padding-bottom: 6px; }
    #contents .service h4 span {
      color: #806161; }
  #contents .service h5 {
    font-size: 1.1em;
    color: #806161; }
  #contents .service h6 {
    font-size: 1.2em; }
  #contents .service .content-copy {
    width: 100%;
    text-align: left; }
    #contents .service .content-copy.manifesto {
      width: 70%;
      margin: 30px auto 100px; }
  #contents .service p {
    font-size: 1em;
    line-height: 2; }
  #contents .service .title-img {
    width: 50px;
    height: auto; }
  #contents .service .databox {
    background: rgba(188, 143, 143, 0.3);
    padding: 20px;
    border-radius: 2px; }
    #contents .service .databox dt {
      display: inline-block;
      margin: 0;
      padding: 0;
      width: 31%;
      text-align: left;
      vertical-align: top;
      font-size: 13px; }
      #contents .service .databox dt.ttbar {
        padding-bottom: 6px;
        font-weight: bold;
        color: #806161; }
    #contents .service .databox dd {
      display: inline-block;
      margin: 0;
      padding: 0;
      width: 69%;
      text-align: left;
      vertical-align: top;
      font-size: 13px;
      font-weight: bold; }
      #contents .service .databox dd.ttbar {
        padding-bottom: 6px;
        font-weight: bold;
        color: #806161; }
    #contents .service .databox .data-img {
      width: 100%;
      max-width: 640px; }

@media screen and (max-width: 640px) {
  #contents .service {
    margin: 30px auto; }
    #contents .service .left {
      display: none; }
    #contents .service .right {
      display: inline-block;
      margin: 0 auto;
      width: 90%;
      text-align: left; } }
#contents .item {
  display: block;
  margin: 30px auto;
  width: 100%;
  max-width: 960px;
  overflow: hidden;
  *zoom: 1;
  text-align: center;
  	/* .item-zu {
  		display:inline-block;
  		width:40%;
  		max-width:128px;
    		vertical-align:top;
  	} */ }
  #contents .item h5 span {
    color: #806161;
    font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 110%; }
  #contents .item .left {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    width: 33%;
    text-align: left;
    vertical-align: top;
    overflow: hidden;
    *zoom: 1; }
  #contents .item .right {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    width: 33%;
    text-align: left;
    vertical-align: top; }
  #contents .item img {
    display: block;
    width: 100%;
    max-width: 320px;
    margin-bottom: 7px; }
    #contents .item img:nth-child(3) {
      margin-bottom: 20px; }
  #contents .item .item-cap {
    display: inline-block;
    width: 100%;
    /* max-width:192px;
    padding-left:10px; */
    vertical-align: top;
    font-size: 13px; }

@media screen and (max-width: 840px) {
  #contents .item {
    width: 90%; }
    #contents .item .left {
      padding: 0 10px 20px 10px;
      width: 100%;
      text-align: center;
      /* .item-zu {
      	display:inline-block;
      	width:40%;
      } */ }
      #contents .item .left img {
        display: block;
        width: 320px;
        margin: 0 auto;
        margin-bottom: 7px; }
        #contents .item .left img:nth-child(3) {
          margin-bottom: 7px; }
      #contents .item .left .item-cap {
        display: inline-block;
        max-width: initial;
        max-width: auto;
        width: 90%;
        padding-left: 10px;
        font-size: 13px; } }
#contents .data-table {
  display: block;
  margin: 30px auto;
  width: 100%;
  max-width: 960px;
  text-align: center;
  background: rgba(188, 143, 143, 0.3);
  padding: 20px;
  border-radius: 2px; }
  #contents .data-table table {
    width: 100%;
    max-width: 960px;
    border: none;
    border-collapse: collapse; }
    #contents .data-table table tr {
      border-bottom: 1px #AAA solid; }
      #contents .data-table table tr:first-child {
        border-bottom: 1px rosybrown solid; }
      #contents .data-table table tr:last-child {
        border-bottom: 0 none; }
      #contents .data-table table tr th {
        width: 16%;
        font-size: 13px;
        border-right: 1px rosybrown solid;
        vertical-align: middle;
        height: 30px; }
      #contents .data-table table tr td {
        width: 21%;
        font-size: 13px;
        border-right: 1px rosybrown solid;
        vertical-align: middle;
        white-space: nowrap; }
        #contents .data-table table tr td:last-child {
          border-right: 0 none; }

@media screen and (max-width: 840px) {
  #contents .data-table {
    margin: 30px auto;
    width: 90%;
    text-align: center; }
    #contents .data-table table {
      width: 100%;
      border: none;
      border-collapse: collapse; }
      #contents .data-table table tr {
        border-bottom: 1px #AAA solid; }
        #contents .data-table table tr:first-child {
          border-bottom: 1px rosybrown solid; }
        #contents .data-table table tr:last-child {
          border-bottom: 0 none; }
        #contents .data-table table tr th {
          width: 16%;
          font-size: 12px;
          border-right: 1px rosybrown solid;
          vertical-align: middle;
          height: 30px; }
        #contents .data-table table tr td {
          width: 21%;
          font-size: 12px;
          border-right: 1px rosybrown solid;
          vertical-align: middle;
          white-space: nowrap; }
          #contents .data-table table tr td:last-child {
            border-right: 0 none; } }
@media screen and (max-width: 640px) {
  #contents .data-table {
    margin: 30px auto;
    padding: 10px;
    width: 96%;
    text-align: center; }
    #contents .data-table table {
      width: 100%;
      border: none;
      border-collapse: collapse; }
      #contents .data-table table tr {
        border-bottom: 1px #AAA solid; }
        #contents .data-table table tr:first-child {
          border-bottom: 1px rosybrown solid; }
        #contents .data-table table tr:last-child {
          border-bottom: 0 none; }
        #contents .data-table table tr th {
          width: 16%;
          font-size: 11px;
          border-right: 1px rosybrown solid;
          vertical-align: middle;
          height: 30px; }
        #contents .data-table table tr td {
          width: 21%;
          font-size: 11px;
          border-right: 1px rosybrown solid;
          vertical-align: middle;
          white-space: normal; }
          #contents .data-table table tr td:last-child {
            border-right: 0 none; } }
#contents .process-flow {
  width: 70%;
  display: block;
  margin: 30px auto;
  padding-bottom: 30px;
  max-width: 960px;
  overflow: hidden;
  *zoom: 1;
  text-align: center; }
  #contents .process-flow .left {
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px 0 0;
    width: 50%;
    text-align: center;
    vertical-align: top; }
  #contents .process-flow .right {
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px;
    padding-left: 1em;
    width: 50%;
    text-align: left;
    vertical-align: top; }
    #contents .process-flow .right ul {
      padding: 0 0 0 20px;
      border-left: 1px rosybrown dotted; }
  #contents .process-flow .center {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
    vertical-align: top; }
  #contents .process-flow dl {
    width: 100%;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    position: relative; }
  #contents .process-flow .ttl h5 {
    padding: 10px;
    font-weight: bold;
    font-size: 1.2em;
    color: #333;
    background: rgba(188, 143, 143, 0.3);
    border-radius: 5px; }
  #contents .process-flow .d-arr {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    color: rosybrown; }

@media screen and (max-width: 640px) {
  #contents .process-flow {
    width: 96%; }
    #contents .process-flow .left {
      pdding-left: 10px;
      width: 100%; }
    #contents .process-flow .right {
      padding-top: 1em;
      padding-left: 1em;
      width: 100%;
      text-align: left;
      vertical-align: top; }
      #contents .process-flow .right ul {
        padding: 0 0 0 20px;
        border-left: 1px rosybrown dotted; }
    #contents .process-flow dl {
      margin: 0 auto; }
    #contents .process-flow .emp {
      display: none; }
    #contents .process-flow .d-arr {
      margin: 10px auto; } }
#contents .interior .lead-copy {
  padding-top: 1em;
  padding-bottom: 1em; }
  #contents .interior .lead-copy span {
    color: rosybrown; }
    #contents .interior .lead-copy span.r-arr {
      display: inline-block;
      width: 2em;
      padding: 0 0.5em; }
    #contents .interior .lead-copy span.num {
      display: inline-block;
      text-align: center;
      vertical-align: base-line;
      font-size: 11px;
      line-height: 13px;
      width: 18px;
      height: 18px;
      background: rgba(188, 143, 143, 0.7);
      color: #FFFFFF;
      margin-left: 0.5em;
      padding: 3px;
      border-radius: 9px; }
  #contents .interior .lead-copy h5 {
    font-size: 1em; }
    #contents .interior .lead-copy h5 span.num {
      display: inline-block;
      text-align: center;
      vertical-align: 2px;
      font-size: 11px;
      line-height: 13px;
      width: 18px;
      height: 18px;
      margin-left: 0;
      margin-right: 0.5em;
      padding-left: 3px;
      border-radius: 9px; }
#contents .interior .d-arr {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6em;
  color: #806161;
  font-weight: bold; }
#contents .interior .int-lead-list {
  display: block;
  border: 1px #E5E5E5 solid;
  margin: 1em auto;
  padding: 1em;
  border-radius: 5px;
  font-size: 0.8em; }
  #contents .interior .int-lead-list .int-lead {
    display: inline-block;
    width: 33%;
    text-align: left;
    padding: 0.5em;
    vertical-align: top;
    list-style-type: disc; }
    #contents .interior .int-lead-list .int-lead li {
      margin-left: 1.6em;
      padding-left: 0; }
    #contents .interior .int-lead-list .int-lead p {
      text-align: right;
      padding-right: 1em; }
  #contents .interior .int-lead-list h6 {
    font-size: 1em;
    color: #806161;
    font-weight: bold; }
#contents .interior .int-map {
  display: block;
  border-radius: 3px; }
  #contents .interior .int-map img {
    width: 100%; }
#contents .interior .content-copy h3 {
  font-size: 1.2em;
  border-bottom: 0 none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%; }

@media screen and (max-width: 640px) {
  #contents .interior .d-arr {
    text-align: left;
    font-size: 1em; }
  #contents .interior .int-lead-list {
    font-size: 0.8em; }
    #contents .interior .int-lead-list .int-lead {
      display: inline-block;
      width: 80%;
      text-align: left;
      padding: 0.5em; }
  #contents .interior .emp {
    display: none; } }
@media screen and (max-width: 640px) {
  .page #contents .interior .lead-copy {
    font-size: 1em; } }
/**********************************
page-top
**********************************/
#page-top {
  width: 60px;
  height: 60px;
  display: none;
  position: fixed;
  right: 16px;
  bottom: 32px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }
  #page-top p {
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    #page-top p:hover {
      opacity: 0.7; }

#move-page-top {
  color: #fff;
  line-height: 60px;
  text-decoration: none;
  display: block;
  cursor: pointer; }

/*# sourceMappingURL=style.css.map */
