@charset "utf-8";

@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.otf);
  font-weight: 400;
  }
  
  
  @font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.otf);
  font-weight: 500;
  }
  
  @font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-SemiBold.ttf);
  font-weight: 600;
  }
  
  @font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.otf);
  font-weight: bold;
  }

body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}
#contents *{
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN','Meiryo', sans-serif;
}
#contents {
	width: 100%;
	background-color: #fff;
}


/*-----------------------------------------------------------
reset
-----------------------------------------------------------*/
.h1_section,
#path {
	display: none;
}


/*-----------------------------------------------------------
コンテンツ名を入れる
-----------------------------------------------------------*/
.main {
	margin-bottom: 60px;
}
.mainview img {
	display: block;
	margin: 0 auto;
	padding-top: 0;
}
.mainview p {
	color: #C0AC79;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
.staff-area {
	width: 950px;
	display: flex;
	margin: 60px auto 0;
	flex-wrap: wrap;
	justify-content: start;
	gap: 25px 18px;
}
.staff-img {
	width: 304px;
	height: 200px;
	background-color: #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
}
.staff-card a {
	text-decoration: none;
}
.staff-card a:hover {
	opacity: .8;
}


.staff-card:nth-child(2) {
	margin-right: 30px;
}


.staff-card img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.staff-card .staff-name {
	font-size: 22px;
	font-weight: 500;
    margin-top: 7px;
}

.staff-card .department-name {
	font-size: 18px;
	margin-top: 5px;	
}




