@charset "UTF-8";

/* common ---------------------------------------*/
body {
	font-family: "Zen Old Mincho", serif;
	color: #000;
}

.stemcelltherapy-title { 
	text-align: center;
}

.stemcelltherapy-title span { 
	display: block;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 6px;
}

.stemcelltherapy-title strong { 
	display: block;
	font-size: 36px;
	letter-spacing: 0.05em;
	font-weight: 400;
}

.stemcelltherapy-text { 
	margin-top: 26px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.1em;
}
.important-announcement > li {
	height: 150px;
	/* height: 120px; */
    width: 480px;
}

/* icon ---------------------------------------*/
.icon-arrow {
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-mask-image: url('../img/stemcelltherapy/icon_arrow.svg');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	-webkit-mask-size: contain;
	mask-image: url('../img/stemcelltherapy/icon_arrow.svg');
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 0 0;
	background: #fff;
	transition: all .25s ease;
}

.icon-arrow-circle {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid #000;
	border-radius: 50%;
	background: #fff;
	transition: all .25s ease;
}

.icon-arrow-circle::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 22px;
	height: 22px;
	-webkit-mask-image: url('../img/stemcelltherapy/icon_arrow.svg');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	-webkit-mask-size: contain;
	mask-image: url('../img/stemcelltherapy/icon_arrow.svg');
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 0 0;
	content: '';
	background: #000;
	transition: all .25s ease;
}

.icon-gotop {
	display: inline-block;
	width: 26px;
	height: 34px;
	background-image: url('../img/stemcelltherapy/icon_gotop.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
}

/* stemcelltherapyheader ---------------------------------------*/
header.stemcelltherapyheader {
	background: #000;
}
.header-logo.stemcelltherapyheader-logo {
	width: 245px;
	/* left: 40px; */
}

.gnav.stemcelltherapygnav {
	align-items: unset;
    /* gap: 40px; */
    /* right: 40px; */
    top: 0;
    transform: unset;
}

.gnav-list.stemcelltherapygnav-list {
	gap: 32px;
	height: fit-content;
	margin-top: 26px;
}

.gnav-list.stemcelltherapygnav-list > li,
.gnav-list.stemcelltherapygnav-list > li > a {
	font-size: 16px;
	letter-spacing: 0.08em;
	color: #fff;
}

.stemcelltherapygnav-list > li.has-child {
    padding-right: unset;
}

.gnav-list.stemcelltherapygnav-list .gnav-sublist {
	padding: 20px 36px 16px 20px;
}

.gnav-list.stemcelltherapygnav-list .gnav-sublist > li,
.gnav-list.stemcelltherapygnav-list .gnav-sublist > li > a {
	font-size: 15px;
	color: #000;
}

.gnav-list.stemcelltherapygnav-list .gnav-sublist > li > a {
	letter-spacing: 0.08em;
	padding-left: 24px;
}

.gnav-list.stemcelltherapygnav-list .gnav-sublist > li > a:before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	width: 16px;
	height: 16px;
	mask-image: url('../img/stemcelltherapy/icon_arrow.svg');
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: 0 0;
	background: #000;
	content: '';
}

.gnav-list.stemcelltherapygnav-list .gnav-sublist > li + li {
    margin-top: 14px;
}

.stemcelltherapygnav-reservation { 
	background: #fff;
	border-radius: 0 0 8px 8px;
	border: 1px solid #000;
	/* padding: 20px 24px 22px; */
	padding: 30px 24px 30px;
}

.stemcelltherapygnav-reservation-lead { 
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 10px;
}

.stemcelltherapybtn.stemcelltherapygnav-reservation-btn {
	display: block;
	height: 40px;
	padding: 0 8px;
	font-size: 14px;
	line-height: 40px;
	margin-bottom: 12px;
}

.stemcelltherapygnav-reservation-tel { 
	display: block;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0;
}

.stemcelltherapygnav-reservation-tel span { 
	font-size: 14px;
	margin-right: 4px;
}

/* .stemcelltherapygnav-btnlist {
	width: 200px;
}

.stemcelltherapybtn.stemcelltherapygnav-btn {
	max-width: 180px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	color: #000;
	background: #fff;
}

.stemcelltherapybtn.stemcelltherapygnav-btn:hover {
	color: #fff;
	background: #000;
	opacity: 1;
	border: 1px solid #fff;
} */

/* stemcelltherapybtn ---------------------------------------*/
.stemcelltherapybtn {
	display: inline-block;
	max-width: 240px;
	width: 100%;
	height: 64px;
	padding: 0 16px;
	font-size: 18px;
	line-height: 64px;
	text-align: center;
	color: #ffffff;
	background: #000;
	border-radius: 4px;
	filter: drop-shadow(0 0 10px rgba(85, 85, 85, 0.2));
}

.stemcelltherapybtn:hover {
	opacity: 1;
	color: #000;
	background: #fff;
}

.stemcelltherapybtn:hover .icon-arrow {
	background: #000;
}


/* stemcelltherapykv ---------------------------------------*/
.stemcelltherapykv { 
	position: relative;
	height: 100vh;
	min-height: 700px;
	background: url('../img/stemcelltherapy/kv.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 0 20px;
}

.stemcelltherapykv-inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 240px 0 0;
}

.stemcelltherapykv-title { 
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-bottom: 22px;
}

.stemcelltherapykv-text { 
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-bottom: 46px;
}

.stemcelltherapykv-btnlist {
	width: 240px;
}

.stemcelltherapybtn.stemcelltherapykv-btn .icon-arrow {
	margin: 0 0 -5px 8px;
}


/* stemcelltherapyworry ---------------------------------------*/
.stemcelltherapyworry { 
	padding: 80px 20px;
	background: radial-gradient( circle farthest-corner at 10% 20%,  rgba(90,92,106,1) 0%, rgba(32,45,58,1) 81.3% );
	/* background: #3E3F40; */
}

.stemcelltherapyworry .stemcelltherapy-title strong {
	color: #fff;
	font-weight: 500;
	line-height: 1.44;
}

.stemcelltherapyworry-list { 
	display: flex;
	justify-content: center;
	gap: 40px calc(40 / 1040 * 100%);
    flex-wrap: wrap;
	margin-top: 40px;
}

.stemcelltherapyworry-list > li { 
	position: relative;
	width: calc(500 / 1040 * 100%);
}

.stemcelltherapyworry-list li {
	height: 200px;
	background: rgba(255, 255, 255, 0.25); /* 透明背景色 */
  	border-radius: 20px; /* 角丸 */
  	-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* 影 */
  	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* 影 */
  	-webkit-backdrop-filter: blur(5px); /* ぼかし */
  	backdrop-filter: blur(5px); /* ぼかし */
 	border: 1px solid rgba(255, 255, 255, 0.25); /* ボーダー */
}

.stemcelltherapyworry-list-image { 
	width: 100%;
}

.stemcelltherapyworry-list-image img { 

}

.stemcelltherapyworry-list-text { 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	font-size: 20px;
	/* font-weight: 600; */
	line-height: 2;
	text-align: center;
	padding: 0 16px;
	color: #fff;
}


/* stemcelltherapyfeature ---------------------------------------*/
.stemcelltherapyfeature { 
	padding: 80px 20px 60px;
}

.stemcelltherapyfeature-list { 
	margin-top: 46px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px calc(40 / 1040 * 100%);
}

.stemcelltherapyfeature-list > li {
	display: flex;
	flex-direction: column;
	width: calc(320 / 1040 * 100%);
}

.stemcelltherapyfeature-list-num { 
	display: block;
	font-size: 56px;
	line-height: 1.44;
	text-align: center;
	margin-bottom: 6px;
}

.stemcelltherapyfeature-list-title { 
	font-size: 29px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 20px;
}

.stemcelltherapyfeature-list-text { 
	font-size: 16px;
	letter-spacing: 0.1em;
	/* text-align: center; */
	/* margin-bottom: 32px; */
}

.stemcelltherapyfeature-list-image { 
	width: 100%;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	/* margin-top: auto; */
	margin-bottom: 24px;
}

.stemcelltherapyfeature-list-image img { 

}


/* stemcelltherapyintroduction ---------------------------------------*/
.stemcelltherapyintroduction { 
	padding: 60px 20px 60px;
}

.stemcelltherapyintroduction-block { 
	display: flex;
	gap: calc(40 / 1040 * 100%);
	margin: 42px auto 40px;
}

.stemcelltherapyintroduction-image { 
	width: calc(480 / 1040 * 100%);
	order: 2;
}

.stemcelltherapyintroduction-image img { 

}

.stemcelltherapyintroduction-summary { 
	flex: 1;
	order: 1;
}

.stemcelltherapyintroduction-title { 
	font-size: 28px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	margin-bottom: 30px;
}

.stemcelltherapyintroduction-text { 
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.stemcelltherapyintroduction-name { 
	font-size: 24px;
	line-height: 1.44;
	text-align: right;
}

.stemcelltherapyintroduction-name span { 
	font-size: 18px;
	margin-right: 8px;
}
.stemcelltherapyintroduction-info { 
	display: flex;
	gap: calc(80 / 1040 * 100%);
}

.stemcelltherapyintroduction-info-block { 
	position: relative;
	width: calc(480 / 1040 * 100%);
}

.stemcelltherapyintroduction-info-block + .stemcelltherapyintroduction-info-block::before{ 
	position: absolute;
	top: 0;
	left: calc(-40 / 480 * 100%);
	z-index: 1;
	width: 1px;
	height: 100%;
	background: #CCCCCC;
	content: '';
}

.stemcelltherapyintroduction-info-title { 
	font-size: 18px;
	font-weight: 500;
	line-height: 1.44;
	margin-bottom: 8px;
}

.stemcelltherapyintroduction-info-list { 
    margin-left: 4px;
}

.stemcelltherapyintroduction-info-list > li { 
	position: relative;
	font-size: 14px;
	padding-left: 18px;
	display: flex;
	flex-direction: row;
	width: 100%;
}

.stemcelltherapyintroduction-info-list-sub {
	max-width: calc(100% - 150px);
}

.stemcelltherapyintroduction-info-list > li::before { 
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	content: '・';
}

.stemcelltherapyintroduction-info-list + .stemcelltherapyintroduction-info-title { 
	margin-top: 20px;
}

.stemcelltherapyintroduction-info-link {
	font-size: 14px;
}

/* stemcelltherapymedicine ---------------------------------------*/
.stemcelltherapymedicine { 
	padding: 60px 20px 80px;
}

.stemcelltherapymedicine-textlist { 
	width: fit-content;
	margin: 36px auto 0;
}

.stemcelltherapymedicine-textlist > li { 
	position: relative;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-left: 30px;
}

.stemcelltherapymedicine-textlist > li::before { 
	position: absolute;
	top: 6px;
	left: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url('../img/stemcelltherapy/icon_checked.svg') no-repeat;
	background-size: contain;
	content: '';
}

.stemcelltherapymedicine-textlist > li + li { 
	margin-top: 10px;
}

.stemcelltherapymedicine-link {
	margin-top: 30px;
}

.stemcelltherapylink {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: fit-content;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding-bottom: 10px;
	background: linear-gradient(#000, #000) no-repeat 0 100%;
	background-size: 100% 1px;
}

.stemcelltherapylink:hover {
	animation: link-underline .5s ease 0s 1 both;
	opacity: 1;
}

@keyframes link-underline {
	0% {
		background-size: 0 1px;
	}
	100% {
		background-size: 100% 1px;
	}
}

.stemcelltherapylink:hover .icon-arrow-circle {background: #000;}
.stemcelltherapylink:hover .icon-arrow-circle::after {background: #fff;}

.stemcelltherapymedicine-list { 
	margin-top: 56px;
}

.stemcelltherapymedicine-list > li { 
	display: flex;
	gap: calc(40 / 1040 * 100%);
}

.stemcelltherapymedicine-list > li + li { 
	margin-top: 56px;
}

.stemcelltherapymedicine-list-image { 
	width: calc(400 / 1040 * 100%);
}

.stemcelltherapymedicine-list-image img { 

}

.stemcelltherapymedicine-list-summary { 
	flex: 1;
}

.stemcelltherapymedicine-list-title { 
	font-size: 28px;
	line-height: 1.44;
	margin-bottom: 12px;
}

.stemcelltherapymedicine-list-text { 
	font-size: 16px;
	letter-spacing: 0.1em;
}

.stemcelltherapymedicine-list-text + .stemcelltherapymedicine-list-text { 
	margin-top: 12px;
}

.stemcelltherapymedicine-list-block { 
	background: #F9F7F7;
	border: 1px solid #000;
	border-radius: 4px;
	padding: 16px 20px;
	margin: 20px auto 20px;
}

.stemcelltherapymedicine-list-block-title { 
	font-size: 18px;
	font-weight: 500;
	line-height: 1.44;
	margin-bottom: 12px;
}

.stemcelltherapymedicine-list-block-list { 
}

.stemcelltherapymedicine-list-block-list > li { 
	position: relative;
	font-size: 14px;
	line-height: 1.44;
	padding-left: 24px;
}

.stemcelltherapymedicine-list-block-list > li + li { 
	margin-top: 8px;
}

.stemcelltherapymedicine-list-block-list > li::before { 
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 1;
	width: 16px;
	height: 16px;
	background: url('../img/stemcelltherapy/icon_checked.svg') no-repeat;
	background-size: contain;
	content: '';
}

.stemcelltherapymedicine-list-summary .stemcelltherapylink {
	margin-left: 0;
}

/* stemcelltherapynews ---------------------------------------*/
.stemcelltherapynews { 
	padding: 60px 20px 60px;
	background: #000;
}

.stemcelltherapynews-block { 
	display: flex;
	gap: calc(80 / 1040 * 100%);
}

.stemcelltherapy-title.stemcelltherapynews-title { 
	text-align: left;
	width: fit-content;
}

.stemcelltherapy-title.stemcelltherapynews-title span { 
	margin-bottom: 2px;
	color: #fff;
}

.stemcelltherapy-title.stemcelltherapynews-title b { 
	color: #fff;
}

.stemcelltherapynews-list { 
	flex: 1;
}

.stemcelltherapynews-list > li { 
	display: flex;
	gap: 22px;
	border-bottom: 1px solid #CCCCCC;
	padding: 19px 0;
}

.stemcelltherapynews-list > li:first-of-type { 
	padding: 0 0 19px;
}

.stemcelltherapynews-list > li time { 
	font-size: 16px;
	color: #fff;
}

.stemcelltherapynews-list-title { 
	font-size: 16px;
	color: #fff;
	overflow-wrap: break-word;
	overflow-wrap: anywhere;
}

.stemcelltherapynews-list-title a { 
	text-decoration: underline;
}

.stemcelltherapynews-list-title a:hover { 
	text-decoration: none;
	opacity: 1;
}


/* stemcelltherapydetail ---------------------------------------*/
.stemcelltherapydetail { 
	padding: 100px 20px;
}

.stemcelltherapydetail-block { 
	display: flex;
	gap: calc(40 / 1040 * 100%);
	margin-bottom: 80px;
}

.stemcelltherapydetail-summary { 
	width: 476px;
}

.stemcelltherapydetail-title { 
	font-size: 32px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 34px;
}

.stemcelltherapydetail-address { 
	font-size: 20px;
	line-height: 1.44;
	margin-bottom: 14px;
}

.stemcelltherapydetail-access { 
	font-size: 14px;
	line-height: 1.44;
	margin-bottom: 38px;
}

.stemcelltherapydetail-table-title {
	font-size: 24px;
	line-height: 1.44;
	color: #000;
	align-items: center;
    display: flex;
	margin-bottom: 20px;
}

.stemcelltherapydetail-table-title span {
	padding-right: 20px;
    white-space: nowrap;
}

.stemcelltherapydetail-table-title::after {
	width: 100%;
    height: 1px;
    background: #000;
    content: '';
}

.stemcelltherapydetail-table { 
	margin-bottom: 18px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}

.stemcelltherapydetail-table tr:not(:first-of-type) { border-top: 1px solid #CCCCCC;}
.stemcelltherapydetail-table th:not(:first-of-type),
.stemcelltherapydetail-table td:not(:first-of-type) {border-left: 1px solid #CCCCCC;}

.stemcelltherapydetail-table th { 
	background: #F9F7F7;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.44;
	text-align: center;
	padding: 16px 13px;
}

.stemcelltherapydetail-table td {
	position: relative;
	font-size: 16px;
	line-height: 1.44;
	text-align: center;
	padding: 15px 12px;
}

.stemcelltherapydetail-table td span {
	display: block;
	font-size: 12px;
	margin-top: 2px;
}

.stemcelltherapydetail-table td::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #000;
	content: '';
}

.stemcelltherapydetail-table td.stemcelltherapydetail-table-close::after {
	width: 12px;
	height: 2px;
}

.stemcelltherapydetail-table td.stemcelltherapydetail-table-open::after {
	width: 14px;
	height: 14px;
	border-radius: 50%;
}

.stemcelltherapydetail-table td.stemcelltherapydetail-table-half::after {
	width: 16px;
	height: 14px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.stemcelltherapydetail-table td.stemcelltherapydetail-table-half::before {
	position: absolute;
	top: 24px;
	right: 6px;
	font-size: 10px;
	content: '※';
}

.stemcelltherapydetail-caption { 
	font-size: 15px;
	line-height: 1.44;
}

.stemcelltherapydetail-map { 
	position: relative;
	padding-top: 38.46%;
	flex: 1;
	height: 0;
}

.stemcelltherapydetail-map iframe { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.stemcelltherapydetail-btnlist { 
	display: flex;
	gap: calc(12 / 1040 * 100%);
	justify-content: center;
}

.stemcelltherapydetail-btnlist > li { 
	width: calc(500 / 1040 * 100%);
}

.stemcelltherapydetail-btnlist > li a { 
	position: relative;
}

.stemcelltherapydetail-btnlist > li a:has(.icon-web) { 
	font-size: 16px;
}

.stemcelltherapybtn.stemcelltherapydetail-btn {
	max-width: unset;
	line-height: 1.1;
	padding: 12px;
}

.stemcelltherapydetail-btn small {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

.stemcelltherapybtn.stemcelltherapydetail-btn .icon-tel,
.stemcelltherapybtn.stemcelltherapydetail-btn .icon-web { 
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	background: #fff;
	transition: all .25s ease;
}

.stemcelltherapybtn.stemcelltherapydetail-btn .icon-line { 
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	transition: all .25s ease;
}

.stemcelltherapybtn.stemcelltherapydetail-btn .icon-tel,
.stemcelltherapybtn.stemcelltherapydetail-btn .icon-web,
.stemcelltherapybtn.stemcelltherapydetail-btn .icon-line { 
	width: 24px;
	height: 24px;
}

.stemcelltherapybtn.stemcelltherapydetail-btn .icon-arrow { 
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.stemcelltherapybtn.stemcelltherapydetail-btn:hover .icon-tel,
.stemcelltherapybtn.stemcelltherapydetail-btn:hover .icon-web {
	background: #000;
}


/* stemcelltherapyfooter ---------------------------------------*/
.stemcelltherapyfooter { 
	background: #000;
	padding: 98px 20px 40px;
}

.stemcelltherapyfooter .inner { 
	position: relative;
}

.stemcelltherapyfooter-nav { 
	display: flex;
	gap: calc(80 / 940 * 100%);
	width: calc(940 / 1040 * 100%);
	margin: 0 calc(100 / 1040 * 100%) 92px 0;
}

.stemcelltherapyfooter-list { 
	display: flex;
	flex-wrap: wrap;
	gap: 12px calc(48 / 940 * 100%);
	width: 100%;
}

.stemcelltherapyfooter-list > li > a { 
	font-size: 16px;
	font-weight: 500;
	line-height: 1.44;
	color: #fff;
}

.stemcelltherapyfooter-sublist {
	margin-top: 14px;
}

.stemcelltherapyfooter-sublist > li { 

}

.stemcelltherapyfooter-sublist > li + li { 
	margin-top: 4px;
}

.stemcelltherapyfooter-sublist > li > a { 
	font-size: 16px;
	line-height: 1.44;
	color: #fff;
}

.gotop { 
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: calc(80 / 1040 * 100%);
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: 50%;
}

.copyright { 
	display: block;
	font-size: 12px;
	text-align: center;
	color: #fff;
}

/* small pc */
@media screen and (min-width: 768px) and (max-width: 1200px){
	.gnav.stemcelltherapygnav {
		gap: 14px;
		right: 10px;
	}
	
	.gnav-list.stemcelltherapygnav-list {
		gap: 14px;
		margin-top: 28px;
	}
	
	.gnav-list.stemcelltherapygnav-list > li,
	.gnav-list.stemcelltherapygnav-list > li > a {
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1000px){
	.header-logo.stemcelltherapyheader-logo {
		left: 10px;
		width: 160px;
	}

	.stemcelltherapygnav-btnlist {
		width: 140px;
	}

	.stemcelltherapybtn.stemcelltherapygnav-btn {
		font-size: 12px;
	}

	.stemcelltherapyfooter-nav {
		gap: calc(50 / 940* 100%);
	}

	.stemcelltherapyfooter-list > li > a {
		font-size: 14px;
	}

	.stemcelltherapyfooter-sublist > li > a {
		font-size: 13px;
	}
}

@media screen and (max-width: 767px) {

	/* common ---------------------------------------*/
	.stemcelltherapy-title { 
		text-align: center;
	}

	.stemcelltherapy-title span { 
		font-size: 16px;
		margin-bottom: 12px;
	}

	.stemcelltherapy-title b { 
		font-size: 28px;
		line-height: 1.44;
	}

	.stemcelltherapy-text { 
		margin-top: 24px;
		font-size: 16px;
	}

	.important-announcement > li {
        width: 100%;
        /* height: 80px; */
        height: 120px;
    }

	.important-announcement-text {
		font-size: 14px;
	}

	/* stemcelltherapyheader ---------------------------------------*/
	.stemcelltherapyheader #openmenu{
		background: #000;
		border-bottom: 0.9px solid #fff;
	}
	.gnav.stemcelltherapygnav {background: #000;}
	
	.header-logo.stemcelltherapyheader-logo {
		width: 171px;
		left: 20px;
	}
	.gnav.stemcelltherapygnav {
		height: calc(100dvh - 60px) !important;
		top: 60px;
		right: 0;
		background: #000;
		border-bottom: 1px solid #fff;
		transform: translate3d(100%, 0, 0);
	}
	.gnav-list.stemcelltherapygnav-list {
		margin-top: unset;
	}

	.gnav-list.stemcelltherapygnav-list > li,
	.gnav-list.stemcelltherapygnav-list > li > a,
	.gnav-list.stemcelltherapygnav-list .gnav-sublist > li > a { color: #fff;}
	.gnav-list.stemcelltherapygnav-list .gnav-sublist > li > a:before {background: #fff;}
	.gnav-list.stemcelltherapygnav-list > li + li {margin-top: 32px;}
	.gnav-list.stemcelltherapygnav-list .gnav-sublist { padding: 18px 10px 0;}
	.gnav-list.stemcelltherapygnav-list .gnav-sublist > li + li {margin-top: 18px;}


	/* stemcelltherapybtn ---------------------------------------*/
	.stemcelltherapybtn {
		max-width: 360px;
	}


	/* stemcelltherapykv ---------------------------------------*/
	.stemcelltherapykv { 
		width: 100%;
		height: unset;
		aspect-ratio: 375 / 667;
		background: url('../img/stemcelltherapy/kv_sp.jpg') no-repeat;
		background-size: contain;
		min-height: 667px;
	}

	.stemcelltherapykv-inner {
		padding: 30% 0 0;
	}

	.stemcelltherapykv-title { 
		font-size: 24px;
		margin-bottom: 20px;
		color: #fff;
	}

	.stemcelltherapykv-text { 
		font-size: 16px;
		letter-spacing: 0.04em;
		color: #fff;
	}


	/* stemcelltherapyworry ---------------------------------------*/
	.stemcelltherapyworry { 
		padding: 64px 20px;
	}

	.stemcelltherapyworry-list { 
		flex-wrap: wrap;
		/* gap: 10px calc(20 / 335 * 100%); */
		gap: 10px;
		margin-top: 40px;
	}

	/* .stemcelltherapyworry-list > li { 
		width: calc(150 / 335 * 100%);
		max-width: 150px;
	} */
	.stemcelltherapyworry-list > li { 
		width: 100%;
		height: 80px;
	}

	.stemcelltherapyworry-list-text { 
		font-size: 16px;
		line-height: 1.6;
		padding: 0;
	}


	/* stemcelltherapyfeature ---------------------------------------*/
	.stemcelltherapyfeature { 
		padding: 64px 20px 24px;
	}

	.stemcelltherapyfeature-list { 
		display: block;
		margin-top: 48px;
	}

	.stemcelltherapyfeature-list > li {
		width: 100%;
	}

	.stemcelltherapyfeature-list > li + li {
		margin-top: 28px;
	}

	.stemcelltherapyfeature-list-num { 
		font-size: 48px;
		margin-bottom: 10px;
	}

	.stemcelltherapyfeature-list-title { 
		font-size: 28px;
		line-height: 1.4;
		margin-bottom: 20px;
	}

	.stemcelltherapyfeature-list-text { 
		margin-bottom: 26px;
	}

	.stemcelltherapyfeature-list-image { 
	}

	.stemcelltherapyfeature-list-image img { 
		width: 100%;
	}



	/* stemcelltherapyintroduction ---------------------------------------*/
	.stemcelltherapyintroduction { 
		padding: 24px 20px 24px;
	}
	
	.stemcelltherapyintroduction-block { 
		display: block;
		margin: 32px auto 38px;
	}
	
	.stemcelltherapyintroduction-image { 
		width: 100%;
		margin-bottom: 32px;
	}
	
	.stemcelltherapyintroduction-image img { 
		width: 100%;
	}

	.stemcelltherapyintroduction-summary { 
		width: 100%;
	}
	
	.stemcelltherapyintroduction-title { 
		font-size: 24px;
		margin-bottom: 20px;
	}

	.stemcelltherapyintroduction-text { 
		margin-bottom: 22px;
	}
	
	.stemcelltherapyintroduction-name { 
		font-size: 20px;
	}
	
	.stemcelltherapyintroduction-name span { 
		font-size: 16px;
		margin-right: 4px;
	}

	.stemcelltherapyintroduction-info { 
		display: block;
	}
	
	.stemcelltherapyintroduction-info-block { 
		width: 100%;
	}
	
	.stemcelltherapyintroduction-info-block + .stemcelltherapyintroduction-info-block { 
		margin-top: 10px;
	}

	.stemcelltherapyintroduction-info-block + .stemcelltherapyintroduction-info-block::before { 
		display: none;
	}
	
	.stemcelltherapyintroduction-info-title { 
		font-size: 16px;
		line-height: 1.44;
		margin-bottom: 8px;
	}

	.stemcelltherapyintroduction-info-list > li { 
		line-height: 1.6;
	}

	.stemcelltherapyintroduction-info-list + .stemcelltherapyintroduction-info-title {
		margin-top: 10px;
	}

	/* stemcelltherapymedicine ---------------------------------------*/
	.stemcelltherapymedicine { 
		padding: 24px 20px 64px;
	}

	.stemcelltherapymedicine-textlist { 
		width: 100%;
		margin: 34px auto 0;
	}

	.stemcelltherapymedicine-textlist > li { 
		line-height: 1.44;
		padding-left: 28px;
	}

	.stemcelltherapymedicine-textlist > li::before {top: 2px;}
	.stemcelltherapymedicine-textlist > li + li { margin-top: 20px;}
	.stemcelltherapymedicine-link {margin-top: 32px;}

	.stemcelltherapylink {
		gap: 8px;
		padding-bottom: 10px;
	}

	.stemcelltherapylink:hover {animation: unset;}
	.stemcelltherapylink:hover .icon-arrow-circle {background: #fff;}
	.stemcelltherapylink:hover .icon-arrow-circle::after {background: #000;}
	.stemcelltherapymedicine-list { margin-top: 40px;}
	.stemcelltherapymedicine-list > li { display: block;}

	.stemcelltherapymedicine-list-image { 
		width: 100%;
		margin-bottom: 28px;
	}

	.stemcelltherapymedicine-list-image img { 
		width: 100%;
	}

	.stemcelltherapymedicine-list-summary { 
		width: 100%;
	}

	.stemcelltherapymedicine-list-title { 
		margin-bottom: 10px;
	}

	.stemcelltherapymedicine-list-block { 
		padding: 16px 20px;
		margin: 20px auto 20px;
	}

	.stemcelltherapymedicine-list-block-title { 
		letter-spacing: 0.08em;
	}


	/* stemcelltherapynews ---------------------------------------*/
	.stemcelltherapynews { 
		padding: 64px 20px 64px;
	}

	.stemcelltherapy-title.stemcelltherapynews-title span {
		margin-bottom: 8px;
	}

	.stemcelltherapynews-block { 
		display: block;
	}

	.stemcelltherapynews .stemcelltherapy-title { 
		text-align: center;
		width: 100%;
	}

	.stemcelltherapynews-list { 
		width: 100%;
		margin-top: 30px;
	}

	.stemcelltherapynews-list > li { 
		display: block;
		padding: 20px 0;
	}

	.stemcelltherapynews-list > li time { 
		display: block;
		margin-bottom: 10px;
	}


	/* stemcelltherapydetail ---------------------------------------*/
	.stemcelltherapydetail { 
		padding: 58px 20px 64px;
	}

	.stemcelltherapydetail-block { 
		display: block;
		margin-bottom: 32px;
	}

	.stemcelltherapydetail-summary { 
		width: 100%;
		margin-bottom: 32px;
	}

	.stemcelltherapydetail-title { 
		font-size: 36px;
		text-align: center;
		margin-bottom: 18px;
	}

	.stemcelltherapydetail-address { 
		font-size: 18px;
		text-align: center;
		margin-bottom: 10px;
	}

	.stemcelltherapydetail-access { 
		text-align: center;
		margin-bottom: 30px;
	}

	.stemcelltherapydetail-table-title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.stemcelltherapydetail-table { 
		margin-bottom: 18px;
		border-radius: 8px;
	}

	.stemcelltherapydetail-table th { 
		font-size: 14px;
		padding: 10px 6px;
	}

	.stemcelltherapydetail-table td {
		font-size: 14px;
		padding: 10px 4px;
	}

	.stemcelltherapydetail-table td span {
		font-size: 10px;
		margin-top: 1px;
	}

	.stemcelltherapydetail-table td.stemcelltherapydetail-table-close::after {
		width: 9px;
		height: 1.5px;
	}

	.stemcelltherapydetail-table td.stemcelltherapydetail-table-open::after {
		width: 10px;
		height: 10px;
	}

	.stemcelltherapydetail-table td.stemcelltherapydetail-table-half::after {
		width: 10px;
		height: 8px;
	}

	.stemcelltherapydetail-table td.stemcelltherapydetail-table-half::before {
		top: 14px;
		right: 2px;
		font-size: 8px;
	}

	.stemcelltherapydetail-caption { 
		font-size: 14px;
	}

	.stemcelltherapydetail-map { 
		padding-top: 76.33%;
		width: 100%;
	}

	.stemcelltherapydetail-btnlist { 
		display: block;
	}
	
	.stemcelltherapydetail-btnlist > li { 
		width: 100%;
	}
	
	.stemcelltherapydetail-btnlist > li + li { 
		margin-top: 20px;
	}
	
	.stemcelltherapybtn.stemcelltherapydetail-btn {
		padding: 12px;
	}
	
	.stemcelltherapydetail-btn small {
		margin-bottom: 4px;
	}


	/* stemcelltherapyfooter ---------------------------------------*/
	.stemcelltherapyfooter { 
		padding: 62px 20px 86px;
	}

	.stemcelltherapyfooter-nav { 
		display: block;
		width: 100%;
		margin: 0 auto 58px;
	}

	.stemcelltherapyfooter-list { 
		display: block;
	}

	.stemcelltherapyfooter-list > li > a { 

	}

	.stemcelltherapyfooter-list > li + li { 
		margin-top: 14px;
	}

	.stemcelltherapyfooter-sublist { 
		margin-top: 12px;
		margin-left: 10px;
	}

	.stemcelltherapyfooter-sublist > li + li { 
		margin-top: 11px;
	}

	.stemcelltherapyfooter-sublist > li > a { 
		font-size: 14px;
	}

	.gotop { 
		top: 0;
		right: 0;
		width: 60px;
	}


	/* stemcelltherapyfixedbtn ---------------------------------------*/
	.stemcelltherapyfixedbtn {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 1000;
	}

	.stemcelltherapyfixedbtn-block {
		display: flex;
		align-items: center;
		position: relative;
		border-top: 1px solid #fff;
	}

	/* .stemcelltherapyfixedbtn-block::after {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		width: 1px;
		height: 100%;
		background: #fff;
		content: '';
	} */
	
	.stemcelltherapyfixedbtn-btn {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		/* width: 50%; */
		width: 100%;
		height: 56px;
		padding: 14px 6px;
		background: #000;
		font-size: 15px;
		font-weight: 500;
		text-align: center;
		letter-spacing: 0;
		color: #fff;
		border-right: 1px solid #fff;
	}

	.stemcelltherapyfixedbtn-btn .icon-tel,
	.stemcelltherapyfixedbtn-btn .icon-web {
		background: #fff;
	}

	.stemcelltherapyfixedbtn-btn .icon-web,
	.stemcelltherapyfixedbtn-btn .icon-line {
		width: 24px;
		height: 24px;
	}

}
