@charset "utf-8";
/*============================================

/index/style.css

============================================*/
#about-us{
	padding:0;
	margin-top:31px;
}
#about-us img{
	width:100%;
	height:auto;
}

.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs{
	display:block !important;
}
#carousel-slider{
	padding-bottom:58px;
	margin-bottom:100px;
}
#carousel-slider .carousel-indicators{
	bottom: 0;
}
#carousel-slider .carousel-indicators li{
	border:none;
	background:#93a0cd;
	margin: 1px 3px;
}
#carousel-slider .carousel-indicators .active{
	background:#051652;
	width: 10px;
    height: 10px;
	margin: 1px 3px;
}




#block01,
#block02{
	padding:0;
}
#block01{
	margin-bottom:95px;
}
#block01 h2{
	text-align:center;
	font-size:24px;
	color:#000;
	font-weight:bold;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	margin-bottom:85px;
}
#block01 h2 strong{
	font-weight:bold;
}
#block01 h2 span{
	display:block;
	font-size:11.5px;
	color:#a2a1a1;
	margin-top:22px;
}
#block01 .list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
    align-items: center;
	flex-direction:row;
	margin:auto;
}
#block01 .list .boxs{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 326px;
    height: 350px;
	margin:0 10px;
	position:relative;
}
#block01 .list .boxs:nth-child(1){
	background:url(../../img/bg01.png) center top no-repeat;
	background-size:cover;
}
#block01 .list .boxs:nth-child(2){
	background:url(../../img/bg02.png) center top no-repeat;
	background-size:cover;
}
#block01 .list .boxs:nth-child(3){
	background:url(../../img/bg03.png) center top no-repeat;
	background-size:cover;
}
#block01 .list .boxs:nth-child(1)::before{
	content:'';
	position:absolute;
	top: -30px;
	left: 0;
    right: 0;
    margin: auto;
    width: 75px;
	height:60px;
	background: url(../../img/icon_img03.png) no-repeat;
	background-size: cover;
}
#block01 .list .boxs:nth-child(2)::before{
	content:'';
	position:absolute;
	top: -30px;
	left: 0;
    right: -8px;
    margin: auto;
    width: 83px;
	height:60px;
	background: url(../../img/icon_img04.png) no-repeat;
	background-size: cover;
}
#block01 .list .boxs:nth-child(3)::before{
	content:'';
	position:absolute;
	top: -30px;
	left: 0;
    right: -8px;
    margin: auto;
    width: 83px;
	height:60px;
	background: url(../../img/icon_img05.png) no-repeat;
	background-size: cover;
}
#block01 .list .boxs dl{
	margin:0;
}
#block01 .list .boxs dl dt{
	color:#FFF;
	font-size:18px;
	font-style: oblique;
	font-weight:normal;
	text-align:center;
	margin-bottom:35px;
	margin-top: 25px;
}
#block01 .list .boxs dl dt span{
	color:#f7ff7b;
}
#block01 .list .boxs dl dt strong{
	background:none;
	color:#f7ff7b;
	font-size:31px;
	font-weight:bold;
}
#block01 .list .boxs dl dd{
	font-size:14px;
	color:#FFF;
	text-align:center;
	line-height: 200%;
}



#block02{
	max-width:945px;
	width:100%;
	margin:0 auto 80px;
}
#block02 h2{
	text-align:center;
	font-size:24px;
	color:#000;
	font-weight:bold;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	margin-bottom:55px;
}
#block02 h2 span{
	display:block;
	font-size:11.5px;
	color:#a2a1a1;
	margin-top:22px;
}
#block02 .list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: normal;
    align-items: normal;
	margin-bottom: 16px;
}
#block02 .list .boxs{
	width:33.333%;
	padding:0 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:45px;
}
#block02 .list .boxs a{
	display:block;
	position:relative;
}
#block02 .list .boxs a figure{
	width:100%;
	height:170px;
	overflow: hidden;
	position: relative;
}
#block02 .list .boxs a figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 205px;
}
#block02 .list .boxs div.seminar{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	padding:4px 14px;
}
#block02 .list .boxs div.seminar01{
	background:#75c462;
}
#block02 .list .boxs div.seminar02{
	background:#ff8b3e;
}
#block02 .list .boxs div.seminar03{
	background:#ef3535;
}
#block02 .list .boxs div.day{
	font-size:13px;
	color:#142b7b;
	margin:9px 0 5px;
	font-weight:bold;
}
#block02 .list .boxs div.reed{
	font-size:13px;
	color:#000;
	margin:12px 0 2px;
	text-indent:-7px;
}
#block02 .list .boxs div.title{
	font-size:16px;
	color:#142b7b;
	font-weight:bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#block02 .more a{
	width: 325px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    padding: 0;
    display: block;
    font-size: 15px;
	color:#142b7b;
	border:solid 1px #142b7b;
	border-radius: 0;
	position:relative;
	text-align:center;
}
#block02 .more a::after{
	content: '';
	width: 9px;
	height: 9px;
	border: 0px;
	border-top: solid 1px #142b7b;
	border-right: solid 1px #142b7b;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -4px;
}
#block02 .more a:hover{
	background:#142b7b;
	color:#FFF;
}
#block02 .more a:hover::after{
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
#block02 .tab_list{
	border-bottom:solid 1px #2b46a3;
	margin-bottom:41px;
	list-style-type: none;
    padding: 0 60px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
#block02 .tab_list li{
	width:33.333%;
	text-align:center;
	margin: 0 1.5px;
}
#block02 .tab_list li span{
	display:block;
	font-size:18px;
	font-weight:bold;
	background:#f2f2f2;
	color:#2b46a3;
	padding: 17px 0;
	-webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
	cursor:pointer;
}
#block02 .tab_list li.active span,
#block02 .tab_list li span:hover{
	background:#2b46a3;
	color:#FFF;
	padding: 24px 0;
}
#block02 .tabs{
	display:none;
}
#block02 .tabs.active{
	display:block;
}
















