/* ============================================================
 #Foundation
============================================================ */
/* ------------------------------------------------------------
 ##Init
------------------------------------------------------------ */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ============================================================
 #Layout
============================================================ */
/* ------------------------------------------------------------
 ##Root
------------------------------------------------------------ */
:root {
  scroll-behavior: auto;
}

html {
  overflow-y: scroll;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 6.25rem;
}

body {
  line-height: 1.625;
  color: #000000;
  background-color: #fff;
  font-size: 1rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-height: 100dvh;
}

.l-page {
  min-height: 100dvh;
  padding-top: 6.25rem;
}

@media screen and (max-width: 991.98px) {
  .l-page {
    padding-top: 4.375rem;
  }
}
@media screen and (max-width: 767.98px) {
  html {
    scroll-padding-top: 4.375rem;
  }
  body {
    line-height: 1.6;
    font-size: 0.9375rem;
  }
}
/* ------------------------------------------------------------
 ##Container
------------------------------------------------------------ */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 5.3333333333%;
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
}

@media screen and (min-width: 768px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 1.25rem;
  }
}
/* ------------------------------------------------------------
 ##Grid
------------------------------------------------------------ */
.row {
  --bs-gutter-x: 2.5rem;
}

/* ------------------------------------------------------------
 ##Header
------------------------------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #ffffff;
}
.l-header__inner {
  display: flex;
  align-items: center;
  height: 6.25rem;
  padding: 0 1.875rem;
}
.l-header__brand {
  width: 23.75rem;
}
.l-header__brand-logo {
  margin: 0;
}
.l-header__nav {
  margin-left: auto;
  padding-right: 0.625rem;
}
.l-header__nav .menu {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  gap: 1.875rem;
  margin: 0;
  list-style-type: none;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: normal;
}
.l-header__nav .menu a {
  position: relative;
  display: block;
  color: #000000;
  text-decoration: none;
}
.l-header__nav .menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #000000;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease;
}

@media (pointer: fine) {
  .l-header__nav .menu a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
@media screen and (max-width: 991.98px) {
  .l-header__inner {
    height: 4.375rem;
    padding: 0 5.3333333333%;
  }
  .l-header__brand {
    width: 15rem;
  }
  .l-header__toggle {
    width: 2.625rem;
    height: 2.625rem;
    margin-left: auto;
  }
  .l-header__drawer {
    padding-top: 4.375rem;
  }
  .l-header__drawer .btn-close {
    position: absolute;
    top: 0.875rem;
    left: -2.625rem;
    width: 2.625rem;
    height: 2.625rem;
    padding: 0;
    border-radius: 0;
    background: none;
    opacity: 1;
  }
  .l-header__drawer .menu {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    gap: 0.9375rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: normal;
  }
  .l-header__drawer .menu a {
    color: #000000;
    text-decoration: none;
  }
  .l-header__drawer.offcanvas {
    background-color: rgba(204, 204, 204, 0.8);
  }
  .l-header__drawer.offcanvas.offcanvas-end {
    width: calc(86% - 2.625rem);
    border-left: none;
  }
}
/* ------------------------------------------------------------
 ##Footer
------------------------------------------------------------ */
.l-footer {
  position: sticky;
  top: 100dvh;
  background-color: #e5e2e2;
}
.l-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2.5rem 1.875rem 1.875rem;
}
.l-footer__brand {
  width: 23.75rem;
}
.l-footer__brand-logo {
  margin: 0;
}
.l-footer__nav {
  margin-left: auto;
  padding-right: 0.625rem;
}
.l-footer__nav .menu {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  gap: 1.875rem;
  margin: 0;
  list-style-type: none;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: normal;
}
.l-footer__nav .menu a {
  position: relative;
  display: block;
  color: #000000;
  text-decoration: none;
}
.l-footer__nav .menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #000000;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease;
}
.l-footer__copyright {
  width: 100%;
  line-height: 1.3333333333;
  margin-top: 3.625rem;
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 0.03em;
}
.l-footer__copyright small {
  font-size: 100%;
}

@media (pointer: fine) {
  .l-footer__nav .menu a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
@media screen and (max-width: 991.98px) {
  .l-footer__inner {
    padding: 1.875rem 5.3333333333%;
  }
  .l-footer__copyright {
    line-height: 1.4;
    margin-top: 0;
    font-size: 0.625rem;
  }
}
/* ============================================================
 #Component
============================================================ */
/* ------------------------------------------------------------
 ##Text
------------------------------------------------------------ */
.c-prose :first-child,
.c-prose .sr-only:first-child + * {
  margin-block-start: 0 !important;
}

.c-prose :last-child {
  margin-block-end: 0 !important;
}

.c-prose :where(:not(meta, span) + *) {
  margin-block-start: 1.6em;
}

/* ------------------------------------------------------------
 ##Hedding
------------------------------------------------------------ */
.c-heading-01 {
  line-height: 1.1111111111;
  margin: 0 0 2.1111111111em;
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
}
.c-heading-01 .en {
  display: block;
  line-height: 1.0444444444;
  margin-bottom: 0.1777777778em;
  font-size: 2.8125rem;
}
.c-heading-01 .en::first-letter {
  color: #007b36;
}

@media screen and (max-width: 767.98px) {
  .c-heading-01 {
    line-height: 1.125;
    margin-bottom: 1.75em;
    font-size: 1rem;
  }
  .c-heading-01 .en {
    line-height: 1.0666666667;
    margin-bottom: 0.2666666667em;
    font-size: 1.875rem;
  }
}
.c-heading-02 {
  position: relative;
  line-height: 1.0444444444;
  margin: 0 0 0.8666666667em;
  padding-left: 1.25rem;
  font-weight: 500;
  font-size: 2.8125rem;
}
.c-heading-02::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.3125rem;
  height: calc(100% - 0.25rem);
  margin: auto 0;
  background-color: #007b36;
}

@media screen and (max-width: 767.98px) {
  .c-heading-02 {
    line-height: 1.0666666667;
    margin-bottom: 0.9666666667em;
    font-size: 1.875rem;
  }
}
/* ------------------------------------------------------------
 ##Button
------------------------------------------------------------ */
.c-button, .c-button--01, .c-button--02, .c-button--03, .c-button--04, .c-button--05 {
  display: inline-block;
  line-height: 1.2222222222;
  padding: 0.8125rem 0.625rem;
  border: none;
  border-radius: 0;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
}
.c-button .c-button-arrow, .c-button--01 .c-button-arrow, .c-button--02 .c-button-arrow, .c-button--03 .c-button-arrow, .c-button--04 .c-button-arrow, .c-button--05 .c-button-arrow {
  position: relative;
  top: -0.125rem;
  display: inline-block;
  width: 1.5rem;
  height: auto;
  margin-left: 0.3125rem;
}
.c-button--01 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  transition: color 0.3s ease;
}

@media (pointer: fine) {
  .c-button--01:hover {
    color: #000;
  }
  .c-button--01:hover::after {
    transform: scaleX(1) skewX(-25deg);
    transform-origin: left;
  }
  .c-button--01::after {
    content: "";
    position: absolute;
    top: 0;
    left: -0.9375rem;
    z-index: -1;
    width: calc(100% + 1.875rem);
    height: 100%;
    background: #fff;
    transform: scaleX(0) skewX(-25deg);
    transform-origin: right;
    transition: transform 0.3s ease;
  }
}
.c-button--02 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #007b36;
  color: #fff;
  background-color: #007b36;
  transition: color 0.3s ease;
}

@media (pointer: fine) {
  .c-button--02:hover {
    color: #007b36;
  }
  .c-button--02:hover::after {
    transform: scaleX(1) skewX(-25deg);
    transform-origin: left;
  }
  .c-button--02::after {
    content: "";
    position: absolute;
    top: 0;
    left: -0.9375rem;
    z-index: -1;
    width: calc(100% + 1.875rem);
    height: 100%;
    background: #fff;
    transform: scaleX(0) skewX(-25deg);
    transform-origin: right;
    transition: transform 0.3s ease;
  }
}
.c-button--03 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #666666;
  color: #666666;
  background-color: #ececec;
  transition: color 0.3s ease;
}

@media (pointer: fine) {
  .c-button--03:hover {
    color: #fff;
  }
  .c-button--03:hover::after {
    transform: scaleX(1) skewX(-25deg);
    transform-origin: left;
  }
  .c-button--03::after {
    content: "";
    position: absolute;
    top: 0;
    left: -0.9375rem;
    z-index: -1;
    width: calc(100% + 1.875rem);
    height: 100%;
    background: #666666;
    transform: scaleX(0) skewX(-25deg);
    transform-origin: right;
    transition: transform 0.3s ease;
  }
}
.c-button--04 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #0078ff;
  color: #fff;
  background-color: #0078ff;
  transition: color 0.3s ease;
}

@media (pointer: fine) {
  .c-button--04:hover {
    color: #0078ff;
  }
  .c-button--04:hover::after {
    transform: scaleX(1) skewX(-25deg);
    transform-origin: left;
  }
  .c-button--04::after {
    content: "";
    position: absolute;
    top: 0;
    left: -0.9375rem;
    z-index: -1;
    width: calc(100% + 1.875rem);
    height: 100%;
    background: #fff;
    transform: scaleX(0) skewX(-25deg);
    transform-origin: right;
    transition: transform 0.3s ease;
  }
}
.c-button--05 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #f61111;
  color: #fff;
  background-color: #f61111;
  transition: color 0.3s ease;
}

@media (pointer: fine) {
  .c-button--05:hover {
    color: #f61111;
  }
  .c-button--05:hover::after {
    transform: scaleX(1) skewX(-25deg);
    transform-origin: left;
  }
  .c-button--05::after {
    content: "";
    position: absolute;
    top: 0;
    left: -0.9375rem;
    z-index: -1;
    width: calc(100% + 1.875rem);
    height: 100%;
    background: #fff;
    transform: scaleX(0) skewX(-25deg);
    transform-origin: right;
    transition: transform 0.3s ease;
  }
}
/* ------------------------------------------------------------
 ##Section
------------------------------------------------------------ */
.c-section-border {
  position: relative;
}
.c-section-border::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 78.6666666667%;
  max-width: 37.5rem;
  height: 1px;
  margin: 0 auto;
  background-color: #cccccc;
}

/* ------------------------------------------------------------
 ##Form
------------------------------------------------------------ */
.c-form-text,
.c-form-textarea {
  line-height: 1.625;
  padding: 0.3125rem 0.625rem;
  border: 1px solid #999999;
  border-radius: 0;
  background-color: #ececec;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-form-text {
  height: 2.625rem;
}

.c-form-textarea {
  height: 13.125rem;
}

.c-form-file {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.c-form-file input[type=file] {
  flex: 1;
}
.c-form-file input[type=file]::file-selector-button {
  margin-right: 1.25rem;
  padding: 0.8125rem 1.25rem 0.8125rem 2.5rem;
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
}
.c-form-file .bi {
  position: absolute;
  left: 1rem;
  top: 50%;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.mw_wp_form_confirm .c-form-file .bi {
  display: none;
}
.c-form-file .mwform-file-delete {
  width: 1em;
}

.c-form-item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  line-height: 1.625;
  padding: 0.5rem 0;
}
.mw_wp_form .c-form-item-list {
  padding: 0;
}
.c-form-item-list > .horizontal-item {
  display: inline-block;
}
.mw_wp_form .c-form-item-list .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.c-form-req {
  display: inline-block;
  line-height: 1;
  padding: 0.3125rem;
  border: 1px solid #ff0b0b;
  color: #ff0b0b;
  font-size: 0.875rem;
}

.c-form-none {
  color: #878383;
}
.mw_wp_form_confirm .c-form-none {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .c-form-file input[type=file]::file-selector-button {
    margin-right: 0.625rem;
    padding: 0.625rem 0.9375rem 0.625rem 1.875rem;
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
  }
  .c-form-file .bi {
    left: 0.5rem;
  }
  .c-form-item-list {
    flex-direction: column;
    gap: 0.4375rem;
    line-height: 1.6;
    padding: 0;
  }
  .c-form-item-list > .horizontal-item {
    display: block;
  }
  .c-form-req {
    padding: 0.3125rem;
    font-size: 0.8125rem;
  }
}
.c-form-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c-form-buttons [class*=c-button] {
  width: 100%;
}
.c-form-buttons__send {
  width: 100%;
  max-width: 17.5rem;
}
.c-form-buttons__back {
  order: -1;
  width: 100%;
  max-width: 17.5rem;
  margin-right: 1.875rem;
}
.c-form-buttons__back:empty {
  width: 0;
  margin: 0;
}

@media screen and (max-width: 767.98px) {
  .c-form-buttons {
    flex-direction: column;
  }
  .c-form-buttons__back {
    order: 0;
    margin: 1.25rem 0 0;
  }
}
/* ============================================================
 #Project
============================================================ */
/* ------------------------------------------------------------
 ##Home
------------------------------------------------------------ */
/* Main Visual */
.p-home-mv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25rem;
  background-image: url(../img/home/bg_mv-pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-home-mv__box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92.6388888889%;
  max-width: 1334px;
  overflow: hidden;
  padding: min(2.1875rem, 2.6236881559%) 2.6236881559%;
  background-color: rgba(0, 0, 0, 0.63);
}
.p-home-mv__text-pc {
  width: 55.625rem;
  height: 4.6875rem;
  stroke: #fff;
  stroke-width: 1px;
  fill: transparent;
}
.p-home-mv__text-sp {
  display: none;
  width: 71.7333333333vw;
  height: 26.4vw;
  stroke: #fff;
  stroke-width: 1px;
  fill: transparent;
}
.p-home-mv__rect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: translateX(-101%);
}

@media screen and (max-width: 767.98px) {
  .p-home-mv {
    height: auto;
    background-image: url(../img/home/bg_mv-sp.jpg);
    aspect-ratio: 375/389;
  }
  .p-home-mv__box {
    width: 100%;
    padding: 6.6666666667% 0;
  }
  .p-home-mv__text-pc {
    display: none;
  }
  .p-home-mv__text-sp {
    display: block;
    width: 71.7333333333vw;
    height: 26.4vw;
  }
}
/* Service */
.p-home-service {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.p-home-service__lead {
  max-width: 920px;
  margin: 0 auto 5rem;
}

@media screen and (max-width: 767.98px) {
  .p-home-service {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .p-home-service__lead {
    margin-bottom: 2.5rem;
  }
}
.p-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.p-service-list__item {
  position: relative;
  overflow: hidden;
  width: calc(50% - 1.25rem);
}
.p-service-list__image img {
  width: 100%;
  height: auto;
}
.p-service-list__name {
  position: absolute;
  bottom: 0;
  left: 4.8387096774%;
  line-height: 1.125;
  margin: 0 0 4.5161290323%;
  font-weight: 500;
  font-size: min(2.2857142857vw, 2rem);
  color: #fff;
  letter-spacing: 0.05em;
}
.p-service-list .c-skew {
  position: absolute;
  top: 0;
  left: -25%;
  width: 62.9032258065%;
  height: 100%;
  background-color: #000000;
  transform: skewX(25deg);
}
.p-service-list__rect-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(-101%);
}
.p-service-list__rect-02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: translateX(-101%);
}

@media screen and (max-width: 767.98px) {
  .p-service-list {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    gap: 0.125rem;
  }
  .p-service-list__item {
    width: calc(50% - 0.0625rem);
  }
  .p-service-list__name {
    left: 5.376344086%;
    line-height: 1.125;
    margin-bottom: 5.376344086%;
    font-size: max(4.2666666667vw, 1rem);
  }
  .p-service-list .c-skew {
    left: -34.4086021505%;
    width: 92.4731182796%;
    transform: skewX(20deg);
  }
}
/* Feature Banner */
.p-feature-banner, .p-feature-banner--rev {
  overflow: hidden;
}
.p-feature-banner__row {
  display: flex;
  align-items: stretch;
}
.p-feature-banner__head {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 42.1875%;
  color: #fff;
}
.p-feature-banner__rect {
  position: absolute;
  top: 0;
  right: 14.8148148148%;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: skewX(25deg);
}
.p-feature-banner__rect::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(25.9259259259% - 50vw);
  z-index: 0;
  width: 50vw;
  height: 100%;
  background-color: #000000;
}
.p-feature-banner__heading {
  position: relative;
  z-index: 1;
  line-height: 1.2105263158;
  margin: 0;
  font-weight: 500;
  font-size: 2.375rem;
  font-size: min(2.7142857143vw, 2.375rem);
  letter-spacing: 0.05em;
}
.p-feature-banner__heading .ja {
  display: block;
  line-height: 1.125;
  font-size: 2rem;
  font-size: min(2.2857142857vw, 2rem);
  letter-spacing: 0.1em;
}
.p-feature-banner__body {
  width: 57.8125%;
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
}
.p-feature-banner__desc {
  padding: 1.875rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-feature-banner--rev .p-feature-banner__head {
  order: 1;
  text-align: right;
}
.p-feature-banner--rev .p-feature-banner__rect {
  right: auto;
  left: 14.8148148148%;
  transform: skewX(-25deg);
}
.p-feature-banner--rev .p-feature-banner__rect::after {
  right: calc(25.9259259259% - 50vw);
  left: auto;
}

@media screen and (max-width: 1199.98px) {
  .p-feature-banner__rect {
    right: 18.5185185185%;
  }
  .p-feature-banner--rev .p-feature-banner__rect {
    left: 18.5185185185%;
  }
}
@media screen and (max-width: 991.98px) {
  .p-feature-banner__rect {
    right: 27.7777777778%;
  }
  .p-feature-banner--rev .p-feature-banner__rect {
    left: 27.7777777778%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-feature-banner__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-feature-banner__head {
    order: 1;
    width: 86.5671641791%;
  }
  .p-feature-banner__heading {
    line-height: 1.1666666667;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }
  .p-feature-banner__heading .ja {
    line-height: 1.2;
    margin-top: 0.375rem;
    font-size: 1.25rem;
  }
  .p-feature-banner__body {
    width: 100%;
    padding-top: max(5.3333333333vw, 1.25rem);
    padding-bottom: max(5.3333333333vw, 1.25rem);
  }
  .p-feature-banner--rev .p-feature-banner__row {
    align-items: flex-end;
  }
}
/* Home content */
.p-home-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6.5217391304%;
  max-width: 57.5rem;
  margin: 0 auto;
}
.p-home-cont__body {
  width: 63.0434782609%;
}
.p-home-cont__button {
  width: 30.4347826087%;
}

@media screen and (max-width: 767.98px) {
  .p-home-cont {
    gap: 2.5rem;
  }
  .p-home-cont__body {
    width: 100%;
  }
  .p-home-cont__button {
    width: 100%;
  }
}
/* About */
.p-home-about {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
.p-home-about__feature-01, .p-home-about__feature-02 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-home-about__feature-01 {
  margin-bottom: 2.5rem;
  background-image: url(../img/home/bg_about_01-pc.jpg);
}
.p-home-about__feature-02 {
  background-image: url(../img/home/bg_about_02-pc.jpg);
}

@media screen and (max-width: 767.98px) {
  .p-home-about {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
  .p-home-about__feature-01 {
    margin-bottom: 1.25rem;
    background-image: url(../img/home/bg_about_01-sp.jpg);
  }
  .p-home-about__feature-02 {
    background-image: url(../img/home/bg_about_02-sp.jpg);
  }
}
/* Mission */
.p-home-mission {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
.p-home-mission__feature-01 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-home-mission__feature-01 {
  margin-bottom: 2.5rem;
  background-image: url(../img/home/bg_mission_01-pc.jpg);
}

@media screen and (max-width: 767.98px) {
  .p-home-mission {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
  .p-home-mission__feature-01 {
    margin-bottom: 1.25rem;
    background-image: url(../img/home/bg_mission_01-sp.jpg);
  }
}
/* Company */
.p-home-company {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
.p-home-company__more {
  line-height: 1;
  margin: 0;
  text-align: center;
}
.p-home-company__more .c-button--01 {
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .p-home-company {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
  .p-home-company__more .c-button--01 {
    width: 83.5820895522%;
  }
}
/* Recruit */
.p-home-recruit {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
.p-home-recruit__catch {
  line-height: 1.5789473684;
  font-weight: 500;
  font-size: 2.375rem;
}
.p-home-recruit__catch strong {
  font-weight: 500;
  color: #007b36;
}
.p-home-recruit__more {
  line-height: 1;
  margin: 0;
  text-align: center;
}
.p-home-recruit__more .c-button--01 {
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .p-home-recruit {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
  .p-home-recruit__catch {
    line-height: 1.4;
    font-size: 1.5625rem;
  }
  .p-home-recruit__more .c-button--01 {
    width: 83.5820895522%;
  }
}
/* Contact */
.p-home-contact {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
.p-home-contact__row {
  display: grid;
  gap: 3.75rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-home-contact__more {
  line-height: 1;
  margin: 0;
  text-align: center;
}
.p-home-contact__more .c-button--02 {
  width: 100%;
  max-width: 17.5rem;
}

@media screen and (max-width: 767.98px) {
  .p-home-contact {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
  .p-home-contact__row {
    gap: 2.5rem;
  }
  .p-home-contact__more .c-button--02 {
    width: 83.5820895522%;
  }
}
/* ------------------------------------------------------------
 ##Page header
------------------------------------------------------------ */
.p-page-header {
  position: relative;
  height: 21.875rem;
  overflow: hidden;
}
.p-page-header__container {
  display: flex;
  height: 100%;
}
.p-page-header__head {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 23.4375%;
  height: 100%;
  color: #fff;
}
.p-page-header__rect {
  position: absolute;
  top: 0;
  right: -33.3333333333%;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: skewX(30deg);
}
.p-page-header__rect::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(83.3333333333% - 50vw);
  z-index: 0;
  width: 50vw;
  height: 100%;
  background-color: #000;
}
.p-page-header__heading {
  position: relative;
  z-index: 1;
  line-height: 1.0888888889;
  margin: 0;
  font-weight: 500;
  font-size: 2.8125rem;
  font-size: min(3.2142857143vw, 2.8125rem);
  letter-spacing: 0.05em;
}
.p-page-header__heading .ja {
  display: block;
  line-height: 1.1481481481;
  margin-top: 0.375rem;
  font-size: 1.6875rem;
  font-size: min(1.9285714286vw, 1.6875rem);
  letter-spacing: 0.1em;
}
.p-page-header__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  margin: 4.25rem 0 0 auto;
  padding: 0;
  list-style-type: none;
  font-weight: 500;
  font-size: 1rem;
  color: #cccccc;
}
.p-page-header__breadcrumb > li + li::before {
  content: ">";
  display: inline-block;
  margin: 0 0 0 0.3125em;
}
.p-page-header__breadcrumb a {
  color: #cccccc;
  text-decoration: none;
  transition: 0.3s 0s ease;
}
.p-page-header__breadcrumb a:hover {
  color: #000000;
}
.p-page-header__image {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 15.5rem;
}
.p-page-header__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767.98px) {
  .p-page-header {
    height: auto;
  }
  .p-page-header__head {
    position: absolute;
    top: 0;
    left: 0;
    width: 42.6666666667%;
    padding-left: var(--bs-gutter-x);
  }
  .p-page-header__rect {
    right: -21.875%;
  }
  .p-page-header__rect::after {
    left: calc(21.875% - 50vw);
  }
  .p-page-header__heading {
    line-height: 1.1666666667;
    font-size: 1.5rem;
  }
  .p-page-header__heading .ja {
    line-height: 1.2666666667;
    margin-top: 0.0625rem;
    font-size: 0.9375rem;
  }
  .p-page-header__breadcrumb {
    display: none;
  }
  .p-page-header__image {
    position: static;
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
  }
}
/* ------------------------------------------------------------
 ##Company
------------------------------------------------------------ */
.p-page-company__content {
  padding-bottom: 3.75rem;
}

@media screen and (max-width: 767.98px) {
  .p-page-company__content {
    padding-bottom: 2.5rem;
  }
}
.p-company-outline {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
.p-company-outline__info {
  width: 100%;
  max-width: 68.75rem;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #ccc;
}
.p-company-outline__info th, .p-company-outline__info td {
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
.p-company-outline__info th {
  padding: 1.25rem;
  white-space: nowrap;
}
.p-company-outline__info td {
  padding: 1.25rem;
}

@media screen and (max-width: 767.98px) {
  .p-company-outline {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
  .p-company-outline__info th, .p-company-outline__info td {
    border-bottom: 1px solid #ccc;
  }
  .p-company-outline__info th {
    padding: 0.9375rem 0.625rem 0.9375rem 0;
  }
  .p-company-outline__info td {
    padding: 0.9375rem 0 0.9375rem 0.625rem;
  }
}
.p-company-access {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
.p-company-access__row {
  display: flex;
  flex-wrap: wrap;
  gap: 5.4545454545%;
  max-width: 68.75rem;
  margin-right: auto;
  margin-left: auto;
}
.p-company-access__map {
  width: 61.8181818182%;
  line-height: 1;
}
.p-company-access__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 760/380;
}
.p-company-access__body {
  width: 32.7272727273%;
  display: grid;
  grid-template-rows: auto 3.125rem;
  align-items: center;
}
.p-company-access__info > dt {
  margin-bottom: 1.875em;
}
.p-company-access__more {
  line-height: 1;
  margin: auto 0 0;
  text-align: center;
}
.p-company-access__more .c-button--01 {
  width: 100%;
  max-width: 17.5rem;
}

@media screen and (max-width: 767.98px) {
  .p-company-access {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
  .p-company-access__row {
    gap: 1.625rem;
  }
  .p-company-access__map {
    width: 100%;
  }
  .p-company-access__map iframe {
    aspect-ratio: 335/193;
  }
  .p-company-access__body {
    width: 100%;
    display: block;
  }
  .p-company-access__info > dt {
    margin-bottom: 0.7333333333em;
  }
  .p-company-access__more {
    margin-top: 2.1875rem;
  }
}
/* ------------------------------------------------------------
 ##Recruit
------------------------------------------------------------ */
.p-recruit-header__head {
  position: relative;
  height: 25rem;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
.p-recruit-header__image {
  width: 100%;
  height: 100%;
}
.p-recruit-header__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit-header__catch {
  position: absolute;
  top: 25%;
  right: 0;
  left: 0;
  line-height: 1.1379310345;
  margin: 0 auto;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  font-size: 3.625rem;
  text-align: center;
  text-shadow: 0px 0px 9px rgba(255, 255, 255, 0.6);
}
.p-recruit-header__catch .small {
  font-size: 3.125rem;
}
.p-recruit-header__catch .bold {
  font-weight: 700;
}
.p-recruit-header__heading {
  position: absolute;
  right: 0;
  top: 71.5%;
  left: 0;
  line-height: 1.1111111111;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
}
.p-recruit-header__heading .en {
  display: block;
  line-height: 1.0444444444;
  margin-bottom: 0.1777777778em;
  font-size: 2.8125rem;
}
.p-recruit-header__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  line-height: 1.5;
  margin: 0.75rem 0;
  padding: 0;
  list-style-type: none;
  font-weight: 500;
  font-size: 1rem;
  color: #cccccc;
}
.p-recruit-header__breadcrumb > li + li::before {
  content: ">";
  display: inline-block;
  margin: 0 0 0 0.3125em;
}
.p-recruit-header__breadcrumb a {
  color: #cccccc;
  text-decoration: none;
  transition: 0.3s 0s ease;
}
.p-recruit-header__breadcrumb a:hover {
  color: #000000;
}

@media screen and (max-width: 991.98px) {
  .p-recruit-header__catch {
    font-size: min(5.8526740666vw, 3.625rem);
  }
  .p-recruit-header__catch .small {
    font-size: min(5.0454086781vw, 3.125rem);
  }
  .p-recruit-header__heading {
    font-size: min(1.8163471241vw, 1.125rem);
  }
  .p-recruit-header__heading .en {
    font-size: min(4.5408678103vw, 2.8125rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-recruit-header__head {
    height: auto;
  }
  .p-recruit-header__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-recruit-header__catch {
    top: 20.5655526992%;
    line-height: 1.1428571429;
    font-size: max(11.2vw, 2.625rem);
  }
  .p-recruit-header__catch .small {
    font-size: max(9.6vw, 2.25rem);
  }
  .p-recruit-header__heading {
    top: 77.1208226221%;
    line-height: 1.125;
    font-size: max(4.2666666667vw, 1rem);
  }
  .p-recruit-header__heading .en {
    line-height: 1.0666666667;
    margin-bottom: 0.2666666667em;
    font-size: max(8vw, 1.875rem);
  }
  .p-recruit-header__breadcrumb {
    display: none;
  }
}
.p-page-recruit__content {
  padding-bottom: 5rem;
}
.p-page-recruit__lead {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.5rem;
}
.p-page-recruit__lead-catch {
  line-height: 1.2424242424;
  font-style: italic;
  font-weight: 700;
  font-size: 2.0625rem;
  text-align: center;
}
.p-page-recruit__lead-catch .small {
  font-size: 1.5625rem;
}
.p-page-recruit__nav {
  max-width: 55rem;
  margin: 3.125rem auto;
}
.p-page-recruit__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1.25rem;
  line-height: 1;
  margin: 0 -0.625rem;
  padding: 0;
  list-style-type: none;
}
.p-page-recruit__nav ul > li {
  width: 33.3333333333%;
  padding: 0 0.625rem;
  text-align: center;
}
.p-page-recruit__nav ul [class*=c-button] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 17.5rem;
  height: 3.125rem;
  padding: 0.25rem 0.625rem;
  font-size: 0.9375rem;
}
.p-page-recruit__nav ul [class*=c-button] svg {
  display: inline-block;
  width: 0.5rem;
  height: auto;
  margin-left: 0.625rem;
}
.p-page-recruit__form-section, .p-page-recruit__form {
  max-width: 57.5rem;
  margin: 0 auto;
}
.p-page-recruit__form-section .c-form-buttons, .p-page-recruit__form .c-form-buttons {
  margin-top: 2.5rem;
}
.p-page-recruit__form-section {
  padding-top: 3.75rem;
}

@media screen and (max-width: 767.98px) {
  .p-page-recruit__content {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
  .p-page-recruit__lead {
    margin-bottom: 1.875rem;
  }
  .p-page-recruit__lead-catch {
    line-height: 1.2222222222;
    font-size: 1.6875rem;
  }
  .p-page-recruit__lead-catch .small {
    font-size: 1.3125rem;
  }
  .p-page-recruit__nav {
    margin: 2.5rem auto;
  }
  .p-page-recruit__nav ul {
    row-gap: 0.625rem;
    margin: 0 -0.3125rem;
  }
  .p-page-recruit__nav ul > li {
    width: 50%;
    padding: 0 0.3125rem;
  }
  .p-page-recruit__nav ul [class*=c-button] {
    max-width: 17.5rem;
    font-size: 0.875rem;
  }
  .p-page-recruit__form-section .c-form-buttons, .p-page-recruit__form .c-form-buttons {
    margin-top: 0.625rem;
  }
  .p-page-recruit__form-section {
    padding-top: 2.5rem;
  }
}
.p-recruit-none {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 18.75rem;
}
.p-recruit-none__lead {
  text-align: center;
}

.p-recruit-job-list {
  margin-bottom: 1.25rem;
}
.p-recruit-job-list .p-job-entry {
  position: relative;
  padding-bottom: 3.75rem;
}
.p-recruit-job-list .p-job-entry + .p-job-entry {
  padding-top: 3.75rem;
}
.p-recruit-job-list .p-job-entry + .p-job-entry::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 78.6666666667%;
  max-width: 37.5rem;
  height: 1px;
  margin: 0 auto;
  background-color: #cccccc;
}

@media screen and (max-width: 767.98px) {
  .p-recruit-job-list .p-job-entry {
    padding-bottom: 2.5rem;
  }
  .p-recruit-job-list .p-job-entry + .p-job-entry {
    padding-top: 2.5rem;
  }
}
.p-job-entry .p-job-entry__name {
  position: relative;
  line-height: 1.303030303;
  margin: 0 0 0.9696969697em;
  padding-left: 1.25rem;
  font-weight: 700;
  font-size: 2.0625rem;
}
.p-job-entry .p-job-entry__name::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.3125rem;
  height: calc(100% - 0.25rem);
  margin: auto 0;
  background-color: #007b36;
}
.p-job-entry h1,
.p-job-entry h2 {
  position: relative;
  line-height: 1.2608695652;
  margin: 0 0 0.5217391304em;
  padding-left: 1.6875rem;
  font-weight: 500;
  font-size: 1.4375rem;
}
.p-job-entry h1::before,
.p-job-entry h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  margin: auto 0;
  background-color: #007b36;
}
.p-job-entry h3,
.p-job-entry h4,
.p-job-entry h5,
.p-job-entry h6 {
  line-height: 1.3157894737;
  margin: 0 0 0.3684210526em;
  font-weight: 500;
  font-size: 1.1875rem;
}
.p-job-entry p, .p-job-entry ul, .p-job-entry ol {
  margin-bottom: 1.625em;
}
.p-job-entry :where(.wp-block-columns.is-layout-flex) {
  gap: 7.8125%;
}
.p-job-entry__button {
  line-height: 1;
  margin: 0;
  text-align: center;
}
.p-job-entry__button [class*=c-button] {
  width: 100%;
  max-width: 17.5rem;
}

@media screen and (max-width: 767.98px) {
  .p-job-entry .p-job-entry__name {
    line-height: 1.3076923077;
    padding-left: 0.9375rem;
    font-size: 1.625rem;
  }
  .p-job-entry h1,
  .p-job-entry h2 {
    line-height: 1.3333333333;
    padding-left: 1.375rem;
    font-size: 1.125rem;
  }
  .p-job-entry h1::before,
  .p-job-entry h2::before {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-job-entry h3,
  .p-job-entry h4,
  .p-job-entry h5,
  .p-job-entry h6 {
    line-height: 1.25;
    font-size: 1rem;
  }
  .p-job-entry p, .p-job-entry ul, .p-job-entry ol {
    margin-bottom: 1.6em;
  }
}
.p-recruit-table {
  width: 100%;
}
.p-recruit-table th {
  position: relative;
  width: 16.25rem;
  vertical-align: top;
  padding: 1.75rem 4.375rem 1.25rem 0;
  font-weight: 500;
  white-space: nowrap;
}
.mw_wp_form_confirm .p-recruit-table th {
  padding-top: 1.25rem;
}
.p-recruit-table td {
  padding: 1.25rem 0 1.25rem 1.25rem;
}
.p-recruit-table .c-form-text,
.p-recruit-table .c-form-textarea {
  width: 100%;
}
.p-recruit-table .c-form-text--size-md {
  width: 6.25rem;
}
.p-recruit-table .c-form-text--size-sm {
  width: 3.75rem;
}
.p-recruit-table .c-form-req {
  position: absolute;
  top: 1.75rem;
  right: 1.25rem;
}
.mw_wp_form_confirm .p-recruit-table .c-form-req {
  top: 1.25rem;
}
.p-recruit-table .d-flex + .d-flex {
  margin-top: 1.25rem;
}

@media screen and (max-width: 767.98px) {
  .p-recruit-table {
    display: block;
  }
  .p-recruit-table tbody, .p-recruit-table tr {
    display: block;
  }
  .p-recruit-table th {
    display: block;
    width: 100%;
    padding: 0 0 0.625rem;
    white-space: normal;
  }
  .mw_wp_form_confirm .p-recruit-table th {
    padding-top: 0;
  }
  .p-recruit-table td {
    display: block;
    padding: 0 0 1.875rem;
  }
  .p-recruit-table .c-form-req {
    position: static;
    margin-left: 0.3125rem;
  }
}
/* ------------------------------------------------------------
 ##Contact
------------------------------------------------------------ */
.p-page-contact__content {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
.p-page-contact__lead {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 31.25rem;
  margin: 0 auto 2.5rem;
}
.p-page-contact__form {
  max-width: 57.5rem;
  margin: 0 auto;
}
.p-page-contact__form .c-form-buttons {
  margin-top: 2.5rem;
}

@media screen and (max-width: 767.98px) {
  .p-page-contact__content {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
  .p-page-contact__lead {
    max-width: none;
  }
  .p-page-contact__form .c-form-buttons {
    margin-top: 0.625rem;
  }
}
.p-contact-table {
  width: 100%;
}
.p-contact-table th {
  position: relative;
  width: 16.25rem;
  vertical-align: top;
  padding: 1.75rem 1.25rem 1.25rem 0;
  font-weight: 500;
}
.mw_wp_form_confirm .p-contact-table th {
  padding-top: 1.25rem;
}
.p-contact-table td {
  padding: 1.25rem 0 1.25rem 1.25rem;
}
.p-contact-table .c-form-text,
.p-contact-table .c-form-textarea {
  width: 100%;
}
.p-contact-table .c-form-req {
  position: absolute;
  top: 1.75rem;
  right: 1.25rem;
}
.mw_wp_form_confirm .p-contact-table .c-form-req {
  top: 1.25rem;
}

@media screen and (max-width: 767.98px) {
  .p-contact-table {
    display: block;
  }
  .p-contact-table tbody, .p-contact-table tr {
    display: block;
  }
  .p-contact-table th {
    display: block;
    width: 100%;
    padding: 0 0 0.625rem;
  }
  .mw_wp_form_confirm .p-contact-table th {
    padding-top: 0;
  }
  .p-contact-table td {
    display: block;
    padding: 0 0 1.875rem;
  }
  .p-contact-table .c-form-req {
    position: static;
    margin-left: 0.3125rem;
  }
}
/* ------------------------------------------------------------
 ##Sitemap
------------------------------------------------------------ */
.p-page-sitemap__content {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}

@media screen and (max-width: 767.98px) {
  .p-page-sitemap__content {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
.p-sitemap-list {
  line-height: 1.3;
  margin: 0 0 3.75rem;
  padding: 0;
  list-style-type: none;
  font-weight: 500;
  font-size: 1.25rem;
}
.p-sitemap-list a {
  color: #000000;
  text-decoration: none;
}
.p-sitemap-list ul {
  line-height: 1.375;
  padding: 0;
  list-style-type: none;
  font-weight: 400;
  font-size: 1rem;
}
.p-sitemap-list ul > li {
  margin-top: 0.875rem;
}
.p-sitemap-list ul a {
  color: #007b36;
}

@media (pointer: fine) {
  .p-sitemap-list a {
    transition: opacity 0.3s 0s ease;
  }
  .p-sitemap-list a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .p-sitemap-list {
    line-height: 1.3333333333;
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
  }
  .p-sitemap-list ul {
    line-height: 1.4;
    font-size: 0.9375rem;
  }
  .p-sitemap-list ul > li {
    margin-top: 0.5625rem;
  }
}
/* ============================================================
 #Utility
============================================================ */
/* ------------------------------------------------------------
 ##Other
------------------------------------------------------------ */
/* Animation init */
.js-mv-sec,
.js-mv-sec + *,
.js-ph-in,
.js-ph-in + *,
.js-rh-in,
.js-rh-in + * {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */