@charset "UTF-8";
/* CSS Document */


#staff01 {
background: #f5f1ee;
padding-top: 80px;
padding-bottom: 80px;
margin-bottom: 0;
}

.staffBox {
width: 90%;
max-width: 1100px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.staffBox:before {
font-family: 'Quicksand', sans-serif;
font-size: 5.9vw;
color: #fcfaf9;
text-align: center;
width: 100%;
left: 0;
top: 0;
position: absolute;
font-weight: bold;
z-index: 0;

}
.staffBox.st01:before{
content: "TERUO TOMIMORI";
}
.staffBox.st01a:before{
content: "MARIE TOMIMORI";
}

.staffBox.st02:before{
content: "DENTAL HYGIENIST";
color: #f5f1ee;
}

.staffBox.st03:before{
content: "DENTAL ASSISTANT";
color: #f5f1ee;
}

.staffBox.st04:before{
content: "SPEECH THERAPIST";
color: #f5f1ee;
}

.staffBox.st05:before{
content: "KOBITO";
}

.staffBox.st05a:before{
content: "CHILDMINDER";
color: #f5f1ee;	
}

.staffBox.st06:before{
content: "DIETICIAN";
color: #f5f1ee;	
}

.staffBox.st07:before{
content: "PRODTHETIST";
color: #f5f1ee;	
}

.siInr {
display: flex;
justify-content: space-between;
position:inherit;
z-index: 2;
padding-top: 60px;
align-items: center;
}

.staffImg {
width: 50%;
text-align: center;
}
.staffImg img {
width: 70%;
}
.staffInfo {
width: 50%;
}
.staffInfo .staffM {
font-size: 36px;
font-size: 3.6rem;
color: #8bac61;
margin-bottom: 40px;
}
.staffInfo dl dt {
font-size: 30px;
font-size: 3.0rem;
font-weight: 700;
margin-bottom: 40px;
}
.staffInfo dl dt span {
display: block;
font-size: 24px;
font-size: 2.4rem;
margin-bottom: 20px;
}

.staffInfo dl dd {
font-size: 20px;
font-size: 2.0rem;
font-weight: 700;
line-height: 1.7;
}

.profileBox {
background: #fff;
border-radius: 10px;
padding: 60px;
width: 90%;
max-width: 1100px;
box-sizing: border-box;
margin: 0 auto 60px;
}

.profileBox h2 {
font-size: 48px;
font-size: 4.8rem;
font-family: 'Quicksand', sans-serif;
font-weight: 300;
position: relative;
margin-bottom: 20px;
}
.profileBox h2 span {
background: #fff;
padding: 0 30px 0 0;
position: inherit;
z-index: 2;
}

.profileBox h2:before {
content: "";
display: block;
width: 100%;
background: #3f3a39;
height: 1px;
position: absolute;
left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform:translateY(-50%);
  z-index: 0;
}

.profileBox .pbTxt {
font-weight: bold;
padding-bottom: 40px;
}

.detailBox {
background: url("../images/giza.gif") left top repeat-x;
padding-top: 60px;
display: flex;
justify-content: space-between;
}

.detailBox.noBg {
background: none;
padding-top: 0;
}

.detailBox .societyInfo,
.detailBox .careerInfo{
width: 50%;
position: relative;
padding-left: 30px;
padding-right: 20px;
}

.detailBox .societyInfo:before,
.detailBox .careerInfo:before{
content: "";
background: #f5f1ee;
width: 7px;
height: 100%;
display: block;
position: absolute;
left: 0;
top: 0;
border-radius: 50px;
}

.detailBox .societyInfo dt,
.detailBox .societyInfo dd,
.detailBox .careerInfo dt,
.detailBox .careerInfo dd{
font-size: 14px;
font-size: 1.4rem;
font-weight: 500;
}
.detailBox .societyInfo dt,
.detailBox .careerInfo dt{
margin-bottom: 10px;
}
.detailBox .societyInfo dd {
line-height: 1.7;
	text-indent:-1em;
	padding-left:1em;
    margin-bottom: 5px;
}
.detailBox .societyInfo dd:before {
content: "−";
}
.detailBox .careerInfo dd {
line-height: 1.7;
    margin-bottom: 5px;
    display: flex;
    justify-content:space-between;
}
.detailBox .careerInfo dd span.year {
width: 20%;
}
.detailBox .careerInfo dd span.data {
width: 79%;
}

#staff02 {
background: url("../../lib/cmn_img/gizagiza_02.gif") left top repeat-x;
padding-top: 100px;
margin-bottom: 0;
}

#staff02 .staffBox{
padding-bottom: 100px;
}

#staff03 {
background: url("../../lib/cmn_img/gizagiza.png") left top repeat-x;
padding-top: 10px;
margin-bottom: 0;
}

#staff03 .staffBg {
background: #f5f1ee;
padding-top: 80px;
padding-bottom: 100px;
}

#staff03 .siInr {
    padding-top: 100px;
}

@media only screen and (max-width: 1200px) {
.staffImg {
    width: 46%;
}
.staffInfo {
    width: 54%;
}
.staffBox::before {
    font-size: 8vw;
}
}
@media only screen and (max-width: 1080px) {
.staffInfo .staffM {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 30px;
}
.staffInfo dl dt {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.staffInfo dl dd {
    font-size: 17px;
    font-size: 1.7rem;
}
}
@media only screen and (max-width: 900px) {
.staffInfo .staffM {
    font-size: 26px;
    font-size: 2.6rem;
}
.staffInfo dl dt {
    font-size: 22px;
    font-size: 2.2rem;
}
.staffInfo dl dd {
    font-size: 16px;
    font-size: 1.6rem;
}
.detailBox {
display: block;
}
.detailBox .societyInfo, .detailBox .careerInfo {
    width: 100%;
}
.detailBox .societyInfo {
margin-bottom: 40px;
}

}

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


.siInr {
    display: block;
    padding-top: 20px;
}
.staffImg {
    width: 100%;
    margin-bottom: 20px;
}
.staffImg img {
    width: 50%;
}
.staffInfo {
    width: 100%;
}
.staffInfo .staffM {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
}
.staffInfo dl dt span {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-align: center;
}
.staffInfo dl dt {
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
}
.staffInfo dl dd {
    font-size: 14px;
    font-size: 1.4rem;
}
.staffBox.st01 {
margin-bottom: 30px;
}

.profileBox {
    padding: 30px;
    width: 90%;
}
.profileBox h2 {
    font-size: 28px;
    font-size: 2.8rem;
}
.profileBox h2 span {
    padding: 0 10px 0 0;
}
.detailBox .societyInfo:before, .detailBox .careerInfo:before{
display: none;
}
.detailBox .societyInfo, .detailBox .careerInfo {
    padding-left: 0;
    padding-right: 0;
}
.detailBox .careerInfo dd span.year {
    width: 28%;
}
.detailBox .careerInfo dd span.data {
    width: 72%;
}
#staff01 {
    padding-top: 40px;
    padding-bottom: 40px;
}
#staff02 {
    padding-top: 60px;
}

#staff02 .staffBox {
    padding-bottom: 40px;
}
#staff03 .staffBg {
    padding-top: 60px;
    padding-bottom: 40px;
}
#staff03 .siInr {
    padding-top: 20px;
}

}
#lc01,
#lc02,
#lc03,
#lc04{
margin-top:-100px;
padding-top:100px;
}

@media only screen and (max-width: 900px) {
#lc01,
#lc02,
#lc03,
#lc04{
margin-top:0;
padding-top:0;
}
}
