@charset "UTF-8";
/*   BASE
================================================ */
/*
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, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
  font-weight: normal;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop html, *::-ms-backdrop body, *::-ms-backdrop div, *::-ms-backdrop span, *::-ms-backdrop object, *::-ms-backdrop iframe,
  *::-ms-backdrop h1, *::-ms-backdrop h2, *::-ms-backdrop h3, *::-ms-backdrop h4, *::-ms-backdrop h5, *::-ms-backdrop h6, *::-ms-backdrop p, *::-ms-backdrop blockquote, *::-ms-backdrop pre,
  *::-ms-backdrop abbr, *::-ms-backdrop address, *::-ms-backdrop cite, *::-ms-backdrop code,
  *::-ms-backdrop del, *::-ms-backdrop dfn, *::-ms-backdrop em, *::-ms-backdrop img, *::-ms-backdrop ins, *::-ms-backdrop kbd, *::-ms-backdrop q, *::-ms-backdrop samp,
  *::-ms-backdrop small, *::-ms-backdrop strong, *::-ms-backdrop sub, *::-ms-backdrop sup, *::-ms-backdrop var,
  *::-ms-backdrop b, *::-ms-backdrop i,
  *::-ms-backdrop dl, *::-ms-backdrop dt, *::-ms-backdrop dd, *::-ms-backdrop ol, *::-ms-backdrop ul, *::-ms-backdrop li,
  *::-ms-backdrop fieldset, *::-ms-backdrop form, *::-ms-backdrop label, *::-ms-backdrop legend,
  *::-ms-backdrop table, *::-ms-backdrop caption, *::-ms-backdrop tbody, *::-ms-backdrop tfoot, *::-ms-backdrop thead, *::-ms-backdrop tr, *::-ms-backdrop th, *::-ms-backdrop td,
  *::-ms-backdrop article, *::-ms-backdrop aside, *::-ms-backdrop canvas, *::-ms-backdrop details, *::-ms-backdrop figcaption, *::-ms-backdrop figure,
  *::-ms-backdrop footer, *::-ms-backdrop header, *::-ms-backdrop hgroup, *::-ms-backdrop menu, *::-ms-backdrop nav, *::-ms-backdrop section, *::-ms-backdrop summary,
  *::-ms-backdrop time, *::-ms-backdrop mark, *::-ms-backdrop audio, *::-ms-backdrop video, *::-ms-backdrop input, *::-ms-backdrop textarea, .-frame a html, .-frame a body, .-frame a div, .-frame a span, .-frame a object, .-frame a iframe,
  .-frame a h1, .-frame a h2, .-frame a h3, .-frame a h4, .-frame a h5, .-frame a h6, .-frame a p, .-frame a blockquote, .-frame a pre,
  .-frame a abbr, .-frame a address, .-frame a cite, .-frame a code,
  .-frame a del, .-frame a dfn, .-frame a em, .-frame a img, .-frame a ins, .-frame a kbd, .-frame a q, .-frame a samp,
  .-frame a small, .-frame a strong, .-frame a sub, .-frame a sup, .-frame a var,
  .-frame a b, .-frame a i,
  .-frame a dl, .-frame a dt, .-frame a dd, .-frame a ol, .-frame a ul, .-frame a li,
  .-frame a fieldset, .-frame a form, .-frame a label, .-frame a legend,
  .-frame a table, .-frame a caption, .-frame a tbody, .-frame a tfoot, .-frame a thead, .-frame a tr, .-frame a th, .-frame a td,
  .-frame a article, .-frame a aside, .-frame a canvas, .-frame a details, .-frame a figcaption, .-frame a figure,
  .-frame a footer, .-frame a header, .-frame a hgroup, .-frame a menu, .-frame a nav, .-frame a section, .-frame a summary,
  .-frame a time, .-frame a mark, .-frame a audio, .-frame a video, .-frame a input, .-frame a textarea {
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
    font-weight: normal;
  }
}
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;
  text-decoration: none;
}

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

br {
  color: rgba(255, 255, 255, 0);
}

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

li {
  list-style: none;
}

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

strong {
  font-weight: normal;
}

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

/* clearfix */
.fix:before,
.fix:after {
  content: "";
  display: table;
}

.fix:after {
  clear: both;
}

.fix {
  *zoom: 1;
}

/*  Color  */
/*  Font  */
p {
  line-height: 1.6;
}

img {
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  a[href^="tel:"]::after {
    content: none;
  }
}

/*   COMPONENTS
================================================ */
/*  main contents  */
/*   カラム表示
================================================ */
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*   共通
================================================ */
.inner {
  max-width: 1200px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 639px) {
  .inner {
    width: 92%;
  }
}

@media screen and (max-width: 639px) {
  .sp {
    display: block;
  }
}
@media screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 639px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 640px) {
  .pc {
    display: block;
  }
}

.t-c {
  text-align: center;
}

.block {
  display: block;
}

.table {
  display: table;
}

@media all and (-ms-high-contrast: none\0 ) {
  .br::before *::-ms-backdrop, .br::before {
    color: rgba(255, 255, 255, 0);
  }
}
@media screen and (min-width: 640px) {
  .br::before {
    content: "\a";
    white-space: pre;
  }
}

@media all and (-ms-high-contrast: none\0 ) {
  .br *::-ms-backdrop, .br {
    color: rgba(255, 255, 255, 0);
  }
}

@media screen and (min-width: 640px) {
  br.-sp {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  br.-pc {
    display: none;
  }
}

.shadow {
  -webkit-box-shadow: 0px 8px 18px -7px #b0b0b0;
          box-shadow: 0px 8px 18px -7px #b0b0b0;
}

/*   BUTTON（ボタン）
================================================ */
.btn {
  font-weight: bold;
  text-align: center;
  display: table;
  position: relative;
  font-size: 1rem;
  border-radius: 5px;
  padding: 20px 40px;
  overflow: hidden;
  cursor: pointer;
  background: gray;
  color: #FFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn:hover {
  opacity: 0.7;
}
.btn:hover i:last-child {
  right: -1rem;
}
.btn.-center {
  margin-left: auto;
  margin-right: auto;
}

/*   見出し
------------------------------------------ */
.ttl {
  position: relative;
  line-height: 1.6;
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 80px;
}
.ttl.-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 639px) {
  .ttl {
    font-size: 1.8rem;
    margin-bottom: 10%;
  }
}

/*   段落・テキスト
------------------------------------------ */
.txt {
  line-height: 1.6;
  font-size: 1rem;
}
.txt.-bold {
  font-weight: bold;
}
.txt.-white {
  color: #FFF;
}
.txt.-black {
  color: #242424;
}
.txt.-center {
  text-align: center;
}

/* ぱんくず */
.breadcrumb {
  background: #fff2e2;
  padding: 8px 0;
}
.breadcrumb ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.breadcrumb ul li {
  font-size: 0.9rem;
  line-height: 1.6;
  position: relative;
  color: #606060;
}
.breadcrumb ul li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  margin: 0 8px;
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.breadcrumb ul a {
  font-size: 0.9rem;
  color: #3fadff;
  text-decoration: underline;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.breadcrumb ul a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 639px) {
  .breadcrumb ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pen-y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffea77));
  background: linear-gradient(transparent 60%, #ffea77 0%);
  font-weight: bold;
}

.pen-g {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #189a5e));
  background: linear-gradient(transparent 70%, #189a5e 0%);
}

.top-header {
  padding: 2% 5%;
}
.top-header .main-logo {
  display: table;
  margin: 0 auto;
  max-width: 250px;
}
.top-header img {
  width: 100%;
  display: block;
}

.get-txt {
  margin: 0 1% 1%;
  font-size: 0.9rem;
  color: #e63d3d;
  display: table;
}

.solution-archive_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 10px 1% 10px;
}
.solution-archive_header .latest-updated {
  font-size: 0.85rem;
  color: #474747;
  line-height: 1.4;
}
@media screen and (max-width: 499px) {
  .solution-archive_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .solution-archive_header .latest-updated {
    margin-left: auto;
    margin-top: 1%;
  }
}

.solution-archive_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 639px) {
  .solution-archive_sub {
    display: block;
  }
  .solution-archive_sub #openFilterModal {
    margin-top: 1%;
    margin-left: 0;
  }
}

body {
  background: #f2f2f2;
}

.top-solution_list {
  padding: 50px 0 100px;
}
.top-solution_list h2 {
  font-size: 1rem;
  color: #242424;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}
.top-solution_list .service-list li {
  text-align: center;
  margin-bottom: 20px;
}
.top-solution_list .service-list li:last-child {
  margin-left: 0;
}
.top-solution_list .service-list a {
  font-size: 1rem;
  line-height: 1.4;
  background: #ff9d31;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.top-solution_list .service-list a::after {
  content: "";
  margin-left: 2px;
  display: inline-block;
  background: #FFF;
  height: 0.5rem;
  width: 0.7rem;
  -webkit-transform: rotate(90deg) translate(-2px, 0);
          transform: rotate(90deg) translate(-2px, 0);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.top-solution_list .service-list a:hover {
  opacity: 0.8;
}

.main-ttl {
  font-size: 1.2rem;
  font-weight: bold;
  color: #242424;
  line-height: 1.4;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}
.table-container .service-table {
  width: 98%;
  min-width: 768px;
  margin: 0 1% 1%;
}

.service-table {
  width: 98%;
  border-collapse: collapse;
  margin: 0 auto 1%;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #242424;
  background: #FFF;
}

.service-table th,
.service-table td {
  border: 1px solid #ccc;
  padding: 8px 10px;
  text-align: left;
  vertical-align: middle;
}

.service-table th {
  background-color: #ffad14;
  color: white;
  font-weight: bold;
}

.service-table td a {
  color: #0066cc;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-table td a:hover {
  text-decoration: underline;
}

/* 固定幅列 */
.service-table th:nth-child(1),
.service-table td:nth-child(1) {
  width: 65px;
}

.service-table td:nth-child(1) {
  font-size: 0.8rem;
  text-align: center;
}

.service-table th:nth-child(2),
.service-table td:nth-child(2) {
  width: 150px;
}

.service-table th:nth-child(3),
.service-table td:nth-child(3) {
  width: 160px;
}

.service-table th:nth-child(5),
.service-table td:nth-child(5) {
  width: 110px;
}

.service-table th:nth-child(6),
.service-table td:nth-child(6) {
  width: 86px;
}

/* サービス内容列は自動（可変）幅 */
.service-table th:nth-child(4),
.service-table td:nth-child(4) {
  width: auto;
  word-break: break-word; /* 長文対策（改行） */
}

/* 列に背景色を適用するためのクラス */
/* 行のハイライト用 */
.highlight-row {
  background-color: #fff7df !important;
}

.service-table td .service-ttl {
  color: #242424;
}

.service-table td .service-ttl:hover {
  text-decoration: none;
  opacity: 0.8;
}

.service_file_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-link {
  display: table;
  font-size: 0.8rem;
  position: relative;
}
.service-link::after {
  content: "";
  margin-left: 2px;
  display: inline-block;
  background: #2b8c98;
  height: 0.5rem;
  width: 0.7rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal .refinement-ttl {
  font-weight: bold;
  color: #242424;
  font-size: 1.1rem;
}
.modal .refinement-subttl {
  font-size: 1rem;
  display: block;
  margin: 20px 0 10px;
  color: #0b8276;
  font-weight: bold;
  position: relative;
}
.modal .refinement-subttl::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  vertical-align: middle;
  background: #0b8276;
  margin-right: 5px;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}

.modal-content {
  background: #fff;
  padding: 20px;
  max-width: 700px;
  width: 90%;
  border-radius: 8px;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.refinement-zoon label {
  line-height: 1.6;
  font-size: 0.85rem;
  color: #242424;
  margin-right: 10px;
  width: 150px;
  display: inline-block;
}

button {
  font-size: 0.9rem;
  display: inline-block;
  border: none;
  border-radius: 5px;
  padding: 4px 12px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
button:hover {
  opacity: 0.7;
}

#openFilterModal {
  background-color: #96b97d;
  margin-left: 10px;
}

.btn-refinement {
  background-color: #62a531;
}

.btn-close {
  background-color: #6c6c6c;
  margin-left: 10px;
}

.btn-reset {
  background-color: #6893ad;
  margin-left: 10px;
  font-size: 0.9rem;
  display: inline-block;
  border: none;
  border-radius: 5px;
  padding: 4px 12px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: white;
  line-height: 1.55;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-reset:hover {
  opacity: 0.7;
}

.btn-wrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-wrap li:last-child {
  margin-left: auto;
}

.incharge-btn {
  background: #9c9c9c;
  font-size: 0.8rem;
}

.caution-txt {
  margin: 1%;
}
.caution-txt p {
  font-size: 1rem;
  color: #242424;
  line-height: 1.4;
  margin-bottom: 5px;
}
.caution-txt a {
  font-size: 1rem;
  line-height: 1.4;
  color: #0066cc;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.caution-txt a::after {
  content: "";
  margin-left: 2px;
  display: inline-block;
  background: #2b8c98;
  position: relative;
  top: -2px;
  right: 0;
  height: 0.5rem;
  width: 0.7rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.caution-txt a:hover {
  opacity: 0.7;
}
.caution-txt a:hover::after {
  right: -0.5rem;
}

tr td:nth-of-type(2) {
  mix-blend-mode: darken;
}

td.directly-sales {
  background: #eafee6;
}

td.directly-refinement {
  background: #fff2d9;
}

td.directly-businessmodel {
  background: #e9edf5;
}

td.directly-restructuring {
  background: #fcd5b4;
}

td.directly-financial {
  background: #e4eae0;
}

td.directly-dx {
  background: #ffebeb;
}

td.directly-inheritance, td.directly-accountant {
  background: #c6defa;
}

td.directly-tax, td.directly-cost {
  background: #eff7ff;
}

td.directly-outsourcing {
  background: #ffe7e7;
}

td.directly-overseas {
  background: #e4dfec;
}

td.directly-recruit {
  background: #fbdfc1;
}

td.directly-hr {
  background: #ffffcc;
}

td.directly-judicial {
  background: #ebf0e8;
}

td.directly-lifeplan {
  background: #eff7ff;
}

.service-table td .acceptance-ok {
  color: #0066cc;
}
.service-table td .acceptance-no {
  color: #db1e1e;
}
.service-table td .acceptance-wait {
  color: #d9870c;
}
.service-table td .acceptance-adjustment {
  color: #e95e9e;
}
.service-table td .acceptance-other {
  color: #7b7b7b;
}

.incharge-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.modal-content02 {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 90%;
  max-width: 600px;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.modal-content02 table {
  width: 100%;
  border-collapse: collapse;
}

.modal-content02 th,
.modal-content02 td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

.close-modal {
  background-color: #6c6c6c;
  font-size: 0.9rem;
  display: block;
  border: none;
  width: 110px;
  border-radius: 5px;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 10px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.close-modal:hover {
  opacity: 0.7;
}

.modal-post-title {
  font-size: 0.9rem;
  margin-bottom: 5px;
  font-weight: bold;
  color: #242424;
}

.incharge-modal .incharge-table th, .incharge-modal .incharge-table td {
  width: 160px;
}

footer .copy {
  font-size: 0.85rem;
  text-align: center;
  padding: 0.5rem;
  color: #888888;
}

.all-service {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 50;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-width: 150px;
  background: #259dcc;
  padding: 0.8em;
  border-radius: 5px;
  font-size: 0.9rem;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
.all-service:hover {
  opacity: 0.7;
}
.all-service.-nofixed {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-left: 5px;
  display: inline-block;
  border: none;
  border-radius: 5px;
  padding: 4px 12px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 639px) {
  .all-service {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 50;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 30%;
    z-index: 200;
    max-width: 80px;
    opacity: 0.7;
  }
  .all-service:hover {
    opacity: 0.7;
  }
}

/*  navigation  */
/*   HELPER
------------------------------------------ */
@media screen and (min-width: 640px) {
  .ta-c {
    text-align: center;
  }
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mb110 {
  margin-bottom: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mb130 {
  margin-bottom: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mb140 {
  margin-bottom: 140px;
}