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


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

*** First View ***

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

/** first view **/

#fv-wrap {
    width: 100%;
    line-height: 0;
}

#fv-title-wrap {
    text-align: center;
    padding-top: 5em;
}

#fv-title {
    font-size: 500%;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #c9171e, -1px 1px 1px #c9171e, 1px -1px 1px #c9171e, -1px -1px 1px #c9171e, 1px 0px 1px #c9171e, 0px 1px 1px #c9171e, -1px 0px 1px #c9171e, 0px -1px 1px #c9171e;
    margin-top: 1em;
}

#fv-subtitle {
    text-align: center;
    font-size: 150%;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 1px #c9171e, -1px 1px 1px #c9171e, 1px -1px 1px #c9171e, -1px -1px 1px #c9171e, 1px 0px 1px #c9171e, 0px 1px 1px #c9171e, -1px 0px 1px #c9171e, 0px -1px 1px #c9171e;
    margin-top: 3em;
}


/*** link ***/

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

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

#top-link ul {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    position: fixed;
    line-height: normal;
    text-align: center;
    width: 100%;
    top: 0%;
    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(25, 85, 152, 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 {
        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),
    #top-link ul li:nth-child(8) {
        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(5) {
        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(6) {
        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(7) {
        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(8) {
        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(5) {
        background: linear-gradient(to right, rgba(25, 85, 152, 1), rgba(29, 97, 174, 1));
    }

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

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

    #top-link ul:hover li:nth-child(8) {
        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;
    }


    #fv-title-wrap {
        font-size: 500%;
        right: 0.2em;
    }

    #fv-title {
        font-size: 80%;
    }

    #fv-subtitle {}
}

/** 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 {
        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;
    }


    #fv-title-wrap {
        top: 3.5em;
        right: 0;
        width: 100%;
    }

    #fv-title {
        font-size: 60%;
    }

    #fv-subtitle {
        font-size: 20%;
    }
}

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



/* ============================
 * 
 *     main contents
 *
 * ============================ */


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

*** contents box ***

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

#contents-box-wrap {
    position: static;
    max-width: 90em;
    margin: 0 auto;
}

.contents-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 60em;
    text-align: justify;
    margin: 0 auto;
}

.contents-title-text {
    width: 100%;
}

.contents-title {
    width: 100%;
    line-height: 1.1em;
    font-size: 4em;
    font-weight: 700;
    text-align: center;
    padding: 2em 0 1em;
}

.contents-text {
    width: 50%;
    padding: 1em;
}

.contents-text img {
    width: 100%;
    padding-top: 2em;
}

.contents-img {
    width: 50%;
    padding: 1em;
}

.contents-full-img {
    width: 100%;
    padding: 1em;
}

.contents-full-img img {
    width: 100%;
}

@media screen and (max-width:960px) {
    .contents-title-text {
        width: 100%;
        padding: 0 1em;
    }

    .contents-text {
        width: 100%;
        padding: 1em;
        order: 0;
    }

    .contents-img {
        width: 100%;
        padding: 1em;
        order: 1;
    }
}

@media screen and (max-width:640px) {
    .contents-title {
        font-size: 2.5em;
    }
}




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

#item-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    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;

}

.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;
    width: 100%;
    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);
    }
}



/* ============================
 *
 *   Product Section - Product Lineup
 *
 * ============================ */

/** Product Section **/

.product-section {
    max-width: 90em;
    margin: 0 auto;
    padding-bottom: 1em;
}

.product-section-header {
    text-align: center;
    padding: 2em 1em 0.5em;
}

.product-section-header h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 200%;
    font-weight: 500;
    color: #192f60;
    margin-bottom: 0.3em;
    letter-spacing: 0.1em;
}

.product-section-header p {
    font-size: 95%;
    color: #666;
    max-width: 40em;
    margin: 0 auto;
}


/** Scene Filter **/

.scene-filter-wrap {
    max-width: 60em;
    margin: 1.5em auto 0.5em;
    padding: 0 1em;
    text-align: center;
}

.scene-filter-label {
    font-size: 95%;
    font-weight: 700;
    color: #192f60;
    margin-bottom: 0.6em;
    letter-spacing: 0.05em;
}

.scene-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5em;
}

.scene-filter-btn {
    display: inline-block;
    padding: 0.5em 1.2em;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 90%;
    font-weight: 700;
    color: #164a84;
    background-color: #fff;
    border: 2px solid #164a84;
    border-radius: 2em;
    cursor: pointer;
    transition: all 0.25s ease;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.scene-filter-btn:hover {
    background-color: #164a84;
    color: #fff;
}

.scene-filter-btn.active {
    background-color: #164a84;
    color: #fff;
    box-shadow: 0 2px 8px rgba(22, 74, 132, 0.35);
}


/** Product Card Grid **/

.product-card-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90em;
    margin: 0 auto;
    padding: 1em 0 0;
}

.product-card-grid .item-link {
    width: calc(100% / 3 - 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;
    border-top: 4px solid #007bbb;
}

.product-card-grid .item-link:hover {
    box-shadow: 0em 0.1em 0.25em rgba(50, 70, 102, 0.5);
    transform: translateY(2px);
}

.product-card-grid .item-link.filter-hidden {
    display: none;
}

.product-card-grid .item-link.filter-fade-out {
    opacity: 0;
    transform: scale(0.95);
    pointer-events: none;
}

.product-card-grid .item-link.filter-fade-in {
    opacity: 1;
    transform: scale(1);
}

/** Item Scene (usage scene text) **/

.item-scene {
    padding: 0.3em 0 0.2em;
}

.item-scene p {
    font-size: 80%;
    font-weight: 700;
    color: #007bbb;
    letter-spacing: 0.02em;
    line-height: 1.4;
    padding-left: 1em;
    position: relative;
}

.item-scene p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 0.6em;
    height: 0.6em;
    background-color: #007bbb;
    border-radius: 50%;
}


/** Info Section (Technical Info / Solution) **/

.info-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90em;
    margin: 0 auto;
    padding-top: 1em;
}

.info-section-header {
    width: 100%;
    text-align: center;
    padding: 2em 1em 0.5em;
}

.info-section-header h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 180%;
    font-weight: 500;
    color: #192f60;
    letter-spacing: 0.1em;
}

/** No-results message **/

.filter-no-results {
    display: none;
    width: 100%;
    text-align: center;
    padding: 3em 1em;
    color: #888;
    font-size: 100%;
}

.filter-no-results.visible {
    display: block;
}


/** Responsive: Tablet **/

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

    .product-section-header h2 {
        font-size: 170%;
    }

    .info-section-header h2 {
        font-size: 150%;
    }

    .scene-filter-btn {
        font-size: 85%;
        padding: 0.45em 1em;
    }
}

/** Responsive: Mobile **/

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

    .product-section-header h2 {
        font-size: 140%;
    }

    .product-section-header p {
        font-size: 85%;
    }

    .info-section-header h2 {
        font-size: 130%;
    }

    .scene-filter-btn {
        font-size: 80%;
        padding: 0.4em 0.8em;
    }

    .scene-filter-label {
        font-size: 85%;
    }
}


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