@charset "UTF-8";

/* =======================================
	【BASE】footer CV枠線で囲むver
========================================== */
footer {
  background: #222222;
}

.footer01 .cl50 {
  background: #fff;
  max-width: 1070px;
}

.tel {
  width: 48%;
  border-right: 1px solid #E4E4E4;
  /* padding: 8px 0; */
}

.tel a {
  width: 74%;
  margin: 0px 0px 0px 50px;
  position: relative;
  display: inline-block;
  color: #121212;
  line-height: 1.6;
}

.footer01 .btn01.black a {
  margin: 10px auto 0;
  margin-right: 44px;
  padding: 1.5em 7.5em;
}

.footer02_flex {
  display: flex;

}

.footer02_flex li:nth-child(1) {
  border-right: 1px solid #D9D9D9;
  padding-right: 1em;
  margin-right: 1em;
  line-height: 1.5;
}

.footer02 {
  display: flex;
  justify-content: space-between;
  padding: 13px 0 24px;
  font-size: 14px;
}

.footer02_01 {
  color: #51504f;
}

.f_logo {
  width: 183px;
  height: 50px;
  margin-bottom: 18px;
}

.f_insta {
  width: 1.5em;
  height: 1.5em;
}

.footer02_nav {
  display: flex;
  margin-top: 10px;
  justify-content: flex-end;
}

.footer02_nav a {
  margin-bottom: 14px;
  display: inline-block;
  color: #fff;
  line-height: 1.8;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.2em;
}

.footer02_nav a span {
  font-size: 1.4rem;
  color: #979797;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0;
}

.footer02_nav .blog_link a {
  background: url(../img/blog_link.svg) no-repeat top 29px right 21px / 1em;
  padding-right: 1.2em;
}

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

.footer02_nav ul li {
  margin-bottom: 40px;
}

.copyArea p, .copyArea a {
  color: #939393;
  white-space: nowrap;
  line-height: 1;
  font-size: 1.2rem;
}

.copyArea {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-bottom: 60px;
}

.copyArea li:nth-child(1) {
  border-right: 1px solid #6D6D6D;
  padding-right: 1em;
  margin-right: 1em;
  line-height: 1;
}

/* フッター周りの調整 */
.footer02_flex li:nth-child(1) {
  border-right: none;
}
