:root {
  --sp-w: 375;
  --pc-w: 1280;
  --swiper-pagination-color: #FFFFFF;
}

body {
  font-family: 'DM Sans', 'Noto-sans', sans-serif;
  background-color: #E9E7E3;
}

.l-header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  z-index: 999;
  height: 50px;
  border-bottom: 1px solid #000;
  padding: 0 calc(40 / var(--pc-w) * 100%) 0;
  background-color: #E9E7E3;
}

.l-header__title {
  font-size: 12px;
  font-weight: bold;
}

.l-header__nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #000000;
  text-decoration: none;
}

.l-footer {
  padding: 20px;
  text-align: center;
}

.l-content {
  margin: 0 auto;
  padding: 150px 20px;
  max-width: 800px;
  counter-reset: section;
}

.c-title-h1 {
  font-size: 28px;
  font-weight: bold;
}

.c-title-h2 {
  position: relative;
  margin-top: 50px;
  padding-left: 3em;
  font-size: 23px;
  font-weight: bold;
}

.c-title-h2::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  padding: 5px 10px;
  background-color: #FFD042;
  line-height: 1.2;
}

.c-txt {
  margin-top: 30px;
  font-size: 16px;
}

.c-date {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #8F8F8F;
}

.c-link-button-wrapper {
  margin-top: 30px;
  text-align: center;
}

.c-link-button {
  display: inline-block;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  background-color: #FFD042;
  border-radius: 30px;
  text-decoration: none;
}

.c-link-button:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.8;
}

.c-img {
  margin-top: 30px;
}

.c-img img {
  width: 100%;
}

.c-author {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  padding: 20px;
  background-color: #FFFFFE;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.c-author__name {
  font-size: 18px;
  font-weight: bold;
  color: #676767;
}

.c-author__position {
  margin-top: 10px;
  font-size: 12px;
  color: #676767;
}

.c-author__txt {
  margin-top: 10px;
  font-size: 16px;
  color: #000000;
}

.c-author__img {
  flex-shrink: 0;
  width: 40%;
}

.c-author__img img {
  width: 100%;
}

@media (max-width: 767px) {
  .l-header {
    padding: 0 calc(24 / var(--sp-w) * 100%) 0;
  }

  .l-content {
    padding-top: 50px;
  }

  .c-title-h1 {
    font-size: 20px;
  }

  .c-title-h2 {
    font-size: 18px
  }

  .c-txt {
    font-size: 14px;
  }

  .c-link-button {
    font-size: 14px;
  }

  .c-author {
    flex-direction: column;
    gap: 10px;
  }

  .c-author__name {
    font-size: 16px;
  }

  .c-author__position {
    font-size: 10px;
  }

  .c-author__txt {
    font-size: 14px;
  }

  .c-author__img {
    width: 100%;
  }
}


/* footerのスタイル上書き */
.hdSpace {
  display: none!important;
}

.p-main-title {
  display: none!important;
}

.pagetop {
  display: none!important;
}

#footer_bottom02 {
  display: none!important;
}

.p-page-top {
  display: none!important;
}

.p-footer__menu {
  display: none!important;
}

#footer02 {
  font-family: 'DM Sans', 'Noto-sans', sans-serif;
  background-color: #e9e7e3;
  border-top: 1px solid #000;
}

#footer02 .footer_inner .nav li a {
  color: #000;
}

.p-footer__text {
  background-color: #e9e7e3 !important;
  border-top: 1px solid #000 !important;
}

.p-footer .p-footer__text .link-list__item >a {
  color: #000;
  font-size: 14px;
}

.p-footer .p-footer__text .link-list__item:not(:first-child) {
  border-color: #000;
}

#footer02 .footer_inner .copyright {
  color: #000;
  font-size: 10px;
}

.p-footer .p-footer__text .copyright {
  color: #000;
  font-size: 10px
}

#footer02 .footer_inner .copyright img {
  display: none!important;
}

.p-footer .p-footer__text .link-list__item>a[target=_blank]:after {
  background-image: url("../../assets/images/arrow.svg");
  background-size: contain;
}

#footer02 .footer_inner .nav li {
  border-color: #000;
}