.ps-heading-text {
  padding: 0 16px;
}

.ps-title {
    padding: 96px 0 76px;
    background-color: #3B499F;
    overflow: hidden;
}

.ps-title_card {
    position: relative;
    display: block;
    width: calc(100% - 100px);
    margin-left: 100px;
}

.ps-title_card::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 73, 159, .3);
}

.ps-title_cardImg {
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
}

.ps-title_cardImg::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/themes/sg_motors/assets/strength/projectstory/images/01/mv_01.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    transition: .2s;
}
@media only screen and (max-width: 767px) {
  .ps-title_cardImg::before {
    background-image: url('/wp-content/themes/sg_motors/assets/strength/projectstory/images/01/mv_01_sp.jpg');
}
}

.ps-title_cardHeading {
    position: absolute;
    font-size: 8rem;
    font-weight: 800;
    color: #fff;
    top: -46px;
    left: 40px;
    z-index: 1;
}

.ps-title_cardText {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.ps-title_cardNum {
    color: #fff;
    font-size: 8rem;
    font-weight: 700;
    text-align: right;
}

.ps-title_cardMain {
    margin-top: 16px;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: right;
    line-height: 1.4;
}

.ps-title_cardSub {
    margin-top: 8px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: right;
}

.ps-title_list {
    display: flex;
    justify-content: space-between;
    /* width: calc(100% - 200px); */
    width: 100%;
    margin: auto;
    max-width: 1200px;
    padding: 0 16px;
}

.ps-title_listItem {
    display: flex;
    position: relative;
    width: calc((100% - 24px - 24px) / 3);
    height: 185px;
    background-color: #fff;
    margin: 64px 0 0 0;
    padding: 8px 0 0 8px;
}

.ps-title_listImg {
    position: relative;
    width: 139px;
    z-index: 1;
    object-fit: contain;
}

.ps-title_listText {
    max-width: 199px;
    width: 100%;
    position: absolute;
    top: 62px;
    right: 0;
}

.ps-title_listLabel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 40px;
    padding: 0 16px 0 13px;
    background: #3B499F;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: right;
}

.ps-title_listLabel::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 13px;
    border-color: transparent transparent #3B499F transparent;
    top: 0;
    left: -13px;
}
.ps-title_listName br {
  display: none;
}

.ps-title_listName {
    margin: 16px 16px 0 0;
    font-size: 1.6rem;
    text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .ps-title_listLabel {
    font-size: 1.6rem;
  }
  .ps-title_listName br {
    display: block;
  }
  .ps-begin {
    padding: 0 16px;
  }
  .st-psNav_listText {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {

    .ps-heading-text {
      padding: 0;
    }
    .ps-title {
        padding: 40px 0 64px;
    }

    .ps-title_card {
        width: 100%;
        margin: 0;
    }

    .ps-title_card::before {
        content: none;
    }

    .ps-title_card::after {
        width: 48px;
        height: 48px;
        right: 24px;
        bottom: 0;
    }

    .ps-title_cardHeading {
        position: relative;
        font-size: 4rem;
        text-align: center;
        top: initial;
        left: initial;
    }

    .ps-title_cardImg {
        margin-top: 24px;
        height: 270px;
    }

    .ps-title_cardText {
        position: relative;
        padding: 16px 24px 24px;
        top: initial;
        right: initial;
        transform: initial;
    }

    .ps-title_cardNum {
        font-size: 5.6rem;
    }

    .ps-title_cardMain {
        font-size: 2.4rem;
        text-align: left;
    }

    .ps-title_cardSub {
        font-size: 1.6rem;
        text-align: left;
    }
    .ps-title_list {
      flex-direction: column;
      width: calc(100% - 16px);
      gap: 30px;
    }
    .ps-title_listItem {
      width: 100%;
      margin-top: 0;
      height: 133px;
      padding-left: 16px;
    }
    .ps-title_listImg {
      object-position: left;
    }
    .ps-title_listText {
      top: 40px;
    }
    .ps-title_listLabel {
      font-size: 1.6rem;
    }
}

.ps-begin {
    margin: 64px auto 0;
    max-width: 1085px;
}

.ps-sec {
    position: relative;
    display: flex;
    width: calc(100% - 100px);
    margin: 80px 100px 0 0;
}

.ps-sec_img {
    width: 58%;
}

.ps-sec_img img {
    width: 100%;
}

/* 画像サイズ、テキスト調整 */

.ps-sec_text {
    width: calc(50% - 53px);
    margin: 0 0 0 53px;
}

.ps-sec_textHead {
    color: #3B499F;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    font-feature-settings: 'palt' on;
}

.ps-sec_textPar {
    line-height: 32px;
    font-weight: 500;
}

.ps-sec_textHead + .ps-sec_textPar {
    margin-top: 24px;
}

.ps-sec:nth-of-type(even) {
    margin: 80px 0 0 100px;
}

.ps-sec:nth-of-type(even) .ps-sec_text {
    order: -1;
    margin: 0 64px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .ps-title_list {
    width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 767px) {
  .ps-begin {
    margin: 40px auto 0;
    padding: 0 16px;
    font-weight: 500;
  }
  .st-text_a {
    font-size: 1.6rem;
  }
  .ps-sec {
    flex-direction: column;
    width: calc(100% - 32px);
    margin: 64px auto 0;
  }
  .ps-sec:nth-of-type(even) {
    flex-direction: column-reverse;
    margin: 64px auto 0;
  }
  .ps-sec_img {
    width: 100%;
  }
  .ps-sec_textHead {
    font-size: 2rem;
  }
  .ps-sec_text {
    width: 100%;
    margin: 24px auto 0;
  }
  .ps-sec:nth-of-type(even) .ps-sec_text {
    margin: 24px auto 0;
  }
}
