@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "fontawesome-webfont";
    src: url(/import/tenant_28/jude-recruit.com/import/tenant_1/160.16.88.224/html/font/fontawesome-webfont.eot);
    src: url(/import/tenant_28/jude-recruit.com/import/tenant_1/160.16.88.224/html/font/fontawesome-webfont.eot) format('embedded-opentype'),
         url(/import/tenant_28/jude-recruit.com/import/tenant_1/160.16.88.224/html/font/fontawesome-webfont.woff) format('woff'),
         url(/import/tenant_28/jude-recruit.com/import/tenant_1/160.16.88.224/html/font/fontawesome-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;

}
.i{
	font-family: "fontawesome-webfont";
	font-weight:normal;
	font-style:normal;
}
/*コレクション用*/
div[data-collection-list-content]:hover:before {
    content:"※こちらは見たまま編集ができません。ページのどこかをダブルクリックし、左下（もしくは左上）のUNISON CMSのロゴをクリックして、右上のメニューから「カスタムコンテンツ管理」→三本線マークの「一覧」から記事投稿・記事編集ができます。";
    display: block;
    line-height: 100%;
    font-weight: bold;
    color: #fff;
    font-size: 0.8em;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    letter-spacing: 0;
}
/*コレクションカテゴリー用*/
div[data-collection-filtered-content]:hover:before {
    content:"※こちらは見たまま編集ができません。ページのどこかをダブルクリックし、左下（もしくは左上）のUNISON CMSのロゴをクリックして、右上のメニューから「カスタムコンテンツ管理」→鉛筆マークの「入力項目変更」をクリックし、選択項目から変更ができます。";
    display: block;
    line-height: 100%;
    font-weight: bold;
    color: #fff;
    font-size: 0.8em;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    letter-spacing: 0;
}
a[href*="tel"] {
    pointer-events: none;
}
@media (max-width: 768px) {
    a[href*="tel"] {
    pointer-events: initial !important;
    }
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,form,input,button,textarea, p{
    margin: 0px;
    padding: 0px;
	font-size:24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:160%;
	color:#000;
}
@media only screen and (max-width: 1220px){
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,form,input,button, p{
		font-size:16px;
	}
	p {
    text-align: left;
  }
}
.flx {
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clearfix {
/*
	overflow: hidden;
*/
}
.clear{
clear:both;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100% !important;
    height: auto !important;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	opacity:0.6;
}
ul{
	list-style:none;
}
/* .fead-mv {
    opacity: 0;
    transition: 1.5s;
}
.mv {
    opacity: 1;
} */

#wrapper{
	min-width:1200px;
	overflow:hidden;
	padding-top:134px;
	
}
@media only screen and (max-width: 1220px){
	#wrapper{
		min-width:300px;
	}
	img{
		max-width:100%;
		height:auto;
	}
}

#header{
	width:100%;
  height: 133px;
	position:absolute;
	top:0;
	right:0;
	z-index:21;
	background:#fff;
}
#header h1 {
    font-size: 16px;
    padding: 10px 0 0 17px;
}
#header .logo{
	float:left;
	padding:17px 0 0 17px;
}
#header .logo img{
	height: 60px !important;
}

#header #gnav{
	float:right;
	margin-top:-1px;
	
	
}
#header #gnav ul{
	text-align:right;
	letter-spacing:-10px;
}
#header #gnav li{
	display:inline-block !important;
	letter-spacing:0;
	vertical-align:middle;
	padding:0 0 0 36px;
	position:relative;
}

#header #gnav li a,#header #gnav li .t{
	line-height:98px;
	cursor:pointer;
}
#header #gnav li ul{
	position:absolute;
	margin-top:-1px;
	width:250px;
	display:none;
	background:#FF7F32;
	box-shadow:0px 3px 11px -5px #000000;
-moz-box-shadow:0px 3px 11px -5px #000000;
-webkit-box-shadow:0px 3px 11px -5px #000000;
}
#header #gnav li:hover ul{
	display:block;
}
#header #gnav li ul li{
	padding:0 0 0 0;
	text-align:left;
	display:block !important;
}
#header #gnav li ul li a{
	line-height:160%;
	padding:10px 20px 10px 20px;
	display:block;
	background:#fff;
}
#header #gnav li.ent a{
	display:block;
	background:#FF7F32;
	font-size:32px;
	color:#fff;
	font-weight:bold;
	width:285px;
	height:auto;
	text-align:right;
}
#header #gnav li .r{
	display:inline-block !important;
	-moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(90deg);
	margin-left:0.5em;
	font-size:18px;
	text-indent:0.5em;
}
#header #gnav p{
	display:none;
}
@media only screen and (max-width: 1220px){
  [data-element-id] #header #gnav.action {
    width: 90%;
  }
　#header #gnav li.ent a {
   text-align:center;
  }
#wrapper {
    padding-top: 110px;
}
#header {
    z-index: 100;
    height: 100px;
}
	#header h1 {
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 60px;
  }
	#header .logo{
		width:90px;
		padding-top:5px;
		padding-bottom:5px;
	}
	#header #gnav{
    position:fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
	background:none;
    -webkit-transform: translateX(200px);
transform: translateX(200px);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding:0;
	z-index:101;
	border:none;
	
    }
	
	#header #gnav ul li + li::before{
		display:none;
	}
	#header #gnav ul li{
		display:block !important;
		width:auto;
		
	}
	
	

	#header #gnav p{
		display:block;
		position:fixed;
		width:48px;
		height:48px;
		top:4px;
		left:-55px;
		border:1px solid #fff;
		background:#ff8033;
		cursor:pointer;
		margin:2px;
		box-shadow:0px 0px 0px 2px #ff8033;
-moz-box-shadow:0px 0px 0px 2px #ff8033;
-webkit-box-shadow:0px 0px 0px 2px #ff8033;
	}
	


	#header #gnav li{
		float:none;
		width:auto;
		padding:0 !important;
		margin-top:0;
		display:block !important;
		background:none;
		text-align:center;
	}
	#header #gnav li+ li{
		border-top: 1px solid #FEC8C8;
	}
	
	
	#header #gnav ul li a,#header #gnav ul li .t{
		height:auto;
		display:block;
		padding:10px 0 10px 0;
		line-height:160%;
	}
	#header #gnav ul li .t{
		color: #FF7F33;
		font-weight:bold;
	}
	#header #gnav li.ent a{
		width:auto;
		font-size:30px;
	}
	
	#header #gnav.action{
		-webkit-transform:translateX(0px);
        transform:translateX(0px);
	}
	#header #gnav p span.n{
    display: block;
    background: #fff;
    height: 2px;
    width: 36px;
    text-indent: -9999px;
    padding: 0;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    position: absolute;
    }
	#header #gnav p span.n:before{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 36px;
    position: absolute;
    top: -10px;
    left: 0;
    }
	#header #gnav p span.n:after{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 36px;
    position: absolute;
    top: 10px;
    left: 0;
    }
	#header #gnav.action p span.n{
	 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
		  -webkit-transition:ease .10s;
         transition:ease .10s;
	}
	#header #gnav.action p span.n:after,#header #gnav.action p span.n:before{
		 -webkit-transform: rotate(90deg);
		 transform: rotate(90deg);
		 top:0;
		 left:0;
	}
	#header #gnav ul{
		width:auto;
		height: 100%;
		overflow-y: auto;
		background: #fff;
		padding-bottom:20px;
		text-align:center;
	}
	#header #gnav li ul{
		position:relative;
		display:block;
		padding-bottom:0;
		box-shadow:none;
		margin-top:0;
		width:auto;
		background:none;
		border-top: 1px solid #FEC8C8;
-moz-box-shadow:none;
-webkit-box-shadow:none;

	}
	.overlay{
		position:relative;
	}
	.overlay:after{
		content:"";
		width:100%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		left:0;
		opacity:0.4;
		z-index:48;
	}
	
}

#footer .inner{
	width:1200px;
	height:auto;
	margin:0 auto;
	padding:100px 0 75px 0;
}
#footer .inner h3{
	float:left;
	width: 300px;
}
#footer .inner .footnav{
	float:right;
	width:880px;
	height:auto;
	padding-top: 60px;
}
#footer .inner ul{
	width:25%;
	float:left;
}
#footer .inner dl{
	width:25%;
	float:left;
}
#footer .inner dt{
	font-size:21px;
	font-weight:bold;
	padding:0 0 5px 0;
}
#footer .inner dt img{
	vertical-align:middle;
	margin-right:8px;
}
#footer .inner dd{
	font-size:21px;
	padding-left:1em;
	padding-bottom:5px;
}
#footer .inner li{
	font-size:21px;
	font-weight:bold;
	padding-bottom:5px;
}

#footer .inner li img{
	vertical-align:middle;
	margin-right:8px;
}

#footer .copy{
	border-top:#B6B6B6 2px solid;
	text-align:center;
	font-size:21px;
	padding:25px 0 25px 0;
}
.totop{
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:99;
}
@media only screen and (max-width: 1220px){
	#footer .inner h3{
		float:none;
		width:90px;
		padding:0 0 20px 0;
	}
	#footer .inner{
		width:95%;
		padding-top:40px;
	}
	#footer .inner .footnav{
		float:none;
		width:auto;
	}
	#footer .inner dt{
		font-size:14px;
	}
	#footer .inner dd{
		font-size:14px;
	}
	#footer .inner dt img,#footer .inner li img{
		width:7px;
		height:auto;
	}
	#footer .inner li{
		font-size:14px;
	}
	#footer .copy{
		font-size:14px;
	}
	
}
@media only screen and (max-width: 700px){
	#footer .inner{
		letter-spacing:-10px;
	}
	#footer .inner dl{
		width:50%;
		float:none;
		display:inline-block !important;
		letter-spacing:0;
		vertical-align:top;
		padding-bottom:20px;
	}
	#footer .inner ul{
		width:50%;
		display:inline-block !important;
		float:none;
		letter-spacing:0;
		vertical-align:top;
		padding-bottom:20px;
	}
}

/*home*/

.home1 .mv li {
    width: 25%;
    height: auto;
    float: left;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
.home1 .mv li:after {
    display: block;
    content: "";
    padding-top: 133%;
}
.home1 .mv li img {
    width: 100% !important;
    height: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}
.home1{
	position:relative;
}
.home1 ul.mv.clearfix {
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.home1 .mv li.btarrow {
    width: 100% !important;
    height: auto !important;
    position: absolute !important;
    bottom: 0% !important;
    left: 0 !important;
    z-index: 20 !important;
}
.home1 .mv li.btarrow:after {
    display: none !important;
}
.home1 .mv li.btarrow img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    position: initial !important;
}
.home1 .mainimg{
	position:relative;
}
.home1 .inner{
    position: absolute;
    top: 30%;
    left: 50%;
    display: inline-block;
    width: 100%;
    min-width: 100%;
    z-index: 4;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: 15px;
}
.home1 .inner h2{
	font-size:36px;
	color:#fff;
	font-weight:bold;
	padding:8% 0 80px 0;
	text-shadow:3px 3px 5px #000;
}
.home1 .inner ul{
	letter-spacing:-10px;
	
}
.home1 .inner li{
	display:inline-block !important;
	letter-spacing:0;
	width:300px;
	height:auto;
	padding:0 22px 0 22px;
}
.home1 .inner li a{
	display:block;
	background:#ff8033;
	line-height:67px;
	font-size:21px;
	color:#fff;
}
.home1 .inner li+li a{
	background-color:#ffae33;
}
.home1 .home-news {
    width: 22%;
    height: auto;
    background: #FFF0E4;
    border-radius: 15px;
    position: absolute;
    bottom: -60px;
    right: 1%;
    z-index: 20;
}
.home1 .home-news h3{
	text-align:center;
	font-size:48px;
	color:#FF7F33;
	font-weight:normal;
	line-height:120%;
	padding:0 0 15px 0;
}
.home1 .home-news h3:after{
	content:"";
	width:42px;
	height:3px;
	background:#FF7F33;
	display:block;
	margin:0 auto;
}
.home1 .home-news dt{
	font-size:21px;
	color:#595959;
	font-weight:bold;
	line-height:133%;
}
.home1 .home-news dd {
    color: #595959;
    font-size: 21px;
    line-height: 133%;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.home1 .home-news dl{
	padding:0 0 20px 0;
}
.home1 .home-news .table{
	padding:0 18px 0 18px;
}

.home-vison{
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	padding:70px 0 100px 0;
}
.h3h{
	text-align:center;
	font-size:100px;
	color:#FF7F33;
	font-weight:normal;
	line-height:120%;
}
.h3h:after{
	content:"";
	width:97px;
	height:4px;
	background:#FF7F32;
	display:block;
	margin:0 auto;
}
.f32{
	font-size:32px;
}
@media only screen and (max-width: 1220px){
	.home1 .home-news{
		position:relative;
		margin-top:20px;
		width:auto;
		bottom:auto;
		right:auto;
		margin-left:5%;
		margin-right:5%;
	}
}
@media only screen and (max-width: 1220px){
	.home1 .home-news{
		min-height:0;
	}
	.home1 .home-news dt{
		font-size:16px;
	}
.home1 .home-news dd {
    font-size: 16px;
    width: auto;
}
	.home1 .home-news h3{
		font-size:40px;
	}
	.home1 .home-news h3:after{
		height:2px;
		width:40px;
		margin-top:10px;
	}
	.h3h{
		font-size:40px;
	}
	.h3h:after{
		height:2px;
		width:40px;
		margin-top:10px;
	}
	.f32{
		font-size:24px !important;
	}

}
@media only screen and (max-width: 770px){
  .home1 .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 100%;
    min-width: 100%;
    z-index: 4;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
	.home1 .inner h2{
		font-size: 24px;
		padding-bottom:25px;
		padding-top:0;
	}
	.home1 .inner li{
		width:35%;
	}
	.home1 .inner li a{
		font-size: 16px;
		line-height: 37px;
	}
}
@media only screen and (max-width: 500px){
	.home1 .inner h2 {
    font-size: 16px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 20px;
  }
}
.home-vison h3{
	padding:0 0 57px 0;
}
.home-vison h4{
	padding:0 0 25px 0;
}
.home-vison p{
	padding:0 0 30px 0;
}
.hmore a{
	display:inline-block;
	font-size:21px;
	border:1px solid #FF7F32;
	width:298px;
	height:auto;
	line-height:65px;
	color:#FF7F32;
	font-weight:bold;
	text-align:center;
}
.home-vison .hmore{
	padding-top:30px;
}
@media only screen and (max-width: 1220px){
	.home-vison{
		width:95%;
		padding-top:50px;
		padding-bottom:50px;
	}
	.hmore a {
    width: 200px;
    display: block;
    margin: auto;
  }
}
.pr1 img{
	width:100%;
	height:auto;
}
.home-message{
	max-width:1200px;
	margin:0 auto;
	padding:120px 0 70px 0;
}
.home-message h3{
	padding:0 0 70px 0 ;
}
.home-message .tbox{
	width:593px;
	height:auto;
}

.rp .pic{
	float:right;
}
.rp .tbox{
	float:left;
}
.home-message .tbox h4{
	font-size:32px;
	padding:0 0 20px 0;
}
.home-message .tbox p{
	padding:0 0 30px 0;
}
.home-message .tbox .sign{
	font-weight:bold;
}
.home-message .tbox .hmore{
	padding-top:15px;
}
.home-message .pic{
	padding-bottom:30px;
	    width: calc(100% - 610px);
}
@media only screen and (max-width: 1220px){
	.home-message{
		width:95%;
		padding-top:50px;
		padding-bottom:50px;
	}
	.rp .tbox{
		width:auto !important;
		float:none;
	}
	.rp .pic {
    float: none;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
	.home-message .hmore{
		text-align:center;
	}
}
.home-voice{
	max-width:1200px;
	height:auto;
	margin:0 auto;
	padding-bottom:60px;
}
.home-voice h3{
	padding:0 0 50px 0;
}
.home-voice p{
	text-align:center;
	padding:0 0 60px 0;
}
.home-voice dl{
	width:283px;
	float:left;
	padding:0 22px 50px 0;
}
.home-voice .list {
    width: 1222px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-voice .list dt{
	font-size:17px;
	font-weight:bold;
	text-align:center;
	letter-spacing:-1px;
	padding:10px 0 5px 0;
}
.home-voice .list dd{
	font-size:18px;
	text-align:center;
}
.home-voice .list dd .p{
	display:block;
}
@media only screen and (max-width: 1220px){
	.home-voice{
		width:95%;
	}
	.home-voice .list{
		width:auto;
		letter-spacing:-10px;
		text-align:center;
	}
	.home-voice .list dl{
		float:none;
		vertical-align:top;
		letter-spacing:0;
		display:inline-block !important;
		padding-left:1.5%;
		padding-right:1.5%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 670px){
	.home-voice .list dl{
		width:47%;
	}
	.home-voice .list dt{
		font-size:14px;
	}
	.home-voice .list dt+dd{
		font-size:12px;
	}
	.home-voice .list dd+dd{
		font-size:12px;
	}
}
.home-company{
	position:relative;
}
.home-company .sec1 {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    z-index: 10;
    margin-bottom: 80px;
}
.home-company .sec1 h3{
	color:#fff;
	padding-bottom:65px;
}
.home-company .sec1 h3:after{
	background:#fff;
}
.home-company .sec1 p{
	color:#fff;
}
.home-company .bkimg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.home-company .sec2 {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 100px;
}
.home-company .sec2 li{
	width:369px;
	height:auto;
	float:left;
	padding:0 46px 35px 0;
	text-align:center;
}
.home-company .sec2 ul{
	width:1246px;
	height:auto;
}
.home-company .sec2 li a{
	display:block;
	background:#FFF0E4;
	position:relative;
	padding:90px 0 50px 0;
	color:#595959;
	border-radius:12px;
}
.home-company .sec2 li a img{
	position:absolute;
	top:-55px;
	left:50%;
	margin-left:-55px;
}
.home-company .sec2 li strong{
	display:block;
	font-size:32px;
	padding:0 0 25px 0;
}
.home-company .sec2 li .t{
	font-size:21px;
	line-height:150%;
}
.home-company .sec2 li a:before{
	content:url(/import/tenant_28/jude-recruit.com/import/tenant_1/160.16.88.224/html/images/top/right_arrow.png) ;
	bottom:22px;
	right:19px;
	position:absolute;
}
@media only screen and (max-width: 1220px){
	.home-company .sec1 {
    position: relative;
    top: auto;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    width: 90%;
    margin: auto;
	}
	.home-company .sec1 h3{
		color:#FF7F32;
		padding-bottom:30px;
	}
	.home-company .sec1 h3:after{
		background:#FF7F32;
	}
	.home-company .sec1 p{
		color:#000;
		padding:0 0 30px 0;
	}
	.home-company .bkimg {
    position: initial !important;
  }
	.home-company .sec2{
		margin-top:50px;
		width:95%;
		padding-bottom:50px;
	}
	.home-company .sec2 ul{
		width:auto;
		text-align:center;
	}
	.home-company .sec2 li{
		float:none;
		width:250px;
		display:inline-block !important;
		padding-left:1%;
		padding-right:1%;
		padding-bottom:50px;
	}
	.home-company .sec2 li .t{
		font-size:16px;
	}
	.home-company .sec2 li a img{
		width:80px;
		margin-left:-40px;
		top:-40px;
	}
	.home-company .sec2 li a{
		padding-top:50px;
	}
	.home-company .sec2 li strong{
		padding-bottom:20px;
	}
}
.home-blog{
	max-width:1200px;
	height:auto;
	margin:0 auto;
	padding-bottom:130px;
}
.home-blog h3{
	padding:0 0 60px 0;
}
.home-blog li{
	float:left;
	width:370px;
	height:auto;
	margin:0 45px 45px 0;
}
.home-blog ul{
	width:1245px;
	height:auto;
	padding-bottom:34px;
　display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  display:flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-blog li a{
	position:relative;
	display:block !important;
	vertical-align:top;
		background:#FF7F32;
		width: 100%;
		height: 100%;
}
.home-blog li .w{
	position:absolute;
	width:100%;
	height:auto;
	left:0;
	top:90px;
	text-align:center;
	color:#fff;
	z-index:1;
	display:none;
}
.home-blog li .d{
	font-size:21px;
	display:block;
}
.home-blog li strong {
    font-size: 21px;
    line-height: 150%;
    font-weight: normal;
    display: block;
    width: 370px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.home-blog li a:hover{
	opacity:1;
}
.home-blog li a:hover img{
	opacity:0.6;
}
.home-blog li a:hover .w{
	display:block;
}
.home-blog .hmore{
	text-align:center;
}
@media only screen and (max-width: 1220px){
	.home-blog ul{
		width:auto;
	}
	.home-blog li{
    margin-left: 0.5%;
    margin-right: 0.5%;
		width:32.3%;
	}
	.home-blog li .w {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-width: 100%;
    z-index: 4;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
	.home-blog li .w .d{
		font-size:14px;
	}
.home-blog li .w strong {
    font-size: 14px;
    width: auto;
}
}
@media only screen and (max-width: 500px){
  .home-blog li {
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
    margin-bottom: 20px;
  }
	.home-blog li .w .d{
		font-size:10px;
	}
	.home-blog li .w strong{
		font-size:12px;
	}
}
.home-entry{
	background:#F7F7F7;
	padding:85px 0 60px 0;
	text-align:center;
}
.home-entry .hmore{
	text-align:center;
	padding-top:56px;
}
.home-entry .hmore a{
	background:#fff;
}
.home-entry h3{
	padding:0 0 50px 0;
}
.home-entry .inner{
	max-width:1200px;
	margin:0 auto;
}
.home-entry p{
	text-align:center;
	padding:0 0 60px 0;
}
.home-entry li {
    display: inline-block !important;
    letter-spacing: 0;
    width: 300px;
    height: auto;
    padding: 0 22px 0 22px;
}
.home-entry li a{
    display: block;
    background: #ff8033;
    line-height: 67px;
    font-size: 21px;
    color: #fff;
}

.home-entry li + li a {
    background-color: #ffae33;
}
@media only screen and (max-width: 1220px){
	.home-entry .hmore a{
		font-size:16px;
	}
	.home-entry li{
		padding-bottom:10px;
	}
	.home-entry .hmore{
		padding-top:30px;
	}
	.home-entry li{
		width:250px;
	}
}
/*下層共通*/
.subtit{
	text-align:center;
	border-bottom:#FF7F32 4px solid;
	
}
/*Android*/
html.android .h3s strong {
	display:block;
    font-size: 60px;
    color: #FF7F33;
    font-weight: normal;
    line-height: 120%;
}
html.android  #header h1 {
  	width:80%;
}
.subtit h2 strong{
	font-size:100px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:300;
	display:block;
	line-height:110%;
	padding-top:30px;
}
.subtit h2{
	font-size:18px;
	font-weight:normal;
	padding:0 0 10px 0;
}
[data-element-id]  .voice .h3s strong {
    font-size: 60px;
    padding-left: 100px;
}
.h3s strong {
	display:block;
    font-size: 100px;
    color: #FF7F33;
    font-weight: normal;
    line-height: 120%;
}
.h3s strong:after {
    content: "";
    width: 97px;
    height: 4px;
    background: #FF7F32;
    display: block;
    margin: 0 auto;
	margin-bottom:12px;
}
.h3s{
	color: #FF7F33;
	font-size:18px;
	 text-align: center;
}
.w12{
	max-width:1200px;
	height:auto;
	margin:0 auto;
}
.bk1:nth-of-type(2n){
  background:#F7F7F7;
}
@media only screen and (max-width: 1220px){
	.subtit h2 strong{
		font-size:50px;
		padding-top:20px;
	}
  .h3s strong {
    font-size:50px !important;
  }
	.h3s strong:after{
    height: 2px;
    width: 40px;
    margin-top: 10px;
	}
	.h3s{
		font-size:14px;
	}
	.w12{
		width:95%;
	}
}
/*newgraduate*/

.newg1{
	padding:50px 0 20px 0;
}

.newg1 h3{
	padding:0 0 65px 0;
}
.newg1 h4{
	text-align:center;
	padding-bottom:40px;
}
.rp50 .pic{
	width:50%;
	height:auto;
	float:right;
}
.rp50 .pic img{
}
.rp50 .tbox{
	width:50%;
	height:auto;
	float:left;
}
.rp50 .tbox .in{
	width:600px;
	height:auto;
	float:right;
}
.lp50 .pic{
	width:50%;
	height:auto;
	float:left;
	position:relative;
}
.lp50 .tbox{
	width:50%;
	height:auto;
	float:right;
}
.lp50 .tbox .in{
	width:600px;
	height:auto;
}
.newg1 .lp50 .pic img{
	width:100%;
	height:auto;
	min-width:958px;
	position:absolute;
	top:0;
	right:0;
}
.newg1 .rp50 .pic img{
	min-width:962px;
	width:100%;
	height:auto;
}
.newg1 .lp50 .pic{
	min-height:726px;
	height:auto;
	overflow:hidden;
}
.newg1 dt{
	width:90px;
	min-height:90px;
	text-align:center;
	float:left;
	font-size:32px;
	color:#fff;
	font-weight:bold;
	padding-top:19px;
	padding-bottom:19px;
	box-sizing:border-box;
}
.newg1 .rp50 dt{
	background:#FF8033;
}
.newg1 dd{
	padding:25px 0 25px 124px;
}
.newg1 dl{
	padding:0 0 16px 0;
}
.newg1 .lp50 dt{
	background:#FFAD32;
}
.newg1 .lp50 dl{
	padding-left:56px;
}
.newg1 .pic{
	padding-bottom:30px;
}
.newg1 .tbox{
	padding-bottom:14px;
}
.newg1 .rp50,.newg1 .lp50{
	padding-bottom:50px;
}
@media only screen and (max-width: 1220px){
	.rp50 .tbox .in{
		width:95%;
		margin:0 auto;
		float:none;
	}
	.newg1 h3{
		padding-bottom:30px;
	}
	.newg1 .tbox .in{
		width:95% !important;
		float:none !important;
		margin:0 auto;
		padding-left:0  !important;
	}
	.newg1 dt{
		width:60px;
		min-height:60px;
		padding-top:12px;
		font-size:20px;
		padding-bottom:12px;
	}
	.newg1 dd{
		padding:15px 0 0 75px;
	}
	.newg1 dl{
		padding-left:0 !important;
	}
	.newg1 .lp50 .pic img{
		min-width:0;
		position:relative;
	}
	.newg1 .lp50 .pic{
		min-height:0;
	}
	.newg1 .rp50 .pic img{
		min-width:0;
	}
}
@media only screen and (max-width: 770px){
  .newg2 dt {
    width: auto !important;
}
  .newg1 .sbox {
    width: auto !important;
    height: auto;
    float: none;
}
  .newg1 .pho {
    width: auto !important;
    height: auto;
    float: none;
    padding: 0 10px;
}
}
@media only screen and (max-width: 500px){
	.newg1 .pic{
		width:30%;
	}
	.newg1 .tbox{
		width:70%;
	}
	.newg1{
		padding-bottom:0;
	}
}

.newg2{
	padding:90px 0 80px 0;
}
.newg2 h3{
	padding:0 0 70px 0;
}
.newg2 dt{
	background:#FF7F33;
	width:453px;
	height:auto;
	font-weight:bold;
	color:#fff;
	box-sizing:border-box;
	padding:10px 0 10px 18px;
	position:relative;
	margin-bottom:15px;
	z-index:1;
}
.newg2 dl{
	position:relative;
}
.newg2 dl:after{
	content:"";
	width:100%;
	height:1px;
	background:#FF7F33;
	position:absolute;
	top:30px;
	left:0;
}
.newg2 dd{
	padding:0 0 45px 183px;
	min-height:92px;
	line-height:175%;
	position:relative;
}
.newg2 dd:before{
	content:url(/import/tenant_28/jude-recruit.com/import/tenant_1/160.16.88.224/html/images/newgraduate/flow.gif);
	position:absolute;
	top:14px;
	left:55px;
	
}
.newg2 dl:last-child dd:before{
	content:"";
}
@media only screen and (max-width: 1220px){
  .newg2 {
    padding-top: 40px;
}
	.newg2 h3{
		padding-bottom:30px;
	}
	.newg2 dd{
		padding-left:135px;
	}
	.newg2{
		padding-bottom:10px;
	}
}
@media only screen and (max-width: 500px){
  .newg2 {
    padding-top: 20px;
}
	.newg2 dt{
		width:auto;
	}
	.newg2 dd:before{
		left:25px;
	}
	.newg2 dd{
		padding-left:70px;
		padding-right:10px;
		font-size:14px;
	}
}
.newg3{
	padding:110px 0 0 0;
}
.newg3 h3{
	padding-bottom:70px;
}
.newg3 .tbox{
	width:584px;
}
.newg3 .pic {
    width: 601px;
    height: auto;
}
.lp .tbox{
	float:right;
}
.lp .pic{
	float:left;
}
.newg3 .lp .tbox{
	width:574px;
}
.newg3 p{
	padding-bottom:30px;
}

.chear{
	text-align:center;
	padding-bottom:90px;
	
}
.chear a{
	display:inline-block;
	background:#FF7F32;
	line-height:67px;
	font-size:21px;
	font-weight:bold;
	width:530px;
	color:#fff;
}

.newgrad .chear{
	padding-top:90px;
}
@media only screen and (max-width: 1220px){
  .chear{
	padding-bottom:50px;
	}
	.lp .tbox{
		width:auto !important;
		float:none;
	}
	.lp .pic{
		float: none;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
	}
	.newg3 h3{
		padding-bottom:30px;
	}
	.newg3{
		padding-top:50px;
	}
	.newg3 .pic {
    width: auto;
    height: auto;
}
}
@media only screen and (max-width: 700px){
	.chear a{
		width:250px;
	}
}

.mid .newg3{
	padding-top:50px;
	padding-bottom:95px;
}
.mid .chear{
	padding-top:110px;
}
@media only screen and (max-width: 1220px){
.mid .newg3 {
    padding-top: 30px;
    padding-bottom: 40px;
}
}  
@media only screen and (max-width: 570px){
.mid .newg3 {
    padding-top: 10px;
    padding-bottom: 20px;
}
}
/*message*/

.message1 .in{
	box-sizing:border-box;
	padding-left:2.5%;
	padding-right:2.5%;
	padding-top:70px;
}
.message1 h3{
	padding-bottom:50px;
}
.message1 .in p{
	padding:0 0 30px 0;
}
@media only screen and (max-width: 1220px){
	.message1 .in{
		padding-left:0;
		padding-right:0;
	}
	.message1 .in h3{
		padding-bottom:30px;
	}
	.message1 .in p{
		padding:0 0 20px 0;
	}
}
@media only screen and (max-width: 700px){
	.message1 .pic{
		float:none;
		width:auto !important;
	}
	.message1 .tbox{
		float:none;
		width:auto;
	}
}
.h3n {
    display: block;
    font-size: 80px;
    color: #FF7F33;
    font-weight: normal;
    line-height: 160%;
	text-align:center;
}
.h3n:after {
    content: "";
    width: 97px;
    height: 4px;
    background: #FF7F32;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}
@media only screen and (max-width: 1220px){
	.h3n{
		font-size:30px;
	}
	.h3n:after {
    height: 2px;
    width: 40px;
    margin-top: 10px;
	}
}
@media only screen and (max-width: 1220px){
.message .newg3{
	padding-top:40px;
	padding-bottom:30px;
}
}
@media only screen and (max-width: 570px){
.message .newg3{
	padding-top:20px;
	padding-bottom:10px;
}

}

/*company*/

.comp1{
	position:relative;
	padding:154px 0 175px 0;
	overflow:hidden;
}
.comp1 .bkimg{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.comp1 .bkimg img{
	width:100%;
	height:auto;
	min-width:1920px;
}
.comp1 .w12{
	position:relative;
	z-index:1;
	background:rgba(255,255,255,0.7);
	padding:40px 0 40px 0;
}
.comp1 .w12 .table{
	padding:0 100px 0 216px;
}
.comp1 .w12 dt{
	float:left;
}
.comp1 .w12 dd{
	padding:0 0 0 120px;
}
.comp1 .w12 dl{
	padding:0 0 40px 0;
}
.comp1 h3{
	padding-bottom:60px;
}
.comp1 .h3s strong {
    font-size: 100px;
    padding-left:0;
}

.company .newg3{
	padding-bottom:100px;
}
.comp2 h3{
	padding-bottom:40px;
}
.comp2  p{
	padding:0 0 30px 0;
}
.comp2 dt{
	font-weight:bold;
}
.comp2 dl{
	padding:0 0 40px 0;
}
.comp2{
	padding:0 0 100px 0;
}

.chear li{
	float:left;
}
.chear li+li{
	float:right;
}
@media only screen and (max-width: 1220px){
  .comp1 .h3s strong {
    padding-left:0;
}
	.comp1 .w12 .table{
		padding-left:5%;
		padding-right:5%;
	}
	.comp1{
		padding-top:50px;
		padding-bottom:50px;
	}
	.comp1 .w12 dd{
		padding-left:5em;
	}
	.company .newg3{
		padding-bottom:40px;
	}
	.comp1 h3{
		padding-bottom:30px;
	}
	.comp1 .w12 dl{
		padding-bottom:20px;
	}
	.comp1 .bkimg img {
    min-width: 1200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
	.comp2 {
    padding: 0 0 60px 0;
	}
	ul.chear a{
		width:250px;
	}
	ul.chear li{
		display:inline-block !important;
		float:none !important;
		padding:0 1.5% 10px 1.5%;
	}
}
@media only screen and (max-width: 570px){
	.comp2{
		padding-bottom:40px;
	}
}
/*voice*/
.voice .tit{
	position:relative;
	padding-bottom:80px;
}
[data-element-id] .voice .tit p {
    font-size: 20px;
}
.voice .tit p{
	background:#FF7F33;
	width:159px;
	height:159px;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	font-size:80px;
	font-weight:bold;
	line-height:1;
}
.voice .tit p .s{
	display:block;
	font-size:28px;
	padding:18px 0 14px 0;
}
.voice .box{
	padding:110px 0 70px 0;
}
.voice .tbox {
    width: 578px;
    height: auto;
    float: left;
}
.voice .box dt{
	font-weight:bold;
	padding-left:1.5em;
	text-indent:-1.5em;
}
.voice .box dt .i{
	padding-right:0.5em;
}
.voice .box dl{
	padding:0 0 30px 0;
}
.voice .pic {
    padding-bottom: 30px;
    float: right;
    width: 600px;
}
.voice .table{
	padding:10px 0 0 0;
}
.voice .chear2{
	padding-top:100px;
}
@media only screen and (max-width: 1220px){
  .voice .tbox {
    width: auto;
    margin: 0 auto;
    float: none;
}
  .voice .pic {
    text-align: center;
    width: auto;
    margin: 0 auto;
    float: none;
}
	}
.in .bk1:nth-of-type(2n) .tbox {
    float: right;
}
.in .bk1:nth-of-type(2n) .pic {
    float: left;
}
@media only screen and (max-width: 1220px){
.in .bk1:nth-of-type(2n) .tbox {
    float: none;
}
.in .bk1:nth-of-type(2n) .pic{
    float: none;
}
}
.chear2{
	letter-spacing:-10px;
	text-align:center;
	padding-bottom:90px;
}
.chear2 li{
	letter-spacing:0;
	display:inline-block !important;
	padding:0 22px 10px 22px;
	width:300px;
	height:auto;
	text-align:center;
}
.chear2 li a{
	border:3px solid ;
	display:block;
	line-height:63px;
	border:3px solid #FF8033;
	font-size:21px;
}
.chear2 li.ch1 a{
	background:#FF7F32;
	color:#fff;
}
.chear2 li.ch2 a{
	background:#FFAD32;
	color:#fff;
	border-color:#FFAD32;
}
.chear2 li.ch3 a{
	color:#FFAD32;
}
@media only screen and (max-width: 1220px){
	.chear2 li{
		display:block !important;
		margin:0 auto;
		width:250px;
	}
	.voice .tit p{
		position:relative;
		margin:0 auto;
		margin-bottom:20px;
		width:90px;
		height:90px;
		font-size:40px;
	}
	.voice .tit p .s{
		font-size:16px;
	}
	.voice .box{
		padding-top:50px;
		padding-bottom:50px;
	}
	.voice .tit{
		padding-bottom:30px;
	}
}

/*benefits*/
.benefits1 {
	padding:50px 0 150px 0;
}
.benefits1 h3{
	padding:0 0 60px 0;
}
.benefits1 p{
	padding:0 0 30px 0;
	text-align:center;
}
.benefits1 li {
    float: left;
    padding: 0 31px 30px 0;
    box-sizing: border-box;
    width: 410px;
}
.benefits1 ul {
    width: 1231px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.benefits2 h3{
	padding:0 0 50px 0;
}
.benefits2 p{
	text-align:center;
	padding:0 0 30px 0;
}
.benefits2 .wrap .left {
    float: left;
    width: 379px;
}
.benefits2 .wrap .left li{
	padding:0 0 39px 0;
}
.benefits2 .wrap .right{
	float:right;
	width:789px;
}
.benefits2 .wrap .right li{
	float:left;
	padding:0 0 36px 0;
}
.benefits2 .wrap .right li+li{
	padding-left:30px;
}
.benefits2{
	padding-bottom:65px;
}
@media only screen and (max-width: 1220px){
	.benefits1 ul{
		width:auto;
		letter-spacing:-10px;
		text-align:center;
	}
	.benefits1{
		padding-bottom:30px;
	}
	.benefits1 li {
    display: inline-block !important;
    float: none;
    letter-spacing: 0;
    vertical-align: top;
    width: 33.3%;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
  }
	.benefits2 .wrap .left {
    float: left;
    text-align: center;
    letter-spacing: -10px;
    width: 34%;
  }
	.benefits2 .wrap .left li {
    display: inline-table !important;
    letter-spacing: 0;
    vertical-align: top;
    padding-bottom: 10px;
  }
	.benefits2 .wrap .right {
    float: right;
    letter-spacing: -10px;
    text-align: center;
    width: 64%;
  }
	.benefits2 .wrap .right li {
    float: none !important;
    display: inline-block !important;
    letter-spacing: 0;
    padding-left: 1% !important;
    padding-right: 1%;
    max-width: 48%;
    padding-bottom: 10px;
  }
	.benefits2{
		padding-bottom:20px;
	}
	.benefits1 h3,.benefits2 h3{
		padding-bottom:30px;
	}
}

/*topics*/
.post-wrap{
	padding-bottom:70px;
}
@media only screen and (max-width: 1220px){
.post-wrap {
    padding-bottom: 40px;
}
}
@media only screen and (max-width: 600px){
.post-wrap {
    padding-bottom: 20px;
}
}
.postlist{
	width:1248px;
	height:auto;
	padding:70px 0 53px 0;
	 display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.postlist li{
	width:576px;
	height:auto;
	margin:0 48px 23px 0;
	float:left;
}
.postlist li img {
    opacity: 0.8;
    width: 100%;
}
.postlist li a{
  background:#000;
	display:block;
	position:relative;
}
.postlist li .w {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.postlist li .w strong{
	display:block;
	color:#fff;
	font-size:28px;
	    text-shadow: 3px 3px 5px #000;
		padding-bottom:80px;
		line-height:160%;
}
.postlist li .dc{
	font-size:18px;
	display:block;
	color:#fff;
	text-shadow: 3px 3px 5px #000;
	color:#fff;
}
.pagenav{
	text-align:center;
	letter-spacing:-10px;
}
.pagenav li{
	font-size:32px;
	font-weight:bold;
	letter-spacing:0;
	display:inline-block !important;
	padding:0 12px 0 12px;
}
.pagenav li .i{
	color:#FF7F32;
}
#side{
	padding:70px 0 70px 0;
}
#side .cat{
	width:340px;
	height:auto;
	float:left;
}
#side .arc{
	float:right;
	width:826px;
	height:auto;
}
#side .arc dd{
	width:25%;
	float:left;
}
#side dd a{
	display:inline-block !important;
	text-indent:1em;
}
#side dd{
	padding:0 0 30px 0;
}
#side dt{
	font-weight:bold;
	color:#FF7F32;
	padding:0 0 15px 0 ;
}

.single{
	padding:70px 0 90px 0;
}
.single .phead{
	text-align:center;
}
.single .phead li{
	font-size:18px;
	font-weight:bold;
}
.single .phead ul{
	padding:0 0 30px 0;
}
.single .phead h3{
	padding:0 0 30px 0;
}
.single .phead dl {
    font-size: 14px;
    line-height: 24px;
    padding:20px 20px 0;
    margin-top:40px;
    border-top:2px dashed #ddd;
}
.single .phead dl p {
    font-weight:bold;
    text-align:center;
    margin-bottom:15px;
}
.single .phead dl dt {
    float:left;
}
.single .phead dl dd {
    margin:0 0 10px 120px;
}
.single .txt .pic{
	text-align:center;
}
.single .txt p{
	padding:0 0 30px 0;
}
.single .txt{
	padding:0 0 60px 0;
}
.single .hmore{
	text-align:center;
}
.single .sig dl {
    font-size: 14px;
    line-height: 24px;
    padding:20px 20px 0;
    margin-top:40px;
    margin-bottom: 40px;
    border-top:2px dashed #ddd;
}
.single .sig dl p {
    font-weight:bold;
    text-align:center;
    margin-bottom:15px;
}
.single .sig dl dt {
    float:left;
}
.single .sig dl dd {
    margin:0 0 10px 120px;
}
.single .rec {
    padding: 40px 0 40px 0;
}
.single .rec p {
    font-size: 32px;
    font-weight: bold;
    padding: 0 0 20px 0;
}
.single .rec p img {
    vertical-align: middle;
    margin-right: 8px;
}
@media only screen and (max-width: 1220px){
  .single{
	padding:30px 0 40px 0;
}
.single .txt {
    padding: 0 0 20px 0;
}
.single .sig dl {
    font-size: 12px;
    padding:20px 0 0;
    margin-top:20px;
    margin-bottom: 20px;
    border-top:2px dashed #ddd;
}
.single .sig dl p {
    font-weight:bold;
    text-align:center;
    margin:0 0 10px;
    font-size: 12px;
}
.single .sig dl dt {
    font-weight:bold;
}
.single .sig dl dd {
    margin:5px 0;
}
.single .rec {
    padding: 40px 0 20px 0;
}
.single .rec p {
    font-size: 28px;
    padding: 0 0 5px 0;
}
}
@media only screen and (max-width: 600px){
  .single{
	padding:10px 0 20px 0;
}
  .single .txt {
    padding: 0 0 10px 0;
}
}
@media only screen and (max-width: 1220px){
	.postlist{
    width: auto;
    padding: 40px 0 23px 0;
	}
	.postlist li{
		width:49%;
		margin-left:0.5%;
		margin-right:0.5%;
	}
	.postlist li .w strong{
		font-size:18px;
		padding-bottom:5%;
	}
	.pagenav li{
		font-size:24px;
	}
	#side dd{
		padding-bottom:10px;
	}
	#side dl{
		float:none !important;
		width:auto !important;
		padding-bottom:20px;
	}
	#side{
		padding:40px 0 20px 0;
	}
	.single .phead ul{
		padding-bottom:25px;
	}
	.single .txt p{
		padding:0 0 20px 0;
	}
}
@media only screen and (max-width: 600px){
	.postlist li{
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	#side .arc dd{
		width:50%;
	}
	.single .phead h3{
		padding-bottom:25px;
	}
}

/*about*/

.about .comp1 .w12 p{
	text-align:center;
	padding:0 5% 30px 5%;
}
.about .comp1:before {
    content: "";
    display: block;
    padding-top: 50%; /* 1:1 */
	float:left;
}
.about .newg3 {
    padding-top: 50px;
    padding-bottom: 95px;
}

.about .chear {
    padding-top: 110px;
}
.about .newg3 .tbox .hmore a{
	color:#fff;
	background:#FF7F32;
}
.about .h3n{
	line-height:120%;
}
.about .h3n:after{
	margin-top:15px;
}
@media only screen and (max-width: 1220px){
.about .chear {
    padding-top: 30px;
}
.about .newg3 {
    padding-top: 30px;
    padding-bottom: 20px;
}
}
/*educationsystem*/
.educationsystem .chear {
    padding-top: 0px;
}

/*requirements*/
.requirements .h3s strong {
  font-size: 100px;
   padding-left: 0;
}
.requirements .box{
	padding:60px 0 130px 0;
}
.requirements .box h3{
	padding-bottom:80px;
}
.requirements .box .table dl{
	overflow:hidden;
	border-bottom:1px solid #BBBBBB;
}
.requirements .box .table dt{
	padding:20px 0 1020px 30px;
	width:264px;
	height:auto;
	color:#fff;
	float:left;
	background:#FF7F32;
	margin-bottom:-1000px;
}
.requirements .box .table dd{
	padding:20px 10px 1020px 48px;
	float:left;
	width:848px;
	height:auto;
	margin-bottom:-1000px;
}
@media only screen and (max-width: 1220px){
  .requirements .box {
    padding: 30px 0 60px 0;
}
	.requirements .box .table dt{
		float:none;
		width:auto;
		padding:12px 2% 12px 2%;
		margin-bottom:0;
	}
	.requirements .box .table dd{
		float:none;
		width:auto;
		padding:12px 2% 12px 2%;
		margin-bottom:0;
	}
	.requirements .box .table dl{
		border-bottom:none;
	}
	.requirements .box .table{
		border-bottom:1px solid #bbb;
	}
	.requirements .box h3{
		padding-bottom:30px;
	}
}
@media only screen and (max-width: 600px){
.requirements .box {
    padding: 10px 0 30px 0;
}
}
/*parttime*/

.parttime .h3n{
	line-height:120%;
}
.parttime .h3n:after {
    margin-top: 15px;
}

.parttime1 .tbox{
	width:570px;
	height:auto;
}
.parttime1 .tbox dt{
	font-weight:bold;
}
.parttime1 .tbox dl{
	padding:0 0 40px 0;
}
.parttime1{
	padding:67px 0 45px 0;
}
.parttime1 .pic{
  width: 601px;
  height: auto;
	padding-bottom:40px;
}
.parttime .chear{
	padding-top:98px;
}
@media only screen and (max-width: 1220px){
.parttime1 {
    padding: 20px 0 20px 0;
}
.parttime .chear{
	padding-top:30px;
}
.parttime1 .pic{
  width: auto;
  height: auto;
}
}
@media only screen and (max-width: 600px){
.parttime1 {
    padding: 10px 0 10px 0;
}
.parttime .chear{
	padding-top:10px;
}
}
/*method*/
.method .box{
	padding:60px 0 70px 0;
}
.method .box .tbox{
	width:580px;
	height:auto;
}
.method .box p{
	padding:0 0 30px 0;
}
.method .box h3 .n{
    background: #FF7F33;
    width: 159px;
    height: 159px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    line-height: 1;
}
.method .box h3 .s {
    display: block;
    font-size: 28px;
    padding: 18px 0 14px 0;
}
.method .box h3{
	position:relative;
	font-size:100px;
	font-weight:400;
	padding:0 0 35px 200px;
	min-height:159px;
	color:#FF7F33;
}
.method .box .pic {
    width: 601px;
    height: auto;
}
.method .chear{
	padding-top:98px;
}
@media only screen and (max-width: 1220px){
  .method .box {
    padding: 30px 0 40px 0;
}
	.method .box h3 .n{
    width: 60px;
    height: 60px;
    font-size: 30px;
	}
	.method .box h3 .s {
		font-size:12px;
		padding-top:5px;
		padding-bottom:5px;
	}
	.method .box h3{
		font-size:30px;
		padding-left:70px;
		padding:10px 0 30px 70px;
		min-height:50px;
	}
	.method .chear {
    padding-top: 40px;
}
.method .box .pic {
    width: auto;
    height: auto;
}
}
@media only screen and (max-width: 600px){
  .method .box {
    padding: 10px 0 20px 0;
}
  .method .chear {
    padding-top: 20px;
}
}
/*contact*/
.cont1 {
    padding: 50px 0 80px 0;
}
.cont1 h4{
	text-align:center;
	padding-bottom:60px;
}
.cont1 .inn{
	border:5px solid #FF8033;
	padding:30px 0;
}
.cont1 .inn p{
	padding:0 50px;
}
.cont1 .inn p a{
	color:#FF8033;
	text-decoration:underline;
}
.cont2{
	padding:80px 0;
}
.cont2 dl{
	margin-bottom:25px;
}
.cont2 dt{
	float:left;
	font-weight:bold;
	background-color:#FF7F32;
	padding:20px 25px;
	width:245px;
	color:#FFF;
}
.cont2 dd{
	padding:15px 0 15px 320px;
}
.cont2 .table{
	height:auto;
	margin:0 auto;
	padding-bottom:50px;
}
.cont2  dd .size1{
	width:100%;
	box-sizing:border-box;
	padding:8px;
	background:#ececec;
	border:none;
}
.cont2  dd .size2{
	width:160px;
	box-sizing:border-box;
	padding:5px;
	background:#ececec;
	border:none;
	margin:0 10px;
}
.cont2  dd .size2:first-of-type{
	margin-left:0;
}
.cont2  dd label{
	padding:0 70px 0 20px;
}
.cont2  dd li{
	width:50%;
	float:left;
	padding:3px 0;
	font-weight:bold;
}
.cont2  dd li input{
	margin-right:0.5em;
}
.cont2  dd textarea{
	width:100%;
	height:300px;
	box-sizing:border-box;
	padding:5px;
	background:#ececec;
	border:none;
}
.formbtn{
	text-align:center;
	letter-spacing:-10px;
}
.formbtn li{
	letter-spacing:0;
	padding:0 10px;
}
.formbtn li button{
	background:#fff;
	width:300px;
	height:65px;
	color:#FF7F32;
	border:1px solid #FF7F32;
	font-size:21px;
	font-family:"fontawesome-webfont",Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"游ゴシック",YuGothic,'ＭＳ Ｐゴシック',sans-serif;
	cursor:pointer;
}
.formbtn li button:hover{
	opacity:0.6;
}
@media only screen and (max-width: 980px){
  .cont2 {
    padding: 40px 0;
	}
	.cont2 dt {
    float: none;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
	.cont2 dd{
		padding-left:0;
	}
.cont2 dd .size1 {
    width: 100%;
}
	.cont2 dd label {
    padding: 0 40px 0 20px;
	}
	.cont2  dd li{
		width:auto;
		float:none;
	}
}
@media only screen and (max-width: 700px){
	.cont2 dd .box{
		display:block;
		padding-bottom:10px;
	}
	.cont2 dd .box:last-of-type{
		padding-bottom:0;
	}
	.cont2 dd .size1 {
    width: 100%;
  }
	.cont2 dd label {
    padding: 0 20px 0 10px;
	}
	.formbtn li button{
		width:80%;
	}
}
.cont3{
	padding:120px 0;
}
.cont3 h3{
  padding-top: 20px;
	padding-bottom:45px;
}
.cont3 h3+p{
	padding-bottom:54px;
}
.cont3 dt{
	font-weight:bold;
	padding-bottom:5px;
}
.cont3 dd{
	padding-bottom:50px;
}
.cont3 dd ul{
	list-style-type:disc;
	padding-left:24px;
}
@media only screen and (max-width: 1220px){
.cont3 h3{
  padding-top: 60px;
}
}
@media only screen and (max-width: 980px){
.cont3{
	padding:50px 0;
}
}

.trimmingInner {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main_visual_zone {
		position: relative;
		overflow: hidden;
		height: 500px;
	}
	.main_visual_zone img {
		width: 100%;
	}
	.main_visual_zone .photo:after {
		padding-top: 500px;
		content: '';
		display: block;
		position: absolute;
		top: 0;
	}
	.main_visual_zone .text_box{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}


.pic_box{
  width: 100%;
  position: relative;
  overflow:hidden;
  height: 500px;
}
.pic_box img{
  width: 100%;
}
.pic_box:after{
  padding-top: 500px;
		content: '';
		display: block;
		position: absolute;
		top: 0;
}
