@charset "UTF-8";
/* =======================================
	【BASE】footer CV枠線で囲むver
========================================== */
.contactContent.tel {
  background-color: unset;
  padding: 5% 2%;
  margin-top: 10px;
  border: 3px solid #fff;
  border-radius: 6px;
}
.contactContent.mail {
  padding: 5% 2%;
  margin-top: 10px;
  border-radius: 6px;
}

.contactContent .telW {
  background: url(../img/telW.png) no-repeat center / contain;
  width: 2em;
  height: 2em;
}
.contactContent .mailG {
  background: url(../img/mailG.png) no-repeat center / contain;
  width: 1.8em;
  height: 2em;
}

.footer02 {
  background: #fff;
}

.footer02 .area {
  background: url(../img/area.png)
  no-repeat right 10% center / 40%;
  padding: 3.5% 18% 6% 0%;
}

.footer02 .logo {
  width: 20.5em;
  padding-top: 0;
  place-content: end;
}

.footer02 .logo img {
  width: 29%;
}

footer .copy {
  background: #068A3D;
}
