@charset "UTF-8";
/* CSS Document */


/*--------------フォント・基本設定--------------*/
body{
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #333;
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 100%;
	overflow-x: hidden;

}


#wrap{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	position: relative;
}

p{
	line-height: 1.6;
	font-size: 15px;
}

::selection {
    background: #7BD892;
    color: #fff;
}

/*--------------Firefox--------------*/
::-moz-selection {
    background:#7BD892;
    color: #fff;
}

/*--------------float--------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*--------------link--------------*/

a{
	color: #333;
	text-decoration: none;
	font-size: 15px;
}

a:hover{
	transition: all ease .5s;
}

/*--------------header--------------*/

header{
	width: 100%;
	min-width: 1080px;
	height: 80px;
	background: #002626;
	box-sizing: border-box;
}

header .head{
	width: 1080px;
	height: 80px;
	margin: 0 auto;
}

header h1{
	float: left;
	padding: 5px 10px;
}
header nav{
	float: right;
	margin: 50px 0 0;
	padding-right: 10px;
	box-sizing: border-box;
	width: 290px;
}

header ul li{
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}


header ul li a.link_1{
	color: #fff;
	background: url("../img/new.png") no-repeat left center;
	padding-left: 17px;
	font-size: 15px;
	display: block;
	height: 20px;
}

header ul li a.link_2{
	color: #fff;
	background: url("../img/course.png") no-repeat;
	padding-left: 22px;
	font-size: 15px;
	display: block;
	height: 20px;
}

header ul li a.link_3{
	color: #fff;
	background: url("../img/play.png") no-repeat;
	background-position: left top -7px;
	padding-left: 27px;
	font-size: 15px;
	display: block;
	height: 20px;
}

header ul li a.link_1:hover{
	color: #95c623;
	background: url("../img/new_hover.png") no-repeat left center;
	padding-left: 17px;
	font-size: 15px;
	display: block;
	height: 20px;
}

header ul li a.link_2:hover{
	color: #95c623;
	background: url("../img/course_hover.png") no-repeat;
	padding-left: 22px;
	font-size: 15px;
	display: block;
	height: 20px;
}

header ul li a.link_3:hover{
	color: #95c623;
	background: url("../img/play_hover.png") no-repeat;
	background-position: left top -7px;
	padding-left: 27px;
	font-size: 15px;
	display: block;
	height: 20px;
}




/*--------------パンくずリスト--------------*/

.breadcrumbs{
	width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 5px;
}

.breadcrumbs li{
	float: left;
	margin-right: 5px;
	font-size: 12px;
}
.breadcrumbs li:last-child{
	font-weight: bold;
}

.breadcrumbs li:before{
	content: "＞";
	margin-right: 5px;
	font-size: 10px;
}

.breadcrumbs li:first-child:before{
	content: "";
}

.breadcrumbs li a{
	font-size: 12px;
}

.breadcrumbs li a:hover{
	transition: all ease .5s;
	color: #95c623;
}



/*--------------更新記事--------------*/

#new_article{
	width: 1080px;
	margin: 0 auto;
	padding: 50px 0;
	box-sizing: border-box;
}


#new_article h2{
	width: 980px;
	margin: 0 auto 10px;
	border-bottom: 1px solid #004739;
	padding-bottom: 20px;
	text-align: center;
	color: #004739;
	font-size: 20px;
}

#new_article .article_boxwrap{
	display: flex;
	flex-flow: row wrap;
justify-content: center;	
	width: 900px;
	margin: 60px auto;
}

#new_article .article_box{
	width: 290px;
	height: 350px;
	margin: 0 5px;
	box-sizing: border-box;

}

#new_article .article_box a{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	position: relative;
}

#new_article .article_box a:hover{
	border: 3px solid #95c623;
	transition: all ease .5s;
}

#new_article .article_box .img_wrap{
	overflow: hidden;
	height: 170px;
	width: 100%;
	display: block;
}

#new_article .article_box img{
	width: 110%;
	height: auto;
	display: block;
	
}


#new_article .article_box p.category_course{
	position: absolute;
	top: 152px;
	left: 0;
	right: 0;
	margin: auto;
	background: #255c99;
	width: 50px;
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
}

#new_article .article_box p.category_play{
	position: absolute;
	top: 152px;
	left: 0;
	right: 0;
	margin: auto;
	background: #b3001b;
	width: 50px;
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
}

#new_article .article_box p.up_date{
	margin-top: 27px;
}

#new_article .article_box p{
	text-align: center;
	margin: 0;
	font-size: 14px;
}

#new_article .article_box h3{
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0;
}



/*ボタン設定*/

#new_article .new_airticle_btn{
	position: relative;
	display: block;
	width: 250px;
	height: 64px;
	line-height: 64px;
	transition: all 0.3s;
	text-align: center;
	margin: 0 auto;
	color: #004739;
}



 #new_article .new_airticle_btn span {
    transition: all 0.3s;
    tranform: scale(1, 1);
}


#new_article .new_airticle_btn::before,
#new_article .new_airticle_btn::after{
	content: '';
	position: absolute;
	transition: all 0.3s;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#new_article .new_airticle_btn::before{
	opacity: 0;
	content: "もっと見る";
	color: #fff;
	background:rgba(149,198,35,1);
	transform: scale(1, 0.1);
}

#new_article .new_airticle_btn:hover::before{
	opacity: 1;
	transform: scale(1,1);
}

#new_article .new_airticle_btn::after {
	transition: all 0.3s;
	border: 1px solid #004739;
}

#new_article .new_airticle_btn:hover::after {
	transform: scale(1, .1);
	opacity: 0;
}



/*--------------footer--------------*/

footer{
	width: 100%;
	min-width: 1080px;
	height: 170px;
	background: #002626;
	box-sizing: border-box;
}

footer .footer_area{
	width: 1080px;
	margin: 0 auto;
	height: 150px;
	box-sizing: border-box;
}

footer .footer_area a.footer_logo{
	float: left;
	margin: 35px 0 0 10px;
}

footer .footer_area ul{
	float: right;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	width: 400px;
	height: 50px;
	margin: 60px 0px 0 0;
}

footer .footer_area ul li{
	height: 25px;
}

footer .footer_area ul li a{
	color: #f0f0f0;
	background: url("../img/site_map.png") no-repeat;
	background-position: center left;
	padding-left: 20px;
}

footer .footer_area ul li a:hover{
	color: #95c623;
	background: url("../img/site_map_hover.png") no-repeat;
	background-position: center left;
	padding-left: 20px;
}

footer p{
	text-align: center;
	font-size: 12px;
	color: #E5E5E5;
}


footer a:hover{
	transition: all ease .5s;
	opacity: 0.7;
}

/*--------------topに戻るボタン--------------*/

a.top_back{
	position: fixed;
	right: 20px;
	bottom: 130px;
}

a.top_back:hover{
	opacity: 0.8;
	transition: all ease .5s;
}


