@charset "utf-8";

/* ---------------------------------------- */
/* section color */

.contents-header:before {
	background-color: rgb(131, 153, 239);
}

.slide-local-nav,
.slide-local-nav__arrow {
	background-color: rgb(131, 153, 239);
}

.chapter-header {
	color: rgb(87, 109, 194);
}

.count-container__item:before {
	color: rgba(87, 109, 194, 0.9);
}

.count-container__ttl {
	color: rgba(87, 109, 194, 0.9);
}

.chapter-introduction__ttl {
	color: rgb(87, 109, 194);
}

.std-count-container__item:before {
	background-color: rgb(131, 153, 239);
}


.faq-list__item-q:before {
	background-color: rgb(101, 129, 192);
}

.faq-list__item-a:before {
	background-color: rgb(131, 153, 239);
}

.section-body__ttl:before {
	border: 0.3em solid rgb(101, 129, 192);
}

.features__des {
	color: rgba(87, 109, 194, 0.8);
}

@media screen and (min-width: 1024px) {
	.chapter-header {
		color: rgba(87, 109, 194, 0.9);
	}
}

/* ---------------------------------------- */

.logo {

}

.logo__ttl {
	font-size: 2.4rem;
	margin-bottom: 1em;
}

.logo__img {
	text-align: center;
}

.logo__img img {
	width: 100%;
	max-width: 500px;
}

.logo__description .color--blue {
	color: #6581C0;
}

.logo__description .color--pink {
	color: #EA6182;
}

.logo__description p {
	font-size: 110%;
}

@media screen and (min-width: 768px) {

	.logo__img img {
		max-width: 700px;
	}

}


@media screen and (min-width: 1024px) {

	.logo__ttl {
		font-size: 3.2rem;
	}

}

/* ---------------------------------------- */

.philosophy {
	text-align: center;
}

.philosophy__ttl {
	margin-bottom: 0.5em;
	font-size: 2.4rem;
	font-weight: bolder;
}

.philosophy__lead {
	font-weight: bolder;
	font-size: 120%;
}

@media screen and (min-width: 1024px) {

	.philosophy {
		text-align: inherit;
	}
	
	.philosophy__ttl {
		font-size: 3.2rem;
	}
}

/* ---------------------------------------- */

.declaration {
	display: block;
	max-width: 740px;
	margin: 0 auto 60px;
}

.declaration img {
	width: 100%;
	vertical-align: bottom;
}

.declaration hr {
	min-width: 0;
	max-width: none;
	margin: 40px 0;
	padding: 20px 0;
	background: url(/assets/img/hospital/cord.png) center center no-repeat;
	background-size: cover;
	transform: scale(0.6);
	border: none;
}

.declaration p {
	width: 90%;
	max-width: 600px;
	margin: auto;
}


@media screen and (min-width: 768px) {
	
	.declaration hr {
		transform: scale(1.0);
	}

	.declaration p {
		width: 100%;
	}
}

/* ---------------------------------------- */

.features {
	
}

.features .count-container {
	padding: 0;
	background-color: transparent;
}

.features .count-container__txt {
	font-size: inherit;
}


/* ---------------------------------------- */

.greetings {
	
}

.greetings-inner {
	position: relative;
}

.greetings__figure {
	margin-bottom: 20px;
}

.greetings__figcaption {
	text-align: center;
	color: #000;
}

.greetings__txt {
	line-height: 2.2;
}

.greetings__txt p {
	margin: 0 0 2em;
}

.greetings__img {
	display: block;
	width: 100%;
	margin: 0 auto 20px;
}

.greetings__img img {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: auto;
}

.figcaption-title {
	font-size: 1.2rem;
}

.figcaption-name {
	font-size: 2.0rem;
}

.figcaption-name rt {
	position: relative;
	top: 0.5em;
	letter-spacing: 0;
	font-size: 0.8rem;
}

.greetings__txt {
	
}

.windows .greetings__figcaption {
	transform: rotate(0.029deg);
	font-weight: bolder;
}

/* ---------------------------------------- */

.contact-logo__type {
	height: 40px;
}

@media screen and (min-width: 1024px) {
	
	.greetings__figure {
		position: absolute;
		top: 5em;
		right: 0;
		left: auto;
		margin: auto;
		width: 60%;
	}
	
	.greetings__figcaption {
		text-align: right;
	}
	
	.greetings__img img {
		max-width: 700px;
		border-radius: 2px;
	}
	
	.greetings__txt {
		position: relative;
		font-size: 1.6rem;
		z-index: 1;
		width: 60%;
		max-width: 550px;
		margin-top: 140px;
		margin-left: 40px;
	}
	
}



