.p-mv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 6rem;
  }
}
.p-mv-img {
  width: 100%;
  height: 92rem;
}
@media screen and (max-width: 1100px) {
  .p-mv-img {
    height: auto;
  }
}
.p-mv-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.p-mv-txt {
  position: absolute;
  left: calc(50% - 28.9583333333vw);
  bottom: 17.5rem;
}
@media screen and (max-width: 1100px) {
  .p-mv-txt {
    left: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-txt {
    left: 5%;
    bottom: 4rem;
  }
}
.p-mv-txt .-catch {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-mv-txt .-catch {
    font-size: 2.6rem;
  }
}
.p-mv-txt .-lead {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-mv-txt .-lead {
    font-size: 1.5rem;
    line-height: 1.5;
    width: 22rem;
    margin-top: 2.5rem;
  }
}
.p-mv-txt .-btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1100px) {
  .p-mv-txt .-btns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    margin-top: 4rem;
  }
}
.p-mv-txt .-btns li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  width: 32rem;
  height: 7.6rem;
  border-radius: 10rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-mv-txt .-btns li a {
    width: 19rem;
    height: 4.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-mv-txt .-btns li a:hover.m-download {
    background: #ff4e4e;
  }
  .p-mv-txt .-btns li a:hover.m-contact {
    background: #444444;
  }
}
.p-mv-txt .-btns li a.m-download {
  background: #EA0000;
}
.p-mv-txt .-btns li a.m-contact {
  background: #000;
}

.c-topsection-headline {
  font-family: "FujitsuSans", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 767px) {
  .c-topsection-headline {
    font-size: 3.8rem;
  }
}
.c-topsection-subheadline {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  padding-left: 2rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-topsection-subheadline {
    margin-top: 0.5rem;
  }
}
.c-topsection-subheadline:before {
  content: "";
  width: 1.5rem;
  height: 0.1rem;
  background: #707070;
  position: absolute;
  left: 0;
  top: 0.7rem;
}
.c-topsection-lead {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .c-topsection-lead {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-topsection-comment {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-topsection-comment {
    line-height: 1.7;
  }
}

.p-service {
  padding: 6.3rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 3rem 0;
  }
}
.p-service-img {
  margin: 5rem auto 0;
  max-width: 87.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-service-img {
    margin: 3rem auto 0;
  }
}

.p-solution {
  background: #6D6E70;
  position: relative;
  padding: 6.3rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-solution {
    padding: 4rem 0 4rem;
  }
}
.p-solution:before {
	content: "";
	width: 100%;
	height: 56%;
	background: #3C3C3C;
	position: absolute;
	left: 0;
	top: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 73.4%);
  }
@media screen and (max-width: 767px) {
  .p-solution:before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
  }
}
.p-solution .c-topsection-headline, .p-solution .c-topsection-subheadline, .p-solution .c-topsection-lead, .p-solution .c-topsection-comment {
  color: #fff;
}
.p-solution .c-inner {
  position: relative;
  z-index: 2;
}
.p-solution-main {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-solution-main {
    margin-top: 3rem;
  }
}
.p-solution-main .-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-solution-main .-head {
    gap: 1.5rem;
  }
}
.p-solution-main .-head .item {
  background: #6D6E70;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem 2rem 0.8rem;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .p-solution-main .-head .item {
    font-size: 1.4rem;
  }
}
.p-solution-main .-head .item.m-solution {
  background: #EA0000;
}
.p-solution-main .-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 4rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-solution-main .-body {
    gap: 1.5rem;
    margin-top: 1rem;
  }
}
.p-solution-main .-body .item {
  min-height: 13rem;
}
.p-solution-main .-body .item.m-problem {
  background: #fff;
  border-radius: 1.2rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
.p-solution-main .-body .item.m-problem:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 0 0.75rem 1.5rem;
  border-color: transparent transparent transparent #CFCFCF;
  position: absolute;
  right: -2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-solution-main .-body .item.m-problem:after {
    border-width: 0.4rem 0 0.4rem 0.8rem;
    right: -1.2rem;
  }
}
.p-solution-main .-body .item.m-problem .problem-wrap {
  padding: 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-solution-main .-body .item.m-problem .problem-wrap {
    padding: 1.5rem 2rem;
  }
}
.p-solution-main .-body .item.m-problem .problem-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-solution-main .-body .item.m-problem .problem-ttl {
    padding: 6rem 0 0 0;
  }
}
.p-solution-main .-body .item.m-problem .problem-ttl:before {
  content: "";
  width: 4.2rem;
  height: 4rem;
  background: url(../img/top/solution_icn_check.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: calc(50% - 0.4rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-solution-main .-body .item.m-problem .problem-ttl:before {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
  }
}
.p-solution-main .-body .item.m-solution {
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
}
.p-solution-main .-body .item.m-solution a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  height: 100%;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-solution-main .-body .item.m-solution a:hover .solution-wrap:after {
    border-color: transparent transparent #EA0000 transparent;
  }
  .p-solution-main .-body .item.m-solution a:hover .solution-ttl {
    color: #EA0000;
  }
  .p-solution-main .-body .item.m-solution a:hover .solution-ttl span:before {
    background: #EA0000;
  }
}
.p-solution-main .-body .item.m-solution .solution-wrap {
  position: relative;
  padding: 2rem 2rem 3rem 13rem;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-solution-main .-body .item.m-solution .solution-wrap {
    padding: 11rem 1.5rem 4rem 2rem;
  }
}
.p-solution-main .-body .item.m-solution .solution-wrap:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-style: solid;
  border-width: 0 0 1.5rem 1.5rem;
  border-color: transparent transparent #DCDCDC transparent;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-solution-main .-body .item.m-solution .solution-wrap:after {
    right: 1.5rem;
    bottom: 1.5rem;
    top: auto;
  }
}
.p-solution-main .-body .item.m-solution .solution-icn {
  width: 8rem;
  height: 8rem;
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-solution-main .-body .item.m-solution .solution-icn {
    top: 2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
  }
}
.p-solution-main .-body .item.m-solution .solution-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .p-solution-main .-body .item.m-solution .solution-ttl {
    text-decoration: underline;
  }
}
.p-solution-main .-body .item.m-solution .solution-ttl span {
  position: relative;
  padding-bottom: 0.3rem;
}
.p-solution-main .-body .item.m-solution .solution-ttl span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .p-solution-main .-body .item.m-solution .solution-ttl span:before {
    display: none;
  }
}
.p-solution-main .-body .item.m-solution .solution-detail {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.p-solution-main .-body .item.m-solution .solution-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
}
.p-solution-main .-body .item.m-solution .solution-list li {
  font-size: 1rem;
  font-weight: 700;
  list-style: none;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-solution-main .-body .item.m-solution .solution-list li {
    padding: 0.5rem 0.8rem;
  }
}
.p-solution-main .-body .item.m-solution .solution-list li.m-purple {
  background: #C9BFED;
}
.p-solution-main .-body .item.m-solution .solution-list li.m-green {
  background: #BFE0C7;
}
.p-solution-main .-body .item.m-solution .solution-list li.m-orange {
  background: #FFE0BF;
}
.p-solution-main .-body .item.m-solution .solution-list li.m-yellow {
  background: #FFFABF;
}
.p-solution-main .-body .item.m-solution .solution-list li.m-rightgreen {
  background: #D4F5BF;
}
.p-solution-other {
  margin-top: 8.5rem;
}
.p-solution-other .-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
  position: relative;
  margin-top: 3.5rem;
}
@media screen and (max-width: 1100px) {
  .p-solution-other .-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-solution-other .-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 2rem;
  }
}
.p-solution-other .-grid .item a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 3rem 2rem 3rem;
  position: relative;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-solution-other .-grid .item a:hover:after {
    border-color: transparent transparent #EA0000 transparent;
  }
  .p-solution-other .-grid .item a:hover .item-ttl {
    color: #EA0000;
  }
}
@media screen and (max-width: 767px) {
  .p-solution-other .-grid .item a {
    min-height: 19rem;
  }
}
.p-solution-other .-grid .item a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1.5rem 1.5rem;
  border-color: transparent transparent #DCDCDC transparent;
  position: absolute;
  right: 1.5rem;
  bottom: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-solution-other .-grid .item-ttl {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  text-decoration: underline;
}
.p-solution-other .-grid .item-ttl:before {
	content: '';
	width: .6rem;
	height: 2.5rem;
	background: #EA0000;
	left: -1.5rem;
	top: -.2rem;
	position: absolute;
}



.p-solution-other .-grid .item-detail {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 1rem;
}
.p-solution-other .-grid .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.p-solution-other .-grid .item-list li {
  font-size: 1rem;
  font-weight: 700;
  list-style: none;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-solution-other .-grid .item-list li {
    padding: 0.5rem 0.8rem;
  }
}
.p-solution-other .-grid .item-list li.m-purple {
  background: #C9BFED;
}
.p-solution-other .-grid .item-list li.m-green {
  background: #BFE0C7;
}
.p-solution-other .-grid .item-list li.m-orange {
  background: #FFE0BF;
}
.p-solution-other .-grid .item-list li.m-yellow {
  background: #FFFABF;
}
.p-solution-other .-grid .item-list li.m-rightgreen {
  background: #D4F5BF;
}

.p-record {
  padding: 6.2rem 5%;
}
@media screen and (max-width: 767px) {
  .p-record {
    padding: 4rem 0;
  }
}
.p-record-list {
  margin: 7rem auto;
}
@media screen and (max-width: 767px) {
  .p-record-list {
    margin: 4rem auto 1rem;
  }
}
.p-record-list .-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-record-list .-wrap {
    overflow-x: auto;
    padding-bottom: 2rem;
  }
}
.p-record-list .-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-record-list .-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
    padding-left: 5%;
  }
}
.p-record-list .-list li {
  width: auto;
  height: 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-record-list .-list li {
    height: 5.2rem;
    padding-right: 5%;
  }
}
.p-record-list .-list li img {
  width: auto;
  height: 100%;
}

.p-case {
  background: #DCDCDC;
  padding: 6.5rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding: 4rem 0 2rem;
  }
}
.p-case .c-case {
  margin-top: 3.5rem;
}

.p-column {
  padding: 7rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-column {
    padding: 4rem 0 2.5rem;
  }
}
.p-column .c-column {
  margin-top: 3rem;
}