@charset "utf-8";

/* MV sub */
#main_visual._sub {
    margin-bottom: calc(194 / 1920 * 100vw);
}
.mv_wrap {
    position: relative;
}
.lead_text {
    position: absolute;
    top: 40%;
    left: 11%;
    padding: calc(70 / 1920 * 100vw) calc(100 / 1920 * 100vw);
    z-index: 10;
}
.lead_text::before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.lead_text::after {
    content: '';
    background: #003B51;
    padding: calc(70 / 1920 * 100vw);
    display: block;
    position: absolute;
    top: 6%;
    left: 3%;
    z-index: 5;
    width: 100%;
    height: 100%;
}
.lead_text img {
    width: calc(187 / 1920 * 100vw);
    /* width: 187px; */
    z-index: 15;
}
.mv_wrap img {
    position: relative;
    display: block;
    margin: 0 auto;
}
#main_visual > div > img {
    width: calc(1012 / 1920 * 100vw);
    position: relative;
    z-index: 10;
}
.mv_wrap::after {
    width: 41%;
    height: calc(548 / 1920 * 100vw);
    content: '';
    background: url('/assets/images/common/bg_stripe.svg');
    background-size: cover;
    display: block;
    position: absolute;
    top: 7%;
    left: 23%;
}

/*  */
#news .inner {
    flex-direction: column;
    text-align: center;
}
.contents_title img {
    width: 148px;
}
.news_list {
    text-align: left;
    margin: 70px 0;
    letter-spacing: 0.02em;
}
.news_list dt {
    padding-left: .5em;
    font-weight: 500;
}
.news_list dd {
    padding: 1em .5em 1.5em;
    border-bottom: 1px solid #88B5C4;
    margin-bottom: 1.5em;
    line-height: 1.8;
}

/* アンカーリンク位置調整 */
.a__link {
    padding-top: 190px;
    margin-top: -190px;
}
@media screen and (max-width: 1024px) {
    .a__link {
        padding-top: 80px;
        margin-top: -80px;
    }
}


/* pagenation */
.nav_page {
    padding: 2em;
    display: flex;
    justify-content: center;
}
.nav_page a,span {
    width: 60px;
    height: 60px;
    margin: 2px 5px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    background: #88B5C4;
    color: #444;
    transition:.3s;
}
.nav_page a:hover {
    background: #88B5C4;
    border-radius: 100%;
    transform: rotate(360deg);
}
.current {
    background: #003B51;
    border-radius: 100%;
    color: #fff;
}
.dots {
    background: none;
}
.clinic_info span {
    color: #fff;
    background: none;
    line-height: 1.5;
}

span.new {
    background: #FF7979;
    padding: 2px 12px;
    display: inline-block;
    color: #fff;
    margin: 0 0 0 20px;
    border-radius: 4px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    width: auto;
    height: auto;
    vertical-align: top;
}
.top-inner p span {
    background: none;
}
.news_list a {
    text-decoration: underline;
}


span.topcs {
    background: none;
    font-size: 20px;
    font-weight: bold;
    color: #003B51;
}






@media screen and (max-width: 1024px) {
    #main_visual > div > img {
        width: 100%;
    }
    .mv_wrap::after {
        width: 100%;
        height: calc(548 / 1024 * 100vw);
        bottom: -3%;
        left: 0;
    }
    .lead_text {
        top: 40%;
        left: 0;
        padding: calc(70 / 1024 * 100vw);
    }
    .lead_text img {
        width: calc(280 / 1024 * 100vw);
    }
    .mv_wrap::after {
        width: 100%;
        height: calc(548 / 1024 * 100vw);
        bottom: -3%;
        left: 0;
    }
    .openbtn span {
        margin: 0;
    }
    
    span.topcs {
        line-height: 1.5;
    }
}

a.prev,a.next{
    scale: .8;
}

.c-note{
    border: 1px solid #88B5C4;
    padding: 24px;
    width: fit-content;
    margin-top: 24px;
}
.c-note strong{
    display: block;
    color: #88B5C4;
}
.c-note strong:nth-child(n+2){
    margin-top: 16px;
}