.blog_mainImage {
    height: 39.5rem;
    padding-bottom: 11rem;
    margin-top: 0rem;
    box-sizing: content-box;
    margin-bottom: -5rem;
    overflow: hidden;
    background: #f1f4fd
}

.blog_mainImage_inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    height: inherit;
    padding: 0 20rem;
    margin: auto;
}

.blog_mainImage_title {
    padding: 6rem 0 3rem;
}

.blog_mainImage_title_meta {
    display: flex;
    align-items: baseline;
    transform: translate(0, 1.5rem);
    opacity: 0;

    transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
    transition-duration: .25s;
    transition-delay: 0.1s;
    margin-bottom: 0.7rem;
}

.blog_breadcrumbs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    transform: translate(0, 0);
    transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
    transition-duration: .85s;
    transition-delay: 0.1s;
}

.blog_breadcrumbs li:last-child::after {
    background-image: none;
}

.blog_breadcrumbs i {
    margin-right: 5px;
}

.blog_breadcrumbs li {
    margin-right: 1.65rem;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}

.blog_breadcrumbs li a {
    color: rgba(106, 97, 89, 0.5)
}

.blog_breadcrumbs a:hover {
    text-decoration: underline;
}

.blog_breadcrumbs li::after {
    margin-left: 1.5rem;
    padding-left: 0.6rem;
    background-size: 0.5rem 1rem;
    background-repeat: no-repeat;
    background-position: center;
    color: rgba(106, 97, 89, 0.5);
    content: "／";
}

.blog_breadcrumbs li:last-child:after {
    content: "";
}

.blog_breadcrumbs li:last-child a {
    color: rgba(106, 97, 89, 1);
}

.single-post .news_category {
    display: block;
    line-height: 1;
    margin-right: 0.8rem;
}

.single-post .news_category span {
    display: inline-block;
    border-radius: 5rem;
    margin-right: 1rem;
    font-size: 1.2rem;
    line-height: 1.7rem;
    min-width: 10rem;
    text-align: center;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.single-post .news_category span a {
    display: block;
    color: inherit;
    padding: 0rem 2.8rem 0rem;
    background: #d2f6e8;
    border-radius: 5rem;
}

.single-post .news_date {
    display: inline-block;
    font-size: 1.4rem;
    opacity: 0.5;
    font-family: 'Heebo', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem;
}


.single-post .blog_page_ttl {
    font-size: 3.8rem;
    margin-bottom: 1.6rem;
}

.blog_bgttl_en {
    position: absolute;
    top: 8.3rem;
    left: 40.2%;
    color: rgba(233, 228, 224, 0.4);
    font-family: brandon-grotesque, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 40rem;
    letter-spacing: -0.01em;
    white-space: nowrap;
    z-index: 0;
    pointer-events: none;


    color: rgba(199, 211, 226, 0.3);


    font-size: 32rem;
    letter-spacing: -0.08em;

}

.fadein_text.is-active {
    opacity: 1;
    filter: none;
    transform: scale(1);
}

.blog_contents_wrap {
    position: relative;
    background-color: #F6F9FD;
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
}

.blog_contents {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto 0;
    padding: 0 10rem;
}

.blog_contents_left {
    width: 60%;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.single_main {
    padding: 7rem 10rem;
    background-color: #fff;
    font-size: 1.9rem;

}

.single_main img,
.single_main video {
    max-width: 100%;
    height: auto;
}

.single_pagenation_list {
    display: flex;
    margin-top: 5%;
    border-top: 1px solid #dce7f5;
    border-bottom: 1px solid #dce7f5;
}

.single_pagenation_list li {
    padding: 2rem 0;
    width: 50%;
}
.single_pagenation_list li:nth-of-type(2) {
    border-left: 1px solid #dee8f5;
}

.single_pagenation_item {
    display: flex;
}

.single_pagenation_item_thumb {
    padding-left: 2rem;
    margin-right: 2rem;
}

.single_pagenation_item_thumb img {
    width: 110px;
    height: 100px;
    object-fit: cover;
}
.single_pagenation_item_text {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.single_pagenation_post_title {
    margin-top: 10px;
}
.single_pagenation a {
    color: #333;
}

.post_prev,
.post_next {
    position: relative;
    width: 100%;
    font-weight: bold;
    font-size: 1.4rem;
}
.post_prev::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 1px solid #65ABFF;
    border-left: 1px solid #65ABFF;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 0.5rem;
    top: -0.1rem;
    
}
.post_next::after {
    content: '';
    position: relative;
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 1px solid #65ABFF;
    border-right: 1px solid #65ABFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 0.5rem;
    top: -0.1rem;
}
.single_pagenation_post_title_inner {
    background-image: linear-gradient(#65ABFF, #65ABFF);
    transition: background-size .2s cubic-bezier(.165, .84, .44, 1);
    background-position: 100% 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    font-size: 1.5rem;
}

.single_pagenation_list li:hover a{
    color: #65ABFF;
}

.single_pagenation_list li:hover .single_pagenation_post_title_inner {
    background-position: 0 100%;
    background-size: 100% 1px;
    text-decoration: none;
}



.blog-side {
    width: 20%;
}

.blog-side-item {
    border-top: 1px solid #dce7f5;
    padding-bottom: 6rem;
}

.side-title {
    padding-top: 3.6rem;
    padding-bottom: 3rem;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.blog-side-item ul li {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
    .blog_contents_left {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .blog_mainImage {
        height: 14rem;
        padding-bottom: 2rem;
    }
    .blog_mainImage_title {
        padding: 7% 2% 0;
    }
    .blog_bgttl_en {
        top: 0;
        left: 37%;
        font-size: 10rem;
    }
    .blog_mainImage_inner {
        padding: 0 7%;
        justify-content: space-evenly;
    }
    .single-post .news_category span a {
        padding: 0 3%;
        border-radius: 25px;
        font-size: 0.4rem;
    }
    .single-post .blog_page_ttl {
        font-size: 0.9rem;
        margin-bottom: 3%;
    }
    .blog_mainImage_title {
        padding: 0;
    }
    .blog_breadcrumbs li {
        font-size: 0.4rem;
        margin-right: 2%;
    }
    .single-post .news_category span {
        min-width: 3rem;
        line-height: unset;
        font-size: 0.5rem;
        margin-right: unset;
    }
    .single-post .news_category span a {
        padding: 3px 0%;
    }
    .single-post .news_date {
        font-size: 0.5rem;
        line-height: 1.5em;
    }
    .single-post .news_category {
        margin-right: 2%;
    }
    .blog_breadcrumbs li::after {
        margin-left: unset;
        padding-left: 0.4rem;
    }
    .blog_contents {
        flex-wrap: wrap;
    }
    .blog_contents {
        padding: 0;
    }
    .blog_contents_wrap {
        padding-top: 0%;
        padding-bottom: 5%;
    }
    .blog_contents_left {
        width: 94%;
    }
    .single_main {
        padding: 7% 10%;
        font-size: unset;
    }

    .blog-side {
        width: 94%;
        margin-top: 8%;
    }

    .blog-side-item {
        padding-bottom: 6%;
    }

    .blog-side-item ul li {
        font-size: 0.5rem;
        margin-bottom: 2%;
    }

    .side-title {
        padding-top: 4%;
        padding-bottom: 3%;
        font-size: 0.7rem;
    }

    .single_pagenation_list {
        flex-wrap: wrap;
    }

    .single_pagenation_list li {
        width: 100%;
        padding: 3% 0;
    }

    .single_pagenation_item_text p[class^="post_"] {
        font-size: 0.4rem;
    }

    .single_pagenation_item_text p {
        font-size: 0.5rem;
    }
    .single_pagenation_post_title_inner {
        font-size: 0.5rem;
    }
    .post_prev::before {
        width: 0.3rem;
        height: 0.3rem;
        margin-right: 1%;
        top: 1%;
    }
    .post_next::after {
        width: 0.3rem;
        height: 0.3rem;
        margin-left: 1%;
        top: 1%;
    }
    .single_pagenation_item_thumb img {
        width: 90px;
        height: 80px;
    }
    .single_pagenation_item_thumb {
        padding-left: 3%;
        margin-right: 4%;
    }
    .single_pagenation_list li:nth-of-type(2) {
        border-left: unset;
        border-top: 1px solid #dee8f5;
    }
}

@media screen and (max-width: 425px) {
    .blog_mainImage {
        height: 18rem;
    }
    .single-post .blog_page_ttl {
        font-size: 1.1rem;
    }
    .blog_breadcrumbs li {
        font-size: 0.5rem;
    }
    .single-post .news_category span {
        min-width: unset;
        width: 75px;
        padding: 0;
    }
    .blog_mainImage_title_meta {
        align-items: flex-end;
    }
    .single-post .news_category span a {
        font-size: 0.65rem;
    }
    .single-post .news_date {
        font-size: 0.75rem;
    }
    .single_main {
        padding: 7% 3%;
    }
    .single_pagenation_item_text p[class^="post_"] {
        font-size: 13px;
    }
    .single_pagenation_post_title_inner {
        font-size: 15px;
    }
    .post_prev::before,
    .post_next::after {
        width: 9px;
        height: 9px;
    }

    .blog-side {
        margin-top: 14%;
    }

    .side-title {
        font-size: 0.9rem;
        padding-top: 5%;
    }

    .blog-side-item ul li {
        font-size: 0.75rem;
    }
}