@charset "UTF-8";

/*TOP*/
.slide-arrival{
    max-width: 530px;
    position: absolute;
    background-color: white;
    padding: 30px 40px;
    border-radius: 20px 0 0px 0px;
    right: 60px;
    bottom: 70px;
}
.post-title{
    font-size: 2rem;
    margin-top: 10px;
}
.post-type-label{
    color: #3AC0CF;
}
.post-date{
    color: #7D7D7D;
    margin-left: 20px;
}
.index-slide video{
    object-fit: cover;
    display: block;
    width: 100%;
    height: auto;
    height: calc(100vh - 170px);
}
.index-slide{
    overflow: hidden;
    border-radius: 40px;
}
.slide-box{
    overflow: hidden;
    margin-top: 100px;
    padding: 0 70px 70px;
    position: relative;
}
.main-copy{
    position: absolute;
    font-size: 3.6rem;
    top: 46%;
    transform: translateY(-50%);
    font-weight: bold;
    letter-spacing: 10%;
}
.main-copy p{
    background-color: white;
    padding: 15px 30px 15px 10px;
    line-height: 1;
    border-radius: 0 5px 5px 0;
    margin-bottom: 25px;
    width: fit-content;
}
.tree1,.tree2{
    position: absolute;
}
.tree1{
    bottom: 70px;
    left: 50px;
    width: 130px;
}
.tree2{
    bottom: 60px;
    left: 185px;
    width: 125px;
}
.index-about{
    display: flex;
    width: 100%;
    max-width: 1120px;
    margin: 80px auto 0;
    justify-content: space-between;
}
.index-about-left{
    max-width: 385px;
}
.imdex-about-left p{
    line-height: 1.8;
}
.index-about img{
    width: 55%;
}
.index-info-wrap{
    width: 100%;
    position: relative;
    margin-top: 130px;
}
.index-info{
    display: flex;
    max-width: 1120px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: flex-end;
}
.index-info img{
    border-radius: 0px 30px 30px 0px;
    width: 40%;
    position: absolute;
    left: 0;
    max-width: 600px;
}
.index-info .chevron{
    margin-left: 35px;
}
.index-info .table-time{
    margin: 40px 0 30px;
}
#medical{
    width: 100%;
    margin-top: 200px;
    background-color: #F6FBFF;
    padding: 90px 0 120px;
}
#medical h2,#medical .en{
    text-align: center;
}
#medical h2{
    margin-bottom: 60px;
}
#medical ul,#medical li a{
    display: flex;
    width: 530px;
    margin: 0 auto;
}
#medical ul{
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}
#medical li{
    margin: 0 auto;
}
#medical li a{
    justify-content: space-between;
}
.medical-img{
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 10px;
    background-color: white;
    overflow: hidden;
}
.medical-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100px;
    transform-origin: top left;
}
.medical-ex{
    width: 300px;
}
.medical-ex p{
    margin-bottom: 15px;
}
.herbal{
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    border-radius: 10px;
    padding: 30px 60px;
    margin-top: 50px;
}
.herbal a{
    display: flex;
    align-items: center;
}
.herbal img{
    margin-right: 40px;
    width: 140px;
    top: 45%;

}
.medical-img-visit img{
    width: 105px;
    top: unset;
    bottom: -2px;
    transform: translateX(-50%);
    transition: .7s ease all;
}
.herbal h4{
    margin-right: 60px;
}
.herbal-ex{
    width: 550px;
}
.herbal-ex p{
    margin-bottom: 10px;
}
.bnr-alignment{
    margin-top: 100px;
    width: 100%;
    margin: 80px auto 0;
    padding: 0 10px;
}
.bnr-alignment img{
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    display: block;
    transition: .7s ease all;
}
.bnr-alignment img:hover{
    opacity: 0.7;
}
.index-symptoms{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}
.index-symptoms-inner{
    display: flex;
    width: 100%;
    margin: 130px auto 0;
    position: relative;
}
.index-symptoms-left{
    width: 300px;
    margin-right: 30px;
}
.column-deco{
    position: absolute;
    width: 480px;
    top: 220px;
    left: -210px;
    z-index: -1;
}
.index-symptoms-left p{
    width: 250px;
}
.index-symptoms-left .button-blue{
    margin-top: 300px;
}
.index-symptoms-right ul{
    display: flex;
    gap: 20px;
    margin-right: -130px;
}
.slick-track{
    display: flex;
}
.slick-slide{
    height: auto !important;
}
.index-symptoms-right a{
    background-color: #96DDE5;
    border-radius: 20px;
    padding: 15px;
    display: block;
    transition: .7s ease all;
}
.index-symptoms-right a:hover{
    background-color: #3AC0CF;
}
.symptoms-right-inner{
    background-color: white;
    padding: 30px 20px;
    border-radius: 20px;
    min-height: 380px;
    height: 100%;
}
.symptoms-right-inner img{
    border-radius: 20px;
    margin-bottom: 20px;
}
.symptoms-date{
    color: #7D7D7D;
    font-size: 1.4rem;
    margin-bottom: 5px;
}
.symptoms-title{
    font-weight: bold;
}
.index-column{
    text-align: center;
    margin: 100px auto 130px;
}
.index-column ul{
    display: flex;
    margin-top: 40px;
    gap: 40px;
    text-align: left;
    margin: 50px auto 0;
    max-width: 1240px;
    justify-content: space-between;
}
.index-column img{
    border-radius: 20px;
}
.index-column li{
    position: relative;
    width: 23%;
}
.index-column ul span{
    padding: 8px 20px;
    background-color: white;
    border-radius: 0 0 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.column-cat{
    color: white;
    background-color: #3AC0CF;
    margin-top: 20px;
    padding: 5px 20px;
    border-radius: 30px;
    display: inline-block;
    line-height: 1;
}
.column-title{
    margin-top: 20px;
}
.index-news{
    margin: 130px auto 0;
    width: 1120px;
    text-align: center;
}
.index-news .en,.index-news h2{
    text-align: center;
}
.index-news h2{
    margin-bottom: 40px;
}
.index-news li a{
    display: flex;
    padding: 20px 50px;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
    gap: 120px;
    transition: .7s ease all;
}
.index-news li a ::before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #43D1E1;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 31px;
    transition: .7s ease all;
    border: 1px solid #43D1E1;
}
.index-news li a:hover{
    border-bottom: 1px solid #43D1E1;
}
.index-news li a:hover ::before{
    border: 1px solid #43D1E1;
    width: 12px;
    height: 12px;
    top: 27px;
    left: 17px;
    background-color: white;
}
.index-news .date{
    color: #7D7D7D;
}
.sns{
    display: flex;
    height: 40px;
    gap: 20px;
}

.index-news .button-blue{
    margin-top: 60px;
    text-align: center;
}
.img-1040-b{
    display: none;
}
.greeting p{
    line-height: 1.8;
    letter-spacing: 10%;
}
.info-link{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    padding: 0 10px;
}
.info-link li{
    display: grid;
    gap: 25px;
    width: 23%;
}
.info-link-img{
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.info-link-img img{
    transition: .6s ease all;
}
.info-link a:hover .info-link-img img{
    scale: 1.1;
}
.doc{
    margin-top: 10px;
    text-align: right;
}
.doc-name{
    font-size: 2rem;
    margin-left: 10px;
}
.page-hero2{
    width: 100%;
    background-color: #F6FBFF;
    margin-top: 100px;
    padding: 0 10px;
}
.hero2-inner{
    max-width: 1120px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero2-catch{
    font-size: 3.2rem;
    color: #3AC0CF;
}
.hero2-inner h1{
    margin-top: 100px;
    margin-bottom: 10px;
}
.hero2-left{
    width: 58%;
}
.hero2-right{
    width: 25%;
}
.hero2-right img{
  padding-right: 50px;
}
.hero2-text{
    margin-top: 30px;
    margin-bottom: 100px;
}
.page-hero3{
    width: 100%;
    background-color: #F6FBFF;
    margin-top: 95px;
    margin-bottom: 70px;
}
.page-hero3 .page-hero3-inner{
    max-width: 960px;
    padding: 70px 10px;
    margin: 0 auto;
}
.facility,.page-content .stuff{
    max-width: 800px;
    padding: 0 20px;
}
.facility h2{
    margin-bottom: 30px;
}
.hp-slide{
    width: 100%;
}
.hp-slide img,.sf-slide img,.vs-slide img{
    border-radius: 30px;
}
.table-price{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}
.table-price tr{
    border-bottom: 1px solid #3AC0CF;
}
.table-price th{
    width: 20%;
    text-align: center;
    padding: 20px 0;
    border-left: 1px solid #3AC0CF;
}
.table-price th:last-child{
    border-right: 1px solid #3AC0CF;
}
.color th{
    border-right: 1px solid white;
}
.table-price .color{
    color: white;
    background-color: #3AC0CF;
}
.blue-br30{
    margin-top: 50px;
    width: 100%;
    padding: 50px 0;
    border-radius: 30px;
    background-color: #F6FBFF;
}
.white-br30{
    background-color: white;
    border-radius: 30px;
    padding: 60px 80px;
}
.white-wrap{
    display: grid;
    gap: 40px;
}
.in-blue-wrap{
    display: grid;
    gap: 30px;
    margin-top: 30px;
}
.in-blue{
    background-color: #F6FBFF;
    border-radius: 30px;
    padding: 40px 60px;
    width: 100%;
}
.w100-blue{
    width: 100vw;
    background-color: #F6FBFF;
    margin-top: 100px;
    padding: 60px 0;
    margin-left: -10px;
}
.h4-dot{
    padding-left: 20px;
    position: relative;
}
.h4-dot::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #43D1E1;
  content: '';
  border-radius: 50%;
  top: 52%;
  transform: translateY(-50%);
  left: 0;
}
.h4-list{
    margin-top: 40px;
    display: grid;
    gap: 30px;
}
.p-list{
    display: grid;
    gap: 20px;
    margin-top: 30px;
}
.p-list-20{
    display: grid;
    gap: 10px;
}
.p-list-flex{
    display: flex;
    gap: 20px 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}
.p-dot{
    padding-left: 20px;
    position: relative;
}
.p-dot::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #43D1E1;
  content: '';
  border-radius: 50%;
  top: 13px;
  transform: translateY(-50%);
  left: 0;
}
.hero-news{
    margin-top: 170px;
    text-align: center;
}
.archive-news .index-news{
    margin-top: 60px;
}
.news-single{
    margin-top: 120px;
    max-width: 800px;
}
.news-single h3{
    margin-bottom: 15px;
}
.news-text{
    margin-bottom: 120px;
    margin-top: 30px;
}
.news-text .size-medium{
    width: 100%;
    margin: 30px 0;
    border-radius: 30px;
}
.manager .content-b{
    margin-bottom: 0;
}
.w100-blue .content-b{
    margin-bottom: 0;
}
.medical-under-link{
    max-width: 1120px;
    margin: 140px auto;
}
.medical-under-link ul{
    display: flex;
    justify-content: space-between;
}
.medical-under-link li{
    width: 18.5%;
}
.mu-img{
    background-color: #F6FBFF;
    position: relative;
    border-radius: 20px;   
    width: 100%;
    height: 200px;
}
.mu-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 50%;
    transition: .6s ease all;
}
.mu-b img{
    width: 60%;
}
.mu-d img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 54%;
    transition: .6s ease all;
    bottom: 0;
    top: unset;
}
.mu-de img{
    width: 42%;
}
.medical-under-link a:hover .mu-img img{
    width: 55%;
}
.medical-under-link a:hover .mu-b img {
    width: 65%;
}
.medical-under-link a:hover .mu-d img {
    width: 56%;
}
.medical-under-link a:hover .mu-de img {
    width: 46%;
    left: 51%;
}
.mu-text{
    text-align: center;
    margin-top: 15px;
    transition: .6s ease all;
}
.medical-under-link a:hover .mu-text{
    color: #3AC0CF;
}
.hero-symptomatic,.hero-column{
    width: 100%;
    margin-top: 95px;
    background-color: #F6FBFF;
    padding: 0 10px;
}
.hero-s-inner,.hero-c-inner{
    margin: 0 auto;
    max-width: 1120px;
    padding: 70px 0;
}
.hero-s-inner h1,.hero-c-inner h1{
    margin-bottom: 20px;
}
.archive-symptomatic,.archive-column{
    margin-top: 80px;
}
.archive-symptomatic ul,.archive-column ul{
    display: flex;
    gap: 50px 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.archive-column ul{
    justify-content: flex-start;
}
.archive-column img{
    transition: .7s ease all;
}
.archive-column a:hover img{
    scale: 1.1;
}
.symptoms-wrap{
    padding: 0 10px;
    width: 33.3%;
    position: relative;
}
.archive-symptomatic ul a::before{
    position: absolute;
    left: 50%;
    top: 8px;
    translate: -50%;
    width: 70px;
    height: 18px;
    background-color: #DCDCDC;
    border-radius: 5px;
    content: "";
    transition: .7s ease all;
}
.archive-column ul li{
    width: 25%;
    padding: 0 13px;
}
.archive-symptomatic ul a{
    background-color: #96DDE5;
    border-radius: 20px;
    padding: 15px;
    width: 100%;
    display: block;
    transition: .7s ease all;
    position: relative;
}
.archive-symptomatic ul a:hover {
    margin-top: -5px;
    background-color: #3AC0CF;
}
.symptoms-single-inner{
    background-color: white;
    padding: 30px 20px;
    border-radius: 20px;
    min-height: 433px;
}
.archive-symptomatic .symptoms-cat-a,.archive-symptomatic .symptoms-cat-b {
    margin-top: 20px;
}
.symptoms-single figure,.column-single figure{
    padding-top: 68%;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}
.archive-symptomatic img,.archive-column img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.archive-column .column-single{
    width: 100%;

}
.column-single-inner{
    position: relative;
}
.column-date{
    position: absolute;
    top: 0;
    background-color: white;
    border-radius: 0 0 20px 0;
    padding: 5px 20px 8px;
}
.dementia-hero{
    width: 100%;
    height: 100vh;
    position: relative;
    margin-top: 95px;
    height: calc(100vh - 95px);
}
.dementia-hero figure{
    width: 100%;
}
.dementia-hero figure img{
    object-fit: cover;
    display: block;
    width: 100vw;
    height: calc(100vh - 95px);
}
.dementia-hero-catch{
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    letter-spacing: 10%;
}
.d-catch-b{
    font-size: 4.8rem;
    margin-bottom: 40px;
}
.d-catch-m{
    font-size: 2rem;
    padding: 10px 30px;
    background-color: white;
    border-radius: 10px;
    display: inline-block;
}
.d-catch-m-wrap{
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}
.hero-symptomatic-cat{
    margin-top: 20px;
}
/*スライダー*/
.slick-prev,.slick-next{
  width: 50px;
  height: 50px;
  top: 36%;
  border-radius: 50%;
  background-color: #fff;
  border: 1.5px solid #3AC0CF;
  z-index: 2;
  transform: rotate(45deg);
}
.slick-next{
    transform: rotate(225deg);
}
.slick-prev::before,.slick-next::before{
  border-bottom: 2px solid #3AC0CF;
  border-left: 2px solid #3AC0CF;
  left: 30px;
  font-size: 15px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: white;
}
.slick-dots {
    position: static;
    margin-top: 30px;
    justify-content: space-between;
    text-align: left;
    display: flex;
}
.slick-dots li,.slick-dots li button{
    width: 100%;
    height: 130px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 20px;
}
.slick-dots li button::before{
    width: 100%;
    height: 100%;
}
.stuff-slide{
    margin-bottom: 50px;
}
.manager-top{
    margin-bottom: 100px;
}
.visit-link{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.visit-link li{
    width: 48%;
}
.visit-link li a{
    width: 100%;
    background-color: #F6FBFF;
    padding: 30px 40px;
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    transition: .7s ease all;
}
.visit-link li a::before{
  content: '';
  border-top: 1px solid #3AC0CF;
  border-right: 1px solid #3AC0CF;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  left: 30px;
  margin: auto;
  width: 6px;
  height: 6px;
  transition: .7s ease all;
}
.visit-link li a:hover{
    color: #3AC0CF;
}
.visit-link li a:hover::before{
    left: 35px;
}
.symptomatic-wrap,.column-wrap{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 170px;
}
.symptomatic-single,.column-single{
    width: 65%;
}
.symptomatic-text,.column-text{
    margin-top: 30px;
}
.symptomatic-text .size-medium,.column-text .size-medium{
    margin-top: 30px;
    width: 100%;
    border-radius: 30px;
}
.pop-article{
    width: 26%;
}
.symptomatic-top .under-line,.column-top .under-line{
    margin-bottom: 15px;
}
.dementia-top{
    width: 100%;
    display: flex;
    max-width: 1120px;
    margin: 120px auto 0;
    justify-content: flex-end;
}
.dementia-top img{
    position: absolute;
    border-radius: 0px 30px 30px 0px;
    width: 43%;
    position: absolute;
    left: 0;
    max-width: 620px;
}
.dementia-top p{
    width: 50%;
    margin-top: 10px;
    margin-bottom: 200px;
}
.dementia-worries .p-list{
    margin-top: 0;
}
.dementia-worries .blue-br30 {
    margin-top: 30px;
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #3AC0CF;
  margin-top: 50px;
}

.comparison-table thead th {
  background-color: #2DC2D6;
  color: white;
  font-size: 1.2em;
  padding: 12px;
  text-align: center;
}
.comparison-table th {
  background-color: #EAF8FD;
  padding: 32px 0;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #3AC0CF;
}
.comparison-table td {
  padding: 30px;
  border: 1px solid #3AC0CF;
  vertical-align: top;
  background-color: #fff;
}
.visually-hidden {
  visibility: hidden;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
}
.comparison-table .table-h{
    width: 140px;
}
.dementia-link{
    width: 100%;
}
.dementia-links{
    position: relative;
}
.dementia-link-text-left{
    position: absolute;
    width: 43%;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
}
.dementia-link-text-right{
    position: absolute;
    width: 43%;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
}
.dementia-worries .in-700 {
  max-width: 560px;
}
.medical-bubble{
    margin: 100px auto;
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.medical-bubble div{
    padding: 40px;
    border-radius: 30px;
    background-color: #F6FBFF;
    width: 80%;
    position: relative;
}
.medical-bubble div:before {
  content: "";
  position: absolute;
  top: 70%;
  left: 100%;
  margin-top: -15px;
  border: 10px solid white;
  border-left: 30px solid #F6FBFF;
}

.medical-bubble img{
    width: 14%;
    height: 14%;
}
.course-base .col-3{
    width: 31%;
}
.course-base .col-2 {
  width: 48%;
}
.internal .p-list-flex{
    margin-bottom: 20px;
    gap: 20px 15px;
}
.internal .box-solid5{
    padding: 20px 80px;
    text-align: center;
    margin-top: 50px;
}
.endoscope img{
    margin-bottom: 30px;
}
.endoscope p{
    margin-bottom: 30px;
}
.internal .p-list {
    gap: 10px;
}
.cat-symptomatic li{
    width: 100%;
    color: white;
    border-radius: 30px;
    background-color: #93CA2C;
    padding: 4px 0;
    text-align: center;
    margin: 0px auto 15px;
}
.cat-symptomatic .cat-cat-colon{
    background-color: #ED7980;
}
.cat-symptomatic .cat-cat-stomach{
    background-color: #93CA2C;
}
.hero-symptomatic .hero-s-inner{
    display: flex;
    position: relative;
    padding: 70px 0;
    max-width: 1120px;
    justify-content: space-between;
}
.hero-symptomatic .hero-s-inner img{
    width: 130px;
}
.hero-symptomatic-h{
    margin-left: 100px;
}
.hero-symptomatic-cat ul{
    gap: 20px;
    display: grid;
}
.hero-s-inner-w{
    display: flex;
}
.hero-symptomatic-cat ul li a{
    background-color: white;
    padding: 5px 30px;
    border: 1px solid #3AC0CF;
    border-radius: 30px;
    color: #3AC0CF;
}
.pagenav .pages{
    display: none;
}
.pagenav{
    color: #3AC0CF;
    margin-top: 120px;
}
.wp-pagenavi{
    display: flex;
    justify-content: center;
    font-size: 2rem;
}
.pagenavi .current {
    background-color: #F6FBFF;
    padding: 10px 16px;
    border-radius: 50%;
}
.pagenav .wp-pagenavi a,.pagenav .wp-pagenavi span{
    border: white;
    margin: 10px;
}
.pagenavi .page-numbers {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.index-column figure{
    padding-top: 68%;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}
.index-column figure img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: .7s ease all;
}
.index-column a:hover img{
    scale: 1.1;
}
.details-link{
    width: 100%;
}
.details-link ul{
    display: flex;
    justify-content: flex-start;
    max-width: 960px;
    margin: 0 auto;
}
.details-link ul li{
    font-size: 1.6rem;
}
.details-link ul li{
    padding: 20px 45px;
    border-left: 1px solid #CCCDCD;
}
.details-link ul li:last-child{
    border-right: 1px solid #CCCDCD;
}
.details-hero{
    margin-bottom: 0;
}
.details-link{
    border-top: 3px solid #3AC0CF;
    border-bottom: 3px solid #3AC0CF;
}
.details-h2{
    margin-bottom: 80px;
    background-color: #F6FBFF;
    padding: 80px 0;
}
.details-h2-inner{
    max-width: 960px;
    margin: 0 auto;
}
.details .course-base .under-line{
    margin-bottom: 10px;
}
.details .course-base .p-list-flex {
    margin-top: 0;
}
.details-h2 {
    margin-bottom: 80px;
}
.disease{
    display: flex;
    justify-content: space-between;
}
.disease img{
    width: 300px;
}
.ut-solition{
    width: 100%;
    background-color: #F6FBFF;
    padding: 80px 0;
}
.ut-solition .content-m{
    display: flex;
    justify-content: space-between;
}
.ut-solition .content-m .text{
    width: 50%;
}
.ut-solition .content-m .image{
    width: 45%;
}
.ut-solition .content-m{
    margin-bottom: 0;
}
.index-loopslide img{
    padding: 0 10px;
}
.index-symptoms-right{
    width: 100%;
}
.index-symptoms-right .slick-list{
    padding: 0 10% 0 0 !important;
}/*
.index-symptoms-right .slick-list{
    padding: 0 35% 0 0 !important;
}*/
.index-symptoms-slide{
    width: 100%;
}
.index-symptoms-slide .slick-slide{
    margin: 0 10px;
}
.index-symptoms-slide .slick-next,.index-symptoms-slide .slick-prev{
    top: unset;
    bottom: 0;
}
.index-symptoms-right .cat-symptomatic{
    margin-right: 0;
}
.index-symptoms-right .slick-track{
    display: flex;
    padding-top: 5px;
}
.index-symptoms-slide .slick-next{
    right: 10px;
}
.index-symptoms-slide .slick-prev{
    right: 210px;
    left: unset;
}
.index-symptoms-slide .slick-dots{
    margin-right: 0;
    width: 120px;
    gap: 0;
    right: 70px;
    bottom: 20px;
    position: absolute;
}
.index-symptoms-slide .slick-dots li button {
    width: 100%;
    height: 130px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 20px;
    width: 8px;
    height: 8px;
    background: #96DDE5;
    border-radius: 50%;
    padding: 0;
    border: none;
}
.index-symptoms-right .slick-slider{
    position: static !important;
}
.index-symptoms-slide .slick-dots li.slick-active button {
  background: #43D1E1;
}
.index-symptoms-slide .slick-dots li{
    height: unset;
}
.index-symptoms-right a{
    height: 100%;
}
.index-symptoms-right a:hover{
    margin-top: 0;
}
.medical-a,.medical-b{
    transition: .7s ease all;   
}
.medical-a{
    opacity: 0;
}
#medical a:hover .medical-b{
    opacity: 0;
}
#medical a:hover .medical-a{
    opacity: 1;
    scale: 1.05;
}
#medical a:hover .medical-img-visit img{
    transform-origin: center left;
}
.page-privacy .content-m {
    margin-bottom: 60px;
}
.privacy-ex{
    margin: 30px auto 0;
    max-width: 960px;
    text-align: center;
}
.index-symptoms-slide .slick-slide{
    transition: .7s ease all;
}
.index-symptoms-slide .slick-slide:hover {
    transform: translateY(-5px);
}
.page-info .history-wrap{
    max-width: 800px;
}
.page-info .history-wrap li p {
  width: 470px;
}
.price-h{
    background-color: #3AC0CF;
    color: white;
    border-top: 1px solid #3AC0CF;
}
.price-h th{
    border-right: 1px solid white;
}
.color-p th {
    border-right: 1px solid #3AC0CF;
}
.table-price .color-p {
    background-color: #F6FBFF;
}
.medical-img-internal img{
    width: 120px;
}
.column-text .size-full{
    width: 100%;
    border-radius: 30px;
    margin-top: 30px;
}
.column-under-link{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.pop-col-img{
    border-radius: 20px;
    overflow: hidden;
}
.pop-col-list{
    position: relative;
    margin-bottom: 30px;    
    padding-bottom: 20px;
    border-bottom: 2px solid #3AC0CF;
}

.pop-col-number{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    padding: 10px 20px 12px;
    border-radius: 0 0 10px 0;
    background-color: white;
    color: #3AC0CF;
    z-index: 10;
}
.pop-col-title{
    font-size: 1.6rem;
    margin-top: 5px;
    transition: .7s ease all;
}
.pop-col-list .date{
    margin-top: 15px;
}
.pop-article h4{
    margin-bottom: 30px;
}
.pop-col-img img{
    transition: .7s ease all;
}
.pop-article a:hover .pop-col-img img{
    scale: 1.1;
}
.pop-article a:hover .pop-col-title{
    color: #3AC0CF;
}
.medical-img-inspection img{
    width: 130px;
}
.medical-img-dementia img{
    width: 80px;
}
#medical a:hover .medical-img-dementia .medical-a {
    scale: 1.08;
}
.ut-under{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.ut-under div{
    width: 45%;
}
.ut-under img{
    width: 50%;
}
.dementia-worries .blue-br30{
    position: relative;
}
.de-deco1,.de-deco2{
    position: absolute;
    bottom: 0;
    height: 170px;
}
.de-deco1{
    left: -20px;
}
.de-deco2{
    right: -20px;
}

@media only screen and (max-width: 1200px) {
    .dementia-top p{
        margin-bottom: 120px;
    }
}
@media only screen and (max-width: 1040px) {
    .index-news {
        width: 100%;
        padding: 0 10px;
    }
    .table-time th {
        padding: 10px 5px;
    }
    .table-time th {
        padding: 10px;
    }
    .index-info {
        display: grid;
        gap: 30px;
        justify-content: normal;
    }
    .img-1040{
        display: none;
    }
    .img-1040-b{
        display: block;
    }
    .index-info img {
        width: 100%;
        max-width: 700px;
        padding: 0 10px 0 0;
    }
    .index-info-right{
        margin-top: 500px;
    }
}
@media only screen and (max-width: 900px) {
    .header-inner {
        padding: 10px 20px;
    }
    .slide-box{
        padding: 0 20px 20px;
        margin-top: 65px;
    }
    .index-about,.index-info-wrap,#medical ul,.index-symptoms-inner,.index-column,.index-news{
        padding: 0 10px;
    }
    .main-copy {
        font-size: 2rem;
    }
    .index-info-wrap,#medical {
        margin-top: 80px;
    }
    #medical{
        padding: 30px 40px 100px;
    }
    .index-news li a {
        display: grid;
        gap: 10px;
    }
    .index-news {
        text-align: left;
    }
    .index-news li a ::before {
        top: 45%;
    }
    .index-news .button-blue {
        display: block;
        margin: 40px auto 0;
    }
    .index-news .en, .index-news h2 {
        text-align: left;
    }
    .slick-prev,.slick-next{
        top: 36%;
        width: 30px;
        height: 30px;
    }
    .slick-prev::before,.slick-next::before{
        font-size: 10px;
    }
    .mu-img {
        height: 170px;
    }
    .slide-arrival {
        right: 0;
        bottom: 0;
    }
    .tree1 {
        bottom: 0px;
        left: 10px;
        width: 110px;
    }
    .tree2 {
        bottom: 0;
        left: 120px;
        width: 100px;
    }
}
@media only screen and (max-width: 768px) {
    .page-info .history-wrap li p {
        width: 470px;
    }
    .index-about,.index-info{
        display: grid;
        gap: 30px;
        justify-content: unset;
        width: 100%;
        padding: 10px;
    }
    .index-about-left {
        max-width: 100%;
    }
    .index-about img {
        width: 100%;
    }
    #medical ul{
        gap: 40px;
        display: grid;
        flex-wrap: nowrap;
        justify-content: center;
    }
    #medical li a{
        display: grid;
        width: 300px;
    }
    .medical-img{
        width: 300px;
        height: 300px;
    }
    .medical-img img {
        width: 120px;
    }
    .medical-ex h4{
        text-align: center;
        margin: 20px auto 10px;
    }
    #medical h2 {
        margin-bottom: 40px;
    }
    .herbal {
        display: grid;
    }
    .index-symptoms-inner {
        display: grid;
        padding: 0 10px;
    }
    .info-link li{
        width: 100%;
    }
    .info-link-img img{
        object-fit: cover;
        width: 100%;
    }
    .stuff-slide{
    margin-bottom: 30px;
    }
    .slick-dots li,.slick-dots li button{
        height: 90px;
    }
    .slick-prev{
        left: -15px;
    }
    .slick-next{
        right: -15px;
    }
    .facility, .page-content .stuff {
        padding: 0 10px;
    }
    .slick-prev,.slick-next{
        top: 30%;
    }
    .w100-blue {
        margin-top: 80px;
        padding: 30px 0;
        width: 100vw;
        margin-left: -10px;
    }
    .white-br30 {
        background-color: white;
        border-radius: 30px;
        padding: 30px 20px;
        margin: 0 10px;
    }
    .in-blue {
        background-color: white; 
        padding: 0;
    }
    .page-hero-2 {
        margin-top: 60px;
        margin-bottom: 80px;
    }  
    .p-dot::before {
        top: 13px;
    }
    .medical-under-link {
        margin: 100px 0;
        width: 100vw;
        margin-left: -10px;
    }
    .medical-under-link ul {
        display: grid;
    }
    .medical-under-link li {
        width: 100vw;
        height: 70px;
        border-bottom: 1px solid #3AC0CF;
        background-color: #F6FBFF;
    }
    .medical-under-link a{
        display: flex;
        gap: 30px;
        margin: 15px 0;
        align-items: center;
    }
    .medical-under-link li:first-child{
        border-top: 1px solid #3AC0CF;
    }
    .mu-img img {
        width: 50px;
    }
    .mu-img {
        height: 40px;
        width: 100px;
        background-color: unset;
    }
    .mu-text {
        margin: 0;
    }
    .p-list-flex {
        display: grid;
        gap: 20px;
    }
    .blue-br30 {
        margin-top: 40px;
        padding: 30px 20px;
    }
    .page-hero2{
        margin-top: 60px;
    }
    .hero2-inner {
        display: grid;
        margin: 0 auto 80px;
    }
    .hero2-catch {
        font-size: 2rem;
    }
    .hero2-left {
        width: 100%;
        order: 2;
    }
    .hero2-right {
        width: 100%;
        order: 1;
    }
    .hero2-catch,.hero2-inner h1{
        text-align: center;
    }
    .hero2-text {
        margin-bottom: 40px;
    }
    .hero2-right{
        width: 50%;
        margin: 80px auto 0;
    }
    .hero2-right img {
        padding-right: 0;
    }
    .hero2-inner h1 {
        margin-top: 80px;
    }
    .visit-link {
        margin-top: 30px;
        display: grid;
        gap: 20px;
    }
    .visit-link li{
        width: 100%;
    }
    .visit-link li a{
        padding: 30px 40px;
    }
    .visit-link li a::before {
        left: 20px;
    }
    .symptomatic-wrap{
        margin-top: 120px;
    }
    .archive-symptomatic ul, .archive-column ul {
        display: grid;
        gap: 20px;
    }
    .archive-symptomatic ul li,.archive-column ul li {
        width: 100%;
        padding: 10px;
    }
    .hero-s-inner, .hero-c-inner {
        padding: 60px 10px;
    }
    .hero-s-inner h1, .hero-c-inner h1{
        margin-bottom: 30px;
        text-align: center;
    }
    .hero-symptomatic, .hero-column {
        margin-top: 60px;
    }
    .visit{
        padding: 0 10px;
    }
    .visit .slick-dots {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px 0;
    }
    .visit .slick-dots li{
        width: 30%;
    }
    .visit .slick-dots li button {
        width: 100%;
    }
    .visit .slick-prev,.visit .slick-next {
        top: 20%;
    }
    .column02-text-w {
        width: 100%;
    }
    .dementia-top {
        display: grid;
        margin-top: 80px;
    }
    .dementia-top img {
        position: static;
        width: 98%;
        max-width: unset;
    }
      .dementia-top p {
        margin: 30px 0px 80px;
        width: 100%;
        padding: 0 10px;
    }
    .dementia-worries .text-center{
        text-align: left;
    }
    .dementia-hero {
        margin-top: 60px;
        height: calc(100vh - 60px);
    }
    .d-catch-b {
        font-size: 3.2rem;
        margin-bottom: 20px;
        left: 10px;
    }
    .d-catch-m {
        font-size: 1.6rem;
    }
    .dementia-hero-catch {
        top: unset;
        left: 10px;
        bottom: 6%;
        transform: unset;
        padding-right: 10px;
    }
    .dementia-link-text-left,.dementia-link-text-right {
        position: static;
        transform: unset;
        width: 100%;
        padding: 0 10px;
    }
    .content-b{
        margin-bottom: 80px;
    }
    .dementia-link-text-right{
        margin-top: 60px;
    }
    .dementia-links img{
        margin-top: 30px;
    }
    .dementia-links .button-blue {
        margin-top: 30px;
    }
    .dementia-hero figure img {
        height: calc(100vh - 60px);
    }
    .comparison-table-sp h4{
        color: #3AC0CF;
        margin-bottom: 10px;
    }
    .comparison-table-sp .c-table-h{
        width: 100%;
        text-align: center;
        padding: 10px 0;
        color: white;
        background-color: #3AC0CF;
        margin-top: 30px;
    }
    .comparison-table-sp div{
        border-bottom: 1px solid #3AC0CF;
        padding: 10px;
    }
    .comparison-table-sp .b-none{
        border-bottom: none;
    }
    .comparison-table-sp{
        margin: 30px 0 80px;
    }
    .h4-list {
        gap: 20px;
    }
    .medical-bubble {
        display: grid;
    }
    .medical-bubble div{
        padding: 30px 20px;
        border-radius: 20px;
        width:  100%;
    }
    .medical-bubble div:before {
        content: "";
        position: absolute;
        top: 104%;
        left: 50%;
        margin-left: -15px;
        border: 10px solid white;
        border-top: 30px solid #F6FBFF;
    }
    .medical-bubble img{
        width: 160px;
        height: auto;
        margin: 50px auto 0;
    }
    .course-base .col-3 {
        width: 100%;
    }
    .internal .box-solid5{
        text-align: left;
        padding: 20px 40px;
        margin-top: 40px;
    }
    .visit-link li a{
        text-align: left;
    }
    .hero-symptomatic .hero-s-inner {
        display: grid;
        padding: 70px 0;
        justify-content: unset;
    }
    .hero-s-inner-w {
        display: grid;
    }
    .hero-symptomatic .hero-s-inner img {
        margin: 0 auto;
    }
    .hero-symptomatic-h {
        margin: 20px auto;
    }
    .hero-symptomatic-h{
        text-align: center;
    }
    .hero-symptomatic-cat{
        text-align: center;
    }
    .symptoms-wrap::before{
        top: 18px;
    }
    .pagenav {
        margin-top: 50px;
    }
    .hero-news {
        margin-top: 80px;
    }
    .index-symptoms-left,.index-symptoms-left p {
        width: 100%;
  
    }
    .index-symptoms-left{
        margin-bottom: 200px;
    }
    .index-symptoms-left .column-deco{
        width: 70%;
        left: 0;
        top: 170px;
    }
    .page-hero-2-inner {
        text-align: center;
    }
    .details-link ul {
        display: grid;
    }
    .details-link ul li {
        padding: 20px 10px;
        width: 100vw;
        border-bottom: 1px solid #CCCDCD;
        border-left: none;
        
    }
    .details-link ul li:last-child{
        border-bottom: 0;
        border-right: 0;
    }
    .details-h2-inner {
        padding: 0 10px;
    }
    .course-base .col-2 {
    width: 100%;
    }
    .details-h2 {
        margin-bottom: 40px;
    }
    .disease{
        display: grid;
        gap: 30px;
    }
    .disease .col-3{
        width: 100%;
    }
    .mu-b img{
        width: 60px;
    }
    .mu-d img{
        width: 50px;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
    .ut-solition .content-m{
        display: grid;
        gap: 30px;
    }
    .ut-solition .content-m .text{
        width: 100%;
    }
    .ut-solition .content-m .image{
        width: 100%;
    }
    .ut-solition {
        padding: 30px 10px;
    }
    .index-info .chevron {
        margin-left: 0;
    }
    .index-info-s{
        line-height: 2;
        margin-top: 15px;
    }
    .herbal-ex{
        width: 100%;
    }
    .herbal{
        padding: 30px;
        margin-left: -5%;
        width: 110%;
    }
    .herbal img{
        width: 150px;
        margin-right: 0;
    }
    .herbal h4 {
        margin: 0 auto 10px;
    }
    .medical-img-b img {
        width: 150px;
    }
    .herbal-ex p {
        margin-bottom: 15px;
    }
    .index-column li {
        width: 100%;
    }
    .index-column-slide{
        width: 80%;
    }
    .index-loopslide img {
        padding: 0 5px;
    }

    .index-column-slide {
        margin-inline: auto;
        max-width: 500px;
        width: 100%;
    }
    .index-column-slide li{
        margin: 0 10px;
    }
    .index-column .index-column-slide {
        display: block;
        max-width: unset;
        width: 100vw;
        margin-left: -10px;
    }
    .index-column .slick-next,.index-column .slick-prev{
        top: 30%;
        width: 40px;
        height: 40px;
    }
    .index-column .slick-next{
        right: 4%;
    }
    .index-column .slick-prev{
        left: 4%;
    }
    .index-column {
        margin-bottom: 100px;
    }
    .index-news {
        margin-top: 100px;
    }
    .index-symptoms-slide{
        display: block;
        max-width: unset;
        width: 100%;
    }
    .index-symptoms-right {
        width: 100vw;
        margin-left: -10px;
    }

    .index-symptoms-slide .slick-next, .index-symptoms-slide .slick-prev {
        bottom: 50%;
    }
    .index-symptoms-slide .slick-next{
        right: 14px;
        width: 40px;
        height: 40px;
    }
    .index-symptoms-slide .slick-prev{
        left: 14px;
        width: 40px;
        height: 40px;
    }
    .column-deco {
        width: 380px;
        top: 180px;
        left: 0;
    }
    .index-symptoms-right .slick-slider {
        position: relative !important;
    }
    .index-symptoms-slide .slick-dots {
        bottom: -30px;
        left: 50%;
        translate: -50%;
    }
    .symptomatic-wrap, .column-wrap {
        display: grid;
        gap: 40px;
    }
    .symptomatic-single, .column-single {
        width: 100%;
    }
    .index-slide-sp video{
        object-fit: cover;
        display: block;
        width: 100%;
        height: calc(100vh - 240px);
        border-radius: 20px;
    }
    .tree1 {
        bottom: -60px;
        left: 5px;
        width: 80px;
    }
    .tree2 {
        bottom: 16px;
        left: unset;
        width: 90px;
        right: 5px;
    }
    .main-copy {
        position: absolute;
        top: 80%;
    }
    .main-copy p {
        padding: 10px 20px 10px 10px;
        margin-bottom: 10px;
    }
    .slide-box {
        overflow: unset;
    }
    .index-symptoms-right .slick-list{
        padding: 0 5% !important;
    }
    .index-symptoms-inner .button-blue{
        margin: 30px auto 0;
    }
    .medical-img-visit img{
        width: 150px;
    }
    .medical-img-internal img{
        width: 150px;
    }
     .mu-d img {
        width: 40px;
        top: 62%;
    }
    .post-title{
        font-size: 1.8rem;
    }
    .slide-arrival {
        max-width: unset;
        padding: 15px 30px;
        right: 0px;
        bottom: -130px;
        width: 90%;
        background-color: #F6FBFF;
        border-radius: 20px 0 0 20px;
    }
    .index-about {
        margin-top: 150px;
    }
    .tree1{
        display: none;
    }
    .pop-article{
        width: 100%;
    }
    .pop-article{
        margin-top: 80px;
    }
    .column-wrap {
        margin-top: 60px;
    }
    .herbal a {
        display: grid;
    }
    .herbal .medical-img{
        width: 150px;
        height: 150px;
        margin-bottom: 30px;
        margin: 0 auto 30px;
    }
    .medical-img-inspection img{
        width: 180px;
    }
    .ut-under{
        display: grid;
        gap: 30px;
        padding: 0 10px;
    }
    .ut-under div{
        width: 100%;
    }
    .ut-under img{
        width: 100%;
    }
    .mu-de img {
        width: 30px;
    }
    .medical-under-link a:hover .mu-de img {
        width: 34%;
    }
    .medical-under-link a:hover .mu-d img {
        width: 41%;
    }
    .page-info{
        overflow: hidden;
    }
}
@media only screen and (max-width: 600px) {
  .index-info-right {
    margin-top: 430px;
  }
}
@media only screen and (max-width: 400px) {
  .index-info-right {
    margin-top: 300px;
  }
}
@media only screen and (max-width: 900px) {
.dementia-worries .blue-br30 {
  padding-bottom: 150px;
}
.de-deco1, .de-deco2{
    height: 120px;
}
.de-deco1{
    left: -10px;
}
.de-deco2{
    right: -1px;
}
}
.main-box{
    width: 100%;
    overflow: hidden;
}
.medical-under-link a:hover .mu-img .medical-b{
    opacity: 0;
}
.medical-under-link a:hover .mu-img .medical-a{
    opacity: 1;
}
.dementia-content{
    overflow: hidden;
    width: 100%;
}
.hero-visit .hero2-right {
    width: 21%;
}
@media only screen and (max-width: 768px) {
    .hero-visit .hero2-right {
        width: 45%;
    }
}
/*よくある症状増えたらこのコード消す*/
.index-symptoms-slide .slick-dots li.slick-active button {
    display: none;
}