/* Reset styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



img {
    max-width: 100%;
    height: auto;
}



html, body {
    font-family: Noto Sans JP, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    background-color: #f9f9f9;
    height: 100%;
}



.yellow {
    color: #F5BD36;
}



.blue {
    color: #004DF4;
}



/* Main content */
main {
    padding: 20px 0;
}



.padding {
    padding-inline: 10px;
}



.w-full {
    width: 100%;
}


.w-container {
    max-width: 678px;
}



/* first_view */

#first_view {
    background-image: url('/assets/images/products/lms/checksheet/fv.png');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; 
    min-height: 100vh;
    color: white;
}



#first_view .left {
    width: 40%;
    position: relative;
}



#first_view .right {
    width: 60%;
    position: relative;
}



.fv_layout {
    display: flex;
    height: 100vh;
    gap: 5%
}



.title {
    position: absolute;
    bottom: 260px;
    right: 100px;
    font-size: 40px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}



.description {
    position: absolute;
    right: 170px;
    bottom: 130px;
    font-size: 35px;
    margin-top: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-weight: 500;
}



.btn_download {
    position: absolute;
    padding-left: 20px;
    bottom: 80px;
    width: 100%;
}



.btn_download:hover {
    transform: translateY(-10px) scale(1.05);
    transition: transform 0.3s ease;
}



.btn-download a {
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.btn-download a:hover {
    transform: translateY(-5px) scale(1.05);
}



.alert {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.hidden {
    display: none;
}



/* hope */
#hope_pic{
    padding: 60px 0;
    background-image: url('/assets/images/products/lms/checksheet/hope_bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    text-align:center;
}



#hope .title_bg{
    margin:auto;
}



.hope_text1{
    margin:1em 0;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 2em;
}



.hope_text2{
    width: 300px;
    margin: 2em auto 1em;
}


.hope_text3{
    color: #fff;
    font-size: 2em;
    font-weight: 500;
    text-shadow: 0px 5px 5px #000;
}



/* fault */
#fault_pic {
    background-image: url('/assets/images/products/lms/checksheet/bg_fault.png');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    flex-wrap: wrap;
}



.title_bg {
    margin-top: 40px;    
}



.fault_ex {
    display: flex;
    width: 70%;
    position: relative;
}



.fault_ex div{
    position: absolute;
}



#fault_ex_1 {
    position: absolute;
    bottom: 50%;
    left: -10%;
}



#fault_ex_2 {
    position: absolute;
    bottom: 90%;
    left: 4%;
}



#fault_ex_3 {
    position: absolute;
    right: 5%;
    bottom: 95%;
}



#fault_ex_4 {
    position: absolute;
    right: -5%;
    bottom: 50%;
}



.fault_ex img {
    max-width: 300px;
}



#following {
    margin-block: 0px !important;
}



#fault_result {
    text-align: center;
    margin-inline: auto;
    position: relative;
    color: black;
    font-size: 35px;
}



#coin {
    width: 100px;
    position: absolute;
    left: 25px;
}



#fault_result h2 {
    font-size: 50px;
}



#fault_result img {
    margin-block: 10px;
}



.card {
    width: 100%;
    height: auto;
    padding: 30px;
    background-color: #004df430;
    border-radius: 10px;
}



.f-card p{
    width: fit-content;
    margin: auto;
}



.f-card {
    text-align: left;
    font-size: 30px;
}




.s-card {
    font-family: 'Hina Mincho', serif;
    font-size: 30px;
}



/* Risk */
#risk {
    margin-block: 20px;
    margin-inline: auto;
}



#risk > div:nth-child(2) {
    padding-inline: 10px;
}



/* Main */
#main {
    margin-block: 20px;
    margin-inline: auto;
}



/* Contact */
#contact {
    margin-top: -7px;
    background-color: #004DF4;
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
    padding: 100px 60px 30px 60px;
    font-size: 30px;
    position: relative;
}



#contact::before {
    content: 'わからないことは一緒にお調べします。助成金活用に精通した訓練機関・社労士をお探しの方は、ご紹介も可能です。';
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    font-size: 18px;
    padding: 10px 30px;
    height: auto;
    border:white 2px solid;
    border-radius: 25px;
    background-color: #DDD500;
    color:#333;
}



#contact a {
    text-decoration: none;
    color: #382eec;
    background-color: #ffffff;
    padding: 10px 30px;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}



#contact a:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3), 0 12px 24px 0 rgba(0, 0, 0, 0.25);
}



#contact h3:hover {
    transform: translate(-5px, -5px) scale(1.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.feature {
    background-color: #B2CAFF;
}



/* Point */
#point {
    margin-block: 20px;
    margin-inline: auto;
    margin-bottom: 60px;
}




#point_content {
    padding-inline: 10px;
}



.point_text{
    text-align:center;
    font-size:2em;
    margin-bottom:1em;

}


.point_text b{
    font-size:1.5em;
    border-bottom:10px solid #ff0; 
}



.items img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}



.circle {
    width: 70px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #004DF4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}



.left_items {
    width: 40%;
    
}

    

.left_items img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.items_title div:nth-child(2) {
    margin: auto;
    font-size: 23px;
    font-weight: bold;
}



.right_items {
    width: 60%;
    display: flex;
    flex-direction: column;
}



.padding-left {
    padding-left: 20px;
}



.padding-right {
    padding-right: 20px;
}



.right_items > div:nth-child(2) {
    margin: auto;
    font-size: 16px;
}



.items_title {
    display: flex;
}



.items {
    display: flex;
    flex-wrap: wrap;
    margin-block: 50px;
}



/* question */
#question {
    margin-top: 20px;
    margin-bottom: 70px;
    margin-inline: auto;
}



#question p {
    font-size: 16px;
}



#section6{
    margin-block: 20px;
    margin-inline: auto;
}




/* collapsible */
.collapsible {
    background-color: #B2CAFF;
    color: #666666 ;
    font-weight: bold;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-bottom: 1px white solid;
    border-radius: 10px;
    text-align: left;
    outline: none;
    font-size: 15px;
    position: relative;
  }


  
  .active, .collapsible:hover {
    background-color: #004DF4;
    color: white;
  }



  .collapsible:after {
    content: '\002B';
    color: #666;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
  }



  .collapsible:hover:after {
    color: #fff;
  }


  
  .active:after {
    content: "\2212";
    color: white;
  }


  
  .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }



  .small-txt {
    font-size: 14px;
  }



#question > div:nth-child(2) {
    padding-inline: 10px;
}



/* Responsive Design */
@media (max-width: 1440px) {
    .title {
        font-size: 34px !important;
    }
    .description {
        right: 170px;
        bottom: 130px;
        font-size: 30px;
        margin-top: 20px;
    }
}

@media (max-width: 1230px) {
.title {
        font-size: 25px !important;
        bottom: 220px;
        right: 20px;
    }

    .description {
        right: 70px;
        bottom: 80px;
        font-size: 25px;
        margin-top: 20px;
    }

    .alert {
        top: 50%;
    }

    .fv_layout {
        gap: 10px;
    }
}

@media (max-width: 1140px) {
.fault_ex img{
        max-width: 200px;
    }
}

@media (max-width: 985px) {
.left {
        display: none;
    }

    #first_view .right {
        width: 100%;
        text-align: center;
    }

    .title {
        font-size: 25px !important;
        width: 100%;
        right: unset;
        bottom: 380px;
        padding-inline: 5px;
    }

    .description {
        bottom: 220px;
        font-size: 25px;
        margin-top: 20px;
        width: 100%;
        right: unset;
        padding-inline: 5px;
    }

    .alert {
        top: 30%;
    }

    .fv_layout {
        gap: 10px;
    }

    .hidden {
        display: flex;
        justify-content: center;
        bottom: 40px;
        padding-left: unset;
        padding-inline: 20px;
    }
}

@media (max-width: 850px) {
/* hope */
    #hope .title_bg{
        padding: 0 20px;
    }

    .hope_text1{
        font-size: 0.8em;
    }

    .hope_text2{
        width: 200px;
    }

    .hope_text3{
        font-size: 1.5em;
    }


    #fault_ex_1 {
        position: unset;
        bottom: unset;
        left: unset;
    }

    
    #fault_ex_2 {
        position: unset;
        bottom: unset;
        left: unset;
    }

    
    #fault_ex_3 {
        position: unset;
        right: unset;
        bottom: unset;
    }

    
    #fault_ex_4 {
        position: unset;
        right: unset;
        bottom: unset;
    }

    .fault_ex {
        width: 45%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .fault_ex img{
        max-width: 300px;
    }

    .point_text{
    font-size:1em;
    }
}

@media (max-width: 678px) {
#coin {
        width: 80px;
        position: absolute;
        left: 4%;
    }
 
    .f-card {
        font-size: 20px;
    }


    .s-card {
        font-size: 20px;
    }

    #contact::before {
        font-size: 12px;
    }

    #contact {
        padding: 50px 10px 10px 20px;
        font-size: 20px;
    }
}

@media (max-width: 530px) {
.padding-left {
        padding-left: 10px;
    }

    
    .padding-right {
        padding-right: 10px;
    }

    .items_title div:nth-child(2) {
        margin: auto;
        font-size: 16px;
        font-weight: bold;
    }

    .circle {
        width: 50px;
        border-radius: 100%;
        font-size: 15px;
    }
}

@media (max-width: 500px) {
.alert {
        top: 42%;
    }

    .title {
        font-size: 20px !important;
        width: 100%;
        right: unset;
        bottom: 325px;
        padding-inline: 5px;
    }

    .description {
        bottom: 180px;
        font-size: 22px;
        margin-top: 20px;
        width: 100%;
        right: unset;
        padding-inline: 5px;
    }

    #coin {
        display: none;
    }
}

@media (max-width: 450px) {
.flex {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Extracted from common.css */


.yellow {
  color: var(--yellow);
}


/* Common */
.hidden {
  display: none;
}


.main {
  overflow-x: hidden;
}

/* === Shared navigation styles (integrated from nav.css) === */
/* /assets/css/common.css */

/* =========================
  Announcement bar
========================= */

.site-header {
  --announcement-height: 48px;
}

.site-header.is-announcement-closed {
  --announcement-height: 0px;
}

.site-announcement {
  height: var(--announcement-height);
  background:  var(--gradient-blue);
  color: var(--white);
}

.site-announcement[hidden] {
  display: none;
}

.site-announcement__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 56px;
}

.site-announcement__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.site-announcement__badge {
  flex: 0 0 auto;
  padding: 3px 10px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-weight: 700;
}

.site-announcement__message strong {
  font-weight: 700;
}

.site-announcement__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  margin-left: 10px;
  font-weight: 700;
}

.site-announcement__link:hover .site-announcement__more {
  text-decoration: underline;
}

.site-announcement__close {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 32px;
  height: 32px;
  color: inherit;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.site-mega {
  top: calc(64px + var(--announcement-height));
}

@media (max-width: 767px) {
  .site-header {
    --announcement-height: 56px;
  }

  .site-announcement__inner {
    justify-content: flex-start;
    padding: 0 44px 0 12px;
  }

  .site-announcement__link {
    justify-content: flex-start;
    gap: 8px;
    font-size: 12px;
    line-height: 1.35;
  }

  .site-announcement__badge {
    padding: 2px 6px;
    font-size: 12px;
  }

  .site-announcement__message {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .site-announcement__more {
    display: none;
  }

  .site-announcement__close {
    right: 6px;
  }
}

/* =========================
  PC mega menu
========================= */

.site-header__logo img {
  display: block;
  width: 125px;
  height: auto;
}

.site-header__menu-button {
  cursor: pointer;
}

.site-header__menu-button.is-active {
  color: var(--blue);
}

.site-mega {
  position: absolute;
  left: 0;
  z-index: 1001;
  width: 100%;
  overflow: hidden;
  background: var(--white);
  border-top: var(--border-gray-line);
  box-shadow: 0 6px 8px var(--body-overlay);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition:
    opacity var(--transition-default),
    visibility var(--transition-default),
    transform var(--transition-default),
    height 360ms ease-in-out;
}

.site-header.is-mega-open .site-mega {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .site-mega {
    transition: none;
  }
}

.site-header.is-mega-open {
  position: fixed;
  background-color: var(--c-header-background);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.site-header.is-mega-open .header__logo img {
  filter: none;
}

.site-header.is-mega-open .header__menu-link,
.site-header.is-mega-open .site-header__menu-button {
  color: var(--c-text);
}

@media (min-width: 1280px) {
  .site-header.header--top-page .site-announcement {
    position: relative;
    z-index: 1200;
    isolation: isolate;
  }

  .site-header.header--top-page.is-mega-open {
    position: fixed;
    z-index: 1100;
  }

  .site-header.header--top-page.is-mega-open .header__menu-list {
    color: var(--dark-navi);
    mix-blend-mode: normal;
  }

  .site-header.header--top-page.is-mega-open .header__menu {
    background-color: transparent;
  }

  .site-header.header--top-page.is-mega-open .header__menu-link,
  .site-header.header--top-page.is-mega-open .site-header__menu-button {
    color: var(--dark-navi);
  }

  .site-header.header--top-page.is-mega-open .header__menu-link:hover,
  .site-header.header--top-page.is-mega-open .site-header__menu-button:hover,
  .site-header.header--top-page.is-mega-open .site-header__menu-button.is-active {
    color: var(--blue) !important;
  }

  .site-header.header--top-page.is-mega-open .header__menu-link:hover::before,
  .site-header.header--top-page.is-mega-open .site-header__menu-button:hover::before,
  .site-header.header--top-page.is-mega-open .site-header__menu-button.is-active::before {
    background-color: var(--blue) !important;
  }

  .site-header.header--top-page.is-mega-open .header__button--document {
    border-color: #717683;
    background: var(--white);
    color: var(--c-text);
  }

  .site-header.header--top-page.is-mega-open .header__button--document svg {
    color: var(--blue);
  }

  .site-header.header--top-page.is-mega-open .header__button--open {
    border-color: transparent;
    background: var(--blue);
    color: var(--white);
  }
}

.site-mega__inner {
  position: relative;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  min-height: 430px;
  padding-top: 28px;
  padding-bottom: 36px;
}

.site-mega__close {
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.site-mega__close::before,
.site-mega__close::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 3px;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: var(--dark-navi);
}

.site-mega__close::before {
  transform: rotate(45deg);
}

.site-mega__close::after {
  transform: rotate(-45deg);
}

.site-mega__summary {
  display: block;
  padding: 32px 34px 32px 0;
  border-right: var(--border-gray-line);
  color: var(--blue);
}

.site-mega__icon {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 26px;
}

.site-mega__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.site-mega__eyebrow {
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.site-mega__title {
  color: var(--dark-navi);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.site-mega__title--link {
  display: block;
}

.site-mega__title--link:hover {
  color: var(--blue);
}

.site-mega__description {
  margin-top: 18px;
  color: var(--pare-gray);
  font-size: 12px;
  line-height: 1.7;
}

.site-mega__links {
  display: block;
  padding: 44px 0 0 24px;
}

.site-mega__index-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 50px;
  margin: 12px 0;
  padding: 9px 20px;
  border-radius: 4px;
  background: var(--blue);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  transition: opacity var(--transition-default);
}

.site-mega__links > .site-mega__index-link:first-child {
  margin-top: 0;
}

.site-mega__links > .site-mega__index-link:last-child {
  margin-bottom: 0;
}

.site-mega__index-content strong {
  display: block;
  font-size: 15px;
  line-height: 1.5;
}

.site-mega__index-content em {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.8;
}

.site-mega__index-link:hover {
  opacity: 0.85;
}

.site-mega__links > .site-mega-group__title:not(:first-child) {
  margin-top: 18px;
}

.site-mega-group__title {
  padding: 10px 16px;
  border-radius: 4px;
  background: #f5f7fb;
  color: var(--dark-navi);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.site-mega-group__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-top: 12px;
}

.site-mega__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 60px;
  padding: 12px 16px;
  color: var(--dark-navi);
  transition:
    color var(--transition-default),
    padding-left var(--transition-default);
}

.site-mega__link-card {
  overflow: hidden;
  align-self: start;
  border: var(--border-gray-line);
  border-radius: 4px;
}

.site-mega__child-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 40px;
  padding: 8px 16px;
  border-top: var(--border-gray-line);
  background: #f7f9fc;
  color: var(--pare-gray);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}

.site-mega__child-link:hover {
  color: var(--blue);
}

.site-mega__child-link svg {
  flex: 0 0 auto;
  color: var(--blue);
}

.site-mega__link:hover {
  color: var(--blue);
  padding-left: 24px;
}

.site-mega__link strong {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.site-mega__link svg {
  flex: 0 0 auto;
  color: var(--blue);
}


/* =========================
  SP grouped menu
========================= */

.header__submenu {
  display: none;
}

@media (max-width: 1279px) {
  .site-mega {
    display: none;
  }

  .site-header .header__menu {
    margin-top: calc(64px + var(--announcement-height));
  }

  .header__menu-item.is-open .header__submenu {
    display: block;
    padding: 0 0 14px;
  }

  .header__submenu-link {
    display: block;
    padding: 8px 0 8px 20px;
    color: var(--white);
    font-size: 14px;
    line-height: 1.6;
  }

  .header__submenu-group-title {
    margin: 10px 0 4px;
    padding: 7px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }

  .header__submenu-group-title:first-child {
    margin-top: 4px;
  }

  .header__submenu-link--featured {
    margin: 10px 0;
    padding: 10px 12px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.3);
    font-weight: 700;
  }

  .header__submenu-link--child {
    padding-left: 36px;
    color: var(--gray-light);
    font-size: 12px;
  }

  .header__menu-item.is-open .header__menu-link svg {
    transform: rotate(90deg);
  }
}


/* =========================
  Footer
========================= */

.site-footer {
  background: var(--dark-navi);
  color: var(--white);
}

.site-footer__inner {
  padding: 72px 0 36px;
}

.site-footer__logo {
  display: block;
  width: 160px;
  margin-bottom: 48px;
  filter: brightness(0) invert(1);
}

.site-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px;
}

.site-footer__title {
  display: block;
  margin-bottom: 16px;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.site-footer__links {
  display: grid;
  gap: 10px;
}

.site-footer__group-title {
  font-size: 0.5em;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: var(--gray);
}

.site-footer__group-title:first-child {
  margin-top: 0;
}

.site-footer__links a {
  color: var(--gray-light);
  font-size: 12px;
  line-height: 1.7;
}

.site-footer__links a:hover,
.site-footer__links a.is-current {
  color: var(--white);
  text-decoration: underline;
}

@media (min-width: 1280px) {
  .site-footer__links .site-footer__link--featured {
    font-weight: bold;
  }
}

.site-footer__sub-links {
  font-size: 0.5em;
  display: grid;
  gap: 6px;
  margin-left: 1em;
}
.site-footer__sub-links a{
  font-size: 10px;
}
.site-footer__sub-links a:before {
  content: "- ";
  display: inline;
}

.site-footer__bottom {
  margin-top: 56px;
  padding-top: 24px;
  border-top: var(--border-gray-line);
  color: var(--gray-light);
  font-size: 12px;
}

@media (max-width: 1279px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1279px) {
  .header__menu-item {
    width: 100%;
  }

  .header__menu-link,
  .site-header__menu-button {
    width: 100%;
    justify-content: space-between;
    text-align: left;
  }
}
/* === End shared navigation styles === */
