.mv_news .item_link {
    display: inline-flex !important;
}

.company_lists .item_title {
    display: inline-block !important;
}

.news_gridbox,
.mv_content,
.healthcare_gridbox,
.healthcare_gridbox .item_link,
.company_lists,
.company_lists .item_link {
    display: flex !important;
}

.mv_heading .jp,
.mv_heading .en {
    display: block !important;
}

.p_en .company_lists .item_link {
    flex-direction: row !important;
}

.p_en .news_gridbox,
.news_gridbox,
.healthcare_gridbox,
.healthcare_gridbox .item_link,
.company_lists .item_link {
    flex-direction: column !important;
}

@media screen and (min-width: 768px) {
    .news_gridbox,
    .healthcare_gridbox {
        flex-direction: row !important;
    }
}
.mv_fixed_cover img {
    object-fit: cover;
}

.mv_fixed_cover img {
    width: 100%;
    height: 100%;
}

.mv_fixed,
.mv_news,
.healthcare_gridbox .item_title img {
    position: absolute !important;
}

.purpose,
.pipeline,
.pipeline_cover,
.news,
.mv,
.healthcare_gridbox .item_link,
.healthcare_gridbox .item_title,
.company_lists .item_link {
    position: relative !important;
}

.mv_heading {
    text-align: center !important;
}

.mv_heading .en,
.mv_news .item_date,
.company_lists .item_title {
    font-family: "IBM Plex Sans Condensed", sans-serif;
}

.mv_news .item_date {
    font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
    .mv_news .item_date {
        font-size: 1rem;
    }
}

.healthcare_gridbox .item_title,
.company_lists .item_title {
    font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
    .healthcare_gridbox .item_title,
    .company_lists .item_title {
        font-size: clamp(
            1.875rem,
            calc(1.875rem + 0.0119047619 * (100vw - 768px)),
            2.375rem
        );
    }
}

.mv_heading .en {
    font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
    .mv_heading .en {
        font-size: clamp(
            1.875rem,
            calc(1.875rem + 0.0178571429 * (100vw - 768px)),
            2.625rem
        );
    }
}

.mv_heading .jp {
    font-size: 2.75rem;
}
@media screen and (min-width: 768px) {
    .mv_heading .jp {
        font-size: clamp(
            3.75rem,
            calc(3.75rem + 0.0267857143 * (100vw - 768px)),
            4.875rem
        );
    }
}

.p_en .mv_heading .en {
    font-size: 2.75rem;
}
@media screen and (min-width: 768px) {
    .p_en .mv_heading .en {
        font-size: clamp(
            3.75rem,
            calc(3.75rem + 0.0297619048 * (100vw - 768px)),
            5rem
        );
    }
}

.company_lists .item_title {
    font-weight: 200;
}

.healthcare_gridbox .item_title {
    font-weight: 300;
}

.mv_heading .jp,
.mv_heading .en {
    font-weight: 700;
}

.mv_heading .jp,
.mv_heading .en {
    letter-spacing: 0.1em;
}

.company {
    background-image: url("./../images/top/img_company_bc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom center;
    position: relative;
    z-index: 0;
    margin-top: -1px;
    padding-top: 64px;
    padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
    .company {
        padding-top: 152px;
        padding-bottom: 245px;
        padding-top: clamp(5rem, 10.7142857143vw + -0.1428571429rem, 9.5rem);
        padding-bottom: clamp(8.75rem, 15.625vw + 1.25rem, 15.3125rem);
    }
}
.company::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: linear-gradient(0deg, #eff3f8 0%, #fbfcfc 100%);
}
.company_lists {
    flex-wrap: wrap;
    background-color: #fff;
    margin-top: 32px;
}
@media screen and (min-width: 768px) {
    .company_lists {
        max-width: 1320px;
        margin-top: 74px;
        margin-left: auto;
        margin-right: auto;
        translate: 5px 0;
    }
}
.company_lists .item {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .company_lists .item {
        width: 50%;
    }
}
@media screen and (min-width: 1025px) {
    .company_lists .item {
        width: 25%;
    }
}
.company_lists .item + .item {
    border-top: 1px solid #b9c9d8;
}
@media screen and (min-width: 768px) {
    .company_lists .item + .item {
        border-top: 0;
    }
}
@media screen and (min-width: 1025px) {
    .company_lists .item + .item {
        border-top: 0;
        border-left: 1px solid #b9c9d8;
    }
}
@media screen and (min-width: 768px) {
    .company_lists .item:nth-child(2n) {
        border-left: 1px solid #b9c9d8;
    }
}
@media screen and (min-width: 768px) {
    .company_lists .item:nth-child(n + 3) {
        border-top: 1px solid #b9c9d8;
    }
}
@media screen and (min-width: 1025px) {
    .company_lists .item:nth-child(n + 3) {
        border-top: 0;
    }
}
.company_lists .item_link {
    z-index: 0;
    padding: 40px 20px;
}
@media screen and (min-width: 768px) {
    .company_lists .item_link {
        min-height: 240px;
        padding: 32px;
        transition: 300ms ease-out;
    }
    .company_lists .item_link:hover::after {
        opacity: 0.2;
        scale: 1;
    }
}
@media screen and (min-width: 1025px) {
    .company_lists .item_link {
        min-height: 350px;
        padding: 62px 44px 34px;
        padding-right: clamp(
            1.25rem,
            5.3571428571vw + -1.3214285714rem,
            3.5rem
        );
    }
}
.company_lists .item_link::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: linear-gradient(128deg, #db2697 0%, #3885cc 80%);
    opacity: 0;
    scale: 0.7;
    transition: 300ms ease;
}
.company_lists .item_title {
    line-height: 1.25;
    text-transform: uppercase;
    background: linear-gradient(128deg, #db2697 0%, #3885cc 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.company_lists .item_blank {
    display: block;
    position: relative;
}
@media screen and (min-width: 768px) {
    .company_lists .item_blank {
        margin-top: auto;
    }
}
.company_lists .item_blank::after {
    content: "";
    width: 20px;
    display: inline-block;
    aspect-ratio: 1;
    background-color: #083868;
    background-image: url("./../images/common/icon_shev_right_icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 6px 6px;
    border-radius: 99px;
    position: absolute;
    top: 0;
    right: 0;
    translate: 0 -50%;
}
@media screen and (min-width: 768px) {
    .company_lists .item_blank::after {
        width: 24px;
        top: 45%;
    }
}
.contact {
    margin-top: 0;
}
.contact_bc {
    /* top: -120px;
    height: calc(100% + 121px); */
}
@media screen and (min-width: 768px) {
    .contact_bc {
        /* top: -243px; */
        /* height: calc(100% + 244px); */
    }
}

.healthcare {
    background-color: #fff;
    padding-top: 64px;
    padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
    .healthcare {
        padding-top: 110px;
        padding-bottom: 162px;
        padding-top: clamp(5rem, 4.4642857143vw + 2.8571428571rem, 6.875rem);
        padding-bottom: clamp(
            5rem,
            12.2023809524vw + -0.8571428571rem,
            10.125rem
        );
    }
}
.healthcare_gridbox {
    gap: 20px;
}
@media screen and (min-width: 768px) {
    .healthcare_gridbox {
        max-width: 1360px;
        gap: 40px;
        justify-content: space-between;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 768px) {
    .healthcare_gridbox .item {
        width: calc(50% - 20px);
    }
}
.healthcare_gridbox .item:nth-child(1) {
    display: none;
}
@media screen and (min-width: 768px) {
    .healthcare_gridbox .item:nth-child(1) {
        width: 720px;
        max-width: 53%;
        display: block;
    }
}
@media screen and (min-width: 768px) {
    .healthcare_gridbox .item:nth-child(2) {
        width: 540px;
        max-width: calc(47% - 20px);
    }
}
@media screen and (min-width: 1025px) {
    .healthcare_gridbox .item:nth-child(2) .title_blink {
        margin-top: -7px;
    }
}
.healthcare_gridbox .item_link {
    z-index: 0;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    height: 100%;
    padding: 40px 30px 20px;
    border: 1px solid #b9c9d8;
}
@media screen and (min-width: 768px) {
    .healthcare_gridbox .item_link {
        gap: 36px;
        gap: clamp(1rem, 2.9761904762vw + -0.4285714286rem, 2.25rem);
        padding: 89px 79px 83px;
        padding: clamp(2.25rem, 7.8869047619vw + -1.5357142857rem, 5.5625rem)
            clamp(1.75rem, 7.5892857143vw + -1.8928571429rem, 4.9375rem)
            clamp(1.25rem, 9.375vw + -3.25rem, 5.1875rem);
        transition: opacity 300ms ease;
    }
    .healthcare_gridbox .item_link:hover::after {
        opacity: 0.2;
        scale: 1;
    }
}
.healthcare_gridbox .item_link::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: linear-gradient(128deg, #db2697 0%, #3885cc 80%);
    opacity: 0;
    scale: 0.7;
    transition: 300ms ease;
}
.healthcare_gridbox .item_link::before {
    content: "";
    width: 20px;
    aspect-ratio: 1;
    background-color: #083868;
    background-image: url("./../images/common/icon_shev_right_icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 6px 6px;
    border-radius: 99px;
    position: absolute;
    right: 16px;
    bottom: 16px;
}
@media screen and (min-width: 768px) {
    .healthcare_gridbox .item_link::before {
        display: none;
    }
}
.healthcare_gridbox .item_title {
    z-index: 0;
    line-height: 1.5;
    display: inline-block;
    background-image: linear-gradient(0deg, currentColor 0%, currentColor 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 0 90%;
}
.healthcare_gridbox .item_title img {
    top: 0;
    left: 10px;
    translate: -50% -50%;
    z-index: -1;
}
.healthcare_gridbox .item_thumb {
    margin-top: 16px;
}
@media screen and (min-width: 768px) {
    .healthcare_gridbox .item_thumb {
        margin-top: 0;
    }
}
.healthcare_gridbox .item_txt {
    margin-top: 24px;
}
@media screen and (min-width: 768px) {
    .healthcare_gridbox .item_txt {
        margin-top: 38px;
    }
}
.healthcare_gridbox .item .btn {
    margin-top: 32px;
}
@media screen and (min-width: 768px) {
    .healthcare_gridbox .item .btn {
        margin-top: 75px;
    }
}

.mv_fixed {
    z-index: -1;
    top: 0;
    /* top: 70px; */
    left: 0;
    width: 100%;
}
@media screen and (min-width: 1025px) {
    .mv_fixed {
        /* top: 90px; */
    }
}
.mv_fixed.is_hidden {
    opacity: 0;
}
.mv_fixed_cover {
    width: 100%;
    height: 100%;
    height: 100vh;
    height: 100lvh;
}
.mv_fixed_video {
    width: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    mix-blend-mode: screen;
    pointer-events: none;
    opacity: 0.5;
    display: none;
}

.mv {
    z-index: 0;
}
.mv::after {
    content: "";
    width: 100%;
    height: 30vh;
    background-image: linear-gradient(
        0deg,
        #fff 18%,
        rgba(255, 255, 255, 0.9) 35%,
        rgba(255, 255, 255, 0.8) 40%,
        rgba(255, 255, 255, 0) 100%
    );
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}
@media screen and (min-width: 768px) {
    .mv::after {
        height: 15vh;
    }
}
.mv_content {
    align-items: center;
    justify-content: center;
    height: 100vh;
    min-height: 474px;
    padding: 80px 25px 124px;
}
@media screen and (min-width: 768px) {
    .mv_content {
        padding-top: 55px;
        padding-bottom: 189px;
    }
}
@media screen and (min-width: 768px) {
    .mv_heading {
        padding-left: 8px;
    }
}
.mv_heading .jp {
    color: #205ec4;
    line-height: 1.25;
}
.mv_heading .en {
    line-height: 1;
    color: #0d46a3;
}
@media screen and (min-width: 768px) {
    .mv_heading .en {
        margin-top: 8px;
    }
}
.mv_news {
    width: 100%;
    left: 0;
    bottom: 30px;
}
@media screen and (min-width: 768px) {
    .mv_news {
        bottom: 30px;
    }
}
.mv_news .item_link {
    gap: 12px;
    align-items: center;
    line-height: 1.5;
    color: #083868;
}
@media screen and (min-width: 768px) {
    .mv_news .item_link {
        gap: 20px;
    }
    .mv_news .item_link:hover .item_title {
        background-size: 100% 0;
    }
}
.mv_news .item_date {
    line-height: 1.4;
    color: #fff;
    background-color: #3885cc;
    padding: 2px 10px;
    flex-shrink: 0;
}
@media screen and (min-width: 768px) {
    .mv_news .item_date {
        width: 94px;
    }
}
.mv_news .item_title {
    position: relative;
    text-decoration: underline;
    text-underline-offset: 2px;
}
@media screen and (min-width: 768px) {
    .mv_news .item_title {
        text-decoration: none;
        background-image: linear-gradient(
            0deg,
            currentColor 0%,
            currentColor 100%
        );
        background-size: 100% 1px;
        background-repeat: no-repeat;
        background-position: 0 83%;
        transition: background-size 150ms ease-out;
    }
}

.news {
    z-index: 1;
    margin-top: -1px;
}
.news::before {
    content: "";
    width: 100%;
    height: calc(100% - 120px);
    background-color: #fff;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
@media screen and (min-width: 768px) {
    .news::before {
        height: calc(100% - 243px);
    }
}
.news_inner {
    /* width: 100%; */
    /* max-width: 100%; */
    background-color: #f5f8fb;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
}
@media screen and (min-width: 768px) {
    .news_inner {
        /* width: 1520px; */
        /* margin-left: auto;
        margin-right: auto; */

        margin-left: -40px;
        margin-right: -40px;
        /* padding-top: 95px; */
        padding-top: 98px;
        /* padding-bottom: 144px; */
        /* padding-bottom: clamp(5rem, 9.5238095238vw + 0.4285714286rem, 9rem); */
        padding-bottom: 83px;
        padding-left: 40px;
        padding-right: 40px;
    }
}
.news_gridbox {
    gap: 40px;
    flex-wrap: wrap;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .news_gridbox {
        padding-left: 5px;
    }
}
@media screen and (min-width: 768px) {
    .news_header {
        width: 360px;
        width: clamp(360px, (1024px - 100vw) * 1000, 100%);
    }
}
.news_header .btn {
    margin-top: 24px;
}
@media screen and (min-width: 768px) {
    .news_header .btn {
        margin-top: 47px;
    }
}
@media screen and (min-width: 768px) {
    .news_main {
        width: 760px;
        width: clamp(100% - 400px, (1024px - 100vw) * 1000, 100%);
        /* padding-top: 40px; */
        padding-top: 42px;
    }
}
.news_btn_sp {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}
@media screen and (min-width: 768px) {
    .news_btn_sp {
        display: none;
    }
}

.pipeline {
    z-index: 0;
}
.pipeline::after {
    content: "";
    width: 100%;
    height: calc(100% - 48px);
    background-color: #fff;
    position: absolute;
    z-index: -1;
    top: 48px;
    left: 0;
}
@media screen and (min-width: 768px) {
    .pipeline::after {
        width: 100%;
        height: calc(100% - 159px);
        top: 164px;
    }
}
.pipeline_cover {
    margin-top: 32px;
}
@media screen and (min-width: 768px) {
    .pipeline_cover {
        margin-top: 94px;
    }
}
.pipeline_cover_wrap {
    position: relative;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pipeline_cover_wrap.is_center {
    position: fixed;
    top: 160px;
}
.pipeline_cover_wrap.is_bottom {
    position: absolute;
    bottom: 0;
}
.pipeline_cover_fill {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 100ms ease;
}
.pipeline_cover_fill.test {
    max-width: 100%;
    border-radius: 0;
}
.pipeline_cover_fill img {
    width: 100%;
    max-width: 100vw;
    aspect-ratio: 2.4521072797;
    flex-shrink: 0;
}
.pipeline_cover_mask {
    --rad: 50%;
    inset: 0;
    overflow: hidden;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    mask-image: linear-gradient(
        rgb(0, 0, 0) calc(var(--rad) - 1px),
        rgba(0, 0, 0, 0) var(--rad)
    );
}
.pipeline_header {
    width: 100%;
    /* width: calc(100% - 40px); */
    background-color: #fff;
    /* margin-top: -48px; */
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px 0;
}
@media screen and (min-width: 768px) {
    .pipeline_header {
        /* width: calc(50% + 200px); */
        width: 1400px;
        max-width: 100%;
        /* margin-top: -164px; */
        padding: 114px 140px;
        /* padding: clamp(2.5rem, 11.0119047619vw + -2.7857142857rem, 7.125rem)
            clamp(2.5rem, 14.880952381vw + -4.6428571429rem, 8.75rem); */
        padding: clamp(2.5rem, 11.0119047619vw + -2.7857142857rem, 7.125rem)
            40px;
    }
}
.pipeline_leading {
    margin-top: 10px;
}
@media screen and (min-width: 768px) {
    .pipeline_leading {
        margin-top: 39px;
    }
}
@media screen and (min-width: 1025px) {
    .pipeline_box_01 {
        padding-top: 0;
    }
}

.purpose {
    z-index: 0;
    margin-top: -1px;
    padding-top: 80px;
    padding-bottom: 200px;
}
@media screen and (min-width: 768px) {
    .purpose {
        padding-top: 210px;
        /* padding-bottom: 535px; */
        padding-bottom: 520px;
    }
}
.purpose::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background-image: linear-gradient(
        to bottom,
        #fff 60%,
        rgba(255, 255, 255, 0.1) 100%
    );
}
.purpose__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.4;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.purpose__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}

@media screen and (min-width: 768px) {
    .p_en .mv_content {
        padding-top: 104px;
    }
}
.p_en .mv_heading .en {
    line-height: 1.375;
}
@media screen and (min-width: 1025px) {
    .p_en .mv_news {
        bottom: 93px;
    }
}
@media screen and (min-width: 768px) {
    .p_en .purpose {
        padding-top: 206px;
    }
}
@media screen and (min-width: 768px) {
    .p_en .pipeline_header {
        padding-top: 110px;
        padding-top: clamp(2.5rem, 10.4166666667vw + -2.5rem, 6.875rem);
    }
}
@media screen and (min-width: 768px) {
    .p_en .pipeline_leading {
        margin-top: 14px;
    }
}
@media screen and (min-width: 1025px) {
    .p_en .pipeline_box_01 {
        padding-top: 226px;
        padding-top: clamp(6rem, 19.3452380952vw + -3.2857142857rem, 14.125rem);
    }
}
@media screen and (min-width: 1025px) {
    .p_en .pipeline_box .item_content {
        margin-top: -3px;
    }
}
.p_en .pipeline_box .item_leading {
    line-height: 1.6;
}
@media screen and (min-width: 768px) {
    .p_en .pipeline_box .item_leading {
        margin-top: 6px;
    }
}
@media screen and (min-width: 768px) {
    .p_en .pipeline_cover {
        margin-top: 160px;
    }
}
@media screen and (min-width: 768px) {
    .p_en .company {
        padding-top: 145px;
        padding-bottom: 207px;
        padding-top: clamp(5rem, 9.6726190476vw + 0.3571428571rem, 9.0625rem);
        padding-bottom: clamp(
            8.75rem,
            9.9702380952vw + 3.9642857143rem,
            12.9375rem
        );
    }
}
@media screen and (min-width: 768px) {
    .p_en .company .l_girdbox_main {
        padding-top: 16px;
    }
}
.p_en .company_lists .item_link {
    align-items: center;
    min-height: 160px;
}
@media screen and (min-width: 1025px) {
    .p_en .company_lists .item_link {
        min-height: 220px;
        padding-top: 34px;
        padding-right: 120px;
    }
}
.p_en .company_lists .item_link::before {
    content: "";
    width: 20px;
    aspect-ratio: 1;
    background-color: #083868;
    background-image: url(./../images/common/icon_shev_right_icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 6px 6px;
    border-radius: 99px;
    position: absolute;
    top: 50%;
    right: 12px;
    translate: 0 -50%;
}
@media screen and (min-width: 768px) {
    .p_en .company_lists .item_link::before {
        width: 24px;
        right: 54px;
    }
}
.p_en .company_lists .item_title {
    line-height: 1.3;
}
@media screen and (min-width: 768px) {
    .p_en .company_lists .item_title {
        font-size: 1.875rem;
    }
}
.p_en .news {
    padding-top: 60px;
}
@media screen and (min-width: 768px) {
    .p_en .news {
        padding-top: 160px;
    }
}
@media screen and (min-width: 768px) {
    .p_en .news_inner {
        padding-top: 87px;
        padding-bottom: 140px;
        padding-bottom: clamp(5rem, 8.9285714286vw + 0.7142857143rem, 8.75rem);
    }
}
.p_en .news_header {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .p_en .news_header .btn {
        margin-top: 22px;
    }
}
.p_en .news_main {
    width: 100%;
}
.p_en .news_lists .item_link {
    /* flex-wrap: wrap; */
}
@media screen and (min-width: 768px) {
    .p_en .news_lists .item_link {
        gap: 14px 0;
        padding-top: 29px;
        padding-bottom: 31px;
    }
}
@media screen and (min-width: 768px) {
    .p_en .news_lists .item_date {
        width: 95px;
    }
}
@media screen and (min-width: 768px) {
    .p_en .news_lists .item_cate {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.p_en .news_lists .item_title {
    width: 100%;
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .p_en .news_lists .item_title {
        margin-left: 0;
    }
}
