@charset "utf-8";



.navi-container {
    margin: 0 auto;
    position: relative;
    max-width: 90vw;
    box-sizing: border-box;
    width: 100%;
    min-width: 1100px;
}

@media screen and (max-width: 768px) {
  .navi-container {margin: 0 auto;width: 90%;min-width: 90%;}
}

/*--------------------------------------------------------------
 MV

 --------------------------------------------------------------*/
.kyoto-fushimi-MV{width: 100%;}
.kyoto-fushimi-MV img{width: 100%;}

.pagelink-wrap{width: 100%;background-color: #00B1B7;padding: 2rem 0;margin-top: -2px;}
.pagelink-wrap > ul,.pagelink-wrap > li{display: flex; align-items: center;justify-content: space-around;box-sizing: border-box;}
.pagelink-wrap ul{width: 100%;max-width: 1000px;margin: 0 auto;}
.pagelink-wrap li{width: 28%;text-align: center;}
.pagelink-wrap a{display:block;padding:1rem 1rem;color: #007090;font-weight: 600; position: relative;
background-color: #FFF;border-radius: 0.25rem;font-size: 120%;display: flex; align-items: center; justify-content: center;
box-shadow: 0 5px 5px rgba(0, 0, 0, .1);top:0;transition: .3s all;} 
.pagelink-wrap img{width: 1.3em; height: 1.3em;margin-right: 0.3em;}
.pagelink-wrap a:after {content: ""; border: solid 2px #00B1B7; border-width: 2px 2px 0 0;
position: absolute;top: calc(50% - 3px); right: 6%;transform: rotate(45deg); width: 8px; height: 8px;}
.pagelink-wrap a:hover{top: 4px;box-shadow: 0 0px 0px rgba(0, 0, 0, .1);}

.top-contents-wrap02{ max-width: 1100px;margin: 0 auto;}
.about-wrap{display: flex; justify-content: space-between;padding: 4rem 0 2rem;}
.top-contents-wrap02-h2{width: 30%;}
.top-contents-about-wrap{width: 65%;}

.top-contents-wrap02-h2{font-weight: 600;}
.top-contents-wrap02-heading-label{color: #00B1B7;display: block;font-size: 1.3rem;margin-bottom: 1rem;}
.top-contents-wrap02-heading-title{font-size: 2.2rem;}

.top-contents-about-image{width: 100%; background-color: #007090; aspect-ratio: 4 / 1;
border-radius: 0.5rem; background-image:url(../img/top-about-image.jpg);background-position: center top;
background-size: cover;margin-bottom: 2rem;}
.top-contents-about-heading-main{font-size: 2.8rem; display: block; line-height: 1.25;margin-bottom: 1rem;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
background-image: linear-gradient(90deg, rgba(0, 175, 187, 1) 10%, rgba(0, 190, 128, 1) 90%);}
.top-contents-about-heading-sub{font-size: 2rem;margin-bottom: 0.5rem;}
.top-contents-about-text{padding:2rem 0;}

.top-contents-about-list{width: 100%; display: flex; justify-content: space-between;position: relative;}
.top-contents-about-list li{width: 23%; padding:3rem 1rem 1rem;box-sizing: border-box;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1); border-radius: 0.5rem;position: relative;}
.top-contents-about-list h4{text-align: center; font-size: 1.4rem;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
background-image: linear-gradient(90deg, rgba(0, 175, 187, 1) 10%, rgba(0, 190, 128, 1) 90%);}

.top-contents-about-list-icon{
display: inline-flex;justify-content: center;align-items: center;
width: 4.5rem;border-radius: 1000%;aspect-ratio: 1/ 1;
background-image: linear-gradient(90deg, rgba(0, 175, 187, 1) 10%, rgba(0, 190, 128, 1) 90%);
position: absolute;  top: -13%;left: 50%;transform: translateX(-50%);}
.top-contents-about-list-icon img{width: 2.5rem;}

.top-contents-about-list h4{line-height: 1.25;margin-bottom: 1rem;}
.top-contents-about-list p{line-height: 1.45;}

.top-contents-about-list dl{margin-top: 0.5rem; font-size: 80%;}
.top-contents-about-list dt{background-color: #00B1B7; color: #FFF; padding:0.2rem 0.5rem;display: inline-block;font-size: 80%;}
.top-contents-about-list dd{margin-top: 0.5rem;}

@media screen and (max-width: 1024px) {
.pagelink-wrap ul{width: 100%;max-width: 900px;margin: 0 auto;}
.top-contents-wrap02{ max-width: 980px;margin: 0 auto;}}

@media screen and (max-width: 820px) {
.pagelink-wrap ul{max-width: 90vw;margin: 0 auto;}
.top-contents-wrap02{ max-width: 90vw;margin: 0 auto;flex-direction: column;}
.top-contents-wrap02-h2{width: 100%;}
.top-contents-about-wrap{width: 100%;}
.top-contents-wrap02-heading-title {font-size: 2rem;}
.top-contents-about-list{flex-wrap: wrap;margin-top: -3vw;}
.top-contents-about-list li{width: 48%;margin-top: 3vw;padding: 4vw;}
.top-contents-about-list h4 {text-align: left; margin-left: 10vw;}
.top-contents-about-list-icon{width: 8vw;top: 12%;left: 8vw;}}

@media screen and (max-width: 768px) {
.pagelink-wrap {padding: 5vw 0; margin-top: -2px;}
.pagelink-wrap li {width: 31%;}
.pagelink-wrap a {padding:2vw;font-size: 3.5vw;}
.pagelink-wrap a:after{display: none;}
.about-wrap{padding: 2rem 0;}
.top-contents-wrap02-heading-label{font-size: 5vw;   margin-bottom: 0vw;}
.top-contents-wrap02-heading-title {font-size: 6vw;}
.top-contents-about-heading-main {font-size: 8vw;}
.top-contents-about-heading-sub{font-size: 6vw;}
.top-contents-about-list{margin-top: -15vw;}
.top-contents-about-list li{width: 100%;padding: 6vw;margin-top: 6vw;}
.top-contents-about-list h4 {margin-left: 18vw; font-size: 6vw;}
.top-contents-about-list-icon{width: 15vw;top: 6vw;left: 14vw;}
.top-contents-about-list-icon img {width: 9vw;}
}





 /* .MV{
  width: 100%;
  margin: 0 auto;
  height:800px;
  background-image: url(../img/MV_bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  overflow: hidden;
  transition: all 0.5s 0s ease;
  z-index: -10;
  position: relative;
}

.MV-wrap{
  margin: 0 auto;
  max-width: 1920px;
  position: relative;  display: flex;
  justify-content: space-between;}

.MV-text,.MV-model{position: absolute;transition: all 0.5s 0s ease;}
.MV-text{width: 50%; -webkit-transform: translate(0%, 20%);}
.MV-model{width: 65%; -webkit-transform: translate(63%, 0%);}
.MV-model img{width: 100%;}
.MV-text img{width: 100%;}


@media screen and (max-width: 1600px) {
.MV{height:700px;}
.MV-text{width: 55%; -webkit-transform: translate(0%, 30%);}
.MV-model{ width: 60%; -webkit-transform: translate(80%, 5%);}
}

@media screen and (max-width: 1280px) {.MV{height:600px;}}

@media screen and (max-width: 960px) {
.MV{height:850px;}
.MV-text{width: 80%; -webkit-transform: translate(0%, 10%);}
.MV-model{ width: 110%; -webkit-transform: translate(45%, 60%);}
}

@media screen and (max-width: 820px) {
  .MV{height:700px;}
  .MV-text{width: 90%; -webkit-transform: translate(0%, 10%);}
  .MV-model{ width: 110%; -webkit-transform: translate(10%, 40%);}
  }

@media screen and (max-width: 768px) {
.MV{height:700px;}
.MV-text {width: 97%;-webkit-transform: translate(1%, 10%);}
.MV-model {width: 110%;-webkit-transform: translate(-6%, 48%);}
}

@media screen and (max-width: 520px) {
.MV{height:500px;}
.MV-text{width: 98%; -webkit-transform: translate(0%, 10%);}
.MV-model{ width: 120%; -webkit-transform: translate(-8%, 47%);}
}
  */


/*--------------------------------------------------------------
disease-area

--------------------------------------------------------------*/

.disease-area{position: relative;}
.disease-area-attachment {position: relative;}

.disease-area-attachment::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:5rem;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../img/LOGO_bg.svg);
    background-size: 800px;
}

.disease-navi{
  width: 80vw;
  background-color: #00B1B7;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: -5rem;
  left: 10%;
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
}

.disease-navi p{
  color: #FFF;
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  font-weight: 500;
  line-height: 1.35;
}

.disease-navi-list{
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 1.5rem auto 0;
}

.disease-navi-list li{width: 30%;}

.disease-navi-list a{
  display: block;
  padding: 0.8rem;
  background-color: #FFF;
  border-radius: 0.2rem;
  position: relative;
  color: #007090;
  font-feature-settings: "palt";
  font-weight: 500;
  transition: 0.5s;
}

.disease-navi-list a:after {
  content: "";
  border: solid 2px #00B1B7;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: calc(50% - 6px);
  right: 6%;
  transform: rotate(135deg);
  width: 8px;
  height: 8px;
  }

.disease-navi-list a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #FFF;
  border-radius: 0.2rem;
  box-sizing: border-box;
  z-index: -1;
  transform: scale(0.9);
  opacity: 0;
  transition: transform ease .5s, opacity .1s;
}

.disease-navi-list a:hover {
  color: #FFF;
  background: transparent;
}
.disease-navi-list a:hover::before {
  transform: scale(1);
  opacity: 1;
}


@media only screen and  (max-width: 1280px) {
.disease-navi{ width: 90vw;padding: 3.5vw; top: -5rem; left: 5%;}
.disease-navi-list {width: 100%;}
.disease-navi p {font-size: 2.8vw; letter-spacing: 0.8vw;}
.disease-navi-list a {padding: 1.5vw 1vw;font-size: 2.2vw;}
.disease-navi-list a:after { right: 1.4vw; width: 0.8vw; height: 0.8vw;}
}

@media screen and (max-width: 520px) {
.disease-navi p { font-size: 4.8vw;}
.disease-navi-list {margin: 3.5vw auto 0;}
.disease-navi-list a { padding: 1.8vw 0 2.3vw; font-size: 3.6vw;}
}


/*--------------------------------------------------------------
column

--------------------------------------------------------------*/

.top-contents-wrap{width: 80vw; margin: 0 auto;min-width: 1300px;}
@media screen and (max-width: 1280px) {.top-contents-wrap{width: 90vw; margin: 0 auto;min-width: 800px;}}
@media screen and (max-width: 768px) {.top-contents-wrap{width: 90vw; margin: 0 auto;min-width: initial;}}
@media screen and (max-width: 414px) {.top-contents-wrap{width: 90vw; margin: 0 auto;min-width: initial;}}

.top-contents-wrap h2,.top-contents-wrap02 h2{font-size: 2.2rem;font-weight: 600;margin-bottom: 3rem;}
.h2-sub-ttl{color: #00b1b3;display: block; font-size: 1.5rem;margin-bottom: 0.5rem;}
.h2-sub-center{text-align: center;}
@media screen and (max-width: 1080px) {
.top-contents-wrap h2, .top-contents-wrap02 h2 {
font-size: 2rem; font-weight: 600;margin-bottom: 2rem;}}

@media screen and (max-width: 758px) {
.top-contents-wrap h2, .top-contents-wrap02 h2{margin-bottom: 5vw;font-size: 7vw;}

}

@media screen and (max-width: 414px) {
.h2-medical-care-sub-ttl {letter-spacing: 0.3em;}
.top-contents-wrap h2{font-size:7vw;font-weight: 600;margin-bottom: 8vw;line-height: 1.1;} 
.h2-sub-ttl {font-size: 4.5vw;margin-bottom: 3vw;letter-spacing: 0.1em;}

}


/*--------------------------------------------------------------
.disease

--------------------------------------------------------------*/
.disease-wrap{margin-top: 5rem;}
.disease-list > li{display: flex;justify-content: space-between;padding-top: 8rem;}
.disease-list > li:last-child{display: block;}

.disease-img{width: 45%;overflow: hidden;border-radius: 1.5rem;background-size: cover;
  background-position: center top;background-repeat: no-repeat;}
.disease-img01{background-image: url(../img/disease01.jpg);}
.disease-img02{background-image: url(../img/disease02.jpg);}

.disease-text{width: 50%; margin: 3rem 0;align-items: center;}
.disease-list h3{font-size: 2.2rem;font-weight: 600;padding-bottom: 3rem;}
.disease-list h4{font-size: 1.5rem;font-weight: 600; border-left: 5px #00B1B7 solid;padding-left: 1rem;margin-bottom: 1.5rem;}
.disease-list p{margin-bottom: 3rem;}

.disease-link {display: flex;justify-content: right;}
.disease-link a{background: #00B1B7;color: #FFF;padding: 0.8rem 2rem;border-radius: 1000rem;}


.intractable-disease{
  border-radius: 0.5rem;
  border: 5px solid #d8edee;
  padding: 3rem;
}

.intractable-disease > h4{color: #00B1B7;border-left: 0;padding-left: 0;}
.intractable-disease ul{display: flex;flex-wrap: wrap;}
.intractable-disease li{width: 30%;margin: 0.4rem 0;position: relative;padding-left: 20px;}
.intractable-disease .w100{width: 100%;}


.intractable-disease li:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #d8edee;
  border-radius: 50%;
}

@media screen and (max-width: 1280px) {
.disease-img{width: 45vw; height: 45vw;}
.disease-text{width: 50vw; margin: 3vw 0 0 3vw ;align-items: center;}
}

@media screen and (max-width: 960px) {
.disease-wrap{margin-top:0;}
.disease-list > li{flex-direction: column;}
.disease-img{width: 100%;margin-left: 0;border-radius: 0.5rem;height: 50vw;}
.disease-text{width: 100%; margin: -7vw 0;align-items: center;}
.intractable-disease li{width: 50%;margin: 0.6rem 0;}

.disease-list h3 {font-size: 3.2vw; font-weight: 600;color: #FFF;
background: #00B1B7; display: inline-block; padding: 1.5vw 3vw;margin-bottom: 5vw;}
.disease-list h4 {font-size: 3vw; margin-bottom: 2vw;}}


@media screen and (max-width: 520px) {
.disease-wrap{margin-top: 0;}
.disease-img{width: 100%;margin-left: 0;border-radius: 0.5rem; height: 60vw;}
.disease-list h3{font-size: 6.8vw;margin-bottom: 5vw;}
.disease-img{margin-left: 0; border-radius: 0.3rem;}
.disease-list > li:first-child{padding-top: 25vw;}
.disease-list > li{padding-top: 7vw;}
.disease-link a{font-size: 1rem;}
.disease-list > h4{text-align: center;}
.intractable-disease{ border-radius: 0.5rem; padding: 5vw;border: 2px solid #d8edee;}
.intractable-disease li{width: 100%;font-size: 0.9em;margin: 1.5vw 0;}
.disease-list h4 { font-size: 6vw;margin-bottom: 4vw;}
.disease-list p {margin-bottom: 7vw;}
.intractable-disease h4 {text-align: center;}
}



/*--------------------------------------------------------------
.disease

--------------------------------------------------------------*/

.medical-care-bg{background-color: #ebf7f4;}
.medical-care-wrap{margin: 8rem 0 0;padding: 6rem 0;}

.medical-care-wrap > h2{text-align: center;}
.h2-medical-care-sub-ttl{letter-spacing: 0.3em;}

.medical-care-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.medical-care-list li{
  width: 23%;display: inline-block;background: #FFF;
  text-align: center;border-radius: 0.3rem;margin-bottom: 1rem;
  padding: 0.8rem 0;
}

.medical-care-list::before{content:"";display: block;width:23%;order:1;}
.medical-care-list::after{content:"";display: block;width:23%;}
.medical-care-complement{display: block;text-align: right;font-size: 1rem;}

@media screen and (max-width: 960px) {.medical-care-list li{width: 48%;}}
@media screen and (max-width: 820px) {.medical-care-wrap{margin: 5rem 0 0;}}

@media screen and (max-width: 520px) {
.medical-care-wrap{margin: 15vw 0 0; padding: 10vw 0;}
.medical-care-list li{width: 49%; font-size: 3.8vw; padding: 1.8vw 0; margin-bottom: 2vw;font-feature-settings: "palt";}
.medical-care-complement{text-align: left;margin-top: 4vw;font-size: 3.2vw;}
.medical-care-list li:last-child{width: 100%;}
.medical-care-min{font-size: 3.8vw!important;}
.h2-medical-care-sub-ttl {font-size: 5vw;letter-spacing: 0.3em;}
}


/*--------------------------------------------------------------
.value

--------------------------------------------------------------*/

.value-wrap{margin:0;padding: 8rem 0 13rem;}
.value-contents{display: flex;justify-content: space-between;}
.value-text{width: 40%;transition: all 0.5s 0s ease;}
.value-text p{margin-bottom: 0.8rem;line-height: 1.95;}
.value-img{width: 56%;transition: all 0.5s 0s ease;}
.value-img img{width: 100%;transition: all 0.5s 0s ease;}
.value-link{text-align: right; margin-top: 3rem;}
.value-link a{color:#00B1B7; padding: 0.7rem 4rem; border: 1px solid #00B1B7;position: relative;transition: .2s;}

.value-link a:after {
    content: "";
    border: solid 2px #00B1B7;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: calc(50% - 4px);
    right: 16px;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
}
.value-link a:hover{background-color: #00B1B7;color: #FFF;}
.value-ttl-br{display: none;}
.value-ttl-none{display: inline;}

@media screen and (max-width: 1280px) {
.value-contents{flex-direction: column;}
.value-img{width: 70%;display: block;margin: 0 auto;}
.value-text{width: 100%;display: block;margin: 5vw auto 0;}
.value-text p{margin-bottom: 0.8rem;}
}

@media screen and (max-width: 960px) {
.value-wrap {padding: 10vw 0;}
.h2-value-sub-ttl{font-size: 2.8vw;}
.value-ttl{font-size: 5vw!important;margin-bottom: 8vw!important;text-align: center;}
.value-ttl-br{display: inline-block;}
.value-ttl-none{display: none;}
.value-img{width: 100%;}
}

@media screen and (max-width: 520px) {
.value-wrap {padding: 15vw 0;}
.value-ttl{font-size: 5.8vw!important;margin-bottom: 8vw!important;font-feature-settings: "palt";}
.h2-value-sub-ttl{font-size: 4vw;}
.value-text { margin: 10vw auto 0;}
}



/*--------------------------------------------------------------
support-bg

--------------------------------------------------------------*/

.support-bg{
  background-image: url(../img/messege_bg.jpg);
  background-attachment: fixed;background-size: cover;
  background-position: left;overflow: hidden;background-repeat: no-repeat;
}

.support-wrap{display: flex;justify-content: flex-end;}
.support-text{
  width: 55vw;background-color:rgba(255,255,255,0.8);margin-right: calc(50% - 50vw);
  padding: 8rem 5rem 8rem 5rem;
}

.support-list dt{font-weight: 500;font-size: 1.8rem;line-height: 1.35;}
.support-list dd{margin: 1rem 0 5rem;}


@media screen and (max-width: 1600px) {
.support-ttl{margin-bottom: 4vw!important;}
.h2-sup-sub-ttl{font-size: 1.5vw;}
.support-bg{background-position: -12vw 0;}
.support-text{width: 50vw; padding: 6vw 4vw 2vw;}
.support-list dd { margin: 1vw 0 3vw;}
.support-list dt {font-size: 1.8vw;}}

@media screen and (max-width: 1280px) {
.support-bg{background-position: -5vw 0;}
.support-text{width: 53vw; padding: 6vw 3vw 2vw;}}


@media screen and (max-width: 960px) {
.support-ttl{font-size: 5vw!important;}
.support-bg{background-position: -17vw; margin:0;}
.support-text{width: 100vw;margin-left: calc(50% - 50vw);padding: 10vw 5vw 10vw;background-color:rgba(255,255,255,0.85);
background-position: 10%;}
.h2-sup-sub-ttl {font-size: 2.5vw;}
.support-list dt {font-size: 3.5vw;font-weight: 600;}
.support-list dd {margin: 2vw 0 6vw;}
}

@media screen and (max-width: 520px) {
.support-bg{background-position: -46vw; margin:0;}
.support-text {padding: 15vw 5vw 10vw;}
.h2-sup-sub-ttl {font-size: 4.5vw;}
.support-ttl {font-size: 7vw!important;font-feature-settings: "palt";margin-bottom: 10vw!important;}
.support-list dt {font-size: 5.5vw;}
.support-list dd {margin: 5vw 0 12vw;}

}




/*--------------------------------------------------------------
.access

--------------------------------------------------------------*/
.access-bg{background-color: #FBFBFB;}

.access-wrap{padding: 8vw 0 10vw;}

.access-list{display: flex; justify-content: space-around;width: 100%;}
.access-info,.access-map{width: 48%;}

.access-address{margin-bottom: 2rem;}
.access-address dt{font-size: 1.8rem;font-weight: 500;margin-bottom: 1rem;border-left: 6px solid #00b1b3;
    padding: 0 0 0 1vw;}

.access-way{flex-direction: initial;margin-bottom: 1rem;}
.access-way dt{display: flex;align-items: center;margin-right: 1.5rem;font-weight: 500;color: #00b1b3;}

.access-way-icon {font-size: 30px!important;margin-right: 8px;font-weight: 500!important;color: #20adac;}

@media screen and (max-width: 1280px) {
.access-list{justify-content: space-between;}
.access-list li{width: 48%;}
.access-way{flex-direction: column; margin-bottom: 1vw;}
}

@media screen and (max-width: 960px) {
.access-list{flex-direction: column;} 
.access-list li{width: 100%;margin-bottom: 8vw;}
.access-way{flex-direction: initial; margin-bottom: 0vw;}
.access-address { margin-bottom: 2vw;}
}

@media screen and (max-width: 520px) {
.access-info,.access-map{width: 100%;}
.access-wrap {padding: 10vw 0 0vw;}
.access-address dt{font-size: 6vw;}
.access-way{flex-direction: column; margin-bottom: 1vw;}
.access-address {margin-bottom: 6vw;}
.access-address dt {padding: 0 0 0 4vw;}
.access-list li {margin-bottom: 15vw;}
.access-map {margin-bottom: 5vw;}
}
