@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#main .topBgBox {
	margin: 97px 0 80px;
	padding: 19px 0 192px;
  background-image: -webkit-linear-gradient( -180deg, #5320D6 0%, #2851CC 55%, #18AAE5 100%);
}
#main .topBgBox #pagePath {
	margin-bottom: 110px;
	position: relative;
	z-index: 99999;
}
#main .topBgBox #pagePath a,
#main .topBgBox #pagePath li {
	color: #fff;
}
#main .topBgBox #pagePath span {
	color: #3308af;
}
#main .story .imgBox {
	margin-bottom: 83px;
	display: flex;
	justify-content: space-between;
}
#main .story .imgBox .photoBox {
	margin: 38px 92px 0 0;
	width: 238px;
}
#main .story .imgBox .textBox {
	width: 600px;
}
#main .story .imgBox .textBox p {
	color: #fff;
	font-weight: bold;
	line-height: 2.2;
	letter-spacing: 0.08em;
}
#main .story .imgBox .textBox p strong {
	font-size: 2.2rem;
	line-height: 1.5;
	display: inline-block;
	vertical-align: top;
}
#main .story .topLinkList {
	margin-bottom: 67px;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	border-radius: 8px;
	background-color: #fff;
}
#main .story .topLinkList li {
	width: 25%;
	display: flex;
}
#main .story .topLinkList a {
	padding: 21px 10px 56px;
	width: 100%;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
	box-sizing: border-box;
	border-right: 1px solid #EBEBEB;
	background: url(../image/common/icon08.png) no-repeat center bottom 20px / 24px auto;
}
#main .story .topLinkList li:nth-of-type(4n) a {
	border-right: none;
}
#main .story h3 {
	margin-bottom: 47px;
	color: #fff;
	font-size: 2.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: center;
}
#main .story h3 span {
	padding-bottom: 5px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#main .story h3 span::after {
	width: 100%;
	height: 1px;
	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: '';
}
#main .story .area {
	margin-bottom: 70px;
}
#main .story .area.area01 {
	margin-bottom: 83px;
}
#main .story .area.area02 {
	margin-bottom: 77px;
}
#main .story .area:last-of-type {
	margin-bottom: 0;
}
#main .story .area p {
	margin-bottom: 37px;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.45;
	letter-spacing: 0.12em;
	text-align: center;
}
#main .story .area.area01 p {
	margin-bottom: 31px;
}
#main .story .area.area02 p {
	margin-bottom: 30px;
}
#main .story .area p:last-of-type {
	margin-bottom: 0;
}
#main .story .area p strong {
	display: inline-block;
	font-size: 3.8rem;
	line-height: 1.6;
	letter-spacing: 0.06em;
	vertical-align: 0px;
}
#main .story .area p .txt01 {
	margin: 7px 0;
}
#main .story .area p .txt02 {
	margin: 3px 0 10px;
	font-size: 4.2rem;
}
#main .story .area p span {
	display: inline-block;
	vertical-align: 0;
	font-size: 4.3rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.12em;
}
#main .story .area p a {
	color: #fff;
	text-decoration: underline;
}
#main .member {
	padding-bottom: 121px;
	position: relative;
	overflow: hidden;
}
#main .member::after {
	width: 100%;
	height: calc(100% - 60px);
	position: absolute;
	left: 0;
	top: 60px;
  background-image: -webkit-linear-gradient( -180deg, rgb(98,18,219) 0%, rgb(38,85,204) 55%, rgb(20,210,244) 100%);
  opacity: 0.078;
	content: '';
	z-index: -1;
}
#main .member .imgBox {
	margin-bottom: 110px;
	display: flex;
	position: relative;
}
#main .member .imgBox::before {
	width: calc(50% + 70px);
	height: calc(100% - 10px);
	position: absolute;
	right: 0;
	top: 48px;
  background-image: -webkit-linear-gradient( -180deg, rgb(98,18,219) 0%, rgb(38,85,204) 55%, #18A9E5 100%);
	content: '';
	z-index: -1;
}
#main .member .imgBox .photoBox {
	width: calc(50% - 20px);
}
#main .member .imgBox .photoBox img {
	width: 100%;
}
#main .member .imgBox .textBox {
	margin: 164px 0 0 40px;
	width: 565px;
}
#main .member .imgBox .textBox h2 {
	margin-bottom: 28px;
	position: relative;
	color: #fff;
	font-size: 3.2rem;
	line-height: 1.25;
	letter-spacing: 0.08em;
}
#main .member .imgBox .textBox h2 span {
	display: block;
	width: 536px;
	position: absolute;
	left: 165px;
	top: 17px;
}
#main .member .imgBox .textBox .title {
	margin-bottom: 41px;
	font-size: 2.4rem;
	letter-spacing: 0.12em;
}
#main .member .imgBox .textBox .title span {
	margin-bottom: -4px;
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
#main .member .imgBox .textBox p {
	color: #fff;
	line-height: 2;
	letter-spacing: 0.08em;
}
#main .member .linkList {
	margin-top: -24px;
	display: flex;
	flex-wrap: wrap;
}
#main .member .linkList li {
	margin: 24px 24px 0 0;
	width: 252px;
}
#main .member .linkList li:nth-of-type(4n) {
	margin-right: 0;
}
#main .member .linkList .pho {
	margin-bottom: 17px;
}
#main .member .linkList .ttl {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.12em;
}
#main .member .linkList .ttl span {
	margin-bottom: 3px;
	display: block;
	color: #727272;
	font-size: 1.3rem;
	letter-spacing: 0.12em;
}
#main .member .linkList .comBtn02 {
	margin: 0;
}
#main .member .linkList .comBtn02 a {
	display: block;
	font-size: 1.4rem;
}
#main .company {
	padding: 63px 0 121px;
	background: url(../image/company/company_bg01.jpg) no-repeat center center / cover;
}
#main .company .headLine05 {
	margin-bottom: 51px;
}
#main .company .imgBox {
	display: flex;
	justify-content: flex-end;
}
#main .company .imgBox .photoBox {
	margin-top: 11px;
	width: calc(50% - 8px);
}
#main .company .imgBox .photoBox .title {
	margin-bottom: -3px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.78;
	letter-spacing: 0.04em;
	text-align: center;
}
#main .company .imgBox .photoBox .title span {
	margin-bottom: 14px;
	display: block;
}
#main .company .imgBox .photoBox .textImg {
	margin-bottom: 13px;
	text-align: center;
}
#main .company .imgBox .photoBox .photo img {
	width: 100%;
}
#main .company .imgBox .textBox {
	margin-right: 30px;
	width: 520px;
}
#main .company .imgBox .textBox h3 {
	margin-bottom: 24px;
	color: #727272;
	line-height: 1.13;
	letter-spacing: 0.12em;
}
#main .company .imgBox .textBox h3 span {
	margin-right: 10px;
	padding-right: 24px;
	position: relative;
	display: inline-block;
	color: #333;
	font-size: 3.2rem;
	line-height: 1.68;
	letter-spacing: 0.04em;
	vertical-align: -5px;
}
#main .company .imgBox .textBox h3 span::after {
	width: 18px;
	height: 37px;
	position: absolute;
	right: 0;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	background: url(../image/company/company_line01.png) no-repeat right center / 18px auto;
	content: '';
}
#main .company .imgBox .textBox h3 .txt01 {
	background-image: -webkit-linear-gradient(left, #18abe6, #5122d5 50%, #5122d5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#main .company .imgBox .textBox .txtBox {
	margin-bottom: 55px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
}
#main .company .imgBox .textBox .txtBox.txtBox01 {
	margin-bottom: 21px;
	padding-bottom: 0;
	border-bottom: none;
}
#main .company .imgBox .textBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .company .imgBox .textBox table th,
#main .company .imgBox .textBox table td {
	padding: 6px 0 7px;
	width: 77%;
	color: #333;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.71;
	letter-spacing: 0.08em;
	text-align: left;
	box-sizing: border-box;
	vertical-align: top;
}
#main .company .imgBox .textBox table th {
	padding-right: 10px;
	width: 23%;
	color: #727272;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#main .company .imgBox .textBox .comBtn02 {
	margin: 0;
	text-align: left;
}
#main .company .imgBox .textBox .comBtn02 a {
	min-width: 232px;
}
@media all and (min-width: 768px) {
	#main .story .topLinkList a:hover {
		opacity: 0.7;
	}
	#main .story .area p a:hover {
		text-decoration: none;
	}
	#main .company .imgBox .textBox table td a:hover {
		color: #3308af;
		text-decoration: underline;
	}
}
@media all and (max-width: 767px) {
	#main .topBgBox {
		margin: 62px 0 64px;
		padding: 9px 0 61px;
		background: linear-gradient(270deg, #6212DB 0%, #2655CC 49.48%, #14D2F4 100%);
	}
	#main .topBgBox #pagePath {
		margin-bottom: 69px;
	}
	#main .story .imgBox {
		margin-bottom: 47px;
		display: block;
	}
	#main .story .imgBox .photoBox {
		margin: 23px auto 0;
		width: auto;
		width: 87px;
	}
	#main .story .imgBox .textBox {
		width: auto;
	}
	#main .story .imgBox .textBox p {
		font-size: 1.4rem;
		line-height: 2;
		letter-spacing: 0.02em;
		text-align: center;
	}
	#main .story .imgBox .textBox p strong {
		display: inline;
		font-size: 2rem;
		line-height: 1.6;
		vertical-align: 0px;
	}
	#main .story .topLinkList {
		margin-bottom: 48px;
		padding: 27px 5px 24px;
	}
	#main .story .topLinkList a {
		padding: 0 5px 29px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 1rem;
		line-height: 1.5;
		letter-spacing: 0.08em;
		background-image: url(../image/common/sp_icon08.png);
		background-position: center bottom;
	}
	#main .story .topLinkList li:nth-of-type(4n) a {
		border-right: none;
	}
	#main .story h3 {
		margin-bottom: 47px;
		font-size: 1.9rem;
		line-height: 1.68;
		letter-spacing: 0.04em;
	}
	#main .story h3 span {
		padding-bottom: 4px;
	}
	#main .story h3 span::after {
		background-image: -webkit-linear-gradient( -180deg, #E23DE0 0%, #2C5DD9 54%, #24DEFF 100%);
	}
	#main .story .area {
		margin-bottom: 63px;
	}
	#main .story .area.area01 {
		margin-bottom: 60px;
	}
	#main .story .area.area02 {
		margin-bottom: 50px;
	}
	#main .story .area:last-of-type {
		margin-bottom: 0;
	}
	#main .story .area p {
		margin-bottom: 40px;
		font-size: 1.6rem;
		line-height: 1.75;
		letter-spacing: 0.02em;
	}
	#main .story .area.area01 p {
		margin-bottom: 27px;
	}
	#main .story .area.area02 p {
		margin-bottom: 30px;
	}
	#main .story .area p:last-of-type {
		margin-bottom: 0;
	}
	#main .story .area p strong {
		display: inline-block;
		font-size: 3rem;
		line-height: 1.53;
		letter-spacing: 0.08em;
	}
	#main .story .area.area01 p span {
		height: 14px;
		display: block;
	}
	#main .story .area.area01 p strong {
		text-align: center;
		display: inline;
	}
	#main .story .area p .txt01 {
		margin: 15px 0 10px;
		display: block;
	}
	#main .story .area p .txt02 {
		margin: 3px 0 10px;
		font-size: 2.6rem;
		line-height: 1.54;
	}
	#main .story .area.area01 p .txt03 {
		margin: 9px 0;
		font-size: 2.6rem;
		line-height: 1.54;
		letter-spacing: 0;
		display: inline-block;
		vertical-align: top;
	}
	#main .story .area p span {
		display: inline-block;
		vertical-align: 0;
		font-size: 3.1rem;
		font-weight: 500;
		line-height: 1.29;
		letter-spacing: 0.04em;
	}
	#main .story .area p a {
		color: #fff;
		text-decoration: underline;
	}
	#main .story .area.area02 p strong {
		margin-bottom: 11px;
		display: inline-block;
		font-size: 2.6rem;
		line-height: 1.54;
	}
	#main .member {
		padding-bottom: 65px;
	}
	#main .member::after {
		width: 100%;
		height: calc(100% - 120px);
		position: absolute;
		left: 0;
		top: 120px;
		background-image: -webkit-linear-gradient( -180deg, rgb(98,18,219) 0%, rgb(38,85,204) 55%, rgb(20,210,244) 100%);
		opacity: 0.078;
		content: '';
		z-index: -1;
	}
	#main .member .imgBox {
		margin-bottom: 56px;
		padding: 0 17px 60px;
		display: block;
	}
	#main .member .imgBox::before {
		width: 100%;
		height: calc(100% - 103px);
		top: 103px;
		background: linear-gradient(270deg, #6212DB 0%, #2655CC 49.48%, #14D2F4 100%);
	}
	#main .member .imgBox .photoBox {
		margin: 0 12px 32px 11px;
		width: auto;
	}
	#main .member .imgBox .photoBox img {
		width: 100%;
	}
	#main .member .imgBox .textBox {
		margin: 0;
		width: auto;
	}
	#main .member .imgBox .textBox h2 {
		margin-bottom: 32px;
		position: relative;
		color: #fff;
		font-size: 2.4rem;
		line-height: 1.58;
		letter-spacing: 0.04em;
	}
	#main .member .imgBox .textBox h2 span {
		display: none;
	}
	#main .member .imgBox .textBox .title {
		margin-bottom: 23px;
		font-size: 2rem;
		letter-spacing: 0;
	}
	#main .member .imgBox .textBox .title span {
		margin-bottom: -4px;
		letter-spacing: 0;
	}
	#main .member .imgBox .textBox p {
		letter-spacing: 0.05em;
	}
	#main .member .linkList {
		margin: -49px 24px 0;
		justify-content: space-between;
	}
	#main .member .linkList li {
		margin: 49px 0 0;
		width: calc((100% - 20px) / 2);
	}
	#main .member .linkList .pho {
		margin-bottom: 23px;
	}
	#main .member .linkList .pho img {
		width: 100%;
	}
	#main .member .linkList .ttl {
		margin-bottom: 11px;
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	#main .member .linkList .ttl span {
		margin-bottom: 8px;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#main .member .linkList .comBtn02 {
		margin: 0;
	}
	#main .member .linkList .comBtn02 a {
		padding: 9px 0;
		display: block;
		min-width: inherit;
		letter-spacing: 0;
	}
	#main .company {
		padding: 58px 16px 68px;
		background-image: url(../image/company/sp_company_bg01.jpg);
	}
	#main .company .headLine05 {
		margin-bottom: 42px;
	}
	#main .company .imgBox {
		display: block;
	}
	#main .company .imgBox .photoBox {
		margin-top: 125px;
		width: auto;
	}
	#main .company .imgBox .photoBox .title {
		margin-bottom: 11px;
		font-size: 1.6rem;
		line-height: 1.88;
	}
	#main .company .imgBox .photoBox .title span {
		margin-bottom: 16px;
	}
	#main .company .imgBox .photoBox .title span img {
		width: 242px;
	}
	#main .company .imgBox .photoBox .textImg {
		margin-bottom: 39px;
	}
	#main .company .imgBox .photoBox .photo {
		margin-right: -16px;
	}
	#main .company .imgBox .photoBox .photo img {
		width: 100%;
	}
	#main .company .imgBox .textBox {
		margin-right: 0;
		width: auto;
	}
	#main .company .imgBox .textBox h3 {
		margin-bottom: 27px;
		font-size: 1.2rem;
		line-height: 1.13;
		letter-spacing: 0.12em;
	}
	#main .company .imgBox .textBox h3 span {
		margin-right: 6px;
		padding-right: 24px;
		position: relative;
		display: inline-block;
		color: #333;
		font-size: 2.2rem;
		line-height: 1.64;
		letter-spacing: 0.04em;
		vertical-align: -5px;
	}
	#main .company .imgBox .textBox h3 span::after {
		width: 14px;
		height: 28px;
		right: 0;
		top: calc(50% - 2px);
		transform: translateY(-50%);
		background: url(../image/company/company_line01.png) no-repeat right center / 18px auto;
		content: '';
	}
	#main .company .imgBox .textBox h3 .txt01 {
		background: linear-gradient(270deg, #6212DB 0%, #2655CC 49.48%, #14D2F4 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	#main .company .imgBox .textBox .txtBox {
		margin-bottom: 64px;
		padding-bottom: 18px;
	}
	#main .company .imgBox .textBox .txtBox.txtBox01 {
		margin-bottom: 13px;
	}
	#main .company .imgBox .textBox table th,
	#main .company .imgBox .textBox table td {
		padding: 10px 0 11px;
		width: 74%;
	}
	#main .company .imgBox .textBox table th {
		width: 26%;
	}
	#main .company .imgBox .textBox .comBtn02 {
		margin: 0;
		text-align: center;
	}
	#main .company .imgBox .textBox .comBtn02 a {
		min-width: 294px;
	}
}
@media all and (max-width: 374px) {
	#main .story .area p {
		font-size: 1.4rem;
	}
	#main .story .area p strong {
		font-size: 2.5rem;
	}
	#main .member .imgBox .textBox h2 {
		font-size: 2.2rem;
	}
	#main .company .imgBox .textBox h3 span {
		font-size: 2rem;
	}
	#main .company .imgBox .textBox table th,
	#main .company .imgBox .textBox table td {
		font-size: 1.2rem;
	}
	#main .company .imgBox .photoBox .title {
		font-size: 1.4rem;
	}
}


@media all and (max-width: 767px) {
	.popBox .inner {
		padding: 12px 23px 24px;
	}
	.popBox .simplebar {
		height: 500px;
	}
	.simplebar-track.simplebar-vertical {
		width: 8px;
		right: -15px;
	}
	.simplebar-scrollbar::before {
		background-color: #ccc;
		opacity: 1 !important;
	}
	.simplebar::-webkit-scrollbar {
		display: none;
}
}