footer {
  background: #333;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}
footer .inner960 {
  display: flex;
  gap: 24px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .inner960 {
    flex-direction: column;
    width: calc(100% - 32px);
  }
}
footer .inner960 .footer-blocks-sub {
  width: 100%;
  max-width: 224px;
}
@media screen and (max-width: 767px) {
  footer .inner960 .footer-blocks-sub {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  footer .inner960 .footer-blocks-sub .footer-blocks-sub-item {
    width: calc((100% - 24px) / 2);
  }
  footer .inner960 .footer-blocks-sub .footer-blocks-sub-item .add-mt {
    margin-top: 0;
  }
  footer .inner960 .footer-blocks-sub .footer-blocks-sub-item.spb {
    width: 100%;
  }
}
footer .inner960 .footer-blocks-sub ul {
  padding: 0;
}
footer .inner960 .container-sub {
  column-count: 1;
}
footer .footer-grid-container {
  column-count: 3;
  column-gap: 40px;
}
@media screen and (max-width: 767px) {
  footer .footer-grid-container {
    column-count: 2;
    column-gap: 16px;
  }
}
footer .footer-grid-container.clm2 {
  column-count: 2;
}
footer .grid-item {
  break-inside: avoid;
  margin-bottom: 24px;
}
footer .footer-blocks h3 {
  color: #cfd8dc;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #cfd8dc;
}
footer .footer-blocks h3.add-mt {
  margin-top: 24px;
}
footer .footer-blocks h3 .btn-footer {
  color: #cfd8dc;
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .footer-blocks h3 .btn-footer:hover {
  text-decoration: underline;
}
footer .footer-blocks h3 .btn-footer::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/images/rn2026/common/icon/arrow-right-whi.svg") no-repeat;
}
footer .footer-blocks h4 {
  color: #90a4ae;
  font-weight: 400;
}
footer .footer-blocks ul {
  padding-left: 1em;
}
footer .footer-blocks li {
  margin-top: 8px;
}
footer .footer-blocks li a {
  color: #cfd8dc;
}
footer .footer-blocks li a:hover {
  text-decoration: underline;
}
footer .foote-btm-comtent {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  footer .foote-btm-comtent .footer-bnr {
    text-align: center;
    display: block;
  }
}
footer .foote-btm-comtent .sitest-top {
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .foote-btm-comtent .sitest-top {
    margin-top: 16px;
  }
}
footer .foote-btm-comtent .sitest-top a {
  color: #acacac;
  transition: all 0.3s;
}
footer .foote-btm-comtent .sitest-top a:hover {
  text-decoration: underline;
  color: #7d7d7d;
}
footer .copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
footer .address {
  font-size: 12px;
  color: #7d7d7d;
}
footer .footer-sns.pcb-flex {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  footer .footer-sns.pcb-flex {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-spb {
    display: flex;
    align-items: center;
  }
}
footer .footer-spb .footer-sns {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .footer-spb .footer-sns {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 20px;
  }
}
.spb.footer-bnr {
  display: none;
}
@media screen and (max-width: 767px) {
  .spb.footer-bnr {
    display: block;
  }
  .spb.footer-bnr img {
    max-width: fit-content;
  }
}
.bnr-img.pcb {
  display: block;
}
@media screen and (max-width: 767px) {
  .bnr-img.pcb {
    display: none;
  }
}
.footer-blocks-sub-item.pcb {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer-blocks-sub-item.pcb {
    display: none;
  }
}
.footer-blocks-sub-item.spb {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-blocks-sub-item.spb {
    display: block;
  }
}
nav.feature_buttons {
  background-color: #00a59a;
  height: 128px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  nav.feature_buttons {
    height: 152px;
  }
}
nav.feature_buttons .button_menu {
  width: 75%;
  max-width: 960px;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  nav.feature_buttons .button_menu {
    width: 246px;
    flex-direction: column;
    justify-content: center;
  }
}
nav.feature_buttons .button_menu button {
  font-weight: 700;
  width: 48.75%;
  height: 56px;
  border: none;
  border-radius: 28px;
  background-color: #ffd600;
  box-shadow: 0 3px 0 #fbc02d;
  cursor: pointer;
  font-size: 24px;
  color: #455a64;
}
@media screen and (max-width: 767px) {
  nav.feature_buttons .button_menu button {
    width: 246px;
    height: 40px;
    font-size: 16px;
    margin: 12px 0;
  }
}
