@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: 180px 0 165px;
}

#sec02 .flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#sec02 .flexBoxItem {
	display: flex;
	flex-flow: column;
	width: calc(95% / 4);
}
#sec02 .flexBoxItem .flexBoxItemContainer:first-of-type {
    min-height: 135px;
    margin-bottom: 110px;
}
#sec02 .flexBoxItem .flexBoxItemContainer:last-of-type{
	min-height: 259px;
}
#sec02 .flexBoxItemContainer.dl {
	height: 228px;
}

#sec02 .flexBoxItemTitle {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    color: #374276;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}


#sec02 .flexBoxItemTitle::before {
	content: "";
	width: 25px;
	border-bottom: 2px #b6e1de solid;
	position: absolute;
	bottom: 0;
}

#sec02 .flexNavBox.big {
	margin-bottom: 20px;
}

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

#sec02 .flexNavBox .flexNavBoxItem {
	line-height: 1;
	margin-bottom: 15px;
}

#sec02 .flexNavBox .flexNavBoxItem.Title,
#sec02 .flexNavBox .flexNavBoxItem:last-of-type {
	margin-bottom: 0;
}

#sec02 .flexNavBoxItem .flexNavBoxItemTitle {
	font-size: 1.6rem;
	font-weight: 500;
	color: #323333;
	padding-bottom: 15px;
	position: relative;
}

#sec02 .flexNavBoxItem .flexNavBoxItemTitle::before {
	content: "";
	width: 10px;
	border-bottom: 2px #e2e2e2 solid;
	position: absolute;
	bottom: -10px;
}

#sec02 .flexNavBoxItem a {
	line-height: 1;
	color: #323333;
	text-decoration: none;
	position: relative;
	padding-bottom: 2px;
	font-weight: 500;
}

#sec02 .flexNavBoxItem a::before {
	content: "";
	width: 0;
	border-bottom: 1px #374276 solid;
	position: absolute;
	bottom: 0;
	transition: .2s all;
}

#sec02 .flexNavBoxItem a:hover:before {
	width: 100%;
}

#sec02 .flexNavBox.big .flexNavBoxItem a {
	font-size: 1.6rem;
	padding-left: 15px;
	font-weight: 400;
}

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

@media screen and (max-width: 768px) {
	#sec01 .mvFlex .mvImg{
		width: 100%;
	}
	#sec02{
		padding: 80px 0;
	}
	#sec02 .flexBoxItemTitle{
		margin-bottom: 20px;
	}
	#sec02 .flexBoxItem {
		width: 100%;
	}
	#sec02 .flexBoxItem .flexBoxItemContainer:first-of-type{
		min-height: auto;
		margin-bottom: 40px;
	}	
	#sec02 .flexBoxItem .flexBoxItemContainer:last-of-type{
		min-height: auto;
	}
	#sec02 .flexBoxItem,
	#sec02 .flexBoxItem .flexBoxItemContainer{
		margin-bottom: 40px;
	}
	#sec02 .flexBoxItem:last-of-type,
	#sec02 .flexBoxItem .flexBoxItemContainer:last-of-type{
		margin-bottom: 0;
	}
	#sec02 .flexBoxItemContainer.dl {
		height: auto;
	}
}

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

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

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