@charset "UTF-8";
/* =======================================
	【BASE】footer CV枠線で囲むver
========================================== */
.footer01 {
  background: url(../img/footer01Bg.jpg) no-repeat center / cover;
  color: #fff;
}

.contact-container {
  width: 84%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 3% 3% 2%;
  color: #062A42;
}

.contact-box {
  width: 48%;
  text-align: center;
}

.divider {
  width: 1px;
  height: 10.5em;
  background-color: #C9C9C9;
}

.phone-icon {
  background: url(../img/telA.png) no-repeat center / contain;
  width: 62px;
  height: 62px;
  margin-inline: auto;
  margin-bottom: 3%;
}

.mail-icon {
  width: 62px;
  height: 62px;
  background: url(../img/mailA.png) no-repeat center / contain;
  margin-inline: auto;
}

.footer01 .btn02 {
  width: 56%;
}

.footer01 .btn02 a {
  padding: 7% 6% 7% 13%;
  text-align: left;
}


.footer02 {
  display: flex;
  justify-content: space-between;
  z-index: 0;
}
footer {
  position: relative;
  z-index: 0;
  padding-bottom: 2%;
  overflow: hidden;
}
footer::after {
  position: absolute;
  content: "";
  background: url(../img/footerBg.png) no-repeat center top / cover;
  width: 30%;
  height: 33%;
  bottom: 0%;
  left: 0;
  z-index: -1;
}

.footer02_nav {
  display: flex;
  white-space: nowrap;
}

.footer02_nav a {
  margin-bottom: 14px;
  display: inline-block;
  font-weight: bold;
  color: #C9C9C9;
  width: 100%;
}

.footer02_nav p {
  margin-bottom: 14px;
}

.footer02_nav ul {
  margin-left: 20px;
}
