@charset "UTF-8";
/*import*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
}

#body-in {
    color: #222;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.8;
    box-sizing: border-box;
    /*
    min-width: $container-width-lg;
    @include mq(sm) {
        min-width: 0;
    }
    @include full-width-scroll-x($container-width-lg);
     */
}

#body-in *,
#body-in *::before,
#body-in *::after {
    box-sizing: border-box;
}

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

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

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

.tab-only {
    display: none !important;
}

@media screen and (max-width: 989px) {
    .tab-only {
        display: block !important;
    }
}

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

.sp-only {
    display: none;
}

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

@media screen and (max-width: 767px) {
    .sp-only {
        display: block !important;
    }
}


/*main-visual*/
.marin-visual-area {
    img {
        width: 100%;
    }
}

/*new-hospital-content*/
.new-hospital-content__wrapper {
    position: relative;
    margin-top: -86px;
}
@media screen and (max-width: 768px) {
    .new-hospital-content__wrapper {
        margin-top: 0;
    }
}
.new-hospital-content__wrapper::before {
    content: "";
    width: calc(100% - 120px);
    height: 100%;
    background: linear-gradient(#014368 0%, #003350 100%);
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width: 768px) {
    .new-hospital-content__wrapper::before {
        width: 100%;
    }
}
.new-hospital-content__wrap {
    width: 1200px;
    padding: 42px 0 58px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 768px) {
    .new-hospital-content__wrap {
        padding: 32px 0 39px;
        width: calc(100% - 40px);
    }
}
.news-hospital-title__deco {
    width: 143px;
    height: 143px;
    border-radius: 50%;
    background: #c2a002;
    filter: drop-shadow(3px 3px 0px rgba(26, 23, 10, 0.3));
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -108px;
    left: 0;
}
@media screen and (max-width: 768px) {
    .news-hospital-title__deco {
        width: 80px;
        height: 80px;
        top: -57px;
    }
}
.new-hospital-title-deco-text {
    font-size: 23px;
    letter-spacing: 0.02em;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .new-hospital-title-deco-text {
        font-size: 13px;
        line-height: 1.5;
        position: relative;
        top: 3px;
    }
}
.news-hospital-title {
    font-family: "Shippori Mincho",sans-serif;
    font-weight: 500;
    font-size: 48px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    span {
        font-size: 30px;
    }
}
@media screen and (max-width: 768px) {
    .news-hospital-title {
        font-size: 23px;
        line-height: 1.4;
        span {
            font-size: 16px;
        }
    }
}
.new-hospital-information-lists__wrap {
    margin-top: 42px;
}
@media screen and (max-width: 768px) {
    .new-hospital-information-lists__wrap {
        margin-top: 24px;
    }
}
.new-hospital-information__lists {
    width: 618px;
    margin: 0 auto;
    padding: 20px 28px 20px 28px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border: 1px solid #dbe4e9;
}
@media screen and (max-width: 768px) {
    .new-hospital-information__lists {
        width: 100%;
        padding: 15px 15px 13px;
    }
}
.new-hospital-information__list {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media screen and (max-width: 768px) {
    .new-hospital-information__list {
        gap: 14px;
        align-items: first baseline;
    }
}
.new-hospital-information__list-head {
    width: 110px;
    height: 40px;
    background: #d7dfe3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #003350;
}
@media screen and (max-width: 768px) {
    .new-hospital-information__list-head {
        width: 72px;
        height: 27px;
        font-size: 14px;
    }
}
.new-hospital-information__list-body {
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #dbe4e9;
}
@media screen and (max-width: 768px) {
    .new-hospital-information__list-body {
        font-size: 14px;
        line-height: 1.4;
        width: calc(100% - 82px);
    }
}
.message__wrap {
    width: 948px;
    margin: 104px auto 0;
}
@media screen and (max-width: 768px) {
    .message__wrap {
        width: calc(100% - 40px);
        margin: 66px auto 0;
    }
}
.message-title__wrap {
    padding-bottom: 34px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .message-title__wrap {
        padding-bottom: 20px;
    }
}
.message-title__wrap::before {
    content: "";
    width: 80px;
    height: 1px;
    background: #003350;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
}
@media screen and (max-width: 768px) {
    .message-title__wrap::before {
        width: 40px;
        left: calc(50% - 20px);
    }
}
.message-title {
    font-family: "Shippori Mincho",sans-serif;
    font-weight: 500;
    font-size: 42px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #003350;
}
@media screen and (max-width: 768px) {
    .message-title {
        font-size: 25px;
    }
}
.message-text {
    margin-top: 57px;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 2.5;
    color: #333;
    a {
        color: #003350;
    }
    a:hover {
        color: #c2a002;
    }
    span {
        color: #003350;
        font-size: 22px;
        letter-spacing: 0.02em;
    }
}
@media screen and (max-width: 768px) {
    .message-text {
        margin-top: 36px;
        font-size: 15px;
        line-height: 2.5;
        span {
            font-size: 18px;
            line-height: 2;
        }
    }
}
footer {
    margin-top: 109px;
}
@media screen and (max-width: 768px) {
    footer {
        margin-top: 100px;
    }
}
.footer__copy {
    padding: 26px 0 27px;
    background: #696969;
    font-family: "Shippori Mincho",sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 768px) {
    footer {
        margin-top: 60px;
    }
    .footer__copy {
        padding: 14px 0 14px;
    }
}