@charset "UTF-8";

/*
中小企業のDX導入代行/santa_dx/ページ用
*/

/* 中小企業のDX導入代行
================================================== */
.l-sub-img-santa_dx {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 580px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media all and (min-width: 600px) {
    .l-sub-img-santa_dx {
        height: 778px;
    }
}

.l-sub-img-santa_dx__inner {
    padding-top: 50px;
    text-align: center;
}
@media all and (min-width: 600px) {
    .l-sub-img-santa_dx__inner {
        padding-top: 90px;
    }
}

.l-sub-img-santa_dx__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-style: italic;
    font-weight: 900;
    font-size: 3.2rem;
    line-height: 0.8;
    letter-spacing: normal;
}
@media all and (min-width: 600px) {
    .l-sub-img-santa_dx__head {
        margin-bottom: 18px;
        font-size: 6.2rem;
        line-height: 1;
    }
}

.l-sub-img-santa_dx__head > .wbr {
    display: inline-flex;
    align-items: center;
    font-style: italic;
}

.l-sub-img-santa_dx__head .small {
    position: relative;
    top: 0.08em;
    font-style: inherit;
    font-size: 2.6rem;
}
@media all and (min-width: 600px) {
    .l-sub-img-santa_dx__head .small {
        font-size: 5rem;
    }
}

.l-sub-img-santa_dx__head .strong {
    position: relative;
    top: -0.07em;
    margin-right: 0.06em;
    color: #f36c2c;
    font-family: 'Barlow', sans-serif;
    font-style: inherit;
    font-weight: 700;
    font-size: 7.5rem;
    line-height: 1.25;
}
@media all and (min-width: 600px) {
    .l-sub-img-santa_dx__head .strong {
        font-size: 14.4rem;
        line-height: 0.9;
    }
}

.l-sub-img-santa_dx__sub {
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.4;
}
@media all and (min-width: 600px) {
    .l-sub-img-santa_dx__sub {
        margin-top: 13px;
        font-size: 3.4rem;
    }
}
@media all and (min-width: 1440px) {
    .l-sub-img-santa_dx__sub {
        margin: 0 -90px;
    }
}

.l-sub-img-santa_dx__sub > .wbr {
    display: inline-block;
}

.l-sub-img-santa_dx__sub .adjust { /* 390px及び1260px時の見た目上の問題の解決 */
    margin: 0 -0.15em;
}

/* 中小企業のDX導入代行お申し込み */
.l-sub-img-santa_dx-contact {
    height: 170px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media all and (min-width: 600px) {
    .l-sub-img-santa_dx-contact {
        height: 336px;
    }
}

.l-sub-img-santa_dx-contact__inner {
    position: relative;
    height: 100%;
}

.l-sub-img-santa_dx-contact__head {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #fff;
    text-align: right;
    font-size: 2rem;
    font-feature-settings: 'palt' 1;
    line-height: 1.415;
    letter-spacing: 0.06em;
}
@media all and (min-width: 600px) {
    .l-sub-img-santa_dx-contact__head {
        bottom: 73px;
        right: 0;
        font-size: 5.2rem;
    }
}

.l-sub-img-santa_dx-contact__head > span {
    font-size: 1.6rem;
    line-height: 1.744;
    letter-spacing: 0.02em;
}
@media all and (min-width: 600px) {
    .l-sub-img-santa_dx-contact__head > span {
        font-size: 4.2rem;
    }
}

.l-sub-img-santa_dx-contact__backTop {
    position: relative;
}

.l-sub-img-santa_dx-contact__backTop-link {
    position: absolute;
    top: 10px;
    right: 25px;
    text-decoration: none;
    font-size: 1.1rem;
}
@media all and (min-width: 600px) {
    .l-sub-img-santa_dx-contact__backTop-link {
        top: 28px;
        right: 0;
        font-size: 1.5rem;
    }
}
@media all and (min-width: 600px) {
    .l-sub-img-santa_dx-contact__backTop-link:hover,
    .l-sub-img-santa_dx-contact__backTop-link:focus {
        text-decoration: underline;
    }
}





/* 中小企業のDX導入代行
================================================== */
#santa_dx {
    --santa_dx_orange: #f36c2c;
}

#santa_dx .is-orange-s {
    color: var(--santa_dx_orange);
    font-weight: 700;
    font-size: 1.7rem;
}
@media all and (min-width: 600px) {
    #santa_dx .is-orange-s {
        font-size: 2rem;
    }
}

#santa_dx .is-orange-m {
    color: var(--santa_dx_orange);
    font-weight: 700;
    font-size: 2.2rem;
}
@media all and (min-width: 600px) {
    #santa_dx .is-orange-m {
        font-size: 3.4rem;
    }
}

#santa_dx .is-orange-l {
    color: var(--santa_dx_orange);
    font-weight: 700;
    font-size: 3.4rem;
}
@media all and (min-width: 600px) {
    #santa_dx .is-orange-l {
        font-size: 5rem;
    }
}
@media not all and (min-width: 390px) {
    #santa_dx .is-orange-l {
        font-size: max(2.8rem, (34 / 390) * 100vw);
    }
}

#santa_dx .is-white-m {
    color: #fff;
    font-weight: 700;
    font-size: 2.2rem;
}
@media all and (min-width: 600px) {
    #santa_dx .is-white-m {
        font-size: 3.4rem;
    }
}

#santa_dx .is-nowrap {
    white-space: nowrap;
}

/* CVエリア */
.santa_dx-cv {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media all and (min-width: 600px) {
    .santa_dx-cv {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.santa_dx-flow + .santa_dx-cv {
    padding-bottom: 0;
}

/* INTRODUCTION */
.santa_dx-intro-upper__inner {
    padding-top: 48px;
    padding-bottom: 50px;
}
@media all and (min-width: 600px) {
    .santa_dx-intro-upper__inner {
        padding-top: 0;
        padding-bottom: 70px;
    }
}

.santa_dx-intro-upper__txt {
    margin-top: 20px;
}
@media all and (min-width: 600px) {
    .santa_dx-intro-upper__txt {
        margin-top: 25px;
        text-align: center;
        font-size: 2.4rem;
    }
}

.santa_dx-intro-upper__list {
    position: relative;
    margin-top: 20px;
    padding: 23px 25px;
    border: solid 1px #808080;
}
@media all and (min-width: 600px) {
    .santa_dx-intro-upper__list {
        margin-top: 36px;
        padding: 46px 108px;
    }
}
.santa_dx-intro-upper__list::before {
    position: absolute;
    inset: 10px;
    border: solid 1px #808080;
    content: '';
}

.santa_dx-intro-upper__item {
    position: relative;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.5;
}
@media all and (min-width: 600px) {
    .santa_dx-intro-upper__item {
        font-size: 2.4rem;
    }
}
.santa_dx-intro-upper__item:not(:first-child) {
    margin-top: 15px;
}
@media all and (min-width: 600px) {
    .santa_dx-intro-upper__item:not(:first-child) {
        margin-top: 23px;
    }
}
.santa_dx-intro-upper__item::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    background: url(../img/santa_dx/icon-earth.svg) 0 0/100% no-repeat;
    content: '';
}
@media all and (min-width: 600px) {
    .santa_dx-intro-upper__item::before {
        width: 45px;
        height: 45px;
    }
}

.santa_dx-intro-upper__item > span {
    display: block;
    margin-left: calc(30px + 10px);
}
@media all and (min-width: 600px) {
    .santa_dx-intro-upper__item > span {
        margin-left: calc(45px + 21px);
    }
}

.santa_dx-intro-lower__band {
    background-color: var(--santa_dx_orange);
}

.santa_dx-intro-lower__angle {
    position: relative;
    height: 447px;
    background-image: url(../img/santa_dx/intro-bg_sp.png);
    background-position: center top;
    background-size: 100% 447px;
    background-repeat: no-repeat;
}
@media all and (min-width: 600px) {
    .santa_dx-intro-lower__angle {
        height: 495px;
        background-image: url(../img/santa_dx/intro-bg_pc.png);
        background-size: 100% 495px;
    }
}

.santa_dx-intro-lower__inner {
    text-align: center;
}
.is-band > .santa_dx-intro-lower__inner {
    padding-top: 25px;
    padding-bottom: 50px;
}
@media all and (min-width: 600px) {
    .is-band > .santa_dx-intro-lower__inner {
        padding-top: 22px;
        padding-bottom: 64px;
    }
}
.is-angle > .santa_dx-intro-lower__inner {
    padding-top: 90px;
    padding-bottom: 0;
}
@media all and (min-width: 600px) {
    .is-angle > .santa_dx-intro-lower__inner {
        padding-top: 116px;
    }
}
@media not all and (min-width: 390px) {
    .is-angle > .santa_dx-intro-lower__inner {
        padding-top: calc((93 / 390) * 100%);
    }
}

.santa_dx-intro-lower__txt {
    font-weight: 700;
    font-size: 1.7rem;
}
@media all and (min-width: 600px) {
    .santa_dx-intro-lower__txt {
        font-size: 2.4rem;
    }
}
.is-band .santa_dx-intro-lower__txt {
    line-height: 1.32;
}
@media all and (min-width: 600px) {
    .is-band .santa_dx-intro-lower__txt {
        line-height: 1.6;
    }
}
.is-angle .santa_dx-intro-lower__txt {
    line-height: 1.5;
}
@media all and (min-width: 600px) {
    .is-angle .santa_dx-intro-lower__txt {
        line-height: 1.65;
    }
}
.santa_dx-intro-lower__txt * {
    vertical-align: middle;
}

.santa_dx-intro-lower__txt .circle {
    font-size: 2.2rem;
}
@media all and (min-width: 600px) {
    .santa_dx-intro-lower__txt .circle {
        font-size: 3.4rem;
    }
}

.santa_dx-intro-lower__txt .wbr {
    white-space: nowrap;
}
.santa_dx-intro-lower__txt .wbr.adjust {
    vertical-align: baseline;
}

.santa_dx-intro-lower__triangle {
    position: absolute;
    top: -22px;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%);
    white-space: nowrap;
}
@media all and (min-width: 600px) {
    .santa_dx-intro-lower__triangle {
        top: -19px;
    }
}
.santa_dx-intro-lower__triangle::before {
    position: absolute;
    bottom: -91px;
    left: 50%;
    z-index: -1;
    width: 178px;
    height: 100px;
    transform: translateX(-50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: currentColor;
    content: '';
}
@media all and (min-width: 600px) {
    .santa_dx-intro-lower__triangle::before {
        bottom: -115px;
        width: 232px;
        height: 132px;
    }
}

.santa_dx-intro-lower__triangle > span {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%);
}
@media all and (min-width: 600px) {
    .santa_dx-intro-lower__triangle > span {
        top: -5px;
    }
}

/* SANKYO QUALITY */
.santa_dx-quality-upper__inner {
    padding-top: 25px;
    padding-bottom: 46px;
}
@media all and (min-width: 600px) {
    .santa_dx-quality-upper__inner {
        padding-top: 37px;
        padding-bottom: 72px;
    }
}

.santa_dx-quality-upper__en {
    margin-bottom: 18px;
}
@media all and (min-width: 600px) {
    .santa_dx-quality-upper__en {
        margin-bottom: 25px;
    }
}

.santa_dx-quality-upper__txt {
    margin-top: 18px;
}
@media all and (min-width: 600px) {
    .santa_dx-quality-upper__txt {
        margin-top: 25px;
        text-align: center;
        font-size: 2.4rem;
    }
}

.santa_dx-quality-upper__txt > strong {
    line-height: 1.5;
}
@media all and (min-width: 560px) { /* デザイン調整 */
    .santa_dx-quality-upper__txt > strong {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media all and (min-width: 600px) {
    .santa_dx-quality-upper__txt > strong {
        margin-top: 14px;
        margin-bottom: 14px;
    }
}
@media not all and (min-width: 390px) {
    .santa_dx-quality-upper__txt > strong {
        font-size: 1.8rem !important; /* IDセレクタの詳細度を上書きするため */
    }
}

.santa_dx-quality-upper__txt .text-1 {
    display: inline-block;
    margin-top: 10px;
    margin-right: calc(100% - 320px);
    padding: 0 12px 2px;
    background-color: var(--santa_dx_orange);
    font-style: italic;
}
@media all and (min-width: 560px) { /* デザイン調整 */
    .santa_dx-quality-upper__txt .text-1 {
        display: inline;
        margin-right: 0;
        padding: 4px 0 6px 20px;
    }
}

.santa_dx-quality-upper__txt .text-2 {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 12px 2px;
    background-color: var(--santa_dx_orange);
    font-style: italic;
}
@media all and (min-width: 560px) { /* デザイン調整 */
    .santa_dx-quality-upper__txt .text-2 {
        display: inline;
        margin-top: 0;
        padding: 4px 20px 6px 0;
    }
}

.santa_dx-quality-middle {
    background-color: #eee;
}

.santa_dx-quality-middle::after {
    display: block;
    width: 100%;
    aspect-ratio: 390 / 306;
    background-image: url(../img/santa_dx/quality-bg01_sp.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}
@media all and (min-width: 600px) {
    .santa_dx-quality-middle::after {
        height: 480px;
        background-image: url(../img/santa_dx/quality-bg01_pc.png);
        background-size: cover;
    }
}

.santa_dx-quality-middle__inner {
    padding-top: 30px;
    padding-bottom: 27px;
}
@media all and (min-width: 600px) {
    .santa_dx-quality-middle__inner {
        padding-top: 68px;
        padding-bottom: 61px;
    }
}

@media all and (min-width: 600px) {
    .santa_dx-quality-middle__wrap {
        position: relative;
    }
}

.santa_dx-quality-middle__list {
    padding-bottom: 236px;
}
@media all and (min-width: 600px) {
    .santa_dx-quality-middle__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 244px;
    }
}

.santa_dx-quality-middle__item {
    padding: 19px 18px 23px;
    border-radius: 10px;
    background-color: #fff;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.5;
}
@media all and (min-width: 600px) {
    .santa_dx-quality-middle__item {
        box-sizing: border-box;
        padding: 15px 32px 18px;
        border-radius: 20px;
        font-size: 2.4rem;
        line-height: 1.7;
    }
}
.santa_dx-quality-middle__item:not(:first-child) {
    margin-top: 20px;
}
@media all and (min-width: 600px) {
    .santa_dx-quality-middle__item:not(:first-child) {
        margin-top: 0;
    }
}
.santa_dx-quality-middle__item:last-child {
    position: absolute;
    margin-right: 26px;
    margin-left: 105px;
    padding-right: 28px;
    padding-left: 28px;
}
@media all and (min-width: 600px) {
    .santa_dx-quality-middle__item:last-child {
        position: static;
        margin-right: 0;
        margin-left: 0;
    }
}
@media not all and (min-width: 390px) {
    .santa_dx-quality-middle__item:last-child {
        padding-right: 10px;
    }
}
@media all and (min-width: 600px) {
    .santa_dx-quality-middle__item:nth-child(1),
    .santa_dx-quality-middle__item:nth-child(2) {
        flex-basis: 413px;
    }
}
@media all and (min-width: 600px) {
    .santa_dx-quality-middle__item:nth-child(1) {
        margin-left: 97px;
    }
}
@media all and (min-width: 600px) {
    .santa_dx-quality-middle__item:nth-child(2) {
        margin-right: 97px;
    }
}
@media all and (min-width: 600px) {
    .santa_dx-quality-middle__item:nth-child(3),
    .santa_dx-quality-middle__item:nth-child(4) {
        flex-basis: 342px;
        margin-top: 45px;
    }
}

.santa_dx-quality-middle__img {
    position: absolute;
    top: -2px;
    left: -111px;
    width: 158px;
    height: 200px;
    rotate: 10deg;
}
@media all and (min-width: 600px) {
    .santa_dx-quality-middle__img {
        top: 415px;
        left: calc(50% - 22px);
        right: 50%;
        width: 355px;
        height: 450px;
        transform: translate(-50%, -50%);
    }
}

.santa_dx-quality-middle__txt-wrap {
    margin-top: 23px;
    text-align: center;
}

@media all and (min-width: 600px) {
    .santa_dx-quality-middle__txt {
        font-size: 2rem;
    }
}
@media all and (min-width: 600px) {
    .santa_dx-quality-middle__txt:not(:has(strong)) {
        text-align: center;
        line-height: 2;
    }
}

.santa_dx-quality-middle__txt > strong {
    font-size: 2.2rem;
    line-height: 1.6;
}
@media all and (min-width: 600px) {
    .santa_dx-quality-middle__txt > strong {
        font-size: 3.4rem;
    }
}

.santa_dx-quality-middle__txt .wbr {
    display: inline-block;
}
@media all and (min-width: 600px) {
    .santa_dx-quality-middle__txt .wbr {
        display: inline;
    }
}

.santa_dx-quality-middle__txt .shift-1 {
    display: inline-block;
}
@media all and (min-width: 480px) {
    .santa_dx-quality-middle__txt .shift-1 {
        display: inline;
    }
}

.santa_dx-quality-middle__txt .shift-2 {
    display: inline;
}
@media all and (min-width: 480px) {
    .santa_dx-quality-middle__txt .shift-2 {
        display: inline-block;
    }
}

.santa_dx-quality-middle__circle {
    display: inline-block;
    width: 54px;
    height: 54px;
    margin-top: 16px;
    margin-bottom: 12px;
    border-radius: 50%;
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1;
}
@media all and (min-width: 600px) {
    .santa_dx-quality-middle__circle {
        width: 80px;
        height: 80px;
        margin-top: 0;
        font-size: 6.5rem;
    }
}

.santa_dx-quality-middle__circle > span {
    position: relative;
    left: 1px;
    font-style: italic;
    vertical-align: text-bottom;
}
@media all and (min-width: 600px) {
    .santa_dx-quality-middle__circle > span {
        top: -2px;
        left: 2px;
    }
}

.santa_dx-quality-lower {
    margin-top: -22px;
}
@media all and (min-width: 600px) {
    .santa_dx-quality-lower {
        margin-top: -43px;
    }
}

.santa_dx-quality-lower__balloon {
    position: relative;
    padding: 28px 18px 26px;
    border: solid 2px var(--santa_dx_orange);
    background-color: rgba(255, 255, 255, 0.9);
}
@media all and (min-width: 600px) {
    .santa_dx-quality-lower__balloon {
        padding: 50px 80px 44px;
    }
}
.santa_dx-quality-lower__balloon::after {
    position: absolute;
    bottom: -53px;
    left: 0;
    right: 0;
    width: 107px;
    height: 53px;
    margin: 0 auto;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: var(--santa_dx_orange);
    content: '';
}
@media all and (min-width: 600px) {
    .santa_dx-quality-lower__balloon::after {
        bottom: -76px;
        width: 155px;
        height: 76px;
    }
}

.santa_dx-quality-lower__band.is-bg-gray {
    background-color: #4d4d4d;
}
.santa_dx-quality-lower__band.is-bg-lightgray {
    background-color: #eee;
}

@media not all and (min-width: 390px) {
    .santa_dx-quality-lower__inner {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.santa_dx-quality-lower__inner.is-balloon {
    padding-bottom: 82px;
}
@media all and (min-width: 600px) {
    .santa_dx-quality-lower__inner.is-balloon {
        padding-bottom: 120px;
    }
}
@media not all and (min-width: 390px) {
    .santa_dx-quality-lower__inner.is-balloon {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.is-bg-gray > .santa_dx-quality-lower__inner {
    padding-top: 22px;
    padding-bottom: 27px;
}
@media all and (min-width: 600px) {
    .is-bg-gray > .santa_dx-quality-lower__inner {
        padding-top: 34px;
        padding-bottom: 40px;
    }
}
.is-bg-lightgray > .santa_dx-quality-lower__inner {
    padding-top: 26px;
    padding-bottom: 30px;
}
@media all and (min-width: 600px) {
    .is-bg-lightgray > .santa_dx-quality-lower__inner {
        padding-top: 34px;
        padding-bottom: 40px;
    }
}

.santa_dx-quality-lower__txt {
    text-align: center;
}
@media all and (min-width: 600px) {
    .santa_dx-quality-lower__txt {
        font-size: 2rem;
    }
}
.is-balloon .santa_dx-quality-lower__txt:nth-child(1) {
    text-align: left;
}
@media all and (min-width: 600px) {
    .is-balloon .santa_dx-quality-lower__txt:nth-child(1) {
        text-align: center;
    }
}
.is-balloon .santa_dx-quality-lower__txt:nth-child(2) {
    margin-top: 24px;
    line-height: 1.55;
}
@media all and (min-width: 600px) {
    .is-balloon .santa_dx-quality-lower__txt:nth-child(2) {
        margin-top: 40px;
    }
}
.is-bg-gray .santa_dx-quality-lower__txt {
    max-width: 355px;
    margin: 0 auto;
    color: #fff;
}
@media all and (min-width: 600px) {
    .is-bg-gray .santa_dx-quality-lower__txt {
        max-width: none;
        margin: 0;
    }
}
.is-bg-lightgray .santa_dx-quality-lower__txt {
    max-width: 355px;
    margin: 0 auto;
}
@media all and (min-width: 600px) {
    .is-bg-lightgray .santa_dx-quality-lower__txt {
        max-width: none;
        margin: 0;
    }
}

.santa_dx-quality-lower__txt * {
    vertical-align: middle;
}

.santa_dx-quality-lower__txt > strong {
    text-align: center;
    font-size: 1.7rem;
}
@media all and (min-width: 600px) {
    .santa_dx-quality-lower__txt > strong {
        font-size: 2.4rem;
    }
}
@media all and (min-width: 600px) {
    .is-bg-gray .santa_dx-quality-lower__txt > strong {
        line-height: 1.6;
    }
}
.is-bg-lightgray .santa_dx-quality-lower__txt > strong {
    line-height: 1.6;
}

.santa_dx-quality-lower__txt .wbr {
    white-space: nowrap;
}

.santa_dx-quality-lower__txt .adjust {
    vertical-align: baseline;
}

@media all and (min-width: 390px) {
    .is-balloon .santa_dx-quality-lower__txt .shift-1 {
        display: none;
    }
}
@media not all and (min-width: 390px) {
    .is-balloon .santa_dx-quality-lower__txt .shift-1 {
        display: inline;
    }
}

@media all and (min-width: 390px) {
    .is-balloon .santa_dx-quality-lower__txt .shift-2 {
        white-space: nowrap;
    }
}
@media not all and (min-width: 390px) {
    .is-balloon .santa_dx-quality-lower__txt .shift-2 {
        white-space: normal;
    }
}

@media all and (min-width: 390px) {
    .is-balloon .santa_dx-quality-lower__txt .shift-3 {
        white-space: nowrap;
    }
}
@media not all and (min-width: 390px) {
    .is-balloon .santa_dx-quality-lower__txt .shift-3 {
        white-space: normal;
    }
}

@media all and (min-width: 390px) {
    .is-balloon .santa_dx-quality-lower__txt .shift-4 {
        white-space: nowrap;
    }
}
@media not all and (min-width: 390px) {
    .is-balloon .santa_dx-quality-lower__txt .shift-4 {
        white-space: normal;
    }
}

.is-bg-gray .santa_dx-quality-lower__txt .shift-1 {
    white-space: nowrap;
}
@media not all and (min-width: 350px) { /* デザイン調整 */
    .is-bg-gray .santa_dx-quality-lower__txt .shift-1 {
        white-space: normal;
    }
}

@media not all and (min-width: 350px) { /* デザイン調整 */
    .is-bg-gray .santa_dx-quality-lower__txt .shift-2 {
        white-space: nowrap;
    }
}

@media not all and (min-width: 350px) { /* デザイン調整 */
    .is-bg-gray .santa_dx-quality-lower__txt .shift-3 {
        white-space: nowrap;
        vertical-align: text-top;
    }
}

/* FEATURE（三協のDXの特徴） */
.santa_dx-feature__inner {
    padding: 0;
}

.santa_dx-feature__content-wrap {
    margin-top: 25px;
}
@media all and (min-width: 600px) {
    .santa_dx-feature__content-wrap {
        margin-top: 60px;
    }
}

.santa_dx-feature__content {
    border: solid 1px #666;
}
.santa_dx-feature__content:not(:first-child) {
    margin-top: 30px;
}
@media all and (min-width: 600px) {
    .santa_dx-feature__content:not(:first-child) {
        margin-top: 70px;
    }
}

.santa_dx-feature__head-main {
    padding: 11px 25px 14px;
    background-color: var(--santa_dx_orange);
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6;
}
@media all and (min-width: 600px) {
    .santa_dx-feature__head-main {
        font-size: 5rem;
    }
}

.santa_dx-feature__head-main > .wbr {
    display: inline-block;
}

.santa_dx-feature__content-main {
    padding: 25px 25px 30px;
    background-color: #eee;
}
@media all and (min-width: 600px) {
    .santa_dx-feature__content-main {
        padding: 35px 53px 45px;
    }
}

.santa_dx-feature__head-sub {
    margin-bottom: 19px;
    text-align: center;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.5;
}
@media all and (min-width: 600px) {
    .santa_dx-feature__head-sub {
        margin-bottom: 27px;
        font-size: 3.4rem;
        line-height: 1.6;
    }
}

.santa_dx-feature__head-sub > .wbr {
    display: inline-block;
}

.santa_dx-feature__float {
    display: flow-root;
    margin-bottom: 26px;
}
@media all and (min-width: 600px) {
    .santa_dx-feature__float {
        margin-bottom: 44px;
    }
}

.santa_dx-feature__img-illust {
    float: left;
    width: 162px;
}
@media all and (min-width: 600px) {
    .santa_dx-feature__img-illust {
        width: 300px;
    }
}
@media not all and (min-width: 390px) {
    .santa_dx-feature__img-illust {
        width: calc(162px * 0.8);
    }
}
.santa_dx-feature__img-illust.man {
    margin: -7px 14px 0 -8px;
}
@media all and (min-width: 600px) {
    .santa_dx-feature__img-illust.man {
        margin: -7px 44px 0 48px;
    }
}
.santa_dx-feature__img-illust.woman {
    margin: -11px 13px 0 -6px;
}
@media all and (min-width: 600px) {
    .santa_dx-feature__img-illust.woman {
        margin: -3px 44px 0 47px;
    }
}
.santa_dx-feature__img-illust.old {
    margin: -12px 6px 0 0;
}
@media all and (min-width: 600px) {
    .santa_dx-feature__img-illust.old {
        margin: 0 44px 30px 46px;
    }
}

.santa_dx-feature__head-txt {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.5;
}
@media all and (min-width: 600px) {
    .santa_dx-feature__head-txt {
        margin-bottom: 37px;
    }
}

.santa_dx-feature__txt:not(:last-child) {
    margin-bottom: 27px;
}
@media all and (min-width: 600px) {
    .santa_dx-feature__txt:not(:last-child) {
        margin-bottom: 32px;
    }
}

/* FLOW（三協のDX導入の流れ） */
.santa_dx-flow {
    background-color: #eee;
}

.santa_dx-flow__inner {
    padding-top: 26px;
    padding-bottom: 66px;
}
@media all and (min-width: 600px) {
    .santa_dx-flow__inner {
        padding-top: 62px;
        padding-bottom: 100px;
    }
}

.santa_dx-flow__list {
    margin-top: 25px;
}
@media all and (min-width: 600px) {
    .santa_dx-flow__list {
        margin-top: 70px;
    }
}

.santa_dx-flow__item {
    display: flex;
}

.santa_dx-flow__label {
    flex-shrink: 0;
    flex-basis: 40px;
    position: relative;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    line-height: 1.5;
}
@media all and (min-width: 600px) {
    .santa_dx-flow__label {
        flex-basis: 100px;
    }
}
.santa_dx-flow__item:nth-child(odd) > .santa_dx-flow__label {
    background-color: #e4986f;
}
.santa_dx-flow__item:nth-child(even) > .santa_dx-flow__label {
    background-color: #ecbb9e;
}
.santa_dx-flow__label::before,
.santa_dx-flow__label::after {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 16px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    content: '';
}
@media all and (min-width: 600px) {
    .santa_dx-flow__label::before,
    .santa_dx-flow__label::after {
        height: 30px;
    }
}
.santa_dx-flow__label::before {
    bottom: -15px;
}
@media all and (min-width: 600px) {
    .santa_dx-flow__label::before {
        bottom: -29px;
    }
}
.santa_dx-flow__label::after {
    bottom: -16px;
}
@media all and (min-width: 600px) {
    .santa_dx-flow__label::after {
        bottom: -30px;
    }
}
.santa_dx-flow__item:nth-child(odd) > .santa_dx-flow__label::before,
.santa_dx-flow__item:nth-child(odd) > .santa_dx-flow__label::after {
    background-color: #e4986f;
}
.santa_dx-flow__item:nth-child(even) > .santa_dx-flow__label::before,
.santa_dx-flow__item:nth-child(even) > .santa_dx-flow__label::after {
    background-color: #ecbb9e;
}

.santa_dx-flow__label-inner {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 14px;
    width: 100%;
    height: 100%;
}

.santa_dx-flow__label-inner > span:first-child {
    font-size: 1.7rem;
    writing-mode: vertical-rl;
}
@media all and (min-width: 600px) {
    .santa_dx-flow__label-inner > span:first-child {
        position: relative;
        left: 1px;
        font-size: calc((1.7rem * 2.4) / 1.4); /* 14pxから24pxの変化率を適用 */
    }
}
.santa_dx-flow__label-inner > span:last-child {
    font-size: 2.2rem;
}
@media all and (min-width: 600px) {
    .santa_dx-flow__label-inner > span:last-child {
        font-size: calc((2.2rem * 2.4) / 1.4); /* 14pxから24pxの変化率を適用 */
    }
}

.santa_dx-flow__set {
	flex: 1;
    display: flex;
    align-items: center;
    padding: 12px;
}
@media all and (min-width: 600px) {
    .santa_dx-flow__set {
        padding: 20px;
    }
}
@media not all and (min-width: 390px) {
    .santa_dx-flow__set {
        display: block;
    }
}
.santa_dx-flow__item:nth-child(odd) > .santa_dx-flow__set {
    background-color: #e6e6e6;
}
.santa_dx-flow__item:nth-child(even) > .santa_dx-flow__set {
    background-color: #fff;
}

.santa_dx-flow__img {
    flex-shrink: 0;
    flex-basis: 130px;
    margin-right: 12px;
}
@media all and (min-width: 600px) {
    .santa_dx-flow__img {
        flex-basis: 274px;
        margin-right: 42px;
    }
}
@media not all and (min-width: 390px) {
    .santa_dx-flow__img {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.santa_dx-flow__img > img {
    aspect-ratio: 130 / 96;
    object-fit: cover;
}

@media all and (min-width: 600px) {
    .santa_dx-flow__txt {
        font-size: 2.4rem;
    }
}

