/* ------------------------------------- */
/* 開設10周年記念特設ページ
/* ------------------------------------- */

/* ▼　共通　▼ */

section {
	margin: 0 0 10rem 0;
}

h2 {
	font-size:120%;
	letter-spacing: 0.2em;
	font-weight: 600 !important;
	padding: 0 0 0.2em;
	border-bottom:1px solid #ccc;
	position: relative;
	margin:30px 0 10px 0;
	font-weight: normal;
}
h2:before {
	content:"";
	display:block;
	width:30%;
	border-bottom:2px solid #67659a;
	position:absolute;
	bottom:0;
	margin-bottom:-2px;
}


.line {
	background:linear-gradient(transparent 50%, #ffffcc 0%);
}

.dotted-line {
	border: none;
	border-top: 1px dotted #000;
	margin: 10px 0;
}

.mt20 { margin-top: 20px!important; }
.mt50 { margin-top: 50px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb50 { margin-bottom: 50px!important; }
.ml10 { margin-left: 10px!important; }
.pr15 { padding-right: 15px!important; }

.fb { font-weight: bold; }
.fc1 { color: #a62449; }
.fc2 { color: #D4003A; }
.fc3 { color: #a3a3a3; }

.tac { text-align: center!important; }
.tar { text-align: right!important; }
.f_s { font-size: 80%!important; }

/* ▼　フェードイン用　▼ */

.fade-in-target {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in-target.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* ▼　ブロックタイトル　▼ */

.block_title {
	margin: 0;
	position: relative;
	font-weight: normal;
	margin-bottom: 50px;
	color: #67659a;
	font-size: 1.8rem;
	font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
	font-weight: 700;
	text-align: center;
}
.block_title-point {
	display: block;
	font-size: 1.2rem;
	margin-top: 10px;
	position: relative;
	width: 140px;
	margin: 10px auto 0;
	background-color: #fff;
}
.block_title-point:before {
	content: '';
	height: 1px;
	background-color: #67659a;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	width: 200px;
	left: -30px;
}
@media screen and (max-width: 640px) {
	.block_title-point {
		width: 250px;
	}
	.block_title-point:before {
		width: 350px;
		left: -50px;
	}

}

/* ▼　部品　▼ */

.special {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	font-size: 1.0rem;
	padding: 1rem;
}
@media screen and (max-width: 640px) {
	.special {
		font-size: 1.2rem;
	}

}

.maintitle {
	display: block;
	width: 100%;
	height: auto;
	margin: 2rem auto 4rem;
}
@media screen and (max-width: 640px) {
	.maintitle {
		content: url("./img/special_header.jpg");
		/*content: url("./img/special_maintitle-sp.svg");*/
	}
}
@media screen and (min-width: 641px) {
	.maintitle {
		content: url("./img/special_header.jpg");
		/*content: url("./img/special_maintitle-pc.svg");*/
		
	}
}

.anniversary_logo {
	text-align: center;
	margin: 2em 0;
}
.anniversary_logo img {
	height: auto;
	display: inline-block;
}
.anniversary_message {
	/*padding: 10px 15px 15px 15px;*/
	padding: 30px;
	background: #f5f5f5;
	align-items: center;
	letter-spacing: 0.1em;
}
.anniversary_message p:not(:last-child) {
	margin-bottom: 8px;
}

@media screen and (min-width: 641px) {
	.anniversary_message {
		display: flex;
		gap: 1rem;
	}
	.anniversary_message .anniversary_logo {
		width: 300px;
		overflow: hidden;
		flex-shrink: 0;
	}
	.anniversary_message .anniversary_logo img {
		width: 90%;
		height: auto;
	}
	.anniversary_message .message_text {
		flex: 1;
	}
}
@media screen and (max-width: 640px) {
	.anniversary_message {
		flex-direction: column;
	}
	.anniversary_message .anniversary_logo {
		width: 60%;
		margin: 1rem auto 2rem auto;
		overflow: hidden;
	}
	.anniversary_message .anniversary_logo img {
		max-width: 100% !important;
		height: auto;
		object-fit: contain;
		display: block;
	}
	.anniversary_message .message_text {
		width: 100%;
		line-height: 2.2rem;
	}
}
@media screen and (max-width: 640px) {
	.block_title {
		font-size: 2.0rem;
	}
	.block_title-point {
		font-size: 1.8rem;
	}
}

.section-box {
	margin-bottom: 50px;
}

.event-info-box {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	align-items: flex-start;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	padding: 1.5em;
	max-width: 1000px;
	margin: 2em auto;
}
.event-info-text {
	flex: 1 1 70%;
}
.event-info-text dl {
	display: flex;
	flex-direction: column;
	gap: 1em;
	margin: 0;
}
.event-info-text dl div {
	display: flex;
	flex-wrap: wrap;
}
.event-info-text dt {
	font-weight: bold;
	width: 6em;
	flex-shrink: 0;
	display: inline-block;
}
.event-info-text dd {
	margin: 0;
	display: inline-block;
}
.event-info-flyer {
	flex: 1 1 25%;
	text-align: center;
}
.event-info-flyer img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	.event-info-box {
		flex-direction: column;
	}
	.event-info-text dt {
		width: auto;
	}
	.event-info-flyer {
		margin-top: 1.5em;
	}
	.sp-only {
		display: inline;
	}
}

.event-info-note {
	line-height: 2.0rem;
}
.event-info-note span {
	text-indent: 2.0em;
}

/* ▼看護学部・看護学研究科の強み */

.graduate-summary {
	background-color: #f5f5f5;
	padding: 2em 1.5em;
	margin: 2em auto 0;
	font-family: "Yu Mincho", "游明朝", "YuMincho", serif;
	border-left: 5px solid #67659a;
}
p.graduate-intro {
	margin-bottom: 1.5em;
	line-height: 1.8;
	font-size: 1.05em;
	color: #333;
}

.graduate-stats {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.7;
}

.graduate-stats li {
	padding-left: 1em;
	position: relative;
	margin-bottom: 0.5em;
}

.graduate-stats li::before {
	content: "・";
	position: absolute;
	left: 0;
	color: #67659a;
	font-weight: bold;
}

.graduate-stats .number {
	font-weight: bold;
	color: #a62449;
}

@media screen and (max-width: 640px) {
	.graduate-summary {
		padding: 2em 0.8em;
	}
}

/* ▼タイムライン */

.timeline-center {
	position: relative;
	max-width: 1000px;
	margin: 3em auto;
	padding: 2em 0;
	display: flex;
	flex-direction: column;
	gap: 3em;
}
.timeline-center::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 3px;
	background-color: #67659a;
	transform: translateX(-50%);
	z-index: 0;
}
.timeline-item {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.timeline-item.right {
	justify-content: flex-start;
}
.timeline-item::before {
	content: "";
	position: absolute;
	top: 1.2em;
	width: 12px;
	height: 12px;
	background-color: #67659a;
	border-radius: 50%;
	z-index: 1;
}
.timeline-item.left::before {
	right: 50%;
	transform: translateX(50%);
}
.timeline-item.right::before {
	left: 50%;
	transform: translateX(-50%);
}
.timeline-content {
	width: 45%;
	background-color: #f5f5f5;
	padding: 1em;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	z-index: 2;
	box-sizing: border-box;
}
.timeline-year {
	display: block;
	font-weight: bold;
	color: #67659a;
	margin-bottom: 0.5em;
}
/* swiper */
.timeline-content .swiper-container {
	width: 100%;
	margin-top: 1em;
	overflow: hidden;
	position: relative;
}
.timeline-content .swiper-slide img {
	width: 90%;
	margin: 0 auto;
	height: auto;
	border-radius: 6px;
	display: block;
}
.timeline-content .swiper-button-next,
.timeline-content .swiper-button-prev {
	color: #a62449;
	width: 32px;
	height: 32px;
	font-size: 10px;
	font-weight: bold; 
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	top: 50%;
	transform: translateY(-50%);
}
.timeline-content .swiper-button-next::after,
.timeline-content .swiper-button-prev::after {
	font-size: 18px;
	font-weight: bold;
	color: #67659a;
}
.timeline-content .swiper-button-prev {
	left: 10px;
}
.timeline-content .swiper-button-next {
	right: 10px;
}
.timeline-content .swiper-pagination {
	position: static;
	margin-top: 0.5em;
	text-align: center;
}
.timeline-content .swiper-slide figure {
	margin: 0;
	text-align: center;
}
.timeline-content .swiper-slide figcaption {
	font-size: 0.85em;
	color: #555;
	margin-top: 0.5em;
	line-height: 1.4;
}
@media screen and (max-width: 640px) {
	.timeline-center::before {
		left: 1em;
		transform: none;
	}

	.timeline-item::before {
		left: 1em;
		right: auto;
		transform: none;
	}

	.timeline-item {
		flex-direction: column;
		align-items: flex-start;
		padding-left: 2em;
		width: 100%;
		box-sizing: border-box;
	}

	.timeline-content {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.timeline-content img {
		max-width: 100%;
		height: auto;
		margin: 0.8em auto 0;
		display: block;
	}
}


@media screen and (min-width: 641px) {
}
@media screen and (max-width: 640px) {
}
