@charset "utf-8";

/*=============================================================
 pageTtlMain
=============================================================*/
#pageTtlMain {
	margin-bottom: 0;
}

#pageTtlMain img {
	max-width: 100%;
	width: 100%;
}

/*=============================================================
 bgColor
=============================================================*/
.bgColor01 {
	background-color: #f1d4e4;
	padding: 160px;
	position: relative;
	margin-top: -110px;
	z-index: -1;
	box-sizing: border-box;
}

.bgColor02 {
	background-color: #fff;
	border-radius: 50px;
	position: relative;
	margin-top: -110px;
	z-index: 1;
	padding: 0 30px;
	box-sizing: border-box;
}

.bgColor02 .innerBox {
	padding: 60px 0;
}



/*=============================================================
 profileBox
=============================================================*/
.profileBox {
	display: flex;
	column-gap: 3.75%;
	margin-top: 50px;
}

.profileBox figure {
	width: 37.5%;
}

.profileBox .profile {
	width: 58.75%;
}

.profileBox .profile .ttl {
	line-height: 1.2;
	font-weight: 600;
	padding-bottom: 5px;
	color: var(--keyColor);
	border-bottom: 2px solid var(--keyColor);
	margin-bottom: 20px;
}

.profileBox .profile .name {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 10px;
}

.profileBox .profile .name .companyName {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}

.profileBox .profile .text {
	font-size: 13px;
	line-height: 1.8;
}

/*=============================================================
 ttl-h2
=============================================================*/
.ttl-h2 {
	font-size: 24px;
	font-size: 700;
	line-height: 1.6;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 40px;
}

.ttl-h2::after {
	content: '';
	height: 5px;
	background: linear-gradient(90deg, rgba(252, 171, 34, 1) 0%, rgba(240, 52, 0, 1) 25%, rgba(200, 0, 103, 1) 50%, rgba(128, 47, 146, 1) 75%, rgba(63, 148, 184, 1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/*=============================================================
 fit24
=============================================================*/
.fit24 .profileBox {
	display: block;
	margin-top: 50px;
}

.fit24 .profileBox .profile {
	width: 100%;
}

.fit24 .profileBox .profile .name .companyName {
	line-height: 26px;
}




/* development-innovation */
.development-innovation .ttl-h3 {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 10px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1023px) {
	/*=============================================================
 pageTtlMain
=============================================================*/

	/*=============================================================
 bgColor
=============================================================*/
	.bgColor01 {
		padding: 120px calc((3% + 20px)) 120px;
		position: relative;
		margin-top: -80px;
		font-size: 15px;
	}

	.bgColor02 {
		border-radius: 26px;
		margin-top: -80px;
		padding: 0;
	}

	.bgColor02 .innerBox {
		padding: 46px calc((3% + 20px));
		box-sizing: border-box;
	}



	/*=============================================================
 profileBox
=============================================================*/
	.profileBox {
		display: block;
		margin-top: 30px;
	}

	.profileBox figure {
		width: 80%;
		margin: 0 auto 30px;
	}

	.profileBox .profile {
		width: 100%;
	}

	.profileBox .profile .ttl {
		margin-bottom: 20px;
	}

	.profileBox .profile .name {}

	.profileBox .profile .text {}

	/*=============================================================
 ttl-h2
=============================================================*/
	.ttl-h2 {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 30px;
	}

	.ttl-h2::after {
		content: '';
		height: 5px;
		background: linear-gradient(90deg, rgba(252, 171, 34, 1) 0%, rgba(240, 52, 0, 1) 25%, rgba(200, 0, 103, 1) 50%, rgba(128, 47, 146, 1) 75%, rgba(63, 148, 184, 1) 100%);
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

}