@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#main .message {
	padding: 16.2rem 0 8.2rem;
	position: relative;
	z-index: 6;
}
#main .message .comTopBox {
	align-items: flex-start;
}
#main .message .comTopBox .rBox {
	padding-top: 0.6rem;
	width: calc(100% - 44.4rem);
}
#main .message .comTopBox .rBox .photo {
	margin: -1.8rem 0 5.8rem;
}
#main .message .comTopBox .rBox .textBox {
	max-width: 84rem;
}
#main .message .comTopBox .rBox .textBox .subBox {
	margin-bottom: 4rem;
}
#main .message .comTopBox .rBox .textBox .hTitle {
	margin-bottom: 3.4rem;
	color: #9C8759;
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
}
#main .message .comTopBox .rBox .textBox .text {
	margin-bottom: 3.2rem;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.08rem;
	text-align: justify;
}
#main .message .comTopBox .rBox .textBox .name {
	margin-top: 4rem;
	text-align: right;
}
#main .message .comTopBox .rBox .textBox .text:last-child {
	margin-bottom: 0;
}
#main .office {
	margin-top: -10rem;
	padding: 10rem 0 16rem;
}
#main .office .comTopBox .rBox {
	padding-top: 0.5rem;
}
#main .office .mapBox {
	margin: -30.8rem auto -6.7rem;
	max-width: 122.8rem;
	box-sizing: content-box;
	position: relative;
}
#main .office .mapBox .link {
	position: absolute;
}
#main .office .mapBox .link a {
	padding-right: 2.5rem;
	display: block;
	width: fit-content;
	color: #112A55;
	font-size: 2rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.1rem;
	background: url(../img/common/icon02.png) no-repeat right bottom 0.8rem / 1.2rem;
}
#main .office .mapBox .link a:hover {
	opacity: 0.7;
}
#main .office .mapBox .link.style01 {
	bottom: auto;
	top: 47.9%;
	left: 17.75%;
}
#main .office .mapBox .link.style02 {
	bottom: 26%;
	left: 70.55%;
}
#main .office .mapBox .link.style03 {
	bottom: 31.8%;
	left: 79.6%;
}
#main .office .mapBox .link.style04 {
	bottom: 20.6%;
	right: 18.3%;
}
#main .office .mapBox .link.style05 {
	top: 43.9%;
	left: 32.7%;
}
#main .office .mapBox .link.style06 {
	bottom: 18.8%;
	left: 36.7%;
}
#main .office .mapBox .link.style07 {
	bottom: 38.7%;
	right: 5.2%;
}
#main .office .mapBox .link.style08 {
	top: 39.1%;
	left: 39.4%;
}
#main .office .photoList {
	margin-left: auto;
	max-width: 84rem;
}
#main .office .photoList > li {
	margin-bottom: 2.5rem;
	min-height: 21.7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
#main .office .photoList > li::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #D6D9E1;
	box-sizing: border-box;
	content: '';
	z-index: -1;
}
#main .office .photoList > li:last-child {
	margin-bottom: 0;
}
#main .office .photoList li .photo {
	width: 36rem;
	order: 2;
}
#main .office .photoList li .textBox {
	padding: 2.2rem 4.1rem 2rem;
	width: calc(100% - 36rem);
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
#main .office .photoList li .textBox .title {
	margin-bottom: 1.6rem;
	color: #112A55;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.09rem;
	line-height: 1.6;
}
#main .office .photoList li .textBox .text {
	margin-bottom: 0.8rem;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.07rem;
}
#main .office .photoList li .textBox .textUl li {
	margin-bottom: 0.1rem;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.07rem;
}
#main .office .photoList li .textBox .textUl li .lText {
	margin-right: 0.4rem;
	width: 3rem;
}
#main .office .photoList li .textBox .textUl li .rText {
	flex: 1;
}
#main .people {
	padding: 10.5rem 0 9.7rem;
	background: #E7EEF6;
}
#main .people .comBtn01 {
	margin: -5.4rem 0 0 auto;
}
#main .people .comTagText {
	margin: 0.7rem 0 5.3rem 2.4rem;
}
@media all and (max-width: 896px) {
	#main .message {
		padding: 2.4rem 0 6.7rem;
	}
	#main .message .comTopBox .rBox .photo {
		margin: -1.3rem 0 5.1rem;
	}
	#main .message .comTopBox .rBox .photo img {
		width: 100%;
	}
	#main .message .comTopBox .rBox .textBox {
		padding: 0 1.6rem;
		max-width: inherit;
	}
	#main .message .comTopBox .rBox .textBox .subBox {
		margin-bottom: 3.9rem;
	}
	#main .message .comTopBox .rBox .textBox .hTitle {
		margin-bottom: 3.1rem;
		font-size: 1.6rem;
		letter-spacing: 0.08rem;
	}
	#main .message .comTopBox .rBox .textBox .text {
		margin-bottom: 2.8rem;
		font-size: 1.4rem;
		letter-spacing: 0.042rem;
	}
	#main .message .comTopBox .rBox .textBox .name {
		margin-top: 4rem;
		letter-spacing: 0.07rem;
	}
	#main .office {
		margin-top: -5rem;
		padding: 5rem 0 8rem;
	}
	#main .office .comTopBox .headLine02 {
		margin-bottom: 2.4rem;
	}
	#main .office .comTopBox .rBox {
		padding: 0 1.6rem;
	}
	#main .office .mapBox {
		margin: -11.1rem auto -3.2rem;
		max-width: inherit;
	}
	#main .office .mapBox img {
		width: 100%;
	}
	#main .office .mapBox .link {
		display: none;
	}
	#main .office .photoList {
		margin: 0 0.1rem 0 0;
		max-width: inherit;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		gap: 2.5rem 0;
	}
	#main .office .photoList > li {
		margin-bottom: 0;
		display: block;
		width: calc((100% - 0.8rem) / 2);
		min-height: inherit;
	}
	#main .office .photoList li .photo {
		margin: 0 0.1rem 0.8rem;
		width: auto;
	}
	#main .office .photoList li .textBox {
		padding: 0 0.9rem 0.9rem;
		width: auto;
	}
	#main .office .photoList li.style01 .textBox {
		padding: 0.9rem;
	}
	#main .office .photoList li .textBox .title {
		margin-bottom: 0.7rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		font-size: 1.4rem;
		letter-spacing: 0.07rem;
	}
	#main .office .photoList li .textBox .title .number {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 2.8rem;
		height: 2.8rem;
		border: 1px solid #D6D9E1;
		border-radius: 50%;
		font-size: 1.4rem;
		font-weight: 700;
		font-family: "Zen Kaku Gothic Antique", sans-serif;
		line-height: 1.2;
	}
	#main .office .photoList li .textBox .title .jp {
		display: block;
		width: calc(100% - 3.6rem);
	}
	#main .office .photoList li .textBox .text {
		margin-bottom: 0.7rem;
		font-size: 1.2rem;
		line-height: 1.6;
		letter-spacing: 0.06rem;
	}
	#main .office .photoList li .textBox .textUl li {
		margin-bottom: 0.2rem;
		font-size: 1.2rem;
		letter-spacing: 0.06rem;
	}
	#main .office .photoList li .textBox .textUl li:last-child {
		margin-bottom: 0;
	}
	#main .office .photoList li .textBox .textUl li .lText {
		margin-right: 0.1rem;
	}
	#main .people {
		padding: 2.9rem 0 8rem;
	}
	#main .people .comBtn01 {
		margin: -5rem 0 0 auto;
	}
	#main .people .comTagText {
		margin: 2.3rem 0;
	}
}