.main-new25 .lp25-yorujob {
    /* 美容室っぽい上品ベース：白＋淡いベージュ / 濃いブラウン / ダークグレー */
    --lp-text: #3B2F2A;
    /* 濃いブラウン */
    --lp-muted: rgba(75, 60, 52, .78);
    --lp-line: rgba(59, 47, 42, .16);
    --lp-accent: #B56A3B;
    /* 温かみのあるブラウンオレンジ */
    --lp-accent-soft: rgba(181, 106, 59, .12);
    --lp-bg: #FBF7EF;
    /* 淡いベージュ */
    max-width: 440px;
    margin: 0 auto;
    padding: 0rem 0rem 4.8rem;
    color: var(--lp-text);
    background: var(--lp-bg);
    /*border: 1px solid var(--lp-line);
border-radius: 24px;
box-shadow: 0 12px 34px rgba(59,47,42,.06);*/
    background-color: var(--lp-bg);
    background-image: linear-gradient(90deg,
            rgba(59, 47, 42, 0.03) 1px,
            transparent 1px);
    background-size: 20px 100%;
    /* 少し広めの間隔が上品です */
}

.main-new25 .lp25-yorujob section {
    margin-top: 2.2rem;
}

.main-new25 .lp25-yorujob .lp25-card {
    background: #fff;
    border: 1px solid var(--lp-line);
    border-radius: 20px;
    box-shadow: 0 10px 26px rgba(59, 47, 42, .06);
    overflow: hidden;
}

.main-new25 .lp25-yorujob .lp25-sectionTitle {
    text-align: center;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 0rem 0 2rem;
    font-family: serif;
}

.main-new25 .lp25-yorujob .lp25-lead {
    font-weight: 900;
    font-size: 1.55rem;
    line-height: 1.65;
    text-align: center;
    letter-spacing: .01em;
    margin: 1.1rem 0 0;
}

.main-new25 .lp25-yorujob .lp25-sub {
    margin-top: 1rem;
    font-size: 1.05rem;
    line-height: 2.1;
    color: var(--lp-muted);
    text-align: center;
}

.main-new25 .lp25-yorujob .lp25-kicker {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .45rem .9rem;
    border-radius: 999px;
    background: var(--lp-accent-soft);
    color: var(--lp-accent);
    font-weight: 900;
    font-size: .95rem;
    line-height: 1.2;
}

.main-new25 .lp25-yorujob .lp25-topcatch {
    padding: 2.4rem 1.3rem 2.6rem;
}

.main-new25 .lp25-yorujob .lp25-topImgWrap {
    margin: 0 0 1.4rem;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--lp-line);
    background: #fff;
    box-shadow: 0 10px 26px rgba(59, 47, 42, .06);
}

.main-new25 .lp25-yorujob .lp25-topImg {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.main-new25 .lp25-yorujob .lp25-bannerText {
    text-align: center;
    font-weight: 900;
    font-size: 1.3rem;
    line-height: 1.2;
    margin: 0 0 -1rem;
    position: relative;
    font-family: serif;
}

.main-new25 .lp25-yorujob .lp25-bannerBtns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding-top: 16rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
}

.main-new25 .lp25-yorujob .lp25-bannerText::after,
.main-new25 .lp25-yorujob .lp25-bannerText::before {
    content: '';
    position: absolute;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/assets/images/yorjob/yor_arrow01.webp);
    background-repeat: no-repeat;
    width: 3.5rem;
    height: 3rem;
    transform: translate(-50%, -50%);
}

.main-new25 .lp25-yorujob .lp25-bannerText::after {
    left: 19%;
    top: 55%;
}

.main-new25 .lp25-yorujob .lp25-bannerText::before {
    right: 15%;
    top: 30%;
    transform: scaleX(-1);
}

.main-new25 .lp25-yorujob .lp25-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: .6rem;
    padding: 2rem 0rem;
    border-radius: 20px;
    /*border: 1px solid var(--lp-line);*/
    background: #fff;
    text-decoration: none;
    color: var(--lp-text);
    box-shadow: 0 10px 26px rgba(59, 47, 42, .06);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.main-new25 .lp25-yorujob .lp25-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(59, 47, 42, .10);
    border-color: rgba(181, 106, 59, .35);
}

.main-new25 .lp25-yorujob .lp25-btn .lp25-btnArrow {
    color: var(--lp-accent);
    font-weight: 900;
    line-height: 1.2;
    margin-top: .05rem;
}

.main-new25 .lp25-yorujob .lp25-btn .lp25-btnLabel {
    font-weight: 900;
    line-height: 1.55;
    font-size: 1.35rem;
    position: relative;
}

.b-la-side::after,
.b-la-pay::after {
    content: '';
    position: absolute;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    top: -100%;
    left: 50%;
}

.b-la-side::after {
    background-image: url(/assets/images/yorjob/side_hustle.webp);
    width: 4rem;
    height: 4rem;
}

.b-la-pay::after {
    background-image: url(/assets/images/yorjob/daily_pay.webp);
    width: 5rem;
    height: 5rem;
}

.main-new25 .lp25-yorujob .lp25-btn .lp25-btnSub {
    display: block;
    margin-top: .35rem;
    font-weight: 900;
    color: var(--lp-accent);
    font-size: .98rem;
}

.main-new25 .lp25-yorujob .lp25-checklist {
    padding: 1.2rem 1.1rem 1.3rem;
}

.main-new25 .lp25-yorujob .lp25-checkItem {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    padding: 0rem 1.05rem;
    /*border-radius: 18px;
  border: 1px solid var(--lp-line);
  background: #fff;*/
}

.main-new25 .lp25-yorujob .lp25-checkItem+.lp25-checkItem {
    margin-top: .9rem;
}

.main-new25 .lp25-yorujob .lp25-checkItem::before {
    content: "✓";
    flex: 0 0 auto;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--lp-accent-soft);
    color: var(--lp-accent);
    font-weight: 900;
    font-size: .95rem;
    margin-top: .12rem;
}

.main-new25 .lp25-yorujob .lp25-checkText {
    font-size: 1.02rem;
    line-height: 2.0;
    color: var(--lp-text);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #ccc;
    text-underline-offset: 6px;
    text-decoration-skip-ink: auto;
}

.main-new25 .lp25-yorujob .lp25-meritsGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.2rem 1.1rem 1.3rem;
}

.main-new25 .lp25-yorujob .lp25-meritCard {
    padding: 1.8rem 1.2rem 1.6rem;
    /*border-radius: 20px;
border: 1px solid var(--lp-line);
  background: #fff;*/
}

.main-new25 .lp25-yorujob .lp25-meritHeader,
.main-new25 .lp25-yorujob .lp25-meritHeader2 {
    display: flex;
    align-items: center;
    gap: .9rem;
    margin-bottom: .9rem;
}

.main-new25 .lp25-yorujob .lp25-meritHeader {
    flex-direction: row;
}

.main-new25 .lp25-yorujob .lp25-meritHeader2 {
    flex-direction: row-reverse;
}

.main-new25 .lp25-yorujob .lp25-meritNum {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--lp-accent-soft);
    color: var(--lp-accent);
    font-weight: 900;
    font-size: 1.05rem;
    flex: 0 0 auto;
}

.main-new25 .lp25-yorujob .lp25-meritTitle {
    font-weight: 1000;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: -.5px;
}

.main-new25 .lp25-yorujob .lp25-meritText {
    color: var(--lp-muted);
    line-height: 2.1;
    font-size: 1.02rem;
}

.main-new25 .lp25-yorujob .lp25-detailCard-1,
.main-new25 .lp25-yorujob .lp25-detailCard-2 {
    padding: 2rem 1.2rem 2.1rem;
    border: 1px solid var(--lp-line);
    border-radius: 20px;
    box-shadow: 0 10px 26px rgba(59, 47, 42, .06);
    z-index: 3;
    position: relative;
    top: -2rem;
}

.main-new25 .lp25-yorujob .lp25-detailCard-1 {
    background: #fff;
}

.main-new25 .lp25-yorujob .lp25-detailCard-2 {
    background: #fff;
}

.main-new25 .lp25-yorujob .lp25-detailTitle-1,
.main-new25 .lp25-yorujob .lp25-detailTitle-2 {
    text-align: left;
    font-weight: 1000;
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 0 0 1rem;
    padding-left: 7rem;
    padding-bottom: 1rem;
}

.main-new25 .lp25-yorujob .lp25-detailTitle-1::before,
.main-new25 .lp25-yorujob .lp25-detailTitle-2::before {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    left: 17%;
}

.main-new25 .lp25-yorujob .lp25-detailTitle-1::before {
    background-image: url(/assets/images/yorjob/daily_pay.webp);
    top: 7%;
    width: 4rem;
    height: 4rem;
}

.main-new25 .lp25-yorujob .lp25-detailTitle-2::before {
    background-image: url(/assets/images/yorjob/side_hustle.webp);
    top: 10%;
    width: 3.5rem;
    height: 3.5rem;
}

.main-new25 .lp25-yorujob .lp25-detailText {
    color: var(--lp-muted);
    line-height: 2.1;
    font-size: 1.02rem;
    margin-top: 0;
    text-align: left;
    font-weight: 600;
}

.main-new25 .lp25-yorujob .lp25-ctaWrap {
    margin-top: 1.2rem;
    display: flex;
    justify-content: center;
}

.main-new25 .lp25-yorujob .lp25-ctaLink-1,
.main-new25 .lp25-yorujob .lp25-ctaLink-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    padding: 1.5rem 3rem;
    border-radius: 999px;
    /*border: 1px solid rgba(181, 106, 59, .55);
  background: linear-gradient(180deg, rgba(181, 106, 59, .12) 0%, rgba(181, 106, 59, .06) 100%);
  color: var(--lp-accent);*/
    font-weight: 1000;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(181, 106, 59, .12);
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
    color: #fff;
    animation: buruburu 3s infinite ease-in-out;
}

.main-new25 .lp25-yorujob .lp25-ctaLink-1 {
    background-color: #DDD37B;
}

.main-new25 .lp25-yorujob .lp25-ctaLink-2 {
    background-color: #C58282;
}

.main-new25 .lp25-yorujob .lp25-ctaLink:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(181, 106, 59, .18);
    background: linear-gradient(180deg, rgba(181, 106, 59, .20) 0%, rgba(181, 106, 59, .10) 100%);
}

.pd-rl-10 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.lp25btn-top span {
    text-align: center;
}

/* ページ内スクロール用（ヘッダー高さの誤差対策） */
.main-new25 .lp25-yorujob [id] {
    scroll-margin-top: 6.2rem;
}

@media (min-width: 720px) {
    .main-new25 .lp25-yorujob {
        padding: 1rem 0rem 6rem;
    }

    /*.main-new25 .lp25-yorujob .lp25-bannerBtns {
    grid-template-columns: 1fr 1fr;
  }*/
}

.lp25-bannerWrap {
    position: relative;
}

/* スライドインアニメーション（左から） */
.lp25-imgBox.is-left {
    animation: slideInLeft 0.8s ease-out forwards, floating 3s ease-in-out infinite 0.8s;
}

.lp25-imgBox.is-right {
    animation: slideInRight 0.8s ease-out 0.2s forwards, floating 3.5s ease-in-out infinite 1s;
}

/* アニメーション定義 */
@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ふわふわ浮遊アニメーション */
@keyframes floating {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

.is-left {
    position: absolute;
    left: -7.5rem;
    width: 22rem;
    height: 22rem;
}

.is-right {
    position: absolute;
    right: -7.5rem;
    width: 22rem;
    height: 22rem;
}

.under {
    text-decoration: underline;
    text-decoration-color: #C58282;
    text-underline-offset: 6px;
    text-decoration-skip-ink: auto;
}

.big-text {
    font-size: 2.2rem;
    color: #c58282;
}

.big-text2 {
    font-size: 1.6rem;
    color: #c58282;
    font-weight: 900;
}

/* アーチ状の白背景 */
.main-new25 .lp25-yorujob .lp25-arch-bg {
    background-color: #fff;
    /* --- ▼ ここから追加：画面いっぱいに広げる魔法の3行 ▼ --- */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
    /* 擬似要素（アーチ）の基準点 */
    background-color: #fff;
    /* 本体は真っ白な四角 */
    /* アーチが上に乗る分、上の余白を少し多めに取る */
    margin-top: 7rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    z-index: 1;
    margin-bottom: 4rem;
}

/* 2. 上に乗せる「絶対に形が変わらないアーチのフタ」 */
.main-new25 .lp25-yorujob .lp25-arch-bg::before {
    content: '';
    position: absolute;
    background-size: contain;
    background-image: url(/assets/images/yorjob/bg_w_top.webp);
    background-repeat: no-repeat;
    bottom: 99.9%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 6rem;
    max-width: 440px;
}

.main-new25 .lp25-yorujob .lp25-arch-bg::after {
    content: '';
    position: absolute;
    background-size: contain;
    background-image: url(/assets/images/yorjob/bg_w_top.webp);
    background-repeat: no-repeat;

    /* 要素の「真下」に配置する */
    top: 99.9%;
    left: 50%;

    /* 中央寄せしつつ、上下を反転させる魔法 */
    transform: translateX(-50%) scaleY(-1);

    width: 100%;
    height: 6rem;
    max-width: 440px;
}

/* 白背景の中のコンテンツ幅調整（必要に応じて） */
.main-new25 .lp25-yorujob .lp25-arch-inner {
    padding: 0 1.2rem;
    max-width: 440px;
    /* LPの最大幅に合わせてください */
    margin: -3rem auto 0;
    /* 中央寄せ */
    padding: 0 1.2rem;
}

.yor-top-sig-btn {
    display: block;
    background-color: burlywood;
    padding: 1.3rem;
    border-radius: 6rem;
    margin: 2rem;
    box-shadow: 0 10px 26px rgba(59, 47, 42, .06);
}

.yor-top-sig-btn p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.yor-top-sig-btn p::after {
    content: '';
    position: absolute;
    background-size: contain;
    background-image: url(/assets/images/yorjob/sig_tri02.webp);
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    right: 6%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mg-t-4 {
    margin-top: -4rem;
}

.mg-t6 {
    margin-top: 6rem;
}

/* 詳細セクション：画像を画面幅いっぱいに広げる */
.main-new25 .lp25-yorujob .lp25-fullImgWrap {
    width: 100vw;
    max-width: 440px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* フルワイド用の画像調整 */
.main-new25 .lp25-yorujob .lp25-fullImg {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lp25-detailText ul li {
    display: flex;
    width: 100%;
    border-bottom: 1px dashed #aaa;
    align-items: flex-start;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.lp25-detailText ul li:first-child,
.lp25-detailText ul li:nth-child(3) {
    border-bottom: none;
}

.lp25-detailText ul li:nth-child(2) {
    margin-bottom: 1.5rem;
}

.lp25-detailText ul li:last-of-type {
    border-bottom: none;
}

.lp25-detailText ul li dt,
.lp25-detailText ul li dd {
    display: inline-block;
}

.lp25-detailText ul li dt {
    width: 15%;
}

.lp25-detailText ul li dd {
    margin-left: 0;
    width: 85%;
    padding-bottom: 1rem;
}

.yor-top-sig-btn {
    display: inline-block;
    /* transformを効かせるために必須 */
    /* アニメーション名 buruburu / 3秒周期 / 無限ループ */
    animation: buruburu 3s infinite ease-in-out;
    width: 87%;
}

/* 震えるアニメーションの動きを定義 */
@keyframes buruburu {
    0% {
        transform: translateX(0);
    }

    2% {
        transform: translateX(-4px);
    }

    4% {
        transform: translateX(4px);
    }

    6% {
        transform: translateX(-4px);
    }

    8% {
        transform: translateX(4px);
    }

    10% {
        transform: translateX(-4px);
    }

    12% {
        transform: translateX(4px);
    }

    14% {
        transform: translateX(0);
    }

    /* 14% 〜 100% の間は動かず待機（インターバル） */
    100% {
        transform: translateX(0);
    }
}

.yor-red {
    color: #C58282;
    font-weight: bold;
}

.under-line01 {
    border-bottom: 1px dashed #aaa;
    padding-bottom: .2rem !important;
}

.hi2 {
    height: 2rem;
}

.top-pbox01,
.top-pbox02-p {
    text-align: center;
    font-family: serif;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.top-pbox01 {
    font-size: 1.3rem;
    background-color: #fff;
}

.top-pbox02-p {
    font-size: 1.5rem;
    line-height: 1.3;
}

.top-pbox01 {}

.top-pbox02-p .col-red {
    color: #c58282;
}

.top-pbox02-p .col-red2 {
    color: #c58282;
    font-size: 3rem;
    line-height: 1;
    font-weight: bold;
    padding-left: .3rem;
    padding-right: .2rem;
    position: relative;
    top: .3rem;
}

.top-un-bg {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff;
}


.posi-re {
    position: relative;
}

.posi-ab {
    position: absolute;
}

.under-line02 {
    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-color: #C58282;
    text-underline-offset: 6px;
}

