@charset "UTF-8";

/*=======================================================
MV
=======================================================*/
.el-lower-mv-ttl::before{
	content: 'ABOUT US';
}

/*=======================================================
can
=======================================================*/
.bl-can{
	background: #CAE6E6;
	padding: 5.75rem 0 11.25rem;
}
.bl-can .ly-cont-inner{
	padding: 5rem 7rem;
	background: #fff;
	border-radius: 1.125rem;
}
.bl-can .el-main-ttl::before{
	content: 'WHAT WE CAN DO';
}
.bl-can .el-txt{
	letter-spacing: 0.05rem;
}
.bl-can .bl-logo-img-wrapper{
	width: 9.875rem;
	margin: 3.5rem auto 0;
}
.bl-can .bl-logo-img-wrapper img{
	border-radius: 0;
}
@media screen and (max-width: 750px) {
	.bl-can{
		padding: 8rem 0 14rem;
	}
	.bl-can .ly-cont-inner{
		padding: 5rem 2.5rem;
	}
	.bl-can .bl-logo-img-wrapper{
		width: 12.5rem;
	}
}

/*=======================================================
strengths
=======================================================*/
.bl-strengths{
	padding: 2rem 0 14.6875rem;
}
.bl-strengths .ly-cont-inner::after{
	content: '';
	position: absolute;
	background: url(../images/common/whale01.svg) top center / contain no-repeat;
	width: 20.5rem;
	height: 14.25rem;
	left: -13.75rem;
	bottom: -18.75rem;
}
.bl-strengths .el-main-ttl::before{
	content: 'OUR STRENGTHS';
}
.bl-strengths .bl-media{
	gap: unset;
	justify-content: space-between;
	align-items: flex-end;
}
.bl-strengths .bl-media-img-wrapper{
	flex: 0 1 24.375rem;
}
.bl-strengths:nth-of-type(2) .bl-media-img-wrapper{
	flex:  0 1 20.875rem;
}
.bl-strengths .bl-media-body{
	width: 37.5rem;
	flex: unset;
}
.bl-strengths .bl-txt-wrapper{
	--scrollbar-width: 0.375rem;
	--scrollbar-gap: 1rem;
	--scrollbar-track-color: #E0F3FF;
	--scrollbar-thumb-color: #3D94C6;
	position: relative;
}
.bl-txt-scroll {
	height: 17.5rem;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.bl-txt-scroll::-webkit-scrollbar {
	display: none;
}
.bl-scroll-bar {
	position: absolute;
	top: 0;
	right: -1.125rem;
	width: 0.625rem;
	height: calc(100% + 0.125rem);
	overflow: hidden;
	background-color: var(--scrollbar-track-color);
	border-radius: 0.125rem;	
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
}
.bl-strengths .bl-media.--reverse .bl-scroll-bar{
	right: inherit;
	left: -1.25rem;
}
.bl-strengths .bl-txt-wrapper.is-scrollable .bl-scroll-bar {
	opacity: 1;
	visibility: visible;
}
.bl-scroll-thumb {
	position: absolute;
	top: 0;
	left: 0.125rem;
	width: 0.375rem;
	min-height: 1.75rem;
	/* margin: 0.125rem 0; */
	background-color: var(--scrollbar-thumb-color);
	border-radius: 100vmax;
	will-change: transform;
}
@media screen and (max-width: 750px) {
	.bl-strengths{
		padding: 2rem 0 15rem;
	}
	.bl-strengths .ly-cont-inner::after{
		width: 18.5rem;
		height: 12.875rem;
		left: 0;
		bottom: -16.875rem;
	}
	.bl-strengths .bl-media{
		gap: 2.5rem;
		flex-direction: column-reverse;
		width: 39.375rem;
		margin: 0 auto;
	}
	.bl-strengths .bl-media-img-wrapper{
		flex: unset;
		width: 23.875rem;
		margin: 0 auto;
	}
	.bl-strengths:nth-of-type(2) .bl-media-img-wrapper{
		flex: unset;
		width: 32rem;
	}
	.bl-strengths .bl-media-body{
		width: 100%;
	}
	.bl-strengths .bl-txt-wrapper{
		height: auto;
	}
	.bl-strengths .bl-txt-wrapper{
		--scrollbar-width: 6px;
		--scrollbar-gap: 16px;
		--scrollbar-track-color: #E0F3FF;
		--scrollbar-thumb-color: #3D94C6;
		position: relative;
	}
	.bl-txt-scroll {
		height: 17.5rem;
	}
	.bl-scroll-bar {
		right: -1.375rem;
		width: 0.875rem;
	}
	.bl-strengths .bl-media.--reverse .bl-scroll-bar{
		right: -1.375rem;
		left: inherit;
	}
	.bl-scroll-thumb {
		left: 0.125rem;
		width: 0.625rem;
	}
}

/*=======================================================
identity
=======================================================*/
.bl-identity{
	padding: 4rem 0 5rem;
	z-index: 3;
}
.bl-identity .el-main-ttl{
	color: #fff;
}
.bl-identity .el-main-ttl::before{
	content: 'IDENTITY';
	color: #fff;
}
.bl-identity .bl-card-img-wrapper{
	width: 7.5rem;
	height: 7.5rem;
	background: #C2DFF2;
	border-radius: 7.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto -3.75rem;
	z-index: 2;
}
.bl-identity .bl-card-img-wrapper > img{
	width: 5.125rem;
}
.bl-identity .bl-card-body{
	background: #fff;
	/* flex: 1; */
	border-radius: 1.125rem;
	padding: 4.75rem 1.5rem 2rem;
}
.bl-identity .el-card-ttl{
	font-size: 1.375rem;
	border-radius: 0.75rem;
	width: 17rem;
	height: 3rem;
	color: #fff;
	background: #0071B9;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.25rem;
}
@media screen and (max-width: 750px) {
	.bl-identity .bl-card-img-wrapper{
		margin-bottom: -7.875rem;
		width: 15.75rem;
		height: 15.75rem;
		border-radius: 15.75rem;
	}
	.bl-identity .bl-card-img-wrapper > img{
		width: 13rem;
	}
	.bl-identity .bl-card-body{
		padding: 10rem 2.5rem 2.5rem;
	}
	.bl-identity .el-card-ttl{
		font-size: 2.125rem;
		width: 100%;
		height: 4.5rem;
		margin-bottom: 2rem;
	}
}

/*=======================================================
motto
=======================================================*/
.bl-motto{
	padding: 5rem 0 6.125rem;
	background: #C2DFF2;
}
.bl-motto .ly-cont-inner::after{
	content: '';
	position: absolute;
	background: url(../images/about/motto-img.svg) top center / contain no-repeat;
	width: 36.625rem;
	height: 30.375rem;
	bottom: -0.5rem;
	left: 3rem;
}
.bl-motto .el-main-ttl::before{
	content: 'MOTTO';
}
.bl-motto-list{
	display: flex;
	gap: 3.25rem;
	margin-top: 3.5rem;
}
.bl-motto-item{
	width: 30.375rem;
	background: #fff;
	border-radius: 1.125rem;
	padding: 2.25rem 1rem;
	position: relative;
}
.el-motto-ttl{
	font-size: 1.5rem;
	line-height: 1.5;
	color: #D83F07;
	text-align: center;
	margin-bottom: 1rem;
}
.el-motto-txt{
	letter-spacing: 0.05rem;
	color: #01588E;
	width: fit-content;
	margin: 29.25rem 0 0 auto;
}
@media screen and (max-width: 750px) {
	.bl-motto{
		padding: 5rem 0 33.125rem;
		background: #C2DFF2;
	}
	.bl-motto .ly-cont-inner::after{
		width: 32rem;
		height: 26.5rem;
		bottom: -29.375rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.bl-motto .el-txt.--center{
		text-align: left;
	}
	.bl-motto-list{
		flex-direction: column;
		gap: 3.5rem;
		margin-top: 3rem;
	}
	.bl-motto-item{
		width: 100%;
		padding: 2.5rem;
	}
	.el-motto-ttl{
		font-size: 2.125rem;
		margin-bottom: 2rem;
	}
	.bl-motto-item .el-txt.--center{
		text-align: center;
	}
	.el-motto-txt{
		letter-spacing: 0.1125rem;
		margin: 3.5rem 0 0 auto;
	}
}

/*=======================================================
message
=======================================================*/
.bl-message{
	padding: 2rem 0 10rem;
}
.bl-message .el-main-ttl::before{
	content: 'MESSAGE';
}
.bl-message .bl-media{
	gap: 0;
	width: 69.875rem;
	margin: 0 0 11.125rem -2.9375rem;
	position: relative;
}
.bl-message .bl-media-img-wrapper{
	flex: 0 1 37.5rem;
}
.bl-message .bl-media-img-wrapper img{
	border-radius: 1.5rem;
}
.bl-message .bl-media-body{
	border-radius: 1.5rem;
	width: 43.875rem;
	background: #C2DFF2;
	padding: 2.5rem 2.4rem;
	position: absolute;
	right: 0;
	bottom: -4.5rem;
}
.bl-message .el-name{
	text-align: right;
	margin-top: 2rem;
}
.bl-message .el-sub-ttl{
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
	.bl-message{
		padding: 5rem 0 14rem;
	}
	.bl-message .bl-media{
		gap: 2rem;
		width: 100%;
		margin: 0 auto 3.5rem;
	}
	.bl-message .bl-media-img-wrapper{
		flex: 0 1 100%;
	}
	.bl-message .bl-media-body{
		width: 100%;
		padding: 2.5rem;
		position: unset;
	}
	.el-media-ttl{
		font-size: 2.25rem;
		margin-bottom: 2rem;
	}
	.bl-message .el-name{
		margin-top: 2rem;
	}
	.bl-message .el-sub-ttl{
		font-size: 2.25rem;
	}
}