@charset "utf-8";

/****************************************

	/* CSS Reset

*****************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
a {
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
}
ins {
	color: #000;
	text-decoration: none;
	background-color: #ff9;
}
mark {
	color: #000;
	font-style: italic;
	font-weight: bold;
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select, textarea, img {
	vertical-align: middle;
}
ul, dl, ol {
	list-style: none;
}
.dottedline{
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: gray;
	height: 1px;
}


/****************************************

	共通設定

*****************************************/

/* Common
--------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width: 100%;
}
body {
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #344;
	line-height: 1.6;
	background: url("images/***.png") #fff;
}
h1, h2, h3, h4, h5, h6, th {
    font-weight: 300;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img, video, object {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: none;
}
.fade {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
.fade:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
::selection {
    background: #ffc750; /* Safari */
}
::-moz-selection {
    background: #ffc750; /* Firefox */
}
.color_pink{
	color: #ff8282;
}
.color_orange{
	color: #ff6700;
	font-weight: bold;
}
.font_small{
	font-size: 14px;
}
.font_bold{
	font-weight: bold;
}


/* header
--------------------- */
header{
	width: 100%;
	border-top: 11px solid #0756a5;
}
#header{
	width: 900px;
	height: 112px;
	margin: 5px auto;
}
#header_logo{
	width: 371px;
	height: 112px;
	float: left;
}
#header_tel{
	width: 310px;
	height: 112px;
	float: right;
}
#header_ctabtn{
	width: 158px;
	height: 112px;
	float: right;
}


/* nav
--------------------- */
nav{
	width: 100%;
	height: 80px;
	background-repeat: repeat-x;
	background: url("../img/nav_bg.gif") #fff;
}
#nav{
	width: 900px;
	margin: 0 auto;
}
#nav li{
	width: 300px;
	float: left;
}


/* cta
--------------------- */
.cta_mid_base{
	width: 900px;
	height: 325px;
	margin: 0 auto;
	background: url("../img/cta_mid_base.jpg") #fff;
	clear: both;
}
.cta_mid_btn{
	height: 65px;
	margin: 0 auto;
	padding: 247px 0 0;
	width: 881px;
}


/* footer
--------------------- */
footer{
	width: 100%;
	font-size: 12px;
	background: #0756a5;
	font-weight: bold;
	margin: 80px 0 0;
	padding: 5px 0;
}
h5{
	color: #fff;
	text-shadow: 1px 1px 3px #094d81;
	text-align: center;
	padding: 5px 0;
}


/* pagetop
--------------------- */
#scrollTop {
	position: fixed;
	right: 20px;
	z-index: 9999;
}
#scrollTop a {
	display: block;
	width: 44px;
	height: 44px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background: rgba(0,0,0,.25);
	border-radius: 50%;
	-webkit-transition-duration:0.2s;
	transition-duration: 0.2s;
}
#scrollTop a:hover {
	line-height: 32px;
	background: rgba(0,0,0,.5);
	-webkit-transition-duration:0.2s;
	transition-duration: 0.2s;
}



/****************************************

	TOPページ

*****************************************/
/* keyv
--------------------- */
#keyvbg{
	width: 100%;
	height: 403px;
	background-repeat: repeat-x;
	background: url("../img/keyv_bg.jpg") #fff;
}
#keyv{
	width: 900px;
	height: 403px;
	background: url("../img/keyv.jpg") #fff;
	margin: 0 auto;
}
#keyv img{
	width: 467px;
	height: 120px;
	margin: 274px 0 0 437px;
}
/* keyv_kobe
--------------------- */
#keyvbg_kobe_indeed{
	width: 100%;
	height: 403px;
	background-repeat: repeat-x;
	background: url("../img/keyvbg_kobe_indeed.gif") #fff;
}
#keyv_kobe_indeed{
	width: 900px;
	height: 403px;
	background: url("../img/keyv_kobe_indeed.jpg") #fff;
	margin: 0 auto;
}
#keyv img{
	width: 467px;
	height: 120px;
	margin: 274px 0 0 437px;
}

/* bnr
--------------------- */
#bnr_10jpy{
	width: 900px;
	height: 182px;
	margin: 10px auto;
}
#bnr_card{
	width: 900px;
	height: 203px;
	margin: 0 auto 10px;
}


/* contents
--------------------- */
/* subttl */
.subttlbg{
	width: 100%;
	height: 127px;
	clear: both;
	background-repeat: repeat-x;
	background: url("../img/subttl_bg.gif") #fff;
}
.subttlbg h2{
	width: 900px;
	height: 127px;
	margin: 0 auto;
}
.subttlbg h4{
	width: 900px;
	height: 127px;
	margin: 30px auto 0;
}

/* 3reason */
#threereason{
	width: 900px;
	height: 462px;
	font-size: 14px;
	margin: 10px auto 55px;
}
#threereason_hosyo{
	width: 298px;
	height: 462px;
	float: left;
	background: url("../img/3reason_hosyo.gif") #fff;
}
#threereason_hosyo p{
	line-height: 24px;
	margin: 0 auto;
	padding: 220px 0 0;
	width: 280px;
}
#threereason_kinmu{
	width: 298px;
	height: 462px;
	float: left;
	margin: 0 3px;
	background: url("../img/3reason_kinmu.gif") #fff;
}
#threereason_kinmu p{
	line-height: 24px;
	margin: 0 auto;
	padding: 140px 0 0;
	width: 280px;
}
#threereason_ngroup{
	width: 298px;
	height: 462px;
	float: left;
	background: url("../img/3reason_ngroup.gif") #fff;
}
#threereason_ngroup p{
	line-height: 24px;
	margin: 0 auto;
	padding: 140px 0 0;
	width: 280px;
}
#threereason_sixyears{
	width: 900px;
	height: 53px;
	margin: 0 auto;
}
#threereason_sixyears_info{
	margin: 25px auto 10px;
	text-align: center;
	width: 730px;
}
#threereason_infograf{
	width: 900px;
	margin: 0 auto 45px;
}
#threereason_infograf p{
	float: right;
	font-size: 14px;
	margin: 15px 0 0;
	width: 420px;
}

/* secret */
#subttl_secret p{
	margin: 15px auto 25px;
	text-align: center;
	font-size: 16px;
	width: 800px;
}
#secret{
	width: 900px;
	height: 358px;
	margin: 0 auto;
}
#secret h3{
	font-weight: bold;
	color: #ff8282;
	text-align: center;
	margin: 75px 0 5px;
}
#secret_service{
	width: 298px;
	height: 358px;
	float: left;
	background: url("../img/secret_service.gif") #fff;
}
#secret_service p{
	font-size: 14px;
	margin: 0 auto;
	width: 285px;
	text-align: left;
}
#service_kyoiku{
	width: 298px;
	height: 358px;
	float: left;
	margin: 0 3px;
	background: url("../img/service_kyoiku.gif") #fff;
}
#service_kyoiku p{
	font-size: 14px;
	margin: 0 auto;
	width: 285px;
	text-align: left;
}
#service_koyo{
	width: 298px;
	height: 358px;
	float: left;
	background: url("../img/service_koyo.gif") #fff;
}
#service_koyo p{
	font-size: 14px;
	margin: 0 auto;
	width: 285px;
	text-align: left;
}
#service_subttl_sonota{
	width: 900px;
	margin: 30px auto;
}
#service_subttl_sonota h4{
	color: #ff8282;
	font-weight: bold;
	margin: 0 0 5px 35px;
}
#service_subttl_sonota p{
	width: 610px;
	margin: 0 0 0 35px;
	text-align: left;
}
#service_app{
	width: 900px;
	height: 141px;
	margin: 20px 0 0;
	background: url("../img/service_app.gif") #fff;
}
#service_line{
	width: 900px;
	height: 141px;
	margin: 20px 0 0;
	background: url("../img/service_line.gif") #fff;
}
#service_ticket{
	width: 900px;
	height: 141px;
	margin: 20px 0 0;
	background: url("../img/service_ticket.gif") #fff;
}
#service_call{
	width: 900px;
	height: 141px;
	margin: 20px 0 0;
	background: url("../img/service_call.jpg") #fff;
}
#service_gooddesign{
	width: 900px;
	height: 141px;
	margin: 20px 0 65px;
	background: url("../img/service_gooddesign.gif") #fff;
}
#service_akb{
	width: 900px;
	height: 141px;
	margin: 20px 0 0;
	background: url("../img/service_akb.jpg") #fff;
}

/* voice */
#subttl_voice{
	margin: 60px auto 0;
}
#subttl_voice article{
	width: 900px;
	margin: 25px auto 0;
}
.voice_ttl{
	font-weight: bold;
	margin: 0 0 0 245px;
	padding: 5px 0 0;
}
.voice_info{
	font-size: 14px;
	margin: 18px 0 0 210px;
	width: 700px;
}
.voice_nensyu{
	margin: 8px 0 0 210px;
	font-weight: bold;
}
#voice_man_osaka{
	height: 208px;
	background: url("../img/voice_man_osaka.jpg") #fff;
}
#voice_woman_osaka{
	height: 208px;
	margin: 15px 0 0;
	background: url("../img/voice_woman_osaka.jpg") #fff;
}
#voice_man_kyoto_megane{
	height: 208px;
	margin: 15px 0 0;
	background: url("../img/voice_man_kyoto_megane.jpg") #fff;
}
#voice_man_kyoto{
	height: 208px;
	margin: 15px 0 0;
	background: url("../img/voice_man_kyoto.jpg") #fff;
}
#voice_field{
	margin: 50px auto 20px;
}
#voice_field_info{
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
	width: 800px;
}
#voice_bnr_kanko{
	width: 900px;
	height: 716px;
	margin: 10px auto 0;
}
#voice_info_kanko{
	width: 900px;
	height: 430px;
	margin: 15px auto 0;
	background: url("../img/voice_info_kanko.gif") #fff;
	background-repeat: no-repeat;
}
#voice_info_kanko_ttl{
	font-weight: bold;
	margin: 0 0 0 60px;
}
#voice_info_kanko_info{
	font-size: 14px;
	margin: 0 0 0 60px;
	width: 825px;
}
#voice_info_kanko_subinfo{
	font-size: 14px;
	margin: 50px 0 0 60px;
	width: 825px;
}
#voice_bnr_btm{
	margin: 20px 0 0;
	height: 720px;
}
#voice_bnr_btm h3{
	font-weight: bold;
	margin: 13px 0 0 42px;
}
#voice_bnr_btm p{
	font-size: 14px;
	margin: 35px 0 0 16px;
}
#voice_bnr_expert{
	width: 450px;
	float: left;
}
#voice_info_expert{
	width: 450px;
	height: 60px;
	background: url("../img/voice_info_expert.gif") #fff;
}
#voice_bnr_kidscare{
	width: 450px;
	float: right;
}
#voice_info_kidscare{
	width: 450px;
	height: 60px;
	background: url("../img/voice_info_kidscare.gif") #fff;
}

/* faq */
#subttl_faq{
	height: 730px;
	margin: 60px auto 0;
}
#faq{
	width: 900px;
	margin: 30px auto 0;
}
#faq .faqinfo{
	width: 900px;
	margin: 0 0 30px;
}
#faq div h4{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
	clear: both;
}
#faq div h4 img{
	width: 34px;
	height: 34px;
	margin: 0 10px -9px 0;
}
#icon_a{
	width: 34px;
	height: 34px;
	margin: 0 10px 0 0;
	float: left;
}
#faq div p{
	float: right;
	width: 856px;
	margin: 0 0 20px;
	font-size: 14px;
}

/* form */
#form{
	border: 1px solid #004ea2;
	margin: 20px auto 40px;
	padding: 0 10px;
	width: 930px;
}
#mailform{
	width: 900px;
	font-size: 14px;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0;
	text-align: center;
}
#submit_btn{
	background: rgba(0, 0, 0, 0) url("../img/cta_btn_off.gif") repeat scroll 0 0;
	height: 49px;
	width: 225px;
}
.form_font_small{
	font-size: 12px;
}
.hissuimg{
	width: 35px;
	height: 18px;
}
table{
	/*width: 900px;*/
	font-size: 14px;
	margin: 0 auto;
}
table th, table td {
	border: none;
	background: none;
	text-align: left;
	padding: 25px 10px;
	vertical-align: top;
}
table tr.first th {
	border-top: 1px solid #004ea2;
}
table tr.first td {
	border-top: 1px dotted #ccc;
}
table th {
	border-bottom: 1px solid #004ea2;
	width: 100px;
	color: #004ea2;
}
#recruitinfo_ttl {
	border-bottom: 1px solid #004ea2;
	width: 160px;
	color: #004ea2;
}
#flow_ttl {
	border-bottom: 1px solid #004ea2;
	width: 120px;
	color: #004ea2;
}
#form_ttl {
	border-bottom: 1px solid #004ea2;
	width: 200px;
	color: #004ea2;
}
table td {
	border-bottom: 1px dotted #ccc;
	color: #1b1b1b;
}


/****************************************

	company

*****************************************/
#companyinfo{
	font-size: 14px;
}


/****************************************

	recruit

*****************************************/


/****************************************

	form

*****************************************/
form button {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0a0, #080) repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	box-shadow: 0 5px 0 #060;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "Noto Sans Japanese",Meiryo,sans-serif;
	font-size: 20px;
	margin: 20px auto 0;
	outline: medium none;
	padding: 1em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	top: 0;
	transition-duration: 0.3s;
	width: 50%;
}
form button::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	display: block;
	height: 8px;
	margin-top: -5px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: rotate(45deg);
	transition-duration: 0.3s;
	width: 8px;
}
form button:hover {
	box-shadow: 0 0 0 #060;
	top: 5px;
}
form button:hover::after {
	right: 7px;
}


/****************************************

	thanks

*****************************************/
#thanks {
	width: 900px;
	margin: 0 auto;
	padding: 220px 0 0;
	background: url("../img/thanks_bg.gif") no-repeat scroll center 40px #FFFFFF;
	line-height: 1.6;
	text-align: center;
}
#thanks span {
	color: #221144;
	font-size: 24px;
	font-weight: bold;
}
#thanks p {
	margin: 25px 0;
}
#thanks p a {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}


/****************************************

	indeed

*****************************************/
#sanka{
	width: 900px;
	height: 182px;
	clear: both;
	margin: 15px auto;
}
#recruitinfo{
	width: 900px;
	margin: 0 auto;
}
.indeed_infoall a{
	text-decoration: none;
	/*color: #1a1a1a;*/
}
.indeed_infoall a:hover{
	text-decoration: underline;
	color: #56ca00;
}
#table_all{
	width: 900px;
	margin: 15px auto 0;
}
#table_left{
	width: 550px;
	float: left;
}
#table_right{
	width: 335px;
	float: right;
}
#table_left h2{
	background-color: #0656a4;
	border-left: 5px solid #126bc2;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	padding: 5px 0 0 12px;
	width: 550px;
}
#table_right h2{
	background-color: #0656a4;
	border-left: 5px solid #126bc2;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	padding: 5px 0 0 12px;
	width: 335px;
}
#table_left p{
	font-size: 14px;
	padding: 10px 0 0 17px;
}
.table_left_info{
	margin: 0 0 30px 0;
}
.table_left_infosecond{
	margin: 0 0 10px 0;
}
#table_left .bg_orange{
	background-color:#fff4ec;
	padding: 10px 15px;
	margin: 0 0 25px;
}
#table_mid{
	clear: both;
	margin: 0 auto;
	width: 900px;
	font-size: 14px;
}
#table_mid_left{
	width: 335px;
	float: left;
}
#table_mid_right{
	width: 550px;
	float: right;
	margin: 0 0 40px;
}
#table_mid h2{
	background-color: #0656a4;
	border-left: 5px solid #126bc2;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	margin: 0 0 15px;
	padding: 5px 0 0 12px;
	width: 900px;
}
#table_mid h3{
	font-weight: bold;
}
#table_voice{
	width: 900px;
	margin: 0 auto;
	clear: both;
	font-size: 14px;
}
#table_voice h2{
	background-color: #0656a4;
	border-left: 5px solid #126bc2;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	margin: 0 0 15px;
	padding: 5px 0 0 12px;
	width: 900px;
}
#table_voice h3{
	font-weight: bold;
}
#interview h2{
	background-color: #0656a4;
	border-left: 5px solid #126bc2;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	margin: 0 0 15px;
	padding: 5px 0 0 12px;
	width: 900px;
}
#interview{
	width: 900px;
	clear: both;
	margin: 0 auto;
}
.interview_img{
	width: 55px;
	float: left;
}
.interview_name{
	width: 190px;
	font-size: 12px;
	float: left;
}
.interview_text{
	width: 655px;
	font-size: 14px;
	border-left: 1px dotted #1d1d1d;
	padding: 0 0 0 20px;
	float: left;
}
.interview_dottedline{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #ccc;
	height: 1px;
}
#interview_info01{
	height: auto;
	margin: 0 0 115px;
	width: 900px;
}
#interview_info02{
	height: auto;
	margin: 0 0 115px;
	width: 900px;
}
#interview_info03{
	height: auto;
	margin: 0 0 130px;
	width: 900px;
}
#interview_photo{
	width: 900px;
	font-size: 12px;
	margin: 0 auto;
}
#interview_photo ul li{
	width: 260px;
	float: left;
}
#interview_photo_c{
	margin: 0 60px;
}
#flow{
	width: 900px;
	margin: 485px auto 0;
	clear: both;
}
#flow h2{
	background-color: #0656a4;
	border-left: 5px solid #126bc2;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	margin: 0 0 15px;
	padding: 5px 0 0 12px;
	width: 900px;
}











/*ギャラリー全体のコンテナー*/
#stage {
	position: relative;
	max-width: 335px;
	margin: 0 auto;
}
/*全サムネイルのコンテナー*/
#thumbs {
	margin: 2% 0;
}
/*サムネイルの幅、ポインターを手のひら*/
#thumbs label img {
	width: 18.5%;
	cursor: pointer;
}
/*ラジオボタンを非表示に*/
#r1, #r2, #r3, #r4, #r5 {
	display: none;
}
/*表示写真の初期配置（全部透明に）とtransition設定*/
.photo {
	position: absolute;
	left: 0;
	top: 0;
}
.photo img {
	width:100%;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
/*チェックされたサムネイルに相当する写真だけを表示*/
#r1:checked ~ #photo1 img, #r2:checked ~ #photo2 img, #r3:checked ~ #photo3 img, {
	opacity: 1;
}