@charset "UTF-8";

body{
    background-color: rgba(255, 255, 255,.5);
}

.bg{
}

.top img {
    width: 100%;
    position: relative;
}

.top_text {
    position: absolute;
    bottom: 30px;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    padding: 10px 100px;
    font-size: 30px;
    color: #FFF;
}

.top_image {
    position: relative;
}

.top_image h2 {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.uptodate img {
    width: 60%;
}

.main1{
    background-size:contain;
    margin-top: 20px;
}

.main_row{
        width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.hilevel {
    background-color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: -10px;
}

.hilevel_row1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}


.hilevel h3 {
    color: #E72D4E;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size: 30px;
    letter-spacing: 5px;
    margin-top: 70px;
}

.hilevel h3 span {
    font-size: 25px;
}

.hilevel_row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0;
    justify-content: space-between;
}

.hilevel_img {
    width: 320px;
    height: 400px;
    margin-top: -100px;
    z-index: 999;
}

.hilevel_img img{
    width: 100%;
}

p.hilevel_text {
    width: 50%;
    margin-right: 5%;
}

.hilevel p.total {
    margin-bottom: 60px;
}

.pamphlet img {
    width: 100%;
}

.hilevel p {
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.uptodate {
    position: relative;
}


.pamphlet {
    width: 25%;
    position: absolute;
    top: 10vw;
    left: 7vw;
    z-index: 999;
}

.pamphlet p{
    font-size:12px;
    margin-top: 0;
    line-height: 20px;
}

.performance h4 {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size: 80px;
    margin: 0;
}

.performance h4 span {
    font-size: 50px;
}

.arrow_black {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    position: absolute;
    top: 2vw;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    padding: 10px 19vw;
    font-size: 34px;
    color: #FFF;
}

.arrow_black:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 29px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 40px solid rgba(0, 0, 0, .6);
    position: absolute;
    top: 2vw;
    margin-top: -2vw;
    left: 100%;
    z-index: 2;
}

.dr_kanamori,
.dr_tokuyama {
    text-align: right;
}

.dr_tokuyama {
    margin-top: -10vw;
}


.dr_kanamori {
    margin-top: 1vw;
}

.dr_aoki {
    margin-top: -10vw;
}

.dr img {
    width: 480px;
}

.dr {
    position: relative;
}

.dr_text {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    position: absolute;
    top: 2vw;
    right: 250px;
    text-align: left;
    line-height: 25px;
    font-size: 18px;
    font-weight: bolder;
    margin: 20px 0px;
}

.dr_right {
    right: auto;
    left: 2vw;
}

.dr_title,
.dr h4 {
    color: #273c74;
}

.dr h4 {
    font-size: 45px;
    margin: 20px 0px;
}

.otherwise {
    position: relative;
    height: 75px;
    z-index: 999;
}

.otherwise2 {
    position: relative;
    height: 20px;
    z-index: 999;
}

.pentagon {
    z-index: 999;
    text-align: center;
    margin-top: -4vw;
    position: relative;
}

.pentagon img{
    width: 40%;
}

.arrow_white {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    position: absolute;
    top: 1vw;
    left: 0;
    background-color: rgba(231, 45, 78, .8);
    padding: 10px 5vw;
    font-size:34px;
    color: #FFF;
    z-index: 1;
}

.arrow_white:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 29px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 40px solid rgba(231, 45, 78, .8);
    position: absolute;
    top: 0vw;
    margin-top: 0vw;
    left: 100%;
    z-index: 2;
}

.director{
    background-color: #273c74;
    color: #FFF;
    position: relative;
    margin-top: 10px;
    padding: 0px 30px;
}

.director img{
    display: inline-block;
    padding: 80px 5px 60px 5px;
}

.director_text{
    width: 100%;
    margin-top: 70px;
    margin-bottom: 50px;
    margin-left: 20px;
}


.director_text p {
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.director_text h3{
font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size:40px;
    padding: 10px;
    margin: 0;
}

.car{
    position: absolute;
    z-index: 999;
    top: -20px;
    right: 10vw;
    margin-top: -120px;
}

.target_disease .row,.director .row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.director .row{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.target_disease{
padding-bottom: 70px;
}

.team .row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

}

.team .container{
        width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}


.team .row img{
    width: 100%;
}

.team .head_title{
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    width: 50%;
    margin: 0 auto;
}

.contact{
    background-color: #fff;
    padding: 30px;
    padding-top: 60px;
    margin-top: -60px;
    padding-bottom: 80px;
}

.contact .row{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.arrow_navy {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    position: absolute;
    top: -2.7vw;
    left: 0;
    background-color: rgba(39, 60, 116, .8);
    padding: 10px 5vw;
    font-size: 34px;
    color: #FFF;
}

.arrow_navy:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 29px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 40px solid rgba(39, 60, 116, .8);
    position: absolute;
    top: 0;
    margin-top: 0;
    left: 100%;
    z-index: 2;
}

.team p {
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-align: left;
}

.team h4{
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size:30px;
}

.team h5{
        font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    color: #E72D4E;
    font-weight: bolder;
    font-size:20px;
    
}

.point1,.point2,.point3{
    padding: 20px;
    width: 28%;
}

.treatment_contents,.target_disease_contents{
    width: 50%;
}

.target_disease li{
    line-height: 17px;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding-right: 2vw;
}

.treatment_contents h4,.target_disease_contents h4{
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    background-color: #E72D4E;
    color: #FFF;
    text-align: center;
    width: 60%;
    padding: 10px 0px;
    margin: 20px auto;
    font-size:20px;
    margin-top: 50px;
}



.mail p,.tel p {
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-align: left;
}

.mail h3,.tel h3 {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    line-height: 50px;
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0;
}

.tel h4 {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    line-height: 30px;
    font-size: 25px;
    letter-spacing: 2px;
}

.tel span {
    color: #E72D4E;
}
.mail_button {

    font-size:30px;
    line-height: 100px;
        background-color: #E72D4E;
    border-radius: 20px;
    padding: 10px 0px;
    margin: 0;
    text-align: center;
    width: 90%;
}



.mail_button i{
    color: #FFF;
    font-size:50px;
padding: 0;
}

.mail {
    padding-top: 10px;
    margin: 10px;
    width: 50%;
}

.mail h3,.mail p{
    color: #000;
    font-weight: bolder;
    margin-bottom: 20px;
}

.mail_button p{
    color: #FFF;
    font-weight: bolder;
    text-align: center;
    font-size:30px;
    padding-bottom: 0px;
    margin: 10px;

}

.mail_button p.icon{
    margin-bottom: 0;
    padding-bottom: 0;
}

.mail h3{
    font-size:50px;
}

.tel{
    padding-top: 10px;
    margin: 10px;
    width: 50%;
}

.hoge{
   width: n;
   height: n;
   background-repeat: no-repeat;
   background-position: 0 0;
}

.director_img{
    width: 260px;
    height: 220px;
}

.director_img img{
    width: 100%;
    height: auto;
}

img.car{
    width: 300px;
    height: auto;
}

p.icon{
    text-align: center;
}

.minimally_img{
    width: 100%;
}

.minimally_img img{
    width: 100%;
}

.a_news{
    font-size:10px;
}

.hilevel_contents{
    width: 100%;
}

li.nav_blue{
        background-color:rgb(0,46,138);
}