@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1000px) {
  html {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

body.is-locked {
  overflow: hidden;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 6.25rem;
  background: #ffffff;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 4rem;
  }
}

.l-header__group--left {
  padding-top: 0.5rem;
  padding-left: 0.75rem;
}

.l-header__catch {
  color: #595757;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.09em;
}
@media screen and (max-width: 767px) {
  .l-header__catch {
    font-size: 0.625rem;
  }
}

.l-header__logo {
  margin-top: 0.25rem;
  margin-left: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    margin-top: 0.5rem;
  }
}

.l-header__logoLink {
  display: block;
  width: 25.75rem;
}
@media screen and (max-width: 767px) {
  .l-header__logoLink {
    width: 13.125rem;
  }
}

.l-header__logoLink img {
  width: 100%;
  height: auto;
}

.l-header__group--right {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .l-header__group--right {
    display: none;
  }
}

.l-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10.125rem;
  height: 2.5rem;
  padding-top: 0.25rem;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.l-header__action--recruit {
  background: #231815;
  letter-spacing: 0.08em;
}

.l-header__action--contact {
  background: #0B6134;
}

.l-header__nav {
  margin-top: 1.375rem;
  margin-right: 2.3125rem;
}

.l-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.125rem;
  list-style: none;
}

.l-header__navLink {
  color: #595757;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  letter-spacing: 0.08em;
  line-height: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.l-header__hamburger {
  display: none;
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 300;
  width: 3rem;
  height: 3rem;
  background: #0B6134;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-header__hamburgerBox {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1rem;
}

.l-header__hamburgerLine {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #ffffff;
  -webkit-transition: opacity 0.4s, top 0.4s, bottom 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, top 0.4s, bottom 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s, top 0.4s, bottom 0.4s;
  transition: transform 0.4s, opacity 0.4s, top 0.4s, bottom 0.4s, -webkit-transform 0.4s;
}

.l-header__hamburgerLine:nth-child(1) {
  top: 0;
}

.l-header__hamburgerLine:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-header__hamburgerLine:nth-child(3) {
  bottom: 0;
}

.is-drawerOpen .l-header__hamburgerLine:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.is-drawerOpen .l-header__hamburgerLine:nth-child(2) {
  opacity: 0;
}

.is-drawerOpen .l-header__hamburgerLine:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

@media (any-hover: hover) {
  .l-header__logoLink:hover,
  .l-header__action:hover,
  .l-header__navLink:hover {
    opacity: 0.7;
  }
}
.is-drawerOpen {
  overflow: hidden;
}

.l-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: #0B6134;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.is-drawerOpen .l-drawer {
  opacity: 1;
  visibility: visible;
}

.l-drawer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  padding-block: 6rem 3rem;
}

.l-drawer__navList {
  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;
  gap: 1.75rem;
  list-style: none;
}

.l-drawer__navLink {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.l-drawer__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 2.5rem;
}

.l-drawer__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15rem;
  height: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  letter-spacing: 0.08em;
}

.l-drawer__action--recruit {
  color: #ffffff;
  background: #231815;
}

.l-drawer__action--contact {
  color: #0B6134;
  background: #ffffff;
}

.l-main {
  contain: paint;
  position: relative;
  width: 100%;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 4rem;
  }
}

.l-footer {
  position: relative;
  overflow: hidden;
  background: #000000;
}

.l-footer::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 17.5rem;
  background: #0B6134;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 64%);
}
@media screen and (max-width: 767px) {
  .l-footer::before {
    height: 22.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
  }
}

.l-footer__cta {
  position: relative;
  z-index: 3;
  padding-top: 2.125rem;
  padding-bottom: 1.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__cta {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }
}

.l-footer__ctaTitle {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3636363636;
}
@media screen and (max-width: 767px) {
  .l-footer__ctaTitle {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.l-footer__ctaActions {
  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;
  gap: 5.375rem;
  margin-top: 2.25rem;
  padding-left: 21.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__ctaActions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    padding-left: 0;
  }
}

.l-footer__formBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16.25rem;
  height: 3.875rem;
  background: #ffffff;
  border-radius: 0.625rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.l-footer__tel {
  text-align: left;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__tel {
    text-align: center;
  }
}

.l-footer__telLabel {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.l-footer__telNum {
  display: block;
  color: #FFFFBB;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__telNum {
    font-size: 2rem;
  }
}

.l-footer__telHours {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1;
  margin-top: 0.375rem;
}

.l-footer__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -0.625rem;
  padding-top: 1.5rem;
  padding-left: 2.625rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__body {
    -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;
    gap: 1.875rem;
    padding-inline: 0rem;
    padding-bottom: 0rem;
  }
}

.l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    -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;
    gap: 1.5rem;
    text-align: left;
  }
}

.l-footer__logo a {
  display: block;
}

.l-footer__logo img {
  width: 8.875rem;
}

.l-footer__infoText {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__infoText {
    -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;
    margin-top: 0;
  }
}

.l-footer__address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
}

.l-footer__addressLink {
  color: #4DC16B;
  text-decoration: underline;
  margin-left: 0.625rem;
}

.l-footer__sns {
  position: absolute;
  right: 21.25rem;
  bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.875rem;
  margin-top: 0.875rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    position: static;
    right: auto;
    bottom: auto;
    gap: 1.25rem;
    margin-top: 0;
  }
}

.l-footer__snsItem img {
  width: auto;
  height: 1.4375rem;
}

.l-footer__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
}

.l-footer__recruit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 19.6875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__recruit {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__recruit img {
    width: 100%;
  }
}

@media (any-hover: hover) {
  .l-footer__formBtn:hover,
  .l-footer__telNum:hover,
  .l-footer__addressLink:hover,
  .l-footer__snsItem a:hover,
  .l-footer__logo a:hover,
  .l-footer__recruit:hover {
    opacity: 0.7;
  }
}
.c-head {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.5rem;
  background: #0B6134;
  padding: 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-head {
    padding: 0 1.5rem;
  }
}

.c-head::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #231815;
  clip-path: polygon(21% 100%, 100% 100%, 100% 31%);
}

.c-head__en {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-head__en {
    font-size: 1.5rem;
  }
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 6.25rem 0rem 6.25rem;
  color: #9FA0A0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    font-size: 0.75rem;
    padding: 0.375rem 1.5rem 0rem 1.5rem;
  }
}

.c-breadcrumb__link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #9FA0A0;
}

.c-breadcrumb__sep {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-breadcrumb__current {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-pagination {
  margin-top: 3.75rem;
}

.c-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  list-style: none;
}

.c-pagination a.page-numbers,
.c-pagination span.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 0.0625rem solid #DCDCDC;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-pagination a.prev::before,
.c-pagination a.next::before {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 0.5625rem;
  border-top: 0.125rem solid #231815;
  border-right: 0.125rem solid #231815;
}

.c-pagination a.prev::before {
  margin-left: 0.25rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.c-pagination a.next::before {
  margin-right: 0.25rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-pagination span.current {
  background: #0B6134;
  border-color: #0B6134;
  color: #ffffff;
}

@media (any-hover: hover) {
  .c-pagination a.page-numbers:hover {
    opacity: 0.6;
  }
}
.p-fv__mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 31.25rem;
  padding-left: 4.375rem;
  padding-right: 2.5rem;
  background-image: url(../imgs/fv/mv_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv__mv {
    min-height: 22.5rem;
    padding-inline: 1.5rem;
  }
}

.p-fv__mvInner {
  position: relative;
  width: 100%;
}

.p-fv__mvTitle {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1.7666666667;
  letter-spacing: 0.04em;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__mvTitle {
    font-size: 1.375rem;
    line-height: 1.6;
  }
}

.p-fv__mvLead {
  margin-top: 1.875rem;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv__mvLead {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.p-fv__flow {
  width: 100%;
  padding-block: 5rem 3.75rem;
  padding-inline: 3.125rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-fv__flow {
    padding-block: 2.5rem 3rem;
    padding-inline: 1.5rem;
  }
}

.p-fv__flowLead {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6666666667;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv__flowLead {
    font-size: 1.5rem;
    padding-left: 1.125rem;
  }
}

.p-fv__flowDiagram {
  position: relative;
  left: 0.625rem;
  width: 100%;
  max-width: 43.75rem;
  margin-top: 2.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__flowDiagram {
    left: 0.3125rem;
    max-width: 26.25rem;
  }
}

.p-fv__dark {
  width: 100%;
}

.p-fv__row {
  position: relative;
  margin-top: -7.2vw;
}
@media screen and (max-width: 767px) {
  .p-fv__row {
    margin-top: 0;
  }
}
.p-fv__row:first-of-type {
  margin-top: -6.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__row:first-of-type {
    margin-top: 0;
  }
}

.p-fv__row--strength .p-fv__rowBody {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__row--strength .p-fv__rowBody {
    padding-top: 1.75rem;
  }
}

.p-fv__rowBody {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 50%;
  padding-left: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__rowBody {
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    padding-block: 1.75rem 2.5rem;
    padding-inline: 1.5rem;
    background: #000000;
  }
}

.p-fv__rowBody--right {
  left: auto;
  right: 0;
  padding-right: 4.375rem;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__rowBody--right {
    padding-inline: 1.5rem;
  }
}

.p-fv__rowTitle {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv__rowTitle {
    font-size: 1.375rem;
  }
}

.p-fv__rowText {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8571428571;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__rowText {
    margin-top: 1rem;
  }
}

.p-fv__rowBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16.25rem;
  height: 3.875rem;
  margin-top: 1.25rem;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #0B6134;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__rowBtn {
    width: 100%;
    max-width: 15rem;
    margin: 1.5rem auto 0 auto;
  }
}

.p-fv__works {
  width: 100%;
  padding-inline: 0.3125rem;
  padding-top: 11vw;
  padding-bottom: 3.125rem;
  background: #E1ECE6;
  text-align: center;
  margin-top: -7.2vw;
}
@media screen and (max-width: 767px) {
  .p-fv__works {
    margin-top: 0;
    padding-block: 2.5rem;
    padding-inline: 1.5rem;
  }
}

.p-fv__worksTitle {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv__worksTitle {
    font-size: 1.375rem;
  }
}

.p-fv__worksText {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__worksText {
    font-size: 0.8125rem;
  }
}

.p-fv__worksList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.625rem;
  margin-top: 2rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-fv__worksList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625rem;
  }
}

.p-fv__worksItem {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__worksItem {
    width: calc(33.3333333333% - 0.4166666667rem);
  }
}

.p-fv__worksBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16.25rem;
  height: 3.875rem;
  margin-top: 3rem;
  margin-inline: auto;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  background: #0B6134;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__worksBtn {
    width: 15rem;
    margin-top: 1.875rem;
  }
}

.p-fv__news {
  width: 100%;
  padding-block: 1.875rem 3.5rem;
  padding-inline: 6.25rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-fv__news {
    padding-block: 2.5rem;
    padding-inline: 1.5rem;
  }
}

.p-fv__newsHead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-fv__newsHead {
    display: block;
    text-align: center;
  }
}

.p-fv__newsTitle {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-fv__newsTitle {
    font-size: 1.625rem;
  }
}

.p-fv__newsMore {
  position: absolute;
  right: 0;
  color: #0B6134;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__newsMore {
    position: static;
    display: inline-block;
    margin-top: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__newsSpbox {
    display: block;
    text-align: center;
    margin-top: 1.25rem;
  }
}

.p-fv__newsList {
  margin-top: 1.25rem;
}

.p-fv__newsItem {
  border-bottom: 0.0625rem solid #DCDCDC;
}

.p-fv__newsItem:first-child {
  border-top: 0.0625rem solid #DCDCDC;
}

.p-fv__newsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 3rem;
  padding: 1rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__newsLink {
    display: block;
    gap: 0;
    padding-block: 0.875rem;
  }
}

.p-fv__newsDate {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}

.p-fv__newsText {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .p-fv__newsText {
    display: block;
    margin-top: 0.375rem;
  }
}

.p-fv__newsEmpty {
  max-width: 55.5rem;
  margin-top: 1.5rem;
  margin-inline: auto;
  color: #231815;
  font-size: 0.875rem;
  text-align: center;
}

.p-fv__blog {
  width: 100%;
  padding-block: 2.125rem 3.75rem;
  padding-inline: 6.25rem;
  background: #E1ECE6;
}
@media screen and (max-width: 767px) {
  .p-fv__blog {
    padding-block: 2.5rem;
    padding-inline: 1.5rem;
  }
}

.p-fv__blogHead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-fv__blogHead {
    display: block;
    text-align: center;
  }
}

.p-fv__blogTitle {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-fv__blogTitle {
    font-size: 1.625rem;
  }
}

.p-fv__blogMore {
  position: absolute;
  right: 0;
  color: #0B6134;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__blogMore {
    position: static;
    display: inline-block;
    margin-top: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__blogSpbox {
    display: block;
    text-align: center;
    margin-top: 1.25rem;
  }
}

.p-fv__blogList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fv__blogList {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-fv__blogThumb {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.p-fv__blogThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__blogCardTitle {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
  margin-top: 1.125rem;
}

.p-fv__blogCardMore {
  display: inline-block;
  margin-top: 0.5rem;
  color: #0B6134;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}

.p-fv__blogEmpty {
  max-width: 57.5rem;
  margin-top: 1.5rem;
  margin-inline: auto;
  color: #231815;
  font-size: 0.875rem;
  text-align: center;
}

.p-single {
  width: 100%;
  padding: 1.875rem 6.25rem 8.75rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-single {
    padding: 1.875rem 1.5rem 5rem 1.5rem;
  }
}

.p-single--con {
  padding-top: 3.375rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-single--con {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

.p-single__inner {
  max-width: 50rem;
  margin-inline: auto;
}

.p-single__blogContent {
  max-width: 37.5rem;
  margin-inline: auto;
}

.p-single__date {
  display: block;
  color: #595757;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single__date {
    font-size: 0.875rem;
  }
}

.p-single__title {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.375rem;
    text-align: left;
    margin-top: 1.5rem;
  }
}

.p-single__title--blog {
  margin-top: 1.5rem;
}

.p-single__title--con {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-single__title--con {
    text-align: center;
  }
}

.p-single__thumb {
  width: 100%;
  margin-top: 2.25rem;
}
.p-single__thumb img {
  width: 100%;
}

.p-single__thumb--con {
  margin-top: 0;
}

.p-single__body {
  margin-top: 2rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.875;
}

.p-single__body h2 {
  margin-top: 3rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5454545455;
}

.p-single__body--con h2 {
  margin-top: 1.5rem;
}
.p-single__body--con h2::before {
  content: "■";
  margin-right: 0.5rem;
  color: #0B6134;
}

.p-single__body h3 {
  margin-top: 2rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
}

.p-single__body strong {
  font-weight: 700;
}

.p-single__body p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__body p {
    text-align: left !important;
  }
}

.p-single__body--con p {
  margin-top: 0.5rem;
}

.p-single__body p:first-child {
  margin-top: 0;
}

.p-single__body a {
  color: #0B6134;
  text-decoration: underline;
}

.p-single__body img {
  height: auto;
}

.p-single__body table {
  border-top: 1px solid #595757;
}
.p-single__body table td {
  font-size: 0.875rem;
  border: none;
  border-bottom: 1px solid #595757;
  padding: 0.4375rem 0.875rem;
  vertical-align: middle;
}
.p-single__body table td:first-of-type {
  white-space: nowrap;
  background: rgba(11, 97, 52, 0.12);
}

.p-single__body .wp-block-gallery {
  margin-top: 2.5rem;
}

.p-single__body .wp-block-columns {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.p-single__btnWrap {
  margin-top: 3.5rem;
  text-align: center;
}

.p-single__btn {
  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;
  width: 16.625rem;
  height: 3.125rem;
  margin: 0 auto;
  background: #ffffff;
  border: 0.0625rem solid #DCDCDC;
  color: #595757;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-single__btn {
    min-width: 0;
    width: 100%;
  }
}

.p-single__conCat {
  color: #0B6134;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-top: 0rem;
}

.p-single__conTags {
  color: #9FA0A0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  line-height: 1.8333333333;
  text-align: center;
  margin-top: 0.625rem;
}

.p-single__conTags--under {
  text-align: left;
}

.p-single__specWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__specWrap {
    grid-template-columns: 1fr;
  }
}

.p-single__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-single__cta {
    -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;
    gap: 1rem;
    margin-top: 3.125rem;
  }
}

.p-single__ctaBtn {
  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;
  width: 24.375rem;
  height: 4.5625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-single__ctaBtn {
    width: 100%;
    max-width: 24.375rem;
    font-size: 1rem;
  }
}

.p-single__ctaBtn--outline {
  background: #ffffff;
  border: 0.0625rem solid #DCDCDC;
  color: #231815;
}

.p-single__ctaBtn--green {
  background: #0B6134;
  border: 0.0625rem solid #0B6134;
  color: #ffffff;
}

@media (any-hover: hover) {
  .p-single__btn:hover {
    opacity: 0.7;
  }
  .p-single__ctaBtn--outline:hover {
    background: #ffffff;
    border-color: #0B6134;
    color: #0B6134;
  }
  .p-single__ctaBtn--green:hover {
    background: #ffffff;
    color: #0B6134;
  }
}
.p-news {
  width: 100%;
  padding: 3.75rem 6.25rem 5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 3.75rem 1.5rem 5rem 1.5rem;
  }
}

.p-news__heading {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news__heading {
    font-size: 1.75rem;
  }
}

.p-news__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  border: 0.0625rem solid #DCDCDC;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-news__cats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: none;
    border-top: 0.0625rem solid #DCDCDC;
    border-left: 0.0625rem solid #DCDCDC;
  }
}

.p-news__cat {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-news__cat {
    border-right: 0.0625rem solid #DCDCDC;
    border-bottom: 0.0625rem solid #DCDCDC;
  }
}

.p-news__cat + .p-news__cat {
  border-left: 0.0625rem solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .p-news__cat + .p-news__cat {
    border-left: none;
  }
}

.p-news__cat a {
  display: block;
  padding: 0.875rem 0.5rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news__cat a {
    padding: 0.875rem 0.25rem;
    font-size: 0.8125rem;
  }
}

@media (any-hover: hover) {
  .p-news__cat a:hover {
    background: #0B6134;
    color: #ffffff;
  }
}
.p-news__cat.is-active a {
  background: #0B6134;
  color: #ffffff;
}

.p-news__list {
  border-top: 0.0625rem solid #DCDCDC;
  list-style: none;
}

.p-news__list--borderTop-not {
  border-top: none;
}

.p-news__item {
  border-bottom: 0.0625rem solid #DCDCDC;
}

.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.875rem;
  padding: 1rem 0.625rem;
  color: #231815;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
    padding: 1.25rem 0.25rem;
  }
}

.p-news__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #595757;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
}

.p-news__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
}

.p-news__empty {
  padding: 2.5rem 0;
  text-align: center;
  color: #595757;
}

@media (any-hover: hover) {
  .p-news__link:hover {
    opacity: 0.6;
  }
}
.p-blog {
  width: 100%;
  padding: 3.75rem 6.25rem 5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-blog {
    padding: 3.75rem 1.5rem 5rem 1.5rem;
  }
}

.p-blog__heading {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-blog__heading {
    font-size: 1.75rem;
  }
}

.p-blog__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  border: 0.0625rem solid #DCDCDC;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-blog__cats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: none;
    border-top: 0.0625rem solid #DCDCDC;
    border-left: 0.0625rem solid #DCDCDC;
  }
}

.p-blog__cat {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-blog__cat {
    border-right: 0.0625rem solid #DCDCDC;
    border-bottom: 0.0625rem solid #DCDCDC;
  }
}

.p-blog__cat + .p-blog__cat {
  border-left: 0.0625rem solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .p-blog__cat + .p-blog__cat {
    border-left: none;
  }
}

.p-blog__cat a {
  display: block;
  padding: 0.875rem 0.5rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-blog__cat a {
    padding: 0.875rem 0.25rem;
    font-size: 0.8125rem;
  }
}

@media (any-hover: hover) {
  .p-blog__cat a:hover {
    background: #0B6134;
    color: #ffffff;
  }
}
.p-blog__cat.is-active a {
  background: #0B6134;
  color: #ffffff;
}

.p-blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.375rem 1.625rem;
  margin-top: 2.875rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-blog__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem 1rem;
  }
}

.p-blog__list--mt {
  margin-top: 1.5rem;
}

.p-blog__empty {
  padding: 2.5rem 0;
  text-align: center;
  color: #595757;
}

.p-blog__card {
  display: block;
  color: #231815;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-blog__thumb {
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #EFEFEF;
}

.p-blog__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-blog__title {
  display: -webkit-box;
  margin-top: 0.875rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-blog__more {
  display: inline-block;
  margin-top: 0.25rem;
  color: #0B6134;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .p-blog__card:hover {
    opacity: 0.7;
  }
}
.p-facilities {
  width: 100%;
  padding: 3.75rem 6.25rem 5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-facilities {
    padding: 3.75rem 1.5rem 5rem 1.5rem;
  }
}

.p-facilities__heading {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-facilities__heading {
    font-size: 1.375rem;
  }
}

.p-facilities__lead {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__lead {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}

.p-facilities__introImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.75rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__introImgs {
    -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-flow: column;
            flex-flow: column;
    gap: 1.25rem;
  }
}

.p-facilities__introImg {
  width: 100%;
}
.p-facilities__introImg:nth-child(1) {
  width: 51.1508951407%;
}
@media screen and (max-width: 767px) {
  .p-facilities__introImg:nth-child(1) {
    width: 100%;
  }
}
.p-facilities__introImg:nth-child(2) {
  width: 25.3196930946%;
}
@media screen and (max-width: 767px) {
  .p-facilities__introImg:nth-child(2) {
    width: 100%;
  }
}
.p-facilities__introImg:nth-child(3) {
  width: 19.1815856777%;
}
@media screen and (max-width: 767px) {
  .p-facilities__introImg:nth-child(3) {
    width: 100%;
  }
}

.p-facilities__introCaption {
  color: #595757;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  text-align: right;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__introCaption {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}

.p-facilities__section {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__section {
    margin-top: 2.75rem;
  }
}

.p-facilities__secTitle {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-facilities__secTitle {
    font-size: 1.25rem;
  }
}

.p-facilities__profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.625rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__profile {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}

.p-facilities__profilePhoto img {
  width: 100%;
}

.p-facilities__listTitle {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__listTitle {
    font-size: 1.125rem;
    margin-top: 2rem;
  }
}

.p-facilities__equip {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__equip {
    font-size: 0.8125rem;
  }
}

.p-facilities__equip th {
  width: 42%;
  padding: 0.1875rem 1rem;
  background: #E1ECE6;
  border: 0.0625rem solid #DCDCDC;
  color: #231815;
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-facilities__equip th {
    padding: 0.5rem;
  }
}

.p-facilities__equip td {
  padding: 0.1875rem 1rem;
  background: #ffffff;
  border: 0.0625rem solid #DCDCDC;
  color: #231815;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-facilities__equip td {
    padding: 0.5rem;
  }
}

.p-facilities__mapBlock {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-facilities__mapBlock {
    margin-top: 2.75rem;
  }
}

.p-facilities__mapTitle {
  position: relative;
  z-index: 2;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-facilities__mapTitle {
    font-size: 1.125rem;
  }
}

.p-facilities__map {
  width: 100%;
}
.p-facilities__map img {
  width: 100%;
}

.p-business {
  width: 100%;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-business {
    padding-top: 2.5rem;
  }
}

.p-business__intro {
  padding-inline: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-business__intro {
    padding-inline: 1.5rem;
  }
}

.p-business__heading {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-business__heading {
    font-size: 1.375rem;
  }
}

.p-business__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem 2.5rem;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-business__features {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 2rem;
  }
}

.p-business__featureTitle {
  color: #231815;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.875rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-business__featureTitle {
    font-size: 1.375rem;
  }
}

.p-business__featureText {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-business__featureText {
    font-size: 0.875rem;
  }
}

.p-business__diagram {
  position: relative;
  left: 0.625rem;
  width: 100%;
  max-width: 43.5625rem;
  margin: 4rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-business__diagram {
    left: 0;
    padding: 0rem 1.5rem;
    margin-top: 2.5rem;
  }
}

.p-business__cards {
  padding: 0 0.3125rem;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-business__cards {
    padding: 0 1.5rem;
    margin-top: 3rem;
  }
}

.p-business__card + .p-business__card {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-business__card + .p-business__card {
    margin-top: 3rem;
  }
}

.p-business__cardImgs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-business__cardImgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625rem;
  }
  .p-business__cardImgs img {
    width: calc(33.3333333333% - 0.4166666667rem);
  }
}

.p-business__cardTitle {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-business__cardTitle {
    font-size: 1.375rem;
  }
}

.p-business__cardText {
  width: 100%;
  max-width: 50rem;
  margin: 0.75rem auto 0rem auto;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}
@media screen and (max-width: 767px) {
  .p-business__cardText {
    font-size: 0.875rem;
  }
}

.p-business__closing {
  padding: 3.5rem 0.3125rem 5.375rem 0.3125rem;
  background: #E1ECE6;
  text-align: center;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-business__closing {
    margin-top: 3.5rem;
    padding: 2.5rem 1.5rem;
  }
}

.p-business__closingTitle {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-business__closingTitle {
    font-size: 1.25rem;
  }
}

.p-business__closingText {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-business__closingText {
    font-size: 0.875rem;
  }
}

.p-business__closingImgs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.625rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-business__closingImgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625rem;
  }
  .p-business__closingImgs img {
    width: calc(33.3333333333% - 0.4166666667rem);
  }
}

.p-business__closingBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16.25rem;
  height: 3.875rem;
  margin: 1.25rem auto 0;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  background: #0B6134;
  border-radius: 0.625rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .p-business__closingBtn:hover {
    opacity: 0.7;
  }
}
.p-company {
  width: 100%;
  padding: 3.75rem 6.25rem 3.75rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 3.5rem 1.5rem 3.75rem 1.5rem;
  }
}

.p-company__title {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 1.375rem;
  }
}

.p-company__introTitle {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.4545454545;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__introTitle {
    font-size: 1.3125rem;
  }
}

.p-company__introBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__introBody {
    display: block;
    margin-top: 1.75rem;
  }
}

.p-company__introText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}
@media screen and (max-width: 767px) {
  .p-company__introText {
    font-size: 0.875rem;
  }
}

.p-company__introImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23.75rem;
}
@media screen and (max-width: 767px) {
  .p-company__introImg {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.p-company__overview {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-company__overview {
    margin-top: 2rem;
  }
}

.p-company__table {
  width: 100%;
  border-top: 1px solid #DCDCDC;
}
.p-company__tableRow {
  border-bottom: 1px solid #DCDCDC;
}
.p-company__tableLabel {
  width: 12.6875rem;
  background: #E1ECE6;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  padding: 0.625rem 0.625rem 0.625rem 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-company__tableLabel {
    width: 6.875rem;
    padding: 0.75rem;
    font-size: 0.8125rem;
  }
}

.p-company__tableValue {
  background: #ffffff;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
  vertical-align: top;
  padding: 0.625rem 2.5rem 0.625rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__tableValue {
    padding: 0.75rem;
    font-size: 0.875rem;
  }
}

.p-company__tableList li {
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-company__tableList li {
    line-height: 1.7142857143;
  }
}

.p-company__greeting {
  padding-bottom: 2.25rem;
  border-bottom: 1px solid #DCDCDC;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-company__greeting {
    margin-top: 3rem;
  }
}

.p-company__greetingBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.0625rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__greetingBody {
    display: block;
    margin-top: 1.75rem;
  }
}

.p-company__greetingImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15.375rem;
}
@media screen and (max-width: 767px) {
  .p-company__greetingImg {
    width: 15rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-company__greetingText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-company__greetingText {
    margin-top: 1.5rem;
  }
}

.p-company__greetingLead {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  margin-top: -0.375rem;
}
@media screen and (max-width: 767px) {
  .p-company__greetingLead {
    font-size: 0.875rem;
  }
}

.p-company__greetingSign {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: right;
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .p-company__greetingSign {
    font-size: 0.9375rem;
    margin-top: 0.625rem;
  }
}

.p-company__philosophy {
  text-align: center;
  padding-bottom: 3rem;
  border-bottom: 1px solid #DCDCDC;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy {
    padding-inline: 1.5rem;
    padding-bottom: 2.5rem;
    margin-top: 3.5rem;
  }
}

.p-company__philosophyText {
  color: #0B6134;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.625;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophyText {
    font-size: 1.875rem;
    margin-top: 1.125rem;
  }
}

.p-company__policy {
  padding-bottom: 3.625rem;
  border-bottom: 1px solid #DCDCDC;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__policy {
    padding-bottom: 2.5rem;
    margin-top: 3rem;
  }
}

.p-company__policyList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__policyList {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    margin-top: 1.75rem;
  }
}

.p-company__policyTitle {
  min-height: 3.75rem;
  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;
  color: #0B6134;
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3636363636;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__policyTitle {
    min-height: auto;
    font-size: 1.25rem;
  }
}

.p-company__policyText {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company__policyText {
    font-size: 0.875rem;
    text-align: center;
  }
}

.p-company__logo {
  margin-top: 2.625rem;
  text-align: center;
  padding-bottom: 2.625rem;
  border-bottom: 1px solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .p-company__logo {
    padding-bottom: 2.5rem;
    margin-top: 3rem;
  }
}

.p-company__logoImg {
  width: 8.75rem;
  margin: 1.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-company__logoImg {
    width: 7.5rem;
    margin-top: 1.5rem;
  }
}

.p-company__logoText {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-company__logoText {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-company__health {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #DCDCDC;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__health {
    padding-bottom: 2.5rem;
    margin-top: 3rem;
  }
}

.p-company__healthBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.875rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-company__healthBody {
    display: block;
    margin-top: 1.75rem;
  }
}

.p-company__healthImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 17.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company__healthImg {
    width: 13.75rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-company__healthText {
  color: #0B6134;
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  line-height: 1.7727272727;
}
@media screen and (max-width: 767px) {
  .p-company__healthText {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    text-align: center;
  }
}

.p-company__factory {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #DCDCDC;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__factory {
    padding-bottom: 2rem;
    margin-top: 3rem;
  }
}

.p-company__factoryList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__factoryList {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 1.75rem;
  }
}

.p-company__factoryImg {
  width: 100%;
}
.p-company__factoryImg img {
  width: 100%;
}
.p-company__factoryName {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-company__factoryName {
    font-size: 1.375rem;
  }
}

.p-company__factoryType {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-company__factoryType {
    font-size: 0.875rem;
  }
}

.p-company__factorySpec {
  margin-top: 0.25rem;
}
.p-company__factoryRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  padding: 0.625rem 0;
  border-top: 1px solid #DCDCDC;
}
.p-company__factoryDt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.875rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-company__factoryDt {
    font-size: 0.875rem;
  }
}

.p-company__factoryDd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-company__factoryDd {
    font-size: 0.875rem;
  }
}

.p-company__license {
  padding-bottom: 2.5rem;
  margin-top: 2.5rem;
  border-bottom: 1px solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .p-company__license {
    padding-bottom: 2rem;
    margin-top: 2.5rem;
  }
}

.p-company__licenseBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__licenseBox {
    -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-flow: column;
            flex-flow: column;
    gap: 1.25rem;
  }
}

.p-company__licenseList {
  width: 100%;
}

.p-company__licenseList li {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-company__licenseList li {
    font-size: 0.875rem;
    text-align: center;
  }
}

.p-company__construction {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #DCDCDC;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__construction {
    padding-bottom: 2.5rem;
    margin-top: 3rem;
  }
}

.p-company__constructionList {
  width: 100%;
}

.p-company__constructionList li {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
@media screen and (max-width: 767px) {
  .p-company__constructionList li {
    font-size: 0.875rem;
    text-align: center;
  }
}

.p-company__constructionNote {
  margin-top: 0.75rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-company__constructionNote {
    font-size: 0.875rem;
  }
}

.p-company__history {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__history {
    margin-top: 3.5rem;
  }
}

.p-company__historyTable {
  width: 100%;
  margin-top: 2rem;
  border-top: 1px solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .p-company__historyTable {
    margin-top: 1.75rem;
  }
}

.p-company__historyRow {
  border-bottom: 1px solid #DCDCDC;
}
.p-company__historyYear {
  width: 12.6875rem;
  padding: 0.6875rem 2.5rem;
  background: #E1ECE6;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-company__historyYear {
    width: 5.625rem;
    padding: 0.75rem 0.5rem;
    font-size: 0.8125rem;
  }
}

.p-company__historyText {
  padding: 0.6875rem 2.5rem 0.6875rem 5rem;
  background: #ffffff;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-company__historyText {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
}

.p-company__access {
  text-align: center;
  margin-top: 0.625rem;
}

.p-company__accessText {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.875;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-company__accessText {
    font-size: 0.875rem;
    padding: 0rem 1.5rem;
  }
}

.p-company__accessMap {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__accessMap {
    margin-top: 1.5rem;
  }
}

.p-company__accessMap iframe {
  display: block;
  width: 100%;
  height: 19.25rem;
  border: 0;
  -webkit-filter: grayscale(100%) contrast(105%);
          filter: grayscale(100%) contrast(105%);
}
@media screen and (max-width: 767px) {
  .p-company__accessMap iframe {
    height: 15rem;
  }
}

.p-construction {
  width: 100%;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-construction {
    padding-bottom: 3.75rem;
  }
}

.p-construction__intro {
  padding: 3.5rem 6.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-construction__intro {
    padding: 2.5rem 1.5rem 1.875rem;
  }
}

.p-construction__heading {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-construction__heading {
    font-size: 1.375rem;
  }
}

.p-construction__lead {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-construction__lead {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}

.p-construction__filter {
  padding: 2.125rem 6.25rem;
  background: #E1ECE6;
}
@media screen and (max-width: 767px) {
  .p-construction__filter {
    padding: 1.875rem 1.5rem;
  }
}

.p-construction__filterList {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2.5rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-construction__filterList {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0;
  }
}

.p-construction__filterList::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 0.0625rem;
  background: #CDD1CF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-construction__filterList::after {
    display: none;
  }
}

.p-construction__filterItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 0.0625rem solid #CDD1CF;
}
@media screen and (max-width: 767px) {
  .p-construction__filterItem {
    border-left: none;
    border-bottom: 0.0625rem solid #CDD1CF;
  }
}

.p-construction__filterItem:nth-child(3n) {
  border-right: 0.0625rem solid #CDD1CF;
}
@media screen and (max-width: 767px) {
  .p-construction__filterItem:nth-child(3n) {
    border-right: none;
  }
}

.p-construction__filterLabel {
  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;
  gap: 0.625rem;
  width: 100%;
  padding: 0.875rem 1rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-construction__filterLabel {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 0.875rem;
  }
}

.p-construction__filterLabel input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  accent-color: #0B6134;
  cursor: pointer;
}

.p-construction__submit {
  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;
  width: 16.625rem;
  height: 3.125rem;
  margin: 1.75rem auto 0;
  background: #ffffff;
  border: 0.0625rem solid #DCDCDC;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.p-construction__main {
  padding: 3.125rem 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-construction__main {
    padding: 2.5rem 1.5rem 0;
  }
}

.p-construction__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-construction__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-construction__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-construction__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #231815;
  border: 0.0625rem solid #595757;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-construction__thumb {
  overflow: hidden;
  aspect-ratio: 3/2;
  background: #EFEFEF;
}

.p-construction__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-construction__box {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.625rem;
}

.p-construction__title {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4666666667;
}

.p-construction__cat {
  margin-top: 0.375rem;
  color: #0B6134;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5384615385;
}

.p-construction__tags {
  margin-top: 0.5rem;
  color: #9FA0A0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}

.p-construction__more {
  margin-top: auto;
  padding-top: 0.75rem;
  color: #0B6134;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: right;
}

.p-construction__empty {
  padding: 2.5rem 0;
  text-align: center;
  color: #595757;
}

@media (any-hover: hover) {
  .p-construction__card:hover {
    opacity: 0.7;
  }
  .p-construction__filterLabel:hover {
    opacity: 0.7;
  }
  .p-construction__submit:hover {
    background: #0B6134;
    border-color: #0B6134;
    color: #ffffff;
  }
}
.p-recruit {
  width: 100%;
}

.l-main:has(.p-recruit) .c-breadcrumb {
  position: relative;
  z-index: 3;
  color: #ffffff;
}

.l-main:has(.p-recruit) .c-breadcrumb__link {
  color: #ffffff;
}

.p-recruit__fv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 35.75rem;
  background-image: url(../imgs/recruit/fv_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1.75rem;
  margin-top: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__fv {
    height: 22.5rem;
    margin-top: -1.5rem;
  }
}

.p-recruit__fvInner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__fvInner {
    padding: 0 1.5rem;
  }
}

.p-recruit__fvTitle {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5625rem;
  font-weight: 700;
  line-height: 1.7073170732;
}
@media screen and (max-width: 767px) {
  .p-recruit__fvTitle {
    font-size: 1.375rem;
    line-height: 1.7272727273;
  }
}

.p-recruit__fvBtn {
  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;
  width: 16.25rem;
  height: 3.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  background: #ffffff;
  border-radius: 0.625rem;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__fvBtn {
    width: 15rem;
    height: 3.5rem;
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

@media (any-hover: hover) {
  .p-recruit__fvBtn:hover {
    opacity: 0.3s;
  }
}
.p-recruit__jobsNav {
  background: #0B6134;
  padding-left: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobsNav {
    padding: 0rem;
    padding-top: 1.5rem;
    padding-bottom: 0rem;
  }
}

.p-recruit__jobsNavInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobsNavInner {
    display: block;
  }
}

.p-recruit__jobsNavTitle {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobsNavTitle {
    font-size: 1.375rem;
    padding: 0 1.5rem;
  }
}

.p-recruit__jobsNavList {
  margin-top: 0.25rem;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobsNavList {
    padding: 0 1.5rem;
    margin-top: 0.625rem;
  }
}

.p-recruit__jobsNavItem {
  margin-top: 0.625rem;
}
.p-recruit__jobsNavItem:first-child {
  margin-top: 0rem;
}

.p-recruit__jobsNavLink {
  color: #FFFFB5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5625rem;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobsNavLink {
    font-size: 1rem;
  }
}
.p-recruit__jobsNavLink:hover {
  opacity: 0.7;
}

.p-recruit__jobsNavLink::before {
  content: "・";
}
.p-recruit__jobsNavBanner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobsNavBanner {
    display: block;
    margin-top: 1.875rem;
  }
}
.p-recruit__jobsNavBanner img {
  width: auto;
  height: 14.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobsNavBanner img {
    width: 100%;
    height: auto;
  }
}

.p-recruit__wrapper {
  padding: 4.375rem 6.25rem 5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__wrapper {
    padding: 3rem 1.5rem 5rem 1.5rem;
  }
}

.p-recruit__greeting {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 1.25rem;
}

.p-recruit__greetingTitle {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__greetingTitle {
    font-size: 1.375rem;
  }
}

.p-recruit__greetingBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__greetingBody {
    display: block;
    margin-top: 1.75rem;
  }
}

.p-recruit__greetingImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13.4375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__greetingImg {
    width: 15rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-recruit__greetingText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit__greetingText {
    margin-top: 1.5rem;
  }
}

.p-recruit__greetingLead {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}
@media screen and (max-width: 767px) {
  .p-recruit__greetingLead {
    font-size: 0.875rem;
  }
}

.p-recruit__greetingSign {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__greetingSign {
    font-size: 0.9375rem;
  }
}

.p-recruit__movie {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #DCDCDC;
  margin-top: 2.25rem;
}

.p-recruit__movieTitle {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5714285714;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__movieTitle {
    font-size: 1.25rem;
  }
}

.p-recruit__movieFrame {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: 0.625rem auto 0;
}

.p-recruit__movieVideo {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-recruit__movieVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit__lead {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__lead {
    font-size: 0.875rem;
  }
}

.p-recruit__jobs {
  width: 100%;
}
.p-recruit__jobs .wp-block-group {
  padding-top: 3.25rem;
  padding-bottom: 3.75rem;
  border-bottom: 1px solid #DCDCDC;
}
.p-recruit__jobs h2 {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobs h2 {
    font-size: 1.375rem;
  }
}
.p-recruit__jobs .wp-block-table {
  width: 100%;
  max-width: 50rem;
  margin: 3.125rem auto;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobs .wp-block-table {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.p-recruit__jobs .wp-block-table table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #DCDCDC;
}
.p-recruit__jobs .wp-block-table tr {
  border-bottom: 1px solid #DCDCDC;
}
.p-recruit__jobs .wp-block-table th {
  width: 12.6875rem;
  background: #E1ECE6;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  padding: 0.625rem 0.625rem 0.625rem 2.375rem;
  border: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobs .wp-block-table th {
    width: 6.875rem;
    padding: 0.75rem;
    font-size: 0.8125rem;
  }
}
.p-recruit__jobs .wp-block-table td {
  background: #ffffff;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
  vertical-align: top;
  padding: 0.625rem 2.5rem 0.625rem 6.25rem;
  border: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobs .wp-block-table td {
    padding: 0.75rem;
    font-size: 0.875rem;
  }
}
.p-recruit__jobs .wp-block-table .has-text-align-center {
  text-align: left;
}
.p-recruit__jobs .wp-block-buttons {
  margin-top: 2.5rem;
}
.p-recruit__jobs .wp-block-button__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #DCDCDC;
  border-radius: 0.625rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  list-style: 1;
  font-weight: 700;
  padding: 1rem 2.5rem;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

@media (any-hover: hover) {
  .wp-block-button__link:hover {
    background: #0B6134;
    border-color: #0B6134;
    color: #ffffff;
  }
}
.p-recruit__jobBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 21.25rem;
  margin-top: 1.75rem;
  background: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobBox {
    min-height: 13.75rem;
    margin-top: 1.25rem;
  }
}

.p-recruit__jobBoxLabel {
  color: #9FA0A0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobBoxLabel {
    font-size: 1.375rem;
  }
}

.p-recruit__jobBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16.25rem;
  height: 3.875rem;
  margin: 1.125rem auto 0;
  border: 1px solid #DCDCDC;
  border-radius: 0.625rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-recruit__jobBtn {
    width: 100%;
    margin-top: 1.5rem;
  }
}

@media (any-hover: hover) {
  .p-recruit__jobBtn:hover {
    background: #0B6134;
    border-color: #0B6134;
    color: #ffffff;
  }
}
.p-recruit__form {
  width: 100%;
  margin-top: 3.125rem;
}

.p-recruit__formTitle {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__formTitle {
    font-size: 1.625rem;
  }
}

.p-contact {
  padding: 4.375rem 6.25rem 6.25rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 3.75rem 1.5rem 5rem 1.5rem;
  }
}

.p-contact__inner {
  max-width: 50rem;
  margin-inline: auto;
}

.p-contact__steps {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 40rem;
  margin-inline: auto;
  list-style: none;
}

.p-contact__steps::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  height: 0.125rem;
  background: #DCDCDC;
}

.p-contact__step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact__stepIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
}

.p-contact__stepIcon svg {
  width: 1.375rem;
  height: 1.375rem;
  fill: #231815;
}

.p-contact__step.is-active .p-contact__stepIcon {
  background: #4A90E2;
}

.p-contact__step.is-active .p-contact__stepIcon svg {
  fill: #ffffff;
}

.p-contact__stepNum {
  margin-top: 0.5rem;
  color: #595757;
  font-size: 0.6875rem;
  font-weight: 700;
}

.p-contact__stepText {
  margin-top: 0.125rem;
  color: #231815;
  font-size: 0.8125rem;
}

.p-contact__fields {
  margin-top: 3.125rem;
  border-top: 0.0625rem solid #DCDCDC;
}

.p-contact__fields--mt {
  margin-top: 1.25rem;
}

.p-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.0625rem solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .p-contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.625rem;
  width: 14.375rem;
  padding: 1.125rem 1.25rem;
  background: #EFEFEF;
  color: #231815;
  font-weight: 700;
  font-size: 0.9375rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-contact__label {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1rem;
  }
}

.p-contact__req {
  padding: 0.125rem 0.5rem;
  background: #DB5461;
  border-radius: 0.1875rem;
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 500;
}

.p-contact__field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.125rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__field {
    padding: 1.125rem 0rem;
  }
}

.p-contact__field input,
.p-contact__field textarea {
  width: 100%;
  padding: 0.625rem 0.75rem;
  border: 0.0625rem solid #DCDCDC;
  border-radius: 0.25rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
}

.p-contact__field textarea {
  min-height: 7.5rem;
}

.p-contact__note {
  display: block;
  margin-top: 0.375rem;
  color: #595757;
  font-size: 0.8125rem;
}

.p-contact__tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-contact__tel input {
  width: 5.625rem;
}

.p-contact__telSep {
  color: #595757;
}

.p-contact__tel .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 1.5rem;
  white-space: nowrap;
}

.p-contact__tel .wpcf7-form-control-wrap:not(:first-of-type) .wpcf7-not-valid-tip {
  display: none;
}

.p-contact__zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.p-contact__zipMark {
  color: #595757;
}

.p-contact__zip input {
  width: 11.25rem;
}

.p-contact__zipBtn {
  margin-left: 0.5rem;
  padding: 0.5rem 1.25rem;
  background: #EFEFEF;
  border: 0.0625rem solid #DCDCDC;
  border-radius: 0.25rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media (any-hover: hover) {
  .p-contact__zipBtn:hover {
    background: #DCDCDC;
  }
}
.p-contact__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.p-contact__address .wpcf7-form-control-wrap[data-name=city] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 15rem;
}

.p-contact__address input {
  width: 100%;
}

.p-contact__field select {
  min-width: 11.5625rem;
  padding: 0.625rem 2.25rem 0.625rem 0.75rem;
  border: 0.0625rem solid #DCDCDC;
  border-radius: 0.25rem;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23595757' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 0.625rem 0.4375rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-contact__zip {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .p-contact__zip .wpcf7-form-control-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .p-contact__zip input {
    width: 100%;
    min-width: 0;
  }
  .p-contact__zipBtn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0;
    padding-inline: 0.75rem;
  }
  .p-contact__address .wpcf7-form-control-wrap[data-name=city] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-width: 0;
  }
}
.p-contact__policy {
  margin-top: 3.125rem;
}

.p-contact__policyTitle {
  color: #231815;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
}

.p-contact__policyBox {
  max-height: 10.625rem;
  margin-top: 1.25rem;
  padding: 1.5rem;
  border: 0.0625rem solid #DCDCDC;
  overflow-y: auto;
  color: #231815;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
}

.p-contact__policyBox p {
  margin-top: 0.5rem;
}

.p-contact__policyHeading {
  color: #231815;
  font-size: 0.875rem;
  font-weight: 700;
}

.p-contact__policyHeading:not(:first-child) {
  margin-top: 1.25rem;
}

.p-contact__policyList {
  margin-top: 0.5rem;
  padding-left: 1.25rem;
  list-style: disc;
}

.p-contact__agree {
  margin-top: 1.5rem;
  color: #231815;
  font-size: 0.9375rem;
  text-align: center;
}

.p-contact__agree input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  border: 0.125rem solid #9FA0A0;
  border-radius: 0.25rem;
  vertical-align: -0.25rem;
  cursor: pointer;
}

.p-contact__agree input[type=checkbox]:checked {
  background: #0B6134;
  border-color: #0B6134;
}

.p-contact__agree input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.375rem;
  width: 0.3125rem;
  height: 0.625rem;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-contact__submit {
  position: relative;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    margin-top: 2.5rem;
  }
}

.p-contact__submit input {
  min-width: 18.75rem;
  padding: 1rem 2.5rem;
  background: #ffffff;
  border: 0.0625rem solid #DCDCDC;
  border-radius: 0.375rem;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact__submit input {
    min-width: 0;
    width: 100%;
  }
}

@media (any-hover: hover) {
  .p-contact__submit input:hover {
    background: #0B6134;
    border-color: #0B6134;
    color: #ffffff;
  }
}
.p-contact__submit .wpcf7-spinner {
  position: absolute;
}

.p-confirmation__lead {
  margin-top: 2.5rem;
  text-align: center;
}

.p-confirmation__leadTitle {
  color: #231815;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-confirmation__leadText {
  margin-top: 0.75rem;
  color: #231815;
  font-size: 0.9375rem;
}

.p-confirmation .p-contact__fields {
  margin-top: 2.5rem;
}

.p-confirmation .p-contact__field {
  color: #231815;
  font-weight: 700;
}

.p-confirmation .p-contact__field input,
.p-confirmation .p-contact__field textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font-weight: 700;
}

.p-confirmation .p-contact__field textarea {
  min-height: auto;
  resize: none;
}

.p-confirmation__btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-confirmation__btns {
    -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;
    margin-top: 3.125rem;
  }
}

.p-confirmation__btns input,
.p-confirmation__btns button {
  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;
  width: 16.625rem;
  height: 3.125rem;
  background: #ffffff;
  border: 0.0625rem solid #DCDCDC;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-confirmation__btns input,
  .p-confirmation__btns button {
    min-width: 0;
    width: 100%;
  }
}

.p-confirmation__btns input.wpcf7-submit {
  background: #4DC16B;
  border: none;
  color: #ffffff;
}

@media (any-hover: hover) {
  .p-confirmation__btns input:hover,
  .p-confirmation__btns button:hover {
    background: #231815;
    border-color: #231815;
    color: #ffffff;
  }
  .p-confirmation__btns input.wpcf7-submit:hover {
    background: #0B6134;
    color: #ffffff;
  }
}
.p-confirmation__btns .wpcf7-spinner {
  position: absolute;
}

.p-thanks {
  padding: 4.375rem 6.25rem 6.25rem 6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 3.75rem 1.5rem 5rem 1.5rem;
  }
}

.p-thanks__title {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.625rem;
  }
}

.p-thanks__body {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__body {
    margin-top: 1.875rem;
  }
}

.p-thanks__text {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    text-align: left;
  }
}

.p-thanks__btnWrap {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__btnWrap {
    margin-top: 1.875rem;
  }
}

.p-thanks__btn {
  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;
  width: 16.625rem;
  height: 3.125rem;
  margin: 0 auto;
  background: #ffffff;
  border: 0.0625rem solid #DCDCDC;
  color: #595757;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-thanks__btn {
    width: 100%;
  }
}

@media (any-hover: hover) {
  .p-thanks__btn:hover {
    background: #231815;
    border-color: #231815;
    color: #ffffff;
  }
}
.p-policy {
  width: 100%;
  padding: 3.75rem 6.25rem 5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-policy {
    padding: 3.75rem 1.5rem 5rem 1.5rem;
  }
}

.p-policy__title {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-policy__title {
    font-size: 1.75rem;
  }
}

.p-policy__section {
  margin-top: 1.875rem;
}

.p-policy__heading {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-policy__text {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 0.375rem;
}

.p-policy__list {
  list-style: none;
}

.p-policy__listItem {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 1.5rem;
}

.p-policy__contact {
  margin-top: 2.5rem;
}

.p-policy__contactText {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.875;
}

.p-sitemap {
  padding: 7.5rem 6.25rem 12.5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap {
    padding: 3.75rem 1.5rem 5rem 1.5rem;
  }
}

.p-sitemap__item {
  padding-left: 2.5rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__item {
    padding-left: 0rem;
    margin-top: 0.875rem;
  }
}

.p-sitemap__item:first-child {
  margin-top: 0;
}

.p-sitemap__link {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (any-hover: hover) {
  .p-sitemap__link:hover {
    color: #0B6134;
  }
}
.p-404 {
  width: 100%;
  padding: 7.5rem 6.25rem 12.5rem 6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding: 3.75rem 1.5rem 5rem 1.5rem;
  }
}

.p-404__error {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-404__error {
    font-size: 1.125rem;
  }
}

.p-404__title {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    font-size: 1.875rem;
  }
}

.p-404__body {
  text-align: center;
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-404__body {
    text-align: left;
    margin-top: 1.875rem;
  }
}

.p-404__text {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2.1875;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 0.875rem;
  }
}

.p-404__text--redirect {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-404__text--redirect {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=style.css.map */