

/* ---------- 共通ユーティリティ ---------- */
.shutoko-footer .section {
  padding: 60px 0 40px;
}
@media (max-width: 767.98px) {
  .shutoko-footer .section {
    padding: 40px 0;
  }
}

.shutoko-footer .container {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .shutoko-footer .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.shutoko-footer .d-block {
  display: block !important;
}
@media (min-width: 768px) {
  .shutoko-footer .d-md-none {
    display: none !important;
  }
}

.shutoko-footer .sp-only {
  display: none !important;
}
@media (max-width: 767.98px) {
  .shutoko-footer .sp-only {
    display: block !important;
  }
}

.shutoko-footer .link-icon {
  display: inline;
  line-height: 150%;
}
.shutoko-footer .link-icon svg {
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: sub;
  flex: none;
}

.shutoko-footer .link-external {
  position: relative;
  padding-right: 0.3em;
}
.shutoko-footer .link-external::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5.42352%209.33203V3.9987H13.2457V9.33203H5.42352ZM4.0013%201.33203V10.6654H14.668V1.33203H4.0013Z%22%20fill%3D%22%23006C84%22/%3E%3Cpath%20d%3D%22M2.75556%208.11391V13.332H10.5778V11.332H12V14.6654H1.33333V5.33203H4.17778V8.11391H2.75556Z%22%20fill%3D%22%23006C84%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 2px;
}

.shutoko-footer .component {
  position: relative;
  margin-top: 32px;
}
.shutoko-footer .component:first-child,
.shutoko-footer .component:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .shutoko-footer .component {
    padding: 0;
  }
}

.shutoko-footer .c-button {
  margin-top: 0 !important;
}
@media (max-width: 767.98px) {
  .shutoko-footer .c-button {
    text-align: center;
  }
}

.shutoko-footer .col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* ---------- footer > .l-footer-meta ---------- */
.shutoko-footer .l-footer-meta {
  background-color: #4f5c60;
  padding-top: 32px;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .shutoko-footer .l-footer-meta {
    padding-top: 60px;
  }
}

.shutoko-footer .footerNavUtils {
  margin-bottom: 34px;
}
@media (max-width: 767.98px) {
  .shutoko-footer .footerNavUtils {
    margin-bottom: 60px;
  }
}

.shutoko-footer .footerNavUtils__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 28px;
  row-gap: 10px;
  padding-left: 0;
  max-width: 900px;
  margin: auto;
  list-style: none;
}
@media (max-width: 767.98px) {
  .shutoko-footer .footerNavUtils__list {
    justify-content: start;
    flex-direction: column;
    gap: 16px;
  }
}

.shutoko-footer .footerNavUtils__item {
  line-height: 100%;
}

.shutoko-footer .footerNavUtils__link {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.56px;
  white-space: nowrap;
  line-height: 130%;
}
.shutoko-footer .footerNavUtils__link:hover {
  text-decoration: underline;
  color: #fff;
}
.shutoko-footer .footerNavUtils__link svg {
  vertical-align: baseline;
}
@media (max-width: 767.98px) {
  .shutoko-footer .footerNavUtils__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 14px;
  }
}

/* footerNavUtils__link が link-external も併用する場合の上書き（外部リンクアイコンをspan側に出す） */
.shutoko-footer .footerNavUtils__link.link-external {
  padding-right: 0;
}
.shutoko-footer .footerNavUtils__link.link-external::after {
  display: none;
}
.shutoko-footer .footerNavUtils__link.link-external span {
  position: relative;
}
.shutoko-footer .footerNavUtils__link.link-external span::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5.42352%209.33203V3.9987H13.2457V9.33203H5.42352ZM4.0013%201.33203V10.6654H14.668V1.33203H4.0013Z%22%20fill%3D%22%23FFFFFF%22/%3E%3Cpath%20d%3D%22M2.75556%208.11391V13.332H10.5778V11.332H12V14.6654H1.33333V5.33203H4.17778V8.11391H2.75556Z%22%20fill%3D%22%23FFFFFF%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  display: inline-block;
  position: relative;
}

.shutoko-footer .footer-bottom-text,
.shutoko-footer .copy-right {
  color: #f5f7f9;
  text-align: center;
  letter-spacing: 0.56px;
  line-height: 130%;
}
.shutoko-footer .footer-bottom-text {
  margin-bottom: 10px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
}
.shutoko-footer .copy-right {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

/* ---------- .pageTop-wrapper ---------- */
.shutoko-footer .pageTop-wrapper {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.shutoko-footer .pageTop-wrapper.is-visible {
  display: flex;
  opacity: 1;
  visibility: visible;
}

/* 元サイトでは `.btn-site` は常時 display:none（この見た目のまま復元）。
   表示させたい場合はこの1行を上書きすること。 */
.shutoko-footer .btn-site {
  display: none;
}

.shutoko-footer .btn-close {
  --bs-btn-close-color: #231815;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23231815'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.shutoko-footer .btn-close:hover {
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.shutoko-footer .btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

.shutoko-footer .pageTop {
  position: absolute;
  right: 20px;
  bottom: 44px;
  width: 60px;
  height: 55px;
}
@media (max-width: 767.98px) {
  .shutoko-footer .pageTop {
    bottom: 20px;
  }
}
.shutoko-footer .pageTop button {
  box-shadow: 0 0 10px 0 rgba(0, 46, 56, 0.15);
  border-radius: 8px;
  background-color: #fff;
  padding: 5px 8px 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
.shutoko-footer .pageTop button svg {
  color: #677578;
}
.shutoko-footer .pageTop button ._text {
  font-size: 14px;
  color: #445052;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.14px;
  display: block;
  text-align: center;
}
