.p_mv {
  position: relative;
  width: 100%;
  padding-top: 736px;
  background: url("../../img/pages/top/img_mv_bird.png") 75% 20% no-repeat, url("../../img/pages/top/bg_mv.jpg") center top no-repeat;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
}

.p_mv__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p_about {
  position: relative;
  margin-top: -3%;
  width: 100%;
  background: url("../../img/pages/top/bg_about_policy.png") right bottom no-repeat, url("../../img/pages/top/bg_about.png") left top/100% auto no-repeat;
  padding-top: 148px;
  padding-bottom: 180px;
}

.p_about__ttl {
  text-align: center;
  margin-bottom: 40px;
}

.p_about__list__item {
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .p_about__list__item {
    max-width: 1000px;
  }
}

.p_about__list__item__txt {
  width: 440px;
  font-size: 14px;
  line-height: 30px;
  padding-left: 25px;
  margin-top: 10px;
}

.p_about__list__item__img {
  width: 720px;
  height: 390px;
  background-repeat: no-repeat;
}

.p_about__list__item--cloud .p_about__list__item__txtWrap {
  padding-right: 70px;
  margin-left: auto;
}

.p_about__list__item--cloud .p_about__list__item__img {
  background-image: url("../../img/pages/top/img_about_cloud.jpg");
  background-position: left top;
}

.p_about__list__item--human .p_about__list__item__txtWrap {
  padding-right: 30px;
  margin-right: auto;
  padding-left: 65px;
}

.p_about__list__item--human .p_about__list__item__img {
  background-image: url("../../img/pages/top/img_about_human.jpg");
  background-position: right top;
}

.p_about__policy {
  padding-top: 175px;
  text-align: center;
}

.p_about__policy__txt {
  margin-top: 20px;
}

.p_case {
  background: url("../../img/pages/top/bg_case.jpg") left top/100% auto no-repeat;
  background-attachment: fixed;
  padding-top: 70px;
}

@media (max-width: 1100px) {
  .p_case {
    background-attachment: none;
    background-size: 100% 100%;
  }
}

.p_case__ttl {
  text-align: center;
  margin-bottom: 20px;
}

.p_case__list__item {
  padding-bottom: 170px;
}

.p_case__list__item__head {
  position: relative;
  width: 940px;
  height: 427px;
  margin-left: auto;
  margin-right: auto;
}

.p_case__list__item__head__problem {
  position: absolute;
  top: 0;
}

.p_case__list__item__head__solution {
  position: absolute;
  top: 275px;
}

.p_case__list__item__head__anim {
  position: absolute;
  top: 49px;
  border-radius: 18px;
  overflow: hidden;
  width: 380px;
  height: 380px;
}

.p_case__list__item__head__anim img {
  width: 100%;
  height: auto;
}

.p_case__list__item__desc {
  width: 940px;
  border-radius: 10px;
  background: url("../../img/pages/top/bg_case_arrow.png") center top no-repeat;
  margin-top: 40px;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.p_case__list__item__desc__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

.p_case__list__item__desc__box__txtWrap__ttl {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 10px;
}

.p_case__list__item__desc__box__txtWrap__txt {
  font-size: 14px;
  line-height: 24px;
}

.p_case__list__item:nth-child(odd) .p_case__list__item__head__problem {
  left: -50px;
}

.p_case__list__item:nth-child(odd) .p_case__list__item__head__solution {
  left: 0;
}

.p_case__list__item:nth-child(odd) .p_case__list__item__head__anim {
  right: 0;
}

.p_case__list__item:nth-child(odd) .p_case__list__item__desc__box__txtWrap {
  margin-left: 60px;
}

.p_case__list__item:nth-child(even) .p_case__list__item__head__problem {
  right: -60px;
}

.p_case__list__item:nth-child(even) .p_case__list__item__head__solution {
  right: 0;
}

.p_case__list__item:nth-child(even) .p_case__list__item__head__anim {
  left: 0;
}

.p_case__list__item:nth-child(even) .p_case__list__item__desc__box__txtWrap {
  margin-right: 60px;
  margin-left: 30px;
}

.p_last {
  padding-top: 100px;
}

.p_last__logo {
  text-align: center;
  margin-bottom: 40px;
}

.p_last__ttl {
  text-align: center;
  margin-bottom: 40px;
}

.p_last__txtWrap {
  background: url("../../img/pages/top/bg_last.png") center top no-repeat;
  padding-top: 50px;
  padding-bottom: 140px;
}

.p_last__txtWrap__txt {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.p_last__txtWrap__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 80px;
  font-size: 16px;
  color: #fff;
  border-radius: 40px;
  background: url("../../img/pages/top/ico_last_arrow.png") 90% center no-repeat #1376c5;
  margin-left: auto;
  margin-right: auto;
}

.p_last__txtWrap__btn a:hover {
  opacity: .7;
}

/*# sourceMappingURL=../../../../sourcemaps/assets/css/pages/top.css.map */
