/*  --------------------------------------------------
        :: Global Reset & Standards
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* 初期設定
================================================== */
body {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro', Hiragino Kaku Gothic Pro, sans-serif !important;
    font-weight: 500;
    color: #333;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 14px;
    line-height: 1.7em;
    background: #fff;
}
a {
    color: #051493;
    text-decoration: none;
    line-height: inherit;
}
a , a img {
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    border: none;
}
a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.7em;
    text-align: justify;
}
p a, p a:visited {
    line-height: 1.5em;
}
img {
    margin: 0;
    vertical-align: top;
}
p img {
    margin: 0;
}
ul, ol {
    margin: 0;padding: 0;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
    margin-left: 1.5em;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc {
    list-style: disc outside;
}
strong {
    font-weight: bold;
    line-height: inherit;
}
.linkbox {
}
.linkbox:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 13px;
        line-height: 1.3em;
        text-align: justify;
    }
    p a, p a:visited {
        line-height: 1.3em;
    }
}



/* グリッドシステム
================================================== */
.container {
    margin: 0 20px;
}
.row {
    width: 90%;
    max-width: 1000px;
    min-width: 727px;
    margin: 0 auto;
}
.row .row {
    min-width: 0;
}

.columns {
    margin-right: 3.2%;
    float: left;
    min-height: 1px;
    position: relative;
}
.SP_columns {
    margin-right: 3.2%;
    float: left;
    min-height: 1px;
    position: relative;
}
.lc {
    margin-right: 0;
}

.row .g1.columns    { width: 5.4%; }
.row .g2.columns    { width: 14.0%; }
.row .g25.columns    { width: 18.1%; }
.row .g3.columns    { width: 22.6%; }
.row .g4.columns    { width: 31.2%; }
.row .g45.columns    { width: 35.5%; }
.row .g5.columns    { width: 39.8%; }
.row .g6.columns    { width: 48.4%; }
.row .g7.columns    { width: 57.0%; }
.row .g8.columns    { width: 65.6%; }
.row .g9.columns    { width: 74.2%; }
.row .g10.columns   { width: 82.8%; }
.row .g11.columns   { width: 91.4%; }
.row .g12.columns   { width: 100%; }

.row .g3.SP_columns    { width: 22.6%; }
.row .g4.SP_columns    { width: 31.2%; }
.row .g5.SP_columns    { width: 39.8%; }
.row .g6.SP_columns    { width: 48.4%; }
.row .g7.SP_columns    { width: 57.0%; }
.row .centered { float: none; margin: 0 auto; }

img, object, embed {
    max-width: 100%;
    height: auto;
    width:auto;
}
img {
    -ms-interpolation-mode: bicubic;
}

@media only screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .container {
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .row {
        width: 90%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        margin: 0 auto;
    }
    .column, .columns {
        width: auto !important;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .tisu {
        float: none;
        margin: 0 auto 20px auto;
        max-width: 500px;
    }
    .SP_columns {
        margin: 0 1% 0 1%;
        min-height: 1px;
    }
    .row .g3.SP_columns    { width: 48%; }
    .row .g4.SP_columns    { width: 48%; }
    .row .g5.SP_columns    { width: 48%; }
    .row .g6.SP_columns    { width: 48%; }
}



/* ヘッダー
================================================== */
#header_bg {
    position: fixed;
    width: 100%;
    height: 150px;
    background: url(../img/header_bg.png) 0 0 repeat-x;
    z-index: 1000;
    -webkit-transition: 0.05s ease-out;
    -moz-transition: 0.05s ease-out;
    -o-transition: 0.05s ease-out;
    transition: 0.05s ease-out;
}
#header_bg.smaller {
}

#header_logo {
    float: left;
    padding-top: 25px;
    width: 24.5%;
}
#header_cont {
    float: left;
    padding-top: 20px;
    width: 75.5%;
}
#header_cont #tel {
    text-align: right;
    margin-bottom: 15px;
}
nav#gnav {
}
nav#gnav ul {
}
nav#gnav ul li {
    float: right;
    margin-left: 2%;
}
nav#gnav ul li a {
    display: block;
    border-bottom: 2px solid rgba(255,255,255,0);
}
nav#gnav ul li.toppage { width: 12.05298013245033%; }
nav#gnav ul li.service { width: 15.894039735099339%; }
nav#gnav ul li.recruit { width: 22.251655629139073%; }
nav#gnav ul li.example { width: 9.403973509933774%; }
nav#gnav ul li.company { width: 9.271523178807946%; }
nav#gnav ul li.topics { width: 9.403973509933774%; }

nav#gnav ul li a:hover {
    border-bottom: 2px solid #cfaf5b;
}
nav#gnav ul li.current a {
    border-bottom: 2px solid #051493;
}
nav#gnav ul li.current a:hover {
}

nav#gnav ul li ul {
    margin: 0 0 0 0;
}
nav#gnav ul li ul li {
    margin: 0;
    padding: 0;
    float: none;
    position: relative;
}
nav#gnav ul li ul li a {
    min-width: 88px;
    margin: 0 0 0 0;
    display: block;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    background: #051493;
    border-bottom: 2px solid #051493;
}
nav#gnav ul li ul li a:hover {
    background: #cfaf5b;
    border-bottom: 2px solid #cfaf5b;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
/* OFF */
nav#gnav ul li ul {
    display: none;
}
/* ON */
nav#gnav ul li:hover ul {
    display: block;
    position: absolute;
    z-index: 2000;
}


#SP_header_bg {
    display: none;
}
#SP_gnav_bg {
    display: none;
}




/* スマホ用バーガーメニュー
================================================== */
nav.drawer-nav ul li {
    text-align: center;
    font-weight: bold;
}
nav.drawer-nav ul li a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-weight: normal;
}
nav.drawer-nav ul li a:hover {
    background: #3744a9;
}
nav.drawer-nav ul li.current a {
    color: #051493;
    background: #cfaf5b;
}
@media only screen and (max-width: 767px) {
    #header_bg {
        display: none;
    }
    #gnav_bg {
        display: none;
    }
    #SP_header_bg {
        display: block;
        background: #fff;
    }
    #SP_gnav_bg {
        display: block;
    }
    #SP_header_logo {
        padding: 16px 0;
        text-align: left;
    }
    #SP_header_logo img {
        width: 42%;
    }
}



/* 共通
================================================== */
#header_line {
    text-align: center;
}
#header_line img {
    width: 100%;
    max-width: 1500px;
}
@media only screen and (max-width: 767px) {
    #header_line {
        height: 20px;
        background: url(../img/line_company.png) right 0 no-repeat;
        background-size: 150%;
    }
    #header_line img {
        display: none;
    }
}

.line_bg1 {
    height: 28px;
    background: url(../img/line_bg1.png) 0 0 repeat;
}

.operationtable {
    margin-top: 10px;
    padding: 30px;
    background: url(../img/tp_sub2_bg.png) 0 center no-repeat;
    background-size: cover;
    border: 2px solid #ccc;
}
.operationtable h2 {
    margin-bottom: 30px;
    text-align: center;
}
.operationtable .kari {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    background: #f0f0f0;
}
@media only screen and (max-width: 767px) {
    .operationtable {
        margin-top: 30px;
        padding: 30px 10px;
    }
    .operationtable h2 {
        margin-bottom: 10px;
    }
}



/* フッター
================================================== */
#footer_contact_bg {
    padding: 50px 0;
    background: #051493;
}
#footer_contact h2 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.3em;
    text-align: center;
}
#footer_contact_inner {
    margin-top: 30px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}
#footer_contact_inner .logo {
    text-align: center;
}
#footer_contact_inner .arrow {
    margin-top: 20px;
    text-align: center;
}
#footer_contact_inner .tel {
    margin-top: 10px;
    text-align: center;
}
#footer_contact_inner .notice {
    margin-top: 5px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #footer_contact_bg {
        padding: 30px 0;
    }
    #footer_contact h2 {
        font-size: 15px;
        line-height: 1.3em;
        letter-spacing: 0em;
    }
    #footer_contact_inner {
        margin-top: 20px;
        padding: 0 30px;
        width: 80%;
        box-sizing: border-box;
    }
}

#footer_cont_title {
    text-align: center;
    border-top: 1px solid #fff;
}
#footer_cont_title img {
    position: relative;
    top: -7px;
}
#footer_menu {
    padding: 5px 0 25px 0;
    border-bottom: 1px solid #fff;
}
#footer_menu p {
    text-align: center;
}
#footer_menu p a {
    margin-left: 10px;
    margin-right: 10px;
}
#footer_menu p img {
    vertical-align: middle;
}
@media only screen and (max-width: 767px) {
    #footer_cont_title, #footer_menu {
        display: none;
    }
}

#footer_bg {
    padding: 50px 0;
    background: #000;
}
#footer , #footer a {
    color: #fff;
}
#footer address {
    margin-top: 30px;
    margin-bottom: 50px;
}
#footer address p {
    font-size: 13px;
    line-height: 1.4em;
}
#footer address p.company {
    font-size: 20px;
}
p#copyright {
    font-size: 10px;
}
p#copyright a {
    color: #fff;
    font-weight: normal;
}
.est_banner {
    text-align: right;
}
@media only screen and (max-width: 767px) {
    #footer_bg {
        padding: 30px 0;
    }
    #footer address {
        margin-top: 0;
        margin-bottom: 20px;
    }
    #footer address p.company {
        font-size: 15px;
    }
    #footer address p {
        font-size: 11px;
    }
    p#copyright {
        font-size: 9px;
        margin-top: 20px;
    }
    .est_banner {
        width: 70%;
        margin-top: 20px;
    }
}



#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#pagetop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    transform: scale(1.07);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
    #pagetop img {
        width: 40px;
    }
    #copyright p {
        font-size: 9px;
    }
}



/* ボタン
================================================== */
p.btn1 a {
    display: block;
    padding: 14px 25px 12px 20px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
    box-sizing: border-box;
    background: #051493 url(../img/arrow1.png) right 10px center no-repeat;
}
p.btn2 a {
    display: block;
    padding: 14px 25px 12px 20px;
    color: #051493;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
    box-sizing: border-box;
    border: 2px solid #051493;
    background: url(../img/arrow2.png) right 10px center no-repeat;
}
p.btn2 a:hover {
    color: #fff;
    background: #051493 url(../img/arrow1.png) right 10px center no-repeat;
}

p.btn3 a {
    display: block;
    padding: 14px 25px 12px 20px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
    box-sizing: border-box;
    background: #333 url(../img/arrow1.png) right 10px center no-repeat;
}


@media only screen and (max-width: 767px) {
    p.btn1 a {
    }
    p.btn2 a {
    }
}
