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

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, main, menu, nav, section, summary {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_hide {
    display: none;
  }
}
img {
  border: 0;
}

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

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, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

a {
  color: #114AD1;
}
a:hover {
  color: #4A7DFF;
}
a:active {
  color: #4A7DFF;
}

div.wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}

header {
  background: white;
  background: rgba(255, 255, 255, 0.8);
  height: 110px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 800;
}
@media screen and (max-width: 767px) {
  header {
    background: #fff;
    background: white;
    height: 50px;
  }
}
header div.header_inner {
  margin: 0 auto;
  height: 60px;
  position: relative;
  width: 1040px;
}
@media screen and (max-width: 767px) {
  header div.header_inner {
    width: 100%;
  }
}
header div.header_inner:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

h1.logo {
  float: left;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
h1.logo img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  h1.logo img {
    height: 45px;
    margin: 1px 0 0 10px;
    vertical-align: middle;
  }
}

ul.header__link {
  font-size: 14px;
  float: right;
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
ul.header__link > li {
  float: left;
  margin: 0 0 0 40px;
}
ul.header__link > li a {
  color: #000;
  text-decoration: none;
}
ul.header__link > li a:hover {
  color: #1166E4;
  cursor: pointer;
  text-decoration: underline;
}
ul.header__link > li:first-child {
  margin: 0;
}
ul.header__link > li.arrowt:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
ul.header__link > li.exlink:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}

div.sp_menu {
  background: #003F97;
  color: #fff;
  float: right;
  font-size: 25px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  width: 50px;
}
div.sp_menu a {
  color: #fff;
  display: block;
}
div.sp_menu ul.sp_modal {
  background: #003F97;
  background: rgba(0, 63, 151, 0.7);
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
div.sp_menu ul.sp_modal li {
  border-top: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  text-align: left;
  width: 100%;
  z-index: 10;
}
div.sp_menu ul.sp_modal li:first-child {
  border: 0;
}
div.sp_menu ul.sp_modal li.exlink a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
div.sp_menu ul.sp_modal li a {
  color: #fff;
  display: block;
  padding-left: 15px;
  text-decoration: none;
}

/*
Global nav
------------------*/
nav.g_nav {
  background: #3a5c8f;
  background: rgba(58, 92, 143, 0.8);
  height: 50px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.g_nav div.g_nav_inner {
  margin: 0 auto;
  position: relative;
  width: 1040px;
}
@media screen and (max-width: 767px) {
  nav.g_nav div.g_nav_inner {
    width: 100%;
  }
}
nav.g_nav div.g_nav_inner:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

ul.nav {
  box-sizing: border-box;
  font-size: 14px;
  float: left;
  height: 50px;
  list-style: none;
  margin: 0 0 0 -60px;
  padding: 0;
  width: 920px;
}
ul.nav > li {
  box-sizing: border-box;
  float: left;
  height: 50px;
  line-height: 50px;
  width: 183px;
  text-align: center;
}
ul.nav > li:hover {
  background: #6284b7;
}
ul.nav > li > a {
  color: #fff;
  display: block;
  text-decoration: none;
}
ul.nav > li > a:hover {
  text-decoration: underline;
}

div.materials {
  background: #fff;
  color: #446699;
  float: right;
  height: 30px;
  line-height: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 155px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
div.materials a {
  color: #000;
  text-decoration: none;
}
div.materials a:hover {
  color: #1166E4;
  cursor: pointer;
  text-decoration: underline;
}
div.materials span.fa_book:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}

/*
footer
--------------------*/
footer {
  background: #fff;
  height: 140px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    height: auto;
  }
}
footer div.footer_inner {
  box-sizing: border-box;
  font-size: 14px;
  margin: 0 auto 30px;
  padding: 20px 0 0;
  width: 1040px;
}
footer div.footer_inner:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
@media screen and (max-width: 767px) {
  footer div.footer_inner {
    width: 100%;
  }
}

div.company {
  float: left;
}
div.company div.c_name {
  margin: 10px 0 0;
}
div.company div.c_name span {
  font-weight: bold;
  margin-right: 1em;
}
div.company div.c_name br {
  display: none;
}
@media screen and (max-width: 767px) {
  div.company div.c_name br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  div.company {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  div.company div.c_name {
    margin: 15px auto 0;
    text-align: center;
  }
  div.company div.c_name span {
    margin-right: 0;
  }
}

div.others {
  width: 360px;
  float: right;
  margin: 10px 0 0;
  text-align: right;
  word-wrap: normal;
}
@media screen and (max-width: 767px) {
  div.others {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  div.others div.copyright {
    font-size: 11px;
  }
}

ul.inquiry {
  list-style: none;
  margin: 30px 0 0 auto;
  overflow: hidden;
  padding: 0;
  width: 290px;
}
ul.inquiry > li {
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 20px;
  text-align: center;
  width: 125px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
ul.inquiry > li a {
  color: #000;
  text-decoration: none;
}
ul.inquiry > li a:hover {
  color: #1166E4;
  cursor: pointer;
  text-decoration: underline;
}
ul.inquiry > li.r_chev a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 5px;
  padding-right: 0;
  color: #cfcfcf;
  font-size: 14px;
}
ul.inquiry > li.exlink a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 5px;
  padding-right: 0;
  color: #cfcfcf;
  font-size: 14px;
}
ul.inquiry > li a {
  display: block;
}
@media screen and (max-width: 767px) {
  ul.inquiry {
    margin: 15px auto;
    width: 295px;
  }
}

a > img.page_top {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  a > img.page_top {
    width: 50px;
    height: 50px;
  }
}

/*　タイトル画像設定　*/
body.import div.visual {
  background-image: url("../media/images/import/title.jpg");
}

body.works div.visual {
  background-image: url("../media/images/works/title.jpg");
}

body.event div.visual {
  background-image: url("../media/images/event/title.jpg");
}

body.office div.visual {
  background-image: url("../media/images/office/title.jpg");
}

body.form div.visual,
body.topics div.visual,
body.company div.visual {
  background-image: url("../media/images/common/title.jpg");
}

div.visual {
  background-position: top center;
  background-size: cover;
  height: 300px;
  width: 100%;
}
div.visual img {
  display: block;
  margin: 0 auto;
}
div.visual p {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  color: #002e6e;
  font-size: 35px;
  font-weight: bold;
  line-height: 60px;
  margin: auto;
  text-align: center;
  width: 400px;
  position: absolute;
  top: 180px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  div.visual {
    height: 150px;
  }
  div.visual p {
    font-size: 22px;
    line-height: 1.6;
    padding: 5px 10px;
    width: 100%;
    top: 70px;
  }
}

/*# sourceMappingURL=common.css.map */
