/* LESS Document */
/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	main
+++++++++++++++++++++++++++++++++++++++++++ */
main {
  background: url(/wp/wp-content/themes/pp-solutions/common/img/mv_bg.webp) no-repeat 0 0 / 100% auto;
}
main.top {
  background: url(/wp/wp-content/themes/pp-solutions/common/img/top_mv_bg.webp) no-repeat right 0 / 100% auto;
}
@media screen and (max-width: 767px) {
  main.top {
    background: url(/wp/wp-content/themes/pp-solutions/common/img/top_mv_bg_sp.webp) no-repeat center -20px / 100% auto;
  }
}
article {
  max-width: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	mv
+++++++++++++++++++++++++++++++++++++++++++ */
.mv {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 50px;
  justify-content: space-between;
  max-width: 1254px;
  margin: 5vw auto 14vw;
  padding: 4vw 0 0;
}
@media screen and (max-width: 1023px) {
  .mv {
    display: block;
    min-height: 400px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    min-height: 70vw;
  }
}
.mv .mvText {
  max-width: 634px;
  flex-shrink: 0;
  padding: 3vw 0 0;
}
@media screen and (max-width: 1023px) {
  .mv .mvText {
    padding-left: 20px;
    mix-blend-mode: multiply;
    position: relative;
    z-index: 1;
    padding-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .mv .mvText {
    padding-top: 80vw;
  }
}
.mv .mvText p {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .mv .mvText p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .mv .mvText p {
    font-size: 4.8vw;
  }
}
.mv .mvText p.ttl {
  margin: 0 0 50px;
  font-size: 5rem;
  font-weight: 600;
  color: #0180CD;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .mv .mvText p.ttl {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .mv .mvText p.ttl {
    font-size: 9vw;
    margin: 0 0 20px;
  }
}
.mv .mvText p.ttl span {
  color: #0180CD;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .mv .mvImg {
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mvImg {
    width: 65vw;
    top: 25vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	news
+++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 767px) {
  .newsTopArea {
    margin-bottom: 50px;
  }
}
.newsTopArea .inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .newsTopArea .inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .newsTopArea .inner {
    gap: 20px;
  }
}
.newsTopArea .inner h2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-end;
  width: 260px;
  padding: 40px 0 0;
  color: #0180CD;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 6.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .newsTopArea .inner h2 {
    margin: 0 auto;
    justify-content: center;
    font-size: 12vw;
  }
}
.newsTopArea .inner .newsTopList {
  flex: 1;
}
.newsTopArea .inner .newsTopList dl dt {
  padding: 15px 0 4px;
}
.newsTopArea .inner .newsTopList dl dt time {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.newsTopArea .inner .newsTopList dl dt mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 8px;
  padding: 0 12px;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 9px;
  background: #0180CD;
  color: #FFF;
  vertical-align: 0;
}
@media screen and (max-width: 767px) {
  .newsTopArea .inner .newsTopList dl dt mark {
    font-size: 2.8vw;
  }
}
.newsTopArea .inner .newsTopList dl dd {
  padding: 0 0 15px;
  border-bottom: #C4DAE8 1px solid;
}
.newsTopArea .inner .newsTopList dl dd a {
  color: #000;
  text-decoration: none;
}
.newsTopArea .inner .newsTopList dl dd a:hover {
  color: #0180CD;
}
.newsTopArea .inner .newsTopList p {
  margin: 15px 0 0;
}
.newsTopArea .inner .newsTopList p a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.newsTopArea .inner .newsTopList p a:hover {
  color: #0180CD;
}
.newsTopArea .inner .newsTopList p a i {
  color: #0180CD;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	company
+++++++++++++++++++++++++++++++++++++++++++ */
.companyTopArea .inner {
  position: relative;
}
.companyTopArea .text {
  max-width: 926px;
  min-height: 838px;
  background: url(../img/icon_pps.svg) no-repeat 0 0 / cover;
  margin: 0 0 53px -140px;
  padding: 168px 308px 0 140px;
}
@media screen and (max-width: 1023px) {
  .companyTopArea .text {
    padding-left: 150px;
  }
}
@media screen and (max-width: 767px) {
  .companyTopArea .text {
    min-height: 150vw;
    padding: 29vw 10vw 0 140px;
  }
}
.companyTopArea .text h2 {
  margin: 0 0 16px;
  color: #FFF;
  color: #59C5FC;
  font-size: 6.6rem;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .companyTopArea .text h2 {
    font-size: 12vw;
  }
}
.companyTopArea .text p {
  color: #FFF;
}
.companyTopArea .text .btn {
  margin: 32px 0 0;
}
.companyTopArea figure {
  width: 574px;
  position: absolute;
  top: 200px;
  right: 0;
  left: 620px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .companyTopArea figure {
    top: 420px;
    left: 420px;
  }
}
@media screen and (max-width: 767px) {
  .companyTopArea figure {
    display: none;
  }
}
.companyTopArea section {
  margin: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .companyTopArea section {
    margin-bottom: 50px;
  }
}
.companyTopArea section:nth-of-type(2) .inner::before {
  right: 0;
  left: -1380px;
}
@media screen and (max-width: 767px) {
  .companyTopArea section:nth-of-type(2) .inner::before {
    left: -100%;
  }
}
.companyTopArea section .inner {
  position: relative;
}
.companyTopArea section .inner::before {
  content: '';
  display: block;
  background: url(../img/bg_fade.webp) no-repeat;
  width: 1000px;
  height: 1000px;
  margin: auto;
  position: absolute;
  top: -250px;
  right: -1380px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .companyTopArea section .inner::before {
    right: 0;
  }
}
.companyTopArea section .flex {
  gap: 65px;
}
@media screen and (max-width: 1023px) {
  .companyTopArea section .flex {
    gap: 0px;
    flex-direction: column;
    padding: 0 10px;
  }
  .companyTopArea section .flex .flexText {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .companyTopArea section .flex {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .companyTopArea section .flex .flexImg {
    order: -1;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .companyTopArea section .flex .flexImg img {
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .companyTopArea section .flex .flexImg img {
    height: 50vw;
    object-position: 0 45%;
  }
}
.companyTopArea section h3 {
  margin: 0 0 30px;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .companyTopArea section h3 {
    order: -2;
  }
}
@media screen and (max-width: 767px) {
  .companyTopArea section h3 {
    font-size: 5.6vw;
  }
}
.companyTopArea section p {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .companyTopArea section p {
    margin-bottom: 0;
    font-size: 3.2vw;
  }
}
.companyTopArea section ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .companyTopArea section ul {
    justify-content: space-around;
  }
  .companyTopArea section ul::before,
  .companyTopArea section ul::after {
    content: '';
    display: block;
    width: 143px;
    order: 1;
  }
}
.companyTopArea section ul li {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  width: 143px;
  height: 62px;
  padding: 5px 10px;
  background: #FFF;
  border: #E1E1E1 1px solid;
  border-radius: 6px;
}
.companyTopArea section .btn {
  margin: 34px 0 0;
}
@media screen and (max-width: 1023px) {
  .companyTopArea section .btn {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .companyTopArea section .btn {
    margin-top: 20px;
  }
}
.companyTopArea section video {
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .companyTopArea section video {
    width: 100%;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	case
+++++++++++++++++++++++++++++++++++++++++++ */
.caseTopArea {
  padding: 78px 0 64px;
  background: linear-gradient(90deg, rgba(175, 222, 254, 0.38), rgba(236, 248, 252, 0.38));
}
.caseTopArea h2 {
  margin: 0 0 50px;
  text-align: center;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .caseTopArea h2 {
    margin-bottom: 30px;
    font-size: 6.4vw;
  }
}
.caseTopArea .logoList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 100px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .caseTopArea .logoList {
    gap: 10px;
    margin-bottom: 50px;
    padding: 0;
  }
}
.caseTopArea .logoList li {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 80px;
  padding: 5px;
  background: #FFF;
  border-radius: 10px;
  border: #D1E8F3 1px solid;
}
@media screen and (max-width: 767px) {
  .caseTopArea .logoList li {
    max-width: 192px;
    width: calc(32vw - 15px);
    height: 15vw;
  }
}
.caseTopArea .logoList li img {
  max-width: 182px;
  max-height: 70px;
}
@media screen and (max-width: 767px) {
  .caseTopArea .logoList li img {
    max-width: calc(32vw - 30px);
    max-height: calc(15vw - 15px);
  }
}
.caseTopArea .voiceList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 24px;
  margin: 0 0 48px;
}
@media screen and (max-width: 767px) {
  .caseTopArea .voiceList {
    gap: 10px;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.caseTopArea .voiceList .voiceItem {
  max-width: calc(100% / 3);
  width: 100%;
  padding: 60px 20px 30px;
  border-radius: 10px;
  border: #D1E8F3 1px solid;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .caseTopArea .voiceList .voiceItem {
    max-width: none;
    padding: 20px 15px 20px;
  }
}
.caseTopArea .voiceList .voiceItem figure {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: auto;
  border: #D1E8F3 1px solid;
  border-radius: 50%;
  background: #FFF;
  overflow: hidden;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .caseTopArea .voiceList .voiceItem figure {
    top: 10px;
    left: 10px;
    right: auto;
  }
}
.caseTopArea .voiceList .voiceItem .prof {
  margin: 0 0 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .caseTopArea .voiceList .voiceItem .prof {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 100px;
    margin-bottom: 10px;
    padding-left: 110px;
    text-align: left;
  }
}
.caseTopArea .voiceList .voiceItem .prof p {
  margin: 0;
  font-size: 1.4rem;
  color: #4D4D4D;
}
@media screen and (max-width: 767px) {
  .caseTopArea .voiceList .voiceItem .prof p {
    font-size: 2.8vw;
  }
}
.caseTopArea .voiceList .voiceItem .prof p.name {
  color: #293033;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .caseTopArea .voiceList .voiceItem .prof p.name {
    font-size: 3.6vw;
  }
}
.caseTopArea .voiceList .voiceItem h3 {
  margin: 0 0 15px;
  font-size: 2rem;
  line-height: 1.4;
  color: #0180CD;
}
@media screen and (max-width: 767px) {
  .caseTopArea .voiceList .voiceItem h3 {
    font-size: 4vw;
  }
}
.caseTopArea .voiceList .voiceItem .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 17;
  overflow: hidden;
  color: #363636;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .caseTopArea .voiceList .voiceItem .text {
    font-size: 2.8vw;
    -webkit-line-clamp: 10;
  }
}
