@charset "UTF-8";
/* ----------------------------------------------------------------
normalize
-------------------------------------------------------------------*/
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}
/* ----------------------------------------------------------------
base
-------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html,
body {
  min-width: 1000px;
}

@media (max-width: 480px) {
  html,
  body {
    min-width: 0;
  }
}
/* body
----------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  border-top: 4px solid #1b1d96;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "游ゴシック", YuGothic, "Meiryo UI", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.1;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  word-break: break-all;
  color: #1070cf;
}

a:hover {
  color: #1070cf;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: normal;
}

p,
h1,
h2,
h3,
h4,
figure,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* ----------------------------------------------------------------
Layout
-------------------------------------------------------------------*/
/* wrapper
----------------------------------------------*/
.l-wrapper {
  width: 980px;
  margin: 0 auto;
}

.l-wrapper:before,
.l-wrapper:after {
  display: table;
  content: " ";
}

.l-wrapper:after {
  clear: both;
}

@media (max-width: 480px) {
  .l-wrapper {
    width: auto;
    padding: 0 10px;
  }
}
/* main
----------------------------------------------*/
.l-main {
  float: left;
  width: 720px;
  padding-bottom: 45px;
}

@media (max-width: 480px) {
  .l-main {
    float: auto;
    width: 100%;
  }
}

.l-main p {
  line-height: 1.6;
}
/* sub
----------------------------------------------*/
.l-sub {
  float: right;
  width: 210px;
}

@media (max-width: 480px) {
  .l-sub {
    display: none;
  }
}
/* content
----------------------------------------------*/
.l-content:before,
.l-content:after {
  display: table;
  content: " ";
}

.l-content:after {
  clear: both;
}
/* ----------------------------------------------------------------
Header
-------------------------------------------------------------------*/
.header {
  height: 116px;
  padding-top: 35px;
  background-color: #fff;
}

@media (max-width: 480px) {
  .header {
    height: auto;
    padding-top: 0;
  }
}
/* inner
----------------------------------------------*/
.header__inner {
  width: 980px;
  margin: 0 auto;
}

.header__inner:before,
.header__inner:after {
  display: table;
  content: " ";
}

.header__inner:after {
  clear: both;
}

@media (max-width: 480px) {
  .header__inner {
    width: auto;
  }
}
/* logo
----------------------------------------------*/
.header__logo {
  float: left;
}

@media (max-width: 480px) {
  .header__logo {
    float: none;
    padding: 15px;
    text-align: center;
  }

  .header__logo img {
    width: 200px;
    height: auto;
  }
}
/* nav
----------------------------------------------*/
.header__nav {
  position: relative;
  float: right;
  width: 600px;
  padding-top: 36px;
  text-align: right;
}

@media (max-width: 480px) {
  .header__nav {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: center;
  }
}

.header__nav__list li {
  display: inline-block;
  margin-left: 40px;
}

@media (max-width: 480px) {
  .header__nav__list li {
    display: block;
    float: left;
    margin-left: 0;
  }

  .header__nav__list li a {
    display: block;
    padding: 10px 7px 6px 7px;
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom: none;
  }

  .header__nav__list li:nth-child(1),
  .header__nav__list li:nth-child(2),
  .header__nav__list li:nth-child(3) {
    width: 33.3%;
  }

  .header__nav__list li:nth-child(4),
  .header__nav__list li:nth-child(5) {
    width: 50%;
  }

  .header__nav__list li:nth-child(1) a,
  .header__nav__list li:nth-child(4) a,
  .header__nav__list li:nth-child(6) a {
    border-left: none;
  }

  .header__nav__list li:nth-child(6) a {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 10px 7px 10px 7px;
  }
}

.header__nav__list__contact {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 480px) {
  .header__nav__list__contact {
    position: static;
    float: none;
    width: 100%;
    text-align: center;
  }
}
/* ----------------------------------------------------------------
Top
-------------------------------------------------------------------*/
/* top
----------------------------------------------*/
.top {
  display: block;
  padding: 40px 0;
  background: #e5e5e5;
}

@media (max-width: 480px) {
  .top {
    padding: 20px 10px;
    padding-bottom: 50px;
  }
}
/* visual
----------------------------------------------*/
.top__visual {
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .top__visual {
    margin-bottom: 20px;
  }
}
/* nav
----------------------------------------------*/
.top__nav {
  margin-bottom: -30px;
}

.top__nav ul:before,
.top__nav ul:after {
  display: table;
  content: " ";
}

.top__nav ul:after {
  clear: both;
}

.top__nav li {
  float: left;
  width: 300px;
  margin-right: 40px;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 480px) {
  .top__nav li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}

.top__nav li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 480px) {
  .top__nav img {
    width: 100%;
  }
}

.top__nav,
.top__nav a {
  color: #fff;
}

.top__nav__detail {
  display: block;
  padding: 20px;
  background-color: #000;
}

.top__nav__detail__title {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: bold;
}
/* ----------------------------------------------------------------
Contact
-------------------------------------------------------------------*/
.contact {
  display: block;
  padding: 31px 0;
  color: #fff;
  border-bottom: 8px solid #202020;
  background-color: #181b83;
}

@media (max-width: 480px) {
  .contact {
    padding: 20px 0;
  }
}
/* item
----------------------------------------------*/
.contact__item {
  display: table;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .contact__item {
    display: block;
    text-align: center;
  }
}

.contact__item > * {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .contact__item > * {
    display: block;
  }
}

.contact__item__l {
  padding-right: 20px;
}

@media (max-width: 480px) {
  .contact__item__l {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
/* title
----------------------------------------------*/
.contact__title {
  margin-bottom: 10px;
}
/* button
----------------------------------------------*/
.contact__button {
  display: inline-block;
  padding: 10px 20px;
  -webkit-transition: all linear 0.03s;
  transition: all linear 0.03s;
  vertical-align: middle;
  border-radius: 20px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.contact__button,
.contact__button:hover {
  color: #181b83;
}

.contact__button:hover {
  background-color: #9cf;
}

.contact__button > span {
  padding-left: 30px;
  background: url("../images/contact__icon__mail.png") left center no-repeat;
  background-size: 20px 14px;
}
/* ----------------------------------------------------------------
Component
-------------------------------------------------------------------*/
/* title
----------------------------------------------*/
.title {
  margin-bottom: 15px;
  background-color: #f2f2f2;
  font-size: 18px;
  line-height: 110px;
}

@media (max-width: 480px) {
  .title {
    padding: 20px 10px;
    line-height: 1;
  }
}

.title img {
  margin-right: 15px;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .title img {
    width: auto;
    height: 26px;
  }
}

.title span {
  display: inline-block;
  padding-top: 22px;
  vertical-align: middle;
  line-height: 1.1;
}
.title span#txt_services {
  padding-top: 24px;
}
.title span#txt_strength {
  padding-top: 16px;
}
.title span#txt_works {
  padding-top: 24px;
}
.title span#txt_contracts{
  padding-top: 22px;
}

@media (max-width: 480px) {
  .title span {
    padding-top: 6px;
  }
  .title span#txt_services {
  padding-top: 6px;
  }
.title span#txt_strength {
  padding-top: 6px;
  }
.title span#txt_works {
  padding-top: 6px;
  }
.title span#txt_contracts{
  padding-top: 6px;
  }
}
/* breadcrumb
----------------------------------------------*/
.breadcrumb {
  margin-bottom: 50px;
  color: #333;
  background-color: #fff;
}

@media (max-width: 480px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
}

.breadcrumb ul:before,
.breadcrumb ul:after {
  display: table;
  content: " ";
}

.breadcrumb ul:after {
  clear: both;
}

.breadcrumb li {
  float: left;
}

@media (max-width: 480px) {
  .breadcrumb li {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
}

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  content: ">";
  vertical-align: middle;
  color: #999;
}

@media (max-width: 480px) {
  .breadcrumb li:not(:last-child)::after {
    margin-top: -5px;
  }
}
/* pagetotop
----------------------------------------------*/
.pagetotop {
  margin-top: 50px;
  text-align: right;
}

@media (max-width: 480px) {
  .pagetotop {
    margin-top: 30px;
  }
}

.pagetotop a {
  position: relative;
  display: inline-block;
}

.pagetotop a::before {
  position: absolute;
  top: 50%;
  right: 7px;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 3px solid #fff;
  border-width: 3px 3px 0 0;
}

.pagetotop a::after {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 10px;
  content: "";
  vertical-align: middle;
  border-radius: 3px;
  background-color: #1070cf;
}
/* locnav
----------------------------------------------*/
.locnav__title {
  padding: 20px 0 16px 0;
  padding-right: 10px;
  padding-left: 45px;
  text-transform: uppercase;
  border-top: 4px solid #f2f2f2;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: 15px center;
  font-weight: bold;
}

.locnav__title--about {
  border-top-color: #49c3f0;
  background-image: url("../images/loctitle__about.png");
  background-size: 21px auto;
}

.locnav__title--services {
  border-top-color: #6badff;
  background-image: url("../images/loctitle__services.png");
  background-size: 22px auto;
}

.locnav__title--works {
  border-top-color: #0fcfcf;
  background-image: url("../images/loctitle__works.png");
  background-size: 22px auto;
}

.locnav__title--contracts {
  border-top-color: #66d93a;
  background-image: url("../images/loctitle__contracts.png");
  background-size: 23px auto;
}

.locnav__title--strength {
  border-top-color: #eeee9f;
  background-image: url("../images/loctitle__strength.png");
  background-size: 26px auto;
}

.locnav__list li {
  border-bottom: 1px solid #ccc;
}

.locnav__list a {
  position: relative;
  display: block;
  padding: 13px;
  padding-left: 30px;
  border: 2px solid #fff;
  border-width: 2px 0;
  line-height: 1.2;
}

.locnav__list a::before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-top: -4px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 3px solid #1070cf;
  border-width: 3px 3px 0 0;
}

.locnav__list a:hover {
  color: #fff;
  background-color: #1070cf;
}

.locnav__list a:hover::before {
  border-color: #fff;
}
/* stitle
----------------------------------------------*/
.stitle01 {
  clear: both;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}

@media (max-width: 480px) {
  .stitle01 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.stitle01:not(:first-child) {
  margin-top: 50px;
}

@media (max-width: 480px) {
  .stitle01:not(:first-child) {
    margin-top: 30px;
  }
}

.stitle02 {
  clear: both;
  margin-top: 50px;
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

@media (max-width: 480px) {
  .stitle02 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.stitle03 {
  clear: both;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.stitle04 {
  clear: both;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
/* tbl
----------------------------------------------*/
.tbl {
  width: 100%;
  margin: 30px 0;
}

.tbl th,
.tbl td {
  border: 2px solid #fff;
}

.tbl th {
  background-color: #d7dcf5;
  font-weight: bold;
}

.tbl td {
  background-color: #f2f2f2;
}

.tbl--info th,
.tbl--info td {
  padding: 20px 15px;
  text-align: left;
}

.tbl--info th {
  width: 30%;
}

.tbl--list {
  table-layout: fixed;
}

.tbl--list th {
  padding: 15px;
  text-align: center;
}

.tbl--list td {
  padding: 20px 15px;
}

.tbl--list tbody tr:nth-child(odd) td {
  background-color: #fff;
}
/* block
----------------------------------------------*/
.block {
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .block {
    margin-bottom: 40px;
  }
}
/* figure
----------------------------------------------*/
.figure--pos--r {
  float: right;
  padding-left: 20px;
}
.figure--pos--l {
  float: left;
  padding-right: 20px;
}

@media (max-width: 480px) {
  .figure--pos--r {
    float: none;
    margin-bottom: 10px;
    padding: 0;
  }
}

.figure--size--small {
  width: 35%;
}

@media (max-width: 480px) {
  .figure--size--small {
    width: 100%;
  }
  .figure--pos--c {
    text-align: center;
  }
}
/* list
----------------------------------------------*/
.list {
  margin: 30px 0;
}

@media (max-width: 480px) {
  .list {
    margin: 15px 0;
  }
}

.list li .list {
  margin-top: 0;
}

.list li:not(:last-child) {
  margin-bottom: 10px;
}

.list--ul li {
  position: relative;
  padding-left: 15px;
}

.list--ul li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 100%;
  background-color: #2426ab;
}

.list--ol li {
  margin-left: 20px;
  list-style-type: decimal;
}

.list--dl dt,
.list--dl dd {
  margin-bottom: 5px;
}

.list--dl dd {
  padding-left: 2em;
}

.list--dl--inline dt,
.list--dl--inline dd {
  margin-bottom: 10px;
}

.list--dl--inline dt {
  float: left;
  margin-right: 20px;
}

.list--dl--inline dd {
  overflow: hidden;
}
/* Clearfix
-------------------------------------------*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}
/* ----------------------------------------------------------------
Footer
-------------------------------------------------------------------*/
.footer {
  border-top: #c5c5c5 soiid 1px;
  background-color: #fff;
}
/*  nav
----------------------------------------------*/
.footer__nav {
  padding: 20px 0;
  border-bottom: #a9a9a9 solid 1px;
}

@media (max-width: 480px) {
  .footer__nav {
    padding: 0;
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .footer__nav .l-wrapper {
    padding: 0;
  }
}

.footer__nav:before,
.footer__nav:after {
  display: table;
  content: " ";
}

.footer__nav:after {
  clear: both;
}

.footer__nav__list {
  float: left;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .footer__nav__list {
    float: none;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }

  .footer__nav__list:before,
  .footer__nav__list:after {
    display: table;
    content: " ";
  }

  .footer__nav__list:after {
    clear: both;
  }
}

.footer__nav__list li {
  float: left;
  margin-right: 40px;
}

@media (max-width: 480px) {
  .footer__nav__list li {
    display: block;
    float: left;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }

  .footer__nav__list li a {
    display: block;
    padding: 7px;
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom: none;
  }

  .footer__nav__list li:nth-child(1),
  .footer__nav__list li:nth-child(2),
  .footer__nav__list li:nth-child(3) {
    width: 33.3%;
  }

  .footer__nav__list li:nth-child(4),
  .footer__nav__list li:nth-child(5) {
    width: 50%;
  }

  .footer__nav__list li:nth-child(1) a,
  .footer__nav__list li:nth-child(4) a,
  .footer__nav__list li:nth-child(6) a {
    border-left: none;
  }

  .footer__nav__list li:nth-child(6) a {
    border-bottom: 1px solid #ccc;
  }
}

.footer__nav__sns {
  float: right;
}

@media (max-width: 480px) {
  .footer__nav__sns {
    float: none;
    text-align: center;
  }
}

.footer__nav__sns li {
  float: left;
  margin-left: 20px;
}

@media (max-width: 480px) {
  .footer__nav__sns li {
    display: inline-block;
    float: none;
  }
}
/* data
----------------------------------------------*/
.footer__data {
  display: table;
  width: 100%;
}

@media (max-width: 480px) {
  .footer__data {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
}

.footer__data > * {
  display: table-cell;
  padding: 30px 0;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .footer__data > * {
    display: block;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .footer__data__logo {
    margin-bottom: 10px;
  }
}

.footer__data__copyrights {
  text-align: right;
  color: #474747;
  font-size: 12px;
}
