@charset "utf-8";
/*PC用CSS*/
#inner_block{
	max-width: 1000px;
	margin: 0 auto;
	}
/*header*/
header{
	background: #f7f7f7;
	position: fixed;
	width: 100%;
	z-index: 10;
	}
header #site-title img{
	width: 100%;
	}
/*メニュー*/
@media screen and ( min-width:1020px ){
	p#nav-open,
	div.nav-close{
		display: none;
		}
	header nav ul{
		width: 66%;
		list-style: none;
		margin: 0;
		padding: 0;
		display: inline-block;
		float: right;
		}
	header nav ul li{
		float: left;
		font-size: 15px;
		text-align: center;
		}
	header nav ul li a{
		display: block;
		padding: 15px;
		text-decoration: none;
		border-top: 5px solid #f06683;
		}
	header nav ul li a:hover{
		border-top: 5px solid #f291a6;
		}
	header nav ul li span{
		display: block;
		color: #f06683;
		font-size: 10px;
		}
	#nav-toggle div{
		display: none;
		}
	header #site-title{
		width: 30% !important;
		float: left;
		padding: 15px 0;
		}
	}
@media screen and ( max-width:1019px ){
	header #site-title{
		width: 30% !important;
		float: left;
		padding: 15px;
		}
	/*メニュー*/
	#header,
	#inner_block {
		width: 100%;
		padding: 0;
	}
	#header {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#header.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
		background: #f1f1f1;
		width: 100%;
		height: 79px;
		z-index: 999;
		position: relative;
		padding: 0 !important;
	}
	#header.fixed .logo,
	#header .logo {
		position: absolute;
		/*left: 13px;
		top: 13px;*/
		color: #333;
		font-size: 26px;
	}

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -631px;
		background-color: rgba(255,255,255,0.8);
		width: 100%;
		text-align: center;
		padding: 0 0 10% 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		/*position: static;
		right: 0;
		bottom: 0;*/
		margin: 0;
		/*padding-bottom: 10%;*/
		position: relative;
		/*font-size: 11px;*/
	}
	#global-nav ul li {
		/*float: none;
		position: static;*/
		border-bottom: 3px solid #f06683;
		width: 80%;
		margin: 0 auto;	
	}
	#global-nav ul li:after  {
		display: none;
	}
	#header #global-nav ul li a,
	#header.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #000;
		padding: 18px 0;
		text-decoration: none;
	}
	#nav-toggle {
		display: block;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 79px;
	    height: 79px;
	    background-image: url(../images/img_menu.png);
	    background-position: 0 0;
	    background-size: 79px auto;
	    background-repeat: no-repeat;
	    text-indent: -10000px;
	}
	/* #nav-toggle 切り替え */
	.open #nav-toggle {
	    background-image: url(../images/img_menu_close.png);
	    background-position: 0 0;
	    background-size: 79px auto;
	    background-repeat: no-repeat;
	    text-indent: -10000px;
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(709px);
	}
	#global-nav ul li a span{
		display: block;
		font-size: 11px;
		color: #f06683;
		}
}
/*mainimage*/
#mainimage{
	text-align: center;
	padding-top: 78px;
	/*min-height: 470px;
	background-image: url(../images/main_image_pc.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	text-indent: -10000px;*/
	}
#mainimage img{
	width: 100%;
	vertical-align: bottom;
	}
.spimage{
	display: none;
	}
/*新着情報*/
#news{
	background: #f7f7f7;
	padding: 20px 0;
	overflow: hidden;
	}
#news h2{
	display: inline-block;
	float: left;
	font-size: 20px;
	/*line-height: 25px;
	color: #f06683;*/
	width: 10%;
	float: left;
	letter-spacing: 0;
	padding-top: 5px;
    margin-bottom: 0;
	/*margin: 0 20px 0 0 !important;*/
	}
#news span.dot01{
	display: inline-block;
	margin: 12px 10px;
	/* float: left; */
	color: #f06683;
	}
#news ul{
	/*display: inline-block;*/
	width: 85%;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#news ul li span.date{
	/*display: inline-block;
	margin-right: 10px;*/
	display: block;
	margin-bottom: 5px;
	}
	
/*トップページ共通部分*/
/*見出し*/
body.home h2,
footer h2{
	font-size: 36px;
	letter-spacing: 15px;
	line-height: 40px;
	position: relative;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
	}

@-moz-document url-prefix() {
	body.home h2 span.big_letter,
	footer h2 span.big_letter{
		margin-right: 0 !important;
	}
}

body.home h2 span.big_letter,
footer h2 span.big_letter{
	margin-right: -16px;
	white-space:nowrap;
	}
body.home h2 span.small_letter,
footer h2 span.small_letter{
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
	letter-spacing: 0;
	margin: 0 auto;
	width: 90%;
	text-align: center;
	}
#personality h2 span.small_letter{
	color: #056aad;
	border-top: 1px solid #fff;
	}
#message h2 span.small_letter{
	color: #056aad;
	border-top: 1px solid #333333;
	}
#service h2 span.small_letter,
#staff span.small_letter,
#information span.small_letter{
	color: #f06683;
	border-top: 1px solid #333333;
	}

/*余白*/
#personality,
#service,
#staff,
#information{
	padding: 5% 0;
	text-align: center;
	}
#message .message_bg{
	padding: 5% 0;
	text-align: center;
	}
@media screen and ( min-width:1030px ){
		#inner_block div{
			text-align: left;
			/*width: 640px;*/
		}
	}
@media screen and ( max-width:1029px ){
		#inner_block div{
			text-align: left;
			/*width: 640px;*/
			padding: 0 3%;
		}
	}

/*求める人物像*/
#personality{
	background-image: url(../images/bg_personality.png);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	}
#personality #inner_block div{
	float: right;
	width: 640px;
	}
#personality h2{
	color: #fff;
	}
#personality ul{
	list-style: none;
	margin: 0;
	line-height: 25px;
	}
#personality ul li{
	margin-left: 25px;
	}
#personality ul li:before{
	content: "●" ;
	margin-right: 5px;
	color: #056aad;
	}
/*社長メッセージ*/
#message h3{
	color: #056aad;
	font-size: 27px;
	line-height: 45px;
	margin-bottom: 30px;
	}
#message h3 span.line_marker{
	background: linear-gradient(transparent 65%, #fffc9d 0%);
	}
@media screen and ( min-width:1020px ){
	#message .message_bg{
		background: url(../images/bg_message_pc.png) right bottom no-repeat;
		}
	}
#message .message_bg{
	max-width: 1000px;
	margin: 0 auto;
	}
#message #inner_block div{
	max-width: 640px;
	}
p.right_text{
	text-align: right;
	margin: 0;
	}
p.right_text span{
	font-size: 18px;
	display: inline-block;
	margin-left: 10px;
	}
/*サービス*/
#service{
	background: #f1f1f1;
	}
#service ul{
	list-style: none;
	padding: 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	}	
#service ul figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#service ul figure span{
	font-size: 14px;
	font-weight: normal;
	}
#service ul figcaption {
	position: absolute;
	bottom: -60px;
	right: -60px;
	z-index: 2;
	width: 120px;
	height: 15px;
	background-color: rgba(240,102,131,.88);
	background-image: url(../images/more_service.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	line-height: 15px;
	text-align: left;
	padding: 10px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 0px;
}
#service ul li a:hover figcaption {
	bottom: 20px;
	right: 0;
}
#service ul li{
	width: 33%;
	float: left;
	}
@media screen and ( min-width:1031px ){
	#service ul{
		margin: 40px 0 0 0;
		}
	#service ul li{
		/*margin-left: 80px;*/
		}
	}
@media screen and ( max-width:1030px ){
	#service ul{
		/*margin: 40px 0 0 0;
		padding: 0 5%;*/
		}
	#service ul li:nth-child(odd){
		float: left;
		}
	#service ul li:nth-child(even){
		float: right;
		}
	}

#service ul li:nth-last-child(2),
#service ul li:nth-last-child(5){
	/*margin: 0 80px;*/
	}
#service ul li a{
	text-decoration: none;
	display: block;
	padding: 0 5%;
	}
#service ul li img{
	width: 100%;
	}
#service ul li h3{
	font-weight: bold;
	margin-top: 20px;
	}
#service ul li span.dot_pink{
	font-size: 8px;
	letter-spacing: 10px;
	display: inline-block;
	margin: 8px 0;
	color: #f06683;
	}
#service ul li p{
	margin-bottom: 40px;
	text-align: left;
	}
/*社員紹介*/
/*吹き出し*/
#staff .comment_staff{
	text-align: center;
	/*padding: 10px;*/
	margin: 0 auto 38px auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	width: 50% !important;
	background-image: url(../images/bg_staff.png);
	background-repeat: no-repeat;
	background-position: 3% center;
	background-size: 28px auto;
	font-weight: bold;
	}
#staff .comment_staff span{
	padding: 2% 2% 2% 8%;
	display: inline-block;
	}
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #f06683;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 8px;
	margin-left: -8px;
}
.arrow_box:before {
	border-color: rgba(240, 102, 131, 0);
	border-top-color: #f06683;
	border-width: 9px;
	margin-left: -9px;
}
/*画像のエフェクト*/
#staff figure {
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	position: relative;
	}
#staff figure img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
}
#staff ul{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	}
@media screen and ( max-width:1060px ){
	#staff ul{
		padding: 0 3%;
		}
	}
#staff ul li a:hover figure img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(70%) blur(2px);
}
/*文字のエフェクト*/
#staff figure figcaption{
	position: absolute;
	top: -20px;
	left: 0;
	/*z-index: -1;*/
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color: #444;
	/*font-size: 18px;*/
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
	}
#staff ul li a:hover figcaption {
	top: 100px;
	opacity: 1;
}
#staff figure figcaption span{
	display: inline-block;
	padding: 10px 15px;
	/*border: 1px solid #fff;*/
	color: #fff;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: rgba( 240, 102, 131, 0.8 );
	}
#staff ul{
	list-style: none;
	margin: 0;
	}
#staff ul li{
	width: 15%;
	float: left;
	margin-left: 2%;
	text-align: left;
	}
#staff ul li a{
	text-decoration: none;
	}
#staff ul li:first-child{
	margin-left: 0;
	}
#staff ul li span.staff_date{
	display: block;
	padding: 0 10px;
	margin-top: 15px;
	border-left: 1px solid #999999;
	}
#staff ul li a:hover span.staff_date{
	border-left: 1px solid #f06683;
	}
#staff ul li span.staff_name{	
	font-size: 20px;
	font-weight: bold;
	color: #f06683;
	display: block;
	margin-bottom: 5px;
	}
#staff ul li span.bussiness{
	display: block;
	font-weight: bold;
	}
/*募集情報*/
#information{
	background: #f1f1f1;
	}
#information .new_graduates,
#information .new_graduates02{
	width: 460px;
	}
@media screen and ( min-width:940px ){
	#information .new_graduates{
		float: left;
		}
	#information .new_graduates02{
		float: right;
		}
	#guideline{
		margin-top: -100px;
		}
	}
@media screen and ( max-width:939px ){
	#guideline{
		position: relative;
		}
	#guideline div{
		margin: 0 auto;
		}
	}
#information .new_graduates h3{
	/*width: 460px;*/
	height: 176px;
	background: url(../images/bg_information01_pc.png) 0 bottom no-repeat;
	position: relative;
	letter-spacing: 5px;
	}
#information .new_graduates h3 strong{
	position: absolute;
    color: #fff;
    font-weight: bold;
    top: 125px;
    left: 200px;
	}
#information .new_graduates h3 strong span,
#information .new_graduates02 h3 strong span{
	font-size: 24px;
	}
#information .new_graduates02 h3{
	/*width: 460px;*/
	height: 176px;
	background: url(../images/bg_information02_pc.png) right bottom no-repeat;
	position: relative;
	letter-spacing: 5px;
	}
#information .new_graduates02 h3 strong{
	position: absolute;
	color: #fff;
	font-weight: bold;
	top: 130px;
	right: 180px;
	}
#information .new_graduates ul,
#information .new_graduates02 ul{
	list-style: none;
	margin: 0;
	}
#guideline ul li{
	width: 220px;
	margin-top: 15px;
	}
#guideline ul li:nth-child(odd){
	float: left;
	}
#guideline ul li:nth-child(even){
	float: right;
	}
#guideline ul li a{
	padding: 15px;
	display: block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	}
.new_graduates ul li a{
	border: 1px solid #f26b87;
	color: #f26b87;
	background: url(../images/list_information01_pc.png) 95% center no-repeat #fff;
	}
.new_graduates ul li a:hover{
	background-color: #f26b87;
	background-image: url(../images/list_information03_pc.png);
	color: #fff;
	}
.new_graduates02 ul li a{
	border: 1px solid #1173b4;
	color: #1173b4;
	background: url(../images/list_information02_pc.png) 95% center no-repeat #fff;
	}
.new_graduates02 ul li a:hover{
	background-color: #1173b4;
	background-image: url(../images/list_information03_pc.png);
	color: #fff;
	}
/*エントリーフォーム*/
#entry{
	background: #056aad;
	text-align: center;
	}
#entry img.formarrow{
	max-width: 100%;
	vertical-align: top;
	}
#entry a{
	display: block;
	padding: 80px 0 60px 0;
	color: #fff;
	text-decoration: none;
	}
#entry a img{
	vertical-align: middle;
	margin: -40px 40px 0 0;
	}
#entry a span{
	font-size: 30px;
	display: inline-block;
	padding: 0 40px 5px 0;
	background: url(../images/list_form_pc.png) right center no-repeat;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	}
#entry a:hover span{	
	/*color: #FFFC9D;*/
	/*text-decoration: underline;*/
	/*border-bottom: 1px solid #fff;*/
	}
/*footer*/
#utilitymenu{
	float: right;
	width: 370px !important;
	padding-top: 10px;
	}
#utilitymenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	}
#utilitymenu ul li{
	float: left;
	display: inline-block;
	margin-left: 30px;
	}
#utilitymenu ul li a{
	text-decoration: none;
	}
#colophon #inner_block{
	padding: 30px 0;
	}
#colophon #inner_block #site-info{
	width: 400px;
	float: left;
	}
#colophon #inner_block #site-info img{
	width: 320px;
	}
#site-copy{
	text-align: center;
	padding: 30px 0;
	background: #f1f1f1;
	}
/*コンテンツページ*/
/*見出し共通スタイル*/
#heading03_h1 h1{
	font-size: 32px;
	line-height: 32px;
	display: inline-block;
	width: 241px;
	padding: 40px 34px 30px 34px;
	background-color: rgba(240,102,131,.8);
	text-align: center;
	color: #fff;
	}
.single-staff #heading03_h1 h1{
	padding: 70px 34px 35px 34px;
	}
.dot_white{
	font-size: 10px;
    letter-spacing: 12px;
    line-height: 3;
    display: inline-block;
    /*margin: 8px 0;*/
    color: #fff;
	}
.subtitle{
	font-size: 20px;
	line-height: 24px;
	display: inline-block;
	margin-bottom: 40px;
	}
#heading03_h1 h1 ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	}
#heading03_h1 h1 ul li{
	margin-bottom: 8px;
	}
#heading03_h1 h1 ul li a{
	color: #fff;
	text-decoration: none;
	display: block;
	border-radius: 4px;
	border: 1px solid #fff;
	padding: 5px 0;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	background-image: url(../images/list_form_pc.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 8px auto;
	}
#heading03_h1 h1 ul li a:hover{
	background: #fff;
	color: #f06683;
	background-image: url(../images/list_information01_pc.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 8px auto;
	}
ul#staff_date{
	margin-top: 40px !important;
	text-align: left;
	}
ul#staff_date li.staff_name{
	font-size: 22px;
	margin-bottom: 5px;
	}
ul#staff_date li.staff_date02{
	font-size: 14px;
	margin-bottom: 0px;
	}
/*基本設定*/
#heading01_h1{
	padding-top: 79px;
	}
#content{
	max-width: 1000px;
	margin: 0 auto 30px auto;
	}
.single #content{
	margin: 30px auto;
	}
#sidebox,
#heading03_h1,
#pankuzu_block{
	max-width: 1000px;
	margin: 0 auto;
	}
/*募集要項*/
/*見出し*/
#content h2{
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 25px;
	}
#content h2:before{
	content: "●●●";
	font-size: 12px;
    letter-spacing: 8px;
    line-height: 3;
    display: inline-block;
    color: #f26b87;
    vertical-align: middle;
    margin-right: 5px;
	}
#content h3{
	padding: 10px 20px;
	background: #f1f1f1;
	color: #f26b87;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 25px;
	}
#content h4{
	padding: 10px 0;
	border-bottom: 1px solid #f26b87;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 25px;
	}
#content h5{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	}
#content h5:before{
	content: "●";
	font-size: 24px;
    line-height: 3;
    display: inline-block;
    color: #f26b87;
    vertical-align: middle;
    margin-right: 5px;
	}
/*採用用情報*/
.page-id-28 #heading03_h1{
	background: url(../images/ct_sola.jpg) right center no-repeat;
	}
.page-id-396 #heading03_h1{
	background: url(../images/ct_gstand.jpg) right center no-repeat;
	}
.page-id-393 #heading03_h1{
	background: url(../images/ct_mobile.jpg) right center no-repeat;
	}
.page-id-398 #heading03_h1{
	background: url(../images/ct_nature.jpg) right center no-repeat;
	}
.page-id-400 #heading03_h1{
	background: url(../images/ct_spa.jpg) right center no-repeat;
	}
.page-id-402 #heading03_h1{
	background: url(../images/ct_house.jpg) right center no-repeat;
	}
/*スタッフ紹介*/
.postid-430 #heading03_h1{
	background: url(../images/img_staff01.jpg) right center no-repeat;
	}
.postid-415 #heading03_h1{
	background: url(../images/img_staff02.jpg) right center no-repeat;
	}
.postid-429 #heading03_h1{
	background: url(../images/img_staff03.jpg) right center no-repeat;
	}
.postid-414 #heading03_h1{
	background: url(../images/img_staff04.jpg) right center no-repeat;
	}
.postid-431 #heading03_h1{
	background: url(../images/img_staff05.jpg) right center no-repeat;
	}
.postid-432 #heading03_h1{
	background: url(../images/img_staff06.jpg) right center no-repeat;
	}

#heading01_h1{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	}
/*スタッフ紹介*/
.page-id-28 #heading01_h1{
	background-image: url(../images/bg_ct_sola.jpg);
	}
.page-id-396 #heading01_h1{
	background-image: url(../images/bg_ct_gstand.jpg);
	}
.page-id-393 #heading01_h1{
	background-image: url(../images/bg_ct_mobile.jpg);
	}
.page-id-398 #heading01_h1{
	background-image: url(../images/bg_ct_nature.jpg);
	}
.page-id-400 #heading01_h1{
	background-image: url(../images/bg_ct_spa.jpg);
	}
.page-id-402 #heading01_h1{
	background-image: url(../images/bg_ct_house.jpg);
	}
/*スタッフ紹介*/
.postid-430 #heading01_h1{
	background-image: url(../images/bg_staff01.jpg);
	}
.postid-415 #heading01_h1{
	background-image: url(../images/bg_staff02.jpg);
	}
.postid-429 #heading01_h1{
	background-image: url(../images/bg_staff03.jpg);
	}
.postid-414 #heading01_h1{
	background-image: url(../images/bg_staff04.jpg);
	}
.postid-431 #heading01_h1{
	background-image: url(../images/bg_staff05.jpg);
	}
.postid-432 #heading01_h1{
	background-image: url(../images/bg_staff06.jpg);
	}

#new_graduate,
#carrier{
	padding: 30px 0 30px 0;
	}
/*table*/
#content table{
	width: 100%;
	}
#content table tr th{
	background: #333;
	color: #fff;
	font-weight: normal;
	}
#content table tr th,
#content table tr td{
	padding: 10px;
	border: 1px solid #cccccc;
	}
/*パンくずリスト*/
#pankuzu{
	padding: 10px;
	font-size: 11px;
	background: #f1f1f1;
	text-align: right;
	}
/*スタッフ紹介*/
div#staff_editor h3{
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #f06683;
	background: none;
	margin-bottom: 18px;
	padding-left: 40px;
	background: url(../images/h3_staff_editor.png) 6px center no-repeat;
	}
.staff_left{
	width: 65%;
	float: left;
	}
.staff_right{
	width: 30%;
	float: right;
	}
.staff_right img{
	width: 100%;
	height: auto;
	}
#staff_schedule h4.arrow_box{
	text-align: center;
	padding: 10px;
	margin: 0 auto 20px auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	width: 400px !important;
	background-repeat: no-repeat;
	background-position: 3% center;
	background-size: 28px auto;
	font-weight: bold;
	color: #f06683;
	}
#staff_schedule{
	background: #f2f2f2;
	margin: 5% 0;
	}
.schedule_left{
	width: 70%;
	float: left;
	position: relative;
	}
/*#staff_schedule .schedule_left table{
	width: 90% !important;
	margin: 0 auto 5% auto;
	}
#staff_schedule .schedule_left table tr th,
#staff_schedule .schedule_left table tr td{
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #ccc !important;
	padding: 10px 0;
	}*/
#staff_schedule .schedule_left ul{
	width: 90% !important;
	margin: 0 auto 5% auto;
	list-style: none;
	}
#staff_schedule .schedule_left ul li{
	border-bottom: 1px solid #ccc ;
	padding: 10px 0;
	}
#staff_schedule .schedule_left ul li:last-child{
	border-bottom: none ;
	}
#staff_schedule .schedule_left ul li dl,
#staff_schedule .schedule_left ul li dl dt,
#staff_schedule .schedule_left ul li dl dd{
	margin-bottom: 0;
	}
#staff_schedule .schedule_left ul li .time{
	width: 15%;
	float: left;
	font-weight: normal;
	/*display: inline-block;*/
	}
#staff_schedule .schedule_left ul li dl dd{
	width: 80%;
	float: right;
	}
.schedule_left h4{
	margin-top:  -25px !important;
	}
.schedule_left h4 img{
	vertical-align: middle;
	margin: 0 15px 0 0;
	}
.schedule_right{
	width: 30%;
	float: right;
	}
#staff_bottom_block .staff_bottom_right ul li a{
	display: block;
	overflow: hidden;
	color: #f06683;
	background: url(../images/bg_bottom_staff.png) 90% center no-repeat;
	/*padding: 3%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;*/
	}
#staff_bottom_block .staff_bottom_right ul li a:hover{
	/*background-color: #ffeeee;*/
	text-decoration: underline !important;
	}
.schedule_right img{
	vertical-align: bottom;
	}
#staff_bottom_block .staff_bottom_left{
	float: left;
	width: 14%;
	}
#staff_bottom_block .staff_bottom_right{
	float: right;
	width: 84%;
	}
#staff_bottom_block .staff_bottom_right ul{
	list-style: none;
	margin: 0 0 0 -3%;
	}
#staff_bottom_block .staff_bottom_left a{
	display: block;
	background: #f06683;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	padding: 40% 3%;
	text-align: center;
	}
#staff_bottom_block .staff_bottom_right ul li{
	float: left;
	margin: 0 0 1% 3%;
	width: 30%;
	overflow: hidden;
	}
#staff_bottom_block .staff_bottom_right ul li img{
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
	float: left;
	border: 1px solid #ccc;
	}
#staff_bottom_block .staff_bottom_right ul li:nth-child(3) span{
	padding: 10px 0 0 0;
	}
#staff_bottom_block .staff_bottom_right ul li:nth-child(1) span,
#staff_bottom_block .staff_bottom_right ul li:nth-child(2) span,
#staff_bottom_block .staff_bottom_right ul li:nth-child(4) span,
#staff_bottom_block .staff_bottom_right ul li:nth-child(5) span,
#staff_bottom_block .staff_bottom_right ul li:nth-child(6) span{
	padding: 20px 0 0 0;
	}
#staff_bottom_block .staff_bottom_right ul li span{
	display: inline-block;
	font-weight: bold;
	}
/* ============================
   pagetop
/* ============================ */
.pagetop {
	position: fixed;
	right: 10px;
	bottom: 50px;
	z-index: 9000;
	display: block;
}
.pagetop a {
	display: block;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f06683;/* 円の色 */
	text-align: center;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	}
.pagetop a img{
	vertical-align: middle;
	padding-top: 15px;
	}
.pagetop a:hover {
	background: #f09aac;
	/*color: #ffffff;*/
}
.sp_pagetop{
	display: none;
	}