@charset "utf-8";
body {
  padding: 0!important;
}

.header {
  padding: 3rem 0;
  border: none;
}
@media screen and (max-width: 1080px) {
  .header {
    padding: 1rem 0;
  }
}

.header__upper {
  position: relative;
}

.heder-link {
  position: absolute;
  right: 10%;
  /* top: 0; */
  font-size: 1.4rem;
}

@media screen and (max-width: 1080px) {
  .heder-link {
    position: relative;
    right: 0;
    top: 0;
    font-size: 1rem;
    margin-right: 10%;
  }
}
@media screen and (max-width: 450px) {
  .heder-link {
    margin-right: 10px;
  }
}


.header-logo {
  position: static;
  transform: none;
}
@media screen and (max-width: 1080px) {
  .header-logo {
    width: auto;
    height: 3rem;
    margin: 0 auto 0 10%;
  }
}
@media screen and (max-width: 450px) {
  .header-logo {
    margin-left: 5%;
  }
}

@media screen and (max-width: 1080px) {
  .header-logo a {
    height: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .header-logo__image {
    height: 100%;
  }
}

@media screen and (max-width: 950px) {
  .footer__copyright {
    padding: 2rem 0;
    text-align: center;
  }
}

.solutionlp_link {
  text-align: center;
  position: relative;
  width: 100%;
}
.solutionlp_link::before {
  content: "";
  height: 20rem;
  width: 100%;
  position: absolute;
  top: -20rem;
  left: 0;
  background-image: linear-gradient(rgba(255,255,255,0) 0%,#FFFFFF 90%);
}
.solutionlp_title_list {
  margin-top: 5rem;
  width: 100%;
}
.solutionlo_list_head {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  color: #311B92;
  text-align: center;
}
.solutionlp_title_list ul {
  width: calc(50% - 2rem);
  max-width: 60rem;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2;
  border: #311B92 solid 1px;
  padding: 1rem;
  color: #311B92;
}
.solutionlp_title_list ul li {
  list-style-type: disc;
  margin-left: 2rem;
}

@media screen and (max-width: 950px) {
  .solutionlp_title_list ul {
    width: calc(100% - 2rem);
    max-width: 80rem;
  }
}

@media screen and (max-width: 450px) {

}

