@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#main {
	background: #F1F1F1;
}
#main .whiteBg {
	padding: 15rem 0 0;
	background: #fff;
}
#main .mainVisual {
	position: relative;
}
#main .mainVisual .titleBox {
	padding: 15.9rem 0 5rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-feature-settings: "palt";
	text-shadow: 0.7rem 0.7rem 1rem rgba(0, 0, 0, 0.75);
	background: linear-gradient(to bottom,rgba(0,0,0,0.66) 0%,transparent 100%);
	z-index: 1;
}
#main .mainVisual .titleBox::before {
	width: 13.2rem;
	height: 13.2rem;
	content: "";
	position: absolute;
	left: calc(50% - 61.2rem);
	top: 12.7rem;
	background: url(../img/common/icon03.png) no-repeat center top / 100%;
}
#main .mainVisual .headLine02 {
	margin-bottom: 2.2rem;
	text-align: left;
}
#main .mainVisual .headLine02 .en {
	color: #fff;
}
#main .mainVisual .title {
	margin-bottom: 2.6rem;
	font-size: 5.437rem;
}
#main .mainVisual p {
	font-size: 2.8rem;
	line-height: 1.75;
	font-weight: 500;
	letter-spacing: 0.02em;
}
#main .message {
	margin-bottom: 17rem;
	padding: 6rem 0 3.4rem;
	background: #002F7C;
}
#main .message .imgBox {
	padding: 7.8rem 10.4rem 6rem;
	max-width: 131.7rem;
	flex-direction: row-reverse;
	border-radius: 1.36rem;
	background: #fff;
}
#main .message .photoBox {
	margin: 1rem -1.6rem 0 7.3rem;
	width: 42.6rem;
}
#main .message .textBox {
	flex: 1;
}
#main .message .textBox p {
	font-size: 2.4rem;
	line-height: 1.75;
	letter-spacing: 0.04em;
	font-weight: 500;
	text-align: justify;
	text-indent: 2.5rem;
}
#main .message .textBox p:first-child {
	text-indent: 0;
}
#main .message .textBox .info {
	margin-top: 4.3rem;
	text-indent: 0;
	font-size: 2.628rem;
	font-weight: 700;
	letter-spacing: 0;
}
#main .message .textBox .info .name {
	margin-left: 3.3rem;
	font-size: 4.666rem;
	vertical-align: text-top;
	line-height: 1.2;
}
#main .outLine .content,
#main .history .content,
#main .member .content {
	max-width: 110rem;
}
#main .member {
	margin-bottom: 17.2rem;
}
#main .member .siteList  {
	margin-top: 7.7rem;
}
#main .member .siteList > li {
	padding: 2.7rem 6.8rem;
	display: flex;
	justify-content: space-between;
	background: #fff;
	box-shadow: 0.4rem 0.5rem 1.6rem rgba(0, 0, 0, 0.54);
	gap: 3.8rem;
}
#main .member .siteList > li + li {
	margin-top: 0.7rem;
}
#main .member .textBox {
	padding: 0;
	flex: 1;
	display: flex;
	align-items: flex-start;
}
#main .member .photoBox {
	width: 34.4rem;
	position: relative;
}
#main .member .photoBox img {
	width: 100%;
}
#main .member .photoBox .info {
	padding: 0.9rem 1rem;
	width: fit-content;
	min-width: 21.8rem;
	font-weight: 700;
	font-size: 1.541rem;
	background: #fff;
	text-align: center;
	border-radius: 0 2rem 2rem 0;
	position: absolute;
	left: 0;
	bottom: 2.2rem;
}
#main .member .subDl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.75;
}
#main .member .subDl dt {
	width: 5.5rem;
}
#main .member .subDl dd {
	width: calc(100% - 5.5rem);
	font-feature-settings: "palt";
}
#main .tableBox {
	margin: 6rem auto 0;
	width: 75.5rem;
}
#main .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .tableBox th,
#main .tableBox td {
	padding: 1.7rem 0 1.7rem 17.3rem;
	word-break: break-all;
	font-size: 1.2rem;
	font-weight: 700;
	color: #000;
	vertical-align: middle;
	text-align: left;
	border-bottom: 0.2rem solid #E2E2E2;
}
#main .tableBox th span,
#main .tableBox p {
	line-height: 2.2;
	display: block;
}
#main .tableBox p span {
	display: block;
}
#main .tableBox p span + span {
	margin-top: 1.3rem;
}
#main .tableBox th span {
	min-width: 5rem;
}
#main .tableBox th {
	padding-left: 9.5rem;
	width: 24rem;
	border-color: #0E2395;
}
#main .history {
	margin: 26.5rem 0 15.5rem;
}
#main .history .tableBox {
	margin-top: 3.3rem;
}
#main .history .tableBox td p {
	line-height: 1.75;
}
@media all and (min-width: 897px) {
	#main .mainVisual .mainImg {
		height: 103.8rem;
		overflow: hidden;
	}
	#main .mainVisual .mainImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.headLine02.head {
		margin: 0;
		padding-left: 0;
		color: #002F7C;
	}
	.headLine02.head::before {
		left: -4.8rem;
	}
	#main .message .headLine02 {
		margin: 0 0 2.3rem;
		width: 100%;
	}
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		padding-bottom: 50vw;
	}
	#main .mainVisual::after {
		width: 118vw;
		height: calc(100% - 97vw);
		content: "";
		position: absolute;
		left: -5vw;
		top: 0;
		filter: blur(1rem);
		background: #002F7C;
	}
	#main .mainVisual .mainImg {
		height: 103vw;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#main .mainVisual .mainImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .mainVisual .headLine02 {
		margin-bottom: 1rem;
	}
	#main .mainVisual .title {
		margin-bottom: 1.5rem;
		font-size: 2rem;
	}
	#main .mainVisual p {
		font-size: 1.6rem;
	}
	#main .mainVisual .titleBox {
		padding: 9rem 2rem 2rem;
		position: relative;
		background: none;
	}
	#main .mainVisual .titleBox::after {
		width: 100%;
		height: 100%;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		filter: blur(1rem);
		opacity: 0.2;
		background: #000;
		z-index: -1;
	}
	#main .mainVisual .titleBox::before {
		width: 8rem;
		height: 8rem;
		left: 2rem;
		top: 5rem;
	}
	#main .message {
		margin-bottom: 8rem;
		padding: 4rem 0;
	}
	#main .message .imgBox {
		padding: 4rem 2rem 3rem;
		display: block;
	}
	#main .message .photoBox {
		margin: 0 0 2rem;
		width: auto;
	}
	.headLine02.head {
		margin-bottom: 3rem;
	}
	#main .message .textBox p {
		font-size: 1.8rem;
		text-indent: 1.8rem;
	}
	#main .message .textBox .info {
		margin-top: 2rem;
		font-size: 2rem;
	}
	#main .message .textBox .info .name {
		margin-left: 1.2rem;
		font-size: 2.2rem;
	}
	#main .member .siteList {
		margin: 0;
	}
	#main .member .siteList > li {
		padding: 2rem;
		display: block;
	}
	#main .member .photoBox {
		margin-bottom: 2.5rem;
		width: auto;
	}
	#main .member .photoBox:last-child {
		margin-bottom: 0;
	}
	#main .tableBox {
		margin: 0;
		width: auto;
	}
	#main .member .textBox {
		padding-bottom: 1rem;
		display: block;
	}
	#main .member {
		margin-bottom: 8rem;
	}
	#main .whiteBg {
		padding-top: 8rem;
	}
	#main .tableBox th {
		width: 26%;
		padding-left: 1.5rem;
	}
	#main .tableBox td {
		padding-left: 3rem;
	}
	#main .tableBox p span + span {
		margin-top: 0.5rem;
	}
	#main .history {
		margin: 14rem 0 8rem;
	}
}