.century {
  font-family: "century-gothic", sans-serif;
}

.breadcrumb-wrap {
  padding: 5px 20px 30px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.breadcrumb-wrap ul {
  display: block;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb-wrap ul li {
  color: #231815;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.5;
  display: inline-block;
  position: relative;
}
.breadcrumb-wrap ul a {
  color: #231815;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin-right: 3px;
}
.breadcrumb-wrap ul a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/base/arrow-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 8px;
  height: 8px;
  margin-left: 3px;
}
@media (min-width: 767px) {
  .breadcrumb-wrap {
    padding: 20px 20px 50px;
  }
  .breadcrumb-wrap ul li {
    font-size: 12px;
  }
  .breadcrumb-wrap ul a {
    font-size: 12px;
    margin-right: 5px;
  }
  .breadcrumb-wrap ul a::after {
    content: "";
    display: inline-block;
    background-image: url(../img/base/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }
}
@media (min-width: 1150px) {
  .breadcrumb-wrap {
    padding: 20px 0px 50px;
  }
}

.footer-contact-area {
  background-image: url(../img/footer/contact-bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 298px;
  padding-top: 18px;
}

.footer-contact-title {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 3.6066666667;
}
.footer-contact-title::before {
  content: "";
  display: inline-block;
  background-image: url(../img/footer/contact-title-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
  margin-right: 10px;
}
.footer-contact-title::after {
  content: "";
  display: inline-block;
  background-image: url(../img/footer/contact-title-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
  margin-left: 10px;
}

.footer-contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-tel-icon {
  width: 22px;
  margin-right: 5px;
}

.footer-tel-number {
  font-size: 41px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
}

.footer-contact-time {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 52px;
}

.footer-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  background-color: #f15a24;
  border-radius: 32px;
  width: 300px;
  height: 65px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-contact-btn .contact-btn-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: 1px solid #f15a24;
  border-radius: 13px;
  height: 25px;
  max-width: 134px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -13px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #f15a24;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-contact-btn .contact-btn-icon {
  width: 58px;
  margin-top: -23px;
  margin-right: -25px;
  margin-left: 20px;
}
.footer-contact-btn .contact-btn-text {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.12em;
}

@media (min-width: 767px) {
  .footer-contact-area {
    background-image: url(../img/footer/contact-bk-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 308px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .footer-contact-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-contact-left {
    margin-right: 50px;
  }
}
@media (min-width: 1000px) {
  .footer-tel-number {
    font-size: 65px;
    letter-spacing: 0.06em;
  }
  .footer-tel-icon {
    width: 36px;
  }
  .footer-contact-title {
    font-size: 18px;
    line-height: 3.5783333333;
  }
  .footer-contact-time {
    font-size: 14px;
    line-height: 1.75;
  }
  .footer-contact-btn {
    height: 87px;
    width: 398px;
    border-radius: 45px;
  }
  .footer-contact-btn .contact-btn-text {
    font-size: 18px;
  }
  .footer-contact-btn .contact-btn-title {
    font-size: 17px;
    height: 34px;
    max-width: 180px;
    border-radius: 17px;
    top: -17px;
  }
  .footer-contact-btn .contact-btn-icon {
    width: 82px;
    margin-top: -35px;
    margin-right: -45px;
    margin-left: 30px;
  }
}
@media (hover: hover) {
  .footer-contact-btn:hover {
    background-color: #036eb8;
  }
  .footer-contact-btn:hover .contact-btn-title {
    border-color: #036eb8;
    color: #036eb8;
  }
}
.contens-tour-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  width: 300px;
  margin: 0 auto;
  background-color: #036eb8;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 500;
  border-radius: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 767px) {
  .contens-tour-btn {
    height: 60px;
    width: 260px;
    font-size: 16px;
    border-radius: 30px;
  }
}
.company-tour-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-tour-btn {
  border: 1px solid #036eb8;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 350px;
  border-radius: 26px;
  margin-bottom: 8px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.company-tour-btn .page-arrow {
  position: absolute;
  width: 8px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-tour-btn .page-arrow polyline {
  stroke: #000000 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.company-tour-btn.active {
  background-color: #036eb8;
  color: #fff;
}
.company-tour-btn.active .page-arrow polyline {
  stroke: #fff !important;
}

@media (min-width: 767px) {
  .company-tour-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
  }
  .company-tour-btn {
    width: 260px;
  }
}
.sevice-contens-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.899;
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .sevice-contens-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.4316666667;
    margin-bottom: 40px;
  }
}
#case-study-contens .case-study-text {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 0.9542857143;
  margin-bottom: 30px;
}
#case-study-contens .case-study-list {
  margin-bottom: 60px;
}
#case-study-contens .case-study-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#case-study-contens .case-study-list-thumbnail {
  width: 48.5%;
}
#case-study-contens .case-study-list-thumbnail img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#case-study-contens .case-study-list-flex {
  width: 49%;
}
#case-study-contens .case-study-list-time {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
  margin-bottom: 9px;
}
#case-study-contens .case-study-list-category {
  color: #808080;
  font-size: 12px;
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 9px;
}
#case-study-contens .case-study-list-category span {
  background-color: #e6e6e6;
  border-radius: 3px;
  padding: 3px 3px;
}
#case-study-contens .case-study-list-title {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.272;
  text-align: justify;
}
@media (min-width: 767px) {
  #case-study-contens .case-study-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 2.188;
    margin-bottom: 20px;
    margin-top: -30px;
  }
  #case-study-contens .case-study-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  #case-study-contens .case-study-list-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 50px;
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
  }
  #case-study-contens .case-study-list-link:last-child {
    margin-right: 0;
  }
  #case-study-contens .case-study-list-link:nth-child(2) {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  #case-study-contens .case-study-list-link:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #case-study-contens .case-study-list-thumbnail {
    width: 100%;
    margin-bottom: 20px;
  }
  #case-study-contens .case-study-list-flex {
    width: 100%;
  }
  #case-study-contens .case-study-list-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #case-study-contens .case-study-list-time {
    letter-spacing: 0.06em;
    margin-bottom: 0;
  }
  #case-study-contens .case-study-list-category {
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 10px;
  }
  #case-study-contens .case-study-list-category span {
    border-radius: 5px;
  }
  #case-study-contens .case-study-list-title {
    width: 100%;
    font-size: 17px;
    letter-spacing: 0.08em;
    line-height: 1.39;
    margin-top: 18px;
  }
}

#voice-contens .customer-voice-list {
  margin-bottom: 45px;
}
#voice-contens .customer-voice-link {
  display: block;
  border: 1px solid #999999;
  padding: 30px 25px;
  margin-bottom: 14px;
  width: 100%;
  background-color: #fff;
}
#voice-contens .customer-voice-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
#voice-contens .customer-voice-icon {
  width: 30.4%;
}
#voice-contens .customer-voice-detail {
  width: 66.5%;
}
#voice-contens .customer-voice-name {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.7276470588;
}
#voice-contens .customer-voice-detail-ul {
  width: 100%;
}
#voice-contens .customer-voice-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 4px;
}
#voice-contens .customer-voice-detail-type {
  width: 64px;
  background: #E6E6E6;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: justify;
}
#voice-contens .customer-voice-detail-text {
  width: calc(100% - 72px);
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 400;
}
#voice-contens .customer-voice-service-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 15px;
}
#voice-contens .customer-voice-service-level .level-icon {
  width: 102px;
  margin-left: 5px;
}
#voice-contens .customer-service-star {
  margin-left: 5px;
  margin-right: 5px;
}
#voice-contens .customer-service-star.five {
  width: 88px;
}
#voice-contens .customer-service-star.four {
  width: 72px;
}
#voice-contens .customer-service-star.three {
  width: 52px;
}
#voice-contens .customer-service-star.two {
  width: 36px;
}
#voice-contens .customer-service-star.one {
  width: 18px;
}
#voice-contens .customer-service-star-number {
  font-size: 20px;
  font-weight: bold;
  color: #f15a24;
  line-height: 1;
  margin-bottom: -5px;
}
#voice-contens .customer-voice-link-text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5727777778;
  margin-bottom: 10px;
}
#voice-contens .customer-voice-link-btn-text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
#voice-contens .customer-voice-link-btn-text::after {
  content: "";
  display: inline-block;
  background-image: url(../img/top/voice-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 8px;
  height: 12px;
  margin-left: 10px;
}
@media (min-width: 767px) {
  #voice-contens .swiper-container {
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #voice-contens .swiper-button-next, #voice-contens .swiper-button-prev {
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  #voice-contens .swiper-button-next {
    background-image: url(../img/top/btn-next.png);
    background-repeat: no-repeat;
    background-size: 54px 108px;
    background-position: right center;
    width: 54px;
    height: 108px;
    right: 0;
  }
  #voice-contens .swiper-button-next:after {
    display: none;
  }
  #voice-contens .swiper-button-prev {
    background-image: url(../img/top/btn-prev.png);
    background-repeat: no-repeat;
    background-size: 54px 108px;
    background-position: right center;
    width: 54px;
    height: 108px;
    left: 0;
  }
  #voice-contens .swiper-button-prev:after {
    display: none;
  }
  #voice-contens .swiper-pagination {
    display: block;
  }
  #voice-contens .swiper-pagination-bullet {
    background-color: #cccccc;
    opacity: 1;
    width: 9px;
    height: 9px;
    margin: 0 6px;
  }
  #voice-contens .swiper-pagination-bullet-active {
    background-color: #036eb8;
  }
  #voice-contens .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #voice-contens .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48.5%;
    margin-right: 3%;
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
  }
  #voice-contens .swiper-slide:nth-child(2) {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
    margin-right: 0%;
  }
  #voice-contens .swiper-slide:last-child {
    margin-right: 0;
  }
  #voice-contens .slide-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #voice-contens .customer-voice-list {
    margin-bottom: 0px;
    padding-bottom: 45px;
  }
}
@media (min-width: 940px) {
  #voice-contens .swiper-slide {
    width: 31.85%;
    margin-right: 2.225%;
  }
  #voice-contens .swiper-slide:nth-child(2) {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
    margin-right: 2.225%;
  }
  #voice-contens .swiper-slide:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #voice-contens .swiper-slide:last-child {
    margin-right: 0;
  }
}

#faq-contens .faq-box {
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 5px;
  padding: 0px 14px;
  margin-bottom: 4px;
}
#faq-contens .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
#faq-contens .faq-question.active .faq-question-back-icon {
  background-image: url(../img/faq/faq-minus-icon-sp.png);
  background-repeat: no-repeat;
  background-size: 20px 2px;
  background-position: center;
}
#faq-contens .faq-question .question-icon {
  color: #1476cc;
  font-size: 25px;
  font-weight: bold;
  width: 34px;
}
#faq-contens .faq-question .faq-question-text {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.08em;
  width: calc(100% - 65px);
  color: #231815;
  line-height: 2;
}
#faq-contens .faq-question .faq-question-back-icon {
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../img/faq/faq-icon-sp.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: top 5px center;
}
#faq-contens .faq-answer {
  display: none;
}
#faq-contens .answer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}
#faq-contens .answer-flex .answer-icon {
  color: #f15a24;
  font-size: 25px;
  font-weight: bold;
  width: 34px;
  padding-left: 2px;
}
#faq-contens .answer-flex .faq-answer-text {
  width: calc(100% - 40px);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.075;
  color: #1a1a1a;
}
#faq-contens .answer-flex .faq-answer-text p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.075;
  color: #1a1a1a;
  margin-bottom: 15px;
}
#faq-contens .answer-flex .faq-answer-text strong {
  font-weight: bold;
}
#faq-contens .answer-flex .faq-answer-text em {
  font-style: italic;
}
#faq-contens .answer-flex .faq-answer-text a {
  border-bottom: 1px solid #1a1a1a;
}
#faq-contens .answer-flex .faq-answer-text a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/faq/faq-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 8px;
  height: 12px;
  margin-left: 3px;
  margin-bottom: -1px;
}
@media (min-width: 767px) {
  #faq-contens .faq-box {
    padding: 0px 35px;
    margin-bottom: 15px;
    border-radius: 11px;
  }
  #faq-contens .faq-question {
    cursor: pointer;
    padding: 30px 0;
  }
  #faq-contens .faq-question .question-icon {
    font-size: 30px;
    width: 40px;
  }
  #faq-contens .faq-question .faq-question-text {
    font-size: 17px;
    font-weight: bold;
    line-height: 2;
    width: calc(100% - 72px);
  }
  #faq-contens .faq-question.active .faq-question-back-icon {
    background-image: url(../img/faq/faq-minus-icon.png);
    background-repeat: no-repeat;
    background-size: 26px 4px;
    background-position: center;
  }
  #faq-contens .faq-question .faq-question-back-icon {
    background-image: url(../img/faq/faq-icon.png);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center;
    width: 26px;
    margin-bottom: 0;
  }
  #faq-contens .answer-flex {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  #faq-contens .answer-flex .answer-icon {
    width: 40px;
    font-size: 30px;
  }
  #faq-contens .answer-flex .faq-answer-text {
    width: calc(100% - 44px);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.565625;
  }
  #faq-contens .answer-flex .faq-answer-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.565625;
  }
}

#sevice-tour-area .sevice-contens-title {
  margin-bottom: 30px;
}
#sevice-tour-area .sevice-tour-box {
  margin-bottom: 50px;
}
#sevice-tour-area .sevice-tour-link {
  background-color: #e7eef7;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sevice-tour-area .sevice-tour-title {
  font-size: 16px;
  letter-spacing: 0.14em;
  line-height: 1.706875;
  font-weight: 800;
  padding-left: 8%;
}
#sevice-tour-area .sevice-tour-icon {
  width: 120px;
}
@media (min-width: 767px) {
  #sevice-tour-area .sevice-contens-title {
    margin-bottom: 40px;
  }
  #sevice-tour-area .sevice-tour-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
  #sevice-tour-area .sevice-tour-link {
    background-color: #e7eef7;
    border-radius: 5px;
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sevice-tour-area .sevice-tour-link:nth-child(even) {
    margin-right: 0;
  }
  #sevice-tour-area .sevice-tour-title {
    font-size: 17px;
    letter-spacing: 0.14em;
    line-height: 1.5055;
    font-weight: 800;
    padding-left: 3%;
  }
  #sevice-tour-area .sevice-tour-icon {
    width: 158px;
  }
}
@media (min-width: 860px) {
  #sevice-tour-area .sevice-tour-title {
    font-size: 20px;
    padding-left: 24px;
  }
}
@media (min-width: 1050px) {
  #sevice-tour-area .sevice-tour-link {
    width: 32.5%;
    position: relative;
    height: 130px;
    margin-right: 1.25%;
  }
  #sevice-tour-area .sevice-tour-link:nth-child(even) {
    margin-right: 1.25%;
  }
  #sevice-tour-area .sevice-tour-link:nth-child(3), #sevice-tour-area .sevice-tour-link:nth-child(6) {
    margin-right: 0;
  }
  #sevice-tour-area .sevice-tour-title {
    position: relative;
    z-index: 1;
  }
  #sevice-tour-area .sevice-tour-icon {
    position: absolute;
    width: 158px;
    height: 130px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

@media (hover: hover) {
  .company-tour-btn:hover {
    background-color: #036eb8;
    color: #fff;
  }
  .company-tour-btn:hover polyline {
    stroke: #fff !important;
  }
}