@charset "utf-8";

html{
    font-size: 100%;
}

img{
    max-width: 100%;
    height: auto;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} 

body{
    font-size: 62.5%;
    overflow: auto;
    font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "MS Pゴシック", "Helvetica", "Verdana", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjest: none;
  }

h1, h2, h3, h4{
    font-weight: normal;
    line-height: 100%;
    margin: 0px;
    padding: 0px;
}

.contents-title-main{
    color: #ff3a30;
    line-height: 1.25;
    margin: 10px 5px;
    font-family: 'Noto Sans JP';
    letter-spacing: -0.03em;
    font-size: 3.6em;
    /* font-size: 42px; */
    font-weight: bold;
}

.contents-title-main2{
    color: #333a90;
    line-height: 1.25;
    margin: 10px 5px;
    font-family: 'Noto Sans JP';
    letter-spacing: -0.03em;
    font-size: 3.6em;
    /* font-size: 42px; */
    font-weight: bold;
}

.contents-title-main3{
    color: #222;
    line-height: 1.25;
    margin: 10px 5px;
    font-family: 'Noto Sans JP';
    letter-spacing: -0.03em;
    font-size: 3.6em;
    /* font-size: 42px; */
    font-weight: bold;
}

.contents-title-sub{
    color: #ff3a30;
    line-height: 1.25;
    margin: 10px 5px;
    font-family: 'Noto Sans JP';
    letter-spacing: -0.03em;
    font-size: 24px;
    font-weight: bold;
}

.contents-title-sub2{
    color: #333a90;
    line-height: 1.25;
    margin: 10px 5px;
    font-family: 'Noto Sans JP';
    letter-spacing: -0.03em;
    font-size: 24px;
    font-weight: bold;
}

.contents-title-sub3{
    color: #222;
    line-height: 1.25;
    margin: 10px 5px;
    font-family: 'Noto Sans JP';
    letter-spacing: -0.03em;
    font-size: 24px;
    font-weight: bold;
}
/*  header  */
header{
    margin: 0;
    padding-top: 0;
    width: 100%;
    height:105px;
    background: #fff;
    position: fixed;
    z-index: 1000;
}

.header-contents{
    position: relative;
}

.team-logo{
    position: absolute;
    top: 23px;
    left: 35px;
    display: block;
}

.h-nav{
    list-style: none;
    /* padding-top: 45px; */
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 50px 20px 0;
    color: #333;
    position: relative;
    line-height: 0.5;
    font-family: 'Yu Gothic';
    letter-spacing: -0.01em;
    font-size: 0.93rem;
    font-weight: bold;
}

.h-nav li{
   padding-left: 25px;
   padding-right: 10px;
   margin-left: 15px;
}

.h-nav li ::before{
    content: '';
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    background-image: url(icon/h-nav_bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 14px;
    height: 14px;
    /* margin-left: 1px; */
    /* transform: translateX(-25px); */
    transform: translate(-25px, -4px);
}

.hospital-logo{
    position: absolute;
    width: 200px;
    height: 40px;
    top: 55%;
    padding: 0 30px;
    right: 0;
}
/*  header  */

/*  main-visual  */
.m-visual{
    max-width: 100%;
    height: 835px;
    background: url(image/25824435.jpeg) no-repeat center center;
    background-size: cover;
    zoom: 1.25;
    opacity: 0.9;
    z-index: 10;
}

.m-visual__catchcopy{
    position: absolute;
    left: 78%;
    right: 0%;
    display: block;
    transform: translateY(55%);
}

.m-visual__catchcopy-text {
    color: #fff;
    position: relative;
    line-height: 3;
    font-family: 'Yu Gothic';
    /* letter-spacing: 1.5em; */
    font-size: 1.85em;
    font-weight: bold;
    writing-mode: vertical-rl;
    /* background-color: #fefefe; */
    padding: 8px;
    text-shadow: 0 0 5px #ffffff,
    0 0 20px #ffffff,
    0 0 25px #ff3a30;
    /* 0 0 40px #71F6AB, */
    /* 0 0 50px #71F6AB, */
    color: #ffffff;
}

.m-visual__teamtitle{
    position: absolute;
    top: 75%;
    left: 10%;
    right: 0;
    display: block;
    transform: translateY(-50%);
}

.subtitle{
    color: #111;
    position: relative;
    line-height: 0.5;
    font-family: 'A-OTF Midashi Go MB31 Pro';
    letter-spacing: -0.01em;
    font-size: 1.75em;
    font-weight: 700;
}

.maintitle{
    color: #e60012;
    position: relative;
    line-height: 1.25;
    font-family: 'A-OTF Midashi Go MB31 Pro';
    letter-spacing: -0.03em;
    font-size: 4.4em;
    font-weight: 500;
    /* font-feature-settings: 'palt';  */
}
/*  main-visual  */

/*  About  */
.about{
    /* position: absolute; */
    top: -5%;
    padding: 95px 0;
    background-color: #333a90;
    display: flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: center;
    z-index: 50;
}

.about-title{
    position: relative;
    margin : 0;
    left: 20%;
    /* background-color: #f0f0f0; */
    width: 48%;
}

.about-text{
    position: relative;
    width: auto;
    /* background-color: pink; */
    color: #fefefe;
    line-height: 2;
    padding-top: 15px;
    font-family: 'Yu Gthic';
    letter-spacing: 0.01em;
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
}

.teacher-information{
    position: relative;
    left: -10%;
    /* background-color: #f0f0f0; */
    width: 55%;
    /* display: flex; */
}

.teachers-information{
    /* position: relative; */
    left: 0;
    /* display: flex; */
    flex-wrap: nowrap;
    justify-content: center;
}

.teacher-infor-hayashi{
    position: relative;
    top: 12px;
    left: 13%;
    /* background-color: yellowgreen; */
    width: 28%;
    text-align: center;
}

.teacher-infor-kinoshita{
    position: relative;
    top: -56px;
    left: 36%;
    /* background-color: yellowgreen; */
    width: 25%;
    text-align: center;
}

.teacher-infor-kakita{
    position: relative;
    top: -144px;
    left: 60%;
    /* background-color: yellowgreen; */
    width: 25%;
    text-align: center;
}

.teacher-name{
    color: #fefefe;
    line-height: 2;
    font-family: 'Yu Gthic';
    letter-spacing: 0.01em;
    font-size: 1.4em;
    font-weight: bold;
    /* text-align: justify; */
}

.teacher-position{
    color: #fefefe;
    line-height: 2;
    font-family: 'Yu Gthic';
    letter-spacing: 0.01em;
    font-size: 1em;
    font-weight: normal;
    /* text-align: justify; */
}

.teacher-pdf{
    position: relative;
    top: -25px;
    left: 22%;
    color: #44bcee;
    width: 50%;
    /* color: #fefefe; */
    line-height: 2;
    font-family: 'Yu Gthic';
    letter-spacing: 0.01em;
    font-size: 1.1em;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #44bcee;
}

.about-image{
    width: 100%;
    height: auto;
}
/*  About  */

/*  Team structure  */
.team-structure-top{
    display: flex;
}

.team-structure{
    /* position: absolute; */
    margin: 0;
    padding: 30px 0;
    background-color: #f0f0f0;
    /* displa]y: flex; */
}

.team-structure-title{ 
    position: relative;
    left: 12%;
    width: 37%;
    /* background-color: pink; */
}
.explanation{
    color: #222;
    position: relative;
    line-height: 1.25;
    font-family: 'A-OTF Midashi Go MB31 Pro';
    letter-spacing: -0.03em;
    font-size: 2.3em;
    font-weight: 500;
}

.explanation1{
    color: #fefefe;
    position: relative;
    width: 85%;
    line-height: 1.25;
    font-family: 'A-OTF Midashi Go MB31 Pro';
    letter-spacing: -0.03em;
    font-size: 2.3em;
    font-weight: 500;
    justify-content: baseline;
}

.team-text{
    position: relative;
    width: auto;
    /* background-color: pink; */
    color: #222;
    line-height: 2;
    padding-top: 15px;
    font-family: 'Yu Gthic';
    letter-spacing: 0.01em;
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
}

.circle{
    /* margin: 0 auto; */
    position: relative;
    top: -25px;
    left: 15%;
    width: 550px;
    height: 550px;
    background: #fefefe;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}


.team-fact-parent{
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /* margin-top: 45px; */
    width: 100px;
    height: 100px;
    text-align: center;
    align-items: center;
    background-color: red;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.team-fact-parent1{
    position: absolute;
    top: 19%;
    left: 73%;
    transform: translateY(-50%) translateX(-50%);
    /* margin-top: 45px; */
    width: 100px;
    height: 100px;
    text-align: center;
    align-items: center;
    background-color: red;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.team-fact-parent2{
    position: absolute;
    top: 38%;
    left: 86%;
    transform: translateY(-50%) translateX(-50%);
    /* margin-top: 45px; */
    width: 100px;
    height: 100px;
    text-align: center;
    align-items: center;
    background-color: red;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.team-fact-parent3{
    position: absolute;
    top: 62%;
    left: 85%;
    transform: translateY(-50%) translateX(-50%);
    /* margin-top: 45px; */
    width: 100px;
    height: 100px;
    text-align: center;
    align-items: center;
    background-color: red;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.team-fact-parent4{
    position: absolute;
    top: 79%;
    left: 70%;
    transform: translateY(-50%) translateX(-50%);
    /* margin-top: 45px; */
    width: 100px;
    height: 100px;
    text-align: center;
    align-items: center;
    background-color: red;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.team-fact-parent5{
    position: absolute;
    top: 87%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /* margin-top: 45px; */
    width: 100px;
    height: 100px;
    text-align: center;
    align-items: center;
    background-color: red;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.team-fact{
    position: relative;
    top: 42%;
    vertical-align: middle;

}

.loopslide{
    margin: 0;
    padding: 0;
    display: flex;
    /* top: -1050px; */
    width: 100vw;
    height: 200px;
    overflow: hidden;

    img{
        width: auto;
        height: 100%;

        &first-child{
            animation: slide1 60s -30s linear infinite;
        }
        &last-child{
            animation: slide2 60s linear infinite;
        }
    }
}

@keyframes slide1 {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  @keyframes slide2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
/*  Team structure  */

/*  Hidrid surgery  */
.hibrid{
    margin: 0;
    padding: 30px 0;
    background-color: #f0f0f0;
}
.hybrid-explanation{
    width: 45%;
    /* background-color: pink; */
    margin: 0 auto;
}

.hybrid-expla-top{
    text-align: center;
}

.hibrid-text{
    position: relative;
    width: auto;
    /* background-color: pink; */
    color: #222;
    line-height: 2;
    padding-top: 15px;
    font-family: 'Yu Gthic';
    letter-spacing: 0.01em;
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
}

.hybrid-content1 {
    position: relative;
    margin: 30px auto;
    padding: 15px 0;
    width: 65%;
    /* background-color: yellowgreen; */
    border: 1px solid #222;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.hybrid-content2{
    position: relative;
    margin: 15px auto 30px;
    padding: 15px 0;
    width: 65%;
    /* background-color: yellow; */
    border: 1px solid #222;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
 
.content__heading{
    color: #222;
    line-height: 2;
    padding-top: 15px;
    font-family: 'Yu Gthic';
    letter-spacing: 0.01em;
    font-size: 2.2em;
    font-weight: bold;
    text-align: center;
    text-align: top;
    border-bottom: 0.5px solid #9c9898;
}

.content__text{
    color: #222;
    line-height: 2;
    padding: 20px 30px;
    font-family: 'Yu Gthic';
    letter-spacing: 0.01em;
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
}

.hybrid-content1__photo1 {
    width: 422px;
    height: 280px;
}

.hybrid-content1__photo2 {
    width: 422px;
    height: auto;
}

.hybrid-content2__photo1 {
    width: 350px;
    height: 302px;
}

.hybrid-content2__photo2 {
    width: 540px;
    height: auto;
}
/*  Hidrid surgery  */

/*  Cadiovascular surgery  */
.cadiovascular{
    padding: 10px 0 45px;
    background-color:#333a90;
}
.cadiovascular-top{
    display: flex;
    margin: 0 0 0 auto;
    padding: 65px 0 35px;
    width: 85%;
    right: 0;
    /* background-color: pink; */
    justify-content: space-between;
}

.cadiovascular-title{
    position: relative;
    left: 0;
    width: 40%;
}

.explanation1{
    color: #fefefe;
    position: relative;
    line-height: 1.25;
    font-family: 'A-OTF Midashi Go MB31 Pro';
    letter-spacing: -0.03em;
    font-size: 2.3em;
    font-weight: 500;
}

.cadiovascular-image{
    right: 0;
    width: 57%;
    height: 36%;
}
.cadiovascular-content1 {
    position: relative;
    margin: 30px auto;
    padding: 0;
    width: 45%;
    /* background-color: yellowgreen; */
    border: 1px solid #222;
    background-color: #fefefe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cadiovascular-content2 {
    position: relative;
    margin: 15px auto 30px;
    padding: 15px 0;
    width: 45%;
    /* background-color: yellowgreen; */
    border: 1px solid #222;
    background-color: #fefefe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cadiovascular-text{
    position: relative;
    width: auto;
    /* background-color: pink; */
    color: #fefefe;
    line-height: 2;
    padding-top: 15px;
    font-family: 'Yu Gthic';
    letter-spacing: 0.01em;
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
}
/*  Cadiovascular surgery  */

/*  cadiology  */
.cardiology{
    background-color:#f0f0f0;
}

.cardiology-image{
    width: 100%;
    max-height: 750px;
    object-fit: cover;
    zoom: 0.85;
    transform: rotateX(5deg);
}

.cardiology-expla-top{
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 45%;
    /* background-color: yellow; */
}

.cardiology-content1{
    position: relative;
    margin: 30px auto;
    padding: 15px 0;
    width: 45%;
    text-align: center;
    /* background-color: yellowgreen; */
    border: 1px solid #222;
    background-color: #fefefe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cardiology-content2{
    position: relative;
    margin: 30px auto;
    padding: 15px 0;
    width: 45%;
    /* background-color: yellowgreen; */
    border: 1px solid #222;
    background-color: #fefefe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cardiology-text{
    position: relative;
    margin: 0 auto;
    width: 57%;
    /* background-color: pink; */
    color: #222;
    line-height: 2;
    padding-top: 15px;
    font-family: 'Yu Gthic';
    letter-spacing: 0.01em;
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
}

.cardiology-list{
    /* position: relative; */
    left: 0;
    color: #222;
    line-height: 2;
    margin: 0 auto;
    padding-top: 15px;
    font-family: 'Yu Gthic';
    letter-spacing: 0.01em;
    font-size: 1.7em;
    width: 65%;
    font-weight: bold;
    /* text-align: center; */
}

.cardiology-content2__photo1{
    width: 100px;
    height: 50px;
}

.cardiology-content2__photo2{
    width: 150px;
    height: 150px;
}
/*  cadiology  */

/*  arrhythmia  */
.arrhythmia-top{
    display: flex;
}

.arrhythmia-image{
    width: 717px;
    height: 545px;
    object-fit: cover;
    /* zoom: 1.2; */
    z-index: 100;
}

.orange-box{
    margin: 0 0 0 auto;
    padding: 15px;
    width: 744px;
    height: 659px;
    background-color: #ed5851;
    text-align: center;
    z-index: 10;
}
.arrhythmia-text{
    position: relative;
    margin: 0 auto;
    width: 70%;
    /* background-color: pink; */
    color: #fefefe;
    line-height: 2;
    padding-top: 15px;
    font-family: 'Yu Gthic';
    letter-spacing: 0.01em;
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
}

.arrhythmia-content1{
    position: relative;
    margin: 30px auto;
    padding: 15px 0;
    width: 45%;
    text-align: center;
    /* background-color: yellowgreen; */
    border: 1px solid #222;
    background-color: #fefefe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.arrhythmia-content2{
    position: relative;
    margin: 30px auto;
    padding: 15px 0;
    width: 45%;
    text-align: center;
    /* background-color: yellowgreen; */
    border: 1px solid #222;
    background-color: #fefefe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.center-site{
    width: 60px;
    height: 55px;
    color: #ed5851;
    background-color: #fefefe;
    font-family: 'Yu Gthic';
    letter-spacing: -0.03em;
    font-size: 1.85em;
    font-weight: normal;

}
.arrhythmia-content2__photo2{
    width: 45%;
    height: 45%;
}

.arrhythmia-content1__photo1{
    width: 40%;
    height: 40%;
}

.arrhythmia-content1__photo2{
    width: 55%;
    height: 55%;
}
/*  arrhythmia  */

/*  footer  */
footer{
    margin: 0;
    padding: 15px;
    width: 100%;
    background-color: #d6cbcb;
    /* float: right; */
}

.f-contents-left{
    /* display: flex; */
    position: relative;
    margin-right: 0;
    top: 0%;
    left: 0%;
    width: 100%;
    height: auto;
    /* font-size: 0; */
    line-height: 0;
}

.map{
    width: 100%;
    height: auto;
    position: relative;
    /* padding-top: 56.25%; */
    /* padding-bottom: 0; */
}

.map iframe{
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    /* height: 50%; */
    border: 3px solid #003059;
}

.f-contents-tag{
    padding-top: 75px;
    padding-bottom: 45px;
    text-align: center;
    color: #222;
    line-height: 1.25;
    font-family: 'Yu Gthic';
    letter-spacing: -0.03em;
    font-size: 2em;
    font-weight: bold;
}

.f-contents-message{
    display: flex;
}

.f-contents__patient{
    position: relative;
    /* background-color: skyblue; */
    left: 25%;
    width: 350px;
}

.f-contents__speci-left{
    color: #222;
    line-height: 1.25;
    margin: 10px 8px 0px;
    font-family: 'Yu Gthic';
    letter-spacing: -0.03em;
    font-size: 1.4em;
    font-weight: bold;
}

.f-contents__speci-right{
    color: #222;
    line-height: 1.25;
    margin: 10px 12px 0px;
    font-family: 'Yu Gthic';
    letter-spacing: -0.03em;
    font-size: 1.4em;
    font-weight: normal;
}

.f-contents__num-left{
    color: #333a90;
    line-height: 1.25;
    margin: 10px 12px;
    font-family: 'Yu Gthic';
    letter-spacing: -0.03em;
    font-size: 1.7em;
    font-weight: 300;
}

.f-contents__num-right{
    color: #222;
    line-height: 1.25;
    margin: 10px 5px;
    font-family: 'Noto Sans JP';
    letter-spacing: -0.03em;
    font-size: 1.7em;
    font-weight: bold;
}

.f-contents__f-num-left{
    color: #333a90;
    line-height: 1.25;
    margin: 0px -3px 5px 10px;
    font-family: 'Yu Gthic';
    letter-spacing: -0.03em;
    font-size: 1.7em;
    font-weight: 300;
}

.f-contents__f-num-right{
    color: #222;
    line-height: 1.25;
    margin: 0px 5px 0 17px;
    font-family: 'Noto Sans JP';
    letter-spacing: -0.03em;
    font-size: 1.7em;
    font-weight: bold;
}

.f-contents__medical{
    position: relative;
    /* background-color: pink; */
    left: 30%;
    width: 450px;
}

.f-contents__specifics {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.f-contents__number {
    display: flex;
    justify-content: center;
}

.support-center{
    position: relative;
    left: 10%;
    color: #222;
    line-height: 1.25;
    margin-top: 8px;
    font-family: 'Yu Gthic';
    letter-spacing: -0.03em;
    font-size: 1em;
    font-weight: normal;
}

.copywriter{
    text-align: center;
    color: #222;
    line-height: 1.25;
    padding-top: 35px;
    font-family: 'Yu Gthic';
    letter-spacing: -0.03em;
    font-size: 1.2em;
    font-weight: normal;
}
/*  footer  */