.sectionWrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.sectionWrap2 {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 24px;
}

@media (min-width: 769px) {
    .sectionWrapOption1 {
        background-image: url('//s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/3f44344d-ce46-4a72-b472-2628c487d732/img/fa32d3c0-8405-013e-d47b-0a58a9feac02/section_2_2_pc.png');
        background-size: cover;
        background-position: center;
        width: 100%;
    }

    .sectionWrapOption2 {
        background-image: url('//s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/3f44344d-ce46-4a72-b472-2628c487d732/img/67db1410-83c5-013e-2cb4-0a58a9feac02/section_3_pc_2.png');
        background-size: cover;
        background-position: center;
        width: 100%;
    }

    .sectionWrapOption3 {
        background-image: url('//s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/3f44344d-ce46-4a72-b472-2628c487d732/img/3efde030-83c7-013e-c983-0a58a9feac02/section_4_pc.png');
        background-size: cover;
        background-position: center;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .flexContainer1 {
        flex-direction: column; /* 縦並びに切り替え */
        align-items: center;
        gap: 40px;
    }

    .flexContainer2 {
        position: relative;
        flex-direction: column; /* 縦並びに切り替え */
        display: flex;
        gap: 40px;
    }

    .flexBorder:not(:last-child)::after {
        content: "";
        display: block;
        width: 60%;
        height: 1px;
        background-color: #ccc;
        margin: 20px auto 20px;
    }
}

@media (min-width: 769px) {
    .flexContainer1 {
        position: relative;
        display: flex;
        gap: 24px;         /* カラム間の余白 */
    }

    .flexContainer2 {
        position: relative;
        display: flex;
        gap: 124px;         /* カラム間の余白 */
    }

    .flexBorder:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: #ccc;
    }
}

.flexLeft1 {
    position: relative;
    flex: 1;
}

.flexCenter1 {
    position: relative;
    flex: 1;
}

.flexRight1 {
    position: relative;
    flex: 1;
}

.flexRight2 {
    position: relative;
    flex: 2;
}

.textCenter{
    text-align: center;
}

p.headlineCaption {
    display: inline-block;
    position: relative;
    font-size: 24px;
    margin-bottom: 8px;
}

p.headlineCaption::after {
    content: "";
    display: inline-block;
    width: 100px;   /* 伸ばし棒の長さ */
    height: 2px;    /* 線の太さ */
    background: black;
    margin-left: 8px; /* テキストとの間隔 */
    vertical-align: middle; /* テキスト中央に揃える */
}

p.headline {
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: inherit;
}

span.featureCaption {
    display: inline-block;
    position: relative;
    color: white;
    background-color: #00e4ab;
    padding: 0.2em 0.5em;
    border-radius: 0.5em;
    margin-bottom: 8px;
}

p.headlineS {
    font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: inherit;
}

@media (max-width: 768px) {
    .sectionHeadline {
        font-size: 64px;
        letter-spacing: 2px;
        color: #00e4ab;
        line-height: 1;
        font-weight: bold;
    }
    
    .sectionSubHeadline2 {
        font-size: 24px;
        font-weight: bold;
        padding: 8px 0;
        line-height: 1.3;
        letter-spacing: 2px;
    }
}

@media (min-width: 769px) {
    .sectionHeadline {
        font-size: 112px;
        letter-spacing: 2px;
        color: #00e4ab;
        line-height: 1;
        font-weight: bold;
    }
    
    .sectionSubHeadline2 {
        font-size: 34px;
        font-weight: bold;
        padding: 8px 0;
        line-height: 1.3;
        letter-spacing: 2px;
    }
}

.sectionHeadlineCaption {
    font-size: 14px;
    letter-spacing: 2px;
}

.sectionSubHeadline {
    font-size: 18px;
    font-weight: bold;
    color: #00e4ab;
    letter-spacing: 2px;
}

.sectionBodyText {
    font-size: 20px;
    line-height: 1.5;
}

.sectionBodyCaption {
    font-size: 14px;
}

/* 調整クラス */

.imgPadding24 {
    padding: 24px 0;
}

.divPadding24 {
    padding: 24px 0;
}

.divPaddingTop40 {
    padding-top: 40px;
}

.marginBottomInherit {
    margin-bottom: inherit;
}

@media (max-width: 768px) {
    .pcBr {
        display: none;
    }
    
    .imgWidth60 {
        max-width: 100%!important;
    }
    
    .marginBottom24 {
        margin-bottom: 24px!important;
    }
    
    .marginBottom48 {
        margin-bottom: 48px!important;
    }
}

@media (min-width: 769px) {
    .spBr {
        display: none;
    }
    
    .imgWidth60 {
        max-width: 60%!important;
    }
    
    .marginTop24 {
        margin-top: 24px;
    }
}

/* レビューセクション */

.reviewContainer {
    background-color: white;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* X Y ぼかし 影の色 */
}

.reviewIcon {
    max-width: 70%!important;
}

/* 使い方以下 */

.section2Headline {
    color: #00E4AB;
    font-weight: bold;
}

.section2Headline::before {
    content: "";
    display: inline-block;
    width: 100px;   /* 伸ばし棒の長さ */
    height: 2px;    /* 線の太さ */
    background: #00E4AB;
    margin-right: 16px; /* テキストとの間隔 */
    vertical-align: middle; /* テキスト中央に揃える */
}

.useHeadline {
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: white;
    background-color: #00e4ab;
    padding: 0.2em 0.5em;
    border-radius: 0.5em;
    margin-bottom: 8px;
}

.sizeHeadline {
    display: inline-block;
    font-size: 20px;
    background-color: #D9D9D9;
    border-radius: 0.5em;
    padding: 8px 16px
}

@media (max-width: 768px) {
    .steps {
        flex-direction: column;
        padding: 0 24px;
    }
    
    .step-header {
        width: 100%!important;
    }
    
    .step-image {
        margin-bottom: 16px;
    }
}

@media (min-width: 769px) {
    .step-image {
        margin-top: 10px;
        margin-bottom: 24px;
    }
}

.steps {
    display: flex;
    justify-content: space-between; /* 均等配置 */
    align-items: flex-start;
    gap: 40px;
    max-width: 960px;
    margin: 0 auto;
    flex-wrap: wrap; /* 小さい画面では折り返し */
}

.step {
    flex: 1; /* 均等幅にする */
    min-width: 0; /* flexアイテムの幅崩れ防止 */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.step-header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00E4AB;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    flex-shrink: 0;
}

.step-text {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}

.step-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}