﻿.cmn-footer {
  background-color: #333;
}
.cmn-footer .cmn-inner {
  max-width: 1372px;
  padding: 80px 38px;
  margin: 0 auto;
}
.cmn-footer__btns {
  display: flex;
  gap: 24px;
  width: 100%;
}
.cmn-footer__btns a {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  height: 240px;
  overflow: hidden;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background-color: #0068b7;
  background-position: center;
  background-size: 100%;
  transition: background-color 0.8s ease-in-out, background-size 0.8s ease-in-out;
}
.cmn-footer__btns a::after {
  position: absolute;
  inset: 0;
  content: "";
  background-color: #0068b7;
  opacity: 0.9;
  transition: opacity 0.8s ease-in-out;
}
.cmn-footer__btns a::before {
  position: relative;
  z-index: 1;
  display: block;
  width: 64px;
  height: 64px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cmn-footer__btns a:hover {
  background-size: 120%;
}
.cmn-footer__btns a:hover::after {
  opacity: 0.75;
}
.cmn-footer__btns a.is-mailmag {
  background-image: url("../image/footer/bg-mailmag.jpg");
}
.cmn-footer__btns a.is-mailmag::before {
  background-image: url("../image/common/icn-mailmag.png");
}
.cmn-footer__btns a.is-contact {
  background-image: url("../image/footer/bg-contact.jpg");
}
.cmn-footer__btns a.is-contact::before {
  background-image: url("../image/common/icn-contact.png");
}
.cmn-footer__btns a span {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.cmn-footer__logo {
  width: 180px;
  margin: 80px auto 40px;
}
.cmn-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.cmn-footer__nav {
  width: 100%;
}
.cmn-footer__nav ul {
  display: flex;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cmn-footer__nav li {
  flex: 1;
}
.cmn-footer__nav a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  height: 147px;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #fff;
  transition: border-color 0.8s ease-in-out, color 0.8s ease-in-out;
}
.cmn-footer__nav a:hover {
  color: #0068b7;
  border-color: #0068b7;
}
.cmn-footer__nav a::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: block;
  width: 28px;
  height: 6px;
  content: "";
  background-image: url("../image/common/arrow-link.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.cmn-footer__nav i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmn-footer__nav i img {
  display: block;
  max-width: 100%;
  height: 48px;
}
.cmn-footer__nav span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  white-space: nowrap;
}
.cmn-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.cmn-footer__links a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
}
.cmn-footer__links a:hover {
  opacity: 0.75;
}
.cmn-footer__subnav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  padding: 40px 20px 54px;
  background-color: #fff;
}
.cmn-footer__subnav > p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.cmn-footer__subnav > p br {
  display: none;
}
.cmn-footer__subnav-link {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cmn-footer__subnav-link li {
  display: flex;
  align-items: center;
}
.cmn-footer__subnav-link li + li::before {
  display: block;
  width: 2px;
  height: 14px;
  margin: 0 24px;
  content: "";
  background-color: #cecece;
}
.cmn-footer__subnav-link a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
}
.cmn-footer__subnav-link a:hover {
  opacity: 0.75;
}