@charset "UTF-8";
/* destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.4rem;
  font-feature-settings: "palt" on;
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (min-width: 500px) {
  body {
    font-size: 1.6rem;
  }
}

html,
body {
  width: 100%;
}

main {
  display: block;
}

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

a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}

p {
  line-height: 1.8;
}

div {
  max-width: 100%;
}

@media (min-width: 500px) {
  .l-body {
    min-width: 1366px;
  }
}
.l-body--page {
  background: #F8F7EF;
}

.l-wrapper {
  overflow: hidden;
}

.l-container {
  padding: 0 20px 120px;
}
@media (min-width: 500px) {
  .l-container {
    padding: 100px 0 120px 270px;
  }
}
.l-container__inner {
  width: 970px;
  margin: 0 auto;
}

@media (min-width: 500px) {
  .l-header {
    width: 220px;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    background: #F8F7EF;
    padding-left: 50px;
  }
}
@media (min-width: 500px) {
  .l-header__wrapper {
    display: flex;
  }
}
.l-header__logo {
  width: 160px;
}
@media (min-width: 500px) {
  .l-header__logo {
    width: 100px;
  }
}
.l-header__logo img {
  width: 100%;
}
@media (min-width: 500px) {
  .l-header-nav {
    position: fixed;
    top: 0;
    z-index: 100;
  }
}
.l-header-nav__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 12px;
  right: 12px;
  background: #fff;
  border-radius: 50%;
  z-index: 1000;
}
@media (min-width: 500px) {
  .l-header-nav__toggle {
    display: none;
  }
}
.l-header-nav__toggle span, .l-header-nav__toggle span::before, .l-header-nav__toggle span::after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}
.l-header-nav__toggle span::before {
  bottom: 10px;
}
.l-header-nav__toggle span::after {
  top: 10px;
}
.l-header-nav__toggle.active {
  background: #488B64;
}
.l-header-nav__toggle.active span {
  background-color: rgba(0, 0, 0, 0);
}
.l-header-nav__toggle.active span::before {
  bottom: 0;
  transform: rotate(30deg);
  background-color: #fff;
}
.l-header-nav__toggle.active span::after {
  top: 0;
  transform: rotate(-30deg);
  background-color: #fff;
}
.l-header-nav__overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s;
}
.l-header-nav__overlay.active {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.l-header-nav__body {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  z-index: 100;
  transform: translateX(-300px);
  transition: all 0.3s;
}
@media (min-width: 500px) {
  .l-header-nav__body {
    transform: translateX(0);
    position: relative;
    top: 0;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    background: none;
    background: #fff;
  }
}
.l-header-nav__body.active {
  transform: translateX(0);
}
.l-header-nav__body-inner {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media (min-width: 500px) {
  .l-header-nav__body-inner {
    align-items: center;
    gap: 40px;
    padding: 60px 30px 50px;
  }
}
.l-header-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.l-header-nav__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Heebo", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (min-width: 500px) {
  .l-header-nav__item a {
    font-size: 1.5rem;
  }
}
.l-header-nav__item a:hover {
  color: #488B64;
}
.l-header-nav__recruit {
  width: 100%;
  background: #000;
}
.l-header-nav__recruit a {
  color: #DEDCC2;
  font-size: 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
@media (min-width: 500px) {
  .l-header-nav__recruit a {
    font-size: 1.5rem;
    padding: 12px 0;
  }
}
.l-header-nav__recruit-en {
  font-family: "Heebo", sans-serif;
}
.l-header-nav__recruit-ja {
  font-weight: 700;
}
.l-header-scroll {
  display: none;
}
@media (min-width: 500px) {
  .l-header-scroll {
    font-size: 1.1rem;
    font-family: "Heebo", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    margin-bottom: 50px;
  }
}
@media (min-width: 500px) {
  .l-header-scroll__icon {
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #488B64;
    border-radius: 50%;
  }
}

.l-footer {
  background: #DEDCC2 url(../images/footer-bg-sp.svg) no-repeat bottom 80px left 20px;
  padding: 20px 20px 60px;
}
@media (min-width: 500px) {
  .l-footer {
    background: #DEDCC2 url(../images/footer-bg-pc.svg) no-repeat bottom 60px center;
    padding: 70px 0 200px;
  }
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  border-bottom: 1px solid #7A785E;
}
@media (min-width: 500px) {
  .l-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: none;
  }
}
.l-footer-pagetop {
  color: #7A785E;
  font-size: 1.1rem;
  font-family: "Heebo", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 500px) {
  .l-footer-pagetop {
    margin: 0;
  }
}
.l-footer-pagetop__icon {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #488B64;
  border-radius: 50%;
}
@media (min-width: 500px) {
  .l-footer-pagetop__icon {
    width: 70px;
    height: 70px;
  }
}
.l-footer-company {
  display: none;
}
@media (min-width: 500px) {
  .l-footer-company {
    color: #7A785E;
    display: flex;
    flex: 1;
    justify-content: flex-end;
    padding-bottom: 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid #7A785E;
  }
}
.l-footer-company__inner {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 500px) {
  .l-footer-company__name {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 500px) {
  .l-footer-company__address {
    font-size: 1.8rem;
  }
}
@media (min-width: 500px) and (min-width: 500px) {
  .l-footer-company__address a {
    color: #7A785E;
  }
}
.l-footer__copyright {
  color: #7A785E;
  font-family: "Heebo", sans-serif;
  font-size: 1.2rem;
  padding-bottom: 190px;
  transform: rotate(90deg) translateX(100%);
  transform-origin: top right;
}
@media (min-width: 500px) {
  .l-footer__copyright {
    font-size: 1.4rem;
    width: 40px;
    white-space: nowrap;
  }
}

.l-fixedbnr {
  position: fixed;
  bottom: 10px;
  right: 0;
}
.l-fixedbnr__list {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 8px;
}
.l-fixedbnr__item a {
  display: block;
  transform: translateX(4px);
  transition: all 0.3s;
}
.l-fixedbnr__item a:hover {
  transform: translateX(0);
}

.l-fixednav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  background-color: #fff;
  z-index: 1000;
  top: -80px;
  transition: all 0.5s;
}
@media (min-width: 500px) {
  .l-fixednav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 30px;
  }
}
.l-fixednav.is-show {
  top: 0;
}
.l-fixednav__logo {
  width: 220px;
}
.l-fixednav__tel {
  position: absolute;
  top: 10px;
  right: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #E9B800;
  border-radius: 50%;
}
@media (min-width: 500px) {
  .l-fixednav__tel {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    padding: 0 12px;
    border-radius: 0;
  }
}
@media (min-width: 500px) {
  .l-fixednav__tel img {
    vertical-align: baseline;
  }
}
.l-fixednav-nav__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  right: 8px;
  z-index: 1000;
}
@media (min-width: 500px) {
  .l-fixednav-nav__toggle {
    display: none;
  }
}
.l-fixednav-nav__toggle span, .l-fixednav-nav__toggle span::before, .l-fixednav-nav__toggle span::after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 4px;
  background-color: #000;
  border-radius: 10px;
  transition: all 0.3s;
}
.l-fixednav-nav__toggle span::before {
  bottom: 10px;
}
.l-fixednav-nav__toggle span::after {
  top: 10px;
}
.l-fixednav-nav__toggle.active span {
  background-color: rgba(0, 0, 0, 0);
}
.l-fixednav-nav__toggle.active span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.l-fixednav-nav__toggle.active span::after {
  top: 0;
  transform: rotate(-45deg);
}
.l-fixednav-nav__overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s;
  height: 100vh;
}
.l-fixednav-nav__overlay.active {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.l-fixednav-nav__body {
  position: fixed;
  top: 0;
  right: 0;
  width: 150px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  background-color: #fff;
  z-index: 100;
  transform: translateX(150px);
  transition: all 0.3s;
}
@media (min-width: 500px) {
  .l-fixednav-nav__body {
    transform: translateX(0);
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    background: none;
  }
}
.l-fixednav-nav__body.active {
  transform: translateX(0);
}
.l-fixednav-nav__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 500px) {
  .l-fixednav-nav__list {
    flex-direction: row;
  }
}
.l-fixednav-nav__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  letter-spacing: 0.25em;
}
@media (min-width: 500px) {
  .l-fixednav-nav__item a {
    flex-direction: row;
    gap: 8px;
    font-size: 1.4rem;
  }
}
.l-fixednav-nav__icon {
  width: 32px;
  height: auto;
}

.l-title {
  margin-bottom: 60px;
}
@media (min-width: 500px) {
  .l-title {
    margin-bottom: 120px;
  }
}

.c-heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 500px) {
  .c-heading {
    flex-direction: row;
    align-items: center;
  }
}
.c-heading__en {
  font-family: "Heebo", sans-serif;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 30px;
  border-right: 1px solid #000;
}
.c-heading__en--01 {
  font-size: 2.4rem;
}
@media (min-width: 500px) {
  .c-heading__en--01 {
    font-size: 3.6rem;
  }
}
.c-heading__en--02 {
  font-size: 1rem;
}
@media (min-width: 500px) {
  .c-heading__en--02 {
    font-size: 1.5rem;
  }
}
.c-heading__ja {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (min-width: 500px) {
  .c-heading__ja {
    font-size: 2.5rem;
  }
}

.c-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  padding: 15px 20px;
  font-family: "Heebo", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  border-radius: 100px;
}
@media (min-width: 500px) {
  .c-button {
    min-width: 240px;
    font-size: 1.6rem;
  }
}
.c-button--01 {
  color: #fff;
  background-color: #488B64;
  transition: opacity 0.15s linear;
}
.c-button--01:hover {
  opacity: 0.7;
}
.c-button--02 {
  border: 1px solid #000;
}

.p-about {
  padding: 100px 0 60px 20px;
}
@media (min-width: 500px) {
  .p-about {
    padding: 100px 0 140px 270px;
  }
}
.p-about__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-about__heading {
  margin-bottom: 60px;
}
.p-about__copy {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  text-decoration: underline;
  margin-bottom: 30px;
}
@media (min-width: 500px) {
  .p-about__copy {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 500px) {
  .p-about__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.p-about__desc {
  margin-bottom: 20px;
  padding-right: 20px;
}
@media (min-width: 500px) {
  .p-about__desc {
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
}
@media (min-width: 500px) {
  .p-about__desc p {
    line-height: 2.5;
  }
}
@media (min-width: 500px) {
  .p-about__image {
    width: 52%;
    margin-left: -10%;
  }
}
.p-about__image img {
  aspect-ratio: 356/313;
  -o-object-position: top left;
     object-position: top left;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 500px) {
  .p-about__image img {
    aspect-ratio: unset;
  }
}

.p-service {
  background: #F8F7EF;
  padding: 100px 0 60px 20px;
}
@media (min-width: 500px) {
  .p-service {
    padding: 100px 0 100px 0;
  }
}
@media (min-width: 500px) {
  .p-service__inner {
    max-width: 1366px;
    margin: 0 auto;
  }
}
.p-service__heading {
  margin-bottom: 24px;
}
@media (min-width: 500px) {
  .p-service__heading {
    margin: 0 0 50px 270px;
  }
}
.p-service__item {
  margin-bottom: 60px;
}
@media (min-width: 500px) {
  .p-service__item {
    display: flex;
    gap: 60px;
    margin-bottom: 100px;
  }
}
@media (min-width: 500px) {
  .p-service__item--odd {
    margin-left: 270px;
  }
}
@media (min-width: 500px) {
  .p-service__item--even {
    margin-right: 170px;
    flex-direction: row-reverse;
  }
}
.p-service__item-number {
  font-family: "Heebo", sans-serif;
  font-size: 5.6rem;
}
@media (min-width: 500px) {
  .p-service__item-number {
    font-size: 8rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 500px) {
  .p-service__item-text {
    width: 500px;
  }
}
.p-service__item-heading {
  font-size: 1.8rem;
  text-decoration: underline;
  margin-bottom: 32px;
}
@media (min-width: 500px) {
  .p-service__item-heading {
    font-size: 3rem;
    margin-bottom: 56px;
  }
}
.p-service__item-desc {
  padding-right: 20px;
  margin-bottom: 48px;
}
@media (min-width: 500px) {
  .p-service__item-desc {
    line-height: 2.2;
  }
}
@media (min-width: 500px) {
  .p-service__item-slider {
    flex: 1;
    aspect-ratio: unset;
    width: 600px;
  }
}
.p-service__item-slider img {
  height: 100%;
}
.p-product {
  background: #DEDCC2;
  padding: 100px 40px;
}
@media (min-width: 500px) {
  .p-product {
    padding: 100px 50px 120px 270px;
  }
}
@media (min-width: 500px) {
  .p-product__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.p-product__header {
  margin-bottom: 60px;
}
@media (min-width: 500px) {
  .p-product__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.p-product__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 56px;
}
@media (min-width: 500px) {
  .p-product__item {
    margin-bottom: 0;
  }
}
.p-product__item-thumb {
  margin-bottom: 30px;
}
.p-product__item-heading {
  font-family: "Heebo", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.p-product__item-copy {
  font-size: 2rem;
  text-align: center;
  min-height: 3.6em;
  margin-bottom: 30px;
}
.p-product__item-desc {
  font-size: 1.2rem;
}
.p-product__button {
  text-align: center;
}

.p-company {
  padding: 100px 20px 20px;
}
@media (min-width: 500px) {
  .p-company {
    padding: 100px 0 100px 270px;
  }
}
@media (min-width: 500px) {
  .p-company__inner {
    max-width: 1000px;
    margin: 0 auto 100px;
  }
}
.p-company__heading {
  margin-bottom: 40px;
}
@media (min-width: 500px) {
  .p-company__heading {
    margin-bottom: 90px;
  }
}
.p-company__data {
  margin-bottom: 30px;
}
.p-company__data-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #000;
}
@media (min-width: 500px) {
  .p-company__data-item {
    flex-direction: row;
  }
}
.p-company__data-term {
  display: block;
  font-weight: 700;
}
@media (min-width: 500px) {
  .p-company__data-term {
    font-size: 1.8rem;
    width: 10em;
    padding: 24px 0;
  }
}
@media (min-width: 500px) {
  .p-company__data-desc {
    font-size: 1.8rem;
    flex: 1;
    padding: 24px 0;
  }
}
@media (min-width: 500px) {
  .p-company__imgae {
    max-width: 1060px;
    margin: 0 auto;
  }
}

.p-access {
  background: #F8F7EF;
  padding: 100px 0 60px;
}
@media (min-width: 500px) {
  .p-access {
    padding: 100px 0 100px 270px;
  }
}
.p-access__inner {
  padding: 0 20px 40px;
}
@media (min-width: 500px) {
  .p-access__inner {
    max-width: 1000px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 auto 50px;
  }
}
@media (min-width: 500px) {
  .p-access__text {
    width: 53%;
  }
}
.p-access__heading {
  margin-bottom: 40px;
}
.p-access__address {
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
@media (min-width: 500px) {
  .p-access__address {
    gap: 4px;
  }
}
.p-access__company-name {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (min-width: 500px) {
  .p-access__company-name {
    font-size: 2.5rem;
    font-weight: 700;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.p-access__company-address {
  font-weight: 700;
  text-align: center;
}
@media (min-width: 500px) {
  .p-access__company-address {
    font-size: 2rem;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.p-access__button {
  text-align: center;
}
@media (min-width: 500px) {
  .p-access__button {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media (min-width: 500px) {
  .p-access__image {
    width: 47%;
  }
}
.p-access__map {
  position: relative;
  aspect-ratio: 375/260;
  height: auto;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 52px;
}
@media (min-width: 500px) {
  .p-access__map {
    max-width: 1000px;
    margin: 0 auto;
    aspect-ratio: 970/400;
  }
}
.p-access__map iframe, .p-access__map object, .p-access__map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-hero {
  overflow: hidden;
  background-color: #F8F7EF;
  padding: 0 0 60px;
}
@media (min-width: 500px) {
  .p-hero {
    flex: 1;
    padding: 54px 20px 50px;
  }
}
.p-hero__images {
  width: 90%;
  position: relative;
}
@media (min-width: 500px) {
  .p-hero__images {
    width: 100%;
    padding: 0 32px 0 12px;
  }
}
.p-hero__images img {
  width: 100%;
}
.p-hero__logo {
  width: 100PX;
  margin: 20px 0 48px 30px;
}
.p-hero__logo img {
  width: 100%;
}
@media (min-width: 500px) {
  .p-hero__logo {
    width: 18.75%;
  }
}
.p-hero__clip {
  -webkit-clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
}
@media (min-width: 500px) {
  .p-hero__clip {
    -webkit-clip-path: polygon(3% 0, 97% 0, 100% 100%, 0% 100%);
            clip-path: polygon(3% 0, 97% 0, 100% 100%, 0% 100%);
  }
}
.p-hero__sitename-image {
  width: 62.3529411765%;
  position: absolute;
  top: -20px;
  left: 8.8235294118%;
}
@media (min-width: 500px) {
  .p-hero__sitename-image {
    width: 100%;
    top: -30px;
    left: 0;
  }
}
.p-hero__sitename-text {
  display: none;
}
@media (min-width: 500px) {
  .p-hero__sitename-text {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "Heebo", sans-serif;
    font-size: 1.2rem;
    transform: rotate(-86deg);
    transform-origin: bottom left;
  }
}
.p-hero__copy {
  position: absolute;
  bottom: 28px;
  right: 3.5294117647%;
  color: #fff;
  font-size: 6vw;
  text-decoration: underline;
}
@media (min-width: 500px) {
  .p-hero__copy {
    font-size: 2.5rem;
    bottom: 40px;
    right: 56px;
  }
}
.p-hero__button {
  position: absolute;
  bottom: 19.3548387097%;
}
@media (min-width: 500px) {
  .p-hero__button {
    bottom: 12.9032258065%;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.slider2 {
  height: 100%;
  overflow: hidden;
  /* スライドの動き等速 */
  /* 画像のサイズ調整 */
}
.slider2 .swiper-wrapper {
  transition-timing-function: linear;
}
.slider2 .swiper-slide img {
  height: auto;
  width: 100%;
}

.slider3 {
  height: 100%;
  overflow: hidden;
  /* スライドの動き等速 */
  /* 画像のサイズ調整 */
}
.slider3 .swiper-wrapper {
  transition-timing-function: linear;
}
.slider3 .swiper-slide img {
  height: auto;
  width: 100%;
}

.p-recruit-nav {
  margin-bottom: 54px;
}
@media (min-width: 500px) {
  .p-recruit-nav {
    margin-bottom: 120px;
  }
}
.p-recruit-nav__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 500px) {
  .p-recruit-nav__list {
    flex-direction: row;
    gap: 40px;
  }
}
.p-recruit-nav__item {
  font-size: 2rem;
  font-weight: 700;
  transition: all 0.3s;
}
@media (min-width: 500px) {
  .p-recruit-nav__item {
    font-size: 3rem;
  }
}
@media (min-width: 500px) {
  .p-recruit-nav__item:hover {
    color: #488B64;
    text-decoration: underline;
  }
}
.p-recruit-info {
  margin-bottom: 32px;
}
@media (min-width: 500px) {
  .p-recruit-info {
    margin-bottom: 100px;
  }
}
.p-recruit-info__item {
  background: #fff;
  padding: 0 20px;
}
@media (min-width: 500px) {
  .p-recruit-info__item {
    padding: 0 50px;
  }
}
.p-recruit-info__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media (min-width: 500px) {
  .p-recruit-info__header {
    padding: 40px 0;
  }
}
.p-recruit-info__body-inner {
  padding-bottom: 20px;
}
@media (min-width: 500px) {
  .p-recruit-info__body-inner {
    padding-bottom: 60px;
  }
}
.p-recruit-info__heading {
  color: #488B64;
  font-weight: 700;
}
@media (min-width: 500px) {
  .p-recruit-info__heading {
    font-size: 3rem;
  }
}
.p-recruit-info__toggle {
  font-size: 0.9rem;
  font-weight: 700;
  position: relative;
  padding-right: 16px;
}
@media (min-width: 500px) {
  .p-recruit-info__toggle {
    font-size: 2rem;
    padding-right: 40px;
  }
}
.p-recruit-info__desc-list {
  border-top: 1px solid #E5E4E0;
}
.p-recruit-info__desc-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #E5E4E0;
}
@media (min-width: 500px) {
  .p-recruit-info__desc-item {
    flex-direction: row;
    padding: 24px 0;
  }
}
.p-recruit-info__desc-term {
  font-size: 1.3rem;
  font-weight: 700;
}
@media (min-width: 500px) {
  .p-recruit-info__desc-term {
    font-size: 1.6rem;
    width: 10em;
    padding: 0 20px;
  }
}
.p-recruit-info__desc-def {
  font-size: 1.2rem;
}
@media (min-width: 500px) {
  .p-recruit-info__desc-def {
    font-size: 1.5rem;
    padding: 0 20px;
  }
}
.p-recruit-info__desc-def p {
  line-height: 1.5;
}
.p-recruit-info__desc-def ul {
  list-style-type: disc;
  margin-left: 1.6em;
}

.p-contact-form__desc {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 48px;
}
@media (min-width: 500px) {
  .p-contact-form__desc {
    font-size: 1.6rem;
  }
}
.p-contact-form__content {
  padding: 32px 16px;
  background: #fff;
  margin-bottom: 60px;
}
@media (min-width: 500px) {
  .p-contact-form__content {
    padding: 60px 200px;
  }
}
.p-contact-form__heading {
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.4em;
}
@media (min-width: 500px) {
  .p-contact-form__heading {
    font-size: 3rem;
  }
}
.p-contact-form__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 500px) {
  .p-contact-form__list {
    gap: 24px;
  }
}
.p-contact-form__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 500px) {
  .p-contact-form__item {
    gap: 20px;
  }
}
.p-contact-form__label {
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
}
@media (min-width: 500px) {
  .p-contact-form__label {
    font-size: 2rem;
  }
}
.p-contact-form__input {
  background: #F8F7EF;
  width: 100%;
  padding: 12px;
}
@media (min-width: 500px) {
  .p-contact-form__input {
    font-size: 2rem;
    padding: 20px;
  }
}
.p-contact-form__input:focus {
  outline: 1px solid #488B64;
}
.p-contact-form__input::-moz-placeholder {
  color: #A4C1A7;
}
.p-contact-form__input::placeholder {
  color: #A4C1A7;
}
.p-contact-form__input-group {
  display: flex;
  gap: 12px;
}
@media (min-width: 500px) {
  .p-contact-form__input-group {
    gap: 20px;
  }
}
.p-contact-form__input-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-contact-form__recaptcha-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 500px) {
  .p-contact-form__recaptcha-group {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
.p-contact-form__badge {
  font-size: 0.9rem;
  color: #fff;
  background: #488B64;
  padding: 4px 6px;
  margin-right: 8px;
  border-radius: 5px;
}
@media (min-width: 500px) {
  .p-contact-form__badge {
    font-size: 1.5rem;
  }
}
.p-contact-form__error {
  color: #cf1313;
  font-weight: 700;
  margin-bottom: 1em;
}
@media (min-width: 500px) {
  .p-contact-form__confirm {
    font-weight: 700;
    font-size: 2rem;
  }
}
.p-contact-form__button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
}
@media (min-width: 500px) {
  .p-contact-form__button {
    margin-top: 40px;
  }
}
.p-contact-form__button-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 500px) {
  .p-contact-form__button-group {
    flex-direction: row;
  }
}
.p-contact-form__note {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-contact-form__note-heading {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 500px) {
  .p-contact-form__note-heading {
    font-size: 1.8rem;
  }
}
.p-contact-form__note-desc {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media (min-width: 500px) {
  .p-contact-form__note-desc {
    font-size: 1.3rem;
  }
}

.u-only-pc {
  display: none;
}
@media (min-width: 500px) {
  .u-only-pc {
    display: block;
  }
}
@media (min-width: 500px) {
  .u-only-sp {
    display: none;
  }
}

.js-slideup {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}
.js-slideup.appear {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 500px) {
  .js-slideup-pc {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
  }
}
@media (min-width: 500px) {
  .js-slideup-pc.appear {
    opacity: 1;
    transform: translateY(0);
  }
}

.js-slideup-child > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.js-slideup-child > *.appear {
  opacity: 1;
  transform: translateY(0);
}

.js-split-text .char {
  display: inline-block;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s, transform 1s;
}
.js-split-text.appear .char {
  opacity: 1;
  transform: translateX(0);
}

.js-tab-nav-item.active {
  color: #488B64;
  text-decoration: underline;
}
.js-tab-item {
  display: none;
  animation-name: fade;
  animation-duration: 0.5s;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-tab-item.show {
  display: block;
}/*# sourceMappingURL=style.css.map */