@charset "utf-8";
.data .under_mv h2::before{
	content: "07";
}

.data .sec1{
	max-width: 1040px;
	margin: 0 auto 120px;
}
.data .sec1 h2{
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 80px;
}
.data .sec1 .box_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.data .sec1 .box_wrap .box{
    width: 48%;
    margin-bottom: 80px;
}
.data .sec1 .box_wrap .box:first-of-type{
    width:100%;
}
.data .sec1 .box_wrap .box h3{
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    height: 60px;
    margin-bottom: 30px;
    background: rgb(8,97,146);
    background: linear-gradient(90deg, rgba(8,97,146,1) 0%, rgba(125,205,243,1) 100%);
}
.data .sec1 .box_wrap .box:nth-last-of-type(-n+2){
    margin-bottom:60px;
}
.data .sec1 .box_wrap .box:nth-last-of-type{
    margin-bottom:0;
}
.data .sec1 .box_wrap .box h3 span{
	position: relative;
	font-family: roboto-condensed, sans-serif;
	font-weight: 600;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	margin-right: 15px;
}
.data .sec1 .box_wrap .box h3 span::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	background: #fff;
}
.data .sec1 .box_wrap .box h4{
    line-height: 1.6;
    margin: 0 20px;
    min-height: 45px;
}
.data .sec1 .box_wrap .box .figure_wrap{
    display: flex;
    justify-content: space-between;
}
.data .sec1 .box_wrap .box figure{
    position:relative;
    margin: 20px 0;
}
.data .sec1 .box_wrap .box:first-of-type figure{
    width: 48%;
}
.data .sec1 .box_wrap .box figure img{
    width: 90%;
    display: block;
    margin: 0 auto;
}
.data .sec1 .box_wrap .box figure figcaption{
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
	z-index: 2;
}
@media screen and (max-width:768px) {
	.data .sec1{
		margin: 0 4% 80px;
	}
	.data .sec1 h2{
		margin-bottom: 60px;
	}
	.data .sec1 .box_wrap{
		display: block;
	}
	.data .sec1 .box_wrap .box{
		width: auto;
		margin-bottom: 60px;
	}
	.data .sec1 .box_wrap .box h3{
		font-size: 1.4rem;
		height: 50px;
		margin-bottom: 20px;
	}
	.data .sec1 .box_wrap .box h3 span{
		width: 50px;
		height: 50px;
		margin-right: 4%;
		font-size: 2rem;
	}
	.data .sec1 .box_wrap .box h4{
		margin: 0 4% 15px;
		min-height: initial;
	}
	.data .sec1 .box_wrap .box .figure_wrap{
		display: block;
	}
	.data .sec1 .box_wrap .box figure{
		margin: 0 0 20px;
	}
	.data .sec1 .box_wrap .box:first-of-type figure{
		width: auto;
	}
	.data .sec1 .box_wrap .box:first-of-type figure figcaption{
		top: calc(100% + -20px);
	}
}