.mainArea01 h2 {
  background-image: url("../images/bg_index01.jpg");
  background-position: center;
}

.mainArea01 .contactBtn01 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .mainArea01 .contactBtn01 {
    margin-bottom: 25px;
  }
}

.linkArea01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .linkArea01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.linkArea01 .linkBtn01 {
  max-width: 185px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .linkArea01 .linkBtn01 {
    max-width: 300px;
  }
}

.linkArea01 .linkBtn01 a {
  color: #fff;
  font-size: 16px;
  padding: 10px 0 8px;
  display: block;
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  .linkArea01 .linkBtn01 a {
    padding: 12px 0 6px;
  }
}

.linkArea01 .linkBtn01 a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}

.linkArea01 .linkBtn01:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .linkArea01 .linkBtn01:first-child {
    margin: 0 0 15px;
  }
}

.linkArea01 .linkBtn01.works a {
  background-color: #ea666f;
}

.linkArea01 .linkBtn01.experience a {
  background-color: #9baad2;
}

.linkArea01 .linkBtn01.license a {
  background-color: #e9ae3e;
}
