@charset "utf-8";

.footer__map {
  aspect-ratio: 1366 / 452;
  width: 100%;
  height: 452px;
}

.footer__map div,
.footer__map div iframe{
  width: 100%;
  height: 100%;
  border: none;
}

.footer__top-wrap {
  max-width: 1550px;
  margin-inline: auto;
  background: #B9D3ED;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2px;
  padding: 0 2px;
}
@media screen and (min-width: 768px) {
  .footer__top-wrap{
    padding: 2px 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__top-item {
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .footer__top-item {
    border-radius: 0 20px 20px 0;
  }
}
.footer__top-item:nth-of-type(2) {
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 768px) {
  .footer__top-item:nth-of-type(2) {
    border-radius: 20px 0 0 20px;
  }
}

.footer__top-text {
display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
.footer__top-text::after {
    content: "";
    background: url(../images/icon-title-main-white.svg) center / contain no-repeat;
    width: 18px;
    height: 6px;
}

.footer__top-tel,
.footer__top-mail {
  position: relative;
  width: 323px;
  height: 60px;
}
.footer__top-tel::before {
  content: "";
  position: absolute;
  background: url(../images/icon-tel.svg) center / contain no-repeat;
  width: 13px;
  height: 34px;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.footer__top-mail::before {
  content: "";
  position: absolute;
  background: url(../images/icon-mail.svg) center / contain no-repeat;
  width: 26px;
  height: 21px;
  left: 29px;
  top: 50%;
  transform: translateY(-50%);
}
.footer__top-mail::after {
  content: "";
  position: absolute;
  background: url(../images/arrow-blue.svg) center / contain no-repeat;
  width: 28px;
  height: 18px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.footer__bottom {
  padding: 95px 40px 86px;
}
@media screen and (min-width: 1100px) {
  .footer__bottom {
    padding: 95px 110px 86px;
    max-width: 1366px;
    margin-inline: auto;
  }
}
.footer__bottom-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__bottom-wrap{
    flex-direction: row;
  }
}
@media screen and (min-width: 1100px) {
  .footer__bottom-wrap {
    gap: min(calc(163 / 1366 * 100vw), 163px);
  }
}
.footer__bottom-img{
  aspect-ratio: 355/447;
  width: min(100%, 355px);
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .footer__bottom-img{
     width: min(calc(355 / 1366 * 100vw), 355px);
  }
}

.footer__bottom-list {
      display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    margin-top: 59px;
    padding-top: 60px;
    border-top: 1px solid #D6D6D6;
}
@media screen and (min-width: 900px) {
  .footer__bottom-list {
    gap: 29px;
  }
}
.footer__bottom-link p {
  transition: color 0.3s;
}
.footer__bottom-link:hover p{
  color: #368EE8;
}
.footer__copyright {
  border-top: 1px solid #D6D6D6;
}

.c2213:hover ,
.c2077:hover {
  opacity: 0.8;
}
