/* CSS Document */

/*------ top --------*/
.top_news_flame {
    height: calc(14.7rem * 3 + 1px);
}

.top_news_flame .archive_ariticle a {
    color: #333;
    position: relative;
    display: flex;
    height: 100%;
}

.top_news_flame .archive_ariticle a::before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: #fff;
    box-shadow: 0 0rem 0rem rgba(217, 200, 173, .2);
    content: "";
    opacity: 0;
    display: none;
}

.top_news_flame .archive_ariticle a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.top_news_flame .archive_thumb img {}

.top_news_flame .archive_thumb {
    width: 8.9rem;
    padding-top: 8.9rem;
    background-size: cover;
    background-position: center;
    transition-duration: 0.18s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.top_news_flame .archive_ariticle a:hover .archive_thumb {}

.top_news_flame .archive_list .archive_item {
    height: 14.7rem;
    line-height: 1.5;
    box-sizing: border-box;
    border: none;
}

.top_news_flame .archive_item:hover {}


.top_news_flame .archive_item .archive_ttl {
    font-size: 1.7rem;
    font-family: inherit;
    margin: 0;
    padding-top: 0.6rem;
    margin-bottom: 0.4rem;
    font-weight: 500;
}

.top_news_flame .archive_item:hover .archive_ttl {}

.top_news_flame .archive_item .news_category span {
    font-size: 1.1rem;
    padding: 0.0rem 1rem 0;
    border-radius: 100rem;
    margin-right: 1rem;
    min-width: 10rem;
    text-align: center;
}

.top_news_flame .archive_item .news_category {
    padding: 0;
}

.top_news_flame .archive_thumb::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: 'Details';
    color: #ffffff;


    font-size: 1.6rem;
    z-index: 2;
    white-space: nowrap;
}

.top_news_flame .archive_thumb img {
    width: 100%;
    top: 50%;
    height: auto;
    left: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
}

.top_news_flame .archive_item:hover .archive_thumb img {
    transform: translate(-50%, -50%) scale(1.2);
}

.top_news_flame .archive_item:hover .top_news_flame .archive_thumb::after {
    transform: scale(0.8);
}

.top_news_flame .archive_meta {
    width: auto;
    padding: 0;
}

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

.blog_mainImage_inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    max-width: 160rem;
    min-width: 128rem;
    height: inherit;
    padding: 0 10rem;
    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_mainImage_title .news_category {}

.single-post .news_category_inner a {
    display: block;
    color: inherit;
    padding: 0rem 2.8rem 0rem;
}

.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;
}

.blog_page_ttl {
    line-height: 1.5;
    font-size: 5.1rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
    transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
    transition-duration: .25s;
    opacity: 0;
    transform: translate(0, 2rem);
}

.blog_page_ttl_sub {
    position: relative;

    top: 0.8rem;

    font-size: 1.5rem;
    transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
    transition-duration: .25s;
    transition-delay: 0.1s;
    opacity: 0;
    transform: translate(0, 1.5rem);
}

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

.single-post .blog_page_ttl .doctor_zc {
    font-size: 2.6rem;
}

.blog_bgttl_en {
    position: absolute;
    top: 13.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: -1;
    pointer-events: none;


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


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

}

p.page_bgttl {
    position: absolute;
    top: -30.2rem;
    left: 26.5rem;
    color: rgba(217, 200, 173, 0.25);
    font-family: brandon-grotesque, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 40rem;
    letter-spacing: -0.05em;
    white-space: nowrap;
    z-index: -1;
}

.post-type-archive p.page_bgttl {
    position: absolute;
    top: -24.8rem;
}

.page_ttlwrap p.page_bgttl {
    top: 8.8rem;
}

.post .kv .inner .kv_inner_title_l {
    position: relative;
    left: 0;
}

.side_block {
    position: sticky;
}

.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-between;
    max-width: 160rem;
    min-width: 128rem;
    margin: 0 auto 0;
    padding: 0 10rem;
}

.blog_contents_left {
    width: calc(100% - 24rem - 12rem);
}

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

}

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

.contact_schedule .tb01 th {
    font-size: inherit;
}

.contact_schedule .tb01 td {
    font-size: inherit;
}

.contact_schedule .tb01 th,
.contact_schedule .tb01 td {
    padding: 2rem 1rem;
}

.contact_schedule {
    margin-top: 4rem;
    padding: 2rem 4rem;
    background-color: #fff;
}

.contact_schedule .tb01 tr:first-child td {
    font-size: inherit;
}

.breadcrumb_list li:not(:last-child) a {}

.ly2-contact {
    margin-bottom: 10rem;
}

.contact_gcal {
    margin-top: 8rem;
    width: 100%;
}

.contact_gcal iframe {
    width: 100%;
}

.contact_time span {
    font-weight: bold;
}

.contact_form_list {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.contact_form_list .req {
    display: inline-block;
    font-size: 1.1rem;
    border: 1px solid #333;
    padding: 2px 6px;
    margin-left: 2rem;
}

.contact_form_list dt {
    font-weight: bold;
}

.contact_form_list dd {
    margin-top: 2rem;
}

.contact_form_list dd+* {
    margin-top: 4rem;
}

.contact_form_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact_form_flex>* {
    width: calc(50% - 10px);
}

.contact_form_flex+* {
    margin-top: 4rem;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form select {
    background: #ffffff;
    border: 1px solid #DCE7F5;
    height: 63px;
    width: 100%;
    font-size: 1.7rem;
    font-family: inherit;
    padding: 20px;
    box-sizing: border-box;
}

.contact_form textarea {
    background: #ffffff;
    border: 1px solid #DCE7F5;
    width: 100%;
    font-size: 1.7rem;
    font-family: inherit;
    padding: 20px;
    resize: vertical;
    box-sizing: border-box;
}

.contact_form .btn_confirm,
.contact_form .btn_send,
.contact_form .btn_back {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff;
    width: 38rem;
    margin-right: auto;
    margin-left: auto;
    display: block;
    font-weight: bold;
    padding: 20px 0;
    color: #ffffff;
    background: #B7A58D;
    border-radius: 100rem;
    cursor: pointer;
}

.contact_form .btn_send,
.contact_form .btn_back {
    display: inline-block;
}

.contact_form .btn_back {
    background: #DCE7F5;
    color: #333;
}

.contact_form p.policy {
    margin-top: 3rem;
}

.contact_form .c_blanklink {
    font-family: inherit;
    margin-right: 1.6rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #65ABFF;
    text-decoration: none;
}

.contact_form .c_blanklink span {
    text-decoration: none;
}

/* .contact_form .c_blanklink span::after {
    background: url(/static/enstyle/common/icon_external_b.png) no-repeat center/contain;
} */

.contact-side_list {
    counter-reset: sidenum;
}

.contact-side_list li {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    counter-increment: sidenum;
    color: #95a0b7;
}

.contact-side_list li+* {
    margin-top: 1.5rem;
}

.contact-side_list li span::before {
    content: "0"counter(sidenum) ".";
    margin-right: 2rem;
    font-family: ivypresto-display, serif;
    font-weight: 100;
    letter-spacing: 0.15em;
}

.contact-side_list li.is-current {
    color: #333333;
}

.contact-side_list li.is-current span {
    border-bottom: 1px solid #333333;
}

.contact_form input[name="u_age"] {
    display: inline-block;
    width: 12rem;
}

.page_ttl {
    font-size: 5.1rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
}

p.page_bgttl {}

.page-template-page-contact .wrap {}

/* breadcrumb */

.breadcrumbs {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
}

.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:last-child {}

.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);
}

/* archive ----------------------------------------------------*/


.index_main {
    margin-bottom: 13.4rem;
}

.archive_list {
    border-top: 1px solid #DCE7F5;
    margin-bottom: 5rem;
}

.archive_list .archive_item {

    position: relative;
}

.archive_list .archive_item::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #DCE7F5;

    content: "";
    opacity: 1;
}




.archive_list .archive_item a::after {
    position: absolute;
    width: 0;
    right: 0;
    left: auto;
    bottom: 0;
    height: 1px;
    background-color: #65ABFF;
    transition: 0.46s cubic-bezier(.165, .84, .44, 1);
    content: "";
    z-index: 1;
}

.archive_list .archive_item a:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}






.archive_list .archive_item a::before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: #fff;
    box-shadow: 0 0rem 0rem rgba(217, 200, 173, .2);

    opacity: 0;
}

.archive_list .archive_item a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.archive_item a {
    color: inherit;
}

.archive_item a:hover {}

.archive_inner {
    display: flex;
    width: 100%;
    padding: 1rem 0;
    z-index: 10;
    position: relative;
}

.archive_thumb {
    background-color: #fff;

}

.archive_thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2, 1.2);
    object-fit: cover;
    width: auto;
    height: auto;
    max-width: 12rem;
    max-height: 12rem;
}

.archive_ttl {}

.archive_meta {
    width: 70%;
    padding: 2rem 0;
}

.archive_meta .news_category,
.archive_meta .archive_date {
    display: inline-block;
}

.news_category span {
    display: inline-block;
    background-color: #D2F6E8;
    padding: 0rem;
    border-radius: 5rem;
    margin-right: 1rem;
    font-size: 1.1rem;
    line-height: 1.5;
    min-width: 8rem;
    text-align: center;
}

.archive_list .news_category span {
    padding: 0.0rem 2rem 0;
}

.news_category.category1 span {
    background-color: #E5EFE0;
}

.news_category.category3 span {
    background-color: #FFF7C5;
}

.news_category.category4 span {
    background-color: #D2F6E8;
}

.news_category.category2 span {
    background-color: #E4E6F0;
}

.news_category.category5 span {
    background-color: #EBEFFB;
}

.archive_item a:hover .archive_meta .news_category span,
.archive_item a:hover .news_date {
    color: #333;
}

/* single ----------------------------------------------------*/

.page_ttlwrap .wrap div {
    display: inline-block;
}

.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: auto;
}

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

.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;
}

.single-post .news_category:hover span {

    color: #65ABFF;
}

.single-post .blog_breadcrumbs {}

.single_main h2 {
    font-weight: bold;
}

.single_main h2:first-child {
    margin-top: 0;
}



.single_main h2 {
    font-size: 3.4rem;
    margin-top: 10rem;
    margin-bottom: 5rem;
}

.single_main h3 {
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
    margin-top: 6rem;
}

.single_main h4 {
    font-size: 2.1rem;
    font-weight: bold;

    margin-bottom: 1rem;
    margin-top: 4rem;
}

.single_main h5 {
    font-size: 1.9rem;
    font-weight: bold;
}





.single_main p {

    margin-bottom: 2rem;
}

.single_main strong {
    font-weight: bold;
}

.single_main a {
    color: #65ABFF;
    text-decoration: underline;
    position: relative;
}

.single_main a:hover {
    text-decoration: none;
}




.single_main blockquote {
    border: 1px solid #DCE7F5;
    position: relative;


    padding: 4rem 6rem;
    margin-top: 8rem;
    margin-bottom: 8rem;
}



.single_main blockquote::before,
.single_main blockquote::after {
    font-weight: bold;
    font-size: 21.1rem;
    color: #DCE7F5;
    position: absolute;
    line-height: 1;
    display: block;
}

.single_main blockquote::before {
    content: '';
    top: -1.2rem;
    left: 6rem;
    width: 3.8rem;
    height: 1.8rem;
    background-image: url(/static/enstyle/quotation01.svg);
    background-position: center;
    background-size: cover;
}


.single_main blockquote p:last-of-type {
    margin-bottom: 0;

}

.single_main blockquote cite {

    font-size: 1.5rem;


    display: block;
    padding-top: 1rem;
    font-style: normal;
}



.single_main .wp-block-pullquote {
    padding: 0;
}

.single_main .wp-block-pullquote p {
    font-size: 1.9rem;
    font-weight: inherit;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    text-align: justify;
}

.single_main .wp-block-pullquote cite {
    font-size: 1.5rem;

    text-align: right;
    display: block;
    padding-top: 1rem;
    font-style: normal;
}



.single_main pre.wp-block-verse {
    border: 1px solid #DCE7F5;
    position: relative;
    padding: 4rem 6rem;
    margin-top: 8rem;
    margin-bottom: 8rem;
}



.single_main ul {
    border: 1px solid #DCE7F5;
    position: relative;


    padding: 4rem 6rem;
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.single_main ul li {
    position: relative;
    padding-left: 1.4rem;
}

.single_main ul li::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -0.2rem;
    width: 0.7rem;
    height: 0.7rem;
    margin: auto;
    background-color: #C7D3E2;
    content: '';
}

.single_main p:last-child,
.single_main ul:last-child,
.single_main pre:last-child,
.single_main figure:last-child,
.single_main blockquote:last-child,
.single_main div:last-child,
.single_main h2:last-child,
.single_main h3:last-child,
.single_main h4:last-child,
.single_main ol:last-child {
    margin-bottom: 0;
}



.page_ttlwrap {
    margin-top: 25rem;
    margin-bottom: 10rem;
    overflow: hidden;
    position: relative;
}


.single_pagenation {
    width: 100%;
}

.single_pagenation_list {
    margin-top: 4rem;

}



.single_pagenation_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #DCE7F5;
    border-bottom: 1px solid #DCE7F5;
}

.single_pagenation li {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.single_pagenation li:nth-child(2) {
    position: relative;
}

.single_pagenation li:nth-child(2)::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: calc(100% - 32px);
    background: #DCE7F5;
}

.single_pagenation a {
    display: block;
    padding: 1.6rem;
    text-decoration: none;
    color: #333;
    position: relative;
    z-index: 1;
}

.single_pagenation li:nth-child(2) a {}

.single_pagenation a::before {}

.single_pagenation a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.single_pagenation_item {
    position: relative;
    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;
}

.single_pagenation_item_thumb {
    width: 10rem;
    padding-top: 10rem;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.single_pagenation_item_thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.single_pagenation_item_text {
    width: calc(100% - 124px);
}

.single_pagenation_item_text p {
    margin: 0;
    font-size: 1.5rem;
}

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

.single_pagenation_item_text p[class^="post_"]+* {
    margin-top: 1.0rem;
}

.single_pagenation_item_text p.post_next::after {
    content: '';
    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;
    position: relative;
}

.single_pagenation_item_text p.post_prev:before {
    content: '';
    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;
    position: relative;
}

.single_pagenation_post_title {
    display: inline-block;
    line-height: 1.6;
}

.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;
}

.single_pagenation a:hover {
    color: #65ABFF;
}

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

.single_main strong {
    font-family: inherit;
    width: auto;
}

/* side ----------------------------------------------------*/

.blog_side {
    position: relative;
    width: 24rem;
}

.blog_side_contents {
    position: sticky;
    top: 10rem;
}

.blog_side_contents_box_inner {
    margin-bottom: 8rem;
}

.blog_side_contents_list {
    font-size: 1.5rem;
    letter-spacing: 0;
}

.blog_side_contents_list li {
    position: relative;
    margin-bottom: 1rem;
}

.blog_side_contents_list li a {
    position: relative;
    left: 0;
    line-height: 1.5;
    color: #333333;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
    transition-property: background-size, left;
    background-image: linear-gradient(rgb(131, 131, 131), rgb(131, 131, 131));
    background-position: 100% 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
}

.blog_side_contents_title {
    border-top: 1px solid #DCE7F5;
    padding-top: 3.6rem;
    padding-bottom: 3rem;
    position: relative;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.blog_side_contents_title {}

.blog_side_category_list li {
    display: block;
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.blog_side_category_list a {
    position: relative;
    left: 0;
    color: inherit;
    background-image: linear-gradient(#333333, #333333);
    transition: .2s cubic-bezier(.165, .84, .44, 1);
    transition-property: left, background-size;
    background-position: 100% 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
}

.blog_side_category_list a::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.blog_side_category_list a.active {
    background-position: 0 100%;
    background-size: 100% 1px;
    text-decoration: none;
    transition: none;
}



.blog_side_category_list a:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
    text-decoration: none;
}

.blog_side_category_list a:hover::before {}




/* 3.3 -- utility ---------------------------------------------------------*/

.screen-reader-text {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}

.bg_white {
    background: #ffffff;
}

.tac {
    text-align: center;
}

.fz_small {
    font-size: 15px;
}

.sp_db {
    display: none;
}

.sp_di {
    display: none;
}

main {
    display: block;
}

_:-ms-lang(x)::-ms-backdrop,
#wrapper {
    /* background: #F1F4FA; */
    position: relative;
    z-index: 0;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination a,
.pagination span {
    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;
    background: #fff;
    color: #65ABFF;
    border-radius: 50%;
    transition: .08s cubic-bezier(0.55, 0.05, 0.22, 0.99);
    font-family: 'Heebo', sans-serif;
    font-style: normal;
    font-weight: 400;
    height: 5.2rem;
    width: 5.2rem;
    font-size: 1.7rem;
    margin-right: 1.2rem;
}

.pagination .current {
    background: #A8A4A0;
    color: #fff;
}

.pagination a:hover {
    background: #65ABFF;
    color: #fff;
}

.blog_page_ttl,
.blog_breadcrumbs,
.blog_page_ttl_sub,
.blog_mainImage_title_meta {
    opacity: 1;
    transform: none;
}








@media screen and (min-width: 769px) {

    .post-type-archive main {
        padding-bottom: 20rem;
    }

    .archive_inner {
        padding: 2rem 0 2rem 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .archive_thumb {
        position: relative;
        width: 12rem;
        padding-top: 12rem;
        position: relative;
        margin-right: 4.4rem;
        overflow: hidden;
        background-color: #fff;
    }

    .archive_thumb img {
        transition: 0.15s cubic-bezier(0.260, 0.005, 0.000, 1.035);
    }

    .archive_thumb_img {
        min-width: 10rem;
        min-height: 10rem;
    }

    .archive_thumb::before,
    .archive_thumb::after {
        content: '';
        display: block;
        position: absolute;
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .archive_thumb::before {
        width: 100%;
        height: 100%;
        background: rgba(4, 22, 29, 0.4);
        top: 0;
        left: 0;
        z-index: 1;
    }

    .archive_thumb::after {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        color: #fff;
        font-size: 1.9rem;
        font-weight: bold;

        letter-spacing: 0.05em;
        content: "Details";
        opacity: 0;
        z-index: 10;
        transform: scale(1.1, 1.1);
        transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
    }

    .archive_item {}

    .archive_item .news_category a,
    .archive_item .news_category span {
        font-size: 1.1rem;
    }

    .archive_item .news_date {
        font-size: 1.4rem;
        font-family: 'Heebo', sans-serif;
        font-style: normal;
        font-weight: 400;
        opacity: 0.5;
        margin-right: 1.6rem;
    }

    .archive_item .archive_ttl {
        display: inline-block;
        margin-top: 0.2rem;
        font-size: 2.0rem;


        line-height: 1.6;
        font-weight: 500;
        margin-bottom: 0.6rem;


    }

    .archive_item:hover {}

    .archive_item:hover .archive_ttl {
        background-position: 0 100%;
        background-size: 100% 1px;
        text-decoration: none;
        color: #65ABFF;
        transition: 0.1s cubic-bezier(0.260, 0.005, 0.000, 1.035);
    }

    .archive_item:hover .archive_thumb img {
        transform: translate(-50%, -50%) scale(1.0, 1.0);
    }

    .archive_item:hover .archive_thumb::before {
        opacity: 1;
    }

    .archive_item:hover .archive_thumb::after {
        opacity: 1;
        transform: scale(.8, .8);
    }

    .archive_meta {
        width: calc(100% - 178px - 4.4rem);
    }

    .single-post main {
        padding-bottom: 0;
    }



}

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

    .blog_contents,
    .blog_mainImage_inner {

        padding-left: 8rem;
        padding-right: 8rem;
    }

}






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


    .blog_contents,
    .blog_mainImage_inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .blog_mainImage_inner,
    .blog_contents {
        max-width: none;
        min-width: auto;
    }

    .blog_contents_wrap {
        padding-top: 4.4rem;
        padding-bottom: 4.4rem;
    }

    .blog_contents {
        display: block;
    }

    .blog_contents_left,
    .blog_side {
        width: auto;
    }

    .blog_side {
        margin-top: 5rem;
    }


    .single_pagenation li:nth-child(2)::after {
        top: 0;
        bottom: auto;
        width: calc(100% - 3rem);
        left: 0;
        height: 0.5px;
        right: 0;
        margin: auto;
    }


    .pagination {}

    .pagination a,
    .pagination span {
        height: 4.2rem;
        width: 4.2rem;
        font-size: 1.5rem;
        margin-right: 1.2rem;
    }

    .blog_mainImage {
        height: auto;
        padding-bottom: 5rem;
    }

    .blog_mainImage_title {
        padding: 14rem 0 4rem;
    }

    .blog_mainImage .kv_inner_title_en {
        top: 8.8rem;
        left: 44%;
        font-size: 190px;
    }

    .blog_breadcrumbs li {
        margin-right: 0.8rem;
    }

    .blog_breadcrumbs li::after {
        margin-left: 0.8rem;
        padding-left: 0.1rem;
    }


    .blog_page_ttl {
        font-size: 2.55rem;
        margin-bottom: 1.0rem;
        margin-bottom: 0.6rem;
    }

    .blog_page_ttl_sub {

        top: 0.5rem;

        font-size: 1.2rem;
    }


    .single-post .blog_page_ttl {
        font-size: 2.55rem;
    }

    .single-post .news_date {
        display: inline-block;
        font-size: 1.2rem;
    }

    .single-post .news_category span {
        display: inline-block;
        border-radius: 5rem;
        margin-right: 1rem;
        font-size: 1.0rem;
    }

    .single-post .news_category span a {
        display: block;
        color: inherit;
        padding: 0rem 1rem 0rem;
    }

    .single_main {
        padding: 5rem 1.5rem;
        background-color: #fff;
        font-size: 1.5rem;
        margin-bottom: 5rem;
    }

    .single_main h2 {
        font-size: 2.5rem;
        margin-top: 4rem;
        margin-bottom: 1.6rem;
    }

    .single_main h3 {
        font-weight: bold;
        font-size: 1.8rem;
        margin-bottom: 1.2rem;
        margin-top: 3rem;
    }

    .single_main h4 {
        font-size: 1.6rem;
        font-weight: bold;

        margin-bottom: 1rem;
        margin-top: 3rem;
    }

    .single_main h5 {
        font-size: 1.3rem;
        font-weight: bold;
    }

    .single_main blockquote,
    .single_main pre.wp-block-verse,
    .single_main ul {


        padding: 2rem 2rem;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .single_main blockquote::before {

        left: 2rem;
    }

    .single_main blockquote cite {

        font-size: 1.3rem;
        padding-top: 0rem;


    }

    .single_main ul {}

    .single_main .wp-block-pullquote p {
        font-size: 1.6rem;
    }

    .single_main .wp-block-pullquote cite {
        font-size: 1.3rem;
        letter-spacing: 0;
    }

    .single_main p:last-child,
    .single_main ul:last-child,
    .single_main pre:last-child,
    .single_main figure:last-child,
    .single_main blockquote:last-child,
    .single_main div:last-child,
    .single_main h2:last-child,
    .single_main h3:last-child,
    .single_main h4:last-child,
    .single_main ol:last-child {
        margin-bottom: 0;
    }

    .single_pagenation_list {
        /*     border: none;
 */
    }


    .blog_side_contents_title {
        font-size: 1.5rem;
        padding-top: 3rem;
        padding-bottom: 1.2rem;
    }

    .blog_side_category_list li {
        font-size: 1.3rem;
    }

    .blog_side_contents_box_inner {
        margin-bottom: 6rem;
    }



    .top_news_flame {
        height: calc(10.9rem * 3 + 1px);
    }

    .top_news_flame .archive_item .archive_ttl {
        font-size: 1.3rem;
    }

    .top_news_flame .archive_list .archive_item {
        height: 10.9rem;
    }

    .top_news_flame .archive_thumb {
        width: 6.0rem;
        padding-top: 6.0rem;
    }

    .top_news_flame .archive_meta {
        width: calc(100% - 6.0rem);
        padding-left: 2rem;
    }




    .archive_inner {
        justify-content: space-between;
        align-items: center;


    }

    .archive_thumb {
        width: 8rem;
        padding-top: 8rem;
        position: relative;
        overflow: hidden;
    }

    .archive_thumb img {
        max-width: 8rem;
        max-height: 8rem;
    }

    .archive_meta {
        width: calc(100% - 8rem);
        padding-left: 0;


    }

    .archive_item .news_category span {
        min-width: 10rem;
        text-align: center;
        margin-right: 0.6rem;
    }

    .archive_item .archive_date {
        font-size: 1.2rem;
        font-family: 'Heebo', sans-serif;
        font-style: normal;
        font-weight: 400;
        opacity: 0.5;
    }

    .archive_list .archive_ttl {
        line-height: 1.6;
        padding-top: 0.8rem;
    }

    .single_pagenation_item_thumb {
        width: 8rem;
        padding-top: 8rem;
    }

    .single_pagenation_item_text {
        width: calc(100% - 8rem);
        box-sizing: border-box;
        padding-left: 2rem;
    }

    .single_pagenation_item_text p {
        margin: 0;
        font-size: 1.3rem;
    }

    .archive_list {
        margin-bottom: 3.2rem;
        border-top-width: 0.5px;
    }

    .archive_list .archive_item::before,
    .archive_list .archive_item a::after {
        height: 0.5px;
    }

    .index_main {
        margin-bottom: 6.4rem;
    }



}



@media screen and (max-width: 320px) {
    .archive_thumb {
        width: 6rem;
        padding-top: 6rem;
    }

    .archive_meta {
        width: calc(100% - 6rem);
    }

    .archive_inner {
        display: flex;
        padding: 0;
    }

    .archive_list .archive_ttl {

        padding-top: 0.4rem;
    }

    .archive_list {

        border-top-width: 0.5px;
    }

    .archive_list .archive_item::before,
    .archive_list .archive_item a::after {
        height: 0.5px;
    }
}





@media screen and (min-width: 1921px) {

    .blog_contents,
    .blog_mainImage_inner {
        max-width: 170rem;

    }
}