@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fafafa;
    font-family: "Noto Serif", serif !important;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

/*header*/
header {
    line-height: 1px;
}

header img {
    width: 100%;
}

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

@media (min-width: 960px) {
    .pc-only {
        display: inline;
    }
}

@media (max-width: 959px) {
    .sp-only {
        display: inline;
    }
}

@media (min-width: 960px) {
    .sp-only {
        display: none !important;
    }
}
/*main*/
/*Topバナー*/

.top-banner {
    width: 100%;
    background-color: black;
    line-height: 1px;
}

@media (min-width: 960px) {
    .top-banner__title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        color: #ffffff;
    }
}

@media (max-width: 960px) {
    .top-banner__title {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        color: #ffffff;
    }
}

/*top-blog*/
@media screen and (min-width: 965px) {
    .pt-15 {
        padding-top: 15%;
    }
    .top {
        position: relative;
    }
    .top-banner__entitle {
        font-size: 35px;
        display: block;
        text-align: center;
        border-left: solid 1px #ffffff;
        border-right: solid 1px #ffffff;
        line-height: 35px;
    }
    .top-banner__jptitle {
        font-size: 50px;
        display: block;
        text-align: center;
    }
    .top-banner img {
        width: 100%;
        height: 320px;
        opacity: 0.5;
    }

    .top-blog {
        width: 900px;
        background-color: #ffffff;
        display: flex;
        position: absolute;
        top: 90px;
        height: 35vh;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 5px;
        box-shadow: 1px 1px 8px gray;
    }
    .mb-160 {
        margin-bottom: 160px;
    }
    .top-blog__img {
        width: 100%;
        max-width: 450px;
    }
    .top-blog__link {
        display: flex;
        width: 90%;
        margin: auto;
        justify-content: space-between;
        align-items: center;
    }
    .top-blog__info {
        width: 60%;
        max-width: 450px;
        margin-left: 30px;
    }

    .article__img {
        border-radius: 50%;
        object-fit: cover;
        height: 40px;
        width: 40px;
    }

    .blog__icon {
        display: inline-block;
        width: 35px;
        height: 35px;
        margin-top: 0px;
    }
    .top-blog__img img {
        width: 100%;
        height: 35vh;
        object-fit: contain;
    }

    .category-badge__1 {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 965px) {
    .category-badge__1 {
        margin-bottom: 10px !important;
    }
    .top-good-button {
        padding: 0 30px 15px 0;
        display: block !important;
        height: fit-content !important;
    }
    .top {
        padding-top: 70px;
        position: relative;
    }
    .top-banner__entitle {
        font-size: 25px;
        display: block;
        text-align: center;
        border-left: solid 1px #ffffff;
        border-right: solid 1px #ffffff;
        line-height: 35px;
    }
    .top-banner__jptitle {
        font-size: 30px;
        display: block;
        text-align: center;
    }
    .top-banner img {
        width: 100%;
        height: 180px;
        opacity: 0.5;
    }
    .top-blog {
        width: 90%;
        background-color: #ffffff;
        display: flex;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 5px;
        box-shadow: 1px 1px 8px gray;
    }
    .top-blog__img {
        width: 100%;
    }
    .top-blog__link {
        width: 100%;
        display: block;
    }
    .top-blog__info {
        padding: 15px 15px 0 15px;
    }
    .mt-250 {
        margin-top: 70% !important;
    }

    .article__img {
        border-radius: 50%;
        object-fit: cover;
        height: 30px;
        width: 30px;
    }

    .blog__icon {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-top: 0px;
    }
    .top-blog__img img {
        width: 100%;
        height: 30vh;
        object-fit: contain;
    }
}

.blog__time {
    margin-bottom: 5px;
    display: block;
    color: #707070;
    font-size: 14px;
}

.blog__time2 {
    display: inline-block;
    vertical-align: top;
    color: #707070;
    font-size: 14px;
    line-height: 35px;
    margin-right: 20px;
}

.blog__writer {
    display: inline-block;
    line-height: 35px;
    vertical-align: top;
    margin-left: 8px;
    color: #707070;
    font-size: 14px;
}

.good-button {
    /* display: inline-block; */
    height: 35px;
    vertical-align: top;
    float: right;
    /* right: 30px; */
}

.good-button img {
    height: 25px;
    margin: 5px 0;
    vertical-align: middle;
}

.category-badge__1 {
    background-color: #21a9ff;
    margin-right: 10px;
    color: #ffffff;
    padding: 5px 10px;
    display: block;
    width: fit-content;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
}

.category-badge__2 {
    background-color: #ff4d4d;
    color: #ffffff;
    padding: 5px 10px;
    display: block;
    width: 50px;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
}

.category-badge__3 {
    background-color: #51f85d;
    color: #ffffff;
    padding: 5px 10px;
    display: block;
    width: 50px;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
}

@media screen and (min-width: 965px) {
    .blog__title {
        color: #000000;
        margin: 20px 0 20px 0;
        font-size: 20px;
    }
    .container {
        max-width: 1240px;
        min-width: 870px;
        width: 90%;
        margin: auto;
    }
    .blog__container {
        padding-bottom: 0 !important;
        margin-bottom: 80px;
        padding: 160px 0 60px 0 !important;
    }
    .breadcrumbs {
        color: #707070;
    }
    .top {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 965px) {
    .top {
        padding-top: 0 !important;
    }
    .blog__title {
        color: #000000;
        margin: 10px 0 15px 0;
        font-size: 15px;
    }
    .container {
        width: 90%;
        margin: auto;
        padding: 0 !important;
    }
    .breadcrumbs {
        margin-top: 20px;
        color: #707070;
    }
    .blog__container {
        margin-top: 30px;
        padding-bottom: 0;
    }
    .flex {
        display: flex;
        align-items: center;
    }
    .flex .blog__time {
        margin-bottom: 0;
    }
}

.blog-archive {
    margin-bottom: 30px !important;
    list-style: none;
}

.blog-archive__img img {
    width: 100%;
    height: auto;
}

.blog-archive li {
    /* padding: 10px 0; */
    border-bottom: 1px solid #dbe3e8;
}

.blog-archive li:first-child {
    border-top: 1px solid #dbe3e8;
}

@media screen and (min-width: 965px) {
    .flex {
        display: flex;
    }
    .blog-archive__img {
        width: 300px !important;
        height: 200px !important;
        max-width: none !important;
    }
    .blog-archive__content {
        width: 50% !important;
        max-width: none !important;
        margin-left: 30px;
        padding: 0 !important;
    }
    .blog-archive__link {
        justify-content: space-between !important;
        display: flex;
        align-items: flex-start;
        border-bottom: 1px solid #dbe3e8;
        padding: 30px 0 !important;
        text-decoration: none;
        align-items: flex-end !important;
    }
    .blog__content {
        width: 65%;
        margin: 0 50px 0 0 !important;
    }
    .blog__sidebar {
        width: 30%;
        margin-left: auto;
    }
    .blog__flex {
        display: flex;
    }
}

@media screen and (max-width: 965px) {
    .wrap {
        flex-wrap: wrap;
    }
    .blog-archive__img {
        width: 40% !important;
        max-width: none !important;
    }

    .blog-archive__content {
        width: 50% !important;
        max-width: none !important;
        margin-left: 15px;
        padding-left: 0 !important;
    }
    .blog-archive__link {
        text-decoration: none;
        border-bottom: solid 1px #cbc9c9;
        display: block !important;
        padding: 20px 0 50px 0 !important;
    }
    .blog__content {
        width: 100%;
    }
    .mb-30 {
        margin-bottom: 0px;
    }
    .blog__flex {
        display: block;
    }
}

@media screen and (min-width: 965px) {
    .pnavi {
        width: fit-content;
        margin: auto;
    }
    .pagination {
        margin: 40px 0 0;
    }
    .nav-links {
        display: flex;
    }
    .page-numbers {
        display: inline-block;
        margin-right: 15px;
        padding: 15px 20px;
        color: #333;
        border-radius: 3px;
        box-shadow: 0 3px 3px #999;
        background: #fff;
    }
    .pnavi .current {
        padding: 15px 20px !important;
        background: linear-gradient(-135deg, #00d0e2, #008fce) !important;
        color: #fff !important;
    }
    .pagination .prev,
    .pagination .next {
        background: transparent;
        box-shadow: none;
        color: #69a4db;
    }
    .pagination .dots {
        background: transparent;
        box-shadow: none;
    }
}

@media screen and (max-width: 965px) {
    .pnavi {
        width: fit-content;
        margin: auto;
    }
    .pagination {
        margin: 40px 0 0;
    }
    .nav-links {
        display: flex;
    }
    .page-numbers {
        display: inline-block;
        margin-right: 7px;
        padding: 10px 13px;
        color: #333;
        border-radius: 3px;
        box-shadow: 0 3px 3px #999;
        background: #fff;
    }
    .pnavi .current {
        padding: 10px 15px !important;
        background: linear-gradient(-135deg, #00d0e2, #008fce) !important;
        color: #fff !important;
    }
    .pagination .prev,
    .pagination .next {
        background: transparent;
        box-shadow: none;
        color: #69a4db;
    }
    .pagination .dots {
        background: transparent;
        box-shadow: none;
    }
}

/*blog sidebar*/
.blog__categories {
    display: grid;
}
.blog__categories__item {
    margin-bottom: 30px;
}

.blog__categories__item__text {
    font-size: 20px;
    font-weight: 400;
}

.blog__category4 a {
    display: inline-block;
    padding-left: 30px;
}

.blog__category1 a::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 25px;
    background-color: #0097a7;
    position: absolute;
    left: 10px;
}

.blog__category2 a::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 25px;
    background-color: #21a9ff;
    position: absolute;
    left: 10px;
}

.blog__category3 a::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 25px;
    background-color: #ff4d4d;
    position: absolute;
    left: 10px;
}

.blog__category4 a::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 25px;
    background-color: #51f85d;
    position: absolute;
    left: 10px;
}

@media screen and (min-width: 965px) {
    .blog-ranking__container {
        padding: 0 15px;
        width: 300px;
        margin: 0 auto;
    }
    .blog-ranking {
        background-color: #f5f5f5;
        width: 350px;
    }
    .page-select {
        width: 250px;
        margin: 0 auto;
        padding: 120px 0;
    }
    .blog-ranking__img {
        width: 130px;
        position: relative;
    }
    .blog-ranking__content {
        margin-left: 15px;
    }

    .blog-ranking__title {
        font-size: 12px;
    }
}

@media screen and (max-width: 965px) {
    .blog-ranking__container {
        padding: 0 15px 40px 15px;
        width: 100%;
        margin: 0 auto;
    }
    .blog-ranking {
        background-color: #f5f5f5;
        width: 100%;
        margin: 0 auto 60px;
    }
    .blog-ranking__link {
        margin-bottom: 30px;
    }
    .page-select {
        width: 250px;
        margin: 0 auto;
        padding: 60px 0 0 0;
    }
    .blog-ranking__img {
        width: 40%;
        position: relative;
    }
    .blog-ranking__content {
        margin-left: 15px;
        width: 60%;
    }

    .blog-ranking__title {
        font-size: 15px;
    }
}

.blog-ranking__maintitle {
    font-size: 20px;
    font-weight: normal;
    display: block;
    padding: 20px 0;
}

.blog-ranking__link {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    text-decoration: none;
}

.blog-ranking__img img {
    width: 100%;
    height: auto;
    position: absolute;
}

@media screen and (max-width: 965px) {
    .blog-ranking__icon {
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-top: 20px;
    }

    .blog-ranking__img img {
        width: 100%;
        height: 100px;
        object-fit: cover;
        position: absolute;
    }
    .blog-ranking__writer {
        display: inline-block;
        line-height: 25px;
        vertical-align: top;
        margin-left: 3px;
        color: #707070;
        font-size: 12px;
        margin-top: 20px;
    }

    .good-button__ranking {
        height: 25px;
        vertical-align: top;
        float: right;
        margin-top: 20px;
    }
}

@media screen and (min-width: 965px) {
    .blog-ranking__icon {
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-top: 10px;
    }
    .blog-ranking__writer {
        display: inline-block;
        line-height: 25px;
        vertical-align: top;
        margin-left: 3px;
        color: #707070;
        font-size: 12px;
        margin-top: 10px;
    }

    .good-button__ranking {
        height: 25px;
        vertical-align: top;
        float: right;
        margin-top: 10px;
    }
}

.blog-ranking__icon img {
    height: 25px;
    width: 25px;
}

.good-button__ranking img {
    height: 15px;
    margin: 5px 0;
    vertical-align: middle;
}

.blog-ranking__badge {
    width: 25px;
    height: 25px;
    background-color: #908989;
    position: absolute;
    opacity: 85%;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    line-height: 25px;
}

.blog-ranking__badge span {
    display: block;
    text-align: center;
}

.page-select img {
    width: 100%;
}

/*blog.html*/

.blog-detail__title {
    margin: 20px 0;
    font-weight: normal;
    font-size: 30px;
}

.blog-detail__img {
    margin-top: 40px;
}

.blog-detail__img img {
    width: 100%;
}

.blog-detail__text h2 {
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    border-bottom: solid 2px#707070;
    font-size: 22px;
}

@media screen and (min-width: 965px) {
    .blog-detail__text p {
        margin: 20px 0 60px;
        font-family: "Noto Sans JP", sans-serif;
        line-height: 30px;
        font-size: 15px;
    }
    .blog-detail__icon {
        width: 90px;
        height: 90px;
    }

    .blog-detail__icon img {
        width: 90px;
        height: 90px;
    }
    .blog__writer2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 965px) {
    .blog-detail__text p {
        margin: 20px 0 60px;
        font-family: "Noto Sans JP", sans-serif;
        line-height: 27.5px;
        font-size: 15px;
    }

    .blog-detail__icon {
        width: 36px;
        height: 36px;
    }

    .blog-detail__icon img {
        width: 36px;
        height: 36px;
    }
    .blog__writer2 {
        font-size: 15px;
        font-weight: 400;
    }
}

.blog-detail__writer {
    /* vertical-align: top; */
    color: #707070;
    font-size: 12px;
}

.blog-detail__writertext {
    color: #707070;
    font-size: 14px;
    margin-top: 10px;
}

.blog-detail__writerinfo {
    margin-left: 20px;
}

@media screen and (min-width: 965px) {
    .blog-detail__writerdiv {
        display: flex;
        align-items: center;
        background-color: #ffffff;
        padding: 15px 20px;
        margin-bottom: 60px;
    }
    .other-blog {
        display: flex;
        justify-content: space-between;
    }
    .other-blog__next {
        display: flex;
        width: 320px;
        margin-left: 20px;
    }
}
@media screen and (max-width: 965px) {
    .blog-detail__writerdiv {
        display: flex;
        align-items: center;
        background-color: #ffffff;
        margin-bottom: 30px;
    }
    .other-blog {
        display: block;
    }
    .other-blog__next {
        display: flex;
        width: 320px;
    }
    .other-blog__previous {
        display: flex;
        width: 320px;
        margin-bottom: 30px;
    }
}

.other-blog__previous span {
    display: block;
}

.other-blog__next span {
    display: block;
}

.other-blog__previous img {
    width: 150px;
    height: auto;
    margin-right: 15px;
}

.other-blog__next img {
    width: 150px;
}

.nav-title {
    font-size: 15px;
    margin-left: 15px;
    line-height: 2;
}

.other-blog__article {
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: bottom;
}

.other-category-badge__2 {
    font-size: 14px;
    margin-top: -10px;
    color: #707070;
    line-height: 15px;
}

@media screen and (max-width: 965px) {
    .sales::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #fcf800;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 13px);
    }

    .other::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #969696;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 0px);
    }

    .it::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #dd9933;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 0px);
    }

    .exhibition::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #51f85d;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 0px);
    }

    .recruits::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #ff4d4d;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 0px);
    }

    .newproduct::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #008fce;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 0px);
    }

    .all::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #707070;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 0px);
    }

    .strategy::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #21d4ef;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 0px);
    }

    .philosophys::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #2400f4;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 0px);
    }

    .product::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #8224e3;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 0px);
    }
    .newproduct::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #dd9933;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 0px);
    }

    .faarekore::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #24e5d8;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 0px);
    }

    .news::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #186b18;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 0px);
    }
    .other::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #969696;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 3px);
    }
}

@media screen and (min-width: 965px) {
    .sales::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #fcf800;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 3px);
    }

    .other::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #969696;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 3px);
    }

    .it::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #dd9933;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 3px);
    }

    .exhibition::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #51f85d;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 3px);
    }

    .recruits::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #ff4d4d;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 3px);
    }

    .newproduct::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #dd9933;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 0px);
    }

    .faarekore::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #24e5d8;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 0px);
    }

    .news::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #186b18;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 0px);
    }

    .all::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #707070;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 3px);
    }

    .strategy::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #21d4ef;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 3px);
    }

    .philosophys::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #2400f4;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 3px);
    }

    .product::before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 30px;
        background-color: #8224e3;
        vertical-align: bottom;
        border-radius: 3px;
        margin-right: 15px;
        transform: translate(0px, 3px);
    }
}

.other-blog__title {
    margin-top: 20px;
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
}

/*footer*/
footer img {
    width: 100%;
}

.wpulike {
    padding: 0 !important;
}

.wpulike-heart .wp_ulike_general_class {
    box-shadow: none !important;
    padding: 0 !important;
}
.header {
    position: relative;
}

.header .menu__toggler {
    position: fixed;
    top: 16px;
    right: 20px;
    z-index: 999;
    height: 28px;
    width: 28px;
    outline: none;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .menu__toggler span,
.header .menu__toggler span::before,
.header .menu__toggler span::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 2.5px;
    background: #000000;
    border-radius: 20px;
    -webkit-transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.header .menu__toggler span::before {
    top: -8px;
}
.header .menu__toggler span::after {
    top: 8px;
}
.header .menu__toggler.active > span {
    background: transparent;
}
.header .menu__toggler.active > span::before,
.header .menu__toggler.active > span::after {
    background: #ffffff;
    top: 0px;
}
.header .menu__toggler.active > span::before {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.header .menu__toggler.active > span::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.header .menu {
    position: fixed;
    right: 0;
    z-index: 998;
    top: 0;
    background-color: #dddddd;
    width: 50%;
    height: 100vh;
    padding: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 959px) {
    .header .menu {
        width: 50%;
        display: none;
        padding: 60px 30px 0 30px;
    }
}
.header .menu.active {
    display: block;
}
.header .menu img {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 40px;
}
.header .menu__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    margin: 0 auto 10px;
    width: 200px;
}
.header .menu__item .text-large {
    font-family: "montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
}

@media (min-width: 959px) {
    .pagenav-link {
        display: flex;
        align-items: center !important;
        align-items: flex-end;
    }

    .nav-links {
        display: flex;
        justify-content: space-between;
    }
    .nav-previous {
        margin-right: 60px;
        width: 310px;
    }

    .nav-next {
        width: 310px;
    }
}

@media (max-width: 959px) {
    .pt-50 {
        padding-top: 80% !important;
    }
    .pagenav-link {
        display: flex;
        align-items: center;
        align-items: flex-end;
    }

    .nav-links {
        display: block;
        justify-content: space-between;
    }
    .nav-previous {
        width: 100%;
    }

    .nav-next {
        width: 100%;
    }
}

.blog-detail__top__category {
    display: flex;
}

.pt-0 {
    padding-top: 0 !important;
}
