.container {
  overflow: hidden;
}

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

.u-toplead {
  padding-top: 3rem;
}
.u-toplead__inner {
  position: relative;
  background-color: var(--c-white);
  padding: 6rem 5rem;
}

.u-toplead__lead {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 4rem;
}

.u-toplead__img {
  position: absolute;
  right: -55rem;
  top: -3rem;
}
.u-toplead__img img {
  max-width: 974px;
}

.u-product {
  margin-top: 6.5rem;
  padding-bottom: 19rem;
}
.u-product p {
  font-size: 2rem;
  line-height: 1.65;
}
.u-product .c-btn {
  margin-top: 7.5rem;
}

.u-product__inner {
  position: relative;
}

.u-product__img {
  position: absolute;
  right: -57rem;
  top: 13rem;
}
.u-product__img img {
  max-width: 1193px;
}

.u-person {
  margin-top: 11rem;
}
.u-person p {
  font-size: 2rem;
  line-height: 1.5;
}
.u-person .l-container {
  position: relative;
}
.u-person .l-container .c-btn {
  position: absolute;
  left: 22.6rem;
  top: 20rem;
}

.u-person__img {
  margin-top: 7rem;
  margin-left: -66rem;
}
.u-person__img img {
  max-width: 1668px;
}

.u-company {
  margin-top: 11rem;
  padding-bottom: 19rem;
}
.u-company .l-container {
  position: relative;
}
.u-company p {
  font-size: 2rem;
  line-height: 1.5;
}
.u-company .c-btn {
  margin-top: 6rem;
}

.u-company__img {
  position: absolute;
  right: -59.5rem;
  top: 3.5rem;
}
.u-company__img img {
  max-width: 1252px;
}

@media screen and (max-width: 1180px) {
  .u-toplead__text--inner {
    width: 54vw;
  }
  .u-toplead__img img {
    width: 83vw;
  }
  .c-title {
    font-size: 8rem;
  }
  .c-title .sm {
    font-size: 2rem;
  }
  .c-title .sm::after {
    width: 18rem;
    margin-left: 2.5rem;
  }
  .c-title.-right .sm::before {
    width: 18rem;
    margin-right: 2.5rem;
  }
  .u-product__img img {
    width: 101vw;
  }
  .u-person__img img {
    width: 142vw;
  }
  .u-company__img img {
    width: 106vw;
  }
}
@media screen and (max-width: 850px) {
  .u-toplead__lead .mdnone {
    display: none;
  }
}
@media screen and (max-width: 1060px) {
  .c-title {
    font-size: 7rem;
  }
  .u-toplead__lead {
    font-size: 1.8rem;
  }
  .u-person .l-container .c-btn {
    left: 3rem;
  }
  .u-person p {
    font-size: 1.8rem;
  }
  .u-product p {
    font-size: 1.8rem;
  }
  .u-company p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .u-toplead__text--inner {
    width: 100%;
  }
  .u-toplead__text--inner__1000 {
    width: 53vw;
  }
}
@media screen and (max-width: 830px) {
  .u-toplead__text--inner__1000 {
    width: 100%;
  }
  .u-toplead__text--inner__830 {
    width: 52vw;
  }
}
@media screen and (max-width: 750px) {
  .c-title {
    font-size: 7rem;
  }
  .c-title .sm {
    letter-spacing: inherit;
  }
  #contents {
    background-image: url("../images/top/sp-bg-main.jpg");
    padding-top: 3rem;
  }
  .u-toplead {
    padding-top: 0;
  }
  .u-toplead__inner {
    background-color: transparent;
    padding: 0;
  }
  .u-toplead__text {
    background-color: transparent;
    text-align: center;
    padding: 0;
  }
  .u-toplead__img {
    position: static;
    margin: 0 -5rem;
    margin-top: 6rem;
  }
  .u-toplead__img img {
    width: calc(100% + 2.5rem);
    max-width: inherit;
    margin-left: -1rem;
  }
  .u-toplead__text--inner__830 {
    width: 100%;
  }
  .u-toplead__lead {
    font-size: 2.4rem;
    line-height: 1.72;
  }
  .u-toplead__lead .mdnone {
    display: block;
  }
  .u-product {
    margin-top: 8rem;
    padding-bottom: 2rem;
  }
  .u-product .c-title {
    margin-bottom: 37rem;
  }
  .u-product .c-subtitle {
    margin-bottom: 3rem;
  }
  .u-product p {
    font-size: 2.4rem;
    text-align: center;
  }
  .u-product .c-btn {
    margin-top: 3.5rem;
  }
  .u-product__img {
    right: 0;
    left: -6rem;
    top: 9.5rem;
    width: 100%;
  }
  .u-product__img img {
    width: 60.5rem;
  }
  .u-person {
    position: relative;
  }
  .u-person .c-title {
    margin-bottom: 58rem;
  }
  .u-person .l-container .c-btn {
    position: static;
    margin-top: 3.5rem;
  }
  .u-person p {
    font-size: 2.4rem;
  }
  .u-person__img {
    position: absolute;
    top: 10rem;
    margin-top: 0;
    margin-left: auto;
    left: -1rem;
  }
  .u-person__img img {
    width: 80.5rem;
  }
  .u-company {
    padding-bottom: 9.5rem;
  }
  .u-company .c-title {
    margin-bottom: 37rem;
  }
  .u-company .c-subtitle {
    margin-bottom: 3rem;
  }
  .u-company p {
    font-size: 2.4rem;
    text-align: center;
  }
  .u-company .c-btn {
    margin-top: 4rem;
  }
  .u-company__img {
    top: 10rem;
    right: 0;
  }
  .u-company__img img {
    width: 60.5rem;
    margin-right: -1rem;
  }
}