@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #333333;
  background: #F5F3F1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

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

ul,
ol {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

body {
  background: #F5F3F1;
  overflow-x: hidden;
  position: relative;
}

.u-mincho {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.text-mincho {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.pc-only {
  display: none !important;
}
@media (min-width: 769px) {
  .pc-only {
    display: initial !important;
  }
}

.message__text,
.company__desc,
.service__desc,
.works__desc,
.recruit__text,
.passion__desc,
.recruit-info__desc,
.mission__desc,
.sv-detail__text,
.voice__card-body,
.works-detail__body,
.basic-page__content p {
  text-align: justify;
  word-break: break-all;
}

.section-heading {
  position: relative;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 6;
  position: relative;
}
@media (min-width: 769px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
.section-heading__en {
  z-index: 6;
  position: relative;
  display: inline-block;
  font-family: "DIN Condensed", "Oswald", sans-serif;
  font-size: clamp(52px, 9vw, 180px);
  font-weight: 700;
  color: #2B8A3E;
  letter-spacing: 1px;
  line-height: 1.1;
}
@media (min-width: 769px) {
  .section-heading__en {
    font-size: 80px;
  }
}
.section-heading__ja {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  margin-left: 5px;
  vertical-align: bottom;
  letter-spacing: 0.1em;
  margin-top: -1em;
  z-index: 1;
  background: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.section-heading__ja::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  width: 50vw;
  height: 100%;
  background: #fff;
  z-index: 0;
}
@media (min-width: 769px) {
  .section-heading__ja {
    font-size: 19px;
    margin-left: 8px;
  }
}
.section-heading--center {
  text-align: center;
}
.section-heading--center .section-heading__ja {
  display: block;
  margin-left: 0;
  margin-top: -10px;
}
.section-heading--bracket {
  padding-left: 18px;
  padding-top: 12px;
}
@media (min-width: 769px) {
  .section-heading--bracket {
    padding-left: 20px;
    padding-top: 15px;
  }
}
.section-heading--bracket::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 40px;
  border-top: 3px solid #2B8A3E;
  border-left: 3px solid #2B8A3E;
}
@media (min-width: 769px) {
  .section-heading--bracket::before {
    width: 80px;
    height: 50px;
  }
}
.section-heading--bracket .section-heading__ja {
  display: block;
  margin-left: 0;
  margin-top: -10px;
}
.section-heading--white .section-heading__en {
  color: #fff;
}
.section-heading--white .section-heading__ja {
  color: rgba(255, 255, 255, 0.85);
}
.section-heading--white.section-heading--bracket::before {
  border-top-color: #fff;
  border-left-color: #fff;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 1px;
}
@media (min-width: 769px) {
  .btn {
    font-size: 14px;
  }
}
.btn__text {
  padding: 14px 50px;
  border: 1px solid #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .btn__text {
    padding: 16px 55px;
  }
}
.btn__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn__arrow img {
  width: 50px;
  height: auto;
}
.btn:hover .btn__text {
  background: #2B8A3E;
  color: #fff;
  border-color: #2B8A3E;
}
.btn:hover .btn__arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.btn--white {
  color: #fff;
}
.btn--white .btn__text {
  border-color: #fff;
}
.btn--white .btn__arrow img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn--white:hover .btn__text {
  background: #fff;
  color: #2B8A3E;
}

.section-divider {
  width: 100%;
  position: relative;
  z-index: 2;
}
.section-divider__img {
  width: 100%;
  display: block;
}
.section-divider--no-wave {
  margin-top: -10px;
}
.section-divider--white {
  background: #fff;
}

.js-reveal {
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
.js-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-reveal--left {
  -webkit-transform: translateX(-32px);
          transform: translateX(-32px);
}
.js-reveal--left.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js-reveal--right {
  -webkit-transform: translateX(32px);
          transform: translateX(32px);
}
.js-reveal--right.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js-reveal--fade {
  -webkit-transform: none;
          transform: none;
}
.js-reveal--fade.is-visible {
  -webkit-transform: none;
          transform: none;
}

.js-stagger > * {
  opacity: 0;
  -webkit-transform: translateY(28px);
          transform: translateY(28px);
  -webkit-transition: opacity 0.85s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition-delay: calc(var(--stagger-i, 0) * 140ms);
          transition-delay: calc(var(--stagger-i, 0) * 140ms);
  will-change: opacity, transform;
}

.js-stagger > .js-from-right {
  -webkit-transform: translateX(48px);
          transform: translateX(48px);
}

.js-stagger > .js-from-left {
  -webkit-transform: translateX(-48px);
          transform: translateX(-48px);
}

.js-stagger > .js-fade-only {
  -webkit-transform: none;
          transform: none;
}

.js-stagger > .js-no-anim,
.js-stagger.is-visible > .js-no-anim {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.js-stagger.is-visible > * {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal,
  .js-stagger > * {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: block;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 769px) {
  .page-top {
    bottom: 30px;
    right: 30px;
    width: 75px;
    height: 75px;
  }
}
.page-top.is-visible {
  opacity: 1;
  visibility: visible;
}
.page-top__img {
  width: 100%;
  height: 100%;
  display: block;
}
.page-top:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: transparent;
  z-index: 1000;
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (min-width: 769px) {
  .header.is-scrolled {
    background: rgba(43, 138, 62, 0.85);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}
.header__inner {
  max-width: 1600px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (min-width: 769px) {
  .header__inner {
    padding: 0 30px;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin-right: auto;
  position: absolute;
  top: 0%;
  left: 0%;
}
.header__logo img {
  height: 20vw;
  width: auto;
  background: #fff;
  padding: 15px;
  border-radius: 0 0 10px 0;
  max-height: 120px;
}
@media (min-width: 769px) {
  .header__logo img {
    height: 10vw;
    max-height: 120px;
    border-radius: 0 0 10px 0;
    padding: 15px;
  }
}
.header__nav {
  display: none;
}
@media (min-width: 769px) {
  .header__nav {
    display: block;
    margin-right: 30px;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.header__nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 4px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__nav-link:hover {
  opacity: 0.75;
}
.header__cta {
  display: none;
}
@media (min-width: 769px) {
  .header__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__cta-btn--recruit {
  background: #2B8A3E;
  border-radius: 25px 0 0 25px;
}
.header__cta-btn--contact {
  background: #E8811A;
  border-radius: 0 25px 25px 0;
}
.header__cta-btn:hover {
  opacity: 0.85;
}
.header__cta-btn svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.header__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  background: rgba(43, 138, 62, 0.85);
  border: none;
  border-radius: 6px;
  padding: 10px 8px;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  margin-right: -10px;
}
@media (min-width: 769px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.header__hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, right bottom, from(#009042), to(#003618));
  background: linear-gradient(to bottom right, #009042, #003618);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.mobile-nav.is-open {
  opacity: 1;
  visibility: visible;
}
.mobile-nav__link {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
}
.mobile-nav__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.mobile-nav__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 12px 35px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 25px;
}
.mobile-nav__btn svg {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mobile-nav__btn--recruit {
  background: #2B8A3E;
  border: 2px solid rgba(255, 255, 255, 0.35);
}
.mobile-nav__btn--contact {
  background: #E8811A;
}

.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 550px;
  background: -webkit-gradient(linear, left top, right bottom, from(#009042), color-stop(50%, #003618));
  background: linear-gradient(to bottom right, #009042, #003618 50%);
}
.fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/haikei-overlay.webp") center/300px auto repeat;
  mix-blend-mode: multiply;
  z-index: 1;
  clip-path: polygon(0 0, 35% 0, 0 60%);
}
@media (min-width: 769px) {
  .fv::before {
    clip-path: polygon(0 0, 48% 0, 5vw 100%, 0 100%);
  }
}
.fv {
  overflow: hidden;
}
.fv__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(35% 0, 100% 0, 100% 65%, 80% 100%, 0 100%, 0 60%);
}
@media (min-width: 769px) {
  .fv__photo {
    clip-path: polygon(48% 0, 100% 0, 100% 100%, 5vw 100%);
  }
}
.fv__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: fv-zoom 14s cubic-bezier(0.22, 0.61, 0.36, 1) both;
          animation: fv-zoom 14s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.fv__overlay {
  display: none;
}
.fv__triangle {
  display: none;
}
@media (min-width: 769px) {
  .fv__triangle {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 300px;
    background: -webkit-gradient(linear, left top, right bottom, from(#009042), to(#003618));
    background: linear-gradient(to bottom right, #009042, #003618);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 4;
  }
}
.fv__content {
  position: absolute;
  bottom: 10%;
  left: -3vw;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 769px) {
  .fv__content {
    bottom: 15%;
    left: 0;
    padding: 0 50px;
  }
}
.fv__subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em !important;
  margin-bottom: 1.4em;
  display: block;
  font-size: clamp(18px, 2vw, 30px);
  text-shadow: 0 0px 10px rgb(0, 0, 0);
  -webkit-animation: fv-fade-up 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s both;
          animation: fv-fade-up 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s both;
}
@media (min-width: 769px) {
  .fv__subtitle {
    margin-bottom: 2em;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.85);
  }
}
.fv__title {
  display: block;
  font-family: "DIN Condensed", "Oswald", sans-serif;
  color: #fff;
  font-size: clamp(110px, 20vw, 180px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 1px;
  text-shadow: 0 0px 20px rgba(0, 0, 0, 0.8);
  -webkit-animation: fv-fade-up 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0.85s both;
          animation: fv-fade-up 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0.85s both;
}
@media (min-width: 769px) {
  .fv__title {
    font-size: clamp(110px, 20vw, 180px);
    letter-spacing: -2px;
    text-shadow: 0 0px 30px rgba(0, 0, 0, 0.8);
  }
}
.fv__triangle {
  -webkit-animation: fv-fade 1.2s ease-out 1.3s both;
          animation: fv-fade 1.2s ease-out 1.3s both;
}

@-webkit-keyframes fv-zoom {
  from {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fv-zoom {
  from {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fv-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fv-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fv-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fv-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fv__photo img,
  .fv__subtitle,
  .fv__title,
  .fv__triangle {
    -webkit-animation: none !important;
            animation: none !important;
  }
}
.section-divider {
  padding-bottom: 1px;
}
.section-divider img {
  margin-bottom: -3vw;
  display: block;
}
@media (min-width: 769px) {
  .section-divider img {
    margin-bottom: -30px;
  }
}

.company {
  padding: 60px 0 0;
  background: #F5F3F1;
  position: relative;
  padding-bottom: 80px;
}
@media (min-width: 769px) {
  .company {
    padding: 100px 0 0;
    padding-bottom: 120px;
  }
}
.company__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 769px) {
  .company__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
    padding: 0 40px;
  }
}
.company__body {
  padding: 1rem;
}
@media (min-width: 769px) {
  .company__body {
    padding: 3rem;
  }
}
@media (min-width: 769px) {
  .company__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.company__catch {
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .company__catch {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.company__desc {
  font-size: 14px;
  line-height: 2;
  color: #333333;
  margin-bottom: 35px;
}
@media (min-width: 769px) {
  .company__desc {
    font-size: 15px;
    margin-bottom: 40px;
  }
}
.company__photo {
  position: relative;
  height: 60vw;
  max-height: 650px;
  width: 100%;
}
@media (min-width: 769px) {
  .company__photo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 80vw;
    width: 30vw;
    max-width: 400px;
  }
}
.company__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center top;
     object-position: center top;
  position: relative;
  z-index: 1;
}
.company__photo-frame {
  display: none;
}
@media (min-width: 769px) {
  .company__photo-frame {
    display: block;
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 100%;
    height: 100%;
    border: 2px solid #2B8A3E;
    z-index: 0;
  }
}

.service {
  padding: 60px 0 0;
  padding-bottom: 120px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .service {
    padding: 80px 0 0;
    padding-bottom: 200px;
  }
}
.service .section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service .section-heading__ja {
  background-color: inherit;
}
.service .section-heading__ja::before {
  display: none;
}
.service__heading-area {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (min-width: 769px) {
  .service__heading-area {
    margin-bottom: 60px;
  }
}
.service__kazari--top {
  width: 100px;
  width: 40vw;
  height: auto;
  left: 2%;
  bottom: -50%;
  position: absolute;
}
@media (min-width: 769px) {
  .service__kazari--top {
    position: absolute;
    left: 20%;
    bottom: 0;
    width: 23vw;
    max-width: 300px;
    z-index: 5;
  }
}
.service__kazari--bottom {
  width: 200px;
  height: auto;
  z-index: 1;
}
@media (min-width: 769px) {
  .service__kazari--bottom {
    width: 35vw;
    max-width: 400px;
  }
}
.service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 10;
}
@media (min-width: 769px) {
  .service__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
@media (min-width: 769px) {
  .service__photo {
    width: 45%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.service__photo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 769px) {
  .service__photo img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.service__text {
  padding: 0 20px;
}
@media (min-width: 769px) {
  .service__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding: 0 60px 0 60px;
  }
}
.service__desc {
  font-size: 14px;
  line-height: 2;
  color: #333333;
  margin-bottom: 35px;
}
@media (min-width: 769px) {
  .service__desc {
    font-size: 15px;
    margin-bottom: 40px;
  }
}
.service__kazari-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
  padding-right: 0;
  position: absolute;
  bottom: 3vw;
  right: 0;
}

.works {
  padding: 40px 0;
  padding-bottom: 80px;
  background: #fff;
  position: relative;
  overflow: visible;
}
@media (min-width: 769px) {
  .works {
    padding: 60px 0;
    padding-bottom: 150px;
  }
}
.works .section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.works .section-heading__ja {
  background-color: inherit;
}
.works .section-heading__ja::before {
  display: none;
}
.works__inner {
  margin: 0 20px 30px;
  padding: 12px;
  background: rgba(245, 243, 241, 0.93);
  position: relative;
  z-index: 10;
}
@media (min-width: 769px) {
  .works__inner {
    position: absolute;
    left: 50px;
    top: 42%;
    -webkit-transform: translateY(calc(-50% + 32px));
            transform: translateY(calc(-50% + 32px));
    max-width: 480px;
    padding: 15px;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: opacity, transform;
  }
  .works__inner.is-visible {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.works__text {
  border: 1px solid #2B8A3E;
  padding: 25px 20px;
  padding-top: 45px;
  text-align: center;
}
@media (min-width: 769px) {
  .works__text {
    padding: 60px 35px;
    max-width: none;
  }
}
.works__desc {
  font-size: 14px;
  line-height: 2;
  color: #333333;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .works__desc {
    font-size: 15px;
  }
}
.works__carousel {
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
}
.works__carousel:last-child {
  margin-bottom: 0;
}
.works__carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.works__carousel-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 220px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .works__carousel-item {
    width: 280px;
  }
}
.works__carousel-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.recruit {
  position: relative;
  padding-top: 80px;
}
.recruit__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vw;
  position: relative;
  z-index: 0;
}
@media (min-width: 769px) {
  .recruit__photos {
    height: 50vw;
    max-height: 800px;
  }
}
.recruit .section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.recruit .section-heading__ja {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  z-index: 1;
  position: relative;
  background-color: inherit;
  padding-left: 0;
  padding-right: 0;
}
.recruit .section-heading__ja::before {
  display: none;
}
@media (min-width: 769px) {
  .recruit .section-heading__ja {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }
}
.recruit__photo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.recruit__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}
.recruit__inner {
  width: 90%;
  max-width: 1500px;
  margin: -80px auto 0;
  padding: 60px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media (min-width: 769px) {
  .recruit__inner {
    width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
    padding: 60px 70px;
    margin-top: -13vw;
  }
}
.recruit__overlay {
  position: absolute;
  inset: 0;
  background: #2B8A3E;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.recruit__heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit__content {
  position: relative;
}
@media (min-width: 769px) {
  .recruit__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.recruit__catch {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .recruit__catch {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.recruit__text {
  font-size: 13px;
  color: #fff;
  line-height: 1.9;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .recruit__text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.footer {
  background: #F5F3F1;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
@media (min-width: 769px) {
  .footer {
    padding-top: 100px;
  }
}
.footer__main {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 20px;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .footer__main {
    margin: 0 40px;
    padding: 60px 50px;
  }
}
.footer__main-inner {
  padding-right: 2vw;
  padding-left: 2vw;
  margin: 0 auto;
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 769px) {
  .footer__main-inner {
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-template-columns: 5fr 3fr 3fr;
    gap: 60px;
  }
}
.footer__company {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-align: center;
  border-bottom: 1px solid rgba(43, 138, 62, 0.3);
  padding-bottom: 50px;
}
@media (min-width: 1069px) {
  .footer__company {
    border-bottom: 0px solid rgba(43, 138, 62, 0.3);
    padding-bottom: 0px;
    text-align: left;
    grid-template-columns: 2fr 3fr;
    gap: 40px;
  }
}
.footer__logo {
  display: block;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 140px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  .footer__logo {
    max-width: 200px;
    width: 100%;
  }
}
.footer__company-info {
  font-size: 12px;
  color: #2B8A3E;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .footer__company-info {
    font-size: 13px;
  }
}
.footer__company-name {
  font-size: 14px;
  font-weight: 700;
  color: #2B8A3E;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .footer__company-name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.footer__address {
  margin-bottom: 10px;
}
.footer__tel, .footer__fax {
  font-size: 14px;
  letter-spacing: 0.5px;
}
@media (min-width: 769px) {
  .footer__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.footer__nav-group {
  margin-bottom: 15px;
}
.footer__nav-group:last-child {
  margin-bottom: 0;
}
.footer__nav-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #2B8A3E;
  margin-bottom: 8px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__nav-title:hover {
  opacity: 0.7;
}
.footer__nav-sub {
  padding-left: 15px;
  border-left: 2px solid #2B8A3E;
}
.footer__nav-sub li {
  margin-bottom: 5px;
}
.footer__nav-sub li:last-child {
  margin-bottom: 0;
}
.footer__nav-sub a {
  font-size: 13px;
  color: #2B8A3E;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__nav-sub a:hover {
  opacity: 0.7;
}
.footer__copyright {
  text-align: left;
  padding: 25px 20px;
  font-size: 12px;
  color: #2B8A3E;
}
@media (min-width: 769px) {
  .footer__copyright {
    padding: 25px 50px;
  }
}
.footer__triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: #2B8A3E;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  opacity: 1;
  z-index: 0;
}
@media (min-width: 769px) {
  .footer__triangle {
    width: 200px;
    height: 200px;
  }
}

.page-hero {
  background: linear-gradient(105deg, #008D41, #003618);
  padding: 120px 20px 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .page-hero {
    padding: 130px 20px 50px;
  }
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/haikei-overlay.webp") center/300px auto repeat;
  mix-blend-mode: multiply;
  z-index: 0;
}
.page-hero__content {
  position: relative;
  z-index: 1;
}
.page-hero__title {
  font-family: "DIN Condensed", "Oswald", sans-serif;
  font-size: clamp(50px, 10vw, 80px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.1;
  -webkit-animation: page-hero-up 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.25s both;
          animation: page-hero-up 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.25s both;
}
.page-hero__subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-top: -0.5rem;
  -webkit-animation: page-hero-up 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.55s both;
          animation: page-hero-up 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.55s both;
}
@media (min-width: 769px) {
  .page-hero__subtitle {
    font-size: 16px;
    margin-top: -0.5rem;
  }
}

@-webkit-keyframes page-hero-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes page-hero-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-hero__title,
  .page-hero__subtitle {
    -webkit-animation: none !important;
            animation: none !important;
  }
}
.message {
  padding: 60px 20px 80px;
}
@media (min-width: 769px) {
  .message {
    padding: 80px 20px 100px;
  }
}
.message__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.message__content {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .message__content {
    margin-top: 50px;
  }
}
.message__photo {
  max-width: 1000px;
  margin: 0 auto 40px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .message__photo {
    margin-bottom: 70px;
  }
}
.message__photo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
  -webkit-transition: -webkit-transform 4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 4s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.message__content.is-visible .message__photo img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.message__body {
  max-width: 800px;
  margin: 0 auto;
}
.message__heading {
  font-size: 18px;
  color: #222222;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .message__heading {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.message__text {
  font-size: 14px;
  line-height: 2;
  color: #333333;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .message__text {
    font-size: 15px;
    margin-bottom: 50px;
  }
}
.message__sign {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .message__sign {
    font-size: 18px;
  }
}

.about {
  padding: 60px 20px 80px;
}
@media (min-width: 769px) {
  .about {
    padding: 80px 20px 100px;
  }
}
.about__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.about__table {
  max-width: 800px;
  margin: 40px auto 0;
}
@media (min-width: 769px) {
  .about__table {
    margin-top: 50px;
  }
}
.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #DDDDDD;
  padding: 18px 0;
}
@media (min-width: 769px) {
  .about__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 22px 0;
  }
}
.about__row:first-child {
  border-top: 1px solid #DDDDDD;
}
.about__label {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .about__label {
    font-size: 15px;
    width: 160px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
}
.about__value {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
}
@media (min-width: 769px) {
  .about__value {
    font-size: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.history {
  padding: 60px 20px 80px;
}
@media (min-width: 769px) {
  .history {
    padding: 80px 20px 100px;
  }
}
.history__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.history__timeline {
  max-width: 800px;
  margin: 40px auto 0;
}
@media (min-width: 769px) {
  .history__timeline {
    margin-top: 50px;
  }
}
.history__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #DDDDDD;
  padding: 18px 0;
}
@media (min-width: 769px) {
  .history__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 22px 0;
  }
}
.history__row:first-child {
  border-top: 1px solid #DDDDDD;
}
.history__year {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .history__year {
    font-size: 15px;
    width: 160px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
}
.history__desc {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
}
@media (min-width: 769px) {
  .history__desc {
    font-size: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.qualifications {
  padding: 60px 20px 80px;
}
@media (min-width: 769px) {
  .qualifications {
    padding: 80px 20px 100px;
  }
}
.qualifications__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.qualifications .section-heading {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .qualifications .section-heading__ja {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .qualifications .section-heading__ja::before {
    display: none;
  }
}

.qual-group {
  display: grid;
  gap: 25px;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .qual-group {
    gap: 30px;
    margin-top: 40px;
  }
}
@media (min-width: 769px) {
  .qual-group--2col {
    grid-template-columns: 1fr 1fr;
  }
}

.qual-card {
  background: #fff;
  padding: 35px 28px 40px;
}
@media (min-width: 769px) {
  .qual-card {
    padding: 50px 55px 55px;
  }
}
.qual-card__title {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #2B8A3E;
  border-bottom: 2px solid #2B8A3E;
  padding-bottom: 2px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .qual-card__title {
    font-size: 20px;
    padding-bottom: 3px;
  }
}
.qual-card__list {
  list-style: none;
  padding: 18px 0 0;
}
@media (min-width: 769px) {
  .qual-card__list {
    padding: 22px 0 0;
  }
}
.qual-card__list li {
  font-size: 13px;
  line-height: 2;
  color: #333333;
}
@media (min-width: 769px) {
  .qual-card__list li {
    font-size: 14px;
  }
}
.qual-card__dl {
  padding: 30px 0 0;
}
@media (min-width: 769px) {
  .qual-card__dl {
    padding: 40px 0 0;
  }
}
.qual-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid #EEECE6;
}
.qual-card__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.qual-card__row:first-child {
  padding-top: 0;
}
@media (min-width: 769px) {
  .qual-card__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    padding: 16px 0;
  }
}
.qual-card__row dt {
  font-size: 13px;
  font-weight: 700;
  color: #222222;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .qual-card__row dt {
    font-size: 14px;
    width: 260px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.qual-card__row dd {
  font-size: 13px;
  line-height: 1.8;
  color: #333333;
}
@media (min-width: 769px) {
  .qual-card__row dd {
    font-size: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.mission {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right bottom, from(#008D41), to(#003618));
  background: linear-gradient(to bottom right, #008D41, #003618);
}
.mission__inner {
  position: relative;
}
.mission__photo {
  overflow: hidden;
}
.mission__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  min-height: 500px;
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
  -webkit-transition: -webkit-transform 4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 4s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
@media (min-width: 769px) {
  .mission__photo img {
    min-height: 650px;
  }
}
.mission__inner.is-visible .mission__photo img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mission__text {
  position: relative;
  padding: 45px 20px 40px;
  opacity: 0;
  -webkit-transform: translateY(28px);
          transform: translateY(28px);
  -webkit-transition: opacity 1s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 1s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 1s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 1s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  margin-top: -4rem;
  background-color: #FFF;
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .mission__text {
    color: #fff;
    margin-top: 0rem;
    background-color: initial;
    margin-bottom: 0rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    padding: 80px 50px 80px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1042px) {
  .mission__text {
    width: 55%;
  }
}
.mission__text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: initial;
  mix-blend-mode: multiply;
  opacity: 0;
  z-index: -1;
}
@media (min-width: 769px) {
  .mission__text::before {
    opacity: 0.55;
    background: -webkit-gradient(linear, left top, right top, from(#001190), to(rgba(0, 17, 144, 0)));
    background: linear-gradient(to right, #001190, rgba(0, 17, 144, 0));
  }
}
.mission__text .section-heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 769px) {
  .mission__text .section-heading__en {
    color: #fff;
  }
}
.mission__text .section-heading__ja {
  background: transparent;
  display: block;
  margin-left: 0;
  margin-top: -0.5rem;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 769px) {
  .mission__text .section-heading__ja {
    color: #fff;
  }
}
.mission__text .section-heading__ja::before {
  display: none;
}
.mission__desc {
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 769px) {
  .mission__desc {
    color: #fff;
    font-size: 15px;
    margin-top: 0px;
  }
}

.sv-detail {
  padding: 60px 20px 80px;
  background: -webkit-gradient(linear, left top, right bottom, from(#008D41), to(#003618));
  background: linear-gradient(to bottom right, #008D41, #003618);
}
@media (min-width: 769px) {
  .sv-detail {
    padding: 80px 20px 100px;
  }
}
.sv-detail__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.sv-detail__item {
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .sv-detail__item {
    margin-bottom: 80px;
  }
}
.sv-detail__item--full {
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .sv-detail__item--full {
    margin-bottom: 80px;
  }
}
.sv-detail__item--simple {
  margin-bottom: 0;
}
.sv-detail__title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  font-weight: 700;
  color: #2B8A3E;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .sv-detail__title {
    font-size: 28px;
  }
}
.sv-detail .section-heading--bracket {
  background: #fff;
  display: inline-block;
  padding: 5px 30px 5px 18px;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .sv-detail .section-heading--bracket {
    padding: 5px 20px 5px 20px;
  }
}
.sv-detail .section-heading--bracket::before {
  display: none;
}
.sv-detail__photo {
  margin-top: 25px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .sv-detail__photo {
    margin-top: 30px;
  }
}
.sv-detail__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.sv-detail__text {
  font-size: 14px;
  line-height: 2;
  color: #fff;
  margin-top: 25px;
}
@media (min-width: 769px) {
  .sv-detail__text {
    font-size: 15px;
    margin-top: 30px;
  }
}
.sv-detail__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .sv-detail__grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 80px;
  }
}
.sv-detail__grid .sv-detail__item {
  margin-bottom: 0;
}

.passion {
  padding: 80px 20px 80px;
}
@media (min-width: 769px) {
  .passion {
    padding: 100px 20px 120px;
  }
}
.passion__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.passion__content {
  padding-top: 1rem;
  max-width: 800px;
  margin: 0 auto;
  background: url("../images/haikei-logo.webp") no-repeat center center;
  background-size: 250px;
}
.passion__catch {
  text-align: center;
  font-size: 20px;
  color: #222222;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .passion__catch {
    font-size: 24px;
  }
}
.passion__desc {
  font-size: 14px;
  line-height: 2;
  color: #333333;
  margin-top: 25px;
}
@media (min-width: 769px) {
  .passion__desc {
    font-size: 15px;
    margin-top: 30px;
  }
}

.voice {
  padding: 60px 20px 80px;
  background: -webkit-gradient(linear, left top, right bottom, from(#008D41), to(#003618));
  background: linear-gradient(to bottom right, #008D41, #003618);
}
@media (min-width: 769px) {
  .voice {
    padding: 80px 20px 100px;
  }
}
.voice__inner {
  max-width: 1500px;
  margin: 0 auto;
}
.voice .section-heading {
  display: block;
}
.voice .section-heading__ja {
  background: transparent;
}
.voice .section-heading__ja::before {
  display: none;
}
.voice__card {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (min-width: 769px) {
  .voice__card {
    display: grid;
    grid-template-columns: 3fr 7fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .voice__card {
    grid-template-columns: 3fr 5fr;
  }
}
.voice__card-photo {
  overflow: hidden;
  height: 100%;
}
@media (min-width: 769px) {
  .voice__card-photo {
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    min-height: 500px;
    margin-left: -20px;
  }
}
.voice__card-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  min-height: 280px;
}
@media (min-width: 769px) {
  .voice__card-photo img {
    min-height: 100%;
  }
}
.voice__card-text {
  margin-top: 25px;
}
@media (min-width: 769px) {
  .voice__card-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}
.voice__card-quote {
  display: table;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 1.6;
  margin-bottom: 15px;
  background-color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 769px) {
  .voice__card-quote {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.voice__card-banner {
  background: #FFF;
  color: #333;
  display: inline-block;
}
.voice__card-info {
  font-size: 13px;
  font-weight: 700;
  padding: 0.2em 1rem;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (min-width: 769px) {
  .voice__card-info {
    font-size: 14px;
  }
}
.voice__card-body {
  font-size: 14px;
  line-height: 2;
  color: #fff;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .voice__card-body {
    padding-left: 1.6em;
    padding-right: clamp(0px, (100vw - 1200px) * 0.15, 120px);
    font-size: 15px;
    margin-top: 25px;
  }
}

.recruit-info {
  padding: 80px 20px 80px;
}
@media (min-width: 769px) {
  .recruit-info {
    padding: 100px 20px 120px;
  }
}
.recruit-info__inner {
  max-width: 800px;
  margin: 0 auto;
}
.recruit-info .section-heading {
  display: block;
}
.recruit-info .section-heading__ja {
  background: transparent;
  text-align: center;
}
.recruit-info .section-heading__ja::before {
  display: none;
}
.recruit-info__lead {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .recruit-info__lead {
    margin-top: 50px;
  }
}
.recruit-info__catch {
  font-size: 20px;
  color: #222222;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .recruit-info__catch {
    font-size: 24px;
  }
}
.recruit-info__desc {
  font-size: 14px;
  line-height: 2;
  color: #333333;
  margin-top: 20px;
  text-align: justify;
}
@media (min-width: 769px) {
  .recruit-info__desc {
    font-size: 15px;
    margin-top: 25px;
  }
}

.requirements {
  padding: 100px 20px 80px;
  background: #fff;
}
@media (min-width: 769px) {
  .requirements {
    padding: 100px 20px 120px;
  }
}
.requirements__inner {
  max-width: 800px;
  margin: 0 auto;
}
.requirements__title {
  font-size: clamp(20px, 6vw, 26px);
  font-weight: 700;
  color: #222222;
  text-align: center;
  margin-bottom: 4rem;
  display: table;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.1em;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #2B8A3E;
}
.requirements__table {
  border-top: 1px solid #DDDDDD;
}
.requirements__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #DDDDDD;
  padding: 18px 0;
}
@media (min-width: 769px) {
  .requirements__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 0;
  }
}
.requirements__label {
  display: inline-block;
  background: #2B8A3E;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 14px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .requirements__label {
    font-size: 13px;
    width: 160px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    text-align: center;
    padding: 5px 15px;
  }
}
.requirements__value {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
}
@media (min-width: 769px) {
  .requirements__value {
    font-size: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 25px;
  }
}

.works-list {
  padding: 60px 20px 80px;
  background: #F5F3F1;
}
@media (min-width: 769px) {
  .works-list {
    padding: 80px 20px 100px;
  }
}
.works-list__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.works-list__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 769px) {
  .works-list__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .works-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.works-card {
  display: block;
  background-color: #FFF;
  padding: 20px 20px 25px;
  border-bottom: 1px solid #DDDDDD;
}
@media (min-width: 769px) {
  .works-card {
    border-bottom: none;
  }
}
.works-card__date {
  display: inline-block;
  background: #2B8A3E;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 1px 12px;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .works-card__date {
    font-size: 13px;
    padding: 1px 12px;
  }
}
.works-card__title {
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  line-height: 1.6;
  margin-top: 12px;
}
@media (min-width: 769px) {
  .works-card__title {
    font-size: 16px;
    margin-top: 15px;
  }
}
.works-card__meta {
  font-size: 13px;
  color: #333333;
  line-height: 1.6;
  margin-top: 5px;
}
@media (min-width: 769px) {
  .works-card__meta {
    font-size: 14px;
  }
}
.works-card__meta:first-of-type {
  margin-top: 10px;
}

.works-detail {
  padding: 60px 20px 80px;
  background: #fff;
}
@media (min-width: 769px) {
  .works-detail {
    padding: 80px 20px 100px;
  }
}
.works-detail__inner {
  max-width: 800px;
  margin: 0 auto;
}
.works-detail__header {
  padding-bottom: 30px;
  border-bottom: 1px solid #DDDDDD;
}
@media (min-width: 769px) {
  .works-detail__header {
    padding-bottom: 35px;
  }
}
.works-detail__date {
  display: inline-block;
  background: #2B8A3E;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 1px 12px;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .works-detail__date {
    font-size: 13px;
  }
}
.works-detail__title {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  line-height: 1.6;
  margin-top: 15px;
}
@media (min-width: 769px) {
  .works-detail__title {
    font-size: 22px;
    margin-top: 20px;
  }
}
.works-detail__meta {
  font-size: 13px;
  color: #333333;
  line-height: 1.6;
  margin-top: 5px;
}
@media (min-width: 769px) {
  .works-detail__meta {
    font-size: 14px;
  }
}
.works-detail__meta:first-of-type {
  margin-top: 12px;
}
.works-detail__body {
  padding-top: 30px;
}
@media (min-width: 769px) {
  .works-detail__body {
    padding-top: 40px;
  }
}
.works-detail__item {
  font-size: 14px;
  color: #333333;
  line-height: 2;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .works-detail__item {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.works-detail__back {
  margin-top: 60px;
  text-align: center;
}
@media (min-width: 769px) {
  .works-detail__back {
    margin-top: 80px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 60px;
}
@media (min-width: 769px) {
  .pagination {
    margin-top: 80px;
  }
}
.pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  border: 1px solid #DDDDDD;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination__item:hover {
  border-color: #2B8A3E;
  color: #2B8A3E;
}
.pagination__item--current {
  background: #2B8A3E;
  color: #fff;
  border-color: #2B8A3E;
}
.pagination__dots {
  font-size: 14px;
  color: #333333;
  padding: 0 4px;
}
.pagination__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: #333333;
  border: 1px solid #DDDDDD;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination__next:hover {
  border-color: #2B8A3E;
  color: #2B8A3E;
}

.contact-phone {
  padding: 60px 20px 50px;
  background: #F5F3F1;
  text-align: center;
}
@media (min-width: 769px) {
  .contact-phone {
    padding: 80px 20px 60px;
  }
}
.contact-phone__inner {
  max-width: 700px;
  margin: 0 auto;
}
.contact-phone__title {
  font-size: 20px;
  font-weight: 700;
  color: #2B8A3E;
}
@media (min-width: 769px) {
  .contact-phone__title {
    font-size: 22px;
  }
}
.contact-phone__desc {
  font-size: 14px;
  line-height: 2;
  color: #333333;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .contact-phone__desc {
    font-size: 15px;
  }
}
.contact-phone__btn {
  display: inline-block;
  background: #FF7C01;
  color: #fff;
  text-align: center;
  padding: 22px 50px 15px;
  border-radius: 10px;
  margin-top: 25px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  .contact-phone__btn {
    padding: 16px 70px 10px;
    margin-top: 30px;
  }
}
.contact-phone__btn:hover {
  opacity: 0.85;
}
.contact-phone__btn-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  line-height: 1;
  font-family: "DIN Condensed", "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .contact-phone__btn-number {
    font-size: 50px;
  }
}
.contact-phone__btn-number img {
  margin-top: -0.8rem;
}
.contact-phone__btn-icon {
  width: 28px;
  height: auto;
}
@media (min-width: 769px) {
  .contact-phone__btn-icon {
    width: 32px;
  }
}
.contact-phone__btn-hours {
  display: block;
  font-size: 11px;
  margin-top: -0.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .contact-phone__btn-hours {
    font-size: 13px;
  }
}

.contact-form {
  padding: 0 20px 0px;
  background: #F5F3F1;
}
@media (min-width: 769px) {
  .contact-form {
    padding: 0 20px 40px;
  }
}
.contact-form__inner {
  max-width: 800px;
  margin: 0 auto;
}
.contact-form__inner .wpcf7 {
  padding-top: 30px;
}
@media (min-width: 769px) {
  .contact-form__inner .wpcf7 {
    padding-top: 30px;
  }
}
.contact-form__box {
  background: #fff;
  padding: 40px 20px;
  border-radius: 10px;
}
@media (min-width: 769px) {
  .contact-form__box {
    padding: 60px 60px;
  }
}
.contact-form__title {
  font-size: 20px;
  font-weight: 700;
  color: #2B8A3E;
  text-align: center;
}
@media (min-width: 769px) {
  .contact-form__title {
    font-size: 22px;
  }
}
.contact-form__desc {
  font-size: 13px;
  line-height: 2;
  color: #333333;
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 769px) {
  .contact-form__desc {
    font-size: 14px;
    margin-top: 20px;
  }
}
.contact-form__form {
  margin-top: 35px;
}
@media (min-width: 769px) {
  .contact-form__form {
    margin-top: 45px;
  }
}
.contact-form__group {
  margin-bottom: 25px;
}
.contact-form__group--half {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (min-width: 769px) {
  .contact-form__row {
    gap: 30px;
  }
}
.contact-form__label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .contact-form__label {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.contact-form__confirm-value {
  margin: 0;
  padding: 8px 0 14px;
  font-size: 14px;
  color: #222222;
  border-bottom: 1px solid #DDDDDD;
  word-break: break-word;
  white-space: pre-wrap;
}
@media (min-width: 769px) {
  .contact-form__confirm-value {
    font-size: 15px;
    padding: 10px 0 16px;
  }
}
.contact-form__required {
  color: #E53935;
}
.contact-form__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.contact-form__radios .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.contact-form__radios .wpcf7-list-item {
  margin: 0;
  display: block;
}
.contact-form__radios .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.contact-form__radios .wpcf7-list-item input[type=radio] {
  accent-color: #2B8A3E;
}
.contact-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.contact-form__radio input[type=radio] {
  accent-color: #2B8A3E;
}
.contact-form__input {
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  border: 1px solid #DDDDDD;
  background: #fff;
  color: #333333;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media (min-width: 769px) {
  .contact-form__input {
    padding: 14px 18px;
    font-size: 15px;
  }
}
.contact-form__input::-webkit-input-placeholder {
  color: #bbb;
}
.contact-form__input::-moz-placeholder {
  color: #bbb;
}
.contact-form__input:-ms-input-placeholder {
  color: #bbb;
}
.contact-form__input::-ms-input-placeholder {
  color: #bbb;
}
.contact-form__input::placeholder {
  color: #bbb;
}
.contact-form__input:focus {
  outline: none;
  border-color: #2B8A3E;
}
.contact-form__textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  border: 1px solid #DDDDDD;
  background: #fff;
  color: #333333;
  resize: vertical;
  font-family: inherit;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media (min-width: 769px) {
  .contact-form__textarea {
    padding: 14px 18px;
    font-size: 15px;
  }
}
.contact-form__textarea::-webkit-input-placeholder {
  color: #bbb;
}
.contact-form__textarea::-moz-placeholder {
  color: #bbb;
}
.contact-form__textarea:-ms-input-placeholder {
  color: #bbb;
}
.contact-form__textarea::-ms-input-placeholder {
  color: #bbb;
}
.contact-form__textarea::placeholder {
  color: #bbb;
}
.contact-form__textarea:focus {
  outline: none;
  border-color: #2B8A3E;
}
.contact-form__privacy {
  margin-top: 30px;
  text-align: center;
}
.contact-form__privacy-text {
  display: inline-block;
  max-width: 500px;
  max-height: 120px;
  overflow-y: auto;
  border: 1px solid #DDDDDD;
  padding: 15px;
  font-size: 12px;
  line-height: 1.8;
  color: #333333;
  text-align: left;
}
@media (min-width: 769px) {
  .contact-form__privacy-text {
    font-size: 13px;
    padding: 18px 20px;
  }
}
.contact-form__checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #333333;
  margin-top: 15px;
  cursor: pointer;
}
@media (min-width: 769px) {
  .contact-form__checkbox {
    font-size: 14px;
  }
}
.contact-form__checkbox input[type=checkbox] {
  accent-color: #2B8A3E;
}
.contact-form__submit {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 769px) {
  .contact-form__submit {
    margin-top: 40px;
  }
}
.contact-form__submit input[type=submit],
.contact-form__submit .wpcf7-submit,
.contact-form__submit .btn {
  display: table;
  margin: 0 auto;
  min-width: 280px;
  padding: 16px 55px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  background-color: #2B8A3E;
  border: 1px solid #2B8A3E;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
@media (min-width: 769px) {
  .contact-form__submit input[type=submit],
  .contact-form__submit .wpcf7-submit,
  .contact-form__submit .btn {
    font-size: 14px;
  }
}
.contact-form__submit input[type=submit]:hover,
.contact-form__submit .wpcf7-submit:hover,
.contact-form__submit .btn:hover {
  color: #2B8A3E;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232B8A3E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>");
}
.contact-form__submit .btn--back,
.contact-form__submit input[type=submit].btn--back {
  color: #fff;
  background-color: #888;
  border-color: #888;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='15 18 9 12 15 6'/></svg>");
  background-position: left 20px center;
}
.contact-form__submit .btn--back:hover,
.contact-form__submit input[type=submit].btn--back:hover {
  color: #888;
  background-color: #fff;
  border-color: #888;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='15 18 9 12 15 6'/></svg>");
}

.contact-form__hr {
  opacity: 0.2;
  margin-top: 40px;
}

.contact-thanks {
  padding: 60px 20px 80px;
  background: #F5F3F1;
}
@media (min-width: 769px) {
  .contact-thanks {
    padding: 80px 20px 120px;
  }
}
.contact-thanks__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.contact-thanks__title {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .contact-thanks__title {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
.contact-thanks__desc {
  font-size: 14px;
  line-height: 2;
  color: #333333;
}
@media (min-width: 769px) {
  .contact-thanks__desc {
    font-size: 15px;
  }
}
.contact-thanks__note {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #DDDDDD;
  font-size: 12px;
  line-height: 1.8;
  color: #888;
}
@media (min-width: 769px) {
  .contact-thanks__note {
    margin-top: 32px;
    padding-top: 32px;
    font-size: 13px;
  }
}
.contact-thanks__actions {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .contact-thanks__actions {
    margin-top: 60px;
  }
}

.breadcrumbs {
  margin-top: 60px;
  padding: 0 20px;
}
@media (min-width: 769px) {
  .breadcrumbs {
    margin-top: 80px;
  }
}
.breadcrumbs__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.breadcrumbs .rank-math-breadcrumb {
  padding: 16px 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.breadcrumbs .rank-math-breadcrumb p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #666666;
}
@media (min-width: 769px) {
  .breadcrumbs .rank-math-breadcrumb p {
    font-size: 13px;
  }
}
.breadcrumbs .rank-math-breadcrumb a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.breadcrumbs .rank-math-breadcrumb a:hover {
  color: #2B8A3E;
  text-decoration: underline;
}
.breadcrumbs .rank-math-breadcrumb .separator {
  margin: 0 8px;
  color: #666666;
  opacity: 0.6;
}
.breadcrumbs .rank-math-breadcrumb .last {
  color: #222222;
  font-weight: 500;
}

.page-hero--ja .page-hero__title--ja {
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
  font-size: clamp(24px, 5vw, 34px);
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media (min-width: 769px) {
  .page-hero--ja .page-hero__title--ja {
    font-size: 36px;
  }
}

.basic-page {
  padding: 60px 20px 80px;
  background: #fff;
}
@media (min-width: 769px) {
  .basic-page {
    padding: 80px 20px 120px;
  }
}
.basic-page__inner {
  max-width: 900px;
  margin: 0 auto;
}
.basic-page__article {
  background: #fff;
}
.basic-page__content {
  font-size: 14px;
  line-height: 1.9;
  color: #333333;
}
@media (min-width: 769px) {
  .basic-page__content {
    font-size: 15px;
    line-height: 2;
  }
}
.basic-page__content h1, .basic-page__content h2, .basic-page__content h3, .basic-page__content h4, .basic-page__content h5, .basic-page__content h6 {
  color: #222222;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 48px;
  margin-bottom: 16px;
}
.basic-page__content h1:first-child, .basic-page__content h2:first-child, .basic-page__content h3:first-child, .basic-page__content h4:first-child, .basic-page__content h5:first-child, .basic-page__content h6:first-child {
  margin-top: 0;
}
.basic-page__content h2 {
  font-size: 22px;
  padding-bottom: 12px;
  border-bottom: 2px solid #2B8A3E;
}
@media (min-width: 769px) {
  .basic-page__content h2 {
    font-size: 26px;
  }
}
.basic-page__content h3 {
  font-size: 18px;
  padding-left: 14px;
  border-left: 4px solid #2B8A3E;
}
@media (min-width: 769px) {
  .basic-page__content h3 {
    font-size: 20px;
  }
}
.basic-page__content h4 {
  font-size: 16px;
}
@media (min-width: 769px) {
  .basic-page__content h4 {
    font-size: 18px;
  }
}
.basic-page__content p {
  margin: 0 0 1.5em;
}
.basic-page__content p:last-child {
  margin-bottom: 0;
}
.basic-page__content a {
  color: #2B8A3E;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.basic-page__content a:hover {
  opacity: 0.7;
}
.basic-page__content ul, .basic-page__content ol {
  margin: 0 0 1.5em;
  padding-left: 1.5em;
}
.basic-page__content ul li, .basic-page__content ol li {
  margin-bottom: 0.5em;
}
.basic-page__content ul li {
  list-style: disc;
}
.basic-page__content ol li {
  list-style: decimal;
}
.basic-page__content img {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
  border-radius: 4px;
}
.basic-page__content figure {
  margin: 1.5em 0;
}
.basic-page__content figure img {
  margin: 0;
}
.basic-page__content figure figcaption {
  margin-top: 8px;
  font-size: 13px;
  color: #666666;
  text-align: center;
}
.basic-page__content blockquote {
  margin: 1.5em 0;
  padding: 20px 24px;
  background: #F5F3F1;
  border-left: 4px solid #2B8A3E;
  color: #666666;
  font-style: normal;
}
.basic-page__content blockquote p:last-child {
  margin-bottom: 0;
}
.basic-page__content code {
  padding: 2px 6px;
  background: #F5F3F1;
  border-radius: 3px;
  font-size: 0.9em;
  font-family: "Menlo", "Consolas", monospace;
}
.basic-page__content pre {
  margin: 1.5em 0;
  padding: 16px 20px;
  background: #2d2d2d;
  color: #f5f5f5;
  border-radius: 4px;
  overflow-x: auto;
}
.basic-page__content pre code {
  padding: 0;
  background: transparent;
  color: inherit;
}
.basic-page__content table {
  width: 100%;
  margin: 1.5em 0;
  border-collapse: collapse;
  font-size: 14px;
}
.basic-page__content table th, .basic-page__content table td {
  padding: 12px 16px;
  border: 1px solid #DDDDDD;
  text-align: left;
  vertical-align: top;
}
.basic-page__content table th {
  background: #F5F3F1;
  font-weight: 700;
  color: #222222;
}
.basic-page__content hr {
  margin: 3em 0;
  border: none;
  border-top: 1px solid #DDDDDD;
}
.basic-page__content strong {
  font-weight: 700;
  color: #222222;
}