#contents .mv {
  position: relative;
  z-index: 10;
}
#contents .mv .slick-slide {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #contents .mv .slick-slide {
    overflow: hidden;
    height: 480px!important;
  }
  
}

#contents .mv .slick-slide img {
  display: inline-block;
  max-width: initial;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#contents .mv .slick-slide img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #contents .mv .slick-slide img.sp {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #contents .mv .slick-slide img {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    max-width: 100%;
  }
  #contents .mv .slick-slide img.pc {
    display: none;
  }
}
#contents .mv .slick-slider {
  margin-bottom: 0;
}
#contents .mv .copy {
  position: absolute;
  top: 50%;
  margin-top: -151px;
  z-index: 9;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents .mv .copy {
    position: absolute;
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  #contents .mv .copy .copy--in {
    padding: 0 10%;
  }
  #contents .mv .copy .copy--in img:nth-child(1){
width: 100%;
max-width: 300px;
display: block;
  }
  #contents .mv .copy .copy--in img:nth-child(2){
    width: 100%;
    max-width: 300px;
    display: block;
  }
  
  
}
#contents .mv .scroll {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
#contents .mv .scroll img {
  width: 50px;
}
#contents #home a.link--btn {
  width: 328px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #contents #home a.link--btn {
    width: 100%;
    font-size: 14px;
  }
}
#contents #home #info {
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents #home #info {
    width: 92%;
    margin: 0 auto;
  }
}
#contents #home #info .info--inner {
  position: relative;
  z-index: 10;
  padding: 10px 0;
}
#contents #home #info .info--text {
  overflow: hidden;
  width: 1200px;
}
#contents #home #info .info--text span {
  float: left;
  border-right: 1px solid #d14657;
  padding-right: 15px;
  margin-right: 15px;
}
#contents #home #info .info--text span.new {
  font-weight: bold;
  font-size: 19px;
}

#contents #home #info .info--text span.cat_icon{
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  padding: 0px 10px;
  background-color: #c30d23;
  color: #fff;
  width: 65px;
  text-align: center;
  line-height: 2;
}


#contents #home #info .info--text a {
  float: left;
  display: inline-block;
  color: #555;
  color: #c30d23;
  font-family: 'Montserrat', sans-serif;
}
#contents #home #info .info--text a:hover {
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #contents #home #info .info--text a {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #contents #home #info .info--text {
    float: none;
    width: 100%;
    border: none;
  }
  #contents #home #info .info--text span {
    float: none;
    border-right: none;
  }
  #contents #home #info .info--text span.new {
    font-weight: bold;
    font-size: 19px;
  }
}
#contents #home #info .info--more {
  float: right;
  display: inline-block;
  text-align: center;
}
#contents #home #info .info--more a {
  position: relative;
  background: url(/common/images/arrow_nav_down.png) center 90% no-repeat;
  background-size: 9px;
  padding: 0 0 5px;
  float: none;
  margin-left: 0;
  width: 80px;
}
#contents #home #info .info--more a:hover {
  opacity: 0.7;
  cursor: pointer;
}
#contents #home #info .info--more a:after {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -5px;
  font-family: fontawesome;
  color: #c30d23;
}
#contents #home #info .info--more a.off {
  display: none;
}
#contents #home #info .info--more a.up {
  background: url(/common/images/arrow_nav_up.png) center 90% no-repeat;
  background-size: 9px;
  padding: 0 0 5px;
}
@media screen and (max-width: 768px) {
  #contents #home #info .info--more {
    position: absolute;
    top: 10px;
    right: 0;
  }
  #contents #home #info .info--more a:after {
    position: static;
    margin-left: 10px;
  }
}
#contents #home #info .info--text--area {
  float: left;
  width: 920px;
}
@media screen and (max-width: 768px) {
  #contents #home #info .info--text--area {
    border-top: 1px solid #c30d23;
    padding-top: 16px;
    margin-top: 8px;
    width: 100%;
    line-height: 1.8em;
  }
}
#contents #home #info .info--text--area .top-text {
  overflow: hidden;
}
#contents #home #info .info--text--area p {
  width: 700px;
  float: left;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #contents #home #info .info--text--area p {
    width: 100%;
    float: right;
  }
}
#contents #home #info .info--text--area p a {
  color: #555;
}
#contents #home #info .info--text--area time {
  float: left;
  margin-right: 15px;
  font-size: 14px;
  color: #555;
}
@media screen and (max-width: 768px) {
  #contents #home #info .info--text--area time {
    width: 25%;
    margin-right: 0;
  }
}
#contents #home #info .news--box {
  display: none;
  /* height: 200px; */
  width: 100%;
  clear: both;
  margin-top: 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #contents #home #info .news--box {
    padding-left: 0;
  }
}
#contents #home #info .news--box li {
  overflow: hidden;
  line-height: 2em;
  margin-bottom: 16px;
}
#contents #home #info:after {
  content: '';
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 120%;
  height: 270px;
  margin: 3% -10% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-4.8deg);
  -ms-transform: rotate(-4.8deg);
  transform: rotate(-4.8deg);
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #contents #home #info:after {
    height: 0;
    bottom: -40px;
  }
}
#contents #home .fixedbg {
  height: 680px;
  text-align: center;
  position: relative;
}
#contents #home .fixedbg:after {
  content: ' ';
  background: url(/files/home/images/mv_bg_dot.png) 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents #home .fixedbg:after {
    display: none;
  }
}
#contents #home .fixedbg h2 {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 48%;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #contents #home .fixedbg {
    height: auto;
  }
  #contents #home .fixedbg h2 {
    position: static;
  }
}
#contents #home .head--text {
  margin-bottom: 30px;
  line-height: 1.7272em;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #contents #home .head--text {
    margin-top: 5px;
    margin-bottom: 18px;
    line-height: 1.55555em;
  }
}
#contents #home .contents--text {
  font-size: 15px;
  line-height: 1.714em;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #contents #home .contents--text {
    font-size: 14px;
    line-height: 1.555em;
  }
}
#contents #home section {
  position: relative;
}
#contents #home .customer-ship-bg {
  background: url("/files/home/images/bg_customership.jpg") 50% 0% no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  #contents #home .customer-ship-bg {
    background: none;
  }
}
#contents #home #customer-ship {
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents #home #customer-ship {
    width: 92%;
    margin: 0 auto;
  }
}
#contents #home #customer-ship .customer-ship-text {
  width: 500px;
  margin-top: 45px;
  padding: 10px 0;
  position: relative;
  z-index: 10;
  float: left;
}
#contents #home #customer-ship .customer-ship-text .head--text {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #contents #home #customer-ship .customer-ship-text {
    width: 100%;
    margin-top: 0;
    float: none;
  }
  #contents #home #customer-ship .customer-ship-text .head--text {
    text-align: center;
  }
  #contents #home #customer-ship .customer-ship-text p {
    line-height: 1.714em;
  }
}
#contents #home #customer-ship .photo {
  width: 660px;
  position: absolute;
  z-index: 10;
  margin-left: 520px;
  top: -150px;
}
@media screen and (max-width: 768px) {
  #contents #home #customer-ship .photo {
    width: 100%;
    float: none;
    position: static;
    margin: 10px 0 30px;
  }
}
#contents #home #customer-ship:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 120%;
  height: 180px;
  margin: 3% -10% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-4.8deg);
  -ms-transform: rotate(-4.8deg);
  transform: rotate(-4.8deg);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #contents #home #customer-ship:before {
    height: 0;
  }
}
#contents #home #customer-ship:after {
  content: '';
  position: absolute;
  bottom: -190px;
  left: 0;
  width: 120%;
  height: 200px;
  margin: 3% -10% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-4.8deg);
  -ms-transform: rotate(-4.8deg);
  transform: rotate(-4.8deg);
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #contents #home #customer-ship:after {
    height: 0;
  }
}
#contents #home #craftsman-ship .craftsman-ship-bg {
  background: url("/files/home/images/bg_craftsmanship.jpg") 50% 0% no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  #contents #home #craftsman-ship .craftsman-ship-bg {
    background: none;
  }
}
#contents #home #craftsman-ship .craftsman-ship-text {
  text-align: center;
  padding: 10px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents #home #craftsman-ship .craftsman-ship-text {
    width: 92%;
    margin: 0 auto;
    text-align: left;
  }
}
#contents #home #craftsman-ship .craftsman-ship-text:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 120%;
  height: 250px;
  margin: 3% -10% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-4.8deg);
  -ms-transform: rotate(-4.8deg);
  transform: rotate(-4.8deg);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #contents #home #craftsman-ship .craftsman-ship-text:before {
    height: 0;
  }
}
#contents #home #craftsman-ship .craftsman-ship-text:after {
  content: '';
  position: absolute;
  bottom: -190px;
  left: 0;
  width: 120%;
  height: 200px;
  margin: 3% -10% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-4.8deg);
  -ms-transform: rotate(-4.8deg);
  transform: rotate(-4.8deg);
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #contents #home #craftsman-ship .craftsman-ship-text:after {
    height: 0;
  }
}
#contents #home #craftsman-ship .craftsman-ship-text p.copy {
  position: relative;
  z-index: 10;
}
#contents #home #recruit {
  text-align: center;
}
#contents #home #recruit .recruit-bg {
  background: url("/files/home_test/images/bg_recruit.jpg") 50% 0% no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  #contents #home #recruit .recruit-bg {
    background: none;
  }
}
#contents #home #recruit .recruit-bg h2 {
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  #contents #home #recruit .recruit-bg h2 {
    background-attachment: initial;
    background-size: 300px auto;
  }
}
#contents #home #recruit .recruit-box {
  padding: 10px 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #contents #home #recruit .recruit-box {
    width: 92%;
    margin: 0 auto;
    text-align: left;
  }
  #contents #home #recruit .recruit-box p.copy {
    line-height: 1.714em;
  }
}
#contents #home #recruit .recruit-box:before {
  content: '';
  position: absolute;
  top: -45px;
  left: 0;
  width: 120%;
  height: 180px;
  margin: 3% -10% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-4.8deg);
  -ms-transform: rotate(-4.8deg);
  transform: rotate(-4.8deg);
}
@media screen and (max-width: 768px) {
  #contents #home #recruit .recruit-box:before {
    height: 0;
  }
}
#contents #home #recruit .recruit-box:after {
  content: '';
  position: absolute;
  bottom: -120px;
  left: 0;
  width: 120%;
  height: 150px;
  margin: 3% -10% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-4.8deg);
  -ms-transform: rotate(-4.8deg);
  transform: rotate(-4.8deg);
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #contents #home #recruit .recruit-box:after {
    bottom: 0px;
    height: 0px;
  }
}
#contents #home .bnrarea {
  text-align: center;
  background: #e5e5e5 url(/files/recruit/images/dot-bg.png) 0 0;
  position: relative;
  margin-top: 0px;
  padding: 160px 0 20px;
}
#contents #home .bnrarea:before {
  content: '';
  position: absolute;
  top: -120px;
  left: 0;
  width: 120%;
  height: 70%;
  margin: 3% -10% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-4.8deg);
  -ms-transform: rotate(-4.8deg);
  transform: rotate(-4.8deg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contents #home .bnrarea:before {
    height: 10%;
    top: -25px;
  }
}
#contents #home .bnrarea ul {
  overflow: hidden;
  display: inline-block;
}
#contents #home .bnrarea ul li {
  float: left;
  width: 350px;
}
#contents #home .bnrarea ul li:nth-child(2) {
  margin: 0 20px;
}
#contents #home .bnrarea ul li a {
  display: block;
}
@media screen and (max-width: 768px) {
  #contents #home .bnrarea ul li {
    float: none;
    width: 92%;
    margin: 0 auto 25px;
  }
  #contents #home .bnrarea ul li:nth-child(2) {
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 768px) {
  #contents #home .bnrarea {
    padding: 80px 0 20px;
  }
}
#contents #home .box-rotate {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
#contents #home .box-inner-rotate {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
#contents #home .block-link {
  text-align: center;
}
#contents #home .block-link .cercle {
  display: inline-block;
  margin-top: 50px;
}
#contents #home .block-link .cercle li {
  float: left;
  width: 280px;
}
#contents #home .block-link .cercle li:nth-child(2) {
  margin: 0 0px 0;
  padding: 0 0px 16px 16px;
}
#contents #home .block-link .cercle li:nth-child(3) {
  margin: 0 0px;
  padding: 0 16px 16px 16px;
}

#contents #home .block-link .cercle li a {
  display: block;
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 280px;
}
#contents #home .block-link .cercle li a:hover {
  opacity: 1;
}
#contents #home .block-link .cercle li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
#contents #home .block-link .cercle li a img {
  width: 100%;
  position: relative;
  z-index: 10;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
#contents #home .block-link .cercle li p {
  position: absolute;
  top: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.5em;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  z-index: 999;
  text-shadow: 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255);
}
#contents #home .block-link .cercle li:nth-of-type(1) p {
  position: absolute;
  top: 50%;
  top: 22%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.5em;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  z-index: 999;
  text-shadow: 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #contents #home .block-link .cercle {
    margin-top: 25px;
  }
  #contents #home .block-link .cercle li {
    width: 47.1%;
    padding: 4px;
  }
  #contents #home .block-link .cercle li:nth-child(2) {
    margin: 0;
    /* float: right; */
    padding: 4px;
  }
  #contents #home .block-link .cercle li:nth-child(3) {
    /* float: none; */
    /* margin: 0 auto; */
    /* clear: both; */
    padding: 4px;
  }
  #contents #home .block-link .cercle li p {
    font-size: 14px;
    font-weight: bold;
  }
}











