@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');

body {
    font-style: 'Zen Maru Gothic';
    background-color: #FEF4EA;
}

/*
body::before{

    position: absolute;
    left: 0;
    right:0;    
    background-image: url(/images/g_healthcare/001.png);
    margin: auto;
    top: 0;
    content: "";
    width: 1440px;
    height: 4070px;
    opacity: 0.5;
    z-index: 9999;

}*/
.ghealth_inline_pc {
    display: block;
}

.ghealth_inline_sp {
    display: none;
}

main {
    background-image: url(/images/g_healthcare/bg_dot.svg);
    position: relative;
    overflow: hidden;
    width: 100%;
}

header {
    position: absolute;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.medibang_logo {
    margin: 32px 0 0 40px
}

a.neppuri_link {
    background-color: transparent;
    border: solid 2px #FF826E;
    border-radius: 32px;
    padding: 13px 24px;
    color: #FF826E;
    font-family: 'Hiragino Kaku Gothic ProN';
    font-size: 18px;
    font-weight: bold;
    margin: 32px 40px 0 0;
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color 0.2s;
}

a.neppuri_link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #FF826E;
    z-index: -1;
    transition: width 0.3s;
}

a.neppuri_link:hover {
    color: #fff;
}

a.neppuri_link img {
    transform: translateY(-3px);
    transition: filter 0.2s;
    filter: brightness(1);

}

a.neppuri_link:hover img {
    filter: brightness(3);
}

a.neppuri_link:hover::before {
    width: 100%;
}

.ghealth_fv_pc {
    display: inline;
}

.ghealth_fv_sp {
    display: none;
}

.ghealth_fv img {
    width: 100%;
}

.ghealth_ctt1 {
    position: relative;
    margin: 0 auto 0;
    padding: 104px 0 170px;
}

.ghealth_ctt1_bgimg {
    width: 1028px;
    height: 396px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.ghealth_ctt1_bgimg li {
    position: absolute;
}

.ghealth_ctt1_bgimg li img {
    width: 100%;
    height: auto;
}

.ghealth_ctt1_bgimg_01 {
    width: 86px;
    height: 86px;
    left: -20px;
    top: 210px;
}

.ghealth_ctt1_bgimg_02 {
    width: 136px;
    height: 136px;
    left: 40px;
    bottom: 14px;
}

.ghealth_ctt1_bgimg_03 {
    width: 117px;
    height: 115px;
    right: 93px;
    bottom: -42px;
}

.ghealth_ctt1_bgimg_04 {
    width: 174px;
    height: 174px;
    right: -29px;
    top: 56px;
}

.ghealth_ctt1_bgtext {
    position: absolute;
    top: 5px;
    left: calc(50% - 615px);
}

.ghealth_ctt1_title {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.ghealth_ctt1_title p {
    color: #52B5FF;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 7%;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 900;
    font-style: normal;
}

.ghealth_ctt1_text {
    position: relative;
    font-size: 18px;
    letter-spacing: 0.07em;
    text-align: center;
    line-height: 280%;
    margin-top: 32px;
    color: #363636;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
}

.ghealth_ctt2 {
    padding: 0 20px;
    position: relative;
}

.ghealth_ctt2 h3 {
    color: #52B5FF;
    font-weight: 900;
    text-align: center;
    font-size: 42px;

    line-height: 1.4;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 900;
    font-style: normal;
}

.ghealth_ctt2 h3 span {
    font-size: 28px;
    font-weight: 700;
}

.navigator_namearea {
    position: relative;
    font-size: 18px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    margin-top: -37px;
    margin-bottom: 12px;
    margin-left: 45px;
    z-index: 10;
}

.dow_pink,
.dow_blue {
    position: absolute;
    top: -6px;
    left: -8px;
    font-size: 18px;
    width: 32px;
    height: 32px;
    ;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
}

.dow_pink {
    background-color: #FF826E;
}

.dow_blue {
    background-color: #52B5FF;
}

.contents_link_pink,
.contents_link_blue {
    font-size: 16px;
    font-weight: bold;
    margin-left: 45px;
}

.contents_link_pink {
    color: #FF826E;
}

.contents_link_blue {
    color: #52B5FF;
}

.contents_link_pink img,
.contents_link_blue img {
    vertical-align: bottom;
    position: relative;
    top: -9px;
    margin-left: 4px;
}

.navigator_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 56px;
    width: 100%;
    max-width: 926px;
    margin: 44px auto 61px;
}

.navigator_list a {
    position: relative;
    transition: 0.4s;
    z-index: 1;
}

.navigator_list a:hover {
    opacity: 0.5;
}

.navigator_img img {
    width: 100%;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
}

.navigator_img {
    position: relative;
    width: 248px;
    height: 248px;
}

.bg_circle_pink {
    border: solid 2px #FF826E;
    border-radius: 124px;
    width: 248px;
    height: 248px;
    position: absolute;
    top: -12px;
    left: -12px;
}

.bg_circle_blue {
    border: solid 2px #52B5FF;
    border-radius: 124px;
    width: 248px;
    height: 248px;
    position: absolute;
    top: -12px;
    left: -12px;
}

.navigator_name_pink,
.navigator_name_blue {
    display: inline-block;
    padding: 4px 24px 8px 32px;
    font-size: 26px;
    border-radius: 8px;
    background-color: #fff;
    font-weight: bold;
}

.navigator_name_pink {
    color: #FF826E;
    border: solid 2px #FF826E;
}

.navigator_name_blue {
    color: #52B5FF;
    border: solid 2px #52B5FF;

}

.ctt2_btnarea {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 48px 62px;
    margin: 0 auto 92px;
    background-color: #fff;
    background-image: url(/images/g_healthcare/cvarea_bg_pc.png);
    background-position: center right;
    background-size: cover;
    border: 2px solid #FF826E;
    border-radius: 24px;
    z-index: 10;
}

.ctt2_btnarea_text {
    margin-bottom: 24px;
    line-height: 1.7;
    font-size: 36px;
    font-weight: 700;
    color: #FF826E;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
}

.ctt2_btnarea_btn {
    width: 232px;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
}

.ctt2_btnarea_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

    color: #fff;
    background: linear-gradient(to right, #FF8D4E 0%, #EA2CE2 100%);
    border-radius: 9999px;
    position: relative;
    overflow: hidden;
    transition: color 0.2s;
    padding: 2px;
}

.ctt2_btnarea_btn_inner {
    position: relative;
    padding: 20px;
    width: inherit;
    text-align: center;
    border-radius: 9999px;
    overflow: hidden;
}

.ctt2_btnarea_btn_inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: calc(100% - 0px);
    background-color: #fff;
    transition: 0.2s;
    z-index: 20;

    margin: 0;

}

.ctt2_btnarea_btn a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #FF8D4E 0%, #EA2CE2 100%);
    transition: 0.2s;
    z-index: 10;
    border-radius: 9999px;
    pointer-events: none;


}

.ctt2_btnarea_btn a:hover {
    color: #FF826E;
}

.ctt2_btnarea_btn a:hover .ctt2_btnarea_btn_inner::before {
    left: 0;
    opacity: 1;
    width: calc(100% - 0px);
}

.ctt2_btnarea_btn a:hover .ctt2_btnarea_btn_inner::after {
    width: 100%;
    opacity: 1;
}

.ctt2_btnarea_btn a span {
    position: relative;
    z-index: 100;

}

.ghealth_ctt3 {
    position: relative;
    padding-bottom: 150px;
}

.ghealth_ctt3_title {
    margin-bottom: 16px;
    font-size: 28px;
    color: #52B5FF;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.7;
    text-align: center;
}

.X_timelinearea {
    padding: 93px 40px 40px;
    max-width: 746px;
    width: 100%;
    margin: auto;
    background-color: #52B5FF;
    border-radius: 36px;
    position: relative;
}

.X_timelinearea::before {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 392px;
    height: 130px;
    content: "";
    background-image: url(/images/g_healthcare/binder_top.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

.X_timelinearea_inner {
    text-align: center;
    box-shadow: 4px 4px 8px #008CD6;
    padding-top: 50px;
    padding-bottom: 53px;
    background-color: #fff;
    border-radius: 8px;
}

.X_timelinearea_contents {
    background-color: #fff;
    margin-top: 36px;
}

.r-1ets6dv {
    border-color: transparent;
}

.ghealth_ctt3_bgtext {
    position: absolute;
    bottom: -97px;
    right: calc(50% - 635px);
}

.ghealth_ctt3_bgtext img {
    width: 175px;
    height: auto;
}

/* footer */
.footer-container {
    background-color: #fff;
    padding: 56px 20px 40px;
    border-bottom: 16px solid;
    border-image: linear-gradient(to right, #FF8D4E, #EA2CE2) 1;
}

.footer-inner {
    max-width: 1200px;
    margin: auto;
}

.footer-box {
    display: flex;
    justify-content: space-between;
}

.footer-nav-wrap {
    display: flex;
    margin-bottom: 42px;
}

.footer-nav {
    margin-left: 40px;
}

.footer-nav-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-nav ul li {
    margin-bottom: 20px;
}

.footer-nav ul li:last-child {
    margin-bottom: 0;
}

.footer-nav ul li a {
    font-size: 14px;
    color: #acacac;
}

.twitter-link a {
    position: relative;
    padding-left: 20px;
}

.twitter-link a::before {
    content: url('/images/g_healthcare/x_logo.svg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
}

.footer-info ul {
    display: flex;
    gap: 0 24px;
    margin: auto;
    justify-content: center;
}

.footer-info ul li a {
    font-size: 12px;
    color: #acacac;
}

.css-175oi2r {
    border: none !important;
}

@media (max-width: 1028px) {

    /*
    body::before{
    position: absolute;
    left: 0;
    right:0;    
    background-image: url(/images/g_healthcare/002.png);
    margin: auto;
    top: 0;
    content: "";
    width: 375px;
    height: 4427px;
    opacity: 0.5;
    z-index: 9999;
    pointer-events: none;
}
    */
    .ghealth_inline_pc {
        display: none;
    }

    .ghealth_inline_sp {
        display: block;
    }

    .ghealth_fv img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ghealth_fv_pc {
        display: none;
    }

    .ghealth_fv_sp {
        display: inline;
    }

    .medibang_logo {
        margin: 16px 0 0 20px;
        width: 94px;
        height: 28px;
    }

    a.neppuri_link {
        padding: 8px 16px;
        font-size: 12px;
        margin: 16px 16px 0 0;
    }

    a.neppuri_link::before {
        display: none;
    }

    a.neppuri_link:hover {
        color: #FF826E;
    }

    a.neppuri_link:hover img {
        filter: none;
    }

    .ghealth_ctt1 {
        padding-top: 106px;
        padding-bottom: 120px;
    }

    .ghealth_ctt1_bgtext {
        position: absolute;
        top: 95px;
        left: 0;
    }

    .ghealth_ctt1_bgtext img {
        width: 175px;
        height: auto;
    }

    .ghealth_ctt1_title img {
        width: 187px;
        height: auto;
        margin-left: -11px;
    }

    .ghealth_ctt1_title p {
        font-size: 20px;
        margin-left: 2px;
        transform: translateY(-5px);
    }

    .ghealth_ctt1_text {
        margin-top: 26px;
        font-size: 14px;
    }

    .ghealth_ctt1_bgtext {
        top: 95px;
        left: -2px;
    }

    .ghealth_ctt1_bgtext img {
        width: 101px;
    }

    .ghealth_ctt1_bgimg {
        width: 375px;
    }

    .ghealth_ctt1_bgimg_01 {
        width: 33px;
        height: auto;
        left: 15px;
        top: 11px;
    }

    .ghealth_ctt1_bgimg_02 {
        width: 66px;
        height: auto;
        left: 38px;
        bottom: auto;
        top: 25px;
    }

    .ghealth_ctt1_bgimg_03 {
        width: 62px;
        height: auto;
        right: 108px;
        bottom: 18px;
    }

    .ghealth_ctt1_bgimg_04 {
        width: 90px;
        height: auto;
        right: 0px;
        top: 25px;
    }

    .ghealth_ctt2 {
        padding: 0 16px;
    }

    .ghealth_ctt2 h3 span {
        font-size: 20px;
    }

    .ghealth_ctt2 h3 {
        line-height: 1.3;
        font-size: 32px;
    }

    .navigator_list {
        gap: 54px;
        margin: 32px auto 39px;
    }

    .ctt2_btnarea {
        padding: 20px 2px;
        text-align: center;
        margin: 0 auto 74px;
        background-image: url(/images/g_healthcare/cvarea_bg_sp.png);

    }

    .ctt2_btnarea_text {
        margin-bottom: 21px;
        line-height: 1.5;
        font-size: 20px;
    }

    .ctt2_btnarea_btn {
        width: 232px;
        margin: auto;
        font-size: 16px;
    }

    .ctt2_btnarea_btn_inner {
        position: relative;
        padding: 16px;
    }

    .ctt2_btnarea_btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        color: #fff;
    }

    .ctt2_btnarea_btn a::before,
    .ctt2_btnarea_btn a::after {
        display: none;
    }

    .ctt2_btnarea_btn a:hover {
        color: #fff;
    }

    .ghealth_ctt3 {
        margin: 0 16px;
        padding-bottom: 47px;
    }

    .ghealth_ctt3_title {
        margin-bottom: 12px;
        line-height: 1.5;
        font-size: 20px;
        white-space: nowrap;
    }

    .X_timelinearea {
        padding: 43px 19px 35px;
        border-radius: 16px;
    }

    .X_timelinearea::before {
        top: 10px;
        width: 191px;
        height: 68px;
        background-image: url(/images/g_healthcare/binder_top_sp.svg);
    }

    .X_timelinearea_inner {
        padding-bottom: 36px;
    }

    .X_timelinearea_contents img {
        width: 100%;
    }

    .ghealth_ctt3_bgtext {
        position: absolute;
        bottom: auto;
        right: -27px;
        top: -44px;
        transform: translateY(-100%);
    }

    .footer-container {
        background-color: #fff;
        padding: 47px 30px 23px;
        border-bottom: 16px solid;
        border-image: linear-gradient(to right, #FF8D4E, #EA2CE2) 1;
    }

    .footer-box {
        display: block;
    }

    .footer-nav-wrap {
        display: block;
        margin-top: 46px;
        margin-bottom: 56px;
    }

    .footer-nav {
        margin-top: 44px;
        margin-left: 0;
    }

    .footer-nav ul li {
        margin-bottom: 13px;
    }

    .footer-nav ul li a {
        font-size: 12px;
        color: #acacac;
    }

    .footer-info ul li a {
        font-size: 10px;
    }

    .footer-info ul {
        gap: 5px 16px;
        flex-wrap: wrap;
    }

    .X_timelinearea_contents {
        margin-top: -6px;
    }
}

/* MBNM-542 ナビゲーター7人化。601px以上は上段4人・下段3人の入れ子配置（各行の横軸は揃え、下段3人を上段の隙間へずらす）。円は幅に応じて可変（最大210px）。 */
@media (min-width: 601px) {
    .navigator_list {
        column-gap: 2.6%;
        row-gap: 14px;
        max-width: 950px;
        padding: 0 16px;
    }

    /* 1段=4人に固定（各項目を幅22%に）。下段3人はjustify-content:centerにより上段の隙間へ入れ子で並ぶ。 */
    .navigator_list li {
        width: 22%;
        max-width: 210px;
    }

    /* 円を幅に応じて可変（正方形比率を維持） */
    .navigator_img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .navigator_img img {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }

    .bg_circle_pink,
    .bg_circle_blue {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .navigator_namearea {
        margin-top: -14%;
        margin-left: 10%;
        margin-bottom: 8%;
    }

    .navigator_name_pink,
    .navigator_name_blue {
        font-size: clamp(12px, 1.6vw, 19px);
        padding: .15em .8em .3em 1em;
    }

    .contents_link_pink,
    .contents_link_blue {
        margin-left: 10%;
        font-size: clamp(10px, 1.2vw, 14px);
    }
}

/* MBNM-542 600px以下は1列（縦積み）にして末尾の孤立を防ぐ */
@media (max-width: 600px) {
    .navigator_list {
        flex-direction: column;
        align-items: center;
        gap: 34px;
    }
}