@charset "utf-8";

/*
  File Name   : top.css
  Description : TOP
*/

/* common,layout
============================================================ */
#main {
  /* padding: 120px 0 80px;
  padding-top: 0px !important; */
}

@media screen and (max-width: 1200px) {
  .sec-kv-info__block {
    max-width: 37.5vw;
    margin-right: 4.166vw;
  }
}


@media screen and (max-width: 811px) {
  #main {
    /* padding: 40px 0 0px; */
  }

}

/* top-kv
============================================================ */
.top-kv {
  background: #fff;
  background-size: cover;
  height: 45vw;
  box-sizing: border-box;
  /* margin-bottom: 100px; */
  position: relative;
}
.top-kv .top-bg-img{
  width: 100%;
  height: 900px;
  position: absolute;
  overflow: hidden;
}

.top-kv .top-bg-img img{
  width: 75%;
  height: auto;
  margin-left: 16%;
  /*max-width: 1160px;*/
}
.top-kv .top-kv-en img{
  margin-top: 4px;
}
.top-kv .adjust-bg-kv-en img{
  margin-top: 4px;
}

.intro-saying{
  position: absolute;
  top:12vw;
  left:10%;
}

.intro-saying span{
  background: #fff;
  display: inline-block;
  padding: 5px 10px;
  color: #6286d8;
  /* position: absolute; */
  font-weight: bold;
  font-size: 1.44vw;
  /* left: 10%; */
  margin-bottom: 15px;

}

.top-arrow{
  color: #6286d8;
  margin-bottom: -20vw;
}


.top-kv__ttl {
  text-align: center;
}

.top-bg{
  height: 640px;
  margin-bottom: 100px;
}

.top-bg-left{
  width: 25%;
  height: 100%;
  float: left;
  background: #f5f5f5;
}
.adjust-bg-left-en {
  margin-top: 4px;
}

.top-bg-right{
  width: 75%;
  height: 100%;
  float: right;
  background: linear-gradient(to top left, #2B72B9 0%, #46b9a4 100%)
}
.adjust-bg-right-en {
  margin-top: 4px;
}

@media screen and (max-width: 811px) {
  .top-kv {
    height: 50vw;
    background-image: url(/assets/img/top/kv-bg-01-sp.jpg);
    background-size: contain;
    background-position: 50% 0;
    /* margin-bottom: 100px; */

  }

  .top-kv .top-bg-img img {
    width: 82%;
    height: 80%;
    margin-left: 13%;
  }

  .top-kv .top-bg-img{
    height: auto;
  }

  .top-bg{
    height: auto;
    /*  margin-bottom: 100px;*/
  }

  .top-kv__ttl {
    height: 100%;
  }

  .top-kv__ttl img {
    height: auto;
    width: auto;
  }

  .intro-saying{
    left: 5%;
    top:47vw;

  }
  .top-arrow{
    margin-bottom: -18vw;
  }
}

/* sec-kv-info
============================================================ */

.sec-kv-info {
  max-width: 450px;
  margin: -120px 0 60px auto;
  overflow: hidden;
  padding-bottom: 7px;
  position: relative;
  z-index: 2;
}

.sec-kv-info__ttl {
  font-size: 1.5rem;
  color: #6987cd;
  letter-spacing: .05em;
  margin-bottom: 12px;
}

.sec-kv-info__ttl span {
  position: relative;
  padding-right: 20px;
}

.sec-kv-info__ttl span:before {
  content: "";
  display:block;
  width: 8px;
  height: 8px;
  background-color: #acc1e7;
  border-radius: 50% 10% 50% 50%;
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.sec-kv-info__ttl span:after {
  content: "";
  width: 330px;
  height: 1px;
  background: #acc1e7;
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.sec-kv-info__block {
  display: block;
  max-width: 400px;
  margin-right: 50px;
  padding: 28px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 7px 7px 0 0 #e7ecf9;
}

.sec-kv-info__block:hover {
  text-decoration: none;
}

.sec-kv-info__block__time {
  font-size: 1.4rem;
  margin-bottom: 2px;
  display: block;
  letter-spacing: .05em;
}

.sec-kv-info__block__txt {

}

@media screen and (max-width: 811px) {
  .sec-kv-info {
    margin: 0 15px 15px;
    max-width: none;
  }

  .sec-kv-info__block {
    max-width: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
  }

  .sec-kv-info__ttl {
    position: relative;
    text-align: center;
  }

  .sec-kv-info__ttl:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #acc1e7;
    position: absolute;
    top: 50%;
    left: 0;
  }

  .sec-kv-info__ttl span {
    padding: 0 10px;
    z-index: 2;
    background: #fff;
  }

  .sec-kv-info__ttl span:before,
  .sec-kv-info__ttl span:after {
    content: none;
  }

  .top-bg-img img{
    height: auto;
  }

}

/* sec-lead
============================================================ */
.sec-lead {
  text-align: center;
  margin-bottom: 55px;
}

.sec-lead .contents-inner {
  position: relative;
  padding-bottom: 50px;
}

.sec-lead .contents-inner:before {
  content: "";
  width: 111px;
  height: 317px;
  background: url(/assets/img/top/kv-bg-02.png) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  left: -60px;
  bottom: 0;
}

.sec-lead .contents-inner:after {
  content: "";
  width: 141px;
  height: 383px;
  background: url(/assets/img/top/kv-bg-04.png) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}

.sec-lead__txt {
  line-height: 2;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.sec-lead__txt:before {
  content: "";
  width: 29px;
  height: 90px;
  background: url(/assets/img/top/kv-bg-03.png) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  left: -12px;
  top: -36px;
}

.sec-lead__txt span {
  position: relative;
}

@media screen and (max-width: 811px) {
  .sec-lead {
    max-width: none;
    display: none;
  }
}


/* sec-search
============================================================ */
.sec-search {
  background: url(/assets/img/top/bg-search-01.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 70px 20px 50px;
  margin-bottom: 100px;
}

.sec-search__list {
  position: relative;
  letter-spacing: -.4em;
  overflow: hidden;
}

.sec-search__list li {
  background: #fff;
  box-sizing: border-box;
  float: left;
  width: 50%;
  letter-spacing: 0;
}

.sec-search__list li:last-child {
  border-left: 1px solid #eee;
}

.sec-search__list li a {
  display: block;
  position: relative;
  padding: 34px 0 60px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.sec-search__list li a:hover {
  text-decoration: none;
  opacity: .7;
}

.sec-search__list li a:before {
  content: "";
  width: 50px;
  height: 20px;
  background: #2B72B9 url(/assets/img/common/icon-arrow-01.png) no-repeat 50% 50%;
  background-size: 8px auto;
  border-radius: 15px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-search__list__item__img {
  background: #edf2fa;
  border-radius: 50%;
  width: 27.08%;
  width: 130px;
  height: 130px;
  line-height: 120px;
  margin: 0 auto 5px;
  text-align: center;
}

.sec-search__list__item__img img {
  vertical-align: middle;
}

.sec-search__list__item__ttl {
  font-size: 2rem;
  font-weight: bold;

}

.sec-search__list__item__ttl__main {
  font-size: 2.6rem;
  color: #2B72B9;
}

.sec-search__list__item__ttl__sub {
  display: block;
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: .05em;
}


@media screen and (max-width: 811px) {
  .sec-search {
    padding: 30px 15px 20px;
  }

  .sec-search__list li a {
    padding: 20px 0 30px;
  }

  .sec-search__list li a:before {
    bottom: 10px;
    height: 15px;
    width: 40px;
  }

  .sec-search__list__item__img {
    width: 75px;
    height: 75px;
    line-height: 70px;
  }

  .sec-search__list__item__img img {
    width: 60%;
  }

  .sec-search__list__item__ttl {
    font-size: 1.3rem;
  }

  .sec-search__list__item__ttl__main {
    font-size: 1.5rem;
  }

  .sec-search__list__item__ttl__sub {
    font-size: 1rem;
  }

}

/* sec-service
============================================================ */

.sec-service-top{
  background: url(/assets/img/common/service-bg.png) no-repeat 50% 50%;
  height: 400px;
  background-size: cover;
}
.sec-service-top img{
  width: 100%;
  height: 100%;
}

.sec-service {
  position: relative;
  height: auto;
  overflow: hidden;
}

.service-title-vertical{
  position: absolute;
  right: 23%;
  top: 7%;
  z-index: 3;
}
.service-title-vertical p{
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  height: 440px;
  font-size: 40px;
  font-weight: bold;
  border-left: 2px solid #000;
}

.sec-service-content{
  padding-top: 50px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  height: auto;
  position: relative;
  background: #fff;
  left: 50%;
  margin-left: -580px;
  -webkit-box-shadow: 8px -4px 10px -3px rgba(0,0,0,0.35);
  -moz-box-shadow: 8px -4px 10px -3px rgba(0,0,0,0.35);
  box-shadow: 8px -4px 10px -3px rgba(0,0,0,0.35);
  margin-top: 80px;
  z-index: 2;
  margin-bottom: 200px;
}

.ul-li-all{
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  letter-spacing: 0;
  float: left;
  position: relative;
}

.ul-li-first-div{
  padding-left: 5%;
}

.ul-li-first-div .service-detail-info{
  left: 25%;
}
.service-detail-info{
  position: absolute;
  width: 70%;
  left: 15%;
  top: 50%;
  line-height: 2;
}

.service-detail-info-no{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(to top left, #2B72B9 0%, #46b9a4 100%);
  position: absolute;
  margin: 5%;
}

.service-detail-info-no p{
  font-size: 24px;
  text-align: center;
  color: white;
  padding-top: 20%;
}
@media screen and (max-width: 811px) {
  .service-detail-info-no{
    width: 46px;
    height: 46px;
  }
  .service-detail-info-no p{
    font-size: 18px;
    padding-top: 23%!important;
  }
}

.ul-service li{
  overflow: hidden;
}

.sec-service__list__item__img{
  background: #edf2fa;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  margin: 20px 0px 10px 20px;
  text-align: center;
  padding: 5% 5%;
  position: relative;
  float: left;
  overflow: hidden;
}
.sec-service__list__item__img img{
  position:absolute;
  width: 47%;
  left: 30%;
}
.sec-service__list__item__ttl{
  font-size: 2rem;
  font-weight: bold;
  width: 65%;
}

.service-info-lbl{
  line-height: 2;
  font-size: 1em;
}

.sec-service-content-left{
  width: 50%;
  float: left;
  background: linear-gradient(to top left, #2B72B9 0%, #46b9a4 100%);
  height: 100%;
  position: absolute;
  top: 300px;
  z-index: 1;
}

.sec-service-content-left p{
  font-size: 24px;
  color: white;
  padding-top: 70px;
  text-align: right;
  padding-right: 35%;
}

.sec-service-content-right{
  width: 50%;
  float: right;
  height: auto;
}

.round-number{
  width: 50px;
  height: 50px;
}

.ul-li-service-last{
  padding: 8.5% 7% 0px 7%;
  height: 400px;
  position: relative;
}

.service-detail-info-last p{
  font-size: 24px;
  color: #6286d8;
}
.service-detail-info-last{
  position: absolute;
  padding-left: 20px;
  padding-top: 20px;
}
.service-detail-info-lastest{
  float: right;
  width: 38%;
  text-align: left;
  padding-right: 3%;
  padding-top: 5%;
}
.service-detail-info-lastest .p1{
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #2B72B9;
  padding: 7px 0px;
  line-height: 1.2;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  margin-bottom: 3%;

}
.service-detail-info-lastest .p2{
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #2B72B9;
  padding: 7px 0px;
  line-height: 1.2;
  display: inline-block;
  width: 100%;
  font-weight: bold;


}
.service-detail-info-lastest .p3{
  margin-top: 12%;
  font-size: 16px;

}

.service-07{
    height: 300px;
    overflow: hidden;
    width: 70%;
    top: 10%;
    position: absolute;
    background: url(/assets/img/common/service-07.png) no-repeat 50% 50%;
}
.service-08{
    height: 300px;
    overflow: hidden;
    width: 70%;
    top: 10%;
    position: absolute;
    background: url(/assets/img/common/service-08.png) no-repeat 50% 50%;
}
.service-07 img{
    top: 50%;
    position: absolute;
    width: 41%;
    height: 1%;
    right: 0px;
}
.service-08 img{
    top: 36.3%;
    position: absolute;
    width: 41%;
    height: 1%;
    right: 0px;
}
.service-07-bg{
  width: 75%;
  height: 300px;
  background: #46b984;
  position: absolute;
  left: 13%;
}
.service-08-bg{
  width: 75%;
  height: 300px;
  background: #46b984;
  position: absolute;
  left: 13%;
}
.service-07-bg .service-07-img-01{
  position: absolute;
  right: 0px;
  top: 34%;
  height: 1%;
}
.service-08-bg .service-08-img-01{
  position: absolute;
  right: 0px;
  top: 20%;
  height: 1%;
}
.service-07-bg .service-07-img-02{
  position: absolute;
  right: 2%;
  bottom: 17%;
}
.service-08-bg .service-08-img-02{
  position: absolute;
  right: 2%;
  bottom: 17%;
}

.ul-li-service-last a:hover{
  opacity: 0.7;
}

.sec-service .contents-inner {
  position: relative;
}

.sec-service__txt-box {
  position: absolute;
  top: 70px;
  left: 50px;
  max-width: 270px;
}

.sec-service__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

.sec-service .btn-01 {
  min-width: 200px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-info-url{
  position: absolute;
  bottom: -6%;
  right: 12%;
}
.service-info-url p{
  font-size: 22px;
  font-weight: bold;
}

@media screen and (min-width: 812px) and (max-width: 1140px) {
  .sec-service__list__item__img{
    width: 320px;
    height: 320px;
  }
  .sec-service__list__item__ttl{
    width: 100%;
  }
}

@media screen and (max-width: 811px) {
  .sec-service {
    padding: 40px 15px;
  }

  .sec-service__img {
    margin-bottom: 13px;
  }

  .sec-service__txt-box {
    position: static;
    max-width: none;
  }

  .sec-service__ttl {
    font-size: 1.4rem;
    font-size: 3.75vw;
    margin-bottom: 15px;
    position: absolute;
    top: 15px;
    left: 15px;
  }

  .sec-service__txt {
    margin-bottom: 18px;
  }

  .sec-service .btn-01 {
    min-width: auto;
    position: static;
    -webkit-transform: none;
    transform: none;
  }

}


/* sec-product
============================================================ */
.sec-product {
  background: #f5f5f5;
  padding: 0px 0 80px;
  height: auto;
  position: relative;
  overflow: hidden;
  /*padding-bottom: 250px;*/
}

.sec-product-content{
  max-width: 960px;
  margin: 0 auto;
  height: auto;
  position: absolute;
  background: none;
  left: 50%;
  margin-left: -480px;
  width: 100%;
  top: 100px;
}

.sec-product-content-left{
  width: 50%;
  float: left;
  height: 600px;
}

.sec-product-content-left img{
  width: 100%;
  height: 100%;
}

.sec-product-content-right{
  width: 50%;
  float: right;
  height: 600px;
  background: linear-gradient(to top left, #46b9a4 0%, #2B72B9 100%);
}

.product-item-title{
  font-size: 1.4rem;
  color: #fff;
  background: #2B72B9;
  padding: 5px 20px;
  line-height: 1.2;
  display: inline-block;
  margin: 20px 0px 30px 20px;
}

.sec-product__list__item__img{
  width: 50%;
  float: left;
}
.sec-product__list__item__info{
  width: 50%;
  float: left;
}

.product-info-title{
  padding-bottom: 50px;
}

.product-info-title p{
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.product-info-url{
  position: absolute;
  bottom: 50px;
  left: 40%;
}

.product-info-url p{
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.to-product-url, .for-service{
  padding: 20px 80px;
  background: none;
  border: 2px solid #2B72B9;
  text-align: center !important;
  color: #2B72B9;
}

.ul-li-all-product span{
  float: left;
  margin-left: 20px;
  width: 80%;
}

.ul-li-all-product{
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  letter-spacing: 0;
  float: left;
  margin-bottom: 17px;
  position: relative;
}

.img-product-arrow{
  position: absolute;
  bottom: 10px;
  right: 20px;
}

@media screen and (max-width: 811px) {
  .sec-product {

  }
}


/* sec-case
============================================================
.sec-case {
  padding: 95px 0 30px;
}

.sec-case .item-slider__txt-box {
  padding-top: 26px;
}

@media screen and (max-width: 811px) {
  .sec-case {
    padding: 40px 0 20px;
  }
}


/* sec-info
============================================================ */
.sec-info {
  padding: 70px 20px 16px;
}

.sec-info{
  background: #f5f5f5;
}

.sec-info-content{
  background: #fff;
  padding: 100px 15px;
  margin: 0px 5%;
  margin-bottom: 100px;
}

.sec-info__media {
  letter-spacing: -.4em;
}

.sec-info__media__txt-box,
.sec-info__media__img-box {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
}

.sec-info__media__txt-box {
  width: 100%;
  margin-right: 4.17%;
  position: relative;
}

.sec-info__ttl {
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 30px;
}
.to-where{
  padding-top: 20px;
  text-decoration: underline;
  color: #7c7a7a;
}

.btn-show-all {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding-left: 18px;
}

.btn-show-all:hover {
  text-decoration: none;
}

.btn-show-all:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/assets/img/top/icon-plus-01.png) no-repeat 0 40%;
  background-size: contain;
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-show-all:hover:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.sec-info__list {
  border-top: 1px solid #eee;
}

.sec-info__list li {
  border-bottom: 1px solid #eee;
}

.sec-info__list li a {
  position: relative;
  display: block;
  padding: 25px 15px 25px 0;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.sec-info__list li a:hover {
  text-decoration: none;
  opacity: .7;
}

.sec-info__list__time,
.sec-info__list__txt {
  letter-spacing: 0;
  vertical-align: middle;
}

.sec-info__list__time {
  float: left;
  font-size: 1.4rem;
}

.sec-info__list__txt {
  margin: 0 0 0 5.5em;
  font-size: 1.5rem;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.en .sec-info__list__txt {
  margin: 0 0 0 6.5em;
}

.sec-info__media__img-box {
  width: 31.25%;
  position: relative;
}

.sec-info__media__img-box img {
  width: 100%;
}

.sec-info__media__img-box__txt-inner {
  position: absolute;
  top: 26px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-info__media__img-box__lead {
  text-align: center;
  font-weight: bold;
}

.sec-info__media__img-box__ttl {
  text-align: center;
}

.sec-info__media__img-box__ttl span {
  display: inline-block;
  vertical-align: middle;
}

.sec-info__media__img-box__ttl__main {
  color: #d7686b;
  font-size: 3.6rem;
}

.sec-info__media__img-box__ttl__sub {
  font-size: 1.4rem;
  color: #fff;
  background: #d7686b;
  padding: 2px 5px;
}



@media screen and (max-width: 811px) {

  .sec-info {
    padding: 40px 0 0;
    padding-bottom: 50px;
  }

  .sec-info__media__txt-box,
  .sec-info__media__img-box {
    display: block;
    width: 100%;
  }

  .sec-info__media__txt-box {
    margin: 0 0 26px;
  }

  .sec-info__ttl {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 16px;
  }

  .btn-show-all {
    right: 20px;
    top: -2px;
    padding-left: 16px;
    font-size: 1.3rem;
  }

  .sec-info__list li a {
    padding: 15px 15px 15px 0;
  }

  .sec-info__list__time {
    font-size: 1.1rem;
  }

  .sec-info__list__txt {
    font-size: 1.2rem;
  }

  .sec-info__media__img-box {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .sec-service-content{
    width: 90%;
    margin-left: -45%;
  }
  .service-title-vertical{
    right: 9%;
  }
  .ul-service li{
    padding-bottom: 40px;
  }
  .ul-li-service-last{
    padding-top: 70px;
    min-width: 800px;
  }
  .service-detail-info-lastest .p1{
    font-size: 20px;
  }
  .service-detail-info-lastest .p2{
    font-size: 20px
  }
  .service-detail-info-lastest .p3{
    font-size: 13px;
  }
  .service-07-bg .service-07-img-01{
    top: 39%;
  }
  .service-08-bg .service-08-img-01{
    top: 39%;
  }
  .service-07{
    height: 250px;
  }
  .service-08{
    height: 250px;
  }
  .service-07-bg{
    height: 250px;
  }
  .service-08-bg{
    height: 250px;
  }
  .for-service{
    padding: 20px 39%;
    background: white;
    border: 2px solid #2B72B9;
    text-align: center !important;
    color: #2B72B9;

  }
  .service-info-url{
    right: 0px;
    width: 100%;
  }
  .product-info-url{
    left: 32%;
  }
  .sec-info-content{
    padding: 50px;
  }
  .sec-info{
    top: 0px;
  }
}

@media (max-width: 811px){
  .intro-saying span{
    font-size: 2.4vw;
  }
  .top-arrow{
    height: 5em;
  }
  /* .top-kv{
    margin-bottom: 50px;
  } */
  .sec-search{
    margin-bottom: 0px;
  }
  .sec-service{
    padding: 0px 0px 80px;
  }
  .sec-service-top{
    /* height: 230px; */
    height: 190px;
  }
  .service-title-vertical p{
    font-size: 24px;
  }
  .sec-service-content-left{
    /* top: 210px; */
    top: 140px;
  }
  .sec-service-content-left p{
    font-size: 20px;
    padding-top: 40px;
  }
  .service-title-vertical p{
    height:270px;
  }
  .ul-li-all{
    width: 100%;
  }
  .service-title-vertical{
    top: 3%;
  }
  .ul-li-first-div{
    padding-left: 0px;
  }
  .ul-service li{
    padding-bottom: 0px;
  }
  .sec-service-content{
    margin-top: 70px;
  }
  .ul-li-service-last{
    min-width: 0px;
  }

  .box-service-01 .service-detail-info,
  .box-service-02 .service-detail-info,
  .box-service-03 .service-detail-info,
  .box-service-04 .service-detail-info,
  .box-service-05 .service-detail-info,
  .box-service-06 .service-detail-info {
    position: relative;
    top: -110px;
  }
  .box-service-02 {
    position: relative;
    margin-top: -100px;
    height: 50vh;
  }
  .box-service-04 {
    position: relative;
    margin-top: -80px;
    height: 50vh;
  }
  .box-service-05 {
    position: relative;
    margin-top: -16px;
  }
  .box-service-06 {
    position: relative;
    margin-top: -90px;
    height: 50vh;
  }

  .sec-service__list__item__img{
    width: 200px;
    height: 200px;
  }

  .service-07{
    height: 200px;
    background-size: cover;
  }
  .service-08{
    height: 200px;
    background-size: cover;
  }
  .service-07-bg{
    height: 200px;
  }
  .service-08-bg{
    height: 200px;
  }
  .ul-li-service-last{
    height: 220px;
  }
  .service-detail-info-lastest{
    width: 81%;
    margin: 0px 7%;
    float: left;
    padding-bottom: 50px;
  }
  .service-detail-info-lastest .p1{
    width: 80%;
  }
  .service-detail-info-lastest .p2{
    width: 80%;
  }
  .service-detail-info-lastest .p3{
    margin-top: 10px;
  }
  .sec-service__list__item__ttl{
    font-size: 1.7rem;
  }
  .ul-li-first-div .service-detail-info{
    position: relative;
    left: 15%;
  }
  .service-detail-info{
    position: relative;
  }
  .for-service{
    padding: 10px 0px;
  }
  .service-info-url{
    bottom:-2.5%;
  }
  .sec-service-content{
    margin-bottom: 120px;
  }
  .sec-product-content-left{
    height: 400px;
  }
  .sec-product-content-right{
    height: 400px;
  }
  .sec-product-content{
    top: 100px;
    margin-left: 0px;
    left: 0px;
    position: absolute;
  }
  .ul-li-all-product{
    width: 95%;
    margin: 10px 2%;
  }
  .sec-product{
    padding-bottom: 0px;
  }
  .to-where{
    border: 1px solid #7c7a7a;
    padding: 10px;
    text-align: center;
  }
  .sec-info__media__img-box{
    padding: 0px;
  }
  .footer__top{
    border-top: none;
  }
  .service-title-vertical{
    right: 15%;
  }
  .product-info-url{
    left: 0px;
    width: 100%;
  }
  .sec-info-content{
    margin-bottom: 0px;
    padding: 30px 15px;
  }

}

@media (max-width: 600px){
  .intro-saying span.first, .intro-saying span.second, .intro-saying span.third{
    font-size: 0.8em;
  }
  .top-arrow{
    height: 3em;
    margin-bottom: -8vw;
  }
}

/*@media screen and (max-width: 1100px) {
  .service-title-vertical{
    right: 9%;
    top: 9%;
  }
  .service-info-url{
    right:0%;
  }
  .sec-info-content{
    padding: 100px 50px;
  }
  .ul-li-all{
    width: 100%;
    left: 15%;
  }
  .service-detail-info{
    left: 8%;
    width: 50%;
  }
  .ul-li-first-div .service-detail-info{
    left: 8%;
  }
  .ul-li-first-div{
    padding-left: 0px;
  }
  .sec-service-content{
    width: 90%;
    margin-left: -45%;
  }
  .service-07 img{
    top: 48%;
  }
  .ul-li-service-last{
    height: 300px;
  }
  .service-info-url{
    float: left;
    margin: 0 auto;
    position: relative;
    bottom: 0px;
    right: 0px;
  }
  .service-info-url span{
    background: #fff;
  }
  .service-info-url p{
    text-align: center;
    padding-top: 50px;
  }

}*/
