@charset "utf-8";

/*-------------------------------------------------------------------
	共通
-------------------------------------------------------------------*/
#sec01 .mvFlex {
	display: flex;
	justify-content: flex-end;
	background: #374276;
	position: relative;
}

#sec01 .mvFlex .mvtext {
	position: absolute;
}

#sec01 .mvFlex .mvImg {
	width: 60%;
	position: relative;
}

#sec01 .mvFlex .mvImg::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(55, 66, 118, 1) 1%, rgba(55, 66, 118, 0.4990371148459384) 100%);
}

#sec01 .mvFlex .mvImg img {
	width: 100%;
}

#sec01 .mvFlex .mvtext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	margin: 0;
}

#sec01 .mvFlex .mvtext h2 {
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	margin-bottom: 15px;
}

#sec01 .mvFlex .mvtext p {
	color: #a6a7a6;
	line-height: 1;
}

#sec02 {
	padding: 140px 0 160px;
}

#sec02 .privacyListItem {
	margin-bottom: 100px;
}

#sec02 .privacyListItem:last-of-type {
	margin-bottom: 0;
}

#sec02 .privacyListItem .title {
	font-size: 2.8rem;
	color: #374276;
	padding-bottom: 30px;
	margin-bottom: 80px;
	border-bottom: 1px #dfdfdf solid;
	position: relative;
}

#sec02 .privacyListItem .title::before {
	content: '';
	width: 50px;
	border-bottom: 1px #374276 solid;
	position: absolute;
	left: 0;
	bottom: -1px;
}

#sec02 .privacyListItem .title span {
	font-size: 6rem;
	line-height: 0.1;
	color: #374276;
	font-weight: 500;
	padding-right: 20px;
	padding-bottom: 35px;
	font-family: 'Noto Serif JP', serif;
}



@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
	#sec01 .mvFlex .mvImg {
		width: 100%;
	}

	#sec02 .privacyListItem .title {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 640px) {
	#sec02 .privacyListItem .title{
		padding-left: 1.8em;
		text-indent: -1.8em;
	}
	#sec02 .privacyListItem .title span{
		padding: 0;
		margin-right: 0.2em;
	}
}

@media screen and (max-width: 425px) {}

@media screen and (max-width: 375px) {}