@charset "utf-8";
/* Copyright 2022 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

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

新領域和解学創成の概要と活動

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

/* おもてページ
---------------------------------------------- */
/*--和解学の目指すものとその起源--*/
.sec_origin{margin-bottom: 70px;}

.sec_origin .txt{line-height: 2;}

.sec_origin .txt p{margin-bottom: 20px;}

.sec_origin .txt p:last-of-type{margin-bottom: 0;}

/*--和解学の具体的方策と研究組織--*/
.sec_research .txt{
	line-height: 2;
	margin-bottom: 40px;
}

.sec_research .txt p{margin-bottom: 20px;}

.sec_research .txt p:last-of-type{margin-bottom: 0;}

.sec_research .person{
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #CCD0CD;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.sec_research .person figure{
	width: 120px;
	flex: none;
	margin-right: 20px;
}

.sec_research .person figure img{
	width: 100%;
	height: auto;
}

.about ul li{margin-bottom: 8px;}

.about ul li:last-of-type{margin-bottom: 0;}

.about ul li a{
	color: #000;
	text-decoration: underline;
}

.about ul li a:hover{text-decoration: none !important;}

/* 和解学の創成研究計画
---------------------------------------------- */
.sec_plan{margin-bottom: 80px;}

.sec_plan:last-of-type{margin-bottom: 0;}

.sec_plan_lead ol li{
	display: flex;
	margin-bottom: 10px;
}

.sec_plan_lead ol li:last-of-type{margin-bottom: 0;}

.sec_plan_lead ol li span{flex: none;}

.sec_plan_lead ol li a{
	color: #000;
	text-decoration: underline;
}

.sec_plan_lead ol li a:hover{text-decoration: none !important;}

.sec_plan .txt{line-height: 2;}

.sec_plan .txt p{margin-bottom: 25px;}

.sec_plan .txt p:last-of-type{margin-bottom: 0;}

.sec_plan .fig{
	border: 1px solid #C4C8C6;
	padding: 40px;
	margin: 40px 0;
}

.sec_plan .fig figure img{
	width: 100%;
	height: auto;
}

.sec_plan01 .fig{margin-bottom: 0;}

.sec_plan06 h4{
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* 研究組織
---------------------------------------------- */
.sec_research .fig{
	border: 1px solid #C4C8C6;
	padding: 40px;
	margin: 40px 0;
}

.sec_research .fig figure img{
	width: 100%;
	height: auto;
}

.sec_team{
	position: relative;
	padding: 120px 10px;
	padding: 6.25vw 5px 120px;
}

.sec_team::before{
	content: "";
	display: block;
	background: url("../img/bg01_pc.jpg") no-repeat center;
	background-size: cover;
	width: 100%;
	padding-top: 24.791%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
}

.sec_team h3{
	color: #0C2C2B;
	text-align: center;
	font-family: "Amiri";
	font-size: 5.6rem;
	line-height: 1;
	margin-bottom: 3.125vw;
}

.wrap_team{display: flex;}
	
.team{
	width: 20%;
	padding: 0 5px;
}

.team h4{
	text-align: center;
	line-height: 1;
	color: #FFF;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	padding: 10px 0;
	margin-bottom: 10px;
}

.team01 h4{background-color: #6B3F4D;}
.team02 h4{background-color: #73712D;}
.team03 h4{background-color: #45476D;}
.team04 h4{background-color: #866537;}
.team05 h4{background-color: #3F6762;}

.team h5{
	font-size: 1.3rem;
	line-height: 1;
	margin-bottom: 10px;
	padding: 3px 0 0 15px;
	position: relative;
}

.team h5::before{
	content: "";
	background: url("../img/ico_heading02.gif") no-repeat 0 0;
	background-size: contain;
	width: 6px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

.leader{margin-bottom: 10px;}

.leader .item,
.member .item{
	background: #FFF;
	border: 1px solid #C4C8C6;
	padding: 25px 20px;
}

.team01 .leader .item,
.team01 .member .item{border-top: 2px solid #6B3F4D;}
.team02 .leader .item,
.team02 .member .item{border-top: 2px solid #73712D;}
.team03 .leader .item,
.team03 .member .item{border-top: 2px solid #45476D;}
.team04 .leader .item,
.team04 .member .item{border-top: 2px solid #866537;}
.team05 .leader .item,
.team05 .member .item{border-top: 2px solid #3F6762;}

.member .item{margin-bottom: 10px;}

.member .item:last-of-type{margin-bottom: 0;}

.team .leader .item .kana,
.team .member .item .kana{
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 5px;
}

.team .leader .item .person,
.team .member .item .person{
	display: flex;
	flex-wrap: wrap;
}

.team .leader .item .person .name,
.team .member .item .person .name{
	font-size: 1.8rem;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 1;
	flex: none;
}

.team .leader .item .person .profile a,
.team .member .item .person .profile a{
	display: block;
	min-width: 80px;
	background: #ECEEED;
	padding: 5px 4px 2px;
	font-family: "Amiri";
	font-size: 1.4rem;
	line-height: 1;
	color: #000;
}

.team .leader .item .person .profile a:hover,
.team .member .item .person .profile a:hover{color: #550404;}
	
.team .leader .item .person .profile a::before,
.team .member .item .person .profile a::before{
	content: "";
	display: inline-block;
	background: url("../img/ico_person01.png") no-repeat 0 0;
	background-size: contain;
	width: 9px;
	height: 12px;
	margin: 0 5px -1px 0;
}

.team .leader .item .person .profile a:hover::before,
.team .member .item .person .profile a:hover::before{background-image: url("../img/ico_person02.png");}
	
.team .leader .item .person .profile a::before,
.team .member .item .person .profile a::after{
	content: "";
	display: inline-block;
	background: url("../img/ico_tab02.png") no-repeat 0 0;
	background-size: contain;
	width: 12px;
	height: 10px;
	margin: 0 0 -1px 3px;
}

.team .leader .item .belongs,
.team .member .item .belongs{
	font-size: 1.3rem;
	line-height: 1.4;
	margin-top: 12px;
}

.team .leader .greeting{margin-top: 12px;}

.team .leader .greeting a{
	display: inline-block;
	min-width: 130px;
	background: #0D2E2B;
	padding: 9px 30px 9px 15px;
	color: #FFF;
	line-height: 1;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	position: relative;
	transition: background .3s;
}

.team .leader .greeting a:hover{background: #550404;}

.team .leader .greeting a::after{
	content: "";
	display: inline-block;
	background: url("../img/ico_arrow01.png") no-repeat 0 0;
	background-size: contain;
	width: 7px;
	height: 12px;
	position: absolute;
	top: 9px;
	right: 20px;
}

/* 各班紹介及び代表者挨拶
---------------------------------------------- */
.nav_greeting_tab01{border-bottom: 3px solid #0D2E2B;}
	
.nav_greeting_tab01 .active_item{display: none;}

.nav_greeting_tab01 ul{
	display: flex;
	margin: 0 -5px;
}

.nav_greeting_tab01 ul li{
	width: 20%;
	padding: 0 5px;
}

.nav_greeting_tab01 ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
	padding: 18px 5px;
	height: 100%;
	line-height: 1.3;
	text-align: center;
	background: #FFF;
	border: 1px solid #C4C8C6;
	border-bottom: none;
	transition: background .3s;
}

.nav_greeting_tab01 ul li a:hover{background: #F0F2F1;}

.nav_greeting_tab01 ul li.active a{
	background: #0D2E2B;
	color: #FFF;
	border: 1px solid #0D2E2B;
}

.message{
	background: #FFF;
	border: 1px solid #C4C8C6;
	padding: 80px;
	margin-bottom: 40px;
}

.message .txt{margin-bottom: 35px;}

.person{
	display: flex;
	align-items: flex-end;
}

.person figure{
	width: 120px;
	margin-right: 20px;
}
	
.person figure img{
	width: 100%;
	height: auto;
}

.person p{line-height: 2;}

/* 記事詳細
---------------------------------------------- */
.article_detail h3{
	font-size: 2rem;
	line-height: 1.4;
	padding-bottom: 35px;
	margin-bottom: 40px;
	border-bottom: 1px solid #C4C8C6;
}

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

side

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

.wrap_side_outline{
	background: #FFF;
	width: 340px;
	border-right: 1px solid #CCD0CD;
}

.side_outline{
	position: sticky;
	position: -webkit-sticky;/*Safari用*/
	top: 0;
	left: 0;
}
	
.txt_side_outline{
	font-family: "Amiri";
	font-size: 3.2rem;
	line-height: 1;
	padding: 20px 0 17px;
	color: #0C2C2B;
	text-align: center;
	border-bottom: 1px solid #C4C8C6;
}

.side_inner_outline .btn_side_close{display: none;}

.side_inner_outline .menu01{
	background: #E6E8E7;
	padding-bottom: 20px;
	border-bottom: 1px solid #C4C8C6;
}

.side_inner_outline ul li{border-bottom: 1px solid #C4C8C6;}

.side_inner_outline ul .s06{position: relative;}

.side_inner_outline ul .s06 > a:hover{background: none;}
	
.side_inner_outline ul .s06::before,
.side_inner_outline ul .s06::after{
	content: "";
	background: #C4C8C6;
	display: block;
	width: 10px;
	height: 2px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
	transition: transform .3s;
}

.side_inner_outline ul .s06::after{transform: rotate(90deg);}

#wrap_all.side_toggle_open .side_inner_outline ul .s06::before{transform: rotate(180deg);}
#wrap_all.side_toggle_open .side_inner_outline ul .s06::after{transform: rotate(360deg);}

.side_inner_outline ul li a,
.side_inner_outline ul li span{
	background: #FFF;
	font-size: 1.3rem;
	line-height: 1;
	display: block;
	color: #000;
	padding: 25px 40px 25px 30px;
	position: relative;
	cursor: pointer;
	transition: background .3s;
}

.side_inner_outline ul li a:hover{background: #E6E8E7;}

.side_inner_outline ul li a::after{
	content: "";
	display: inline-block;
	background: url("../img/ico_arrow04.png") no-repeat 0 0;
	background-size: contain;
	width: 6px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -5px;
	pointer-events: none;
}

.side_inner_outline ul li span::after{display: none;}

.side_submenu_cat{
	display: none;
	background-color: #ECEEED;
	box-shadow: 0 5px 10px -5px #BBBBBB inset;
}

.side_submenu_cat > p{
	font-family: "Amiri";
	text-align: center;
	font-size: 2rem;
	padding: 15px 0;
	line-height: 1;
}

.side_submenu_cat ul li{position: relative;}

.side_submenu_cat ul li::after{display: none;}

.side_submenu_cat ul li:first-of-type{border-top: 1px solid #C4C8C6;}

.side_submenu_cat ul li:last-of-type{border-bottom: none;}

.side_submenu_cat ul li a{
	background-color: #ECEEED;
	padding: 15px 30px;
}

#wrap_all.side_toggle_open .side_submenu_cat{display: block;}


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

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

	新領域和解学創成の概要と活動

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

	/* おもてページ
	---------------------------------------------- */
	/*--和解学の目指すものとその起源--*/
	.sec_origin{margin-bottom: 30px;}

	.sec_origin .txt{line-height: 1.8;}

	.sec_origin .txt p{margin-bottom: 18px;}

	/*--和解学の具体的方策と研究組織--*/
	.sec_research .txt{
		line-height: 1.8;
		margin-bottom: 20px;
	}

	.sec_research .txt p{margin-bottom: 18px;}

	.sec_research .person{
		padding-bottom: 30px;
		margin-bottom: 25px;
	}

	.sec_research .person figure{
		width: 100px;
		margin-right: 10px;
	}

	.about ul li{margin-bottom: 7px;}
	
	/* 和解学の創成研究計画
	---------------------------------------------- */
	.sec_plan{margin-bottom: 30px;}

	.sec_plan_lead ol li{margin-bottom: 5px;}

	.sec_plan .txt{line-height: 1.8;}

	.sec_plan .txt p{margin-bottom: 18px;}

	.sec_plan .fig{
		padding: 15px;
		margin: 15px 0;
	}

	.sec_plan06 h4{
		font-size: 1.5rem;
		margin-bottom: 15px;
	}

	/* 研究組織
	---------------------------------------------- */
	.sec_research .fig{
		padding: 15px;
		margin: 0;
	}

	.sec_team{
		position: relative;
		padding: 70px 15px;
	}

	.sec_team::before{
		background-image: url("../img/bg01_sp.jpg");
		height: 60%;
		padding: 0;
	}

	.sec_team h3{
		font-size: 3.3rem;
		margin-bottom: 25px;
	}
	
	.wrap_team{display: block;}

	.team{
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}

	.team:last-of-type{margin-bottom: 0;}
	
	.leader{margin-bottom: 20px;}

	.leader .item,
	.member .item{padding: 15px;}

	.team .leader .item .person .name,
	.team .member .item .person .name{
		font-size: 2rem;
		margin: 0 12px 0 0;
	}
	
	.team .leader .item .belongs,
	.team .member .item .belongs{margin-top: 10px;}
	
	/* 各班紹介及び代表者挨拶
	---------------------------------------------- */
	.nav_greeting_tab01{
		border-bottom: none;
		height: 50px;
		position: relative;
		z-index: 1;
	}
	
	.nav_greeting_tab01::before{
		content: "";
		background: #FFF url("../img/ico_arrow06.png") no-repeat center;
		background-size: 10px;
		display: inline-block;
		width: 30px;
		height: 49px;
		position: absolute;
		top: 1px;
		right: 1px;
		z-index: 2;
		pointer-events: none;
	}
	
	.nav_greeting_tab01.active::before{transform: scale(1, -1);}
	
	.nav_greeting_tab01 .active_item{
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #C4C8C6;
		background: #0D2E2B;
		color: #FFF;
		width: 100%;
		height: 51px;
		font-size: 1.3rem;
		cursor: pointer;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	.nav_greeting_tab01 ul{
		display: flex;
		flex-direction: column;
		margin: 0;
		width: 100%;
		border-bottom: 1px solid #C4C8C6;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.nav_greeting_tab01 ul li{
		width: 100%;
		padding: 0;
	}
	
	.nav_greeting_tab01 ul li.active{order: -1;}
	
	.nav_greeting_tab01 ul li a{
		font-size: 1.3rem;
		padding: 0;
		height: 50px;
	}
	
	.message{
		padding: 30px 15px;
		margin-bottom: 30px;
		border-top: none;
	}

	.message .txt{margin-bottom: 20px;}

	.person figure{width: 100px;}
	
	/* 記事詳細
	---------------------------------------------- */
	.article_detail h3{
		font-size: 1.7rem;
		padding-bottom: 20px;
		margin-bottom: 25px;
	}

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

	side

	------------------------------------------------------------ */
	
	.wrap_side_outline::before{
		content: "";
		display: block;
		background: rgba(13,46,43,0.95);
		opacity: 0;
		width: 100%;
		height: 100vh;
		pointer-events: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 3;
	}
	
	.mode-1024 .wrap_side_outline::before{transition: opacity .3s;}
	
	#wrap_all.submenu_open .wrap_side_outline::before{
		opacity: 1;
		pointer-events: auto;
	}
	
	.side_outline{
		width: 100%;
		transform: translateX(-100%);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 4;
	}
	
	.mode-1024 .side_outline{transition: transform .3s;}
	
	#wrap_all.submenu_open .side_outline{transform: translateX(0);}
	
	.txt_side_outline{display: none;}
	
	.side_inner_outline{
		background: #FFF;
		width: 80%;
		height: 100vh;
		padding-top: 36px;
		overflow-y: scroll;
		position: relative;
	}
	
	.side_inner_outline ul .s01{border-top: 1px solid #C4C8C6;}
	
	.side_inner_outline ul .s06::before,
	.side_inner_outline ul .s06::after{
		top: 21px;
		right: 14px;
	}
	
	.side_inner_outline ul li a,
	.side_inner_outline ul li span{padding: 15px 30px 15px 15px;}
	
	.side_inner_outline ul li a::after{right: 15px;}
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

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

	新領域和解学創成の概要と活動

	------------------------------------------------------------ */
	
	/* 和解学の創成研究計画
	---------------------------------------------- */



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



	/* 研究組織
	---------------------------------------------- */
	.sec_team::before{height: 80vw;}
	
	
	
}/*--@media--*/

	
