@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url("https://fonts.googleapis.com/css?family=Heebo:800");
.pcbr {
  display: block; }
  @media screen and (max-width: 736px) {
    .pcbr {
      display: none; } }

.spbr {
  display: none; }
  @media screen and (max-width: 736px) {
    .spbr {
      display: block; } }

/*** slick制御 ***/
.slick-arrow {
  display: none; }

/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ul {
  list-style: none; }

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

caption, th {
  text-align: left; }

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

object, embed {
  vertical-align: top; }

legend {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

img, abbr, acronym, fieldset {
  border: 0; }

body {
  font: 14px/1.9 游ゴシック, YuGothic, Arial, Verdana, 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #000;
  background: #fff; }

a {
  color: #0066ff;
  text-decoration: none; }

a:hover, .active {
  text-decoration: underline; }

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

/* ヘッダー
------------------------------------------------------------*/
#header {
  text-align: center; }

#header h1 {
  padding-top: 60px; }

#mainnav a {
  color: #000; }

#mainImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px; }

#mainImg img {
  position: absolute;
  left: 50%;
  max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px; }

#header-nav {
  width: 900px;
  margin: 20px auto; }
  @media screen and (max-width: 736px) {
    #header-nav {
      width: 100%;
      margin: 0; } }
  #header-nav a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none; }
    #header-nav a:hover {
      color: #0066ff;
      -webkit-text-decoration: solid #0066ff;
      text-decoration: solid #0066ff; }

.header-list {
  font-size: 0; }

.menu-item {
  display: inline-block;
  width: 20%;
  position: relative; }
  @media screen and (max-width: 736px) {
    .menu-item {
      display: block;
      width: 100%; } }

.menu-item a {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: white;
  padding: 20px; }

/* サブメニュー */
.sub-menu {
  position: absolute;
  width: 100%;
  top: 50px;
  z-index: 100; }
  @media screen and (max-width: 736px) {
    .sub-menu {
      top: 0;
      position: relative;
      padding-left: 30px; } }

.sub-menu-item {
  overflow: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff; }
  @media screen and (max-width: 736px) {
    .sub-menu-item {
      opacity: 1;
      height: auto; } }

.menu-item:hover > .sub-menu > .sub-menu-item {
  overflow: visible;
  opacity: 1;
  height: 60px; }

/* フッター
------------------------------------------------------------*/
#footer {
  clear: both;
  padding: 50px;
  background-color: #565656;
  color: #fff; }
  @media screen and (max-width: 736px) {
    #footer {
      padding: 50px 10px; } }
  #footer .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media screen and (max-width: 736px) {
      #footer .menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    #footer .menu li {
      padding: 0 1em; }
      #footer .menu li:nth-of-type(n+2) {
        border-left: solid 1px #fff; }
      #footer .menu li:last-child {
        padding-right: 0; }
      #footer .menu li a {
        color: #fff; }
      @media screen and (max-width: 736px) {
        #footer .menu li {
          width: 33.3333%;
          text-align: center; }
          #footer .menu li:nth-of-type(4) {
            border: none; }
          #footer .menu li:nth-of-type(n+4) {
            margin-top: 10px; }
          #footer .menu li:last-child {
            padding-right: 1em; } }
  #footer .corpinfo {
    margin: 3% 0; }
    @media screen and (max-width: 736px) {
      #footer .corpinfo {
        text-align: center;
        margin: 8% 0; } }
    #footer .corpinfo p {
      margin-top: 1.5%; }
      #footer .corpinfo p.number {
        margin-top: 0; }
        #footer .corpinfo p.number span {
          margin-left: -0.8px; }
    #footer .corpinfo img {
      max-width: 296px; }
  #footer .copy {
    text-align: right; }
    @media screen and (max-width: 736px) {
      #footer .copy {
        text-align: center; } }

/* 共通
------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto; }

section {
  clear: both;
  padding-top: 70px; }
  section#sec01 {
    margin-top: -15%; }
    @media screen and (min-width: 1681px) {
      section#sec01 {
        margin-top: 0; } }
    @media screen and (max-width: 736px) {
      section#sec01 {
        margin-top: 5%; } }

section#sec01 h2 {
  font-family: 'Pacifico', cursive;
  width: 60%;
  margin: 0 auto;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  background-size: 1px 1px; }
  @media screen and (max-width: 736px) {
    section#sec01 h2 {
      width: 95%; } }

section h2 span {
  background: #fff;
  padding: 0 80px; }

.inner {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 50px; }

.innerS {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 60px;
  font-size: 1.15em; }
  .innerS.center {
    text-align: center; }

/* SEC02 Gallery
------------------------------------------------------------*/
#sec02 {
  padding: 100px 0 !important;
  background-color: #f0f0f0;
  margin-bottom: 10%; }
  #sec02 header h2 {
    font-size: 64px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.12em;
    margin-bottom: 6%;
    color: #565656; }
  #sec02 .sec02_inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #sec02 .sec02_inner:nth-of-type(2) {
      margin-top: 4%; }
    @media screen and (max-width: 736px) {
      #sec02 .sec02_inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around; }
        #sec02 .sec02_inner:nth-of-type(2) {
          margin-top: 0; } }
    #sec02 .sec02_inner_box {
      max-width: 289px;
      width: 100%; }
      @media screen and (max-width: 736px) {
        #sec02 .sec02_inner_box {
          width: 46%; } }
      #sec02 .sec02_inner_box:nth-of-type(n+2) {
        margin-left: 3.23%; }
        @media screen and (max-width: 736px) {
          #sec02 .sec02_inner_box:nth-of-type(n+2) {
            margin-left: 0; } }

#gallery li {
  float: left;
  width: calc(100%/3);
  line-height: 0; }

#gallery img {
  width: 100%;
  height: auto; }

/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img {
  width: 100%;
  margin-bottom: 30px; }

/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img {
  display: block;
  margin: 0 auto 5px; }

.col3 li {
  line-height: 2.0; }

.col3 .img {
  padding: 80px 50px;
  margin-bottom: 40px;
  line-height: 0 !important;
  background: #f6f6f6; }

#sec04_02 {
  background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding: 220px 20px; }

#sec04_02 img {
  width: auto; }

/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p {
  margin-bottom: 5px; }

.col2 li {
  display: inline-block;
  width: 100%;
  margin: 20px 0; }

#sns img {
  padding: 35px 10px 5px 0; }

#sns a:hover img {
  opacity: .8; }

#map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  z-index: 0; }

#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0; }

/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
  .inner {
    width: 1024px; } }

@media only screen and (min-width: 800px) {
  body {
    font-size: 14px; }
  a#menu {
    display: none; }
  #mainnav .panel {
    display: block !important; }
    #mainnav .panel ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #mainnav .panel ul ul {
        display: block; }
        #mainnav .panel ul ul li {
          display: block;
          padding: 0; }
  /* SEC03 PROJECT
	-----------------*/
  .col3 {
    text-align: center; }
  .col3 li {
    display: inline-block;
    width: 28%;
    padding: 0 2.5% 50px;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left; }
  #footer {
    padding: 3%; } }

@media only screen and (min-width: 641px) {
  .col2 li {
    width: 60%;
    vertical-align: top; }
  .col2 li:first-child {
    width: 35%;
    padding-right: 4%; } }

@media only screen and (max-width: 640px) {
  .innerS {
    width: 94%;
    padding: 50px 0; }
  .col3 li {
    line-height: 1.7; }
  .col3 img {
    margin: 0 auto; }
  .col3 .img {
    padding: 30px;
    margin-bottom: 20px; }
  #gallery li {
    float: none;
    width: 100%; }
  #map iframe {
    width: 96% !important;
    left: 2%; }
  #sec04_02 {
    padding: 50px 20px; } }

@media only screen and (max-width: 799px) {
  #header {
    position: fixed;
    width: 100%;
    z-index: 500; }
  #headerWrap {
    position: relative;
    width: 100%;
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #ccc; }
    #headerWrap h1 a {
      position: relative;
      z-index: 600; }
  #header h1 {
    padding-top: 10px; }
  #header h1 img {
    margin-top: 10px;
    max-height: 45px;
    width: 200px; }
  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px; }
  #menuBtn {
    display: block;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #000;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
  #menuBtn:before, #menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  #menuBtn:before {
    margin-top: -7px; }
  #menuBtn:after {
    margin-top: 5px; }
  a#menu .close {
    background: transparent; }
  a#menu .close:before, a#menu .close:after {
    margin-top: 0; }
  a#menu .close:before {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  a#menu .close:after {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg); }
  .panel {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100; }
  #mainnav {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    z-index: 500; }
    #mainnav #menuWrap {
      width: 20%;
      margin-left: auto; }
  #mainnav ul {
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: left; }
  #mainnav li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 400; }
  #mainnav li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #mainImg {
    padding-top: 60px;
    z-index: -100; }
  .col3 li {
    margin: 50px auto 0 auto;
    display: block; }
  section {
    padding-top: 50px; }
  section h2 {
    margin: 0 auto 20px; }
  section h2 span {
    padding: 0 30px; } }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.parent {
  width: 100%;
  height: 676px;
  left: 0;
  right: 0;
  margin: auto auto;
  overflow: hidden; }
  @media screen and (max-width: 736px) {
    .parent {
      display: none; } }

svg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 676px; }

button {
  position: absolute;
  z-index: 50;
  width: 40px;
  overflow: hidden;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75); }
  button:focus {
    outline-width: 0; }

circle {
  stroke: #fff;
  fill: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

#svg1 circle {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear; }

#svg2 circle {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear; }

#Capa_1 {
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-7px, -8px);
  -ms-transform: translate(-7px, -8px);
  transform: translate(-7px, -8px); }

#Capa_2 {
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-9px, -8px);
  -ms-transform: translate(-9px, -8px);
  transform: translate(-9px, -8px); }

.right {
  margin-left: 94vw;
  margin-top: 35vh;
  border: 1px solid #849494;
  background-color: transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .right:hover {
    background-color: #fff; }

.left {
  margin-left: 1.5vw;
  margin-top: 35vh;
  border: 1px solid #849494;
  background-color: transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .left:hover {
    background-color: #fff; }

.circle1 {
  -webkit-transition-delay: 0.01667s;
  -o-transition-delay: 0.01667s;
  transition-delay: 0.01667s; }

.circle2 {
  -webkit-transition-delay: 0.03333s;
  -o-transition-delay: 0.03333s;
  transition-delay: 0.03333s; }

.circle3 {
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.circle4 {
  -webkit-transition-delay: 0.06667s;
  -o-transition-delay: 0.06667s;
  transition-delay: 0.06667s; }

.circle5 {
  -webkit-transition-delay: 0.08333s;
  -o-transition-delay: 0.08333s;
  transition-delay: 0.08333s; }

.circle6 {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.circle7 {
  -webkit-transition-delay: 0.11667s;
  -o-transition-delay: 0.11667s;
  transition-delay: 0.11667s; }

.circle8 {
  -webkit-transition-delay: 0.13333s;
  -o-transition-delay: 0.13333s;
  transition-delay: 0.13333s; }

.circle9 {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.circle10 {
  -webkit-transition-delay: 0.16667s;
  -o-transition-delay: 0.16667s;
  transition-delay: 0.16667s; }

.circle11 {
  -webkit-transition-delay: 0.18333s;
  -o-transition-delay: 0.18333s;
  transition-delay: 0.18333s; }

.circle12 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.circle13 {
  -webkit-transition-delay: 0.21667s;
  -o-transition-delay: 0.21667s;
  transition-delay: 0.21667s; }

.circle14 {
  -webkit-transition-delay: 0.23333s;
  -o-transition-delay: 0.23333s;
  transition-delay: 0.23333s; }

.circle15 {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s; }

.circle16 {
  -webkit-transition-delay: 0.26667s;
  -o-transition-delay: 0.26667s;
  transition-delay: 0.26667s; }

.circle17 {
  -webkit-transition-delay: 0.28333s;
  -o-transition-delay: 0.28333s;
  transition-delay: 0.28333s; }

.circle18 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.circle19 {
  -webkit-transition-delay: 0.31667s;
  -o-transition-delay: 0.31667s;
  transition-delay: 0.31667s; }

.circle20 {
  -webkit-transition-delay: 0.33333s;
  -o-transition-delay: 0.33333s;
  transition-delay: 0.33333s; }

.circle21 {
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s; }

.circle22 {
  -webkit-transition-delay: 0.36667s;
  -o-transition-delay: 0.36667s;
  transition-delay: 0.36667s; }

.circle23 {
  -webkit-transition-delay: 0.38333s;
  -o-transition-delay: 0.38333s;
  transition-delay: 0.38333s; }

.circle24 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.circle25 {
  -webkit-transition-delay: 0.41667s;
  -o-transition-delay: 0.41667s;
  transition-delay: 0.41667s; }

.circle26 {
  -webkit-transition-delay: 0.43333s;
  -o-transition-delay: 0.43333s;
  transition-delay: 0.43333s; }

.circle27 {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s; }

.circle28 {
  -webkit-transition-delay: 0.46667s;
  -o-transition-delay: 0.46667s;
  transition-delay: 0.46667s; }

.circle29 {
  -webkit-transition-delay: 0.48333s;
  -o-transition-delay: 0.48333s;
  transition-delay: 0.48333s; }

.circle30 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.circle31 {
  -webkit-transition-delay: 0.51667s;
  -o-transition-delay: 0.51667s;
  transition-delay: 0.51667s; }

.circle32 {
  -webkit-transition-delay: 0.53333s;
  -o-transition-delay: 0.53333s;
  transition-delay: 0.53333s; }

.circle33 {
  -webkit-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s; }

.circle34 {
  -webkit-transition-delay: 0.56667s;
  -o-transition-delay: 0.56667s;
  transition-delay: 0.56667s; }

.circle35 {
  -webkit-transition-delay: 0.58333s;
  -o-transition-delay: 0.58333s;
  transition-delay: 0.58333s; }

.circle36 {
  -webkit-transition-delay: 0.01667s;
  -o-transition-delay: 0.01667s;
  transition-delay: 0.01667s; }

.circle37 {
  -webkit-transition-delay: 0.03333s;
  -o-transition-delay: 0.03333s;
  transition-delay: 0.03333s; }

.circle38 {
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.circle39 {
  -webkit-transition-delay: 0.06667s;
  -o-transition-delay: 0.06667s;
  transition-delay: 0.06667s; }

.circle40 {
  -webkit-transition-delay: 0.08333s;
  -o-transition-delay: 0.08333s;
  transition-delay: 0.08333s; }

.circle41 {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.circle42 {
  -webkit-transition-delay: 0.11667s;
  -o-transition-delay: 0.11667s;
  transition-delay: 0.11667s; }

.circle43 {
  -webkit-transition-delay: 0.13333s;
  -o-transition-delay: 0.13333s;
  transition-delay: 0.13333s; }

.circle44 {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.circle45 {
  -webkit-transition-delay: 0.16667s;
  -o-transition-delay: 0.16667s;
  transition-delay: 0.16667s; }

.circle46 {
  -webkit-transition-delay: 0.18333s;
  -o-transition-delay: 0.18333s;
  transition-delay: 0.18333s; }

.circle47 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.circle48 {
  -webkit-transition-delay: 0.21667s;
  -o-transition-delay: 0.21667s;
  transition-delay: 0.21667s; }

.circle49 {
  -webkit-transition-delay: 0.23333s;
  -o-transition-delay: 0.23333s;
  transition-delay: 0.23333s; }

.circle50 {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s; }

.circle51 {
  -webkit-transition-delay: 0.26667s;
  -o-transition-delay: 0.26667s;
  transition-delay: 0.26667s; }

.circle52 {
  -webkit-transition-delay: 0.28333s;
  -o-transition-delay: 0.28333s;
  transition-delay: 0.28333s; }

.circle53 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.circle54 {
  -webkit-transition-delay: 0.31667s;
  -o-transition-delay: 0.31667s;
  transition-delay: 0.31667s; }

.circle55 {
  -webkit-transition-delay: 0.33333s;
  -o-transition-delay: 0.33333s;
  transition-delay: 0.33333s; }

.circle56 {
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s; }

.circle57 {
  -webkit-transition-delay: 0.36667s;
  -o-transition-delay: 0.36667s;
  transition-delay: 0.36667s; }

.circle58 {
  -webkit-transition-delay: 0.38333s;
  -o-transition-delay: 0.38333s;
  transition-delay: 0.38333s; }

.circle59 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.circle60 {
  -webkit-transition-delay: 0.41667s;
  -o-transition-delay: 0.41667s;
  transition-delay: 0.41667s; }

.circle61 {
  -webkit-transition-delay: 0.43333s;
  -o-transition-delay: 0.43333s;
  transition-delay: 0.43333s; }

.circle62 {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s; }

.circle63 {
  -webkit-transition-delay: 0.46667s;
  -o-transition-delay: 0.46667s;
  transition-delay: 0.46667s; }

.circle64 {
  -webkit-transition-delay: 0.48333s;
  -o-transition-delay: 0.48333s;
  transition-delay: 0.48333s; }

.circle65 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.circle66 {
  -webkit-transition-delay: 0.51667s;
  -o-transition-delay: 0.51667s;
  transition-delay: 0.51667s; }

.circle67 {
  -webkit-transition-delay: 0.53333s;
  -o-transition-delay: 0.53333s;
  transition-delay: 0.53333s; }

.circle68 {
  -webkit-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s; }

.circle69 {
  -webkit-transition-delay: 0.56667s;
  -o-transition-delay: 0.56667s;
  transition-delay: 0.56667s; }

.circle70 {
  -webkit-transition-delay: 0.58333s;
  -o-transition-delay: 0.58333s;
  transition-delay: 0.58333s; }

.slide1 {
  background-image: url("../images/slider/01/01.jpg"); }

.slide2 {
  background-image: url("../images/slider/02/02.jpg"); }

.slide3 {
  background-image: url("../images/slider/03/03.jpg"); }

.slide4 {
  background-image: url("../images/slider/04/04.jpg"); }

.slider_pc {
  position: absolute;
  width: 400%;
  height: 76.1%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  left: 0; }
  @media screen and (min-width: 1681px) {
    .slider_pc {
      height: 671px; } }

@media screen and (max-width: 736px) {
  .slider {
    width: 100%;
    height: auto; } }

.slide1,
.slide2,
.slide3,
.slide4 {
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 62px;
  padding-top: 138px;
  font-weight: 800;
  font-family: "Heebo", sans-serif;
  text-align: center;
  width: 25%;
  height: 100%;
  z-index: 10;
  -webkit-transition: 1.4s;
  -o-transition: 1.4s;
  transition: 1.4s; }

.tran {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3); }

.up1 {
  z-index: 20; }

.up2 {
  z-index: 40; }

.steap {
  stroke-width: 0; }

.streak {
  stroke-width: 82px; }

@media (max-width: 700px) {
  .parent {
    margin-left: 1%; } }

#fullwrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto; }

#btn {
  background-image: url("../images/btn_bg.png");
  width: 313px;
  height: 313px;
  position: absolute;
  bottom: 1296px;
  left: 309px; }
  #btn .btn_box {
    position: relative; }
    #btn .btn_box a {
      display: block;
      width: 313px;
      height: 313px; }
      #btn .btn_box a .hvr {
        position: absolute;
        z-index: 2;
        top: 11px;
        left: 11px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0; }
      #btn .btn_box a .main {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      #btn .btn_box a:hover .hvr {
        opacity: 1; }
      #btn .btn_box a:hover .arrow {
        top: 168px; }
      #btn .btn_box a:hover .logo {
        width: 268px; }

.arrow,
.logo {
  position: absolute; }

.arrow {
  top: 152px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.content {
  width: 300px;
  height: 60px;
  margin-left: 60px; }

/* スライドレールの枠 */
.wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px; }

/* content4つをまとめたスライドブロック */
.slideshow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
  animation: loop-slide 20s infinite linear 1s both; }

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

/* ホバー時に動きを止める（パターン2・3）*/
.slide-paused:hover .slideshow {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

/* ホバー時の装飾（パターン3） */
.content-hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 20px; }

.content-hover:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  border-radius: 0 10%;
  -webkit-box-shadow: 0 3px 10px 0 #333;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
  cursor: pointer; }

#company h1.ttl {
  font-size: 50px;
  text-align: center; }
  @media screen and (max-width: 736px) {
    #company h1.ttl {
      margin-top: 100px; } }

#company .contents {
  max-width: 1000px;
  margin: 0 auto; }

@media screen and (max-width: 736px) {
  #company .text_box {
    width: 90%;
    text-align: center; }
    #company .text_box p.logo_text {
      margin: 0; } }

@media screen and (max-width: 736px) {
  #company #table_1 table {
    width: 90%; }
    #company #table_1 table th {
      width: 26%; }
    #company #table_1 table td {
      padding-left: 10px; } }

#recruit h1.ttl {
  font-size: 50px;
  text-align: center; }
  @media screen and (max-width: 736px) {
    #recruit h1.ttl {
      margin-top: 100px; } }

#recruit .contents {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 736px) {
    #recruit .contents {
      padding: 0 15px; } }

#recruit .wp-table-tate {
  width: 100%;
  margin: 20px auto 0; }
  #recruit .wp-table-tate:last-child {
    margin-bottom: 40px; }
  #recruit .wp-table-tate tbody {
    width: 100%; }
    #recruit .wp-table-tate tbody th {
      width: 15%;
      padding: 20px 10px; }
    #recruit .wp-table-tate tbody td {
      width: 85%; }

#privacy h1.ttl {
  font-size: 30px;
  text-align: center; }
  @media screen and (max-width: 736px) {
    #privacy h1.ttl {
      margin-top: 100px; } }

#privacy .contents {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 736px) {
    #privacy .contents {
      padding: 0 15px; } }

@media screen and (max-width: 736px) {
  #privacy #page_1 {
    width: 90% !important;
    margin: 0 auto; } }

#access h1.ttl {
  font-size: 50px;
  text-align: center; }
  @media screen and (max-width: 736px) {
    #access h1.ttl {
      margin: 80px 0; } }

#access .contents {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 736px) {
    #access .contents {
      padding: 0 15px; }
      #access .contents iframe {
        width: 100%; } }
  #access .contents .address {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8em; }

#access .access_train {
  background-color: #e2e2e2;
  padding: 60px 0;
  margin-top: 5%; }
  #access .access_train ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 736px) {
      #access .access_train ul {
        display: block; } }
    #access .access_train ul li {
      font-weight: 500;
      line-height: 2.2em;
      text-align: center; }
      #access .access_train ul li span {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.8em;
        margin-bottom: -10px;
        display: block; }
      @media screen and (max-width: 736px) {
        #access .access_train ul li:nth-of-type(2) {
          margin-top: 8%; }
        #access .access_train ul li span {
          font-size: 24px; } }

#access footer {
  margin-top: 0; }

.sp_slider {
  display: none; }
  @media screen and (max-width: 736px) {
    .sp_slider {
      display: block;
      padding-top: 70px; } }

#service .container {
  width: 100%;
  max-width: 1000px;
  margin: 8% auto; }
  @media screen and (max-width: 736px) {
    #service .container {
      width: 100%;
      margin: 0 auto;
      padding: 40% 0 20%; } }
  #service .container .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #service .container .inner:last-child {
      margin-top: 8%; }
    @media screen and (max-width: 736px) {
      #service .container .inner {
        display: block;
        width: 90%;
        padding-bottom: 3%; }
        #service .container .inner:last-child {
          margin-top: 8%; } }
    #service .container .inner a {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      width: 49%;
      text-align: center; }
      @media screen and (max-width: 736px) {
        #service .container .inner a {
          width: 100%; }
          #service .container .inner a:last-child img {
            margin-top: 8%; } }
      #service .container .inner a:hover {
        opacity: 0.5; }

#contact h1.ttl {
  font-size: 50px;
  text-align: center;
  margin-bottom: 3%; }
  @media screen and (max-width: 736px) {
    #contact h1.ttl {
      font-size: 40px;
      margin-top: 100px; } }

#contact .detail_contaner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 10px;
  border: solid 1px #c10e21;
  text-align: center;
  font-size: 1.42857em;
  font-weight: bold; }
  #contact .detail_contaner a {
    color: #c10e21; }
  @media screen and (max-width: 736px) {
    #contact .detail_contaner {
      width: 90%;
      font-size: 1.2em;
      margin-bottom: 25%; } }
