.section h3{
	font-size:3em;
	line-height:1.5;
	color:var(--theme-blue);
	font-weight:bold;
}

.sec1{
	color:#666;
	padding:9.2% 0 3%;
}
.sec1 .part1{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
}
.sec1 .part1 .text-box{
	width:53%;
}
.sec1 .part1 .img-box{
	width:45%;	
}
.sec1 .part1 ul{
	margin-top:12%;
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	flex-direction:row;
	flex-wrap:wrap;
}
.sec1 .part1 li{
	margin-bottom:10%;
	width:50%;
}
.sec1 .part1 h3{
	margin-bottom:7%;
}
.sec1 .part1 h4{
	font-size:1.25em;
	line-height:1.8;
	font-weight:normal;
	width:89%;
}
.sec1 .part1 li h4{
	width:100%;
	margin-bottom:0.5em;
}
.sec1 .part1 h4 b{
	color:#333;
}
.sec1 p{
	font-size:1.125em;
	line-height:2;
}
.sec1 .part2 h4{
	font-size:1.5em;
	line-height:1.5;
	color:#333;
	font-weight:bold;
	margin-bottom:3.1%;
}
.sec1 .part2 ul{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
	text-align:center;
	position:relative;
}
.sec1 .part2 li.normal{
	cursor:pointer;
}
.sec1 .part2 li svg{
	margin-bottom:1em;
	width:auto;
	height:2em;
}
.sec1 .part2 li h5{
	font-size:1.25em;
	line-height:1.8;
	font-weight:500;
}
.sec1 .part2 li .line{
	margin:1.125em auto;
	width:4.5em;
	height:0.1875em;
	display:block;
	position:relative;
}
.sec1 .part2 li:first-child .line::before{
	background-color:#000;
	opacity:0.1;
	position:absolute;
	left:-100vw;
	bottom:0;
	width:200vw;
	height:1px;
	content:"";
	display:block;
}
.sec1 .part2 li .stroke{
	stroke:#666;
}
.sec1 .part2 li .fill{
	fill:#666;
}
.sec1 .part2 li.plus{
	font-size:1.5em;
	color:#999;
	font-weight:bold;
	line-height:1.5;
}



.sec2{
	padding:7.5% 0 10%;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(../images/hr_sec2_bg.jpg);
	background-position:center bottom;
}
.sec2 .title{
	margin-bottom:6.5%;
}
.sec2 .title .inner{
	display:flex;	
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
}
.sec2 .title .img-box{
	width:25.125em;
	border-radius:5.25em;
	position:relative;
	overflow:hidden;
}
.sec2 .title .img-box::after{
	font-family: "FontAwesome";
	font-weight: 900;
	content: "\f04b";
	color:var(--theme-green);
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-size:2em;
	cursor:pointer;
}

.sec2 p{
	font-size:1.25em;
	color:#666;
	line-height:1.8;
	width:35%;
	margin-left:55%;
}
.sec2 .swiper{
	overflow:visible;
	height:37.5em;
	margin-top:-4.25em;
}
.sec2 .swiper-wrapper{
	align-items:center;
}
.sec2 .swiper-slide{
	width:auto;
	height:auto;
	border-radius:0.625em;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.sec2 .swiper-slide img{
	position:absolute;
	left:0;
	top:0;
	width:17.25em;
	transition:width 0.5s;
}
.sec2 .swiper-slide.swiper-slide-active img{
	width:56.25em;
}
.sec2 .swiper-slide .bg1{
	position:absolute;
}
.sec2 .swiper-slide .bg2{
	position:static;
}
.sec2 .swiper-slide.swiper-slide-active .bg1{
	position:static;
}
.sec2 .swiper-slide.swiper-slide-active .bg2{
	position:absolute;
}



.sec3{
	padding:12% 0 4%;
}
.sec3 .title{
	margin-bottom:9.6%;
}
.sec3 .text-box{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
}
.sec3 .title p{
	width:64%;
	font-size:1.25em;
	line-height:1.8;
	color:#666;
	margin-top:3.6em;
}
.sec3 .title ul{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:row;
}
.sec3 .title li{
	width: 4em;
	height: 4em;
	border-radius: 50%;
	background-color: var(--theme-blue);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.75s;
}
.sec3 .title li.swiper-prev{
	margin-right: 1.25em;
	transform: rotate(-180deg);
}
.sec3 .title li svg{
	width: 33.333%;
	fill: #fff;
}
.sec3 .swiper{
	overflow:visible;
}
.sec3 .swiper-slide{
	height:auto;
	border:2px solid #eaeaea;
	border-radius:0.625em;
	width:30.8%;
	padding:4% 3% 3%;
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-direction:column;
}
.sec3 .swiper-slide h5{
	font-size:1.75em;
	color:#333;
	font-weight:600;
	line-height:1.286;
	margin-bottom:10%;
}
.sec3 .swiper-slide .flex-box{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
	margin-top:20%;
}
.sec3 .swiper-slide p{
	font-size:1.125em;
	color:#666;
	line-height:2;
}
.sec3 .swiper-slide p.pl{
	padding-left:1em;
}
.sec3 .swiper-slide p.pl em{
	display:inline-block;
	margin-left:-1em;
	width:1em;
	font-style:normal;
}
.sec3 .swiper-slide p a{
	color:inherit;
	font-size:inherit;
}
.sec3 form{
	position:fixed;
	left:50%;
	top:50%;
	z-index:55;
	width:35.3125em;
	border-radius:0.625em;
	border:0.3125em solid var(--theme-blue);
	background: linear-gradient(360deg, #FFFFFF 0%, #E4F3FF 100%);
	transform:translate(-50%,-50%);
	text-align:center;
	padding:3.875em 3.125em;
	display:none;
}
.sec3 form.active{
	display:block;
}
.sec3 form .close{
	font-size:3.75em;
	font-weight:lighter;
	color:#000;
	opacity:0.6;
	position:absolute;
	right:0.33em;
	top:0.1em;
	cursor:pointer;
	line-height:1;
	transform:rotate(45deg);
}
.sec3 form h4{
	font-size: 1.875em;
	line-height: 2.4;
	font-weight:bold;
	color:var(--theme-blue);
}
.sec3 form .line{
	width:100%;
	height:1px;
	background-color:var(--theme-blue);
}
.sec3 form p{
	font-size: 1em;
	line-height:1.5;
	padding:1.5em 0;
	color:#666;
}
.sec3 form li{
	margin-bottom:1.25em;	
	position:relative;
}
.sec3 form li:last-child{
	margin-bottom:0;
}
.sec3 form input[type='text']{
	font-size:0.875em;
	border:1px solid #999;
	border-radius:0.36em;
	height:3.93em;
	padding:0 1.286em;
	width:100%;
	color:#666;
}
.sec3 form input[type='file']{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.sec3 form input[type='submit']{
	font-size:0.875em;
	color:#fff;
	border-radius:0.36em;
	height:3.93em;
	width:100%;
	background-color:var(--theme-blue);
	cursor:pointer;
}



.sec4{
	padding:4% 0 5%;
}
.sec4 p{
	font-size:1.25em;
	color:#666;
	line-height:1.8;
}
.sec4 .title{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
	margin-bottom:5.3%;
}
.sec4 .title p{
	width:51%;
}
.sec4 .swiper{
	overflow:visible;
	margin-bottom:6%;
}
.sec4 .swiper-slide{
	height:24.375em;
	border-radius:0.625em;
	overflow:hidden;
	width:auto;
}
.sec4 .swiper-slide img{
	width:auto;
	height:100%;
}
.sec4 ul{
	text-align:center;
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
}
.sec4 li.line{
	width:1px;
	height:8.125em;
	background-color:#EDEDED;
}
.sec4 li svg{
	width:auto;
	height:2em;
	margin-bottom:1.75em;
}

@media only screen and (min-width:1025px){
	.sec1 .part2 li:hover{
		color:var(--theme-blue);
	}
	.sec1 .part2 li:hover .stroke{
		stroke:var(--theme-blue);
	}
	.sec1 .part2 li:hover .fill{
		fill:var(--theme-blue);
	}
	.sec1 .part2 li:hover .line{
		background-color:var(--theme-blue);
	}
	.sec3 .swiper-slide:hover{
		border-color:var(--theme-green);
		box-shadow: 0px 0.25em 0.25em rgba(0, 0, 0, 0.25);
	}
	.sec3 .swiper-slide:hover h5{
		color:var(--theme-blue);
	}
	.sec3 .swiper-slide p a:hover{
		color:var(--theme-green);
	}
}
@media only screen and (max-width:1024px){
	.sec1{
		padding:15% 0 0;
	}
	.sec1 .part1{
		display:block;
		margin-bottom:10%;
	}
	.sec1 .part1 .text-box{
		width:100%;
	}
	.sec1 .part1 .img-box{
		width:100%;	
	}
	.sec1 .part1 ul{
		margin-top:10%;
		justify-content:space-between;
	}
	.sec1 .part1 li{
		width:48%;
	}
	.sec1 .part2 li h5{
		min-height:3.6em;
	}
	.sec1 .part1 h4{
		width:100%;
	}
	.sec1 .part2 h4{
		margin-bottom:10%;
	}
	.sec1 .part2 ul{
		flex-wrap:wrap;
	}
	.sec1 .part2 li.normal{
		margin-bottom:10%;
		width:30%;
	}
	.sec1 .part2 li:last-child .line::before{
		background-color:#000;
		opacity:0.1;
		position:absolute;
		left:-100vw;
		bottom:0;
		width:200vw;
		height:1px;
		content:"";
		display:block;
	}
	.sec1 .part2 li.plus:nth-child(6){
		display:none;
	}



	.sec2{
		padding:7.5% 0 15%;
	}
	.sec2 .title{
		margin-bottom:10%;
	}
	.sec2 .title .img-box{
		width:18em;
	}
	.sec2 p{
		width:100%;
		margin-left:0;
	}
	.sec2 .swiper{
		height:37.5em;
		margin-top:5%;
	}
	.sec2 .swiper-slide img{
		width:100%;
	}
	.sec2 .swiper-slide.swiper-slide-active img{
		width:100%;
	}
	.sec2 .swiper-slide.swiper-slide-active .bg1{
		position:absolute;
	}
	.sec2 .swiper-slide.swiper-slide-active .bg2{
		position:static;
	}



	.sec3{
		padding:15% 0 7.5%;
	}
	.sec3 .title p{
		width:100%;
		margin-top:2em;
	}
	.sec3 .swiper-slide{
		border-width:1px;
		width:60%;
	}
	.sec3 form{
		width:90%;
	}
	.sec3 form .close{
		font-size:5em;
	}
	.sec3 form h4{
		font-size: 2em;
	}
	.sec3 form p{
		font-size: 1.25em;
	}
	.sec3 form li{
		margin-bottom:1.5em;	
	}
	.sec3 form input[type='text']{
		font-size:1em;
	}
	.sec3 form input[type='submit']{
		font-size:1em;
	}

	.sec4{
		padding:7.5% 0 15%;
	}
	.sec4 .title{
		display:block;
		margin-bottom:10%;
	}
	.sec4 .title p{
		width:100%;
		margin-top:5%;
	}
	.sec4 .swiper{
		margin-bottom:10%;
	}
	.sec4 .swiper-slide{
		height:15em;
	}
	.sec4 ul{
		overflow:auto;
	}
	.sec4 li{
		flex-shrink:0;
	}
	.sec4 li.line{
		margin:0 1.5em;
	}
}