<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --color-blue-border: #5571c9;
  --color-blue-corp: #224DB3;
  --color-blue-primary: #284DB4;
  --color-blue-nav: #214BB1;
  --color-blue-text: #3d4669;
  --color-blue-megamenu: #F2F4FA;
  --color-blue-current: #b0b4c4;
  --color-black-text: #4A4A4A;
  --color-gray-table: #f4f4f4;
  --color-gray-disabled: #AFAFAF;
  --color-gray-text: #777e9b;
  --color-gray-border: #b2b2b2;
  --color-gray-bg: #EFEFEF;
  --color-gray-bg-dark: #cccccc;
  --color-gray-accordion: #707070;
  --color-orange-primary: #EE8A00;
  --color-orange-em: #f75a40;
  --color-yellow-primary: #FFE72E;
  --color-yellow-table: #fff4e4;
  --color-blue-bg: #e2e4eb;
  --color-blue-table: #e8ecf8;
  --color-en-def: #e4eaf6;
  --color-en-cleaning: #f7ede0;
  --color-en-pc-support: #deeef5;
  --color-en-repair: #eef5fd;
  --color-en-inspection: #e5f5e4;
  --color-en-construction: #e8e2ea;
  --color-b-def: #2d4db2;
  --color-b-cleaning: #EE8A00;
  --color-b-pc-support: #00a5eb;
  --color-b-repair: #0267cd;
  --color-b-inspection: #55ba4c;
  --color-b-construction: #a675b0;
  --color-btn-hover_1: #C7D5F7;
  --color-section-pc-support: #e0f3fb;
  --color-travel_expenses: #e7e8ee;
  --color-blue-pc-support: #00a7eb;
  --color-btn-recycle: #6d7798;
  --color-orange-service: #fec167;
  --color-red-em: #ff0000;
  --font-viga: "Viga", sans-serif;
}
.p-pro_support__header {
  background: url("/assets/img/pro_support/bg_w.png");
  position: relative;
}
.p-pro_support__header__img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.p-pro_support__header__content {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.p-pro_support__header__title {
  color: white;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.p-pro_support__header__title b {
  color: #ffcb84;
}
.p-pro_support__header__desc {
  color: white;
  line-height: 1.6;
  text-align: center;
}
.p-pro_support__header__menu a {
  align-items: center;
  border: 1px solid white;
  border-radius: 50px;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 6px 15px;
  position: relative;
  text-align: center;
  text-align: left;
}
.p-pro_support__header__menu a::after {
  background-image: url(/assets/img/pro_support/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  top: 2px;
  width: 12px;
}
.p-pro_support .p-heading.-lv1 {
  color: #ffcb84;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  text-align: center;
}
.p-pro_support .p-arrow_shoulder {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  background: white;
  border: 5px solid #FFFFFF;
  border-radius: 40px;
  color: black;
  display: block;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.p-pro_support .p-arrow_shoulder b {
  color: var(--color-blue-corp);
}
.p-pro_support .p-arrow_shoulder:after {
  border: solid transparent;
  border-bottom-width: 16px;
  border-color: rgba(0, 0, 255, 0);
  border-left-width: 12px;
  border-right-width: 12px;
  border-top-color: white;
  border-top-width: 20px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
.p-pro_support__main {
  background: url("/assets/img/pro_support/bg_b.png");
}
.p-pro_support__main__wrapper {
  margin: 0 auto;
  max-width: 1180px;
}
.p-pro_support__main .p-section.-round {
  background: white;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.p-pro_support__main .p-section.-round .c-text {
  line-height: 1.8;
}
.p-pro_support__main .p-section.-round.-expert01 .c-img {
  position: absolute;
}
.p-pro_support__main .p-section.-round .c-grid {
  justify-content: center;
}
.p-pro_support__main__nop {
  text-align: center;
}
.p-pro_support__main__nop .p-arrow_shoulder {
  background-color: var(--color-blue-corp);
  color: white;
}
.p-pro_support__main__nop .p-arrow_shoulder b {
  color: #ffcb84;
}
.p-pro_support__main__nop .p-arrow_shoulder:after {
  border-bottom-width: 16px;
  border-color: rgba(0, 0, 255, 0);
  border-left-width: 8px;
  border-right-width: 8px;
  border-top-color: var(--color-blue-corp);
  border-top-width: 16px;
  margin-left: -10px;
}
.p-pro_support__main__nop dt {
  color: var(--color-blue-text);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
.p-pro_support__main__nop dd {
  color: var(--color-gray-accordion);
  font-weight: 700;
  line-height: 1.1;
}
.p-pro_support__main__nop dd b {
  color: #ff9400;
  font-family: "Jost", sans-serif;
}
.p-pro_support__video .p-heading.-lv1 {
  color: var(--color-blue-corp);
}
.p-pro_support__video .p-heading.-lv1 .p-arrow_shoulder {
  background: #ffcb84;
  border: 5px solid #ffcb84;
}
.p-pro_support__video .p-arrow_shoulder:after {
  border-top-color: #ffcb84;
}
@media print, screen and (min-width: 800px) {
  .p-pro_support {
    min-width: 1220px;
  }
  .p-pro_support__header {
    min-height: 900px;
  }
  .p-pro_support__header__img {
    height: 686px;
    width: 1178px;
  }
  .p-pro_support__header__content {
    height: 520px;
    width: 430px;
  }
  .p-pro_support__header__title {
    font-size: 2.5rem;
  }
  .p-pro_support__header__title b {
    font-size: 3.125rem;
  }
  .p-pro_support__header__desc {
    font-size: 1.25rem;
    margin-top: 30px;
  }
  .p-pro_support__header__menu {
    margin-top: 30px;
  }
  .p-pro_support__header__menu a {
    font-size: 1.125rem;
    margin: 15px auto 0;
    width: 390px;
  }
  .p-pro_support__header__menu a::after {
    right: 20px;
  }
  .p-pro_support .p-heading.-lv1 {
    font-size: 3.75rem;
  }
  .p-pro_support .p-arrow_shoulder {
    font-size: 1.875rem;
    height: 60px;
    line-height: 1.6;
    margin-bottom: 30px;
    width: 300px;
  }
  .p-pro_support__main {
    padding: 90px 0;
  }
  .p-pro_support__main .p-section.-round + .p-section {
    margin-top: 80px;
  }
  .p-pro_support__main .p-section.-round {
    border-radius: 50px;
    margin: 60px auto 0;
    max-width: 1180px;
    min-height: 430px;
    padding: 10px 30px 0 0;
  }
  .p-pro_support__main .p-section.-round .c-text {
    font-size: 1.125rem;
    padding-bottom: 35px;
  }
  .p-pro_support__main .p-section.-round .c-img img {
    max-height: 430px;
  }
  .p-pro_support__main .p-section.-round.-expert01 {
    display: flex;
    min-height: 330px;
    padding: 10px 30px 0;
  }
  .p-pro_support__main .p-section.-round.-expert01 dl {
    width: 430px;
  }
  .p-pro_support__main .p-section.-round.-expert01 p {
    padding: 90px 30px 0;
    width: 420px;
  }
  .p-pro_support__main .p-section.-round.-expert01 .c-img {
    bottom: 0;
    height: 430px;
    right: -15px;
    width: 360px;
  }
  .p-pro_support__main .p-section.-round.-expert02, .p-pro_support__main .p-section.-round.-expert04 {
    padding: 10px 30px 0 0;
  }
  .p-pro_support__main .p-section.-round.-expert03, .p-pro_support__main .p-section.-round.-expert05 {
    padding: 10px 0 0 30px;
  }
  .p-pro_support__main__nop .p-arrow_shoulder {
    font-size: 1.5rem;
    height: 50px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .p-pro_support__main__nop dt {
    font-size: 2.5rem;
    margin-top: 30px;
  }
  .p-pro_support__main__nop dd {
    font-size: 3.125rem;
  }
  .p-pro_support__main__nop dd b {
    font-size: 7.5rem;
  }
  .p-pro_support__video {
    padding: 90px 0 0;
  }
}
@media screen and (max-width: 799px) {
  .p-pro_support__header {
    background-size: 60%;
    min-height: 450px;
    overflow: hidden;
  }
  .p-pro_support__header__img {
    height: 433px;
    left: -7px;
    max-width: 395px;
    width: 100%;
  }
  .p-pro_support__header__content {
    height: 270px;
    width: 220px;
  }
  .p-pro_support__header__title {
    font-size: 1.1875rem;
  }
  .p-pro_support__header__title b {
    font-size: 1.25rem;
  }
  .p-pro_support__header__desc {
    font-size: 0.75rem;
    margin-top: 15px;
  }
  .p-pro_support__header__menu {
    margin-top: 10px;
  }
  .p-pro_support__header__menu a {
    font-size: 0.75rem;
    margin: 10px auto 0;
    width: 230px;
  }
  .p-pro_support__header__menu a::after {
    right: 10px;
  }
  .p-pro_support .p-heading.-lv1 {
    font-size: 1.875rem;
  }
  .p-pro_support .p-arrow_shoulder {
    font-size: 1.125rem;
    height: 32px;
    line-height: 1.2;
    margin-bottom: 15px;
    width: 190px;
  }
  .p-pro_support__main {
    background-size: 60%;
    padding: 30px 15px;
  }
  .p-pro_support__main .p-section.-round {
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 390px;
    padding: 15px 0;
  }
  .p-pro_support__main .p-section.-round .c-text {
    font-size: 0.875rem;
    padding: 0 15px;
  }
  .p-pro_support__main .p-section.-round .c-img img {
    max-height: 224px;
  }
  .p-pro_support__main .p-section.-round.-expert01 {
    margin: 15px auto;
    padding: 15px 0;
  }
  .p-pro_support__main .p-section.-round.-expert01 dl {
    width: 60%;
  }
  .p-pro_support__main .p-section.-round.-expert01 .c-img {
    height: 230px;
    right: -15px;
    top: 0;
    width: 191px;
  }
  .p-pro_support__main .p-section.-round .c-col dl, .p-pro_support__main .p-section.-round .c-col p {
    width: 233px;
  }
  .p-pro_support__main .p-section.-round .c-col .c-img {
    margin: 0 !important;
    min-width: 80px;
  }
  .p-pro_support__main__nop .p-arrow_shoulder {
    font-size: 1rem;
    height: 40px;
    line-height: 1.8;
    width: 200px;
  }
  .p-pro_support__main__nop dt {
    font-size: 1.25rem;
  }
  .p-pro_support__main__nop dd {
    font-size: 1.125rem;
  }
  .p-pro_support__main__nop dd b {
    font-size: 4.25rem;
  }
  .p-pro_support__video {
    padding: 30px 15px 0;
  }
}
/*# sourceMappingURL=maps/pro_support.css.map */
</pre></body></html>