@charset "UTF-8";

/*---------------------------------------------------------
Reset
---------------------------------------------------------*/

html {
    /*overflow-x: hidden;*/
    scroll-behavior: smooth;
}

body {
    /*overflow-x: hidden;*/
}

html,
body,
div,
article,
section,
main,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
input,
textarea,
address,
nav,
table,
th,
td,
a,
p,
img,
figure,
span,
em,
small {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

small {
    font-size: 12px;
    line-height: 1.2;
}

small.kumamon {
    font-size: 60%;
}

main {
    display: block;
}

ul,
li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

a,
button {
    outline: none;
}

a:focus,
button:focus {
    outline: none;
}

.mt4 {
    margin-top: 4px !important;
}

.mt8 {
    margin-top: 8px !important;
}

.mt16 {
    margin-top: 16px !important;
}

.mt24 {
    margin-top: 24px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb40 {
    margin-bottom: 40px;
}

.bold {
    font-weight: bold;
}

.res-pc {
    display: block !important;
}

.res-sp {
    display: none !important;
}

.widthSp {
    width: calc(100% - 48px);
    margin: 40px auto;
}

.center {
    text-align: center !important;
}

.center_margin {
    margin: 0 auto;
}

.bold {
    font-weight: bold;
}

@media only screen and (max-width: 959px) {
    .res-pc {
        display: none !important;
    }

    .res-sp {
        display: block !important;
    }

    .widthSp {
        margin: 16px auto;
    }
}

/*---------------------------------------------------------
common
---------------------------------------------------------*/

html {
    font-size: 62.5%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
    html {
        font-size: 2.41546vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
    html {
        font-size: 0.80645vw;
    }
}

body {
    margin: inherit;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    color: #151B28;
    background: #EDFCFF;
    line-height: 24px;
    letter-spacing: 0.04em;
    min-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    font-weight: 500;
    position: relative;
    font-feature-settings: "palt";
    /*overflow: hidden;*/
}

@media only screen and (max-width: 959px) {
    body {
        margin: inherit;
        font-size: 1.6rem;
        color: #3B3B3B;
        line-height: 2;
        letter-spacing: 0.04em;
    }
}

img {
    width: 100%;
    vertical-align: bottom;
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

a:hover {}

.underline {
    text-decoration: underline;
}

.underline:hover {
    text-decoration: none;
}

.bgwhite {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
}

@media only screen and (max-width: 959px) {
    .bgwhite {
        padding: 24px;
    }
}

/*---------------------------------------------------------
header
---------------------------------------------------------*/
/* ヘッダー全体：上部固定＋背景あり */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

/* 中央寄せの中身 */
.header-inner {
    max-width: 92%;
    margin: 0 auto;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    /* 必要に応じて center にもできる */
    align-items: center;
}

/* ロゴ画像 */
.logo img {
    height: 48px;
}

/* 資料請求ボタン */
.primarybtn {
    display: inline-block;
    background-color: #B4001E;
    color: #fff;
    text-align: center;
    width: 240px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    padding: 0.8em 1.8em;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.primarybtn:hover {
    background-color: #8f0019;
}



/*---------------------------------------------------------
mv
---------------------------------------------------------*/

.mainbg {
    background: url("../img/bg_main@2x.png") no-repeat bottom center;
    background-size: cover;
    padding: 120px 0 0;
}

.mv h1 {
    width: 420px;
    margin: 0 auto 64px;
}

.card-list {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
    width: 92%;
    margin: 0 auto;
    justify-content: space-between;
}

.info-card {
    position: relative;
    width: 32%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

.info-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.info-card:hover img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: white;
    padding: 1rem 1rem 2rem;
    text-align: center;
}

.overlay .num {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0.3em;
}

.overlay .text {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
}

.overlay .arrow {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-bottom: 4px solid white;
    border-right: 4px solid white;
    transform: rotate(45deg);
    margin-top: 0.5em;
}

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

    .mainbg {
        padding: 90px 0 0;
    }

    .mv h1 {
        width: 70%;
        margin: 0 auto 40px;
    }

    .card-list {
        display: block;
        gap: 1.5rem;
        flex-wrap: wrap;
        justify-content: center;
        width: 88%;
        margin: 0 auto;
        justify-content: space-between;
    }

    .info-card {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 7;
        overflow: hidden;
        cursor: pointer;
        margin-bottom: 12px;
    }


    .overlay .num {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 0.3em;
    }

    .overlay .text {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 0;
    }

    .logo img {
        height: 36px;
    }
}

/*---------------------------------------------------------
readbox
---------------------------------------------------------*/

.readbox {
    padding: 40px 0;
}

.readbox p.tx {
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    width: 800px;
    margin: 40px auto;
}

.marquee-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 80px;
}

.marquee {
    display: flex;
    width: fit-content;
    animation: scroll-left 40s linear infinite;
}

.marquee-content {
    display: flex;
}

.marquee img {
    height: 100px;
    /* お好みで */
    width: auto;
    margin-right: 5vw;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}



@media screen and (max-width: 959px) {
    .readbox {
        padding: 40px 0;
    }

    .readboxin {
        width: 88%;
        margin: 0 auto;
    }


    .readbox p.tx {
        font-weight: normal;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

}

/* default */
.fadein {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.fadein.is-show {
    opacity: 1;
    transform: translateY(0);
}

/*---------------------------------------------------------
大丈夫タイトル
---------------------------------------------------------*/


.section-block {
    text-align: center;
    margin-top: 40px;
}

.section-block-mnon {
    margin: 0;
}


.section-number {
    color: #E30072;
    font-size: clamp(40px, 5vw, 68px);
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin-bottom: 8ox;
}

.section-lead {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    line-height: 1.6;
}

.section-image {
    max-width: 100%;
    width: 390px;
    height: auto;
}



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

    .section-block {
        text-align: center;
        margin-top: 24px;
    }

    .section-block-mnon {
        margin: 0;
    }

    .section-lead {
        font-size: 22px;
        font-weight: bold;
        margin: 0;
        line-height: 1.6;
    }

    .section-image {
        max-width: 100%;
        width: 390px;
        height: auto;
    }
}


/*---------------------------------------------------------
highlights
---------------------------------------------------------*/

.highlights {
    padding: 40px 0;
}

.highlightsin {
    border-bottom: 1px solid #C7DEEF;
    margin: 0 auto;
    padding-bottom: 120px;
    width: 960px;
}

.highlightsin_last {
    border-bottom: none;
}

.highlights_03_section {
    margin-top: 24px;
}

.highlight_tx {
    width: 600px;
    text-align: center;
    margin: 24px auto;
}

.txsmall {
    text-align: center;
    font-size: 12px;

}

.percent {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 140px;
    letter-spacing: 0.04em;
    line-height: 140px;
    text-align: center;
    color: #db425a;

}

.percent span {
    font-size: 100px;
}

.heading-wrap {
    text-align: center;
}

.heading-underline {
    display: inline-block;
    position: relative;
    padding-bottom: 0.4em;
    font-weight: bold;
    font-size: clamp(20px, 5vw, 40px);
    margin-top: 40px;
}

.heading-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #111;
}

.highlight-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.highlight-stack_topmargin {
    margin-top: 80px;
}

.highlight-text {
    background: #AA2025;
    color: white;
    font-weight: bold;
    font-size: clamp(20px, 4vw, 40px);
    padding: 0.5em;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
}


.highlights .option {
    display: flex;
    margin: 64px auto;
    justify-content: space-between;
}

.highlights .option div {
    width: 48%;
}

h3.title {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 28px;
    text-align: left;
}

.titlecenter {
    text-align: center !important;
    margin: 40px auto;
}

.option h3.title {
    margin-top: 16px;
}

.option p.tx {
    margin-top: 12px;
}


.boxsection {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 64px auto 0;
}

.boxsection img {
    width: 48%;
}

.boxsection .txbox {
    width: 48%;
}

.boxsection .txbox .tx {
    margin-top: 12px;
}


.btnbox {
    margin: 0 auto;
}



.support-section {
    margin-top: 40px;
}

.section-heading {
    background-color: #00030B;
    color: #fff;
    font-weight: bold;
    font-size: clamp(18px, 4vw, 24px);
    text-align: center;
    padding: 16px;
}

.support-items {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    padding: 0;
    justify-content: space-between;
    margin-bottom: 40px;
}

.support-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    max-width: 480px;
    flex: 1 1 300px;
    align-items: flex-start;
}

.support-item img {
    width: 220px;
    height: auto;
    object-fit: cover;
}

.support-item .text h3 {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 0.5em;
}

.support-item .text p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

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

    .highlights {
        padding: 40px 0;
    }

    .highlightsin {
        padding-bottom: 80px;
        width: 88%;
    }

    .highlightsin_last {
        border-bottom: none;
    }

    .highlights_03_section {
        margin-top: 24px;
    }

    .highlight_tx {
        width: 100%;
        text-align: left;
        margin: 24px 0 0;
    }

    .txsmall {
        text-align: center;
        font-size: 11px;

    }

    .percent {
        font-size: 80px;
        line-height: 80px;
    }

    .percent span {
        font-size: 64px;
    }

    .heading-wrap {
        text-align: center;
    }

    .heading-underline {
        font-size: 28px;
        margin-top: 8px;
    }

    .heading-underline::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background-color: #111;
    }

    .highlight-stack {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 24px;
    }

    .highlight-stack_topmargin {
        margin-top: 80px;
    }

    .highlight-text {
        background: #AA2025;
        color: white;
        font-weight: bold;
        font-size: clamp(20px, 4vw, 40px);
        padding: 0.5em;
        text-align: center;
        display: inline-block;
        white-space: nowrap;
    }


    .highlights .option {
        display: block;
        margin: 24px auto;
    }

    .highlights .option div {
        width: 100%;
        margin-bottom: 40px;
    }

    h3.title {
        font-weight: bold;
        font-size: 20px;
        letter-spacing: 0.04em;
        text-align: left;
    }

    .titlecenter {
        text-align: center !important;
        margin: 24px auto;
    }

    .option h3.title {
        margin-top: 16px;
    }

    .option p.tx {
        margin-top: 12px;
    }


    .boxsection {
        display: block;
        justify-content: space-between;
        width: 100%;
        margin: 40px auto 0;
    }

    .boxsection img {
        width: 100%;
    }

    .boxsection .txbox {
        width: 100%;
        margin-top: 16px;
    }

    .txbox .tx {
        margin-top: 8px !important;
    }

    .smallbox2 .txbox .tx {
        margin-top: 0 !important;
    }

    .support-section {
        margin-top: 40px;
    }

    .section-heading {
        background-color: #00030B;
        color: #fff;
        font-weight: bold;
        font-size: clamp(18px, 4vw, 24px);
        text-align: center;
        padding: 16px;
    }

    .support-items {
        display: flex;
        margin-bottom: 40px;
    }

    .support-item {
        display: flex;
        flex-direction: row;
        gap: 16px;
        max-width: 480px;
        flex: 1 1 300px;
        align-items: flex-start;
    }

    .support-item img {
        width: 120px;
        height: auto;
        object-fit: cover;
    }

    .support-item .text h3 {
        font-weight: bold;
        font-size: 20px;
        margin: 0;
    }

    .support-item .text p {
        font-size: 14px;
        line-height: 1.6;
        margin: 0;
    }
}


/*---------------------------------------------------------
flow
---------------------------------------------------------*/

.flow {
    padding: 120px 0;
}

.flow h2 {
    text-align: center;
}

.flow h2 span {
    display: block;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 24px;
    text-align: center;
}

.smallbox {
    margin: 40px auto 0;
    width: 960px;
}

.smallbox .nb {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    color: #a01f24;
    display: inline-block;
    margin-right: 16px;
}

.smallbox2 li {
    padding: 0 !important;
    background: #fff;
    margin-bottom: 8px;
    align-items: center;
}

.ttilebox {
    background: #414141;
    color: #fff;
    width: 220px;
    text-align: center;
    padding: 40px 0;
    align-content: center;
    min-height: 140px;
}

.smallbox2 h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.smallbox li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.smallbox li img {
    width: 320px;
}

.smallbox li .txbox {
    width: 740px;
    padding: 0 24px;
}

.smallbox li .txbox .tx {
    margin-top: 16px;
}

.txnon {
    margin-top: 0 !important;
}

@media screen and (max-width: 959px) {
    .flow {
        padding: 80px 0;
    }

    .flow h2 span {
        display: block;
        font-size: 16px;
        line-height: 24px;
    }

    .smallbox {
        margin: 24px auto 0;
        width: 100%;
    }


    .smallbox li {
        display: block;
        align-items: center;
        padding: 0 0 24px;
    }

    .smallbox li img {
        width: 100%;
    }

    .smallbox li .txbox {
        width: 100%;
        margin-top: 16px;
        padding: 0;
    }

    .ttilebox {
        width: 100%;
        padding: 14px 0;
        min-height: 72px;
    }

    .smallbox2 .txbox {
        padding: 16px !important;
        margin: 0 !important;
    }
}


/*---------------------------------------------------------
loopslider
---------------------------------------------------------*/

.loopslider {
    position: relative;
    z-index: 0;
}


/*
右から左へ
----------------------------*/

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


/*
IE11対策
----------------------------*/

_:-ms-lang(x)::-ms-backdrop,
.loopslider {
    display: -ms-grid;
    overflow: hidden;
}


/*----------------------------*/

.loopslider__wrap {
    display: flex;
    overflow: hidden;
}

.loopslider__list {
    display: flex;
    list-style: none;
    align-items: center;
}

.loopslider__list--left {
    animation: infinity-scroll-left 100s infinite linear 0.5s both;
}

.loopslider__item {
    width: calc(100vw / 2.4);
    margin-right: 0;
}

.loopslider__item>img {
    width: 100%;
}

.loopslider__wrap:hover .loopslider__list--left {
    /*
    animation-play-state: paused;
    */
}

@media screen and (max-width: 959px) {
    .loopslider {}

    .loopslider2 {}

    .loopslider__item {
        width: calc(100vw / 1.6);
        margin-right: 0;
    }

    .loopslider__item2 {
        width: calc(100vw / 0.2);
        margin-right: 0;
    }
}


.yearflow {
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
    width: 960px;
}

.year-box {
    width: 100%;
    max-width: 320px;
    background: #fff;
    overflow: hidden;
    margin: 1rem auto;
    text-align: center;
}

.year-title {
    background-color: #00030B;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 12px 0;
}

.year-text p {
    font-size: clamp(14px, 2.5vw, 16px);
    color: #111;
    line-height: 1.8;
    padding: 1.5em 1em;
    margin: 0;
}

.img_arrow_pink {
    width: 32px;
}

.secondarybtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 420px;
    gap: 0.8em;
    background-color: #1D254C;
    color: #fff;
    font-weight: bold;
    font-size: clamp(16px, 2.5vw, 20px);
    text-decoration: none;
    padding: 24px 40px;
    border-radius: 8px;
    margin: 0 auto;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.secondarybtn:hover {
    background-color: #030719;
}


.linebtn {
    background-color: #AA2025;
    color: #fff;
    border: 1px solid #fff;
}

.linebtn:hover {
    background-color: #8D0E13;
    border: 1px solid #8D0E13;
}

.btn-icon {
    width: 24px;
    height: auto;
    display: inline-block;
}


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

    .yearflow {
        display: block;
        margin: 24px auto 0;
        width: 100%;
        text-align: center;
    }

    .year-box {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .year-title {
        font-size: 20px;
        padding: 8px 0;
    }

    .year-text p {
        padding: 8px;
    }

    .img_arrow_pink {
        width: 32px;
        transform: rotate(90deg);
    }

    .secondarybtn {
        width: 100%;
    }

}


footer {
    background: #AA2025;
    padding: 120px;
    text-align: center;
}

footer .img_footerlogo {
    width: 400px;
    margin-bottom: 40px;
}

footer p {
    color: #fff;
    margin-top: 40px
}


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

    footer {
        padding: 80px 0;
    }

    footer .img_footerlogo {
        width: 300px;
        margin-bottom: 24px;
    }

    footer .btnbox {
        width: 88%;
    }

    footer p {
        margin-top: 40px
    }
}


/*---------------------------------------------------------
base
---------------------------------------------------------*/

p.mt {
    margin-top: 80px;
}

p.line {
    position: relative;
    padding: 1rem 2rem;
    border-bottom: 1px solid #E0DFDF;
    max-width: 1120px;
    margin: 120px auto;
    width: 100%;
}

p.line:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 16px;
    height: 1px;
    content: '';
    background: #10A5CC;
}

.inner1360 {
    max-width: 1360px;
    margin: 0 auto;
}

.inner1120 {
    max-width: 1120px;
    margin: 0 auto;
}

.inner960 {
    max-width: 960px;
    margin: 0 auto;
}

.pankuzu {
    padding: 16px 0;
    position: absolute;
    width: 100%;
    top: 88px;
}

.pankuzu ul {
    display: flex;
}

.pankuzu ul li {
    margin-right: 8px;
    font-weight: normal;
    color: #fff;
}

.pankuzu ul li a {
    color: #fff;
    font-weight: normal;
}

.anc {
    width: 960px;
    margin: 80px auto;
}

.anc ul {
    display: flex;
    justify-content: center;
}

.anc ul li {
    width: 293px;
    padding: 2%;
}

.anc ul li a {
    width: 100%;
    max-width: 293px;
}

.anc ul li .button_solid019 a:after {
    display: none;
}

span.circle {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: inherit;
    text-align: center;
    color: #fff;
    background-color: #0A3464;
    border-radius: 40px;
    padding: 1px 9px;
    margin-right: 16px;
}

.blue {
    color: #1E6CC3;
}

span.number {
    background: #00508E;
    color: #fff;
    font-family: 'Urbanist', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    width: 56px;
    height: 56px;
    padding-top: 12px;
    border-radius: 40px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 16px;
}

@media only screen and (max-width: 959px) {
    p.mt {
        margin-top: 64px;
    }

    p.line {
        max-width: inherit;
        margin: 80px auto;
        width: calc(100% - 48px);
    }

    .inner1360 {
        max-width: inherit;
        width: 100%;
        margin: 0 auto;
    }

    .inner1120 {
        max-width: inherit;
        width: calc(100% - 48px);
        margin: 0 auto;
    }

    .inner960 {
        max-width: inherit;
        width: 100%;
        margin: 0 auto;
    }

    .anc {
        width: calc(100% - 48px);
        margin: 40px auto;
    }

    .anc ul {
        display: flex;
    }

    .anc ul li {
        width: 161px;
    }

    .anc ul li a {
        max-width: inherit;
    }

    .anc ul li .button_solid019 a:after {
        display: none;
    }

    span.circle {
        font-size: 16px;
        margin-right: 8px;
        padding: 7px;
    }

    .pankuzu {
        top: 72px;
    }
}


/*---------------------------------------------------------
fadein
---------------------------------------------------------*/


/* 画面外にいる状態 */

.fadein {
    opacity: 0.1;
    transform: translate(0, 40px);
    transition: all 2000ms;
}


/* 画面内に入った状態 */

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

@media only screen and (max-width: 959px) {}


/*---------------------------------------------------------
Pagination
---------------------------------------------------------*/

.Pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.Pagination-Item-Link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    background: #fff;
    font-size: 14px;
    color: #111;
    font-weight: bold;
    transition: all 0.15s linear;
}

.Pagination-Item-Link img {
    width: 24px;
}

.Pagination-Item-Link.isActive {
    background: #0072C6;
    color: #fff;
    pointer-events: none;
}

.Pagination-Item-Link:not(.isActive):hover {
    background: #0072C6;
    color: #fff;
}

.Pagination>*+* {
    margin-left: 8px;
}