@charset "UTF-8";
body, html {
  background-image: url(../img/common/body_bg_02.png);
}

@media screen and (min-width: 750px) {
  #header #gNav .mainNav li:nth-child(1) {
    border-bottom-color: #0026bc;
  }
}
/*////////////////////////////////*/
#kv {
  position: relative;
}
#kv h1 {
  position: absolute;
  width: 100%;
  text-align: center;
}
#kv .slick-slide {
  background: center center no-repeat;
  background-size: cover;
}
#kv .slick-dots {
  position: relative;
  margin: 0;
}
#kv .slick-dots li {
  background: #fff;
  opacity: 0.5;
}
#kv .slick-dots li.slick-active {
  background: #1483ca;
  opacity: 1;
}
@media screen and (max-width: 749px) {
  #kv {
    padding-bottom: 2.667vw;
    background: #1483ca;
  }
  #kv h1 {
    top: 22.4vw;
  }
  #kv h1 img {
    width: 77.467vw;
  }
  #kv .slider {
    height: 80vw;
  }
  #kv .slick-slide {
    height: 80vw;
  }
  #kv .slick-slide.item01 {
    background-image: url(../img/top/sp/top_kv_01.jpg);
  }
  #kv .slick-slide.item02 {
    background-image: url(../img/top/sp/top_kv_02.jpg);
  }
  #kv .slick-slide.item03 {
    background-image: url(../img/top/sp/top_kv_03.jpg);
  }
  #kv .slick-slide.item04 {
    background-image: url(../img/top/sp/top_kv_04.jpg);
  }
  #kv .slick-dots {
    top: -6vw;
  }
}
@media screen and (min-width: 750px) {
  #kv {
    margin-bottom: 20px;
  }
  #kv h1 {
    top: 168px;
  }
  #kv .slider {
    width: 1200px;
    margin: 0 auto;
    height: 600px;
  }
  #kv .slick-slide {
    height: 600px;
  }
  #kv .slick-slide.item01 {
    background-image: url(../img/top/top_kv_01.jpg);
  }
  #kv .slick-slide.item02 {
    background-image: url(../img/top/top_kv_02.jpg);
  }
  #kv .slick-slide.item03 {
    background-image: url(../img/top/top_kv_03.jpg);
  }
  #kv .slick-slide.item04 {
    background-image: url(../img/top/top_kv_04.jpg);
  }
  #kv .slick-dots {
    top: -40px;
  }
}

#slider {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}
#slider .item {
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}
#slider .slick-list, #slider .slick-track {
  height: 100%;
}

.title {
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
.title span {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.title span::after {
  content: "";
  display: block;
  background: #24292c;
}
.title a {
  display: block;
  text-decoration: none;
}
.title a::after {
  content: "";
  display: block;
  background: url(../img/common/arrow_01.svg) center center no-repeat;
  background-size: contain;
}
.title.white span::after {
  background: #fff;
}
.title.white a {
  color: #fff;
}
.title.white a::after {
  background-image: url(../img/common/arrow_01_white.svg);
}
@media screen and (max-width: 749px) {
  .title {
    font-size: 2.667vw;
    width: 40vw;
    margin: 0 auto;
  }
  .title span {
    font-size: 4.8vw;
  }
  .title span::after {
    width: 14.667vw;
    height: 0.533vw;
    margin: 2.667vw auto 4.533vw;
  }
  .title a {
    padding: 46px 0 30px;
  }
  .title a::after {
    width: 9.333vw;
    height: 5.333vw;
    margin: 3.733vw auto 0;
  }
}
@media screen and (min-width: 750px) {
  .title {
    font-size: 20px;
    width: 300px;
  }
  .title a {
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    padding: 46px 0 30px;
  }
  .title a:hover {
    opacity: 0.6;
  }
  .title a::after {
    width: 70px;
    height: 40px;
    margin: 28px auto 0;
  }
  .title span {
    font-size: 36px;
  }
  .title span::after {
    width: 110px;
    height: 4px;
    margin: 20px auto 34px;
  }
}

@media screen and (max-width: 749px) {
  .trimWrap {
    position: relative;
  }
  .trimWrap .inner {
    position: relative;
    z-index: 100;
  }

  .trim {
    position: absolute;
    height: 60vw;
    transform: skewY(-5deg);
    transform-origin: top right;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .trim::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 60vw;
    width: 100%;
    transform: skewY(5deg) scale(1.15);
    transform-origin: top right;
    background: center center no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 750px) {
  .trimWrap {
    position: relative;
    height: 450px;
  }
  .trimWrap .inner {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 100;
    height: 100%;
  }

  .trim {
    position: absolute;
    height: 100%;
    width: calc(50% + 128px);
    transform: skewX(-29deg);
    overflow: hidden;
    top: 0;
    z-index: 10;
  }
  .trim::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(29deg);
    background: center center no-repeat;
    background-size: cover;
  }

  .trim_left {
    left: 0;
    transform-origin: top right;
  }
  .trim_left::before {
    transform-origin: top right;
  }

  .trim_right {
    z-index: 1;
    right: 0;
    transform-origin: bottom left;
  }
  .trim_right::before {
    transform-origin: bottom left;
  }
}
#product .trim_right {
  background: #24292c;
}
#product .text {
  color: #fff;
}
#product .text ul li {
  display: inline-block;
  margin: 0 0.7em;
  margin-bottom: 0.5em;
}
#product .text ul li::before {
  content: "◎";
}
@media screen and (max-width: 749px) {
  #product {
    background: #1483ca;
  }
  #product .trim_left::before {
    background-image: url(../img/top/sp/top_img_01.jpg) !important;
  }
  #product .trim_right {
    top: 60vw;
    height: 46.667vw;
  }
  #product h2 {
    height: 69.333vw;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #product .text {
    height: 36.667vw;
    padding-top: 5.333vw;
    text-align: center;
  }
  #product .text ul {
    margin-top: 1em;
    font-size: 2.933vw;
  }
}
@media screen and (min-width: 750px) {
  #product .trim_left {
    width: calc(60% + 128px) !important;
  }
  #product .trim_left::before {
    background-image: url(../img/top/top_img_01.jpg) !important;
  }
  #product .trim_right {
    border-top: 20px solid #1483ca;
  }
  #product .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  #product h2 {
    width: 69.1666666667%;
  }
  #product .text {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 30.8333333333%;
  }
  #product .text .copy {
    margin-bottom: 20px;
    line-height: 2.1;
    font-size: 20px;
  }
  #product .text ul {
    width: 350px;
  }
  #product .text ul li {
    font-size: 14px;
  }
  #product .text ul li:nth-child(4) {
    margin-right: 7em;
  }
}

.top_block_01 .trim_left::before {
  background-image: url(../img/top/top_img_02.jpg) !important;
}
.top_block_01 .trim_right::before {
  background-image: url(../img/top/top_img_03.jpg);
}
@media screen and (max-width: 749px) {
  .top_block_01 .trim_left::before {
    background-image: url(../img/top/sp/top_img_02.jpg) !important;
  }
  .top_block_01 .trim_right {
    top: 60vw;
  }
  .top_block_01 .trim_right::before {
    background-image: url(../img/top/top_img_03.jpg);
  }
}

@media screen and (max-width: 749px) {
  #equipment, #company {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 60vw;
    position: relative;
    top: 4.667vw;
  }
}
@media screen and (min-width: 750px) {
  #equipment, #company {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50%;
    height: 100%;
  }
}

#equipment h2 {
  background: rgba(255, 255, 255, 0.76);
}

#inquiry {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #244474 62%, #1b518e 150%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #244474 62%, #1b518e 150%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #244474 62%, #1b518e 150%);
}
@media screen and (max-width: 749px) {
  #inquiry {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 48vw;
    padding-bottom: 4.667vw;
  }
  #inquiry::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 9.333vw 100vw;
    border-color: transparent transparent #f2f3f5 transparent;
  }
}
@media screen and (min-width: 750px) {
  #inquiry {
    padding: 70px 0;
  }
  #inquiry h2 {
    margin: 0 auto;
    padding: 0;
  }
}

/*# sourceMappingURL=top.css.map */
