@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
.pageTitle {
	background-image: url(../img/company/page_img.jpg);
}
#pagePath {
	margin-bottom: 10rem;
}
/* message */
#main .message {
	margin-bottom: 21.5rem;
}
#main .message .headLine02 {
	margin-bottom: 7rem;
}
#main .headLine02 .en {
	letter-spacing: 0.05em;
}
#main .message .imgBox {
	margin-bottom: 5rem;
	position: relative;
}
#main .message .imgBox .photoBox img {
	width: 100%;
}
#main .message .imgBox .title {
	position: absolute;
	text-align: right;
	font-weight: 600;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	right: 7rem;
	font-size: 3.8rem;
	letter-spacing: 0.19em;
	line-height: 1.57;
	width: 60rem;
}
#main .message .sub {
	margin: 0 auto;
	max-width: 100rem;
}
#main .message .sub .text {
	line-height: 2.5;
	text-align: justify;
}
#main .message .sub .name {
	margin-top: 2.2rem;
	text-align: right;
}
#main .message .sub .name span {
	margin-left: 3rem;
	display: inline-block;
	font-size: 2.6rem;
}
@media all and (max-width: 896px) {
	.pageTitle {
		background-image: url(../img/company/page_img_sp.jpg);
	}
	#pagePath {
		margin-bottom: 5.3rem;
	}
	#main .message {
		margin-bottom: 10.8rem;
	}
	#main .message .headLine02 {
		margin-bottom: 3.5rem;
	}
	#main .headLine02 .en {
		letter-spacing: 0.05em;
	}
	#main .message .imgBox {
		margin-bottom: 2.5rem;
	}
	#main .message .imgBox .title {
		right: 1.8rem;
		font-size: 2.853vw;
		width: auto;
	}
	#main .message .sub {
		margin: 0 1.7rem;
		max-width: 100%;
	}
	#main .message .sub .text {
		line-height: 1.875;
	}
	#main .message .sub .name {
		margin-top: 2.5rem;
	}
	#main .message .sub .name span {
		margin-left: 1rem;
		font-size: 1.6rem;
	}
	#main .message .comBtn {
		margin-top: 6.8rem;
	}
}
/* outline */
#main .outline {
	margin-bottom: 20rem;
}
#main .outline .headLine02 {
	margin-bottom: 4.5rem;
}
#main .outline .tableBox {
	margin: 0 auto;
	max-width: 100rem;
}
#main .outline .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .outline .tableBox table th,
#main .outline .tableBox table td {
	padding: 1.7rem 1rem 1.7rem;
	text-align: left;
	border-bottom: 1px solid #F2F2F2;;
	vertical-align: top;
	font-weight: 400;
	line-height: 2.38;
	word-break: break-all;
	font-feature-settings: "palt";
}
#main .outline .tableBox table th {
	padding-left: 6rem;
	width: 23%;
}
#main .outline .tableBox table a:hover {
	opacity: 0.7;
}
#main .outline .tableBox .innerBox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#main .outline .tableBox .innerBox .text {
	width: 40rem;
}
#main .outline .tableBox .innerBox .tag {
	width: 7.2rem;
}
#main .outline .tableBox .innerBox .tag a {
	padding-bottom: 2px;
	margin-top: 1rem;
	border-radius: 1.5rem;
	display: block;
	font-weight: 500;
	text-align: center;
	font-size: 1.8rem;
	background: linear-gradient(to right,rgba(255,146,2, 1) 30%, rgba(235,92,0, 1) 100%);
	line-height: 1.3;
}
@media all and (max-width: 896px) {
	#main .outline {
		margin-bottom: 10.3rem;
	}
	#main .outline .headLine02 {
		margin-bottom: 2.6rem;
	}
	#main .outline .tableBox {
		max-width: 100%;
	}
	#main .outline .tableBox table th,
	#main .outline .tableBox table td {
		padding: 0.8rem 0.5rem 0.8rem;
		line-height: 1.79;
	}
	#main .outline .tableBox table th {
		padding-left: 1.3rem;
		width: 22%;
	}
	#main .outline .tableBox table a:hover {
		opacity: 0.7;
	}
	#main .outline .tableBox .innerBox {
		position: relative;
		display: block;
	}
	#main .outline .tableBox .innerBox .text {
		width: auto;
	}
	#main .outline .tableBox .innerBox .tag {
		position: absolute;
		top: 2.5rem;
		left: 16rem;
		z-index: 1;
		width: 3.6rem;
	}
	#main .outline .tableBox .innerBox .tag a {
		padding: 0;
		margin-top: 0;
		border-radius: 1.5rem;
		font-size: 1rem;
		line-height: 1.2;
	}
}
/* access */
#main .access .headLine02 {
	margin-bottom: 5rem;
}
#main .access .mapBox {
	margin-bottom: 5.2rem;
	aspect-ratio: 1200/450;
}
#main .access .mapBox iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .access .imgBox {
	margin: 0 auto;
	max-width: 100rem;
	flex-direction: row-reverse;
	align-items: flex-start;
}
#main .access .imgBox .photoBox {
	margin-top: 1rem;
	width: 50rem;
}
#main .access .imgBox .photoBox img {
	width: 100%;
}
#main .access .imgBox .textBox {
	width: calc(100% - 56.2rem);
}
#main .access .imgBox .textBox .add {
	margin-bottom: 2rem;
	line-height: 2.38;
}
#main .access .imgBox .textBox .textList li {
	margin-bottom: 1rem;
	padding-left: 2rem;
	position: relative;
	font-size: 2rem;
	line-height: 1.5;
}
#main .access .imgBox .textBox .textList li:last-child {
	margin-bottom: 0;
}
#main .access .imgBox .textBox .textList li::after {
	position: absolute;
	top: 1rem;
	left: 0;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 50%;
	content: "";
	z-index: 1;
	background-color: #fff;
}
#main .access .imgBox .textBox .textList span {
	margin-right: 1.2rem;
	display: inline-block;
}
#gFooter {
	margin-top: 5.7rem;
}
@media all and (max-width: 896px) {
	#main .access .headLine02 {
		margin-bottom: 2rem;
	}
	#main .access .mapBox {
		margin-bottom: 2rem;
		aspect-ratio: 675/350;
	}
	#main .access .imgBox {
		max-width: 57.3%;
		display: block;
	}
	#main .access .imgBox .photoBox {
		margin-top: 0;
		width: auto;
	}
	#main .access .imgBox .textBox {
		margin-bottom: 1.7rem;
		width: auto;
	}
	#main .access .imgBox .textBox .add {
		margin-bottom: 1.2rem;
		line-height: 1.79;
		text-align: center;
	}
	#main .access .imgBox .textBox .textList li {
		padding-left: 2rem;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	#main .access .imgBox .textBox .textList li::after {
		top: 0.5rem;
		left: 0.8rem;
		width: 0.7rem;
		height: 0.7rem;
	}
	#main .access .imgBox .textBox .textList span {
		margin-right: 0.8rem;
	}
	#gFooter {
		margin-top: 9.8rem !important;
	}
}
@media all and (max-width: 896px) {
}