@charset "UTF-8";
/* =======================================
	【BASE】footer CV枠線で囲むver
========================================== */
/* .footer01 {
  color: #000;
  padding: 60px 0 35px;
} */

/* .footer01 > div {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 52px 20px 20px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -37px;
} */

/* .footer01 > div:after {
  left: inherit;
  right: 0;
} */

/* .tel.center {
  width: 37%;
  border-right: 1px solid rgba(255, 255, 255, 0.72);
  padding: 8px 0;
} */

/* .tel.center a { */
  /* width: 74%;
  margin: 9px auto 2px;
  position: relative;
  display: inline-block;
}

.f_con_line > div {
  width: 38%;
}

.f_con_line {
  display: flex;
  width: 61%;
  align-items: center;
}

.f_con_line > ul {
  width: 60%;
}

.f_con_line > ul a {
  background: #FFF;
  border-radius: 5em;
  display: block;
  padding: 16px 20px;
  margin: 0px 20px 20px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.0784313725);
}

.f_con_line > ul li:nth-child(1) a {
  margin-bottom: 15px;
  margin-top: 20px;
}

.f_con_line > ul li:nth-child(1) a img {
  width: 14em;
  margin: auto;
}

.f_con_line > ul li:nth-child(2) a img {
  width: 12em;
  margin: auto;
} */

footer {
  background: url(../img/footerBg.png) no-repeat center / cover;
}

.telbox a {
  position: relative;
  background: #FEF3EA;
  border-radius: 10px;
  padding: 4.5em 1em 1.7em;
  height: 10em;
  display: block;
  text-align: center;
}
.telbox a::before {
  position: absolute;
  content: "";
  background: url(../img/telbox.png) no-repeat center / contain;
  width: 63%;
  height: 63%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 8%;
}
.telbox a::after {
  position: absolute;
  content: "";
  background: url(../img/arrowO.png) no-repeat center / contain;
  width: 28%;
  height: 28%;
  transform: translate(-50%, -50%);
  right: -22%;
  bottom: -18%;
  transition: transform .3s ease;
}

.mailbox a {
  position: relative;
  background: #FEF3EA;
  border-radius: 10px;
  padding: 4.5em 1em 1.7em;
  height: 10em;
  display: block;
  text-align: center;
}
.mailbox a::before {
  position: absolute;
  content: "";
  background: url(../img/mailbox.png) no-repeat center / contain;
  width: 63%;
  height: 63%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 8%;
}
.mailbox a::after {
  position: absolute;
  content: "";
  background: url(../img/arrowO.png) no-repeat center / contain;
  width: 28%;
  height: 28%;
  transform: translate(-50%, -50%);
  right: -22%;
  bottom: -18%;
  transition: transform .3s ease;
}

.linebox a {
  position: relative;
  background: #EFFFF5;
  border-radius: 10px;
  padding: 4.5em 1em 1.7em;
  height: 10em;
  display: block;
  text-align: center;
}
.linebox a::before {
  position: absolute;
  content: "";
  background: url(../img/linebox.png) no-repeat center / contain;
  width: 63%;
  height: 63%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 8%;
}
.linebox a::after {
  position: absolute;
  content: "";
  background: url(../img/arrowO.png) no-repeat center / contain;
  width: 28%;
  height: 28%;
  transform: translate(-50%, -50%);
  right: -22%;
  bottom: -18%;
  transition: transform .3s ease;
}

.telbox a:hover::after,
.mailbox a:hover::after,
.linebox a:hover::after {
  transform: translate(-50%, -50%) rotate(38deg);
  /* opacity: 0.7; */
}

.footer02 {
  display: flex;
  justify-content: space-between;
  /* padding: 37px 0 14px; */
  /* font-size: 14px; */
}

.footer02 a {
  color: #111;
}

.footer02 .logo {
  width: 50%;
  /* margin-bottom: 18px; */
}

.footer02_nav {
  display: flex;
  margin-top: 8px;
  letter-spacing: 0.12em;
  justify-content: right;
}

.footer02_nav a {
  margin-bottom: 13px;
  display: inline-block;
}

.footer02_nav ul {
  margin-left: 9%;
}

.footer02_copy p {
  letter-spacing: 0.08em;
}

.footer02_02 {
  flex: 1;
}