.sec01 {
  position: relative;
  color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec01 {
    background-image: url(../img/general-contractor/01_bg_pc.jpg);
    height: 585px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec01 {
    height: 39vw;
  }
}
@media (max-width: 767px) {
  .sec01 {
    background-image: url(../img/general-contractor/01_bg_sp.jpg);
    height: 93.33vw;
  }
}
.sec01__img {
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec01__img {
    right: 25px;
    bottom: -50px;
    width: 1031px;
    height: 491px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec01__img {
    width: 68.73vw;
    height: 32.73vw;
  }
}
@media (max-width: 767px) {
  .sec01__img {
    right: -2.67vw;
    bottom: -17.33vw;
    width: 89.73vw;
    height: 42.8vw;
  }
}
.sec01__head {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .sec01__head {
    margin-left: 6.59vw;
  }
}
@media (max-width: 767px) {
  .sec01__head {
    margin-left: 4.67vw;
  }
}
.sec01__head.is-active {
  --x: 0;
}
.sec01__head .char {
  overflow: hidden;
}
.sec01__head .char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}
.sec01__en {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .sec01__en {
    font-size: 82px;
    line-height: 96px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec01__en {
    font-size: 6vw;
    line-height: 7.036vw;
  }
}
@media (max-width: 767px) {
  .sec01__en {
    font-size: 10.4vw;
    line-height: 11.33vw;
  }
}
.sec01__ja {
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .sec01__ja {
    line-height: 37px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec01__ja {
    font-size: 1.54vw;
    line-height: 2.7vw;
  }
}
@media (max-width: 767px) {
  .sec01__ja {
    line-height: 33px;
  }
}

.sec02 {
  color: #003e89;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec02 {
    background-image: url(../img/general-contractor/02_bg_pc.jpg);
    padding: 160px 0 130px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec02 {
    padding: 11.71vw 0 9.52vw;
  }
}
@media (max-width: 767px) {
  .sec02 {
    background-image: url(../img/general-contractor/02_bg_sp.jpg);
    padding: 26.67vw 0 40vw;
  }
}
.sec02__head {
  line-height: 46px;
  letter-spacing: 0.04em;
}
.sec02__body {
  line-height: 40px;
  letter-spacing: 0.06em;
}

.sec03__wrapper {
  color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec03__wrapper {
    background-image: url(../img/general-contractor/03_bg_pc.jpg);
  }
}
@media (max-width: 767px) {
  .sec03__wrapper {
    position: relative;
    background-image: url(../img/general-contractor/03_bg_sp.jpg);
    padding: 20vw 0;
  }
}
@media (min-width: 768px) {
  .sec03__container {
    position: relative;
    max-width: 1300px;
    padding: 120px 20px 150px;
  }
}
.sec03__img {
  position: absolute;
  z-index: 100;
}
@media (min-width: 768px) {
  .sec03__img {
    top: -110px;
    right: 10px;
    width: 380px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec03__img {
    top: -8.05vw;
    right: 0.73vw;
    width: 27.82vw;
  }
}
@media (max-width: 767px) {
  .sec03__img {
    top: -16vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 50.67vw;
  }
}
@media (min-width: 768px) {
  .sec03__main {
    flex: 1;
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  .sec03__side {
    width: 670px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec03__side {
    width: 49.05vw;
  }
}
@media (max-width: 767px) {
  .sec03__side {
    width: 89.33vw;
  }
}
.sec03__head {
  color: #8bc2ff;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .sec03__head {
    line-height: 37px;
  }
}
.sec03__subtitle {
  background-color: #8bc2ff;
  color: #fff;
  padding: 1px 10px;
  border-radius: 5px;
  letter-spacing: 0.06em;
}
.sec03__ul {
  list-style: none;
}
.sec03__li {
  display: flex;
  align-items: baseline;
  line-height: 32px;
  letter-spacing: 0.06em;
}
.sec03__li span {
  display: inline-block;
  margin-right: 5px;
}
.sec03__btn {
  position: relative;
  display: block;
  width: 160px;
  height: 56px;
}
.sec03__btn:hover {
  opacity: 1;
}
.sec03__btn:hover .sec03__btnicon {
  width: 160px;
  border-radius: 160px;
}
.sec03__btn:hover .sec03__btnarrow {
  left: 12px;
}
.sec03__btn:hover .sec03__btntext {
  color: #002f7c;
}
.sec03__btnicon {
  position: absolute;
  display: block;
  width: 56px;
  height: 56px;
  top: 0;
  bottom: 0;
  line-height: 56px;
  background-color: #fff;
  border-radius: 50%;
  transition: width 0.3s, border-radius 0.3s;
}
.sec03__btnarrow {
  position: absolute;
  top: 50%;
  left: 12px;
  margin: auto;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #002f7c;
  width: 25px;
  height: 8px;
  transform: translateY(-50%) skew(45deg);
  transition: border-color 0.3s;
}
.sec03__btntext {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 56px;
  margin: 0 0 0 70px;
}
.sec03__slide .swiper-container {
  position: relative;
}
@media (min-width: 768px) {
  .sec03__slide .swiper-container {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  .sec03__slide .swiper-container {
    margin-bottom: 30px !important;
  }
}
.sec03__slide .swiper-slide {
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec03__slide .swiper-pagination {
    bottom: -50px !important;
  }
}
@media (max-width: 767px) {
  .sec03__slide .swiper-pagination {
    bottom: -30px !important;
  }
}
.sec03__slide .swiper-pagination-bullet {
  width: 13px !important;
  height: 13px !important;
  margin: 0 5px !important;
  background: #dce2ed !important;
  opacity: 1 !important;
}
.sec03__slide .swiper-pagination-bullet-active {
  background: #8bc2ff !important;
}
.sec03__slideimg {
  position: relative;
}
@media (min-width: 768px) {
  .sec03__slideimg {
    width: 660px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec03__slideimg {
    width: 48.32vw;
  }
}
@media (max-width: 767px) {
  .sec03__slideimg {
    width: 88vw;
  }
}
.sec03__slideimg::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0064ff 0%, #5daaff 100%);
  z-index: -1;
}
@media (min-width: 768px) {
  .sec03__slideimg::before {
    right: -10px;
    bottom: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec03__slideimg::before {
    right: -0.73vw;
    bottom: -0.73vw;
  }
}
@media (max-width: 767px) {
  .sec03__slideimg::before {
    right: -5px;
    bottom: -5px;
  }
}
.sec03__slidetitle {
  color: #8bc2ff;
  letter-spacing: 0.06em;
}
.sec03__ticker .swiper-wrapper {
  transition-timing-function: linear;
}
.sec03__ticker .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec03__ticker .swiper-slide img {
  width: auto;
}
@media (min-width: 768px) {
  .sec03__ticker .swiper-slide img {
    height: 320px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec03__ticker .swiper-slide img {
    height: 23.43vw;
  }
}
@media (max-width: 767px) {
  .sec03__ticker .swiper-slide img {
    height: 42.67vw;
  }
}

.sec04 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec04 {
    background-image: url(../img/general-contractor/04_bg_pc.jpg);
  }
}
.sec04__wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .sec04__wrapper {
    max-width: 1500px;
  }
}
.sec04__img {
  position: absolute;
  z-index: 10;
}
@media (min-width: 768px) {
  .sec04__img {
    top: -75px;
    left: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec04__img {
    top: -5.49vw;
    left: 7.32vw;
    width: 23.13vw;
  }
}
@media (max-width: 767px) {
  .sec04__img {
    top: -9.33vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 42vw;
  }
}
@media (min-width: 768px) {
  .sec04__container {
    max-width: 1140px;
    padding: 100px 20px 60px;
  }
}
@media (max-width: 767px) {
  .sec04__container {
    padding: 37.33vw 0 29.33vw;
  }
}
.sec04__head {
  color: #003e89;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .sec04__head {
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .sec04__head {
    line-height: 41px;
  }
}
.sec04__box {
  background-color: #fff;
}
@media (min-width: 768px) {
  .sec04__box {
    border: 1px solid #003e89;
    border-radius: 20px;
    box-shadow: 3px 3px 0px rgba(21, 2, 1, 0.1);
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .sec04__box {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .sec04__box + .sec04__box {
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .sec04__box + .sec04__box::before {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
    width: 100vw;
    height: 22px;
    background: linear-gradient(180deg, #7b7d80 0%, #fff 100%);
    background-position: top -22px center;
    background-repeat: no-repeat;
    background-size: 100vw 44px;
  }
}
.sec04__intro {
  border-bottom: 1px solid #003e89;
}
@media (min-width: 768px) {
  .sec04__intro {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .sec04__intro {
    width: 88vw;
    margin-inline: auto;
    padding: 0 10px 30px;
  }
}
@media (min-width: 768px) {
  .sec04__logo {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .sec04__text {
    width: 500px;
    max-width: 100%;
  }
}
.sec04__subtitle {
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .sec04__subtitle {
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .sec04__subtitle {
    line-height: 31px;
  }
}
.sec04__subtitle1 {
  color: #003e89;
}
.sec04__subtitle2 {
  color: #8bc2ff;
}
.sec04__p {
  color: #003e89;
  line-height: 32px;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .sec04__detail {
    width: 88vw;
    margin-inline: auto;
    padding: 0 10px;
  }
}
.sec04__content {
  position: relative;
}
@media (max-width: 767px) {
  .sec04__content {
    width: 91vw;
    margin-inline: auto;
    margin-top: 16vw;
  }
}
.sec04__content::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  background-image: radial-gradient(#8bc2ff 25%, rgba(255, 255, 255, 0) 25%);
  background-position: center;
  background-repeat: repeat-x;
}
@media (min-width: 768px) {
  .sec04__content::before {
    top: -50px;
    width: 415px;
    height: 10px;
    background-size: 15px 15px;
  }
}
@media (max-width: 767px) {
  .sec04__content::before {
    top: -10vw;
    width: 72.27vw;
    height: 0.93vw;
    background-size: 2vw 2vw;
  }
}
.sec04__subbox {
  background-color: #fff;
  border-radius: 10px;
  border: 10px solid #e9eff6;
}
@media (min-width: 768px) {
  .sec04__subbox {
    padding: 25px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec04__subbox {
    padding: 2.5vw 4vw;
  }
}
@media (max-width: 767px) {
  .sec04__subbox {
    padding: 6.67vw 5.33vw;
  }
}
@media (min-width: 768px) {
  .sec04__box1 .sec04__subbox .sec04__subtitle {
    position: absolute;
    top: 25px;
    left: 40px;
    z-index: 1;
  }
}
.sec04__items {
  list-style: none;
  width: 100%;
}
@media (max-width: 767px) {
  .sec04__items {
    flex-wrap: wrap;
    gap: 5.33vw 0;
  }
}
@media (min-width: 768px) {
  .sec04__item {
    max-width: 180px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec04__item {
    max-width: 18vw;
  }
}
@media (max-width: 767px) {
  .sec04__item {
    max-width: 34vw;
  }
}
.sec04__rank {
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .sec04__rank {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec04__rank {
    display: table;
    margin-inline: auto;
    text-align: center;
  }
}
.sec04__color {
  color: #003e89;
}
.sec04__level {
  border-radius: 5px;
}
@media (min-width: 768px) {
  .sec04__level {
    padding: 1px 5px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec04__level {
    display: inline-block;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .sec04__level {
    line-height: 1.5;
    padding: 1px 7px;
  }
}
.white .sec04__level {
  background-color: #fff;
  color: #003e89;
  border: 1px solid #003e89;
}
.blue .sec04__level {
  background-color: #38b0e5;
  color: #fff;
}
.silver .sec04__level {
  background: linear-gradient(90deg, #bfbdbe 0%, #f8f7f8 26%, #bfbdbe 45%, #bfbdbe 58%, #f7f5f6 83%, #c0bebf 100%);
  color: #003e89;
}
.gold .sec04__level {
  background: linear-gradient(90deg, #ecad00 0%, #ecad00 5%, #f0ea4c 40%, #f0ea4c 50%, #f0ea4c 60%, #ecad00 95%, #ecad00 100%);
}
.sec04__text {
  color: #003e89;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .sec04__text {
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .sec04__text {
    line-height: 15px;
  }
}
.sec04__ul {
  list-style: none;
}
.sec04__li {
  color: #003e89;
  text-align: center;
  font-weight: bold;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .sec04__li {
    line-height: 1.6;
  }
}
.blue .sec04__li {
  border: 1px solid #38b0e5;
}
.silver .sec04__li {
  border: 1px solid #8e8e8e;
}
.gold .sec04__li {
  border: 1px solid #eed200;
}
.sec04__minibox {
  background-color: #fff;
  border: 2px solid #ff6500;
}
@media (min-width: 768px) {
  .sec04__minibox {
    padding: 10px 25px;
  }
}
@media (max-width: 767px) {
  .sec04__minibox {
    padding: 20px 15px;
  }
}
.sec04__minibox h4 {
  color: #ff6500;
  line-height: 28px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .sec04__minibox p {
    letter-spacing: normal;
  }
}
.sec04__minibox .marker {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #ffff77 50%);
}

.sec05 {
  color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec05 {
    background-image: url(../img/general-contractor/05_bg_pc.jpg);
  }
}
@media (max-width: 767px) {
  .sec05 {
    background-image: url(../img/general-contractor/05_bg_sp.jpg);
  }
}
.sec05__wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .sec05__wrapper {
    max-width: 1500px;
    padding: 80px 0 110px;
  }
}
@media (max-width: 767px) {
  .sec05__wrapper {
    padding: 18.67vw 0 20vw;
  }
}
.sec05__img {
  position: absolute;
  z-index: 10;
}
@media (min-width: 768px) {
  .sec05__img {
    top: -135px;
    left: 130px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec05__img {
    top: -9.88vw;
    left: 9.52vw;
    width: 22.33vw;
  }
}
@media (max-width: 767px) {
  .sec05__img {
    top: -18.67vw;
    left: 8.67vw;
    width: 31.6vw;
  }
}
@media (min-width: 768px) {
  .sec05__container {
    max-width: 850px;
    padding: 0 20px;
  }
}
.sec05__head {
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .sec05__head {
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .sec05__head {
    line-height: 46px;
  }
}
.sec05__p {
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .sec05__p {
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .sec05__p {
    line-height: 30px;
  }
}
.sec05__table {
  width: 100%;
}
@media (min-width: 768px) {
  .sec05__table {
    display: table;
  }
}
@media (max-width: 767px) {
  .sec05__table {
    display: block;
  }
}
.sec05__table tbody {
  width: 100%;
}
@media (max-width: 767px) {
  .sec05__table tbody {
    display: block;
  }
}
.sec05__tr {
  width: 100%;
}
@media (min-width: 768px) {
  .sec05__tr {
    display: flex;
    padding: 10px 0;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .sec05__tr {
    display: block;
  }
}
@media (min-width: 768px) {
  .sec05__tr:last-child {
    align-items: start;
  }
}
@media (min-width: 768px) {
  .sec05__tr:last-child .sec05__th {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .sec05__th, .sec05__td {
    display: block;
  }
}
.sec05__th {
  text-align: left;
}
@media (min-width: 768px) {
  .sec05__th {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .sec05__td {
    flex: 1;
  }
}
.sec05__btn {
  position: relative;
  line-height: 72px;
  text-align: center;
  text-decoration: none;
  color: #002f7c;
  background-color: #63adff;
  border: 1px solid #fff;
  border-radius: 100px;
  letter-spacing: 0.06em;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .sec05__btn {
    width: 355px;
    box-shadow: 5px 5px 0px rgba(21, 2, 1, 0.4);
  }
}
@media (max-width: 767px) {
  .sec05__btn {
    width: 325px;
    max-width: 100%;
    box-shadow: 2px 2px 0px rgba(21, 2, 1, 0.4);
  }
}
.sec05__btn:hover {
  opacity: 1;
  box-shadow: unset;
}
@media (min-width: 768px) {
  .sec05__btn:hover {
    transform: translate(5px, 5px);
  }
}
@media (max-width: 767px) {
  .sec05__btn:hover {
    transform: translate(2px, 2px);
  }
}
.sec05__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #002f7c;
  border-right: 1px solid #002f7c;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.form__input {
  display: block;
  background-color: #fff;
  border: solid 1px #688e8e;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 15px;
  max-width: 100%;
  height: 47px;
}
@media (min-width: 768px) {
  .form__input {
    width: 369px;
  }
}
@media (max-width: 767px) {
  .form__input {
    width: 100%;
  }
}
.form__textarea {
  background-color: #fff;
  border: solid 1px #688e8e;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  line-height: 28px;
  padding: 10px;
}
@media (min-width: 768px) {
  .form__textarea {
    width: 100%;
    max-width: 680px;
    height: 284px;
  }
}
@media (max-width: 767px) {
  .form__textarea {
    width: 100%;
    max-width: 100%;
    height: 305px;
  }
}

.sec06 {
  position: relative;
}
@media (min-width: 768px) {
  .sec06 {
    max-width: 1420px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .sec06__wrapper {
    padding: 80px 0 90px;
  }
}
@media (max-width: 767px) {
  .sec06__wrapper {
    padding: 28vw 0 18.67vw;
  }
}
.sec06__img {
  position: absolute;
}
@media (min-width: 768px) {
  .sec06__img {
    top: -120px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec06__img {
    top: -8.78vw;
    width: 22.84vw;
  }
}
@media (max-width: 767px) {
  .sec06__img {
    top: -13.33vw;
    right: 6.67vw;
    width: 33.73vw;
  }
}
.sec06__head {
  color: #003dd0;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .sec06__head {
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .sec06__head {
    line-height: 36px;
  }
}
.sec06__p {
  color: #003dd0;
  line-height: 40px;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .sec06__tel {
    font-size: 36px;
    line-height: 78px;
    color: #5daaff;
    letter-spacing: 0.06em;
    align-items: baseline;
  }
}
.sec06__telnum {
  line-height: 1;
  background: linear-gradient(180deg, #5daaff 0%, #5daaff 60%, #3696ff 60%, #3696ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .sec06__telnum {
    font-size: 79px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .sec06__telnum {
    position: relative;
    display: inline-block;
    font-size: 39px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .sec06__telnum::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 32px;
    background-image: url(../img/general-contractor/icon_tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}/*# sourceMappingURL=general-contractor.css.map */