@charset "utf-8";

/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */

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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  background: #fff;
  color: #000;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* ===================================================================
fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%? 21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */

/*----------------------------------------------------
  common
----------------------------------------------------*/
html { overflow-y: scroll; }

body {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #4c4c4c;
  line-height: 1.5;
}

/* for IE6 */
* html body { font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

.both { clear: both;}
/*p { margin-bottom: 1.5em;}*/


.left {
  float: left;
}
.right {
  float: right;
}
.bg_gray{
  background:#f2f2f2;
}
.bg_white{
  background:#fff;
}
#bg_gray{
  background:#f2f2f2;
  padding-top:60px;
  padding-bottom:60px
}
#bg_gray_backlink{
  background:#f2f2f2;
  padding-top:32px;
  padding-bottom:60px
}

#bg_white{
  background:#fff;
  padding-top:60px;
  padding-bottom:60px
}
.frame{
  border: 1px solid #ccc;
}
.txt_left{
  text-align:left;
}
.txt_right{
  text-align:right;
}
.txt_center{
  text-align:center;
}
.txt_bold{
  font-weight:bold;
}

/* 一覧に戻るlink　
----------------------------------------------------*/
.linkBtn_area{
  margin: 0 auto;
  width: 1040px;
}
.linkBtn_area .linkBtn {
    border: 1px solid #24a7b2;
    border-radius: 5px;
    /* height: 30px; */
    /* padding: 10px 0 0 5px; */
    width: 91px;
    margin-bottom:0;
    font-size:13px;
    line-height:1.5em;
}

.linkBtn_area .linkBtn .linkBtn_arrow{
    margin: 0 0 0 10px;
}
.linkBtn_area .linkBtn a {
    display: block;
    height: 100%;
    padding: 12px 0 12px 10px;
    text-decoration: none;
    background-color:rgba(255, 255, 255, 0);
}
.linkBtn_area .linkBtn a:hover {
  text-decoration: none;
  background-color:rgba(0, 0, 0, 0.1);
  color:#24a7b2;
}

.linkBtn_area .linkBtn a .linkBtn_arrow{
  margin-right:13px;
}





/* link
----------------------------------------------------*/
a { color: #24a7b2; text-decoration: none;}
a:hover { text-decoration: underline;}


/* margin
----------------------------------------------------*/

.mgB00 { margin-bottom: 0 !important;}
.mgB05 { margin-bottom: 5px !important;}
.mgB10 { margin-bottom: 10px !important;}
.mgB20 { margin-bottom: 20px !important;}
.mgB30 { margin-bottom: 30px !important;}
.mgB40 { margin-bottom: 40px !important;}
.mgB50 { margin-bottom: 50px !important;}
.mgB60 { margin-bottom: 60px !important;}
.mgB70 { margin-bottom: 70px !important;}
.mgB80 { margin-bottom: 80px !important;}
.mgB85 { margin-bottom: 85px !important;}
.mgB90 { margin-bottom: 90px !important;}
.mgB100 { margin-bottom: 100px !important;}
.mgB120 { margin-bottom: 120px !important;}
.mgB140 { margin-bottom: 140px !important;}

.mgB32 { margin-bottom: 32px !important;}

.mgT32 { margin-top: 32px !important;}
.mgT60 { margin-top: 60px !important;}

/* header
----------------------------------------------------*/

header {
  width: 100%;
  background: #FFFFFF url(../images/head_line.png) no-repeat center top;
}

header .inner {
  width: 1040px;
  height: 92px;
  margin: 0 auto;
  position: relative;
}

header #headCopy {
  color: #FFFFFF;
  font-size: 77%;
  margin: 0;
}

header .logo,
header h1 {
  position: absolute;
  /*top: 33px;*/
  top: 30px;
  left: 0;
  /*width: 94px;*/
  width: auto;
  height: 50px;
}
header .logo img,
header h1 img{ width: 100%;}
.logo_20th{
  width: 50px;position: absolute;top: 28px;left: 105px;
}
.logo_20th img{ width: 100%;}
header #headTel {
  position: absolute;
  top: 26px;
  left: 547px;
  width: 190px;
  height: 48px;
}
header #headTel img { width: 100%;}

header ul#headNavi {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  width: 296px;
  height: 79px;
}

header ul#headNavi li {
  float: left;
  height: 79px;
}

header ul#headNavi li#site {
  width: 144px;
  margin: 0 8px 0 0;
}
header ul#headNavi li#site:last-child {
  margin: 0;
}

header ul#headNavi li#site a {
  font-size:92%;
  display: block;
  height: 12px;
  text-decoration: none;
  background:#24a7b2;
  border:0;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  color: #fff;
  width:144px;
  padding: 14px 0 10px;
  line-height:1;
  text-align:center;
  margin-top:36px;
}
header ul#headNavi li#site a:hover {
  background-color: #2395a3;
  text-decoration: none;
}

header ul#headNavi li#site span {
  display: block;
  background-size: 24px 18px;
  text-align: center;
  padding: 56px 0 0 0;
  font-size: 93%;
  font-weight: bold;
  color: #FFFFFF;
}

header ul#headNavi li#app {
  width: 178px;
  margin: 0 0 0 16px;
}
header ul#headNavi li#app a {
  display: block;
  background: url(../images/apply_bg.png) no-repeat left top;
  height: 79px;
}
header ul#headNavi li#app a:hover { background-position: 0 -79px; text-decoration: none;}

header ul#headNavi li#app span {
  display: block;
  background: url(../images/icon_apply.svg) no-repeat 120px 20px;
  background-size: 28px 36px;
  padding: 30px 0 20px 26px;
  font-size: 93%;
  font-weight: bold;
  color: #FFFFFF;
}

.mainHeader{
  /*color:#ffffff;*/
  text-align:center;
}
.mainHeader .discription h1{
  font-size:36px;
  margin-top:72px;
}

#lowerMainVisual_C h1{
  font-size:36px;
  margin-top:72px;
  padding-bottom:72px;
}

.mainHeader .discription p{
  font-size:123%;
  margin:0;
  padding-top:24px;
  line-height:32px;
  height:155px;
}
.mainHeader .tab-type .straight{
  padding-top: 28px;
  background-color:#b0ebdf;
}
.mainHeader .gray .straight{
  padding-top: 28px;
  background-color:#b0ebdf;
}

@media screen and (min-width: 1920px) {
  .mainHeader .discription .straight {
    background-size:100% auto;
  }
}

.mainHeader .tab{
  background-color:#b0ebdf;
  height:76px;
}

.mainHeader #tab2 ul{
  width:596px;
}

.mainHeader #tab3 ul{
  width:888px;
}

.mainHeader #tab4 ul{
  width:1040px;
}


.mainHeader .tab ul{
  margin:0 auto;
  background-color:#b0ebdf;
  border-collapse: separate;
  /*border-spacing: 12px 0;*/
  text-align:center;
}

.mainHeader .tab ul li{
  color:#000000;
  font-size:124%;
  display:table-cell;
  width:280px;
  height:76px;
  vertical-align:middle;
}

.mainHeader .tab ul li a{
  text-decoration: none;
  color:#000000;
  display:table-cell;
  border-collapse: collapse;
  border-spacing: 0 0;  /* ???E ????L?q */
  vertical-align: middle;
  width:280px;
  height: 76px;
}

.mainHeader #tab4 .tab ul li{
  color:#000000;
  font-size:138%;
  display:table-cell;
  /* display:inline;  */
  width:245px;
  height:76px;
  vertical-align:middle;
}

.mainHeader #tab4 .tab ul li a{
  text-decoration: none;
  color:#000000;
  display:table-cell;
  border-collapse: collapse;
  border-spacing: 0 0;  /* ???E ????L?q */
  vertical-align: middle;
  width:245px;
  height: 76px;
}


.mainHeader .tab ul li a:hover{
  text-decoration: none;
  background-color:#9cd4ca;
  border-radius: 7px 7px 0px 0px / 7px 7px 0px 0px;
}

.mainHeader .tab ul li.active{
  background-color:#f2f2f2;
  /* -webkit-border-radius: 7px 0px / 7px 0px;
  -moz-border-radius: 7px 0px / 7px 0px; */
  border-radius: 7px 7px 0px 0px / 7px 7px 0px 0px;
}








/* lowerMainVisual
---------------------------*/
.lowerMainVisual_A {
  height:396px;
  overflow:hidden;
}

.lowerMainVisual_B {
  height:500px;
  overflow:hidden;
}

.lowerMainVisual_C {
  height:277px;
  overflow:hidden;
}
/* gNavi
---------------------------*/
.MainVisual nav#gNavi {
  background: url(../images/nav_bg.png) repeat-x left top;

}
.MainVisual nav#gNavi ul {
  list-style: none;
  width: 1040px;
  height: 48px;
  margin: 0 auto;
}
.MainVisual nav#gNavi ul li {
  float: left;
  height: 48px;
  width: 208px;
}
.MainVisual nav#gNavi ul li a {
  display: block;
  height: 32px;
  text-align: center;
  font-size: 108%;
  color: #FFFFFF;
  /* background: url(../images/gnavi.png) no-repeat left top; */
  padding-top:16px;
}
.MainVisual nav#gNavi ul li a:hover {
  text-decoration: none;
  padding-top:16px;
  /* background: url(../images/nav_hover.png) repeat-x left top; */
  background-color:#000;
}
nav#gNavi,
.lowerMainVisual_A nav#gNavi,
.lowerMainVisual_B nav#gNavi,
.lowerMainVisual_C nav#gNavi{
  background: url(../images/nav_bg.png) repeat-x left top;
}
nav#gNavi ul,
.lowerMainVisual_A nav#gNavi ul,
.lowerMainVisual_B nav#gNavi ul,
.lowerMainVisual_C nav#gNavi ul{
  list-style: none;
  width: 1040px;
  height: 48px;
  margin: 0 auto;
}
nav#gNavi ul li,
.lowerMainVisual_A nav#gNavi ul li,
.lowerMainVisual_B nav#gNavi ul li,
.lowerMainVisual_C nav#gNavi ul li{
  float: left;
  height: 48px;
  width: 208px;
}
nav#gNavi ul li a,
.lowerMainVisual_A nav#gNavi ul li a,
.lowerMainVisual_B nav#gNavi ul li a,
.lowerMainVisual_C nav#gNavi ul li a{
  display: block;
  height: 32px;
  text-align: center;
  font-size: 108%;
  color: #FFFFFF;
  /* background: url(../images/gnavi.png) no-repeat left top; */
  padding-top:16px;
}
nav#gNavi ul li a:hover,
.lowerMainVisual_A nav#gNavi ul li a:hover,
.lowerMainVisual_B nav#gNavi ul li a:hover,
.lowerMainVisual_C nav#gNavi ul li a:hover{
  text-decoration: none;
  padding-top:16px;
  /* background: url(../images/nav_hover.png) repeat-x left top; */
  background-color:#000;
}

/* TopickPath
----------------------------------------------------*/
#topickPath {
  list-style: none;
  width: 1016px;
  margin: 15px auto 13px;
  padding: 0 12px;
  color: #999999;
  font-size: 93%;
}
#topickPath li {
  float: left;
  margin: 0 5px 0 0;
  line-height: 1.2;
}
ol#topickPath li::after {
  content:">";
  margin: 0 20px;
}
ol#topickPath li:last-child::after {
  content:"";
  margin: 0;
}
#topickPath li.home {
  background: url(../images/icon_home.png) no-repeat 0 0;
  padding: 0 0 0 25px;
}
#topickPath a{
  color:#fff;
}
.mainHeader .path {
  background-color:rgba(26,26,26,0.75);
}
.mainHeader .path #topickPath {
  margin: 0 auto 0 !important;
  padding: 15px 12px 13px !important;
}

/* Link Area
----------------------------------------------------*/
#linkArea {
  border-top: 1px solid #ccc;
  background: #FFFFFF;
}
#linkArea .inner:first-child {
  border-bottom: 1px dashed #bbb;
}
#linkArea .inner {
  width: 1040px;
  margin: 0 auto;
  padding: 60px 0;
}
#linkArea .column1 {
  float: left;
  width: 270px;
}
#linkArea .column2 {
  float: left;
  width: 260px;
}
#linkArea .column3 {
  float: left;
  width: 250px;
}
#linkArea .column4 {
  float: left;
  width: 240px;
}
#linkArea #footLogo {
  width: 127px;
  margin: 0 auto 15px;
}
#linkArea #footLogo img { width: 100%;}
#linkArea .tel {
  text-align: center;
  font-size: 123.1%;
  margin: 0 0 15px 0;
}
#linkArea .hours {
  text-align: center;
  font-size: 93%;
  color: #999fbf;
  margin: 0 0 60px 0;
}
#footerLink dl{
  clear: both;
  width: 240px;
  display: table;
  margin: 0 auto 15px;
}
#footerLink dl dt{
  display: table-cell;
  vertical-align: middle;
  width: 70px;
  padding: 3px;
  border: 1px #cdcdcd solid;
}
#footerLink dl dt img{
  width: 100%;
  display: block;
}
#footerLink dl dd{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 10px;
  padding: 2px;
  border: 1px #cdcdcd solid;
  border-left: none;
}
#footerLink a{
  color: #4c4c4c;
}
#footerLink a:hover {
  text-decoration: none;
}
#footerLink a:hover dd{
  background: #f2f2f2;
}

#linkArea  dl.linkBox {
  clear: both;
  /* width: 230px; */
  margin: 0;
  padding: 0 0 0 20px;
}

#linkArea  dl.linkBox h3 {
  font-size: 108%;
  background: url(../images/link_ttl_btm.png) no-repeat left bottom;
  margin: 0 0 20px;
  padding: 0 0 20px 0;
  color: #000000;
}
#linkArea  dl.linkBox dd {
}
#linkArea  dl.linkBox dd ul {
  list-style: none;
}
#linkArea  dl.linkBox dd ul li {
  margin: 0 0 10px 0;
}
#linkArea  .footBnr {
  margin-bottom: 60px;
}

/* footer
----------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 40px;
  bottom: 0;
}
footer {
  width: 100%;
}
footer section#linkArea2 {
  background-color: #f2f2f2;
  padding: 40px 0;
}
footer section#linkArea2 ul {
  list-style: none;
  width: 1040px;
  margin: 0 auto;
}
footer section#linkArea2 ul li {
  float: left;
  width: 208px;
  text-align: center;
  margin: 0;
  padding: 0;
}
footer #copyright {
  background-color: #001a4c;
  text-align: center;
  font-size: 93%;
  color: #FFFFFF;
  margin: 0;
  padding: 12px 0;
}

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

.clearfix { min-height: 1px; }

* html .clearfix { height: 1px;/*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}

/* search Area
----------------------------------------------------*/
#searchArea {
  background-color: #f2f2f2;
  border-top: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid;
}
#searchArea .inner {
  width: 1040px;
  margin: 0 auto;
  padding: 27px 0;
  text-align: center;
}
#searchArea input.txtArea {
  width: 330px;
  height: 26px;
  border: 1px #bfbfbf solid;
  font-size: 138.5%;
  margin: 0 15px 0 0;
  padding: 10px;
}
#searchArea input.btn {
  width: 100px;
  height: 48px;
  background: #24a7b2 url(../images/icon_search.svg) no-repeat center center;
  background-size: 28px 28px;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#searchArea input.btn:hover {
  background: #2395a3 url(../images/icon_search.svg) no-repeat center center;
  background-size: 28px 28px;
}
#gNavi.scroll{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}
#preHeader nav#gNavi{
  background: url(../images/nav_bg.png) repeat-x left top;
}
#preHeader nav#gNavi ul{
    list-style: none;
  width: 1040px;
  height: 48px;
  margin: 0 auto;
}
#preHeader nav#gNavi ul li{
  float: left;
  height: 48px;
  width: 208px;
}
#preHeader nav#gNavi ul li a{
  display: block;
  height: 32px;
  text-align: center;
  font-size: 108%;
  color: #FFFFFF;
  padding-top: 16px;
}
section#recruit-01.lowerMainVisual_B, section#business-01.lowerMainVisual_B{
  height: 450px;
}
#recruit-01, #business-01 {
  background-position-y: -40px !important;
}
