@charset "UTF-8";
/*=== color ==============*/
/*=== variable ===========*/
/*=== font ===============*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@800&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: 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: 64%;
}

/**
 * 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;
  outline: none;
  /* 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;
}

*:focus {
  outline: none;
}

/*=== minxin =============*/
/*=== base ===============*/
html {
  color: #39562F;
  font-size: 15px;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
}
@media screen and (min-width: 504px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 17px;
  }
}

body {
  background: #FAF9F1;
  color: #39562F;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.4;
}

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

a {
  text-decoration: none;
}

hr {
  color: #46A92F;
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  hr {
    margin: 80px 0;
  }
}

th {
  font-weight: normal;
}

.textBold {
  font-weight: bold;
}

@media screen and (min-width: 504px) {
  .mdHide {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .lgHide {
    display: none !important;
  }
}

@media screen and (min-width: 1120px) {
  .xlgHide {
    display: none !important;
  }
}

.mdShow {
  display: none;
}
@media screen and (min-width: 504px) {
  .mdShow {
    display: inherit !important;
  }
}

.lgShow {
  display: none;
}
@media screen and (min-width: 768px) {
  .lgShow {
    display: inherit !important;
  }
}

.xlgShow {
  display: none;
}
@media screen and (min-width: 1120px) {
  .xlgShow {
    display: inherit !important;
  }
}

.full-width {
  position: relative;
  bottom: 0;
  right: 2.6315789474%;
  display: block;
  height: 30px;
  width: 105.2631578947%;
}

.textSizeS {
  font-size: 0.75rem;
}

.underline {
  text-decoration: underline;
}

.border-r {
  border-radius: 8px;
}

.center {
  text-align: center;
}

.inner {
  max-width: 1120px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.c-menuBtnArea {
  width: 56px;
  height: 56px;
  background: #46A92F;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-menuBtnArea {
    display: none;
  }
}
.c-menuBtnArea .c-mobileMenuBtn {
  z-index: 100;
  position: relative;
  width: 28px;
  height: 40px;
  margin: 7px 0 0 14px;
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger__line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger__line:nth-of-type(1) {
  top: 8px;
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger__line:nth-of-type(2) {
  top: 15px;
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger__line:nth-of-type(3) {
  top: 23px;
}
.c-menuBtnArea .c-mobileMenuBtn {
  /* メニューオープン時 */
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger.active .hamburger__line:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.c-menuBtnArea .c-mobileMenuBtn .hamburger.active .hamburger__line:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}
.c-menuBtnArea p {
  font-size: 0.5rem;
  text-align: center;
  white-space: nowrap;
  margin-top: -10px;
  position: relative;
  z-index: 999;
  color: #fff;
}

.c-headType01, .l-base .main-container .titleArea .headType01, .l-postPage .contentWrap .entry-content .headType01, .l-archive .inner .headType01 {
  font-size: 1.8em;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .c-headType01, .l-base .main-container .titleArea .headType01, .l-postPage .contentWrap .entry-content .headType01, .l-archive .inner .headType01 {
    font-size: 2rem;
  }
}

.c-headType02, .l-postPage .contentWrap .entry-content h2 {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 0.3em;
  color: rgb(61.7361111111, 149.0486111111, 41.4513888889);
  border-bottom: 1px solid rgb(152.8, 222.1, 136.7);
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
}
@media screen and (min-width: 504px) {
  .c-headType02, .l-postPage .contentWrap .entry-content h2 {
    font-size: 1.6rem;
  }
}

.c-headType03, .l-postPage .contentWrap .entry-content h3 {
  font-size: 1.3rem;
  font-weight: bold;
  color: rgb(61.7361111111, 149.0486111111, 41.4513888889);
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
}
@media screen and (min-width: 504px) {
  .c-headType03, .l-postPage .contentWrap .entry-content h3 {
    font-size: 1.5rem;
  }
}

.c-headType04, .l-postPage .contentWrap .entry-content h4 {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
}
@media screen and (min-width: 504px) {
  .c-headType04, .l-postPage .contentWrap .entry-content h4 {
    font-size: 1.4rem;
  }
}

.c-headType05, .l-postPage .contentWrap .entry-content h5 {
  font-weight: bold;
  font-size: 1.2rem;
}
.c-headType06, .l-postPage .contentWrap .entry-content h6 {
  font-weight: bold;
}
.c-headTypeF01 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.c-headTypeF01::after {
  content: "";
  display: block;
  border-bottom: 3px solid #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.c-headTypeF01 > div {
  position: relative;
  z-index: 10;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.4em;
  margin: 0 auto;
}

.c-para p {
  line-height: 1.75;
  margin: 1em 0;
}
.c-para p:first-child:not(:last-child) {
  margin: 0 0 1em;
}
.c-para p:last-child:not(:first-child) {
  margin: 1em 0 0;
}
.c-para p:last-child:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-para p {
    line-height: 1.9;
    margin: 1.25em 0;
  }
  .c-para p:first-child:not(:last-child) {
    margin: 0 0 1.25em;
  }
  .c-para p:last-child:not(:first-child) {
    margin: 1.25em 0 0;
  }
  .c-para p:last-child:first-child {
    margin: 0;
  }
}

.c-boxType01 {
  border: 1px solid #46A92F;
  border-radius: 8px;
  margin: 2em auto;
  padding: 2em;
}

.c-tableType01 {
  font-size: 0.9rem;
  width: 100%;
  border: 2px solid #46A92F;
  background: #fff;
}
.c-tableType01 p {
  line-height: 1.75;
  margin: 1em 0;
}
.c-tableType01 p:first-child:not(:last-child) {
  margin: 0 0 1em;
}
.c-tableType01 p:last-child:not(:first-child) {
  margin: 1em 0 0;
}
.c-tableType01 p:last-child:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-tableType01 p {
    line-height: 1.9;
    margin: 1.25em 0;
  }
  .c-tableType01 p:first-child:not(:last-child) {
    margin: 0 0 1.25em;
  }
  .c-tableType01 p:last-child:not(:first-child) {
    margin: 1.25em 0 0;
  }
  .c-tableType01 p:last-child:first-child {
    margin: 0;
  }
}
.c-tableType01 p {
  line-height: 1.5;
}
.c-tableType01 tr th,
.c-tableType01 tr td {
  padding: 0.75em;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-tableType01 tr th,
  .c-tableType01 tr td {
    padding: 1em;
  }
}
.c-tableType01 tr th {
  font-weight: bold;
  white-space: nowrap;
  background: rgb(221.7444444444, 244.2944444444, 216.5055555556);
  color: #46A92F;
  border-bottom: 1px solid #46A92F;
}
@media screen and (min-width: 768px) {
  .c-tableType01 tr th {
    display: table-cell;
  }
}
.c-tableType01 tr td {
  color: #333;
}
@media screen and (min-width: 768px) {
  .c-tableType01 tr td {
    display: table-cell;
  }
}
.c-tableType01 tr:not(:first-child) {
  border-top: 1px solid #46A92F;
}

.c-tableType02 {
  font-size: 0.9rem;
  width: 100%;
}
.c-tableType02 tr {
  border-top: 1px solid #ccc;
}
.c-tableType02 tr:last-child {
  border-bottom: 1px solid #ccc;
}
.c-tableType02 tr th {
  display: block;
  font-weight: bold;
  white-space: nowrap;
  padding: 0.75em 0.4em 0;
}
.c-tableType02 tr td {
  display: block;
  padding: 0.5em 0.4em 0.75em 1.4em;
}

.c-buttomType01 {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 160px;
  text-align: center;
  text-decoration: none;
  padding: 6px 16px;
  border-radius: 50px;
  position: relative;
  color: #fff;
  background: #FF3333;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-index__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-index__outer .newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-index__outer .newsList {
    width: 47.5%;
    margin-bottom: 32px;
  }
}
.c-index__outer .newsList:not(:first-child) {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .c-index__outer .newsList:not(:first-child) {
    margin-top: 0;
  }
}
.c-index__outer .newsList .img {
  width: 49.2857142857%;
}
.c-index__outer .newsList .img:not(:nth-child(2n)) {
  margin-right: 16px;
}
.c-index__outer .newsList .img img {
  width: 100%;
  border-radius: 4px;
}
.c-index__outer .newsList .text {
  width: 49.2857142857%;
}
.c-index__outer .newsList .text .add .post-categories li {
  display: inline-block;
}
.c-index__outer .newsList .text .add .post-categories li a {
  display: inline-block;
  background: #46A92F;
  color: #fff;
  padding: 2px 8px;
  font-size: 0.85rem;
  border-radius: 50px;
  margin: 0.25em 0.25em 0 0;
}
.c-index__outer .newsList .text .add .date {
  font-size: 0.85rem;
  margin-top: 0.75em;
  margin-left: 0.2em;
  color: rgb(61.7361111111, 149.0486111111, 41.4513888889);
}
.c-index__outer .newsList .text .title {
  margin-top: 0.5em;
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
}

.c-noPage {
  padding: 240px 0 240px;
  text-align: center;
  line-height: 2;
}

.wp-pagenavi {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0 2px;
  padding: 2px 6px 3px;
  background: #d6d6d6;
  border-radius: 4px;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
  background: rgb(152.8, 222.1, 136.7);
}
.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  background: rgb(152.8, 222.1, 136.7);
}

.breadcrumbs {
  text-align: left;
  font-size: 0.8rem;
  margin: 0 auto 0 0;
}
.breadcrumbs a {
  text-decoration: underline;
}

.post-edit-link {
  position: fixed;
  bottom: 16px;
  left: 16px;
  z-index: 999;
  padding: 4px 8px;
  background-color: #fff;
}

.wp-lightbox-overlay .scrim {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.fadeUpTrigger {
  opacity: 0;
  will-change: transform;
}

.fadeUpTriggerD1 {
  opacity: 0;
  will-change: transform;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.fadeUpTriggerD2 {
  opacity: 0;
  will-change: transform;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.fadeUp {
  will-change: transform;
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.44, 0.2, 0.8);
          animation-timing-function: cubic-bezier(0.2, 0.44, 0.2, 0.8);
}
.fadeUp:nth-of-type(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.fadeUp:nth-of-type(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeUp:nth-of-type(4) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.fadeUp:nth-of-type(6) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.fadeUp:nth-of-type(7) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeUp:nth-of-type(8) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.fadeUp:nth-of-type(10) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.fadeUp:nth-of-type(11) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeUp:nth-of-type(12) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.fadeUp:nth-of-type(14) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.fadeUp:nth-of-type(15) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeUp:nth-of-type(16) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.fadeUp:nth-of-type(18) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.fadeUp:nth-of-type(19) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeUp:nth-of-type(20) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.l-header {
  height: 56px;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.l-header__inner {
  height: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    position: relative;
    padding: 0 24px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.l-header__nameArea {
  height: 100%;
}
.l-header__nameArea .nameWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  height: 100%;
}
.l-header__nameArea .nameWrap .nameBox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .l-header__nameArea .nameWrap .nameBox {
    padding-left: 0;
  }
}
.l-header__nameArea .nameWrap .nameBox img {
  display: block;
  width: 64px;
}
@media screen and (min-width: 768px) {
  .l-header__nameArea .nameWrap .nameBox img {
    width: 80px;
  }
}
.l-header__nameArea .nameWrap .nameBox .name {
  font-size: 1.15rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  margin-left: 8px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .l-header__nameArea .nameWrap .nameBox .name {
    font-size: 1.2rem;
  }
}
.l-header__navArea .recruitWrap {
  height: 100%;
  padding-right: 56px;
}
.l-header__navArea .recruitWrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .l-header__navArea .recruitWrap {
    padding-right: 0;
    margin-right: 0;
    position: relative;
    z-index: 10;
  }
}
.l-header__navArea .recruitWrap a {
  color: #fff;
  font-size: 0.85rem;
  padding: 2px 8px 3px;
  border-radius: 4px;
  background: #FF3333;
}
.l-header__navArea .menuWrap {
  color: #fff;
  background: #46A92F;
  width: 30%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  padding: 50px 24px 16px 24px;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .l-header__navArea .menuWrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    position: absolute;
    color: #39562F;
    top: 0;
    right: 0;
    height: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    background: none;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header__navArea .menuWrap .menu {
    position: absolute;
    top: 0;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-header__navArea .menuWrap .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin-right: 112px;
  }
}
.l-header__navArea .menuWrap .menu ul li {
  margin: 0.5em 0;
  border-bottom: 1px solid rgb(90.75, 202.125, 64.875);
  padding-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .l-header__navArea .menuWrap .menu ul li {
    font-size: 0.9rem;
    margin: 0;
    padding: 0 6px;
    border-bottom: none;
  }
}
.l-header__inner .overlay {
  content: "";
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  width: 100%;
}
.l-header__inner.active .menuWrap {
  visibility: visible;
  opacity: 1;
  width: 50%;
  right: 0;
  z-index: 99;
}
.l-header__inner.active .overlay {
  z-index: 10;
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}

.l-footer {
  background: #46A92F;
}
.l-footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  color: #fff;
  padding: 32px 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding: 64px 16px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    width: 31.4285714286%;
  }
}
.l-footer__nav h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: rgb(221.7444444444, 244.2944444444, 216.5055555556);
  margin: 0 0 0 12px;
}
.l-footer__nav ul {
  margin: 24px 0 32px;
  font-size: 0.95rem;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 0 16px 0 24px;
}
.l-footer__nav ul li {
  margin: 0.3em 0;
  display: inline-block;
  width: 100%;
}
.l-footer__nameArea {
  margin: 48px 0 0;
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea {
    width: 40%;
    margin: 0;
  }
}
.l-footer__nameArea .nameBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__nameArea .nameBox img {
  background: #fff;
  border-radius: 4px;
  padding: 2px 8px;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea .nameBox img {
    width: 96px;
  }
}
.l-footer__nameArea .nameBox .name {
  font-size: 1.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  margin-left: 14px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea .nameBox .name {
    font-size: 2rem;
  }
}
.l-footer__nameArea .address {
  margin: 1em 0 0;
  font-size: 0.85rem;
}
.l-footer__nameArea .sitePolicy:link {
  text-decoration: underline;
}
.l-footer .catchphrase {
  margin: 1.5em 0 0;
  font-size: 0.9rem;
}
.l-footer .backToTop {
  display: block;
  margin: 24px auto 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer__copy {
  border-top: 1px solid rgb(90.75, 202.125, 64.875);
  text-align: center;
  padding-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    padding-top: 1em;
  }
}

.l-base .main-container .titleArea {
  background: url("../img/cedar-BG01.jpg") center center no-repeat;
  background-size: cover;
  padding: 96px 16px 38px;
}
@media screen and (min-width: 768px) {
  .l-base .main-container .titleArea {
    padding: 112px 16px 64px;
  }
}
.l-base .main-container .titleArea .headType01 {
  text-align: center;
  text-shadow: 0 0 8px #fff;
  color: #333;
}
.l-base .breadcrumbs {
  text-align: center;
  padding: 1em 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-base .breadcrumbs {
    padding: 2em 16px;
  }
}

.l-postPage .inner {
  padding: 16px 16px 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.l-postPage .contentWrap {
  padding: 32px 16px;
  margin: 0 auto;
  max-width: 1120px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-postPage .contentWrap {
    padding: 72px 16px 32px;
  }
}
.l-postPage .contentWrap .entry-content p {
  line-height: 1.75;
  margin: 1em 0;
}
.l-postPage .contentWrap .entry-content p:first-child:not(:last-child) {
  margin: 0 0 1em;
}
.l-postPage .contentWrap .entry-content p:last-child:not(:first-child) {
  margin: 1em 0 0;
}
.l-postPage .contentWrap .entry-content p:last-child:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-postPage .contentWrap .entry-content p {
    line-height: 1.9;
    margin: 1.25em 0;
  }
  .l-postPage .contentWrap .entry-content p:first-child:not(:last-child) {
    margin: 0 0 1.25em;
  }
  .l-postPage .contentWrap .entry-content p:last-child:not(:first-child) {
    margin: 1.25em 0 0;
  }
  .l-postPage .contentWrap .entry-content p:last-child:first-child {
    margin: 0;
  }
}
.l-postPage .contentWrap .entry-content a {
  text-decoration: underline;
  color: rgb(53.4722222222, 129.0972222222, 35.9027777778);
}
.l-postPage .contentWrap .entry-content a button {
  border: 1px solid #46A92F;
  border-radius: 4px;
  padding: 0 12px;
}
.l-postPage .contentWrap .entry-content .headType01 {
  margin: 1.5em 0;
}
.l-postPage .contentWrap .entry-content .headType01:first-child:not(:last-child) {
  margin: 0 0 1.5em;
}
.l-postPage .contentWrap .entry-content .headType01:last-child:not(:first-child) {
  margin: 1.5em 0 0;
}
.l-postPage .contentWrap .entry-content .headType01:last-child:first-child {
  margin: 0;
}
.l-postPage .contentWrap .entry-content .headType01 {
  margin-left: auto !important;
  margin-right: auto !important;
}
.l-postPage .contentWrap .entry-content h2 {
  margin: 1.5em 0;
}
.l-postPage .contentWrap .entry-content h2:first-child:not(:last-child) {
  margin: 0 0 1.5em;
}
.l-postPage .contentWrap .entry-content h2:last-child:not(:first-child) {
  margin: 1.5em 0 0;
}
.l-postPage .contentWrap .entry-content h2:last-child:first-child {
  margin: 0;
}
.l-postPage .contentWrap .entry-content h3 {
  margin: 1.5em 0;
}
.l-postPage .contentWrap .entry-content h3:first-child:not(:last-child) {
  margin: 0 0 1.5em;
}
.l-postPage .contentWrap .entry-content h3:last-child:not(:first-child) {
  margin: 1.5em 0 0;
}
.l-postPage .contentWrap .entry-content h3:last-child:first-child {
  margin: 0;
}
.l-postPage .contentWrap .entry-content h4 {
  margin: 1.5em 0;
}
.l-postPage .contentWrap .entry-content h4:first-child:not(:last-child) {
  margin: 0 0 1.5em;
}
.l-postPage .contentWrap .entry-content h4:last-child:not(:first-child) {
  margin: 1.5em 0 0;
}
.l-postPage .contentWrap .entry-content h4:last-child:first-child {
  margin: 0;
}
.l-postPage .contentWrap .entry-content h5 {
  margin: 1.5em 0;
}
.l-postPage .contentWrap .entry-content h5:first-child:not(:last-child) {
  margin: 0 0 1.5em;
}
.l-postPage .contentWrap .entry-content h5:last-child:not(:first-child) {
  margin: 1.5em 0 0;
}
.l-postPage .contentWrap .entry-content h5:last-child:first-child {
  margin: 0;
}
.l-postPage .contentWrap .entry-content h6 {
  margin: 1.5em 0;
}
.l-postPage .contentWrap .entry-content h6:first-child:not(:last-child) {
  margin: 0 0 1.5em;
}
.l-postPage .contentWrap .entry-content h6:last-child:not(:first-child) {
  margin: 1.5em 0 0;
}
.l-postPage .contentWrap .entry-content h6:last-child:first-child {
  margin: 0;
}
.l-postPage .contentWrap .entry-content figure {
  margin: 2em 0;
}
.l-postPage .contentWrap .entry-content figure:first-child:not(:last-child) {
  margin: 0 0 2em;
}
.l-postPage .contentWrap .entry-content figure:last-child:not(:first-child) {
  margin: 2em 0 0;
}
.l-postPage .contentWrap .entry-content figure:last-child:first-child {
  margin: 0;
}
.l-postPage .contentWrap .entry-content ul.wp-block-list,
.l-postPage .contentWrap .entry-content ol.wp-block-list {
  margin: 2em 0;
}
.l-postPage .contentWrap .entry-content ul.wp-block-list:first-child:not(:last-child),
.l-postPage .contentWrap .entry-content ol.wp-block-list:first-child:not(:last-child) {
  margin: 0 0 2em;
}
.l-postPage .contentWrap .entry-content ul.wp-block-list:last-child:not(:first-child),
.l-postPage .contentWrap .entry-content ol.wp-block-list:last-child:not(:first-child) {
  margin: 2em 0 0;
}
.l-postPage .contentWrap .entry-content ul.wp-block-list:last-child:first-child,
.l-postPage .contentWrap .entry-content ol.wp-block-list:last-child:first-child {
  margin: 0;
}
.l-postPage .contentWrap .entry-content ul.wp-block-list,
.l-postPage .contentWrap .entry-content ol.wp-block-list {
  list-style: disc;
  padding: 0 0 0 2em;
}
.l-postPage .contentWrap .entry-content ul.wp-block-list li:not(:first-child),
.l-postPage .contentWrap .entry-content ol.wp-block-list li:not(:first-child) {
  margin-top: 0.7em;
}
.l-postPage .contentWrap .entry-content ol.wp-block-list {
  list-style: auto;
}
.l-postPage .contentWrap .entry-content .wp-block-button a {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-postPage .contentWrap.twoColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-postPage .contentWrap.twoColumn .entryWrap {
    width: 73.75%;
  }
  .l-postPage .contentWrap.twoColumn .categoryList {
    width: 21.25%;
  }
  .l-postPage .contentWrap.twoColumn .categoryList ul.outer {
    margin: 0;
  }
  .l-postPage .contentWrap.twoColumn .categoryList ul.outer li {
    display: block;
    white-space: wrap;
    line-height: 1.4;
  }
  .l-postPage .contentWrap.twoColumn .categoryList ul.outer li:not(:last-child) {
    margin-bottom: 0.75em;
  }
  .l-postPage .contentWrap.twoColumn .categoryList ul.outer li a {
    margin: 0;
    display: block;
    padding: 8px 16px;
  }
}
.l-postPage .contentWrap {
  padding: 32px 16px;
  margin: 0 auto;
  max-width: 1120px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-postPage .contentWrap {
    padding: 72px 16px 32px;
  }
}
@media screen and (min-width: 768px) {
  .l-postPage .contentWrap.twoColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-postPage .contentWrap.twoColumn .entryWrap {
    width: 73.75%;
  }
  .l-postPage .contentWrap.twoColumn .categoryList {
    width: 21.25%;
  }
  .l-postPage .contentWrap.twoColumn .categoryList ul.outer {
    margin: 0;
  }
  .l-postPage .contentWrap.twoColumn .categoryList ul.outer li {
    display: block;
    white-space: wrap;
    line-height: 1.4;
  }
  .l-postPage .contentWrap.twoColumn .categoryList ul.outer li:not(:last-child) {
    margin-bottom: 0.75em;
  }
  .l-postPage .contentWrap.twoColumn .categoryList ul.outer li a {
    margin: 0;
    display: block;
    padding: 8px 16px;
  }
}
.l-postPage ul.post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 1em 1em 0 0;
  text-align: right;
  font-size: 0.8rem;
  color: #46A92F;
}
.l-postPage ul.post-categories a {
  margin: 0 0.25em;
  text-decoration: underline;
}
.l-postPage .entry-date {
  text-align: right;
  clear: both;
  margin: 0.5em 1em 0 0;
  font-size: 0.9rem;
}
.l-postPage .single-nav {
  margin: 32px auto;
}
@media screen and (min-width: 768px) {
  .l-postPage .single-nav {
    margin: 48px auto;
  }
}
.l-postPage .single-nav > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-postPage .single-nav > div a span img {
  margin-right: 0.4em;
}
.l-postPage .single-nav > div a span:first-child {
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  width: 6em;
  color: rgb(61.7361111111, 149.0486111111, 41.4513888889);
  font-size: 1.1rem;
}
.l-postPage .single-nav > div a span:nth-child(2) {
  text-decoration: underline;
  width: calc(100% - 6em);
  margin-top: 0.15em;
}
.l-postPage .single-nav > div:nth-child(2) {
  border-top: 1px solid rgb(152.8, 222.1, 136.7);
  margin: 0.75em 0 0;
  padding-top: 0.6em;
}
.l-postPage .categoryList .outer {
  margin: 32px auto 0;
  line-height: 2.4;
  font-size: 0.9rem;
}
.l-postPage .categoryList .outer li {
  list-style: none;
  display: inline-block;
  white-space: nowrap;
}
.l-postPage .categoryList .outer li a {
  margin-right: 0.3em;
  background: rgb(221.7444444444, 244.2944444444, 216.5055555556);
  border-radius: 24px;
  padding: 4px 10px;
  color: rgb(61.7361111111, 149.0486111111, 41.4513888889);
}
@media screen and (min-width: 768px) {
  .l-postPage .categoryList .outer li a {
    margin: 0 0.4em 0 0;
    padding: 4px 24px;
  }
}

.l-fixedPage .main-container .titleArea h1.headType01 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .l-fixedPage .main-container .titleArea h1.headType01 {
    font-size: 2.8rem;
  }
}
.l-fixedPage .main-container .titleArea .subtitle {
  text-align: center;
  margin-top: 0.5em;
  text-shadow: 0 0 8px #fff;
}

.l-archive .inner {
  padding: 16px 16px 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.l-archive .inner .headType01 {
  margin: 32px auto 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-archive .inner .headType01 {
    margin: 64px auto 56px;
  }
}
.l-archive .inner .indexWrap {
  margin-top: 2em;
}
.l-archive .inner .indexWrap .newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-archive .inner .indexWrap .newsList:not(:first-child) {
  margin-top: 1.5em;
}
.l-archive .inner .indexWrap .newsList .img {
  width: 49.2857142857%;
}
.l-archive .inner .indexWrap .newsList .img:not(:nth-child(2n)) {
  margin-right: 16px;
}
.l-archive .inner .indexWrap .newsList .text {
  width: 49.2857142857%;
}
.l-archive .inner .indexWrap .newsList .text .add .post-categories li {
  display: inline-block;
}
.l-archive .inner .indexWrap .newsList .text .add .post-categories li a {
  display: inline-block;
  background: #46A92F;
  color: #fff;
  padding: 2px 8px;
  font-size: 0.85rem;
  border-radius: 50px;
  margin: 0.25em 0.25em 0 0;
}
.l-archive .inner .indexWrap .newsList .text .add .date {
  font-size: 0.85rem;
  margin-top: 0.75em;
  margin-left: 0.2em;
  color: rgb(61.7361111111, 149.0486111111, 41.4513888889);
}
.l-archive .inner .indexWrap .newsList .text .title {
  margin-top: 0.5em;
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
}
.l-archive .inner .categoryList {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-archive .inner .categoryList {
    margin-top: 72px;
  }
}
.l-archive .inner .categoryList .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-archive .inner .categoryList .outer li {
  width: 48.5714285714%;
  margin: 0.25em 0;
}
.l-archive .inner .categoryList .outer li:nth-child(odd) {
  margin-right: get-margin-per();
}
@media screen and (min-width: 768px) {
  .l-archive .inner .categoryList .outer li {
    width: 22.8571428571%;
    margin: 0.1em 0;
  }
  .l-archive .inner .categoryList .outer li:not(:nth-child(4n)) {
    margin-right: get-margin-per();
  }
}
.l-archive .inner .categoryList .outer li a {
  text-align: center;
  display: block;
  background: #46A92F;
  padding: 4px 12px;
  color: #fff;
  border-radius: 8px;
}

.p-frontPage .head01 span {
  font-size: 0.85rem;
}
.p-frontPage .head01 div {
  font-size: 1.9em;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  margin-top: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-frontPage .head01 div {
    font-size: 2.1em;
  }
}
.p-frontPage__mv {
  background: url(../img/MV01.webp) center center no-repeat;
  background-size: cover;
  height: 100svh;
  color: #fff;
}
.p-frontPage__mv .tagline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 112px;
  width: 100%;
  height: 68svh;
  font-size: 4svh;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  line-height: 1.8;
  text-shadow: 0 0 16px #052106;
}
@media screen and (min-width: 768px) {
  .p-frontPage__mv .tagline {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    height: auto;
    font-size: clamp(40px, 6vw, 90px);
    letter-spacing: -1px;
    line-height: 1.4;
    margin-left: 90px;
    width: auto;
    padding-top: 16svh;
  }
}
.p-frontPage__mv p {
  padding: 0 24px;
  max-width: 1120px;
  text-align: center;
  font-size: 0.9rem;
  margin: 0 auto;
  max-width: 400px;
  text-shadow: 0 0 8px #000;
}
@media screen and (min-width: 768px) {
  .p-frontPage__mv p {
    font-size: 1.1rem;
    margin: 32px auto 0 90px;
    text-align: left;
    padding: 0;
    max-width: inherit;
  }
}
.p-frontPage__mv ul {
  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;
  margin: 1.5em auto 0;
}
@media screen and (min-width: 768px) {
  .p-frontPage__mv ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 40px auto 0 90px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-frontPage__mv ul li a {
  text-align: center;
  margin: 0 auto;
  background: #46A92F;
}
.p-frontPage__mv ul li:nth-child(2) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__mv ul li:nth-child(2) {
    margin: 0 auto 0 24px;
  }
}
.p-frontPage__mv ul li:nth-child(2) a {
  background: #FF3333;
}
.p-frontPage__intro {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro {
    padding: 80px 24px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.p-frontPage__intro .inner {
  padding: 0 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .inner {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .text {
    width: 47.5%;
  }
}
.p-frontPage__intro .text .head01 {
  color: #FF3333;
}
.p-frontPage__intro .text p {
  margin-top: 1em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .text p {
    margin-top: 1.5em;
  }
}
.p-frontPage__intro .img {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .img {
    margin-top: 0;
    width: 47.5%;
  }
}
.p-frontPage__intro .img img {
  display: block;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.p-frontPage__intro .img img:first-child {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .img img:first-child {
    width: 70%;
  }
}
.p-frontPage__intro .img img:nth-child(2) {
  width: 80%;
  margin: -32px 0 0 auto;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .img img:nth-child(2) {
    width: 70%;
    margin: -80px 0 0 auto;
  }
}
.p-frontPage__recruit {
  background: #46A92F;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-frontPage__recruit {
    position: relative;
  }
}
.p-frontPage__recruit .inner {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-frontPage__recruit .inner {
    max-width: inherit;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 70px 16px;
    max-width: 1120px;
  }
}
.p-frontPage__recruit .article {
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__recruit .article {
    padding: 0;
    width: 56.25%;
  }
}
.p-frontPage__recruit .article p {
  margin-top: 1.5em;
  line-height: 1.75;
}
.p-frontPage__recruit .article .c-buttomType01 {
  margin: 2.5em auto 0;
}
.p-frontPage__recruit .list {
  position: relative;
  padding: 40px 16px 64px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__recruit .list {
    width: 38.75%;
    padding: 0;
    position: static;
  }
}
.p-frontPage__recruit .list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/recruit-img01.webp") center center no-repeat;
  background-size: cover;
  width: 74.2857142857%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-frontPage__recruit .list::before {
    left: calc(50% + 200px);
    width: 40%;
  }
}
.p-frontPage__recruit .list ul li {
  background: rgba(255, 255, 255, 0.85);
  color: #333;
  z-index: 10;
  position: relative;
  padding: 12px 10px;
  border-radius: 8px;
  font-size: 0.9rem;
  width: 82.8571428571%;
}
@media screen and (min-width: 768px) {
  .p-frontPage__recruit .list ul li {
    padding: 14px 20px;
    width: 100%;
  }
}
.p-frontPage__recruit .list ul li h3 {
  color: #FF3333;
  font-weight: bold;
  font-size: 1.4rem;
}
.p-frontPage__recruit .list ul li p {
  margin-top: 0.4em;
}
.p-frontPage__recruit .list ul li:not(:first-child) {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-frontPage__recruit .list ul li:not(:first-child) {
    margin-top: 1.25em;
  }
}
.p-frontPage__movie {
  padding: 48px 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: rgb(221.7444444444, 244.2944444444, 216.5055555556);
}
@media screen and (min-width: 768px) {
  .p-frontPage__movie {
    padding: 70px 24px;
  }
}
.p-frontPage__movie .wrap {
  max-width: 960px;
  margin: 0 auto;
}
.p-frontPage__movie .inner {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.p-frontPage__movie .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.p-frontPage__business .inner {
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__business .inner {
    padding: 70px 24px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.p-frontPage__business h2.head01 {
  text-align: center;
  color: #46A92F;
}
.p-frontPage__business .lead {
  margin: 32px auto 0;
  max-width: 800px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-frontPage__business .lead {
    margin-top: 56px;
  }
}
.p-frontPage__business .worksList {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__business .worksList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 64px;
  }
}
.p-frontPage__business .worksList > li {
  background: #fff;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__business .worksList > li {
    width: 47.5%;
  }
}
.p-frontPage__business .worksList > li[class]::before {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 768px) {
  .p-frontPage__business .worksList > li[class]::before {
    height: 320px;
  }
}
.p-frontPage__business .worksList > li.shinrinseibi::before {
  background: url("../img/shinrinseibi-img01.webp") center center no-repeat;
  background-size: cover;
}
.p-frontPage__business .worksList > li.mokuzaikako {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .p-frontPage__business .worksList > li.mokuzaikako {
    margin-top: 0;
  }
}
.p-frontPage__business .worksList > li.mokuzaikako::before {
  background: url("../img/mokuzaikao-img01.webp") center center no-repeat;
  background-size: cover;
}
.p-frontPage__business .worksList > li .wrap {
  padding: 24px 16px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__business .worksList > li .wrap {
    padding: 32px 40px;
  }
}
.p-frontPage__business .worksList > li .wrap h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  font-size: 1.5rem;
  text-align: center;
  color: #46A92F;
}
@media screen and (min-width: 768px) {
  .p-frontPage__business .worksList > li .wrap h3 {
    font-size: 1.7rem;
  }
}
.p-frontPage__business .worksList > li .wrap p {
  color: #333;
  margin-top: 1.25em;
}
.p-frontPage__business .worksList > li .wrap .operationWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
}
.p-frontPage__business .worksList > li .wrap .operationWrap .operation {
  color: #46A92F;
  font-weight: bold;
  width: 60%;
}
.p-frontPage__business .worksList > li .wrap .operationWrap .operation li {
  margin: 0.4em 0;
  font-size: 1.1rem;
  text-indent: -1.75em;
  margin-left: 1.65em;
}
.p-frontPage__business .worksList > li .wrap .operationWrap .operation li::before {
  content: "";
  display: inline-block;
  background: url("../img/icon-wood01.svg") center center no-repeat;
  background-size: contain;
  height: 1.25em;
  width: 1.5em;
  margin-right: 0.3em;
  bottom: -0.25em;
  position: relative;
}
.p-frontPage__business .worksList > li .wrap .operationWrap .moreArea {
  width: 30%;
}
.p-frontPage__business .worksList > li .wrap .operationWrap .moreArea a {
  width: 5em;
  display: block;
  color: #FF3333;
  font-weight: bold;
  border: 1px solid #FF3333;
  padding: 8px 14px;
  text-align: center;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__business .worksList > li .wrap .operationWrap .moreArea a {
    width: 7em;
  }
}
.p-frontPage__topics {
  background: rgb(221.7444444444, 244.2944444444, 216.5055555556);
}
.p-frontPage__topics .inner {
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__topics .inner {
    padding: 70px 24px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-frontPage__topics .inner .topics {
    width: 73.75%;
  }
}
.p-frontPage__topics h2 {
  color: rgb(61.7361111111, 149.0486111111, 41.4513888889);
}
.p-frontPage__topics .c-index__outer {
  margin-top: 32px;
}
.p-frontPage__topics .newsletter {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__topics .newsletter {
    width: 21.25%;
    margin-top: 0;
  }
}
.p-frontPage__topics .newsletter .newsList {
  margin: 32px auto 0;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-frontPage__topics .newsletter .newsList {
    width: 100%;
  }
}
.p-frontPage__topics .newsletter .text {
  margin: 0.5em 0;
}

@media screen and (min-width: 768px) {
  .p-indexPage .headType01 {
    margin: 32px auto 40px;
  }
}
.p-indexPage .c-index__outer {
  padding: 40px 16px 0;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-indexPage .c-index__outer {
    padding: 70px 16px 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
@media screen and (min-width: 768px) {
  .p-indexPage .c-index__outer .newsList {
    margin-bottom: 56px;
  }
}
.p-indexPage .c-index__outer .newsList .img img {
  border-radius: 8px;
}
.p-indexPage .c-index__outer .newsList .text .add .post-categories li a {
  background: rgb(221.7444444444, 244.2944444444, 216.5055555556);
  color: #46A92F;
}
.p-indexPage .wp-pagenavi {
  margin: 40px auto 0;
}
.p-indexPage .categoryList .outer {
  max-width: 1120px;
  padding: 40px 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  line-height: 2.4;
  font-size: 0.9rem;
}
.p-indexPage .categoryList .outer li {
  list-style: none;
  display: inline-block;
  white-space: nowrap;
}
.p-indexPage .categoryList .outer li a {
  margin-right: 0.3em;
  background: rgb(221.7444444444, 244.2944444444, 216.5055555556);
  border-radius: 24px;
  padding: 4px 10px;
  color: rgb(61.7361111111, 149.0486111111, 41.4513888889);
}
@media screen and (min-width: 768px) {
  .p-indexPage .categoryList .outer li a {
    margin: 0 0.4em 0 0;
    padding: 4px 24px;
  }
}

.p-aboutPage h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  font-size: 2rem;
  text-align: center;
}
.p-aboutPage__thoughts {
  padding: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .p-aboutPage__thoughts {
    padding: 80px 0;
  }
}
.p-aboutPage__thoughts h2 {
  color: #FF3333;
}
@media screen and (min-width: 768px) {
  .p-aboutPage__thoughts .paraWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 1120px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 56px;
  }
}
.p-aboutPage__thoughts .paraWrap .para {
  margin-top: 32px;
}
.p-aboutPage__thoughts .paraWrap .para p {
  line-height: 1.75;
  margin: 1em 0;
}
.p-aboutPage__thoughts .paraWrap .para p:first-child:not(:last-child) {
  margin: 0 0 1em;
}
.p-aboutPage__thoughts .paraWrap .para p:last-child:not(:first-child) {
  margin: 1em 0 0;
}
.p-aboutPage__thoughts .paraWrap .para p:last-child:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-aboutPage__thoughts .paraWrap .para p {
    line-height: 1.9;
    margin: 1.25em 0;
  }
  .p-aboutPage__thoughts .paraWrap .para p:first-child:not(:last-child) {
    margin: 0 0 1.25em;
  }
  .p-aboutPage__thoughts .paraWrap .para p:last-child:not(:first-child) {
    margin: 1.25em 0 0;
  }
  .p-aboutPage__thoughts .paraWrap .para p:last-child:first-child {
    margin: 0;
  }
}
.p-aboutPage__thoughts .paraWrap .para {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .p-aboutPage__thoughts .paraWrap .para {
    width: 65%;
    padding: 0;
    margin-top: 0;
  }
}
.p-aboutPage__thoughts .paraWrap::after {
  content: "";
  background: url("../img/about-img01.webp") center center no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100vw;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-aboutPage__thoughts .paraWrap::after {
    height: auto;
    margin-top: 0;
    margin-left: calc(50% - 50svw);
    width: calc(30% + 50svw - 50%);
    border-radius: 0 8px 8px 0;
  }
}
.p-aboutPage__data {
  background: #46A92F;
  color: #fff;
  text-align: center;
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .p-aboutPage__data {
    padding: 80px 24px;
  }
}
.p-aboutPage__data .para {
  margin-top: 24px;
}
.p-aboutPage__data .para p {
  line-height: 1.75;
  margin: 1em 0;
}
.p-aboutPage__data .para p:first-child:not(:last-child) {
  margin: 0 0 1em;
}
.p-aboutPage__data .para p:last-child:not(:first-child) {
  margin: 1em 0 0;
}
.p-aboutPage__data .para p:last-child:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-aboutPage__data .para p {
    line-height: 1.9;
    margin: 1.25em 0;
  }
  .p-aboutPage__data .para p:first-child:not(:last-child) {
    margin: 0 0 1.25em;
  }
  .p-aboutPage__data .para p:last-child:not(:first-child) {
    margin: 1.25em 0 0;
  }
  .p-aboutPage__data .para p:last-child:first-child {
    margin: 0;
  }
}
.p-aboutPage__data .para {
  padding: 0 16px;
}
.p-aboutPage__data .figureList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-aboutPage__data .figureList {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 1120px;
    margin: 56px auto 0;
  }
}
.p-aboutPage__data .figureList li {
  width: 47.5%;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-aboutPage__data .figureList li {
    margin-top: 0;
    width: 21.25%;
  }
}
.p-aboutPage__overview .inner {
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .p-aboutPage__overview .inner {
    padding: 80px 16px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.p-aboutPage__overview h2 {
  color: #46A92F;
}
.p-aboutPage__overview .c-tableType01 {
  margin: 32px 0 0;
}
@media screen and (min-width: 768px) {
  .p-aboutPage__overview .c-tableType01 {
    margin: 56px auto 0;
    max-width: 800px;
  }
}
.p-aboutPage__organization .inner {
  padding: 0 16px 40px;
}
@media screen and (min-width: 768px) {
  .p-aboutPage__organization .inner {
    padding: 0 16px 80px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0 auto;
    max-width: 800px;
  }
}
.p-aboutPage__organization h2 {
  color: #46A92F;
}
.p-aboutPage__organization .organization {
  border: 2px solid #46A92F;
  margin: 32px 0 0;
}
@media screen and (min-width: 768px) {
  .p-aboutPage__organization .organization {
    margin: 56px 0 0;
  }
}
.p-aboutPage__access h2 {
  color: #46A92F;
}
@media screen and (min-width: 768px) {
  .p-aboutPage__access .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 56px;
  }
}
@media screen and (min-width: 768px) {
  .p-aboutPage__access .inner .img {
    margin-bottom: 0.5em;
  }
}
.p-aboutPage__access .inner .mapWrap {
  margin: 32px auto 0;
}
@media screen and (min-width: 768px) {
  .p-aboutPage__access .inner .mapWrap {
    margin: 40px 0 0;
    width: 48.5714285714%;
  }
}
.p-aboutPage__access .inner .mapWrap h3 {
  margin: 0.25em 16px;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-aboutPage__access .inner .mapWrap h3 {
    margin: 0 0 0.4em;
  }
}
.p-aboutPage__access .inner .mapWrap .map {
  width: 100%;
  height: 80vw;
}
@media screen and (min-width: 768px) {
  .p-aboutPage__access .inner .mapWrap .map {
    height: 480px;
  }
}

.p-forestPage .head01 {
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  font-size: 2rem;
  text-align: center;
}
.p-forestPage__intro {
  padding: 40px 16px 0;
}
.p-forestPage__intro p {
  line-height: 1.75;
  margin: 1em 0;
}
.p-forestPage__intro p:first-child:not(:last-child) {
  margin: 0 0 1em;
}
.p-forestPage__intro p:last-child:not(:first-child) {
  margin: 1em 0 0;
}
.p-forestPage__intro p:last-child:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-forestPage__intro p {
    line-height: 1.9;
    margin: 1.25em 0;
  }
  .p-forestPage__intro p:first-child:not(:last-child) {
    margin: 0 0 1.25em;
  }
  .p-forestPage__intro p:last-child:not(:first-child) {
    margin: 1.25em 0 0;
  }
  .p-forestPage__intro p:last-child:first-child {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-forestPage__intro {
    margin: 0 auto;
    padding: 80px 24px 80px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1120px;
  }
}
.p-forestPage__intro .text {
  max-width: 960px;
  margin: 0 auto;
}
.p-forestPage__intro .img {
  margin-top: 40px;
  margin-left: calc(50% - 50svw);
  margin-right: calc(50% - 50svw);
}
@media screen and (min-width: 768px) {
  .p-forestPage__intro .img {
    margin: 72px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-forestPage__intro .img li {
  margin-top: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-forestPage__intro .img li {
    width: 32.380952381%;
  }
}
.p-forestPage__intro .img li img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-forestPage__intro .img li img {
    height: auto;
  }
}
.p-forestPage__system {
  padding: 40px 16px 0;
  background: #46A92F;
}
@media screen and (min-width: 768px) {
  .p-forestPage__system {
    padding: 80px 24px 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.p-forestPage__system h2 {
  color: #fff;
}
.p-forestPage__system ul {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-forestPage__system ul {
    margin: 32px auto 0;
    max-width: 1120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-forestPage__system ul li {
  background: #FFF4BF;
  margin-top: 12px;
  border-radius: 8px;
  padding: 0.8em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(53.4722222222, 129.0972222222, 35.9027777778);
}
@media screen and (min-width: 768px) {
  .p-forestPage__system ul li {
    width: 31.9047619048%;
    margin-top: 24px;
    padding: 1.2em 1.2em;
  }
}
.p-forestPage__system ul li span:last-child {
  text-align: right;
  font-size: 1.25rem;
}
.p-forestPage__system::after {
  content: "";
  background: url(../img/forest-img04.webp) center center no-repeat;
  background-size: cover;
  height: 100svw;
  width: 100svw;
  display: block;
  margin-top: 48px;
  margin-left: calc(50% - 50svw);
  margin-right: calc(50% - 50svw);
}
@media screen and (min-width: 768px) {
  .p-forestPage__system::after {
    margin-top: 80px;
    height: 480px;
  }
}
.p-forestPage__works {
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .p-forestPage__works {
    padding: 80px 24px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.p-forestPage__works h2 {
  color: #46A92F;
}
.p-forestPage__works .list {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-forestPage__works .list {
    max-width: 1120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 24px auto 0;
  }
}
.p-forestPage__works .list li {
  border: 1px solid #46A92F;
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-forestPage__works .list li {
    width: 22.8571428571%;
    padding: 32px 24px;
    margin-top: 32px;
  }
}
.p-forestPage__works .list li h3 {
  text-align: center;
  font-weight: bold;
  color: #46A92F;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-forestPage__works .list li h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-forestPage__works .list li h3 .auxiliary {
  font-size: 1rem;
}
.p-forestPage__works .list li h3 + div {
  color: #333;
}
.p-forestPage__works .list li h3 + div div:first-child {
  text-align: center;
  background: #FFF4BF;
  margin: 20px auto 0;
  padding: 0.25em 1em;
  border-radius: 50px;
  min-width: 140px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-forestPage__works .list li h3 + div div:first-child {
    margin: 32px auto 0;
  }
}
.p-forestPage__works .list li h3 + div div:nth-child(2) {
  margin-top: 16px;
  line-height: 1.5;
  font-size: 0.95rem;
}
@media screen and (min-width: 768px) {
  .p-forestPage__works .list li h3 + div div:nth-child(2) {
    margin: 16px auto 0;
  }
}
.p-forestPage__works p {
  margin-top: 24px;
  font-size: 0.9rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-forestPage__works p {
    margin: 56px auto 0;
    max-width: 960px;
  }
}
.p-forestPage__works::after {
  content: "";
  background: url(../img/forest-img06.webp) center center no-repeat;
  background-size: cover;
  height: 100svw;
  width: 100svw;
  display: block;
  margin-top: 48px;
  margin-left: calc(50% - 50svw);
  margin-right: calc(50% - 50svw);
}
@media screen and (min-width: 768px) {
  .p-forestPage__works::after {
    margin-top: 80px;
    height: 480px;
  }
}
.p-forestPage__sales {
  padding: 0 16px 32px;
}
@media screen and (min-width: 768px) {
  .p-forestPage__sales {
    padding: 0 16px 72px;
  }
}
.p-forestPage__sales .text {
  margin: 32px auto 0;
}
.p-forestPage__sales .text p {
  line-height: 1.75;
  margin: 1em 0;
}
.p-forestPage__sales .text p:first-child:not(:last-child) {
  margin: 0 0 1em;
}
.p-forestPage__sales .text p:last-child:not(:first-child) {
  margin: 1em 0 0;
}
.p-forestPage__sales .text p:last-child:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-forestPage__sales .text p {
    line-height: 1.9;
    margin: 1.25em 0;
  }
  .p-forestPage__sales .text p:first-child:not(:last-child) {
    margin: 0 0 1.25em;
  }
  .p-forestPage__sales .text p:last-child:not(:first-child) {
    margin: 1.25em 0 0;
  }
  .p-forestPage__sales .text p:last-child:first-child {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-forestPage__sales .text {
    margin: 64px auto 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-forestPage__sales .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1120px;
    margin: 24px auto 0;
  }
}
.p-forestPage__sales .img img {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-forestPage__sales .img img {
    width: 48.5714285714%;
  }
}

.p-processingPage .head01 {
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  font-size: 2rem;
  text-align: center;
}
.p-processingPage__intro {
  padding: 40px 16px 0;
}
.p-processingPage__intro p {
  line-height: 1.75;
  margin: 1em 0;
}
.p-processingPage__intro p:first-child:not(:last-child) {
  margin: 0 0 1em;
}
.p-processingPage__intro p:last-child:not(:first-child) {
  margin: 1em 0 0;
}
.p-processingPage__intro p:last-child:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-processingPage__intro p {
    line-height: 1.9;
    margin: 1.25em 0;
  }
  .p-processingPage__intro p:first-child:not(:last-child) {
    margin: 0 0 1.25em;
  }
  .p-processingPage__intro p:last-child:not(:first-child) {
    margin: 1.25em 0 0;
  }
  .p-processingPage__intro p:last-child:first-child {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-processingPage__intro {
    margin: 0 auto;
    padding: 80px 24px 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1120px;
  }
}
.p-processingPage__intro .text {
  max-width: 960px;
  margin: 0 auto;
}
.p-processingPage__business {
  padding: 40px 16px;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-processingPage__business {
    padding: 70px 24px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.p-processingPage__business h2 {
  color: #FF3333;
}
.p-processingPage__business .businessList {
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .p-processingPage__business .businessList {
    margin: 56px auto 0;
  }
}
.p-processingPage__business .businessList > li {
  background: #fff;
  color: #333;
  border-radius: 8px;
  padding: 20px;
  margin-top: 24px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-processingPage__business .businessList > li {
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-processingPage__business .businessList > li:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-processingPage__business .businessList > li .img img {
  border-radius: 4px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-processingPage__business .businessList > li .img {
    width: 48.5714285714%;
  }
}
.p-processingPage__business .businessList > li .text {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-processingPage__business .businessList > li .text {
    width: 48.5714285714%;
    margin-top: 0;
  }
}
.p-processingPage__business .businessList > li .text h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  background: #46A92F;
  color: #fff;
  padding: 0.4em;
  font-size: 1.5rem;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-processingPage__business .businessList > li .text h3 {
    padding: 0.6em;
    font-size: 1.7rem;
  }
}
.p-processingPage__business .businessList > li .text p {
  margin-top: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-processingPage__business .businessList > li .text p {
    margin-top: 24px;
  }
}
.p-processingPage__business .businessList > li .text p a {
  text-decoration: underline;
  color: rgb(61.7361111111, 149.0486111111, 41.4513888889);
}
.p-processingPage__business .businessList > li .text ul,
.p-processingPage__business .businessList > li .text ol {
  list-style: disc;
  padding: 0 0 0 1.3em;
  margin: 1em 0;
}
.p-processingPage__business .businessList > li .text ul:first-child:not(:last-child),
.p-processingPage__business .businessList > li .text ol:first-child:not(:last-child) {
  margin: 0 0 1em;
}
.p-processingPage__business .businessList > li .text ul:last-child:not(:first-child),
.p-processingPage__business .businessList > li .text ol:last-child:not(:first-child) {
  margin: 1em 0 0;
}
.p-processingPage__business .businessList > li .text ul:last-child:first-child,
.p-processingPage__business .businessList > li .text ol:last-child:first-child {
  margin: 0;
}
.p-processingPage__business .businessList > li .text ul li:not(:first-child),
.p-processingPage__business .businessList > li .text ol li:not(:first-child) {
  margin-top: 0.7em;
}
.p-processingPage__business .businessList > li .text ol {
  list-style: auto;
}
.p-processingPage__business .businessList > li .text ul {
  font-size: 1.05rem;
  color: #FF3333;
  font-weight: bold;
}
.p-processingPage__achievements {
  padding: 40px 0;
  background: rgb(221.7444444444, 244.2944444444, 216.5055555556);
  color: #46A92F;
}
@media screen and (min-width: 768px) {
  .p-processingPage__achievements {
    padding: 70px 24px;
  }
}
.p-processingPage__achievements ul {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-processingPage__achievements ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1120px;
    margin: 56px auto 0;
  }
}
.p-processingPage__achievements ul li {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .p-processingPage__achievements ul li {
    width: 22.8571428571%;
    margin: 0;
  }
}
.p-processingPage__achievements ul li img {
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-processingPage__achievements ul li img {
    min-width: 100%;
  }
}
.p-processingPage__achievements ul li .text {
  padding: 0 4px;
  color: rgb(53.4722222222, 129.0972222222, 35.9027777778);
}
.p-processingPage__achievements ul li .text .date {
  font-size: 0.85rem;
  margin-top: 10px;
}
.p-processingPage__achievements ul li .text h3 {
  margin-top: 6px;
}

.p-documents .entry-content .documentsBox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-documents .entry-content .documentsBox > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-documents .entry-content .documentsBox > div .wp-block-file {
  background: #fff;
  padding: 32px 16px 24px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 16px) / 2);
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-documents .entry-content .documentsBox > div .wp-block-file {
    max-width: 160px;
  }
}
.p-documents .entry-content .documentsBox > div .wp-block-file:nth-child(2n+1) {
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .p-documents .entry-content .documentsBox > div .wp-block-file:nth-child(2n+1) {
    margin: 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-documents .entry-content .documentsBox > div .wp-block-file {
    margin: 0 8px;
  }
}
.p-documents .entry-content .documentsBox > div .wp-block-file a {
  text-decoration: none;
  text-align: center;
}
.p-documents .entry-content .documentsBox > div .wp-block-file a:first-child {
  color: #46A92F;
  font-size: 0.9rem;
}
.p-documents .entry-content .documentsBox > div .wp-block-file a:first-child::before {
  content: "";
  background: url("../img/document.svg") center center no-repeat;
  background-size: contain;
  display: block;
  height: 40px;
  margin: 0 auto 12px;
  width: 100%;
}
.p-documents .entry-content .documentsBox > div .wp-block-file .wp-block-file__button {
  background: #FFF4BF;
  color: #333;
  margin: 12px 0 0;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 4px 12px;
}

.p-itemPage .itemBox {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-itemPage .itemBox {
    margin-top: 32px;
  }
}
.p-itemPage .itemBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-itemPage .itemBox ul li {
  width: calc((100% - 16px) / 2);
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-itemPage .itemBox ul li {
    width: calc((100% - 48px) / 3);
    margin-top: 32px;
  }
}
.p-itemPage .itemBox ul li:nth-child(2n+1) {
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .p-itemPage .itemBox ul li:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-itemPage .itemBox ul li:not(:nth-child(3n)) {
    margin-right: 24px;
  }
}
.p-itemPage .itemBox ul li img {
  border-radius: 8px;
}
.p-itemPage .itemBox ul li figcaption {
  text-align: center;
  margin-top: 4px;
  font-size: 0.9rem;
  color: #333;
}

.p-recruitPage .head01 {
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  font-size: 1.75rem;
  text-align: center;
  color: #46A92F;
}
@media screen and (min-width: 768px) {
  .p-recruitPage .head01 {
    font-size: 2rem;
  }
}
.p-recruitPage__intro {
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__intro {
    padding: 70px 16px;
  }
}
.p-recruitPage__intro .text {
  margin-top: 24px;
}
.p-recruitPage__intro .text p {
  line-height: 1.75;
  margin: 1em 0;
}
.p-recruitPage__intro .text p:first-child:not(:last-child) {
  margin: 0 0 1em;
}
.p-recruitPage__intro .text p:last-child:not(:first-child) {
  margin: 1em 0 0;
}
.p-recruitPage__intro .text p:last-child:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__intro .text p {
    line-height: 1.9;
    margin: 1.25em 0;
  }
  .p-recruitPage__intro .text p:first-child:not(:last-child) {
    margin: 0 0 1.25em;
  }
  .p-recruitPage__intro .text p:last-child:not(:first-child) {
    margin: 1.25em 0 0;
  }
  .p-recruitPage__intro .text p:last-child:first-child {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitPage__intro .text {
    margin-top: 40px;
  }
}
.p-recruitPage__intro .message {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #FF3333;
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__intro .message {
    margin-top: 2em;
    font-size: 1.5rem;
  }
}
.p-recruitPage__demand {
  background: #46A92F;
  padding: 40px 16px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__demand {
    padding: 70px 24px;
  }
}
.p-recruitPage__demand .head01 {
  color: #fff;
}
.p-recruitPage__demand ul {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__demand ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1120px;
    margin: 56px auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-recruitPage__demand ul li:not(:first-child) {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__demand ul li:not(:first-child) {
    margin: 16px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitPage__demand ul li {
    width: 31.4285714286%;
    margin: 16px 0;
  }
}
.p-recruitPage__demand ul li img {
  display: block;
  border-radius: 50%;
  width: 70%;
  margin: 0 auto;
  max-width: 320px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 768px) {
  .p-recruitPage__demand ul li img {
    width: 72%;
  }
}
.p-recruitPage__demand ul li h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF4BF;
  text-align: center;
  text-shadow: 0 0 6px rgb(36.9444444444, 89.1944444444, 24.8055555556);
  position: relative;
  max-width: 280px;
  margin: -30px auto 0;
}
.p-recruitPage__demand ul li p {
  text-align: center;
  font-size: 0.95rem;
  margin: 16px auto 0;
  line-height: 1.6;
  max-width: 280px;
}
.p-recruitPage__welfare {
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__welfare {
    padding: 70px 24px;
  }
}
.p-recruitPage__welfare .head01 {
  color: #FF3333;
}
.p-recruitPage__welfare ul {
  max-width: 1120px;
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__welfare ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-recruitPage__welfare ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgb(221.7444444444, 244.2944444444, 216.5055555556);
  margin-top: 16px;
  padding: 20px 16px 20px 0;
  border-radius: 8px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__welfare ul li {
    width: 48.5714285714%;
    padding: 32px 32px 32px 0;
  }
}
.p-recruitPage__welfare ul li::before {
  content: "";
  display: block;
  background: url("../img/icon-recruit-01.svg") center center no-repeat;
  background-size: 60px;
  width: 60px;
  margin: 0 16px;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__welfare ul li::before {
    width: 80px;
    margin: 0 24px;
  }
}
.p-recruitPage__welfare ul li:nth-child(2)::before {
  background: url("../img/icon-recruit-02.svg") center center no-repeat;
  background-size: 60px;
}
.p-recruitPage__welfare ul li:nth-child(3)::before {
  background: url("../img/icon-recruit-03.svg") center center no-repeat;
  background-size: 60px;
}
.p-recruitPage__welfare ul li:nth-child(4)::before {
  background: url("../img/icon-recruit-04.svg") center center no-repeat;
  background-size: 50px;
}
.p-recruitPage__welfare ul li:nth-child(5)::before {
  background: url("../img/icon-recruit-05.svg") center center no-repeat;
  background-size: 60px;
}
.p-recruitPage__welfare ul li:nth-child(6)::before {
  background: url("../img/icon-recruit-06.svg") center center no-repeat;
  background-size: 60px;
}
.p-recruitPage__welfare ul li .text {
  width: calc(100% - 92px);
}
.p-recruitPage__welfare ul li .text h3 {
  font-weight: bold;
  font-size: 1.15rem;
}
.p-recruitPage__welfare ul li .text p {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__welfare ul li .text p {
    margin-top: 0.75em;
  }
}
.p-recruitPage__voice {
  background: rgb(152.8, 222.1, 136.7);
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__voice {
    padding: 70px 24px;
  }
}
.p-recruitPage__voice .head01 {
  color: #333;
}
.p-recruitPage__voice .voiceBox {
  max-width: 1120px;
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__voice .voiceBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-recruitPage__voice .voiceBox li {
  margin: 24px 0 0;
  background: #FFF4BF;
  padding: 24px;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-recruitPage__voice .voiceBox li {
    width: 47.5%;
    padding: 32px 40px;
  }
}
.p-recruitPage__voice .voiceBox li h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #46A92F;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__voice .voiceBox li h3 {
    font-size: 1.4rem;
  }
}
.p-recruitPage__voice .voiceBox li .outer {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__voice .voiceBox li .outer {
    margin-top: 24px;
  }
}
.p-recruitPage__voice .voiceBox li .outer .img {
  width: 50%;
}
.p-recruitPage__voice .voiceBox li .outer .img img {
  border-radius: 50%;
}
.p-recruitPage__voice .voiceBox li .outer .text {
  width: 50%;
  padding-left: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__voice .voiceBox li .outer .text {
    padding-left: 32px;
  }
}
.p-recruitPage__voice .voiceBox li .outer .text h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #46A92F;
}
.p-recruitPage__voice .voiceBox li .outer .text p {
  margin: 12px 0 0 8px;
  font-size: 0.9rem;
}
.p-recruitPage__voice .voiceBox li .outer .text a {
  background: #46A92F;
  color: #fff;
  padding: 4px 16px;
  margin-top: 16px;
  font-weight: bold;
  border-radius: 50px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__voice .voiceBox li .outer .text a {
    margin-top: 32px;
  }
}
.p-recruitPage__summary {
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__summary {
    padding: 70px 24px;
  }
}
.p-recruitPage__summary .tableBox {
  margin: 24px auto 0;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__summary .tableBox {
    margin-top: 40px;
  }
}
.p-recruitPage__faq {
  padding: 16px 16px 40px;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__faq {
    padding: 24px 24px 70px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitPage__faq .faqBox {
    max-width: 800px;
    margin: 40px auto 0;
  }
}
.p-recruitPage__faq .faqBox dl {
  margin-top: 32px;
}
.p-recruitPage__faq .faqBox dl dt {
  font-size: 1.1rem;
  color: #46A92F;
  font-weight: bold;
  padding: 0 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
}
.p-recruitPage__faq .faqBox dl dt::before {
  content: "Q";
  color: rgb(152.8, 222.1, 136.7);
  width: 1.2em;
  font-size: 1.2rem;
  margin-top: -2px;
}
.p-recruitPage__faq .faqBox dl dt::after {
  content: "＋";
  position: absolute;
  right: 15px;
}
.p-recruitPage__faq .faqBox dl dt.active::after {
  content: "ー";
}
.p-recruitPage__faq .faqBox dl dd {
  padding: 4px 0 12px 1.4em;
  line-height: 1.6;
}
.p-recruitPage__faq .faqBox dl dd:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(152.8, 222.1, 136.7);
}
.p-recruitPage__faq .faqBox dl dd p {
  width: calc(100% - 1.2em);
  margin-bottom: 4px;
}
.p-recruitPage__cta {
  padding: 0 16px 40px;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.p-recruitPage__cta .box {
  background: rgb(152.8, 222.1, 136.7);
  border-radius: 8px;
  text-align: center;
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  .p-recruitPage__cta .box {
    padding: 40px 16px;
  }
}
.p-recruitPage__cta .box h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  font-size: 1.7rem;
}
.p-recruitPage__cta .box p {
  margin-top: 16px;
  line-height: 1.75;
}
.p-recruitPage__cta .box .c-buttomType01 {
  margin: 24px auto 0;
  width: 240px;
  padding: 8px 0;
}

/* Contact Form 7 全体のレイアウト */
.wpcf7 {
  max-width: 600px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 8px;
}

/* ラベルのスタイル */
.wpcf7 label {
  display: block;
  margin-bottom: 1.5em;
  width: 100%;
  font-weight: bold;
  font-size: 0.95rem;
}
.wpcf7 label span {
  font-weight: 400;
  position: relative;
  font-size: 12px;
}

/* 入力項目（テキスト、メール、テキエリア）の共通設定 */
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  /* モバイルでのズーム防止 */
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

/* フォーカス時の色（青系） */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: rgb(90.75, 202.125, 64.875);
  outline: none;
  -webkit-box-shadow: 0 0 5px rgb(152.8, 222.1, 136.7);
          box-shadow: 0 0 5px rgb(152.8, 222.1, 136.7);
}

/* 送信ボタンのスタイル */
.wpcf7 input[type=submit] {
  display: block;
  width: 100%;
  padding: 12px;
  background-color: rgb(53.4722222222, 129.0972222222, 35.9027777778);
  margin-top: 1.5em;
  text-align: center;
  letter-spacing: 1em;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
}

/* 送信ボタンのホバー（マウス乗せ） */
.wpcf7 input[type=submit]:hover {
  background-color: rgb(90.75, 202.125, 64.875);
  opacity: 0.9;
}

/* エラーメッセージ（入力漏れなど） */
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.85rem;
  margin-top: 5px;
}

/* 送信完了・失敗メッセージの枠 */
.wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 10px !important;
  border-radius: 4px;
  font-size: 0.9rem;
}
/*# sourceMappingURL=style.css.map */