@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 14px;
	-height: 2;
	background: #fff url(../images/bg.png);
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ol,li,ul,dl,dt,dd,form,figure,form{margin: 0px;padding: 0px;}
ul{list-style-type: none;}
img {border: none;max-width: 100%;height: auto;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

h5{
    color: #fff;
    padding: 0.5em;
    display: in-block;
    -height: 2em;
    background: #FFC107;
    vertical-align: middle;
    border-radius: 25px 0px 0px 25px;
}
h5:before {
    content: '●';
    color: white;
    margin-right: 8px;
}
h6 {
    border-bottom: double 5px #fea628;
	font-size: 1.2em;
	margin: 5px 0;
	margin-top: 20px;
}

a {
	color: #333;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
a:hover {
	color: #fea628;
	text-decoration: none;
}

header {
	width: 100%;
	background: #fff;
	background: -webkit-ar-gradient(#d5edff, rgba(255,255,255,0) 50%) #fff;
	background: ar-gradient(#d5edff, rgba(255,255,255,0) 50%), #fff;
	font-size: 14px;
}
header #expApp {
    text-decoration: none;
    background: #2D6600;
    background: -webkit-gradient(ar, left top, left bottom, from(#3B710C), to(#275700));
    background: -webkit-ar-gradient(#3B710C, #275700);
    background: ar-gradient(#3B710C, #275700);
    color: #FFF;
    margin: 5px 10px;
    padding: 3px 15px;
    border-radius: 4px;
    border: 1px solid #275700;
    width: 180px;
    text-align:center;
    right: 0;
    top: 55px;
	position: absolute;
}
header #expApp a {
    color: #fff;
    text-decoration: none;
}
header #inner {
	width: 980px;
	height: 130px;
	margin: 0 auto;
	position: relative;
	background: #fff url(../images/header_bg_new.jpg) no-repeat 240px center;
	background: -webkit-ar-gradient(#d5edff, rgba(255,255,255,0) 50%), #fff url(../images/header_bg_new.jpg) no-repeat 300px center/500px;
	background: ar-gradient(#d5edff, rgba(255,255,255,0) 50%), #fff url(../images/header_bg_new.jpg) no-repeat 300px center/500px;
}

header #logo {
	position: absolute;
	top: 26px;
}

header #tel {
	color: #28882E;
	font-size:1.4em;
	font-weight: bold;
	position: absolute;
	left: 345px;
	top: 75px;
	-height: 30px;
	padding:0px 5px;
	background-color:hsla(0,0%,100%,0.7);
}

header #desc {
	color: #28882E;
	position: absolute;
	left: 345px;
	top: 26px;
	-height: 18px;
	padding:0px 5px;
	background-color:hsla(0,0%,100%,0.7);
}

#headermenu {
	position: absolute;
	right: 10px;
	top: 100px;
}

#headermenu li {
	float: left;
	margin-left: 10px;
}
#headermenu li a {
	text-decoration: none;
	display: in-block;
	background: #FEA628;
	background: -webkit-gradient(ar, left top, left bottom, from(#FEA628), to(#FD7D0B));
	background: -webkit-ar-gradient(#FEA628, #FD7D0B);
	background: ar-gradient(#FEA628, #FD7D0B);
	color: #FFF;
	padding: 3px 15px;
	border-radius: 4px;
	border: 1px solid #FD7D0B;
}

#headermenu li a:hover {
	color: #FD7D0B;
	background: #fff;
}

ul#fsize {
	height: 50px;
	width: 90px;
	position: absolute;
	right: 10px;
	top: 0px;
	padding-left: 140px;
	padding-right: 5px;
	background: #fff url(../images/fsize_bg.png) no-repeat left center;
	background: url(../images/fsize_bg.png) no-repeat left center, -webkit-gradient(ar, left top, left bottom, from(#fff), to(#eee));
	background: url(../images/fsize_bg.png) no-repeat left center, -webkit-ar-gradient(#fff 30%, #eee);
	background: url(../images/fsize_bg.png) no-repeat left center, ar-gradient(#fff 30%, #eee);
	border: 1px solid #dcdcdc;
	border-top: none;
	border-radius: 0px 0px 4px 4px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

ul#fsize li {
	float: left;
}
ul#fsize a{
	overflow:hidden;
	display: block;
	text-indent: -9999px;
}

ul#fsize li#me a {
	background: url(../images/fsize_on.png) left center;
	height: 50px;
	width: 40px;
}
ul#fsize li#me a:hover {
	background: url(../images/fsize_on.png) left center;
}

ul#fsize li#la a {
	background: url(../images/fsize.png) right center;
	height: 50px;
	width: 50px;
}
ul#fsize li#la a:hover {
	background: url(../images/fsize_on.png) right center;
}

#menu-box {
	width: 100%;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 6px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 6px rgba(0,0,0,0.1);
	background: #FEEE5A;
	background: -webkit-gradient(ar, left top, left bottom, from(#fff), to(#eee));
	background: -webkit-ar-gradient(#fff 30%, #eee);
	background: ar-gradient(#fff 30%, #eee);
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}

#menubar,
#menubar-s {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid #fff;
	font-size: 14px;
}

#menubar li,
#menubar-s li {
	float: left;
	text-align: center;
	border-right: 1px solid #fff;
	width: 162px;
}
#menubar a,
#menubar-s a {
	margin: 7px 5px;
	display: block;
	text-decoration: none;
	padding: 7px 0px;
	border-radius: 4px;
}

#menubar a:hover,
#menubar li.current a,
#menubar-s a:hover,
#menubar-s li.current a {
	background: #fea628;
	color: #fff;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.1) inset;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.1) inset;
}

#menubar-s {
	display: none;
}

#menubar_hdr {
	display: none;
}

#mainimg-s {
	display: none;
}

#contents {
	clear: both;
	width: 940px;
	padding: 20px 20px 0px;
	margin: 0px auto 30px;
	background: #FFF;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

#main {
	float: left;
	width: 700px;
	padding-bottom: 30px;
	overflow: hidden;
}

#main h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 1.6em;
	color: #FFF;
	background: #fea628;
	padding: 5px 15px;
	border-radius: 4px;
}

#main h2::first-letter {
	border-left: 3px solid #fff;
	padding-left: 10px;
}

#main h3 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	background: #FFF;
	padding: 4px 15px;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
}

#main h3::first-letter {
	border-left: 3px solid #fea628;
	padding-left: 10px;	
}

#main p + p {
	padding-top: 0px;
}
#main h2 + p,
#main h3 + p {
	padding-top: 0px;
	margin-top: -5px;
}

#main section.list {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	padding: 20px;
}

#main section.list a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 20px;
	margin: -20px;
	background: #fff;
	border: 1px solid #ccc;	
	color: #333;
}

#main section.list a::before {
	content: "→";
	background: #fea628;
	background: rgba(254,166,40,0.2);
	color: #fff;
	font-size: 80px;
	line-height: 1;
	padding: 20px;
	position: absolute;
	right: -15px;
	bottom: -25px;
	border-radius: 100px;
}

#main section.list a:hover {
	background: #fffde7;
}

#main section.list a:hover::before {
	background: #fea628;
}

#main section.list p {
	padding: 0px;
	margin-left: 34%;
}

#main section.list figure img {
	float: left;
	padding: 5px;
	background: #fff;
	width: 30%;
	height: auto;
	border: 1px solid #ccc;
}

#main section.list h4 {
	font-size: 120%;
	color: #fea628;
	border-bottom: dotted 2px #fea628;
	margin-left: 34%;
	margin-bottom: 10px;
}

#sub {
	float: right;
	width: 220px;
	
}

#sub h2 {
	font-size: 100%;
	padding-bottom: 10px;
}

#sub h2::first-letter {
	border-left: 3px solid #FEA628;
	padding-left: 10px;
}

#sub ul.submenu {
	margin-bottom: 15px;
	border-top: solid 1px #e4e4e4;
}

#sub ul.submenu li {
	background: #fff;
	border-bottom: solid 1px #e4e4e4;
}
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;
}

#sub .box1 {
	padding: 15px;
	margin-bottom: 15px;
	background: #FFF8DF;
	border: solid 1px #FFCC00;
}

#sub .box1 ul.submenu {
	margin-bottom: 0px;
}

#sub .box2 {
	margin-bottom: 15px;
	font-size: 120%;
	-webkit-box-shadow: 0px 0px 2px 5px #fff inset;
	box-shadow: 0px 0px 2px 5px #fff inset;
	background: #FFECB0;
}
#sub .box2 a {
	text-decoration: none;
	display: block;
	padding: 40px 15px;
	border: solid 3px #FFD042;
}

#sub .box2 a:hover {
	border: solid 3px #fea628;
}

#sub .box2.about {
	background: #FFECB0 url(../images/logo_mark.png) no-repeat right center;
}

#sub .box2.recruit {
	background: #FFECB0 url(../images/recruit_img.png) no-repeat right top;
}

#sub .experience{
	background:#FFC000;
	padding:20px 10px;
}
#sub .experience a{
	display:block;
	color:#ffffff;
	text-align:center;
	font-size:1.8em;
	border-radius:10px;
	border: solid 3px #ffffff;
	padding:0;
}

footer {
	clear: both;
	background: #fea628;
	color: #fff;
	font-size: 85%;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}

#footermenu {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px;
}

#footermenu ul {
	float: left;
	width: 18%;
	padding-right: 2%;
}

#copyright {
	clear: both;
	text-align: center;
	background: #333;
}
#copyright a {
	text-decoration: none;
}

#mainimg {
	clear: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
#mainimg-s {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

#new dl{
	padding-left: 15px;
	margin-bottom: 15px;
}

#new dt {
	font-weight: bold;
	float: left;
	width: 10em;
}

#new dd {
	padding-left: 10em;
}

#new dd img{
	margin:10px 0px;
}
.ta1,
.ta2,
.ta3{
	width: 100%;
	margin-bottom: 15px;
}
.ta1, .ta1 td, .ta1 th,
.ta2, .ta2 td, .ta2 th {
	border: 1px solid #999;
	-height: 2;
	padding: 10px;
	word-break: break-all;
}
.ta3, .ta3 td, .ta3 th {
	border: 2px solid #fff;
	-height: 2;
	padding: 10px;
	word-break: break-all;
}

.ta1 th.tamidashi,
.ta2 th.tamidashi {
	width: auto;
	text-align: left;
	background: #FEE085;
}

.ta1 th {
	width: 140px;
	text-align: center;
	background: #FFF4E6;
}

.ta2 th {
	background: #FFF9E6;
	width: 30%;
}

.ta2 td {
	text-align: center;
}

.ta2 th.sum {
	background: #FEECB4;
	width: 30%;
}
.ta2 td.sum {
	background: #FEECB4;
	text-align: center;
}
.ta3 th {
	width: 140px;
	text-align: center;
	background: #FEE085;
}

.faq {
	padding: 0px 15px;
}

.faq dt {
	color: #fea628;
	font-weight: bold;
	padding-top: 15px;
}

.faq dd {
	border-bottom: 1px solid #CCC;
	overflow: hidden;
	padding-bottom: 15px;
}

#pagetop {
	clear: both;
	padding-top: 40px;
}
#pagetop a {
	color: #FFF;
	font-size: 20px;
	padding: 0px 30px;
	background: #333;
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	border-radius: 4px 4px 0px 0px;
}

#pagetop a:hover {
	background-color: #999;
	color: #FFF;
}

#experience-sec p{text-align:center;}
#experience-sec p:first-child{
	font-size:1.5em;
	margin-bottom:20px;
}
#experience-sec .experience-box{
	font-size:2.2em;
	border:2px solid #FFC000;
	border-radius:10px;
	margin-bottom:20px;
	padding:15px 0 8px 0;
}
#experience-sec .experience-box p{margin:0}
#experience-sec .experience-box strong{
	font-size:1.5em;
	color:#FFC000;
}
#experience-sec ul{margin-bottom:20px;}
#experience-sec ul li{
	text-indent:2em;
	font-size:1.2em;
}
#experience-sec ul li:last-child{text-indent:6em;}
#experience-sec p span{
	display:block;
	font-size:0.9em;
	text-indent:2.8em;
	text-align:left;
}



.txt {
	-height:20px;
}
.int {
	padding: 7px 15px 14px;
}

.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #fea628;
}
.pr {
	font-size: 10px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.l {
	text-align: left !important;
}
.big1 {
	font-size: 30px;
	letter-spacing: 0.2em;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

.agg {
     zoom: 150%;
}
.exp {
    margin: 20px 0;	
}
#expApp {
    text-decoration: none;
    background: #2D6600;
    background: -webkit-gradient(ar, left top, left bottom, from(#3B710C), to(#275700));
    background: -webkit-ar-gradient(#3B710C, #275700);
    background: ar-gradient(#3B710C, #275700);
    color: #FFF;
	margin: 5px 10px;
    padding: 3px 15px;
    border-radius: 4px;
    border: 1px solid #275700;
	width: 180px;
	text-align:center;
	
}
#expApp a {
	color: #fff;
	text-decoration: none;
}
.expTel{
	margin-bottom:20px;
}
@media screen and (max-width:800px){

header #inner {
	width: auto;
	height: 160px;
}
header #logo {
	width: 45%;
	top: 18px;
}
header #tel {
	left: 70px;
	top: 115px;
}
header #desc {
	left: 70px;
	top: 75px;
}

header #tel strong {
	display: block;
}

header #desc strong {
	display: block;
}

#headermenu {
	position: absolute;
	right: 10px;
	top: 100px;
}

#headermenu li {
	float: none;
	margin-bottom: 8px;
}
#headermenu li a {
	width: 205px;
	text-align: center;
}

#menu-box {
	padding: 0px;
	border-top: 1px solid #fff;
}
#menubar,
#menubar-s {
	width: auto;
}

#menubar li,
#menubar-s li {
	width: 50%;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#menubar li:nth-child(even) ,
#menubar-s li:nth-child(even) {
	border-right: none;
}

#menubar_hdr {
	display: none;
}

#contents {
	width: auto;
	margin: 2%;
}

#main, #sub {
	float: none;
	width: auto;
}

#footermenu {
	width: 90%;
}

body.s-n #sub {
	display: none;
}

}

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

header #logo {
	width: 45%;
}

#headermenu {
	position: absolute;
	top: 100px;
}

header #tel {
	position: absolute;
	left: 70px;
	top: 120px;
}

header #desc {
	position: absolute;
	left: 70px;
	top: 75px;
}
}

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

header #logo {
	width: 45%;
}

header #tel {
	position: absolute;
	left: 70px;
	top: 115px;
}

header #desc {
	position: absolute;
	left: 70px;
	top: 70px;
}
}

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

header #inner {
	height: 250px;
}
header #expApp {
	position: absolute;
	top: 118px;
	left:0;
	right:0;
	margin:auto;
}
header #logo {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 70%;
}

header #tel {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 100%;
	text-align: center;
}

header #tel strong {
	display: in;
}

header #desc {
	position: absolute;
	left: 0px;
	top: 60px;
	width: 100%;
	text-align: center;
}

header #desc strong {
	display: in;
}

br { display : none ; }

#headermenu {
	position: absolute;
	top: 170px;
	left:0;
	right:0;
	bottom:0;
	width:80%;
	height:100px;
	margin:auto;
}

#headermenu li {
	float: none;
	margin-bottom: 12px;
	
	margin-left:0;
	margin-right:0;
}
#headermenu li a {
	display:block;
	width: 90%;
	text-align: center;
}

ul#fsize {
	display: none;
}

#menubar-s {
	display: block;
}

#menubar {
	display: none;
}

#mainimg-s {
	display: block;
}

#mainimg {
	display: none;
}

#menubar_hdr {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	border: 1px solid #000;
	border-radius: 4px;
	padding: 12px 10px 5px;
	background: #fff;
}

#menubar_hdr span {
	display: block;
	border-top: 2px solid #000;
	border-radius: 2px;
	margin-bottom: 7px;
}

#contents {
	width: auto;
	margin: 2%;
}

#main section.list p {
	margin-left: 0;
}

#main section.list figure img {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#main section.list h4 {
	margin-left: 0;
}

#footermenu {
	display: none;
}

section#new h2.open {
	background: #fea628 url(../images/btn_minus.png) no-repeat right center/34px 34px;
}
section#new h2.close {
	background: #fea628 url(../images/btn_plus.png) no-repeat right center/34px 34px;
}

.ta1 th,
.ta2 th {
	width: 100px;
	padding: 5px;
}

.ta1 td,
.ta2 td {
	width: auto;
	padding: 5px;
}

	#main .index-table tr th,.index-table tr td{
		display:block;
		width:100%;
	}
	#main .index-table tr td p.po{height:60px;}
	
	div.guide{margin-left:0;}
	
	div.organBox{
		width:80%;
		margin:2em auto;
	}
	
	table.ta3 tr th{
		width:30%;
	}
	
	span.big1{
		display:block;
		margin-top:1em;
		font-size:16px;
		font-weight:bold;
	}

.ws,.wl {
	width: 90%;
}

	#sub .experience a br{display:block;}
	
#experience-sec p{text-align:left;}	
#experience-sec .experience-box{
	font-size:1.2em;
}
	#experience-sec .experience-box strong{font-size:1em;}
	#experience-sec .experience-box br{display:block;}
	#experience-sec .experience-box p{text-align:center;}
	#experience-sec ul li{text-indent:inherit;}
	#experience-sec ul li:last-child{text-indent:4em;}
	#experience-sec p span{text-indent:inherit;}

}