@charset "UTF-8";
/*=======================================================
MV
=======================================================*/
.el-lower-mv-ttl::after{
	content: 'company';
}

/*=======================================================
motto
=======================================================*/
.bl-motto{
	padding: 180px 0 80px;
}
.bl-motto-list{
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.bl-motto-item{
	width: 320px;
	position: relative;
}
.el-motto-ttl{
	position: absolute;
	top: -72px;
	left: 32px;
	width: 130px;
	height: 100px;
	background: url(../images/company/motto-bubble-pink.svg) top center / contain no-repeat;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 1.56px;
	display: flex;
	padding: 30px 0 0 54px;
	z-index: 1;
}
.bl-motto-item:nth-of-type(2) .el-motto-ttl{
	background: url(../images/company/motto-bubble-green.svg) top center / contain no-repeat;
}
.bl-motto-item:nth-of-type(3) .el-motto-ttl{
	background: url(../images/company/motto-bubble-purple.svg) top center / contain no-repeat;
}
.el-motto-txt{
	height: 266px;
	background: #FFF4F8;
	border: 2px solid #FFA5CA;
	border-radius: 10px;
	padding: 48px 24px 0;
	position: relative;
}
.bl-motto-item:nth-of-type(2) .el-motto-txt{
	background: #F2FFF3;
	border: 2px solid #53E05C;
}
.bl-motto-item:nth-of-type(3) .el-motto-txt{
	background: #EDF0FF;
	border: 2px solid #A0AFFF;
}
.el-motto-txt::after{
	content: '';
	position: absolute;
	background: url(../images/company/motto-illust01.svg) top center / contain no-repeat;
	width: 158px;
	height: 102px;
	bottom: -0.5px;
	left: 50%;
	transform: translateX(-50%);
}
.bl-motto-item:nth-of-type(2) .el-motto-txt::after{
	width: 112px;
	height: 110px;
	background: url(../images/company/motto-illust02.svg) top center / contain no-repeat;
	left: inherit;
	transform: unset;
	right: 40px;
}
.bl-motto-item:nth-of-type(3) .el-motto-txt::after{
	width: 184px;
	height: 126px;
	left: inherit;
	transform: unset;
	right: 32px;
	background: url(../images/company/motto-illust03.svg) top center / contain no-repeat;
}
@media screen and (max-width: 750px){
	.bl-motto-list{
		gap: 120px;
	}
	.bl-motto-item{
		width: 100%;
	}
	.el-motto-ttl{
		top: -90px;
		left: 64px;
		width: 160px;
		height: 130px;
		font-size: 36px;
		padding: 34px 0 0 62px;
	}
	.el-motto-txt{
		height: 280px;
		padding: 56px 30px 0;
	}
	.el-motto-txt::after{
		width: 180px;
		height: 116px;
		left: inherit;
		right: 32px;
		transform: unset;
	}
	.bl-motto-item:nth-of-type(2) .el-motto-txt::after{
		width: 132px;
		height: 128px;
		right: 32px;
	}
}

/*=======================================================
company
=======================================================*/
.bl-company {
	background: #B8E3EC;
	padding: 72px 0 80px;
}
.bl-company-def{
	background: #fff;
	border-radius: 40px;
	padding: 40px;
}
.bl-company-item,
.bl-history-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-image: linear-gradient(
		to right,
		#DBDBDB 0,
		#DBDBDB 230px,
		#00354D 230px,
		#00354D 100%
	);
	background-repeat: no-repeat;
	background-size: 100% 1px;
	background-position: left bottom;
	padding-bottom: 16px;
}
.bl-company-item:not(:first-of-type),
.bl-history-item:not(:first-of-type) {
	padding-top: 16px;
}
.el-company-dttl,
.bl-history-item > dt {
	letter-spacing: 0.06em;
	flex: 0 1 230px;
}
.bl-company-ddata,
.bl-history-item > dd {
	flex: 1;
}
@media screen and (max-width: 750px) {
	.bl-company-def{
		padding: 40px 32px;
	}
	.bl-company-item,
	.bl-history-item {
		padding-bottom: 24px;
		background-image: linear-gradient(
			to right,
			#DBDBDB 0,
			#DBDBDB 200px,
			#00354D 200px,
			#00354D 100%
		);
	}
	.bl-company-item:not(:first-of-type),
	.bl-history-item:not(:first-of-type) {
		padding-top: 24px;
	}
	.el-company-dttl,
	.bl-history-item > dt{
		flex: 0 1 200px;
	}
}

/*=======================================================
history
=======================================================*/
.bl-history{
	padding: 72px 0 80px;
}
.bl-history .ly-cont-inner::before{
	content: '';
	position: absolute;
	background: url(../images/company/history-illust01.svg) top center / contain no-repeat;
	width: 264px;
	height: 152px;
	top: -110px;
	right: 0;
}
.bl-history-list{
	width: 945px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	.bl-history-list{
		width: 100%;
		margin: 0 auto;
	}
}
/*=======================================================
access
=======================================================*/
.bl-access{
	padding: 72px 0 80px;
	background: url(../images/company/access-bg.jpg) top center / cover no-repeat;
}
.bl-access .el-main-ttl{
	color: #fff;
}
.bl-access .bl-media{
	background: #fff;
	border-radius: 40px;
	padding: 40px 72px 40px 32px;
	gap: 56px;
}
.bl-access .bl-media iframe{
	border: 1px solid #BEBEBE!important;
	border-radius: 10px;
}
.bl-access .bl-media-body > dl > div{
	padding: 8px 0;
	border-bottom: 1px solid #00354D;
}
.bl-access .bl-media-body > dl > div:first-of-type{
	padding-top: 0;
}
.bl-access .bl-media-body > dl > div > dt{
	font-weight: bold;
	line-height: 1.47;
	margin-bottom: 4px;
}
.bl-access .bl-media-body .el-btn{
	width: 281px;
	margin: 40px 0 0;
}
@media screen and (max-width: 750px) {
	.bl-access{
		padding: 64px 0 220px;
		background: url(../images/company/access-bg-sp.jpg) top center / cover no-repeat;
	}
	.bl-access .bl-media{
		padding: 40px 30px;
		gap: 40px;
	}
	.bl-access .bl-media iframe{
		width: 100%;
		height: 448px;
		border-radius: 10px;
	}
	.bl-access .bl-media-body > dl > div{
		padding: 24px 0;
		border-bottom: 2px solid #00354D;
		display: flex;
	}
	.bl-access .bl-media-body > dl > div:first-of-type{
		padding-top: 0;
	}
	.bl-access .bl-media-body > dl > div > dt{
		letter-spacing: 1.12px;
		margin-bottom: 0;
		width: 98px;
	}
	.bl-access .bl-media-body .el-btn{
		width: 576px;
		margin: 64px auto 0;
	}
}