@charset "UTF-8";

.footer {
  font-family: 'DINBEK', 'Noto Sans JP', sans-serif, 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Helvetica Neue', Arial,
    'Hiragino Sans', 'Meiryo';
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  padding: 24px 120px;
  background-color: #302b2b;
}

.footer .main-container-list-box {
  list-style-type: disc;
  color: #fff;
  padding: 0 12px;
  margin: 0;
}

.footer .main-container-list {
  margin-bottom: 20px;
}

.footer .main-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 24px 0 48px 0;
}

.footer .main-container .main-container-text {
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.footer .main-container .logo {
  width: 216px;
  height: 36px;
  top: 0;
  right: 0;
}
.footer .main-container svg {
  overflow: visible;
}

.footer .main-container svg .path_group {
  fill: #fff;
  transform: translateY(-6px) translateX(-8px);
}

.footer .main-container .hp-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer .main-container .mark {
  fill: #fa5037;
  transform: translateY(-2px);
}

.footer .main-container .font {
  fill: #ffffff;
  width: 65.8%;
}

.footer .button-container .link {
  font-size: 0.875em;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.footer .button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.footer .button-container-menu {
  padding: 12px 0 0 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  list-style: none;
}

.footer .copyright {
  font-size: 12px;
  color: #fff;
  margin: 0;
}

@media all and (max-width: 750px) {
  .lp_wrap .logo {
    height: auto;
  }

  .footer {
    display: flex;
    padding: 12px;
    align-items: center;
    flex-flow: column;
  }

  .footer .main-container {
    width: 84%;
    flex-flow: column;
    align-items: center;
    margin: 0;
  }

  .footer .main-container::before {
    left: 0;
    width: 100%;
    height: 2px;
  }

  .footer .main-container .logo {
    width: 200px;
    right: auto;
    margin: 24px 0;
  }

  .footer .main-container .main-container-list-box {
    top: 40px;
  }

  .footer .main-container-list {
    margin-bottom: 24px;
  }

  .footer .main-container .main-container-text {
    font-size: 0.875em;
  }

  .footer .button-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
    position: relative;
  }

  .footer .copyright {
    margin: 24px 0;
    top: 40px;
    font-size: 0.5625em;
  }

  .footer .button-container-menu {
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
  }

  @media (max-width: 327px) {
    .footer .main-container-list-box {
      top: 24px;
    }

    .footer .copyright {
      top: 68px;
      font-size: 0.5625em;
    }
  }
}

.terms-page-terms {
  padding: 64px 0 64px;
}

.terms-page-sub {
  font-size: 24px;
  margin: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .terms-page-sub {
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .terms-page-terms {
    padding: 88px 16px;
  }
}

.terms-page-title {
  font-size: 40px;
  margin-top: 80px;
  margin-bottom: 32px;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 750px) {
  .terms-page-title {
    font-size: 24px;
  }
}

.terms-page-content {
  max-width: 760px;
  margin: 48px auto;
  font-size: 18px;
}

@media (max-width: 750px) {
  .terms-page-content {
    margin: 64px auto;
    font-size: 1em;
  }
}

.terms-page-content-sub {
  margin: 0;
  margin-top: 0.5em;
  line-height: 1.6;
}

.terms-page-content-sub-list {
  padding-left: 22px;
  margin: 0;
  line-height: 1.6;
}

.terms-page-h2-top {
  margin: 0;
  margin-top: 1em;
}

.terms-page-sub-title {
  font-size: 24px;
}

@media (max-width: 750px) {
  .terms-page-sub-title {
    font-size: 20px;
  }
}

.terms-page-number::after {
  display: inline-block;
  width: 2px;
  height: 0.8em;
  margin: 0 0.4em;
  background: currentcolor;
  content: '';
}

.terms-page-contact-link {
  color: #6494e9;
}
