@charset "UTF-8";

.footer {
  background: linear-gradient(252deg, rgba(93, 171, 98, 0) -31.92%, #369B3D 12.82%, #357538 52.93%, #2E2C39 100%);
  color: #fff;
}

/* CVボックス */
.footer_cv_box {
  display: flex;
  gap: 3px;
}

.footer_cv_item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 28px 32px;
  color: #1a1a1a;
  transition: 0.3s;
  border-radius: 5px;
  background: #FAFFFB;
  overflow: hidden;
}

.footer_cv_item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/box_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.footer_cv_item>* {
  position: relative;
  z-index: 1;
}

.footer_cv_item:last-child {
  border-right: none;
}

.footer_cv_item:hover {
  background: #f5f5f5;
}

.footer_cv_item_center {
  justify-content: center;
}

.footer_cv_main {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  line-height: 1;
  white-space: nowrap;
}

.footer_cv_main img {
  width: 22px;
}

.footer_cv_main img.tel_icon {
  filter: brightness(0);
}

.footer_cv_sub {
  font-size: 1.6rem;
  color: #ACACAC;
  margin-top: 6px;
}

/* footer02 */
.footer02_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer02_01 img {
  width: 16em;
}

.footer02_nav {
  display: flex;
  gap: 60px;
}

.footer02_nav ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer02_nav a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}

.footer_copy {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 20px;
}
