@charset "utf-8";
/*----------------------------------
	keyv
-----------------------------------*/
#keyv {
	position: relative;
	width: 100%;
	height: 500px;
	background: url(/wp-content/themes/medicalmap2025/assets/images/keyv/keyv.webp) no-repeat left bottom /cover;
	margin: 8.0rem 0 5.0rem;
}
#keyv .keyv-txt {
	position: absolute;
	top: 50%;
	right: 5.0rem;
	transform: translateY(-50%);
	width: 750px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);

}
#keyv .keyv-txt h2{
	color: #fff;
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 2.0rem;
}
#keyv .keyv-txt h3{
	color: #fff;
	font-weight: 900;
}
#keyv .keyv-txt .txt {
	color: #fff;
	font-weight: 700;
}
/*----------------------------------
	supervisor
-----------------------------------*/
#supervisor {
	margin-bottom: 5.0rem;
}
.supervisor-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -3.0rem;
}
.supervisor-list li{
	width: 32%;
	margin: 0 2% 3.0rem 0;
	text-align: center;
}
.supervisor-list li:nth-child(3n){
	margin-right: 0;
}
.supervisor-list li .image {
	width: 100%;
	margin-bottom: 1.0rem;
}
.supervisor-list li .image img{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}
.supervisor-list li h3{
	font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100px; /* 高さを固定（お好みで調整） */
}
.supervisor-list li h3 span{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
	font-size: 1.4rem;
}
/*----------------------------------
	articles-list
-----------------------------------*/
#articles-list {
	margin-bottom: 5.0rem;
}
.post-list {
	display: flex;
	flex-wrap: wrap;
}
.post-list li{
	width: 100%;
	margin-bottom: 2.0rem;
}
.post-list li:nth-child(3), .post-list li:last-child{
	width: 48%;
}
.post-list li:nth-child(3){
	margin-right: 4%;
}
.post-list li:nth-child(3) a, .post-list li:last-child a{
	display: block;
	border: 15px solid #f5f7fa;
}
.post-list li:nth-child(3) a .image, .post-list li:last-child a .image{
	width: 100%;
}
.post-list li:nth-child(3) a .image img, .post-list li:last-child a .image img{
	width: 100%;
	height: auto;
}
.post-list li:nth-child(3) a .image img, .post-list li:last-child a .image img{
	width: 100%;
	height: auto;
}
.post-list li:nth-child(3) a .detail, .post-list li:last-child a .detail {
	width: 100%;
}
.post-list li a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 30px solid #f5f7fa;
	transition: .5s;
}
.post-list li a .image {
	width: 225px;
}
.post-list li a .image img{
	width: 225px;
	height: 225px;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}
.post-list li a .detail {
	width: calc( 100% - 225px );
	padding: 3.0rem;
}
.post-list li a .detail .ttl {
	line-height: 1.2;
	margin-bottom: 1.0rem;
}
.post-list li a .detail time{
	font-size: 1.4rem;
	display: block;
	margin-bottom: 1.0rem;
	color: #333;
	transition: .5s;
}
.post-list li a .detail .author {
	font-size: 1.8rem;
	color: #333;
	transition: .5s;
}
.post-list li a .detail .author span{
	display: block;
	font-size: 1.4rem;
}
.post-list li a:hover {
	background: #007acc;
	color: #fff;
}
.post-list li a:hover .detail time{
	color: #fff;
}
.post-list li a:hover .detail .author {
	color: #fff;
}
/*----------------------------------
	intro
-----------------------------------*/
#intro {
	background: #00bcd4;
	color: #fff;
	text-align: center;
	padding: 13.0rem 0 10.0rem;
	margin-bottom: 5.0rem;
}
#intro article{
	width:100%;
	max-width:1240px;
	margin:0 auto;
	padding: 0 2.0rem;
}
#intro article h1{
	position: relative;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 2.0rem;
}
#intro article h1 span{
	display: block;
	font-size: 4.0rem;
}
#intro article h1:before{
	content: "";
	position: absolute;
	top: -5.5rem;
	left: 50%;
	transform: translateX(-50%);
	background: url(/wp-content/themes/medicalmap2025/assets/common/icon/icon_logo.svg) no-repeat center center / contain;
	height: 50px;
	width: 50px;
}
#intro article h2{
	font-size: 2.0rem;
}






