@charset "utf-8";

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

#main {
	padding: 80px 60px 99px;
	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; */
	margin: 0 auto;
}

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

#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 25px;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	background: linear-gradient(to right, #0d63ac, #00aee2);
	padding: 5px 10px 6px;
}

/* #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;
}

#main .c-questionBox {
	margin: 0 0 40px;
}

#main .c-questionBox:last-of-type {
	margin: 0;
}

#main .c-questionBox .c-questionBox__ttl {
	background: linear-gradient(to right, #28b4c8, #002882);
	width: fit-content;
	display: block;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 14px;
	/* padding: 12px 0; */
}

#main .c-questionBox .c-questionBox__ttl span {
	padding: 0 10px 0 0;
}

#main .c-questionBox .c-questionBox__a {
	color: #002850;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0;
	color: #002850;
}

#main .c-questionBox .c-questionBox__a a {
	color: #002850;
	text-decoration: underline;
}

#main .flow {
	padding: 50px 0 0;
}

#main .flow .flowTtl {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 20px;
}

#main .flow .flowBox {
	margin: 0 0 40px;
}

#main .flow .flowImg.mid {
	max-width: 712px;
	margin: 0 auto;
}

#main .flow .flowBox:last-of-type {
	margin: 0;
}

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

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

#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/icon06.png) no-repeat right center / 10px;
	position: relative;
	z-index: 1;
	color: #fff;
}

#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);
} */

#main .content.new {
	color: #fff;
	background: url(../img/faq/img_faq_bg.jpg) no-repeat center center / cover;
}

#main .content.new .wrap {
	background: none;
}

#main .content.new .headLine01::before {
	background: #fff;
}

#main .content.new .headLine01::after {
	content: none;
}

#main .content.new .c-questionBox .c-questionBox__ttl {
	color: #fff;
	background: none;
	-webkit-text-fill-color: initial;
}

#main .content.new .c-questionBox .c-questionBox__a {
	color: #fff;
}

#main .content.new .c-questionBox .c-questionBox__a a {
	color: #fff;
}

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

	#main .content {
		/* margin: 0 auto 40px; */
		margin: 0 auto;
		padding: 0 20px;
	}

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

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

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

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

	#main .content .wrap .secBox .sbTtl {
		font-size: 10px;
		margin: 0 0 10px;
	}

	#main .c-questionBox {
		margin: 0 0 22px;
	}

	#main .c-questionBox:last-of-type {
		margin: 0;
	}

	#main .c-questionBox .c-questionBox__ttl {
		font-size: 18px;
		line-height: 1.25;
		margin: 0 0 8px;
		text-indent: -18px;
		padding-left: 18px;
	}

	#main .c-questionBox .c-questionBox__ttl span {
		padding: 0 3px 0 0;
	}

	#main .c-questionBox .c-questionBox__a {
		font-size: 12px;
		line-height: 1.8;
		padding: 0 0 0 17px;
	}

	#main .flow {
		padding: 10px 0 0;
	}

	#main .flow .flowTtl {
		font-size: 12px;
		margin: 0 0 6px;
	}

	#main .flow .flowBox {
		margin: 0 0 15px;
	}

	#main .flow .flowImg {
		max-width: 239px;
		margin: 0 0 0 10px;
	}
	#main .flow .flowImg.mid {
		max-width: 250px;
		margin: 0 0 0 10px;
	}

	#main .flow .flowBox:last-of-type {
		margin: 0;
	}

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

	#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;
	}

	#main .content.new {
		/* padding: 0 20px; */
		padding: 10px 0 0;
		margin: 0 20px;
		background: url(../img/faq/img_faq_bg_sp.jpg) no-repeat top 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_03 {
		padding: 15px;
		min-height: 256px;
		font-size: 2.6rem;
	}
}

#main .linkTop {
	letter-spacing: 0;
	text-align: center;
	line-height: 2.8;
	font-weight: 700;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	/* padding: 0 35px; */
	height: 70px;
	font-size: 24px;
	color: #fff;
	background: linear-gradient(to left, #002882, #5adfff);
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
	margin: 85px auto 0;
	box-sizing: border-box;
}

#main .linkTop:hover {
	opacity: 0.7;
	transition: 0.3s;
}

@media only screen and (max-width: 896px) {
	#main .linkTop {
		width: 170px;
		height: 40px;
		font-size: 16px;
		margin: 25px auto 0;
	}
}
