/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  box-sizing: border-box; }

a {
  cursor: pointer; }

li {
  list-style: none; }

html {
  font-size: 62.5%; }

body {
  font-family: arial, 'Hiragino kaku Gothic Pro', Meiryo, 'Yu Gothic', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1em;
  font-feature-settings: 'palt';
  line-height: 1;
  word-break: break-all;
  font-size: 1.4rem;
  color: #222222;
  position: relative;
  overflow-x: hidden; }

.l-row {
  margin-right: -15px;
  margin-left: -15px; }
  .l-row:after {
    content: " ";
    display: table;
    clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left; }
  @media (max-width: 768px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
      float: none;
      width: 100% !important;
      margin-bottom: 16px; } }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }
  .col-6:first-child {
    padding-left: 160px; }
  .col-6:last-child {
    padding-right: 160px; }
  @media (max-width: 768px) {
    .col-6:first-child {
      padding-left: 0; }
    .col-6:last-child {
      padding-right: 0; } }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.l-row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 768px) {
    .l-row-flex {
      display: block; } }

.col-flex {
  -ms-flex: 1;
      flex: 1; }

.l-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px; }
  @media (max-width: 1024px) {
    .l-container {
      padding: 0 24px; } }
  @media (max-width: 768px) {
    .l-container {
      padding: 0 16px; } }

.l-item-block {
  padding: 24px;
  border-bottom: 1px solid #eee; }

.l-p24 {
  padding: 24px; }

.br-m {
  display: none; }
  @media (max-width: 1024px) {
    .br-m {
      display: block; } }

.br-s {
  display: none; }
  @media (max-width: 768px) {
    .br-s {
      display: block; } }

.hide-svg {
  display: none; }

.modal {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
  display: none; }

.header {
  height: 64px;
  padding: 0 40px;
  position: fixed;
  width: 100%;
  background: #fff; }
  .header:after {
    content: " ";
    display: table;
    clear: both; }
  .header.is-scrolled {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12); }
  .header_left {
    float: left;
    padding-top: 10px; }
    @media (max-width: 768px) {
      .header_left {
        padding-top: 16px; } }
  .header_right {
    float: right; }
    @media (max-width: 1024px) {
      .header_right {
        padding-top: 22px; } }
  .header h1 {
    display: inline-block; }
  @media (max-width: 1024px) {
    .header {
      position: static;
      padding: 0 24px; } }
  @media (max-width: 768px) {
    .header {
      padding: 0 16px; } }

.contents {
  padding-top: 64px;
  background: #F2F3F4;
  background: #f5f2eb; }
  @media (max-width: 1024px) {
    .contents {
      padding-top: 0; } }

.hero {
  padding: 112px 0 224px;
  text-align: center;
  font-size: 2.4rem;
  background-image: url(../../img/img-mainbg.png);
  background-repeat: no-repeat;
  background-position: 40% center;
  background-size: cover; }
  @media (max-width: 768px) {
    .hero {
      padding: 56px 0 112px; } }
  .hero_copy {
    font-size: 2.6rem;
    line-height: 1.5;
    text-shadow: 0 0 4px #FFFFFF;
    color: #000; }
    @media (max-width: 768px) {
      .hero_copy {
        font-size: 2rem; } }

.profile {
  margin-top: -112px;
  padding: 24px; }
  .profile:after {
    content: " ";
    display: table;
    clear: both; }
  @media (max-width: 768px) {
    .profile {
      margin-top: -80px; } }
  .profile_image {
    float: left; }
    @media (max-width: 768px) {
      .profile_image {
        float: none;
        text-align: center;
        margin-bottom: 24px; } }
  .profile_content {
    margin-left: 200px; }
    @media (max-width: 768px) {
      .profile_content {
        margin-left: 0; } }
  .profile_name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 2.4rem;
    margin-bottom: 24px;
    line-height: 24px; }
    .profile_name span {
      font-size: 1.2rem;
      margin-right: 16px; }
  .profile_lead {
    font-size: 1.6rem;
    margin-bottom: 8px;
    line-height: 24px; }
  .profile_detail {
    line-height: 21px;
    color: #666666; }
  .profile_button {
    text-align: right; }

.profile-row:after {
  content: " ";
  display: table;
  clear: both; }

.profile-row_image {
  float: left; }
  @media (max-width: 768px) {
    .profile-row_image {
      float: none;
      text-align: center;
      margin-bottom: 24px; } }

.profile-row_content {
  margin-left: 200px; }
  @media (max-width: 768px) {
    .profile-row_content {
      margin-left: 0; } }

.profile-row_name {
  font-size: 2.4rem;
  margin-bottom: 24px; }

.profile-row_lead {
  font-size: 1.8rem;
  line-height: 24px;
  margin-bottom: 24px; }

.profile-row_detail {
  line-height: 24px; }

.footer-top {
  background: #4B4F56;
  color: #ffffff; }

.footer-bottom {
  background: #33363b;
  text-align: right;
  padding: 24px;
  color: #ffffff; }

.servises,
.footer-top,
.news {
  padding: 48px 0; }

.servises:after {
  content: " ";
  display: table;
  clear: both; }

.servises_title {
  margin-bottom: 48px; }

.servises_box {
  text-align: center;
  width: 100%;
  padding: 24px 0; }
  .servises_box img {
    display: table;
    margin: auto;
    background: #fff;
    border-radius: 50%; }

.servises_item {
  margin-bottom: 16px;
  font-size: 1.6rem;
  padding-bottom: 8px; }

.servises_button {
  text-align: right; }

.callband {
  color: #fff;
  background: #0068B7;
  padding: 16px 0; }

.companyInfo_logo {
  margin-bottom: 24px; }

.companyInfo_adress {
  margin-bottom: 16px;
  line-height: 24px; }

.companyInfo_sub {
  margin-bottom: 24px; }
  .companyInfo_sub li {
    margin-bottom: 4px; }

.pageHeader {
  background: #0068B7;
  color: #fff;
  font-size: 2.4rem;
  padding: 56px 0 112px; }

.pageContents {
  min-height: 600px;
  margin-top: -56px;
  padding-bottom: 32px; }

.news {
  background: #fff; }
  .news_title {
    margin-bottom: 40px; }

.article a {
  text-decoration: none;
  padding: 16px 0; }

.article a, .article_date, .article_title, .article_excerpt {
  display: block; }

.article_date {
  color: #666666;
  font-size: 1.4rem; }

.article_cat {
  font-size: 1.2rem;
  background: #f5f2eb;
  padding: 1px 2px;
  margin-left: 8px;
  color: #666666; }

.article_title {
  color: #222222;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 16px; }

.article_title-index {
  display: block;
  color: #222222;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px; }

.article_excerpt {
  color: #666666; }
  .article_excerpt p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media (max-width: 768px) {
      .article_excerpt p {
        overflow: visible;
        white-space: normal;
        line-height: 1.3; } }

.article_head {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px; }

.article_content p {
  overflow: visible;
  white-space: normal;
  line-height: 1.6;
  font-size: 1.6rem; }

.media:after {
  content: " ";
  display: table;
  clear: both; }

.media_image {
  float: left; }
  @media (max-width: 768px) {
    .media_image {
      float: none;
      text-align: center; } }

.media_content {
  margin-left: 136px; }
  @media (max-width: 768px) {
    .media_content {
      margin-left: 0; } }
  .media_content h3 {
    font-size: 2rem;
    line-height: 24px;
    padding-top: 24px;
    margin-bottom: 24px; }
    @media (max-width: 768px) {
      .media_content h3 {
        text-align: center; } }
  .media_content p {
    line-height: 24px;
    color: #666666; }

.c-heading-top {
  text-align: center;
  font-size: 2.2rem; }
  .c-heading-top span {
    font-size: 4rem;
    color: #0068B7; }
  @media (max-width: 1024px) {
    .c-heading-top {
      line-height: 1.5; } }
  @media (max-width: 768px) {
    .c-heading-top {
      font-size: 1.8rem; } }

.c-card {
  width: 100%;
  border-radius: 1px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12); }

.c-logo,
.c-logo-s-white {
  display: block;
  /* alternative  text-indent: -9999px; */
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden; }

.c-logo {
  width: 315px;
  height: 40px;
  background: url(../../img/loog_web.svg) no-repeat; }
  @media (max-width: 768px) {
    .c-logo {
      width: 237px;
      height: 30px;
      background-size: 237px 30px; } }

.c-logo-s-white {
  width: 237px;
  height: 30px;
  background: url(../../img/loog_web-s-white.svg) no-repeat; }

.c-navigation a {
  text-decoration: none;
  display: block;
  color: #222222;
  font-size: 1.4rem;
  padding: 0 16px;
  height: 64px;
  line-height: 62px; }

.c-navigation li {
  float: left; }
  .c-navigation li.current a {
    border-bottom: 3px solid #EBA300; }
  .c-navigation li svg {
    display: none; }

@media (max-width: 1024px) {
  .c-navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    transform: translateX(105%); }
    .c-navigation li {
      float: none; }
      .c-navigation li.current a {
        font-weight: bold;
        border: none;
        background: #ccc; }
      .c-navigation li svg {
        display: inline-block; } }

.c-navigation-toggle {
  width: 22px;
  display: none; }
  .c-navigation-toggle span {
    display: block;
    width: 22px;
    height: 3px;
    background: #666;
    margin-bottom: 5px; }
  @media (max-width: 1024px) {
    .c-navigation-toggle {
      display: inline-block; } }

.c-btn {
  display: inline-block;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  padding: 1em 1.6em;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none; }
  .c-btn.btn-base {
    color: #fff;
    background: #217DC0; }
  .c-btn.btn-accent {
    color: #fff;
    background: #EBA300; }

.c-copyright {
  font-size: 1.2rem; }

.c-lst-01 > li {
  margin-bottom: 24px;
  border-top: 1px solid rgba(0, 0, 0, .08); }
  .c-lst-01 > li:last-child {
    margin-bottom: 0; }

.ic-16 {
  vertical-align: middle;
  margin-right: 16px;
  width: 16px;
  height: 16px; }

.ic-24 {
  vertical-align: middle;
  margin-right: 24px;
  width: 24px;
  height: 24px; }

.ic-white {
  fill: #fff; }

.ic-black {
  fill: #666; }

input,
textarea {
  border: none;
  overflow: auto;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #888;
  border-radius: 2px;
  width: 100%;
  font-size: 1.4rem;
  display: block;
  margin-top: 8px; }
  input:focus,
  textarea:focus {
    border-bottom: 2px solid #0068B7; }

.wpcf7-form label {
  display: block;
  margin-bottom: 24px; }
  .wpcf7-form label span {
    font-weight: bold; }

.wpcf7-submit {
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  background: #0068B7;
  color: #fff;
  font-weight: bold; }

@media (max-width: 1024px) {
  .is-tablet-menushow .c-navigation {
    transition: all ease 0.3s;
    transform: translateX(0); }
  .is-tablet-menushow .modal {
    display: block; } }

.modal {
  z-index: 2; }

.c-navigation {
  z-index: 3; }

.header {
  z-index: 4; }
