@charset "utf-8";

/*- Table Of Contents -------------------
	1.Default
	2.Outline
	3.Header
	4.Visual
	5.Contents
	6.Footer
	7.Semantic object
	8.Layout object
	9.List
	10.Form
	11.Media
---------------------------------------*/

/*--------------------------------------
	1.Default
--------------------------------------*/
body {
	font: 94%/1.5 Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
}

body,div,iframe,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,button,
table,caption,tbody,tfoot,thead,tr,th,td,
pre,p,blockquote {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,
small {
	font-weight: normal;
	font-size: 100%;
}

rt {
	font-size: 96%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

img,abbr,acronym,fieldset {
	border: 0;
}

/*--------------------------------------
	2.Outline
--------------------------------------*/
body {
}

/*--------------------------------------
	3.Header
--------------------------------------*/
header {
	box-sizing: border-box;
	width: 850px;
	height: 140px;
	margin: 0 auto;
	padding: 30px 0;
}

header #brand {
	float: left;
}

header .tel {
	float: right;
	margin-top: 20px;
}
header .tel img {
	height: 25px;
	width: auto;
}
header .tel a {
	color: #000;
	font-size: 25px;
}

header nav {
	clear: right;
	text-align: right;
}

header nav ul {
}
header nav ul li {
	display: inline-block;
	list-style: none;
}
header nav ul li a {
	display: block;
	margin-left: 14px;
	font-size: 13px;
	color: #000;
}
header nav ul li a:after {
	content: ">";
	margin-left: 5px;
}



/*--------------------------------------
	4.Visual
--------------------------------------*/
#visual {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 400px;
	background: url(/img/recruit/visual.jpg) no-repeat;
}

#visual div {
	position: absolute;;
	bottom: 40px;
	box-sizing: border-box;
	width:615px;
	height: 220px;
	padding: 20px 0 20px 30px;
	color: #fff;
	font-size: 23px;
	background: rgba(210, 50, 30, 0.8);
}

#visual div b {
	font-size: 33px;
	font-weight: normal;
}
#visual div ul {
	margin-top: 10px;
}
#visual div ul li {
	float: left;
	list-style: none;
}
#visual div ul li a {
	display: block;
	width: 120px;
	margin-right: 30px;
	padding: 7px 0 7px 10px;
	font-size: 15px;
	color: #d00;
	background: #fff;
}
#visual div ul li a:after {
	content: ">";
	margin-left: 8px;
}



/*--------------------------------------
	5.Contents
--------------------------------------*/
main {
	width: 960px;
	margin: 0 auto;
}

main section {
	margin-top: 30px;

}
main section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

main section h2 {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAYAAAD9yd/wAAAAAXNSR0IArs4c6QAAABFJREFUGFdjZEADJyxl/oOEAA2kAh5nWjtqAAAAAElFTkSuQmCC);
}
main section h2 span {
	display: inline-block;
	width: 580px;
	padding: 5px 20px 5px 0;
	text-align:right;
	color: #fff;
	font: 30px/1 serif;
	background: #c8391c;
}

main section.h3_top {
	position: relative;
	top: -20px;
	min-height: 270px;
	margin: 0 0 0 60px;;
	padding: 30px 0 0 390px;
	background: url(/img/recruit/about.jpg) no-repeat;
}
main section.h3_top.president {
	background-image: url(/img/recruit/president.jpg);
}
main section.h3_top.office {
	background-image: url(/img/recruit/office.jpg);
}
main section.h3_top.parttime {
	background-image: url(/img/recruit/parttime.jpg);
}


main section.h3_top h3 {
	margin-bottom: 15px;
	font-size: 23px;
	line-height: 1.1;
}
main section.h3_top h3::first-line {
	font-size: 30px;
}
main section.h3_top h3::before {
	content: "❝";
	color: #c73925;
	font-size: 50px;
}

main section.h3_top a {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 400px;
	padding-right: 40px;
	color: #000;
	text-decoration: none;
}
main section.h3_top a:hover {
	text-decoration: none;
	opacity: 0.5;
}
main section.h3_top a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	margin: auto;
	vertical-align: middle;
	border-top: 1px solid #c73925;
	border-right: 1px solid #c73925;
	transform: rotate(45deg);
}

#catchcopy {
	margin-top: 20px;
	position: relative;;
}
#catchcopy:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#catchcopy span {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	width: 460px;
	padding: 50px 0 50px 84px;
	font-size: 32px;
	color: #fff;
	background-color: rgba(200,50,30,0.9);
	z-index: 10;
}
#catchcopy::before{
	position: absolute;
	left: 0;
	top: -52px;
	content:"";
	display: inline-block;
	width: 300px;
	height: 170px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAYAAAD9yd/wAAAAAXNSR0IArs4c6QAAABFJREFUGFdjZEADJyxl/oOEAA2kAh5nWjtqAAAAAElFTkSuQmCC);
	background-position: -4px 0;
	z-index: 1;
}

#catchcopy p {
	float: left;
	position: relative;
	top: 30px;
	left: 40px;
	width: 395px;
}

#link_recruit {
	box-sizing: border-box;
	width: 980px;
	margin: 50px auto;
	padding-left: 60px;
}
#link_recruit:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#link_recruit a {
	box-sizing: border-box;
	display: block;
	float: left;
	position: relative;
	width:250px;
	margin-right: 40px;
	padding-top: 211px;
	padding-right: 60px;
	color: #000;
	background: url(/img/recruit/link_origin.jpg) no-repeat;
}
#link_recruit a.origin {
}
#link_recruit a.about {
	background: url(/img/recruit/link_about.jpg) no-repeat;
}
#link_recruit a.president {
	background: url(/img/recruit/link_president.jpg) no-repeat;
}
#link_recruit a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 50px;
	height: 50px;
	margin: auto;
	vertical-align: middle;
	border-top: 1px solid #c73925;
	border-right: 1px solid #c73925;
	transform: rotate(45deg);
}
#link_recruit a:hover {
	text-decoration: none;
	opacity: 0.8;
}

#link_recruit a b {
	font-size: 20px;
}




/*--------------------------------------
	6.Footer
--------------------------------------*/
footer {
	clear: both;
	width: 960px;
	margin: 30px auto;
	text-align: center;
}

footer ul li {
	display: inline-block;
	margin: 5px 0;
}
footer ul li+li:before {
	content: "|";
	padding: 0 15px;
}


footer ul li a {
	color: #000;
}



/*--------------------------------------
	7.Semantic object
--------------------------------------*/
a{ text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }
a.underline {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

ins {
	text-decoration: none;
}

del, s {
	text-decoration:line-through;
}

.important,
.mark_required {
	color: #f00;
}

.important2 {
	font-size: 110%;
}

.important3 {
	font-size: 115%;
	font-weight: bold;
	color: #f00;
}


/* link */
.link {
	padding-left: 20px;
	background: url(/img/icon_arrow1.gif) no-repeat 5px 0.3em;
}

.link2 {
	padding-left: 13px;
	background: url(/img/icon_arrow2.png) no-repeat 0 7px;
}

.link4 {
	padding-left: 17px;
	background: url(/img/icon_arrow4.png) no-repeat 0 8px;
}

.link5 {
	clear: both;
	display: block;
	width: 400px;
	padding: 20px;
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	background: #fff;
	border: 3px solid #d00;
	border-radius: 15px;
}


a.link_blank {
	padding-left: 20px;
	background: url(/img/icon_blank.gif) no-repeat 4px;
}

a.link_blank2 {
	padding-right: 17px;
	background: url(/img/icon_blank.gif) no-repeat right;
}

a.link_pdf {
	padding-left: 20px;
	background: url(/img/icon_pdf2.gif) no-repeat 0 0.1em;
}

a.link_zoom {
	padding-left: 19px;
	background: url(/img/icon_musi.png) no-repeat 0 0.1em;
}

a.link_list {
	padding-left: 19px;
	background: url(/img/icon_list.png) no-repeat 0 3px;
}

/* img */
.figure {
	margin: 17px 0;
}

img.frame {
	padding: 3px;
	border: solid 1px #ddd;
	background: #fff;
	box-shadow: 3px 3px 5px -2px rgba(0, 0, 0, 0.2);
}

img.character {
	vertical-align: -0.1em;
}



/*--------------------------------------
	8.Layout object
--------------------------------------*/
.t_right {
	text-align: right;
}
.t_left {
	text-align: left;
}
.t_center {
	text-align: center;
}

.right {
	float: right;
}
.left {
	float: left;
}

.clear {
	clear: both;
}
.clearl {
	clear: left;
}

.indent {
	text-indent: 1em;
}
.flat,
p.flat {
	text-indent: 0;
}

.margin_top {
	margin-top: 1em;
}
.margin_top2 {
	margin-top: 2em;
}

.margin_right {
	margin-right: 1em;
}

.margin_bottom {
	margin-bottom: 1em;
}
.margin_bottom2 {
	margin-bottom: 2em;
}


/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}


/*--------------------------------------
	9.List
--------------------------------------*/
ul.intext,
ol.intext,
section ul,
section ol {
	margin-left: 1.7em;
}

section ul.nomarker,
section ul.nomarker,
section ul.star,
section ol.star {
	margin-left: 0.2em;
}

section ul.nomarker li, 
section ol.nomarker li {
	list-style-type: none;
	background: none;
	padding-left: 0;
}

ul.horizon li,
ol.horizon li {
	display: inline;
	margin-right: 16px;
}

section ul.star li,
section ol.star li {
	list-style-type: none;
	min-height: 17px;
	padding: 5px 0 5px 34px;
	background: url(/img/houchi/icon_star.png) no-repeat;
}
section ul.star li.half,
section ol.star li.half {
	background-image: url(/img/houchi/icon_star_half.png);
}

section blockquote ul,
section blockquote ol {
	margin-top: 5px;
	padding-left: 55px;
	margin-bottom: 5px;
}

section blockquote blockquote ul,
section blockquote blockquote ol {
	padding-left: 85px;
}


/*--------------------------------------
	10.Form
--------------------------------------*/
label input {
	margin-right: 0.3em;
}

.btn_large {
	margin-right: 11px;
	padding: 2px 15px 2px 25px;
	font-size: 120%;
	letter-spacing: 10px;
}
