@charset "utf-8";

@font-face {
  font-family: "raleway";
  src: url(../Raleway-VariableFont_wght.ttf);
}

* {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-family: "raleway";
  color: #333333;
}

a {
  text-decoration: none;
  display: block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.animate__animated.animate__fadeInUp {
  animation-duration: 2s;
}

header {
  width: 100%;
  height: 130px;
}

.logo {
  float: left;
  width: 200px;
  height: 100px;
  margin-left: 100px;
  margin-top: 30px;
}
.logo img {
  width: 150px;
  height: 35px;
}

.menu {
  float: left;
  width: 600px;
  height: 50px;
  position: relative;
  z-index: 1;
  top: 40px;
  margin-left: 600px;
}

.navi > li {
  font-size: 14px;
  margin-left: 30px;
  position: relative;
  float: left;
}
.navi > li:nth-child(1) {
  margin-left: 0;
}

.navi > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  transition: all 1s;
}

.navi > li::after {
  width: 0;
}
.navi > li:hover::after {
  width: 100%;
}

.submenu {
  z-index: 1;
  position: absolute;
  float: left;
  display: none;
  top: 30px;
  left: -60px;
  width: 180px;
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.submenu > li > a {
  width: 180px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ffffff;
}

.dealer {
  float: right;
  width: 160px;
  height: 40px;
  background-color: #000000;
  border-radius: 20px;
  margin-right: 100px;
  margin-top: 29px;
}
.dealer > a {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
}

.bodywrap {
  width: 1200px;
}

.main {
  width: 1200px;
  height: 400px;
  margin-top: 100px;
}
.main span {
  font-size: 11px;
  text-align: center;
  margin-left: 550px;
}
.main h1 {
  line-height: 65px;
  text-align: center;
  margin-top: 30px;
  font-size: 60px;
  letter-spacing: 1px;
}

.con1 {
  width: 1200px;
  height: 600px;
  margin-top: 200px;
}

.con1txt {
  width: 500px;
  float: left;
}
.con1txt p {
  line-height: 28px;
  font-size: 20px;
  letter-spacing: 1px;
}

.slider_wrap {
  position: relative;
  overflow: hidden;
  width: 1100px;
}

.slider {
  float: left;
  position: relative;
  width: 2200px;
  left: 0;
  margin-top: 30px;
}

.slider ul li {
  width: 350px;
}
.slider li {
  float: left;
  margin-left: 25px;
}
.slider li:nth-child(1) {
  margin-left: 0;
}
.slider img {
  float: left;
  width: 350px;
}

.slider_btn {
  position: relative;
  float: right;
  bottom: 500px;
}
.slider_btn li {
  float: left;
}

.leftbtn {
  background-image: url(../img/arrowleft.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
}

.rightbtn {
  background-image: url(../img/arrowright.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
}

.con2 {
  width: 1200px;
  margin-top: 100px;
}

.con2box {
  width: 1200px;
  height: 600px;
  position: relative;
  background-image: linear-gradient(to bottom, #ffffff, #eff5fb);
}

.con2img {
  top: 20px;
  left: 80px;
  position: absolute;
}
.con2img img {
  width: 550px;
  height: 380px;
  margin-top: 100px;
}

.con2txt {
  float: right;
  margin-right: 80px;
  margin-top: 185px;
  width: 320px;
}

.con2txt span {
  font-size: 11px;
}
.con2txt p {
  font-size: 30px;
  font-weight: 550;
  margin-top: 20px;
}
.con2txt .a {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.con3 {
  width: 1200px;
  height: 400px;
  margin-top: 170px;
}

.con3box1 {
  width: 300px;
  height: 550px;
  float: left;
  margin-left: 80px;
}
.con3box1 span {
  font-weight: bold;
  font-size: 17px;
}
.con3box1 p {
  font-size: 13px;
  line-height: 22px;
  margin-top: 20px;
}

.con3box2 {
  width: 300px;
  height: 550px;
  float: left;
  margin-left: 80px;
}
.con3box2 span {
  font-weight: bold;
  font-size: 17px;
}
.con3box2 p {
  font-size: 13px;
  line-height: 22px;
  margin-top: 20px;
}

.con3box3 {
  width: 300px;
  height: 550px;
  float: left;
  margin-left: 80px;
}
.con3box3 span {
  font-weight: bold;
  font-size: 17px;
}
.con3box3 p {
  font-size: 13px;
  line-height: 22px;
  margin-top: 20px;
}

.con4 {
  width: 1200px;
  margin-top: 100px;
}

.con4box {
  width: 1200px;
  height: 600px;
  position: relative;
  background-image: linear-gradient(to bottom, #c1c3d7, #ffffff);
}

.con4img {
  top: 20px;
  right: 80px;
  position: absolute;
  float: right;
}
.con4img img {
  width: 550px;
  height: 380px;
  margin-top: 100px;
  float: right;
}

.con4txt {
  float: left;
  margin-left: 80px;
  margin-top: 185px;
  width: 320px;
}

.con4txt span {
  font-size: 11px;
}
.con4txt p {
  font-size: 30px;
  font-weight: 550;
  margin-top: 20px;
}
.con4txt .b {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.con5 {
  width: 1200px;
  margin-top: 100px;
}

.con5box {
  width: 1200px;
  height: 600px;
  position: relative;
  background-image: linear-gradient(to bottom, #ffffff, #f3efef);
}

.con5img {
  top: 20px;
  left: 80px;
  position: absolute;
}
.con5img img {
  width: 550px;
  height: 380px;
  margin-top: 100px;
}

.con5txt {
  float: right;
  margin-right: 80px;
  margin-top: 140px;
  width: 320px;
}

.con5txt span {
  font-size: 11px;
}
.con5txt p {
  font-size: 30px;
  font-weight: 550;
  margin-top: 20px;
}
.con5txt .c {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.con5bt {
  position: absolute;
  width: 250px;
  height: 40px;
  background-color: #000000;
  border-radius: 20px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
}

.con6 {
  float: left;
  width: 1200px;
  margin-top: 100px;
  margin-bottom: 150px;
}

.con6box {
  width: 1200px;
  height: 600px;
  position: relative;
}

.con6img {
  top: 20px;
  right: 80px;
  position: absolute;
  float: right;
}
.con6img img {
  width: 550px;
  height: 380px;
  margin-top: 100px;
  float: right;
}

.con6txt {
  float: left;
  margin-left: 80px;
  margin-top: 150px;
  width: 320px;
}

.con6txt span {
  font-size: 11px;
}
.con6txt p {
  font-size: 30px;
  font-weight: 550;
  margin-top: 20px;
}
.con6txt .d {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
.con6bt {
  position: absolute;
  width: 250px;
  height: 40px;
  background-color: #000000;
  border-radius: 20px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
}

footer {
  width: 100%;
  height: 400px;
  float: left;
  background-color: #000000;
}
footer .wrap {
  width: 1100px;
}

.btlogo {
  width: 150px;
  height: 35px;
  float: left;
}
.btlogo img {
  width: 150px;
  height: 35px;
  margin-top: 50px;
  float: left;
}

.btmenu {
  float: right;
  width: 350px;
  height: 150px;
  margin-top: 50px;
}

.btmenu a {
  color: #ffffff;
  font-size: 11px;
  line-height: 25px;
}
.btmenu1 {
  float: left;
  text-align: right;
  margin-right: 20px;
}

.btmenu2 {
  text-align: left;
}

.footerbottom {
  float: left;
  width: 1100px;
  margin-top: 100px;
}

.footermiddle {
  position: relative;
}

.sns {
  float: left;
  position: absolute;
  top: 270px;
}
.sns li {
  float: left;
  margin-left: 30px;
}
.sns li:nth-child(1) {
  margin-left: 0;
}

.site {
  width: 500px;
  float: right;
  position: absolute;
  top: 275px;
  right: 0px;
}
.site li {
  font-size: 11px;
  float: right;
  margin-right: 20px;
}
.site li:nth-child(1) {
  margin-right: 0;
}
.site a {
  color: #ffffff;
}

.copy {
  font-size: 12px;
  color: #707070;
  margin-top: 10px;
}
