@charset "utf-8";


/* ============================================================================================== */
/* common                                                                                         */
/* ============================================================================================== */

.section__stories {
	padding-bottom: 60px;
}


/* ============================================================================================== */
/* section__stories                                                                               */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* stories-list */

.stories-list .stories-list__anchor {
	display: block;
	text-decoration: none;
	line-height: 1.5;
}

.stories-list .stories-list__anchor:hover {
	filter: brightness(105%);
}

.stories-list .stories-list__img {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	margin-bottom: 20px;
}

.stories-list .stories-list__img:before {
	content:"";
	display: block;
	padding-top: 66%;
}

.stories-list .stories-list__img img {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:100%;
	height: 100%;
	object-fit: cover;
}

.stories-list .stories-list__txt .date {
	font-size: 1.1rem;
}

.stories-list .stories-list__txt .ttl {
	text-decoration: underline;
	margin-bottom: 5px;
}

.stories-list .stories-list__anchor:hover .stories-list__txt .ttl {
	text-decoration: none;
}

.stories-list .stories-list__txt .name {
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.stories-list .stories-list__txt .detail {
	font-size: 1.1rem;
}

.stories-list .stories-list__txt .detail span {
	display: block;
}


/* ----------------------------------------------------------------------- */
/* wp-pagenavi */

.stories .pager .wp-pagenavi {
	text-align: center;
}

.stories .pager .pages {
	font-size: 1.2rem;
	color: rgba(91,40,68,.6);
	display: block;
	margin-bottom: 5px;
}

.stories .pager a,
.stories .pager .current {
	font-size: 1.3rem;
	line-height: 1.2;
	text-decoration: none;
	display: inline-block;
	padding: 0 15px 0 20px;
	position: relative;
}

.stories .pager a {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 600;
}

.stories .pager a:after,
.stories .pager .current:after {
	content: '';
	width: 1px;
	height: 100%;
	background: rgba(91,40,68,.1);
	position: absolute;
	right: 0;
	top: 0;
}

.stories .pager .current {
	color: rgba(91,40,68,.6);
}

.stories .pager a.nextpostslink:after,
.stories .pager a.previouspostslink:after {
	background: none;
}



/* ----------------------------------------------------------------------- */
/* story */

.story {
	margin-bottom: 60px;
}


/* ----------------------------------------------------------------------- */
/* story-kv */

.story-kv .kv {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	margin-bottom: 30px;
}

.story-kv .kv:before {
	content:"";
	display: block;
	padding-top: 56%;
}

.story-kv .kv img {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:100%;
	height: 100%;
	object-fit: cover;
}


/* ----------------------------------------------------------------------- */
/* story-ttl */

.story .story-ttl {
	line-height: 1.5;
	text-align: center;
	margin-bottom: 30px;
}

.story .story-ttl .ttl {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.story .story-ttl .ttl span {
	display: inline-block;
}

.story .story-ttl .date {
	font-size: 1.2rem;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.story .story-ttl .date:after {
	content: '';
	width: 150px;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	background: rgba(91,40,68,.1);
}

.story .story-ttl .name {
	font-size: 1.8rem;
}


/* ----------------------------------------------------------------------- */
/* story-profile */

.story .story-profile {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.story .story-profile_li {
	line-height: 1.3;
	text-align: center;
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.story .story-profile_li .img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 15px;
}

.story .story-profile_li .img img {
	width:100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}

.story .story-profile_li .name {
	margin-bottom: 10px;
}

.story .story-profile_li .detail {
	font-size: 1.2rem;
}

.story .story-profile_li .detail span {
	display: block;
}

.story .story-profile_li .detail .course {
	margin-bottom: 5px;
}


/* ----------------------------------------------------------------------- */
/* story-body */

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

.story .balloon {
	line-height: 1.6;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10px;
}

.story .balloon-img {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
}

.story .balloon-img img {
	width:100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}

.story .balloon-txt {
	font-size: .95em;
	text-align: justify;
	width: calc(100% - 70px);
	box-sizing: border-box;
	border-radius: 10px;
	padding: 18px;
	margin-top: 10px;
	position: relative;
}

.story .staff .balloon-txt {
	background: #f4ebf0;
}

.story .student .balloon-txt {
	border: solid 1px #c79fb5;
}

.story .balloon-txt .icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
}

.story .staff .balloon-txt .icon {
	fill: #f4ebf0;
	left: -10px;
	transform: scale(-1, 1);
}

.story .student .balloon-txt .icon {
	fill: #fff;
	right: -10px;
}

.story .student .balloon-txt .icon.layer {
	fill: none;
	stroke: #c79fb5;
	stroke-width: 1.5px;
}

.story .balloon-txt .staff-name {
	margin-bottom: 5px;
}

.story .balloon-txt .staff-name .interviewer {
	font-size: .8em;
}

.story .snapshot {
	margin: 40px 0;
}

.story .snapshot img {
	width: 100%;
	vertical-align: bottom;
	border-radius: 5px;
}


/* ----------------------------------------------------------------------- */
/* back-link */

/*
.stories .back-link {
	text-align: center;
	padding-top: 30px;
}*/


/* ----------------------------------------------------------------------- */
/* single-pager */

.stories .article__single-pager {
	padding-top: 30px;
	border-top: solid 1px rgba(91,40,68,.1);
}

.stories .article__single-pager .single-pagers {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.stories .article__single-pager .single-pager__anchor {
	display: inline-flex;
	align-items: center;
	transition: all 0.25s ease;
	text-decoration: none;
}

.stories .article__single-pager .single-pager__anchor:hover {
	filter: brightness(120%);
}

.stories .article__single-pager .single-pager__anchor .lbl {
	font-size: 1.3rem;
	margin-right: .5px;
}

.stories .article__single-pager .newer .single-pager__anchor .lbl {
	margin-right: 0;
	margin-left: .5px;
}

.stories .article__single-pager .single-pager__anchor .icon {
	width: 15px;
	height: 15px;
	stroke: rgba(91,40,68,1);
	stroke-width: 1px;
}

.stories .article__single-pager .newer .single-pager__anchor .icon {
	transform: scale(-1, 1);
}




/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* SmartPhone */

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

}

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

	/* story-profile */
	.story .story-profile_li {
		width: 170px;
	}

}

@media screen and (orientation:landscape) {

}

/* over iphone 6 plus landscape */
@media screen and (orientation:landscape) and (min-width: 736px) {

}


/* ----------------------------------------------------------------------- */
/* Tablet */

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

	/* stories-list */
	.stories-list .stories-list__txt .date {
		font-size: 1.2rem;
	}

	.stories-list .stories-list__txt .ttl {
		font-size: 1.1em;
		margin-bottom: 10px;
	}

	.stories-list .stories-list__txt .name {
		font-size: 1.3rem;
	}

	.stories-list .stories-list__txt .detail {
		font-size: 1.2rem;
	}
	
	/* single-pager */
	.stories .article__single-pager {
		width: calc(100% - 80px);
	}


}


/* ----------------------------------------------------------------------- */
/* over ipad landscape */

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

	/* common */
	.section__stories {
		padding-bottom: 120px;
	}

	/* stories-list */
	.stories-list {
		margin-bottom: 20px;
	}

	/* story */
	.story {
		margin-bottom: 120px;
	}

	/* story-kv */
	.story-kv .kv {
		margin-bottom: 60px;
	}

	.story-kv .kv:before {
		padding-top: 50%;
	}

	/* story-ttl */
	.story .story-ttl {
		margin-bottom: 40px;
	}

	.story .story-ttl .ttl {
		font-size: 3rem;
	}

	.story .story-ttl .date {
		font-size: 1.3rem;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.story .story-ttl .name {
		font-size: 2.5rem;
	}

	/* story-profile */
	.story .story-profile {
		margin-bottom: 80px;
	}

	.story .story-profile_li {
		width: 200px;
	}

	.story .story-profile_li .img {
		width: 150px;
		height: 150px;
	}

	.story .story-profile_li .detail {
		font-size: 1.3rem;
	}

	/* story-body */
	.story .balloon {
		margin-bottom: 30px;
	}

	.story .balloon-img {
		width: 100px;
		height: 100px;
	}

	.story .balloon-txt {
		font-size: 1em;
		width: calc(100% - 130px);
		padding: 30px;
		margin-top: 10px;
	}

	.story .snapshot {
		margin: 80px 0;
	}

	/* back-link */
	/*.stories .back-link {
		padding-top: 60px;
	}*/
	
	/* single-pager */
	.stories .article__single-pager {
		width: calc(100% - 120px);
		padding-top: 60px;
	}

	.stories .article__single-pager .single-pager__anchor .lbl {
		font-size: 1.5rem;
		margin-right: 1px;
	}

	.stories .article__single-pager .newer .single-pager__anchor .lbl {
		margin-left: 1px;
	}



}


/* ----------------------------------------------------------------------- */
/* Desktop */

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

	/* story-profile */
	.story .balloon.staff {
		margin-right: -130px;
		transform:translateX(-130px);
	}

	.story .balloon.student {
		margin-left: -130px;
		transform:translateX(130px);
	}

}

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

}
