/* Scss Document */
.page-title {
  text-align: center;
  margin: 50px 0;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .page-title {
    margin-top: 0;
  }
}

.service-list {
  margin-top: 100px;
}
@media screen and (max-width: 575px) {
  .service-list {
    margin-top: 60px;
    padding: 0 15px;
  }
}
.service-list .service-img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-list .service-img {
    position: static;
  }
}
.service-list .service-text {
  background-color: #fff;
  padding: 50px 40px 50px 0;
  position: absolute;
  top: -215px;
}
@media screen and (max-width: 991px) {
  .service-list .service-text {
    padding: 30px 40px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .service-list .service-text {
    top: 0;
    position: static;
    padding: 20px 0 0;
  }
}
.service-list .service-text .section-title01 {
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .service-list .service-text .section-title01 {
    font-weight: bolder;
  }
}
.service-list .service-text p {
  line-height: 45px;
  font-size: 1.25rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .service-list .service-text p {
    line-height: 30px;
    font-size: 1rem;
  }
}

.service-type-wrap {
  margin: 105px 0 100px;
  padding-left: 95px;
}
@media screen and (max-width: 1199px) {
  .service-type-wrap {
    margin-top: 90px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 991px) {
  .service-type-wrap {
    margin-top: 95px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .service-type-wrap {
    margin: 30px 0 60px;
    padding-left: 0;
  }
}
.service-type-wrap .service-type-title {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .service-type-wrap .service-type-title {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .service-type-wrap .service-type-title {
    font-size: 1.25rem;
    font-weight: bolder;
    text-align: left;
    width: 100%;
    padding: 15px 5px;
    border-top: solid 0.8px #A0A0A0;
    border-bottom: solid 0.8px #A0A0A0;
    cursor: pointer;
    position: relative;
  }
  .service-type-wrap .service-type-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 18px;
    height: 2px;
    background: #000;
    transform: translateY(-50%);
  }
  .service-type-wrap .service-type-title::after {
    content: "";
    position: absolute;
    top: 48%;
    right: 8px;
    width: 18px;
    height: 2px;
    background: #000;
    transform: translateY(-50%);
    transform: rotate(90deg);
    transition: 0.8s;
  }
}
@media screen and (max-width: 575px) {
  .service-type-wrap .service-type-title {
    font-size: 1.125rem;
  }
}
.service-type-wrap.ac-active .ac-parent::after {
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .service-type-wrap .service-type-list {
    background-color: #fff;
    width: 100%;
    padding: 20px 5px;
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .service-type-wrap .service-type-list {
    font-size: 18rem/.service-type-wrap .service-type-list fontsize;
    padding: 20px 0 0;
  }
}
.service-type-wrap .service-type-item {
  margin: 40px 0 15px;
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .service-type-wrap .service-type-item {
    font-weight: bolder;
    padding-left: 2px;
    margin: 10px 0 15px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .service-type-wrap .service-type-item {
    font-size: 1.125rem;
    margin: 0 0 30px;
    padding-left: 7px;
  }
}
.service-type-wrap .service-type-item a {
  color: #333;
}
.service-type-wrap .service-type-item a:hover {
  text-decoration: none;
  color: #333;
}
.service-type-wrap .service-type-text {
  line-height: 26px;
  font-size: 1.125rem;
  padding-left: 41px;
  padding-top: 15px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .service-type-wrap .service-type-text {
    padding-top: 10px;
    padding-left: 37px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .service-type-wrap .service-type-text {
    padding-left: 33px;
    font-size: 0.875rem;
  }
}

.mod_contact-area {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .mod_contact-area {
    margin-top: 60px;
  }
}
