html {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  max-width: 1920px;
  margin: 0 auto;
  background-color: black;
  color: #ccc;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

body {
  display: block;
  width: 100%;
  height: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  cursor: pointer;
}

.header-nav {
  display: block;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 999;
  letter-spacing: 1px;
  background-color: #000;
  border-bottom: 1px solid #444;
}

.header-nav__box {
  width: 100%;
  height: 100%;
  max-width: 960px;
  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;
  margin: 0 auto;
}

.header-nav__box #navbutton {
  display: none;
}

.header-nav__box img {
  width: 240px;
  max-height: 80px;
}

.header-nav__box li {
  display: inline-block;
  margin-left: 48px;
  font-size: 1.2rem;
  text-shadow: 0px 2px 2px #ccc;
}

.header-nav__box li:hover {
  text-shadow: none;
}

.mainDisplay {
  width: 100%;
  position: relative;
  margin-top: 80px;
  color: #099;
}

.mainDisplay .pc_bg,
.mainDisplay .sp_bg {
  width: 100%;
}

.mainDisplay .sp_bg {
  display: none;
}

.mainDisplay h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 4rem;
  letter-spacing: 8px;
  margin: 0;
  text-shadow: #444 3px 3px 6px;
}

.mainDisplay__text, .mainDisplay__sub {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  font-family: "Times New Roman";
}

.mainDisplay__text span, .mainDisplay__sub span {
  display: block;
  margin-bottom: -16px;
  font-size: 1.2em;
  letter-spacing: 4px;
  text-align: center;
  text-shadow: #444 2px 2px 4px;
}

.mainDisplay__text p, .mainDisplay__sub p {
  font-size: 1.5em;
  text-align: center;
  margin: 24px auto 0;
  text-shadow: #777 2px 2px 4px;
}

.mainSection {
  display: block;
  width: 960px;
  height: 100%;
  margin: 80px auto 0;
}

.mainSection h2 {
  margin-bottom: 0;
  font-size: 2em;
  color: #099;
  letter-spacing: 8px;
  border-bottom: 1px solid #fff;
}

.mainSection a {
  display: inline-block;
  margin-bottom: 24px;
}

.mainSection__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mainSection__profile img {
  height: 40%;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(255, 255, 255, 0.5));
          filter: drop-shadow(5px 5px 10px rgba(255, 255, 255, 0.5));
  opacity: 0.9;
}

.mainSection__profile--text {
  width: 60%;
  padding: 4em 0 0 2em;
  text-align: initial;
}

.mainSection__profile--text .button {
  display: inline-block;
  margin-top: 24px;
  border: 1px solid #777;
  -webkit-box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.12), 0 2px 2px 0 rgba(255, 255, 255, 0.24);
          box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.12), 0 2px 2px 0 rgba(255, 255, 255, 0.24);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}

.mainSection__profile--text .button a {
  padding: 8px 16px;
  margin: 0 auto;
}

.mainSection__profile--text .button a span {
  margin-left: 8px;
}

.mainSection__profile--text .button:hover {
  background-color: #099;
  border: 1px solid #099;
  opacity: 1;
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
          box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
}

.mainSection__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mainSection__service--block {
  -webkit-box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.12), 0 2px 2px 0 rgba(255, 255, 255, 0.24);
          box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.12), 0 2px 2px 0 rgba(255, 255, 255, 0.24);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32%;
  height: 480px;
  margin: 32px 0;
  padding-bottom: 80px;
  border: 1px solid #444;
  border-radius: 4px;
  position: relative;
}

.mainSection__service--block .button {
  display: inline-block;
  margin-top: 24px;
  border: 1px solid #777;
  -webkit-box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.12), 0 2px 2px 0 rgba(255, 255, 255, 0.24);
          box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.12), 0 2px 2px 0 rgba(255, 255, 255, 0.24);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}

.mainSection__service--block .button a {
  padding: 8px 16px;
  margin: 0 auto;
}

.mainSection__service--block .button a span {
  margin-left: 8px;
}

.mainSection__service--block .button:hover {
  background-color: #099;
  border: 1px solid #099;
  opacity: 1;
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
          box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
}

.mainSection__service--block:hover {
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
          box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
}

.mainSection__service--block h3,
.mainSection__service--block p {
  padding: 0 16px;
}

.mainSection__service--block h3 {
  margin-bottom: 8px;
}

.mainSection__service--block img {
  width: 100%;
  height: 206px;
  border-radius: 4px 4px 0 0;
}

.mainSection__service--block p {
  display: block;
  margin: 0;
}

.mainSection__service--block .button {
  position: absolute;
  bottom: 24px;
  left: 16px;
}

.mainSection__work--block {
  -webkit-box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.12), 0 2px 2px 0 rgba(255, 255, 255, 0.24);
          box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.12), 0 2px 2px 0 rgba(255, 255, 255, 0.24);
  width: 460px;
  height: 536px;
  border: solid 1px #fff;
  border-radius: 4px;
}

.mainSection__work--block .button {
  display: inline-block;
  margin-top: 24px;
  border: 1px solid #777;
  -webkit-box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.12), 0 2px 2px 0 rgba(255, 255, 255, 0.24);
          box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.12), 0 2px 2px 0 rgba(255, 255, 255, 0.24);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}

.mainSection__work--block .button a {
  padding: 8px 16px;
  margin: 0 auto;
}

.mainSection__work--block .button a span {
  margin-left: 8px;
}

.mainSection__work--block .button:hover {
  background-color: #099;
  border: 1px solid #099;
  opacity: 1;
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
          box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
}

.mainSection__work--block:hover {
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
          box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
}

.mainSection__work--block h3,
.mainSection__work--block p,
.mainSection__work--block .button {
  margin: 16px 16px 8px;
}

.mainSection__work--block img {
  height: 258px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.mainSection__work--block p {
  display: block;
  height: 120px;
}

.mainSection__contact .button {
  display: inline-block;
  margin-top: 24px;
  border: 1px solid #777;
  -webkit-box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.12), 0 2px 2px 0 rgba(255, 255, 255, 0.24);
          box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.12), 0 2px 2px 0 rgba(255, 255, 255, 0.24);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}

.mainSection__contact .button a {
  padding: 8px 16px;
  margin: 0 auto;
}

.mainSection__contact .button a span {
  margin-left: 8px;
}

.mainSection__contact .button:hover {
  background-color: #099;
  border: 1px solid #099;
  opacity: 1;
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
          box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
}

.mainSection__contact .button {
  margin-top: 0;
}

.subSection {
  display: block;
  width: 960px;
  height: 100%;
  margin: 80px auto 0;
}

.subSection .link-margin::before {
  content: "";
  margin-top: -160px;
  height: 160px;
  display: block;
  visibility: hidden;
}

.subSection h2 {
  margin: 0;
  font-size: 2em;
  letter-spacing: 8px;
  color: #099;
  border-bottom: solid 1px #999;
}

.subSection h3 {
  font-size: 1.2em;
  margin: 0 0 8px;
  letter-spacing: 2px;
}

.subSection p {
  margin: 0;
}

.subSection ul {
  margin-top: 24px;
  padding: 0;
}

.subSection__vision {
  margin-top: 32px;
}

.subSection__vision p {
  padding-left: 1em;
}

.subSection__skill {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}

.subSection__skill ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subSection__skill ul li {
  width: 15%;
  margin: 48px 24px;
  text-align: center;
  list-style: none;
}

.subSection__skill ul li img {
  width: 100%;
  height: 100%;
}

.subSection__skill ul li h3 {
  font-size: 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.subSection .timeline {
  position: relative;
}

.subSection .timeline::before {
  content: "";
  height: 640px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 140px;
  width: 2px;
  border: solid 1px #099;
}

.subSection__carrer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  position: relative;
}

.subSection__carrer--blank {
  width: 32px;
  height: 32px;
  background-color: #099;
  border-radius: 50%;
  position: relative;
}

.subSection__carrer--time, .subSection__carrer--blank {
  margin-right: 64px;
}

.subSection__company {
  margin-top: 24px;
  text-align: left;
}

.subSection__company tr {
  display: block;
  padding: 16px 0;
  border-bottom: dotted 1px #777;
}

.subSection__company th {
  width: 72px;
}

.subSection__company td {
  padding-left: 40px;
}

.subSection__services {
  margin-top: 16px;
}

.subSection__services img {
  display: block;
  width: 100%;
  margin: 0 auto 16px;
  border-radius: 4px;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(255, 255, 255, 0.5));
          filter: drop-shadow(5px 5px 10px rgba(255, 255, 255, 0.5));
}

.subSection__works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subSection__works--block {
  -webkit-box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.12), 0 2px 2px 0 rgba(255, 255, 255, 0.24);
          box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.12), 0 2px 2px 0 rgba(255, 255, 255, 0.24);
  width: 48%;
  height: 560px;
  margin: 40px 0;
  border: 1px solid #999;
  border-radius: 5px;
}

.subSection__works--block .button {
  display: inline-block;
  margin-top: 24px;
  border: 1px solid #777;
  -webkit-box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.12), 0 2px 2px 0 rgba(255, 255, 255, 0.24);
          box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.12), 0 2px 2px 0 rgba(255, 255, 255, 0.24);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}

.subSection__works--block .button a {
  padding: 8px 16px;
  margin: 0 auto;
}

.subSection__works--block .button a span {
  margin-left: 8px;
}

.subSection__works--block .button:hover {
  background-color: #099;
  border: 1px solid #099;
  opacity: 1;
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
          box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
}

.subSection__works--block:hover {
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
          box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
}

.subSection__works--block h3,
.subSection__works--block p,
.subSection__works--block .button {
  margin: 16px 16px 8px;
}

.subSection__works--block img {
  width: 100%;
  height: 258px;
  border-radius: 4px;
}

.subSection__works--block p {
  height: 120px;
}

.subSection__works--block a {
  display: inline-block;
  margin-bottom: 24px;
}

.ctSection {
  width: 960px;
  margin: 160px auto;
}

.ctSection__table {
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
}

.ctSection__table .error {
  color: red;
}

.ctSection__table p {
  margin-bottom: 40px;
}

.ctSection__table dl {
  margin-bottom: 40px;
}

.ctSection__table dl dt {
  display: inline-block;
  width: 128px;
}

.ctSection__table dl span {
  display: inline-block;
  color: red;
  margin-left: 16px;
}

.ctSection__table dl dd {
  margin: 4px 0 0;
}

.ctSection__table dl dd input,
.ctSection__table dl dd select,
.ctSection__table dl dd textarea {
  width: 100%;
  height: 40px;
  padding: 4px 8px;
}

.ctSection__table dl dd textarea {
  height: 400px;
  padding: 16px 8px;
}

.ctSection__table input[type="submit"],
.ctSection__table input[type="button"] {
  -webkit-box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.12), 0 2px 2px 0 rgba(255, 255, 255, 0.24);
          box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.12), 0 2px 2px 0 rgba(255, 255, 255, 0.24);
  width: 100%;
  padding: 8px 0;
  margin: 16px 0;
  font-size: 16px;
  color: #099;
  background: #000;
  border: solid 1px #099;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ctSection__table input[type="submit"]:hover,
.ctSection__table input[type="button"]:hover {
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
          box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.2);
}

.ctSection__table input[type="submit"]:hover,
.ctSection__table input[type="button"]:hover {
  color: #000;
  background: #099;
  cursor: pointer;
}

.footer {
  margin-top: 64px;
  border-top: 1px solid #999;
  text-align: center;
}

.swiper-container {
  width: 960px;
  height: 100%;
}

.swiper-container .swiper-wrapper {
  padding-bottom: 40px;
}

.swiper-container .swiper-slide {
  display: block;
  width: 80%;
  margin: 32px auto;
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  /* Center slide text vertically */
}

.swiper-container .swiper-slide img {
  width: 100%;
  padding: 0;
}

.swiper-container .swiper-slide:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.swiper-container .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-container .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .header-nav {
    width: 100%;
  }
  .header-nav__box {
    width: 100%;
    max-width: 728px;
  }
  .header-nav li {
    margin: 0 16px;
  }
  .mainDisplay h1 {
    font-size: 4rem;
  }
  .mainSection,
  .subSection,
  .zction {
    width: 728px;
  }
  .mainSection .timeline,
  .subSection .timeline,
  .zction .timeline {
    width: 100%;
  }
  .mainSection__service--block img {
    height: 168px;
  }
  .ctSection {
    width: 720px;
  }
  .ctSection__table {
    width: 100%;
    margin: 0 auto;
    max-width: 560px;
  }
}

@media screen and (max-width: 767px) {
  html {
    max-width: 766px;
  }
  body {
    display: block;
    width: 100%;
    height: 100%;
  }
  h1 {
    font-size: 1.618rem;
  }
  .header-nav {
    display: block;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 64px;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 999;
    line-height: 56px;
  }
  .header-nav__box {
    display: block;
  }
  .header-nav img {
    max-height: 56px;
  }
  .header-nav #navbutton {
    display: block;
    position: fixed;
    top: 0;
    right: 27.5px;
    font-size: 1.5em;
    z-index: 200;
    color: #fff;
  }
  .header-nav nav {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header-nav nav ul {
    margin: 0;
  }
  .header-nav nav ul li {
    display: block;
    text-align: center;
    margin: 0;
    border-bottom: solid 1px #444;
  }
  .header-nav .show {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 56px;
    z-index: 10;
    background: #000;
  }
  .mainDisplay {
    display: block;
    width: 100%;
    height: 640px;
    margin-top: 56px;
  }
  .mainDisplay .pc_bg {
    display: none;
  }
  .mainDisplay .sp_bg {
    display: block;
    height: auto;
  }
  .mainDisplay h1 {
    font-size: 2rem;
  }
  .mainDisplay__text {
    width: 320px;
  }
  .mainDisplay__text span {
    margin-bottom: -8px;
    font-size: 0.8rem;
  }
  .mainDisplay__text p {
    font-size: 1.414rem;
  }
  .mainSection {
    width: 320px;
  }
  .mainSection h2 {
    font-size: 1.414em;
  }
  .mainSection h3 {
    font-size: 1.2rem;
  }
  .mainSection__profile {
    display: block;
  }
  .mainSection__profile img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .mainSection__profile--text {
    display: block;
    width: 100%;
    padding: 0;
  }
  .mainSection__service {
    display: block;
  }
  .mainSection__service--block {
    width: 100%;
    height: 100%;
  }
  .mainSection__service--block img {
    height: 100%;
  }
  .mainSection .swiper-container {
    width: 360px;
    height: 100%;
    margin: 0;
  }
  .mainSection .swiper-container .swiper-wrapper {
    padding-bottom: 160px;
  }
  .mainSection .swiper-container .swiper-slide {
    margin: 0;
  }
  .mainSection .swiper-container .swiper-slide img {
    width: 100%;
    padding: 0;
  }
  .mainSection .swiper-container .swiper-slide:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .mainSection .swiper-container .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }
  .mainSection .swiper-container .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
  }
  .mainSection__work--block {
    height: 440px;
    position: relative;
  }
  .mainSection__work--block img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .mainSection__work--block .button {
    margin: 0;
    position: absolute;
    bottom: 24px;
    left: 16px;
  }
  .mainSection__contact h3 {
    margin-bottom: 0;
    font-size: 1.1rem;
  }
  .mainSection__contact p {
    margin-top: 8px;
  }
  .subSection {
    width: 320px;
  }
  .subSection h2 {
    font-size: 1.414em;
  }
  .subSection h3 {
    margin-bottom: 4px;
  }
  .subSection__skill ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .subSection__skill ul li {
    width: 25%;
    margin: 32px 16px;
  }
  .subSection__skill ul li h3 {
    font-size: 1rem;
  }
  .subSection .timeline::before {
    display: none;
  }
  .subSection__carrer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
  .subSection__carrer--time {
    display: inline-block;
    width: 30%;
    margin: 0;
    font-size: 1.2rem;
  }
  .subSection__carrer--blank {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 0 16px;
  }
  .subSection__carrer--content {
    display: block;
    width: 100%;
    padding: 16px;
    border: 1px solid #099;
    border-radius: 5px;
    background-color: rgba(0, 153, 153, 0.2);
    position: relative;
  }
  .subSection__carrer--content::after {
    content: "";
    border: solid transparent;
    border-bottom-color: #099;
    border-width: 16px;
    position: absolute;
    top: -32px;
  }
  .subSection__carrer--content h3 {
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .subSection__company {
    width: 100%;
  }
  .subSection th {
    display: block;
    width: 100%;
    margin-bottom: 4px;
  }
  .subSection td {
    display: block;
    padding: 0;
    text-indent: 1em;
  }
  .ctSection {
    width: 320px;
  }
  .ctSection__table dl dt {
    width: 40%;
  }
  .ctSection__table dl dd input,
  .ctSection__table dl dd select,
  .ctSection__table dl dd textarea {
    width: 100%;
  }
  .ctSection__table dl dd textarea {
    padding-top: 16px;
  }
  .ctSection__table input[type="submit"] {
    width: 100%;
  }
  .footer {
    display: block;
    padding: 8px 16px;
  }
  .footer nav {
    padding: 0;
    margin: 0;
  }
  .footer nav ul li {
    display: block;
    margin: 0 16px 8px 8px;
  }
}
/*# sourceMappingURL=style.css.map */