@charset "UTF-8";

/*=======================================================
MV
=======================================================*/
.el-lower-mv-ttl::after{
	content: 'company';
}

/*=======================================================
message
=======================================================*/
.bl-message{
	padding: 5rem 0 6rem;
	background: #E3F8FE;
	position: relative;
}
.bl-message::before {
	content: '';
	position: absolute;
	background: url(../images/common/top-deco.svg) top center / cover no-repeat;
	width: 100%;
	height: 2.5rem;
	top: -2.5rem;
	left: 50%;
	transform: translateX(-50%);
}
.bl-message .bl-media{
	align-items: flex-start;
	gap: 2rem;
	margin-top: 3rem;
}
.bl-message .bl-media-img-wrapper{
	flex: 0 1 31.125rem;
	border-radius: 0.625rem;
	overflow: hidden;
}
.bl-message .bl-media-img-wrapper figcaption{
	height: 5.375rem;
	background: #204988;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
	font-size: 1.0625rem;
	font-weight: bold;
	line-height: 1.58;
	letter-spacing: 0.0425rem;
	color: #fff;
}
.bl-message .bl-media-img-wrapper figcaption > span{
	display: block;
	font-size: 1.25rem;
	letter-spacing: 0.05rem;
}
.bl-message .bl-media-body{
	flex: 1;
}
@media screen and (max-width: 46.875rem){
	.bl-message{
		padding: 5rem 0 6rem;
		background: #E3F8FE;
		position: relative;
	}
	.bl-message::before{
		top: -2.375rem;
	}
	.bl-message .bl-media{
		width: 37.125rem;
		gap: 3rem;
		margin: 3rem auto 0;
	}
	.bl-message .bl-media-img-wrapper{
		flex: 0 1 100%;
	}
	.bl-message .bl-media-img-wrapper figcaption{
		height: 6.875rem;
		font-size: 1.5rem;
	}
	.bl-message .bl-media-img-wrapper figcaption > span{
		font-size: 1.75rem;
	}
}

/*=======================================================
staff
=======================================================*/
.bl-staff{
	padding: 6rem 0;
	background: url(../images/common/bg--blue.jpg) top center / contain;
}
.bl-staff .el-main-ttl{
	color: #fff;
	margin-bottom: 3rem;
}
.bl-staff .bl-card{
	border-radius: 0.625rem;
	width: 20rem;
	background: #fff;
	z-index: 2;
	overflow: hidden;
}
.bl-staff .bl-card-img-wrapper{
	height: 13.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.bl-staff .bl-card-body{
	padding: 1.5rem;
}
.bl-staff .el-card-ttl{
	font-size: 0.875rem;
	font-weight: normal;
	text-align: left;
}
.bl-staff .el-card-ttl > span{
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
	margin-right: 0.5rem;
}
@media screen and (max-width: 46.875rem){
	.bl-staff{
		background: url(../images/common/bg--blue-sp.jpg) top center / contain;
	}
	.bl-staff .bl-card{
		border-radius: 0.625rem;
		width: 20rem;
		background: #fff;
		z-index: 2;
		overflow: hidden;
	}
	.bl-staff .bl-card{
		width: 37.125rem;
		margin: 0 auto;
	}
	.bl-staff .bl-card-img-wrapper{
		height: 24.625rem;
	}
	.bl-staff .bl-card-body{
		padding: 2.5rem 3.125rem;
	}
	.bl-staff .el-card-ttl{
		font-size: 1.5rem;
	}
	.bl-staff .el-card-ttl > span{
		font-size: 2.25rem;
		margin-right: 1rem;
	}
}

/*=======================================================
company
=======================================================*/
.bl-company{
	padding: 6rem 0;
	background: #F6F6F6;
}
.bl-company .el-main-ttl{
	margin-bottom: 3rem;
}
.bl-company-def{
	background: #fff;
	border-radius: 0.625rem;
	border: 0.125rem solid #204988;
	padding: 3rem 4rem;
}
.bl-company-item{
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
	border-bottom: 0.0625rem solid #204988;
	padding-bottom: 1rem;
}
.bl-company-item{
	padding-top: 1rem;
}
.el-company-dttl{
	letter-spacing: 0.06em;
	flex: 0 1 16.375rem;
	color: #204988;
	font-size: 1.0625rem;
	font-weight: bold;
	letter-spacing: 0.0425rem;
}
.bl-company-ddata{
	flex: 1;
	font-size: 1.125rem;
}
/* number */
.bl-number{
	margin-top: 4rem;
	border-radius: 0.625rem;
	background: #fff;
	padding-bottom: 3rem;
	overflow: hidden;
}
.bl-number .el-box-ttl{
	height: 5rem;
	background: #204988;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.08rem;
	margin-bottom: 2rem;
}
.bl-number-item{
	margin: 3rem 2.5rem 0;
	overflow: hidden;
}
.el-number-ttl{
	height: 4rem;
	background: #204988;
	color: #fff;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.07rem;
	padding: 0 3rem 0 1.5rem;
	border-radius: 0.625rem;

	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.el-number-ttl::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 0.5625rem solid transparent;
	border-left: 0.5625rem solid transparent;
	border-top: 1rem solid #fff;
	border-bottom: 0;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%);
}
.bl-number-item[open] .el-number-ttl::after{
	border-right: 0.5625rem solid transparent;
	border-left: 0.5625rem solid transparent;
	border-bottom: 1rem solid #fff;
	border-top: 0;
}
.bl-number-body{
	overflow: hidden;
	position: relative;
}
.bl-number-body .bl-number-detail{
	padding: 2rem 0 0 0;
}
.bl-number-detail{
	display: flex;
	flex-wrap: wrap;
	gap: 0 2.5rem;
}
.bl-number-detail > div{
	width: 18rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 0.0625rem solid #204988;
	padding: 0.5rem 0;
	line-height: 1.58;
}
.bl-number-detail > div > dd{
	text-align: right;
}
@media screen and (max-width: 46.875rem){
	.bl-company{
		padding-bottom: 14rem;
	}
	.bl-company-def{
		padding: 3rem 2rem;
	}
	.bl-company-item{
		padding: 1.5rem 0;
	}
	.el-company-dttl{
		flex: 0 1 12.5rem;
		font-size: 1.75rem;
	}
	.bl-company-ddata{
		font-size: 1.75rem;
	}
	/* number */
	.bl-number{
		margin-top: 4rem;
		border-radius: 0.625rem;
		background: #fff;
		padding-bottom: 3rem;
		overflow: hidden;
	}
	.bl-number .el-box-ttl{
		height: 5rem;
		background: #204988;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: 0.08rem;
		margin-bottom: 2rem;
	}
	.bl-number-item{
		margin-top: 2.5rem;
	}
	.el-number-ttl{
		height: auto;
		font-size: 2rem;
		padding: 1rem 2rem;
	}
	.el-number-ttl::after{
		border-right: 0.8125rem solid transparent;
		border-left: 0.8125rem solid transparent;
		border-top: 1.375rem solid #fff;
	}
	.bl-number-item[open] .el-area-ttl::after{
		border-right: 0.8125rem solid transparent;
		border-left: 0.8125rem solid transparent;
		border-bottom: 1.375rem solid #fff;
	}
	.bl-number-body{
		overflow: hidden;
		position: relative;
	}
	.bl-number-body > *{
		padding: 2rem 0 0 0;
	}
	.bl-number-body .bl-number-detail{
		padding: 2rem 0 0 0;
	}
	.bl-number-detail{
		gap: 0 1.3125rem;
	}
	.bl-number-detail > div{
		width: 100%;
		padding: 1rem 0;
		line-height: 1.4;
	}
}