@charset "utf-8";
/* ============================
 * 
 *       video / top
 *
 * ============================ */


/****************

*** First View ***

*****************/

/** first view **/

#fv-wrap {
    width: 100%;
}

#fv-img {
    position: relative;
}

#fv-img img {
    width: 100%;
}

#fv-img video {
    width: 100%;
}

#fv-title-wrap {
    position: absolute;
    text-align: left;
    font-size: 300%;
    top: 1.5em;
    left: 0.5em;
}

#fv-title {
    font-weight: 700;
    color: rgba(25, 47, 96, 0.8);
}

#fv-subtitle {
    text-align: left;
    font-size: 40%;
    font-weight: 300;
    color: rgba(25, 47, 96, 0.8);
    margin-top: 0.5em;

}

#fv-title-wrap2 {
    position: absolute;
    font-weight: 700;
    text-align: justify;
    top: 70%;
    width: 100%;
    max-width: 58em;
    margin: 0 auto;

    position: static;
    padding: 2em 1em;
}

#fv-title2 {
    font-size: 200%;
    color: #79D147;
}

#fv-subtitle2 {
    font-size: 120%;
    text-align: center;
    color: #555;
    padding: 1em 0;
}

#fv-subtext2 {
    font-weight: 300;
    color: #555;
}


@media screen and (max-width: 960px) {
    #fv-title-wrap {
        font-size: 250%;
        top: 4.5em;
    }
}

/** End of @media screen and (max-width: 960px) **/


@media screen and (max-width: 640px) {
    #fv-title-wrap {
        position: static;
        font-size: 120%;
        padding: 0.8em 0.5em;
        background: rgba(25, 47, 96, 0.05);
    }

    #fv-subtitle {
        font-size: 60%;
        margin-top: 0em;
        line-height: 1em;
    }

    #fv-title2 {
        text-align: center;
        line-height: 1.3em;
    }
}

/** End of @media screen and (max-width: 640px) **/





/*** link ***/

#home-link {
    position: fixed;
    top: 1em;
    left: 1em;
    padding: 1em;
    width: 15em;
}

#home-link img {
    width: 100%;
}

#top-link {
    width: 100%;
    margin: 0;
    padding: 0;
}

#top-link ul {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    left: 0;
    top: 0;
    line-height: normal;
    text-align: center;
    width: 100%;
    z-index: 2;
    transition: 0.3s;
}



#top-link li {
    flex: 1;
    font-weight: 700;
    transition: 0.3s;
}

#top-link a {
    display: block;
    color: #fff;
    font-size: 85%;
    padding-top: 0.5em;
    transition: 0.3s;

    height: 2.5em;
}

#top-link ul:hover a {
    height: 6em;
    padding-top: 2.2em;
}

#top-link a span {
    display: none;
    font-size: 70%;
    font-weight: 200;
    transition: 0.3s;
}

#top-link a:hover span {
    display: inherit;
}

#top-link li:nth-child(1) {
    background-color: #0E3057;
    background-color: rgba(14, 48, 87, 0.7);
    background: linear-gradient(to right, rgba(11, 36, 65, 0.6), rgba(14, 48, 87, 0.6));
}

#top-link li:nth-child(2) {
    background-color: #123C6D;
    background-color: rgba(18, 60, 109, 0.7);
    background: linear-gradient(to right, rgba(14, 48, 87, 0.6), rgba(18, 60, 109, 0.6));
}

#top-link li:nth-child(3) {
    background-color: #164A84;
    background-color: rgba(22, 74, 132, 0.7);
    background: linear-gradient(to right, rgba(18, 60, 109, 0.6), rgba(22, 74, 132, 0.6));
}



#top-link li:nth-child(4) {
    background-color: #195598;
    background-color: rgba(22, 74, 132, 0.7);
    background: linear-gradient(to right, rgba(22, 74, 132, 0.6), rgba(25, 85, 152, 0.6));
}

#top-link li:nth-child(5) {
    background-color: #1D61AE;
    background-color: rgba(29, 97, 174, 0.7);
    background: linear-gradient(to right, rgba(25, 85, 152, 0.6), rgba(29, 97, 174, 0.6));
}

#top-link li:nth-child(6) {
    background-color: #216DC4;
    background-color: rgba(33, 125, 196, 0.7);
    background: linear-gradient(to right, rgba(29, 97, 174, 0.6), rgba(33, 125, 196, 0.6));
}

#top-link li:nth-child(7) {
    background-color: #2479DA;
    background-color: rgba(36, 121, 218, 0.8);
    background: linear-gradient(to right, rgba(33, 125, 196, 0.6), rgba(36, 121, 218, 0.6));
}

#top-link li:nth-child(8) {
    background-color: #3A86DD;
    background-color: rgba(58, 134, 221, 0.8);
    background: linear-gradient(to right, rgba(36, 121, 218, 0.6), rgba(58, 134, 221, 0.6));
}


#top-link ul:hover li:nth-child(1) {
    background: linear-gradient(to right, rgba(11, 36, 65, 0.8), rgba(14, 48, 87, 0.8));
}

#top-link ul:hover li:nth-child(2) {
    background: linear-gradient(to right, rgba(14, 48, 87, 0.8), rgba(18, 60, 109, 0.8));
}

#top-link ul:hover li:nth-child(3) {
    background: linear-gradient(to right, rgba(18, 60, 109, 0.8), rgba(22, 74, 132, 0.8));
}



#top-link ul:hover li:nth-child(4) {
    background: linear-gradient(to right, rgba(22, 74, 132, 0.8), rgba(25, 85, 152, 0.8));
}

#top-link ul:hover li:nth-child(5) {
    background: linear-gradient(to right, rgba(25, 85, 152, 0.8), rgba(29, 97, 174, 0.8));
}

#top-link ul:hover li:nth-child(6) {
    background: linear-gradient(to right, rgba(29, 97, 174, 0.8), rgba(33, 125, 196, 0.8));
}

#top-link ul:hover li:nth-child(7) {
    background: linear-gradient(to right, rgba(33, 125, 196, 0.8), rgba(36, 121, 218, 0.8));
}

#top-link ul:hover li:nth-child(8) {
    background: linear-gradient(to right, rgba(36, 121, 218, 0.8), rgba(58, 134, 221, 0.8));
}

#top-link a:hover {
    background-color: rgba(233, 84, 100, 0.8);
}

/* ---- Dropdown Menu ---- */

#top-link .has-dropdown {
    position: relative;
}

#top-link .dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 14em;
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgba(14, 48, 87, 0.95);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

#top-link .has-dropdown:hover > .dropdown-menu,
#top-link .has-dropdown > a[aria-expanded="true"] + .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#top-link .dropdown-menu li {
    flex: none;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: none;
}

#top-link .dropdown-menu li:last-child {
    border-bottom: none;
}

#top-link .dropdown-menu a {
    display: block;
    color: #fff;
    font-size: 80%;
    font-weight: 400;
    padding: 0.8em 1.2em;
    height: auto;
    text-align: left;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

#top-link .dropdown-menu a:hover {
    background-color: rgba(233, 84, 100, 0.8);
}

#top-link ul:hover .dropdown-menu a {
    height: auto;
    padding-top: 0.8em;
}

#top-link .dropdown-menu a span {
    display: none;
}

/* ---- End of Dropdown Menu ---- */


@media screen and (max-width: 960px) {
    #fv-img {}

    #top-link ul {
        position: static;
    }

    #top-link ul:hover a {
        padding: 1.5em 0;
        height: inherit;
    }

    #top-link ul li {`r`n        flex-grow: 1;`r`n        width: calc(100% / 4);
        background-color: #164a84;
        border-right: #fff 1px solid;
    }

    #top-link ul li:nth-child(1),
    #top-link ul li:nth-child(2),
    #top-link ul li:nth-child(3),
    #top-link ul li:nth-child(4) {
        border-bottom: #fff 1px solid;
    }

    #top-link ul li:nth-child(4) { border-right: none; }

    #top-link li:nth-child(1) {
        background-color: #0E3057;
        background-color: rgba(14, 48, 87, 0.7);
        background: linear-gradient(to right, rgba(11, 36, 65, 1), rgba(14, 48, 87, 1));
    }

    #top-link li:nth-child(2) {
        background-color: #123C6D;
        background-color: rgba(18, 60, 109, 0.7);
        background: linear-gradient(to right, rgba(14, 48, 87, 1), rgba(18, 60, 109, 1));
    }

    #top-link li:nth-child(3) {
        background-color: #164A84;
        background-color: rgba(22, 74, 132, 0.7);
        background: linear-gradient(to right, rgba(18, 60, 109, 1), rgba(22, 74, 132, 1));
    }

    #top-link li:nth-child(4) {
        background-color: #195598;
        background-color: rgba(25, 85, 152, 0.7);
        background: linear-gradient(to right, rgba(22, 74, 132, 1), rgba(25, 85, 152, 1));
    }

    #top-link li:nth-child(4) {
        background-color: #1D61AE;
        background-color: rgba(29, 97, 174, 0.7);
        background: linear-gradient(to right, rgba(25, 85, 152, 1), rgba(29, 97, 174, 1));
    }

    #top-link li:nth-child(5) {
        background-color: #216DC4;
        background-color: rgba(33, 125, 196, 0.7);
        background: linear-gradient(to right, rgba(29, 97, 174, 1), rgba(33, 125, 196, 1));
    }

    #top-link li:nth-child(6) {
        background-color: #2479DA;
        background-color: rgba(36, 121, 218, 0.8);
        background: linear-gradient(to right, rgba(33, 125, 196, 1), rgba(36, 121, 218, 1));
    }

    #top-link li:nth-child(7) {
        background-color: #3A86DD;
        background-color: rgba(58, 134, 221, 0.8);
        background: linear-gradient(to right, rgba(36, 121, 218, 1), rgba(58, 134, 221, 1));
    }

    #top-link ul:hover li:nth-child(1) {
        background: linear-gradient(to right, rgba(11, 36, 65, 1), rgba(14, 48, 87, 1));
    }

    #top-link ul:hover li:nth-child(2) {
        background: linear-gradient(to right, rgba(14, 48, 87, 1), rgba(18, 60, 109, 1));
    }

    #top-link ul:hover li:nth-child(3) {
        background: linear-gradient(to right, rgba(18, 60, 109, 1), rgba(22, 74, 132, 1));
    }

    #top-link ul:hover li:nth-child(4) {
        background: linear-gradient(to right, rgba(22, 74, 132, 1), rgba(25, 85, 152, 1));
    }

    #top-link ul:hover li:nth-child(4) {
        background: linear-gradient(to right, rgba(25, 85, 152, 1), rgba(29, 97, 174, 1));
    }

    #top-link ul:hover li:nth-child(5) {
        background: linear-gradient(to right, rgba(29, 97, 174, 1), rgba(33, 125, 196, 1));
    }

    #top-link ul:hover li:nth-child(6) {
        background: linear-gradient(to right, rgba(33, 125, 196, 1), rgba(36, 121, 218, 1));
    }

    #top-link ul:hover li:nth-child(7) {
        background: linear-gradient(to right, rgba(36, 121, 218, 1), rgba(58, 134, 221, 1));
    }

    #top-link a:hover {
        background-color: rgba(233, 84, 100, 1);
    }

    #top-link a {
        display: block;
        padding: 1.5em 0;
        height: inherit;
    }

    #top-link a span {
        display: inherit;
        font-size: 70%;
        font-weight: 200;
        transition: 0.3s;
    }

    /* Dropdown: タブレット以下では非表示 */
    #top-link .dropdown-menu {
        display: none;
    }

}

/** End of @media screen and (max-width: 960px) **/


@media screen and (max-width: 640px) {
    #fv-img {
        position: static;
    }


    #top-link ul {
        position: static;
    }

    #top-link ul li {`r`n        flex-grow: 1;`r`n        width: calc(100% / 2);
        background-color: #164a84;
        border-right: #fff 1px solid;
    }

    #top-link ul li:nth-child(1),
    #top-link ul li:nth-child(2),
    #top-link ul li:nth-child(3),
    #top-link ul li:nth-child(4),
    #top-link ul li:nth-child(5),
    #top-link ul li:nth-child(6) {
        border-bottom: #fff 1px solid;
    }

    #top-link ul li:nth-child(2n) {
        border-right: none;
    }

    #top-link a {
        display: block;
        padding: 1.5em 0;
    }
}

/** End of @media screen and (max-width: 640px) **/





.contents-title {
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    font-size: 250%;
    font-weight: 500;
    text-align: center;
    padding: 2em 0;
}



/****  item box  ******/

#item-box-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 90em;
    margin: 0 auto;
}

#item-box-wrap a {}

.item-box {}


.item-link {
    width: calc(100% / 4 - 2em);
    padding: 1em;
    color: #444;
    margin: 1em;
    box-shadow: 0 1em 1em rgba(50, 70, 102, 0.5);
    transition: all 0.3s ease;
    background-color: #fcfcfc;
}

.item-link:hover {
    box-shadow: 0em 0.1em 0.25em rgba(50, 70, 102, 0.5);
}

.item-img {
    width: 100%;
}

.item-img img {
    width: 100%;
}

.item-cat {
    width: 6em;
    text-align: center;
    font-size: 80%;
    font-weight: 700;
    color: #fff;
    padding-bottom: 0.75em;
    margin: 0.5em 0;
}

.item-cat p {
    padding: 0.25em 0;
}

.item-cat-products {
    background-color: #007bbb;
}

.item-cat-tec {
    background-color: #e95464;
}

.item-cat-company {
    background-color: #028760;
}

.item-cat-etc {
    background-color: #7058a3;
}

.item-title {
    font-size: 120%;
    font-weight: 700;
    border-bottom: #444 1px solid;
}

.item-text {
    font-size: 90%;
}

@media screen and (max-width: 960px) {
    .item-link {
        width: calc(100% / 2 - 2em);
    }
}

@media screen and (max-width: 640px) {
    .item-link {
        width: calc(100% / 1 - 2em);
    }
}



/** item-mini-box **/

#item-mini-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 5em;
}

#item-mini-box a {
    background-color: #fffffc;
}

#item-mini-box .sonota-contents-box {
    width: 100%;
    margin: 0 auto;
}

#item-mini-box .sonota-contents-title {
    text-align: center;
    font-size: 200%;
    font-weight: 700;
    margin: 3em 0 1em;
}

#item-mini-box .sonota-contents-title-text {
    max-width: 60em;
    padding: 0 1em;
    margin: 0 auto;
}

#item-mini-box .item-link {
    width: calc(100% / 5 - 1.5em);
    padding: 0.75em;
    color: #444;
    margin: 0.75em;
    box-shadow: 0 0.5em 0.5em rgba(50, 70, 102, 0.5);
    transition: all 0.15s ease;
}

#item-mini-box .item-link:hover {
    box-shadow: 0em 0.1em 0.25em rgba(50, 70, 102, 0.5);
}

#item-mini-box .item-title {
    font-size: 110%;
    font-weight: 700;
    border-bottom: #444 1px solid;
}

@media screen and (max-width: 960px) {
    #item-mini-box .item-link {
        width: calc(100% / 3 - 1.5em);
    }
}

@media screen and (max-width: 640px) {
    #item-mini-box .item-link {
        width: calc(100% / 2 - 1.5em);
    }
}



/*************


新着動画


**************/

#movie-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc( 100% - 2em );
    max-width: 90em;
    text-align: center;
    padding: 0;
    
    border: #d7003a 1px solid;
    margin: 5em 1em;
    margin: 5em auto;
}

.new-movie-wrap {
    width: 100%;
    text-align: center;
}

.new-movie {
    width: 100%;
    font-size: 120%;
    font-weight: 700;
    color: #fff;
    padding: 0.75em 3em;
    margin: 0 auto 2em;
    background-color: #d7003a;
}

.movie-box {
    width: calc(50% - 1.5em);
    margin: 0.5em;
}

.movie-title {
    font-size: 120%;
    font-weight: 700;
    margin: 0 auto 0.5em;
}

.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#movie-link {
    margin: 2.5em 0;
}

#movie-link a {
    color: #fff;
    font-weight: 700;
    padding: 1em 5em;
    background-color: #1d61ae;
}

#movie-link a:hover {
    opacity: 0.5;
}

@media screen and (max-width: 960px) {
    .new-movie {
        width: 100%;
    }

    .movie-box {
        width: 100%;
        margin: 1em 1em 2em;
    }
}



/*************


新着惁E��
プレスリリース


**************/

#news-press-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 90em;
    padding: 1em;
    margin: 5em auto;
}

#news,
#press {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    width: calc(45% - 0em);
    border: #999 1px solid;
    padding: 1em;
}

#news {
    margin-right: 0.5em;
}

#press {
    margin-left: 0.5em;
}

#news h2,
#press h2 {
    font-weight: 700;
    padding: 0em;
    margin: 0;
    border-bottom: #555 3px double;
}

.shoulder a {
    text-decoration: none;
    color: #fff;
    font-size: 90%;
    font-weight: 700;
    background-color: #195598;
    padding: 0.5em 1em;
}

.shoulder:hover {
    opacity: 0.6;
}

.topic-list {
    width: 100%;
    font-size: 90%;
    padding: 1em 0.5em;
}

.topic-list ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0.25em 0;
    border-bottom: #999 1px dashed;
}

.topic-list ul li p {
    text-align: left;
}

.topic-list a {
    color: #444;
}

.topic-list a:hover {
    opacity: 0.6;
}

.topic-title {
    font-weight: 700;
    padding-left: 2em;
}


@media screen and (max-width: 960px) {
    #news h2 {
        width: 100%;
    }

    #press h2 {
        width: 100%;
    }

    .shoulder {
        width: 100%;
        text-align: right;
        margin-top: 0.5em;
    }

    .topic-list ul li {}

    .date {
        width: 100%;
    }

    .topic-title {
        padding-left: 0em;
    }
}


@media screen and (max-width: 640px) {

    #news,
    #press {
        width: calc(100% - 0em);
        margin-bottom: 1em;
        margin-right: 0em;
        margin-left: 0em;
    }
}

/** End of @media screen and (max-width: 640px) **/


/* ============================
 *
 *     footer
 *    medical-com.css
 *
 * ============================ */


/* ============================
 *
 *   Product Line Showcase
 *
 * ============================ */

#product-showcase {
    background: linear-gradient(135deg, #f5f7fa 0%, #e8edf5 100%);
    padding: 4em 1em;
}

.showcase-inner {
    max-width: 72em;
    margin: 0 auto;
    text-align: center;
}

.showcase-heading {
    font-family: 'Noto Serif JP', serif;
    font-size: 160%;
    font-weight: 500;
    color: #192f60;
    margin-bottom: 2em;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.showcase-items {
    display: flex;
    justify-content: center;
    gap: 2em;
}

.showcase-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #444;
    width: calc(100% / 5);
    max-width: 12em;
    padding: 1.5em 1em;
    border-radius: 0.5em;
    background: #fff;
    box-shadow: 0 2px 8px rgba(50, 70, 102, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.showcase-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(50, 70, 102, 0.25);
}

.showcase-img-wrap {
    width: 7em;
    height: 7em;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1em;
    border: 3px solid #e8edf5;
    transition: border-color 0.3s ease;
}

.showcase-item:hover .showcase-img-wrap {
    border-color: #5383c3;
}

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

.showcase-name {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 105%;
    font-weight: 700;
    color: #164a84;
    margin-bottom: 0.4em;
}

.showcase-desc {
    font-size: 85%;
    font-weight: 300;
    color: #555;
    line-height: 1.5;
}


/* --- Product Showcase: Tablet --- */

@media screen and (max-width: 960px) {
    #product-showcase {
        padding: 3em 1em;
    }

    .showcase-heading {
        font-size: 140%;
        margin-bottom: 1.5em;
    }

    .showcase-items {
        flex-wrap: wrap;
        gap: 1.2em;
    }

    .showcase-item {
        width: calc(100% / 3 - 1.2em);
        max-width: none;
    }
}

/* --- Product Showcase: Mobile --- */

@media screen and (max-width: 640px) {
    #product-showcase {
        padding: 2.5em 0.75em;
    }

    .showcase-heading {
        font-size: 110%;
        margin-bottom: 1.2em;
    }

    .showcase-items {
        gap: 0.8em;
    }

    .showcase-item {
        width: calc(50% - 0.8em);
        padding: 1em 0.6em;
    }

    .showcase-img-wrap {
        width: 5.5em;
        height: 5.5em;
    }

    .showcase-name {
        font-size: 95%;
    }

    .showcase-desc {
        font-size: 80%;
    }
}
