/* 
─────────────────────────────────────────────────────────────────
Ｓ：フッター
───────────────────────────────────────────────────────────────── */
.footer {
  width: 100%;
}

/* 
───────────────────────────────────────────────────────────────── */
.footer_sitemap {
  width: 100%;
  background-color: #008;
}

.footer_sitemap_frame {
  max-width: 648px;
  margin: 0 auto;
}

/* 
───────────────────────────────────────────────────────────────── */
.footer_sitemap_contents {
  display: flex;
  flex-flow: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  padding: 80px 0 120px;
  margin: 0 24px;
}

.footer_sitemap_item {
  width: auto;
}

/* 
───────────────────────────────────────────────────────────────── */
.footer_sitemap_company {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.footer_logo_img {
  width: 160px;
}

.footer_company_catch {
  margin: 16px 0 0;
  font-size: 0.8rem;
  color: #fff;
}

.footer_company_name {
  margin: 4px 0 0;
  font-size: 1.2rem;
  color: #fff;
}

.footer_company_url {
  margin: 4px 0 0;
  font-size: 0.8rem;
  color: #fff;
}

/* 
───────────────────────────────────────────────────────────────── */
.footer_sitemap_navigation {
  display: flex;
  flex-flow: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer_sitemap_navigation_item {
  display: block;
  width: auto;
}

.footer_sitemap_navigation_item:not(:first-child) {
  padding: 0 0 0 8px;
}

/* 
───────────────────────────────────────────────────────────────── */
.footer_sitemap_navigation_button {
  width: auto;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer_sitemap_navigation_button_frame {
  position: relative; /* footer_sitemap_navigation_button_signの起点 */
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 0;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.footer_sitemap_navigation_button_title {
  width: auto;
  font-size: 1rem;
  color: #fff;
  transition: all 0.3s ease;
}

.footer_sitemap_navigation_button_sign {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 1px 0 0;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}

.footer_sitemap_navigation_button_sign_frame {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 14px;
}

.footer_sitemap_navigation_button_sign_line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 56%;
  height: 56%;
  margin: -28% 0 0 -38%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

/* 
───────────────────────────────────────────────────────────────── */
.footer_important {
  width: 100%;
  background-color: #000071;
}

.footer_important_frame {
  max-width: 648px;
  margin: 0 auto;
}

/* 
───────────────────────────────────────────────────────────────── */
.footer_important_contents {
  display: flex;
  flex-flow: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  padding: 24px 0;
  margin: 0 24px;
}

/* 
───────────────────────────────────────────────────────────────── */
.footer_important_button {
  width: auto;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer_important_button_frame {
  position: relative; /* footer_important_button_signの起点 */
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 0;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.footer_important_button_title {
  width: auto;
  font-size: 1rem;
  color: #fff;
  transition: all 0.3s ease;
}

.footer_important_button_sign {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 1px 0 0;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}

.footer_important_button_sign_frame {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 14px;
}

.footer_important_button_sign_line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 56%;
  height: 56%;
  margin: -28% 0 0 -38%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

/* 
───────────────────────────────────────────────────────────────── */
.footer_copyright {
  width: 100%;
  background-color: #00005b;
}

.footer_copyright_frame {
  max-width: 648px;
  margin: 0 auto;
}

/* 
───────────────────────────────────────────────────────────────── */
.footer_copyright_contents {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 600px;
  height: 176px;
  padding: 40px 0 0;
  margin: 0 24px;
  color: #fff;
}

/* 
───────────────────────────────────────────────────────────────── */

/* 
─────────────────────────────────────────────────────────────────
横幅800px～
───────────────────────────────────────────────────────────────── */
@media screen and (width >= 888px) {
  /* 
  ─────────────────────────────────────────────────────────────────
  Ｌ：フッター
  ───────────────────────────────────────────────────────────────── */
  .footer {
    width: 100%;
  }

  /* 
  ───────────────────────────────────────────────────────────────── */
  .footer_sitemap_frame {
    max-width: 1248px;
  }
  /* 
  ───────────────────────────────────────────────────────────────── */
  .footer_sitemap_contents {
    flex-flow: row;
    gap: initial;
    align-items: flex-start;
    justify-content: space-around;
    max-width: 1200px;
  }

  /* 
  ───────────────────────────────────────────────────────────────── */
  .footer_sitemap_navigation {
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .footer_sitemap_navigation_item {
    width: auto;
  }

  /* 
  ───────────────────────────────────────────────────────────────── */
  .footer_sitemap_navigation_button {
    width: auto;
    margin: 0;
  }

  .footer_sitemap_navigation_button:hover .footer_sitemap_navigation_button_title {
    color: #b2b2f6;
    transition: all 0.3s ease;
  }

  .footer_sitemap_navigation_button_frame {
    padding: 0 28px 0 8px;
  }

  .footer_sitemap_navigation_button_sign {
    right: 8px;
  }

  .footer_sitemap_navigation_button:hover .footer_sitemap_navigation_button_sign {
    transform: translateY(-50%) translateX(4px);
  }

  /* 
  ───────────────────────────────────────────────────────────────── */
  .footer_important_frame {
    max-width: 1248px;
  }
  /* 
  ───────────────────────────────────────────────────────────────── */
  .footer_important_contents {
    flex-flow: row;
    gap: 24px;
    max-width: 1200px;
  }

  /* 
  ───────────────────────────────────────────────────────────────── */
  .footer_important_button {
    width: auto;
    margin: 0;
  }

  .footer_important_button:hover .footer_important_button_title {
    color: #b2b2f6;
    transition: all 0.3s ease;
  }

  .footer_important_button:hover .footer_important_button_sign {
    transform: translateY(-50%) translateX(4px);
  }

  /* 
  ───────────────────────────────────────────────────────────────── */
  .footer_copyright_frame {
    max-width: 1248px;
  }

  /* 
  ───────────────────────────────────────────────────────────────── */
  .footer_copyright_contents {
    align-items: center;
    max-width: 1200px;
    height: 116px;
    padding: 0;
  }

  /* 
  ───────────────────────────────────────────────────────────────── */

  /*
  ─────────────────────────────────────────────────────────────────
  ここまで
  ───────────────────────────────────────────────────────────────── */
}
