.hero {
    background-image: url(/img/bg-car-showroom.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    display: grid;
    place-items: center;
    position: relative;
}

.hero::after {
    position: absolute;
    content: "";
    background: var(--bg-color-hero);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.hero--inner {
    width: 80%;
    max-width: 800px;
    display: grid;
    place-items: center;
    row-gap: 40px;
    z-index: 1;
}

.skewOutlined-bg {
    transform: skewX(-15deg);
    border: 2px solid var(--white);
    padding: 16px 24px;
}

.hero--textInSkew {
    font-size: 3.2rem;
    font-weight: bold;
}

.hero--imgBox {
    width: 100%;
    max-width: 800px;
    margin-top: 16px;
}

.hero--mainImg {
    width: 100%;
    margin: 0 auto;
}

.hero--features {
    width: 100%;
    display: flex;
    column-gap: 8px;
}

.hero--feature {
    width: calc(100% / 3);
    padding: 24px 16px;
    transform: skewX(-15deg);
    color: var(--black);
    background-color: var(--white);
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */

    .hero--inner {
        width: 90%;
        row-gap: 8px;
    }

    .hero--textInSkew {
        font-size: 2.4rem;
    }

    .hero--feature {
        padding: 16px 8px;
        font-size: 1.6rem;
    }
}

.achievementSection {
    padding: 64px 5%;
    background-color: var(--bg-color-green);
}

.achievementSection .pointList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: var(--inner-medium);
}

.achievementSection .content--title {
    font-size: 5.6rem;
    font-weight: bold;
    color: var(--white);
    text-align: center;
    margin-top: 32px;
}

.achievementSection .content--text {
    font-size: 2.4rem;
    color: var(--white);
    text-align: center;
    margin-top: 24px;
}

.achievementSection .content--imgBox {
    margin-top: 40px;
    width: 100%;
}

.achievementSection .content--img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    .achievementSection .pointList {
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 16px;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .achievementSection {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    
    .achievementSection .pointList {
        column-gap: 8px;
    }

    .achievementSection .content--title {
        margin-top: 24px;
        font-size: 2.8rem;
    }

    .achievementSection .content--text {
        margin-top: 16px;
        font-size: 1.8rem;
    }
}

.worriesSection {
    padding: 64px 5%;
    margin-bottom: 264px;
    /* background-color: var(--white); */
    background-image: url(/img/bg-worries.png);
    background-repeat: no-repeat;
    background-position: bottom 0 right 35%;
    /* background-size: contain; */
}

.worriesSection .content--title {
    font-weight: bold;
    line-height: 1.5;
    color: var(--black);
    text-align: left;
}

.worriesSection .skewText {
    width: fit-content;
    transform: skewX(15deg);
    color: var(--white);
    font-size: 4rem;
}

.worriesSection .skewBox {
    width: fit-content;
    transform: skewX(-15deg);
    background-color: var(--bg-color-green);
    margin-bottom: 8px;
    padding: 4px 12px;
}

.worriesSection .checkList {
    margin-top: 32px;
}

.worriesSection .checkItem {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
    padding-left: 24px;
    margin-top: 24px;
}

.worriesSection .checkItem::before {
    position: absolute;
    content: "";
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(/img/icon_check_green.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    .worriesSection {
        background-position: bottom 0 right 45%;
    }

    .worriesSection .skewText {
        font-size: 2.8rem;
    }

    .worriesSection .checkItem {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .worriesSection {
        padding-top: 32px;
        padding-bottom: 32px;
        background: none;
    }

    .worriesSection .content--title {
        background-image: url(/img/bg-worries.png);
        background-position: center right;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .worriesSection .skewText {
        font-size: 1.6rem;
    }

    .worriesSection .checkItem {
        font-size: 1.6rem;
    }

    .worriesSection .checkItem:before {
        width: 20px;
        height: 20px;
    }
}

.targetSection {
    margin-top: -240px;
    margin-bottom: 64px;
    transform: skewY(-7deg);
    background-color: var(--bg-color-green);
}

.targetSection .content--titleBox {
    width: 100%;
    transform: translateY(-40%);
}

.targetSection .content--title {
    width: 100%;
    color: white;
    font-size: 6.4rem;
    text-align: center;
}

/* ↓svg↓ */
.targetSection .content--title .outlinedText-inner {
    stroke: var(--bg-color-green);
    stroke-width: 16px;
}

.targetSection .content--title .outlinedText-outer {
    fill: var(--white);
}
/* ↑svg↑ */

.targetSection .content--imgBox {
    width: 100%;
    margin-top: -80px;
}

.targetSection .content--img {
    width: 100%;
}

.targetSection .content--subTitleBox {
    width: 100%;
    transform: translateY(-40%);
}

.targetSection .content--subTitle {
    width: 100%;
    color: white;
    font-size: 6.4rem;
    text-align: center;
}

/* ↓svg↓ */
.targetSection .content--subTitle .outlinedText-inner {
    stroke: var(--bg-color-green);
    stroke-width: 16px;
}

.targetSection .content--subTitle .outlinedText-outer {
    fill: var(--white);
}

.targetSection .content--subTitle-normal {
    font-size: 6.4rem;
    font-weight: bold;
    color: var(--white);
    text-align: center;
    margin-top: -32px;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    
    .targetSection .content--title {
        font-size: 4.8rem;
    }
    
    .targetSection .content--subTitle {
        font-size: 4.8rem;
    }

    .targetSection .content--subTitle-normal {
        font-size: 4.8rem;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */

    .targetSection .content--titleBox {
        transform: translateY(-55%);
    }
    
    .targetSection .content--title {
        font-size: 2.8rem;
    }

    .targetSection .content--imgBox {
        margin-top: -120px;
    }

    .targetSection .content--subTitleBox {
        transform: translateY(-55%);
    }
    
    .targetSection .content--subTitle {
        font-size: 2.8rem;
    }

    .targetSection .content--subTitle-normal {
        font-size: 2.8rem;
    }

    .targetSection .bg-white {
        width: 100%;
        padding: 32px 0;
        margin-top: -64px;
    }
}

.adviceSection {
    display: grid;
    place-items: center;
    position: relative;
    z-index: 1;
    padding: 0 5% 64px;
}

@media screen and (max-width: 499px) {
    /* 499pxまでの幅の場合に適応される */

    .adviceSection {
        margin-top: -72px;
        padding-bottom: 32px;
    }
}

.adviceSection .content--text {
    font-size: 3.2rem;
    font-weight: bold;
}

.adviceSection .media {
    width: 100%;
    justify-content: center;
    align-items: center;
    column-gap: 24px;
    margin: 0 auto;
    /* padding: 0 5%; */
}

.adviceSection .media--body {
    flex: 1 0;
}

.adviceSection .media--text {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
}

.adviceSection .media--imgBox {
    width: 100%;
    max-width: 400px;
}

.adviceSection .media--img {
    width: 100%;
}

.adviceSection .content--titleBox {
    width: fit-content;
    margin: 40px auto 0;
}

.adviceSection .content--title {
    font-size: 6.4rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    .adviceSection .media--imgBox {
        max-width: 300px;
        column-gap: 16px;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .adviceSection .media {
        flex-direction: column;
        row-gap: 16px;
    }

    .adviceSection .media--imgBox {
        max-width: 100%;
    }

    .adviceSection .content--titleBox {
        margin-top: 16px;
    }

    .adviceSection .content--title {
        font-size: 3.2rem;
    }
}

.caseSection {
    padding: 64px 0 32px;
    display: grid;
    place-items: center;
    position: relative;
}

.caseSection .content--title {
    font-size: 4.8rem;
}

.caseSection .splide {
    margin-top: 48px;
    padding: 0 5%;
    width: 100VW;
    position: relative;
}

.caseSection .splide::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background-color: var(--background-color-lightgrey);
}

.caseSection .splide__slide .card {
    width: 100%;
}

.caseSection .splide__slide .card--imgBox {
    width: 100%;
    line-height: 0;
}

.caseSection .splide__slide .card--img {
    width: 100%;
}

.caseSection .splide__slide .card--body {
    width: 90%;
    margin: 0 auto;
    padding: 1.5em;
    background-color: var(--bg-color-lightgrey);
    transform: translateY(-50%);
}

.caseSection .splide__slide .card--date {
    color: var(--primary-bland-color);
    font-size: 1.6rem;
    font-weight: bold;
}

.caseSection .splide__slide .card--text {
    color: var(--black);
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 8px;
}

.caseSection .splide__pagination {
    position: static;
    width: 100%;
    text-align: center;
    padding-bottom: 32px;
}

.caseSection .splide__pagination__page {
    background-color: var(--background-color-black);
}

.caseSection .splide__pagination__page.is-active {
    border: 1.5px solid var(--background-color-black);
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .caseSection {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    
    .caseSection .content--title {
        font-size: 2.8rem;
    }

    .caseSection .splide {
        margin-top: 24px;
    }

}

.forEveryoneSection {
    padding: 0;
}

.forEveryoneSection .content--titleBox {
    width: 100%;
    padding: 32px;
    background-color: var(--black);
}

.forEveryoneSection .content--title {
    font-size: 4.8rem;
    text-align: center;
}

.forEveryoneSection .content--body {
    width: 100%;
    display: grid;
    place-items: center;
    padding: 64px;
    background-image: url(https://placehold.jp/900x1000.png);
    background-repeat: no-repeat;
    background-position: bottom 0 right 20%;
    background-size: contain;
}

.forEveryoneSection .skewText {
    width: fit-content;
    transform: skewX(15deg);
    color: var(--white);
    font-size: 5.6rem;
}

.forEveryoneSection .skewBox {
    width: fit-content;
    transform: skewX(-15deg);
    background-color: var(--bg-color-green);
    margin-bottom: 8px;
    padding: 8px 16px;
}

.forEveryoneSection .content--textBox {
    margin-top: 32px;
}

.forEveryoneSection .content--text {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
    font-weight: bold;
    position: relative;
    margin-top: 24px;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    /* .forEveryoneSection {
    } */

    .forEveryoneSection .content--title {
        font-size: 4rem;
    }

    .forEveryoneSection .content--body {
        background-position: bottom 0 right 0;
    }

    .forEveryoneSection .skewText {
        font-size: 2.8rem;
    }

    .forEveryoneSection .content--text {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .forEveryoneSection {
        background: none;
    }

    .forEveryoneSection .content--title {
        font-size: 3.2rem;
    }

    .forEveryoneSection .content--body {
        padding: 32px;
        background-image: url(https://placehold.jp/150x100.png);
        background-size: 150px 100px;
        background-repeat: no-repeat;
        background-position: top 7.5% right 10%;
    }

    .forEveryoneSection .skewText {
        font-size: 1.6rem;
    }

    .forEveryoneSection .content--textBox {
        font-size: 1.6rem;
    }
}

.strengthSection {
    padding: 64px 5%;
    background-color: var(--bg-color-green);
}

.strengthSection .media {
    column-gap: 32px;
    align-items: center;
}

.strengthSection .media--imgBox {
    width: 480px;
    border: 12px solid var(--white);
}

.strengthSection .media--img {
    width: 100%;
}

.strengthSection .media--body {
    flex: 1 0;
}

.strengthSection .media--skewText {
    width: fit-content;
    transform: skewX(15deg);
    color: var(--primary-bland-color);
    font-size: 4rem;
    font-weight: bold;
}

.strengthSection .media--skewBox {
    width: fit-content;
    transform: skewX(-15deg);
    background-color: var(--white);
    margin-bottom: 8px;
    padding: 8px 12px;
}

.strengthSection .media--title {
    color: var(--white);
    font-size: 5.6rem;
    margin-bottom: 8px;
    padding: 4px 12px;
    line-height: 1.2;
}

.strengthSection .content--titleBox {
    margin-top: 32px;
}

.strengthSection .content--title {
    font-size: 3.2rem;
}

.strengthSection .content--textBox {
    margin-top: 16px;
}

.strengthSection .content--text {
    font-size: 1.8rem;
    line-height: 1.5;
}

.strengthSection .content--skewBox {
    width: 100%;
    transform: skewX(-15deg);
    background-color: var(--white);
    margin-top: 32px;
    padding: 8px 12px;
}

.strengthSection .content--skewTitle {
    color: var(--primary-bland-color);
    transform: skewX(15deg);
    font-size: 3.2rem;
    margin-bottom: 8px;
    padding: 4px 12px;
    line-height: 1.2;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */

    .strengthSection .media {
        column-gap: 20px;
    }

    .strengthSection .media--imgBox {
        width: 320px;
    }
    
    .strengthSection .media--skewText {
        font-size: 3.6rem;
    }
    
    .strengthSection .media--skewBox {
    }
    
    .strengthSection .media--title {
        font-size: 3.6rem;
        line-height: 1.5;
    }

    .strengthSection .content--titleBox {
        margin-top: 24px;
    }
    
    .strengthSection .content--title {
        font-size: 2.8rem;
    }
    
    .strengthSection .content--textBox {
        margin-top: 16px;
    }
    
    .strengthSection .content--text {
        font-size: 1.6rem;
    }
    
    .strengthSection .content--skewBox {
        transform: skewX(-15deg);
        background-color: var(--white);
        margin-top: 24px;
        padding: 4px 8px;
    }
    
    .strengthSection .content--skewTitle {
        font-size: 2.4rem;
        line-height: 1.2;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */

    .strengthSection {
        padding: 32px 5%;
    }
    
    .strengthSection .media {
        flex-direction: column-reverse;
    }
    
    .strengthSection .media--imgBox {
        width: 100%;
    }
    
    .strengthSection .media--skewText {
        width: 100%;
        font-size: 3.2rem;
        text-align: center;
    }
    
    .strengthSection .media--skewBox {
        width: 100%;
        padding: 8px 12px;
        text-align: center;
    }
    
    .strengthSection .media--title {
        color: var(--white);
        font-size: 3.2rem;
        margin-bottom: 8px;
        line-height: 1.5;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}

.deliverySection {
    padding: 64px 5%;
    background-color: var(--white);
}
    
.deliverySection .content--skewBox {
    width: 100%;
    transform: skewX(-10deg);
    border: 8px solid var(--primary-bland-color);
}

.deliverySection .media {
    align-items: center;
    column-gap: 16px;
}
    
.deliverySection .media--imgBox {
    width: 280px;
    line-height: 0;
}
    
.deliverySection .media--img {
    width: 100%;
}

.deliverySection .media--body {
    flex: 1 0;
    color: var(--primary-bland-color);
    padding-right: 16px;
}

.deliverySection .media--title {
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 4px 12px;
}

.deliverySection .media--text {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 4px 12px;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */

    .deliverySection .media--title {
        font-size: 2.4rem;
    }

    .deliverySection .media--text {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .deliverySection {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    
    .deliverySection .content--skewBox {
        transform: skewX(0deg);
    }

    .deliverySection .media {
        flex-direction: column;
    }

    .deliverySection .media--imgBox {
        width: 100%;
    }

    .deliverySection .media--body {
        padding-right: 0;
        margin-top: 8px;
    }

    .deliverySection .media--title {
        text-align: justify;
    }
}

.problemSection {
    padding: 64px 5%;
    display: grid;
    place-items: center;
}

.problemSection .content--titleBox {
    width: 100%;
}

.problemSection .skewText {
    width: fit-content;
    transform: skewX(15deg);
    color: var(--white);
    font-size: 5.6rem;
}

.problemSection .skewBox {
    width: fit-content;
    transform: skewX(-15deg);
    background-color: var(--bg-color-green);
    margin-bottom: 8px;
    padding: 8px 16px;
}

.problemSection .content--textBox {
    margin-top: 32px;
}

.problemSection .content--text {
    font-size: 4.8rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
    font-weight: bold;
    position: relative;
    margin-top: 24px;
}

.problemSection .content--text-small {
    font-size: 2.4rem;
    line-height: 1.5;
}

.problemSection .failure {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 48px;
}


.problemSection .card--imgBox {
    width: 100%;
    line-height: 0;
    position: relative;
}

.problemSection .card--label {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: fit-content;
    padding: 16px;
    color: var(--white);
    font-size: 1.8rem;
    background-color: var(--bg-color-green);
    z-index: 100;
}

.problemSection .card--img {
    width: 100%;
}

.problemSection .card--body {
    padding: 16px;
}

.problemSection .card--text {
    font-size: 1.6rem;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */

    .problemSection .skewText {
        font-size: 2.8rem;
    }

    .problemSection .content--textBox {
        margin-top: 24px;
    }

    .problemSection .content--text {
        font-size: 2.8rem;
    }

    .problemSection .failure {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 24px;
    }

    .problemSection .card--body {
        padding: 8px;
    }

    .problemSection .card--label {
        font-size: 1.6rem;
    }

    .problemSection .card--text {
        font-size: 1.6rem;
        text-align: justify;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */

    .problemSection .skewText {
        font-size: 1.6rem;
    }

    .problemSection .content--textBox {
        font-size: 1.6rem;
    }

    .problemSection .failure {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-top: 24px;
    }

    .problemSection .content--text-small {
        font-size: 1.6rem;
    }
}

.trustSection {
    padding: 64px 5%;
    background-color: var(--bg-color-green);
    display: grid;
    place-items: center;
}

.trustSection .content--fukidashi {
    color: var(--primary-bland-color);
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    background-color: var(--white);
    margin-bottom: 24px;
    padding: 24px 16px;
    border-radius: 8px;
    position: relative;
}

.trustSection .content--fukidashi:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 0;
    height: 0;
    border-color: var(--white) transparent transparent transparent;
    border-width: 16px 16px 0 16px;
    border-style: solid;
}

.trustSection .content--titleBox {
    margin-top: 32px;
}

.trustSection .content--title {
    color: var(--white);
    font-size: 4rem;
    text-align: center;
}

.trustSection .content--imgBox {
    margin-top: 32px;
    width: 100%;
    max-width: 960px;
}

.trustSection .content--img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    .trustSection .content--title {
        font-size: 3.2rem;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .trustSection .content--title {
        font-size: 2.4rem;
    }

    .trustSection .content--imgBox {
        margin-top: 32px;
    }
}

.inquiryServiceSection {
    padding: 64px 5%;
    display: grid;
    place-items: center;
}

.inquiryServiceSection .media {
    align-items: center;
    column-gap: 40px;
}

.inquiryServiceSection .media--imgBox {
    width: 480px;
}

.inquiryServiceSection .media--body {
    flex: 1 0;
}

.inquiryServiceSection .media--img {
    width: 100%;
}

.inquiryServiceSection .media--title {
    font-size: 4rem;
    line-height: 1.5;
}

.inquiryServiceSection .content--textBox {
    margin-top: 40px;
}

.inquiryServiceSection .content--text {
    font-size: 2.4rem;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */

    .inquiryServiceSection .media {
        column-gap: 24px;
    }

    .inquiryServiceSection .media--imgBox {
        width: 240px;
    }

    .inquiryServiceSection .media--title {
        font-size: 2.8rem;
    }

    .inquiryServiceSection .content--text {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */

    .inquiryServiceSection .media {
        flex-direction: column;
    }

    .inquiryServiceSection .media--imgBox {
        width: 100%;
    }

    .inquiryServiceSection .media--body {
        margin-top: 24px;
    }

    .inquiryServiceSection .media--title {
        font-size: 2.4rem;
    }

    .inquiryServiceSection .content--textBox {
        margin-top: 24px;
    }

    .inquiryServiceSection .content--text {
        font-size: 1.8rem;
    }
}