* {
  font-family: "Noto Sans JP", sans-serif;
}

p {
  font-size: 16px;
  line-height: 24px;
}

.evt {
  visibility: hidden;
}

section {
  padding: 80px 27px;
}

.contact-buttons {
  display: none;
}

.section__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  color: #0b318f;
  text-align: center;
}

.section__title--white {
  color: #ffffff;
}

.section__title--black {
  color: #000000;
}

.section__text {
  font-size: max(13px, min(18px, 4.8vw));
  line-height: 32px;
  font-weight: 600;
}

.pc__element {
  display: none;
}

.evt {
  visibility: hidden;
}

.pc {
  display: none;
}

main {
  position: relative;
}

.pankuzu {
  position: absolute;
  display: flex;
  font-size: 12px;
  flex-wrap: wrap;
  z-index: 8;
  bottom: 8px;
  left: 0px;
}

.pankuzu .send__home a {
  color: #000000;
  text-decoration: underline;
  margin-right: 6px;
}

.pankuzu__arrow {
  margin: 0 3px 0 5px;
  position: relative;
  height: 8px;
  width: 5px;
  background-image: url(./assets/images/common/pankuzu_arrow.svg);
  background-size: contain;
  top: 5px;
}

.pankuzu__icon {
  position: relative;
  top: 2px;
  width: 15px;
  height: 12px;
  background-image: url(./assets/images/common/home.svg);
  background-size: contain;
  margin-right: 10px;
}

.pankuzu .now {
  text-decoration: underline;
  margin-left: 6px;
}

.pankuzu {
  margin-left: 27px;
}

.page__cover {
  height: 375px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 80px;
}

.page__cover-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0px 0px 6px #000;
  text-align: center;
  line-height: 48px;
}

.header {
  position: fixed;
  height: 60px;
  width: 100%;
  z-index: 1001;
  top: 0;
  background: transparent;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  background-image: url(./assets/images/common/logo.png);
  background-repeat: no-repeat;
  height: 40px;
  width: 186px;
  background-size: contain;
  display: inline-block;
  margin: 0 auto;
  z-index: 2;
}

.header__nav {
  display: none;
}

.popup-menu {
  position: fixed;
  top: 0px;
  right: -100%;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  z-index: 1002;
  display: flex;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  transition: right 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.popup-menu p {
  color: #fff;
  margin-bottom: 10px;
}

.popup-menu__close-button {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  bottom: 48px;
  right: 35px;
  color: #000000;
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.popup-menu__close-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.close-button:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.menu-open {
  right: 0;
}

.header_wrapper .yoyaku_button {
  display: none;
}

.popup-menu__nav {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 166px;
  top: -10px;
  align-items: center;
  gap: 40px;
  margin: auto;
}

.popup-menu__nav-item a {
  color: #000000;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
}

.popup-menu__nav-item--green {
  background-color: #37c281;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-menu__nav-item--green {
  height: 48px;
  padding: 12px 16px;
  min-width: 160px;
  border-radius: 24px;
}

.popup-menu__nav-item--green a {
  font-size: 16px;
  color: #ffffff;
}

.popup-menu__nav-item--green:last-child a::after {
  position: relative;
  content: "";
  display: inline-block;
  top: 2px;
  background-image: url(./assets/images/common/icon-link.png);
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-left: 3px;
}

.mobile-menu__container {
  position: fixed;
  display: flex;
  padding: 26px 32px 13px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  z-index: 1000;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.mobile-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 310px;
  margin: 0 auto;
}

.mobile-menu__item {
  display: flex;
  flex-direction: column;
  background-size: contain;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  color: #000000;
  align-items: center;
}

.mobile-menu__item:first-child {
  width: 34px;
  height: 51px;
}

.mobile-menu__item:nth-child(2) {
  width: 40px;
  height: 51px;
}

.mobile-menu__item:nth-child(3) {
  width: 54px;
  height: 51px;
}

.mobile-menu__item:last-child {
  width: 34px;
  height: 49px;
}

.mobile-menu__item span {
  font-size: 12px;
  line-height: 22px;
}
.mobile-menu__item img {
  display: block;
  height: auto;
  width: 22px;
}

.mobile-menu__item:nth-child(2) img {
  width: 20px;
}

.mobile-menu__item:nth-child(3) img {
  width: 29px;
}

.mobile-menu__item:last-child img {
  width: 27px;
}

.title span {
  display: block;
  text-align: center;
}

.title span:first-child {
  color: #3f926b;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  font-family: "Oswald", serif;
  margin-bottom: 4px;
}

.title span {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
}

footer {
  padding: 60px 27px 90px;
  position: relative;
  background-color: #ffffff;
  z-index: 1;
}

footer * {
  color: #000000;
  font-size: 16px;
}

.footer-nav {
  padding: 0;
}

.footer-nav-container {
  max-width: 220px;
  margin: 0 auto;
}

.footer-nav-container,
.footer-nav__section,
.footer-nav__group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nav__link {
  font-weight: 500;
  line-height: 20px;
}

.nav__link:hover {
  opacity: 0.8;
}

.footer-nav__group .nav__link {
  padding-left: 40px;
}

.nav__section--main a,
.nav__link--heading,
.footer-nav__group-title,
.nav__section--policy a {
  font-weight: 900;
  line-height: 20px;
}

.footer-nav__group-title {
  margin-left: 20px;
}

.footer-info {
  margin-top: 34px;
}

.footer-info img {
  display: block;
  width: 80px;
  height: 60px;
  margin: 40px auto;
}

.footer-recruit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  width: fit-content;
  background-color: #3f926b;
  color: #ffffff;
  height: 48px;
  border-radius: 24px;
  font-weight: 500;
  margin: 28px auto 0;
  font-size: 16px;
  line-height: 20px;
}

.footer-recruit::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./assets/images/common/icon-link.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 2px;
  position: relative;
}

.footer-nav::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
}

.footer-contact {
  padding: 32px 0 0 0;
}

.footer-contact p {
  font-size: 12px;
  line-height: 16px;
}

.footer-contact img {
  width: 279px;
  height: 60px;
  display: block;
  margin: 0 auto;
}

.footer-contact__item:first-child p {
  font-weight: 500;
  text-align: center;
}

.footer-contact__item:nth-child(2) {
  margin: 32px auto 0;
  text-align: center;
}

.footer-contact__item:last-child {
  margin: 40px auto 0;
  max-width: 236px;
}

.footer-contact__item:not(:first-child) p {
  margin-top: 4px;
}

.link-button {
  height: 60px;
  width: 100%;
  max-width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #3f926b;
  color: #ffffff;
  font-weight: 900;
  font-size: 20px;
  border-radius: 8px;
  transition: all 0.3s;
}

.link-button:hover {
  opacity: 0.8;
}

footer .link-button {
  height: 50px;
  width: 236px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #3f926b;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 25px;
}

.link-button--call {
  font-size: 20px;
}

.link-button--mail::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background-image: url(./assets/images/common/icon-mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

.link-button--call::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./assets/images/common/icon-call.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

.footer-sns {
  margin: 40px -27px 0;
  width: calc(100% + 54px);
  background-color: #3f926b;
  padding: 14px 0;
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
}

.footer-sns img {
  width: 20px;
  height: auto;
}

.footer-sns img:nth-child(4) {
  width: 17.5px;
}

.rights {
  padding: 8px 0;
  font-size: 16px;
  text-align: center;
}

.nav__link--pc {
  display: none;
}

.page-title {
  width: 100%;
  background-color: #3f926b;
  color: white;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  padding: 10px 20px;
  position: relative;
  clip-path: polygon(
    10px 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%,
    0 10px
  );
  text-align: center;
}

.page-table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px auto 0;
}

.page-table tr {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.page-table th,
.page-table td {
  font-size: 14px;
  line-height: 20px;
  color: #484848;
}

.page-table th {
  padding: 16px 0 16px 8px;
  width: 68px;
  vertical-align: top;
  text-align: left;
}

.page-table td {
  padding: 16px 8px;
}

.page-table th span {
  display: flex;
  width: 37px;
  height: 41px;
  background-color: #000000;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

.page-table--numbered th {
  width: 45px !important;
}

.page-table--numbered td {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.fab {
  position: fixed;
  right: 20px;
  bottom: 110px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  z-index: 1001;
}

.fab-item {
  width: 40px;
  height: 40px;
  background-size: contain;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.red-text {
  color: #ff0000;
}

@media (min-width: 768px) {
  .pc {
    display: initial;
  }

  .sp {
    display: none;
  }

  section {
    padding: 200px 27px;
  }

  .page-title {
    font-size: 24px;
    line-height: 36px;
    padding: 7px 20px 6px;
  }

  .link-button {
    background-color: #37c281;
    max-width: 344px;
  }

  .header {
    height: 100px;
  }

  .header {
    display: flex;
    flex-direction: row;
    height: 100px;
    gap: 54px;
    justify-content: space-between;
    align-items: center;

    gap: 20px;
  }

  .header__logo {
    position: relative;
    left: min(160px, max(20px, calc(160px + 50vw - 960px)));
    transform: none;
    top: auto;
    margin: 0;
    height: 60px;
    width: min(279px, max(160px, calc(279px + 50vw - 728px)));
    background-position: center;
  }

  .header__nav {
    display: block;
  }

  .mobile-menu__container {
    display: none;
  }

  .header__nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    gap: min(30px, max(calc(30px + 50vw - 800px), 15px));
    align-items: center;
  }

  .header__nav-item {
    display: block;
    font-size: min(16px, max(13px, 1.4vw));
    font-weight: 500;
    line-height: 20px;
    color: #000000;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
  }

  .header__nav-item:hover {
    opacity: 0.7;
  }

  .contact-buttons {
    position: absolute;
    display: flex;
    flex-direction: row;
    gap: min(16px, max(12px, 1.4vw));
    right: min(150px, max(20px, calc(150px + 50vw - 960px)));
  }

  @media (max-width: 1655px) {
    .header__nav {
      position: relative;
      left: auto;
      top: auto;
      transform: none;
    }

    .contact-buttons {
      position: relative;
    }
  }

  .contact-button {
    padding: 12px 16px;
    font-size: min(16px, max(13px, 1.4vw));
    font-weight: 500;
    color: #ffffff;
    border-radius: 24px;
    height: 48px;
    display: flex;
    align-items: center;
    background-color: #37c281;
    min-width: 160px;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .contact-button:hover {
    opacity: 0.7;
  }

  .contact-button:last-child::after {
    content: "";
    display: inline-block;
    position: relative;
    background-image: url(./assets/images/common/icon-link.png);
    background-size: contain;
    background-position: center;
    width: 14px;
    height: 14px;
    margin-left: 3px;
  }
  .header__nav-item br,
  .contact-button br {
    display: none;
  }

  @media (max-width: 1200px) {
    .contact-button {
      min-width: 0;
    }
  }

  @media (max-width: 1480px) {
    .contact-button {
      text-align: center;
    }
    .contact-button br {
      display: initial;
    }

    .contact-button:last-child {
      font-size: 14px;
      line-height: 1.2;
    }

    .header__nav-item--recruit {
      display: none;
    }

    .header {
      gap: 10px;
    }
  }

  @media (max-width: 950px) {
    .header__nav-item br {
      display: initial;
    }

    .contact-buttons {
      right: min(40px, max(calc(40px + 50vw - 470px), 20px));
    }
    .header__logo {
      left: min(40px, max(calc(40px + 50vw - 470px), 20px));
    }

    .header__nav {
      gap: min(20px, max(calc(20px + 50vw - 470px), 15px));
    }
  }

  @media (max-width: 800px) {
    .contact-buttons {
      right: 10px;
    }
    .header__logo {
      left: 10px;
    }
  }

  .title span {
    font-size: 24px;
    line-height: 35px;
  }

  .title span:first-child {
    font-size: 56px;
    line-height: 70px;
    margin-bottom: 0px;
  }

  footer {
    padding: 135px 27px 0px;
  }

  footer .nav__link {
    white-space: nowrap;
  }

  .footer-recruit {
    transition: all 0.3s ease;
  }

  .footer-recruit:hover {
    opacity: 0.8;
  }

  .footer-sns__item {
    transition: all 0.3s ease;
  }

  .footer-sns__item:hover {
    opacity: 0.8;
  }

  .footer-nav {
    display: flex;
    flex-direction: row;
    max-width: 1600px;
    margin: 0 auto;
    gap: min(232px, max(40px, calc(232px + 50vw - 650px)));
    justify-content: center;
    border-bottom: 1px solid #707070;
    padding-bottom: 80px;
  }

  .footer-nav-container {
    flex-direction: row;
    gap: min(60px, max(30px, calc(60px + 50vw - 650px)));
    max-width: none;
    max-width: 646px;
    margin: 0;
    position: relative;
  }

  .nav__section--waste {
    margin-left: min(32px, max(10px, calc(32px + 50vw - 650px)));
  }

  @media (max-width: 900px) {
    .nav__section--policy {
      position: absolute;
      bottom: -28px;
      right: 60px;
    }
  }

  .footer-nav::after {
    display: none;
  }

  .footer-info {
    margin-top: 0px;
  }

  .footer-recruit {
    margin-top: 0;
    background-color: #37c281;
  }

  footer .link-button {
    background-color: #37c281;
  }

  .footer-info img {
    display: block;
    width: 158px;
    height: 118px;
    margin: 130px 0 0 auto;
  }

  .nav__link--pc {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .nav__link--pc span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
    white-space: nowrap;
  }

  .nav__link--pc a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding-left: 20px;
    transition: all 0.3s ease;
  }

  .nav__link--pc a:hover {
    opacity: 0.8;
  }

  .footer-contact {
    display: flex;
    flex-direction: row;
    max-width: 1084px;
    margin: 0 auto;
    gap: min(40px, max(20px, calc(40px + 50vw - 450px)));
    justify-content: center;
  }

  .footer-contact__item:nth-child(2),
  .footer-contact__item:last-child {
    margin: 0;
  }

  .footer-contact__item:nth-child(2) {
    margin-left: min(160px, max(0px, calc(160px + 50vw - 650px)));
  }

  .footer-contact__item:first-child p {
    text-align: left;
    margin-top: 4px;
  }

  .footer-contact img {
    display: block;
    width: 372px;
    height: 80px;
    object-fit: contain;
    object-position: center;
  }

  @media (max-width: 1000px) {
    footer .link-button {
      width: fit-content;
      padding: 0 32px;
      white-space: nowrap;
    }
  }

  .page-table {
    width: 100%;
    border-collapse: collapse;
    margin: 64px auto 0;
    max-width: 792px;
  }

  .page-table tr {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }

  .page-table th,
  .page-table td {
    font-size: 16px;
    line-height: 24px;
  }

  .page-table th {
    padding: 32px 0 32px 24px;
    width: 122px;
  }

  .page-table td {
    padding: 32px 24px 32px 16px;
  }

  .page-table--numbered td {
    vertical-align: middle;
  }

  .page-table--numbered td {
    font-size: 20px;
    line-height: 32px;
  }

  .fab {
    right: 21px;
    bottom: 20px;
    gap: 16px;
    overflow: visible;

    height: 85px;
  }

  .fab-item {
    width: 80px;
    height: 80px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .fab-item:hover {
    opacity: 0.8;
  }

  .fab-item img {
    display: block;
  }
}
