@charset "UTF-8";
:root {
  --font-family-base: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-en: "Akshar", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

:root {
  --font-weight-base: 400;
}

:root {
  --color-base: #2B2B2B;
  --color-placeholder: #2B2B2B;
  --color-blue-dark: #001776;
  --color-cyan: #00B5CC;
}

:root {
  --z-index-level-top: 2147483647;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* 言語が英語（ラテン系言語）の場合、cap-heightベースにする */
:root:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

/* もし lh が未対応のブラウザであれば fallback */
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
:root {
  --width-pc-design: 1920;
  --width-pc-design-content: 1380;
  --width-pc-design-content-percent: 98%;
  --width-pc-design-content-vw: calc(var(--width-pc-design-content) / (--width-pc-design-content * .05) * 100vw);
  --width-pc-design-content-rem: calc((var(--width-pc-design-content) / 10) * 1rem);
  --width-sp-design: 375;
  --width-sp-design-content: 347;
  --width-sp-design-content-percent: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100%);
  --width-sp-design-content-vw: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100vw);
  --width-sp-design-content-rem: calc((var(--width-sp-design-content) / 10) * 1rem);
}

:root {
  --border-radius-infinity: calc(1px / 0);
}

:root {
  --opacity-base: .5;
}

:root {
  --transition-base: .4s;
  --transition-sub: .6s;
  --transition-animation-base: .4s;
  --transition-animation-sub: .6s;
}

.p-services-printin-lead {
  margin-top: 13.6rem;
  padding-bottom: 15.9rem;
}
@media screen and (max-width: 767px) {
  .p-services-printin-lead {
    margin-top: 7.6rem;
    padding-bottom: 8.3rem;
  }
}
.p-services-printin-lead .c-wrap {
  position: relative;
}
.p-services-printin-lead .c-deco-various {
  top: -10.1rem;
  right: -11.9rem;
}
@media screen and (max-width: 767px) {
  .p-services-printin-lead .c-deco-various {
    top: auto;
    right: -3.3rem;
    bottom: -7.2rem;
  }
}

.p-services-social-solution-intro .box_ttl::before {
  content: "";
  position: absolute;
  top: 2rem;
  right: 0;
  width: 7.6rem;
  height: 0.1rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-intro .box_ttl::before {
    top: auto;
    left: 7.3rem;
    right: auto;
    bottom: 1.3rem;
  }
}
.p-services-social-solution-intro .c-deco-circle-3 {
  top: -5.3rem;
  right: -14rem;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-intro .c-deco-circle-3 {
    top: -2.8rem;
    right: -3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-services-social-solution-point .c-wrap {
    grid-template-columns: 50.9rem 1fr;
    column-gap: 2rem;
    padding-left: 5.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-services-social-solution-point .c-deco-half-circle-3 {
    top: auto;
    bottom: -2rem;
  }
}
.p-services-social-solution-lead {
  margin-top: 10.9rem;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-lead {
    margin-top: 5.8rem;
  }
}
.p-services-social-solution-lead .c-wrap {
  position: relative;
}
.p-services-social-solution-lead .c-deco-various {
  right: -11.9rem;
  bottom: -21rem;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-lead .c-deco-various {
    right: -3.3rem;
    bottom: -7.2rem;
  }
}
.p-services-social-solution-show-room {
  position: relative;
  margin-top: 17rem;
  padding-block: 10.1rem 10.8rem;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-show-room {
    margin-top: 8rem;
    padding-block: 4.5rem 10rem;
  }
}
.p-services-social-solution-show-room::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 175, 217, 0.7);
  mix-blend-mode: multiply;
}
.p-services-social-solution-show-room .c-wrap {
  position: relative;
  z-index: 1;
  max-width: 129rem;
}
@media screen and (min-width: 768px) {
  .p-services-social-solution-show-room .c-wrap {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 60rem;
    column-gap: 11.4rem;
  }
}
.p-services-social-solution-show-room .box_hgroup {
  text-align: center;
}
.p-services-social-solution-show-room .box_hgroup_en {
  font-size: 5.4rem;
  line-height: 1.3703703704;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: var(--font-family-en);
  color: #fff;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-show-room .box_hgroup_en {
    font-size: 3.2rem;
    line-height: 1.375;
  }
}
.p-services-social-solution-show-room .box_hgroup_jp {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #fff;
  margin-top: -1.6rem;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-show-room .box_hgroup_jp {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: -0.9rem;
  }
}
.p-services-social-solution-show-room .box_txt {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
  color: #fff;
  text-align: justify;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-show-room .box_txt {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    margin: 2.9rem auto 0;
    width: calc(306 / var(--width-sp-design) * 100vw);
  }
}
.p-services-social-solution-show-room .box .c-btn-01 {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-show-room .img {
    margin-top: 5.7rem;
  }
}

.l-main:has(.p-services-social-solution-show-room)::before {
  display: none;
}

.p-services-social-solution-showroom {
  padding-block: 10.7rem 15.8rem;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-showroom {
    padding-block: 5.1rem 9rem;
  }
}
.p-services-social-solution-showroom .c-wrap {
  max-width: 129rem;
}
.p-services-social-solution-showroom .txt {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 500;
  color: var(--color-blue-dark);
  text-align: center;
  margin-inline: auto;
  max-width: 107rem;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-showroom .txt {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    text-align: justify;
    width: calc(328 / var(--width-sp-design) * 100vw);
  }
}
.p-services-social-solution-showroom .list {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-showroom .list {
    margin: 5.4rem auto 0;
    width: calc(328 / var(--width-sp-design) * 100vw);
  }
}
.p-services-social-solution-showroom .list_item {
  position: relative;
}
.p-services-social-solution-showroom .list_item:nth-child(n+2) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-showroom .list_item:nth-child(n+2) {
    margin-top: 3.2rem;
  }
}
.p-services-social-solution-showroom .list_box {
  padding-block: 5.6rem 7rem;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .p-services-social-solution-showroom .list_box {
    margin-inline: auto;
    max-width: 76rem;
  }
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-showroom .list_box {
    padding: 2.6rem 1.8rem 3.5rem;
  }
}
.p-services-social-solution-showroom .list_ttl {
  font-size: 3rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: var(--font-family-en);
  color: var(--color-blue-dark);
  position: relative;
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-services-social-solution-showroom .list_ttl {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-showroom .list_ttl {
    font-size: 1.8rem;
    line-height: 1.2222222222;
    letter-spacing: 0.03em;
    padding-bottom: 1.4rem;
  }
}
.p-services-social-solution-showroom .list_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  width: 100%;
  max-width: 56rem;
  height: 0.1rem;
  background: var(--color-blue-dark);
}
.p-services-social-solution-showroom .list_ttl_en {
  font-size: 3.3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-showroom .list_ttl_en {
    font-size: 1.8rem;
  }
}
.p-services-social-solution-showroom .list_dl {
  margin: 2.2rem auto 0;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-showroom .list_dl {
    margin-top: 1.7rem;
    width: 100%;
  }
}
.p-services-social-solution-showroom .list_dl_item {
  display: grid;
  grid-template-columns: auto 1fr;
}
.p-services-social-solution-showroom .list_dl_item:nth-child(n+2) {
  margin-top: 1rem;
}
.p-services-social-solution-showroom .list_dl_theme, .p-services-social-solution-showroom .list_dl_des {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-showroom .list_dl_theme, .p-services-social-solution-showroom .list_dl_des {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.p-services-social-solution-showroom .list .c-btn-01 {
  margin-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-showroom .list .c-btn-01 {
    margin-top: 2.6rem;
  }
}
.p-services-social-solution-showroom .list .c-btn-01_link {
  color: var(--color-base);
  border-color: var(--color-base);
  background: transparent;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-showroom .list .c-btn-01_link {
    font-size: 1.3rem;
    width: 18.4rem;
    height: 4.1rem;
  }
  .p-services-social-solution-showroom .list .c-btn-01_link::after {
    right: -3.1rem;
    width: 5.7rem;
    height: 0.6rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 6"><path d="M-4336.1,1289.5h-56a.5.5,0,0,1-.5-.494.5.5,0,0,1,.5-.494h54.6l-5.107-4.136a.49.49,0,0,1-.07-.7.5.5,0,0,1,.7-.069l6.189,5.012a.49.49,0,0,1,.154.548A.5.5,0,0,1-4336.1,1289.5Z" transform="translate(4392.604 -1283.504)" fill="%232b2b2b"/></svg>') center/contain no-repeat;
  }
}
.p-services-social-solution-showroom .c-deco-circle-3 {
  top: -16.9rem;
  right: -14rem;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-showroom .c-deco-circle-3 {
    top: -5.7rem;
    right: -4.1rem;
  }
}
.p-services-social-solution-showroom .c-deco-half-circle-3 {
  top: -5.9rem;
  left: -6.6rem;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-showroom .c-deco-half-circle-3 {
    top: 8.1rem;
    left: -3.3rem;
  }
}
.p-services-social-solution-showroom .c-deco-various {
  right: -16.4rem;
  bottom: 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-services-social-solution-showroom .c-deco-various {
    right: -3.5rem;
    bottom: -8.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-services-global-point .img {
    margin-inline: auto;
    width: calc(268 / var(--width-sp-design) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-services-global-point .c-deco-half-circle-3 {
    top: 19rem;
    left: -2.2rem;
  }
}
.p-services-global-point .c-deco-various {
  right: -16.4rem;
  bottom: -8.1rem;
}
@media screen and (max-width: 767px) {
  .p-services-global-point .c-deco-various {
    right: -3.4rem;
    bottom: -6.3rem;
  }
}

.p-services-global-business-details {
  margin-top: 13.6rem;
  padding-bottom: 14.6rem;
}
@media screen and (max-width: 767px) {
  .p-services-global-business-details {
    margin-top: 7.6rem;
    padding-bottom: 7.5rem;
  }
}

/*# sourceMappingURL=services.css.map */
