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

/* ============================
 * 
 *     Responsive header
 *     (medical-new-com.css)
 *
 * ============================ */



/* ============================
 * 
 *   NEO series 共通部品
 *
 * ============================ */

#contents-title-sanserif {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 230%;
    font-weight: 300;
    text-align: center;
    padding: 2em 0;
}


/* ============================
 * 
 *   First View
 *
 * ============================ */

#medical-fv {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    color: #666;
    background-color: #f9f9f5;
}

#medical-fv-wrap {
    position: relative;
    background-image: url(../../img/hfhv/IMG_1885.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    height: 0%;
    padding-top: 75%;
}

#medical-fv-vertical {
    position: absolute;
    top: 8em;
    font-weight: 200;
    letter-spacing: 0.8em;
    color: #fff;
}

#medical-fv-vertical p,h1 {
    margin-left: 50px;
}

#medical-fv-ver-text1 {
    font-weight: 700;
    font-size: 400%;
    padding-left: 0.25em;
}

#medical-fv-ver-text1 span {
    letter-spacing: -0.05em;
}

#medical-fv-text1 ruby {
    line-height: 0em;
    padding: 0em;
}

#medical-fv-ver-text1 rt {
    font-family: 'Noto Serif JP', serif;
    font-weight: 200;
    font-size: 0.25em;
    line-height: 0em;
}

#medical-fv-ver-text2 {
    font-size: 180%;
    line-height: 1.3em;
    margin-left: 1em;
}

#text3 {
    position: absolute;
    left: 4em;
    letter-spacing: 0.25em;
    padding: 3em 0 0 0;
}

#text3 p {
    margin-top: 1em;
}

.medical-fv-ver-text3 {
    position: relative;
    font-size: 120%;
    text-align: left;
    margin-bottom: 1em;
}

.medical-fv-ver-text3::before {
    position: absolute;
    top: 0.5em;
    left: -1.7em;
    display: inline-block;
    content: '';
    width: 0.7em;
    height: 0.7em;
    margin-bottom: 0em;
    background-color: #89c3eb;
    border-radius: 0.15em;
}

#medical-fv-horizontal {
    width: 80%;
    max-width: 50em;
    margin: 0 auto;

    text-align: center;
    letter-spacing: 0.6em;

    width: 100%;
    margin-top: 3em;
}

#medical-fv-hori-text {
    text-align: justify;
    font-size: 120%;
    text-align: left;
    line-height: 2em;
}

@media screen and (max-width: 960px) {
    #medical-fv-vertical {
        top: 2em;
        right: 1em;
        font-weight: 200;
        letter-spacing: 0.25em;
        color: #fff;

        right: inherit;
        left: inherit;
        width: 100%;
        text-align: center;
    }

    #medical-fv-wrap {
        position: relative;
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        text-align: center;
        height: 0%;
        padding-top: 75%;
    }

    #medical-fv-ver-text1 {
        font-size: 300%;
        padding-left: 0.25em;
    }

    #medical-fv-ver-text2 {
        font-size: 150%;
        line-height: 1.3em;
        margin-left: 1em;
    }

    #text3 {
        padding: 4em 0 0 0;
    }

    .medical-fv-ver-text3 {
        font-size: 100%;
    }
}

@media screen and (max-width: 499px) {
    #medical-fv-wrap {
        position: relative;
        background-size: 150%;
        background-position: left 60% top;
        background-repeat: no-repeat;
        text-align: center;
        height: 0%;
        padding-top: 112.5%;
    }

    #medical-fv-vertical {
        top: 0.5em;
        right: 1em;
        font-weight: 200;
        letter-spacing: 0.5em;
        color: #fff;
        padding: 0.25em;

        letter-spacing: 0em;
        right: inherit;
        left: inherit;
        width: 100%;
        text-align: center;
        
        margin: 0;
    }
    
     #medical-fv-vertical p,h1 {
        margin-left: 0;
    }

    #medical-fv-ver-text1 {
        font-size: 220%;
        padding: 0em;
    }

    #medical-fv-ver-text1 span {
        letter-spacing: -0.25em;
    }

    #medical-fv-ver-text2 {
        font-size: 120%;
        line-height: 1.3em;
        margin-left: 1em;
    }
    
    #text3 {
        padding: 2em 0 0 0;
        left: 2.7em;
    }
}


/* ============================
 * 
 *   製品コンセプト
 *
 * ============================ */


#concept-text p span {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}

#fujiyama {
    position: relative;
    text-align: center;
    padding-bottom: 2em;
}

#fujiyama p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 10em;
    font-size: 162%;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #333;
}

#fujiyama p span {
    font-size: 250%;
    color: #e95464;
}

#fujiyama img {
    width: 15%;
}

@media screen and (max-width: 767px) {
    #concept {
        padding: 3em 1em;
        box-shadow: inherit;
    }

    #fujiyama img {
        width: 30%;
    }
}




/* ============================
 * 
 *   summary 
 *
 * ============================ */

#summary-containar {
    width: 90%;
    max-width: 50em;
    margin: auto;
}

@media screen and (max-width: 767px) {
    #summary-containar {
        width: 100%;
    }
}

#neo-summary {
    padding-bottom: 2em;
}

.summary-title {
    font-weight: 700;
    text-align: center;
    padding-bottom: 1em;
}

#spec-box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.item {
    display: flex;
    width: 10em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 0.5em 0;
    background-color: #486598;
    border-bottom: #f9f9f5 2px solid;

}

.item p {
    margin: auto;
}

.spec {
    width: calc(100% - 10em);
    color: #333;
    padding: 0.5em 1em;
    background-color: #dae0ea;
    border-bottom: #f9f9f5 2px solid;
}

@media screen and (max-width: 499px) {
    #spec-box {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        flex-direction: column;
    }

    .item {
        width: 100%;
        border: none;
    }

    .spec {
        width: 100%;
        margin-bottom: 0.5em;
        border: none;
    }
}

.slider_css {
    margin: 0 auto;
    position: relative;
    overflow: hidden;

    height: 0;
    width: 100%;
    padding-top: 75%;

    border: #bbb 1px solid;
}

.slider_css ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider_css ul li {
    background-size: cover;


    position: absolute;
    top: 0;
    left: 0;
    animation-iteration-count: infinite;
    animation-duration: 30s;

    height: 100%;
    width: 100%;

}

.slider_css ul li:nth-child(1) {
    background-image: url(../../img/medical/neo/neo-pic1.JPG);
    animation-name: slider-zoomin;
    animation-delay: -2s;
}

.slider_css ul li:nth-child(2) {
    background-image: url(../../img/medical/neo/neo-pic2.JPG);
    animation-name: slider-zoomin;
    opacity: 0;
    animation-delay: 4s;
}

.slider_css ul li:nth-child(3) {
    background-image: url(../../img/medical/neo/neo-pic3.JPG);
    animation-name: slider-zoomin;
    opacity: 0;
    animation-delay: 10s;
}

.slider_css ul li:nth-child(4) {
    background-image: url(../../img/medical/neo/neo-pic4.JPG);
    animation-name: slider-zoomin;
    opacity: 0;
    animation-delay: 16s;
}

.slider_css ul li:nth-child(5) {
    background-image: url(../../img/mdecical/neo/neo-pic5.JPG);
    animation-name: slider-zoomin;
    opacity: 0;
    animation-delay: 22s;
}

/***** end of アニメーション設定 *****/

@keyframes slider-zoomin {
    0% {
        opacity: 0;
    }

    8% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
        transform: scale(1.3);
        z-index: 1;
    }

    100% {
        opacity: 0
    }
}


/* ============================
 * 
 *   コンテンツ
 *
 * ============================ */

/**************
*
* 動画
*
***************/

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

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





/**************
*
* miu line up
*
***************/

#interface {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 2em 0;
    padding: 2em;
    background-color: #fff;
}

.interface-type {
    width: 100%;
    font-weight: 300;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    background-color: #486598;
    color: #fff;
}

#interface img {
    width: calc(40% - 1em);
}

.interface-text {
    width: calc(60% - 1em);
}

.img-products {
    font-size: 80%;
    padding-top: 0.5em;
}

@media screen and (max-width: 499px) {
    #interface {
        padding: 0;
    }

    #interface img {
        width: 100%;
        padding: 1em 1em 0;
    }

    .interface-text {
        order: 4;
        width: 100%;
        padding: 1em;
    }

    .img-products {
        order: 3;
        font-size: 80%;
        padding: 0 1em;
    }
}


.miu-lineup-table {
    width: 100%;
}

.miu-lineup-table-div {
    line-height: 1.5em;
    letter-spacing: 0em;
    margin-top: 2em;
}


.miu-lineup-table-div th {
    color: #fff;
    text-align: center;
    background-color: #486598;
    padding: 0.75em;
    border: #bbb 1px solid;
}

.miu-lineup-table-div td {
    width: 20%;
    text-align: center;
    color: #333;
    padding: 0.75em;
    border: #bbb 1px solid;
}

.miu-lineup-table tr:nth-child(even) {
    background-color: #fefefe;
}


.miu-lineup-table tr:nth-child(odd) {
    background-color: #f1f1f1;
}

@media screen and (max-width: 767px) {
    .miu-lineup-table-div {
        font-size: 13px;
    }

    .miu-lineup-table-div th,
    .miu-lineup-table-div td {
        padding: 0.75em 0.5em;
    }
}

@media screen and (max-width: 499px) {
    .miu-lineup-table tr td:first-child {
        width: 10%;
    }
}




/************
*
* カスタムオーダー
*
*************/

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