@charset "utf-8";
/*------------------------------------------------------------
	security
------------------------------------------------------------*/
#main .topBgBox {
	margin-bottom: 82px;
	position: relative;
}
#main .topBgBox::before {
	width: 100%;
	height: 202px;
	position: absolute;
	left: 0;
	top: -14px;
  background-image: -webkit-linear-gradient( -180deg, rgb(98,18,219) 0%, rgb(38,85,204) 55%, #18AAE6 100%);
	content: '';
	z-index: -1;
}
#pagePath {
	margin-bottom: 41px;
}
#pagePath a,
#pagePath li {
	color: #fff;
}
#pagePath li span {
	color: #fff;
	background: none;
}
#main .topBgBox .textBox {
	padding: 49px 60px 50px;
	border-radius: 8px;
  background-color: rgb(242, 243, 247);
}
#main .topBgBox .textBox  p {
	line-height: 2.19;
	letter-spacing: 0.04em;
}
#main .area {
	margin-bottom: 79px;
}
#main .area .imgBox {
	display: flex;
	justify-content: space-between;
}
#main .area .imgBox .textBox {
	margin-top: -12px;
	width: 520px;
}
#main .area .imgBox .textBox .headLine03 {
	margin-bottom: 29px;
	padding-bottom: 23px;
	font-size: 3.2rem;
}
#main .area .imgBox .textBox p {
	margin-bottom: 9px;
	line-height: 2.19;
}
#main .area .imgBox .textBox p:last-of-type {
	margin-bottom: 0;
}
#main .area .imgBox .textBox p a {
	color: #1aa1e1;
	text-decoration: underline;
}
#main .area .imgBox .photoBox {
	width: 520px;
}
#main .area:nth-of-type(2n) {
	padding: 80px 0 72px;
  background-color: rgb(245, 245, 247);
}
#main .area:last-of-type {
	margin-bottom: 120px;
}
@media all and (min-width: 768px) {
	#main .area .imgBox .textBox p a:hover {
		color: #333;
	}
}
@media all and (max-width: 767px) {
	#main .topBgBox {
		margin-bottom: 38px;
	}
	#main .topBgBox::before {
		height: calc(100% - 64px);
		top: -8px;
		background: linear-gradient(270deg, #6212DB 0%, #2655CC 49.48%, #14D2F4 100%);
	}
	#pagePath {
		margin-bottom: 43px;
	}
	#pagePath li span {
		color: #3308AF;
	}
	#main .topBgBox .textBox {
		padding: 28px 24px;
		border-radius: 8px;
	}
	#main .topBgBox .textBox p {
		letter-spacing: 0.08em;
	}
	#main .area {
		margin-bottom: 48px;
	}
	#main .area .imgBox {
		display: block;
	}
	#main .area .imgBox .textBox {
		margin: 0 0 16px;
		width: auto;
	}
	#main .area .imgBox .textBox .headLine03 {
		margin-bottom: 16px;
		padding-bottom: 19px;
		font-size: 2.6rem;
	}
	#main .area .imgBox .textBox p {
		margin-bottom: 9px;
		letter-spacing: 0.04em;
	}
	#main .area .imgBox .textBox p:last-of-type {
		margin-bottom: 0;
	}
	#main .area .imgBox .textBox p a {
		color: #1aa1e1;
		text-decoration: underline;
	}
	#main .area .imgBox .photoBox {
		width: auto;
	}
	#main .area .imgBox .photoBox img {
		width: 100%;
	}
	#main .area:nth-of-type(2n) {
		padding: 47px 0;
	}
	#main .area:nth-of-type(2n) .textBox {
		margin-bottom: 0;
	}
	#main .area:nth-of-type(2n) .photoBox {
		margin: 19px 0 24px;
	}
	#main .area:last-of-type {
		margin-bottom: 65px;
	}
}