@charset "UTF-8";
/* CSS Document */

#contents {
	padding-bottom: 110px;
	background-color: #6e7596;
}
.mimg {
	background-image: url(../img/research_mimg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
	height: 422px;
}
.mimg.detail {
	background-image: url(../img/researchd_mimg.jpg);
	height: 239px;
}
.mimg .container {
	display: flex;
	justify-content: flex-end;
	padding-top: 70px;
}
.mimg.detail .container {
	padding-top: 0;
	align-items: center;
	height: 100%;
}
.mimg h1 {
	font-size: 50px;
	line-height: 1.4;
	color: #FFF;
	letter-spacing: 0.06em;
}
.mimg h1 span {
	display: block;
	font-size: 40px;
}
.mimg p {
	font-size: 18px;
	line-height: 1.66;
	color: #FFF;
	padding-top: 25px;
}

.pan_list {
	padding-bottom: 90px;
	color: #CCC;
}
.pan_list a {
	color: #CCC;
}

.research_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 70px 35px;
}
.research_items .item {
	display: block;
	font-size: 0;
	text-decoration: none;
	color: #FFF;
	width: 368px;
	position: relative;
}
.research_items .item .img img {
	width: 100%;
	height: auto;
}
.research_items .item .title {
	min-height: 71px;
	font-size: 24px;
	line-height: 1.46;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 24px 0 15px;
}
.research_items .item .name {
	font-size: 16px;
	line-height: 1.5;
	border-bottom: 1px solid #93a5e9;
	padding-bottom: 15px;
}
.research_items .item p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.56;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.research_items .item .image-info {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.4;
	color: #93a5e9;
	background-color: rgba(147, 165, 233, 0.1);
	padding: 8px;
	border-radius: 4px;
	border-left: 3px solid #93a5e9;
}

.research_detail {
	background-color: #FFF;
	border-radius: 10px;
	padding: 65px 0 60px;
	color: #070526;
}
.research_container .head {
	border-bottom: 1px solid #93a5e9;
	padding-bottom: 45px;
}
.research_container .head h1 {
	max-width: 785px;
	margin: 0 auto;
	font-size: 32px;
	line-height: 1.4;
	font-weight: bold;
}
.research_container .head .name {
	max-width: 785px;
	margin: 0 auto;
	font-size: 19px;
	line-height: 1.8;
	padding-top: 10px;
}
.research_container .body {
	max-width: 785px;
	margin: 0 auto;
}
.research_container .body strong {
	font-weight: bold;
}
.research_container .body span {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif !important;
}
.research_container .body h2 {
	font-size: 22px;
	line-height: 1.6;
	font-weight: bold;
	padding-top: 45px;
}
.research_container .body div.article {
	font-size: 16px;
	line-height: 2.2;
	text-align: justify;
	padding-top: 25px;
}
.research_container .body .imgset {
	margin: 40px auto 0;
}
.research_container .body .imgset .img {
	font-size: 0;
}
.research_container .body .imgset .img img {
	width: 100%;
	height: auto;
}
.research_container .body .imgset p {
	font-size: 14px;
	line-height: 1.78;
	text-align: justify;
	padding-top: 10px;
}
.research_container .body .imgset .img .image-info {
	margin-top: 8px;
	font-size: 11px;
	line-height: 1.4;
	color: #93a5e9;
	background-color: rgba(147, 165, 233, 0.1);
	padding: 6px;
	border-radius: 3px;
	border-left: 2px solid #93a5e9;
}
.research_container .prof {
	max-width: 1173px;
	margin: 60px auto 0;
	background-color: #eee;
	padding: 32px 0;
	color: #070526;
}
.research_container .prof .fblk {
	max-width: 785px;
	margin: 0 auto;
	display: flex;
	gap: 37px;
}
.research_container .prof .fblk .img {
	width: 135px;
}
.research_container .prof .fblk .img img {
	width: 100%;
	height: auto;
}
.research_container .prof .fblk .info {
	width: calc(100% - 172px);
	height: 180px;
	position: relative;
}
.research_container .prof .fblk .info strong {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}
.research_container .prof .fblk .info .name {
	font-size: 25px;
	line-height: 1.4;
	padding: 20px 0 10px;
}
.research_container .prof .fblk .info .data {
	font-size: 16px;
	line-height: 1.5;
}
.research_container .prof .fblk .info .data span {
	display: inline-block;
	padding-right: 1em;
}
.research_container .prof .fblk .info .btns {
	position: absolute;
	bottom: 0;
	display: flex;
	gap: 10px;
}
.research_container .prof .fblk .info .btns a {
	display: inline-block;
	background-color: #666;
	text-decoration: none;
	color: #FFF;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 10px;
	min-width: 176px;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}
@media screen and (max-width: 1220px) {
	.research_items {
		justify-content: center;
	}
}
@media screen and (max-width: 790px) {
	#contents {
		padding-bottom: 0;
	}
	#contents.detail {
		padding-bottom: 70px;
	}
	.mimg {
		background-image: url(../img/research_mimg_sp.jpg);
		height: 620px;
	}
	.mimg.detail {
		background-image: url(../img/researchd_mimg_sp.jpg);
		height: auto;
	}
	.mimg .container {
		justify-content: flex-start;
		padding-top: 0;
	}
	.mimg.detail .container {
		padding-top: 0;
		align-items: flex-start;
	}
	.mimg h1 {
		font-size: 25px;
		line-height: 1.4;
		padding-top: 280px;
	}
	.mimg.detail h1 {
		padding-top: 0;
		line-height: 67px;
	}
	.mimg h1 span {
		font-size: 19px;
	}
	.mimg.detail h1 span {
		display: inline;
		line-height: 67px;
	}
	.mimg p {
		font-size: 12px;
		line-height: 1.75;
	}
	.pan_list {
		padding-bottom: 35px;
	}
	.research_items {
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}
	.research_items .item {
		width: 100%;
	}
	.research_items .item .title {
		font-size: 21px;
		line-height: 1.47;
		min-height: 62px;
		margin: 20px 0 12px;
	}
	.research_items .item .name {
		font-size: 14px;
		padding-bottom: 12px;
	}
	.research_items .item p {
		font-size: 12px;
		margin-top: 12px;
	}
	.research_detail {
		padding: 20px 0 15px;
	}
	.research_container .head {
		margin: 0 15px;
		padding-bottom: 12px;
	}
	.research_container .head h1 {
		font-size: 21px;
	}
	.research_container .head .name {
		font-size: 14px;
	}
	.research_container .body h2 {
		font-size: 17px;
		padding-top: 30px;
	}
	.research_container .body div.article {
		font-size: 12px;
		padding-top: 15px;
	}
	.research_container .body {
		padding: 0 15px;
	}
	.research_container .body .imgset {
		margin-top: 20px;
		width: 100% !important;
	}
	.research_container .body .imgset p {
		font-size: 11px;
		padding-top: 5px;
	}
	.research_container .prof {
		margin: 35px 15px 0;
		padding: 25px 0 35px;
	}
	.research_container .prof .fblk {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	.research_container .prof .fblk .img {
		width: 135px;
	}
	.research_container .prof .fblk .img strong {
		display: block;
		text-align: center;
		font-size: 16px;
		line-height: 1;
		font-weight: bold;
		padding-bottom: 10px;
	}
	.research_container .prof .fblk .info {
		width: auto;
		height: auto;
		text-align: center;
	}
	.research_container .prof .fblk .info strong {
		display: none;
	}
	.research_container .prof .fblk .info .name {
		padding-top: 0;
	}
	.research_container .prof .fblk .info .data span {
		display: block;
		padding-right: 0;
	}
	.research_container .prof .fblk .info .data span b {
		font-size: 0;
		display: block;
	}
	.research_container .prof .fblk .info .btns {
		flex-direction: column;
		align-items: center;
		gap: 10px;
		position: relative;
		padding-top: 30px;
	}
	.research_container .prof .fblk .info .btns a {
		min-width: 176px;
	}
}