/*----------------------------*/
/*--base--*/
/*----------------------------*/
.inner {
	width: 1100px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.inner {
		width: 100%;
		padding: 0 20px;
	}
}
  
.forPc {
	display: block;
}
.forSp {
	display: none;
}
@media screen and (max-width: 767px) {
	.forPc {
	  display: none;
	}
	.forSp {
		display: block;
	}
}
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.clearfix::after{
	content: "";
	clear: both;
	display: block;
}
  
.font-roboto {
	font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4 {
	font-weight: bold;
	letter-spacing: 0.03rem;
	margin-bottom: 0;
}
  
.fs12 {
	font-size: 12px;
}
.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.fs20 {
	font-size: 20px;
}
.fs22 {
	font-size: 22px;
}
@media screen and (max-width: 767px) {
	.fs12 {
	  font-size: 10px;
	}
	.fs14 {
	  font-size: 12px;
	}
	.fs16 {
	  font-size: 14px;
	}
	.fs18 {
	  font-size: 16px;
	}
	.fs20 {
	  font-size: 18px;
	}
	.fs22 {
	  font-size: 18px;
	}
}
@media screen and (max-width: 390px) {
	.fs16 {
	  font-size: 13px;
	}
	.fs18 {
	  font-size: 15px;
	}
	.fs20 {
	  font-size: 16px;
	}
	.fs22 {
	  font-size: 18px;
	}
}
  
em {
	color: #317dc1;
	font-weight: bold;
	background:linear-gradient(transparent 60%, #fff25f 60%);
}

.aboutBlcok_content {
	margin-top: 30px;
}

.cl_blue {
	color: #2b71b8;
}

/*----------------------------*/
/*--学術事例ページ--*/
/*--main--*/
/*----------------------------*/

.gakujutu_jirei {
	margin-top: 90px;
	margin-bottom: 120px;

	font-weight: 500;
}

section#bgImage {
	color: #fff;
	margin-top: 90px;
	padding: 80px 0 80px;
	background: url(../images/gakujutu_jirei/main_bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
section.main h1 {
	font-size: 36px;
	line-height: 3rem;
	margin-bottom: 20px;
}
section.main h1 small {
	font-size: 24px;
}
@media screen and (max-width: 767px) {
	section#bgImage {
		background: url(../images/gakujutu_jirei/main_bg_sp.jpg) no-repeat;
		background-position: center;
	}
	.gakujutu_jirei {
		margin-top: 0px;
		margin-bottom: 120px;
	}
	section#bgImage {
		margin-top: 0;
		padding: 40px 0 40px;
	}
	section.main h1 {
		font-size: 28px;
		line-height: 2.6rem;
		margin-bottom: 10px;
	}
}


/*----------------------------*/
/*--学術事例ページ_about--*/
/*--about--*/
/*----------------------------*/
section.lead_text {
	margin-top: 60px;
}

section.about {
	margin-top: 60px;
}
section.about .linkArea {
	margin-top: 40px;
	padding-bottom: 80px;
	position: relative;
}
section.about .linkArea::after {
	content: "";
	display: inline-block;
	background: url(../images/gakujutu_jirei/gakujutu_illust01.png) no-repeat;
	width: 280px;
    height: 200px;
    position: absolute;
	bottom: -30px;
    right: 20px;
}
@media screen and (max-width: 767px) {
	section.about .linkArea::after {
		content: "";
		display: inline-block;
		background: url(../images/gakujutu_jirei/gakujutu_illust01.png) no-repeat;
		background-size: 100%;
		width: 160px;
		height: 120px;
		position: absolute;
		bottom: -40px;
		right: 20px;
	}
}
section.about .linkArea p,
section.about .linkArea a {
	font-weight: bold;
}
section.about .linkArea a {
	margin-top: 10px;
	text-decoration: underline;
}

section.about h2 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	section.about h2 {
		line-height: 36px;
	}
}
section.about h3 {
	margin-top: 60px;
	background: #f8f8f8;
	padding: 20px;
	border-radius: 6px;
	position: relative;
}
section.about h3::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 62px;
	position: absolute;
	top: 0;
	left: 0;
	background: #317dc1;
	border-radius: 6px 0 0 6px;
}


.aboutBlcok_naiyou ul li {
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
}
.aboutBlcok_naiyou ul li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 9px;
	left: 0;
	background: #317dc1;
	border-radius: 90px;
}


.aboutBlcok_zisseki dl dt,
.aboutBlcok_zisseki dl dd {
	display: inline-block;
}
.aboutBlcok_zisseki dl dt {
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
}
.aboutBlcok_zisseki dl dt::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 9px;
	left: 0;
	background: #317dc1;
	border-radius: 90px;
}
.aboutBlcok_zisseki dl dd {
	padding-left: 30px;
	font-weight: 700;
}
.aboutBlcok_zisseki dl dd strong {
	font-size: 26px;
}

.aboutBlcok_syubetu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.aboutBlcok_syubetu ul li {
	width: 32%;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 20px;
	padding-left: 65px;
	border-radius: 10px;
	border: 2px solid #f7fbff;
	position: relative;
}
@media screen and (max-width: 767px) {
	.aboutBlcok_syubetu ul li {
		width: 100%;
	}
}
@media screen and (max-width: 390px) {
	.aboutBlcok_zisseki dl dd {
		padding-left: 15px;
	}
}
.aboutBlcok_syubetu ul li::before {
	position: absolute;
    top: 16px;
    left: 20px;
	content: "";
	display: inline-block;
	width: 35px;
    height: 30px;
	background: url(../images/gakujutu_jirei/icon_institute.png) no-repeat;
}
.aboutBlcok_syubetu ul li.university::before {
	background: url(../images/gakujutu_jirei/icon_university.png) no-repeat;
}
.aboutBlcok_syubetu ul li.hospital::before {
	background: url(../images/gakujutu_jirei/icon_hospital.png) no-repeat;
}
.aboutBlcok_syubetu ul li.building::before {
	background: url(../images/gakujutu_jirei/icon_building.png) no-repeat;
}
.aboutBlcok_syubetu ul li.office::before {
	background: url(../images/gakujutu_jirei/icon_office.png) no-repeat;
}

.aboutBlcok_jirei h3 {
	position: relative;
}
.aboutBlcok_jirei h3::after {
	content: "";
	display: inline-block;
	background: url(../images/gakujutu_jirei/gakujutu_illust02.png) no-repeat;
	width: 140px;
    height: 110px;
    position: absolute;
    bottom: -60px;
    right: 20px;
}
@media screen and (max-width: 767px) {
	.aboutBlcok_jirei h3 {
		margin-bottom: 80px;
		max-height: 90px;
	}
	section.about .aboutBlcok_jirei h3::before {
		height: 90px;
	}
	.aboutBlcok_jirei h3::after {
		content: "";
		display: inline-block;
		background: url(../images/gakujutu_jirei/gakujutu_illust02.png) no-repeat;
		background-size: 100%;
		width: 100px;
		height: 85px;
		position: absolute;
		bottom: -60px;
		right: 20px;
	}
}
.aboutBlcok_jirei_content h4 {
	margin-bottom: 20px;
}
.aboutBlcok_jirei_table {
	margin-bottom: 50px;
}
.aboutBlcok_jirei_table tr {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.aboutBlcok_jirei_table th {
	text-align: left;
	background: #f5f5f5;
	color: #333;
	width: 175px;
	padding: 20px;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.aboutBlcok_jirei_table th {
		width: 30%;
		padding: 20px 10px;
	}
}
.aboutBlcok_jirei_table td {
	text-align: left;
	background: #fff;
	color: #333;
	padding: 20px;
	vertical-align: middle;
}
.aboutBlcok_jirei_table th.bg_blue {
	color: #fff;
	background: #2b71b8;
}
.aboutBlcok_jirei_table td.bg_mizuiro {
	background: #f7fbff;
	font-weight: bold;
}

a.bnrarea {
	display: block;
    margin: 0 auto;
    width: 860px;
}
@media screen and (max-width: 767px) {
	a.bnrarea {
		width: 100%;
	}
}

.aboutBlcok_enkakaku_content {
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
.aboutBlcok_enkakaku_content::after {
	content: "";
	display: inline-block;
	background: url(../images/gakujutu_jirei/gakujutu_illust03.png) no-repeat;
	width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 20px;
}
@media screen and (max-width: 767px) {
	.aboutBlcok_enkakaku_content::after {
		content: "";
		display: inline-block;
		background: url(../images/gakujutu_jirei/gakujutu_illust03.png) no-repeat;
		background-size: 100%;
		width: 80px;
		height: 90px;
		position: absolute;
		top: -20px;
		right: 20px;
	}
}
.aboutBlcok_enkakaku_content dl {
	margin-bottom: 20px;
	position: relative;
}
.aboutBlcok_enkakaku_content dl::before {
	content: "";
    display: inline-block;
    width: 2px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 3px;
    background: #d9d9d9;
}
.aboutBlcok_enkakaku_content dl:last-child::before {
	content: unset;
}
@media screen and (max-width: 767px) {
	.aboutBlcok_enkakaku_content dl::before {
		height: 75px;
	}
	.aboutBlcok_enkakaku_content dl.border-short::before {
		height: 100px;
	}
	.aboutBlcok_enkakaku_content dl.border-long::before {
		height: 120px;
	}
	.aboutBlcok_enkakaku_content dl:last-child::before {
		content: unset;
	}
}
.aboutBlcok_enkakaku_content dl dt,
.aboutBlcok_enkakaku_content dl dd {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.aboutBlcok_enkakaku_content dl dt,
	.aboutBlcok_enkakaku_content dl dd {
		display: block;
	}
}
.aboutBlcok_enkakaku_content dl dt {
	padding-left: 20px;
	position: relative;
}
.aboutBlcok_enkakaku_content dl dt span {
	display: inline-block;
    padding-left: 10px;
}
.aboutBlcok_enkakaku_content dl dt::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 9px;
	left: 0;
	background: #317dc1;
	border-radius: 90px;
}

.aboutBlcok_enkakaku_content dl dd {
	padding-left: 20px;
}