@charset "utf-8";

/*------------------------------------------------------------
	business-introduction
------------------------------------------------------------*/
body {
	background: linear-gradient(to right, #d9e9f0, #fff, #d9e9f0);
}

#main {
	padding: 75px 60px 0;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	background: none;
}

#main .content {
	max-width: 1400px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 60px;
}

#main .content .wrap {
	width: 100%;
	background: #fff;
	padding: 0 0 90px;
}

#main .content .wrap .tabTtl_01 {
	padding: 125px 0 140px;
	margin: 0 auto 68px;
	background: url(../img/digitalmarketing-detail/img_digitalmarketing-detail01.jpg) no-repeat top right / cover;
}

#main .content .wrap .tabTtl_01.pl {
	background: url(../img/digitalmarketing-detail/img_digitalmarketing-detail02.jpg) no-repeat top right / cover;
}

#main .content .wrap .tabTtl_01.wd {
	background: url(../img/digitalmarketing-detail/img_digitalmarketing-detail03.jpg) no-repeat top right / cover;
}

#main .content .wrap .tabTtl_01.dx_ae {
	background: url(../img/digitaltransformation-detail/img_digitaltransformation-detail01.jpg) no-repeat top right /
		cover;
}

#main .content .wrap .tabTtl_01 .h3Ttl {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0;
	color: #fff;
}

#main .content .wrap .tabTtl_01 .h3Ttl {
	position: relative;
}

#main .content .wrap .tabTtl_01 .h3Ttl::before {
	position: absolute;
	bottom: -18px;
	left: 20px;
	width: 100px;
	height: 2px;
	content: "";
	background: #fff;
}

#main .content .wrap .secBox {
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

#main .content .wrap .secBox .headLine01 {
	font-size: 36px;
	line-height: 1.1;
	letter-spacing: 0;
	font-weight: 700;
	margin: 0 0 56px;
}

#main .content .wrap .secBox .sbTtl {
	margin: 0 0 26px;
	font-size: 24px;
	color: #fff;
	line-height: 1.5;
}

#main .content .wrap .secBox .sbTtl span {
	background: linear-gradient(to right, #0d63ac, #00aee2);
	display: inline-block;
	padding: 3px 10px;
	margin: 0 0 5px;
}

#main .content .wrap .secBox .sbTxt {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0;
	margin: 0 0 80px;
	font-weight: 500;
}

#main .content .headLine02 {
	margin: 0 0 42px;
	font-size: 36px;
	color: #002850;
}

#main .tabBox .tabTtl {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 3.6rem;
	font-weight: 700;
}

.flowList {
	margin: 50px auto 67px;
	position: relative;
}

.flowList::before {
	width: 10px;
	height: calc(100% - 280px);
	position: absolute;
	left: 95px;
	top: 50%;
	background: linear-gradient(#002882 0%, #379cae 50.25%, #0d2b41 100%);
	transform: translateY(-50%);
	content: "";
}

.flowList li {
	margin-bottom: 35px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.flowList li:last-child {
	margin-bottom: 0;
}

.flowList li .ttlBox {
	padding: 18px 10px 20px;
	width: 200px;
	min-height: 170px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	background: linear-gradient(45deg, #002882, #006ebe);
	position: relative;
	z-index: 2;
}

.flowList li .ttlBox .num {
	margin: 0 0 4px;
	font-size: 32px;
	font-weight: 400;
}

.flowList li .ttlBox .num span {
	display: block;
	position: relative;
}

.flowList li .ttlBox .num span::before {
	width: 96px;
	max-width: 100%;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background: #fff;
	content: "";
}

.flowList .step01 .ttlBox .num span::before {
	width: 98px;
}

.flowList .step02 .ttlBox .num span::before {
	width: 120px;
}

.flowList li .ttlBox .ttl {
	margin: 0;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.25;
}

.flowList li .textBox {
	padding-left: 4.25vw;
	padding-top: 1px;
	width: calc(100% - 200px);
	/* width: 727px; */
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.flowList li .textBox p {
	margin: 0;
	color: #002850;
	line-height: 1.5625;
	letter-spacing: 0;
}

.flowList li .textBox p .fwBold02 {
	font-weight: 700;
}

.flowList li .textBox .subTtl {
	margin: -4px 0 11px -44px;
	padding: 0 0 1px 44px;
	position: relative;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 1px solid #002850;
}

.flowList li .textBox .subTtl::before {
	width: 45px;
	height: 1px;
	position: absolute;
	left: -38px;
	bottom: -16px;
	transform: rotate(-43deg);
	box-sizing: border-box;
	border-top: 1px solid #002850;
	content: "";
}

.flowList li .textBox .subTtl::after {
	width: 5px;
	height: 5px;
	position: absolute;
	left: -36px;
	bottom: -35px;
	border-radius: 50%;
	background: #002850;
	box-sizing: border-box;
	content: "";
}

.flowList .step02 .ttlBox {
	background: linear-gradient(45deg, #445bdd, #0078ff);
}

.flowList .step03 .ttlBox {
	background: linear-gradient(45deg, #0d63ac, #00aee2);
}

.flowList .step04 .ttlBox {
	background: linear-gradient(45deg, #30b1d0, #2b92a5);
}

.flowList .step05 .ttlBox {
	background: linear-gradient(45deg, #27aaa5, #3b7590);
}

.skillList {
	margin: 0 0 65px;
	display: flex;
	flex-direction: column;
	gap: 27px;
}

.skillList .skillList__item {
}

.skillList .skillList__ttl {
	font-size: 18px;
	color: #fff;
	background: linear-gradient(to right, #153b7d, #2b5ea3);
	display: block;
	width: fit-content;
	padding: 6px 20px;
	margin: 0 0 15px;
	font-weight: 500;
}

.skillList .skillList__txt {
	line-height: 2;
	font-weight: 500;
	letter-spacing: 0.04em;
}

#main .tabList {
	display: flex;
	gap: 20px;
	justify-content: center;
}

#main .tabList li {
	max-width: 308px;
	width: 100%;
}

#main .tabList li.w420 {
	width: 100%;
	max-width: 420px;
}

#main .tabList li a {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 17px 10px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
	color: #06264a;
	font-size: 1.8rem;
	font-weight: 700;
	background: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
	overflow: hidden;
	transition: all 0.4s ease-out;
}

#main .tabList li a span {
	box-sizing: border-box;
	padding: 0 20px;
	min-width: 166px;
	display: inline-block;
	vertical-align: top;
	background: url(../img/common/icon05.png) no-repeat right center / 4px;
	position: relative;
	z-index: 1;
	color: #fff;
}

#main .interview--ae {
	margin: 0 auto 100px;
	padding: 80px 60px;
	box-sizing: border-box;
	background: linear-gradient(to right, #d9e9f0, #fff, #d9e9f0);
}

#main .interview--ae > .content {
	margin: 0 auto;
	max-width: 1120px;
	margin-bottom: 0;
	position: relative;
}

#main .interview--ae .ttl {
	position: relative;
	font-size: 4.8rem;
	color: #06264a;
	margin: 0 0 23px;
	padding: 0 0 0 36px;
}

#main .interview--ae .ttl::before {
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
	left: 0;
	width: 0.6rem;
	height: 6rem;
	content: "";
	background: linear-gradient(#6ec7ff, #0078ff);
}

#main .interview--ae > .content > .txt {
	font-size: 2.4rem;
	color: #06264a;
	margin: 0 0 40px;
	font-weight: 700;
}

#main .interview--ae__sliderWrap {
	position: relative;
	overflow: visible;
}

#main .interview--ae__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: none;
	background: #fff;
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
}

#main .interview--ae__nav img {
	width: 24px;
	height: auto;
}

#main .interview--ae__nav--prev {
	left: 0;
	transform: translate(-50%, -50%);
}

#main .interview--ae__nav--next {
	right: 0;
	transform: translate(50%, -50%);
}

#main .interview--ae__slider {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main .interview--ae__slider:not(.slick-slider) {
	display: flex;
	gap: 30px;
}

#main .interview--ae__slider:not(.slick-slider) .interview--ae__item {
	flex: 1 1 calc((100% - 60px) / 3);
}

#main .interview--ae .slick-list {
	margin: 0 -20px;
	padding: 20px 0;
	overflow: visible;
}

#main .interview--ae .slick-track {
	display: flex;
}

#main .interview--ae .slick-slide {
	padding: 0 20px;
	box-sizing: border-box;
}

#main .interview--ae__item {
	background: #fff;
	display: flex;
	flex-direction: column;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
	transition: opacity 0.3s ease-out;
	height: 100%;
}

#main .interview--ae__item:hover {
	opacity: 0.85;
}

#main .interview--ae__item a {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #06264a;
	text-decoration: none;
}

#main .interview--ae__item .img img {
	display: block;
	width: 100%;
}

#main .interview--ae__item .sb-ttl {
	font-size: 2.8rem;
	color: #fff;
	margin: -67px 0 0;
	position: relative;
	z-index: 1;
}

#main .interview--ae__item .sb-ttl span {
	background: linear-gradient(to right, #28b4c8, #002882);
	display: block;
	width: fit-content;
	margin: 0 0 -38px;
	padding: 0 10px;
}

#main .interview--ae__item .txt {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: calc(26 / 16);
	padding: 60px 20px 30px;
}

#main .interview--ae .btn {
	margin: 40px auto 0;
	max-width: 320px;
}

#main .interview--ae .btn a {
	position: relative;
	padding: 17px 15px 16px;
	display: block;
	background: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
	color: #06264a;
	overflow: hidden;
	transition: all 0.4s ease-out;
}

#main .interview--ae .btn a span {
	padding: 0 10px 0 5px;
	min-width: 189px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	z-index: 1;
	background: url(../img/common/icon04.png) no-repeat right center / 4px;
	transition: all 0.4s ease-out;
	font-size: 1.8rem;
	color: #06264a;
}

#main .tabList li a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to right, #002850, #155798);
	transition: all 0.4s ease-out;
	transform: rotate(180deg);
	content: "";
}

#main .tabList li a:hover {
	color: #fff;
}

#main .tabList li a:hover:before {
	background: linear-gradient(90deg, #002882 0%, #002882 50%, #28b4c8 100%);
	background-size: 200% auto;
	background-position: right center;
}

#main .tabList li a:hover span {
	background-image: url(../img/common/icon05.png);
}

@media all and (max-width: 1199px) {
	#main .interview--ae__nav {
		display: flex;
	}

	#main .interview--ae .slick-list {
		margin: 0 -15px;
		padding: 15px 0 25px;
	}

	#main .interview--ae .slick-slide {
		padding: 0 15px;
	}
}

@media all and (min-width: 897px) {
	#main .interview--ae .btn a::before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		transition: all 0.4s ease-out;
		transform: rotate(180deg);
		content: "";
		z-index: 1;
	}

	#main .interview--ae .btn a:hover {
		color: #fff;
	}

	#main .interview--ae .btn a:hover:before {
		background: linear-gradient(90deg, #002882 0%, #002882 50%, #28b4c8 100%);
		background-size: 200% auto;
		background-position: right center;
	}

	#main .interview--ae .btn a:hover span {
		background-image: url(../img/common/icon05.png);
		color: #fff;
	}

	#main .tabBox .member .memberList li a:hover .photo img {
		transform: scale(1.2);
	}
}

@media all and (max-width: 896px) {
	#main {
		padding: 40px 0 0;
	}

	#main .content {
		margin: 0 auto 40px;
	}

	#main .content .wrap {
		padding: 0 0 30px;
	}

	#main .content .headLine02 {
		margin: 0 0 30px 20px;
		font-size: 20px;
	}

	#main .content .headLine02::before {
		width: 5px;
		height: 34px;
		top: -2px;
	}

	#main .interview--ae {
		margin: 0 auto 60px;
		padding: 60px 20px;
	}

	#main .interview--ae .ttl {
		font-size: 3.6rem;
		padding-left: 24px;
	}

	#main .interview--ae .ttl::before {
		width: 0.4rem;
		height: 4.4rem;
	}

	#main .interview--ae > .content > .txt {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}

	#main .interview--ae__nav {
		width: 54px;
		height: 54px;
	}

	#main .interview--ae .slick-list {
		margin: 0 -10px;
		padding: 10px 0 20px;
	}

	#main .interview--ae .slick-slide {
		padding: 0 10px;
	}

	#main .interview--ae__item .sb-ttl {
		font-size: 2.2rem;
		margin: -50px 0 0;
	}

	#main .interview--ae__item .sb-ttl span {
		margin: 0 0 -24px;
	}

	#main .interview--ae__item .txt {
		padding: 45px 18px 25px;
	}

	#main .interview--ae .btn {
		margin-top: 30px;
	}

	#main .content .wrap .tabTtl_01 {
		padding: 80px 18px;
		margin: 0 auto 32px;
		background: url(../img/digitalmarketing-detail/img_digitalmarketing-detail01_sp.jpg) no-repeat top right / cover;
	}

	#main .content .wrap .tabTtl_01.pl {
		background: url(../img/digitalmarketing-detail/img_digitalmarketing-detail02_sp.jpg) no-repeat top right / cover;
	}

	#main .content .wrap .tabTtl_01.wd {
		background: url(../img/digitalmarketing-detail/img_digitalmarketing-detail03_sp.jpg) no-repeat top right / cover;
	}

	#main .content .wrap .tabTtl_01.dx_ae {
		background: url(../img/digitaltransformation-detail/img_digitaltransformation-detail01_sp.jpg) no-repeat top
			right / cover;
	}

	#main .content .wrap .tabTtl_01 .h3Ttl {
		font-size: 20px;
		position: relative;
		padding: 0 0 14px;
		line-height: 1.3;
	}

	#main .content .wrap .tabTtl_01 .h3Ttl::before {
		position: absolute;
		bottom: 0;
		left: 2px;
		width: 100px;
		height: 2px;
		content: "";
		background: #fff;
	}

	#main .content .wrap .secBox .headLine01 {
		font-size: 26px;
		line-height: 1.4;
		margin: 0 0 40px;
		padding: 0 0 3px;
	}

	#main .content .wrap .secBox .sbTtl {
		font-size: 20px;
		margin: 0 0 24px;
		background: linear-gradient(to right, #0d63ac, #00aee2);
		-webkit-background-clip: text; /* Chrome, Safari */
		background-clip: text; /* 標準 */
		-webkit-text-fill-color: transparent; /* 文字色を透過に */
	}
	.flowList::before {
		width: 4px;
		height: 100%;
		left: 0;
	}

	.flowList::before {
		margin-bottom: 27px;
		z-index: 5;
	}

	#main .tabList {
		margin: 0;
		flex-wrap: wrap;
		gap: 10px;
		padding: 0 20px;
	}

	#main .tabList li {
		width: 100%;
		max-width: 100%;
	}

	#main .tabList li a {
		background: linear-gradient(to right, #002850, #155798);
	}

	#main .tabList li a span {
		padding-left: 0;
		min-width: 162px;
		font-size: 14px;
		padding: 0 10px 0 0;
	}

	#main .tabBox .content {
		padding: 0;
		padding-bottom: 1px;
		width: auto;
	}

	#main .tabBox .tabTtl {
		padding: 15px;
		min-height: 256px;
		font-size: 2.6rem;
	}

	#main .tabBox .h3Ttl {
		margin-bottom: 0;
		width: 100%;
	}

	#main .tabBox .h3Ttl::after {
		width: 100px;
		bottom: -5px;
	}

	#main .tabBox .whiteBox {
		margin-bottom: -54px;
		padding: 60px 20px 50px;
		position: relative;
		z-index: 1;
	}

	#main .tabBox .topBox {
		margin-bottom: 20px;
	}

	#main .tabBox p {
		margin-bottom: 15px;
	}

	#main .tabBox .textArea {
		margin-bottom: 40px;
		padding: 51px 15px 20px;
	}

	#main .tabBox .textArea p {
		margin-bottom: 15px;
	}

	#main .tabBox .flow .headLine01 {
		margin-bottom: 34px;
	}

	.flowList {
		margin-bottom: 40px;
	}

	#main .tabBox .flowList::before {
		width: 5px;
		height: 100%;
		left: 0;
		top: 0;
		transform: none;
		z-index: 2;
	}

	.flowList > li:last-child > .textBox {
		padding-bottom: 0;
	}

	.flowList li {
		display: block;
	}

	.flowList li .ttlBox {
		margin: 0;
		padding: 15px 10px 15px;
		width: 100%;
		min-height: 80px;
		justify-content: flex-start;
		align-items: center;
		flex-direction: row;
	}

	.flowList li .ttlBox .num {
		margin: 0;
		width: 80px;
		font-size: 2rem;
		line-height: 1.2;
	}

	.flowList li .ttlBox .num span {
		display: block;
	}

	.flowList li .ttlBox .num span::before {
		width: 1px;
		height: 100%;
		left: auto;
		right: 0;
		top: 0;
		bottom: auto;
	}

	.flowList .step01 .ttlBox .num span::before {
		width: 1px;
	}

	.flowList .step02 .ttlBox .num span::before {
		width: 1px;
	}

	.flowList li .ttlBox .ttl {
		margin-left: 18px;
		flex: 1;
		box-sizing: border-box;
		font-size: 2rem;
		text-align: left;
	}

	.flowList li .textBox {
		padding: 20px 0 20px 24px;
		width: auto;
	}

	.flowList li .textBox p {
		line-height: 1.75;
	}

	.flowList li .textBox .subTtl {
		margin: 0 0 15px -24px;
		padding: 0 0 5px 24px;
		font-size: 2rem;
		line-height: 1.5;
	}

	.flowList li .textBox .subTtl::before {
		display: none;
	}

	.flowList li .textBox .subTtl::after {
		display: none;
	}

	.flowList .step01 .ttlBox .num {
		margin-bottom: 0;
		font-size: 20px;
	}

	.flowList .step01 .textBox {
		padding-top: 20px;
	}

	#main .tabBox .member {
		padding: 89px 0 64px;
	}

	#main .tabBox .member .headLine01 {
		margin-bottom: 40px;
	}

	#main .tabBox .member .memberList {
		margin-right: 0;
		gap: 30px 0;
	}

	#main .tabBox .member .memberList li {
		width: 100%;
	}

	#main .tabBox .member .memberList li .photo {
		margin-bottom: 5px;
		overflow: visible;
	}

	#main .tabBox .member .memberList li .name {
		margin: 0;
		padding-left: 15px;
		font-size: 2.2rem;
		padding-top: 0px;
	}

	#main .tabBox .member .memberList li .name::before {
		height: 24px;
		top: 11px;
	}

	.skillList {
		margin: 0 0 35px;
	}

	.skillList .skillList__ttl {
		background: none;
		padding: 0;
	}

	.skillList .skillList__ttl span {
		margin: 0 0 3px;
		display: block;
		font-size: 16px;
		color: #fff;
		background: linear-gradient(to right, #153b7d, #2b5ea3);
		display: block;
		width: fit-content;
		padding: 4px 10px;
	}

	.skillList .skillList__txt {
		line-height: 1.8;
	}
}

@media all and (max-width: 359px) {
	.flowList li .ttlBox .ttl {
		margin-left: 10px;
		font-size: 1.8rem;
	}
}

#main .tabBox .tabTtl_01 {
	box-sizing: border-box;
	padding: 30px;
	min-height: 279px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 3.6rem;
	font-weight: 700;
	background: url(../img/business-introduction/bg03.jpg) no-repeat center center / cover;
}

#main .tabBox .tabTtl_02 {
	box-sizing: border-box;
	padding: 30px;
	min-height: 279px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 3.6rem;
	font-weight: 700;
	background: url(../img/business-introduction/bg09.jpg) no-repeat center center / cover;
}

#main .tabBox .tabTtl_03 {
	box-sizing: border-box;
	padding: 30px;
	min-height: 279px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 3.6rem;
	font-weight: 700;
	background: url(../img/business-introduction/bg10.jpg) no-repeat center center / cover;
}

@media all and (max-width: 896px) {
	#main .tabBox .tabTtl_01 {
		padding: 15px;
		min-height: 256px;
		font-size: 2.6rem;
	}

	#main .tabBox .tabTtl_02 {
		padding: 15px;
		min-height: 256px;
		font-size: 2.6rem;
	}

	#main .tabBox .tabTtl_03 {
		padding: 15px;
		min-height: 256px;
		font-size: 2.6rem;
	}
}

/* interview ae */
#main .interview__ae {
	padding: 105px 0 120px;
	position: relative;
	overflow: hidden;
}

#main .interview__ae__content {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#main .interview__ae__title {
	position: relative;
	font-size: 4.8rem;
	color: #06264a;
	margin: 0 0 10px;
	padding: 0 0 0 36px;
}

#main .interview__ae__title::before {
	position: absolute;
	top: 56%;
	left: 0;
	width: 0.6rem;
	height: 6rem;
	content: "";
	background: linear-gradient(#6ec7ff, #0078ff);
	transform: translateY(-50%);
}

#main .interview__ae__lead {
	font-size: 2.4rem;
	color: #06264a;
	margin: 0 0 26px;
	font-weight: 700;
}

#main .interview__ae__slider-control {
	position: absolute;
	top: 0;
	right: 4px;
	display: flex;
	gap: 10px;
}

#main .interview__ae__nav {
	width: 64px;
	height: 64px;
	background: #fff;
	border-radius: 50%;
	border: none;
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#main .interview__ae__item {
	width: 400px;
	height: 100%;
	background: #fff;
	transition: opacity 0.3s ease;
}

#main .interview__ae__item a {
	position: relative;
}

.careerTag {
	position: absolute;
	z-index: 5;
	top: 10px;
	left: 10px;
	padding: 6px 14px;
	border-radius: 100px;
	background: #6ab9c9;
	color: #fff;
}

@media screen and (max-width: 896px) {
	.careerTag {
		font-size: 15px;
		white-space: nowrap;
	}
}

.careerTag.halfway {
	background: #226fb3;
}

#main .interview__ae__item:hover {
	opacity: 0.7;
}

#main .interview__ae__item-image {
	position: relative;
	z-index: 0;
}

#main .interview__ae__item-title {
	font-size: 2.8rem;
	color: #fff;
	margin: -67px 0 0;
	position: relative;
	z-index: 1;
}

#main .interview__ae__item-title span {
	background: linear-gradient(to right, #28b4c8, #002882);
	display: block;
	width: fit-content;
	margin: 0 0 -38px;
	padding: 0 10px;
}

#main .interview__ae__item-text {
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: calc(26 / 16);
	padding: 60px 20px 30px;
	color: #06264a;
}

#main .interview__ae__slider .slick-list {
	margin-right: calc(50% - 50vw);
	padding-right: 50px;
}

#main .interview__ae__slider .slick-track {
	display: flex;
	padding: 20px 0;
}

#main .interview__ae__slider .slick-slide {
	margin: 0 20px;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
	width: 400px;
}

#main .interview__ae__more {
	margin: 0 auto;
	max-width: 320px;
}

#main .interview__ae__more a {
	position: relative;
	display: block;
	padding: 17px 15px 16px;
	background: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
	color: #06264a;
	overflow: hidden;
	transition: all 0.4s ease-out;
}

#main .interview__ae__more a::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all 0.4s ease-out;
	transform: rotate(180deg);
	content: "";
	z-index: 1;
}

#main .interview__ae__more a:hover::before {
	background: linear-gradient(90deg, #002882 0%, #002882 50%, #28b4c8 100%);
	background-size: 200% auto;
	background-position: right center;
}

#main .interview__ae__more a span {
	position: relative;
	z-index: 1;
	display: inline-block;
	min-width: 189px;
	padding: 0 10px 0 5px;
	box-sizing: border-box;
	background: url(../img/common/icon04.png) no-repeat right center / 4px;
	transition: all 0.4s ease-out;
}

#main .interview__ae__more a:hover span {
	background: url(../img/common/icon05.png) no-repeat right center / 4px;
	color: #fff;
}

@media screen and (max-width: 1199px) {
	#main .interview__ae {
		padding: 80px 20px 100px;
	}

	#main .interview__ae__slider {
		margin: 0 -20px;
	}

	#main .interview__ae__slider .slick-list {
		margin-right: calc(50% - 50vw);
		padding: 0;
	}
}

@media screen and (max-width: 896px) {
	#main .interview__ae {
		margin: 0 auto;
		padding: 50px 20px 45px;
		z-index: 1;
	}

	#main .interview__ae__title {
		font-size: 2.8rem;
		padding-left: 1.6rem;
		margin: 0 0 15px;
	}

	#main .interview__ae__title::before {
		width: 0.4rem;
		height: 2.8rem;
	}

	#main .interview__ae__lead {
		font-size: 1.8rem;
		margin: 0 auto 30px;
		padding: 0 20px;
		box-sizing: border-box;
	}

	#main .interview__ae__slider-control {
		display: contents;
	}

	#main .interview__ae__nav {
		position: absolute;
		width: 45px;
		height: 45px;
		top: 29%;
		z-index: 10;
	}

	#main .interview__ae__navPrev {
		left: 0;
	}

	#main .interview__ae__navNext {
		right: 0;
	}

	#main .interview__ae__nav img {
		width: 7px;
		height: 9px;
	}

	#main .interview__ae__item {
		width: 270px;
	}

	#main .interview__ae__item-title {
		margin: -15px 0 0;
	}

	#main .interview__ae__item-title span {
		font-size: 2.4rem;
		line-height: 1;
		padding: 2px 10px 4px;
		letter-spacing: -0.06em;
	}

	#main .interview__ae__item-text {
		font-size: 1.4rem;
		padding: 56px 20px 40px;
	}

	#main .interview__ae__slider {
		margin: 0 -20px;
	}

	#main .interview__ae__slider .slick-slide {
		margin: 0 10px;
		width: 72vw;
	}
}
