@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 common.css

+++++++++++++++++++++++++++++++ */

/* reset */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* layout */
body {
    position: relative;
    background: #fff;
    font:normal 14px/1.4 "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #222;
}

a {
    color: #003f65;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

img { vertical-align: bottom; }
p { margin: 1em 0; }

/* headline */
h1, h2, h3, h4, h5 {
    font-size: 20px;
}
/* カテゴリタイトル */
.headline01{
    position: relative;
    margin: 0;
    padding: 20px 0;
    background: #003f65;
    color: #fff;
    font-family: 'Cantarell', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    z-index: 2;
}
.headline01:after {
    position: absolute;
    bottom: -15px;
    left: calc(50% - 36.5px);
    display: block;
    width: 73px;
    height: 15px;
    background: url(../images/bg_headline01.png) no-repeat left top;
    content: " ";
}
/* ローカルタイトル */
.headline02 {
    margin: 30px 0;
    color: #003f65;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
}
.heading01 {
    margin: 0 0 20px;
    color: #003f65;
    font-family: 'Cantarell', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 26px;
}
.box_main .heading01 { color: #fff; }

.heading02 {
    margin: 0 0 30px;
    padding: 10px 20px;
    background: #e6ecf0;
    color: #003f65;
    font-size: 20px;
}
.heading03 {
    margin: 0 0 30px;
    color: #003f65;
    font-size: 20px;
}
.heading04 {
    position: relative;
    margin: 0 0 30px;
    padding: 10px 20px;
    text-align: center;
    color: #003f65;
    font-size: 20px;
}
.heading04::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 45px;
    height: 5px;
    transform: translateX(-50%);
    background: url(../seminar/seminar_201217/img_heading-dot.svg) no-repeat;
}

.sub_head01 {
    margin: 30px 0;
    padding: 0 20px;
    color: #003f65;
    font-size: 18px;
}

.caption01 {
    margin: 30px 0;
    padding: 0 20px;
    color: #003f65;
    font-size: 18px;
    text-align: center;
}

/*
ヘッダー
-----------------------------------*/
header.global {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

#tagline {
  display: none;
    position: absolute;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    color: #666;
    font-size: 10px;
    font-weight: normal;
}
#logo {
    clear: left;
    float: left;
    margin: 25px 0 8px;
}

header.global .support {
    float: right;
    margin-top: 5px;
    font-size: 10px;
}
header.global .support li {
    float: left;
    color: #003f65;
}
header.global .support li:not(:last-child):after {
    content: "｜";
}
#menu { display: none; }
header.global .sitemenu {
    clear: right;
    float: right;
    margin-top: 10px;
}
header.global .sitemenu li { float: left; }
header.global .sitemenu li:last-child { display: none; }
header.global .sitemenu a {
    display: block;
    padding: 15px 10px;
    border-bottom: 5px solid transparent;
    font-weight: bold;
}
header.global .sitemenu a:hover,
header.global .sitemenu .current a {
    border-bottom-color: #003f65;
    text-decoration: none;
}

/*
パンくず
-----------------------------------*/
#pkz {
    padding: 5px 0;
    background: #ccd9e0;
    font-size: 11px;
}
#pkz ol {
    width: 1200px;
    margin: 0 auto;
    list-style: none;
}
#pkz li {
    position: relative;
    float: left;
    margin-right: 20px;
    color: #003f65;
}
#pkz li:first-child a::before {
    display: inline-block;
    overflow-y: hidden;
    width: 15px;
    height: 13px;
    margin-right: 3px;
    background: url(../images/ico_home.png) no-repeat left top;
    content: "";
    vertical-align: -1px;
}
#pkz a:after {
    position: absolute;
    top: calc(50% - 4px);
    right: -13px;
    border-color: transparent transparent transparent #003f65;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: " ";
}

/*
コンテンツ
-----------------------------------*/
main {
    display: block;
}

main .box {
    width: 1200px;
    margin: 0 auto 50px;
}
main .box_lgray {
    width: 100%;
    margin: 0 0 50px;
    padding: 30px 0;
    background: #f4f4f4;
}
main .box_gray {
    width: 100%;
    margin: 0 0 50px;
    padding: 30px 0;
    background: #e9e9e9;
}
main .box_main {
    width: 100%;
    margin: 0 0 50px;
    padding: 30px 0;
    background: #003f65;
}

main .box_main .inner {
    width: 1200px;
    margin: 0 auto;
}

.box_content {
    width: 980px;
    margin: 0 auto 50px;
}
.headline01 + .box_content { margin-top: 50px; }

/* 画像回り込みボックス */
.box_image01 .image {
    float: left;
    margin-right: 20px;
}

/* 影 */
.box_shadow {
    margin-bottom: 50px;
    padding: 30px 40px;
    border-radius: 8px;
    box-shadow: rgba(89,62,59,0.1) 0 3px 8px;
}
.box_shadow .text {
  line-height: 1.8;
}

/* テキスト */
.text {
    margin: 0 20px 20px;
    font-size: 16px;
}
.txt_right { text-align: right; }
.txt_supplement { font-size: 12px; }
.txt_point,
.txt_attention { color: #df4439; }
.txt_point_navy { color: #003f65; }

.time_stamp {
    margin-bottom: 20px;
    text-align: right;
}

/* もっと見る */
.more { margin-top: 30px; }
.more a {
    position: relative;
    display: block;
    padding: 10px;
    background: #003f65;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: 0.2s linear;
}
.more a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 11px;
    height: 21px;
    margin-top: -10px;
    background: url(../images/arrow_r_w.png) no-repeat left top;
    content: " ";
}
.more a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
    text-decoration: none;
}

.box_main .more a {
    background: #fff;
    color: #003f65;
}
.box_main .more a:after { background: url(../images/arrow_r.png) no-repeat left top; }

/*
ローカルナビゲーション
-----------------------------------*/
#contents_nav {
    position: relative;
    background: #e9e9e9;
    text-align: center;
    z-index: 1;
}
#contents_nav li {
    display: inline-block;
    margin: 0 15px;
}
#contents_nav a {
    display: block;
    padding: 25px 5px 15px;
    border-bottom: 3px solid transparent;
}
#contents_nav a:hover,
#contents_nav .current a {
    border-bottom-color: #003f65;
    text-decoration: none;
}

/*
ボタン
-----------------------------------*/
.box_button {
    margin: 30px 0;
    text-align: center;
}
.button {
    position: relative;
    display: inline-block;
    width: 300px;
    padding: 15px 0;
    background: #ef832b;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: 0.2s linear;

}
.button + .button { margin-left: 15px; }
.button:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
    text-decoration: none;
}

.box_button.multiple .button { margin: 0 20px; }

/* 紺ボタン */
.button_main { background: #003f65; }

/* 灰ボタン */
.button_gray { background: #999; }

/* 小さめボタン */
.button_midium {
    padding: 10px 0;
    font-size: 14px;
}
.button_small {
    padding: 5px 0;
    font-size: 12px;
}

/* 次へ */
.button_next:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 11px;
    height: 21px;
    margin-top: -10px;
    background: url(../images/arrow_r_w.png) no-repeat left top;
    content: " ";
}

/* 前へ */
.button_prev:after {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 12px;
    height: 20px;
    margin-top: -10px;
    background: url(../images/arrow_l_w.png) no-repeat left top;
    content: " ";
}

/* 申込 */
.button_entry {
  margin: 20px 0 0 0;
}

/*
サンプル導線
-----------------------------------*/
.modal_sample {
    position: relative;
    display: block;
    overflow: hidden;
    width: 316px;
    height: 96px;
    border: 1px solid #003f65;
}
.modal_sample > span {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    padding: 3px 8px 2px;
    background: #ef832b;
    color: #003f65;
    font-family: 'Cantarell', sans-serif;
}
.modal_sample strong {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 286px;
    padding: 5px 20px 4px 10px;
    background: #003f65;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.modal_sample strong:after {
    position: absolute;
    right: 10px;
    bottom: 5px;
    display: block;
    width: 21px;
    height: 22px;
    background: url(../images/ico_modal_open.png) no-repeat left top;
    content: " ";
}

.modal_sample img {
    position: absolute;
    top: -20%;
    left: 0;
    display: block;
    width: 120%;
}

/* 3列表示 */
.box_sample .modal_sample { float: left; }
.box_sample .modal_sample:not(:nth-child(3n)) { margin-right: 12px; }


/* モーダル */
#cboxContent { background-color: transparent; }
#cboxLoadedContent { border: none; }

#cboxClose {
    width: 30px;
    height: 30px;
    background: transparent url(../images/ico_close.png) no-repeat left top;
}
#cboxClose:hover { background: transparent url(../images/ico_close_over.png) no-repeat left top; }

/*
お問い合わせ
-----------------------------------*/
#inquiry {
    padding: 20px 0;
}
#inquiry .heading01 {
    font-size: 20px;
    text-align: center;
}
.button_inquiry {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.button_inquiry li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%;
    vertical-align: middle;
}
.button_inquiry .tel { margin-right: 2%; }
.button_inquiry a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: 0.2s linear;
}
.button_inquiry a span {
    display: block;
    margin-right: 10px;
    font-size: 14px;
    font-weight: normal;
}

.button_inquiry .tel a {
    padding: 5px 0 5px 65px;
    background: #003f65;
}
.button_inquiry .form a {
    padding: 15px 0 15px 25px;
    background: #ef832b;
}
.button_inquiry .tel a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 64px;
    border-right: 1px solid #7799ca;
    background: url(../images/ico_tel.png) no-repeat center center;
    content: " ";
}
.button_inquiry .form a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 64px;
    border-right: 1px solid #fecbaa;
    background: url(../images/ico_pc.png) no-repeat center center;
    content: " ";
}
.button_inquiry .form a:after {
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    display: block;
    width: 11px;
    height: 21px;
    background: url(../images/arrow_r_w.png) no-repeat left top;
    content: " ";
}
.button_inquiry a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
    text-decoration: none;
}

#inquiry.box_lgray p {
    margin: 20px 0 0;
    color: #003f65;
    text-align: center;
}


/*
サービスリスト
-----------------------------------*/
.list_service li {
    float: left;
    margin-top: 20px;
}
.list_service li:not(:nth-child(5n)) { margin-right: 21px; }

.list_service a {
    display: block;
    box-sizing: border-box;
    width: 223px;
    height: 197px;
    padding-top: 10px;
    background-image: url(../images/bg_list_service.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 282px 282px;
    transition: 0.2s;
}
.list_service .ec {
    border: 1px solid #edbbbf;
    background-color: #d2565e;
    color: #d2565e;
}
.list_service .si {
    border: 1px solid #b6d1c5;
    background-color: #488c6f;
    color: #488c6f;
}
.list_service .consulting {
    border: 1px solid #f1d0b5;
    background-color: #dd8a46;
    color: #dd8a46;
}
.list_service .smart {
    border: 1px solid #bfbbd0;
    background-color: #5f5489;
    color: #5f5489;
}
.list_service .security {
    border: 1px solid #b6c8d8;
    background-color: #49759e;
    color: #49759e;
}
.list_service .agp {
    border: 1px solid #cedcbb;
    background-color: #85a754;
    color: #85a754;
}
.list_service .name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
}
.list_service i {
    display: block;
    width: 80px;
    margin: 5px auto;
    padding: 5px;
}
.list_service .name span {
    display: block;
    font-size: 10px;
}

.list_service .ec .name { line-height: 1.45; }
.list_service .name.long { line-height: 1.2; }
.list_service .desc {
    display: block;
    margin: 15px 10px;
    color: #4e4e4e;
    font-size: 10px;
    font-weight: bold;
    transition: 0.2s linear;
}
.list_service a:hover {
    background-size: 90px 90px;
    color: #fff;
    text-decoration: none;
}
.list_service a:hover .desc { color: #fff; }

/*
セミナー
-----------------------------------*/
#seminar section:not(:last-child) { margin-bottom: 30px; }
#seminar .title {
    margin: 0 0 10px;
    font-size: 16px
}
.tag {
    display: inline-block;
    margin-right: 5px;
    padding: 5px 8px;
    color: #fff;
    font-weight: normal;
}
.free { background: #3f82d9; }
.payment { background: #e0443b; }
.schedule {
    margin-right: 10px;
    background: #003f65;
}

.list_seminar {
    padding: 10px;
    background: #f4f4f4;
}
.list_seminar li {
    float: left;
    width: 580px;
}
.list_seminar li:nth-child(n+3) { margin-top: 10px; }
.list_seminar li:nth-child(odd) { margin-right: 20px; }
.list_seminar.block li {
    float: none;
    width: 100%;
    margin-right: 0;
}
.list_seminar a {
    position: relative;
    display: block;
    padding: 8px 5px;
    background: #fff;
    font-weight: bold;
    transition: 0.2s linear;
}
.list_seminar a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 11px;
    height: 21px;
    margin-top: -10px;
    background: url(../images/arrow_r.png) no-repeat left top;
    content: " ";
}
.list_seminar a:hover {
    background: #ef832b;
    color: #fff;
    text-decoration: none;
}

/*
職種リスト
-----------------------------------*/
.list_job {
    width: 920px;
    margin: 0 auto;
}
.list_job li {
    float: left;
    text-align: center;
}
.list_job li:not(:nth-child(4n)) { margin-right: 40px; }
.list_job li:nth-child(n+5) { margin-top: 30px; }
.list_job a {
    display: block;
    width: 200px;
    height: 200px;
    background: url(../images/bg_list_job.png) no-repeat left top;
    transition: 0.2s linear;
}
.list_job a span {
    display: block;
    padding: 30px 0 15px;
    color: #003f65;
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
}
.list_job a .long { line-height: 1.2; }
.list_job a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
    text-decoration: none;
}


/*
テーブル
-----------------------------------*/
.table_normal {
    width: 100%;
}
.table_normal + .table_normal { margin-top: 30px; }
.table_normal th,
.table_normal td {
    padding: 20px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    line-height: 1.8;
}
.table_normal th {
    width: 210px;
    color: #003f65;
    font-weight: bold;
    text-align: left;
}
.table_normal ul {
    margin-left: 1em;
    list-style: square;
}
.table_normal li:not(:first-child) { margin-top: 5px; }
.table_normal .sub { width: 100px; }

.table_normal td a { text-decoration: underline; }

/*
フッター
-----------------------------------*/
#page_top {
    width: 1200px;
    height: 40px;
    margin: 50px auto 0;
    text-align: right;
}
#page_top a {
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 40px;
    background: #003f65 url(../images/arrow_u_w.png) no-repeat center center;
    color: transparent;
    transition: 0.2s linear;
}
#page_top a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
    text-decoration: none;
}

#footer_map {
    background: #003f65
}
footer.global .inner {
    width: 1200px;
    margin: 0 auto 20px;
    padding-top: 20px;
}
#footer_profile {
    float: left;
    width: 420px;
    color: #fff;
}
#footer_profile .logo {
    margin: 10px 0;
}
#footer_profile address {
    font-size: 12px;
    font-style: normal;
}

#footer_map ul {
    float: left;
    border-left: 1px solid #7799ca;
}
#footer_map a {
    display: inline-block;
    padding: 0 30px 0 20px;
    color: #fff;
    font-size: 12px;
    line-height: 2;
}
#footer_map p:last-child { display: none; }

.organizations {
    width: 1200px;
    margin: 20px auto 15px;
}
.organizations li {
    display: inline-block;
    min-height: 82px;
    margin-right: 20px;
    vertical-align: middle;
}
.organizations li:first-child {
    position: relative;
    top: -2px;
}

footer.global small {
    display: block;
    padding: 5px 0;
    background: #003f65;
    color: #99b2c1;
    font-size: 12px;
    text-align: center;
}


/* clearfix */
header:after,
footer:after,
main:after,
section:after,
div:after,
ul:after,
ol:after,
dl:after,
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
header, footer, main, section, div, ul, ol, dl,.clearfix { display: inline-block; }
header, footer, main, section, div, ul, ol, dl, .clearfix { display: block; }



/* タブレット、スマホ用 */
@media screen and (max-width: 1200px) {
    body {
        width: 1300px;
    }
}

/* 業績推移 注意書き */
.warning {
    margin: 20px 0 0 115px;
}

