@charset "UTF-8";
/*----------------------------------------------
page title
----------------------------------------------*/
#pageTitle::after {
	background: url(../img/title-sp.jpg) left top no-repeat;
	background-size: 100% auto;
}
#pageTitle h1::after {
	content: "About Us";
}

@media all and (min-width: 768px) {
	#pageTitle::after {
		background: url(../img/title-pc.jpg) left top no-repeat;
		background-size: 100% auto;
	}
}

/*----------------------------------------------
aboutUs
----------------------------------------------*/
#aboutUs {
	width: 95%;
	width: calc(100% - 20px);
	margin: 70px auto 0;
	background-color: #e2f8ce;
	padding: 15px 15px 50px;
}
#aboutUs table {
	width: 100%;
}
#aboutUs th {
	width: 85px;
	padding: 13px 8px 11px 0;
	text-align: left;
	font-size: 1.4rem;
	line-height: 140%;
	font-weight: bold;
}

#aboutUs td {
	padding: 13px 0 11px;
	font-size: 1.4rem;
	line-height: 150%;
}
#aboutUs table img {
	max-width: 100%;
}
#aboutUs .address {
	padding-bottom: 8px;
}
#aboutUs ul {
	list-style: none;
}
#aboutUs li {
	padding-bottom: 11px;
}
#aboutUs .enkaku dd {
	padding-bottom: 11px;
}
#aboutUs .enkaku dd span {
	display: block;
	padding-top: 6px;
}
#aboutUs .license span {
	display: block;
	color: #00816e;
	font-weight: bold;
}
#aboutUs .photo {
	padding-top: 15px;
}
#aboutUs .license li ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
#aboutUs .license li li {
	padding-right: 1em;
	padding-bottom: 0;
}
#aboutUs .license li li:last-child {
	padding-right: 0;
}
#aboutUs .certification li,
#aboutUs .manufacturer li,
#aboutUs .organization li {
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 6px;
}
#aboutUs li:last-child {
	padding-bottom: 0;
}
#aboutUs .linkList {
	width: 100%;
	margin-top: 35px;
	padding: 0 6%;
	background-color: #fff;
}
#aboutUs .linkList ul {
	list-style: none;
}
#aboutUs .linkList li {
	padding: 27px 0 26px;
	border-bottom: 2px solid #c0dabc;
	text-align: center;
	font-size: 1.3rem;
	line-height: 140%;
}
#aboutUs .linkList li:last-child {
	border-bottom: none;
}
#aboutUs .linkList li .text {
	padding-top: 10px;
}
@media all and (min-width: 768px) {
	#aboutUs {
		width: 980px;
		margin: 100px auto 0;
		padding: 45px 80px 70px;
	}
	#aboutUs table {
		width: 100%;
	}
	#aboutUs th {
		width: 200px;
		padding: 18px 20px 15px 0;
		font-size: 1.7rem;
		line-height: 140%;
	}
	#aboutUs th br {
		display: none;
	}
	#aboutUs td {
		padding: 18px 0 15px;
		font-size: 1.7rem;
		line-height: 170%;
	}
	#aboutUs td ul {
		max-width: 500px;
	}
	#aboutUs li {
		padding-bottom: 8px;
	}
	#aboutUs .address br {
		display: none;
	}
	#aboutUs .photo {
		padding-top: 25px;
	}
	#aboutUs .photo {
		display: -webkit-flex;
		display: flex;
	}
	#aboutUs .photo li {
		padding-right: 10px;
		padding-bottom: 0;
	}
	#aboutUs .enkaku {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}
	#aboutUs .enkaku dt {
		width: 20%;
	}
	#aboutUs .enkaku dd {
		width: 80%;
	}
	#aboutUs .enkaku dd span {
	padding-top: 0px;
}
	#aboutUs .license li li:nth-child(3) {
		padding-right: 10em;
	}
	#aboutUs .linkList {
		width: 100%;
		margin-top: 60px;
		padding: 20px 0;
	}
	#aboutUs .linkList ul {
		width: 100%;
		padding: 0;
		display: -webkit-flex;
		display: flex;
	}
	#aboutUs .linkList li {
		width: 50%;
		padding: 10px 20px;
		border-bottom: none;
		border-right: 2px solid #c0dabc;
		font-size: 1.5rem;
		line-height: 140%;
	}
	#aboutUs .linkList li:last-child {
		border-right: none;
	}
	#aboutUs .linkList li a:hover {
		opacity: 0.7;
		transition: 1s;
	}
}

/*----------------------------------------------
staff
----------------------------------------------*/
#staff {
	padding-top: 100px;
	position: relative;
}
#staff::before {
	content: "";
	width: 40px;
	height: 170px;
	background-color: #e2f8ce;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: -1;
}
#staff .cateTitle {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 170px;
	position: relative;
}
#staff .cateTitle::after {
	content: "";
	position: absolute;
	top: 0;
	left: 40px;
	width: 0;
	height: 0;
	border-right: 66px solid transparent;
	border-bottom: 170px solid #e2f8ce;
}
#staff .cateTitle h2 {
	width: 33%;
	width: 125px;
	padding-left: 15px;
	position: relative;
	z-index: 1;
	font-size: 2rem;
	line-height: 140%;
	letter-spacing: 0.025em;
	font-weight: bold;
}
#staff .cateTitle .text {
	width: 67%;
	width: calc(100% - 125px);
	padding-right: 10px;
	font-size: 1.5rem;
	line-height: 160%;
}
#staff ul {
	list-style: none;
	padding: 20px 10px 60px;
}
#staff li {
	min-height: 167px;
	padding: 30px 5px;
	border-bottom: 1px solid #c0ab92;
	position: relative;
	font-size: 1.4rem;
	line-height: 150%;
}
#staff li .photo {
	width: 100px;
	position: absolute;
	top: 30px;
	right: 0;
}
#staff li .photo img {
	max-width: 100%;
}
#staff li span {
	color: #479f87;
}
#staff li .name,
#staff li .hobby {
	display: -webkit-flex;
	display: flex;
	padding: 0 110px 8px 0;
}
#staff li .name {
	font-size: 2.2rem;
	line-height: 130%;
	font-weight: bold;
	padding-bottom: 20px;
}
#staff li .name .mi,
#staff li .hobby .mi {
	width: 63px;
}
#staff li .name .mi.type2 {
	width: 84px;
}
#staff li .name .mi.type2 span {
	font-size: 1.4rem;
	vertical-align: baseline;
}
#staff li .name .mi.type3 {
	width: 105px;
}
#staff li .message {
	padding-right: 110px;
}
#staff li .message.type2 {
	padding-right: 0;
}
#staff li .message .mi {
	display: block;
}
#staff li .certification {
	margin-top: -10px;
	padding: 0 110px 25px 0;
	color: #00816e;
}
#staff .staffAll {
	padding: 0 10px 100px;
	text-align: center;
}
#staff .staffAll img {
	max-width: 100%;
}
@media screen and (max-width: 365px) {
	#staff li .photo {
		width: 28%;
	}
	#staff li .name,
	#staff li .hobby {
		padding-right: 30%;
	}
	#staff li .name .mi.type2 {
		width: 80px;
	}
	#staff li .name .mi.type2 span {
		font-size: 1.2rem;
		line-height: 140%;
		display: block;
	}
	#staff li .message {
		padding-right: 30%;
	}
}
@media all and (min-width: 768px) {
	#staff {
		padding-top: 180px;
	}
	#staff::before {
		width: 50%;
		height: 200px;
		top: 180px;
	}
	#staff .wrap {
		width: 980px;
		margin: 0 auto;
	}
	#staff .cateTitle {
		height: 200px;
		background-color: #fff;
	}
	#staff .cateTitle::before {
		content: "";
		width: 125px;
		height: 200px;
		background-color: #e2f8ce;
		position: absolute;
		top: 0;
		left: 0;
	}
	#staff .cateTitle::after {
		left: 125px;
		border-right: 115px solid transparent;
		border-bottom: 200px solid #e2f8ce;
	}
	#staff .cateTitle h2 {
		width: 340px;
		padding-left: 47px;
		font-size: 3.4rem;
		line-height: 140%;
	}
	#staff .cateTitle .text {
		width: 640px;
		padding-right: 0;
		font-size: 1.8rem;
		line-height: 210%;
	}
	#staff .cateTitle h2 br,
	#staff br.spOn {
		display: none;
	}
	
	#staff ul {
		padding: 80px 0 80px;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	#staff ul:before {
		content: "";
		width: 100%;
		height: 1px;
		background-color: #fff;
		position: absolute;
		left: 0;
		bottom: 80px;
		z-index: 1;
	}
	#staff li {
		width: 50%;
		padding: 40px 35px 40px 30px;
		font-size: 1.6rem;
		line-height: 160%;
	}
	#staff li:nth-child(odd) {
		border-right: 1px solid #c0ab92;
	}
	#staff li .photo {
		top: 40px;
		right: 35px;
	}
	#staff li .name,
	#staff li .hobby {
		padding: 0 115px 8px 0;
	}
	#staff li .name {
		font-size: 2.4rem;
		line-height: 130%;
		padding-bottom: 25px;
	}
	#staff li .name .mi,
	#staff li .hobby .mi {
		width: 70px;
	}
	#staff li .name .mi.type2 {
		width: 95px;
	}
	#staff li .name .mi.type2 span {
		font-size: 1.8rem;
	}
	#staff li .name .mi.type3 {
		width: 120px;
	}
	#staff li .message {
		padding-right: 115px;
	}
	#staff li .certification {
		margin-top: -15px;
	}
	#staff .staffAll {
		padding: 0 0 110px;
		text-align: center;
	}
}
/*----------------------------------------------
kinsai-eBox
----------------------------------------------*/
.kinsai-eBox {
	width: 95%;
	width: calc(100% - 20px);
	margin: 0 auto;
	border: 1px solid #c0dabc;
}
.kinsai-eBox a {
	display: block;
	width: 100%;
	padding: 24px 4%;
	text-decoration: none;
	color: #534741;
}
.kinsai-eBox h2 {
	padding-bottom: 20px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 160%;
	color: #479f87;
}
.kinsai-eBox .wrap {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kinsai-eBox .text {
	width: 61%;
	font-size: 1.3rem;
	line-height: 160%;
}
.kinsai-eBox .text span {
	font-weight: bold;
}
.kinsai-eBox .photo {
	width: 35%;
	text-align: right;
}
.kinsai-eBox .photo img {
	max-width: 100%;
}
@media screen and (max-width: 355px) {
	.kinsai-eBox h2 {
		font-size: 1.3rem;
		line-height: 160%;
	}
}
@media all and (min-width: 768px) {
	.kinsai-eBox {
		width: 600px;
	}
	.kinsai-eBox a {
		padding: 24px 28px 24px;
	}
	.kinsai-eBox a:hover {
		background-color: #f8fff0;
		transition: 1s;
	}
	.kinsai-eBox h2 {
		font-size: 1.6rem;
		line-height: 160%;
		padding-bottom: 25px;
	}
	.kinsai-eBox h2 br {
		display: none;
	}
	.kinsai-eBox .text {
		width: 390px;
		font-size: 1.5rem;
		line-height: 160%;
	}
	.kinsai-eBox .photo {
		width: 115px;
	}
}