@charset "UTF-8";
/* CSS Document */
/* #mv
------------------------------------------------------------------*/
#mv {
	height: auto;
}
#mv>.inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}


/*メイン
------------------------------------------------------------------*/
#contents>.main_panel_first{
	background:url("../img/pt01.jpg");
	overflow:hidden;
	

}

#contents>.main_panel_seccond{
	background:url("../img/pt02.jpg");
	overflow:hidden;

}
#contents>.main_panel_third{

	background:url("../img/pt03.jpg");
	overflow:hidden;

}

.main_panel{
	width:100%;
	margin:0 auto;
	padding:20px 0;

}

.main_panel .left{
	float:left;
	margin-right:7px;
}
.main_panel .right{
	float:right;
}
.main_panel .left,
.main_panel .right{
	border:3px solid #ccc;
	border-radius:30px;
	background:#fff;
		width:467px;
			position:relative;


	}
.main_panel h2{
	margin:10px;
	font-size:3.1rem;
	font-weight:500;
	letter-spacing:0.1em;
}
.main_panel h2 span{
	display:block;
	color:#ccc;
	font-weight:100;
	font-size:1.5rem;
	 margin-top: -10px;

}
.main_panel h2.web{
	background: no-repeat url("../img/h2_web.png") 10px 8px ;
	padding-left:65px;
	color:#ed1c24;
}
.main_panel h2.doc{
	background: no-repeat url("../img/h2_doc.png") 10px 5px ;
	padding-left:65px;
	color:#006837;
}
.main_panel h2.other{
	color:#0053d8;
	text-align:center;
}
.main_panel span.h24{
	padding: 1px 15px;
background: #ed1c24;
color: #fff;
border-radius: 20px;
letter-spacing: 0.1em;
position: absolute;
top: 15px;
right: 40px;
font-size: 2.0rem;
}
.main_panel p.text{
	padding:20px;
	
}
.main_panel p.arrow,
.other .news p.arrow,
.other .access p.arrow  {
	border:2px solid;
	border-radius:20px;
	padding:5px 35px 5px 65px;
	letter-spacing:0.3em;
	display: inline-block;
	float:right;
	margin-right:20px;
	margin-bottom:20px;
}
.main_panel p.l_red,
.other .news  p.l_red{
	color:#ed1c24;
	border-color:#ed1c24;
	background: no-repeat url("../img/icon_arrow_red.png") 35px 50%;

}
.main_panel p.l_green,
.other .access  p.l_green{
	color:#006837;
	border-color:#006837;
	background: no-repeat url("../img/icon_arrow_green.png") 35px 50%;

}
.main_panel p.l_blue{
	color:#0053d8;
	border-color:#0053d8;
	background: no-repeat url("../img/icon_arrow_blue.png") 35px 50%;

}
#contents>.main_panel_first img{
	border-top:5px solid #3fa9f5;
	
}
#contents>.main_panel_seccond img{
	border-top:5px solid #ffd600;
	
}
#contents>.main_panel_third img{
	border-top:5px solid #BFE0CD;
	
}

.bnr_area{
	width:960px;
	margin:20px auto;
	
}
.bnr_area ul{
	width:100%;
	margin:0px auto;
	overflow: hidden;	
}

.bnr_area ul li{
	width:184px;
	margin-right:10px;
	float:left;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

}
.bnr_area ul li:last-child{
	margin-right:0px;

}
.bnr_area ul li:hover{
	opacity:0.7;
	
}

/* .other
------------------------------------------------------------------*/
.other{
	overflow:hidden;
		padding:20px 0;

}

.other .news{
width:467px;
float:left;

}

.other .news table{
	width:100%;
	margin:10px auto;
}

.other .news table tr th,
.other .news table tr td{
	display:block;
	width:90%;
	}
.other .news table tr th{
	font-weight:600;
	text-align:left;
	padding:10px 10px 3px 10px;
	border-bottom:2px dotted #ccc;

}
.other .news table tr td{
	padding:2px 10px 10px 10px;
}


.other .news h2{
		width:100%;
			font-size:3.1rem;
	font-weight:500;
	letter-spacing:0.1em;
color:#ff375e;
background: no-repeat url("../img/h2_news.png") 0 10px;
padding-left:65px;
}
.other .news h2 span{
	color:#ccc;
	font-weight:100;
	font-size:1.5rem;
	padding-left:20px;

}
.other .news p.arrow,
.other .access p.arrow{
	float:left;
	margin-right:0;
	
}
.other .access  p.l_green{
	margin-top:20px;
}
.other .access{
width:467px;
float:right;
}
.other .access h2{
		width:100%;
		font-size:3.1rem;
	font-weight:500;
	letter-spacing:0.1em;
color:#39b54a;
background: no-repeat url("../img/h2_access.png") 10px 2px;
padding-left:55px;

}
.other .access h2 span{
	color:#ccc;
	font-weight:100;
	font-size:1.5rem;
	padding-left:20px;

}

.other .access p.text{
	background: no-repeat url("../img/access_text.png") 50% 50%;
	font-size:0;
	width:100%;
	height:170px;
	margin-top: -55px;
}

/*recruit_bnr
------------------------------------------------------------------*/
.recruit_bnr{
	overflow:hidden;
	padding:0 10px;
	background:#add2d8;	
}
.recruit_bnr p{
	background: no-repeat url("../img/recruit_bnr.jpg") 50% 50%;
	height:260px;
	width:1280px;
	margin:0 auto;
	font-size:0;
}
p.check{
	font-size: 2.0rem;
	color: #F04A08;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom:20px; 
	padding-bottom: 10px !important;
	font-weight: 900;
	margin-bottom: 25px;
	
}





/*topick_box＊*/

#topick_box{
	
	background: #00AECB;
	padding: 20px 0;
}

#topick_box .inner{
	overflow: hidden;
	background: url(../img/bg_topicks.png) no-repeat 0 50%;
}
#topick_box .scroll_box{
	height: 180px;
	overflow-y: scroll;
}
#topick_box table{
	background: #fff;
	width: 800px;
	float: right;
}

#topick_box table tr{
	
	border-bottom: 2px dotted #F498F1;
}
#topick_box table tr th,
#topick_box table tr td{
	padding:5px;
	}
#topick_box table tr th{
background: url(../img/aroow_topick.png) no-repeat 94% 11px;
width: 130px;
}

/*main_panel_box*/
#yellow_border_box{
	  background: url("../img/bg_main_panel.png") repeat;
	width: 100%;
 -webkit-transform: skew(0deg, -8deg);
  -ms-transform: skew(0deg, -8deg);
  -o-transform: skew(0deg, -8deg);
  transform: skew(0deg, -8deg);
	position: relative;
	margin-bottom: 130px;
	top:-40px;
}
#yellow_border_box::after{
	  background: url("../img/bg_main_panel.png") repeat;
	width: 100%;
	content: "　";
height: 200px;
	 -webkit-transform: skew(0deg, 8deg);
  -ms-transform: skew(0deg, 8deg);
  -o-transform: skew(0deg, 8deg);
  transform: skew(0deg, 8deg);
	display: block;
	position: absolute;
	bottom: -96px;

}
#yellow_border_box .inner{
transform: skew(0deg,8deg);
position: relative;
z-index: 1000;
	top:-10px;
}
#interview_box a{
	display: block;
	width: 100%;
	height: 100%;
}

#interview_box .inner{
	background: url(../img/bg_interview.png) no-repeat 50% 50%;
	height: 484px;
	font-size: 0;
}


#school_box{
	background: url("../img/bg_school.png") #fff;
	margin-bottom: 40px;
	background-size: 70%;
}
#school_box a{
	display: block;
	width: 100%;
	height: 100%;
}

#school_box .inner{
	background: url(../img/bnr_school.png) no-repeat 50% 50%;
	height: 484px;
	font-size: 0;
}



#pamphlet_box{
background: #D7BFFF;	
	position: relative;
	margin-top: 45px;
	padding: 50px 0 20px;
}
#pamphlet_box .inner{
	
}
#pamphlet_box h2{
background: url(../img/bg_h2.png) no-repeat 50% 50%;
color: #FF6C8B;
display: block;
width: 320px;
height: 72px;
line-height: 72px;
text-align: center;
letter-spacing: 0.2em;
margin: auto;
position: absolute;
left: 0;
right: 0;
top: -34px;
	font-size: 2.1rem;
}

#pamphlet_box .inner ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#pamphlet_box .inner li{
	width: 300px;
	
	margin:0  10px;
background: #fff;
border-radius: 15px;
padding: 6px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#pamphlet_box .inner li:hover{
	opacity: 0.7;
}
/*
#pamphlet_box .inner li:last-child{
	margin-right: 0px;
}*/
#pamphlet_box .inner li h3{
	text-align: center;
		background: #FFFF93;
	border-radius: 28px;
	padding: 10px 0;
	color: #1079E2;
	letter-spacing: 0.1em;
	font-size: 1.8rem;
	margin-bottom: 10px;

}

#pamphlet_box .inner li p{
	background: url(../img/icon_arrow.png) no-repeat 0 50%;
	text-align: center;
	color: #D7BFFF;
	padding-left: 20px;
	font-size: 1.8rem;
	letter-spacing: 0.1;
	margin: 10px auto 0;
	    width: 61px;
	font-weight: 900;
}

#bnr_slide .inner{
	width: 1200px;
}
#slider_bnr>div{
	margin-right: 0 !important;
}
.not_found{
	width: 960px;
	margin: 60px auto 30px;
	text-align: center;
}
.not_found h2 {
position: relative;
color: #333333;
display: inline-block;
margin: 47px 0;
text-shadow: 0 0 2px white;
}
.not_found h2:before {
content: "";
position: absolute;
background: #a9e1ff;
width: 100px;
height: 100px;
border-radius: 50%;
top: 50%;
border: dashed 1px white;
left: 50%;
-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
z-index: -1;
box-shadow: 0px 0px 0px 5px #a9e1ff;
}

#mv .bx-wrapper .bx-prev,
#bnr_slide .bx-wrapper .bx-prev{
	background: url(../img/btn_prev.png) no-repeat 50% 50% !important;
	width: 40px;
height: 40px;
background-size: contain !important;
top: 50%;
left: 0;
	z-index: 888;
}
#mv .bx-wrapper .bx-next,
#bnr_slide .bx-wrapper .bx-next{
	background: url(../img/btn_next.png) no-repeat 50% 50% !important;
	width: 40px;
height: 40px;
background-size: contain !important;
top: 50%;
right: 0;
		z-index: 888;

}
#bnr_slide .bx-wrapper .bx-prev,
#bnr_slide .bx-wrapper .bx-next{
	width: 35px;
	height: 35px;
}
#loading,
#loader-bg{
	display: block;
}
.loader{
	    top: 50%;
    position: absolute;
    width: 100%;
}
@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
background: #F39939;
}

.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
background: #6CBB5A;
}

.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
background: #0180CC;}

.ball-pulse-sync > div {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }

@media screen and (max-width:767px) { 

	.inner img{
		
		width: 100%;
		
	}
	#yellow_border_box{
		margin-bottom: 30px !important;
	}
	#pamphlet_box .inner li{
	width: 96%;
	float: none;
	margin-right:0;
		margin: 10px auto;
padding: 10px 2%;
}
	.bx-wrapper .bx-pager{
		margin-bottom: 10px !important;
		text-align:center !important;
	}
	.bx-wrapper .bx-pager.bx-default-pager a{
	width: 5px !important;
		height: 5px !important;
	}
	#pamphlet_box .inner li{
	width: 100%;
		margin: 10px auto;
	}
	#school_box .inner {
   background-size: contain;
  height: 200px;
}
}
header .bnr_imko {
    left: 430px;
}
header .fix_nav .bnr_imko {
    left: 300px;
}
