@charset "UTF-8";
.area {
  font-family: "area-normal", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.mincho {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
}

body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #373737;
  line-height: 24px;
  overflow: hidden;
}

.header__logo {
  position: absolute;
}
@media (min-width: 768px) {
  .header__logo {
    top: 40px;
    left: 40px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    top: 15px;
    left: 15px;
  }
}
@media (max-width: 767px) {
  .header__logoimg {
    width: 63.73vw;
  }
}

.footer {
  background-color: #0a1c63;
}
@media (min-width: 768px) {
  .footer {
    padding: 50px 20px 10px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 35px 0 30px;
  }
}
@media (min-width: 768px) {
  .footer__wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .footer__wrapper {
    max-width: 340px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .footer__logo img {
    width: 280px;
  }
}
.footer__addr {
  color: #adbaba;
  line-height: 32px;
  letter-spacing: 0.02em;
}
.footer__contact {
  color: #adbaba;
}
@media (min-width: 768px) {
  .footer__contact {
    margin-left: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .footer__contact {
    margin-left: 5.12vw;
  }
}
.footer__p {
  line-height: 26px;
  letter-spacing: 0.02em;
}
.footer__p span {
  position: relative;
  padding-left: 20px;
}
.footer__p span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #00ee5c;
  width: 11px;
  height: 13px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.footer__box {
  border-top: 1px solid #a8adb1;
  border-bottom: 1px solid #a8adb1;
}
@media (min-width: 768px) {
  .footer__box {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .footer__box {
    padding: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .footer__box > .flex-pc {
    display: block;
  }
}
.footer__tel {
  color: #fff;
  letter-spacing: 0.14em;
}
@media (min-width: 768px) and (max-width: 1166px) {
  .footer__tel {
    text-align: center;
  }
}
.footer__btn {
  background-color: #344049;
  color: #fff;
  width: 300px;
  max-width: 100%;
  height: 50px;
}
@media (min-width: 768px) and (max-width: 1166px) {
  .footer__btn {
    margin: 20px auto 0;
  }
}
.footer__btn span {
  position: relative;
  padding-left: 30px;
}
.footer__btn span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/icon_mail.svg);
  width: 20px;
  height: 14px;
}
@media (min-width: 768px) {
  .footer__btn {
    margin-left: 50px;
  }
}
.footer__copy {
  color: #fff;
}