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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

#aniv_logo.aniversary {
  text-indent: -9999px;
  overflow: hidden;
}

#switch, #company dl, #staff dl {
  overflow: hidden;
  *zoom: 1;
}

footer, .topSection, .topSection .enTtl, #time .inner, #access .inner {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* common
-------------------------*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'MS UI Gothic', serif;
  color: #222222;
  background: white;
  font-size: 12px;
  line-height: 20px;
}
body.ie header {
  display: block;
  opacity: 1;
}
body.ie .topSection {
  display: block;
  opacity: 1;
}
body.ie #cubeWrap {
  display: none;
}

a {
  color: #222222;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.fade,
.wrap {
  display: block;
}

.enTtl {
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 2px;
}

/* #wrapper
-------------------------*/
#wrapper {
  position: relative;
  background: url(../img/bg_01.png);
  padding: 1560px 0 0;
}
#wrapper.cubeAnime {
  padding: 0 0 0;
}
#wrapper.develop {
  padding: 1560px 0 0;
}

/* header
-------------------------*/
header {
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  width: 340px;
  height: 340px;
  margin-left: -170px;
  background: #fff;
  opacity: 0;
}
header .wrap {
  height: 340px;
}
header img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 131px;
}

#switch {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
}
#switch li {
  float: left;
  margin-left: 10px;
  width: 35px;
}
#switch li img {
  width: 100%;
}

/* breadcrumb
-------------------------*/
#breadcrumb .current {
  cursor: default;
}

/* footer
-------------------------*/
footer {
  padding-top: 35px;
  height: 127px;
  background: url(../img/bg_02.png);
}

#copyright {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 10px;
  color: #666;
}

/* top
-------------------------*/
/*cubeAnimation*/
#cubeWrap {
  position: relative;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  margin: 0 auto 0;
  padding-top: 100px;
  padding-bottom: 40px;
  text-align: center;
  z-index: 10;
  background: #fff;
}

#cube {
  width: 600px;
  height: 600px;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translateZ(-100px) rotateX(-220deg) rotateY(45deg);
  -moz-transform-style: preserve-3d;
  -moz-transform: translateZ(-100px) rotateX(-220deg) rotateY(45deg);
}
#cube div {
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  position: absolute;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  overflow: hidden;
  width: 600px;
  height: 600px;
  top: 0px;
}

#front {
  -webkit-transform: translateZ(200px);
  -moz-transform: translateZ(200px);
}

#back {
  -webkit-transform: translateZ(-200px);
  -moz-transform: translateZ(-200px);
}

#left {
  -webkit-transform: rotateY(90deg) translateZ(200px);
  -moz-transform: rotateY(90deg) translateZ(200px);
}

#right {
  -webkit-transform: rotateY(-90deg) translateZ(200px);
  -moz-transform: rotateY(-90deg) translateZ(200px);
}

#up {
  -webkit-transform: rotateX(90deg) translateZ(200px);
  -moz-transform: rotateX(90deg) translateZ(200px);
}

#bottom {
  -webkit-transform: rotateX(-90deg) translateZ(200px);
  -moz-transform: rotateX(-90deg) translateZ(200px);
}

#cube.rotation {
  -webkit-animation: rotateCube 8s infinite ease-in-out;
  -moz-animation: rotateCube 8s infinite ease-in-out;
}
#cube:hover #front {
  -webkit-transform: translateZ(300px);
  -moz-transform: translateZ(300px);
}
#cube:hover #back {
  -webkit-transform: translateZ(-300px);
  -moz-transform: translateZ(-300px);
}
#cube:hover #left {
  -webkit-transform: rotateY(90deg) translateZ(300px);
  -moz-transform: rotateY(90deg) translateZ(300px);
}
#cube:hover #right {
  -webkit-transform: rotateY(-90deg) translateZ(300px);
  -moz-transform: rotateY(-90deg) translateZ(300px);
}
#cube:hover #up {
  -webkit-transform: rotateX(90deg) translateZ(300px);
  -moz-transform: rotateX(90deg) translateZ(300px);
}
#cube:hover #bottom {
  -webkit-transform: rotateX(-90deg) translateZ(300px);
  -moz-transform: rotateX(-90deg) translateZ(300px);
}

@-webkit-keyframes rotateCube {
  0% {
    -webkit-transform: translateZ(-100px) rotateX(0deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg);
  }
}

@-moz-keyframes rotateCube {
  0% {
    -moz-transform: translateZ(-100px) rotateX(0deg) rotateY(0deg);
  }

  100% {
    -moz-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg);
  }
}

/*top section*/
.topSection {
  display: none;
  position: absolute;
  width: 340px;
  height: 340px;
  padding: 30px;
  left: 50%;
  background: #fff;
  z-index: 5;
  opacity: 0;
  overflow: auto;
}
.topSection .enTtl {
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: bold;
}
.topSection .ttl {
  font-size: 16px;
}

/* header
-------------------------*/
#logo {
  display: none;
}


#company {
  top: 440px;
  margin-left: -510px;
}
#company .ttl {
  margin-bottom: 60px;
}
#company dt {
  float: left;
  clear: both;
}
#company dd {
  margin: 0 0 10px 88px;
}
#company dd:last-child {
  margin-bottom: 0;
}

#location {
  top: 440px;
  background: #fbfbfb;
  font-size: 11px;
  line-height: 16px;
  margin-left: -170px;
}
#location .ttl {
  margin-bottom: 20px;
}
#location .name {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
#location .place + .place {
  margin-top: 27px;
}

#staff {
  top: 440px;
  margin-left: 170px;
}
#staff .ttl {
  margin-bottom: 25px;
}
#staff .txblk {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 25px;
}

#staff h3{
  margin-bottom: 12px;
}

#staff ul {
  margin-left: 1.5em;
  list-style: disc;
}
#staff li {
  margin-bottom: 8px;
}

/*#staff dt {
  float: left;
  background: #fff;
  padding-right: 5px;
}
#staff dd {
  margin-bottom: 16px;
  background: url(../img/bg_txt.png) repeat-x left center;
  background-size: 17px auto;
  text-align: right;
}
#staff dd:last-child {
  margin-bottom: 0;
}
#staff dd span {
  padding-left: 8px;
  background: #fff;

*/
#business {
  font-size: 11px;
  top: 780px;
  margin-left: -170px;
  line-height: 16px;
}
#business .ttl {
  margin-bottom: 24px;
}
#business ul {
  margin-left: 1.5em;
  list-style: disc;
}
#business li {
  margin-bottom: 13px;
}

#we {
  background: #fbfbfb;
  font-size: 11px;
  line-height: 16px;
  top: 1120px;
  margin-left: -170px;
}

#we .ttl {
  margin-bottom: 24px;
}

#we .con_ttl {
  width: 138px;
  height: 138px;
  line-height: 138px;
  margin: 30px auto 0;
  text-align: center;
  background-image: url(../img/bg_05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 138px auto;
  font-size: 18px;
  font-weight: bold;
}
#we .con_ttl .fade {
  color: #fff;
}


#time {
  position: relative;
  padding: 80px 0 50px;
  background: url(../img/bg_04.png);
}
#time .ttl {
  /*margin-left: 25.54688%;*/
  text-align:center;
  font-size: 25px;
}
#time .inner {
  position: relative;
  width: 1024px;
  text-align:center;
  margin: 0 auto;
  padding: 0 0 0 30px;
}

#counter {
  font-size: 78px;
  line-height: 1.5;
  font-weight: bold;
}
#counter .count {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
#counter .count .num img {
  height: 63px;
  width: auto;
  margin: 0 8px;
}
#counter .count .colon {
  margin: 0 8px;
}
#counter .num {
  margin: 0 4px;
}
#counter .name {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 14px;
  text-align: center;
}
#counter .name img {
  margin-left: -12px;
}

#aniv_logo {
  position: absolute;
  top: -76px;
  right: 75px;
  display: inline-block;
  font-size: 180px;
}
#aniv_logo.aniversary {
  width: 236px;
  height: 229px;
  background: url(../img/txt_10th_logo.png) no-repeat left top;
  /*background-size: 240px auto;*/
}

/*#aniv_logo.aniversary {
  width: 240px;
  height: 132px;
  top: 0;
  background: url(../img/txt_10th.png) no-repeat left top;
  background-size: 240px auto;
}

#aniv_logo span {
  position: relative;
  top: 15px;
  color: #925762;
  font-size: 60px;
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'MS UI Gothic', serif;
  font-weight: normal;
}*/

#access {
  padding-top: 100px;
  background: #fff;
}
#access .enTtl {
  font-size: 50px;
  line-height: 1.2;
  text-align: center;
}
#access .ttl {
  margin-bottom: 50px;
  font-size: 16px;
  text-align: center;
}
#access .place {
  position: relative;
}
#access .place + .place {
  margin-top: 5px;
}
#access .inner {
  display: none;
  background: #fff;
}
#access .name {
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: bold;
}

.map {
  width: 100%;
  height: 352px;
}

#recruit {
  padding-top: 100px;
  text-align: center;
  font-size: 14px;
  background: #fff;
}
#recruit .enTtl {
  font-size: 50px;
  line-height: 1.2;
}
#recruit .ttl {
  margin-bottom: 60px;
  font-size: 16px;
}

#contact {
  padding-top: 80px;
  padding-bottom: 100px;
  background: #fff;
}
#contact .ttl {
  width: 182px;
  height: 182px;
  line-height: 182px;
  margin: 0 auto;
  text-align: center;
  background-image: url(../img/bg_03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 182px auto;
  font-size: 18px;
  font-weight: bold;
}
#contact .ttl .fade {
  color: #fff;
}

.mapInner {
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'MS UI Gothic', serif;
  padding: 20px 20px 10px;
}

/* add contact */
iframe {
  width: 100%;
  height: 0;
  margin-left: auto;
  margin-right: auto;
}
