@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
--------------------------------------*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,
figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,
p,pre,progress,q,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
body {
    font: 16px/1.75 sans-serif;
    color: #222;
    -webkit-text-size-adjust: none;
}

article,aside,blockquote,dialog,figure,footer,header,hgroup,nav,section {
    display: block;
}
nav ul {
    list-style: none;
}
ol {
    list-style: decimal;
}
ul {
    list-style: disc;
}
ul ul {
    list-style: circle;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}
ins {
    text-decoration: underline;
}
mark {
    background: 0 0;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    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;
}
button,
input[type=button],
input[type=submit] {
    padding: 0;
    margin: 0;
}
a img,
input,
select {
    vertical-align: middle;
}
button,
input,
select,
textarea {
    font-size: 95%;
}

img {
	max-width: 100%;
}

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

/*--------------------------------------
	3.Header
--------------------------------------*/
header {
	padding: 10px;
}
header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

header #brand {
	float: left;
	width: 180px;
}

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

header .navigation .toggle_open,
header .navigation .toggle_layer,
header .navigation .toggle_target {
	position: fixed;
	top: 0;
    max-height: 100vh;
    overflow-y: scroll;
	z-index: 100000;
}

/* toggle_open */
header .navigation .toggle_open {
	right: 0;
	padding: 10px 5px 5px 5px;
	border-radius: 0 0 0 12px;
	border: none;
	color: #fff;
	background-color: #c1000f;
	z-index: 100001;
}
header .navigation .toggle_open div span {
	display: block;
	width: 32px;
	margin: 0 auto 8px;
	border-top: solid 3px #fff;
}

/* toggle_layer */
header .navigation .toggle_layer {
	left: 0;
	display: none;
	width: 100%; height: 100%;
	background-color: #000;
	opacity: 0.5;
}

/* toggle_target */
header .navigation .toggle_target {
	right: 0;
	display: none;
	width: 100%;
	background-color: #d00;
	opacity: 0.95;
}
header .navigation .toggle_target li {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #fff;
}
header .navigation .toggle_target li a {
	display: block;
	padding: 10px 0;
    line-height: 22px;
	color: #fff;
	text-decoration: none;
}
header .navigation .toggle_target li span::before {
	position: absolute;
	content: "";
	top: -1.2em;
	left: -0.6em;
	width: 0;
	height: 0;
	border-left: 0.8em solid transparent;
	border-right: 0.8em solid transparent;
	border-bottom: 0.8em solid #fff;
}

header .navigation .toggle_target button {
	display: block;
    margin: 9px auto;
	padding: 5px 10px;
	padding-left: 38px;
	border: none;
	color: #fff;
	font-size: inherit;
	text-align: center;
    background: #333;
    border-radius: 4px;
    opacity:1;
}
header .navigation .toggle_target button span {
    display: inline-block;
	position: relative;
}
header .navigation .toggle_target button span::before,
header .navigation .toggle_target button span::after {
	content: ".";
	position: absolute;
	left: -25px;
	top: 8px;
	display: block;
	width: 16px;
	border-top: solid 3px #fff;
	font-size: 0;
}
header .navigation .toggle_target button span::before {
	transform: rotate(45deg);
}
header .navigation .toggle_target button span::after {
	transform: rotate(-45deg);
}



/*--------------------------------------
	4.Visual
--------------------------------------*/
#visual {
	position: relative;
	background: url(/img/recruit/visual.jpg) no-repeat right top;
}

#visual div {
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
	font-size: 16px;
	background: rgba(210, 50, 30, 0.8);
}

#visual div b {
	font-size: 20px;
	font-weight: normal;
}
#visual div ul {
	margin-top: 10px;
}
#visual div ul li {
	display: inline-block;
	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 {
}

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;
	padding: 5px 20px;
	text-align:right;
	color: #fff;
	font: 30px/1 serif;
	background: #c8391c;
}

main section.h3_top {
	margin-top: 0;
	padding-left: 15px;
	background: url(/img/recruit/about.jpg) no-repeat right 0;
	background-size: 100px;
}
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 {
	box-sizing: border-box;
	height: 100px;
	margin-top: -30px;
	padding-top: 40px;
	font-size: 20px;
	line-height: 1.1;
}
main section.h3_top h3::first-line {
	font-size: 25px;
}
main section.h3_top h3::before {
	content: "❝";
	color: #c73925;
	font-size: 30px;
}

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

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

#catchcopy span {
	display: block;
	padding: 30px 0;
	text-align: center;
	font-size: 32px;
	color: #fff;
	background-color: rgba(200,50,30,0.9);
}

#catchcopy p {
	padding: 10px 0 0 15px;
}

#link_recruit {
}

#link_recruit a {
	box-sizing: border-box;
	display: block;
	position: relative;
	margin: 15px 0;
	padding-left: 105px;
	padding-right: 50px;
	line-height: 1.5;
	color: #000;
	background: url(/img/recruit/link_origin.jpg) no-repeat;
	background-size: 100px;
}
#link_recruit a.about {
	background-image: url(/img/recruit/link_about.jpg);
}
#link_recruit a.president {
	background-image: url(/img/recruit/link_president.jpg);
}
#link_recruit a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 30px;
	height: 30px;
	margin: auto;
	vertical-align: middle;
	border-top: 1px solid #c73925;
	border-right: 1px solid #c73925;
	transform: rotate(45deg);
}

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

/*--------------------------------------
	6.Footer
--------------------------------------*/
footer {
	clear: both;
	margin-top: 15px;
	padding: 15px 0;
	border-top: 1px solid #111;
}

footer ul li {
	display: inline-block;
	margin: 5px 15px;
}
footer ul li::before {
	content: "・";
}

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;
}
