@charset "utf-8";
/* CSS Document */
/*---------- キービジュアル ----------*/

h1#staff {
	display: block;
	position: relative;
	width: 100%;
	height: 150px;
	background-image: url(/common/images/staff/kv.jpg);
	background-size: cover;
	background-position: center;
}
h1#staff::before {
  content: '';
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
h1#staff div {
	display:block;
	position:absolute;
	width: 1090px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
h1#staff div span {
	font-family: 'Noto Serif JP', sans-serif!important;
	font-size: 28px;
	color:#fff;
}
@media screen and (max-width:768px) {
	
	h1#staff div {
		display:block;
		position:absolute;
		width: 100%;
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		text-align: center;
	}
}
/*---------- キービジュアル ----------*/


/*---------- スタッフ紹介 ----------*/
#doctor {
	width: 1200px;
	margin: auto;

}
.w95p {
	width: 95%;
	margin: auto;
}
#doctor h2 {
	width: 100%;
	margin: 20px auto;
	font-family: 'Noto Serif JP', sans-serif;
    font-size: 30px;
	font-weight: normal;
	color:#000;
	text-align: left;
	line-height: 1.8;
    background: #dbdbdb;
    border-left: solid 5px #7E3F88;
    padding: 3px 0 3px 10px;
    position: relative;
}
#doctor h2 span {
    font-size: 20px;
    margin-right: 10px;
}
#doctor h2 em {
    color: #fff;
    margin-left: 20px;
	font-style: normal;
}
#doctor h2 i {
	display: block;
	font-style: normal;
    font-size: 16px;
}
#doctor ul.introduction {
	width: 1200px;
	margin: 0 auto 30px;
	font-family: 'Noto Serif JP', sans-serif;
}
#doctor ul.introduction li:nth-of-type(1){
	width: 35%;
	float: left;
}
#doctor ul.introduction li:nth-of-type(1) img {
	width: 100%;
}
#doctor ul.introduction li:nth-of-type(2){
	width: 60%;
	margin-left: 5%;
	float: left;
}

dl {
	width:100%;
}

dl dt {
	font-family: 'Noto Serif JP', sans-serif;
	color:#7E3F88;
	font-size: 18px;
	font-weight: bold;
	margin-left: 25px;
}
dl dt p {
	color:#727171;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: .3em;
}
dl dd {
	font-family: 'Noto Serif JP', sans-serif;
	margin: 1em 0 2em 25px;
	line-height: 1.8;
}
dl dd:last-of-type {
	margin-bottom:0;
	
}

dl.frame {
	width: 99%;
    height: auto;
    padding: 25px;
	margin-bottom: 35px;
    background-color: #fff;
    border: #ccc 1px solid;
    filter: drop-shadow(5px 5px 0px #ccc);
}

dl.frame dt,
dl.frame dd {
	margin-left: 0!important;
}
dl dt.gray {
	color: #727171;
}

#doctor ul.introduction::after{
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width:768px) {
	.w930 img {
		width: 90%;
	}
#doctor {
	width: 90%;
	margin: auto;
}
#doctor ul.introduction,
#doctor ul.introduction li:nth-of-type(1),
#doctor ul.introduction li:nth-of-type(2){
			width: 100%;
			margin:0;
}

dl {
	margin-top: 1em;
}
#doctor h2 {
	font-size: 6.5vw;
	line-height: 1.6;
}
#doctor h2 span {
    font-size: 5vw;
}
#doctor h2 em {
	display:block;
    font-size: 5vw;
}
#doctor h2 i {
	display:block;
    font-size: 4vw;
}
