@charset "UTF-8";
.mv {
  position: relative;
}

.mv h1 {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.8;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

h2 {
  font-size: 14px;
  position: relative;
  text-align: center;
}

h2 img {
  display: inline-block;
  margin-bottom: 10px;
}

h2:after {
  background: linear-gradient(135deg, #0f6ab3, #82cbec);
  bottom: -20px;
  content: '';
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 65px;
}

.company {
  background: #f3f3f7;
  padding: 80px 0 120px;
}

.company h2 img {
  width: 221px;
}

.company .tit-txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 80px;
  text-align: center;
}

.company ul {
  margin-top: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.company ul li {
  position: relative;
  width: 238px;
}

.company ul li:nth-of-type(2) {
  margin: 0 100px;
}

.company ul li:nth-of-type(2):before, .company ul li:nth-of-type(2):after {
  background: #e1e1e5;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
}

.company ul li:nth-of-type(2):before {
  left: -50px;
}

.company ul li:nth-of-type(2):after {
  right: -50px;
}

.company ul li .pic {
  border-radius: 1000px;
  overflow: hidden;
}

.company ul li .tit {
  color: #0068b6;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 20px 0;
  text-align: center;
}

.company ul li .txt {
  font-size: 14px;
  line-height: 1.5;
}

.company .details-btn a {
  background: url(../assets/images/details-btn-arrow02.svg) no-repeat 90% center, linear-gradient(135deg, #0f6ab3, #82cbec);
  background-size: 7px auto, auto;
  color: #fff;
}

.service {
  background: url(../images/service-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0 120px;
}

.service .content {
  width: 740px;
}

.service h2 {
  color: #fff;
}

.service h2 img {
  width: 183px;
}

.service h2:after {
  background: #fff;
}

.service h2 + p {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 80px;
  text-align: center;
}

.news {
  padding: 100px 0 60px;
}

.news h2 img {
  width: 129px;
}

.news .news-wap {
  margin: 80px auto 0;
  width: 740px;
}

.news .news-wap dl {
  border-top: 1px solid #d6d6d6;
  display: table;
  line-height: 1.5;
  padding: 25px 0 15px;
  width: 100%;
}

.news .news-wap dl:last-child {
  border-bottom: 1px solid #d6d6d6;
}

.news .news-wap dl dt {
  color: #999;
  display: table-cell;
  font-size: 12px;
  vertical-align: top;
}

.news .news-wap dl dd {
  display: table-cell;
  font-size: 12px;
  padding-left: 20px;
  vertical-align: top;
}

.news .news-wap dl dd .tit {
  font-size: 16px;
  font-weight: bold;
}

.news .news-wap dl dd .tit a,
.news .news-wap dl dd .tit span {
  color: #0068b6;
}

.sponsor-txt {
  margin-bottom: 60px;
  text-align: center;
}

.sponsor-txt img {
  display: block;
  margin: 0 auto;
  width: 200px;
}

/*------------------------------
            liquid
------------------------------*/
@media screen and (max-width: 1120px) {
  .company ul li {
    width: 31%;
  }
  .company ul li:nth-of-type(2) {
    margin: 0 3%;
  }
  .company ul li:nth-of-type(2):before {
    left: -1.5%;
  }
  .company ul li:nth-of-type(2):after {
    right: -1.5%;
  }
  .company ul li .pic {
    margin: 0 auto;
    width: 90%;
  }
  .company ul li .tit {
    line-height: 1.5;
  }
  .company ul li .txt {
    margin: 0 auto;
    width: 90%;
  }
  .company .details-btn a {
    background: url(../assets/images/details-btn-arrow02.svg) no-repeat 90% center, linear-gradient(135deg, #0f6ab3, #82cbec);
    background-size: 7px auto, auto;
    color: #fff;
  }
}

/*------------------------------
          liquid-add01
------------------------------*/
@media screen and (max-width: 860px) {
  .mv h1 {
    font-size: 28px;
    right: 0;
  }
  .service .content {
    width: 90%;
  }
  .news .news-wap {
    width: 100%;
  }
}

/*------------------------------
              sp
------------------------------*/
@media screen and (max-width: 600px) {
  .mv h1 {
    font-size: 5vw;
    right: 5%;
    text-align: right;
  }
  h2 {
    font-size: 13px;
  }
  h2:after {
    background: linear-gradient(135deg, #0f6ab3, #82cbec);
    bottom: -15px;
    content: '';
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 65px;
  }
  .company {
    padding: 40px 0 60px;
  }
  .company h2 img {
    width: 50%;
  }
  .company .tit-txt {
    font-size: 13px;
    margin-top: 40px;
  }
  .company ul {
    margin: 30px auto 0;
    display: block;
    width: 80%;
  }
  .company ul li {
    outline: none;
    width: 100%;
  }
  .company ul li:nth-of-type(2) {
    margin: 0;
  }
  .company ul li:nth-of-type(2):before, .company ul li:nth-of-type(2):after {
    display: none;
  }
  .company ul li .tit {
    font-size: 15px;
    margin: 15px 0;
  }
  .company ul li .txt {
    font-size: 13px;
  }
  .slick-arrow {
    border: none;
    height: 40px;
    outline: none;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    top: 30%;
    width: 25px;
  }
  .slick-arrow.slick-prev {
    background: url(../images/sp/slider-arrow-prev.svg) no-repeat center center;
    background-size: 100% auto;
    left: -15%;
  }
  .slick-arrow.slick-next {
    background: url(../images/sp/slider-arrow-next.svg) no-repeat center center;
    background-size: 100% auto;
    right: -15%;
  }
  .service {
    padding: 50px 0 60px;
  }
  .service h2 img {
    width: 40%;
  }
  .service h2 + p {
    font-size: 13px;
    margin-top: 40px;
  }
  .news {
    padding: 50px 0 30px;
  }
  .news h2 img {
    width: 30%;
  }
  .news .news-wap {
    margin: 40px auto 0;
  }
  .news .news-wap dl {
    border-top: 1px solid #d6d6d6;
    display: block;
    line-height: 1.5;
    padding: 20px 0 15px;
    width: 100%;
  }
  .news .news-wap dl dt {
    display: block;
  }
  .news .news-wap dl dd {
    display: block;
    margin-top: 5px;
    padding-left: 0;
  }
  .sponsor-txt {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .sponsor-txt img {
    display: block;
    width: 30%;
  }
}
