@charset "utf-8";

main {
    padding-top: 0;
}

/* ------------------------------
fixed_banner
------------------------------ */
.fixed_banner {
    position: fixed;
    right: 0;
    bottom: 150px;
    z-index: 20;
    width: 262px;
}

.fixed_banner img {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.31);
}

@media screen and (max-width: 767px) {
    main {
        margin-top: 0;
    }

    .fixed_banner {
        width: 100px;
        bottom: 100px;
    }
}


/* ------------------------------
mv_block
------------------------------ */
.mv_block,
.mv_copy_block,
.mv_bg {
    height: 600px;
}

.mv_block {
    max-width: 1500px;
    margin: 194px auto 60px;
    position: relative;
    overflow: hidden;
}

.mv_copy_block li {
    z-index: 20;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mv_copy_block {
    position: relative;
}

.mv_copy_block li {
    z-index: 20;
    opacity: 0;
    -webkit-animation: anime_copy 24s 0s infinite;
    animation: anime_copy 24s 0s infinite;
}

.mv_copy_block li img {
    width: 605px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mv_copy_block li:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.mv_copy_block li:nth-child(2) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.mv_copy_block li:nth-child(3) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}

.mv_copy_block li:nth-child(4) {
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}

.mv_bg ul {
    position: relative;
}

.mv_bg li {
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime_visual 24s 0s infinite;
    animation: anime_visual 24s 0s infinite;
}

.mv_bg li img {
    width: 100%;
}


.mv_bg li:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background-position: center top -50px;
}

.mv_bg li:nth-child(2) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    background-position: center bottom -100px;
}

.mv_bg li:nth-child(3) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
    background-position: center top 65%;
}

.mv_bg li:nth-child(4) {
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
    background-position: center top;
}

@keyframes anime_copy {
    0% {
        opacity: 0;
    }

    8% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        z-index: 10;
    }
}

@keyframes anime_visual {
    0% {
        opacity: 0;
    }

    8% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
        transform: scale(1.2);
        z-index: 10;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 767px) {
    .mv_block {
        margin-top: 65px;
        margin-bottom: 28px;
    }

    .mv_block,
    .mv_copy_block,
    .mv_bg {
        height: 72vw;
    }

    .mv_bg li:nth-child(1) {
        background-position: center top;
    }

    .mv_bg li:nth-child(2) {
        background-position: center bottom;
    }

    .mv_bg li:nth-child(3) {
        background-position: center top;
    }

    .mv_bg li:nth-child(4) {
        background-position: center top;
    }

    .mv_copy_block li img {
        width: 75%;
    }
}


/* ------------------------------
etc_banner
------------------------------ */
.etc_banner {
    display: block;
}

.etc_banner img {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 14px;
}

@media screen and (max-width: 767px) {
    .etc_banner img {
        border-radius: 6px;
    }
}


/* ------------------------------
area_block
------------------------------ */
.area_block {
    margin-bottom: 60px;
}

.area_block h2 {
    font-size: 35px;
    font-weight: 600;
    background-color: #39a1cb;
    color: #fff;
    padding: 14px 0;
    margin-bottom: 37px;
    margin-top: 52px;
    text-align: center;
    background-image: url(../../images/top/area_h2_bg.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.area_title {
    font-family: 'Noto Serif JP','serif';
    font-weight: 500;
    font-size: 34px;
    text-align: center;
    color: #14146f;
}

.area_img_block {
    position: relative;
    margin: 60px 0 40px;
}

.area_map {
    position: relative;
}

.area_map_img {
    padding: 0 20px;
}

.area_map [class^=pin_area] {
    position: absolute;
}

.pin_icon {
    width: 42px;
    height: 55px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

[class^=pin_area].show .pin_icon {
    background-image: url("../../images/top/pin_icon_hover.svg");
}

.pin_area01 {
    top: 187px;
    right: 172px;
}

.pin_area01 .pin_icon {
    background-image: url("../../images/top/pin_icon01.svg");
}

.pin_area02 {
    top: 70px;
    right: 267px;
}

.pin_area02 .pin_icon {
    background-image: url("../../images/top/pin_icon02.svg");
}

.pin_area03 {
    top: 135px;
    right: 429px;
}

.pin_area03 .pin_icon {
    background-image: url("../../images/top/pin_icon03.svg");
}

.pin_area04 {
    top: 287px;
    right: 466px;
}

.pin_area04 .pin_icon {
    background-image: url("../../images/top/pin_icon04.svg");
}

.pin_area05 {
    bottom: 142px;
    left: 250px;
}

.pin_area05 .pin_icon {
    background-image: url("../../images/top/pin_icon05.svg");
}

.pin_balloon {
    position: absolute;
    width: 330px;
    top: 0;
    background-color: rgba(255, 255, 221, 0.88);
    border: 3px solid #fff;
    padding: 20px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.36);
    opacity: 0;
    transition: opacity 0.5s, z-index 0.5s;
    z-index: -1;
    pointer-events: none;
}

.balloon_close_btn {
    display: none;
}

.balloon_left .pin_icon {
    background-position: right;
}

.balloon_left.show .pin_icon {
    padding-left: 105px;
}

.balloon_left .pin_balloon {
    top: -140px;
    right: 105px;
}

.balloon_right .pin_icon {
    background-position: left;
}

.balloon_right.show .pin_icon {
    padding-right: 105px;
}

.balloon_right .pin_balloon {
    top: -140px;
    left: 105px;
}

.balloon_left .pin_balloon::before,
.balloon_left .pin_balloon::after {
    content: '';
    position: absolute;
    display: block;
    right: -40px;
    bottom: 95px;
    border-top: 3px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 14px solid transparent;
}

.balloon_left .pin_balloon::before {
    border-left: 40px solid rgba(255, 255, 221, 0.88);
    z-index: 2
}

.balloon_left .pin_balloon::after {
    border-left: 40px solid #ffffffe0;
    z-index: 1;
    transform: scale(1.3);
    transform-origin: left;
}

.balloon_right .pin_balloon::before,
.balloon_right .pin_balloon::after {
    content: '';
    position: absolute;
    display: block;
    left: -40px;
    bottom: 95px;
    border-top: 3px solid transparent;
    border-left: 0 solid transparent;
    border-bottom: 14px solid transparent;
}

.balloon_right .pin_balloon::before {
    border-right: 40px solid rgba(255, 255, 221, 0.88);
    z-index: 2
}

.balloon_right .pin_balloon::after {
    border-right: 40px solid #ffffffe0;
    z-index: 1;
    transform: scale(1.3);
    transform-origin: right;
}

[class^=pin_area].show .pin_balloon {
    opacity: 1;
    z-index: 5;
    pointer-events: auto;
}

.pin_balloon dl {
    margin-bottom: 25px;
}

.pin_balloon dt {
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    color: #fff;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    padding: 3px 0;
}

.pin_area01 .pin_balloon dt {
    background-image: url("../../images/top/area_bg01.webp");
}

.pin_area02 .pin_balloon dt {
    background-image: url("../../images/top/area_bg02.webp");
}

.pin_area03 .pin_balloon dt {
    background-image: url("../../images/top/area_bg03.webp");
}

.pin_area04 .pin_balloon dt {
    background-image: url("../../images/top/area_bg04.webp");
}

.pin_area05 .pin_balloon dt {
    background-image: url("../../images/top/area_bg05.webp");
}

.pin_balloon dd {
    font-weight: 500;
    font-size: 17px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pin_balloon dd p {
    width: 50%;
}

.pin_balloon dd img {
    width: 44.5%;
}

.pin_balloon a {
    width: 100%;
    font-size: 17px;
    padding: 10px;
    position: relative;
}

.pin_balloon a[class^=btn]::after {
    width: 18px;
    height: 18px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
}

.area_text {
    border-left: 7px solid #B2D0D8;
    padding-left: 18px;
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 68px;
}

.area_img_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 318px;
}

.area_list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 67px;
}

.area_list li {
    width: 17.6%;
}

.area_list dt {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right -10px;
    font-family: "Noto Sans JP";
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding-left: 15px;
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    position: relative;
    letter-spacing: 0.02em;
}

.area_list dt::after {
    content: "";
    width: 11px;
    height: 11px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    display: inline-block;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
}

.area_list .area01 dt {
    background-image: url("../../images/top/area_bg01.webp");
    background-color: #005eab;
}

.area_list .area02 dt {
    background-image: url("../../images/top/area_bg02.webp");
    background-color: #14a5d1
}

.area_list .area03 dt {
    background-image: url("../../images/top/area_bg03.webp");
    background-color: #2b776d;
}

.area_list .area04 dt {
    background-image: url("../../images/top/area_bg04.webp");
    letter-spacing: -0.05em;
    background-color: #5c77b7;
}

.area_list .area05 dt {
    background-image: url("../../images/top/area_bg05.webp");
    font-size: 13px;
    letter-spacing: -0.03em;
    background-color: #ee8971;
}

.area_block .btn_list {
    display: flex;
    justify-content: space-between;
}

.area_block .btn_list li {
    width: 48%;
}

.area_block .btn_list li a {
    display: block;
}

@media screen and (max-width: 767px) {
    .area_block h2 {
        width: 100vw;
        margin: 28px calc(50% - 50vw) 15px;
        font-size: 17px;
        padding: 10px 0;
        background-position: right -100px center;
    }

    .area_img_block {
        margin: 18px 0 calc(5% + 28px);
    }

    .area_title {
        font-size: 23px;
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }

    .area_map {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }

    .area_map_img {
        padding: 0;
    }

    .area_text {
        font-size: 15px;
        position: inherit;
        left: 0;
        margin-bottom: 18px;
        padding-left: 9px;
    }

    .area_img_btn {
        width: 42.5%;
        bottom: -7%;
        right: -3%;
    }

    .area_list {
        margin-bottom: 50px;
    }

    .area_list li {
        width: 47%;
    }

    .area_list li:last-child {
        width: 100%;
    }

    .area_list li:not(:last-child) {
        margin-bottom: 30px;
    }

    .area_list .area04 dt {
        letter-spacing: 0.02em;
        background-position: right -105px center;
    }

    .area_list .area04 dt::after {
        transform: rotate(-45deg);
        top: 12px;
    }

    .area_list .area05 dt {
        font-size: 16px;
        letter-spacing: 0.02em;
    }

    .area_list dt {
        padding: 3px 15px 3px 7px;
        height: auto;
        background-size: inherit;
        background-position: right -155px center;
    }

    .btn_list {
        flex-flow: column;
    }

    .area_block .btn_list li {
        width: 100%;
    }

    .area_block .btn_list a[class^=btn]::after {
        position: inherit;
        top: auto;
        right: auto;
        transform: rotate(-45deg) translateY(-50%);
        vertical-align: bottom;
        margin-left: 10px;
    }

    .area_block .btn_list li:not(:last-child) {
        margin-bottom: 30px;
    }

    [class^=pin_area] {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .pin_balloon {
        padding: 43px 20px 30px;
        width: 90%;
        max-width: 330px;
    }

    .balloon_left .pin_balloon,
    .balloon_right .pin_balloon {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .balloon_left .pin_balloon::before,
    .balloon_right .pin_balloon::before,
    .balloon_left .pin_balloon::after,
    .balloon_right .pin_balloon::after {
        display: none;
    }

    .balloon_close_btn {
        position: absolute;
        display: block;
        top: 12px;
        right: 20px;
        width: 18px;
        height: 18px;
    }

    .balloon_close_btn::after {
        transform: rotate(-45deg);
    }

    .balloon_close_btn::before {
        transform: rotate(45deg);
    }

    .balloon_close_btn::before,
    .balloon_close_btn::after {
        content: "";
        width: 23px;
        height: 2px;
        top: calc(23px / 3);
        right: -3px;
        position: absolute;
        background-color: #BABABA;
    }

    .pin_icon {
        width: 7vw;
        height: 10vw;
        position: absolute;
        z-index: 1;
    }

    .balloon_left .pin_icon,
    .balloon_right .pin_icon {
        background-position: center;
    }

    .balloon_left.show .pin_icon {
        padding-left: 0;
    }

    .balloon_right.show .pin_icon {
        padding-right: 0;
    }

    .pin_area01 .pin_icon {
        top: 28%;
        right: 16%;
    }

    .pin_area02 .pin_icon {
        top: 3%;
        right: 27%;
    }

    .pin_area03 .pin_icon {
        top: 14%;
        right: 37%;
    }

    .pin_area04 .pin_icon {
        top: 47%;
        right: 49%;
    }

    .pin_area05 .pin_icon {
        bottom: 21%;
        left: 23%;
    }

    [class^=pin_area].show .pin_balloon {
        display: block;
    }

    .balloon_right .pin_icon,
    .balloon_left .pin_icon {
        padding: 0;
    }
}



/* ------------------------------
service_block,case_block
------------------------------ */
.case_block {
    margin-top: -194px;
    padding-top: 194px;
}

.service_block,
.case_block {
    margin-bottom: 23px;
}

.service_block h2,
.case_block h2 {
    font-size: 30px;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 500;
}

.service_block h2 {
    border-top: 4px solid #d9f0f4;
    border-bottom: 4px solid #d9f0f4;
}

.case_block h2 {
    border-top: 4px solid #D7E3B2;
    border-bottom: 4px solid #D7E3B2;
}

.service_block h2 {
    color: #004C9B;
}

.case_block h2 {
    color: #009B77;
}

.service_list,
.case_list {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.service_list li {
    width: 31%;
    margin-right: calc(7% / 2);
    margin-bottom: 60px;
}

.case_list li {
    width: 31%;
    margin-bottom: 60px;
}

.case_list li:first-child {
    margin-right: 111px;
}

.service_list li:nth-child(3n),
.case_list li:nth-child(3n) {
    margin-right: 0;
}

.service_list li img {
    width: 100%;
}

.service_list dt,
.case_list dt {
    background-color: #C6E4F7;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 15px;
    margin-bottom: 12px;
    position: relative;
}

.service_list dt {
    background-color: #C6E4F7;
}

.service_list .asameshimae dt {
    background-color: #F7DBC6;
}

.case_list dt {
    background-color: #D7E3B2;
}

.service_list dt::after,
.case_list dt::after {
    content: "";
    border-style: solid;
    border-width: 8px 0 8px 11px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: calc(50% - 8px);
    transform: translate(-50%);
    right: 7px;
}

.case_list dd .hospital_name {
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 6px;
}


@media screen and (max-width: 767px) {
    .case_block {
        margin-top: -65px;
        padding-top: 65px;
    }

    .service_block,
    .case_block {
        margin-bottom: 50px;
    }

    .service_list li,
    .case_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .case_list li:first-child {
        margin-right: 0;
    }

    .service_list li:last-child,
    .case_list li:last-child {
        margin-bottom: 0;
    }

    .service_block h2,
    .case_block h2 {
        font-size: 20px;
        width: 100vw;
        margin: 0 calc(50% - 50vw) 25px;
    }
}

/* ------------------------------
news_block
------------------------------ */
.news_block {
    margin-bottom: 64px;
}

.news_list {
    border-top: 3px solid #A6BBC1;
    border-bottom: 3px solid #A6BBC1;
    padding-bottom: 17px;
    max-height: 293px;
    overflow-y: auto;
}

.news_block h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 14px;
}

.news_block h2 span {
    font-size: 20px;
}

.news_block dl {
    border-bottom: 1px dashed #BABABA;
    height: 90px;
    display: flex;
    align-items: center;
    padding-right: 100px;
    position: relative;
}

.news_block dl a::after {
    content: "";
    border-style: solid;
    border-width: 11.27px 0 11.27px 15.49px;
    border-color: transparent transparent transparent #d1dcdf;
    position: absolute;
    top: calc(50% - 11.27px);
    transform: translate(-50%);
    right: 42px;
}

.news_block dt {
    min-width: 225px;
    text-align: center;
    background-color: #A6BBC1;
    color: #fff;
    font-size: 20px;
    margin-right: 75px;
}

.news_block dd {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .news_block {
        width: 100vw;
        margin: 0 calc(50% - 50vw) 27px;
    }

    .news_block h2 {
        font-size: 24px;
    }

    .news_block h2 span {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .news_list_block::before,
    .news_list_block::after {
        content: "";
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 30px;
    }

    .news_list_block::before {
        background-image: url("../../images/top/news_arrow_top.webp");
        top: 3px;
    }

    .news_list_block::after {
        background-image: url("../../images/top/news_arrow_bottom.webp");
        bottom: 3px;
    }

    .news_list_block {
        position: relative;
    }

    .news_list {
        padding: 12px 16px 0;
        max-height: 375px;
    }

    .news_block dl {
        height: auto;
        padding: 20px 30px 20px 0;
    }

    .news_block dl:last-child {
        border-bottom: 0;
    }

    .news_block dl a::after {
        right: 0;
    }

    .news_block dt {
        margin-right: 12px;
        font-size: 16px;
        text-align: center;
        width: 80px;
        min-width: 0;
        padding: 7px 0;
    }

    .news_block dd {
        font-size: 14px;
        width: calc(100% - 92px);
    }
}


/* ------------------------------
pickup_block
------------------------------ */
.pickup_block {
    margin-bottom: 45px;
}

.pickup_block h2 {
    font-size: 25px;
    color: #fff;
    background-color: #B2D0D8;
    text-align: center;
    margin-bottom: 25px;
    padding: 2px;
    font-weight: 500;
}

.slick-dotted.slick-slider {
    padding-bottom: 36px;
    margin-bottom: 0;
    border-bottom: 3px solid #E2F5FA;
}

.pickup_slider .slick-slide {
    width: 480px;
    margin: 0 20px;
}

.slick-dots li {
    margin: 0 4px;
    width: auto;
    height: auto;
}

.slick-dots li button {
    background-color: #A6A7A7;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    padding: 0;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button {
    background-color: #1A1311;
}

.slick-dots {
    font-size: 0;
    position: unset;
    margin-top: 30px;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
}

.slick-prev,
.slick-next {
    width: 32px;
    height: 63px;
    z-index: 10;
    top: calc(50% - 27px);
}

.slick-prev::before,
.slick-next::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 32px;
    height: 63px;
    display: block;
    opacity: 1;
}

.slick-prev::before {
    background-image: url("../../images/top/slider_arrow_prev.webp");
}

.slick-next::before {
    background-image: url("../../images/top/slider_arrow_next.webp");
}


@media screen and (max-width: 767px) {
    .pickup_block {
        width: 100vw;
        margin: 0 calc(50% - 50vw) 27px;
    }

    .pickup_slider .slick-slide {
        margin: 0;
    }

    .slick-dotted.slick-slider {
        padding-bottom: 30px;
    }

    .slick-dots {
        margin-top: 20px;
    }
}

/* ------------------------------
contact_block
------------------------------ */
.contact_block {
    padding: 28px 0;
}

.contact_block a {
    width: 450px;
    border-radius: 32px;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    color: #fff;
    background: #ef8885;
    border: 1px solid #fff;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 16%);
    display: block;
    margin: auto;
    padding: 11px 0 15px 10px;
    position: relative;
}

.contact_block {
    background-image: url("../../images/top/contact_bg.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    margin-bottom: 72px;
}

.contact_block a::before {
    content: "";
    background-image: url(../../images/common/icon_mail.svg);
    width: 31px;
    height: 23px;
    background-size: contain;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.contact_block a::after {
    content: "";
    width: 20px;
    height: 20px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-left: 3px solid transparent;
    border-top: 3px solid transparent;
    display: inline-block;
    right: 34px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
}

@media screen and (max-width: 767px) {
    .contact_block {
        width: 100vw;
        margin: 0 calc(50% - 50vw) 25px;
        padding: 22px 16px;
        background-size: cover;
    }

    .contact_block a {
        width: 100%;
        font-size: 20px;
    }

    .contact_block a::before {
        width: 24px;
        height: 18px;
    }
}