@charset "UTF-8";


.subpage_header{
	box-sizing:border-box;
	padding:75px 0 0;
	}
.subpage_header .subpage_header_inner{
	width:100%;
	height:220px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#ededed;
	background-image:url(../images/pageheaderbg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 1000px auto;
	}
.subpage_header h2{
	width:100%;
	text-align:center;
	font-size:3.25rem;
	font-weight:bold;
	line-height:1.5;
	color:#6b539a;
	}

@media screen and (max-width:1199px) {
.subpage_header{
	padding:0;
	}
.subpage_header .subpage_header_inner{
	height:130px;
	background-size: 100% auto;
	}
.subpage_header h2{
	font-size:2.5rem;
	}
}


/*================================================
 *  section
 ================================================*/


section.sub__research .section_layout{
	margin:0 0 50px;
	}
@media screen and (max-width:1023px) {
	section.sub__research .section_layout {
		margin:0 0 40px;
		}
}	

 
/*================================================
 *  card
 ================================================*/


.sub__research_card{
	box-sizing:border-box;
	width:100%;
	height:auto;
	}

.sub__research_card_body{
	padding:30px 44px;
	background:#f2f2f2;
	}
@media screen and (max-width:1023px) {
.sub__research_card_body{
	padding:15px 20px 25px;
	}
}
 
 
 /*================================================
 *  presenter
 ================================================*/

 section.presenter .section_layout {
	margin:0 0 40px;
	}
	@media screen and (max-width:1023px) {
	section.presenter .section_layout {
		margin:0 0 40px;
		}
	}	

 
.sub__section_head h3 {
	margin:1em 0 0.2em;
	font-size: 2.5rem;
	color:#6b539a;
	}
	@media screen and (max-width:1023px) {
	.sub__section_head h3 {
		font-size: 2.0rem;
		}
	}	



/* =====================
   Profile Card
===================== */
.profile_card {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 80px;
  padding:0 40px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
}
.profile_card *,
.profile_card *::before,
.profile_card *::after {
  box-sizing: border-box;
}

/* =====================
   Photo
===================== */
.profile_card .profile_photo {
  flex: 0 0 260px;
  width: 260px;
}
.profile_card .profile_photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.profile_card .profile_info {
  flex: 1 1 0;
  min-width: 0;
}
.profile_card .profile_name {
  font-size: 2.25rem;
  margin: 0 0 25px;
}
.profile_card .profile_area {
  margin: 0 0 20px;
}
.profile_card .profile_area:last-child {
  margin-bottom: 0;
}
.profile_card .profile_label {
  display: inline-block;
  background: #777;
  color: #fff;
  font-size: 1.7rem;
  line-height:1;
  padding: 5px 18px;
  margin: 0 0 10px;
}
.profile_card .profile_title_text {
  margin: 0;
  line-height: 1.5;
}
.profile_card .career_list {
  margin: 0;
  padding: 0;
}
.profile_card .career_indent {
  padding-left:4.25em;
}


@media screen and (max-width:1023px) {

.profile_card {
  flex-direction: column;
  align-items: center;
  margin: 0 0 30px;
  padding: 28px 20px;
  gap: 24px;
  font-size: 16px;
}

  .profile_card .profile_photo {
	flex: none;
	width: 66%;
	max-width: 280px;
  }
.profile_card .profile_photo img {
}
  .profile_card .profile_info {
	width: 100%;
	max-width:700px;
  }
  .profile_card .profile_name {
	font-size: 2.5rem;
	margin-bottom: 18px;
  }
.profile_card .profile_area {
  margin: 0 0 20px;
}
.profile_card .profile_area:last-child {
}
.profile_card .profile_label {
}
.profile_card .profile_title_text {
}
.profile_card .career_list {
}

}



 /*================================================
 *  sub
 ================================================*/


.sub_linkbtn {
	margin-bottom:60px;
	}
	@media screen and (max-width:1023px) {
	.sub_linkbtn {
		margin-bottom:60px;
		}
	}	
