.lp-2 img {
  width: 100%;
  height: auto;
}

.l-lp2-inner {
  width: 1152px;
  max-width: 100%;
  margin: 0 auto;
}

.c-sec-ttl {
  text-align: center;
}

.c-sec-ttl span {
  font-weight: 800;
  letter-spacing: -0.02em;
  font-family: Hiragino Sans;
}

.c-sec-ttl .l {
  font-size: 96px;
  line-height: 144px;
}

@media (max-width: 519px) {
  .c-sec-ttl .l {
    font-size: 60px;
  }
}

.c-sec-ttl .m {
  font-size: 82px;
  line-height: 123px;
}

@media (max-width: 519px) {
  .c-sec-ttl .m {
    font-size: 52px;
  }
}

.c-sec-ttl .s {
  font-size: 72px;
  line-height: 108px;
}

@media (max-width: 519px) {
  .c-sec-ttl .s {
    font-size: 42px;
  }
}

.c-sec-ttl .xs {
  font-size: 64px;
  line-height: 96px;
}

@media (max-width: 519px) {
  .c-sec-ttl .xs {
    font-size: 34px;
  }
}

.c-sec-ttl__reason {
  margin-bottom: 74px;
}

@media (max-width: 767px) {
  .c-sec-ttl__reason {
    margin-bottom: 0;
  }
}

.c-sec-ttl__voice {
  color: #3C64AA;
}

.c-sec-ttl__method {
  margin-bottom: 4rem;
  color: #3C64AA;
}

@media (max-width: 767px) {
  .c-sec-ttl__method {
    margin-bottom: 0;
  }
}

.form-inner .wpcf7 {
  width: 100%;
}

.p-u-reason {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .p-u-reason {
    padding-top: 0;
  }
}

.p-u-reason-box {
  background: #3C64AA;
  padding: 62px 80px 47px 80px;
}

@media (max-width: 767px) {
  .p-u-reason-box {
    padding: 109px 31px 37px;
  }
}

@media (max-width: 767px) {
  .p-u-reason-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-u-reason-list ul {
  margin-top: 0;
  padding-left: 0;
}

.p-u-reason-list ul li {
  font-family: Hiragino Sans;
  font-size: 40px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
  position: relative;
  padding-left: 76px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .p-u-reason-list ul li {
    padding-top: 28px;
    font-size: 4.69vw;
    padding-left: 0;
  }
  .p-u-reason-list ul li::after {
    width: 100%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    top: -28px;
    position: absolute;
    content: "";
    background-image: linear-gradient(to right, #fff, #fff 6px, transparent 6px);
    background-size: 10px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
}

@media (max-width: 519px) {
  .p-u-reason-list ul li {
    font-size: 16px;
  }
}

.p-u-reason-list ul li:not(:last-child) {
  margin-bottom: 85px;
}

@media (max-width: 767px) {
  .p-u-reason-list ul li:not(:last-child) {
    margin-bottom: 13.44vw;
  }
}

@media (max-width: 519px) {
  .p-u-reason-list ul li:not(:last-child) {
    margin-bottom: 60px;
  }
}

.p-u-reason-list ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  z-index: 1;
}

.p-u-reason-list ul li:nth-child(1)::before {
  left: -7px;
  top: -8px;
}

@media (max-width: 767px) {
  .p-u-reason-list ul li:nth-child(1)::before {
    left: 45.5%;
    transform: translateX(-50%);
    top: -45%;
  }
}

@media (max-width: 519px) {
  .p-u-reason-list ul li:nth-child(1)::before {
    left: 42.5%;
    transform: translateX(-50%);
    top: -57px;
  }
}

.p-u-reason-list ul li:nth-child(2)::before {
  left: 39px;
  top: -8px;
}

@media (max-width: 767px) {
  .p-u-reason-list ul li:nth-child(2)::before {
    left: 54.5%;
    transform: translateX(-50%);
    top: -44%;
  }
}

@media (max-width: 519px) {
  .p-u-reason-list ul li:nth-child(2)::before {
    left: 56.5%;
    transform: translateX(-50%);
    top: -57px;
  }
}

.p-u-reason-list ul li:nth-child(3)::before {
  left: -7px;
  top: 37px;
}

@media (max-width: 767px) {
  .p-u-reason-list ul li:nth-child(3)::before {
    left: 45.5%;
    transform: translateX(-50%);
    top: -5%;
  }
}

@media (max-width: 519px) {
  .p-u-reason-list ul li:nth-child(3)::before {
    left: 43.5%;
    transform: translateX(-50%);
    top: -10px;
  }
}

.p-u-reason-list ul li .num {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0%;
  background: #FFF007;
  display: inline-block;
  width: 47px;
  height: 47px;
  color: #3C64AA;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .p-u-reason-list ul li .num {
    left: 50%;
    transform: translateX(-50%);
    top: -38%;
  }
}

@media (max-width: 519px) {
  .p-u-reason-list ul li .num {
    top: -49px;
  }
}

.p-u-reason-list ul li span {
  color: #FFF007;
}

.p-u-reason-ttl {
  position: relative;
}

.p-u-reason-ttl-img {
  position: absolute;
  width: 275px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .p-u-reason-ttl-img {
    bottom: -70px;
  }
}

@media (max-width: 519px) {
  .p-u-reason-ttl-img {
    width: 180px;
    bottom: -30px;
  }
}

/*==========================================================
# VOICE
==========================================================*/
.p-u-voice {
  padding-top: 40px;
  padding-bottom: 80px;
  background: #D9E7FF;
}

@media (max-width: 767px) {
  .p-u-voice {
    padding-bottom: 27px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .p-u-voice-ttl {
    margin: 0;
  }
}

.p-u-voice-ttl-wrap {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0 53px;
}

@media (max-width: 519px) {
  .p-u-voice-ttl-wrap {
    padding: 0 30px;
  }
}

.p-u-voice-ttl span {
  width: 45px;
}

@media (max-width: 519px) {
  .p-u-voice-ttl span {
    width: 30px;
  }
}

.p-u-voice-ttl-objleft {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-u-voice-ttl-objright {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.p-u-voice-item {
  background: #fff;
  border-radius: 30px;
  padding: 30px 58px 30px 30px;
}

@media (max-width: 1031px) {
  .p-u-voice-item {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .p-u-voice-item {
    padding: 30px;
  }
}

@media (max-width: 519px) {
  .p-u-voice-item {
    padding: 12px;
  }
}

.p-u-voice-item-pc {
  display: block;
}

@media (max-width: 1031px) {
  .p-u-voice-item-pc {
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  .p-u-voice-item-pc {
    display: none;
  }
}

.p-u-voice-item-sp {
  display: none;
}

@media (max-width: 767px) {
  .p-u-voice-item-sp {
    display: block;
    padding: 0 24px;
  }
}

.p-u-voice-item:not(:last-child) {
  margin-bottom: 30px;
}

.p-u-voice-item-head {
  display: flex;
}

@media (max-width: 767px) {
  .p-u-voice-item-head {
    display: block;
  }
}

.p-u-voice-item-img {
  width: 150px;
}

@media (max-width: 767px) {
  .p-u-voice-item-img {
    margin: 0 auto;
  }
}

.p-u-voice-item-detail {
  padding-left: 29px;
}

@media (max-width: 767px) {
  .p-u-voice-item-detail {
    padding-left: 0;
  }
}

.p-u-voice-item-name {
  font-size: 36px;
  font-weight: 800;
  line-height: 54px;
  letter-spacing: -0.02em;
  margin: 0;
  margin-bottom: 15px;
}

@media (max-width: 1031px) {
  .p-u-voice-item-name {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .p-u-voice-item-name {
    font-size: 36px;
    margin-bottom: 0;
  }
}

@media (max-width: 519px) {
  .p-u-voice-item-name {
    font-size: 20px;
  }
}

.p-u-voice-item-name span {
  font-family: Hiragino Sans;
  font-size: 29px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.02em;
}

@media (max-width: 1031px) {
  .p-u-voice-item-name span {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .p-u-voice-item-name span {
    font-size: 29px;
  }
}

@media (max-width: 519px) {
  .p-u-voice-item-name span {
    font-size: 16px;
  }
}

.p-u-voice-item-career {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1031px) {
  .p-u-voice-item-career {
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .p-u-voice-item-career {
    flex-direction: column;
    gap: 0;
  }
}

.p-u-voice-item-career .before {
  font-family: Hiragino Sans;
  font-size: 36px;
  font-weight: 800;
  line-height: 54px;
  letter-spacing: -0.02em;
}

@media (max-width: 1031px) {
  .p-u-voice-item-career .before {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .p-u-voice-item-career .before {
    font-size: 36px;
  }
}

@media (max-width: 519px) {
  .p-u-voice-item-career .before {
    font-size: 26px;
  }
}

.p-u-voice-item-career span {
  font-size: 3rem;
  font-weight: 700;
}

@media (max-width: 1031px) {
  .p-u-voice-item-career span {
    font-size: 2.2rem;
  }
}

@media (max-width: 519px) {
  .p-u-voice-item-career span {
    font-size: 2rem;
  }
}

.p-u-voice-item-career .after {
  font-family: Hiragino Sans;
  font-size: 40px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: -0.02em;
  display: inline-block;
  background: #FFF007;
  padding: 0 13px;
}

@media (max-width: 1031px) {
  .p-u-voice-item-career .after {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .p-u-voice-item-career .after {
    font-size: 40px;
  }
}

@media (max-width: 519px) {
  .p-u-voice-item-career .after {
    font-size: 24px;
  }
}

.p-u-voice-item-body {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.02em;
  padding-left: 27px;
  padding-top: 23px;
}

@media (max-width: 1031px) {
  .p-u-voice-item-body {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .p-u-voice-item-body {
    font-size: 32px;
    line-height: 1.6;
    padding-left: 0;
    font-weight: 400;
    text-align: left;
  }
  .p-u-voice-item-body p:not(:first-of-type) {
    margin-top: 30px;
  }
}

@media (max-width: 519px) {
  .p-u-voice-item-body {
    font-size: 18px;
  }
  .p-u-voice-item-body p:not(:first-of-type) {
    margin-top: 16px;
  }
}

.lp2-swiper-pagination {
  padding-top: 27px;
}

.lp2-swiper-pagination .swiper-pagination-bullet {
  width: 27px;
  height: 27px;
  margin-left: 11px !important;
  margin-right: 11px !important;
}

@media (max-width: 519px) {
  .lp2-swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
}

/*==========================================================
# method
==========================================================*/
.p-u-method {
  padding-top: 100px;
  padding-bottom: 176px;
  background: #3C64AA;
  position: relative;
}

@media (max-width: 767px) {
  .p-u-method {
    padding-top: 40px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 85px;
  }
}

.p-u-method-box {
  background: #fff;
  border-radius: 30px;
  padding-top: 40px;
}

@media (max-width: 519px) {
  .p-u-method-box {
    padding-top: 0;
  }
}

.p-u-method-bottom-img {
  width: 936px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .p-u-method-bottom-img {
    width: 80%;
    padding: 0 25px;
    max-width: 100%;
  }
}

.p-u-method-process {
  padding-left: 113px;
  padding-bottom: 93px;
}

@media (max-width: 767px) {
  .p-u-method-process {
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 78px;
  }
}

@media (max-width: 519px) {
  .p-u-method-process {
    padding-bottom: 40px;
  }
}

.p-u-method-process ul {
  padding-left: 0;
}

.p-u-method-process ul li {
  position: relative;
  font-family: Hiragino Sans;
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -0.02em;
  text-align: left;
  padding-left: 87px;
}

@media (max-width: 1031px) {
  .p-u-method-process ul li {
    font-size: 3.48vw;
  }
  .p-u-method-process ul li::before {
    position: absolute;
    content: "";
    height: 80px;
    width: 3px;
    background: #fff;
    left: 28px;
    top: 0px;
  }
}

@media (max-width: 1031px) and (max-width: 519px) {
  .p-u-method-process ul li::before {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .p-u-method-process ul li {
    font-size: 38px;
    line-height: 1.5;
  }
}

@media (max-width: 519px) {
  .p-u-method-process ul li {
    font-size: 18px;
    padding-left: 56px;
  }
}

.p-u-method-process ul li:not(:last-child) {
  margin-bottom: 95px;
}

@media (max-width: 1031px) {
  .p-u-method-process ul li:not(:last-child) {
    margin-bottom: 9.2vw;
  }
}

@media (max-width: 767px) {
  .p-u-method-process ul li:not(:last-child) {
    margin-bottom: 54px;
  }
}

.p-u-method-process ul li:not(:last-child)::before {
  position: absolute;
  content: "";
  height: 152px;
  width: 3px;
  background: #3C64AA;
  left: 28px;
  top: 0px;
}

@media (max-width: 1031px) {
  .p-u-method-process ul li:not(:last-child)::before {
    height: 200px;
  }
}

@media (max-width: 519px) {
  .p-u-method-process ul li:not(:last-child)::before {
    left: 20px;
    height: 160px;
  }
}

.p-u-method-process ul li span {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  width: 56px;
  display: block;
  line-height: 1;
}

@media (max-width: 1031px) {
  .p-u-method-process ul li span {
    top: 0;
    transform: translateY(0);
  }
}

@media (max-width: 519px) {
  .p-u-method-process ul li span {
    width: 40px;
  }
}
