.sec1{
	padding:17.03125% 0 10.4%;
}
.sec1 .title{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row;
	padding-bottom: 3.125em;
	margin-bottom: 2.5em;
	border-bottom: 1px solid rgba(0,0,0,0.7);
}
.sec1 .title h1{
	font-size: 2.5em;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 1em;
}
.sec1 .title p{
	line-height: 1.25;
	color: #666;
	margin-bottom: 0.625em;
}
.sec1 .title p:last-child{
	margin-bottom: 0;
}
.sec1 .title a{
	font-size: 1.125em;
	width: 10.66em;
	height: 2.88em;
	line-height: calc(2.88em - 2px);
	background-color: var(--theme-blue);
	border: 1px solid var(--theme-blue);
	display: block;
	color: #fff;
	border-radius: 1.44em;
	transition: color 0.3s,background-color 0.3s;
	text-align: center;
}
.sec1 .positiontype{
	font-size: 1.125em;
	margin-bottom: 2.2em;
	line-height: 1.33;
}
.sec1 .content .box{
	margin-bottom: 2.5em;
}
.sec1 .content .box:last-child{
	margin-bottom: 0;
}
.sec1 .content h5{
	font-weight: 500;
	font-size: 1.25em;
	line-height: 1.35;
	color: var(--theme-blue);
	margin-bottom: 1.3em;
}
.sec1 .content ul{
	list-style-type: decimal;
	padding-left: 1.5em;
}
.sec1 .content p,.sec1 .content li{
	line-height: 1.75;
}

@media only screen and (min-width:1025px){
	.sec1 .title a:hover{
		color: var(--theme-blue);
		background-color: transparent;	
	}
}
@media only screen and (max-width:1024px){
	.sec1{
		padding:45% 0 30%;
	}
	.sec1 .title a{
		width: 9em;
	}
}