@charset "UTF-8";

/* about */
.about {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.about-inner {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}
.about-l {
  box-sizing: border-box;
  width: 50%;
}
.about-r {
  box-sizing: border-box;
  width: 50%;
  margin: 0;
}
.about-logo {
  width: 50%;
  min-width: 230px;
  max-width: 280px;
  margin: 0 auto;
}
.about-txt-1 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 0 0;
}
.about-txt-2 {
  font-size: 1.3em;
  text-align: center;
  line-height: 23px;
  padding: 30px 5% 0 5%;
}
.about-txt-3 {
  font-size: 1.3em;
  text-align: center;
  line-height: 23px;
  padding: 15px 5% 0 5%;
}
.about-logo-mark {
  width: 60px;
  margin: 25px auto 0 auto;
}
.swiper {
  width: 100%;
}
.swiper-service-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-btn-wrap {
  text-align: center;
  margin: 25px auto 0 auto;
}

/* service */
.service {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.service-inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.service-m-ul {
  width: 100%;
  margin: 0 auto 50px auto;
  display: flex;
  justify-content: space-between;
}
.service-m-ul li {
  width: 29%;
  margin: 60px 0 0 0;
}
.service-m-ul-img {
  width: 100%;
  margin: 0;
}
.service-m-ul-hr {
  width: 100%;
  border-top: 3px solid #1e1e1e;
  margin: 20px 0;
}
.service-m-ul-txt {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
}
.service-m-ul-txt-sub {
  font-size: 1.2em;
  text-align: center;
  margin: 10px 0 0 0;
}
.service-hr {
  width: 0%;
  margin: 0 auto;
  border-top: 1px solid #1e1e1e;
}
.service-s-ul {
  width: 600px;
  margin: 30px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.service-s-ul li {
  width: 120px;
  margin: 30px 15px 0 15px;
}
.service-p-wrap-1 {
  width: 600px;
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.service-p-img {
  width: 230px;
}
.service-p-wrap-2 {
  width: 600px;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.service-p-txt-1 {
  font-size: 1.4em;
  text-align: center;
  margin: 15px 0 0 0;
}
.service-p-txt-2 {
  font-size: 2em;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}

/* newwork */
.newwork {
  background-color: #3a3a3a;
  padding: 120px 0;
  display: flex;
  align-items: center;
}
.newwork-l {
  width: 50%;
  display: flex;
  justify-content: center;
}
.newwork-l img {
  width: 300px;
  margin: 0 auto;
}
.newwork-r {
  width: 40%;
}
.newwork-txt {
  font-size: 1.4em;
  line-height: 26px;
  color: #f5f5f5;
}
.newwork-btn {
  font-size: 1.3em;
  text-align: right;
  margin: 20px 0 0 0;
}
.newwork-btn a {
  color: #7dc1ed;
  border-bottom: 1px solid #969696;
  padding: 0 30px 5px 0;
  position: relative;
}
.newwork-btn a::after {
  content:'';
  width: 20px;
  height: 4px;
  border-top: 1px solid #969696;
  border-right: none;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -1px;
  bottom: 0;
  transform: rotate(25deg);
}
.br-nw {
  display: block;
}

@media screen and (max-width:1140px) {
  /* about */
  .about-inner {
    align-items: end;
  }
  /* service */
  .service-m-ul {
    margin: 20px auto 50px auto;
  }
}

@media screen and (max-width:1080px) {
  /* about */
  .about {
    padding: 80px 0 0 0;
  }
  .about-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .about-inner {
    width: 100%;
    margin: 60px auto 0 auto;
    display: block;
  }
  .about-l {
    width: 100%;
  }
  .about-r {
    width: 100%;
    margin: 60px auto 0 auto;
  }
  /* newwork */
  .br-nw {
    display: none;
  }
}

@media screen and (max-width:767px) {
  /* about */
  .about {
    width: 100%;
    padding: 60px 0 0 0;
  }
  .about-inner {
    margin: 45px 0 0 0;
  }
  .about-r {
    margin: 45px 0 0 0;
  }
  .about-txt-1 {
    font-size: 1.8em;
    line-height: 28px;
  }
  .about-txt-2 {
    font-size: 1.2em;
    line-height: 23px;
  }
  .about-txt-3 {
    font-size: 1.2em;
    line-height: 23px;
  }
  /* service */
  .service {
    padding: 60px 0;
  }
  .service-m-ul {
    width: 100%;
    margin: 0 auto 60px auto;
    display: block;
  }
  .service-m-ul li {
    width: 100%;
    margin: 50px 0 0 0;
  }
  .service-m-ul-img {
    width: 50%;
    margin: 0 auto;
  }
  .service-m-ul-hr {
    border-top: 2px solid #1e1e1e;
    margin: 20px 0;
  }
  .service-m-ul-txt {
    font-size: 1.5em;
    line-height: 25px;
  }
  .service-m-ul-txt-sub {
    font-size: 1.2em;
  }
  .service-s-ul {
    width: 80%;
    margin: 30px auto 0 auto;
  }
  .service-s-ul li {
    width: 40%;
    margin: 20px 5% 0 5%;
  }
  .service-p-wrap-1 {
    width: 86%;
    margin: 60px auto 0 auto;
  }
  .service-p-img {
    width: 45%;
  }
  .service-p-wrap-2 {
    width: 86%;
    margin: 30px auto 0 auto;
  }
  .service-p-txt-1 {
    font-size: 1.1em;
    text-align: center;
    margin: 15px 0 0 0;
  }
  .service-p-txt-2 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
  }
  /* newwork */
  .newwork {
    padding: 80px 0;
    display: block;
  }
  .newwork-l {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .newwork-l img {
    width: 280px;
    margin: 0;
  }
  .newwork-r {
    width: 90%;
    margin: 30px auto 0 auto;
  }
  .newwork-txt {
    font-size: 1.2em;
    line-height: 24px;
  }
}