@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

#mainv.partner {
  background-image: url(/wp/wp-content/uploads/2015/04/partner.jpg);
}

#mainv.contact {
 background-image: url(img/partner.jpg); 
}

#mainv.business {
  background-image: url(/wp/wp-content/uploads/2015/04/main_business3.jpg);
}

#mainv.business2 {
  background-image: url(/wp/wp-content/uploads/2015/04/main_business4.jpg);
}

#mainv.business3 {
  background-image: url(/wp/wp-content/uploads/2015/04/main_business5.jpg);
}


#balloon-2-right {
        margin: 0 4px 0 0;
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 40px;
	color: #F6F6F6;
	line-height: 40px;
	text-align: center;
	background: #19283C;
	z-index: 0;
}
#balloon-2-right:after {
	content: "";
	position: absolute;
	top: 50%; right: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #19283C;
}

#balloon-3-right {
        margin: 0 4px 0 0;
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 40px;
	color: #F6F6F6;
	line-height: 40px;
	text-align: center;
	background: #99A6B7;
	z-index: 0;
}
#balloon-3-right:after {
	content: "";
	position: absolute;
	top: 50%; right: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #99A6B7;
}

.push_button{
	position:relative;
	width:200px;
	color:#FFF;
	/* display:block; */
	text-decoration:none;
	/* margin:0 auto; */
	margin: 10px;
	border-radius:5px;
	border:solid 1px #F48879;
	background:#F48879;
	text-align:center;
	padding:20px 30px;
	
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	
	-webkit-box-shadow: 0px 9px 0px #F56C5B;
        -moz-box-shadow: 0px 9px 0px #F56C5B;
        box-shadow: 0px 9px 0px #F56C5B;
}

.push_button:hover {
	top: -4px;
	box-shadow: 0 7px 0 #F56C5B;
}
.push_button:active {
	top: 3px;
	box-shadow: none;
}



.fleft {
 margin-right:30px;
 float:left;
 clear:both;
}

.textarea{
 width:500px;
 padding:0 20px;
float:left;
}

.clear {
 clear:both;
}

.middle {
text-align: center;
}

.next {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #0078c9;
  border-width: 8px 8px 8px 12px;
  margin: 8px 0 0 2px;
}


.faq{
     width:650px;
     overflow: hidden;
     _zoom: 1;
}

.q{
     text-indent: -2.6em;   
     padding: 0 20px 0px 50px;
     margin:20px 20px 0 0;

}

.a{
     text-indent: -2.6em;   
     padding: 0 20px 0px 50px;
}

.q:first-letter,
.a:first-letter{
     font-size: 1.6em;
     font-weight: bold;
     margin-right:10px;
     padding:5px;
     font-family: 'Nunito', sans-serif;
}


.a{
     margin: 20px 0 -1px 0;
     padding-bottom:15px;
     border-bottom: 1px #000 dotted;
}
ta

.q:first-letter{
     color: #0F78E1;
}
.a:first-letter{
     color: #ff6767;
}

#triangle{
height:0px;
width:0px;
margin-left: 280px;
border-top:#0078c9 30px solid;
border-left:50px solid transparent;
border-right:50px solid transparent;
border-bottom:20px solid transparent;
}

table.company {
    width: 650px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
    line-height:24px;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    width: 130px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    line-height: 30px;
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}

table.company2 {
    width: 650px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
    line-height:24px;
    table-layout: fixed;
}
 
table.company2 th,
table.company2 td {
    padding: 10px;
}
 
table.company2 th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    width: 160px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.company2 th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company2 th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.company2 td {
    line-height: 30px;
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

body,
input,
select,
textarea {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
  color: #000;
  font-size: 14px;
}

body {
  background: #fff;
  line-height: 1.5em;
  min-width: 1000px;
  -webkit-text-adjust: 100%;
  border-top: 5px solid #e6e6e6;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

.outWrapper {
width*100%
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

header {
  /* padding-top: 30px; */
}
header h1 {
/*  float: left;
  margin-top: 15px; */
}
#logo {
  float: left;
  margin-top: 10px;
}
#logotxt {
  float: left;
  margin-top: 25px;
  margin-left: 15px;
}
header p {
  float: right;
}
header p img {
  margin-bottom: 4px;
}
header nav {
  clear: both;
  text-align: center;
  padding: 30px 0 20px;
}
header nav p {
  float: none;
}
header nav > ul {
  display: table;
  width: 100%;
}
header nav a {
  display: block;
  width: 100%;
}
header nav a:hover {
  text-decoration: underline;
}
header nav li {
  display: table-cell;
  width: 20%;
  vertical-align: top;
  position: relative;
  border-left: 1px dashed #b7b7b7;
}
header nav li p {
  cursor: pointer;
}
header nav li:last-child {
  border-right: 1px dashed #b7b7b7;
}
header nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: #fff;
  z-index: 9999;
  padding: 1.5em;
  text-align: left;
}
header nav li ul li {
  display: list-item;
  width: auto;
  border-left: none;
  margin-bottom: .5em;
}
header nav li ul li:last-child {
  margin-bottom: 0;
}
header nav li ul a {
  background: url(img/recruit-flow_30.png) no-repeat left center;
  color: #000;
  white-space: nowrap;
  padding-left: 20px;
  background-position: 0 4px;
}
header nav li ul span {
  color: #0078c9;
}

#mainv {
  color: #008cec;
  font-size: 24px;
  width: 100%;
  height: 180px;
  padding-bottom: 1px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  background-position: center center;
}
#mainv.recruit {
  background-image: url(img/recruit-flow_29.png);
}
#mainv.message {
  background-image: url(img/message_02.png);
}
#mainv.company {
  background-image: url(img/company-data_02.png);
}
@media screen and (min-width: 1280px) {
  #mainv {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
}
#mainv:after, #mainv:before {
  content: "";
  display: block;
  position: absolute;
}
#mainv:after {
  background: url(img/message_03.png);
  width: 890px;
  height: 350px;
  top: 100%;
  right: 26px;
}
#mainv:before {
  top: 0;
  right: 0;
  background: url(img/recruit-flow_302.png);
  width: 564px;
  height: 180px;
}
#mainv h1 {
  vertical-align: middle;
  padding-top: 78px;
}

#bread {
  color: #0078c9;
  font-size: 10px;
  padding-top: .5em;
  margin-bottom: 2em;
}
#bread a {
  color: #0078c9;
}
#bread a:hover {
  text-decoration: underline;
}

article .wrapper {
  position: relative;
}

section {
  width: 700px;
  min-height: 370px;
}
section h2 {
  padding-bottom: 1em;
  font-size: 18px;
  border-bottom: 4px solid #0078c9;
}

section h3 {
  padding-left: 1em;
  padding-bottom: 0.5em;
  font-weight:bold;
  font-size: 16px;
  color:#0078c9;
}

section h4 {
  padding-left: 4em;
  padding-bottom: 0.5em;
  font-weight:bold;
  font-size: 16px;
  color:#0078c9;
}

.post {
  padding: 2em 0;
}

aside {
  width: 250px;
}
aside h2, aside h2 + ul {
  font-size:0.9em;
  background: #f4f4f4;
  border: solid #dedede;
}
aside h2 {
  border-width: 1px 1px 0;
  text-align: center;
  padding: 1.25em 0;
}
aside h2 + ul {
  border-width: 1px;
  padding: 1.25em 1.75em;
}
aside h2 + ul span {
  color: #0078c9;
}
aside h2 + ul a {
  background: url(img/recruit-flow_30.png) no-repeat left center;
  color: #000;
  padding-left: 20px;
  background-position: 0 2px;
}
aside h2 + ul a:hover {
  text-decoration: underline;
}
aside ul {
  margin-bottom: 34px;
}
aside li {
  margin-bottom: .75em;
}
aside li:last-child {
  margin-bottom: 0;
}

footer {
  background: #e6e6e6;
  font-size: 12px;
}
footer .wrapper {
  padding: 30px 0 40px;
}
footer .wrapper p {
  margin-right: 3em;
}
footer .wrapper p, footer .wrapper ul, footer .wrapper li {
  display: inline-block;
  vertical-align: top;
}
footer .wrapper li li {
  display: list-item;
  background: url(img/recruit-flow_43.png) no-repeat left center;
  padding-left: 12px;
  background-position: 0 3px;
  margin-right: 2em;
}
footer .wrapper li li:last-child {
  background: url(img/recruit-flow_46.png) no-repeat left center;
}
footer .wrapper a {
  color: #000;
}
footer .wrapper a:hover {
  text-decoration: underline;
}
footer dd {
  padding-left: 1em;
}
footer dt, footer dd li {
  margin-bottom: .5em;
}
footer > p {
  text-align: center;
  font-size: 10px;
  background: #FFF;
  padding: .25em 0;
}

#index #mainv {
  background-image: url(img/0325sd-index_02.png);
  height: 430px;
  margin-bottom: 70px;
}
#index #mainv:before {
  background: url(img/0325sd-index_03.png);
  width: 815px;
  height: 430px;
}
#index #mainv:after {
  right: 276px;
}
#index #mainv h1 {
  text-align: center;
  font-weight: bold;
  padding-top: 150px;
}
#index #mainv strong {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
}
#index .wrapper ul {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
#index .wrapper li {
  /* display: table-cell; */
  vertical-align: top;
  float: left;
}
#index .wrapper li.mr {
	margin-right: 48px;
}
#index .wrapper li.mr2 {
	margin-right: 54px;
}
#index .info {
  float: left;
  width: 700px;
}
#index .info li {
  display: list-item;
  border-bottom: 1px dotted #bfbfbf;
  padding: 1em 0;
}
#index .info span {
  margin-right: 1em;
}
#index aside {
  float: right;
}
#index aside li {
  display: list-item !important;
}

.ta {
	width:100%;
}

.ta1 { 
        line-height:24px;
        padding:30px 30px;
	background-color:#B0C4DE ;
}

.ta2 { 
        line-height:30px;
        padding:30px 30px;
	background-color:#F4F4F4 ;
}

.ta3 { 
        text-indent: -2em;
        line-height:30px;
        padding:30px 50px;
	background-color:#F4F4F4 ;
}

.ta4 { 
        line-height:20px;
        padding:10px 10px;
	background-color:#F4F4F4 ;
}

.ta5 { 
        line-height:18px;
        padding:18px 18px;
	background-color:#B0C4DE ;
}



.right {
        float:right;
	clear:both;
}

.right2 {
        margin: 10px 100px 20px;
        float:right;
	clear:both;
}

.caption-wrap {
	background: none !important;
	position: absolute;
	top: 40%;
	text-align: center;
	color: none !important;
	font-size: 30px !important;
	line-height: 35px;
	font-weight: bold;

	text-shadow: white 1px 1px 0px, white -1px 1px 0px,
  	           white 1px -1px 0px, white -1px -1px 0px;
}

.metaslider .flexslider {
	margin: 0 0 45px 0 !important;
}

.page-id-1037 #mainv h1,
.page-id-26 #mainv h1,
.page-id-28 #mainv h1,
.page-id-7 #mainv h1,
.page-id-1188 #mainv h1,
.page-id-16 #mainv h1,
.page-id-18 #mainv h1,
.page-id-751 #mainv h1,
.page-id-22 #mainv h1,
.page-id-9 #mainv h1,
.page-id-34 #mainv h1
{
	color: #FFF;
}

.metaslider .caption-wrap {
	opacity: 0.9 !important;
}

#index .info dl {
	overflow: auto;
	zoom: 1;
	width: 700px;
	margin: 10px 0 10px 5px;
	height: 140px;
}

#index .info dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 150px;
	float: left;
	clear: both;
}

#index .info dd {
	margin-bottom: 5px;
	padding: 0 0 5px 170px;
	border-bottom: 1px dotted #bfbfbf;
}