@charset "UTF-8";

/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px),print {
#staff .system-list {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 50px;
}

#staff .system-pic {
	border: 6px solid #000000;
	border-radius: 160px;
	height: 280px;
	margin-bottom: 15px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

#staff .system-pic img {
	height: 280px;
	width: 100%;
}

#staff .system-ttl {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
}

#staff .system-en {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 1.6;
	margin-bottom: 12px;
	text-align: center;
}

#staff .system-job {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 15px;
	text-align: center;
}

#staff .num-bx {
	background: #eeefef;
	display: grid;
	gap: 0 40px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 40px;
	padding: 40px;
}

#staff .num-bx-left {
	padding-block: 100px 0;
  padding-block: clamp(2.5rem, 5.21vw, 6.25rem) 0;
  
}

#staff .system-ttl.single {
	text-align: left;
}

#staff .system-en.single {
	text-align: left;
}

#staff .system-job.single {
	text-align: left;
}

#staff .system-i-pic {
	margin-bottom: 0;
}

#staff .system-i-pic img {
	height: auto;
	max-height: 550px;
	max-width: 100%;
	width: auto;
}

#staff .estate-list {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 40px;
}

#staff .estate-list li {
	border: #ccc 1px solid;
	display: flex;
	flex-basis: 50%;
	margin-bottom: -1px;
}

#staff .estate-list li .estate-list-ttl {
	background: #f8f8f8;
	flex-basis: 33%;
	padding: 5%;
}

#staff .estate-list li p {
	background: #fff;
	flex-basis: 67%;
	padding: 5%;
}

#staff .estate-list li:nth-of-type(2n) {
	margin-left: -1px;
}

#staff .staffbox .staff-ttl {
	background: #B28147;
	border-radius: 10px;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 0.8px;
	line-height: 1.6;
	margin-bottom: 20px;
	padding: 18px;
}

#staff .staffbox .stafftext {
	background: #fff;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.8px;
	line-height: 1.6;
	padding: 20px;
}


}


/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
#staff .system-list {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 50px;
}

#staff .system-pic {
  width: 100%;
  height: 42vw;
  overflow: hidden;
  text-align: center;
  margin-bottom: 3vw;
  border-radius: 30vw;
  border: 6px solid #000000;
}

#staff .system-pic img {
  width: 100%;
  height: 44vw;
}

#staff .system-ttl {
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1vw;
}

#staff .system-ttl.single {
  font-size: 22px;
}

#staff .system-en {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.3vw;
  font-weight: 500;
  margin-bottom: 1.6vw;
  text-align: center;
}

#staff .system-job {
  font-size: 3vw;
  margin-bottom: 3vw;
  line-height: 1.6;
  text-align: center;
}

#staff .num-bx {
	background: #eeefef;
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 24px 0;
	padding: 40px;
}

#staff .num-bx-left {
}

#staff .system-i-pic {
	margin-bottom: 0;
}

#staff .system-i-pic img {
	height: auto;
	max-height: 550px;
	max-width: 100%;
	width: auto;
}

#staff .estate-list {
	display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 40px;
}

#staff .estate-list li {
	border: #ccc 1px solid;
  width: 100%;
}

#staff .estate-list li .estate-list-ttl {
	background: #f8f8f8;
  width: 100%;
}

#staff .estate-list li p {
	background: #fff;
	flex-basis: 67%;
	padding: 5%;
}

#staff .estate-list li:nth-of-type(2n) {
	margin-left: -1px;
}

#staff .staffbox .staff-ttl {
  font-size: 4vw;
  line-height: 1.6;
  letter-spacing: 0.3vw;
  font-weight: 600;
  background: #B28147;
  border-radius: 1.3vw;
  padding: 2.3vw;
  color: #fff;
  margin-bottom: 2.6vw;
}

#staff .staffbox .stafftext {
  font-size: 3.4vw;
  line-height: 1.6;
  letter-spacing: 0.3vw;
  font-weight: 500;
  padding: 2vw 2vw 6vw;
}

}