@charset "UTF-8";
.el-main-ttl{
	font-size: 2.5rem;
}
@media screen and (max-width: 750px){
	.el-main-ttl{
		font-size: 3.125rem;
	}
}
/* =======================================================
MV
======================================================= */
.bl-mv-message-wrapper{
	background: url(../images/top/mv-bg.jpg) top center / cover no-repeat;
}
.bl-mv {
	height: 100vh;
	max-height: min(calc(990 / 2000 * 100vw), 990px);
	padding: min(calc(148 / 2000 * 100vw), 148px) 0 min(calc(110 / 2000 * 100vw), 110px);
	position: relative;
}
.bl-mv .ly-cont-inner{
	width: 100%;
	padding-left: 1rem;
	display: flex;
	flex-direction: column;
	position: unset;
}
.el-mv-ttl{
	width: min(calc(680 / 2000 * 100vw), 680px);
	margin-left: min(calc(80 / 2000 * 100vw), 80px);
	z-index: 2;
}
.el-mv-txt{
	font-size:  min(calc(32 / 1600 * 100vw), 32px);
	font-weight: bold;
	color: #fff;
	background: #F29021;
	display: inline-block;
	width: fit-content;
	padding: min(calc(14 / 2000 * 100vw), 14px) min(calc(16 / 1280 * 100vw), 16px);
	margin: min(calc(48 / 2000 * 100vw), 48px) 0 0 min(calc(80 / 2000 * 100vw), 80px);
	z-index: 2;
}
.el-mv-sub-txt{
	width: min(calc(898 / 2000 * 100vw), 898px);
	margin: min(calc(102 / 2000 * 100vw), 102px) 0 0 min(calc(472 / 2000 * 100vw), 472px);
	z-index: 2;
}
.bl-mv .bl-pictures{
	display: flex;
	gap: min(calc(8 / 2000 * 100vw), 8px);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
}
.bl-mv .bl-pictures-left,
.bl-mv .bl-pictures-right{
	width: min(calc(496 / 2000 * 100vw), 496px);
	height: 100vh;
	overflow: hidden;
}
.bl-mv .bl-pictures-track img + img{
  margin-top: clamp(-16px, calc(-0.8vw), 0px);
}
.bl-mv .el-scroll{
	position: absolute;
	white-space: nowrap;
	bottom: 0;
	display: flex;
	align-items: center;
	writing-mode: vertical-rl;
	font-size: 0.93rem;
	font-weight: bold;
	letter-spacing: 0.04rem;
	padding-bottom: min(calc(60 / 2000 * 100vw), 60px);
	overflow: hidden;
}
.bl-mv .el-scroll::after{
	content: '';
	position: absolute;
	width:  min(calc(2 / 1280 * 100vw), 2px);
	height:  min(calc(36 / 1280 * 100vw), 36px);
	background: #222;
	left: 50%;
	bottom: min(calc(16 / 1280 * 100vw), 16px);
	transform: translateX(-50%);
	animation: line 3.0s ease infinite;
}
@keyframes line {
	0% {
		bottom: min(calc(36 / 1280 * 100vw), 36px);
		height: 0;
	}
	20% {
		bottom: 0;
		height: min(calc(36 / 1280 * 100vw), 36px);
	}
	40% {
		bottom: 0;
		height: 0;
	}
	100% {
		bottom: 0;
		height: 0;
	}
}
/* アニメーション */
/* 中身を縦に並べ、アニメーション対象に */
.bl-pictures-track {
	display: flex;
	flex-direction: column;
}
.bl-pictures-track img {
	display: block;
	width: 100%;
}
/* 左：下方向に流れる */
.bl-pictures-left .bl-pictures-track {
	animation: scroll-down 40s linear infinite;
}
/* 右：上方向に流れる */
.bl-pictures-right .bl-pictures-track {
	animation: scroll-up 40s linear infinite;
}
/* 上向きループ（右） */
@keyframes scroll-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-50%);
	}
}
/* 下向きループ（左） */
@keyframes scroll-down {
	0% {
		transform: translateY(-50%);
	}
	100% {
		transform: translateY(0);
	}
}
@media screen and (max-width: 750px) {
	.bl-mv-message-wrapper{
		background: url(../images/top/mv-bg-sp.jpg) top center / cover no-repeat;
	}
	.bl-mv {
		/* height: auto; */
		/* max-height: auto; */
		min-height: min(calc(1540 / 750 * 100vw), 1540px);
		padding: 0;
	}
	.bl-mv .ly-cont-inner{
		padding-left: 0;
	}
	.el-mv-ttl{
		position: absolute;
		bottom: min(calc(236 / 750 * 100vw), 236px);
		width: min(calc(682 / 750 * 100vw), 682px);
		margin-left: min(calc(28 / 750 * 100vw), 28px);
	}
	.el-mv-txt{
		padding: 0;
		background: unset;
		font-size: 2.625rem;
		position: absolute;
		margin: 0;
		bottom: 0;
		margin-left: min(calc(28 / 750 * 100vw), 28px);
	}
	.el-mv-txt > span{
		padding: 1rem 1rem calc(1rem + 1px);
        display: inline-block;
        background: #F29021;
	}
	.el-mv-txt > span + span{
		margin-top: 1rem;
	}
	.el-mv-sub-txt{
		width: min(calc(666 / 750 * 100vw), 666px);
		margin: min(calc(650 / 750 * 100vw), 650px) auto 0;
	}
	.bl-mv .bl-pictures{
		gap: 0.375rem;
		top: 6.25rem;
		right: inherit;
		bottom: inherit;
		left: 50%;
		transform: translateX(-50%);
	}
	.bl-mv .bl-pictures-left,
	.bl-mv .bl-pictures-right{
		height: min(calc(600 / 750 * 100vw), 600px);
		width: 23.25rem;
	}
	.bl-mv .bl-pictures img + img{
		margin-top: -0.7rem;
	}
	.bl-mv .el-scroll{
		display: none;
	}
}

/* =======================================================
message
======================================================= */
.bl-message{
	padding: 5.5rem 0 7.5rem;
	position: relative;
}
.bl-message::before{
	content: '';
	position: absolute;
	background: url(../images/top/message-bg.svg) top center / contain no-repeat;
	width: min(calc(1768 / 2000 * 100vw), 1768px);
	height: min(calc(428 / 2000 * 100vw), 428px);
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.bl-message .ly-cont-inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6rem;
}
.bl-message .el-main-ttl{
	width: 9.25rem;
	margin-bottom: 0;
}
.bl-message .el-main-ttl .sp{
	display: none;
}
.bl-message-body{
	display: flex;
	flex-direction: column;
}
.bl-message .el-txt{
	font-size: 1.5rem;
	letter-spacing: 0.06rem;
	line-height: 2.5;
}
.bl-message .el-txt:not(:first-of-type){
	margin-top: 4rem;
}
.bl-message .el-btn.more{
	margin-left: 0;
}
@media screen and (max-width: 750px) {
	.bl-message{
		padding: 8.5rem 0 5rem;
	}
	.bl-message::before{
		width: 100%;
		height: 100%;
		bottom: inherit;
		top: 6.6rem;
	}
	.bl-message .ly-cont-inner{
		display: block;
	}
	.bl-message .el-main-ttl{
		width: 100%;
	}
	.bl-message .el-main-ttl > img{
		display: none;
	}
	.bl-message .el-main-ttl .sp{
		display: block;
		font-size: 3.125rem;
		margin: 0 0 3.5rem;
	}
	.bl-message .el-txt{
		font-size: 1.75rem;
		line-height: 1.8;
	}
	.bl-message .el-txt:not(:first-of-type){
		margin-top: 3rem;
	}
	.bl-message .el-btn.more{
		margin-left: auto;
	}
}

/* =======================================================
about
======================================================= */
.bl-about{
	padding: 5rem 0;
	background: #FFBF3D;
	margin-top: 0;
	position: relative;
}
.bl-about::before{
	content: '';
	position: absolute;
	background: url(../images/top/about-bg.svg) top center / contain no-repeat;
	width: min(calc(278 / 2000 * 100vw), 278px);
	height: min(calc(838 / 2000 * 100vw), 838px);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.bl-about .el-main-ttl{
	margin-bottom: 2.5rem;
}
.bl-about .el-txt:not(:first-of-type){
	margin-top: 1.2rem;
}
.bl-about .el-box-ttl{
	margin-top: 3rem;
}
@media screen and (max-width: 750px) {
	.bl-about::before{
		background: url(../images/top/about-bg-sp.svg) top center / contain no-repeat;
		width: 100%;
		height: 100%;
		right: inherit;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.bl-about .el-main-ttl{
		margin-bottom: 3rem;
	}
	.bl-about .el-txt:not(:first-of-type){
		margin-top: 2rem;
	}
	.bl-about .el-box-ttl{
		margin-top: 3rem;
	}
}

/* =======================================================
works
======================================================= */
.bl-works{
	padding: 5rem 0;
	background: #FFD95A;
	position: relative;
}
.bl-works::before{
	content: '';
	position: absolute;
	background: url(../images/top/works-bg.svg) top center / contain no-repeat;
	width: min(calc(282 / 2000 * 100vw), 282px);
	height: min(calc(906 / 2000 * 100vw), 906px);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.bl-works .el-main-ttl{
	margin-bottom: 4.5rem;
}
.bl-works-list{
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-bottom: 3rem;
}
.bl-works-item{
	width: 15.5rem;
	height: 15.5rem;
	background: #fff;
	border-radius: 15.5rem;
	padding-top: 2rem;
	position: relative;
	z-index: 2;
}
.bl-works-item:nth-of-type(odd){
	margin-top: -2rem;
}
.bl-works-item::before{
	content: '';
	position: absolute;
	background: url(../images/top/icon-works01.svg) top center / contain no-repeat;
	width: 9.375rem;
	height: 9.375rem;
	bottom:1.25rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.bl-works-item:nth-of-type(2)::before{
	background: url(../images/top/icon-works02.svg) top center / contain no-repeat;
}
.bl-works-item:nth-of-type(3)::before{
	background: url(../images/top/icon-works03.svg) top center / contain no-repeat;
}
.bl-works-item:nth-of-type(4)::before{
	background: url(../images/top/icon-works04.svg) top center / contain no-repeat;
}
.el-works-ttl{
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.35;
	letter-spacing: 0.05rem;
	padding: 0.625rem 0.625rem calc(0.625rem + 1px);
	background: #FFBF3D;
	margin-bottom: 0.5rem;
}
.bl-works-item .el-txt{
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}
.bl-works-item .el-amount{
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.bl-works-item .el-amount > span{
	display: inline-block;
	font-size: 4rem;
	color: #F29021;
	line-height: 1;
	letter-spacing: 0.24rem;
}
.bl-works-item .el-period{
	font-size: 1rem;
	letter-spacing: 0.04rem;
	text-align: center;
	margin-top: 0.5rem;
}
.bl-works .bl-card-unit{
	display: flex;
	flex-wrap: wrap;
}
.bl-works .bl-card{
	width: 20rem;
}
.bl-works .el-card-ttl{
	font-size: 1.25rem;
	letter-spacing: 0.05rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.75rem;
	position: relative;
	z-index: 2;
}
.bl-works .el-card-ttl::before{
	content: '';
	position: absolute;
	background: url(../images/top/works-ttl-bg01.svg) top center / contain no-repeat;
	width: 22.75rem;
	height: 3.75rem;
	left: 0;
	z-index: -1;
}
.bl-works .bl-card:nth-of-type(2) .el-card-ttl::before{
	background: url(../images/top/works-ttl-bg02.svg) top center / contain no-repeat;
	left: -1.375rem;
}
.bl-works .bl-card:nth-of-type(3) .el-card-ttl::before{
	background: url(../images/top/works-ttl-bg03.svg) top center / contain no-repeat;
	left: inherit;
	right: 0;
}
.bl-works .bl-card-img-wrapper{
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 750px) {
	.bl-works::before{
		background: url(../images/top/works-bg-sp.svg) top center / contain no-repeat;
		width: 100%;
		height: 100%;
	}
	.bl-works .el-main-ttl{
		margin-bottom: 8rem;
	}
	.bl-works-list{
		gap: 4rem 1.875rem;
		margin-bottom: 4rem;
	}
	.bl-works-item{
		width: 20.625rem;
		height: 20.625rem;
		padding-top: 2.5rem;
	}
	.bl-works-item:nth-of-type(odd){
		margin-top: -4rem;
	}
	.bl-works-item::before{
		width: 12.5rem;
		height: 12.5rem;
		bottom: 1.625rem;
	}
	.el-works-ttl{
		font-size: 1.875rem;
		line-height: 1.5;
		margin-bottom: 0.5rem;
	}
	.bl-works-item .el-txt{
		font-size: 1.875rem;
	}
	.bl-works-item .el-amount{
		font-size: 2.25rem;
	}
	.bl-works-item .el-amount > span{
		font-size: 5.5rem;
		letter-spacing: 0.33rem;
	}
	.bl-works-item .el-period{
		font-size: 1.375rem;
		margin-top: 0.5rem;
	}
	.bl-works .bl-card-unit{
		flex-direction: column;
		align-items: flex-end;
		gap: 5rem;
		position: relative;
	}
	.bl-works .bl-card-unit::before{
		content: '';
		position: absolute;
		background: url(../images/top/works-ttls-sp.svg) top center / contain no-repeat;
		width: 4.375rem;
		height: 74.6875rem;
		top: 0;
		left: 0;
	}
	.bl-works .bl-card{
		width: 35.75rem;
	}
	.bl-works .el-card-ttl{
		display: none;
	}
	.bl-works .bl-card-img-wrapper{
		margin-bottom: 0.5rem;
		height: 14.5rem;
		display: flex;
		align-items: center;
		padding-top: 5rem;
		overflow: hidden;
	}
	.bl-works .bl-card:nth-of-type(2) .bl-card-img-wrapper{
		padding-top: 1.3rem;
	}
	.bl-works .bl-card:nth-of-type(3) .bl-card-img-wrapper{
		padding: 0 0 5.5rem;
	}
}

/* =======================================================
mind
======================================================= */
.bl-mind{
	background: url(../images/top/mind-bg.jpg) top center / cover no-repeat;
	padding: 7rem 0 5rem;
	min-height: 100vh;
	background-attachment: fixed;
	position: relative;
}
.bl-mind::before{
	content: '';
	position: absolute;
	background: url(../images/top/mind-bg.svg) top center / contain no-repeat;
	width: 49.75rem;
	height: 21rem;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.bl-mind .el-main-ttl{
	text-align: center;
	margin-bottom: 1rem;
}
.bl-mind-list{
	margin-top: 9.5rem;
	display: flex;
	flex-direction: column;
	gap:  3rem;
}
.bl-mind-item{
	background: rgba(255,255,255,0.92);
	padding: min(calc(48 / 2000 * 100vw), 48px);
}
.el-mind-ttl{
	font-size: 2rem;
	line-height: 1.44;
	color: #F29021;
	margin-bottom: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	_::-webkit-full-page-media, _:future, :root .bl-mind {
		background: url(../images/top/mind-bg.jpg) top center / 2048px repeat;
	}
}
@media screen and (max-width: 750px) {
	.bl-mind{
		background: url(../images/top/mind-bg-sp.jpg) top center / cover no-repeat;
		padding: 5rem 0 10.5rem;
		min-height: auto;
	}
	.bl-mind::before{
		width: 100%;
		height: 100%;
	}
	.bl-mind .el-main-ttl{
		text-align: left;
		margin-bottom: 2rem;
	}
	.bl-mind .el-txt{
		text-align: left;
	}
	.bl-mind-list{
		margin-top: 4rem;
		gap:  2.5rem;
	}
	.bl-mind-item{
		padding: 2rem 1.875rem;
	}
	.el-mind-ttl{
		font-size: 2.625rem;
		margin-bottom: 2rem;
	}
}

/* =======================================================
reason
======================================================= */
.bl-reason{
	padding: 5rem 0;
	background: #FFBF3D;
	position: relative;
}
.bl-reason::before{
	content: '';
	position: absolute;
	background: url(../images/top/reason-bg.svg) top center / contain no-repeat;
	width: min(calc(1206 / 2000 * 100vw), 1206px);
	height: min(calc(342 / 2000 * 100vw), 342px);
	left: 0;
	top: 0;
}
.bl-reason .el-main-ttl{
	margin-bottom: 3rem;
	position: sticky;
	top: 5rem;
}
.bl-reason-list{
	display: flex;
	flex-direction: column;
	gap: 4rem;
	position: relative;
}
.bl-reason-item{
	position: sticky;
	top: 11.625rem;
	z-index: 1;
	transform: scale(1);
	transition: transform .3s ease;
}
.bl-reason-item:nth-child(2) { z-index: 2; }
.bl-reason-item:nth-child(3) { z-index: 3; }
.bl-reason-item:nth-child(4) { z-index: 4; }
.bl-reason-item:nth-child(5) { z-index: 5;}
.bl-reason-item:hover {
	transform: scale(1.02);
}

.bl-reason-item::before{
	content: '';
	position: absolute;
	background: url(../images/top/reason-business.svg) top center / contain no-repeat;
	width: 33.625rem;
	height: 7.5rem;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.bl-reason-item:nth-child(2)::before{
	background: url(../images/top/reason-working.svg) top center / contain no-repeat;
	width: 32.125rem;
}
.bl-reason-item:nth-child(3)::before{
	background: url(../images/top/reason-growth.svg) top center / contain no-repeat;
	width: 28.125rem;
}
.bl-reason-item:nth-child(4)::before{
	background: url(../images/top/reason-environment.svg) top center / contain no-repeat;
	width: 49.125rem;
}
.bl-reason-item:nth-child(5)::before{
	background: url(../images/top/reason-career.svg) top center / contain no-repeat;
	width: 25.5rem;
}
.bl-reason-item > a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.bl-reason-item > a:hover{
	opacity: 1;
}
.el-reason-ttl{
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.12rem;
	color: #fff;
	background: #F29021;
	width: fit-content;
	padding: min(calc(7 / 1024 * 100vw), 7px) min(calc(16 / 1024 * 100vw), 16px) min(calc(8 / 1024 * 100vw), 8px);
	position: absolute;
	top: 0;
	left: 0;
}
.bl-reason-txt-wrapper{
	width: fit-content;
	background: #fff;
	padding: min(calc(15 / 1024 * 100vw), 15px) min(calc(16 / 1024 * 100vw), 16px) min(calc(16 / 1024 * 100vw), 16px) ;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.el-reason-txt{
	font-size: 1.125rem;
}
.bl-reason-item .el-btn{
	position: absolute;
	right: 2rem;
	bottom: 1rem;
	width: 4.25rem;
	height: 4.25rem;
	z-index: 2;
}
.bl-reason-item .el-btn.sp{
	display: none;
}
.bl-reason-item > a:hover .el-btn{
	transform: scale(1.1);
	transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
	.bl-reason::before{
		width: 100%;
		height:100%;
	}
	.bl-reason .el-main-ttl{
		margin-bottom: 3rem;
		top: 8rem;
	}
	.bl-reason-item{
		top: 15rem;
	}
	.bl-reason-item:nth-child(n+2):hover {
		transform: unset;
	}
	.bl-reason-item::before{
		width: 24.75rem;
		height: 5.5rem;
		top: 11.34rem;
	}
	.bl-reason-item:nth-child(2)::before{
		width: 23.5rem;
	}
	.bl-reason-item:nth-child(3)::before{
		width: 21rem;
	}
	.bl-reason-item:nth-child(4)::before{
		width: 36rem;
	}
	.bl-reason-item:nth-child(5)::before{
		width: 19rem;
	}
	.bl-reason-img-wrapper {
		height: 100%;
	}
	.el-reason-ttl{
		font-size: 2.625rem;
		padding: 0.4375rem 1rem 0.5rem;
	}
	.bl-reason-txt-wrapper{
		position: unset;
		width: 100%;
		padding: 0.9375rem 9.3rem 1rem 1rem;
		position: relative;
	}
	.bl-reason-item:first-of-type .bl-reason-txt-wrapper{
		padding: 0.9375rem 5.4rem 1rem 1rem;
		font-size: 1.6875rem;
	}	
	.el-reason-txt{
		font-size: 1.75rem;
	}
	.bl-reason-item:first-of-type .el-reason-txt{
		font-size: 1.68rem;
	}
	.bl-reason-item .el-btn.sp{
		display: block;
		top: 50%;
		right: 1.2rem;
		transform: translateY(-50%);
		width: 5rem;
		height: 5rem;
	}
	.bl-reason-item .el-btn.pc{
		display: none;
	}
	.bl-reason-item > a:hover .el-btn{
		transition: unset;
		transform: scale(1) translateY(-50%);
	}
}

/* =======================================================
interview
======================================================= */
.bl-interview{
	background: #FFD95A;
	padding: 5rem 0;
	position: relative;
}
.bl-interview::before{
	content: '';
	position: absolute;
	background: url(../images/top/interview-bg.svg) top center / contain no-repeat;
	width: min(calc(1680 / 2000 * 100vw), 1680px);
	height: min(calc(336 / 2000 * 100vw), 336px);
	right: 0;
	top: 0;
}
.bl-interview .el-main-ttl{
	width: 64rem;
	margin: 0 auto 3rem;
}
.bl-interview-slide {
	overflow: hidden;
	width: 100%;
}
.bl-interview-viewport{
	overflow: hidden;
	width: 100%;
}
.bl-interview-track{
	display: flex;
	gap: 2.5rem;
	width: max-content;
	will-change: transform;
	transform: translate3d(0,0,0);
}
.bl-interview-item::before{
	top: 0.5rem;
}
.el-interview-ttl{
	top: 0;
	opacity: 0;
	transition: all 0.3s ease;
}
.bl-interview-txt-wrapper{
	width: 100%;
	min-height: 7.625rem;
	top: inherit;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease;
}

.bl-interview-item > a:hover .el-interview-ttl,
.bl-interview-item > a:hover .bl-interview-txt-wrapper{
	opacity: 1;
}
.bl-interview-viewport {
	overflow: hidden;
}
.bl-interview-track {
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	contain: layout paint;
}
.bl-interview-img-wrapper.no-img{
	width: 19.5rem;
	height: 27.875rem;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bl-interview-img-wrapper.no-img > img{
	width: 60%;
}
.bl-interview .bl-media{
	background: #fff;
	padding: 3rem;
	gap: 2.75rem;
	margin-top: 4rem;
}
.bl-interview .bl-media-img-wrapper{
	width: 10.625rem;
}
.bl-interview .el-media-ttl{
	font-size: 1.625rem;
	line-height: 1.42;
	margin-bottom: 1.5rem;
}
.bl-interview .bl-media-body{
	width: 44.5rem;
}
.bl-interview .el-media-txt{
	line-height: 1.53;
}
.bl-interview .el-media-txt:not(:first-of-type){
	margin-top: 1rem;
}
.bl-certifications-list{
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: 2.5rem;
}
.bl-certifications-list > img{
	width: auto;
	height: 4rem;
}
@media screen and (max-width: 750px) {
	.bl-interview::before{
		width: 100%;
		height: 100%;
	}
	.bl-interview .el-main-ttl{
		width: 43.125rem;
	}
	.bl-interview-img-wrapper.no-img{
		width: 24.5rem;
		height: 35rem;
	}
	.el-interview-ttl,
	.bl-interview-txt-wrapper{
		opacity: 1;
	}
	.bl-interview-txt-wrapper{
		min-height: 12rem;
	}
	.bl-interview .bl-media{
		padding: 3rem 1.875rem;
	}
	.bl-interview .el-media-ttl{
		font-size: 2.25rem;
	}
	.bl-certifications-list{
		margin-top: 2rem;
		gap: 2rem 3.4375rem;
	}
	.bl-certifications-list > img:first-of-type{
		height: 10.125rem;
	}
	.bl-certifications-list > img{
		height: 6.75rem;
	}
}