@charset "UTF-8";

/* =========================
   access
========================= */

#access {
  width: 100%;
  background: #ececec;
}

#access .access-visual {
  position: relative;
  width: 100%;
  height: 370px;
  overflow: hidden;
}

#access .access-visual-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#access .access-visual-text {
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 1100px;
  height: auto;
  opacity: 0.8;
  pointer-events: none;
}

#access .access-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 130px;
  text-align: center;
}

#access .access-info {
  color: #222222;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.04em;
}

#access .access-post {
  margin: 0 0 10px;
}

#access .access-address {
  margin: 0 0 22px;
}

#access .access-station {
  margin: 0;
}

#access .access-station-title {
  margin: 0 0 2px;
  color: #2f3f84;
  font-weight: 700;
}

#access .access-station-text {
  margin: 0;
}

#access .access-map {
  width: 100%;
  line-height: 0;
}

#access .access-map iframe {
  display: block;
  width: 100%;
  height: 300px;
}


/* =========================
   contact
========================= */
#contact {
  width: 100%;
  padding: 100px 0 0;
  background: #e7edf2;
  overflow: hidden;
}

#contact .contact-inner {
  width: 800px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

#contact .contact-left {
  flex: 0 0 480px;
  padding-top: 10px;
}

#contact .contact-text {
  margin: 0 0 38px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

#contact .contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 380px;
  padding: 15px 28px;
  border-radius: 999px;
  background: #292e68;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
}

#contact .contact-btn:hover {
  opacity: 0.8;
}

#contact .contact-right {
  flex: 0 0 300px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

#contact .contact-image {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-top: 50px;
}


/* =========================
   footer
========================= */
#footer {
  width: 100%;
  background: #292e68;
  padding: 62px 0 56px;
}

#footer .footer-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  box-sizing: border-box;
}

#footer .footer-left {
  display: flex;
  flex-direction: column;
  gap: 38px;
  min-width: 0;
}

#footer .footer-logo img {
  display: block;
  width: 210px;
  height: auto;
}

#footer .footer-company p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  color: #ffffff;
}

#footer .footer-center {
  flex: 1;
  min-width: 0;
}

#footer .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .footer-links li {
  margin-bottom: 0;
  position: relative;
  padding-left: 14px;
}

#footer .footer-links li:last-child {
  margin-bottom: 0;
}

#footer .footer-links li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -3px;
  width: 11px;
  height: 11px;
  background: #ffffff;
}

#footer .footer-links a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

#footer .footer-links a:hover {
  opacity: 0.7;
}

#footer .footer-right {
  flex-shrink: 0;
}

#footer .footer-banner {
  display: block;
}

#footer .footer-banner img {
  display: block;
  width: 320px;
  height: auto;
  border-radius: 4px;
}

#footer .footer-copy {
  width: 100%;
  max-width: 1120px;
  margin: 46px auto 0;
  padding: 0 40px;
  box-sizing: border-box;
}

#footer .footer-copy p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}