@charset "utf-8";
/*------------------------------------------------------------
	profile
------------------------------------------------------------*/
.comVisual {
	margin-bottom: 0;
}
#main .profile {
	padding: 8rem 0 12rem;
	background-color: #FAFAFA;
}
#main .profile .content {
	padding: 8rem 16rem 10.7rem;
	width: 128rem;
	background-color: #fff;
}
#main .profile .headLine01 {
	margin-bottom: 5rem;
}
#main .profile .headLine01 .jp {
	font-size: 4.2rem;
}
#main .tabBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .tabBox table th,
#main .tabBox table td {
	padding: 1.9rem 0;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
	line-height: 1.5;
	font-weight: 400;
	border-bottom: 2px solid #F2F6F5;
}
#main .tabBox table th {
	width: 16.67%;
	font-size: 2rem;
	line-height: 1.8;
	color: #00A196;
	font-weight: 600;
	border-bottom-color: #00A196;
}
#main .tabBox table td {
	padding-left: 16rem;
}
#main .ogranization {
	padding: 6rem 0 12rem;
	background-color: #fff;
}
#main .ogranization .headLine01 {
	margin-bottom: 5.1rem;
}
#main .ogranization .image {
	padding: 6.4rem 0 6.9rem;
	text-align: center;
	border-top: 1px solid #00A196;
	border-bottom: 1px solid #00A196;
}
#main .ogranization .image img {
	width: 92rem;
}
#main .office {
	padding: 13rem 0 16.9rem;
	background-color: #FAFAFA;
}
#main .office .headLine01 {
	margin-bottom: 6.1rem;
}
#main .office .content {
	width: 127.8rem;
}
#main .office .innerBox {
	margin-bottom: 21.9rem;
	margin-bottom: 8rem;
	padding: 7rem 11.5rem 7rem;
	background-color: #fff;
}
#main .office .innerBox:last-child {
	margin-bottom: 0;
}
#main .office .heading {
	padding: 0 0 3.3rem 5rem;
	color: #00A196;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.103em;
	position: relative;
}
#main .office .heading::before {
	width: 2.8rem;
	aspect-ratio: 1;
	content: "";
	position: absolute;
	left: 0.2rem;
	top: 0.8rem;
	transform: skew(-12.5deg);
	border-radius: 100%;
	background-color: #80EBDB;
}
#main .office .infoImg {
	margin-bottom: 3.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
}
#main .office .infoImg li {
	width: calc(50% - 2rem);
	aspect-ratio: 504/250;
	border-radius: 0.4rem;
	overflow: hidden;
}
#main .office .infoImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .office .tabBox {
	margin-bottom: 4.9rem;
}
#main .office .tabBox th {
	width: 12.88%;
}
#main .office .tabBox td {
	padding-left: 12.6rem;
	font-size: 1.6rem;
	line-height: 1.5;
}
#main .office .tabBox td p {
	margin-bottom: 2.3rem;
}
#main .office .tabBox td p:last-child {
	margin-bottom: 0;
}
#main .office .title {
	padding: 0.2rem 0 1.1rem 6rem;
	color: #00A196;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.083em;
	background: url(../img/common/icon01.png) no-repeat left top / 4rem;
}
#main .office .title02 {
	background-image: url(../img/common/icon02.png);
}
#main .office .title03 {
	margin-bottom: 2.1rem;
	color: #00A196;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.083em;
}
#main .office .list {
	margin-bottom: 2rem;
	width: fit-content;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.125em;
}
#main .office .list li {
	margin-bottom: 1.9rem;
	padding: 0.8rem 0 0.8rem 2rem;
	border-bottom: 1px solid #00A196;
	position: relative;
}
#main .office .list li:last-child {
	margin-bottom: 0;
}
#main .office .list li::before {
	width: 1rem;
	aspect-ratio: 1/1;
	content: "";
	position: absolute;
	left: 0;
	top: 1.6rem;
	border-radius: 100%;
	background: #00A196;
}
#main .office .list.flex {
	gap: 1.9rem 5rem;
}
#main .office .list.flex li {
	margin-bottom: 0;
	padding-right: 0.5rem;
	width: fit-content;
}
#main .office .mapBox {
	margin-bottom: 1.3rem;
	width: 100%;
	aspect-ratio: 1048/300;
}
#main .office .videoBox {
	margin: 0 auto 1.3rem;
	width: 68.5rem;
	aspect-ratio: 685/300;
}
#main .office .videoBox video,
#main .office .videoBox iframe,
#main .office .videoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
#main .office .mapBox iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
#main .office .mapBtn a {
	padding: 0.7rem 3.2rem 0.7rem 2rem;
	margin-left: auto;
	width: fit-content;
	display: block;
	color:  #00A196;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 1px;
	border-bottom: 1px solid #00A196;
	background: url(../img/common/arrow04.png) no-repeat right 0.8rem center / 0.9rem;
}
#main .office .videoBtn a {
	margin: 0 auto;
	padding-left: 0;
}
#main .office .innerBox04 .title {
	padding-bottom: 2.2rem;
}
#main .office .subUl01 li {
	padding-left: 2.3rem;
	text-indent: -2.3rem;
}
@media all and (min-width: 897px) {
	#pagePath {
		margin-bottom: 1rem;
	}
	.comVisual {
		padding-bottom: 0;
	}
	.comVisual::before {
		background-image: url(../img/common/line05.png);
	}
	#main .office .mapBtn a:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 896px) {
	#pagePath {
		margin-bottom: 1rem;
	}
	#main .profile {
		padding: 5rem 0;
	}
	#main .profile .headLine01 {
		margin-bottom: 3rem;
	}
	#main .profile .headLine01 .jp {
		font-size: 4.4rem;
	}
	#main .profile .content {
		padding: 3rem 1.5rem;
	}
	#main .tabBox table th,
	#main .tabBox table td {
		padding: 1rem 0;
		width: 100% !important;
		display: block !important;
		border-width: 1px;
	}
	#main .tabBox table th {
		font-size: 1.6rem;
	}
	#main .tabBox table td {
		padding-left: 0;
		border-bottom: none;
	}
	#main .ogranization {
		padding: 6rem 0;
	}
	#main .ogranization .headLine01 {
		margin-bottom: 2.9rem;
	}
	#main .ogranization .content {
		margin: 0 2.85rem;
	}
	#main .ogranization .image {
		padding: 4.6rem 0;
	}
	#main .ogranization .image img {
		width: 100%;
	}
	#main .office {
		padding: 5rem 0 8rem;
	}
	#main .office .headLine01 {
		margin-bottom: 6rem;
	}
	#main .office .innerBox {
		margin-bottom: 5rem;
		padding: 3rem 1.5rem;
	}
	#main .office .heading {
		padding: 0 0 2rem 3rem;
		font-size: 2rem;
	}
	#main .office .heading::before {
		width: 1.8rem;
		top: 0.7rem;
	}
	#main .office .infoImg {
		margin-bottom: 2rem;
		flex-direction: column;
		gap: 2rem;
	}
	#main .office .infoImg li {
		width: 100%;
	}
	#main .office .tabBox {
		margin-bottom: 3rem;
	}
	#main .office .tabBox td {
		padding-left: 0;
		font-size: 1.5rem;
	}
	#main .office .tabBox td p {
		margin-bottom: 1.5rem;
	}
	#main .office .title {
		padding: 0.2rem 0 1.1rem 3rem;
		font-size: 1.8rem;
		background-size: 2.5rem;
		background-position: left top 0.5rem;
	}
	#main .office .title03 {
		margin-bottom: 1.5rem;
		font-size: 1.8rem;
	}
	#main .office .list {
		margin-bottom: 1.5rem;
		width: 100%;
		font-size: 1.4rem;
	}
	#main .office .list li {
		margin-bottom: 1rem;
		padding: 0.4rem 0 0.4rem 1.5rem;
		border-bottom: 1px solid #00A196;
		position: relative;
	}
	#main .office .list li::before {
		width: 0.8rem;
		top: 1.1rem;
	}
	#main .office .list.flex {
		gap: 1rem;
		flex-direction: column;
	}
	#main .office .list.flex li {
		margin-bottom: 0;
		padding-right: 0;
	}
	#main .office .mapBox {
		aspect-ratio: 9/6;
	}
	#main .office .videoBox {
		width: auto;
		aspect-ratio: 9/6;
	}
	#main .office .innerBox04 .title {
		padding-bottom: 1.3rem;
	}
	#main .office .subUl01 li {
		padding-left: 2.1rem;
		text-indent: -2.1rem;
	}
}