/* minimal styles for header, fv, and footer */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  margin-top: 0 !important;
}

body {
  font-family: "Noto Sans JP", "Inter", sans-serif;
  color: #000000;
  background: #ffffff;
  margin: 0 !important;
  padding: 0 !important;
}

#wpadminbar {
  display: none !important;
}

body.admin-bar {
  margin-top: 0 !important;
}

a {
  color: inherit;
  text-decoration: none;
  transition:
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}

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

.container {
  width: 100%;
}

.site-main {
  padding-top: 0;
}

.pc-scale-wrap {
  width: 100%;
  overflow: hidden;
}

.pc-scale {
  width: 1440px;
  margin: 0 auto;
  transform-origin: top center;
}

@media (max-width: 767px) {
  .pc-scale {
    width: 100%;
    zoom: 1;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(3px);
  z-index: 1000;
  overflow: visible;
}

@media (min-width: 768px) {
  .site-header {
    height: 80px;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4px);
  }

  .header__inner {
    height: 80px;
  }

  .site-title {
    font-size: 20px !important;
    font-weight: 500;
  }

  .hamburger-btn {
    display: none;
  }

  .site-nav {
    display: block !important;
    height: 100%;
  }

  .mobile-menu {
    position: static !important;
    display: block !important;
    background: transparent;
    backdrop-filter: none;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu__panel {
    width: auto !important;
    height: 100% !important;
    background: transparent;
    transform: none;
    transition: none;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .mobile-menu__close {
    display: none;
  }

  .mobile-menu__footer {
    display: none;
  }

  .mobile-menu__list {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    height: 80px;
  }

  .mobile-menu__list li {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0;
  }

  .mobile-menu__list li::after {
    content: none;
    display: none;
    background-image: none !important;
  }

  .mobile-menu__list a {
    text-align: center;
    padding-right: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    transition:
      color 0.25s ease,
      opacity 0.25s ease;
  }

  .mobile-menu__list a:hover {
    opacity: 1;
    color: #1a5319;
  }

  /* パートナー・採用ボタン（最後から2番目） */
  .mobile-menu__list li:nth-last-child(2) a {
    width: 185px;
    height: 45px;
    padding: 0 16px 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #d6efd8;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    color: #000000;
    position: relative;
    transition:
      transform 0.2s ease,
      box-shadow 0.2s ease,
      background 0.2s ease,
      color 0.2s ease;
  }

  .mobile-menu__list li:nth-last-child(2) a::after {
    content: "";
    width: 5px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8' fill='none'%3E%3Cpath d='M0.353893 0.353138L3.88943 3.88867L0.353893 7.42421' stroke='black'/%3E%3C/svg%3E");
  }

  .mobile-menu__list li:nth-last-child(2) a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    background: #c8e6c5;
  }

  /* お問い合わせボタン（最後） */
  .mobile-menu__list li:last-child a {
    width: 160px;
    height: 45px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ffffff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    color: #000000;
    transition:
      transform 0.2s ease,
      box-shadow 0.2s ease,
      background 0.2s ease,
      color 0.2s ease;
  }

  .mobile-menu__list li:last-child a::after {
    content: "";
    width: 5px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8' fill='none'%3E%3Cpath d='M0.353893 0.353138L3.88943 3.88867L0.353893 7.42421' stroke='black'/%3E%3C/svg%3E");
  }

  .mobile-menu__list li:last-child a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    background: #f7f7f7;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 30px;
}

.site-title {
  color: #000000;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.hamburger-btn {
  position: relative;
  width: 26px;
  height: 19px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.hamburger-btn:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.hamburger-btn span {
  position: absolute;
  left: 0;
  width: 26px;
  height: 3px;
  background: #1a5319;
}

.hamburger-btn span:nth-child(1) {
  top: 0;
}

.hamburger-btn span:nth-child(2) {
  top: 8px;
}

.hamburger-btn span:nth-child(3) {
  top: 16px;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
  z-index: 1100;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.mobile-menu.active {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu__panel {
  position: relative;
  width: 300px;
  height: 100%;
  background: #ffffff;
  margin-left: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.mobile-menu.active .mobile-menu__panel {
  transform: translateX(0);
}

.mobile-menu__close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 33px;
  height: 33px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.mobile-menu__close span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 2px;
  background: #1a5319;
  transform: translate(-50%, -50%);
}

.mobile-menu__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu__list {
  list-style: none;
  padding: 120px 0 0;
  margin: 0;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1a5319;
  width: 100%;
}

.mobile-menu__list li {
  position: relative;
  padding: 18px 0 28px;
  width: 100%;
  margin-bottom: 20px;
}

.mobile-menu__list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 245.5px;
  height: 10px;
  transform: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='245.5' height='10' viewBox='0 0 245.5 10' fill='none'%3E%3Cpath d='M0 9.5H245.5L229.243 0.5' stroke='%231A5319' stroke-width='1'/%3E%3C/svg%3E");
}

.mobile-menu__list li:last-child::after {
  display: block;
}

.mobile-menu__list a {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 80px;
}

.mobile-menu__cta {
  display: none;
}

.mobile-menu__footer {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #1a5319;
  text-align: center;
  width: 100%;
}

.fv {
  min-height: 700px;
}

.fv__pc-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.fv__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  background-image: url("../images/fv-image-sp.png");
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}

.fv__content {
  position: relative;
  z-index: 2;
}

.fv__title {
  position: absolute;
  top: 182px;
  left: 30px;
  color: #1a5319;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  font-family: "Noto Serif JP", serif;
  font-size: 77px;
  font-style: normal;
  font-weight: 700;
  line-height: 105px;
}

.fv__title-line {
  display: block;
  opacity: 0;
  transform: translateY(12px);
  animation: fvTitleUp 0.7s ease forwards;
}

.fv__title-line:nth-child(1) {
  animation-delay: 0.3s;
}

.fv__title-line:nth-child(2) {
  animation-delay: 0.9s;
}

.fv__title-line:nth-child(3) {
  animation-delay: 1.5s;
}

@keyframes fvTitleUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fv__subtitle-animate {
  opacity: 0;
  --fv-subtitle-x: -50%;
  transform: translate(var(--fv-subtitle-x), 10px);
  animation: fvSubtitleUp 0.7s ease forwards;
  animation-delay: 1.9s;
}

@keyframes fvSubtitleUp {
  to {
    opacity: 1;
    transform: translate(var(--fv-subtitle-x), 0);
  }
}

.fv__tagline-animate {
  opacity: 0;
  transform: translateY(10px) rotate(90deg);
  animation: fvTaglineUp 0.7s ease forwards;
  animation-delay: 2.3s;
}

/* ********** PARTNER / RECRUIT FV ********** */
.partner-fv {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  background: #ffffff;
  overflow: hidden;
}

.partner-fv__image {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transform: none;
  background: #d9d9d9;
}

.partner-fv__image img {
  display: block;
  width: 100%;
  height: auto;
}

.partner-fv__content {
  position: absolute;
  left: 40%;
  top: calc(50% + 32.5px);
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: left;
}

.page-template-business .partner-fv__content {
  left: 50%;
}

.partner-fv__title {
  margin: 0 0 10px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 35px;
  white-space: nowrap;
}

.partner-fv__title--pc {
  display: none;
}

.partner-fv__title--sp {
  display: inline;
}

.partner-fv__subtitle {
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.page-template-recruit .partner-fv__title,
.page-template-recruit .partner-fv__subtitle,
.page-template-company .partner-fv__title,
.page-template-company .partner-fv__subtitle,
.page-template-business .partner-fv__title,
.page-template-business .partner-fv__subtitle,
.page-template-contact .partner-fv__title,
.page-template-contact .partner-fv__subtitle {
  opacity: 0;
  transform: translateY(12px);
  animation: partnerFvFadeUp 1.1s ease forwards;
}

.page-template-recruit .partner-fv__subtitle,
.page-template-company .partner-fv__subtitle,
.page-template-business .partner-fv__subtitle,
.page-template-contact .partner-fv__subtitle {
  animation-delay: 0.2s;
}

@keyframes partnerFvFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.partner-page {
  width: 100%;
  background: #ffffff;
}

.partner-page__partner {
  background: #d6efd8;
  padding: 80px 0 40px;
}

.partner-page__heading {
  margin: 0 auto 40px;
  width: calc(100% - 60px);
  max-width: 342px;
  text-align: center;
  color: #1a5319;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}

.partner-page__text {
  margin: 0 auto 18px;
  width: calc(100% - 60px);
  max-width: 342px;
  color: #000000;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}

.partner-page__subheading {
  margin: 0 auto;
  color: #000000;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  padding: 0 16px;
  background: #d6efd8;
  position: relative;
  z-index: 1;
  top: 17px;
}

.partner-page__panel-wrap {
  width: calc(100% - 60px);
  max-width: 342px;
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
}

.partner-page__panel {
  margin: 0;
  padding: 26px 13px 20px;
  border: 1px solid #000;
  background: transparent;
  text-align: left;
}

.partner-page__list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
}

.partner-page__list li {
  white-space: nowrap;
}

.partner-page__note {
  margin: 0 auto 40px;
  width: calc(100% - 60px);
  max-width: 342px;
  color: #000000;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: justify;
}

.partner-page__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 325px;
  height: 64px;
  margin: 0 auto;
  background: #1a5319;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease;
}

.partner-page__button-arrow {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.page-template-recruit .partner-page__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}

.page-template-recruit .partner-page__button:hover .partner-page__button-arrow {
  transform: translateX(3px);
}

.page-template-recruit .partner-page__note,
.page-template-recruit .partner-page__text {
  transition: color 0.3s ease;
}

.partner-page__recruit {
  background: #ffffff;
  padding: 32px 0 40px;
}

.partner-page__recruit-block {
  width: calc(100% - 60px);
  max-width: 342px;
  margin: 0 auto 10px;
}

.partner-page__recruit-label {
  margin: 0 auto 6px;
  width: calc(100% - 60px);
  max-width: 342px;
  text-align: center;
  color: #000000;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
}

@media (max-width: 767px) {
  .partner-page__recruit-label {
    width: calc(100% - 60px);
    max-width: 342px;
    text-align: center;
  }
}

.partner-page__recruit-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000000;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
}

.partner-page__recruit-value {
  margin: 0 auto 10px;
  width: calc(100% - 60px);
  max-width: 342px;
  text-align: center;
  color: #000000;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
}

/* ********** COMPANY PAGE (SP) ********** */
.company-page {
  width: 375px;
  margin: 100px auto 0;
  padding: 0 0 40px;
  background: #ffffff;
}

.company-section {
  position: relative;
  padding: 0 0 48px;
}

.company-page .our-business__heading.company-heading {
  position: relative;
  height: 120px;
  margin: 0 auto 16px;
  width: 100%;
}

.company-page .our-business__label-bg {
  left: 39%;
  top: 0;
  transform: translateX(-50%);
}

.company-page .our-business__label {
  top: 28px;
}

.company-page .our-business__title {
  top: 62px;
}

.company-page .our-business__number {
  display: none;
}

.company-info {
  width: 342px;
  margin: 0 auto;
}

.company-info__row {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #000000;
  padding: 0 12px;
}

.company-info__row--label {
  background: #d6efd8;
}

.company-info__row--value {
  background: #ffffff;
}

.company-philosophy__content {
  width: 342px;
  margin: 0 auto 16px;
  display: block;
}

.company-philosophy__photo {
  width: 200px;
  height: 200px;
  margin: 0 auto 16px;
  background: #d6efd8 url("../images/sample.png") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-philosophy__sample {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}

.company-philosophy__name {
  margin: 0 0 6px;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
}

.company-philosophy__role {
  margin: 0 0 16px;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
}

.company-philosophy__text {
  width: 100%;
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  text-align: justify;
}

.company-history {
  width: 342px;
  margin: 0 auto;
}

.company-history__row {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 48px;
  color: #000000;
  padding: 0 12px;
  background: #ffffff;
}

.company-history__row--accent {
  background: #d6efd8;
}

.company-access__map {
  width: 342px;
  height: 300px;
  margin: 0 auto 10px;
  overflow: hidden;
}

.company-access__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.company-access__address {
  width: 342px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}

.company-access__link {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 31px;
  color: #000000;
  text-align: left;
  transition:
    color 0.25s ease,
    opacity 0.25s ease;
}

.company-access__icon {
  display: inline-flex;
  align-items: center;
  align-self: center;
  margin-left: 4px;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.company-access__icon img {
  width: 8px;
  height: 8px;
  display: block;
}

.company-access__link:hover {
  color: #1a5319;
}

.company-access__address:hover .company-access__link {
  color: #1a5319;
}

.company-access__address:hover .company-access__icon {
  transform: translateX(2px);
  opacity: 0.8;
}

/********** CONTACT PAGE (SP) **********/
.contact-page {
  width: 100%;
  margin: 40px auto 0;
  padding: 0 0 40px;
  background: #ffffff;
}

.contact-page__intro {
  width: 342px;
  margin: 0 auto 24px;
}

.contact-page__intro p {
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: justify;
}

.contact-page__tel-box {
  width: 342px;
  margin: 0 auto 44px;
  padding: 12px 12px 10px;
  border: 1px solid #000000;
  text-align: center;
}

.contact-page__tel-heading {
  margin: 0 0 10px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  color: #000000;
}

.contact-page__tel-link {
  color: inherit;
  text-decoration: inherit;
}

.contact-page__tel-number {
  margin: 0 0 2px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #000000;
}

.contact-page__tel-note {
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: normal;
  color: #000000;
}

.contact-page__form-title {
  margin: 0 0 26px;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #000000;
}

.contact-form {
  width: 342px;
  margin: 0 auto;
}

.contact-form .wpcf7 {
  width: 100%;
}

.contact-form .wpcf7-form {
  width: 100%;
}

.contact-form .wpcf7-form p {
  margin: 0 0 18px;
}

.contact-form .wpcf7-form p:last-child {
  margin-bottom: 0;
}

.contact-form .wpcf7-form label {
  display: block;
  margin: 0 0 8px;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #000000;
}

.contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
  width: 342px;
  height: 50px;
  border: 0;
  background: #d6efd8;
  padding: 10px 14px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000000;
}

.contact-form input[type="text"]:-webkit-autofill,
.contact-form input[type="email"]:-webkit-autofill,
.contact-form input[type="tel"]:-webkit-autofill,
.contact-form textarea:-webkit-autofill {
  -webkit-text-fill-color: #000000;
  box-shadow: 0 0 0 1000px #d6efd8 inset;
  -webkit-box-shadow: 0 0 0 1000px #d6efd8 inset;
  transition: background-color 9999s ease-out 0s;
}

.contact-form__label {
  display: block;
  margin: 0 0 8px;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #000000;
}

.contact-form__input {
  width: 342px;
  height: 50px;
  margin: 0 0 18px;
  border: 0;
  background: #d6efd8;
  padding: 10px 14px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000000;
}

.contact-form__label--kind {
  margin-top: 4px;
}

.contact-form__radio {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 342px;
  margin: 0 0 10px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #000000;
}

.contact-form__radio input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0 0 0 40px;
  accent-color: #d6efd8;
}

.contact-form .wpcf7-radio {
  display: block;
}

.contact-form .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0 0 10px;
}

.contact-form .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 342px;
  margin: 0;
  text-align: left;
  font-size: 16px;
}

.contact-form .wpcf7-radio input[type="radio"] {
  width: 25px;
  height: 25px;
  margin: 0 0 0 40px;
  accent-color: #d6efd8;
}

.contact-form__textarea {
  width: 342px;
  height: 250px;
  margin: 0 0 18px;
  border: 0;
  background: #d6efd8;
  resize: vertical;
  min-height: 160px;
  padding: 12px 14px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000000;
}

.contact-form textarea {
  width: 342px;
  height: 250px;
  border: 0;
  background: #d6efd8;
  resize: vertical;
  min-height: 160px;
  padding: 12px 14px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000000;
}

.contact-form__agree {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 342px;
  margin: 0 auto 24px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: normal;
  color: #000000;
}

.contact-form__agree input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
}

.contact-form .wpcf7-acceptance {
  display: block;
}

.contact-form .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 342px;
  margin: 0 auto 24px;
}

.contact-form .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin: 0;
  font-size: 10px;
  text-align: center;
}

.contact-form .wpcf7-acceptance input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #1a5319;
}

.contact-form__submit {
  display: block;
  width: 248px;
  height: 72px;
  margin: 0 auto;
  border: 0;
  background: #1a5319;
  color: #ffffff;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.contact-form input[type="submit"] {
  display: block;
  width: 248px;
  height: 72px;
  margin: 0 auto;
  border: 0;
  background: #1a5319;
  color: #ffffff;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.contact-form .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}

.contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}

.contact-form .wpcf7-response-output {
  width: 342px;
  margin: 16px auto 0 !important;
  padding: 10px 12px !important;
  font-size: 13px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .page-template-contact .contact-page {
    margin: 0 auto;
    padding: 67px 0 106px;
    background: #f5f5f5;
  }

  .page-template-contact .contact-page__intro {
    width: max-content;
    margin: 0 auto 32px;
  }

  .page-template-contact .contact-page__intro p {
    font-size: 20px;
    line-height: normal;
    text-align: left;
    white-space: nowrap;
  }

  .page-template-contact .contact-page__tel-box {
    width: 700px;
    min-height: 113px;
    margin: 0 auto 88px;
    padding: 10px 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 10px 22px;
    text-align: center;
  }

  .page-template-contact .contact-page__tel-heading {
    width: 100%;
    margin: 0;
    font-size: 20px;
  }

  .page-template-contact .contact-page__tel-number,
  .page-template-contact .contact-page__tel-note {
    margin: 0;
    font-size: 20px;
    line-height: normal;
  }

  .page-template-contact .contact-page__tel-note {
    position: relative;
    padding: 0 24px;
  }

  .page-template-contact .contact-page__tel-note::before,
  .page-template-contact .contact-page__tel-note::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    height: 16px;
    background: #000000;
    transform: translateY(-50%);
  }

  .page-template-contact .contact-page__tel-note::before {
    left: 8px;
  }

  .page-template-contact .contact-page__tel-note::after {
    right: 8px;
  }

  .page-template-contact .contact-page__form-title {
    margin: 0 0 48px;
    font-size: 40px;
    font-weight: 500;
  }

  .page-template-contact .contact-form {
    width: 700px;
    margin: 0 auto;
  }

  .page-template-contact .contact-form .wpcf7-form p {
    margin: 0 0 20px;
  }

  .page-template-contact .contact-form .wpcf7-form label,
  .page-template-contact .contact-form__label {
    margin: 0 0 10px;
    font-size: 20px;
    text-align: left;
  }

  .page-template-contact .contact-form .wpcf7-form-control-wrap {
    margin-top: 10px;
  }

  .page-template-contact .contact-form input[type="text"],
  .page-template-contact .contact-form input[type="email"],
  .page-template-contact .contact-form input[type="tel"],
  .page-template-contact .contact-form textarea {
    width: 700px;
    font-size: 20px;
  }

  .page-template-contact .contact-form textarea {
    height: 250px;
    min-height: 250px;
  }

  .page-template-contact .contact-form__label--kind {
    margin-top: 4px;
  }

  .page-template-contact .contact-form .wpcf7-radio .wpcf7-list-item {
    margin: 0 0 8px;
  }

  .page-template-contact .contact-form .wpcf7-radio .wpcf7-list-item label {
    width: 700px;
    font-size: 20px;
    gap: 12px;
  }

  .page-template-contact .contact-form .wpcf7-radio input[type="radio"] {
    width: 25px;
    height: 25px;
    margin: 0;
  }

  .page-template-contact .contact-form .wpcf7-acceptance .wpcf7-list-item {
    width: 700px;
    margin: 6px auto 38px;
    justify-content: center;
  }

  .page-template-contact
    .contact-form
    .wpcf7-acceptance
    .wpcf7-list-item
    label {
    width: auto;
    font-size: 20px;
    justify-content: center;
  }

  .page-template-contact
    .contact-form
    .wpcf7-acceptance
    input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }

  .page-template-contact .contact-form input[type="submit"] {
    width: 308px;
    height: 100px;
    font-size: 40px;
  }

  .page-template-contact .contact-form .wpcf7-response-output {
    width: 700px;
    margin: 20px auto 0 !important;
    padding: 14px 16px !important;
    font-size: 16px;
    line-height: 1.7;
  }

  .page-template-contact .contact-form .wpcf7-not-valid-tip {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.6;
  }
}

/* ********** BUSINESS PAGE (SP) ********** */
.business-page {
  width: 100%;
  margin: 100px auto 0;
  padding: 0 0 40px;
  background: #ffffff;
}

.business-section {
  position: relative;
  padding: 0 0 20px;
}

.business-page .our-business__heading.business-heading {
  position: relative;
  left: auto;
  top: auto;
  height: 120px;
  margin: 71px auto 24px;
  width: 100%;
}

.business-page .our-business__label-bg {
  left: 40.5%;
  top: 0;
  transform: translateX(-50%);
}

.business-page .our-business__label {
  top: 28px;
}

.business-page .our-business__title {
  top: 62px;
}

.business-page .our-business__number {
  display: none;
}

.business-intro {
  padding: 0 0 40px;
}

.business-intro__title {
  margin: 0 0 30px;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #1a5319;
  display: inline-block;
  position: relative;
}

.business-intro {
  text-align: center;
}

.business-intro__line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  background: #1a5319;
}

.business-intro__image {
  width: 342px;
  height: 200px;
  margin: 0 auto 18px;
  background: #d9d9d9 url("../images/business-intro.jpg") center/cover no-repeat;
}

.business-intro__text {
  width: 342px;
  margin: 0 auto;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  text-align: justify;
}

.business-overview__lead {
  width: 341px;
  margin: 0 auto 30px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  text-align: justify;
  position: relative;
  z-index: 0;
}

.business-card {
  width: 342px;
  margin: 0 auto 34px;
  padding: 22px 18px 50px;
  background: #d3ecd8 url("../images/business-card-bg.jpg") center/cover
    no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.business-card__bg {
  position: absolute;
  inset: 0;
  background: url("../images/business-card-bg.jpg") center/cover no-repeat;
  opacity: 0.1;
  pointer-events: none;
  display: none;
  z-index: 0;
}

.business-card--service .business-card__bg {
  background-image: url("../images/business-card-bg02.jpg");
}

.business-card--service {
  background-image: url("../images/business-card-bg02.jpg");
}

.business-card > :not(.business-card__bg) {
  position: relative;
  z-index: 1;
}

.business-card__number {
  margin: 0;
  text-align: center;
  font-family: "Futura PT", "Inter", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
}

.business-card__title {
  margin: 0;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #000000;
}

.business-card__image {
  width: 100%;
  height: 200px;
  margin: 0;
  background: #d9d9d9 url("../images/business-card-01.jpg") center/cover
    no-repeat;
}

.business-card--service .business-card__image {
  background-image: url("../images/business-card-02.jpg");
}

.business-card__text {
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  text-align: justify;
}

.business-card__label {
  margin: 18px 0 7px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-decoration: underline;
  color: #000000;
  text-align: center;
  display: block;
  clear: both;
  line-height: 1.4;
  position: relative;
}

.business-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  text-align: left;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.business-card__list li {
  margin-bottom: 4px;
}

.business-card__block {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.business-card__block--area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.business-card__block:last-of-type {
  margin-bottom: 0;
}

.business-card__area {
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: center;
  display: block;
  clear: both;
  line-height: 1.4;
  position: relative;
}

.business-card__label + .business-card__area {
  margin-top: 0;
}

.business-card__block--area .business-card__label {
  margin: 0;
}

.business-card__tagline {
  margin: 0;
  padding-top: 6px;
  display: block;
  text-align: center;
  font-family: "Helvetica Neue", "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

.business-strength {
  position: relative;
  padding: 0 0 60px;
  color: #ffffff;
  background: url("../images/business-strength-bg.jpg") center/cover no-repeat;
}

.business-strength__bg {
  position: absolute;
  inset: 0;
  background: url("../images/business-strength-bg.jpg") center/cover no-repeat;
  display: none;
}

.business-strength::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(80, 141, 78, 0.8);
  z-index: 0;
}

.business-strength > * {
  position: relative;
  z-index: 1;
}

.business-heading--light .our-business__label,
.business-heading--light .our-business__title {
  color: #ffffff;
}

.business-strength__card {
  width: 280px;
  margin: 0 auto 34px;
  padding: 22px 20px 28px;
  background: #1a5319;
  text-align: center;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.35);
  display: grid;
  grid-template-rows: auto auto auto auto;
  row-gap: 12px;
  justify-items: center;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    filter 0.35s ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .business-strength__card:hover {
    transform: translateY(-6px);
    box-shadow: 8px 12px 18px rgba(0, 0, 0, 0.32);
    filter: brightness(1.06);
  }
}

.business-strength__number {
  margin: 0;
  font-family: "Futura PT", "Inter", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
}

.business-strength__title {
  margin: 15px 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
}

.business-strength__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.business-strength__icon--like {
  background-image: url("../images/strength-like.png");
}

.business-strength__icon--network {
  background-image: url("../images/strength-network.png");
}

.business-strength__icon--medal {
  background-image: url("../images/strength-medal.png");
}

.business-strength__text {
  margin: 30px 0 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
}

.business-quality__title {
  margin: 0 0 18px;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  color: #1a5319;
  text-decoration: underline;
}

.business-quality__title-br {
  display: inline;
}

.business-quality .our-business__label.business-quality__label {
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: max-content;
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
}

.business-quality .our-business__label .business-quality__label-line {
  display: inline;
}

.business-quality .our-business__label .business-quality__label-line--second {
  display: block;
}

.business-quality__image {
  width: 342px;
  height: 200px;
  margin: 0 auto 16px;
  background: #d9d9d9 url("../images/business-quality.jpg") center/cover
    no-repeat;
}

.business-quality__text {
  width: 342px;
  margin: 0 auto 16px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  text-align: justify;
}

.business-quality__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 342px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  text-align: left;
  width: fit-content;
}

@media (min-width: 768px) {
  .page-template-business .business-page {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 0 140px;
  }

  .page-template-business .business-section {
    padding: 0 0 120px;
  }

  .page-template-business .business-intro {
    width: 950px;
    margin: 0 auto 120px;
    padding: 100px 0 0;
    display: grid;
    grid-template-columns: 1fr 397px;
    grid-template-areas:
      "title image"
      "text image";
    column-gap: 50px;
    align-items: start;
    text-align: left;
  }

  .page-template-business .business-intro__title {
    grid-area: title;
    margin: 0 0 28px;
    font-size: 32px;
    line-height: 36px;
    text-align: left;
  }

  .page-template-business .business-intro__line {
    width: 425px;
    margin-top: 12px;
  }

  .page-template-business .business-intro__image {
    grid-area: image;
    width: 397px;
    height: 297px;
    margin: 0;
    justify-self: end;
  }

  .page-template-business .business-intro__text {
    grid-area: text;
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 36px;
  }

  .page-template-business
    .business-page
    .our-business__heading.business-heading {
    height: 150px;
    margin: 0 auto 24px;
  }

  .page-template-business .business-page .our-business__label-bg {
    width: 100px;
    height: 100px;
    left: 46.5%;
  }

  .page-template-business .business-page .our-business__label {
    top: 34px;
  }

  .page-template-business .business-page .our-business__title {
    top: 78px;
    font-size: 32px;
  }

  .page-template-business .business-overview__lead {
    width: 791px;
    margin: 0 auto 60px;
    font-size: 16px;
    line-height: 32px;
  }

  .page-template-business .business-card {
    width: 1100px;
    min-height: 550px;
    margin: 0 auto 49px;
    padding: 120px 80px 0px 480px;
    background: #d3ecd8 url(../images/business-card-bg-pc.jpg) center / cover
      no-repeat;
    text-align: left;
  }

  .page-template-business .business-card--service {
    background-image: url("../images/business-card-bg02-pc.jpg");
  }

  .page-template-business .business-card__bg {
    display: none;
  }

  .business-page .business-card__bg {
    display: block;
    opacity: 0.1;
    background-image: url("../images/business-card-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .business-page .business-card--service .business-card__bg {
    background-image: url("../images/business-card-bg02.jpg");
  }

  .page-template-business .business-card__number {
    position: absolute;
    top: 66px;
    left: 388px;
    width: 46px;
    transform: translateY(-50%);
    text-align: right;
    font-size: 48px;
    line-height: 1;
  }

  .page-template-business .business-card__number::after {
    content: "";
    position: absolute;
    left: calc(100% + 30px);
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12.022px;
    background: #000000;
  }

  .page-template-business .business-card__title {
    position: absolute;
    top: 66px;
    left: 495px;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    white-space: nowrap;
  }

  .page-template-business .business-card--service .business-card__number {
    left: 388px;
    width: 46px;
    text-align: right;
    top: 66px;
    transform: translateY(-50%);
  }

  .page-template-business .business-card--service .business-card__title {
    left: 495px;
    top: 66px;
    transform: translateY(-50%);
    white-space: nowrap;
  }

  .page-template-business .business-card__image {
    position: absolute;
    left: 70px;
    top: 120px;
    width: 355px;
    height: 333px;
  }

  .page-template-business .business-card__text {
    width: 555px;
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 31px;
  }

  .page-template-business .business-card__label {
    margin: 0 0 10px;
    font-size: 16px;
    text-align: left;
  }

  .page-template-business .business-card__list {
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 31px;
    text-align: left;
  }

  .page-template-business .business-card__block {
    gap: 10px;
  }

  .page-template-business .business-card__block--area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    z-index: 2;
  }

  .page-template-business .business-card__block--area .business-card__label {
    margin: 0;
  }

  .page-template-business .business-card__area {
    font-size: 16px;
    text-align: left;
  }

  .page-template-business .business-card__tagline {
    position: absolute;
    left: 80px;
    bottom: 30px;
    padding: 0;
    font-size: 90px;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
  }

  .page-template-business .business-card--service .business-card__tagline {
    left: 46px;
  }

  .page-template-business .business-strength {
    padding: 120px 0 120px;
    text-align: center;
    background: url(../images/our-business-build-pc.jpg) no-repeat center
      center/cover;
  }

  .page-template-business .business-strength .business-heading {
    margin: 0 auto 72px;
  }

  .page-template-business .business-strength__card {
    display: inline-block;
    vertical-align: top;
    width: 280px;
    height: 400px;
    margin: 0 27px;
    padding: 24px 20px;
  }

  .page-template-business .business-strength__number {
    font-size: 30px;
    margin-top: 27px;
  }

  .page-template-business .business-strength__title {
    margin: 23px 0 46px;
    font-size: 26px;
  }

  .page-template-business .business-strength__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }

  .page-template-business .business-strength__text {
    margin: 24px 0 0;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 36px;
  }

  .page-template-business
    .business-strength__card--first
    .business-strength__text {
    margin-top: 40px !important;
  }

  .page-template-business .business-quality {
    width: 1100px;
    margin: 100px auto 0;
    display: grid;
    grid-template-columns: 500px 1fr;
    grid-template-areas:
      "heading heading"
      "title title"
      "image text"
      "image list";
    column-gap: 70px;
    row-gap: 16px;
    padding: 0;
  }

  .page-template-business .business-quality .our-business__heading {
    grid-area: heading;
    margin: 0 auto 24px;
  }

  .page-template-business .business-quality__title {
    grid-area: title;
    margin: 0 0 35px;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    justify-self: center;
  }

  .business-quality__title-br {
    display: none;
  }

  .business-quality .our-business__label.business-quality__label {
    white-space: nowrap !important;
  }

  .business-quality .our-business__label .business-quality__label-line {
    display: inline !important;
  }

  .business-quality .our-business__label .business-quality__label-line--second {
    display: inline !important;
    margin-left: 0.2em;
  }

  .page-template-business .business-quality__image {
    grid-area: image;
    width: 500px;
    height: 333px;
    margin: 0;
  }

  .page-template-business .business-quality__text {
    grid-area: text;
    width: 465px;
    margin: 0;
    font-size: 16px;
    line-height: 31px;
  }

  .page-template-business .business-quality__list {
    grid-area: list;
    width: auto;
    margin: 0;
    font-size: 16px;
    line-height: 31px;
  }
}
@media (min-width: 768px) {
  .company-page {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px 0 0;
  }

  .company-section {
    padding: 0 0 120px;
  }

  .company-page .our-business__heading.company-heading {
    height: 150px;
    margin: 0 auto 40px;
  }

  .company-page .our-business__label-bg {
    width: 100px;
    height: 100px;
    top: 0;
    left: 46.5%;
  }

  .company-page .our-business__label {
    top: 34px;
  }

  .company-page .our-business__title {
    top: 78px;
    font-size: 32px;
  }

  .company-info {
    width: 800px;
    display: grid;
    grid-template-columns: 220px 1fr;
  }

  .company-info__row {
    height: 50px;
    font-size: 16px;
    justify-content: flex-start;
    text-align: left;
    padding-left: 107px;
  }

  .company-info__row:nth-child(4n + 1),
  .company-info__row:nth-child(4n + 2) {
    background: #d6efd8;
  }

  .company-info__row:nth-child(4n + 3),
  .company-info__row:nth-child(4n + 4) {
    background: #ffffff;
  }

  .company-info__row--label,
  .company-info__row--value {
    background: transparent;
  }

  .company-philosophy__photo {
    width: 200px;
    height: 200px;
    margin: 0;
  }

  .company-section--philosophy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .company-philosophy__content {
    display: flex;
    align-items: center;
    gap: 96px;
    width: 800px;
  }

  .company-philosophy__name,
  .company-philosophy__role,
  .company-philosophy__text {
    text-align: left;
  }

  .company-philosophy__text {
    width: auto;
    max-width: 520px;
  }

  .company-history {
    width: 800px;
    display: grid;
    grid-template-columns: 220px 1fr;
  }

  .company-history__row {
    height: 50px;
    font-size: 16px;
    line-height: normal;
    justify-content: flex-start;
    text-align: left;
    padding-left: 107px;
  }

  .company-history__row:nth-child(4n + 1),
  .company-history__row:nth-child(4n + 2) {
    background: #d6efd8;
  }

  .company-history__row:nth-child(4n + 3),
  .company-history__row:nth-child(4n + 4) {
    background: #ffffff;
  }

  .company-access__map {
    width: 800px;
    height: 333px;
  }

  .company-access__address {
    width: 800px;
  }

  .company-access__link {
    line-height: 31px;
  }

  .company-access__icon img {
    width: 12px;
    height: 12px;
  }
}

@media (min-width: 768px) {
  .partner-fv {
    height: 400px;
  }

  .partner-fv__image {
    height: 400px;
  }

  .partner-fv__image img {
    height: 100%;
    object-fit: cover;
  }

  .partner-fv__content {
    top: calc(50% + 40px);
    left: 50%;
    text-align: left;
  }

  .partner-fv__title {
    font-size: 40px;
    line-height: normal;
  }

  .partner-fv__title--sp {
    display: none;
  }

  .partner-fv__title--pc {
    display: inline;
  }

  .partner-fv__subtitle {
    font-size: 24px;
  }

  .partner-page__partner {
    padding: 80px 0 120px;
  }

  .partner-page__heading {
    max-width: 720px;
    font-size: 40px;
    margin-bottom: 24px;
  }

  .partner-page__text {
    max-width: 700px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 40px;
  }

  .partner-page__subheading {
    max-width: 700px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    top: 16px;
  }

  .partner-page__panel-wrap {
    width: 605px;
    max-width: 605px;
    margin-bottom: 64px;
  }

  .partner-page__panel {
    min-height: 227px;
    padding: 40px 48px 32px;
  }

  .partner-page__list {
    font-size: 20px;
    line-height: 44px;
  }

  .partner-page__note {
    max-width: 700px;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 32px;
  }

  .partner-page__recruit {
    padding: 90px 0 120px;
  }

  .partner-page__recruit .partner-page__text {
    max-width: 720px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
  }

  .partner-page__recruit-label {
    width: 650px;
    max-width: 650px;
    font-size: 20px;
    line-height: 44px;
    text-align: left;
    margin-bottom: 6px;
  }

  .partner-page__recruit-block {
    width: 650px;
    max-width: 650px;
    margin: 0 auto 10px;
  }

  .partner-page__recruit-list {
    max-width: 650px;
    font-size: 20px;
    line-height: 44px;
    text-align: left;
    margin: 0 auto 26px;
  }

  .partner-page__recruit-value {
    max-width: 650px;
    font-size: 20px;
    line-height: 44px;
    text-align: left;
    margin: 0 auto 20px;
  }

  .partner-page__recruit .partner-page__note {
    max-width: 700px;
    text-align: center;
    line-height: 44px;
    margin-bottom: 70px;
  }
}

@keyframes fvTaglineUp {
  to {
    opacity: 1;
    transform: translateY(0) rotate(90deg);
  }
}

.fv__tagline {
  position: absolute;
  top: 275px;
  left: 179px;
  color: #ffffff;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transform: rotate(90deg);
}

.fv__subtitle {
  position: absolute;
  left: 50%;
  top: 514px;
  transform: translateX(-50%);
  width: min(92%, 720px);
  text-align: center;
  color: #1a5319;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
}

@media (min-width: 768px) {
  .fv {
    min-height: 0;
    height: 750px;
  }

  .fv__pc-wrap {
    height: 750px;
  }

  .fv__bg-image {
    left: 317px;
    right: auto;
    width: calc(100% - 317px);
    height: 100%;
    background-image: url("../images/fv-pc.jpg");
    background-size: contain;
    background-position: top center;
  }

  .fv__title {
    top: 116px;
    left: calc(50% - 674px);
    font-size: 96px;
    line-height: 155px;
    text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.25);
    font-family: "Noto Serif JP", serif;
  }

  .fv__tagline {
    top: 255px;
    left: calc(50% - 436px);
    font-size: 24px;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  }

  .fv__subtitle {
    top: 599px;
    left: calc(50% - 669px);
    transform: none;
    width: auto;
    text-align: left;
    font-size: 22px;
    line-height: 45px;
  }

  .fv__subtitle-animate {
    --fv-subtitle-x: 0;
  }
}

/* ********** OUR BUSINESS ********** */
.our-business {
  position: relative;
  width: 375px;
  height: auto;
  margin: 0 auto;
  background: #ffffff;
  padding-bottom: var(--our-business-stack-height, 1300px);
}

/* Section 1 background zoom */
/* Section 1 background zoom disabled */

.our-business__pc-wrap {
  position: relative;
}

.our-business__heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 164px;
}

.our-business__label-bg {
  position: absolute;
  left: 39.5%;
  top: 36px;
  width: 80px;
  height: 80px;
  background: #90c67c;
  transform: translateX(-50%);
}

.our-business__label {
  position: absolute;
  left: 50%;
  top: 68px;
  transform: translateX(-50%);
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  text-align: center;
  white-space: nowrap;
}

.our-business__title {
  position: absolute;
  left: 50%;
  top: 99px;
  transform: translateX(-50%);
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  text-align: center;
  white-space: nowrap;
}

.our-business__number {
  position: absolute;
  left: 86px;
  top: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #000000;
}

.our-business__lead {
  position: absolute;
  left: 50%;
  top: 164px;
  transform: translateX(-50%);
  width: 341px;
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
  text-align: justify;
}

.our-business__cards {
  position: absolute;
  left: 0;
  top: 333px;
  width: 100%;
}

.our-business-card {
  position: absolute;
  left: 20px;
  right: 20px;
  width: auto;
  height: 400px;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: none;
}

.our-business-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transform-origin: center;
  transition: transform 1s ease;
  z-index: 0;
}

@media (hover: hover) and (pointer: fine) {
  .our-business-card:hover::after {
    transform: scale(1.1);
  }
}

@media (hover: none) and (pointer: coarse) {
  .our-business-card::after {
    display: none;
    transform: none;
  }
}

.our-business-card.scroll-up {
  transition:
    transform 0.5s ease-out,
    opacity 0.5s ease-out;
}

.our-business-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    218.4645deg,
    rgba(26, 83, 25, 0.8) 22.778%,
    rgba(144, 198, 124, 0.8) 100%
  );
  z-index: 1;
}

.our-business-card > * {
  position: absolute;
  z-index: 2;
}

.our-business-card--build {
  top: 0;
  background-image: url("../images/our-business-build.jpg");
}

.our-business-card--service {
  top: 445px;
  background-image: url("../images/our-business-service.jpg");
}

.our-business-card__tagline {
  left: 16px;
  top: 25px;
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.our-business-card__title {
  left: 50%;
  top: 89px;
  transform: translateX(-50%);
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.our-business-card__line {
  left: 1px;
  top: 132px;
  width: 285px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}

.our-business-card__text {
  left: 28px;
  top: 190px;
  width: 283px;
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
}

.our-business-card__btn {
  left: 30px;
  top: 305px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 280px;
  height: 60px;
  border: 1px solid #ffffff;
  background: rgba(25, 83, 56, 0.5);
  color: #ffffff;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    opacity 0.2s ease;
}

.our-business-card__btn:hover {
  transform: translateY(-2px);
  background: rgba(25, 83, 56, 0.7);
}

.our-business-card__arrow {
  width: 7px;
  height: 7px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(-45deg);
  display: inline-block;
}

@media (min-width: 768px) {
  .our-business {
    width: 100%;
    margin: 0;
    padding: 0;
    height: calc(1831px + var(--ob-pc-offset));
    background: #ffffff;
    position: relative;
    --ob-pc-offset: -758px;
  }

  .our-business::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(1167px + var(--ob-pc-offset));
    height: 652px;
    background-image: url("../images/our-business-bg-pc.jpg");
    background-size: cover;
    background-position: center;
    z-index: 0;
  }

  .our-business::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(1167px + var(--ob-pc-offset));
    height: 520px;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    z-index: 1;
  }

  .our-business__heading {
    width: 100%;
    height: 164px;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .our-business__label-bg {
    left: 627px;
    top: calc(838px + var(--ob-pc-offset));
    width: 100px;
    height: 100px;
    transform: none;
  }

  .our-business__label {
    left: 721px;
    top: calc(879px + var(--ob-pc-offset));
    transform: translateX(-50%);
  }

  .our-business__title {
    left: 50%;
    top: calc(919px + var(--ob-pc-offset));
    transform: translateX(-50%);
    font-size: 32px;
  }

  .our-business__number {
    left: 600px;
    top: calc(811px + var(--ob-pc-offset));
  }

  .our-business__lead {
    left: 50%;
    top: calc(1007px + var(--ob-pc-offset));
    transform: translateX(-50%);
    width: 791px;
    font-size: 16px;
    line-height: 32px;
  }

  .our-business__cards {
    position: absolute;
    left: 0;
    top: calc(1152px + var(--ob-pc-offset));
    width: 100%;
    height: 563px;
    z-index: 2;
  }

  .our-business-card {
    width: 464px;
    height: 563px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }

  .our-business-card--build {
    left: 217px;
    top: 0;
  }

  .our-business-card--service {
    left: 758px;
    top: 0;
  }

  .our-business-card__tagline {
    left: 22px;
    top: 30px;
    font-size: 20px;
  }

  .our-business-card__title {
    left: 50%;
    top: 145px;
    transform: translateX(-50%);
    font-size: 32px;
  }

  .our-business-card__line {
    left: 0;
    top: 202px;
    width: 394px;
  }

  .our-business-card--service .our-business-card__line {
    width: 396px;
  }

  .our-business-card__text {
    left: 91px;
    top: 271px;
    width: 283px;
    font-size: 16px;
    line-height: 35px;
  }

  .our-business-card--service .our-business-card__text {
    left: 91px;
    top: 289px;
  }

  .our-business-card__btn {
    left: 70px;
    top: 445px;
    width: 325px;
    height: 64px;
    font-size: 24px;
  }
}

/* ********** NETWORK ********** */
.network {
  position: relative;
  width: 375px;
  height: 760px;
  margin: 0 auto;
  background: #ffffff;
  overflow: visible;
}

.our-business__heading--network .our-business__label-bg {
  background: #90c67c;
}

.our-business__heading--network .our-business__label,
.our-business__heading--network .our-business__title {
  color: #ffffff;
}

.our-business__heading--network {
  z-index: 3;
  top: -40px;
}

.our-business__heading--network .our-business__label,
.our-business__heading--network .our-business__title,
.our-business__heading--network .our-business__number,
.our-business__heading--network .our-business__label-bg {
  z-index: 3;
}

.network__hero {
  position: absolute;
  left: 50%;
  top: 0;
  width: 526px;
  height: 526px;
  --network-scale: 0.7;
  transform: translateX(-50%) scale(var(--network-scale));
  transform-origin: center;
  background-image: url("../images/top02-image.png");
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  z-index: 0;
  transition: transform 1.6s ease;
}

.network__hero.is-zoomed {
  --network-scale: 1;
}

.network__tagline {
  position: absolute;
  left: 50%;
  top: 442px;
  transform: translateX(-50%);
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #d6efd8;
  text-align: center;
  z-index: 3;
  white-space: nowrap;
}

.network__panel {
  position: absolute;
  left: -13px;
  top: 464px;
  width: 402px;
  height: 265px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.network__title {
  position: absolute;
  left: 50%;
  top: 506px;
  transform: translateX(-50%);
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #1a5319;
  text-align: center;
  z-index: 3;
  white-space: nowrap;
}

.network__line {
  position: absolute;
  left: 50%;
  top: 538px;
  transform: translateX(-50%);
  width: 301px;
  height: 1px;
  background: #90c67c;
  z-index: 3;
}

.network__text {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 559px;
  width: auto;
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
  text-align: justify;
  z-index: 3;
}

.network__text--secondary {
  top: 664px;
}

@media (min-width: 768px) {
  .network {
    width: 100%;
    height: 980px;
    margin: 0;
    overflow: visible;
  }

  .our-business__heading--network {
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
  }

  .our-business__heading--network .our-business__label-bg {
    left: 283px;
    top: 91px;
    width: 100px;
    height: 100px;
    transform: none;
  }

  .our-business__heading--network .our-business__number {
    left: 264px;
    top: 64px;
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    font-weight: 300;
    color: #000000;
  }

  .our-business__heading--network .our-business__label {
    left: 394.5px;
    top: 141px;
    width: 13px;
    transform: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 15px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }

  .our-business__heading--network .our-business__title {
    left: 336px;
    top: 141px;
    transform: rotate(90deg);
    transform-origin: left top;
    font-family: "Helvetica Neue", "Inter", sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
  }

  .network__hero {
    left: -72px;
    top: 0;
    width: 992.8px;
    height: 965px;
    transform: none;
    border-radius: 0;
    background-image: url("../images/network-map.png");
    background-size: cover;
    background-position: center;
    -webkit-mask-image: url("../images/network-mask.svg");
    mask-image: url("../images/network-mask.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 793px 793px;
    mask-size: 793px 793px;
    -webkit-mask-position: 148.267px 70.764px;
    mask-position: 148.267px 70.764px;
    z-index: 0;
    opacity: 0;
    transition: opacity 2.4s ease;
  }

  .network__hero.is-zoomed {
    opacity: 1;
  }

  .network__panel {
    left: 658px;
    top: 313px;
    width: 576px;
    height: 280px;
    background: rgba(255, 255, 255, 0.8);
  }

  .network__title {
    left: 687px;
    top: 356px;
    transform: none;
    font-size: 32px;
    font-weight: 600;
    color: #1a5319;
    text-align: left;
  }

  .network__line {
    left: 687px;
    top: 380px;
    width: 301px;
    height: 1px;
    transform: none;
    background: #1a5319;
  }

  .network__text {
    left: 687px;
    right: auto;
    top: 417px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    width: max-content;
    white-space: normal;
  }

  .network__text--secondary {
    top: 505px;
  }

  .network__tagline {
    left: 63%;
    top: 783px;
    transform: translateX(-50%);
    font-family: "Helvetica Neue", "Inter", sans-serif;
    font-size: 100px;
    font-weight: 700;
    color: #d6efd8;
    text-align: center;
    white-space: nowrap;
  }
}

/* ********** ABOUT US ********** */
.about-us {
  position: relative;
  width: 100%;
  height: 800px;
  margin: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.about-us__hero {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 680px;
  background-image: url("../images/about-us-bg.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transform-origin: center;
  transition: transform 1.8s ease;
}

.about-us__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 680px;
  background: rgba(80, 141, 78, 0.8);
  transform: scale(1);
  transform-origin: center;
  transition: transform 1.8s ease;
}

.about-us:hover .about-us__hero,
.about-us:hover .about-us__overlay {
  transform: scale(1.1);
}

.our-business__heading--about .our-business__label-bg {
  background: #90c67c;
}

.our-business__heading--about .our-business__label,
.our-business__heading--about .our-business__title,
.our-business__heading--about .our-business__number {
  color: #ffffff;
}

.our-business__heading--about {
  position: absolute;
  left: 50%;
  top: 0;
  width: 375px;
  height: 164px;
  z-index: 3;
  transform: translateX(-50%);
}

.our-business__heading--about .our-business__number {
  left: 83px;
  top: 54px;
}

.our-business__heading--about .our-business__label-bg {
  top: 90px;
}

.our-business__heading--about .our-business__label {
  top: 122px;
}

.our-business__heading--about .our-business__title {
  top: 153px;
}

.heading-animate {
  position: relative;
  width: 100%;
  height: 164px;
}

@media (min-width: 768px) {
  .heading-animate {
    height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .heading-animate--about.scroll-up,
  .heading-animate--news.scroll-up {
    opacity: 1;
    transform: none;
  }

  .about-card.scroll-up,
  .news__list.scroll-up {
    opacity: 1;
    transform: none;
  }
}

.about-card {
  position: absolute;
  right: 0;
  left: auto;
  width: 372px;
  height: 199px;
  background: rgba(26, 83, 25, 0.8);
  color: #ffffff;
  z-index: 3;
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease,
    opacity 0.2s ease;
}

.about-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.2);
}

.about-card.scroll-up {
  transition:
    transform 0.5s ease-out,
    opacity 0.5s ease-out,
    box-shadow 0.5s ease;
}

.about-card--company {
  top: 216px;
}

.about-card--philosophy {
  top: 436px;
}

.about-card__title {
  position: absolute;
  left: 26px;
  top: 31px;
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.about-card__text {
  position: absolute;
  left: 28px;
  top: 59px;
  margin: 0;
  width: 288px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
}

.about-card__line {
  position: absolute;
  left: 38px;
  top: 147px;
  width: 311px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='311' height='11' viewBox='0 0 311 11' fill='none'%3E%3Cpath d='M0 10.4258H308.5L292.243 0.425781' stroke='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.about-card__link {
  position: absolute;
  right: 58px;
  top: 171px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 10px;
}

.about-card__icon {
  position: absolute;
  right: 16px;
  top: 136px;
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.about-card__icon::after {
  content: none;
}

@media (min-width: 768px) {
  .about-us {
    height: 741px;
    margin: 0;
  }

  .about-us__hero {
    height: 741px;
    background-image: url("../images/about-bg.jpg");
    background-size: cover;
    background-position: center;
    -webkit-mask-image: url("../images/about-mask.svg");
    mask-image: url("../images/about-mask.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 1440px 741px;
    mask-size: 1440px 741px;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  .about-us__overlay {
    height: 741px;
  }

  .our-business__heading--about {
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    transform: none;
  }

  .our-business__heading--about .our-business__label-bg {
    left: 985px;
    top: 99px;
    width: 100px;
    height: 100px;
    transform: none;
  }

  .our-business__heading--about .our-business__label {
    left: 1101px;
    top: 140px;
    transform: translateX(-50%);
    color: #ffffff;
  }

  .our-business__heading--about .our-business__title {
    left: 1100px;
    top: 180px;
    transform: translateX(-50%);
    font-family: "Helvetica Neue", "Inter", sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
  }

  .our-business__heading--about .our-business__number {
    left: 957px;
    top: 72px;
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    font-weight: 300;
    color: #ffffff;
  }

  .about-card {
    width: 611px;
    height: 199px;
    right: auto;
    left: 288px;
  }

  .about-card--company {
    top: 172px;
  }

  .about-card--philosophy {
    top: 418px;
  }

  .about-card__title {
    left: 33px;
    top: 46px;
    font-size: 32px;
    font-weight: 500;
  }

  .about-card__text {
    left: 35px;
    top: 84px;
    width: 516px;
    font-size: 16px;
    line-height: 30px;
    white-space: normal;
  }

  .about-card__line {
    left: 34px;
    top: 139px;
    width: 516px;
    height: 10px;
    background: transparent;
    background-image: url("../images/about-line.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .about-card__link {
    left: 441px;
    top: 165px;
    font-size: 12px;
  }

  .about-card__icon {
    left: 519px;
    top: 114px;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 0;
    background-image: url("../images/about-circle.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/* ********** RECRUIT ********** */
.recruit {
  position: relative;
  width: 100%;
  height: 780px;
  margin: 0;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.recruit__scale {
  position: relative;
  width: 375px;
  height: 780px;
  transform-origin: top center;
  transform: scale(clamp(0.85, calc(100vw / 375), 1.2));
}

.our-business__heading--recruit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 164px;
  z-index: 3;
}

.our-business__heading--recruit .our-business__label-bg {
  top: 36px;
}

.our-business__heading--recruit .our-business__label {
  top: 68px;
}

.our-business__heading--recruit .our-business__title {
  top: 99px;
}

.our-business__heading--recruit .our-business__number {
  left: 82px;
  top: 0;
  color: #000000;
}

.recruit__images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 700px;
  z-index: 0;
}

.recruit__img {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  --stagger-x: 0px;
  --stagger-y: 0px;
  --stagger-scale: 1;
  --base-transform: none;
  transform: translate(var(--stagger-x), var(--stagger-y))
    scale(var(--stagger-scale)) var(--base-transform);
  transition:
    transform 0.8s ease,
    opacity 0.8s ease;
  opacity: 0;
}

.recruit__img.is-staggered {
  opacity: 1;
}

.recruit__img--01 {
  width: 313.533px;
  height: 209.277px;
  right: -30.26px;
  top: 404.84px;
  background-image: url(../images/recruit-01.jpg);
  background-position: left top;
  z-index: 2;
  --base-transform: none;
  -webkit-mask-image: url("../images/recruit-mask-01.svg");
  mask-image: url("../images/recruit-mask-01.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 265px 224.257px;
  mask-size: 265px 224.257px;
  -webkit-mask-position: -13.744px -3.837px;
  mask-position: -13.744px -3.837px;
}

.recruit__img--02 {
  width: 374.614px;
  height: 249.681px;
  left: 124.69px;
  top: 232.13px;
  background-image: url("../images/recruit-02.jpg");
  z-index: 2;
  --base-transform: scaleX(-1);
  -webkit-mask-image: url("../images/recruit-mask-02.svg");
  mask-image: url("../images/recruit-mask-02.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 288.079px 268px;
  mask-size: 288.079px 268px;
  -webkit-mask-position: 47.824px -14.131px;
  mask-position: 47.824px -14.131px;
}

.recruit__img--03 {
  width: 428.816px;
  height: 285.912px;
  left: -76.86px;
  top: 147.41px;
  background-image: url("../images/recruit-03.jpg");
  z-index: 1;
  -webkit-mask-image: url("../images/recruit-mask-03.svg");
  mask-image: url("../images/recruit-mask-03.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 347.14px 322.019px;
  mask-size: 347.14px 322.019px;
  -webkit-mask-position: 13.862px -13.412px;
  mask-position: 13.862px -13.412px;
}

.recruit__img--04 {
  width: 386.668px;
  height: 257.81px;
  left: 102.04px;
  top: 564.07px;
  background-image: url("../images/recruit-04.jpg");
  z-index: 5;
  -webkit-mask-image: url("../images/recruit-mask-04.svg");
  mask-image: url("../images/recruit-mask-04.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 338.851px 274.851px;
  mask-size: 338.851px 274.851px;
  -webkit-mask-position: 67.957px -9.071px;
  mask-position: 67.957px -9.071px;
}

.recruit__img--05 {
  width: 313.164px;
  height: 208.343px;
  left: -54.87px;
  top: 541.82px;
  background-image: url("../images/recruit-05.jpg");
  z-index: 4;
  --base-transform: scaleX(-1);
  -webkit-mask-image: url("../images/recruit-mask-05.svg");
  mask-image: url("../images/recruit-mask-05.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 284.04px 240px;
  mask-size: 284.04px 240px;
  -webkit-mask-position: 4.873px -8.821px;
  mask-position: 4.873px -8.821px;
}

.recruit__headline-panel {
  position: absolute;
  left: 50%;
  top: 260px;
  transform: translateX(-50%);
  width: 342px;
  height: 131px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 4;
}

.recruit__headline {
  position: absolute;
  left: 50%;
  top: 272px;
  transform: translateX(-50%);
  width: 342px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  color: #1a5319;
  text-align: center;
  z-index: 5;
}

.recruit__headline p {
  margin: 0;
}

.recruit__headline--pc {
  display: none;
}

.recruit__text-panel {
  position: absolute;
  left: 50%;
  top: 432px;
  width: 342px;
  height: 200px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
  z-index: 4;
}

.recruit__text {
  position: absolute;
  left: 50%;
  top: 446px;
  transform: translateX(-50%);
  width: 330px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
  text-align: center;
  z-index: 5;
}

.recruit__text p {
  margin: 0;
}

.recruit__btn {
  position: absolute;
  left: 50%;
  top: 694px;
  transform: translateX(-50%);
  width: 280px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #ffffff;
  background: #1a5319;
  color: #ffffff;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  z-index: 6;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    background 0.2s ease;
}

.recruit__btn:hover {
  transform: translateX(-50%) translateY(-2px);
  opacity: 0.95;
}

.recruit__btn-arrow {
  width: 7px;
  height: 7px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(-45deg);
  display: inline-block;
}

@media (min-width: 768px) {
  .recruit {
    height: 980px;
    overflow: visible;
    margin-top: 80px;
  }

  .recruit__scale {
    width: 1440px;
    height: 980px;
    transform: none;
  }

  .our-business__heading--recruit {
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
  }

  .our-business__heading--recruit .our-business__label-bg {
    left: 595px;
    top: 27px;
    width: 100px;
    height: 100px;
    transform: none;
  }

  .our-business__heading--recruit .our-business__label {
    left: 711px;
    top: 68px;
    transform: translateX(-50%);
    color: #000000;
  }

  .our-business__heading--recruit .our-business__title {
    left: 720px;
    top: 108px;
    transform: translateX(-50%);
    font-family: "Helvetica Neue", "Inter", sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #000000;
  }

  .our-business__heading--recruit .our-business__number {
    left: 574px;
    top: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    font-weight: 300;
    color: #000000;
  }

  .recruit__images {
    height: 760px;
  }

  .recruit__img--01 {
    width: 500px;
    height: 334px;
    left: 562px;
    top: 247px;
    background-image: url(../images/recruit-pc-01.jpg);
    -webkit-mask-image: url(../images/recruit-mask-01.svg);
    mask-image: url(../images/recruit-mask-01.svg);
    -webkit-mask-size: 393px 328px;
    mask-size: 393px 328px;
    -webkit-mask-position: -12px 4px;
    mask-position: -12px 4px;
    /* transform: scaleY(-1) rotate(180deg); */
    z-index: 2;
  }

  .recruit__img--02 {
    width: 610px;
    height: 407px;
    left: 751px;
    top: -14px;
    background-image: url("../images/recruit-pc-02.jpg");
    -webkit-mask-image: url("../images/recruit-mask-02.svg");
    mask-image: url("../images/recruit-mask-02.svg");
    -webkit-mask-size: 438px 405px;
    mask-size: 438px 405px;
    -webkit-mask-position: 88.6px -12.3px;
    mask-position: 88.6px -12.3px;
    transform: scaleY(-1) rotate(180deg);
    z-index: 4;
  }

  .recruit__img--03 {
    width: 648px;
    height: 432px;
    left: 43px;
    top: 41px;
    background-image: url("../images/recruit-pc-03.jpg");
    -webkit-mask-image: url("../images/recruit-mask-03.svg");
    mask-image: url("../images/recruit-mask-03.svg");
    -webkit-mask-size: 499px 461px;
    mask-size: 499px 461px;
    -webkit-mask-position: 29.6px -11.6px;
    mask-position: 29.6px -11.6px;
    z-index: 3;
  }

  .recruit__img--04 {
    width: 820px;
    height: 547px;
    left: 647px;
    top: 396px;
    background-image: url("../images/recruit-pc-04.jpg");
    -webkit-mask-image: url("../images/recruit-mask-04.svg");
    mask-image: url("../images/recruit-mask-04.svg");
    -webkit-mask-size: 663px 527px;
    mask-size: 663px 527px;
    -webkit-mask-position: 163.2px -0.2px;
    mask-position: 163.2px -0.2px;
    z-index: 2;
  }

  .recruit__img--05 {
    width: 498px;
    height: 331px;
    left: 228px;
    top: 404px;
    background-image: url("../images/recruit-pc-05.jpg");
    -webkit-mask-image: url("../images/recruit-mask-05.svg");
    mask-image: url("../images/recruit-mask-05.svg");
    -webkit-mask-size: 422px 352px;
    mask-size: 422px 352px;
    -webkit-mask-position: 18px -4px;
    mask-position: 18px -4px;
    transform: scaleY(-1) rotate(180deg);
    z-index: 3;
  }

  .recruit__headline-panel {
    left: 50%;
    top: 232px;
    transform: translateX(-50%);
    width: 737px;
    height: 74px;
    background: rgba(255, 255, 255, 0.9);
  }

  .recruit__headline {
    left: 50%;
    top: 250px;
    transform: translateX(-50%);
    width: 737px;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    color: #1a5319;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .recruit__headline p {
    display: block;
    margin: 0;
  }

  .recruit__headline--pc {
    display: block;
    white-space: nowrap;
  }

  .recruit__headline--sp {
    display: none;
  }

  .recruit__text-panel {
    left: 50%;
    top: 332px;
    width: 552px;
    height: 148px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.8);
  }

  .recruit__text {
    left: 50%;
    top: 346px;
    width: 552px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    white-space: normal;
    transform: translateX(-50%);
    padding-left: 28px;
  }

  .recruit__btn {
    left: 50%;
    top: 527px;
    width: 325px;
    height: 64px;
    font-size: 24px;
    border: 1px solid #ffffff;
    background: rgba(25, 83, 56, 0.9);
    transform: translateX(-50%);
  }

  .recruit__btn-arrow {
    width: 5px;
    height: 8px;
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8' fill='none'%3E%3Cpath d='M0.353893 0.353138L3.88943 3.88867L0.353893 7.42421' stroke='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transform: none;
  }
}

/* ********** NEWS ********** */
.news {
  position: relative;
  width: 375px;
  height: auto;
  margin: 40px auto 0;
  background: #ffffff;
  padding-bottom: 40px;
}

.our-business__heading--news {
  position: absolute;
  left: 50%;
  top: 0;
  width: 375px;
  height: 164px;
  transform: translateX(-50%);
}

.our-business__heading--news .our-business__label-bg {
  top: 36px;
}

.our-business__heading--news .our-business__label {
  top: 68px;
}

.our-business__heading--news .our-business__title {
  top: 99px;
}

.our-business__heading--news .our-business__number {
  top: 0;
  color: #000000;
}

.news__list {
  position: relative;
  left: auto;
  top: auto;
  width: 317px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 33px;
  min-height: 200px;
}

.news__list--empty {
  margin-top: -40px;
}

.news__link {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.news__link:hover {
  opacity: 0.7;
}

.news__pagination {
  margin-top: 20px;
}

.news__pagination ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.news__pagination a,
.news__pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid #1a5319;
  color: #1a5319;
  font-size: 12px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease;
}

.news__pagination a:hover {
  background: #1a5319;
  color: #ffffff;
}

.news__pagination .current {
  background: #1a5319;
  color: #ffffff;
}

.news__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.news__date {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  color: #000000;
}

.news__divider {
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #000000;
}

@media (max-width: 767px) {
  .news__divider {
    display: none;
  }
}

.news__text {
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
}

@media (min-width: 768px) {
  .news {
    width: 100%;
    margin: 0;
    padding-bottom: 80px;
  }

  .our-business__heading--news {
    left: 0;
    top: 0;
    width: 100%;
    transform: none;
  }

  .our-business__heading--news .our-business__label-bg {
    left: 298px;
    top: 27px;
    width: 100px;
    height: 100px;
    transform: none;
  }

  .our-business__heading--news .our-business__number {
    left: 277px;
    top: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    font-weight: 300;
    color: #000000;
  }

  .our-business__heading--news .our-business__label {
    left: 399px;
    top: 44px;
    transform: translateX(-50%);
    color: #000000;
  }

  .our-business__heading--news .our-business__title {
    left: 398px;
    top: 80px;
    transform: translateX(-50%);
    font-family: "Helvetica Neue", "Inter", sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #000000;
  }

  .news__list {
    width: 800px;
    padding-left: 0;
    margin: 0 auto;
    min-height: auto;
  }

  .news__item {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }

  .news__date {
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
  }

  .news__divider {
    margin-top: 0;
  }

  .news__text {
    font-size: 16px;
    line-height: 30px;
  }

  .news__pagination ul {
    gap: 12px;
  }

  .news__pagination a,
  .news__pagination span {
    min-width: 34px;
    height: 34px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
  }

  .news__empty {
    font-size: 16px;
    line-height: 30px;
  }
}

.news__empty {
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* ********** FOOTER (SP) ********** */
.footer-sp {
  background: #1a5319;
  color: #ffffff;
}

.footer-sp__inner {
  position: relative;
  width: 402px;
  height: 368px;
  margin: 0 auto;
}

.footer-sp__company {
  position: absolute;
  left: 55px;
  top: 23px;
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.footer-sp__address {
  position: absolute;
  left: 55px;
  top: 55px;
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-sp__tel {
  position: absolute;
  left: 55px;
  top: 80px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.footer-sp__tel p {
  margin: 0;
}

.footer-sp__nav {
  position: absolute;
  left: 55px;
  top: 155px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.footer-sp__nav a {
  color: #ffffff;
  text-decoration: none;
  transition:
    color 0.25s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
  position: relative;
}

.footer-sp__nav a:hover {
  opacity: 1;
  color: #d6efd8;
  transform: translateX(3px);
}

@media (min-width: 768px) {
  .footer-pc__nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 1px;
    background: #d6efd8;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
  }

  .footer-pc__nav a:hover::after {
    transform: scaleX(1);
  }
}

.footer-sp__copy {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.mobile-fixed-cta {
  display: none;
}

@media (max-width: 767px) {
  .mobile-fixed-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 50px;
    z-index: 1200;
    transform: translateY(0);
    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
  }

  .mobile-fixed-cta.is-hidden {
    transform: translateY(100%);
    opacity: 0;
  }

  .mobile-fixed-cta__btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 50px;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    color: #000000;
  }

  .mobile-fixed-cta__btn--partner {
    background: #d6efd8;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  }

  .mobile-fixed-cta__btn--contact {
    background: #ffffff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  }

  .mobile-fixed-cta__arrow {
    width: 5px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8' fill='none'%3E%3Cpath d='M0.353893 0.353138L3.88943 3.88867L0.353893 7.42421' stroke='black'/%3E%3C/svg%3E");
  }

  .mobile-fixed-cta__arrow--contact {
    width: 5px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M0.353733 0.353298L4.08051 4.08008L0.353733 7.80686' stroke='black'/%3E%3C/svg%3E");
  }
}

@media (min-width: 768px) {
  .footer-pc {
    height: 260px;
  }

  .footer-pc__inner {
    width: 1440px;
    height: 260px;
    margin: 0 auto;
  }

  .footer-pc__company {
    left: 221px;
    top: 44px;
    font-size: 20px;
  }

  .footer-pc__address {
    left: 221px;
    top: 88px;
    font-size: 15px;
  }

  .footer-pc__tel {
    left: 221px;
    top: 116px;
    font-size: 15px;
    line-height: 20px;
  }

  .footer-pc__nav {
    left: 609px;
    top: 41px;
    flex-direction: row;
    gap: 55px;
    font-size: 15px;
  }

  .footer-pc__copy {
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    font-size: 12px;
  }
}
/* ********** NEWS SINGLE ********** */
.news-single {
  width: min(720px, 92vw);
  margin: 80px auto;
  padding: 0 20px;
}

.news-single__title {
  margin: 0 0 8px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #1a5319;
  line-height: 1.4;
}

.news-single__date {
  margin: 0 0 24px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.news-single__content {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.9;
  color: #000000;
}

.news-single__content p {
  margin: 0 0 16px;
}

.news-single__nav {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-single__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  border: 1px solid #1a5319;
  color: #1a5319;
  text-decoration: none;
  font-size: 14px;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease;
}

.news-single__back:hover {
  background: #1a5319;
  color: #ffffff;
}

.news-single__pager {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.news-single__pager a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 1px solid #1a5319;
  color: #1a5319;
  text-decoration: none;
  font-size: 13px;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease;
}

.news-single__pager a:hover {
  background: #1a5319;
  color: #ffffff;
}

@media (min-width: 768px) {
  .news-single {
    width: 900px;
    margin: 140px auto 120px;
    padding: 0;
  }

  .news-single__title {
    font-size: 32px;
  }

  .news-single__date {
    font-size: 16px;
  }

  .news-single__content {
    font-size: 16px;
    line-height: 2;
  }

  .news-single__nav {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .news-single__back {
    height: 48px;
    font-size: 15px;
  }

  .news-single__pager a {
    height: 44px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .site-header {
    height: 80px;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4px);
  }

  .header__inner {
    height: 80px;
  }

  .hamburger-btn {
    display: none !important;
  }

  .site-nav {
    display: block !important;
    height: 100%;
  }

  .mobile-menu {
    position: static !important;
    display: block !important;
    background: transparent;
    backdrop-filter: none;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu__panel {
    width: auto !important;
    height: 100% !important;
    background: transparent;
    transform: none !important;
    transition: none !important;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .mobile-menu__close,
  .mobile-menu__footer {
    display: none !important;
  }

  .mobile-menu__list {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    height: 100%;
  }

  .mobile-menu__list li {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
  }

  .mobile-menu__list li::after {
    display: none;
  }

  .mobile-menu__list a {
    text-align: center;
    padding: 0;
    display: inline-flex;
    align-items: center;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    width: max-content;
    height: 80px;
  }

  .mobile-menu__list li:nth-last-child(2) a {
    width: 185px;
    height: 45px;
    padding: 0 16px 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #d6efd8;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    color: #000000;
    position: relative;
    align-self: center;
  }

  .mobile-menu__list li:nth-last-child(2) a::after {
    content: "";
    width: 5px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8' fill='none'%3E%3Cpath d='M0.353893 0.353138L3.88943 3.88867L0.353893 7.42421' stroke='black'/%3E%3C/svg%3E");
  }

  .mobile-menu__list li:last-child a {
    width: 160px;
    height: 45px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    color: #000000;
    gap: 10px;
    align-self: center;
  }

  .mobile-menu__list li:last-child a::after {
    content: "";
    width: 5px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8' fill='none'%3E%3Cpath d='M0.353893 0.353138L3.88943 3.88867L0.353893 7.42421' stroke='black'/%3E%3C/svg%3E");
  }
}
