@charset "UTF-8";
/* CSS Document */


/* header */
header .logo {
	margin: 0.8em 0;
}
	header .logo a {
		display: block;
		width: 130px;
	}
@media (max-width: 768px) {
	header .logo a {
		width: 110px;
	}
}

/* footer */
footer {
	font-family: 'Noto Sans JP', sans-serif;
}
footer li {
	list-style: none;
}
footer li a {
	text-decoration: none;
}
.c-bg--white {
  background: #ffffff;
}
.p-footer__copy {
  position: relative;
  height: 560px;
  background: url(https://haa.athuman.com/images/it/bg_footer.png) center/cover no-repeat;
}
.p-footer__copy p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 5.21vw;
  font-weight: 500;
  color: #fff;
}
.p-footer__copy p img {
  display: block;
  width: 47.82vw;
  height: auto;
  margin: 0 auto;
}
.p-footer__credit {
  padding: 24px 0;
  text-align: center;
  color: #fff;
  background: #333;
}
.p-footer__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  font-size: 12px;
}
.p-footer__credit small {
  display: block;
  margin-top: 12px;
  font-size: 11px;
}

.p-footer__certification {
	margin-top: 74px;
  margin-bottom: 37px;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
.p-footer__certification__list {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 3rem;
  font-size: 1.2rem;
  font-weight: 400;
}
.p-footer__certification__list__item {
	display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  column-gap: 1rem;
	font-size: 12px;
}
footer img {
  border-style: none;
}
.p-footer__logo {
  margin-bottom: 74px;
  text-align: center;
}
.p-footer__logo a {
	display: inline-block;
}
.p-footer__nav li:not(:first-of-type) {
	padding-right: 12px;
}

.p-footer__nav-blank {
	position: relative;
  font-size: 12px;
  font-weight: 400;
}
.p-footer__nav-blank:first-of-type {
  margin-left: 0;
}
.p-footer__nav-blank::before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 51%;
  right: -16px;
  transform: translateY(-50%);
  background: url(https://haa.athuman.com/common/images/icon_blank.png) right/cover no-repeat;
}
footer p {
    margin-top: 0;
    margin-bottom: 0;
}
footer ul {
	padding-left: 0;
}
@media screen and (max-width: 768px) {
	.p-footer__copy {
		height: 191px;
	}
	.p-footer__copy p {
		font-size: 32px;
	}
	.p-footer__copy p img {
		width: 311px;
	}	
	.p-footer__certification {
		margin-top: 3rem;
		margin-bottom: 1rem;
	}
	.p-footer__certification__list {
		gap: 1.5rem;
	}
	.p-footer__logo {
		margin-bottom: 3rem;
	}
	.p-footer__nav {
		gap: 12px;
		padding-left: 0;
	}
	.p-footer__nav li + li {
		padding-left: 12px;
		border-left: 1px solid;
	}
}
