@charset "utf-8";
/*------------------------------------------------------------
	introduction
------------------------------------------------------------*/
#main .topBox {
	padding: 165px 0 1px;
  background-color: rgb(245, 245, 247);
}
#main .topBox .headLine01 {
	margin-bottom: 26px;
	padding-bottom: 0;
	font-size: 2.4rem;
	text-align: center;
}
#main .topBox .headLine01::after {
	display: none;
}
#main .topBox .headLine01 .small {
	letter-spacing: 0.12em;
	background-image: -webkit-linear-gradient(left, #18abe6, #5122d5 50%, #5122d5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#main .topBox .headLine01 .large {
	margin-top: 5px;
	font-size: 5.6rem;
	line-height: 1.39;
}
#main .topBox .text {
	margin-bottom: 15px;
	line-height: 2.19;
	letter-spacing: 0.04em;
	text-align: center;
}
#main .topBox .text.btm01 {
	margin-bottom: 69px;
}
#main .topBox .photo {
	margin: 0 auto -61px;
	width: 1440px;
}
#main .workstory {
	padding: 115px 0 119px;
  background-image: -webkit-linear-gradient( 120deg, #DCD2F7 0%, #D4DCF5 55%, #D1EEFA 100%);
}
#main .workstory .headLine02 {
	margin-bottom: 75px;
}
#main .workstory .textList li {
	margin-bottom: 48px;
	display: flex;
	justify-content: space-between;
}
#main .workstory .textList li:last-of-type {
	margin-bottom: 0;
}
#main .workstory .textList li .pho {
	width: 308px;
}
#main .workstory .textList li .txtBox {
	margin-top: 16px;
	width: calc(100% - 360px);
}
#main .workstory .textList li .txtBox h3 {
	margin-bottom: 32px;
	padding-bottom: 28px;
	position: relative;
	font-size: 3.2rem;
	letter-spacing: 0.12em;
	z-index: 2;
}
#main .workstory .textList li .txtBox h3 .txt02 {
	position: absolute;
	display: block;
	left: -53px;
	top: calc(50% + 7px);
	font-size: 6.9rem;
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: 0.16em;
	transform: translateY(-50%);
	background-image: -webkit-linear-gradient(left, #BEE2F6, #C0D8F4 50%, #C7CAF2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#main .workstory .textList li .txtBox h3 .txt01 {
	display: block;
	position: relative;
	z-index: 2;
	background-image: -webkit-linear-gradient(left, #2372D7, #2D48CC 50%, #4133D1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#main .workstory .textList li .txtBox h3::after {
	width: 520px;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient( -180deg, rgb(98,18,219) 0%, rgb(38,85,204) 55%, #22A2E0 100%);
	content: '';
	z-index: 2;
}
#main .workstory .textList li .txtBox p {
	position: relative;
	line-height: 1.75;
	letter-spacing: 0.04em;
	z-index: 4;
}
#main .companies {
	margin-bottom: 115px;
	padding: 114px 0 72px;
	background-color: #F2F3F7;
}
#main .companies .headLine01 {
	margin-bottom: 52px;
	font-size: 2.4rem;
	text-align: center;
}
#main .companies .headLine01::after {
	display: none;
}
#main .companies .headLine01 .small {
	letter-spacing: 0.12em;
	background-image: -webkit-linear-gradient(left, #18abe6, #5122d5 50%, #5122d5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#main .companies .headLine01 .large {
	margin-top: 3px;
	font-size: 6.4rem;
	line-height: 1.39;
}
#main .companies .imgBox {
	margin-bottom: 48px;
	padding: 57px 0 44px;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	z-index: 2;
}
#main .companies .imgBox::before {
	width: 99999px;
	height: 100%;
	position: absolute;
	left: 60px;
	top: 0;
	border-radius: 8px;
	background-color: #fff;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.01);
	content: '';
	z-index: -1;
}
#main .companies .imgBox .photoBox {
	margin: 3px 0 0 -7px;
	width: 536px;
}
#main .companies .imgBox .textBox {
	width: 520px;
}
#main .companies .imgBox .textBox h3 {
	margin-bottom: 29px;
	padding-bottom: 28px;
	position: relative;
	font-size: 3rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
}
#main .companies .imgBox .textBox h3::after {
	width: 100%;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient( -180deg, rgb(226,61,224) 0%, rgb(135,77,221) 26%, rgb(44,93,217) 54%, rgb(25,143,221) 83%, rgb(6,192,225) 100%);
	content: '';
	z-index: 2;
}
#main .companies .imgBox .textBox h3 span {
	margin-bottom: 29px;
	padding: 7px 25px 4px;
	display: inline-block;
	color: #fff;
	font-size: 1.3rem;
	vertical-align: top;
	border-radius: 40px;
	letter-spacing: 0.2em;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08);
	background-image: -webkit-linear-gradient( -180deg, rgb(98,18,219) 0%, #2950CC 55%, #18A7E5 100%);
}
#main .companies .imgBox .textBox p {
	line-height: 2.19;
	letter-spacing: 0.04em;
}
#main .companies .imgBox.imgBoxL {
	flex-direction: row;
}
#main .companies .imgBox.imgBoxL::before {
	left: auto;
	right: 60px;
}
#main .companies .imgBox.imgBoxL .photoBox {
	margin: 3px -7px 0 0;
}
#main .companies .imgBox.imgBox01 {
	padding-bottom: 51px;
}
#main .companies .imgBox.imgBox01 .textBox h3 {
	letter-spacing: 0.01em;
}
#main .companies .imgBox.imgBox01 .photoBox {
	margin-right: -28px;
	width: 579px;
}
#main .function {
	margin-bottom: 121px;
}
#main .function .tabList {
	margin: 0 auto 52px;
	width: 960px;
	display: flex;
	flex-wrap: wrap;
}
#main .function .tabList li {
	width: 33.33%;
	display: flex;
}
#main .function .tabList a {
	padding-bottom: 15px;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ccc;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.12em;
	border-bottom: 2px solid #ccc;
}
#main .function .tabList a::after {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
  background-image: -webkit-linear-gradient( -180deg, rgb(98,18,219) 0%, rgb(38,85,204) 55%, #18ABE6 100%);
	content: '';
	transition: .3s;
	opacity: 0;
}
#main .function .tabList .on a {
	background-image: -webkit-linear-gradient(left, #18abe6, #5122d5 50%, #5122d5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#main .function .tabList .on a::after {
	opacity: 1;
}
#main .function .tabBox {
	margin-bottom: 24px;
	padding-bottom: 48px;
	border-radius: 8px;
	overflow: hidden;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08);
}
#main .function .tabBox .titleBox {
	margin-bottom: 62px;
	padding: 31px 20px 40px;
  background-image: -webkit-linear-gradient( -180deg, rgb(98,18,219) 0%, rgb(38,85,204) 55%, #21A6E2 100%);
}
#main .function .tabBox .titleBox h3 {
	margin-bottom: 30px;
	padding-bottom: 25px;
	position: relative;
	color: #fff;
	font-size: 4rem;
	letter-spacing: 0.12em;
	text-align: center;
}
#main .function .tabBox .titleBox h3::after {
	width: 80px;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #fff;
	transform: translateX(-50%);
	content: '';
}
#main .function .tabBox .titleBox .text {
	color: #fff;
	text-align: center;
	line-height: 2.19;
	letter-spacing: 0.04em;
}
#main .function .tabBox .imgBox {
	margin: 0 52px 62px 57px;
	padding-bottom: 24px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E5E5E5;
}
#main .function .tabBox .imgBox .photoBox {
	margin-top: 9px;
	width: 456px;
}
#main .function .tabBox .imgBox .textBox {
	width: 465px;
}
#main .function .tabBox .imgBox .textBox h4 {
	margin-bottom: 11px;
	font-size: 2.4rem;
	line-height: 1.67;
	letter-spacing: 0.04em;
}
#main .function .tabBox .imgBox .textBox h4 span {
	margin-bottom: 15px;
	display: inline-block;
	font-size: 7rem;
	line-height: 1;
	letter-spacing: 0;
	background-image: -webkit-linear-gradient(-45deg, #1184db, #4d51da 50%, #bb42de);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	vertical-align: top;
}
#main .function .tabBox .imgBox .textBox p {
	line-height: 2.19;
	letter-spacing: 0.04em;
}
#main .function .tabBox .imgBoxL {
	padding-bottom: 8px;
	flex-direction: row-reverse;
}
#main .function .tabBox .imgBoxL .photoBox {
	margin: 4px 0 0 -21px;
	width: 489px;
}
#main .function .tabBox .imgBoxL .textBox h4 span {
	font-size: 7.2rem;
}
#main .function .tabBox .imgBox:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#main .function .tabBox .imgBox .textBox h4 .txt01 {
	font-size: 7.2rem;
}
#main .function .comBtn02 {
	margin-bottom: 40px;
}
@media all and (min-width: 768px) {
	#main .function .tabList a:hover {
		background-image: -webkit-linear-gradient(left, #18abe6, #5122d5 30%, #5122d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	}
	#main .function .tabList a:hover::after {
		opacity: 1;
	}
}
@media all and (max-width: 767px) {
	#main .content {
		margin: 0 16px;
	}
	#main .topBox {
		padding: 71px 0 1px;
		background-color: #fff;
	}
	#main .topBox .headLine01 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	#main .topBox .headLine01::after {
		display: none;
	}
	#main .topBox .headLine01 .small {
		letter-spacing: 0.01em;
	}
	#main .topBox .headLine01 .large {
		margin-top: 20px;
		font-size: 3.2rem;
		line-height: 1.41;
	}
	#main .topBox .text {
		margin-bottom: 13px;
		letter-spacing: 0.08em;
		text-align: left;
	}
	#main .topBox .text.btm01 {
		margin-bottom: 12px;
	}
	#main .topBox .photo {
		margin: 0 16px -32vw;
		width: auto;
		text-align: center;
	}
	#main .topBox .photo img {
		width: 100%;
	}
	#main .workstory {
		padding: 35.47vw 0 58px;
		background: linear-gradient(359.76deg, rgba(98, 18, 219, 0.15) 0.17%, rgba(38, 85, 204, 0.15) 49.45%, rgba(20, 210, 244, 0.15) 99.77%);
	}
	#main .workstory .headLine02 {
		margin-bottom: 43px;
		font-size: 3.2rem;
		line-height: 1.5;
		text-align: center;
	}
	#main .workstory .headLine02 span {
		font-size: 3.2rem;
	}
	#main .workstory .textList li {
		margin-bottom: 66px;
		padding-top: 5px;
		display: block;
		position: relative;
	}
	#main .workstory .textList li .pho {
		width: 78px;
		position: absolute;
		right: 0;
		top: 0;
	}
	#main .workstory .textList li .txtBox {
		margin-top: 0;
		width: auto;
	}
	#main .workstory .textList li .txtBox h3 {
		margin-bottom: 35px;
		padding-bottom: 24px;
		width: calc(100% - 98px);
		font-size: 2.4rem;
		letter-spacing: 0.06em;
	}
	#main .workstory .textList li .txtBox h3 .txt02 {
		left: 13px;
		top: 50%;
		font-size: 3rem;
		line-height: 1.6;
		letter-spacing: 0.16em;
		transform: translateY(-50%);
		background: linear-gradient(270deg, rgba(98, 18, 219, 0.1) 0%, rgba(38, 85, 204, 0.1) 49.48%, #CAF0FD 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	#main .workstory .textList li .txtBox h3 .txt02 .txt02 {
		left: 0;
		top: 0;
		transform: none;
	}
	#main .workstory .textList li .txtBox h3 .txt01 {
		background: linear-gradient(270deg, #6212DB 0%, #2655CC 49.48%, #14D2F4 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	#main .workstory .textList li .txtBox h3::after {
		width: 100%;
	}
	#main .workstory .textList li .txtBox p {
		line-height: 2.19;
		letter-spacing: 0.04em;
	}
	#main .companies {
		margin-bottom: 64px;
		padding: 70px 0 64px;
	}
	#main .companies .headLine01 {
		margin-bottom: -5px;
		font-size: 1.8rem;
	}
	#main .companies .headLine01 .small {
		letter-spacing: 0.06em;
		background: linear-gradient(270deg, #6212DB 0%, #2655CC 49.48%, #14D2F4 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	#main .companies .headLine01 .large {
		margin-top: 20px;
		font-size: 3.2rem;
		line-height: 1.41;
		background: linear-gradient(270deg, #6212DB 0%, #2655CC 49.48%, #14D2F4 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	#main .companies .imgBox {
		margin-bottom: 45px;
		padding: 40px 40px 40px 8px;
		display: block;
	}
	#main .companies .imgBox::before {
		left: auto;
		right: 16px;
	}
	#main .companies .imgBox .photoBox {
		margin: 3px 0 0;
		width: auto;
		border-radius: 8px;
		overflow: hidden;
	}
	#main .companies .imgBox .photoBox img {
		width: 100%;
	}
	#main .companies .imgBox .textBox {
		margin-bottom: 22px;
		width: auto;
	}
	#main .companies .imgBox .textBox h3 {
		margin-bottom: 25px;
		padding-bottom: 18px;
		font-size: 2.4rem;
		line-height: 1.5;
		letter-spacing: 0.04em;
	}
	#main .companies .imgBox .textBox h3::after {
		background: linear-gradient(270deg, #6212DB 0%, #2655CC 49.48%, #14D2F4 100%);
	}
	#main .companies .imgBox .textBox h3 span {
		margin-bottom: 24px;
		padding: 8px 28px 9px;
		font-size: 1.2rem;
		background-image: -webkit-linear-gradient( -180deg, rgb(98,18,219) 0%, rgb(38,85,204) 55%, #17CAF2 100%);
	}
	#main .companies .imgBox.imgBoxL {
		margin-bottom: 26px;
		padding: 40px 8px 40px 40px;
		flex-direction: row;
	}
	#main .companies .imgBox.imgBoxL::before {
		left: 16px;
		right: auto;
	}
	#main .companies .imgBox.imgBoxL .photoBox {
		margin: 0;
	}
	#main .companies .imgBox.imgBoxL .textBox {
		margin-bottom: 13px;
	}
	#main .companies .imgBox.btm01 {
		margin-bottom: 55px;
	}
	#main .companies .imgBox.imgBox01 {
		margin-bottom: 0;
		padding-bottom: 40px;
	}
	#main .companies .imgBox.imgBox01 .textBox h3 {
		letter-spacing: 0.01em;
	}
	#main .companies .imgBox.imgBox01 .textBox {
		margin-bottom: 23px;
	}
	#main .companies .imgBox.imgBox01 .photoBox {
		margin-right: 0;
		width: auto;
	}
	#main .function {
		margin-bottom: 63px;
	}
	#main .function .headLine02 {
		margin-bottom: 50px;
		font-size: 3.2rem;
		line-height: 1.41;
	}
	#main .function .headLine02 span {
		font-size: 3.2rem;
	}
	#main .function .tabList {
		margin: 0 auto 32px;
		width: auto;
	}
	#main .function .tabList a {
		padding-bottom: 13px;
		font-size: 1.2rem;
		letter-spacing: 0.03em;
		border-width: 1px;
	}
	#main .function .tabList a::after {
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: -1px;
		background-image: -webkit-linear-gradient( -180deg, rgb(98,18,219) 0%, rgb(38,85,204) 55%, #18ABE6 100%);
		content: '';
		transition: .3s;
		opacity: 0;
	}
	#main .function .tabBox {
		margin-bottom: 57px;
		box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
	}
	#main .function .tabBox .titleBox {
		margin-bottom: 48px;
		padding: 48px 20px 48px;
		background-image: -webkit-linear-gradient( -180deg, rgb(98,18,219) 0%, rgb(38,85,204) 55%, rgb(20,210,244) 100%);
	}
	#main .function .tabBox .titleBox h3 {
		margin-bottom: 24px;
		padding-bottom: 28px;
		font-size: 3.2rem;
		line-height: 1.34;
		letter-spacing: 0.12em;
	}
	#main .function .tabBox .titleBox .text {
		text-align: left;
		line-height: 2;
		letter-spacing: 0.04em;
	}
	#main .function .tabBox .imgBox {
		margin: 0 24px 82px;
		padding-bottom: 26px;
		display: block;
		border-bottom: 1px solid #E5E5E5;
	}
	#main .function .tabBox .imgBox .photoBox {
		margin-top: 24px;
		width: auto;
	}
	#main .function .tabBox .whtieBox01 .imgBox .photoBox {
		margin: 30px 14px 0;
	}
	#main .function .tabBox .whtieBox01 .imgBoxL .photoBox {
		margin: 30px 5px 0;
	}
	#main .function .tabBox .whtieBox01 .imgBox:nth-of-type(3) .photoBox {
		margin: 30px 19px 0;
	}
	#main .function .tabBox .imgBox .photoBox img {
		width: 100%;
	}
	#main .function .tabBox .imgBox .textBox {
		width: auto;
	}
	#main .function .tabBox .imgBox .textBox h4 {
		margin-bottom: 18px;
		line-height: 1.5;
		letter-spacing: 0.04em;
	}
	#main .function .tabBox .imgBox .textBox h4 span {
		font-size: 6.6rem;
		background: linear-gradient(0deg, #E23DE0 0%, #2C5DD9 49.48%, #06C0E1 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	#main .function .tabBox .imgBox .textBox p {
		line-height: 2.19;
		letter-spacing: 0.04em;
	}
	#main .function .tabBox .imgBoxL {
		margin-bottom: 47px;
		padding-bottom: 8px;
	}
	#main .function .tabBox .whtieBox01 .imgBoxL {
		padding-bottom: 23px;
	}
	#main .function .tabBox .imgBoxL .photoBox {
		margin: 24px 0 0;
		width: auto;
	}
	#main .function .tabBox .imgBoxL .textBox h4 span {
		font-size: 6.8rem;
	}
	#main .function .tabBox .imgBox:last-of-type {
		padding-bottom: 24px;
		margin-bottom: 0;
		border-bottom: 1px solid #DEDEDE;
	}
	#main .function .tabBox .imgBox .textBox h4 .txt01 {
		font-size: 6.6rem;
	}
	#main .function .comBtn02 {
		margin-bottom: 48px;
	}
	#main .function .comBtn02 a {
		min-width: 227px;
	}
}
@media all and (max-width: 374px) {
	#main .companies .headLine01 {
		font-size: 1.6rem;
	}
	#main .companies .imgBox .textBox h3 {
		font-size: 2.2rem;
	}
	#main .function .tabBox .imgBox .textBox h4 {
		font-size: 1.9rem;
	}
	#main .function .headLine02 span,
	#main .function .headLine02 {
		font-size: 2.8rem;
	}
}