@charset "utf-8";
/* CSS Document */
:root {
	--color-01: #007AC1;
	--color-02: #A7CDE3;
	--color-03: #DEF2FF;
	--color-04: #F3FCFF;
	--color-05: #B1E2FF;
	--color-sumi: #333;
	--col_i_blue : #00a3e5;
	--col_i_green : #8cc220;
	--col_i_green_restrain : #EFFFCF;
	--pc_view: 1200px;
}

*{
	padding:0;
	margin:0;
	line-height:1.8em;
	font-family: "yu-gothic-pr6n", sans-serif!important;
}

body {
  color: var(--color-sumi);
  font-size: 1.1rem;  
}

a {
  text-decoration: none!important;
}

img {
  max-width: 100%;
}

.fade-in-down {
	-webkit-animation: fadeInDown .8s ease-in forwards;
	-o-animation: fadeInDown .8s ease-in forwards;
	animation: fadeInDown .8s ease-in forwards;
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.hidden {
	opacity: 0;
}

.uk-container {
    max-width: var(--pc_view);
}
.inner_article {
	width: calc(100% - 40px);
	max-width: var(--pc_view);
	padding: 0;
	margin:0 auto;
}
.sp_view {
	display: none;
}
.tb_view {
	display: none;
}
.pc_view {
	display: block;
}
.uk-section {
	padding-top: 100px!important;
	padding-bottom: 100px!important;
}
.uk-navbar-nav>li>a {
	color: var(--color-01)!important;
	font-weight: 600;
	font-size: 1rem;
	min-height: 0!important;
	padding: 10px;
}
.uk-navbar-container {
	background: #fff!important;
    box-shadow: 0px 10px 10px -5px rgba(0,108,135,0.30);
}
.uk-transition-scale-up:hover {
	transform: scale(1.3);
}
nav ul li {
	height: 100%;
	overflow: hidden;
}
nav ul li a {
	width: 100%;
	text-decoration: none;
	color: #239FC3;
	display: block;
	height: 100%;
	justify-content: center;
	align-items: center;
	transition: .3s;
	font-weight: bold;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: 10px;
}
nav ul li a::after{
	position: absolute;
	content: '';
	right: 0%;
	width: 300%;
	height: 100%;
	background: linear-gradient(to left, #fff 34%,#91D2F8 34%,#91D2F8 66%,#007AC1 66%);
	z-index: -1;
	transition: 0.6s;
}
nav ul li a:hover {
  color: #fff!important;
}
nav ul li a:hover::after{
  right: -200%;
}
.nav-preparation {
	position: absolute;
	background: #00000086;
	color: #fff;
	width: 100%;
	padding: 10px 0;
	top: 50%;
	transform: translateY(-50%);
}

.blink{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
	  background-color: #5db2fc!important;
}
@-webkit-keyframes blink{
    0% {opacity:1;}
    50% {opacity:0.4;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:1;}
    50% {opacity:0.4;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:1;}
    50% {opacity:0.4;}
    100% {opacity:1;}
}
.uk-badge.blink {background: #00a2e5; font-size: .65rem; font-weight: bolder; padding: .25rem .5rem;}
.nlabel {
	width: 6em;
	text-align: center;
	display: inline-block;
	font-size: 0.9rem; padding: 5px 5px;
	line-height: 1;
	background: #ea8562;
	color: #fff;
	border-radius: 3px;
	vertical-align: top;
	margin: 0 0 0 1em;
}
.nlabel-news {
	background: #6da99d;
}
li::marker {
    color: #B1E2FF!important;
}
.topline {
	height: 5px;
    background: var(--color-01);
}
.top_mainvisual {
	margin: -120px 0 0 0!important;
	height: 80vh;
}
.toptitle {
	color: #565656!important;
	font-weight: bold;
	letter-spacing: 0.25rem;
	font-size: 3.5rem;
}
.toptitle span {
	color: var(--col_i_blue);
}
.toptitle {
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.cor_ff {
	color: #fff;
}
.cor_blue {
	color: var(--color-01);
}
.cor_i_blue {
	color: var(--col_i_blue);
}
.wrap_h1 {
    text-align: center;
}
.top_h1{
	color: var(--color-01);
	font-weight: bold;
	letter-spacing: 0.05em;
}
.top_h1_meta{
    top: 150px;
    left: 0;
    width: 100%;
    color: var(--color-02);
    font-size: 150%;
	font-family: "ciabatta", sans-serif;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.2rem;
}
.bgble {
	background-color: var(--color-01);
}
.bgble_t {
	background-color: var(--color-04);
}
.bgble_d {
	background-color: var(--color-05);
}

.tmtds_menu {
	padding: 80px;
	background-image: url("../img/contents_bg.jpeg");
	background-repeat: no-repeat;
    background-size: auto;
	border-radius: 10px;
	box-shadow: 0 0 8px #6DAAC0;
	
}
.anzoom  {
    width: 100%;
    margin-bottom: 100px;
}
.anzoom img,.anzoom a{
 transition:1s all;
}
.anzoom img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}
.list_card {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  overflow: hidden;
}
.list_card-image {
  width: 100%;
  height: 100%;
}
.list_card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list_card-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  aspect-ratio: 1;
  background: #fff;
  border-top-left-radius: 50%;
  z-index: 1;	
}
.list_card-btn a {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100px;
	aspect-ratio: 1;
	display: grid;
	place-content: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background: linear-gradient(120deg, rgba(0, 122, 193, 1) 0%, rgba(141, 212, 255, 1) 100%);
	border-radius: 50%;
	text-decoration: none!important;
}
.list_card-btn.preparation a {
	background-image: linear-gradient(90deg, rgba(233, 233, 233, 1), rgba(172, 172, 172, 1));
}
.list_card-btn a:hover {
	color: #fff;
	opacity: 0.7;
}
.list_card-btn a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
}
.list_card-btn::before, .list_card-btn::after {
	content: "";
	position: absolute;
	background: transparent;
	width: 20px;
	aspect-ratio: 1;
	border-bottom-right-radius: 20px;
	box-shadow: 4px 4px 0 4px #fff;
}
.list_card-btn::before {
	right: 0;
	top: -20px;
}
.list_card-btn::after {
	right: 120px;
	bottom: 0;
}
.preparation {
	pointer-events: none;
}

.tmtds_menu_card {
	text-align: center;
	border-radius: 20px;
	border: 3px solid var(--color-01);
}

.h3_title {
	position: relative;
	text-align: center;
	font-weight: bold;
	color: var(--color-sumi);
}

.h3_title:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: var(--color-01);
}
.wrap_news {
	background: #fff;
	padding: 50px;
	border: solid 3px var(--color-05);
	border-radius: 20px;
}
.news {
	border-bottom: 1px solid #C0ECFF;
	padding-bottom: 10px;
}
.bg_docter {
	padding: 80px;
	background-image: url("../img/doctor_bg.png");
    background-size: auto;
	border-radius: 20px;
}
.name_h2 {
	font-weight: bold;
	color: var(--col_i_blue);	
}
.name_h2 span {
	font-size: 3rem;
}
.wrap_contact {
	z-index: 100!important;
	margin: 0 auto;
}
.name_h2_meta {
	font-family: "ciabatta", sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 3rem;
	margin-bottom: -70px;
	color: var(--color-02);
	letter-spacing: 0.2rem;
}
.contact {
	margin: 100px auto 0 auto;
}
.contents_bg {
	z-index: -100;
	margin-top: -100px;
}
.footer_img {
	background-repeat: no-repeat;
	height: 570px;
	margin-top: -150px!important;
}
.wrap_contact {
	background: var(--color-01);
	padding: 50px;
}
div .btn_contact {
	width: 400px;
}
.a_ftr a {
	font-size: 1.5rem;
}
.btn_contact a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px 10px 50px;
    color: var(--color-01);
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #fff;
    border-radius: 50px;
    z-index:0;
    overflow: hidden;
}
.btn_contact a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    line-height: 1;
    position: absolute;
    left: 5px;
    background: var(--color-05);
    padding: 12px 11px;
    border-radius: 60px;
    z-index: 2;
}
.btn_contact a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: var(--color-05);
    transition: .3s;
    left:0;
}
.btn_contact a:hover:after {
    width: 100%;
    z-index: -1;
}
.mail a span{
	font-size: 90%;
}
.mail a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0"!important;
    line-height: 1;
    position: absolute;
    left: 5px;
    background: var(--color-05);
    padding: 12px 11px;
    border-radius: 60px;
    z-index: 2;
}
.nav_act {
	font-weight: bold;
	color: var(--color-01);
	background: var(--color-03);
}
.hd_tel {
	background: var(--color-01);
}
.hd_btn_contact {padding: 10px 20px;
	font-size: 110%!important;
	width: 170px!important;
}
.copyright {
	background: var(--color-01);
	color: #fff;
	margin: 0;
	letter-spacing: 0.1rem;
	padding: 8px 0;
	font-size: 85%;
}
.subtop_img {
	height: 500px;
}
.sub_title-wrapper {
	width: 60%;
	margin: 0 auto;
}
.sub_title {
	position: relative;
	color: var(--color-sumi)!important;
	font-weight: bold;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
	letter-spacing: 0.2rem;
}
.circle {
	position: absolute;
	top: 40%;
	border-radius: 50%;
	border: 2px solid var(--col_i_blue);
	transform: translate(-50%, -50%);
	z-index: 0;
}
.circle.large {
  width: 200px;
  height: 200px;
  animation: moveLarge 6s ease-in-out infinite alternate;
}
.circle.small {
  width: 160px;
  height: 160px;
  border-color: lightblue;
  animation: moveSmall 8s ease-in-out infinite alternate;
}
@keyframes moveLarge {
  0%   { transform: translate(-50%, -50%) translate(0px, 0px); }
  25%  { transform: translate(-50%, -50%) translate(10px, -15px); }
  50%  { transform: translate(-50%, -50%) translate(-20px, 10px); }
  75%  { transform: translate(-50%, -50%) translate(15px, 5px); }
  100% { transform: translate(-50%, -50%) translate(-10px, -10px); }
}

@keyframes moveSmall {
  0%   { transform: translate(-50%, -50%) translate(0px, 0px); }
  20%  { transform: translate(-50%, -50%) translate(-12px, 8px); }
  40%  { transform: translate(-50%, -50%) translate(14px, -6px); }
  60%  { transform: translate(-50%, -50%) translate(-8px, 12px); }
  80%  { transform: translate(-50%, -50%) translate(10px, -10px); }
  100% { transform: translate(-50%, -50%) translate(0px, 0px); }
}
.sub_top_h2{
	color: var(--color-01);
	font-weight: bold;
	letter-spacing: 0.05em;	
}
.sub_top_h2_meta{
    top: 150px;
    left: 0;
    width: 100%;
    color: #70B6DF;
    font-size: 150%;
	font-weight: 400;
	letter-spacing: 0.2rem;
}

.sub_h_wrap{
	position: relative;
}

.sub_wrap_h2 {
	margin: 50px auto 80px auto;
}
.sub_h_wrap:before {
	position: absolute;
	bottom: -20px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: var(--color-01);
}

.sub_h3 {
	margin: 50px auto;
	font-weight: 500;
	padding: 0.5em;
	color: var(--col_i_blue);
	background: #D8F0FF;
	background: linear-gradient(0deg,rgba(216, 240, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
	border-bottom: solid 2px var(--col_i_blue);
	letter-spacing: 0.2rem;
}

.bg_what {
	padding: 80px auto;
	background-image: url("../treatment_disease/img/what_bg.png");
	background-repeat: no-repeat;
    background-size: auto;
}

.jks_img img{
	width: 800px;
	margin: 50px auto!important;
	display: block;
}

.sec_gp_card {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 8px #6DAAC0;
	margin: 50px auto;
	
}

.sec_gp_h3 {
	color: var(--col_i_blue);
	position: relative;
	overflow: hidden;
	padding: 1rem 2rem 1rem 120px;
	border: solid 2px #27acd9;
	background: #F3FCFF!important;
	font-weight: 500;
}
.sec_gp_h3:before {
	position: absolute;
	content: '';
	top: -150%;
	left: -100px;
	width: 200px;
	height: 300%;
	transform: rotate(25deg);
	background: #27acd9;
}
.sec_gp_h3 span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 30px;
	font-size: 2.2rem;
	padding-left: 16px;
	color: #fff;
}
.sub_h4 {
	font-weight: 500;
	color: var(--color-sumi)!important;
	background: #F2F4FE;
	border-left: solid 10px #7B76BF;
	padding: 0.75rem 1.5rem;
	letter-spacing: 0.2rem;
}
.telday {
	background: var(--color-03);
	padding: 10px 15px;
	display: inline-block;
	margin-top: 0!important;
}
.card_title_bg {
	background: var(--color-01);
	padding: 20px!important;
	color: #fff!important;
}
.iblue_bg {
	background: var(--col_i_blue);
}
.yoyaku_bg {
	background: #FFFEF8;
}

.sub_flow_h4 {
	color: var(--color-sumi)!important;
	font-weight: 500;
	position: relative;
	border-bottom: 5px solid #7B76BF;
	padding: 10px 0;
	letter-spacing: 0.2rem;
	}
.sub_flow_h4:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: #AECCFF;
	}
.stemcell_cost {
	border: 5px solid var(--col_i_blue);
	border-radius: 15px;
	padding: 5px;
	background-color: #fff;
}

.stemcell_cost p {
	border-top: solid 1px var(--col_i_blue);
	padding-top: 5px;
}
.inner_stemcell_cost {
	background: var(--color-03);
}

.wrap_stemcell_cost {
	position: relative;
    border-bottom: solid 5px var(--col_i_blue);
	border-radius: 20px;
    padding: 16px;
    text-align: center;
	
	
}
.wrap_stemcell_cost::before,
.wrap_stemcell_cost::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);	
}
.wrap_stemcell_cost:before {
    border: solid 20px transparent;
    border-top: solid 20px var(--col_i_blue);
}
.wrap_stemcell_cost:after {
    border: solid 20px transparent;
    border-top: solid 20px var(--color-03);
    margin-top: -5px;
	
}
.saibo_img {
	margin: 100px auto;
	height: 570px!important;
}

ol.list_number{
  counter-reset:list;
  list-style-type:none;
  padding-left: 0!important;
}
ol.list_number li{
  position:relative;
  padding: 7px 5px 7px 40px;
  margin: 7px 0 10px 30px;
  border-bottom:dashed 2px var(--color-03);
}
ol.list_number li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: var(--col_i_blue);
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gp_btn a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 25px;
    color: var(--color-01);
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.gp_btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.gp_btn a:hover {
	background: #6bb6ff;
	color: #FFF;
}
.gp_btn a:hover:after {
	right: 1.4rem;
}
.video-background {
    position: relative;
    width: 100%;
    overflow: hidden;
	box-sizing: content-box;
}
.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.video-background .video-bg_content {
    position: relative;
    z-index: 1;
}
.doctor_yoneda {
	padding: 30px;
}
.table-deco {
	background: #ffffffaf;
	border-collapse: collapse;
	text-align: center;	
}
.table-deco th {
	background: var(--color-05);
	text-align: center;
	color: #000;
}
.table-deco th,
.table-deco td {
	border: 1px solid var(--col_i_blue);
	vertical-align: middle;
}
caption {
	caption-side: bottom;	
}
.uk-table caption {
	text-align: right;
}
.appointment {
	background: var(--color-05);
}
.appointment .gp_btn a {
	max-width: 40%;
}
.appointment > p a {
	font-size: 2rem;
}
#q-and-a.uk-accordion>:nth-child(n+2) {
	margin: 0;
}
#q-and-a .uk-accordion-title {
	position: relative;
	color: var(--color-01);
	padding: 15px 0 0 40px;
}
#q-and-a.uk-list-striped>:nth-of-type(odd) {
	background: var(--color-03);
}
#q-and-a .uk-accordion-title::after {
	content: "Q";
	position: absolute;
	font-size: 2rem;
	font-weight: bold;
	bottom: 0;
	left: 0;
}

.cle_btn {
}
.list_card-btn a {
	overflow: visible!important; 
  -webkit-animation: floatH 2s ease-in-out infinite alternate;
          animation: floatH 2s ease-in-out infinite alternate;
} 
@-webkit-keyframes floatH {
  0% {
    -webkit-transform: translate3d(-1em, 0, 0);
            transform: translate3d(-1em, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(1em, 0, 0);
            transform: translate3d(1em, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1em, 0, 0);
            transform: translate3d(-1em, 0, 0);
  }
}
@keyframes floatH {
  0% {
    -webkit-transform: translate3d(-1em, 0, 0);
            transform: translate3d(-1em, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(1em, 0, 0);
            transform: translate3d(1em, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1em, 0, 0);
            transform: translate3d(-1em, 0, 0);
  }
}
.list_card-btn.preparation a {
	animation: flash 1s ease-in-out infinite alternate;
}
@keyframes flash {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}