@charset "UTF-8";
/* ==========================================================================
  Footer Section (Mobile First)
  ========================================================================== */
.l-footer {
  background-color: #791336;
  color: #ffffff;
  padding: 60px 0 0;
}
.l-footer__inner.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 1025px) {
  .l-footer__inner.container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }
}
.l-footer__info {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-footer__info {
    width: 320px;
    flex-shrink: 0;
  }
}
.l-footer__info .l-footer__logo {
  margin-bottom: 25px;
}
.l-footer__info .l-footer__logo img {
  width: 100%;
  max-width: 270px;
  height: auto;
}
.l-footer__info .l-footer__school-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.l-footer__info .l-footer__school-list li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.l-footer__info .l-footer__school-list li a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
.l-footer__info .l-footer__school-list li a:hover {
  color: #aa853e;
}
.l-footer__nav {
  flex: 1;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .l-footer__nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
  }
}
.l-footer__nav dl {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 769px) {
  .l-footer__nav dl {
    margin: 0 0 40px 0;
    min-height: 8.3em;
  }
}
.l-footer__nav dl dt.small {
  font-size: 13px;
  line-height: 1.7em;
}
.l-footer__nav dl dt {
  border-bottom: 1px solid #aa853e;
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
}
.l-footer__nav dl dt a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.l-footer__nav dl dt a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  margin-right: 12px;
  margin-top: 2px;
}
.l-footer__nav dl dt a:hover {
  text-decoration: underline;
}
.l-footer__nav dl dd {
  margin: 0 0 5px 0;
  font-size: 12px;
}
.l-footer__nav dl dd a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
.l-footer__nav dl dd a:hover {
  opacity: 1;
  text-decoration: underline;
}
.l-footer__nav dl dd a.--external::after {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-color: currentColor;
  margin-left: 5px;
  -webkit-mask: url("../images/icon-external.svg") no-repeat center/contain;
  mask: url("../images/icon-external.svg") no-repeat center/contain;
  margin-top: 1px;
  flex-shrink: 0;
  transform: translateY(1px);
}
.l-footer__nav dl dd.is-child {
  margin-left: 1.2em;
  margin-top: -2px;
  opacity: 0.9;
}
.l-footer__nav dl dd.is-child a {
  display: flex;
  align-items: center;
  font-size: 11px;
}
.l-footer__nav dl dd.is-child a::before {
  content: "└";
  margin-right: 5px;
  font-family: sans-serif;
}
.l-footer__bottom {
  margin-top: 60px;
  padding: 60px 0px 40px;
  text-align: center;
}
.l-footer__bottom .l-footer__motto {
  margin-bottom: 50px;
}
.l-footer__bottom .l-footer__motto p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.l-footer__bottom .l-footer__motto .jp {
  font-size: 36px;
  letter-spacing: 0.3em !important;
  margin-bottom: 15px;
  text-indent: 0.3em;
}
.l-footer__bottom .l-footer__motto .en {
  font-size: 16px;
  margin-bottom: 10px;
  opacity: 0.9;
}
.l-footer__bottom .l-footer__motto .sub {
  font-size: 14px;
  opacity: 0.7;
}
.l-footer__copyright {
  margin: 0 auto;
  border-top: 1px solid #aa853e;
  padding-top: 30px;
  font-size: 12px;
}
.l-footer__copyright a {
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
.l-footer__copyright p {
  text-align: center;
}

.l-footer__btns {
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .l-footer__btns {
    display: block;
  }
}
.l-footer__btns .c-btn.--sm {
  background-color: #aa853e;
  border: 1px solid #aa853e;
  color: #ffffff !important;
  height: 34px;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .l-footer__btns .c-btn.--sm {
    margin-bottom: 20px;
  }
}
.l-footer__btns .c-btn.--sm:hover {
  background-color: #aa853e;
  color: #ffffff !important;
}
.l-footer__btns .c-btn.--sm::after {
  width: 0.5em;
  height: 0.5em;
  border-color: #ffffff;
  margin-left: 0.8em;
  margin-top: -0.1em;
}
