@charset "utf-8";

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

 common.css

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

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

/* layout */
body {
    width: 100%;
    padding-top: 45px;
    overflow-x: hidden;
    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;
}

img {
    max-width: 100%;
    height: auto !important;
    vertical-align: bottom;
}

p,
figure { margin: 1em 10px; }

/* 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: 24px;
    font-weight: normal;
    text-align: center;
    z-index: 2;
}
.headline01:after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    display: block;
    width: 40px;
    height: 15px;
    margin-left: -20px;
    background: url(../../images/bg_headline01.png) no-repeat left top;
    background-size: 40px auto;
    content: " ";
}
/* ローカルタイトル */
.headline02 {
    margin: 30px 0;
    color: #003f65;
    font-size: 20px;
    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;
    text-align: center;
}
.box_main .heading01 { color: #fff; }

.heading02 {
    margin: 0 0 20px;
    padding: 10px;
    background: #e6ecf0;
    color: #003f65;
    font-size: 16px;
}
.heading03 {
    margin: 0 10px 20px;
    color: #003f65;
    font-size: 20px;
}
.heading04 {
  margin: 0 0 20px;
  padding: 10px;
  background: #e6ecf0;
  color: #003f65;
  font-size: 16px;
  border-left: 5px solid #003f65;
}

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

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

/*
ヘッダー
-----------------------------------*/
header.global {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 45px;
    margin: 0 auto;
    background: #fff;
    z-index: 100;
}

#tagline {
    display: none;
}
#logo {
    margin: 0 auto;
    padding: 8px 0;
    width: 110px;
}
#logo img { width: 100%;}

header.global .support {
    position: absolute;
    top: 0;
    right: 0;
}
header.global .support li:nth-child(n+3) { display: none; }
header.global .support li {
    float: left;
    color: #003f65;
    font-size: 8px;
}
header.global .support li a {
    display: block;
    padding-top: 30px;
    color: #222;
    text-align: center;
}
header.global .support li:first-child a {
    display: none;
}
header.global .support li:nth-child(2) a {
    width: 50px;
    background: url(../../images/sp/ico_access.png) no-repeat center top;
    background-size: 40px;
}

#menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    padding-top: 30px;
    background: url(../../images/sp/ico_menu.png) no-repeat center top;
    background-size: 40px;
    font-size: 9px;
    text-align: center;
}

header.global .sitemenu {
    position: absolute;
    top: 45px;
    left: 0;
    display: none;
    padding: 5px 0;
    background: #003f65;
    text-align: center;
}
header.global .sitemenu li { display: inline-block; }
header.global .sitemenu a {
    display: block;
    padding: 5px 10px;
    border-bottom: 5px solid transparent;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}


/*
パンくず
-----------------------------------*/
#pkz {
    padding: 5px 0;
    background: #ccd9e0;
    font-size: 11px;
    overflow-x: auto;
}
#pkz ol {
    -webit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    list-style: none;
    white-space: nowrap;
}
#pkz li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    color: #003f65;
}
#pkz li:first-child a::before {
    display: inline-block;
    overflow: 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: 50%;
    right: -13px;
    margin-top: -4px;
    border-color: transparent transparent transparent #003f65;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: " ";
}

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

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

main .box_main .inner {
    width: 100%;
    margin: 0 auto;
}

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

/* 画像回り込みボックス */
.box_image01 .image {
    margin:  0 20px 10px;
}

/* テキスト */
.text {
    margin: 0 10px 10px;
    overflow-wrap: break-word;
}
.txt_right { text-align: right; }
.txt_supplement { font-size: 12px; }
.txt_point,
.txt_attention { color: #df4439; }

.time_stamp {
    margin-bottom: 20px;
    font-size: 12px;
    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: 10px;
    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;
}
#contents_nav a {
    display: block;
    padding: 15px 5px 10px;
    border-bottom: 3px solid transparent;
    font-size: 12px;
}
#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;
    -webit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    background: #ef832b;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    transition: 0.2s linear;
}
.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: 12px;
}
.button_small {
    padding: 5px 0;
    font-size: 12px;
}

/* 次へ */
.button_next:after {
    position: absolute;
    top: 50%;
    right: 10px;
    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: " ";
}

/*
サンプル導線
-----------------------------------*/
.modal_sample {
    position: relative;
    display: block;
    overflow: hidden;
    width: 90%;
    height: 96px;
    margin: 0 auto;
    border: 1px solid #003f65;
}
.modal_sample:not(:first-child) { margin-top: 10px; }
.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;
    z-index: 2;
}
.modal_sample strong {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 5px 20px 4px 10px;
    background: #003f65;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.modal_sample strong:after {
    position: absolute;
    right: 10px;
    bottom: 0;
    display: block;
    width: 21px;
    height: 22px;
    background: url(../../images/ico_modal_open.png) no-repeat left top;
    background-size: 16px;
    content: " ";
}

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


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

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

/*
お問い合わせ
-----------------------------------*/
#inquiry {
    padding: 20px 0;
}
#inquiry .heading01 {
    font-size: 20px;
    text-align: center;
}
.button_inquiry {
    margin: 0 10px -5px;
}
.button_inquiry li {
    margin-bottom: 5px;
}
.button_inquiry a {
    position: relative;
    display: block;
    padding: 15px 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    transition: 0.2s linear;
}
.button_inquiry a span {
    margin-right: 5px;
    font-size: 10px;
    font-weight: normal;
}

.button_inquiry .tel a { background: #003f65; }
.button_inquiry .form a { background: #ef832b; }


#inquiry.box_lgray p {
    margin: 10px 0 0;
    color: #003f65;
    font-size: 12px;
    text-align: center;
}


/*
サービスリスト
-----------------------------------*/
.list_service li {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin-top: 10px;
}
.list_service li:nth-child(odd) {
    clear: left;
   padding: 0 5px 0 10px;
}
.list_service li:nth-child(even) { padding: 0 10px 0 5px; }

.list_service a {
    display: block;
    box-sizing: border-box;
    padding-top: 10px;
    background-color: #fff;
    transition: 0.2s linear;
}
.list_service .ec {
    border-top: 3px solid #d2565e;
    color: #d2565e;
}
.list_service .si {
    border-top: 3px solid #488c6f;
    color: #488c6f;
}
.list_service .consulting {
    border-top: 3px  solid #dd8a46;
    color: #dd8a46;
}
.list_service .smart {
    border-top: 3px  solid #5f5489;
    color: #5f5489;
}
.list_service .security {
    border-top: 3px  solid #49759e;
    color: #49759e;
}
.list_service .agp {
    border-top: 3px  solid #85a754;
    color: #85a754;
}
.list_service .name {
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
.list_service i {
    display: block;
    width: 50px;
    margin: 5px auto;
}
.list_service img { width: 100%; }
.list_service .name span {
    display: block;
    font-size: 10px;
    font-weight: normal;
}

.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: #222;
    font-size: 10px;
}

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

.list_seminar {
    padding: 10px;
    background: #f4f4f4;
}
.list_seminar li {
    width: 100%
}
.list_seminar li:not(:first-child) { margin-top: 10px; }
.list_seminar.block li {
    float: none;
    display: table;
    margin-right: 0;
}
.list_seminar a {
    box-sizing: border-box;
    position: relative;
    display: table-cell;
    width: 900px;
    height: 56px;
    padding: 8px 5px 8px 100px;
    background: #fff;
    font-weight: bold;
    vertical-align: middle;
}
.list_seminar span {
    position: absolute;
    top: 5px;
    left: 5px;
}
.list_seminar span + span { top: 29px; }

/*
職種リスト
-----------------------------------*/
.list_job {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
.list_job li {
    float: left;
    width: 50%;
    text-align: center;
}
.list_job li:nth-child(n+3) { margin-top: 10px; }
.list_job a {
    display: block;
    width: 150px;
    height: 150px;
    background: url(../../images/bg_list_job.png) no-repeat left top;
    background-size: 150px;
}
.list_job a span {
    display: block;
    padding: 20px 0 10px;
    color: #003f65;
    font-weight: bold;
    line-height:30px;
}
.list_job a .long { line-height: 1.2; }
.list_job img { width: 50px; }


/*
テーブル
-----------------------------------*/
.table_normal {
    width: 100%;

}
.table_normal + .table_normal { margin-top: 30px; }
.table_normal th,
.table_normal td {
    padding: 10px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    font-size: 12px;
    line-height: 1.8;
}
.table_normal th {
    min-width: 70px;
    width: 70px;
    color: #003f65;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}
.table_normal ul {
    margin-left: 1em;
    list-style: square;
}
.table_normal li:not(:first-child) { margin-top: 5px; }

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

/*
フッター
-----------------------------------*/
#page_top {
    width: 100%;
    height: 40px;
    margin: 50px auto 0;
    text-align: center;
}
#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;
}

footer.global img {
    max-width: 100%;
    height: auto;
}

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

#footer_map nav ul:not(:nth-child(4)) { display: none; }
#footer_map nav { text-align: center; }
#footer_map nav li { display: inline-block; }
#footer_map a {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    line-height: 2;
}
#footer_map p:last-child { margin: 0; }

.organizations {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}
.organizations li {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
}
.organizations li:first-child { width: 100%; }

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