@charset "utf-8";

/* Basic
------------------------------------------ */
section, header, footer, nav,
h1, h2, h3, h4, h5, h6,
form, fieldset,
pre, blockquote, th, td { margin: 0; padding: 0; font-size: 100%; }

input,textarea {
    font-size: 100%;
    vertical-align: middle;
}

body, div, p, address,
dl, dt, dd, ul, ol, li { margin: 0; padding: 0; }

img {
    display: inline-block;
    border: none;
    max-width: 100%;
    height: auto;
}

caption { text-align: left; }
table { border-collapse: collapse; border: none; border-spacing: 0; word-break: break-all;}

fieldset { border: 0; }
input { line-height: 100%; }

ol, ul { list-style-type: none; }

label {cursor: pointer; }
address { font-style: normal; }

hr { display: none; visibility: hidden; height: 0; border: 0; }

article, aside, header, hgroup, footer,
nav, section, dialog, figure { display: block; }

area{ border: none; outline: none; }

a[name] { color: #000; }
a[name]:hover { color: #000; text-decoration: none !important; outline:0 !important; }
a img { color: #000; }

.navskip,
.hide { position: absolute; width: 0; height: 0; overflow: hidden; font-size: 0; }
em { font-weight: bold; font-style: normal; }

body {
    background: #FFF;
    color: #222;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
}


/* Link */
a {
    color: #222;
    text-decoration: none;
    word-wrap: break-word;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* pc sp
------------------------------------------ */
.pc {
    display: block;
}
.pcInline {
    display: inline-block;
}
.spInline,
.sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .pcInline,
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .spInline {
        display: inline-block;
    }
}

.wrapper{
    position: relative;
}
.wrapper .cvArea{
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 10;
}
@media screen and (max-width: 768px) {
    .wrapper .cvArea{
        left: 5px;
        bottom: 0;
    }
}
.wrapper .cvArea a{
    display: inline-block;
    width: 120px;
    height: 120px;
    color: #fff;
    background: #fdcd00;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 80px;
    position: relative;
    z-index: 1;
}
.wrapper .cvArea a:after{
    position: absolute;
    display: block;
    content: "";
    width: 120px;
    height: 120px;
    top: 10px;
    right: 10px;
    background: #C2001C;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wrapper .cvArea img{
    position: absolute;
    width: 24px;
    height: 73px;
    left: 36px;
    top: 34px;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wrapper .cvArea a:hover:after,
.wrapper .cvArea a:hover img{
    transform:translateX(10px) translateY(-10px);
}
@media screen and (max-width: 768px) {
    .wrapper .cvArea a,
    .wrapper .cvArea a:after{
        width: 75px;
        height: 75px;
    }
    .wrapper .cvArea a:after{
        top: 5px;
        right: 5px;
    }
    .wrapper .cvArea img{
        width: 16px;
        height: 49px;
        left: 23px;
        top: 18px;
    }
}
.wrapper .bg img{
    width: 100%;
    min-width: 900px;
    height: auto;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
    .wrapper .bg img{
        min-width: 0;
    }
}
#sec06 .inr,
#sec07 .inr{
    width: 900px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 1.64;
}
@media screen and (max-width: 768px) {
    #sec06 .inr,
    #sec07 .inr{
        width: auto;
        margin: 0 35px;
    }
}
#sec06{
    padding-top: 30px;
    background: #1a1a1a url(../img/bg_grunge-min.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}
#sec06 .ttl{
    margin: 110px auto 50px;
    width: 177px;
    height: 121px;
}
@media screen and (max-width: 768px) {
    #sec06 .ttl{
        margin: 40px auto 35px;
        width: 87px;
        height: 57px;
    }
}
#sec06 .map{
    width: 900px;
    height: 540px;
    border: 10px solid #fff;
    box-sizing: border-box;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    #sec06 .map{
        width: auto;
        height: 342px;
        border: none;
    }
}
#sec06 .map iframe{
    width: 100%;
    height: 100%;
}
#sec06 .detail{
    display: table;
    width: 100%;
    padding-bottom: 36px;
}
@media screen and (max-width: 768px) {
    #sec06 .detail{
        display: block;
    }
}
#sec06 .detail .col{
    display: table-cell;
    width: 50%;
    text-align: left;
}
#sec06 .detail .col a{
    color: #fff;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    #sec06 .detail .col{
        display: block;
        width: 100%;
        font-size: 12px;
    }
    #sec06 .detail .col:first-child{
        margin-bottom: 20px;
    }
}
#sec07{
    background: #151515;
    color: #fff;
}
#sec07 .ttl{
    margin: 110px auto 50px;
    width: 228px;
    height: 117px;
}
@media screen and (max-width: 768px) {
    #sec07 .ttl{
        margin: 40px auto 35px;
        width: 112px;
        height: 57px;
    }
}
#sec07 .detail{
    width: 100%;
    padding-bottom: 198px;
}
#sec07 .detail a{
    color: #fff;
}
@media screen and (max-width: 768px) {
    #sec07 .detail{
        padding-bottom: 80px;
    }
}
#sec07 .detail dl{
    display: table;
    width: 100%;
    padding: 30px 0;
    border-top: 3px solid #fff;
}
@media screen and (max-width: 768px) {
    #sec07 .detail dl{
        padding: 20px 0;
    }
}
#sec07 .detail dl:last-child{
    border-bottom: 3px solid #fff;
}
#sec07 .detail dl dd ul li:before{
    content:"・";
}
#sec07 .detail dl dd ul li{
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: .5em;
}
#sec07 .detail dt,
#sec07 .detail dd{
    display: table-cell;
    text-align: left;
}
@media screen and (max-width: 768px) {
    #sec07 .detail dt,
    #sec07 .detail dd{
        display: block;
        font-size: 13px;
    }
}
#sec07 .detail dd{
    width: 718px;
}
@media screen and (max-width: 768px) {
    #sec07 .detail dt{
        color: #CBCBCB;
        font-weight: bold;
    }
    #sec07 .detail dd{
        width: 100%;
        margin-top: 20px;
    }
}
footer{
    background: #fff;
    text-align: center;
}
footer .inr{
    width: 970px;
    margin: 90px auto 80px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    footer .inr{
        width: auto;
        margin: 0 35px;
        display: block;
    }
}
footer .inr .col01,
footer .inr .col02{
    width: 50%;
}
@media screen and (max-width: 768px) {
    footer .inr .col01,
    footer .inr .col02{
        width: 100%;
    }
}
footer .inr .col01{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border-right: solid 1px #E3E3E3;
}
@media screen and (max-width: 768px) {
    footer .inr .col01{
        display: block;
        border-right: none;
        border-bottom: solid 1px #E3E3E3;
    }
}
footer .inr .col01 .logoImg{
    width: 138px;
    height: 240px;
    display: inline-block;
}
footer .inr .col01 .info{
    display: inline-block;
    padding-left: 55px;
    text-align: left;
}
@media screen and (max-width: 768px) {
    footer .inr .col01 .logoImg{
        display: block;
        margin: 50px auto;
    }
    footer .inr .col01 .info{
        display: block;
        margin: 50px auto;
        padding-left: 0;
        font-size: 13px;
    }
}
footer .inr .col01 .info .ttl{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 23px;
}
footer .inr .col01 .info .link{
    margin-top: 20px;
}
footer .inr .col01 .info .link p{
    position: relative;
    padding: 20px 0 0 20px;
}
footer .inr .col01 .info .link p:before{
    content:"";
    display: block;
    position: absolute;
    top: calc(50% + 10px);
    left: 0;
    width: 10px;
    height: 1px;
    background: #C2001C;
}
footer .inr .col02{
    padding: 30px 0 30px 76px;
}
@media screen and (max-width: 768px) {
    footer .inr .col02{
        padding: 30px 0 0;
    }
}
footer .inr .col02 dl{
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    footer .inr .col02 dl{
        display: block;
        padding-bottom: 30px;
        border-bottom: solid 1px #E3E3E3;
    }
}
footer .inr .col02 .web dt img {
    width: 135px;
    height: 16px;
}
footer .inr .col02 .tel dt img {
    width: 144px;
    height: 16px;
}
footer .inr .col02 dl dd{
    width: 240px;
    padding-left: 64px;
}
footer .inr .col02 .tel dd {
    padding-left: 54px;
}
@media screen and (max-width: 768px) {
    footer .inr .col02 dl dd{
        width: 100%;
        padding-left: 0;
        margin: 20px auto 0;
    }
    footer .inr .col02 .tel dd {
        padding-left: 0;
    }
}
footer .inr .col02 .web{
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    footer .inr .col02 .web{
        margin-bottom: 30px;
    }
}
footer .inr .col02 .web dd .cvBtn{
    display: inline-block;
    width: 240px;
    height: 80px;
    color: #fff;
    background: #fdcd00;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 80px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
footer .inr .col02 .web dd .cvBtn:after{
    position: absolute;
    display: block;
    content: "";
    width: 240px;
    height: 80px;
    top: 10px;
    right: 10px;
    background: #C2001C;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
    footer .inr .col02 .web dd .cvBtn:after{
        width: 100%;
    }
    footer .inr .col02 .web dd .cvBtn{
        width: 100%;
    }
}
footer .inr .col02 .web dd .cvBtn img{
    width: 154px;
    height: 23px;
    display: inline-block;
    margin-top: 28px;
    z-index: 10;
    position: absolute;
    left: 32px;
    top: 9px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
    footer .inr .col02 .web dd .cvBtn img{
        left: calc(50% - 77px);
    }
}
footer .inr .col02 .web dd .cvBtn:hover:after,
footer .inr .col02 .web dd .cvBtn:hover img{
    transform: translateX(10px) translateY(-10px);
}
footer .inr .col02 .tel dd img{
    width: 235px;
    height: 34px;
}
.copyright{
    margin: 85px 0 30px;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .copyright{
        margin: 45px 0 30px;
        font-size: 12px;
    }
}



/* Load Animation
------------------------------------------ */
.load-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  background: #222;
  width: 100%;
  height: 100%;
}
.load-bg.play {
  -webkit-animation: load-anime 800ms cubic-bezier(.77,0,.11,1) 600ms both;
          animation: load-anime 800ms cubic-bezier(.77,0,.11,1) 600ms both;
}
.load-circle {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    width: 3.4em;
    height: 3.4em;
    z-index: 130;
    font-size: 10px;
    border-top: 0.4em solid #fdcd00;
    border-right: 0.4em solid #fdcd00;
    border-bottom: 0.4em solid #C2001C;
    border-left: 0.4em solid #C2001C;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loading 0.7s infinite linear;
    animation: loading 0.7s infinite linear;
}
.display-none{
    opacity: 0;
    transition: opacity 0.5s ease-in-out 0.3s;
}
@-webkit-keyframes load-anime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  99% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
      visibility: hidden;
  }
}

@keyframes load-anime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  99% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
      visibility: hidden;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}


/* fadeInAnime
------------------------------------------ */
.fadeIn {
    transition-property: opacity, transform;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.000, 0.295, 0.500, 1.000);
    opacity: 0;
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
}
.fadeIn[data-delay="1"]{ transition-delay: 0.2s;}
.fadeIn[data-delay="2"]{ transition-delay: 0.4s;}
.fadeIn[data-delay="3"]{ transition-delay: 0.6s;}
.fadeIn[data-delay="4"]{ transition-delay: 0.8s;}
.fadeIn[data-delay="5"]{ transition-delay: 1s;    }


.fadeIn.is_done{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


/* add style for foreign language module
------------------------------------------ */

#sec01 {
  position: relative;
}

#sec01 .langArea {
  width: 170px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

#sec01 .langArea .langMod01 {
  display: inline-block;
  width: 100%;
  height: 69px;
  background: #222;
  opacity: 0.9;
  position: relative;
  z-index: 1;
  float: right;
  cursor: pointer;
}

#sec01 .langArea .langMod01:hover {
    opacity: 0.7;
}

#sec01 .langArea .langMod01 .langIcnPc {
  width: 114px;
  height: 37px;
  position: absolute;
  left: 28px;
  top: 16px;
}

#sec01 .langArea .langMod01 .langIcnSp {
  display: none;
  width: 43px;
  height: 43px;
  position: absolute;
  left: 10px;
  top: 10px;
}

#sec01 .langArea .langMod02 {
  /*display: inline-block;*/
  display: none;
  width: 100%;
  background: #fff;
  opacity: 0.9;
  text-align: center;
  z-index: 1;
  margin-top: 69px;
}

#sec01 .langArea .langMod02 ul {
  display: inline-block;
  padding: 10px 0 18px 0;
  font-size: 16px;
  font-family: sans-serif;
}

#sec01 .langArea .langMod02 ul li {
  line-height: 41px;
  position: relative;
  padding-left: 15px;
}

#sec01 .langArea .langMod02 ul li:hover:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: #C2001C;
  position: absolute;
  left: -10px;
  top: 15px;
}
#sec01 .langArea .langMod02 ul li.active:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: #C2001C;
  position: absolute;
  left: -10px;
  top: 15px;
}
.wrapper .cvArea .cvText01 {
  position: absolute;
  width: 100px;
  height: 13px;
  left: 2px;
  top: 65px;
}

@media screen and (max-width: 768px) {
  #sec01 .langArea {
    width: 104px;
  }

  #sec01 .langArea .langMod01 {
    width: 60px;
    height: 60px;
  }

  #sec01 .langArea .langMod02 {
    margin-top: 60px;
  }
  #sec01 .langArea .langMod01 .langIcnPc {
    display: none;
  }

  #sec01 .langArea .langMod01 .langIcnSp {
    display: inline-block;
  }

  #sec01 .langArea .langMod02 ul {
    font-size: 14px;
  }

  #sec01 .langArea .langMod02 ul li:hover:before{
    left: -2px;
  }
  #sec01 .langArea .langMod02 ul li.active:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    background: #C2001C;
    position: absolute;
    left: -2px;
    top: 15px;
  }
  .wrapper .cvArea .cvText01 {
    width: 62px;
    height: 8px;
    left: 2px;
    top: 38px;
  }
}

/* add style for Endlish site
------------------------------------------ */
#sec06 .ttlEn {
  width: 260px;
}

#sec07 .ttlEn {
  width: 320px;
}

footer .inr .col02 .web dd .cvBtn img.btnText01 {
  height: 34px;
  margin-top: 24px;
}






















