@charset "UTF-8";
/* CSS Document */
/*==================================

トップページ

===================================*/
.top_page #contents{
    width: auto;
    margin-top: 0;
}

.top_page .lato{
    letter-spacing: 0.05em;
}

/*==================================

MV

===================================*/
.top_page #mv{
    position: relative;
    padding-top: 60px;
    margin-bottom: 40px;
}

.top_page .slick .next_arrow{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top_page #mv .mv_copy{
    background: #005bab;
    width: 90%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.top_page #mv .mv_copy h2{
    text-align: center;
    color: #fff;
        font-size: 4.5vw;
    line-height: 11vw;
}

.top_page #mv .mv_inner{
    width: 95vw;
    position: absolute;
    left: 50%;
    bottom: 15vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top_page #mv .mv_inner .iryou_btn{
    background: #002864;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    float: right;
    position: relative;
    transition: 0.2s;
    padding: 13px 21px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

.top_page #mv .mv_inner .iryou_btn::before{
    content: "";
    width: 95%;
    height: 95%;
    border-radius: 50%;
    border:1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.top_page #mv .mv_inner .iryou_btn:hover{
    background: #005bab;
}

.top_page #mv .mv_inner .iryou_btn a{
    position: relative;
}

.top_page #mv .mv_inner .iryou_btn a img:hover{
    opacity: 1;
}

/*==================================

INFORMATION

===================================*/
.top_page .section01{
    margin: 0 auto 55px;
    width: 90vw;
}

.top_page .section01 h1.lato{
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.top_page .section01 ul .title{
    -webkit-display: flex;
    display: flex;
    border-bottom: 1px solid #005bab;
    margin-bottom: 10px;
}

.top_page .section01 ul .title .more{
    background: #005bab;
    color: #fff;
    margin-left: auto;
    font-size: 1.4rem;
    line-height: 32px;
    width: 82px;
    padding-left: 27px;
    position: relative;
}

.top_page .section01 ul .title .more:hover{
    background: #0089cc;
}

.top_page .section01 ul .title .more::before{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-stransform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
    left: 9px;
}

.top_page .section01 ul li{
    margin-bottom: 50px;
}

.top_page .section01 .icon{
    vertical-align: middle;
}

.top_page .section01 .icon p{
    border-radius: 2px;
    font-size: 1rem;
        width: 85px;
    text-align: center;
    line-height: 1.5em;
}

/*各アイコン設定*/
.top_page .icon.icon_com p{
    background: #005ba6;
    color: #fff;
}

.top_page .icon.icon_jinji p{
    background: #c8e0f8;
}

.top_page .icon.icon_saiyo p{
    background: #ffe6aa;
}

.top_page .icon.icon_seihin p{
    background: #f6bcc9;
}

.top_page .icon.icon_ir p{
    background: #29abe2;
    color: #fff;
}

.top_page .icon.icon_sasute p{
    background: #009999;
    color: #fff;
    letter-spacing: 0;
    font-size: 1rem;
}

.top_page .icon.icon_others p{
    background: #e5e8ec;
}

.top_page .section01 .day{
    width: 90px;
}

.top_page .section01 .txt{
     padding-bottom: 10px;   
}

/*==================================

SOLUTION

===================================*/
.top_page .section02{
    margin-bottom: 70px;
}

.top_page .section02 .lato{
    font-size: 4rem;
    color: #002864;
    margin-bottom: -9px;
    text-align: center;
}

.top_page .section02 ul li{
    position: relative;
    height: 140px;
    overflow: hidden;
}

.top_page .section02 ul li .img{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: 0.2s;
}

.top_page .section02 ul li:hover .img{
    opacity: 0.8;
}

.top_page .section02 ul li:nth-of-type(1) .img{
    background-color: #002864;
}

.top_page .section02 ul li:nth-of-type(2) .img{
    background: url("../images/top/sol_btn01.jpg") no-repeat center center / cover;
}

.top_page .section02 ul li:nth-of-type(3) .img{
    background: url("../images/top/sol_btn02.jpg") no-repeat center center / cover;
}

.top_page .section02 ul li:nth-of-type(4) .img{
    background: url("../images/top/sol_btn03.jpg") no-repeat center center / cover;
}

.top_page .section02 ul li:nth-of-type(5) .img{
    background: url("../images/top/sol_btn04.jpg") no-repeat center center / cover;
}

.top_page .section02 ul li:nth-of-type(6) .img{
    background: url("../images/top/sol_btn05.jpg") no-repeat center center / cover;
}

.top_page .section02 ul li .txt{
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top_page .section02 ul li .txt h1,
.top_page .section02 ul li .txt h3{
    color: #fff;
    text-align: center;
}

.top_page .section02 ul li .txt div{
    width: 180px;
    height: 30px;
    border:1px solid #fff;
    margin: 0 auto;
    position: relative;
}

.top_page .section02 ul li .txt div p{
    line-height: 28px;
    padding-left: 12px;
}

.top_page .section02 ul li .txt div::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-stransform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    right: 13px;
}

/*==================================

OUR GOAL

===================================*/
.top_page .section03{
    margin-bottom: 150px;
}

.top_page .section03 .lato{
    font-size: 4rem;
    color: #0080c3;
    opacity: 0.7;
    margin-bottom: -9px;
}

.top_page .section03 .goal_ber{
    position: relative;
    width: 90vw;
    margin: 0 auto;
    background: #0092ca;
    text-align: center;
        box-shadow: 15px 15px 20px rgba(0,0,0,0.2);
    color: #fff;
    padding-bottom: 30px;
}

.top_page .section03 .txt h1{
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    margin-top: 10px;
}

.top_page .section03 .txt h1::after{
    content: "";
    width: 50px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top_page .section03 .txt .btn_fill{
    background: #fff;
    color: #0080c3;
    margin: 20px auto 0;
}

.top_page .section03 .txt .btn_fill:hover{
    background: #c8e0f8;
}

.top_page .section03 .txt .btn_fill::after{
    border-color:#0080c3; 
}

/*==================================

ABOUT US

===================================*/
.top_page .section04{
    background: url("../images/top/jms_ber_sp.jpg") no-repeat center center / cover;
    height: 280px;
    position: relative;
    margin-bottom: 290px;
}

.top_page .section04 .lato{
    font-size: 4rem;
    color: #005b9d;
    opacity: 0.3;
    top: -38px;
    right: 0;
    position: absolute;
    text-align: right;
}

.top_page .section04 .inner{
    position: relative;
}

.top_page .section04 .inner .txt{
    background: #002864;
    width: 90%;
    position: absolute;
    top: 140px;
    color: #fff;
    padding: 10% 6% 13%;
}

.top_page .section04 .inner .txt h1{
    color: #fff;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.top_page .section04 .inner .txt h1::after{
    content: "";
    width: 50px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top_page .section04 .inner .txt .btn_fill{
    background: #fff;
    color: #002864;
    margin: 25px 0 0;
}

.top_page .section04 .inner .txt .btn_fill:hover{
    background: #c8e0f8;
    color: #0080c3;
}

.top_page .section04 .inner .txt .btn_fill::after{
    border-color:#002864; 
}

.top_page .section04 .inner .txt .btn_fill:hover::after{
    border-color:#0080c3;
}

/*==================================

CONTENTS

===================================*/
.top_page .section05{
    background: url("../images/top/contents_bg_sp.jpg") no-repeat center center / cover;
    margin-bottom: 60px;
}

.top_page .section05 .inner{
    width: 90vw;
    margin: 0 auto;
    padding: 50px 0;
}

.top_page .section05 h1.lato{
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 22px;
    position: relative;
}

.top_page .section05 h1.lato::after{
    content: "";
    width: 30px;
    height: 3px;
    background: #005BAB;
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top_page .section05 .con_menu01{
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.top_page .section05 .con_menu01:nth-of-type(2){
    margin-bottom: 40px;
}

.top_page .section05 .con_menu01 h4{
    display: -webkit-flex;
    display: flex;
      -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 25px 0;
}

.top_page .section05 .con_menu01 h4 span{
    margin-right: 20px;
    width: 50px;
}

.top_page .section05 .con_menu01 ul{
    width: 90%;
    margin: 0 auto;
}

.top_page .section05 .con_menu01 ul li{
    width: 100%;
    height: 50px;
    border:1px solid #005b9d;
    font-size: 1.4rem;
    line-height: 50px;
    margin-bottom: 6px;
    padding-left: 20px;
    position: relative;
    transition: 0.2s;
}

.top_page .section05 .con_menu01 ul li:last-of-type{
    margin-bottom: 30px;
}

.top_page .section05 .con_menu01 ul li::after{
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: 1px solid #005b9d;
    border-right: 1px solid #005b9d;
    -webkit-stransform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    right: 25px;
    transition: 0.2s;
}

.top_page .section05 .con_menu01 ul li:hover{
    background: #c8e0f8;
}

.top_page .section05 .con_menu01 ul li:hover::after{
    right: 20px;
}

.top_page .section05 .con_menu01 ul li a{
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.top_page .section05 .con_menu01 div{
    height: 80px;
    position: relative;
    transition: 0.2s;
}

.top_page .section05 .con_menu01:first-of-type div{
    background: url("../images/top/con_manu01_sp.jpg") no-repeat center center / cover;
}

.top_page .section05 .con_menu01:nth-of-type(2) div{
    background: url("../images/top/con_manu02_sp.jpg") no-repeat center center / cover;  
}

.top_page .section05 .con_menu01 div:hover{
    opacity: 0.8;
}

.top_page .section05 .con_menu01 div::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-stransform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    right: 37px;
}

.top_page .section05 .con_menu01 div h5{
    color: #fff;
    margin-left: 40px;
    line-height: 80px;
}

.top_page .section05 .con_menu02 ul li{
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    height: 150px;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
}

.top_page .section05 .con_menu02 ul li a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.2s;
}

.top_page .section05 .con_menu02 ul li:first-of-type a{
    background: url("../images/top/con_manu03_sp.jpg") no-repeat center center / cover;
}

.top_page .section05 .con_menu02 ul li:nth-of-type(2) a{
    background: url("../images/top/con_manu04_sp.jpg") no-repeat center center / cover;
}

.top_page .section05 .con_menu02 ul li:hover a{ 
    opacity: 0.8;
}

.top_page .section05 .con_menu02 ul li h4{
    color: #fff;
    text-align: center;
    line-height: 150px;
    letter-spacing: 0.3em;
    position: relative;
}

.top_page .section05 .con_menu02 ul li h4::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-stransform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
}

/*==================================

各種治療と製品に関する関連サイト

===================================*/
.top_page .section06{
    width: 90vw;
    margin: 0 auto;
}

.top_page .section06 h4{
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.top_page .section06 h4::after{
    content: "";
    width: 50px;
    height: 3px;
    background: #005BAB;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top_page .section06 ul li{
    margin-bottom: 20px;
}

.top_page .section06 ul li .img{
    float: left;
}

.top_page .section06 ul li:nth-of-type(4) .img{
    width: 65px;
    margin-right: 5px; 
}

.top_page .section06 ul li:nth-of-type(4) p{
    padding-left: 70px; 
}

.top_page .section06 ul li:nth-of-type(5) .img{
    width: 111px;
    height: auto;
    margin-right: 5px;
}

.top_page .section06 ul li:nth-of-type(5) p{
    padding-left: 116px; 
}

.top_page .section06 ul li:nth-of-type(6) .img{
        width: 112px;
    margin-right: 5px;
    height: 69px;
}

.top_page .section06 ul li:nth-of-type(6) p{
    padding-left: 117px; 
}