/* section1 */
.sonix-inner {
    width: clamp(0px, calc(100% - 40px), 1080px);
    margin: clamp(80px, 14.64vw, 200px) auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(12px, 1.83vw, 25px);
    align-items: center;
}

.sonix-sub {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    font-size: clamp(16px, 1.32vw, 18px);
    color: #000;
    margin-bottom: clamp(14px, 1.76vw, 24px);
}

.sonix-title {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1;
    color: #006E7C;
    font-size: clamp(28px, 3.51vw, 48px);
}

.sonix-right {
    transform: translateY(clamp(16px, 2.93vw, 40px));
}

.sonix-right p {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    color: #000;
    font-size: clamp(16px, 1.32vw, 18px);
}

@media (max-width: 768px) {
    .sonix-inner {
        grid-template-columns: 1fr;
        gap: 30px;
        margin: 40px auto 0;
    }

    .sonix-title {
        font-size: 28px;
    }

    .sonix-right p {
        font-size: 16px;
        line-height: 1.8;
    }

    .sonix-intro {
        padding: 50px 0;
    }
}

/* section2 */
.trouble {
    position: relative;
    overflow: hidden;
    padding: clamp(60px, 9.52vw, 130px) 0 0;
    width: clamp(0px, calc(100% - 40px), 1080px);
    margin: auto;
}

.trouble-title {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    text-align: center;
    color: #006E7C;
    font-size: clamp(24px, 2.64vw, 36px);
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.trouble::before {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    content: "Reason";
    position: absolute;
    top: clamp(-70px, -5.12vw, -35px);
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(90px, 17.94vw, 245px);
    font-weight: 400;
    color: rgba(191, 209, 198, 0.15);
    letter-spacing: 0;
    z-index: 0;
    pointer-events: none;
    line-height: 1.6;
}

.trouble-inner {
    position: relative;
    z-index: 1;
}

.trouble-desc {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(16px, 1.32vw, 18px);
    line-height: 1.5;
    color: #000;
    text-align: center;
    margin-bottom: clamp(35px, 4.9vw, 67px);
    margin-top: clamp(50px, 6.95vw, 95px);
}

.reason-card {
    position: relative;
    display: grid;
    grid-template-columns: 525px 1fr;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(55px, 7.54vw, 103px);
}

.reason-text {
    position: relative;
    z-index: 2;
    padding: clamp(45px, 5.86vw, 80px) clamp(20px, 2.2vw, 30px) clamp(42px, 5.49vw, 75px);
    background: url("/wp-content/themes/type_0/img/office-it_img4.png") center center / cover no-repeat;
    box-sizing: border-box;
    box-shadow: clamp(6px, 0.88vw, 12px) clamp(4px, 0.59vw, 8px) clamp(8px, 1.17vw, 16px) rgba(0, 0, 0, 0.25);
    border-radius: clamp(6px, 0.73vw, 10px);
}

.reason-heading {
    position: relative;
    margin: 0 0 clamp(24px, 2.93vw, 40px);
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(28px, 3vw, 41px);
    line-height: 1.2;
    color: #000;
}

.reason-copy {
    position: relative;
    margin: 0 0 clamp(12px, 1.32vw, 18px);
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(16px, 1.32vw, 18px);
    line-height: 1.5;
    color: #000;
}

.reason-image {
    position: relative;
    z-index: 1;
    margin-left: clamp(-85px, -6.22vw, -42px);
    top: clamp(12px, 2.2vw, 30px);
}

.reason-image img {
    display: block;
    height: clamp(340px, 39.9vw, 545px);
    width: clamp(420px, 46.85vw, 640px);
    object-fit: cover;
}

.reason-copy:last-child {
    margin-bottom: 0;
}


@media screen and (max-width: 768px) {
    .reason-card {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .reason-image {
        order: 1;
        width: 100%;
        margin-left: 0;
        top: 0;
    }

    .reason-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 0.78;
        object-fit: cover;
    }

    .reason-text {
        order: 2;
        width: calc(100% - 25px);
        margin: -40px auto 0;
        padding: 32px 20px 28px;
        border-radius: 10px;
        position: relative;
        z-index: 2;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 580px) {
    .trouble::before {
        top: 5px;
    }
}

/* section3 */
.feature {
    position: relative;
    padding: clamp(70px, 12.44vw, 170px) 0;
    background: #F3F3F3;
    overflow: hidden;
}

.feature-inner {
    width: clamp(0px, calc(100% - 40px), 1080px);
    margin: 0 auto;
}

.feature-head {
    position: relative;
    text-align: center;
    margin-bottom: clamp(32px, 5.05vw, 69px);
}

.feature-bg {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(72px, 17.94vw, 245px);
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -90%);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    color: #fff;
}

.feature-title {
    position: relative;
    z-index: 1;
    font-size: clamp(24px, 2.64vw, 36px);
    letter-spacing: 0.1em;
    color: #006E7C;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: clamp(35px, 5.12vw, 70px);
}

.feature-card {
    display: flex;
    align-items: center;
    gap: clamp(20px, 3.66vw, 50px);
    padding: 0 clamp(20px, 3.66vw, 50px);
    background: #fff;
}

.feature-card.reverse {
    flex-direction: row-reverse;
}

.feature-image {
    flex-shrink: 0;
    width: clamp(140px, 22.69vw, 310px);
}

.feature-image img {
    width: 100%;
    display: block;
}

.feature-content {
    flex: 1;
}

.feature-content h3 {
    margin: clamp(25px, 3.29vw, 45px) 0 clamp(15px, 1.83vw, 25px);
    font-size: clamp(24px, 2.64vw, 36px);
    line-height: 1.2;
    color: #006E7C;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.feature-content p {
    font-size: clamp(16px, 1.32vw, 18px);
    line-height: 1.5;
    color: #000;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: clamp(25px, 3.15vw, 43px);
}

.trouble-desc2 {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(16px, 1.32vw, 18px);
    line-height: 1.5;
    color: #000;
    text-align: center;
    margin-bottom: clamp(35px, 4.9vw, 67px);
    margin-top: clamp(50px, 6.95vw, 95px);
}


@media screen and (max-width: 768px) {
    .feature-bg {
        transform: translate(-50%, -115%);
    }

    .feature-card,
    .feature-card.reverse {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .feature-card .feature-image {
        width: 215px;
        margin: 20px auto;
    }

    .feature-content h3 {
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 560px) {
    .feature-bg {
        transform: translate(-50%, -140%);
    }
}

@media screen and (max-width: 480px) {
    .feature-bg {
        transform: translate(-50%, -185%);
    }
}

/* section4 */
.trouble2 {
    position: relative;
    overflow: hidden;
    padding: clamp(80px, 12.30vw, 168px) 0 0;
    width: clamp(0px, calc(100% - 40px), 1080px);
    margin: auto;
}

.trouble-title {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    text-align: center;
    color: #006E7C;
    font-size: clamp(24px, 2.64vw, 36px);
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.trouble2::before {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    content: "Handling";
    position: absolute;
    top: clamp(-30px, -2.20vw, -14px);
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(90px, 17.94vw, 245px);
    font-weight: 400;
    color: rgba(191, 209, 198, 0.15);
    letter-spacing: 0;
    z-index: 0;
    pointer-events: none;
    line-height: 1.6;
}

.trouble-inner {
    position: relative;
    z-index: 1;
}

.trouble-desc2 {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(16px, 1.32vw, 18px);
    line-height: 1.5;
    color: #000;
    text-align: center;
    margin-bottom: clamp(30px, 3.66vw, 50px);
    margin-top: clamp(60px, 7.83vw, 107px);
}

.oa-bg-text {
    margin: 0;
    color: #BFD1C6;
    font-size: clamp(42px, 7.32vw, 100px);
    line-height: 1;
    font-family: "ABeeZee", sans-serif;
    font-weight: 400;
    font-style: normal;
    pointer-events: none;
}

.oa-bg-text#long {
    font-size: clamp(42px, 7.32vw, 94px);
}


.oa-content {
    position: relative;
    z-index: 2;
}

.oa-label {
    display: flex;
    align-items: center;
    gap: clamp(8px, 1.1vw, 15px);
    margin-bottom: clamp(40px, 5.85vw, 80px);
}

.oa-dot {
    width: clamp(8px, 0.88vw, 12px);
    height: clamp(8px, 0.88vw, 12px);
    border-radius: 50%;
    background: #006E7C;
    flex-shrink: 0;
}

.oa-name {
    color: #000;
    font-size: clamp(16px, 1.46vw, 20px);
    line-height: 1.6;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.oa-text {
    margin: 0;
    color: #000;
    font-size: clamp(16px, 1.32vw, 18px);
    line-height: 1.5;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}

@media screen and (max-width: 768px) {
    .oa-card {
        margin-top: 50px;
    }

    .oa-name {
        font-size: 18px;
    }
}

@media screen and (max-width: 560px) {
    .trouble2::before {
        top: 0px;
    }
}

@media screen and (max-width: 480px) {
    .trouble2::before {
        top: 30px;
        font-size: 75px;
    }
}

/* section4-1 */
.case-box {
    padding: clamp(45px, 6.59vw, 90px) 0 clamp(65px, 9.52vw, 130px);
    overflow: hidden;
}

.case-inner {
    width: min(calc(100% - 40px), 1080px);
    margin: 0 auto;
}

.case-heading {
    position: relative;
    text-align: center;
    margin-bottom: clamp(50px, 6.22vw, 85px);
}

.case-bg {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(42px, 9.37vw, 128px);
    line-height: 1.6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    color: rgba(191, 209, 198, 0.15);
}

.case-title {
    position: relative;
    z-index: 1;
    font-size: clamp(18px, 1.76vw, 24px);
    letter-spacing: 0.1em;
    color: #006E7C;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    text-decoration: underline;
    text-underline-offset: 10px;
    font-weight: bold;
    line-height: 1.5;
}

.blog-card-grid {
    margin-top: clamp(44px, 8.78vw, 120px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(24px, 3vw, 40px);
    justify-items: center;
}

.card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: transform .2s, box-shadow .2s;
}

.card-link:hover .card {
    transform: translateY(-2px);
}

.card-image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-body {
    padding: 10px 10px 20px;
}

.card-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 10px;
}

.card-tag {
    font-size: 14px;
    color: #006E7C;
    background: #BFD1C6;
    padding: 2px 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.card-date {
    font-size: 14px;
    color: #006E7C;
}

.card-title {
    position: relative;
    max-height: calc(1.5em * 2);
    min-height: calc(1.5em * 2);
    font-size: 18px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 26px;
    margin: 0 0 16px;
}

.card-title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0.15em;
    width: 18px;
    height: 18px;
    background: url("/img/External-Link.svg") no-repeat center / contain;
}

.card-title img {
    width: 24px;
    height: 24px;
    margin-left: 6px;
    vertical-align: text-bottom;
}

.card-desc2 {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin: 0;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.card-meta.blog-card {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    flex-direction: unset;
    margin-top: 7px;
}

.card-title.blog-card {
    margin: 0px 0 5px;
}

@media screen and (max-width: 750px) {
    .blog-card-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 819px) {
    .card {
        width: 100%;
        max-width: 360px;
        background: #fff;
        overflow: hidden;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        transition: transform .2s, box-shadow .2s;
    }

    .card-link:hover .card {
        transform: translateY(-2px);
    }

    .card-image img {
        width: 100%;
        display: block;
    }

    .card-body {
        padding: 10px 10px 20px;
    }

    .card-meta {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
        margin-bottom: 10px;
    }

    .card-tag {
        font-size: 14px;
        color: #006E7C;
        background: #BFD1C6;
        padding: 2px 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .card-date {
        font-size: 14px;
        color: #006E7C;
    }

    .card-title {
        font-size: 18px;
        font-family: "dnp-shuei-mgothic-std", sans-serif;
        font-weight: 600;
        line-height: 1.5;
        max-height: calc(1.5em * 2);
        min-height: calc(1.5em * 2);
        overflow: hidden;
        margin: 0px 0px 16px;
    }

    .card-title img {
        width: 24px;
        height: 24px;
        margin-left: 6px;
        vertical-align: text-bottom;
    }

    .card-desc2 {
        font-size: 16px;
        line-height: 1.5;
        color: #000;
        margin: 0;
        font-family: "dnp-shuei-mgothic-std", sans-serif;
        font-weight: 400;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
}

/* section5(1) */
.sonix-inner2 {
    width: clamp(0px, calc(100% - 40px), 1080px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(12px, 1.83vw, 25px);
    align-items: center;
}

@media (max-width: 768px) {
    .sonix-inner2 {
        grid-template-columns: 1fr;
        gap: 30px;
        margin: 40px auto 0;
    }
}

/* section6(2) */
.opinion-wrap {
    position: relative;
    margin-bottom: clamp(50px, 7.32vw, 100px);
    padding-bottom: clamp(140px, 19.40vw, 265px);
}

.opinion-image {
    position: relative;
    width: clamp(600px, 58.57vw, 800px);
}

.opinion-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.opinion-content {
    position: absolute;
    right: clamp(10px, 1.83vw, 25px);
    bottom: 0;
    width: 700px;
    padding: clamp(20px, 2.20vw, 30px) clamp(16px, 1.83vw, 25px);
    background: url("/wp-content/themes/type_0/img/office-it_img5.png") center center / cover no-repeat;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 12px 8px 16px rgba(0, 0, 0, 0.25);
    margin-right: clamp(10px, 1.46vw, 20px);
}

.opinion-heading {
    margin: 0 0 clamp(20px, 2.93vw, 40px);
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(24px, 3.00vw, 41px);
    line-height: 1.2;
    color: #000;
}

.opinion-text {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 clamp(14px, 1.46vw, 20px);
    font-size: clamp(16px, 1.32vw, 18px);
    line-height: 1.5;
    color: #000;
}

.pc-only {
    display: block;
}

@media screen and (max-width: 860px) {

    .pc-only {
        display: none;
    }

    .opinion-wrap {
        margin-bottom: 60px;
        padding-bottom: 0;
    }

    .opinion-image {
        width: 100%;
        margin-bottom: -35px;
    }

    .opinion-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 0.68;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
    }

    .opinion-content {
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100% - 15px);
        margin: 0 auto;
        box-shadow: none;
        z-index: 2;
    }

    .opinion-text {
        line-height: 1.8;
    }

    .opinion-text+.opinion-text {
        margin-top: 18px;
    }
}


/* section7 */
.flow {
    padding: clamp(80px, 11.71vw, 160px) 0;
    overflow: hidden;
    background-color: #F3F3F3;
}

.flow-inner {
    width: min(calc(100% - 40px), 1080px);
    margin: 0 auto;
}

.flow-heading {
    position: relative;
    text-align: center;
    margin-bottom: clamp(50px, 6.22vw, 85px);
}

.flow-bg {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(72px, 17.94vw, 245px);
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    color: #fff;
}

.flow-title {
    position: relative;
    z-index: 1;
    font-size: clamp(24px, 2.64vw, 36px);
    letter-spacing: 0.1em;
    color: #006E7C;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

.flow-desc {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(16px, 1.32vw, 18px);
    line-height: 1.5;
    color: #000;
    text-align: center;
    margin-bottom: clamp(70px, 8.78vw, 120px);
}

.flow-list {
    display: flex;
    flex-direction: column;
    gap: clamp(60px, 8.42vw, 115px);
}


.flow-triangle {
    position: absolute;
    left: 50%;
    bottom: clamp(-82px, -6vw, -50px);
    transform: translateX(-50%);
    width: clamp(110px, 13.18vw, 180px);
    height: clamp(50px, 6vw, 82px);
    overflow: visible;
    z-index: 1;
}

.flow-image {
    position: relative;
}

.flow-image img {
    display: block;
    width: 100%;
    max-width: clamp(220px, 25.62vw, 350px);
    height: auto;
    margin: 0 auto;
}

.flow-step {
    position: absolute;
    top: clamp(-55px, -4.03vw, -40px);
    left: clamp(-25px, -1.83vw, -10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: clamp(65px, 6.59vw, 90px);
    height: clamp(65px, 6.59vw, 90px);
    border: 1px solid #006E7C;
    border-radius: 50%;
    background: #fff;
    color: #006E7C;
    z-index: 2;
}

.step-en {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    margin-top: clamp(6px, 0.73vw, 10px);
}

.step-num {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: clamp(30px, 3.51vw, 48px);
    line-height: 1.2;
    letter-spacing: -0.05em;
    font-weight: 500;
    margin-top: clamp(-10px, -0.73vw, -6px);
}

.flow-content h3 {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #006E7C;
    font-size: clamp(24px, 2.64vw, 36px);
    line-height: 1.2;
    margin-bottom: clamp(18px, 1.9vw, 26px);
}

.flow-content p {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: clamp(16px, 1.32vw, 18px);
    line-height: 1.5;
}

.flow-card {
    position: relative;
    display: grid;
    grid-template-columns: clamp(220px, 28.18vw, 385px) 1fr;
    align-items: center;
    column-gap: clamp(25px, 4.03vw, 55px);
    padding: clamp(45px, 6.15vw, 84px) clamp(20px, 3.66vw, 50px) clamp(40px, 5.12vw, 70px);
    background: #fff;
    box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
    .flow-heading {
        margin-bottom: 24px;
    }

    .flow-card {
        grid-template-columns: 1fr;
        row-gap: 15px;
        padding: 32px 24px 50px;
    }

    .flow-step {
        top: -20px;
        left: -45px;
        width: 70px;
        height: 70px;
    }

    .flow-image {
        width: fit-content;
        margin: 0 auto;
    }

    .flow-content h3 {
        text-align: center;
    }
}

/* section8(4-1) */
/* section9 */
.contact-banner {
    width: min(calc(100% - 40px), 1080px);
    margin: clamp(20px, 2.56vw, 35px) auto 0;
    text-align: center;
}

.contact-banner__link {
    display: inline-block;
    transition: opacity 0.3s ease;
}

.contact-banner__link:hover {
    opacity: 0.8;
}

.contact-banner img {
    display: block;
    max-width: 522px;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

@media screen and (max-width:820px) {
    .contact-banner {
        width: calc(100% - 32px);
        margin-top: 40px;
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 768px) {

    #phone,
    #printer {
        scroll-margin-top: 80px;
    }
}