@charset "UTF-8";
/*16*1.75/2*/
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
.ptop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  margin: 0 auto;
  background-color: rgba(14, 10, 44, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  transition: all 300ms ease;
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 767px) {
  .ptop {
    height: 25px;
    width: 25px;
    font-size: 12px;
    line-height: 25px;
  }
}

.sec-contact {
  background-color: #00183d;
}

.sec-contact_inner {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}

.sec-contact .contact_contents {
  padding: 64px;
}

.sec-contact .contact-image {
  height: auto;
  width: 50%;
  object-fit: cover;
}

.sec-contact .contact-heading {
  color: #fff;
  font-size: 70px;
  margin: 0;
  line-height: 1;
}

.sec-contact .contact-lead {
  color: #fff;
  font-size: 20px;
  margin: 16px 0 0;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
}

.sec-contact .contact-button_container {
  margin: 24px 0 0;
}

.sec-contact .contact-caution {
  margin: 16px 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.9;
  font-family: "Noto Serif JP", serif;
}

/* フッタ
-----------------------------------*/
.footer {
  position: relative;
  background-color: #fff;
  padding-bottom: 16px;
}

.footer .footer-container {
  display: flex;
  justify-content: space-between;
  padding: 72px 16px;
  max-width: 1232px;
  margin: 0 auto;
}

.footer .footer-address {
  margin: 32px 0 0;
  color: #182c67;
  line-height: 2;
  font-size: 15px;
}

.footer-tel {
  font-size: 15px;
  color: #182c67;
}

.footer .sitemap {
  display: flex;
  gap: 40px;
  width: 100%;
}

.footer .title,
.footer .title a {
  color: #012b9d;
  font-size: 17px;
  margin: 0;
  font-weight: var(--title-font-weight);
}

.footer .list-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 10px 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
}

.footer .list-sns {
  display: flex;
  gap: 20px;
  margin: 28px 0 0;
}

.footer .copyright {
  margin: 0;
  font-size: 12px;
  text-align: center;
  color: #182c67;
}

@media (max-width: 1023px) {
  .sec-contact .contact-image {
    width: 100%;
  }
  .sec-contact_inner {
    flex-direction: column;
  }
  .sec-contact .contact_contents {
    width: fit-content;
    margin: 0 auto;
  }
  .footer .footer-container {
    flex-direction: column;
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .sec-contact .contact_contents {
    padding: 40px 16px;
  }

  .sec-contact .contact-heading {
    font-size: 48px;
  }

  .sec-contact .contact-lead {
    font-size: 14px;
    margin: 12px 0 0;
  }

  .sec-contact .contact-button_container {
    margin: 16px 0 0;
  }

  .sec-contact .contact-caution {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
  }

  .footer .footer-container {
    padding: 48px 16px 32px;
    gap: 16px;
  }

  .footer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer .logo img {
    width: 112px;
  }

  .footer .footer-address {
    margin: 24px 0 0;
    font-size: 14px;
    line-height: 1.8;
  }

  .footer .footer-tel {
    font-size: 14px;
    line-height: 1.8;
  }

  .footer .footer-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .footer .sitemap {
    flex-wrap: wrap;
    gap: 0 24px;
  }

  .footer .sitemap-item {
    line-height: 1.5;
  }

  .footer .sitemap a {
    color: #012b9d;
    font-size: 13px;
    font-family: "Noto Serif JP", serif;
  }

  .footer .title,
  .footer .title a {
    font-size: 15px;
  }

  .footer .list-link {
    margin: 8px 0 0;
    gap: 4px;
    font-size: 13px;
  }

  .footer .list-sns {
    margin: 0;
    gap: 12px;
  }

  .footer .list-sns img {
    width: 24px;
  }

  .footer .copyright {
    font-size: 11px;
  }
}
