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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

iframe {
  width: 100%;
}

address,
em {
  font-style: normal;
}

button {
  color: inherit;
  padding: 0;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

:root {
  --headerheight: 114px;
  --headerheight: 7.125rem;
}

a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 7.125rem;
  scroll-padding-top: var(--headerheight);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-breadcrumb {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.l-case-list {
  background-color: #fff;
  padding-bottom: 115px;
  padding-bottom: 7.1875rem;
  padding-top: 200px;
  padding-top: 12.5rem;
  position: relative;
}

.l-case-list__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  max-width: 65.625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-drawer {
  background-color: #FAF8F3;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1000;
}

.l-drawer[aria-hidden=false] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.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;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  max-width: 890px;
  max-width: 55.625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-drawer__spacer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-drawer__spacer--top {
  -webkit-box-flex: 11;
      -ms-flex-positive: 11;
          flex-grow: 11;
}

.l-drawer__spacer--bottom {
  -webkit-box-flex: 9;
      -ms-flex-positive: 9;
          flex-grow: 9;
}

.l-footer {
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  padding-top: 65px;
  padding-top: 4.0625rem;
  position: relative;
}

.l-footer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  max-width: 65.625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-header {
  bottom: auto;
  height: 114px;
  height: 7.125rem;
  height: var(--headerheight);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
}

.l-hero-caption {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  max-width: 65.625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-intro {
  background-color: #FAF8F3;
  padding-bottom: 99px;
  padding-bottom: 6.1875rem;
  padding-top: 27px;
  padding-top: 1.6875rem;
  position: relative;
  z-index: 1;
}

.l-intro::after {
  background-image: url("/asset/images/common/section-divider.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -301px;
  bottom: -18.8125rem;
  content: "";
  height: 512px;
  height: 32rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.l-intro__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1130px;
  max-width: 70.625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  position: relative;
  width: 100%;
}

.l-intro__breadcrumb-wrapper {
  bottom: -133px;
  bottom: -8.3125rem;
  position: absolute;
  right: 65px;
  right: 4.0625rem;
  width: 100%;
}

.l-post-list {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-service-content {
  background-color: #fff;
  padding-bottom: 159px;
  padding-bottom: 9.9375rem;
  padding-top: 176px;
  padding-top: 11rem;
  position: relative;
}

.l-service-content__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  max-width: 72.5rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

/* 基本レイアウト */
.l-single-works {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.l-single-works__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

.l-top-about-us {
  background-color: #FAF8F3;
  padding-bottom: 74px;
  padding-bottom: 4.625rem;
  padding-top: 0px;
  padding-top: 0rem;
  position: relative;
}

.l-top-about-us::before {
  background: url("/asset/images/top-about-us/about-us-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 512px;
  height: 32rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -360px;
  top: -22.5rem;
  width: 100%;
  z-index: -1;
}

.l-top-about-us__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  max-width: 71.875rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-top-case {
  background-color: #FAF8F3;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 106px;
  padding-top: 6.625rem;
}

.l-top-case__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  max-width: 65.625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-top-factory {
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
  padding-top: 97px;
  padding-top: 6.0625rem;
  position: relative;
}

.l-top-factory__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  max-width: 65.625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-top-mv {
  background-color: #FAF8F3;
  padding-bottom: 81px;
  padding-bottom: 5.0625rem;
  position: relative;
  z-index: 0;
}

.l-top-mv::after {
  background-image: url("/asset/images/common/section-divider.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -290px;
  bottom: -18.125rem;
  content: "";
  height: 512px;
  height: 32rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.l-top-mv__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  max-width: 70rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  position: relative;
  width: 100%;
}

.l-top-recruit {
  background-color: #FAF8F3;
  padding-bottom: 114px;
  padding-bottom: 7.125rem;
  padding-top: 67px;
  padding-top: 4.1875rem;
  position: relative;
}

.l-top-recruit__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  max-width: 71.25rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-top-service {
  background-color: #fff;
  padding-bottom: 106px;
  padding-bottom: 6.625rem;
  padding-top: 95px;
  padding-top: 5.9375rem;
}

.l-top-service__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  max-width: 65.625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-top-works {
  background-color: #FAF8F3;
  padding-bottom: 98px;
  padding-bottom: 6.125rem;
  padding-top: 88px;
  padding-top: 5.5rem;
  position: relative;
}

.l-top-works::before {
  background-color: #C9C4BB;
  border-radius: 0.125rem;
  content: "";
  height: 4px;
  height: 0.25rem;
  left: 50%;
  max-width: 1000px;
  max-width: 62.5rem;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100vw - 3.125rem);
}

.l-top-works__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  max-width: 65.625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-works-list {
  background-color: #fff;
  padding-bottom: 115px;
  padding-bottom: 7.1875rem;
  padding-top: 200px;
  padding-top: 12.5rem;
  position: relative;
}

.l-works-list__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  max-width: 65.625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.c-breadcrumb__list {
  -moz-column-gap: 0.375rem;
       -webkit-column-gap: 0.375rem;
          column-gap: 0.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-breadcrumb__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-breadcrumb__item:not(:first-child)::before {
  background-color: #D8BC6C;
  border-radius: 0.03125rem;
  content: "";
  height: 1px;
  height: 0.0625rem;
  margin-right: 6px;
  margin-right: 0.375rem;
  width: 13px;
  width: 0.8125rem;
}

.c-breadcrumb__link {
  color: #D8BC6C;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: normal;
}

.c-breadcrumb__current {
  color: #7C6B3A;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 110%;
}

.c-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #6FB549;
  border-radius: 3.125rem;
  display: grid;
  grid-template-columns: 2.625rem 1fr 1.4375rem 1.625rem 1.3125rem;
  height: 59px;
  height: 3.6875rem;
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  width: 272px;
  width: 17rem;
  z-index: 2;
}

.c-button::after {
  background-color: #95CB01;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  opacity: 0;
  padding-top: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.1);
          transform: translateY(-50%) scale(0.1);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  width: 100%;
  z-index: -1;
}

.c-button:hover {
  opacity: 1;
}

.c-button:hover::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}

.c-button__text {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  grid-column: 2;
  line-height: normal;
}

.c-button__icon {
  -webkit-mask-image: url("/asset/images/common/button-icon.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #fff;
  grid-column: 4;
  height: 26px;
  height: 1.625rem;
  mask-image: url("/asset/images/common/button-icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 26px;
  width: 1.625rem;
}

.c-button--about-us {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 3.125rem;
  display: grid;
  grid-template-columns: 2.625rem 1fr 1.1875rem 1.625rem 1rem;
  height: 59px;
  height: 3.6875rem;
  width: 367px;
  width: 22.9375rem;
}

.c-button--about-us::before {
  border: 4px solid #AFDD96;
  border-radius: 3.125rem;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.c-button--about-us .c-button__text {
  color: #6FB549;
}

.c-button--about-us:hover .c-button__text {
  color: #fff;
}

.c-button--about-us .c-button__icon {
  background-color: #6FB549;
}

.c-button--about-us:hover .c-button__icon {
  background-color: #fff;
}

.c-case-card {
  position: relative;
}

.c-case-card__number {
  left: 0px;
  left: 0rem;
  position: absolute;
  top: 0px;
  top: 0rem;
}

.c-case-card__image {
  aspect-ratio: 234.4/165.8;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.c-case-card__image img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.c-case-card__image-caption {
  background-color: #FAF8F3;
  border-top-right-radius: 12px;
  border-top-right-radius: 0.75rem;
  bottom: 0px;
  bottom: 0rem;
  color: #3D392F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  left: 0px;
  left: 0rem;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  position: absolute;
}

.c-case-card__info {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.c-case-card__info-detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3D392F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}

.c-case-card__info-detail::before {
  background-color: #6FB549;
  border-radius: 50%;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 6.8px;
  height: 0.425rem;
  margin-left: 6px;
  margin-left: 0.375rem;
  margin-right: 6.8px;
  margin-right: 0.425rem;
  width: 6.8px;
  width: 0.425rem;
}

.c-case-card__info-price {
  color: #3D392F;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
}

.c-case-card__price {
  border-top: 1px solid #C9C4BB;
  border-top: 0.0625rem solid #C9C4BB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1px;
  margin-left: 0.0625rem;
  margin-right: 1px;
  margin-right: 0.0625rem;
  margin-top: 14.5px;
  margin-top: 0.90625rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-top: 6.5px;
  padding-top: 0.40625rem;
}

.c-case-card__price-label {
  color: #3D392F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.c-case-card__price-value {
  color: #6FB549;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}

.c-case-card__comment {
  background-image: url("/asset/images/case/case-comment.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 16px;
  margin-top: 1rem;
  min-height: 169px;
  min-height: 10.5625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  position: relative;
}

.c-case-card__comment-text {
  color: #3D392F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}

.c-intro__mv {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  border-radius: 2.5925rem;
  display: grid;
  height: 384px;
  height: 24rem;
  justify-items: center;
  justify-items: center;
  margin-left: 150px;
  margin-left: 9.375rem;
  max-width: 100%;
  overflow: hidden;
  place-items: center;
}

.c-intro__header {
  display: grid;
  grid-template-areas: "label label" "title lead";
  grid-template-columns: fit-content(100%) fit-content(100%) auto;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-left: 76px;
  padding-left: 4.75rem;
  position: relative;
  width: 100%;
  z-index: 0;
}

.c-intro__header::before {
  background: url("/asset/images/common/section-title-icon.svg") no-repeat center/contain;
  content: "";
  height: 280px;
  height: 17.5rem;
  left: 0px;
  left: 0rem;
  position: absolute;
  top: -84px;
  top: -5.25rem;
  width: 324px;
  width: 20.25rem;
  z-index: -1;
}

.c-intro__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  grid-area: label;
}

.c-intro__label-img {
  display: block;
  height: 17px;
  height: 1.0625rem;
  width: 18px;
  width: 1.125rem;
}

.c-intro__label-text {
  color: #6FB549;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: normal;
}

.c-intro__title {
  color: #3D392F;
  font-family: "Lato", sans-serif;
  font-size: 62px;
  font-size: 3.875rem;
  font-weight: 700;
  grid-area: title;
  letter-spacing: 0.16em;
  line-height: normal;
}

.c-intro__lead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: lead;
}

.c-intro__lead-line {
  background-color: #AFDD96;
  border-radius: 0.125rem;
  height: 4px;
  height: 0.25rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  width: 50px;
  width: 3.125rem;
}

.c-intro__lead-text {
  color: #6FB549;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 110%;
  margin-left: 16px;
  margin-left: 1rem;
}

.c-menu-button {
  height: 40px;
  height: 2.5rem;
  position: relative;
  width: 40px;
  width: 2.5rem;
}

.c-menu-button:hover {
  opacity: 0.7;
}

.c-menu-button span {
  background-color: #7C6B3A;
  border-radius: 100vmax;
  display: block;
  height: 4px;
  height: 0.25rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
  width: 2.5rem;
}

.c-menu-button span:before,
.c-menu-button span::after {
  background-color: #7C6B3A;
  border-radius: 100vmax;
  content: "";
  display: block;
  height: 4px;
  height: 0.25rem;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.c-menu-button span::before {
  -webkit-transform: translateY(-1.125rem);
          transform: translateY(-1.125rem);
}

.c-menu-button span::after {
  -webkit-transform: translateY(1.125rem);
          transform: translateY(1.125rem);
}

/* ドロワーメニュー展開時 */
.c-menu-button[aria-expanded=true] span {
  background-color: transparent;
}

.c-menu-button[aria-expanded=true] span::before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.c-menu-button[aria-expanded=true] span::after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.c-no-post {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.c-number {
  background-color: #FAF8F3;
  border-bottom-right-radius: 8.5px;
  border-bottom-right-radius: 0.53125rem;
  color: #B49D5C;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  height: 30px;
  height: 1.875rem;
  line-height: 1;
  width: 40px;
  width: 2.5rem;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination__list {
  -moz-column-gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 2rem;
               column-gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(61, 57, 47, 0.4);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  height: 26px;
  height: 1.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
  width: 22px;
  width: 1.375rem;
}

.c-pagination__link.dots {
  font-family: sans-serif;
}

.c-pagination__item.is-current .c-pagination__link {
  color: #6FB549;
}

.c-pagination__link.prev, .c-pagination__link.next {
  border: 2px solid #3D392F;
  border: 0.125rem solid #3D392F;
  border-radius: 50%;
  color: #3D392F;
  height: 40px;
  height: 2.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 40px;
  width: 2.5rem;
}

.c-pagination__link.prev {
  margin-right: 68px;
  margin-right: 4.25rem;
}

.c-pagination__link.next {
  margin-left: 68px;
  margin-left: 4.25rem;
}

.c-pagination__link.prev:hover, .c-pagination__link.next:hover {
  background-color: #AFDD96;
  border: 2px solid #6FB549;
  border: 0.125rem solid #6FB549;
  color: #6FB549;
  opacity: 1;
}

.c-service-item {
  aspect-ratio: 0.918699187;
}

.c-service-item--wide {
  aspect-ratio: 1.9715447154;
  grid-column: span 2;
}

.c-service-item__link {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-box-shadow: 0.1875rem 0.1875rem 1.4375rem rgba(92, 85, 66, 0.16);
          box-shadow: 0.1875rem 0.1875rem 1.4375rem rgba(92, 85, 66, 0.16);
  cursor: pointer;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.c-service-item__link:hover {
  opacity: 1;
}

.c-service-item__link--1 {
  background-image: url("/asset/images/service/service-item1.png");
}

.c-service-item__link--1:hover {
  background-image: url("/asset/images/service/service-item1-hover.png");
}

.c-service-item__link--2 {
  background-image: url("/asset/images/service/service-item2.png");
}

.c-service-item__link--2:hover {
  background-image: url("/asset/images/service/service-item2-hover.png");
}

.c-service-item__link--3 {
  background-image: url("/asset/images/service/service-item3.png");
}

.c-service-item__link--3:hover {
  background-image: url("/asset/images/service/service-item3-hover.png");
}

.c-service-item__link--4 {
  background-image: url("/asset/images/service/service-item4.png");
}

.c-service-item__link--4:hover {
  background-image: url("/asset/images/service/service-item4-hover.png");
}

.c-service-item__link--5 {
  background-image: url("/asset/images/service/service-item5.png");
}

.c-service-item__link--5:hover {
  background-image: url("/asset/images/service/service-item5-hover.png");
}

.c-service-item__link--6 {
  background-image: url("/asset/images/service/service-item6.png");
}

.c-service-item__link--6:hover {
  background-image: url("/asset/images/service/service-item6-hover.png");
}

.c-service-item__link--7 {
  background-image: url("/asset/images/service/service-item7.png");
}

.c-service-item__link--7:hover {
  background-image: url("/asset/images/service/service-item7-hover.png");
}

.c-service-item__body {
  left: 0;
  position: absolute;
  text-align: center;
  top: 64.8%;
  width: 100%;
}

.c-service-item__link--wide .c-service-item__body {
  left: 50%;
  top: 36%;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.c-service-item__alias {
  color: #60A838;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(1.3333333333vw, 20px);
  font-weight: 500;
  line-height: normal;
  min-height: min(2vw, 30px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-service-item__alias--drawer {
  font-size: 13px;
  font-size: 0.8125rem;
  min-height: 19px;
  min-height: 1.1875rem;
}

.c-service-item__link:hover .c-service-item__alias {
  color: #FFE263;
}

.c-service-item__title {
  color: #524B3D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(1.6vw, 24px);
  font-weight: 500;
  line-height: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-service-item__title--drawer {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.c-service-item__link:hover .c-service-item__title {
  color: #fff;
}

.c-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: justify;
}

.c-works-card {
  position: relative;
}

.c-works-card__number {
  left: 0px;
  left: 0rem;
  position: absolute;
  top: 0px;
  top: 0rem;
}

.c-works-card__image {
  aspect-ratio: 233.53/153;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.c-works-card__image img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.c-works-card__info {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.c-works-card__title {
  color: #6FB549;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
}

.c-works-card__detail {
  color: #3D392F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}

.p-404 {
  padding-top: 114px;
  padding-top: 7.125rem;
  padding-top: var(--headerheight);
}

.p-breadcrumb span[property=itemListElement]:nth-child(n+2) {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.p-breadcrumb span[property=itemListElement]:nth-child(n+2)::before {
  aspect-ratio: 5/7;
  background: url(../images/common/breadcrumb-arrow.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 6px;
  width: 0.375rem;
}

.p-case-list__items {
  grid-gap: 4.5rem 1.25rem;
  display: grid;
  gap: 72px 20px;
  gap: 4.5rem 1.25rem;
  grid-template-columns: repeat(4, 1fr);
}

.p-case-list__item {
  min-height: 496px;
  min-height: 31rem;
}

.p-case-list__pagination-wrapper {
  margin-top: 90px;
  margin-top: 5.625rem;
}

/* （the_content()で出力したものへのスタイル） */
.p-content h2 {
  font-size: 140%;
  font-weight: 700;
}

.p-content h3 {
  font-size: 130%;
  font-weight: 700;
}

.p-content h4 {
  font-size: 120%;
  font-weight: 700;
}

.p-content h2:nth-of-type(1) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-content h2:nth-of-type(n + 2) {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-content figure:nth-child(n+2) {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.wp-block-file,
.p-content p:nth-child(n+2),
.p-content h3:nth-child(n+2),
.p-content h4:nth-child(n+2),
.p-content h2 + ul:nth-of-type(n + 2),
.p-content h2 + ol:nth-of-type(n + 2),
.p-content ol > li > ol:nth-of-type(n + 2),
.p-content figure {
  margin-top: 22px;
  margin-top: 1.375rem;
  max-width: 100%;
}

.p-content img {
  width: auto;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  margin-left: auto;
}

.p-content > ol {
  counter-reset: number 0;
}

.p-content > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li:nth-child(n+10) {
  text-indent: -24px;
  text-indent: -1.5rem;
}

.p-content > ol > li::before {
  content: counter(number) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li::before {
  content: counter(number, lower-alpha) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li > ol > li {
  padding-left: 22px;
  padding-left: 1.375rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(1) {
  text-indent: -12px;
  text-indent: -0.75rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(2) {
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(n+3) {
  text-indent: -20px;
  text-indent: -1.25rem;
}

.p-content > ol > li > ol > li > ol > li::before {
  content: counter(number, lower-roman) ". ";
  counter-increment: number 1;
}

.p-content ul > li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-content ul > li::before {
  content: "・";
}

.p-content ul > li ol {
  counter-reset: number 0;
}

.p-content ul > li ol > li {
  padding-left: 2em;
  text-indent: -2em;
}

.p-content ul > li ol > li::before {
  content: "(" counter(number) ") ";
  counter-increment: number 1;
}

.p-content th {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: left;
}

.p-content td {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

.p-content tr:nth-child(odd) th,
.p-content tr:nth-child(odd) td {
  background-color: #f9f9fb;
}

.p-content tr:nth-child(even) th,
.p-content tr:nth-child(even) td {
  background-color: #e5e8ed;
}

.p-content .wp-block-table thead {
  border-bottom: none;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  float: none;
  margin-left: auto;
}

.p-content a {
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-content .wp-block-group {
  background-color: #f7f8f8;
  border-radius: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 24px;
  padding: 1.5rem;
}

.p-content cite {
  font-style: normal;
}

.wp-block-file:not(.wp-element-button) a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
}

.wp-block-file:not(.wp-element-button) a::before {
  aspect-ratio: 1/1;
  background: url(../images/common/icon_pdf.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  width: 24px;
  width: 1.5rem;
}

.p-drawer__nav-grid {
  grid-column-gap: 3.125rem;
  -moz-column-gap: 3.125rem;
       -webkit-column-gap: 3.125rem;
          column-gap: 3.125rem;
  display: grid;
  grid-template-columns: 37.125rem 12.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.p-drawer__nav-grid::after {
  background: url("/asset/images/drawer/drawer-car.svg") no-repeat center/contain;
  content: "";
  height: 335px;
  height: 20.9375rem;
  position: absolute;
  right: -304px;
  right: -19rem;
  top: 9px;
  top: 0.5625rem;
  width: 447px;
  width: 27.9375rem;
  z-index: -1;
}

.p-drawer__nav-item + .p-drawer__nav-item {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-drawer__nav-link {
  color: #3D392F;
  cursor: pointer;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 28px;
  line-height: 1.75rem;
  padding-left: 17px;
  padding-left: 1.0625rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-drawer__nav-link::before {
  background: url("/asset/images/common/title-icon.svg") no-repeat center/contain;
  content: "";
  height: 13px;
  height: 0.8125rem;
  left: 0;
  position: absolute;
  top: 7.5px;
  top: 0.46875rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 13.5px;
  width: 0.84375rem;
}

.p-drawer__nav-link:hover {
  color: #6FB549;
  opacity: 1;
}

.p-drawer__nav-link:hover::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-drawer__subnav-list--pc {
  grid-gap: 0.75rem 1.25rem;
  display: grid;
  gap: 12px 20px;
  gap: 0.75rem 1.25rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  margin-top: 16px;
  margin-top: 1rem;
}

.p-drawer__subnav-list--sp {
  display: none;
}

.p-drawer__subnav-item {
  display: grid;
  grid-template-columns: 4.5rem 1.8125rem auto;
  position: relative;
}

.p-drawer__subnav-item + .p-drawer__subnav-item {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-drawer__subnav-item::before {
  background-color: #6FB549;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 86px;
  left: 5.375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  width: 0.75rem;
}

.p-drawer__subnav-label {
  color: #60A838;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  grid-column: 1;
  line-height: 16px;
  line-height: 1rem;
}

.p-drawer__subnav-link {
  color: #3D392F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  grid-column: 3;
  line-height: 16px;
  line-height: 1rem;
}

.p-drawer__nav-right .p-drawer__nav-list {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.p-drawer__contact-wrapper {
  margin-top: 54px;
  margin-top: 3.375rem;
}

.p-drawer__contact-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFB925;
  border: 4px solid #FFB925;
  border: 0.25rem solid #FFB925;
  border-radius: 0.625rem;
  display: grid;
  grid-template-columns: 1.25rem 2.0625rem 0.1875rem 1fr 1.625rem;
  height: 61px;
  height: 3.8125rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 196px;
  width: 12.25rem;
}

.p-drawer__contact-button:hover {
  background-color: #fff;
  color: #FFB925;
  opacity: 1;
}

.p-drawer__contact-button-icon {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url("/asset/images/footer/contact.svg");
  background-color: #fff;
  grid-column: 2;
  height: 32px;
  height: 2rem;
  mask-image: url("/asset/images/footer/contact.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 33px;
  width: 2.0625rem;
}

.p-drawer__contact-button:hover .p-drawer__contact-button-icon {
  background-color: #FFB925;
}

.p-drawer__contact-button-text {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  grid-column: 4;
  line-height: normal;
  line-height: 1.125;
  text-align: center;
}

.p-drawer__contact-button:hover .p-drawer__contact-button-text {
  color: #FFB925;
}

.p-footer__info {
  display: grid;
  grid-template-areas: "header buttons" "message buttons";
  grid-template-columns: 2fr 3fr;
}

.p-footer__header {
  grid-area: header;
}

.p-footer__logo-link-main {
  color: #6FB549;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.p-footer__logo-link-sub {
  color: #6FB549;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-footer__logo-link-o-wrapper {
  display: inline-block;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-footer__logo-link-o-text {
  display: inline-block;
  z-index: 2;
}

.p-footer__logo-link-o-bg {
  background-color: #6FB549;
  border-radius: 50%;
  height: 22px;
  height: 1.375rem;
  left: 3.5px;
  left: 0.21875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  width: 1.375rem;
  z-index: 1;
}

/* 十字縦線 */
.p-footer__logo-link-o-bg::before {
  background-color: #FAF8F3;
  border-radius: 0.0625rem;
  content: "";
  height: 13px;
  height: 0.8125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  width: 0.375rem;
}

/* 十字横線 */
.p-footer__logo-link-o-bg::after {
  background-color: #FAF8F3;
  border-radius: 0.0625rem;
  content: "";
  height: 6px;
  height: 0.375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13px;
  width: 0.8125rem;
}

.p-footer__message {
  grid-area: message;
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-footer__message-text {
  color: #3D392F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.p-footer__buttons {
  -moz-column-gap: 0.75rem;
       -webkit-column-gap: 0.75rem;
          column-gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: buttons;
  margin-top: 90px;
  margin-top: 5.625rem;
}

.p-footer__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.25rem;
  display: grid;
  grid-template-columns: 1.8125rem 3.5625rem 0.125rem 1fr 2.5625rem;
  height: 93px;
  height: 5.8125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 296px;
  width: 18.5rem;
}

.p-footer__button--reservation {
  background-color: #6FB549;
  border: 4px solid #6FB549;
  border: 0.25rem solid #6FB549;
}

.p-footer__button--contact {
  background-color: #FFB925;
  border: 4px solid #FFB925;
  border: 0.25rem solid #FFB925;
}

.p-footer__button:hover {
  opacity: 1;
}

.p-footer__button--reservation:hover {
  background-color: #fff;
  color: #6FB549;
}

.p-footer__button--contact:hover {
  background-color: #fff;
  color: #FFB925;
}

.p-footer__button-icon {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #fff;
  grid-column: 2;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.p-footer__button--reservation .p-footer__button-icon {
  -webkit-mask-image: url("/asset/images/footer/reservation.svg");
  height: 54px;
  height: 3.375rem;
  margin-left: 6px;
  margin-left: 0.375rem;
  mask-image: url("/asset/images/footer/reservation.svg");
  width: 47px;
  width: 2.9375rem;
}

.p-footer__button--contact .p-footer__button-icon {
  -webkit-mask-image: url("/asset/images/footer/contact.svg");
  height: 57px;
  height: 3.5625rem;
  mask-image: url("/asset/images/footer/contact.svg");
  width: 57px;
  width: 3.5625rem;
}

.p-footer__button--reservation:hover .p-footer__button-icon {
  background-color: #6FB549;
}

.p-footer__button--contact:hover .p-footer__button-icon {
  background-color: #FFB925;
}

.p-footer__button-text {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  grid-column: 4;
  line-height: normal;
  line-height: 1.1666666667;
  margin-top: 7px;
  margin-top: 0.4375rem;
  text-align: center;
}

.p-footer__button-text small {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-footer__button--reservation:hover .p-footer__button-text {
  color: #6FB549;
}

.p-footer__button--contact:hover .p-footer__button-text {
  color: #FFB925;
}

.p-footer__nav {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.p-footer__nav-grid {
  grid-column-gap: 2.3125rem;
  -moz-column-gap: 2.3125rem;
       -webkit-column-gap: 2.3125rem;
          column-gap: 2.3125rem;
  display: grid;
  grid-template-columns: auto 1fr;
}

.p-footer__nav-item + .p-footer__nav-item {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-footer__nav-link {
  color: #3D392F;
  cursor: pointer;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 28px;
  line-height: 1.75rem;
  padding-left: 17px;
  padding-left: 1.0625rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-footer__nav-link::before {
  background: url("/asset/images/common/title-icon.svg") no-repeat center/contain;
  content: "";
  height: 13px;
  height: 0.8125rem;
  left: 0;
  position: absolute;
  top: 7.5px;
  top: 0.46875rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 13.5px;
  width: 0.84375rem;
}

.p-footer__nav-link:hover {
  color: #6FB549;
  opacity: 1;
}

.p-footer__nav-link:hover::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-footer__subnav-list {
  margin-left: 18px;
  margin-left: 1.125rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-footer__subnav-item {
  display: grid;
  grid-template-columns: 4.5rem 1.8125rem auto;
  position: relative;
}

.p-footer__subnav-item + .p-footer__subnav-item {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-footer__subnav-item::before {
  background-color: #6FB549;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 86px;
  left: 5.375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  width: 0.75rem;
}

.p-footer__subnav-label {
  color: #3D392F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  grid-column: 1;
  line-height: 16px;
  line-height: 1rem;
}

.p-footer__subnav-link {
  color: #3D392F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  grid-column: 3;
  line-height: 16px;
  line-height: 1rem;
}

.p-footer__legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-top: 3.75rem;
  position: relative;
}

.p-footer__legal::before {
  background: url("/asset/images/footer/car-icon.svg") no-repeat center/contain;
  bottom: 127px;
  bottom: 7.9375rem;
  content: "";
  height: 309px;
  height: 19.3125rem;
  position: absolute;
  right: 83px;
  right: 5.1875rem;
  width: 414px;
  width: 25.875rem;
  z-index: -1;
}

.p-footer__copyright {
  color: #3D392F;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 38px;
  line-height: 2.375rem;
}

.p-footer__legal-links {
  -moz-column-gap: 2.5rem;
       -webkit-column-gap: 2.5rem;
          column-gap: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.p-footer__legal-item {
  color: #3D392F;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.75rem;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.p-form__items {
  grid-gap: 0.9375rem;
  display: grid;
  gap: 15px;
  gap: 0.9375rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-form__item {
  grid-gap: 0.1875rem;
  display: grid;
  gap: 3px;
  gap: 0.1875rem;
  grid-template-columns: repeat(1, 1fr);
}
.p-form__item:first-of-type {
  gap: 10px;
  gap: 0.625rem;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}

.p-form__dt {
  letter-spacing: 0.1em;
  line-height: 1.5384615385;
}

.p-form__item:first-of-type .p-form__dt {
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-form__dd .wpcf7-checkbox,
.p-form__dd .wpcf7-radio {
  grid-gap: 0.4375rem;
  display: grid;
  gap: 7px;
  gap: 0.4375rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-form__dd label {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
}
.p-form__dd input:not([type=radio]):not([type=checkbox]),
.p-form__dd textarea {
  background-color: #fff;
  border: 1px solid;
  border-radius: 0.375rem;
  display: block;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  width: 100%;
}

.p-form__dd input::-moz-placeholder, .p-form__dd textarea::-moz-placeholder {
  color: #8f8f8f;
}

.p-form__dd input::-webkit-input-placeholder, .p-form__dd textarea::-webkit-input-placeholder {
  color: #8f8f8f;
}

.p-form__dd input:-ms-input-placeholder, .p-form__dd textarea:-ms-input-placeholder {
  color: #8f8f8f;
}

.p-form__dd input::-ms-input-placeholder, .p-form__dd textarea::-ms-input-placeholder {
  color: #8f8f8f;
}

.p-form__dd input::placeholder,
.p-form__dd textarea::placeholder {
  color: #8f8f8f;
}

.p-form__dd input[type=checkbox] + span,
.p-form__dd input[type=radio] + span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  gap: 0.375rem;
  position: relative;
}

.p-form__dd input[type=radio] + span::before {
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 50%;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 20px;
  width: 1.25rem;
}
.p-form__dd input[type=radio]:checked + span::after {
  aspect-ratio: 1/1;
  background-color: #111;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  width: 20px;
  width: 1.25rem;
}

.p-form__dd input[type=checkbox] + span::before {
  aspect-ratio: 1/1;
  border: 1px solid #111;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  width: 12px;
  width: 0.75rem;
}

.p-form__dd input[type=checkbox]:checked + span::after {
  border-bottom: 2px solid #111;
  border-right: 2px solid #111;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  left: 4px;
  left: 0.25rem;
  margin: auto;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  width: 0.375rem;
}

.p-form__dd textarea {
  height: 146px;
  height: 9.125rem;
}

.p-form__acceptance {
  font-style: normal;
  margin-top: 19px;
  margin-top: 1.1875rem;
  text-align: justify;
}

.p-form__acceptance input + span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-form__acceptance input + span::before {
  aspect-ratio: 1/1;
  border: 1px solid #111;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  width: 12px;
  width: 0.75rem;
}

.p-form__acceptance input:checked + span::after {
  border-bottom: 2px solid #111;
  border-right: 2px solid #111;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  left: 4px;
  left: 0.25rem;
  margin: auto;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  width: 0.375rem;
}

.p-form__policy-description {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-form__policy-description a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  color: #111;
  text-decoration: underline;
}

.p-form__send {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  gap: 1.6875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 38px auto 0;
  margin: 2.375rem auto 0;
  max-width: 216px;
  max-width: 13.5rem;
  position: relative;
  width: 100%;
}

.p-form__send input {
  background-color: #111;
  border-radius: 100vh;
  color: #fff;
  display: block;
  letter-spacing: 0.06em;
  min-height: 41px;
  min-height: 2.5625rem;
  padding: 0 35px 0 27px;
  padding: 0 2.1875rem 0 1.6875rem;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}

/* フォーカスされている要素を明確に示 */
/* 入力デバイスのいずれかにhoverに対応している入力デバイスが含まれる場合に適用 */
.p-header {
  background-color: #FAF8F3;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 14px 25px;
  padding: 0.875rem 1.5625rem;
}

.p-header__logo-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__logo-link-main {
  color: #6FB549;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Lato", sans-serif;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.p-header__logo-link-sub {
  color: #6FB549;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-header__logo-link-o-wrapper {
  display: inline-block;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-header__logo-link-o-text {
  display: inline-block;
  z-index: 2;
}

.p-header__logo-link-o-bg {
  background-color: #6FB549;
  border-radius: 50%;
  height: 16px;
  height: 1rem;
  left: 2.7px;
  left: 0.16875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  width: 1rem;
  z-index: 1;
}

/* 十字縦線 */
.p-header__logo-link-o-bg::before {
  background-color: #FAF8F3;
  border-radius: 0.0625rem;
  content: "";
  height: 9.5px;
  height: 0.59375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.5px;
  width: 0.28125rem;
}

/* 十字横線 */
.p-header__logo-link-o-bg::after {
  background-color: #FAF8F3;
  border-radius: 0.0625rem;
  content: "";
  height: 4.5px;
  height: 0.28125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9.5px;
  width: 0.59375rem;
}

.p-header__pc-nav {
  display: block;
  height: 100%;
  margin-left: auto;
}

.p-header__pc-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.p-header__pc-nav-item {
  height: 100%;
}

.p-header__pc-nav-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3D392F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: "Zen Kaku Gothic New", sans-serif;
  height: 100%;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 0 12px;
  padding: 0 0.75rem;
}
.p-header__menu-button {
  z-index: 101;
}

.p-header__recruitment-btn-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 16px;
  margin-left: 1rem;
}

.p-header__recruitment-btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFB925;
  border-radius: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
  text-decoration: none;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.p-header__recruitment-btn:hover {
  background-color: #FFE263;
  opacity: 1;
}

.p-header__recruitment-btn-text--main {
  color: #624B1A;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.p-header__recruitment-btn-text--sub {
  color: #624B1A;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
}

.p-header__menu-button-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 40px;
  margin-left: 2.5rem;
  width: 40px;
  width: 2.5rem;
}

/* フォーカスされている要素を明確に示 */
/* 入力デバイスのいずれかにhoverに対応している入力デバイスが含まれる場合に適用 */
.p-hero-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 50px;
  font-size: 3.125rem;
  gap: 1em;
  max-width: 100vw;
  overflow: hidden;
  white-space: nowrap;
  white-space: nowrap;
}

.p-hero-caption__text {
  -webkit-animation: marquee 45s linear infinite;
          animation: marquee 45s linear infinite;
  color: #F1F1F1;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(calc(-100% - 1em));
            transform: translate(calc(-100% - 1em));
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(calc(-100% - 1em));
            transform: translate(calc(-100% - 1em));
  }
}
.p-news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  row-gap: 1.5rem;
}

.p-news-items__news {
  -moz-column-gap: 4.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
       -webkit-column-gap: 4.875rem;
               column-gap: 4.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 59px;
  height: 3.6875rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.p-news-items__news-date {
  color: #8B867B;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}

.p-news-items__news-text {
  color: #3D392F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
}

.p-pagenavi .nav-links,
.p-pagenavi .wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  gap: 1.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pagenavi .previouspostslink,
.p-pagenavi .nextpostslink {
  display: inline-block;
}
.p-pagenavi .previouspostslink {
  margin-right: 10px;
  margin-right: 0.625rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.p-pagenavi .nextpostslink {
  margin-left: 10px;
  margin-left: 0.625rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-pavinavi__prev,
.p-pavinavi__next {
  aspect-ratio: 1/1;
  background: no-repeat center/contain;
  display: block;
  height: auto;
  width: 18px;
  width: 1.125rem;
}

.p-pavinavi__prev {
  background-image: url(../images/common/icon-arrow-right-orange2.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-pavinavi__next {
  background-image: url(../images/common/icon-arrow-right-orange2.svg);
}

.p-pavinavi__prev.is-disabled {
  background-image: url(../images/common/icon-arrow-left-beige.svg);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.p-pavinavi__next.is-disabled {
  background-image: url(../images/common/icon-arrow-left-beige.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-service-content__desc-wrapper {
  padding-left: 135px;
  padding-left: 8.4375rem;
  padding-right: 135px;
  padding-right: 8.4375rem;
}

.p-service-content__desc {
  color: #3D392F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 170%;
}

.p-service-content__items-wrapper {
  margin-top: 70px;
  margin-top: 4.375rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-left: min(4vw, 60px);
  padding-right: min(4vw, 60px);
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
}

.p-service-content__items-bg {
  background-color: #F6E8C3;
  border-radius: 3.125rem;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.p-service__items {
  grid-gap: 1.25rem 1.875rem;
  display: grid;
  gap: 20px 30px;
  gap: 1.25rem 1.875rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  position: relative;
  z-index: 1;
}

/* ヘッダー（タイトル・サブタイトル） */
.p-single-works__head {
  margin-bottom: 40px;
  text-align: center;
}

.p-single-works__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-single-works__subtitle {
  color: #666;
  font-size: 16px;
}

/* メインビュー（画像＋詳細情報） */
.p-single-works__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
}

.p-single-works__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
}

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

.p-single-works__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
}

.p-single-works__detail-heading {
  font-size: 20px;
  margin-bottom: 20px;
}

.p-single-works__detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.p-single-works__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-single-works__detail-term {
  font-weight: bold;
  width: 100px;
}

.p-single-works__detail-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ギャラリー */
.p-single-works__gallery {
  margin-bottom: 60px;
}

.p-single-works__gallery-heading {
  font-size: 20px;
  margin-bottom: 20px;
}

.p-single-works__gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.p-single-works__gallery-item {
  width: calc(33.333% - 10px);
}

.p-single-works__gallery-image img {
  -o-object-fit: cover;
  border-radius: 4px;
  height: auto;
     object-fit: cover;
  width: 100%;
}

/* コメント */
.p-single-works__comment {
  margin-bottom: 40px;
}

.p-single-works__comment-heading {
  font-size: 20px;
  margin-bottom: 20px;
}

.p-single-works__comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.p-single-works__comment-staff-icon img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

.p-single-works__comment-text p {
  font-size: 14px;
  line-height: 1.6;
}

.p-single-works__back-button-wrapper {
  margin-top: 40px;
  text-align: center;
}

.p-top-about-us__heading {
  padding-left: 12px;
  padding-left: 0.75rem;
  position: relative;
  z-index: 4;
}

.p-top-about-us__heading-title {
  color: #E0CD9A;
  font-family: "Lato", sans-serif;
  font-size: 148px;
  font-size: 9.25rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: normal;
}

.p-top-about__image-wrapper {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  margin-left: 50px;
  margin-left: 3.125rem;
  margin-right: 50px;
  margin-right: 3.125rem;
  margin-top: -47px;
  margin-top: -2.9375rem;
  position: relative;
}

.p-top-about__image-overlay {
  border-radius: 1.25rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-top-about__image-overlay--1 {
  background: linear-gradient(292deg, rgba(255, 255, 255, 0) 64.09%, rgba(43, 65, 31, 0.2) 81.64%);
  z-index: 2;
}

.p-top-about__image-overlay--2 {
  background: linear-gradient(83deg, rgba(255, 255, 255, 0) 66.66%, rgba(43, 65, 31, 0.3) 97.95%);
  z-index: 3;
}

.p-top-about__image {
  border-radius: 1.25rem;
  position: relative;
  z-index: 1;
}

.p-top-about__image-mask {
  background-color: #AFDD96;
  border-radius: 1.25rem;
  height: calc(100% - 4.5rem);
  left: 77px;
  left: 4.8125rem;
  position: absolute;
  top: 98px;
  top: 6.125rem;
  width: calc(100% - 3rem);
}

.p-top-about__content {
  display: grid;
  grid-template-areas: "lead hospital-image" "description hospital-image" "button hospital-image";
  grid-template-columns: 541fr 557fr;
  margin-top: 72px;
  margin-top: 4.5rem;
  max-width: 100%;
  position: relative;
  z-index: 0;
}

.p-top-about__car-image {
  height: 244px;
  height: 15.25rem;
  left: -32px;
  left: -2rem;
  position: absolute;
  top: 120.5px;
  top: 7.53125rem;
  width: 488px;
  width: 30.5rem;
  z-index: -1;
}

.p-top-about__lead-wrapper {
  grid-area: lead;
  margin-left: 52px;
  margin-left: 3.25rem;
}

.p-top-about__lead-catch {
  -moz-column-gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 0.3125rem;
               column-gap: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-about__lead-catch-text {
  color: #3D392F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: normal;
}

.p-top-about__lead-catch-img {
  height: 23px;
  height: 1.4375rem;
  margin-top: 1px;
  margin-top: 0.0625rem;
  width: 24px;
  width: 1.5rem;
}

.p-top-about__lead-title {
  color: #3D392F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: normal;
}

.p-top-about__description-wrapper {
  grid-area: description;
  margin-left: 53px;
  margin-left: 3.3125rem;
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-top-about__description {
  color: #3D392F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 170%;
}

.p-top-about__hospital-image {
  grid-area: hospital-image;
  margin-left: 41px;
  margin-left: 2.5625rem;
  margin-top: 97px;
  margin-top: 6.0625rem;
}

.p-top-about__hospital-image img {
  width: 100%;
}

.p-top-about__button-wrapper {
  grid-area: button;
  margin-left: 49px;
  margin-left: 3.0625rem;
  margin-top: 64px;
  margin-top: 4rem;
}

.p-top-about__news {
  margin-left: 50px;
  margin-left: 3.125rem;
  margin-right: 50px;
  margin-right: 3.125rem;
  margin-top: 64px;
  margin-top: 4rem;
}

.p-top-about__news-title {
  color: #6FB549;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: normal;
}

.p-top-about__news-items-wrapper {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-top-case__heading-label {
  -moz-column-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 0.625rem;
               column-gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-case__heading-label-text {
  color: #60A838;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: normal;
}

.p-top-case__heading-label-img {
  height: 23px;
  height: 1.4375rem;
  margin-top: 1px;
  margin-top: 0.0625rem;
  width: 24px;
  width: 1.5rem;
}

.p-top-case__heading-title {
  color: #524B3D;
  font-family: "Lato", sans-serif;
  font-size: 92px;
  font-size: 5.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: normal;
}

.p-top-case__heading-desc {
  color: #3D392F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 100%;
  width: 744px;
  width: 46.5rem;
}

.p-top-case__items {
  grid-gap: 1.25rem 1.875rem;
  display: grid;
  gap: 20px 30px;
  gap: 1.25rem 1.875rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, auto);
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.p-top-case__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
  margin-top: 3.5rem;
}

.p-top-factory__heading-label {
  -moz-column-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 0.625rem;
               column-gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-factory__heading-label-text {
  color: #60A838;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: normal;
  text-align: center;
}

.p-top-factory__heading-label-img {
  height: 23px;
  height: 1.4375rem;
  margin-top: 1px;
  margin-top: 0.0625rem;
  width: 24px;
  width: 1.5rem;
}

.p-top-factory__heading-title {
  color: #524B3D;
  font-family: "Lato", sans-serif;
  font-size: 92px;
  font-size: 5.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: normal;
  text-align: center;
}

.p-top-factory__heading-desc {
  color: #3D392F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 532px;
  width: 33.25rem;
}

.p-top-factory__image-items-wrapper {
  height: 252px;
  height: 15.75rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 62px;
  margin-top: 3.875rem;
  width: 100vw;
}

.p-top-factory__image-items-wrapper.u-sp {
  -webkit-transform: translateX(-7rem);
          transform: translateX(-7rem);
  width: calc(100vw + 7rem);
}

.p-top-factory__image-items {
  -webkit-animation: scroll 30s linear infinite;
          animation: scroll 30s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3972px;
  width: 248.25rem;
  will-change: transform;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-top-factory__image-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 252px;
  height: 15.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 331px;
  width: 20.6875rem;
}

.p-top-factory__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
  margin-top: 3.5rem;
}

.p-top-mv__image {
  border-radius: 3.125rem;
  margin-left: auto;
  max-width: 100%;
  overflow: hidden;
  width: 950px;
  width: 59.375rem;
}

.p-top-mv__copy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -32px;
  bottom: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 362px;
  height: 22.625rem;
  left: 25px;
  left: 1.5625rem;
  position: absolute;
  width: 418px;
  width: 26.125rem;
}

.p-top-mv__car-icon {
  position: absolute;
  top: 44px;
  top: 2.75rem;
  width: 124px;
  width: 7.75rem;
}

.p-top-mv__main-copy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  display: grid;
  justify-items: center;
  justify-items: center;
  left: 50%;
  place-items: center;
  position: absolute;
  top: 137px;
  top: 8.5625rem;
  -webkit-transform: translateX(calc(-50% + 1.5rem));
          transform: translateX(calc(-50% + 1.5rem));
  white-space: nowrap;
}

.p-top-mv__main-copy-text {
  color: #3D392F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  grid-area: 1/1;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: relative;
}

.p-top-mv__main-copy-text.p-top-mv__main-copy-text--mask {
  -webkit-mask-image: url("/asset/images/top-mv/mv-copy-mask1.svg"), url("/asset/images/top-mv/mv-copy-mask2.svg");
  -webkit-mask-repeat: no-repeat, no-repeat;
  -webkit-mask-position: 3.8125rem 0.5625rem, 15.0625rem 0.5625rem;
  -webkit-mask-size: 1.6875rem 1.6875rem 1.6875rem 1.6875rem;
  -webkit-mask-mode: luminance, luminance;
  -webkit-mask-size: 1.6875rem 1.6875rem, 1.6875rem 1.6875rem;
  color: #6FB549;
  mask-image: url("/asset/images/top-mv/mv-copy-mask1.svg"), url("/asset/images/top-mv/mv-copy-mask2.svg");
  mask-mode: luminance, luminance;
  mask-position: 3.8125rem 0.5625rem, 15.0625rem 0.5625rem;
  mask-repeat: no-repeat, no-repeat;
          mask-size: 1.6875rem 1.6875rem, 1.6875rem 1.6875rem;
  pointer-events: none;
}

.p-top-mv__sub-copy {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 270px;
  top: 16.875rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-top-mv__sub-copy-text--lead {
  color: #60A838;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: normal;
}

.p-top-mv__sub-copy-text--catch {
  color: #60A838;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: normal;
}

.p-top-mv__reserve-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #6FB549;
  border-radius: 100vmax;
  bottom: -74px;
  bottom: -4.625rem;
  -webkit-box-shadow: 0 0 16px rgba(92, 83, 59, 0.4);
          box-shadow: 0 0 16px rgba(92, 83, 59, 0.4);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 200px;
  height: 12.5rem;
  padding-top: 26px;
  padding-top: 1.625rem;
  position: absolute;
  right: 59px;
  right: 3.6875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 200px;
  width: 12.5rem;
}

.p-top-mv__reserve-btn:hover {
  opacity: 1 !important;
}

.p-top-mv__reserve-btn:hover {
  background-color: #95CB01;
  -webkit-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
}

.p-top-mv__reserve-btn-image {
  height: 55px;
  height: 3.4375rem;
  width: 47px;
  width: 2.9375rem;
}

.p-top-mv__reserve-btn-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-top-mv__reserve-btn-text--main {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: normal;
}

.p-top-mv__reserve-btn-text--sub {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: normal;
}

.p-top-recruit__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background-color: #6FB549;
  border-radius: 1.96875rem;
  color: #fff;
  display: grid;
  grid-template-areas: "head image" "description image";
  grid-template-columns: 577fr 502fr;
  grid-template-rows: 189fr 77fr;
  height: 266px;
  height: 16.625rem;
  margin-bottom: 138px;
  margin-bottom: 8.625rem;
  margin-top: 151px;
  margin-top: 9.4375rem;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 0;
}

.p-top-recruit__content:hover {
  opacity: 1;
}

.p-top-recruit__link-horizontal {
  background-color: #6FB549;
  border-radius: 1.96875rem;
  height: 100%;
  left: 0px;
  left: 0rem;
  pointer-events: auto;
  position: absolute;
  top: 0px;
  top: 0rem;
  width: 100%;
  z-index: -1;
}

.p-top-recruit__link-horizontal-inner {
  background-color: #6FB549;
  border-radius: 1.71875rem;
  height: calc(100% - 0.5rem);
  left: 4px;
  left: 0.25rem;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 4px;
  top: 0.25rem;
  width: calc(100% - 0.5rem);
  z-index: -1;
}

.p-top-recruit__link-horizontal-inner::before {
  background-color: #fff;
  content: "";
  height: 100vh;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  width: 100vw;
  z-index: -1;
}

.p-top-recruit__content.is-hovered .p-top-recruit__link-horizontal-inner::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.p-top-recruit__content.is-leaving .p-top-recruit__link-horizontal-inner::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.p-top-recruit__link-vertical {
  background-color: #6FB549;
  border-radius: 1.96875rem;
  height: 556px;
  height: 34.75rem;
  left: 156px;
  left: 9.75rem;
  pointer-events: auto;
  position: absolute;
  top: -151px;
  top: -9.4375rem;
  width: 267px;
  width: 16.6875rem;
  z-index: -1;
}

.p-top-recruit__link-vertical-inner {
  background-color: #6FB549;
  border-radius: 1.71875rem;
  height: 548px;
  height: 34.25rem;
  left: 160px;
  left: 10rem;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: -147px;
  top: -9.1875rem;
  width: 259px;
  width: 16.1875rem;
  z-index: -1;
}

.p-top-recruit__link-vertical-inner::before {
  background-color: #fff;
  content: "";
  height: 100vh;
  left: -156px;
  left: -9.75rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  width: 100vw;
}

.p-top-recruit__content.is-hovered .p-top-recruit__link-vertical-inner::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.p-top-recruit__content.is-leaving .p-top-recruit__link-vertical-inner::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.p-top-recruit__head {
  grid-area: head;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin-left: 41px;
  margin-left: 2.5625rem;
  margin-top: 58px;
  margin-top: 3.625rem;
}

.p-top-recruit__head-img {
  display: none;
}

.p-top-recruit__head-label {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: normal;
  margin-left: 7px;
  margin-left: 0.4375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top-recruit__content:hover .p-top-recruit__head-label {
  color: #6FB549;
}

.p-top-recruit__head-title {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.171875;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top-recruit__content:hover .p-top-recruit__head-title {
  color: #6FB549;
}

.p-top-recruit__description {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  grid-area: description;
  line-height: normal;
  margin-left: 48px;
  margin-left: 3rem;
  margin-right: 28px;
  margin-right: 1.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top-recruit__content:hover .p-top-recruit__description {
  color: #6FB549;
}

.p-top-recruit__image {
  background-image: url("/asset/images/top-recruit/top-recruit.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-bottom-right-radius: 31.5px;
  border-bottom-right-radius: 1.96875rem;
  border-top-right-radius: 31.5px;
  border-top-right-radius: 1.96875rem;
  grid-area: image;
  height: 100%;
  position: relative;
  width: 100%;
}

.p-top-recruit__image::before {
  background-color: #6FB549;
  content: "";
  height: 100%;
  left: -4px;
  left: -0.25rem;
  position: absolute;
  top: 0px;
  top: 0rem;
  width: 4px;
  width: 0.25rem;
  z-index: -1;
}

.p-top-service__heading-label {
  -moz-column-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 0.625rem;
               column-gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-service__heading-label-text {
  color: #60A838;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: normal;
  text-align: center;
}

.p-top-service__heading-label-img {
  height: 23px;
  height: 1.4375rem;
  margin-top: 1px;
  margin-top: 0.0625rem;
  width: 24px;
  width: 1.5rem;
}

.p-top-service__heading-title {
  color: #524B3D;
  font-family: "Lato", sans-serif;
  font-size: 92px;
  font-size: 5.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: normal;
  text-align: center;
}

.p-top-service__heading-desc {
  color: #3D392F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 471px;
  width: 29.4375rem;
}

.p-top-service__items-wrapper {
  margin-top: 54px;
  margin-top: 3.375rem;
  padding-bottom: 87px;
  padding-bottom: 5.4375rem;
  padding-top: 80px;
  padding-top: 5rem;
  position: relative;
}

.p-top-service__items-bg {
  background-color: #F6E8C3;
  border-radius: 0rem 3.125rem 3.125rem 0rem;
  height: 100%;
  left: calc(-50vw + 50%);
  position: absolute;
  right: 7.6%;
  top: 0;
  z-index: 0;
}

.p-top-works__heading-label {
  -moz-column-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 0.625rem;
               column-gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-works__heading-label-text {
  color: #60A838;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: normal;
}

.p-top-works__heading-label-img {
  height: 23px;
  height: 1.4375rem;
  margin-top: 1px;
  margin-top: 0.0625rem;
  width: 24px;
  width: 1.5rem;
}

.p-top-works__heading-title {
  color: #524B3D;
  font-family: "Lato", sans-serif;
  font-size: 92px;
  font-size: 5.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: normal;
}

.p-top-works__heading-desc {
  color: #3D392F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 100%;
  width: 744px;
  width: 46.5rem;
}

.p-top-works__items {
  grid-gap: 2.375rem 1.25rem;
  display: grid;
  gap: 38px 20px;
  gap: 2.375rem 1.25rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, auto);
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.p-top-works__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
  margin-top: 3.5rem;
}

.p-works-list__filter-group {
  -moz-column-gap: 1.25rem;
       -webkit-column-gap: 1.25rem;
          column-gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-works-list__filter-list {
  -moz-column-gap: 1.25rem;
       -webkit-column-gap: 1.25rem;
          column-gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-works-list__filter-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 2px solid #AFDD96;
  border: 0.125rem solid #AFDD96;
  border-radius: 1.25rem;
  color: #6FB549;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-size: 1rem;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 120px;
  min-width: 7.5rem;
  padding-left: 28px;
  padding-left: 1.75rem;
  padding-right: 28px;
  padding-right: 1.75rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-works-list__filter-link.is-active {
  background-color: #6FB549;
  border: 2px solid #6FB549;
  border: 0.125rem solid #6FB549;
  color: #fff;
}

.p-works-list__filter-link.is-text-small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1;
}

.p-works-list__filter-link:hover {
  opacity: 0.7;
}

.p-works-list__items {
  grid-gap: 4.5rem 1.25rem;
  display: grid;
  gap: 72px 20px;
  gap: 4.5rem 1.25rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 73px;
  margin-top: 4.5625rem;
}

.p-works-list__item {
  min-height: 496px;
  min-height: 31rem;
}

.p-works-list__pagination-wrapper {
  margin-top: 90px;
  margin-top: 5.625rem;
}

.u-color-main {
  color: #6FB549;
}

.u-header-spacer {
  height: 114px;
  height: 7.125rem;
  height: var(--headerheight);
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

.u-z-index-3 {
  z-index: 3;
}

@media screen and (min-width: 1440px){
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px){
  html {
    font-size: 16px;
  }
}

@media (max-width: 1050px){
  html {
    font-size: 1.5238095238vw;
  }
}

@media screen and (max-width: 767px){
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: initial;
  }
  :root {
    --headerheight: 64px;
    --headerheight: 4rem;
  }
  .l-breadcrumb {
    margin-top: 17px;
    margin-top: 1.0625rem;
  }
  .l-case-list {
    padding-bottom: 115px;
    padding-bottom: 7.1875rem;
    padding-top: 145px;
    padding-top: 9.0625rem;
  }
  .l-case-list__inner {
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
  }
  .l-drawer__inner {
    padding-left: 52px;
    padding-left: 3.25rem;
    padding-right: 52px;
    padding-right: 3.25rem;
  }
  .l-footer {
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-top: 37px;
    padding-top: 2.3125rem;
  }
  .l-footer::before {
    background-color: #C9C4BB;
    content: "";
    height: 2px;
    height: 0.125rem;
    left: 50%;
    position: absolute;
    top: 2px;
    top: 0.125rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100vw - 3.125rem);
  }
  .l-footer__inner {
    padding-left: 52px;
    padding-left: 3.25rem;
    padding-right: 52px;
    padding-right: 3.25rem;
  }
  .l-hero-caption {
    margin-top: -22px;
    margin-top: -1.375rem;
  }
  .l-inner {
    max-width: 584px;
    max-width: 36.5rem;
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
  }
  .l-intro {
    padding-bottom: 31px;
    padding-bottom: 1.9375rem;
    padding-top: 0px;
    padding-top: 0rem;
  }
  .l-intro::after {
    background-image: url("/asset/images/common/section-divider_sp.png");
    background-position: center center;
    background-size: 100% 100%;
    bottom: -152px;
    bottom: -9.5rem;
    height: 264px;
    height: 16.5rem;
  }
  .l-intro__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
  }
  .l-intro__breadcrumb-wrapper {
    bottom: -74px;
    bottom: -4.625rem;
    right: 22px;
    right: 1.375rem;
  }
  .l-service-content {
    padding-bottom: 82px;
    padding-bottom: 5.125rem;
    padding-top: 135px;
    padding-top: 8.4375rem;
  }
  .l-service-content__inner {
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
  }
  .l-top-about-us {
    padding-bottom: 46px;
    padding-bottom: 2.875rem;
    padding-top: 0px;
    padding-top: 0rem;
  }
  .l-top-about-us::before {
    background: url("/asset/images/top-about-us/about-us-bg_sp.png");
    background-position: top center;
    background-size: 100% 100%;
    height: 264px;
    height: 16.5rem;
    top: -94px;
    top: -5.875rem;
  }
  .l-top-about-us__inner {
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
  }
  .l-top-case {
    padding-bottom: 57px;
    padding-bottom: 3.5625rem;
    padding-top: 36px;
    padding-top: 2.25rem;
  }
  .l-top-case__inner {
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
  }
  .l-top-factory {
    padding-bottom: 77px;
    padding-bottom: 4.8125rem;
    padding-top: 41px;
    padding-top: 2.5625rem;
  }
  .l-top-factory__inner {
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
  }
  .l-top-mv {
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
  }
  .l-top-mv::after {
    background-image: url("/asset/images/common/section-divider_sp.png");
    background-position: center center;
    background-size: 100% 100%;
    bottom: -103px;
    bottom: -6.4375rem;
    height: 264px;
    height: 16.5rem;
  }
  .l-top-mv__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
  }
  .l-top-recruit {
    padding-bottom: 101px;
    padding-bottom: 6.3125rem;
    padding-top: 48px;
    padding-top: 3rem;
  }
  .l-top-recruit__inner {
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
  }
  .l-top-service {
    padding-bottom: 45px;
    padding-bottom: 2.8125rem;
    padding-top: 73px;
    padding-top: 4.5625rem;
  }
  .l-top-service__inner {
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
  }
  .l-top-works {
    padding-bottom: 53px;
    padding-bottom: 3.3125rem;
    padding-top: 42px;
    padding-top: 2.625rem;
  }
  .l-top-works__inner {
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
  }
  .l-works-list {
    padding-bottom: 115px;
    padding-bottom: 7.1875rem;
    padding-top: 145px;
    padding-top: 9.0625rem;
  }
  .l-works-list__inner {
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
  }
  .c-breadcrumb__link {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .c-breadcrumb__current {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .c-button {
    grid-template-columns: 2.5625rem 1fr 1.1875rem 1.25rem 0.8125rem;
    height: 45px;
    height: 2.8125rem;
    width: 205px;
    width: 12.8125rem;
  }
  .c-button__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-button__icon {
    height: 20px;
    height: 1.25rem;
    width: 20px;
    width: 1.25rem;
  }
  .c-button--about-us {
    grid-template-columns: 2.375rem 1fr 0.5625rem 1.25rem 0.8125rem;
    height: 45px;
    height: 2.8125rem;
    width: 266px;
    width: 16.625rem;
  }
  .c-button--about-us::before {
    border: 2px solid #AFDD96;
  }
  .c-case-card__image-caption {
    border-top-right-radius: 8px;
    border-top-right-radius: 0.5rem;
    font-size: 10px;
    font-size: 0.625rem;
    padding: 4px 8px;
    padding: 0.25rem 0.5rem;
  }
  .c-case-card__info {
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
  .c-case-card__info-detail {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .c-case-card__info-detail::before {
    height: 4.5px;
    height: 0.28125rem;
    margin-left: 4px;
    margin-left: 0.25rem;
    margin-right: 5.1px;
    margin-right: 0.31875rem;
    width: 4.5px;
    width: 0.28125rem;
  }
  .c-case-card__info-price {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-case-card__price {
    margin-left: 0.5px;
    margin-left: 0.03125rem;
    margin-right: 0.5px;
    margin-right: 0.03125rem;
    margin-top: 11px;
    margin-top: 0.6875rem;
    padding-left: 1px;
    padding-left: 0.0625rem;
    padding-top: 9px;
    padding-top: 0.5625rem;
  }
  .c-case-card__price-label {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 3px;
    margin-top: 0.1875rem;
  }
  .c-case-card__price-value {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .c-case-card__comment {
    margin-top: 20px;
    margin-top: 1.25rem;
    min-height: 112px;
    min-height: 7rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    padding-left: 12px;
    padding-left: 0.75rem;
    padding-right: 12px;
    padding-right: 0.75rem;
    padding-top: 12px;
    padding-top: 0.75rem;
  }
  .c-case-card__comment-text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3;
  }
  .c-intro__mv {
    border-radius: 1.875rem;
    height: 304px;
    height: 19rem;
    margin-left: 0px;
    margin-left: 0rem;
  }
  .c-intro__header {
    grid-template-areas: "label" "title" "lead";
    grid-template-columns: 1fr;
    grid-template-rows: fit-content(100%) auto;
    margin-top: 4px;
    margin-top: 0.25rem;
    padding-left: 44px;
    padding-left: 2.75rem;
  }
  .c-intro__header::before {
    height: 140px;
    height: 8.75rem;
    left: -11px;
    left: -0.6875rem;
    top: -40px;
    top: -2.5rem;
    width: 162px;
    width: 10.125rem;
  }
  .c-intro__label {
    gap: 4px;
    gap: 0.25rem;
  }
  .c-intro__label-img {
    height: 11.5px;
    height: 0.71875rem;
    width: 12px;
    width: 0.75rem;
  }
  .c-intro__label-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-intro__title {
    font-size: 32px;
    font-size: 2rem;
  }
  .c-intro__lead {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .c-intro__lead-line {
    border-radius: 0.0625rem;
    height: 2px;
    height: 0.125rem;
    margin-left: 0px;
    margin-left: 0rem;
    margin-top: 9px;
    margin-top: 0.5625rem;
    width: 22px;
    width: 1.375rem;
  }
  .c-intro__lead-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 130%;
    margin-left: 0px;
    margin-left: 0rem;
    margin-left: 7px;
    margin-left: 0.4375rem;
  }
  .c-menu-button {
    height: 18px;
    height: 1.125rem;
    width: 22px;
    width: 1.375rem;
  }
  .c-menu-button span {
    height: 2px;
    height: 0.125rem;
    width: 22px;
    width: 1.375rem;
  }
  .c-menu-button span:before,
  .c-menu-button span::after {
    height: 2px;
    height: 0.125rem;
  }
  .c-menu-button span::before {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  .c-menu-button span::after {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
  .c-no-post {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-number {
    font-size: 16px;
    font-size: 1rem;
    height: 20px;
    height: 1.25rem;
    width: 27px;
    width: 1.6875rem;
  }
  .c-pagination__list {
    -moz-column-gap: 1.25rem;
         -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .c-pagination__link {
    font-size: 18px;
    font-size: 1.125rem;
    height: 22px;
    height: 1.375rem;
    width: 18px;
    width: 1.125rem;
  }
  .c-pagination__link.prev, .c-pagination__link.next {
    height: 32px;
    height: 2rem;
    width: 32px;
    width: 2rem;
  }
  .c-pagination__link.prev {
    margin-right: 12px;
    margin-right: 0.75rem;
  }
  .c-pagination__link.next {
    margin-left: 12px;
    margin-left: 0.75rem;
  }
  .c-service-item {
    aspect-ratio: 0.8333333333;
  }
  .c-service-item--wide {
    aspect-ratio: 1.7733333333;
  }
  .c-service-item__link {
    background-size: auto 100%;
  }
  .c-service-item__link--wide {
    background-position: left center;
  }
  .c-service-item__alias {
    font-size: 12px;
    font-size: 0.75rem;
    min-height: 18px;
    min-height: 1.125rem;
  }
  .c-service-item__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-service-item__title--sp-small {
    letter-spacing: -0.1em;
  }
  .c-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-works-card__info {
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
  .c-works-card__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-works-card__detail {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-case-list__items {
    gap: 45px 13px;
    gap: 2.8125rem 0.8125rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-case-list__item {
    min-height: 363px;
    min-height: 22.6875rem;
  }
  .p-case-list__pagination-wrapper {
    margin-top: 76px;
    margin-top: 4.75rem;
  }
  .p-content h2:nth-of-type(1) {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-content figure:nth-child(n+2) {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .wp-block-file,
  .p-content p:nth-child(n+2),
  .p-content h3:nth-child(n+2),
  .p-content h4:nth-child(n+2),
  .p-content h2 + ul:nth-of-type(n + 2),
  .p-content h2 + ol:nth-of-type(n + 2),
  .p-content ol > li > ol:nth-of-type(n + 2),
  .p-content figure {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-content .wp-block-group {
    padding: 24px 30px;
    padding: 1.5rem 1.875rem;
  }
  .wp-block-file:not(.wp-element-button) a::before {
    margin-right: 8px;
    margin-right: 0.5rem;
    margin-top: 16px;
    margin-top: 1rem;
    width: 32px;
    width: 2rem;
  }
  .p-drawer__nav-grid {
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-fit-content auto;
    grid-template-rows: fit-content auto;
    row-gap: 16px;
    row-gap: 1rem;
  }
  .p-drawer__nav-grid::after {
    height: 230px;
    height: 14.375rem;
    right: -229px;
    right: -14.3125rem;
    top: 208px;
    top: 13rem;
    width: 307px;
    width: 19.1875rem;
  }
  .p-drawer__nav-item + .p-drawer__nav-item {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-drawer__subnav-list--pc {
    display: none;
  }
  .p-drawer__subnav-list--sp {
    display: block;
    margin-left: 18px;
    margin-left: 1.125rem;
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .p-drawer__nav-right .p-drawer__nav-list {
    margin-left: 0px;
    margin-left: 0rem;
  }
  .p-drawer__contact-wrapper {
    margin-top: 55px;
    margin-top: 3.4375rem;
  }
  .p-drawer__contact-button {
    border: 2px solid #FFB925;
    border: 0.125rem solid #FFB925;
    border-radius: 0.5rem;
    grid-template-columns: 1.25rem 1.25rem 0.5rem 1fr 1.8125rem;
    height: 45px;
    height: 2.8125rem;
    width: 175px;
    width: 10.9375rem;
  }
  .p-drawer__contact-button-icon {
    height: 20px;
    height: 1.25rem;
    width: 20px;
    width: 1.25rem;
  }
  .p-drawer__contact-button-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2857142857;
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-footer__info {
    grid-template-areas: "header" "message" "buttons";
    grid-template-columns: 1fr;
  }
  .p-footer__logo-link-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-footer__logo-link-sub {
    font-size: 8px;
    font-size: 0.5rem;
  }
  .p-footer__logo-link-o-bg {
    height: 8px;
    height: 0.5rem;
    left: 0.9px;
    left: 0.05625rem;
    width: 8px;
    width: 0.5rem;
  }
  .p-footer__logo-link-o-bg::before {
    height: 4px;
    height: 0.25rem;
    width: 2px;
    width: 0.125rem;
  }
  .p-footer__logo-link-o-bg::after {
    height: 2px;
    height: 0.125rem;
    width: 4px;
    width: 0.25rem;
  }
  .p-footer__message {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .p-footer__message-text {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-footer__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 34px;
    margin-top: 2.125rem;
    row-gap: 12px;
    row-gap: 0.75rem;
  }
  .p-footer__button {
    border-radius: 0.875rem;
    grid-template-columns: 2.125rem 3.1875rem 1.1875rem 1fr 3.875rem;
    height: 75px;
    height: 4.6875rem;
    width: 268px;
    width: 16.75rem;
  }
  .p-footer__button--reservation {
    border: 2px solid #6FB549;
    border: 0.125rem solid #6FB549;
  }
  .p-footer__button--contact {
    border: 2px solid #FFB925;
    border: 0.125rem solid #FFB925;
  }
  .p-footer__button--reservation .p-footer__button-icon {
    height: 45px;
    height: 2.8125rem;
    margin-left: 8px;
    margin-left: 0.5rem;
    width: 39px;
    width: 2.4375rem;
  }
  .p-footer__button--contact .p-footer__button-icon {
    height: 51px;
    height: 3.1875rem;
    width: 51px;
    width: 3.1875rem;
  }
  .p-footer__button-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-footer__button-text small {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .p-footer__nav {
    margin-top: 46px;
    margin-top: 2.875rem;
  }
  .p-footer__nav-grid {
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-fit-content auto;
    grid-template-rows: fit-content auto;
    row-gap: 18px;
    row-gap: 1.125rem;
  }
  .p-footer__nav-item + .p-footer__nav-item {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-footer__legal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 36px;
    margin-top: 2.25rem;
    row-gap: 36px;
    row-gap: 2.25rem;
  }
  .p-footer__legal::before {
    bottom: 113px;
    bottom: 7.0625rem;
    height: 104px;
    height: 6.5rem;
    right: -54px;
    right: -3.375rem;
    width: 140px;
    width: 8.75rem;
  }
  .p-footer__copyright {
    font-size: 8px;
    font-size: 0.5rem;
  }
  .p-footer__legal-links {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-form__items {
    gap: 12px;
    gap: 0.75rem;
  }
  .p-form__item:first-of-type {
    gap: 16px;
    gap: 1rem;
    margin-bottom: 27px;
    margin-bottom: 1.6875rem;
  }
  .p-form__dt {
    padding-right: 24px;
    padding-right: 1.5rem;
    padding-top: 8px;
    padding-top: 0.5rem;
  }
  .p-form__dd input:not([type=radio]):not([type=checkbox]),
  .p-form__dd textarea {
    border-radius: 0.75rem;
    padding: 12px 24px;
    padding: 0.75rem 1.5rem;
  }
  .p-form__dd input[type=checkbox] + span,
  .p-form__dd input[type=radio] + span {
    gap: 14px;
    gap: 0.875rem;
  }
  .p-form__dd input[type=checkbox] + span::before {
    margin-top: 3px;
    margin-top: 0.1875rem;
    width: 16px;
    width: 1rem;
  }
  .p-form__dd textarea {
    height: 188px;
    height: 11.75rem;
  }
  .p-form__acceptance {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .p-form__acceptance input + span::before {
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
  .p-form__policy-description {
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .p-form__send {
    margin-top: 56px;
    margin-top: 3.5rem;
    max-width: 332px;
    max-width: 20.75rem;
  }
  .p-form__send input {
    min-height: 63px;
    min-height: 3.9375rem;
    padding: 0 54px 0 42px;
    padding: 0 3.375rem 0 2.625rem;
  }
  .p-header__inner {
    max-width: none;
    max-width: initial;
    padding: 10px 22px;
    padding: 0.625rem 1.375rem;
  }
  .p-header__logo-link-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-header__logo-link-sub {
    font-size: 8px;
    font-size: 0.5rem;
    margin-top: 3px;
    margin-top: 0.1875rem;
  }
  .p-header__logo-link-o-bg {
    height: 8px;
    height: 0.5rem;
    left: 0.9px;
    left: 0.05625rem;
    width: 8px;
    width: 0.5rem;
  }
  .p-header__logo-link-o-bg::before {
    height: 4px;
    height: 0.25rem;
    width: 2px;
    width: 0.125rem;
  }
  .p-header__logo-link-o-bg::after {
    height: 2px;
    height: 0.125rem;
    width: 4px;
    width: 0.25rem;
  }
  .p-header__pc-nav {
    display: none;
  }
  .p-header__recruitment-btn-wrapper {
    margin-left: auto;
  }
  .p-header__recruitment-btn {
    border-radius: 0.25rem;
    padding: 4px 15px;
    padding: 0.25rem 0.9375rem;
  }
  .p-header__recruitment-btn-text--main {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 16px;
    line-height: 1rem;
  }
  .p-header__recruitment-btn-text--sub {
    display: none;
  }
  .p-header__menu-button-wrapper {
    margin-left: 8px;
    margin-left: 0.5rem;
    width: 22px;
    width: 1.375rem;
  }
  .p-hero-caption__text {
    font-size: 100px;
    font-size: 6.25rem;
  }
  .p-news-items {
    row-gap: 20px;
    row-gap: 1.25rem;
  }
  .p-news-items__news {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 71px;
    height: 4.4375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 17px;
    padding-left: 1.0625rem;
    padding-right: 17px;
    padding-right: 1.0625rem;
    row-gap: 4px;
    row-gap: 0.25rem;
  }
  .p-news-items__news-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-news-items__news-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-pagenavi .nav-links,
  .p-pagenavi .wp-pagenavi {
    gap: 22px;
    gap: 1.375rem;
  }
  .p-pagenavi .previouspostslink {
    margin-right: 12px;
    margin-right: 0.75rem;
  }
  .p-pagenavi .nextpostslink {
    margin-left: 12px;
    margin-left: 0.75rem;
  }
  .p-pavinavi__prev,
  .p-pavinavi__next {
    width: 24px;
    width: 1.5rem;
  }
  .p-service-content__desc-wrapper {
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
  }
  .p-service-content__desc {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-service-content__items-wrapper {
    margin-top: 50px;
    margin-top: 3.125rem;
    padding-bottom: 45px;
    padding-bottom: 2.8125rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-top: 46px;
    padding-top: 2.875rem;
  }
  .p-service-content__items-bg {
    border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0rem;
    border-top-left-radius: 0px;
    border-top-left-radius: 0rem;
    left: calc(-50vw + 50%);
  }
  .p-service__items {
    gap: 16px 15px;
    gap: 1rem 0.9375rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    max-width: 25rem;
  }
  .p-top-about-us__heading-title {
    font-size: 48px;
    font-size: 3rem;
    margin-left: 0px;
    margin-left: 0rem;
    text-align: center;
  }
  .p-top-about__image-wrapper {
    margin-bottom: 17px;
    margin-bottom: 1.0625rem;
    margin-left: 0px;
    margin-left: 0rem;
    margin-right: 0px;
    margin-right: 0rem;
    margin-top: -15px;
    margin-top: -0.9375rem;
  }
  .p-top-about__image-mask {
    border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0rem;
    border-top-right-radius: 0px;
    border-top-right-radius: 0rem;
    height: calc(100% - 0.1875rem);
    left: 33px;
    left: 2.0625rem;
    top: 20px;
    top: 1.25rem;
    width: calc(100% + 2.375rem);
  }
  .p-top-about__content {
    grid-template-areas: "lead" "description" "hospital-image" "button";
    grid-template-columns: 1fr;
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .p-top-about__car-image {
    height: 106px;
    height: 6.625rem;
    left: -62.5px;
    left: -3.90625rem;
    top: 12.5px;
    top: 0.78125rem;
    width: 232px;
    width: 14.5rem;
  }
  .p-top-about__lead-wrapper {
    margin-left: 0px;
    margin-left: 0rem;
  }
  .p-top-about__lead-catch {
    -moz-column-gap: 0.25rem;
         -webkit-column-gap: 0.25rem;
            column-gap: 0.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-about__lead-catch-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-top-about__lead-catch-img {
    height: 11px;
    height: 0.6875rem;
    width: 12px;
    width: 0.75rem;
  }
  .p-top-about__lead-title {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
  }
  .p-top-about__description-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-top: 0.9375rem;
    max-width: 500px;
    max-width: 31.25rem;
  }
  .p-top-about__description {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-top-about__hospital-image {
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
    margin-top: 2.125rem;
    max-width: 450px;
    max-width: 28.125rem;
  }
  .p-top-about__button-wrapper {
    justify-self: center;
    margin-left: 0px;
    margin-left: 0rem;
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-top-about__news {
    margin-left: auto;
    margin-right: auto;
    margin-top: 56px;
    margin-top: 3.5rem;
    max-width: 500px;
    max-width: 31.25rem;
  }
  .p-top-about__news-title {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }
  .p-top-about__news-items-wrapper {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-top-case__heading-label {
    -moz-column-gap: 0.375rem;
         -webkit-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }
  .p-top-case__heading-label-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-top-case__heading-label-img {
    height: 11px;
    height: 0.6875rem;
    width: 12px;
    width: 0.75rem;
  }
  .p-top-case__heading-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-top-case__heading-desc {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-top-case__items {
    gap: 28px 15px;
    gap: 1.75rem 0.9375rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-case__button-wrapper {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-factory__heading-label {
    -moz-column-gap: 0.375rem;
         -webkit-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }
  .p-top-factory__heading-label-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-top-factory__heading-label-img {
    height: 11px;
    height: 0.6875rem;
    width: 12px;
    width: 0.75rem;
  }
  .p-top-factory__heading-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-top-factory__heading-desc {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    width: 328px;
    width: 20.5rem;
  }
  .p-top-factory__image-items-wrapper {
    height: 125px;
    height: 7.8125rem;
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
  .p-top-factory__image-items-wrapper.u-sp {
    margin-top: 19px;
    margin-top: 1.1875rem;
  }
  .p-top-factory__image-items {
    width: 1968px;
    width: 123rem;
  }
  .p-top-factory__image-item {
    height: 125px;
    height: 7.8125rem;
    width: 164px;
    width: 10.25rem;
  }
  .p-top-factory__button-wrapper {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-mv__image {
    border-radius: 1.875rem;
    width: 100%;
  }
  .p-top-mv__copy {
    bottom: auto;
    height: auto;
    left: auto;
    margin-top: -41px;
    margin-top: -2.5625rem;
    position: relative;
    width: 100%;
  }
  .p-top-mv__car-icon {
    left: 25px;
    left: 1.5625rem;
    top: 32px;
    top: 2rem;
    width: 50px;
    width: 3.125rem;
  }
  .p-top-mv__main-copy {
    left: auto;
    position: relative;
    top: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-top-mv__main-copy-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-top-mv__main-copy-text.p-top-mv__main-copy-text--mask {
    -webkit-mask-position: 3rem 0.375rem, 11.3125rem 0.34375rem;
    -webkit-mask-size: 0.90625rem 0.90625rem, 0.90625rem 0.90625rem;
            mask-position: 3rem 0.375rem, 11.3125rem 0.34375rem;
            mask-size: 0.90625rem 0.90625rem, 0.90625rem 0.90625rem;
  }
  .p-top-mv__sub-copy {
    left: 90px;
    left: 5.625rem;
    top: 29px;
    top: 1.8125rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-top-mv__sub-copy-text--lead {
    display: inline;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-top-mv__sub-copy-text--catch {
    display: inline;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-left: -4px;
    margin-left: -0.25rem;
  }
  .p-top-mv__reserve-btn {
    bottom: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 72px;
    height: 4.5rem;
    margin-top: 26px;
    margin-top: 1.625rem;
    padding-left: 50px;
    padding-left: 3.125rem;
    padding-top: 0px;
    padding-top: 0rem;
    position: relative;
    right: auto;
    width: 266px;
    width: 16.625rem;
  }
  .p-top-mv__reserve-btn-image {
    height: 35px;
    height: 2.1875rem;
    width: 30px;
    width: 1.875rem;
  }
  .p-top-mv__reserve-btn-text {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-left: 20px;
    margin-left: 1.25rem;
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-top-mv__reserve-btn-text--main {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-top-mv__reserve-btn-text--sub {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-top-recruit__content {
    background-color: transparent;
    grid-template-areas: "head" "description" "image";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    height: auto;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-top: 0rem;
    max-width: 500px;
    max-width: 31.25rem;
    pointer-events: auto;
  }
  .p-top-recruit__content:hover {
    opacity: 0.7;
  }
  .p-top-recruit__link-horizontal {
    display: none;
  }
  .p-top-recruit__link-horizontal-inner {
    display: none;
  }
  .p-top-recruit__link-horizontal-inner::before {
    display: none;
  }
  .p-top-recruit__link-vertical {
    display: none;
  }
  .p-top-recruit__link-vertical-inner {
    display: none;
  }
  .p-top-recruit__link-vertical-inner::before {
    display: none;
  }
  .p-top-recruit__head {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
         -webkit-column-gap: 0.75rem;
                 column-gap: 0.75rem;
    display: grid;
    grid-template-areas: "head-image head-label" "head-image head-title";
    grid-template-columns: 1fr;
    grid-template-rows: 55fr 185fr;
    height: 62px;
    height: 3.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-top-recruit__head-img {
    display: block;
    grid-area: head-image;
    height: 53px;
    height: 3.3125rem;
    width: 55px;
    width: 3.4375rem;
  }
  .p-top-recruit__head-label {
    color: #6FB549;
    font-size: 13px;
    font-size: 0.8125rem;
    grid-area: head-label;
    margin-left: 0px;
    margin-left: 0rem;
  }
  .p-top-recruit__head-title {
    color: #6FB549;
    font-size: 36px;
    font-size: 2.25rem;
    grid-area: head-title;
    line-height: 1.1944444444;
  }
  .p-top-recruit__description {
    color: #3D392F;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-top: 0.625rem;
    max-width: 500px;
    max-width: 31.25rem;
    width: 100%;
  }
  .p-top-recruit__content:hover .p-top-recruit__description {
    color: #3D392F;
  }
  .p-top-recruit__image {
    aspect-ratio: 1.645;
    background-image: url("/asset/images/top-recruit/top-recruit_sp.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.85625rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    margin-top: 1.375rem;
    max-width: 500px;
    max-width: 31.25rem;
    width: 100%;
  }
  .p-top-recruit__image::before {
    display: none;
  }
  .p-top-service__heading-label {
    -moz-column-gap: 0.375rem;
         -webkit-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }
  .p-top-service__heading-label-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-top-service__heading-label-img {
    height: 11px;
    height: 0.6875rem;
    width: 12px;
    width: 0.75rem;
  }
  .p-top-service__heading-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-top-service__heading-desc {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    width: 328px;
    width: 20.5rem;
  }
  .p-top-service__items-wrapper {
    margin-top: 42px;
    margin-top: 2.625rem;
    padding-bottom: 45px;
    padding-bottom: 2.8125rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-top: 46px;
    padding-top: 2.875rem;
  }
  .p-top-service__items-bg {
    right: 0;
  }
  .p-top-works__heading-label {
    -moz-column-gap: 0.375rem;
         -webkit-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }
  .p-top-works__heading-label-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-top-works__heading-label-img {
    height: 11px;
    height: 0.6875rem;
    width: 12px;
    width: 0.75rem;
  }
  .p-top-works__heading-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-top-works__heading-desc {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-top-works__items {
    gap: 28px 13px;
    gap: 1.75rem 0.8125rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-works__button-wrapper {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-works-list__filter-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
    row-gap: 0.5rem;
  }
  .p-works-list__filter-list {
    -moz-column-gap: 0.375rem;
         -webkit-column-gap: 0.375rem;
            column-gap: 0.375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-works-list__filter-link {
    font-size: 13px;
    font-size: 0.8125rem;
    height: 36px;
    height: 2.25rem;
    min-width: 95px;
    min-width: 5.9375rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .p-works-list__filter-link.is-text-small {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .p-works-list__items {
    gap: 45px 13px;
    gap: 2.8125rem 0.8125rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 54px;
    margin-top: 3.375rem;
  }
  .p-works-list__item {
    min-height: 363px;
    min-height: 22.6875rem;
  }
  .p-works-list__pagination-wrapper {
    margin-top: 76px;
    margin-top: 4.75rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 599px){
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.7;
  }
}

@media (hover: none){
  a:active {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=style.css.map */
