@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);

.flex,
.menu-btn,
.nv {
    display: flex
}

.nv,
.nvmc {
    background-color: #fff;
    right: 0
}

.a_act,
.nvmc,
.ss_l,
ol li a {
    transition: .3s
}

.fcd,
.hero,
.scr .bd,
.sol_b .sol_b_b,
section {
    overflow: hidden
}

.nv,
.plusview .inner,
.scr .bd {
    height: 100%
}

.a_act,
.b__mc .__b,
.menu-btn,
.plus,
.plusclose,
.ss_l,
.ut,
ol li a {
    cursor: pointer
}

:root {
    --menu-width: 96px;
    --menu-btn-width: 60px;
    --min-width: 1080px;
    --bg-sky: #EBFCFD;
    --bg-blue: #214F9C
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--bg-sky);
    font-family: 'Noto Sans JP', sans-serif
}

.blue {
    color: var(--bg-blue) !important
}

.orange {
    color: #ff9900 !important
}

.sol_b .sol_b_b p,
.white {
    color: #fff
}

.f1 {
    flex: 1
}

.f1_5 {
    flex: 1.5
}

.f1_75 {
    flex: 1.75
}

.f2 {
    flex: 2
}

.f3 {
    flex: 3
}

.w100 {
    width: 100% !important
}

.column {
    flex-direction: column
}

.row {
    flex-direction: row
}

.justify-center {
    justify-content: center
}

.align-center {
    align-items: center
}

.align-end {
    align-items: end
}

.align-start {
    align-items: start
}

.hero,
.nv {
    flex-direction: column;
    top: 0
}

img {
    width: 100%;
    border: none
}

.w60p {
    width: 60% !important
}

.text-center,
.title {
    text-align: center
}

.text-end {
    text-align: end
}

.contact-menu,
.hamburger-menu,
.logo {
    text-align: center
}

.nowrap {
    white-space: nowrap
}

.pt0 {
    padding-top: 0 !important
}

.pb0 {
    padding-bottom: 0 !important
}

.p0 {
    padding: 0 !important
}

.mt0 {
    margin-top: 0 !important
}

.mt3 {
    margin-top: 3rem !important
}

.nmt3 {
    margin-top: -3rem !important
}

.g1 {
    gap: 1rem
}

.g2 {
    gap: 2rem
}

.b__mc_c,
.g3 {
    gap: 3rem
}

.l2 {
    letter-spacing: 2px !important
}

.container {
    width: var(--min-width)
}

.nv {
    position: fixed;
    width: var(--menu-width);
    min-height: 650px;
    z-index: 4;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    bottom: 0;
    justify-content: space-between
}

.holder .t .i p,
.menu-btn,
.scr,
.slb_c,
section {
    z-index: 2
}

.hamburger-menu {
    height: 92px;
    position: relative;
    margin: 0 auto
}

.hamburger-menu p {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: var(--bg-blue);
    z-index: 2
}

.menu-btn {
    position: relative;
    height: var(--menu-btn-width);
    width: var(--menu-btn-width);
    justify-content: center;
    align-items: center
}

.menu-btn span,
.menu-btn span:after,
.menu-btn span:before {
    content: '';
    display: block;
    height: 3px;
    width: 60px;
    border-radius: 3px;
    background-color: var(--bg-blue);
    position: absolute;
    transition: .2s
}

.a__gt.x,
.b__mc .__b,
.contact-menu a {
    transition: opacity .3s
}

.menu-btn span:before {
    bottom: 16px
}

.menu-btn span:after {
    top: 16px
}

#menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0)
}

#menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg)
}

#menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg)
}

#menu-btn-check {
    display: none
}

.nvmc {
    padding: 2rem;
    position: absolute;
    top: 0;
    width: 400px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    visibility: hidden;
    opacity: 0
}

.nvmc.open {
    visibility: visible;
    opacity: 1
}

.nvmc ol {
    list-style: none
}

.nvmc ol.root {
    counter-reset: item;
    text-align: start;
    padding-left: 0
}

ol.root li {
    counter-increment: item;
    margin-bottom: 6px;
    font-size: 20px
}

ol.root li:before {
    margin-right: 10px;
    content: "0" counter(item) "  -";
    color: var(--bg-blue);
    text-align: start;
    display: inline-block
}

ol.sb {
    margin-top: 8px
}

ol.sb li {
    font-size: 18px
}

ol.sb li::before {
    content: "-"
}

ol li a {
    text-decoration: none;
    color: #333
}

.a_act:hover,
.contact-menu a:hover,
.ss_l:hover,
ol li a:hover {
    opacity: .7
}

.a__gt.x,
.plusview,
.ut {
    opacity: 0;
    visibility: hidden
}

.contact-menu {
    background-color: var(--bg-blue);
    border-bottom-left-radius: 20px;
    padding: 20px
}

.contact-menu a {
    display: block
}

.hero,
.holder,
.holder .t,
.holder .t .i,
.scr,
.slb_c,
.slb_c p,
.worries {
    display: flex
}

.contact-menu a:first-child {
    margin-bottom: 20px
}

.contact-menu a img {
    width: 60%
}

.slogan {
    width: 67px;
    margin: 0 auto
}

.holder,
.slb_c,
.sol_b {
    margin-right: var(--menu-width)
}

.hero {
    width: 100%;
    min-width: var(--min-width);
    height: fit-content;
    position: fixed;
    background: #023d9f;
    background: -moz-linear-gradient(180deg, #023d9f 0, #2e7ed8 100%);
    background: -webkit-linear-gradient(180deg, #023d9f 0, #2e7ed8 100%);
    background: linear-gradient(180deg, #023d9f 0, #2e7ed8 100%)
}

.bg_g_r,
.logo {
    position: absolute
}

.bg_g_r {
    transform: rotate(17deg);
    background: #4478d2;
    width: 1920px;
    height: 1920px;
    right: -960px;
    top: 0;
    background: -moz-linear-gradient(45deg, rgba(68, 120, 210, .9) 0, rgba(218, 227, 247, .1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(68, 120, 210, .9) 0, rgba(218, 227, 247, .1) 100%);
    background: linear-gradient(45deg, rgba(68, 120, 210, .9) 0, rgba(218, 227, 247, .1) 100%)
}

.logo,
.scr .bd,
.slb_c p,
section.sol::before {
    background-color: #fff
}

.logo {
    border-radius: 0 34px 34px;
    top: 15px;
    left: 15px;
    padding: 10px;
    width: 13%;
    min-width: 184px
}

.bubble,
.holder .t .i,
.holder .t .i img,
.scr .bd::before,
.slb_c,
.sol_b .sol_b_b,
section,
section.sol {
    position: relative
}

.logo img {
    width: 70%
}

.holder {
    flex-direction: column;
    padding: 1rem 2rem
}

.holder .t {
    gap: 3rem;
    margin-bottom: 1rem;
    justify-content: end
}

.holder .t .i {
    width: 15%
}

.holder .t .i::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    background: #0058e6;
    background: -moz-linear-gradient(0deg, #0058e6 0, rgba(255, 255, 255, 0) 22%);
    background: -webkit-linear-gradient(0deg, #0058e6 0, rgba(255, 255, 255, 0) 22%);
    background: linear-gradient(0deg, #0058e6 0, rgba(255, 255, 255, 0) 22%);
    z-index: 1
}

.holder .t:nth-child(2) .i:first-child {
    width: 49%
}

.holder .t:nth-child(2) .i:first-child:before {
    visibility: hidden
}

.holder .t .i img {
    border-radius: 20px
}

.holder .t .i p {
    position: absolute;
    padding: .5rem;
    bottom: 0;
    right: 0;
    color: #fff
}

.holder .t .i .s {
    width: 100%;
    color: #fff
}

.holder .t .i .s .st {
    display: flex;
    justify-content: end;
    align-items: end
}

.holder .t .i .s .st span {
    font-size: 1.8em;
    font-weight: 800;
    margin-right: 1rem
}

.holder .t .i .s .st span:nth-child(3) {
    font-size: 1.4em
}

.holder .t .i .s h1 {
    font-size: 4vw;
    margin: 0;
    letter-spacing: .7vw;
    line-height: 1em;
    text-wrap: nowrap
}

@media (max-width:1080px) {
    .holder .t .i .s h1 {
        font-size: 52px;
        letter-spacing: 6px
    }
}

.holder .t .i .s h1 span {
    margin-left: .7em
}

.slb_c,
.sol_b {
    padding: 0 2rem 0 3vw
}

@media (max-width:var(--min-width)) {

    .slb_c,
    .sol_b {
        padding: 0 42px
    }
}

.sol_b .sol_b_b p::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #fff;
    top: 50%;
    padding: 0 7em;
    margin: 0 2rem
}

.slb_c p {
    color: #0058e6;
    border-radius: 22px;
    padding: .5rem 1rem;
    margin-top: 30px;
    margin-right: 1rem;
    letter-spacing: .2em;
    font-weight: 700
}

.title h2,
.title p {
    letter-spacing: .12em
}

.slb_c p:first-child::before,
.slb_c p:nth-child(2)::before {
    content: "＼ Pick up ／";
    display: block;
    color: #ffe200;
    position: absolute;
    top: 0;
    margin-left: -1rem;
    letter-spacing: 0;
    font-weight: 400
}
.scr {
    justify-content: center;
    align-items: start;
    height: 120px
}

.scr span {
    display: inline-block;
    transform: rotate(90deg);
    transform-origin: bottom;
    color: #fff;
    font-weight: 800
}

.scr .bd {
    width: 2px;
    margin-right: -12px
}

@keyframes scrbd {
    0% {
        top: 0
    }

    25% {
        top: 25%
    }

    50% {
        top: 50%
    }

    75% {
        top: 75%
    }

    100% {
        top: 100%
    }
}

.scr .bd::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 40%;
    background-color: #acacac;
    animation: 1.5s linear infinite scrbd
}

section {
    padding: 6rem 0;
    width: calc(100% - var(--menu-width));
    min-width: calc(var(--min-width) - var(--menu-width))
}

section.fc {
    margin-top: 100vh;
    padding-top: 0
}

section.fc .btmc {
    padding-top: 6rem;
    padding-bottom: 3rem;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%
}

section .container {
    margin: 0 auto
}

section.sols {
    padding-top: calc(6rem - 24px)
}

section.sol::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 140px);
    min-width: calc(var(--min-width) + 140px);
    height: auto;
    border-top-right-radius: 160px;
    border-bottom-left-radius: 160px;
    top: calc(6rem + 74px);
    right: 140px;
    bottom: 0;
    left: 0
}

section.sol.r::before {
    border-radius: 160px 0;
    right: 0;
    left: unset
}

.bg-blue {
    background-color: var(--bg-blue) !important
}

.bg-light-blue {
    background-color: var(--bg-sky) !important
}

.title p {
    color: var(--bg-blue);
    font-size: 1.2em;
    margin: 0
}

.a__xxx p,
.title h2 {
    font-size: 2em
}

.title h2 {
    font-weight: 400;
    margin-top: .25em
}

.a__xxx p,
.a__xxx p span,
.ctx p {
    font-weight: 800
}

.worries {
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.badge,
.bubble,
.button,
.c074::after {
    display: inline-block
}

.w_c div {
    width: 280px
}

.bubble {
    width: fit-content;
    padding: 1.8rem 3rem;
    color: #fff;
    background: #1a62bc;
    border-radius: 55px;
    box-sizing: border-box
}

.a__gt,
.b__mc {
    background-color: #fff
}

.bubble.r:before,
.bubble:before {
    margin-left: -15px;
    border: 15px solid transparent;
    content: "";
    position: absolute;
    z-index: 0
}

.bubble:before {
    bottom: -10px;
    right: -27px;
    border-left: 45px solid #1a62bc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.a__gt,
.a__gtxw,
.a__xxx p span,
.c074,
.dts span,
.sol .content,
.soln,
.soltitle h2 {
    position: relative
}

.bubble:first-child {
    margin-right: -30px
}

.bubble.r:before {
    bottom: -24px;
    right: unset;
    left: 0;
    border-left: 45px solid #1a62bc;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.bubble.r:first-child {
    margin-left: -30px
}

.wsvg {
    width: 680px;
    margin-top: .5rem
}

.wp {
    font-size: 1.25em;
    letter-spacing: .05em;
    line-height: 1.75em
}

.a__xxx p span {
    color: #fff;
    background-color: #67bc84;
    border-radius: 30px;
    padding: 10px 55px;
    margin: 0 .5rem;
    bottom: 8px
}

.a__gt {
    border-radius: 20px;
    padding: 2rem 6rem;
    margin-top: 30px
}

.a__gt.x.active,
.plusview.show,
.ut.show {
    opacity: 1;
    visibility: visible
}

.a__gt.x:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 40.5%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 45px solid #fff
}

.___ccd img,
.b__mc .__c {
    border-radius: 20px
}

.a__gt.x:last-child {
    position: absolute;
    top: -30px
}

.a__gt.x:last-child::before {
    left: 59.5%
}

.a_act {
    box-shadow: 0 8px 0 0 rgba(0, 0, 0, .5)
}

.a_act.active {
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, .5);
    bottom: 4px
}

.a__gt h3 {
    font-size: 2.25em;
    text-decoration: underline;
    margin-bottom: 0
}

.button,
.lfa a {
    text-decoration: none
}

.a__gtm p {
    font-size: .99em
}

.a__gtm p:first-child {
    color: var(--bg-blue);
    font-size: 1.5em;
    text-decoration: none
}

.b__m p {
    font-size: .86em;
    line-height: 2.3em
}

.b__m h2 {
    font-size: 2.25em;
    margin: 0
}

.ctx {
    margin-bottom: .5rem
}

.ctx svg {
    width: 20px;
    height: 20px;
    margin-top: 6px;
    margin-right: 6px
}

.ctx p {
    color: #214f9c;
    font-size: 1.2em !important;
    margin: 0
}

.dts span::before {
    content: "・";
    position: absolute;
    top: -.7em;
    left: 0
}

.b__mc:first-child {
    margin-right: .5rem
}

.b__mc:last-child {
    margin-left: .5rem
}

.b__mc .__c,
.button {
    color: #fff;
    margin: 0 auto
}

.b__mc .__c {
    width: fit-content;
    background-color: #363636;
    font-size: .8em;
    font-weight: 100;
    padding: 8px 24px;
    text-align: center
}

.b__mc .__b,
.button {
    font-size: 1.1em;
    text-align: center
}

.b__mc .__b {
    color: var(--bg-blue)
}

.b__mc .__b:hover,
.plusclose:hover {
    opacity: .7
}

.button {
    background-color: #fc9a14;
    border-radius: 40px;
    font-weight: 400;
    padding: 1rem 0;
    width: 100%;
    transition: background-color .3s
}

.___ccm,
.badge,
.soltitle h2::after {
    background-color: var(--bg-blue)
}

.fcontainer,
video {
    width: var(--min-width)
}

.button.dl {
    background-color: #26b0e5
}

.button:hover {
    background-color: rgba(252, 154, 20, .7)
}

.button.dl:hover {
    background-color: rgba(38, 176, 229, .7)
}

.soln {
    color: var(--bg-blue);
    font-size: 5em;
    height: 74px;
    margin: 0;
    bottom: 20px
}

.soln span {
    margin-left: 1rem;
    font-size: .3333em;
    font-weight: 100
}

.___ccd h2,
.___ccd h4,
.nw h2,
.s03g h3 {
    font-weight: 400
}

.sol .content {
    z-index: 2;
    padding: 6rem 0
}

.badge.pa,
.c074::after {
    position: absolute
}

.soltitle {
    margin-bottom: 3rem;
    text-align: center
}

.soltitle h2 {
    font-size: 2.5em;
    margin-bottom: 0
}

.soltitle h2::after {
    content: "";
    width: 100px;
    height: 2px;
    display: block;
    margin: 1.5rem auto
}

.soltitle p {
    margin: 0;
    font-size: 1.7em
}

.___ccc {
    gap: 1.31rem
}

.___ccc p {
    font-size: .97em
}

.solimg {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    height: fit-content
}

.content hr {
    margin: 6rem 0;
    border-color: var(--bg-blue)
}

.badge {
    border-radius: 10px;
    color: #fff;
    font-size: .8em;
    line-height: 1em;
    padding: 4px 12px;
    margin-bottom: 12px
}

.___ccd h4,
.pss {
    font-size: 1.3em
}

.badge.sss {
    margin-right: 8px;
    line-height: 12px
}

.___ccd {
    margin: 6rem 0
}

.___ccd p {
    margin: 0;
    letter-spacing: 3px
}

.___ccd.sl p {
    letter-spacing: 0;
    line-height: 2em
}

.___ccd.sl.fk p {
    font-size: 16px
}

.___ccd h2.___mbd {
    margin-bottom: 5rem;
    font-size: 1.7em
}

.___ccm {
    border-top-left-radius: 6rem;
    border-bottom-right-radius: 6rem;
    padding: 1rem 3rem 0
}

.___ccm .button {
    width: 80%
}

.___ccm svg {
    width: 66%;
    margin-bottom: -16px
}

.___ccm h2,
.___ccmf h2 {
    font-size: 1.4em
}

.___ccmf p {
    font-size: .78em
}

.s03g {
    font-size: .9em
}

.s03g h3 {
    font-size: 1.4em
}

.s03g img {
    border-radius: 0 40px 40px 0
}

.s03g img.r {
    border-radius: 40px 0 0 40px
}

.bggr {
    background-color: #f1f4f8;
    border-radius: 40px;
    padding: 40px
}

.nw img {
    width: 300px
}

.nw img.solimg,
.plusview .inner img {
    width: fit-content
}

.nw h2 {
    font-size: 3em
}

.nw p {
    font-size: 1.1em;
    line-height: 2em;
    margin: 0;
    font-weight: 700
}

.fcd {
    padding: 3rem 0
}

.fcontainer {
    text-align: center;
    color: #fff;
    margin: 0 auto
}

.fcontainer p {
    font-size: 1.2em;
    display: flex;
    margin-right: auto;
    margin-left: auto
}

.fcontainer p img {
    width: 1.4em;
    margin-right: 8px
}

.sdts {
    margin: 2rem auto;
    width: 100%
}

.c074 {
    color: #fc9a14;
    font-size: 2.7em
}

.c074::after {
    content: "しーおーつーゼロ！なし！";
    font-size: .32em;
    width: max-content;
    right: 0;
    bottom: -20px
}

.bubble.ft {
    padding: 1rem 3rem;
    font-size: 1em;
    background-color: #fff;
    color: #333;
    text-align: start;
    margin-right: auto
}

.bubble.ft::before {
    content: "";
    position: absolute;
    bottom: -24px;
    right: 90px;
    margin-right: 0;
    border: 15px solid transparent;
    border-left: 45px solid #fff;
    z-index: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.bg-navy {
    background-color: #10274d
}

.ff___d {
    padding-bottom: 1rem
}

.lf {
    justify-content: space-between
}

.crp {
    display: flex;
    justify-content: center;
    align-items: end
}

.crp p {
    margin-bottom: 0;
    font-size: 1.1em
}

.lfa a {
    color: #fff
}

.nm-6_1 {
    margin-bottom: -6.1rem
}

.ut {
    position: fixed;
    bottom: 0;
    right: calc(var(--menu-width) + 20px);
    z-index: 2;
    transition: opacity .9s
}

video {
    margin-bottom: 6rem
}

.plus {
    width: 48px;
    position: absolute;
    right: 0;
    bottom: -48px
}

.plusview {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, .6);
    transition: .3s
}

.plusclose {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 68px;
    transition: opacity .3s
}


/* CPPA */
.cppa-wrap .cppa-content {
    position: relative;
    background: #EBFBFD;
    display: flex;
    padding: 28px 20px 40px 20px;
    margin-top: 100px;
    margin-bottom: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.cppa-wrap .cppa-content h2 {
    align-self: stretch;
    color: #00479D;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 57.2px */
    letter-spacing: 2.2px;
}

.cppa-wrap .cppa-content p {
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
}

.cppa-wrap .orange-round{
    color: #fff;
    text-align: center;
    position: absolute;
    left: -20px;
    top: -73px;
    display: flex;
    width: 200px;
    height: 200px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;   
    border-radius: 10000px;
    background: var(--PPA-orange, #F90);
}

.cppa-wrap .img-content {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
  
/* CTAセクション */
.cta-wrap {
    background: url("../a/i/03_solution/05_cppa/bg-sky.jpg") 100% / cover no-repeat;
    /* 画像が明るい場合は、文字が見やすいように薄いオーバーレイをかける例 */
    position: relative;
    padding: 80px 40px;
    text-align: center;
    mix-blend-mode: screen;
    margin: 0 auto;
}

.cta-content {
    position: relative;
    z-index: 2; /* オーバーレイより前面に表示 */
    margin: 0 auto;
    border-radius: 8px;
}

/* 見出し */
.cta-content h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%; /* 48px */
    letter-spacing: 1.6px;
}

/* 概要テキスト */
.cta-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    border-radius: 10px;
    background: #FFF;
}

.cta-description p, a.cta-button {
    color: #002E52;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 42px */
    letter-spacing: 1.4px;
}

.cta-content .arrow {
    margin-top: -10px;
}

/* ボタン */
.cta-button {
    max-width: 512px;
    display: flex;
    padding: 20px 30px;
    margin: 12px auto;
    letter-spacing: 2.4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 1000px;
    background: #FFF500;
    text-decoration: none;
}

.cta-button:hover {
    text-decoration: none;
    opacity: 0.9;
    transition: transform 0.3s ease;
}

.cta-button svg {
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.cta-button:hover svg {
    transform: translateX(5px);
}


/* 注意書きなど */
.note {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: left;
    padding: 20px;
    margin: 0 auto;
    color: #FFF;
    font-family: "Zen Kaku Gothic New";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 18px */
    letter-spacing: 0.6px;
}
    

