@charset "UTF-8";
.container {
  overflow: hidden;
}

#contents {
  background: url("../images/productservice/bg-main.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 7rem;
}

.c-pagelead__inner {
  padding: 0.5rem 0;
}

.c-pagelead__subtitle {
  font-size: 7rem;
}

.u-mv {
  position: relative;
  margin-bottom: -10.5rem;
}
.u-mv .l-container {
  max-width: calc(1230px + 6rem);
}
.u-mv .c-btn__wrap {
  display: flex;
  gap: 5rem;
  margin-top: 7.5rem;
  margin-left: auto;
  max-width: 55rem;
  margin-right: 3.6rem;
}
.u-mv .c-btn {
  width: 100%;
}
.u-mv .c-btn .c-btn__link {
  min-width: inherit;
  width: 100%;
  min-height: 9rem;
  font-size: 2rem;
  font-weight: 400;
}

.u-mv__title {
  font-size: 9.26rem;
}

.u-mv__lead--wrap {
  width: 59rem;
  margin-left: auto;
}

.u-mv__lead {
  text-align: left;
  margin-right: 3rem;
  display: block;
}

.u-mv__text {
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
  margin-top: 2.2rem;
  margin-left: 0.5rem;
}

.c-smartpower .l-container {
  position: relative;
  padding-top: 10rem;
}
.c-smartpower .c-btn {
  text-align: right;
}

.c-smartpower__bgwhite {
  background-color: var(--c-white);
  padding: 5rem;
}

.c-smartpower__topimg {
  position: absolute;
  top: -1px;
  right: -60rem;
  pointer-events: none;
}
.c-smartpower__topimg img {
  max-width: 1013px;
  width: 100%;
}

.c-smartpower__inner {
  padding: 0 2rem;
}

.c-smartpower__title {
  font-size: 3.6rem;
  font-weight: 500;
  color: var(--c-blue);
  margin-bottom: 6.5rem;
}

.c-smartpower__subtitle {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.c-smartpower__subtitle::before {
  content: "■";
  color: var(--c-blue);
  margin-right: 0.6rem;
}

.c-smartpower__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  margin-bottom: 4rem;
}

.c-smartpower__flex {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: -4rem;
}
.c-smartpower__flex .c-smartpower__text {
  width: 50%;
}

.c-smartpower__flex--img {
  width: calc(50% - 3rem);
  text-align: center;
}
.c-smartpower__flex--img img {
  max-width: 32rem;
}

.c-gorirack .l-container {
  position: relative;
  margin-top: 12rem;
  padding-bottom: 10rem;
}
.c-gorirack .c-btn {
  text-align: left;
}

.c-gorirack__bgwhite {
  background-color: var(--c-white);
  padding: 4.6rem 6.5rem 6rem;
}

.c-gorirack__topimg {
  position: absolute;
  top: -15.5rem;
  left: -52rem;
}
.c-gorirack__topimg img {
  max-width: 934px;
  width: 100%;
}

.c-gorirack__title {
  font-size: 3.6rem;
  font-weight: 500;
  color: var(--c-blue);
  line-height: 1.5;
  text-align: right;
  margin-bottom: 3rem;
  margin-right: 2rem;
  letter-spacing: 0.02em;
}

.c-gorirack__logo {
  text-align: right;
  margin-bottom: -1.5rem;
  margin-right: 3rem;
}
.c-gorirack__logo img {
  width: 54rem;
}

.c-gorirack__subtitle {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.c-gorirack__subtitle::before {
  content: "■";
  color: var(--c-blue);
  margin-right: 0.6rem;
}

.c-gorirack__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  margin-bottom: 4rem;
}

.c-gorirack__img {
  margin-bottom: 6rem;
}

.u-productservice__line {
  margin: 4.5rem 0;
}

.c-oem .l-container {
  padding-top: 8.5rem;
  padding-bottom: 16rem;
  position: relative;
}
.c-oem .c-btn {
  margin-top: 4rem;
  text-align: right;
}
.c-oem .c-btn .c-btn__link {
  min-width: 35rem;
}

.c-oem__inner {
  background-color: var(--c-white);
  padding: 5rem 7.5rem 5rem 6rem;
}
.c-oem__inner picture {
  display: block;
}

.c-oem__topimg {
  position: absolute;
  top: 0;
  right: -60rem;
  pointer-events: none;
}
.c-oem__topimg img {
  max-width: 947px;
}

.c-oem__lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.222;
}

.c-oem__subtitle {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.c-oem__subtitle::before {
  content: "■";
  color: var(--c-blue);
  margin-right: 0.6rem;
}

.c-oem__text {
  font-weight: 500;
  line-height: 2;
}

@media (751px <= width < 1020px) {
  .c-smartpower__topimg {
    width: 100vw;
  }
  .c-gorirack__topimg {
    width: 92vw;
  }
  .c-oem__topimg {
    width: 100vw;
  }
  .c-oem__lead.-tbbrnone {
    width: 50vw;
  }
  .c-oem__lead.-tbbrnone br {
    display: none !important;
  }
}
@media screen and (max-width: 850px) {
  .c-gorirack__logo {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .u-mv {
    height: 36.8rem;
    margin-bottom: 0;
    background-image: url("../images/productservice/sp-mv.jpg") !important;
  }
  .u-mv .c-btn__wrap {
    gap: 3rem;
    margin-top: 3rem;
    max-width: 39rem;
    margin-right: 2.5rem;
  }
  .u-mv .c-btn .c-btn__link {
    min-height: 6.3rem;
  }
  .u-mv__lead--wrap {
    width: 23.6rem;
  }
  .u-mv__title {
    font-size: 5.342rem;
  }
  .u-mv__lead {
    margin-right: 0;
  }
  .u-mv__text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 1.5rem;
    margin-left: 0;
  }
  #contents {
    padding-top: 0;
  }
  .c-pagelead__title {
    margin-left: 5rem;
  }
  .c-pagelead__subtitle {
    font-size: 4.3rem;
  }
  .c-pagelead__subtitle.-spleft {
    text-align: left;
    margin-left: 8rem;
  }
  .c-pagelead__subtitle.-spright {
    text-align: right;
    margin-right: 3rem;
    left: inherit;
    right: 0;
  }
  .c-pagelead__inner {
    padding: 1rem 0;
  }
  .c-pagelead__inner::after {
    width: 3rem;
  }
  .c-pagelead.-blue .c-pagelead__subtitle {
    text-shadow: var(--c-white) 0 0 0.3rem, var(--c-white) 0 0 0.3rem;
  }
  .c-pagelead.-spright .c-pagelead__title {
    margin-left: 0;
  }
  .c-smartpower .l-container {
    padding-top: 21rem;
    padding-inline: 7rem;
  }
  .c-smartpower .c-btn {
    margin-top: 2rem;
    text-align: center;
  }
  .c-smartpower .c-btn .c-btn__link {
    min-height: 6rem;
    min-width: 40rem;
  }
  .c-smartpower__topimg {
    top: -1px;
    right: -1.5rem;
  }
  .c-smartpower__topimg img {
    width: 54.9rem;
  }
  .c-smartpower__bgwhite {
    padding: 7rem 4.5rem 5rem;
  }
  .c-smartpower__title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 4.5rem;
  }
  .c-smartpower__inner {
    padding: 0;
  }
  .c-smartpower__subtitle {
    font-size: 2.2rem;
    margin-bottom: 0.7rem;
  }
  .c-smartpower__text {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 3rem;
  }
  .c-smartpower__flex {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  .c-smartpower__flex .c-smartpower__text {
    width: 100%;
  }
  .c-smartpower__flex--img {
    width: 100%;
  }
  .c-smartpower__img img {
    width: 59.5rem;
    max-width: inherit;
    margin-left: -7rem;
  }
  .c-gorirack {
    margin-top: 21rem;
    padding-bottom: 9.5rem;
  }
  .c-gorirack .l-container {
    padding-inline: 7rem;
  }
  .c-gorirack .c-btn {
    text-align: center;
  }
  .c-gorirack .c-btn .c-btn__link {
    min-width: 40rem;
    min-height: 6.5rem;
  }
  .c-gorirack__topimg {
    top: -21rem;
    left: -1.5rem;
  }
  .c-gorirack__topimg img {
    width: 51.1rem;
  }
  .c-gorirack__inner {
    padding: 0 1.5rem;
  }
  .c-gorirack__title {
    font-size: 2.57rem;
    text-align: left;
    margin-right: 0;
    margin-bottom: -3rem;
  }
  .c-gorirack__bgwhite {
    padding: 3.7rem 3rem 6rem;
  }
  .c-gorirack__logo {
    text-align: left;
    margin-right: 0;
    margin-bottom: 3.5rem;
  }
  .c-gorirack__logo img {
    width: 40rem;
  }
  .c-gorirack__subtitle {
    font-size: 2.2rem;
  }
  .c-gorirack__text {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 3rem;
  }
  .c-gorirack__img {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-bottom: 5.5rem;
  }
  .u-productservice__line {
    margin: 2.5rem -2.5rem;
  }
  .c-oem {
    padding-bottom: 10.5rem;
  }
  .c-oem .l-container {
    padding-inline: 7rem;
    padding-top: 21.5rem;
  }
  .c-oem .c-btn {
    margin-top: 5.5rem;
    text-align: center;
  }
  .c-oem .c-btn .c-btn__link {
    min-width: 40rem;
  }
  .c-oem__topimg {
    right: inherit;
    left: -1.5rem;
  }
  .c-oem__topimg img {
    width: 51.1rem;
  }
  .c-oem__inner {
    padding: 4rem 3.5rem 6rem 4.5rem;
  }
  .c-oem__lead {
    font-size: 2rem;
    line-height: 1.8;
  }
  .c-oem__lead.-tbbrnone {
    width: 100%;
  }
  .c-oem__subtitle {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .c-oem__text {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}