@charset "UTF-8";

/*↓認知症サイト共通スタイル*/
html {
	font-size: 62.5%;
	/* sets the base font to 10px for easier math */
	-webkit-font-smoothing: antialiased;
}
body {
	position: relative;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: normal;
	color: #231815;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.mincho {
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'Noto Serif JP', serif;
}
/*游明朝font-weight:
Mac・iOS ：M(500)・DB(600)・EB(800)
Windows　：R(400)・DB(600)
*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
a {
	color: inherit;
}
.cf:after {
	content: '';
	clear: both;
	display: block;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.mode_pc,
.mode_sps {
	display: none;
}
.mode_sp {
	display: block;
}
a.tellink {
	pointer-events: auto;
	cursor: pointer;
}
a,
.mover {
	transition: opacity 0.2s ease-out;
	backface-visibility: hidden;
	zoom: 1;
}
a:hover,
.mover:hover {
	opacity: 0.75;
}
.t-center {
	text-align: center;
}
.t-right {
	text-align: right;
}
.t-left {
	text-align: left;
}
.bold {
	font-weight: bold;
}
.accordionWrap dt {
	cursor: pointer;
}
.accordionWrapdt:hover {
	opacity: 0.6;
}
.accordionWrap dd {
	display: none;
}
@media (min-width: 769px) {
	.mode_pc {
		display: block;
	}
	.mode_sp,
	.mode_sps {
		display: none;
	}
	a.tellink {
		cursor: text;
	}
}
@media (max-width: 430px) {
	.mode_sps {
		display: block;
	}	
}
/*
.contentWrap TOP,フォーム用
---------------------------*/
.contentWrap.dementia {
	width: 100%;
	background-color: #ffffff;
}
.contentWrap.dementia .inner {
	padding: 60px 0;
	width: 90%;
	max-width: 1150px;
	margin: auto;
	text-align: center;
}
.contentWrap.dementia h2 {
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'Noto Serif JP', serif;
	font-weight: 600;
	text-align: center;
	line-height: 1.22;
	letter-spacing: 0.05em;
	font-size: min(6vw,25px);
	margin-bottom: 1.5em;
}
.contentWrap.dementia h3 {
	font-size: min(4vw,22px);
}
.contentWrap.dementia .inner p,
.contentWrap.dementia .inner dt,
.contentWrap.dementia .inner dd,
.contentWrap.dementia .inner li {
	line-height: 1.44;
}
.contentWrap.dementia .inner p {
	text-align: left;
	margin-bottom: 1.5em;
}
.contentWrap.dementia .inner p.mb0,
.contentWrap.dementia .inner p:last-child {
	margin-bottom: 0;
}
.contentWrap .inner p.txt-c {
	text-align: center;
}
.contentWrap.dementia .inner p > br.mode_sp,
.contentWrap.dementia .inner p > br.spbr {
	display: block;
}
@media (min-width: 769px) {
	.contentWrap.dementia .inner {
		padding: 145px 0;
		text-align: center;
	}
	.contentWrap.dementia h2 {
		font-size: min(4vw,41px);
		margin-bottom: 50px;
	}
	.contentWrap.dementia h3 {
		font-size: min(3vw,27px);
	}
	.contentWrap.dementia .inner p,
	.contentWrap.dementia .inner dt,
	.contentWrap.dementia .inner dd,
	.contentWrap.dementia .inner li {
		font-size: min(2vw,23px);
		line-height: 1.44;
	}
	.contentWrap.dementia .inner p {
		margin-bottom: 50px;
	}
	.contentWrap.dementia .inner p.txt-l {
		text-align: left;
	}
	.contentWrap.dementia .inner p > br {
		display: block;
	}
	.contentWrap.dementia .inner p > br.mode_sp {
		display: none;
	}
	.contentWrap.dementia .inner p.pc_center {
		text-align: center;
	}
}
/*
#mainVisual
---------------------------*/
#mainVisual {
	margin-top: 0;
}
/*
header
---------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: rgba(154, 58, 82, 1.0);
	z-index: 20;
	transition: 0.5s ease;
	color: #ffffff;
}
header.is-fixed {
	background-color: rgba(154, 58, 82, 0.9);
	transition: all 1000ms;
}
header #headerInner {
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
header .logo {
	position: relative;
	width: 160px;
}
header .logo a {
	display: block;
}
header .logo  img {
	width: 100%;
}
header #contentNav {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
header #contentNav .contentNavInner {
	height: 100%;;
	overflow-y: auto;
}
header.open #contentNav .contentNavInner {
	background-color: rgba(175, 83, 97, 1.0);
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 10;
}
header .closeNav {
	transition: all 0.5s;
	text-align: left;
	order: 1;
	display: none;
	width: 80%;
	max-width: 280px;
	margin: 20vw auto 0 auto;
	}
header.open .closeNav {
	overflow-y: auto;
	display: flex;
	flex-wrap: wrap;
}
header .navArea {
	width: 100%;
	order: 2;
}
header .navArea li {
	border-top: 1px solid #ffffff;
	text-align: center;
}
header .navArea li:last-child {
	border-bottom: 1px solid #ffffff;
}
header li a {
	display: block;
	position: relative;
	font-family: YuGothic, "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 700;
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 0.025em;
	padding: 1em;
}
@media (min-width: 1100px) {
	header #headerInner {
		width: 90%;
		max-width: 1000px;
	}
	header .logo {
		/*margin-top: -1em;*/
	}
	header #contentNavWrap {
		display: flex;
		width: 83%;
		max-width: 830px;
	}
	header #contentNav {
		width: 100%;
		height: auto;
		background-color: transparent;
		padding-top: 0;
		display: block;
		position: relative;
		bottom: initial;
	}
	header .closeNav {
		display: block;
		margin: 0;
		width: auto;
		max-width: initial;
		position: relative;
		height: 70px;
	}
	header .navArea {
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		bottom: 0;
		top: 0;
		margin: auto;
	}
	header .navArea li {
		border-top: none;
	}
	header .navArea li:last-child {
		border-bottom: none;
		border-right: none;
		padding-right: 0;
	}
	header li a:before {
		content: none;
	}
	header li a {
		font-size: min(1.4vw, 14px);
	}
}
/*問い合わせTEL・ボタン SPのみ*/
header .navBtn {
	width: 100%;
	order: 1;
}
header .navBtn li {
	display: block;
	margin-bottom: 1em;
}
header .navBtn li:last-child {
}
header .navBtn li a {
	border: 1px solid #ffffff;
	text-align: center;
}
@media (min-width: 1100px) {
	header .navBtn {
		display: none;
	}
}
/*ページ内リンクの追尾ヘッダー分*/
.anchor {
	margin-top: -70px;
	padding-top: 70px;
}
.contentWrap {
	margin-top: 70px;
}
/*menu_btn*/
#menu_btn {
	cursor: pointer;
	text-align: center;
}
#menu_btn div {
	position: relative;
	width: 23px;
	height: 13px;
	margin: auto;
}
#menu_btn p {
	position: relative;
	top: 5px;
	margin: auto;
	font-size: 10px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 500;
	letter-spacing: 0;
}
.open #menu_btn p {
	opacity: 0;
}
#menu_btn span {
	position: absolute;
	right: 0;
	left: 0;
	width: 23px;
	height: 1px;
	background-color: #ffffff;
	transition: all 0.4s;
	margin: auto;
}
#menu_btn span:nth-of-type(1) {
	top: 0;
}
.open #menu_btn span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}
#menu_btn span:nth-of-type(2) {
	top: 6px;
}
.open #menu_btn span:nth-of-type(2) {
	opacity: 0;
}
#menu_btn span:nth-of-type(3) {
	top: auto;
	bottom: 0;
}
.open #menu_btn span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}
@media (min-width: 1100px) {
	#menu_btn {
		display: none;
	}
}
/*
footer
---------------------------*/
footer {
	text-align: center;
	background-color: #e5e7e6;
	/*height: 70px;*/
	width: 100%;
	align-items: center;
	padding: 1em 0;
}
footer .logo {
	text-align: center;
	width: 160px;
	margin: 0 auto 1em auto;
}
footer .logo a {
	display: block;
}
footer p {
	text-align: center;
	font-size: 13px;
	font-weight: 500;
}
/*
pagetop 縦書き
---------------------------
.pagetop {
	display: none;
	position: fixed;
	z-index: 10;
	bottom: 0;
	right: 0;
	width: 35px;
	height: 150px;
	background-color: rgba(175, 83, 97, 0.8);
	color: #ffffff;
}
.pagetop.stop {
	display: none!important;
}
.pagetop div {
	cursor: pointer;
	display: flex;
	height: 100%;
}
.btnarrow {
	position: relative;
	color: #ffffff;
	padding-left: 15px;
	text-decoration: none;
	outline: none;
}
.btnarrow p {
	color: #ffffff;
	font-size: 14px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	padding-top: 1em;
}
.btnarrow:before{
	content: '';
	position: absolute;
	bottom: 9px;
	left: 10px;	
	width: 1px;
	height: 95px;
	background:#ffffff;
	transition: all .3s;
}
.btnarrow:after{
	content: '';
	position: absolute;
	bottom: 13px;
	left: 9px;	
	width: 12px;
	height: 1px;
	background: #ffffff;
	transform: rotate(-45deg);
	transition: all .3s;
}
.btnarrow:hover:before{
	bottom: 4px;
}
.btnarrow:hover:after{
	bottom: 9px;
}
@media (max-width: 768px) {
	.pagetop {
		display: none!important;
	}
}*/

/*
pagetop
---------------------------*/
.pagetop {
	display: none;
	position: fixed;
	z-index: 10;
	bottom: 3%;
	right: 2%;
	width: clamp(30px, 4vw, 54px);
	height: auto;
}
.pagetop img {
	display: block;
	cursor: pointer;
	width: 100%;
}
.pagetop:hover img {
	opacity: 0.75;
}
@media (max-width: 768px) {
	.pagetop {
		bottom: 120px;
	}
}

/*
追尾CTAボタン:mode_spでスマホのみ
---------------------------*/
#bottomCv {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 2;
	background-color: rgba(255,255,255,0.90);
	/*padding-bottom: 40px;*/
}
#bottomCv .title {
	text-align: center;
	color: #ffffff;
	background-color: rgba(198,73,103,0.90);
	padding: 0.5em 2em;
}
#bottomCv .title span {
	position: relative;
	display: inline-block;
	padding: 0.5em 1em 0 1em;
	line-height: 1.3;
	font-size: min(16px, 3.8vw);
}
#bottomCv .title span:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #ffffff;
	transform: rotate(-30deg);
}
#bottomCv .title span:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #ffffff;
	transform: rotate(30deg);
}
#bottomCv ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#bottomCv li {
	width: 50%;
}
#bottomCv li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	background-color: #d2d1c8;
	border: 1px solid #D24A6C;
	padding: 1em;
}
#bottomCv li a:hover {
	opacity: 1;	
	background-color: #c64a68;
	color: #FFFFFF;
}
#bottomCv li a span {
	position: relative;
	display: inline-block;
	letter-spacing: 0.06em;
	line-height: 1.3;
	font-size: min(16px, 3.4vw);
}
#bottomCv li a span {
	padding-left: 30px;
}
#bottomCv li a span:before {
	margin: auto;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 23px;
	height: 23px;
	background-image: url("../img/common/icon_mail_pink.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
#bottomCv li.mail a:hover span:before {
	background-image: url("../img/common/icon_mail.svg");
}
#bottomCv li.tel a span:before {
	background-image: url("../img/common/icon_tel_pink.svg");
}
#bottomCv li.tel a:hover span:before {
	background-image: url("../img/common/icon_tel.svg");
}
@media (min-width: 769px) {
	#bottomCv li a {
		height: 70px;
	}
}
/*-------------------------------ver2*/
#bottomCv.ver2 .title {
	color: #D24A6C;
	background-color: rgba(255,255,255,0.80);
	font-weight: 600;
}
#bottomCv.ver2 .title span:before,
#bottomCv.ver2 .title span:after {
	background-color: #D24A6C;
	width: 2px;
}
#bottomCv.ver2 li a {
	background-color: #D24A6C;
	border: 1px solid #d2d1c8;
	color: #FFFFFF;
}
#bottomCv.ver2 li a:hover {
	background-color: #e67793;
	color: #FFFFFF;
}
#bottomCv.ver2 li.mail a span:before {
	background-image: url("../img/common/icon_mail.svg");	
}
#bottomCv.ver2 li.mail a:hover span:before {
	background-image: url("../img/common/icon_mail.svg");
}
#bottomCv.ver2 li.tel a span:before {
	background-image: url("../img/common/icon_tel.svg");
}
#bottomCv.ver2 li.tel a:hover span:before {
	background-image: url("../img/common/icon_tel.svg");
}
/*-------------------------------ver3*/
#bottomCv.ver3 .title {
	background-color: rgba(198,73,103,0.90);
}
#bottomCv.ver3 li a {
	background-color: #000000;
	border:none;
	color: #FFFFFF;
}
#bottomCv.ver3 li a:first-child {
	border-right: 1px solid #fff;
}
#bottomCv.ver3 li a:hover {
	background-color: #D24A6C;
	color: #FFFFFF;
}
#bottomCv.ver3 li.mail a span:before {
	background-image: url("../img/common/icon_mail.svg");	
}
#bottomCv.ver3 li.mail a:hover span:before {
	background-image: url("../img/common/icon_mail.svg");
}
#bottomCv.ver3 li.tel a span:before {
	background-image: url("../img/common/icon_tel.svg");
}
#bottomCv.ver3 li.tel a:hover span:before {
	background-image: url("../img/common/icon_tel.svg");
}
@media (min-width: 769px) {
	#bottomCv {
		display: none!important;
	}
}

/*
下層メインビジュアルやタイトル周り
---------------------------*/
/*新バージョンの下影と旧バージョンの背景色
#firstVew(top以外) */
.contentWrap #firstVew,
.contentWrap_new #firstVew {
	background-color: #c8c9ca;
	box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
/*#mainVisual(top以外)*/
.contentWrap #mainVisual,
.contentWrap_new #mainVisual {
	/*margin-top: clamp(60px, 16.64vw, 128px);*/
	width: 100%;	
	height: min(42vw, 400px);
	background-image: url("/img/common/fv_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	position: relative;
}
/*fvTextは「CPC」「サイトマップ」「ドクターインタビュー」旧タイトルで使用*/
.contentWrap #mainVisual #fvText {
	color: #ffffff;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.contentWrap #mainVisual #fvText .title {
	font-weight: 400;
	font-size: min(6vw, 33px);
	white-space: nowrap;
}
@media (min-width: 769px){
	.contentWrap #mainVisual #fvText .title {
		font-size: min(4.14vw, 46px);
	}
}
/*タイトルまわり*/
.mainTitle {
	margin: 1em auto;
	text-align: center;
	font-weight: 500;
	font-size: min(6vw, 33px);
}
.mainTitle .en {
	font-size: clamp(13px, 2.34vw, 18px);
	display: block;
	margin-bottom: 1em;
}
@media (min-width: 769px){
	.mainTitle {
		font-size: min(4.14vw, 46px);
	}
}
/*subTitle*/
.contentWrap .subTitle {
	font-size: min(4.6vw, 22px);
	line-height: 1.65;
	text-align: center;
	font-weight: 600;
	margin-bottom: 1.5em;
}
.contentWrap .subTitle .en {
	font-size: clamp(13px, 2.34vw, 18px);
	display: block;
	margin-bottom: 1em;
}
@media (min-width: 769px) {
	.contentWrap .subTitle {
		font-size: min(2.61vw, 29px);
	}
}
/*TOP、access、stemcellで使用*/
.contentWrap_new .subTitle {
	font-size: clamp(16px, 2.6vw, 28px);
	font-weight: 500;
	margin-bottom: 1em;
}
.contentWrap_new .subTitle .en {
	font-size: clamp(13px, 2.34vw, 18px);
	display: block;
	margin-bottom: 1.5em;
}
@media (min-width: 769px) {
	.contentWrap_new .subTitle {
		margin-bottom: 2.5em;
	}
	.contentWrap_new .subTitle .en {
		margin-bottom: 2.8em;
	}
}
.subTitle.normal {
	font-weight: normal;
}
.subTitle.bold {
	font-weight: bold;
}
.subTitle.mb0 {
	margin-bottom: 0;
}
/*下層　パンくず*/
.breadcrumbList {
	display: flex;
	flex-wrap: wrap;
	padding: 1em 5% 0 5%;
}
.breadcrumbList li {
	padding: 0!important;
	margin-right: 1em;
	font-size: min(3vw, 15px);
	line-height: 1.6;
	font-weight: normal;
}
.breadcrumbList li a {
	display: block;
	position: relative;
	padding-right: 1.5em;
	font-weight: normal;
}
.breadcrumbList li a:after {
	position: absolute;
	right: 0;
	content: ">";
}
.breadcrumbList li a:hover {
	color: #c64967;
}

/*
#howto
---------------------------*/
#howto {
	padding-top: 3em;
}
#howto h2 {
	text-align: left;
	font-size: 130%;
	line-height: 1.7;
	font-weight: bold;
	margin-bottom: 0.8em;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#howtoList {
	text-align: left;
}
#howtoList dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}
#howtoList dd {
	margin-bottom: 1.5em;
}
#howtoList dd:last-child {
	margin-bottom: 0;
}
@media (min-width: 769px){
	#howto {
		padding-top: 5em;
	}
	#howtoList dt,
	#howtoList dd {
		line-height: 1.55;
	}
}
