.breadcrumb__bg {
    background-color: #f3faff
}

html {
    scroll-behavior: smooth
}

@media screen and (min-width: 750px) {
    .sec {
        padding: 12rem 0
    }
}

@media screen and (max-width: 749px) {
    .sec {
        padding: 5rem 0
    }
}

@media screen and (min-width: 750px) {
    .sec__head {
        margin-bottom: 10rem
    }
}

@media screen and (max-width: 749px) {
    .sec__head {
        margin-bottom: 5rem
    }
}

.intro {
    background: #f3faff
}

@media screen and (min-width: 1024px) {
    .intro__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 4rem 8rem
    }
}

@media screen and (max-width: 1023px) {
    .intro__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.intro__heading {
    color: #00a5bd
}

.intro__lead {
    line-height: 1.8
}

@media screen and (min-width: 1024px) {
    .intro__heading {
        font-size: 3rem
    }
}

@media screen and (max-width: 1023px) {
    .intro__heading {
        font-size: 2rem
    }
}

@media screen and (min-width: 750px) {
    .intro__lead {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 1.8rem
    }
}

@media screen and (max-width: 749px) {
    .intro__lead {
        font-size: 1.4rem;
        margin-top: 1.6rem
    }
}

@media screen and (min-width: 1024px) {
    .intro__lead {
        line-height: 1.8
    }
}

.support {
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .support {
        margin-top: 16rem
    }
}

@media screen and (max-width: 1023px) {
    .support {
        margin-top: 6rem
    }
}

@media screen and (min-width: 750px) {
    .consulting-intro .sec__head {
        margin-bottom: 4rem
    }
}

@media screen and (max-width: 749px) {
    .consulting-intro .sec__head {
        margin-bottom: 3rem
    }
}

@media screen and (min-width: 1024px) {
    .consulting-main .support {
        margin-top: 6rem
    }
}

@media screen and (max-width: 1023px) {
    .consulting-main .support {
        margin-top: 3rem
    }
}

@media screen and (min-width: 750px) {
    .supportNav {
        width: 95%;
        max-width: 1072px;
        margin: 8rem auto 16rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width: 750px)and (max-width: 1023px) {
    .supportNav {
        margin: 8rem auto
    }
}

@media screen and (max-width: 749px) {
    .supportNav {
        padding: 0 1.5rem;
        margin: 3rem 0 6rem
    }
}

@media screen and (min-width: 750px) {
    .supportNav__item {
        width: 31.3432835821%
    }
}

@media screen and (max-width: 749px) {
    .supportNav__item:not(:last-child) {
        margin-bottom: 1rem
    }
}

.supportNav__anc {
    background: #fff;
    border-radius: 5rem;
    color: #00a5bd;
    text-align: center;
    gap: 2.5rem;
    padding: 1.4rem 4rem;
    position: relative;
    -webkit-box-shadow: 0 0 6px rgba(0, 103, 117, .3);
    box-shadow: 0 0 6px rgba(0, 103, 117, .3);
    display: inline-block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1024px) {
    .supportNav__anc {
        padding: 2rem 4.4rem
    }
}

@media screen and (min-width: 750px)and (max-width: 1023px) {
    .supportNav__anc {
        padding: 1rem 4.4rem 1rem 2rem
    }
}

@media screen and (max-width: 749px) {
    .supportNav__anc {
        margin: 0 auto
    }
}

.supportNav__anc::after {
    position: absolute;
    top: 50%;
    right: 1.3rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    background: url(../img/common/arrow_btm.svg) center/contain no-repeat
}

.support__body {
    counter-reset: number 0
}

.support__item {
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 103, 117, .3);
    box-shadow: 0 0 6px rgba(0, 103, 117, .3)
}

@media screen and (min-width: 1440px) {
    .support__item:not(:last-child) {
        margin: 0 auto 16rem
    }

    .support__item:last-child {
        margin: 0 auto 2rem
    }
}

@media screen and (min-width: 750px) {
    .support__item {
        max-width: 1400px;
        padding: 5rem 0 8rem
    }

    .support__item:nth-child(odd) {
        border-top-right-radius: 2rem;
        border-bottom-right-radius: 2rem;
        margin-right: 4rem
    }

    .support__item:nth-child(odd) .support__top__content {
        padding: 0 8rem 0 0
    }

    .support__item:nth-child(even) {
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem;
        margin-left: 4rem
    }

    .support__item:nth-child(even) .support__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .support__item:nth-child(even) .support__top__content {
        padding: 0 0 0 8rem
    }

    .support__item:not(:last-child) {
        margin-bottom: 16rem
    }

    .support__item:last-child {
        margin-bottom: 2rem
    }
}

@media screen and (min-width: 750px)and (max-width: 1023px) {
    .support__item {
        padding: 4rem 0
    }

    .support__item:nth-child(odd) .support__top__content {
        padding: 0 2rem 0 0
    }

    .support__item:nth-child(even) .support__top__content {
        padding: 0 0 0 2rem
    }
}

@media screen and (max-width: 749px) {
    .support__item {
        padding: 3rem 1.5rem
    }

    .support__item:not(:last-child) {
        margin-bottom: 6rem
    }
}

@media screen and (min-width: 750px) {
    .support__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width: 750px) {
    .support__top__img {
        width: 57.1428571429%;
        max-width: 800px
    }
}

@media screen and (min-width: 1024px) {
    .support__top__img {
        margin-top: -12rem
    }
}

@media screen and (min-width: 750px)and (max-width: 1023px) {
    .support__top__img {
        width: 46%
    }
}

@media screen and (max-width: 749px) {
    .support__top__img {
        margin-top: -6rem
    }

    .support__top__img img {
        border-radius: 2rem
    }
}

@media screen and (min-width: 750px) {
    .support__top__content {
        width: 39.2857142857%
    }
}

@media screen and (min-width: 750px)and (max-width: 1023px) {
    .support__top__content {
        width: 50%
    }
}

@media screen and (max-width: 749px) {
    .support__top__content {
        margin-top: 2rem
    }
}

.support__top__heading {
    font-weight: 500;
    color: #00a5bd;
    position: relative;
    line-height: 1.5;
    letter-spacing: .08em
}

@media screen and (min-width: 1024px) {
    .support__top__heading {
        padding-left: 6.5rem
    }
}

@media screen and (max-width: 1023px) {
    .support__top__heading {
        padding-left: 4.5rem
    }
}

.support__top__heading:before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero);
    border-radius: 50%;
    background: #d4f0f4;
    color: #00a5bd;
    font-family: "Jost", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0
}

@media screen and (min-width: 1024px) {
    .support__top__heading:before {
        min-width: 5rem;
        min-height: 5rem;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 1023px) {
    .support__top__heading:before {
        min-width: 4rem;
        min-height: 4rem;
        font-size: 1.4rem
    }
}

@media screen and (min-width: 1024px) {
    .support__top__heading {
        font-size: 3.2rem
    }
}

@media screen and (max-width: 1023px) {
    .support__top__heading {
        font-size: 2.2rem
    }
}

.support__top__head {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #dedede;
    position: relative
}

.support__top__head::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 3.4rem;
    height: 2px;
    background: #00a5bd
}

.support__targets {
    position: relative;
    font-weight: 500;
    color: #393636;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2rem
}

@media screen and (min-width: 1024px) {
    .support__targets {
        font-size: 1.4rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 1023px) {
    .support__targets {
        font-size: 1.2rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.support__targets .title {
    display: inline-block;
    margin-right: 1rem;
    background: #dedede;
    padding: .5rem 1rem
}

@media screen and (min-width: 1024px) {
    .support__targets .title {
        min-width: 122px
    }
}

@media screen and (max-width: 1023px) {
    .support__targets .title {
        min-width: 112px
    }
}

.support__top__subHeading {
    line-height: 1.5;
    color: #393636;
    margin-bottom: 2rem
}

@media screen and (min-width: 1024px) {
    .support__top__subHeading {
        font-size: 2rem
    }
}

@media screen and (max-width: 1023px) {
    .support__top__subHeading {
        font-size: 1.8rem
    }
}

.support__text {
    color: #393636;
    line-height: 1.8;
    letter-spacing: .02em
}

@media screen and (min-width: 1024px) {
    .support__text {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 1023px) {
    .support__text {
        font-size: 1.4rem
    }
}

@media screen and (min-width: 750px) {
    .service {
        padding: 8rem 0
    }
}

@media screen and (min-width: 750px)and (max-width: 1023px) {
    .service {
        padding: 4rem 0
    }
}

@media screen and (max-width: 749px) {
    .service {
        padding: 3rem 0
    }
}

@media screen and (min-width: 750px) {
    .heading-a {
        margin-bottom: 3rem
    }
}

@media screen and (max-width: 749px) {
    .heading-a {
        margin-bottom: 2rem
    }
}

.heading-a .en {
    display: block;
    color: #00a5bd;
    text-transform: uppercase;
    font-family: "Jost", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 500
}

.heading-a .en::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 3.4rem;
    height: 2px;
    background: #00a5bd
}

@media screen and (min-width: 750px) {
    .heading-a .en {
        font-size: 1.8rem
    }
}

@media screen and (max-width: 749px) {
    .heading-a .en {
        font-size: 1.6rem
    }
}

.heading-a .ja {
    display: block;
    letter-spacing: .08em
}

@media screen and (min-width: 750px) {
    .heading-a .ja {
        font-size: 2.8rem
    }
}

@media screen and (max-width: 749px) {
    .heading-a .ja {
        font-size: 1.8rem
    }
}

@media screen and (min-width: 750px) {
    .service__list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width: 1024px) {
    .service__list__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.service__list__item:not(:last-child) {
    margin-bottom: 2rem
}

@media screen and (min-width: 750px) {
    .service__list__item__img {
        width: 31.7307692308%;
        max-width: 330px
    }
}

@media screen and (max-width: 749px) {
    .service__list__item__img {
        width: 100%
    }

    .service__list__item__img img {
        width: 100%
    }
}

@media screen and (min-width: 750px) {
    .service__list__item__content {
        width: 65.3846153846%
    }
}

@media screen and (max-width: 749px) {
    .service__list__item__content {
        margin-top: 2rem
    }
}

.service__content__heading {
    font-weight: 500;
    color: #00a5bd;
    margin-bottom: 1rem
}

@media screen and (min-width: 750px) {
    .service__content__heading {
        font-size: 2rem
    }
}

@media screen and (max-width: 749px) {
    .service__content__heading {
        font-size: 1.8rem
    }
}

.service__content__list li {
    line-height: 2;
    font-size: 1.4rem;
    letter-spacing: .12em;
    position: relative;
    padding-left: 1.5rem
}

.service__content__list li:before {
    position: absolute;
    content: "";
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background: #00c6ff;
    left: 0;
    top: .7em
}

@media screen and (max-width: 749px) {
    .ytGuard .heading-a {
        margin-bottom: 0
    }
}

@media screen and (min-width: 750px) {
    .ytGuard .l-inner-xs {
        max-width: 1060px
    }
}

@media screen and (min-width: 750px) {
    .feature__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto
    }
}

@media screen and (min-width: 750px) {
    .feature__body.ytGuard {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media screen and (min-width: 750px) {
    .feature__body.ytGuard .features__img {
        width: 48.7735849057%;
        max-width: 517px
    }
}

@media screen and (max-width: 749px) {
    .feature__body.ytGuard .features__img {
        margin-bottom: 0
    }
}

@media screen and (min-width: 750px) {
    .feature__body.ytGuard .features__list {
        width: 46.5094339623%;
        max-width: 493px
    }
}

@media screen and (min-width: 750px) {
    .features__img {
        width: 43.1730769231%;
        max-width: 449px
    }
}

@media screen and (min-width: 750px)and (max-width: 1023px) {
    .features__img {
        width: 50%
    }
}

@media screen and (max-width: 749px) {
    .features__img {
        margin-bottom: 2rem
    }
}

.features__list {
    counter-reset: number 0
}

@media screen and (min-width: 750px) {
    .features__list {
        width: 50.6730769231%;
        max-width: 527px
    }
}

.features__list__item.-number {
    padding-left: 2rem;
    border-left: 1px solid #dedede;
    position: relative
}

.features__list__item.-number:before {
    position: absolute;
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Jost", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    letter-spacing: -0.03em
}

@media screen and (min-width: 1024px) {
    .features__list__item.-number:before {
        font-size: 8rem;
        left: -11rem
    }
}

@media screen and (min-width: 750px)and (max-width: 1023px) {
    .features__list__item.-number:before {
        font-size: 4.5rem;
        left: -6rem
    }
}

@media screen and (max-width: 749px) {
    .features__list__item.-number:before {
        font-size: 5rem;
        left: -7rem
    }
}

@media screen and (min-width: 750px) {
    .features__list__item.-number {
        margin-left: 11rem
    }
}

@media screen and (min-width: 750px)and (max-width: 1023px) {
    .features__list__item.-number {
        margin-left: 6rem
    }
}

@media screen and (max-width: 749px) {
    .features__list__item.-number {
        margin-left: 7rem
    }
}

.features__list__item:not(:last-child) {
    margin-bottom: 2rem
}

.features__list__item:first-child:before {
    background: -webkit-linear-gradient(#5EE2F3, #00A5BD);
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    background-clip: text
}

.features__list__item:nth-child(2):before {
    background: -webkit-linear-gradient(#46CBBB, #0694A9);
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    background-clip: text
}

.features__list__item:nth-child(3):before {
    background: -webkit-linear-gradient(#4FADFF, #009DB0);
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    background-clip: text
}

.features__item__heading {
    font-weight: 500;
    color: #00a5bd;
    margin-bottom: 1rem
}

.features__item__heading.checked {
    position: relative;
    padding-left: 2.5rem;
    background: #a9ebf8;
    padding: .5rem 2rem .5rem 3rem;
    color: #363636;
    border-radius: 1rem
}

@media screen and (min-width: 750px) {
    .features__item__heading.checked {
        display: inline-block;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 749px) {
    .features__item__heading.checked {
        font-size: 1.5rem
    }
}

.features__item__heading.checked:before {
    position: absolute;
    content: "";
    width: 1.8rem;
    height: 1.6rem;
    background: url(../img/service/icon_check.svg) no-repeat center/contain;
    left: .8rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (min-width: 750px) {
    .features__item__heading {
        font-size: 1.8rem
    }
}

@media screen and (max-width: 749px) {
    .features__item__heading {
        font-size: 1.6rem
    }
}

.features__text {
    font-size: 1.4rem;
    line-height: 1.8
}

.support__btn.-center {
    text-align: center
}

@media screen and (min-width: 750px) {
    .support__btn {
        margin-top: 6rem
    }
}

@media screen and (max-width: 749px) {
    .support__btn {
        text-align: center;
        margin-top: 3rem
    }
}
