@charset "UTF-8";
/* CSS Document */
/*---------------------------------
  スタッフ紹介
---------------------------------*/
#content::before {
	content:"";
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100vw;
	height:100vh;
  background: url("../staff/images/bg_ttl.png") no-repeat;
  background-position: left 5% bottom 50px;
  background-size: 100px;
}
.img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section .ttl {
  margin-bottom: -40px;
}
section .ttl h2 {
  font-weight: 500;
  font-size: 5rem;
  letter-spacing: 5px;
  line-height: 1.7;
}
@media screen and (max-width: 580px) {
  #content::before {
    background-position: left 0 center;
    background-size: 60px;
  }
  .page .outline_block .copy_menu_wrap .copy_ttl h2 br {
    display: none;
  }
  section .ttl {
    margin-bottom: -2rem;
  }
  section .ttl h2 {
    font-size: 2.5rem;
  }
}
/*---------------------------------

  院長＆理事長

---------------------------------*/
.docters_section {
  background: rgba(223, 232, 240, 0.5);
  border-bottom: 1px solid #bbb;
  padding: 100px 0 5px;
}
.docters_section + .docters_section {
  background: rgba(215, 224, 214, 0.5);
}
.docters_section .greet__box {
  display: flex;
  justify-content: space-between;
}
.docters_section .greet__box figure {
  width: 45%;
  height: 570px;
}
.docters_section .greet__box .txt {
  width: 50%;
}
.docters_section .greet__box .txt .job_name {
  border-bottom: 1px solid;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}
.docters_section .greet__box .txt .job_name dt {
  font-weight: 500;
  margin-right: 1em;
}
.docters_section .greet__box .txt .job_name dd {
  line-height: 1.5;
}
.docters_section .greet__box .txt .job_name dd p {
  display: inline-block;
  font-weight: 500;
  font-size: 1.5em;
  margin-right: 1em;
}
.docters_section .greet__box .txt .job_name dd span {
  font-size: .8em;
}
.docters_section .greet__box .txt h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 3px;
  margin: 20px auto;
  text-align: left;
}
@media screen and (max-width: 580px) {
  .docters_section {
    padding: 5rem 0 5px;
  }
  .docters_section .greet__box {
    display: block;
  }
  .docters_section .greet__box figure {
    width: 100%;
    height: 400px;
  }
  .docters_section .greet__box .txt {
    margin-top: 2rem;
    width: 100%;
  }
  .docters_section .greet__box .txt h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 1rem auto;
  }
}
/*
  経歴
---------------------------------*/
.docters_section .prof {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}
.docters_section .prof dl {
  margin-bottom: 30px;
  width: 50%;
}
.docters_section .prof dl dt {
  font-weight: 500;
  margin-bottom: 5px;
}
.docters_section .prof dl dd + dt {
  margin-top: 15px;
}
.docters_section .prof dl dd {
  font-weight: 300;
  line-height: 1.8;
}
.docters_section .prof dl dd ul {
  list-style: none;
}
.docters_section .prof dl dd ul li {
  display: inline-block;
}
.docters_section .prof dl dd ul li:not(:last-child)::after {
  color: #bbb;
  content: '/';
  margin: 0 .5em;
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 580px) {
  .docters_section .prof {
    display: block;
    margin: 3rem 0;
  }
  .docters_section .prof dl {
    margin-bottom: 1rem;
    width: 100%;
  }
}
/*---------------------------------

  スタッフ

---------------------------------*/
.Staff-Block {
  padding: 80px 0 120px;
}
.Staff-Block .ttl {
  margin-bottom: 50px;
}
.Staff-Block .ttl h3 {
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 5px;
  line-height: 1.5;
  text-align: center;
}
.Staff-Block .txt {
  text-align: center;
}
.Staff-Block figure {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 580px) {
	.Staff-Block {
		padding: 3rem 0 5rem;
	}
	.Staff-Block .ttl {
		margin-bottom: 3rem;
	}
  .Staff-Block .ttl h3 {
    font-size: 2rem;
    letter-spacing: 3px;
  }
  .Staff-Block figure {
    margin-top: 3rem;
  }
}