@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

 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.MV{
  width: 100%;
  margin: 0 auto;
  height:800px;
  background-image: url(../img/MV_bg.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: 60%; -webkit-transform: translate(65%, 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: 57%; -webkit-transform: translate(79%, 2%);}
}

@media screen and (max-width: 1280px) {.MV{height:600px;}}
@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(14%, 10%);}
.MV-model{ width: 88%; -webkit-transform: translate(9%, 45%);}
}

@media screen and (max-width: 768px) {
.MV{height:700px;}
.MV-text{width: 90%; -webkit-transform: translate(0%, 5%);}
.MV-model{ width: 80%; -webkit-transform: translate(36%, 40%) scale(-1, 1);;
}
}

@media screen and (max-width: 520px) {
.MV{height:500px;}
.MV-text{width: 98%; -webkit-transform: translate(0%, 10%);}
.MV-model{width: 106%; -webkit-transform: translate(-3%, 45%);}}



/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
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{font-size: 2.2rem;font-weight: 600;margin-bottom: 5rem;}
.h2-sub-ttl{color: #00b1b3;display: block; font-size: 1.5rem;margin-bottom: 0.3rem;}
.h2-sub-center{text-align: center;}
@media screen and (max-width: 414px) {
.top-contents-wrap h2{font-size: 7.8vw;font-weight: 600;margin-bottom: 15vw;}  
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
.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: 25%;margin: 0.4rem 0;position: relative;padding-left: 20px;}

.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: -5vw 0;align-items: center;}
.intractable-disease li{width: 50%;margin: 0.6rem 0;}
.disease-list h3 {font-size: 4.2vw; font-weight: 600;color: #FFF;
    background: #00B1B7; display: inline-block; padding: 1.5vw 3vw;margin-bottom: 5vw;}
}


@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: 7.5vw;margin-bottom: 10vw;}
.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: 2.5rem 2rem;}
.intractable-disease li{width: 100%;font-size: 1.1rem;}
}



/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
.disease

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.medical-care-bg{background-color: #ebf7f4;}
.medical-care-wrap{margin: 8rem 0 0;padding: 8rem 0;}

.medical-care-wrap > h2{text-align: center;margin-bottom: 1rem;}
.h2-medical-care-sub-ttl{letter-spacing: 0.3em;}

.medical-care-list{display: flex;justify-content: space-between;flex-wrap: wrap;  padding-top: 3rem;}
.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: 520px) {
.medical-care-wrap{margin: 6rem 0 0;padding: 15vw 0;}
.medical-care-list{padding-top: 3vw;}
.medical-care-list li{width: 49%; font-size: 4.3vw; padding: 2vw 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;}
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
.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: 7.8vw!important;margin-bottom: 8vw!important;}
.h2-value-sub-ttl{font-size: 3.8vw;}
.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;}

.access-map{margin-top:2rem;}

@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: 1em;}
.access-address {margin-bottom: 6vw;}
.access-address dt {padding: 0 0 0 4vw;}
.access-list li { margin-bottom: 15vw;}
.access-map{margin-top:0;}
}
