@charset "UTF-8";

body{
    background-color: #FFF;
}
.p72{
    padding-top: 72px;
    padding-bottom: 72px;
    @media (max-width: 768px) {
        padding-top: 36px;
        padding-bottom: 36px;
    }
}
/* h1 */
.h1_kv{
    padding: 50px calc(50% - 540px);
    background-image: url(../img/lp/h1/h1_kv_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    min-height: 28vw;
    position: relative;
    @media (max-width: 1080px) { 
        width: 100%;
        padding: 30px 5%;
    }
    @media (max-width: 768px) { 
        flex-flow: column;
        width: 100%;
        gap: 30px;
        min-height: 60vh;
        justify-content: flex-start;
        background-image: url(../img/lp/h1/h1_kv_bg_sp.png);
        background-position: bottom;
    }
}
.h1_kv_inner{
    width: 100%;
    display: flex;
    gap: 10px;
        @media (max-width: 768px){
        height: calc(60vh - 60px);
    }
    .left{
        width: 50%;
        position: relative;
        left: 80px;
        @media (max-width: 768px){
            width: 100%;
            left: 0;
            height: 100%;
        }
    }
    .h1_kv_txt{
        max-width: 100%;
        img{
            width: 100%;
        }
    }
    .h1_achievements{
        max-width: 466px;
        width: 100%;
        margin-top: 24px;
        img{
            width: 100%;
        }
        @media (max-width: 768px){
            position: absolute;
            bottom: -12px;
            left: 0;
            right: 0;
        }
    }
}
/* g1 */
.g1_kv{
    padding: 50px calc(50% - 540px);
    background-image: url(../img/lp/h1/g1_kv_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    min-height: 28vw;
    position: relative;
    @media (max-width: 1080px) { 
        width: 100%;
        padding: 30px 5%;
    }
    @media (max-width: 768px) { 
        flex-flow: column;
        width: 100%;
        gap: 30px;
        min-height: 75vh;
        justify-content: flex-start;
        background-image: url(../img/lp/h1/g1_kv_bg_sp.png);
        background-position: bottom;
    }
}
.g1_kv_inner{
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: end;
        @media (max-width: 768px){
        height: calc(75vh - 60px);
    }
    .left{
        width: 50%;
        position: relative;
        @media (max-width: 768px){
            width: 100%;
            left: 0;
            height: 100%;
        }
    }
    .g1_kv_txt{
        max-width: 100%;
        img{
            width: 100%;
        }
    }
    .g1_achievements{
        max-width: 466px;
        width: 100%;
        margin-top: 24px;
        img{
            width: 100%;
        }
        @media (max-width: 768px){
            position: absolute;
            bottom: -12px;
            left: 0;
            right: 0;
        }
    }
}
/* a1 */
.a1_kv{
    padding: 50px calc(50% - 540px);
    background-image: url(../img/lp/h1/a1_kv_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    min-height: 28vw;
    position: relative;
    @media (max-width: 1080px) { 
        width: 100%;
        padding: 30px 5%;
        flex-flow: column;
        align-items: baseline;
    }
    @media (max-width: 768px) { 
        flex-flow: column;
        width: 100%;
        gap: 30px;
        min-height: 55vh;
        justify-content: flex-start;
        background-image: url(../img/lp/h1/a1_kv_bg_sp.png);
        background-position: bottom;
    }
}
.a1_kv_inner{
    width: 100%;
    display: flex;
    gap: 10px;
    @media (max-width: 768px) {
        width: 90%;
        position: absolute;
        bottom: 12px;
    }
    .left{
        width: 50%;
        position: relative;
        left: 80px;
        @media (max-width: 768px){
            width: 100%;
            left: 0;
            height: 100%;
        }
    }
    .a1_kv_txt{
        max-width: 100%;
        img{
            width: 100%;
        }
    }
    .a1_achievements{
        max-width: 466px;
        width: 100%;
        margin-top: 24px;
        img{
            width: 100%;
        }
        @media (max-width: 768px){
        }
    }
}

/* cta_bt_wrap */
.cta_bt_wrap{
    display: flex;
    gap: 32px;
    margin: 20px;
    justify-content: center;
    @media (max-width: 768px){
        flex-flow: column;
        gap: 10px;
    }
    a{
        text-align: center;
        width: 100%;
        max-width: 380px;
        border-radius: 30px;
        border: 2px solid #FFF;
        box-shadow: 0 0 10px 0 rgba(20, 25, 48, 0.15);
        text-align: center;
        letter-spacing: 0.36px;
        padding: 14px;
        box-sizing:content-box;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        @media (max-width: 768px){
            box-sizing: border-box;
        }
        span{
            font-size: 18px;
            font-weight: 600;
            line-height: 28px; /* 155.556% */
            color: #FFF;
            @media (max-width: 768px){
                font-size: 16px;
            }
        }
    }
    .fst{
        background: var(--main, #006EC5);
    }
    .sec{
        background: #FF8000;
    }
}

/* title */
.section_title{
    color: var(--black, #383B42);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 41.6px */
    margin: 0 auto 32px;
    .blue{
        color: var(--main, #006EC5);
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }
    @media (max-width: 768px){
        font-size: 20px;
        .blue{
            font-size: 20px;
        }
    }
}

/* about */
.h1_about_wrap{
    display: flex;
    gap: 56px;
    width: 100%;
    @media (max-width: 768px){
        flex-flow: column;
        gap: 32px;
    }
}
.h1_about_wrap_inner{
    width: calc(50% - 28px);
    @media (max-width: 768px){
        width: 100%;
    }
    h3{
        color: var(--black, #383B42);
        text-align: center;
        display: table;
        margin: 0 auto 16px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%; /* 27.2px */
        padding: 6px 18px;
        border-radius: 60px;
        border: 1px solid var(--main, #006EC5);
        @media (max-width: 768px){
            font-size: 14px;
        }
    }
    img{
        width: 100%;
    }
    p{
        font-size: 16px;
        margin-top: 12px;
    }
}

.frame-group {
  	display: flex;
    width: 100%;
  	flex-direction: column;
  	align-items: center;
  	padding: 64px 0px 40px;
  	box-sizing: border-box;
  	gap: 48px;
    @media (max-width: 768px){
        gap: 24px;
        padding: 36px 0 10px;
    }
}
.frame-container {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	gap: 18px;
    width: 100%;
    @media (max-width: 768px){
        gap: 12px;
    }
}
.parent {
  	display: flex;
  	align-items: flex-end;
  	justify-content: center;
    text-align: center;
  	gap: 8px;
    small{
        position: relative;
        letter-spacing: 0.06em;
        line-height: 175%;
        color: var(--black, #383B42);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 175%; /* 35px */
        letter-spacing: 1.2px;
    }
    span {
        position: relative;
        font-size: 28px;
        letter-spacing: 0.1em;
        line-height: 135%;
        color: #006ec5;
        display: inline-block;
    }
    @media (max-width: 768px){
        small{
            font-size: 13px;
        }
        span{
            font-size: 15px;
        }
    }
}
.frame-wrapper {
  	height: 60px;
  	border-radius: 10px;
  	background-color: #006ec5;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: 10px ;
  	box-sizing: border-box;
  	font-size: 24px;
    gap: 6px;
  	color: #fff;
    width: 100%;
    img{
        margin-right: 6px;
    }
    small{
        color: #FFF;
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        line-height: 135%; /* 32.4px */
        letter-spacing: 2.4px;
    }
    span{
        color: #FFF;
        text-align: center;
        font-size: 34px;
        font-weight: 500;
        line-height: 135%; /* 45.9px */
        letter-spacing: 3.4px;
    }
    @media (max-width: 768px){
        flex-flow: column;
        height: auto;
        small{
            font-size: 16px;
        }
        span{
            font-size: 24px;
        }
    }
}
.frame-parent2 {
  	align-self: stretch;
  	display: flex;
  	align-items: center;
  	gap: 20px 24px;
  	text-align: left;
  	font-size: 14px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    @media (max-width: 768px){
        flex-flow: column;
    }
}
.frame-parent4 {
  	width: calc(33.3% - 16px);
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	position: relative;
  	gap: 0px;
    img{
        position: relative;
        top: -8px;
        margin-bottom: -16px;
        z-index: 2;
    }
        @media (max-width: 768px){
            width: 100%;
        }
}
.worries1-parent {
  	align-self: stretch;
  	height: 64px;
  	border-radius: 10px;
  	background-color: rgba(159, 168, 183, 0.2);
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: 16px 14px 16px 0px;
  	box-sizing: border-box;
  	gap: 4px;
  	z-index: 0;
}
.marchline-wrapper {
  	align-self: stretch;
  	border-radius: 10px;
  	background-color: #fff;
  	border: 1px solid #006ec5;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: 14px 18px 16px;
  	z-index: 1;
  	color: #006ec5;
}

/* オンライン診療の具体例 */
.lp_ex_list {
    .inner {
        border-radius: 10px;
        border: 1px solid #EFF0F3;
    }
}

/* 導入事例 */
.case_slide .case_open{
    max-width: 220px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    border-radius: 32px;
    padding: 12px;
    margin: 24px auto 0;
    display: block
}
.post_content2{ 
    display:none; 
}
.case-modal{
  position:fixed; inset:0; z-index:1000;
  display:flex; align-items:center; justify-content:center;
  opacity:0; visibility:hidden; transition:.2s ease;
}
.case-modal.is-open{ opacity:1; visibility:visible; }
.case-modal__overlay{
  position:absolute; inset:0; background:rgba(0,0,0,.45);
}
.case-modal__dialog{
  position:relative; 
  z-index:1;
  max-width:min(1080px, 92vw); 
  max-height:86vh; 
  overflow:auto;
  background:#fff; 
  border-radius:12px; 
  padding:32px;
  box-shadow:0 8px 30px rgba(0,0,0,.2);
      @media (max-width: 768px){
        padding: 24px 10px;
      }

}
.case-modal__close{
  position:absolute; 
  top:8px; 
  right:10px;
  width:40px; 
  height:40px; 
  border:0; 
  background:transparent;
  font-size:28px; 
  line-height:1; 
  cursor:pointer;
}
body.is-fixed{ 
    overflow:hidden; 
}

/* modal */
.case-modal__body .case {
    display: flex;
    gap: 32px;
    @media (max-width: 768px){
        flex-flow: column;
    }
}
.case-modal__body .case_thumb img {
    height: auto;
}
.case-modal__body .case_clinicname{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    margin-top: 0;
}
.case-modal__body .case_title{
    color: var(--black, #383B42);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
    margin-top: 10px;
    margin-bottom: 12px;
}
.case-modal__body .clinical_department_txt{
    margin-top: 0;
}
.case-modal__body .clinical_department_inner{
    display: flex;
    flex-flow: column;
    gap: 2px;
}
.case-modal__body .wp-block-lazyblock-before-after{
    display: flex;
    gap: 20px;
    margin-top: 40px;
    @media (max-width: 768px){
        flex-flow: column;
        gap: 16px;
        margin-top: 20px;
    }
}
.case-modal__body .case-before {
    display: flex;
    width: calc(50% - 10px);
    padding: 20px ;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 10px;
    background: #F2F7FF;
    @media (max-width: 768px){
        width: 100%;
    }
}
.case-modal__body .case-before__ttl{
    color: var(--main, #006EC5);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    margin: 0;
}
.case-modal__body .case-before ul li{
    color: var(--black, #383B42);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 150%; /* 24px */
}
.case-modal__body .case-after {
    display: flex;
    width: calc(50% - 10px);
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 10px;
    background: #F2F7FF;
    @media (max-width: 768px){
        width: 100%;
    }
}
.case-modal__body .case-after__ttl{
    color: var(--main, #006EC5);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    margin: 0;
}
.case-modal__body .case-after ul li{
    color: var(--black, #383B42);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 150%; /* 24px */
}

.case-modal__body h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    border-left: 3px solid var(--primary);
    padding-inline: 12px 0;
    @media (max-width: 768px){
        font-size: 22px;
    }
}
.case-modal__body .case_background h2, .case-modal__body .case_function h2, .case-modal__body .case_clinical-department h2 {
    font-size: 16px;
    border: 0;
    padding: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}
.case-modal__body .case_background, .case-modal__body .case_function, .case-modal__body .case_clinical-department {
    background: var(--dark-000);
    padding-inline: 16px;
    padding-block: 20px;
    border-radius: 0 8px 8px 0;
    margin-top: 28px;
    border-left: 3px solid var(--dark-200);
}
.case-modal__body .case_background, .case-modal__body .case_function, .case-modal__body .case_clinical-department {
    background: var(--dark-000);
    padding-inline: 16px;
    padding-block: 20px;
    border-radius: 0 8px 8px 0;
    margin-top: 28px;
    border-left: 3px solid var(--dark-200);
}
.case-modal__body h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.case-modal__body p {
    margin-top: 16px;
    line-height: 2;
    font-size: 14px;
}

.case_slide{
    .slick-prev{
        font-size: 0;
        height: 40px;
        width: 40px;
        background-image: url(../img/lp/h1/prev.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        left: calc(50% - 100px);
        background-color: rgb(0, 0, 0, 0);
        bottom: -16px;
    }
    .slick-next{
        font-size: 0;
        height: 40px;
        width: 40px;
        background-image: url(../img/lp/h1/next.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        right: calc(50% - 100px);
        background-color: rgb(0, 0, 0, 0);
        bottom: -16px;
    }
    .slick-dots{
        display: flex;
        gap: 16px;
        justify-content: center;
        margin-top: 64px;
        margin-bottom: 64px;
        li{
            width: 8px;
            height: 8px;
            background-color: #D9D9D9;
            border-radius: 8px;
            button{
                font-size: 0;
            }
        }
        .slick-active{
            background-color: var(--main, #006EC5);
        }
    }

    .case_post-item{
        margin: 0 14px;
        border: none;
        @media (max-width: 768px){
            margin: 0 8px;
        }
    }
    .case_links{
        flex-flow: column;
        padding: 24px;
        border-radius: 10px;
        @media (max-width: 768px){
            padding: 10px 10px 24px;
            gap: 16px;
        }
    }
    .case_thumb{
        width: 100%;
    }
    .case_inner{
        width: 100%;
    }
    .case_ttl{
        color: var(--black, #383B42);
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 36px */
    }
    .clinical_department_inner{
        flex-flow: column;
    }
    .clinical_department_wrap{
        flex-flow: column;
        gap: 20px;
    }
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: auto !important;
}

.bgblue{
    background: #F2F7FF;
}


/* marchを使った患者さん側の診察の流れ */
.user_flow_list{
    display: flex;
    flex-wrap: wrap;
    gap: 48px 24px;
    @media (max-width: 768px){
        flex-flow: column;
        gap: 36px;
    }
    li{
  	width: calc(33.3% - 16px);
        @media (max-width: 768px){
            width: 100%;
        }
    img{
        width: 100%;
    }
    h3{
        text-align: center;
        margin: 10px 0 6px;
        small{
            color: var(--main, #006EC5);
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%; /* 21px */
        }
        .step{
            color: var(--main, #006EC5);
            font-family: Inter;
            font-size: 26px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%; /* 39px */
            letter-spacing: -1.04px;
        }
        .txt{
            color: var(--black, #383B42);
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 36px */
        }
    }
    .desc{
        color: var(--black, #383B42);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
    }
    }
}

/* シミュレーション */

.section_subtitle{
    color: var(--main, #006EC5);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 48px */
    margin-bottom: 12px;
    @media (max-width: 768px){
            font-size: 20px;
    }
}
.section_desc{
    color: var(--black, #383B42);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    @media (max-width: 768px){
        text-align: left;
    }
}
.simulation_img{
    text-align: center;
    width: 100%;
    max-width: 540px;
    margin: 48px auto 10px;
    img{
        width: 100%;
    }
}
.simulation_list{
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 48px;
    @media (max-width: 768px){
        flex-flow: column;
        gap: 0;
        justify-content: center;
        align-items: center;
    }
    li{
        width: calc(50% - 15px);
        display: flex;
        padding: 10px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        @media (max-width: 768px){
            width: 80%;
        }
        h4{
            width: 40%;
            color: var(--black, #383B42);
            font-size: 12px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px; /* 166.667% */
        }
        p{
            color: var(--black, #383B42);
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; /* 166.667% */
        }
    }
}
.simulation_wrap{
    margin-top: 90px;
    .note{
        color: var(--black, #383B42);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 18px */
        text-align: center;
        opacity: 0.5;
    }
    @media (max-width: 768px){
        margin-top: 36px;
    }
}


/* support */
.support_wrap{
    background-image: url(../img/lp/h1/support.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 28vw;
    @media (max-width: 768px){
        background-image: url(../img/lp/h1/support_sp.png);
        width: 100%;
        padding-bottom: 20px;
    }
    .support_sub{
        color: var(--main, #006EC5);
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%; /* 32.4px */
        letter-spacing: 1.2px;
        @media (max-width: 768px){
            font-size: 16px;
            text-align: center;
        }

    }
    .support_title{
        color: var(--main, #006EC5);
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%; /* 54px */
        letter-spacing: 3px;
        margin-top: 12px;
        margin-bottom: 24px;
        @media (max-width: 768px){
            font-size: 24px;
            text-align: center;
            margin-bottom: 16px;
            margin-top: 8px;
        }
    }
    .support_desc{
        color: var(--black, #383B42);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%; /* 28.8px */
        letter-spacing: 1px;
        @media (max-width: 768px){
            font-size: 14px;
        }
    }
    .cta_bt_wrap{
        justify-content: flex-start;
        margin: 42px 0 0;
        @media (max-width: 768px){
            margin-top: 150px;
        }
    }
}

/* 比較表 */

.comparison_table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
}

.comparison_table tr {
  background-color: #fff;
  padding: .35em;
}
.comparison_table tr:last-child{
}
.comparison_table th,
.comparison_table td {
  padding: 1em 10px 1em 1em;
  border: none;
}
tbody th {
    color: #0f7d13;
}
.comparison_table .layer1{
    border-top: 1px solid var(--dark-200);
    border-bottom: 1px solid var(--dark-200);
}
.comparison_table .layer2{
    border-top: 1px solid var(--dark-200);
    border-bottom: 1px solid var(--dark-200);
}
.comparison_table .march{
    border-top: 1px solid var(--dark-200);
    border-bottom: 1px solid var(--dark-200);
}
.comparison_table .other{
    border-top: 1px solid var(--dark-200);
    border-bottom: 1px solid var(--dark-200);
}
