.p-pah {
  margin-top: 72px;
  /* section01
  -------------------------------------*/
  /* section02
  -------------------------------------*/
  /* section03
  -------------------------------------*/
  /* section04
  -------------------------------------*/
  /* section05
  -------------------------------------*/
  /* section06
  -------------------------------------*/
  /* section07
  -------------------------------------*/
}
@media screen and (min-width: 1024px) {
  .p-pah {
    margin-top: 124px;
  }
}
.p-pah__kv {
  background: #fff;
  position: relative;
  height: 560px;
}
@media screen and (min-width: 1024px) {
  .p-pah__kv {
    height: 550px;
  }
}
.p-pah__kv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 390px;
  background: url(/assets/img/papeople/humancapital/img-kv_bg_sp.png) no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1024px) {
  .p-pah__kv::after {
    background: url(/assets/img/papeople/humancapital/img-kv_bg.png) no-repeat;
    width: 714px;
    height: 550px;
    background-size: cover;
    top: auto;
    bottom: 0;
    right: 0;
  }
}
.p-pahKv__leftArea {
  padding-top: 20px;
}
@media screen and (min-width: 1024px) {
  .p-pahKv__leftArea {
    padding-top: 52px;
  }
}
.p-pahKv__inner {
  z-index: 1;
  position: relative;
  width: 84.6153846154%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-pahKv__inner {
    max-width: 1069px;
    width: 96.6796875%;
    margin: 0 auto;
    height: 550px;
  }
}
@media screen and (min-width: 1366px) {
  .p-pahKv__inner {
    width: 78.2576866764%;
  }
}
.p-pahKv__img {
  width: 275px;
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .p-pahKv__img {
    width: 470px;
    position: absolute;
    height: auto;
    display: block;
    right: 14px;
    bottom: 36px;
    left: auto;
    top: auto;
    transform: none;
  }
}
.p-pahKv__tag {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 5px;
  background: #d2e5f7;
  padding: 5px 10px;
}
@media screen and (min-width: 1024px) {
  .p-pahKv__tag {
    font-size: 20px;
  }
}
.p-pahKv__tagWrap {
  display: flex;
  align-items: center;
  gap: 9px 6px;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .p-pahKv__tagWrap {
    gap: 9px;
  }
}
.p-pahKv__title {
  position: relative;
  margin-top: 8px;
  margin-bottom: 11px;
  height: 96px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .p-pahKv__title {
    margin-top: 18px;
    margin-bottom: 18px;
    height: 166px;
    letter-spacing: 0.26em;
  }
}
.p-pahKv__title span {
  font-weight: 900;
  font-size: 33px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-pahKv__title span {
    font-size: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .p-pahKv__title span:first-child {
    color: #266f80;
  }
}
.p-pahKv__title span:last-child {
  position: absolute;
  top: 48px;
  left: 128px;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-pahKv__title span:last-child {
    color: #333333;
    top: 74px;
    left: 175px;
  }
}
.p-pahKv__btnImg {
  width: 159px;
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .p-pahKv__btnImg {
    width: 321px;
    bottom: 50px;
  }
}
.p-pahKv__btnImg img {
  width: 100%;
  height: auto;
}
.p-pahKv__btnWrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 231px auto 0;
}
@media screen and (min-width: 1024px) {
  .p-pahKv__btnWrap {
    margin: 0;
    margin-top: 132px;
    margin-left: 52px;
  }
}
.p-pahKv__btnWrap .main_btn.-orange .btn.btn-secondary {
  background: #ff9e01;
  color: #fff;
  border: 2px solid #ff9e01;
}
.p-pahKv__btnWrap .main_btn a {
  text-align: center;
}
.p-pahKv__btnWrap .btn {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .p-pahKv__btnWrap .btn {
    font-size: 24px;
    min-height: 60px;
  }
}
.p-pahKv__btnWrap .main_btn.-orange.-download .btn.btn-secondary {
  padding: 9px 30px;
  border-radius: 60px;
  box-shadow: 0 3px 6px #9d9d9d;
  position: relative;
  padding-right: 64px;
}
@media screen and (min-width: 1024px) {
  .p-pahKv__btnWrap .main_btn.-orange.-download .btn.btn-secondary {
    padding: 20px 56px;
    padding-right: 109px;
  }
}
.p-pahKv__btnWrap .main_btn.-orange.-download .btn.btn-secondary:hover {
  background: #fff;
  color: #ff9e01;
  border: 2px solid #ff9e01;
}
.p-pahKv__btnWrap .main_btn.-orange.-download .btn.btn-secondary:hover:after {
  background: url(/assets/img/common/icon_download_orange.svg) no-repeat
    center/contain;
  top: 50%;
  right: 30px !important;
  transform: translateY(-50%);
  width: 20px;
  height: 19px;
}
@media screen and (min-width: 1024px) {
  .p-pahKv__btnWrap .main_btn.-orange.-download .btn.btn-secondary:hover:after {
    top: 54%;
    width: 29px;
    height: 28px;
    right: 57px !important;
  }
}
.p-pahKv__btnWrap .main_btn.-orange.-download .btn.btn-secondary:after {
  background: url(/assets/img/common/icon_download_white.svg) no-repeat
    center/contain;
  width: 22px;
  height: 21px;
  content: "";
  position: absolute;
  top: 50%;
  right: 28px !important;
  transform: translateY(-50%) !important;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .p-pahKv__btnWrap .main_btn.-orange.-download .btn.btn-secondary:after {
    width: 29px;
    height: 28px;
    right: 57px !important;
    top: 54%;
  }
}
.p-pah__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (min-width: 1024px) {
  .p-pah__heading {
    font-size: 36px;
    line-height: 1.6666666667;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
.p-pah__heading.-underline {
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-pah__heading.-underline {
    padding-bottom: 26px;
  }
}
.p-pah__heading.-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 28px;
  border-bottom: 7px solid #2faecb;
  border-radius: 4px;
  left: 6px;
}
@media screen and (min-width: 1024px) {
  .p-pah__heading.-underline::after {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-pah__headingSub {
  font-size: 17px;
  font-weight: 700;
  color: #0b768d;
  margin-bottom: 8px;
  line-height: 1.4705882353;
}
@media screen and (min-width: 1024px) {
  .p-pah__headingSub {
    font-size: 18px;
    line-height: 1;
    text-align: center;
    margin-bottom: 19px;
  }
}
.p-pah__section01 {
  padding-top: 27px;
  background: #eaeef2;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-pah__section01 {
    padding-top: 88px;
    padding-bottom: 33px;
  }
}
.p-pahSec01__wrapper {
  max-width: 1069px;
  width: 91.7948717949%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__wrapper {
    width: 78.125%;
  }
}
@media screen and (min-width: 1366px) {
  .p-pahSec01__wrapper {
    width: 78.2576866764%;
  }
}
.p-pahSec01__box {
  background: #fff;
  border-radius: 10px;
}
.p-pahSec01__box.-first {
  padding: 19px 14px 0;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__box.-first {
    padding: 53px 90px 0;
  }
}
.p-pahSec01__box.-second {
  margin-top: 21px;
  padding: 18px 29px 147px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__box.-second {
    margin-top: 50px;
    padding: 47px 55px 145px;
  }
}
.p-pahSec01__box.-second .p-pahSec01__title {
  margin: 0;
}
.p-pahSec01__box.-second .p-pahSec01__img {
  width: 207px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__box.-second .p-pahSec01__img {
    width: 22%;
    bottom: 10px;
  }
}
.p-pahSec01__title {
  margin: 0 14px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__title {
    margin: auto;
  }
}
.p-pahSec01__text {
  max-width: 586px;
  margin: 26px 14px 8px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.022em;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__text {
    font-size: 16px;
    line-height: 1.875;
    margin: 24px auto 13px;
  }
}
.p-pahSec01__listWrap {
  display: flex;
  align-items: flex-start;
  gap: 38px;
  margin-top: 10px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__listWrap {
    gap: 104px;
    margin-top: 34px;
    flex-direction: row;
  }
}
.p-pahSec01__list {
  border: 2px solid #0b768d;
  padding: 16px 25px;
  border-radius: 10px;
  display: flex;
  gap: 11px 7px;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__list {
    border: 3px solid #0b768d;
    padding: 30px 40px;
  }
}
.p-pahSec01__list:first-child {
  position: relative;
}
.p-pahSec01__list:first-child .p-pahSec01__item:nth-child(1) {
  order: 1;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__list:first-child .p-pahSec01__item:nth-child(1) {
    order: 1;
  }
}
.p-pahSec01__list:first-child .p-pahSec01__item:nth-child(2) {
  order: 4;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__list:first-child .p-pahSec01__item:nth-child(2) {
    order: 2;
  }
}
.p-pahSec01__list:first-child .p-pahSec01__item:nth-child(3) {
  order: 3;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__list:first-child .p-pahSec01__item:nth-child(3) {
    order: 3;
  }
}
.p-pahSec01__list:first-child .p-pahSec01__item:nth-child(4) {
  order: 2;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__list:first-child .p-pahSec01__item:nth-child(4) {
    order: 4;
  }
}
.p-pahSec01__list:first-child::after {
  background: url(/assets/img/common/icon_arrow_right_lightblue.svg) no-repeat
    center/contain;
  width: 19px;
  height: 40px;
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__list:first-child::after {
    width: 35px;
    height: 61px;
    transform: translateY(-50%);
    bottom: auto;
    left: auto;
    top: 50%;
    right: -70px;
  }
}
.p-pahSec01__list.-second {
  background: #d2e5f7;
}
.p-pahSec01__list.-second .p-pahSec01__item:nth-child(1) {
  order: 1;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__list.-second .p-pahSec01__item:nth-child(1) {
    order: 1;
  }
}
.p-pahSec01__list.-second .p-pahSec01__item:nth-child(2) {
  order: 3;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__list.-second .p-pahSec01__item:nth-child(2) {
    order: 2;
  }
}
.p-pahSec01__list.-second .p-pahSec01__item:nth-child(3) {
  order: 4;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__list.-second .p-pahSec01__item:nth-child(3) {
    order: 3;
  }
}
.p-pahSec01__list.-second .p-pahSec01__item:nth-child(4) {
  order: 2;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__list.-second .p-pahSec01__item:nth-child(4) {
    order: 4;
  }
}
.p-pahSec01__list.-second .p-pahSec01__item {
  background: #fff;
}
.p-pahSec01__item {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 5px;
  background: #eaeef2;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__item {
    font-size: 24px;
    border-radius: 10px;
    padding: 9px 20px;
  }
}
.p-pahSec01__bottomCont {
  margin-top: 42px;
  margin-left: 29px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__bottomCont {
    margin-top: 35px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-pahSec01__bottomCont .p-pah__heading {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  line-height: 1.6666666667;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__bottomCont .p-pah__heading {
    margin: 0 auto 18px;
  }
}
.p-pahSec01__bottomCont .p-pah__heading::after {
  content: "※1";
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: -6px;
  left: 73px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__bottomCont .p-pah__heading::after {
    left: 93px;
  }
}
.p-pahSec01__bottomCont .p-pah__heading::before {
  content: "※2";
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 31px;
  left: 73px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__bottomCont .p-pah__heading::before {
    left: auto;
    top: -6px;
    right: 152px;
  }
}
.p-pahSec01__noticeWrap {
  max-width: 500px;
  margin: 7px auto 0;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__noticeWrap {
    padding-left: 11px;
  }
}
.p-pahSec01__notice {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
}
.p-pahSec01__notice:first-child {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__notice:first-child {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .p-pahSec01__notice {
    font-size: 12px;
    white-space: nowrap;
    line-height: 1;
  }
}
.p-pah__section02 {
  padding-top: 20px;
  padding-bottom: 33px;
  background: #f7f5f0;
}
@media screen and (min-width: 1024px) {
  .p-pah__section02 {
    padding-top: 62px;
    padding-bottom: 76px;
  }
}
.p-pahSec02__wrapper {
  max-width: 1069px;
  margin: 0 auto;
  width: 76.9230769231%;
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__wrapper {
    width: 78.125%;
  }
}
@media screen and (min-width: 1366px) {
  .p-pahSec02__wrapper {
    width: 78.2576866764%;
  }
}
.p-pahSec02__wrapper .p-pah__headingSub {
  margin-bottom: 17px;
}
.p-pahSec02__list {
  display: flex;
  align-items: flex-end;
  /* justify-content: center; */
  gap: 10px 4px;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__list {
    gap: 20px;
  }
}
.p-pahSec02__item img {
  margin: 0 auto;
  display: block;
}
.p-pahSec02__itemText {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 5px 10px;
  background: #eaeef2;
  border-radius: 5px;
  color: #0b768d;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__itemText {
    border-radius: 10px;
    font-size: 24px;
    padding: 7px 22px;
  }
}
.p-pahSec02__box {
  position: relative;
  border: 2px solid #0b768d;
  border-radius: 10px;
  background: #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__box {
    border: 3px solid #0b768d;
  }
}
.p-pahSec02__box.-first {
  margin-top: 50px;
  padding: 36px 24px 19px 12px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__box.-first {
    padding: 63px 36px 50px 69px;
  }
}
.p-pahSec02__box.-first img {
  width: 73px;
  position: absolute;
  bottom: 18px;
  right: 14px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__box.-first img {
    width: 85px;
    position: static;
  }
}
.p-pahSec02__box.-second {
  margin-top: 43px;
  padding: 40px 9px 36px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__box.-second {
    padding: 69px 85px 73px 65px;
    margin-top: 60px;
  }
}
.p-pahSec02__box.-second .p-pahSec02__list {
  gap: 26px 7px;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__box.-second .p-pahSec02__list {
    gap: 38px 20px;
  }
}
.p-pahSec02__box.-second .p-pahSec02__itemText {
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__box.-second .p-pahSec02__itemText {
    font-size: 28px;
  }
}
.p-pahSec02__box.-second .p-pahSec02__item:first-child {
  margin-right: 2px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__box.-second .p-pahSec02__item:first-child {
    margin-right: 36px;
  }
}
.p-pahSec02__box.-second .p-pahSec02__item:first-child img {
  width: 50px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__box.-second .p-pahSec02__item:first-child img {
    width: 85px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__box.-second .p-pahSec02__item:nth-child(2) {
    margin-right: 89px;
  }
}
.p-pahSec02__box.-second .p-pahSec02__item:nth-child(2) img {
  width: 70px;
  margin-bottom: 13px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__box.-second .p-pahSec02__item:nth-child(2) img {
    width: 110px;
    margin-bottom: 22px;
  }
}
.p-pahSec02__box.-second .p-pahSec02__item:nth-child(3) img {
  width: 61px;
  margin-bottom: 9px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__box.-second .p-pahSec02__item:nth-child(3) img {
    width: 95px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__box.-second .p-pahSec02__item:nth-child(4) {
    margin-left: 30px;
    margin-right: 51px;
  }
}
.p-pahSec02__box.-second .p-pahSec02__item:nth-child(4) img {
  width: 55px;
  margin-bottom: 9px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__box.-second .p-pahSec02__item:nth-child(4) img {
    width: 95px;
    margin-bottom: 20px;
  }
}
.p-pahSec02__box.-second .p-pahSec02__item:nth-child(5) {
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__box.-second .p-pahSec02__item:nth-child(5) {
    margin-right: 60px;
  }
}
.p-pahSec02__box.-second .p-pahSec02__item:nth-child(5) img {
  width: 42px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__box.-second .p-pahSec02__item:nth-child(5) img {
    width: 80px;
    margin-bottom: 20px;
  }
}
.p-pahSec02__box.-second .p-pahSec02__item:nth-child(6) img {
  width: 51px;
  margin-bottom: 9px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__box.-second .p-pahSec02__item:nth-child(6) img {
    width: 95px;
    margin-bottom: 20px;
  }
}
.p-pahSec02__boxCont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}
.p-pahSec02__boxTitle {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background: #0b768d;
  padding: 5px 10px;
  border-radius: 10px;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-pahSec02__boxTitle {
    font-size: 24px;
    padding: 5px 50px;
    top: -22px;
  }
}
.p-pah__section03 {
  padding-top: 30px;
  padding-bottom: 27px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .p-pah__section03 {
    padding-top: 130px;
    padding-bottom: 150px;
  }
}
.p-pahSec03__wrapper {
  max-width: 1069px;
  margin: 0 auto;
  width: 76.9230769231%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-pahSec03__wrapper {
    width: 104.39453125%;
  }
}
@media screen and (min-width: 1366px) {
  .p-pahSec03__wrapper {
    width: 78.2576866764%;
  }
}
.p-pahSec03__wrapper .p-pah__heading {
  text-align: left;
  white-space: nowrap;
}
.p-pahSec03__boxTitle {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .p-pahSec03__boxTitle {
    font-size: 24px;
    margin-left: 13px;
  }
}
.p-pahSec03__boxText {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.022em;
  font-weight: 400;
  margin-top: 7px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec03__boxText {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 13px;
  }
}
.p-pahSec03__box span {
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-pahSec03__box span {
    font-size: 16px;
    padding: 4px 26px;
    border-radius: 10px;
  }
}
.p-pahSec03__box.-step01 {
  margin-top: 370px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec03__box.-step01 {
    margin-top: 51px;
  }
}
.p-pahSec03__box.-step01 span {
  background: #2faecb;
}
.p-pahSec03__box.-step02 {
  margin-top: 18px;
}
.p-pahSec03__box.-step02 .p-pahSec03__boxText {
  margin-top: 15px;
}
.p-pahSec03__box.-step02 span {
  background: #ff9e00;
}
@media screen and (min-width: 1024px) {
  .p-pahSec03__box.-step02 {
    margin-top: 31px;
  }
  .p-pahSec03__textArea {
    width: 406px;
    margin-left: 45px;
  }
}
.p-pahSec03__img {
  position: absolute;
  width: 385px;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .p-pahSec03__img {
    width: 733px;
    top: -130px;
    right: -61px;
    transform: none;
    left: auto;
  }
}
.p-pah__section04 {
  padding-top: 45px;
  padding-bottom: 36px;
  background: #f4f8f9;
}
@media screen and (min-width: 1024px) {
  .p-pah__section04 {
    padding-top: 50px;
    padding-bottom: 74px;
  }
}
.p-pahSec04__wrapper {
  max-width: 995px;
  width: 76.9230769231%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-pahSec04__wrapper {
    width: 97.16796875%;
  }
}
@media screen and (min-width: 1366px) {
  .p-pahSec04__wrapper {
    width: 72.8404099561%;
  }
}
.p-pahSec04__list {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 39px;
  flex-direction: column;
  order: 2;
}
@media screen and (min-width: 1024px) {
  .p-pahSec04__list {
    flex-direction: row;
    gap: 20px;
    order: 1;
    margin-top: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .p-pahSec04__item {
    width: calc((100% - 40px) / 3);
  }
}
.p-pahSec04__itemImg {
  width: 118px;
  height: 118px;
  margin: 0 auto;
  display: block;
}
.p-pahSec04__itemBody {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 28px 13px 9px;
  margin-top: 22px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec04__itemBody {
    min-height: 208px;
    padding: 33px 20px 15px;
  }
}
.p-pahSec04__itemTitle {
  color: #0b768d;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: #eaeef2;
  border-radius: 10px;
  padding: 5px 10px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -13px;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-pahSec04__itemTitle {
    font-size: 18px;
    padding: 5px 20px 3px;
  }
}
.p-pahSec04__itemText {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.022em;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .p-pahSec04__itemText {
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-pahSec04__cont {
  display: flex;
  flex-direction: column;
}
.p-pahSec04__graph {
  margin-top: 22px;
  order: 1;
}
@media screen and (min-width: 1024px) {
  .p-pahSec04__graph {
    width: 948px;
    order: 2;
    margin: 50px auto 0;
  }
}
.p-pah__section05 {
  padding-top: 39px;
  padding-bottom: 26px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .p-pah__section05 {
    padding-top: 90px;
    padding-bottom: 63px;
  }
}
.p-pahSec05__wrapper {
  max-width: 1069px;
  width: 91.2820512821%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-pahSec05__wrapper {
    width: 104.39453125%;
  }
}
@media screen and (min-width: 1366px) {
  .p-pahSec05__wrapper {
    width: 78.2576866764%;
  }
}
.p-pahSec05__wrapper .p-pah__headingSub {
  margin-left: 29px;
  margin-right: 29px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec05__wrapper .p-pah__headingSub {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-pahSec05__wrapper .p-pah__heading {
  margin-left: 29px;
  margin-right: 29px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec05__wrapper .p-pah__heading {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-pahSec05__text {
  margin-left: 29px;
  margin-right: 29px;
  line-height: 1.875;
  letter-spacing: 0.022em;
}
@media screen and (min-width: 1024px) {
  .p-pahSec05__text {
    margin-top: 27px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}
.p-pahSec05__logo {
  width: 280px;
  margin: 26px auto 0;
}
@media screen and (min-width: 1024px) {
  .p-pahSec05__logo {
    width: 550px;
    margin: 35px auto 0;
  }
}
.p-pahSec05__img {
  width: 320px;
  margin: 10px auto 0;
}
@media screen and (min-width: 1024px) {
  .p-pahSec05__img {
    width: 85%;
    margin: 0 auto;
  }
}
.p-pahSec05__btnWrap {
  position: relative;
  padding-top: 43px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec05__btnWrap {
    padding-top: 71px;
    margin-top: 30px;
  }
}
.p-pahSec05__btnWrap .main_btn.-orange .btn.btn-secondary {
  background: #ff9e01;
  color: #fff;
  border: 3px solid #ff9e01;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-pahSec05__btnWrap .main_btn a {
  text-align: center;
}
.p-pahSec05__btnWrap .btn {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.036em;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .p-pahSec05__btnWrap .btn {
    font-size: 36px;
    min-height: 60px;
  }
}
.p-pahSec05__btnWrap .main_btn.-orange.-download .btn.btn-secondary {
  padding: 12px 29px;
  border-radius: 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding-right: 63px;
  font-size: 16px !important;
}
@media screen and (min-width: 1024px) {
  .p-pahSec05__btnWrap .main_btn.-orange.-download .btn.btn-secondary {
    padding: 28px 52px;
    padding-right: 116px;
    font-size: 36px !important;
  }
}
.p-pahSec05__btnWrap .main_btn.-orange.-download .btn.btn-secondary:hover {
  background: #fff;
  color: #ff9e01;
  border: 3px solid #ff9e01;
}
.p-pahSec05__btnWrap
  .main_btn.-orange.-download
  .btn.btn-secondary:hover:after {
  background: url(/assets/img/common/icon_download_orange.svg) no-repeat
    center/contain;
  top: 50%;
  right: 29px !important;
  transform: translateY(-50%) !important;
  width: 23px;
  height: 22px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec05__btnWrap
    .main_btn.-orange.-download
    .btn.btn-secondary:hover:after {
    width: 41px;
    height: 40px;
    right: 51px !important;
  }
}
.p-pahSec05__btnWrap .main_btn.-orange.-download .btn.btn-secondary:after {
  background: url(/assets/img/common/icon_download_white.svg) no-repeat
    center/contain;
  width: 23px;
  height: 22px;
  content: "";
  position: absolute;
  top: 50%;
  right: 29px !important;
  transform: translateY(-50%) !important;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .p-pahSec05__btnWrap .main_btn.-orange.-download .btn.btn-secondary:after {
    width: 41px;
    height: 40px;
    right: 51px !important;
  }
}
.p-pahSec05__btnBalloon {
  padding: 6px 12px 6px 18px;
  border-radius: 27px;
  border: 2px solid #333333;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .p-pahSec05__btnBalloon {
    padding: 14px 30px;
  }
}
.p-pahSec05__btnBalloon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 19px 9.5px 0 9.5px;
  border-color: #333 transparent transparent;
  translate: -50% 100%;
}
@media screen and (min-width: 1024px) {
  .p-pahSec05__btnBalloon::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 27px 14px 0 14px;
    border-color: #333 transparent transparent;
    translate: -50% 100%;
  }
}
.p-pahSec05__btnBalloon::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 14.5px 7.3px 0 7.3px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}
@media screen and (min-width: 1024px) {
  .p-pahSec05__btnBalloon::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 23.7px 12.7px 0 12.7px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
  }
}
.p-pahSec05__btnBalloon p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #333333;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-pahSec05__btnBalloon p {
    font-size: 18px;
  }
}
.p-pah__section06 {
  padding-top: 40px;
  padding-bottom: 34px;
  background: #f5f9fa;
}
@media screen and (min-width: 1024px) {
  .p-pah__section06 {
    padding-top: 53px;
    padding-bottom: 83px;
  }
}
.p-pahSec06__wrapper {
  max-width: 1134px;
  width: 76.9230769231%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__wrapper {
    width: 110.7421875%;
  }
}
@media screen and (min-width: 1366px) {
  .p-pahSec06__wrapper {
    width: 83.0161054173%;
  }
}
.p-pahSec06__text {
  margin-top: 25px;
  margin-bottom: 26px;
  line-height: 1.875;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__text {
    width: 745px;
    margin: 16px auto 36px;
  }
}
.p-pahSec06__award {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__award {
    gap: 46px;
  }
}
.p-pahSec06__awardItem {
  display: flex;
  justify-content: space-between;
  width: 137px;
  height: 38px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__awardItem {
    width: 269px;
    height: 80px;
  }
}
.p-pahSec06__awardNotice {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-top: 9px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__awardNotice {
    font-size: 12px;
    line-height: 1;
    margin-top: 27px;
  }
}
.p-pahSec06__awardCont {
  margin-top: -10px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__awardCont {
    margin-top: -13px;
  }
}
.p-pahSec06__awardTitle {
  font-size: 8px;
  font-weight: 700;
  color: #d1961a;
  border-bottom: 1px solid #d1961a;
  padding-bottom: 7px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__awardTitle {
    font-size: 17px;
  }
}
.p-pahSec06__awardText {
  padding: 0 10px;
}
.p-pahSec06__awardText .number {
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__awardText .number {
    font-size: 44px;
  }
}
.p-pahSec06__awardText .text {
  font-size: 9px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__awardText .text {
    font-size: 20px;
  }
}
.p-pahSec06__companyWrap {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyWrap {
    margin-top: 30px;
  }
}
.p-pahSec06__companyList {
  background: #fff;
  border-radius: 10px;
  padding: 17px 18px 24px;
  width: 100%;
  max-width: 1134px;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyList {
    padding: 56px 50px 70px;
  }
}
.p-pahSec06__companyItem img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-pahSec06__companyItem:nth-child(1) img {
  width: 68.43px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(1) img {
    width: 135.05px;
  }
}
.p-pahSec06__companyItem:nth-child(2) img {
  width: 73.04px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(2) img {
    width: 144.15px;
  }
}
.p-pahSec06__companyItem:nth-child(3) img {
  width: 79.6px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(3) img {
    width: 157.1px;
  }
}
.p-pahSec06__companyItem:nth-child(4) img {
  width: 76.9px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(4) img {
    width: 127.8px;
  }
}
.p-pahSec06__companyItem:nth-child(5) img {
  width: 77.68px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(5) img {
    width: 122.06px;
  }
}
.p-pahSec06__companyItem:nth-child(6) img {
  width: 69px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(6) img {
    width: 128.26px;
  }
}
.p-pahSec06__companyItem:nth-child(7) img {
  width: 79.91px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(7) img {
    width: 134.64px;
  }
}
.p-pahSec06__companyItem:nth-child(8) img {
  width: 70.92px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(8) img {
    width: 153.31px;
  }
}
.p-pahSec06__companyItem:nth-child(9) img {
  width: 64.9px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(9) img {
    width: 136.17px;
  }
}
.p-pahSec06__companyItem:nth-child(10) img {
  width: 70.84px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(10) img {
    width: 148.63px;
  }
}
.p-pahSec06__companyItem:nth-child(11) img {
  width: 76.11px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(11) img {
    width: 143.71px;
  }
}
.p-pahSec06__companyItem:nth-child(12) img {
  width: 69.64px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(12) img {
    width: 145.82px;
  }
}
.p-pahSec06__companyItem:nth-child(13) img {
  width: 63.07px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(13) img {
    width: 157.7px;
  }
}
.p-pahSec06__companyItem:nth-child(14) img {
  width: 60.23px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(14) img {
    width: 139.97px;
  }
}
.p-pahSec06__companyItem:nth-child(15) img {
  width: 63.29px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(15) img {
    width: 128.09px;
  }
}
.p-pahSec06__companyItem:nth-child(16) img {
  width: 73.34px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(16) img {
    width: 144.66px;
  }
}
.p-pahSec06__companyItem:nth-child(17) img {
  width: 70.92px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(17) img {
    width: 100.11px;
  }
}
.p-pahSec06__companyItem:nth-child(18) img {
  width: 71.96px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(18) img {
    width: 159.61px;
  }
}
.p-pahSec06__companyItem:nth-child(19) img {
  width: 71.39px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(19) img {
    width: 139.81px;
  }
}
.p-pahSec06__companyItem:nth-child(20) img {
  width: 49.4px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(20) img {
    width: 150.22px;
  }
}
.p-pahSec06__companyItem:nth-child(21) img {
  width: 78.76px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(21) img {
    width: 137.44px;
  }
}
.p-pahSec06__companyItem:nth-child(22) img {
  width: 71.39px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(22) img {
    width: 144.68px;
  }
}
.p-pahSec06__companyItem:nth-child(23) img {
  width: 55.74px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(23) img {
    width: 112.96px;
  }
}
.p-pahSec06__companyItem:nth-child(24) img {
  width: 75.72px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec06__companyItem:nth-child(24) img {
    width: 153.45px;
  }
}
.p-pah__section07 {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .p-pah__section07 {
    padding-top: 57px;
    padding-bottom: 90px;
  }
}
.p-pahSec07__wrapper {
  max-width: 1069px;
  width: 76.9230769231%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-pahSec07__wrapper {
    width: 104.39453125%;
  }
}
@media screen and (min-width: 1366px) {
  .p-pahSec07__wrapper {
    width: 78.2576866764%;
  }
}
.p-pahSec07__wrapper .p-pah__heading.-underline {
  text-align: center;
}
.p-pahSec07__wrapper .p-pah__heading.-underline::after {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .p-pahSec07__wrapper .p-pah__heading.-underline::after {
    right: auto;
  }
}
.p-pahSec07__list {
  display: flex;
  gap: 32px;
  margin-top: 16px;
  margin-bottom: 26px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-pahSec07__list {
    flex-direction: row;
    gap: 29px;
    margin-bottom: 34px;
    margin-top: 38px;
  }
}
.p-pahSec07__item {
  background: #f5f9fa;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 17px 17px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec07__item {
    width: calc((100% - 29px) / 2);
    padding: 35px 30px;
  }
}
.p-pahSec07__itemTitle {
  font-size: 17px;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-bottom: 16px;
  text-align: center;
  position: relative;
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec07__itemTitle {
    font-size: 24px;
    padding-bottom: 26px;
    margin-top: 20px;
  }
}
.p-pahSec07__itemTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 16px;
  border-bottom: 4px solid #2faecb;
  border-radius: 4px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .p-pahSec07__itemTitle::after {
    width: 28px;
    border-bottom: 7px solid #2faecb;
  }
}
.p-pahSec07__itemText {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-top: 11px;
  margin-left: 18px;
  margin-right: 18px;
  margin-bottom: 11px;
}
@media screen and (min-width: 1024px) {
  .p-pahSec07__itemText {
    font-size: 18px;
    line-height: 1.6666666667;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 12px;
  }
}
.p-pahSec07__itemBtn {
  font-size: 11px;
  font-weight: 700;
  color: #0b768d;
  border-radius: 50px;
  border: 2px solid #0b768d;
  padding: 7px 22px;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1024px) {
  .p-pahSec07__itemBtn {
    font-size: 18px;
    padding: 10px 32px;
  }
}
.p-pahSec07__itemBtn:hover {
  color: #fff;
  background: #0b768d;
}
.p-pahSec07__btn {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #0b768d;
  border-radius: 50px;
  padding: 8px 18px;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  border: 2px solid #0b768d;
}
@media screen and (min-width: 1024px) {
  .p-pahSec07__btn {
    font-size: 18px;
    padding: 12px 30px;
  }
}
.p-pahSec07__itemBtn:visited {
  color: #0b768d;
}
.p-pahSec07__btn:visited {
  color: #fff;
}
.p-pahSec07__btn:hover {
  color: #0b768d;
  background: #fff;
}
.p-pahSec07__itemBtn:hover {
  color: #fff;
  background: #0b768d;
}

/* KV 修正
-------------------------------------*/
.p-pahKv__tag {
  background: #0b768d;
  color: #fff;
}

.p-pahKv__title {
  font-size: 27px;
  font-weight: 900;
}

.p-pahKv__title span:first-child {
  color: #266f80;
  background: #fff;
  padding-left: 5px;
  padding-right: 4px;
  margin-right: 4px;
}

.p-pahKv__title span:last-child {
  color: #333333;
  background: #fff;
  padding: 0 5px;
  margin-top: 8px;
}

.p-pahKv__img {
  width: 322px;
  top: 155px;
  z-index: -1;
}

.p-pahKv__btnImg {
  width: 192px;
  bottom: 28px;
}
.p-pahKv__btnWrap {
  margin: 238px auto 0;
}
.p-pah__kv {
  height: 520px;
}

@media screen and (min-width: 1024px) {
  .p-pahKv__title {
    font-size: 51px;
    font-weight: 900;
  }
  .p-pah__kv::after {
    width: 975px;
    left: 0;
    right: auto;
  }
  .p-pahKv__img {
    width: 583px;
    top: 44px;
    right: 9px;
  }
  .p-pahKv__title span:first-child {
    padding-left: 18px;
    padding-right: 0px;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .p-pahKv__title span:last-child {
    padding-left: 20px;
    padding-right: 24px;
    margin-top: 0;
    top: 103px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    left: 210px;
  }
  .p-pahKv__btnImg {
    width: 380px;
  }
  .p-pahKv__btnWrap {
    margin: 0;
    margin-top: 155px;
  }
  .p-pah__kv {
    height: 550px;
  }
}
.p-pahSec01__img {
    width: 86%;
    margin: 0 auto;
}
