@charset "utf-8";

h3 {
	font-size: 1.6rem;
	font-weight: bolder;
}

.chapter-body {
	padding-bottom: 0;
}

.footnote, .inline-footnote {
	line-height: 1.6;
}

.contact-container {
	display: none;
}

.part-index {
	border: none;
}

.chapter-header.-subchapter {
	border-bottom: none;
}

.-subchapter + .chapter-body {
	padding-top: 0;
}

@media all and (min-width: 1024px) {
	h3 {
		font-size: 2.0rem;
	}
	
	.part-header-inner {
		background-color: transparent;
	}
}

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

.outline {
	
}

.outline__body {
	position: relative;
	background-color: rgba(255,255,255,0.3);
	margin-top: -30px;
	padding-top: 10px;
	z-index: 1;
	-webkit-backdrop-filter: blur(20px) saturate(3);
	        backdrop-filter: blur(20px) saturate(3);
}

.outline__read {
	font-size: 130%;
	font-weight: bolder;
	font-feature-settings: "palt";
	line-height: 1.7;
	text-align: center;
}

.outline__ttl {
	font-size: 1.5rem;
	font-weight: bold;
	color: rgb(87, 109, 194);
}

.outline__img {
	position: relative;
	width: 70%;
	max-width: 400px;
	margin: auto;
}

/* .outline__img::before {
	position: absolute;
	left: 0;
	top: 0%;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #efca83;
	border-radius: 50%;
	z-index: -1;
	opacity: 0;
	transform: scale(0);
	transition: 2s cubic-bezier(.17,.84,.44,1) 0.2s;
}

.load .outline__img::before {
	transform: scale(1.5);
	opacity: 0.15;
} */

.outline__img img {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 3px;
}

.outline__subcontainer {
	border-left: 1px solid rgb(87, 109, 194);
	padding-left: 20px;
}

@media all and (min-width: 1024px) {
	
	.outline {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
	}
	
	.outline__read {
		margin-top: 0;
		font-size: 180%;
		text-align: left;
	}
	
	.outline__img {
		width: 30%;
		margin: 0 0 auto;
	}
	
	/* .outline__img::before {
		transform: translateX(0%) scale(1.25);
	}
	
	.load .outline__img::before {
		top: 0;
	} */
	
	.outline__body {
		position: static;
		width: calc(70% - 30px);
		margin-top: 0;
		padding-top: 0;
		background-color: transparent;
		-webkit-backdrop-filter: none;
		        backdrop-filter: none;
	}
	
	.outline__ttl {
		font-size: 1.8rem;
	}
}

@media all and (min-width: 1280px) {
	.outline__subcontainer {
		padding-left: 30px;
	}
}


.Features {
	
}

.Features__item {
	margin-bottom: 30px;
}

.Features__body {
	font-feature-settings: "palt";
}

.Features__ttl {
	font-size: 1.8rem;
	font-weight: bold;
	color: rgb(87, 109, 194);
	text-align: center;
}

.Features__img {
	position: relative;
	width: 90%;
	margin: auto auto 20px;
	z-index: 1;
}

.Features__img img {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 3px;
}



@media all and (min-width: 768px) {
	
	.Features {
		--translateY: 100px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: var(--translateY);
	}
	
	.Features__item {
		width: calc(50% - 20px);
	}
	
	.Features__item:nth-child(even) {
		transform: translateY(var(--translateY));
	}
	
	.Features__ttl {
		position: relative;
		text-align: left;
	}
	
	.Features__ttl::before {
		position: absolute;
		left: -20px;
		bottom: 0;
		display: block;
		width: 40px;
		height: 40px;
		content: "";
		background-color: currentColor;
		border-radius: 50%;
		z-index: -1;
		opacity: 0.15;
	}

	.Features__img {
		margin-bottom: 30px;
	}

}

@media all and (min-width: 1280px) {
	
	.Features__item {
		width: calc(50% - 40px);
	}
	
	.Features__ttl {
		font-size: 2.2rem;
	}
	
}



.information {
	padding: 30px 20px;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 10px;
}

.information > * {
	margin-top: 0;
}

.information > *:last-child {
	margin-bottom: 0;
}

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

@media all and (min-width: 1024px) {
	.information {
		padding: 50px;
	}
	
	.information__ttl {
		
	}
}



.information__notice {
	padding: 20px 20px 20px 40px;
	box-sizing: border-box;
	background-color: #f5f5f5;
	border-radius: 10px;
	font-size: 1.3rem;
}





.staff {
	padding: 10px;
}

.staff > *:last-child {
	margin-bottom: 0;
}

.staff__item {
	margin: 0 0 40px;
	text-align: center;
}

.staff__img-block {
	width: 100px;
	max-width: initial;
	margin: 0 auto 20px;
}

.staff__img-block img {
	display: block;
	width: 100%;
	border-radius: 8px;
}

.staff__meta-block {
	margin: 0;
	font-size: 1.15rem;
}

.staff__ttl {
	margin: 0;
	font-size: 1.3rem;
}

.staff__name {
	margin: 0 0 10px;
	font-size: 1.8rem;
}

.staff__des {
	margin: 0;
	font-size: 1.15rem;
}

.staff__des:empty:before {
	content: "-";
}

@media all and (min-width: 1024px) {
	
	.staff {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		padding: 0;
	}
	
	.staff__item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		text-align: left;
	}
	
	.staff__img-block {
		width: 150px;
		margin: 0 0 auto;
	}
	
	.staff__meta-block {
		width: calc(100% - 180px);
		margin-right: 0;
	}
}
