@charset "UTF-8";

/*main_title_area*/
#main_title_area{
	background: url(../img/beginner/bg_main_title_area.jpg) no-repeat center top;
	background-size: cover;
}

/*sec01*/
#sec01{
	padding: 80px 0;
	background: #1E3F7B;
}
#sec01 h2{
	margin-bottom: 37px;
	font-size: 4.5rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#sec01 .logo{
	margin-bottom: 50px;
	text-align: center;
}
#sec01 .txt p{
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	line-height: 1.9;
}
#sec01 .page_nav{
	max-width: 880px;
	margin: 50px auto 0;
}
#sec01 .page_nav li a{
	color: #fff;
	background: #1E3F7B;
	border: 2px solid #fff;
}
#sec01 .page_nav li a:after{
	width: 12px;
	height: 12px;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
#sec01 .page_nav li a:hover{
	color: #1E3F7B;
	background: #fff;
}
#sec01 .page_nav li a:hover:after{
	border-left: 4px solid #1E3F7B;
	border-bottom: 4px solid #1E3F7B;
}

@media screen and (max-width: 840px){
	#sec01{
		padding: 10% 0;
	}
	#sec01 h2{
		margin-bottom: 1em;
		font-size: 1.8rem;
	}
	#sec01 .logo{
		width: 50%;
		margin: 0 auto 30px;
	}
	#sec01 .txt p{
		font-size: 1.2rem;
		line-height: 1.6;
	}
	#sec01 .page_nav li a{
		border: 1px solid #fff;
	}
	#sec01 .page_nav li a:after{
		width: 8px;
		height: 8px;
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	#sec01 .page_nav li a:hover:after{
		border-left: 2px solid #1E3F7B;
		border-bottom: 2px solid #1E3F7B;
	}
}

/*sec02*/
#sec02{
	padding: 100px 0 110px;
}
#sec02 .wrap{
	max-width: 1160px;
}
#sec02 .flex{
	position: relative;
	justify-content: space-between;
	align-items: center;
}
#sec02 .flex + .flex{
	margin-top: 120px;
}
#sec02 .flex figure{
	width: 46%;
}
#sec02 .flex.odd figure{
	order: 1;
}
#sec02 .flex.even figure{
	order: 2;
}
#sec02 .flex figure img{
	width: 100%;
}
#sec02 .flex .content{
	position: relative;
	width: 47.4%;
}
#sec02 .flex.odd .content{
	order: 2;
}
#sec02 .flex.even .content{
	order: 1;
}
#sec02 .flex .content .reason{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 1.7em;
	margin-bottom: 26px;
	padding: 0.3em 1em;
	font-size: 2.4rem;
	color: #fff;
	background: #01467F;
	border-radius: 26px;
}
#sec02 .flex .content .number{
	position: absolute;
	top: -10px;
	right: 0;
	font-size: 17rem;
	color: #EFEFEF;
	font-weight: bold;
	font-family: 'poppins', sans-serif;
	line-height: 1;
	z-index: -1;
}
#sec02 .flex .content h3{
	margin-bottom: 40px;
	font-size: 3.4rem;
	font-weight: bold;
}
#sec02 .flex .content h3 span{
	color: #1E3F7B;
}
#sec02 .flex .content p{
	font-size: 1.5rem;
	line-height: 1.86;
}

@media screen and (max-width: 840px){
	#sec02{
		padding: 10% 0;
	}
	#sec02 .flex{
		display: block;
	}
	#sec02 .flex + .flex{
		margin-top: 10%;
	}
	#sec02 .flex figure{
		width: 100%;
		margin-bottom: 5%;
	}
	#sec02 .flex .content{
		width: 100%;
	}
	#sec02 .flex .content .reason{
		margin-bottom: 1em;
		font-size: 1.2rem;
	}
	#sec02 .flex .content .number{
		font-size: 10rem;
	}
	#sec02 .flex .content h3{
		margin-bottom: 1em;
		font-size: 1.8rem;
	}
	#sec02 .flex .content p{
		font-size: 1.2rem;
	}
}

#shop .title_area .en{
	margin-bottom: 0;
}