@charset "UTF-8";
/* ============================================
   M&A マッチングサービス（page-matching-service.php）
   ============================================ */
:root {
    --ma-color-primary: #009b63;
    --ma-color-heading: #1b2220;
    --ma-color-text-sub: #444444;
    --ma-color-bg-mint: #ebf2ef;
    --ma-color-bg-mint-sp: #cfebdf;
    --ma-color-bg-card: #ebf2ef;
    --ma-grad-gold: linear-gradient(90deg, #b9954a 0%, #8c6732 100%);
    --ma-font-en: "Montserrat", sans-serif;
}

/* ---------- 共通 ---------- */

.ma-page {
    overflow-x: clip;
}

.ma-inner {
    width: 100%;
    max-width: 1086px;
    margin-inline: auto;
    padding-inline: 20px;
}

.ma-inner--wide {
    max-width: 1280px;
}

/* 2色下線（緑＋黒緑） */
.ma-line {
    position: relative;
    width: clamp(115px, 10.972vw, 158px);
    height: 4px;
    background-color: var(--ma-color-primary);
}

.ma-line::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 28.5%;
    height: 100%;
    background-color: var(--ma-color-heading);
    content: "";
}

.ma-line--thin {
    width: clamp(96px, 7.569vw, 109px);
    height: 2px;
}

/* セクション見出し */
.ma-section-ttl {
    text-align: center;
}

.ma-section-ttl__en {
    display: block;
    color: var(--ma-color-primary);
    font-family: var(--ma-font-en);
    font-weight: 500;
    font-size: clamp(40px, 4.167vw, 60px);
    line-height: 1.3;
    letter-spacing: 0;
}

.ma-section-ttl__ja {
    display: block;
    margin-top: 8px;
    color: var(--ma-color-heading);
    font-weight: 500;
    font-size: clamp(15px, 1.389vw, 20px);
    line-height: 1;
    letter-spacing: 0.05em;
}

.ma-section-ttl--left {
    text-align: left;
}

.ma-section-ttl--white .ma-section-ttl__en {
    color: #fff;
    text-shadow: 5px 6px 10px rgba(0, 65, 29, 0.3);
}

.ma-section-ttl--white .ma-section-ttl__ja {
    color: #fff;
    font-weight: 400;
    text-shadow: 5px 6px 10px rgba(0, 65, 29, 0.3);
}

/* ---------- FV ---------- */

.ma-fv {
    position: relative;
    height: 43.264vw;
    min-height: 480px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .ma-fv {
        height: auto;
        min-height: 0;
        padding-bottom: 176px;
    }
}

.ma-fv__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ma-fv__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 53%;
}

@media (max-width: 767px) {
    .ma-fv__bg img {
        object-position: 57% top;
    }
}

.ma-fv__content {
    position: relative;
    z-index: 3;
    padding: 9.236vw 20px 0 6.944vw;
}

@media (max-width: 767px) {
    .ma-fv__content {
        padding: 96px 20px 0;
    }
}

@media (max-width: 390px) {
    .ma-fv__content {
        padding-right: 13px;
        padding-left: 13px;
    }
}

.ma-fv__title {
    display: flex;
    align-items: baseline;
    gap: 1.528vw;
}

@media (max-width: 767px) {
    .ma-fv__title {
        gap: 15px;
    }
}

.ma-fv__title-en {
    color: var(--ma-color-primary);
    font-family: var(--ma-font-en);
    font-weight: 500;
    font-size: clamp(40px, 6.944vw, 100px);
    line-height: 1.3;
    text-shadow: 0 0 10px rgba(0, 65, 29, 0.1);
}

.ma-fv__title-sub {
    color: var(--ma-color-primary);
    font-family: var(--ma-font-en);
    font-weight: 400;
    font-size: clamp(16px, 1.389vw, 20px);
    line-height: 1.3;
    text-shadow: 0 0 10px rgba(0, 65, 29, 0.1);
}

.ma-fv__catch {
    color: var(--ma-color-heading);
    font-weight: 500;
    font-size: clamp(28px, 3.333vw, 48px);
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
    .ma-fv__catch {
        margin-top: 24px;
        font-weight: 700;
        line-height: 1.6;
        text-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
    }
}

.ma-fv__sub {
    color: var(--ma-color-heading);
    font-weight: 500;
    font-size: clamp(18px, 1.736vw, 25px);
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
    .ma-fv__sub {
        margin-top: 16px;
        line-height: 1.6;
        text-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
    }
}

.ma-fv__line {
    margin-top: 1.806vw;
}

@media (max-width: 767px) {
    .ma-fv__line {
        margin-top: 24px;
    }
}

.ma-fv__lead {
    margin-top: 3.194vw;
    color: var(--ma-color-heading);
    font-weight: 400;
    font-size: clamp(16px, 1.389vw, 20px);
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-shadow: 0 0 12.3px rgba(255, 255, 255, 0.9);
}

@media (max-width: 767px) {
    .ma-fv__lead {
        margin-top: 32px;
        font-weight: 500;
        font-size: 13px;
        text-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
    }
}

.ma-fv__badge {
    display: inline-block;
    margin-top: 0.764vw;
    padding: 2px 16px;
    background: var(--ma-grad-gold);
    color: #fff;
    font-weight: 500;
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-shadow: 0 0 10px rgba(0, 65, 29, 0.2);
}

@media (max-width: 767px) {
    .ma-fv__badge {
        margin-top: 24px;
        padding: 4px 8px;
        line-height: 1.7;
    }
}

.ma-fv__scroll {
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 3;
    color: #fff;
    font-family: var(--ma-font-en);
    font-weight: 600;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.3em;
    writing-mode: vertical-rl;
    text-shadow: 0 0 10px rgba(0, 65, 29, 0.1);
}

.ma-fv__scroll::after {
    display: inline-block;
    position: relative;
    left: -2px;
    width: 1px;
    height: 91px;
    margin-top: 8px;
    vertical-align: middle;
    background-color: var(--ma-color-primary);
    content: "";
    animation: ma-scroll-line 2.6s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

@keyframes ma-scroll-line {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    40% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    60% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    90%,
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

/* ---------- About ---------- */

.ma-about {
    position: relative;
    padding: clamp(56px, 7.083vw, 102px) 0 clamp(56px, 7.153vw, 103px);
    overflow: hidden;
    background-color: #fff;
}

/* パンくず（デザイン上はAboutセクション左上に重ねる） */
.ma-about .under-page__breadcrumb {
    position: absolute;
    top: 2.639vw;
    left: 6.944vw;
    z-index: 3;
    padding-inline: 0;
}

@media (max-width: 767px) {
    .ma-about .under-page__breadcrumb {
        display: none;
    }
}

.ma-about__deco {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ma-about__deco img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ma-about__inner {
    position: relative;
    z-index: 2;
}

.ma-about__line {
    margin: 3.611vw auto 0;
}

@media (max-width: 767px) {
    .ma-about__line {
        margin-top: 32px;
    }
}

.ma-about__text {
    margin-top: 3.611vw;
    color: var(--ma-color-heading);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    text-align: center;
}

@media (max-width: 767px) {
    .ma-about__text {
        margin-top: 32px;
        font-size: 14px;
    }
}

/* ---------- Target ---------- */

.ma-target {
    position: relative;
    padding: clamp(64px, 7.917vw, 114px) 0 clamp(56px, 6.944vw, 100px);
    background-color: var(--ma-color-bg-mint);
}

@media (max-width: 767px) {
    .ma-target {
        background-color: var(--ma-color-bg-mint-sp);
    }
}

.ma-target__band {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 15.556vw;
    height: 100%;
    background-color: var(--ma-color-primary);
}

@media (max-width: 767px) {
    .ma-target__band {
        width: 28px;
    }
}

.ma-target__band-img {
    display: block;
    width: 6.944vw;
    height: auto;
    margin: 4.722vw auto 0;
}

@media (max-width: 767px) {
    .ma-target__band-img {
        width: 24px;
        margin-top: 5px;
    }
}

.ma-target__inner {
    position: relative;
    z-index: 2;
}

.ma-target__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.222vw 1.111vw;
    margin-top: 2.569vw;
    list-style: none;
}

@media (max-width: 767px) {
    .ma-target__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
        margin-top: 32px;
    }
}

/* SPは 中国・香港／韓国・タイ／台湾・シンガポール／マレーシア・その他 の順 */
@media (max-width: 767px) {
    .ma-target__item--korea {
        order: 1;
    }

    .ma-target__item--thailand {
        order: 2;
    }

    .ma-target__item--taiwan {
        order: 3;
    }

    .ma-target__item--singapore {
        order: 4;
    }

    .ma-target__item--malaysia {
        order: 5;
    }

    .ma-target__item--other {
        order: 6;
    }
}

.ma-target__img {
    overflow: hidden;
}

.ma-target__img img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
}

@media (max-width: 767px) {
    .ma-target__img img {
        aspect-ratio: 1 / 0.8;
    }
}

.ma-target__country {
    margin-top: 1.389vw;
    color: var(--ma-color-heading);
    font-weight: 500;
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-align: center;
}

@media (max-width: 767px) {
    .ma-target__country {
        margin-top: 8px;
    }
}

.ma-target__en {
    color: var(--ma-color-heading);
    font-family: var(--ma-font-en);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
}

@media (max-width: 767px) {
    .ma-target__en {
        font-size: 12px;
    }
}

/* ---------- Strength ---------- */

.ma-strength {
    position: relative;
    padding: clamp(64px, 7.222vw, 104px) 0 clamp(56px, 6.944vw, 100px);
    overflow: hidden;
}

.ma-strength__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ma-strength__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ma-strength__bg::after {
    position: absolute;
    inset: 0;
    background-color: rgba(1, 11, 5, 0.7);
    content: "";
}

.ma-strength__inner {
    position: relative;
    z-index: 2;
}

.ma-strength__lead {
    margin-top: 4.167vw;
    color: #fff;
    font-weight: 400;
    font-size: clamp(15px, 1.389vw, 20px);
    line-height: 1.9;
    letter-spacing: 0.05em;
    text-align: center;
    text-shadow: 1px 1px 4.7px rgba(0, 0, 0, 0.45);
}

@media (max-width: 767px) {
    .ma-strength__lead {
        margin-top: 40px;
        letter-spacing: 0.04em;
        text-shadow: 5px 6px 10px rgba(0, 65, 29, 0.45);
    }
}

.ma-strength__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.389vw 1.667vw;
    margin-top: 3.472vw;
    list-style: none;
}

@media (max-width: 767px) {
    .ma-strength__list {
        gap: 11px;
        margin-top: 48px;
    }
}

.ma-strength__card {
    position: relative;
    width: calc((100% - 3.334vw) / 3);
    margin-top: 21px;
    padding: 28px 2.222vw 3.125vw;
    background-color: #fff;
}

@media (max-width: 767px) {
    .ma-strength__card {
        width: 100%;
        margin-top: 19px;
        padding: 28px 32px 40px;
    }
}

.ma-strength__num {
    position: absolute;
    top: 0;
    left: 18px;
    transform: translateY(-50%);
    color: var(--ma-color-primary);
    font-family: var(--ma-font-en);
    font-weight: 700;
    font-size: clamp(53px, 4.167vw, 60px);
    line-height: 1.3;
    text-shadow: 0 0 25.77px rgba(0, 65, 29, 0.1);
}

@media (max-width: 767px) {
    .ma-strength__num {
        left: 17px;
    }
}

.ma-strength__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(74px, 5.833vw, 84px);
    margin-top: 1.458vw;
}

@media (max-width: 767px) {
    .ma-strength__icon {
        margin-top: 8px;
    }
}

.ma-strength__icon img {
    width: auto;
    height: 100%;
}

.ma-strength__card:nth-child(2) .ma-strength__icon img {
    height: 133%;
}

.ma-strength__card:nth-child(3) .ma-strength__icon img,
.ma-strength__card:nth-child(5) .ma-strength__icon img {
    height: 81%;
}

.ma-strength__card:nth-child(4) .ma-strength__icon img {
    height: 82%;
}

.ma-strength__ttl {
    margin-top: 1.667vw;
    color: var(--ma-color-primary);
    font-weight: 700;
    font-size: clamp(18px, 1.389vw, 20px);
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-align: center;
}

@media (max-width: 767px) {
    .ma-strength__ttl {
        margin-top: 24px;
    }
}

.ma-strength__line {
    margin: 1.111vw auto 0;
}

@media (max-width: 767px) {
    .ma-strength__line {
        margin-top: 12px;
    }
}

.ma-strength__text {
    max-width: 320px;
    margin-top: 1.389vw;
    margin-inline: auto;
    color: var(--ma-color-heading);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: center;
}

@media (max-width: 767px) {
    .ma-strength__text {
        margin-top: 16px;
    }
}

/* ---------- Flow ---------- */

.ma-flow {
    position: relative;
    padding: clamp(60px, 5.556vw, 80px) 0 clamp(64px, 6.597vw, 95px);
    overflow: hidden;
    background-color: #fff;
}

.ma-flow__deco {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.ma-flow__deco--top {
    top: 0;
    left: 0;
    width: clamp(280px, 33.819vw, 487px);
}

.ma-flow__deco--bottom {
    right: 0;
    bottom: 20px;
    width: clamp(300px, 38.889vw, 560px);
}

@media (max-width: 767px) {
    .ma-flow__deco--bottom {
        bottom: -40px;
    }
}

.ma-flow__deco img {
    width: 100%;
    height: auto;
}

.ma-flow__inner {
    position: relative;
    z-index: 2;
}

.ma-flow__steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.694vw;
    margin-top: 5.486vw;
    list-style: none;
}

@media (max-width: 767px) {
    /* grid-auto-rows: 1fr で全行の高さを統一 → 矢羽根の伸び率＝▼の角度も全ステップで揃う */
    .ma-flow__steps {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: 1fr;
        gap: 8px 0;
        margin-top: 40px;
    }
}

.ma-flow__step {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .ma-flow__step {
        display: grid;
        grid-template-columns: 81px 1fr;
        gap: 22px;
    }
}

.ma-flow__arrow {
    position: relative;
}

.ma-flow__arrow img.pc-only {
    display: block;
    width: 117.3%;
    max-width: none;
    margin: -8px 0 0 -4.2%;
}

@media (max-width: 767px) {
    .ma-flow__arrow img.pc-only {
        display: none;
    }

    /* SPの矢羽根はtop/bottom指定の擬似要素で描画（%高さ非依存でブラウザ差を回避）
       %補正はSVG余白（影パディング）の伸縮分。行の高さに関係なく重なりが約32pxで一定になる */
    .ma-flow__arrow::before {
        position: absolute;
        top: calc(-3.2% - 6px);
        bottom: calc(-8.6% - 38px);
        left: -11px;
        width: 103px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: "";
    }

    .ma-flow__step:nth-child(1) .ma-flow__arrow::before {
        background-image: url(../../images/under/ma/step-arrow-sp-1-v3.svg);
    }

    .ma-flow__step:nth-child(2) .ma-flow__arrow::before {
        background-image: url(../../images/under/ma/step-arrow-sp-2-v2.svg);
    }

    .ma-flow__step:nth-child(3) .ma-flow__arrow::before {
        background-image: url(../../images/under/ma/step-arrow-sp-3-v2.svg);
    }

    .ma-flow__step:nth-child(4) .ma-flow__arrow::before {
        background-image: url(../../images/under/ma/step-arrow-sp-4-v2.svg);
    }

    .ma-flow__step:nth-child(5) .ma-flow__arrow::before {
        background-image: url(../../images/under/ma/step-arrow-sp-5-v2.svg);
    }
}

.ma-flow__label {
    position: absolute;
    top: 44%;
    left: 13%;
    transform: translateY(-50%);
    color: #fff;
    font-family: var(--ma-font-en);
    font-weight: 700;
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 1;
    letter-spacing: 0.03em;
    white-space: nowrap;
    text-shadow: 0 0 10px rgba(0, 83, 92, 0.3);
}

.ma-flow__label b {
    font-weight: 700;
    font-size: clamp(22px, 1.944vw, 28px);
}

@media (max-width: 767px) {
    .ma-flow__label {
        top: 70px;
        left: 0;
        width: 81px;
        transform: none;
        font-size: 18px;
        letter-spacing: 0.02em;
        text-align: center;
    }

    .ma-flow__label b {
        display: block;
        margin-top: 6px;
        font-size: 28px;
    }
}

.ma-flow__card {
    flex: 1;
    margin-top: 1.597vw;
    padding: 30px 24px;
    border-radius: 6px;
    background-color: var(--ma-color-bg-card);
}

@media (max-width: 767px) {
    .ma-flow__card {
        min-height: 167px;
        margin-top: 0;
        padding: 26px;
        border-radius: 5px;
        background-color: #f7f7f7;
    }
}

.ma-flow__ttl {
    color: var(--ma-color-primary);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    .ma-flow__ttl {
        letter-spacing: 0.03em;
    }
}

.ma-flow__text {
    margin-top: 10px;
    color: var(--ma-color-text-sub);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.03em;
    text-align: justify;
}

@media (max-width: 767px) {
    .ma-flow__text {
        color: var(--ma-color-heading);
        line-height: 1.6;
        text-align: left;
    }
}

/* ---------- 言語切替 ---------- */

.ma-lang {
    position: absolute;
    top: 90px;
    right: 2.778vw;
    z-index: 4;
}

/* SPはヘッダー（56px）とFVタイトル（上から96px）の間に収める */
@media (max-width: 767px) {
    .ma-lang {
        top: 64px;
        right: 20px;
    }
}

.ma-lang__list {
    display: flex;
    align-items: center;
    padding: 3px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.78);
    box-shadow: 0 2px 10px rgba(0, 65, 29, 0.12);
    list-style: none;
}

.ma-lang__link {
    display: block;
    padding: 6px 14px;
    border-radius: 999px;
    color: var(--ma-color-heading);
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    white-space: nowrap;
    transition: background-color 0.3s, color 0.3s;
}

@media (max-width: 767px) {
    .ma-lang__link {
        padding: 5px 9px;
        font-size: 11px;
    }
}

.ma-lang__link--current {
    background-color: var(--ma-color-primary);
    color: #fff;
}

.ma-lang__link:not(.ma-lang__link--current):hover {
    background-color: rgba(0, 155, 99, 0.12);
    color: var(--ma-color-primary);
    opacity: 1;
}

/* ---------- 言語別の調整 ---------- */

/* 中国語（簡体字）は日本語フォントに無い字形があるため中文フォントを優先 */
.ma-page--cn {
    font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans JP", sans-serif;
}

/* 中国語（繁体字） */
.ma-page--tw {
    font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "Noto Sans JP", sans-serif;
}

/* 欧文は字間を詰め、5カラムの狭いFlowカードで両端揃えの間延びを防ぐ */
.ma-page--en .ma-fv__catch,
.ma-page--en .ma-fv__sub,
.ma-page--en .ma-fv__lead,
.ma-page--en .ma-about__text,
.ma-page--en .ma-strength__lead,
.ma-page--en .ma-strength__ttl,
.ma-page--en .ma-strength__text {
    letter-spacing: 0.01em;
}

.ma-page--en .ma-flow__text {
    text-align: left;
}

/* 英語のキャッチは日本語（PCで1行）と違い必ず2行になるため、既定の行間・サイズだと
   高さが約80px増えてFVの固定高（43.264vw）を超え、バッジが overflow: hidden で切れる。
   欧文は和文ほど行間を必要としないので、行間と最大サイズを詰めてFV内に収める。
   SPはFVの高さが可変で溢れないため、PCのみを対象にする */
@media (min-width: 768px) {
    .ma-page--en .ma-fv__catch {
        font-size: clamp(28px, 3.05vw, 44px);
        line-height: 1.35;
    }
}

/* 上記だけでは1100px前後で数pxしか余裕がないため、リード文の上余白も詰めて余裕を確保する */
@media (min-width: 768px) {
    .ma-page--en .ma-fv__lead {
        margin-top: 2.4vw;
    }
}

/* 欧文の見出しは日本語より字数が多く、既定サイズだと3行に折り返すため微調整 */
.ma-page--en .ma-strength__ttl {
    font-size: clamp(17px, 1.25vw, 18px);
}

.ma-page--en .ma-flow__ttl {
    font-size: 15px;
}

/* 英語はカードが縦に大きく、行間8pxではステップの区切りが詰まって見えるため広げる。
   矢羽根の▼は行下端から約36px下まで伸びるので、20pxまでなら次ステップの▲切り欠きに収まり
   矢羽根のつながりは保たれる */
@media (max-width: 767px) {
    .ma-page--en .ma-flow__steps {
        row-gap: 20px;
    }
}

/* SP矢羽根のSVGは preserveAspectRatio が既定（meet）のため、background-size: 100% 100% でも
   縦に伸びず原寸のまま上下中央に配置される。日本語は行高がSVG原寸（208px）に近いので成立するが、
   英語は文章量が多く行高が約2倍になり、緑の帯が中に浮いてSTEPラベルが頭から外れる。
   英語のみ縦伸長を許可した -stretch 版に差し替えて行高に追従させる */
@media (max-width: 767px) {
    .ma-page--en .ma-flow__step:nth-child(1) .ma-flow__arrow::before {
        background-image: url(../../images/under/ma/step-arrow-sp-1-stretch.svg);
    }

    .ma-page--en .ma-flow__step:nth-child(2) .ma-flow__arrow::before {
        background-image: url(../../images/under/ma/step-arrow-sp-2-stretch.svg);
    }

    .ma-page--en .ma-flow__step:nth-child(3) .ma-flow__arrow::before {
        background-image: url(../../images/under/ma/step-arrow-sp-3-stretch.svg);
    }

    .ma-page--en .ma-flow__step:nth-child(4) .ma-flow__arrow::before {
        background-image: url(../../images/under/ma/step-arrow-sp-4-stretch.svg);
    }

    .ma-page--en .ma-flow__step:nth-child(5) .ma-flow__arrow::before {
        background-image: url(../../images/under/ma/step-arrow-sp-5-stretch.svg);
    }
}
