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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  display: block;
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1255px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1256 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #212121;
  background-color: #f7f6f1;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.no-scroll {
  overflow: hidden !important;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

a,
span {
  display: inline-block;
}

picture,
img {
  display: block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-header {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 1.25rem;
  background: transparent;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-inline: 1rem;
  }
}

.l-header.js-active {
  background: #F7F6F1;
  -webkit-box-shadow: 0 0.625rem 0.875rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.625rem 0.875rem 0 rgba(0, 0, 0, 0.05);
}
.l-header.js-active .p-header__list li a {
  color: #212121;
}

.l-header.drawer-open {
  background: #f7f6f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.l-header__inner.--front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-block: 1.375rem;
  max-width: 82rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner.--front {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-block: 0.625rem;
  }
}

.l-header__inner {
  display: grid;
  grid-template-columns: 18.75rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.9375rem;
  max-width: 82rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    grid-template-columns: 8.6875rem 1fr;
    grid-column-gap: 10.75rem;
    padding-block: 0.625rem;
  }
}

.l-footer {
  padding-block: 1.375rem;
  background: #354835;
}

.l-footer__inner {
  width: min(84.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.l-front__fv {
  position: relative;
}

.l-front__about {
  padding-block: 5rem 22.3125rem;
  background: url(../img/front/front-about-bg@2x.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .l-front__about {
    padding-block: 3.5rem 33.375rem;
  }
}

.l-front__about-wrap {
  position: relative;
}

.l-front__service {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .l-front__service {
    padding-block: 3.5rem;
  }
}

.l-front__service-inner {
  width: min(78.5rem, 100%);
  height: 100%;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.l-front__flow {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .l-front__flow {
    padding-block: 3.5rem;
  }
}

.l-front__flow-inner {
  width: min(78.5rem, 100%);
  height: 100%;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.l-front__who {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .l-front__who {
    padding-block: 0;
  }
}

.l-front__who-inner {
  width: min(78.5rem, 100%);
  height: 100%;
  padding: 4rem 1.25rem 2.9375rem;
  margin-inline: auto;
  background: url(../img/front/front-who-bg@2x.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .l-front__who-inner {
    padding: 3.5rem 1.25rem 3.875rem;
    background: url(../img/front/front-who-bg-sp@2x.png) no-repeat center center/cover;
  }
}

.l-front__works {
  overflow: hidden;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .l-front__works {
    padding-block: 3.5rem;
  }
}

.l-front__works-inner {
  width: min(78.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.l-front__column {
  overflow: hidden;
  padding-block: 5rem;
  background: url(../img/front/front-column-bg@2x.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .l-front__column {
    padding-block: 3.5rem;
    background: url(../img/front/front-column-bg-sp@2x.png) no-repeat center center/cover;
  }
}

.l-front__column-inner {
  width: min(78.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.l-privacy {
  padding-block: 5rem;
}

@media screen and (max-width: 767px) {
  .l-privacy__inner {
    padding-inline: 1.25rem;
  }
}

.l-company__philosophy {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .l-company__philosophy {
    padding-block: 3.5rem;
  }
}

.l-company__info {
  padding-block: 5rem;
  margin-inline: auto;
  max-width: 50rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-company__info {
    padding: 3.5rem 1.25rem;
  }
}

.l-contact {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding-block: 3.5rem;
  }
}

.l-contact__inner {
  margin: 0 auto 0;
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
}

.l-contact-thanks {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .l-contact-thanks {
    padding-block: 3.5rem;
  }
}

.l-contact-thanks__inner {
  width: min(78.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.l-works-s {
  overflow: hidden;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .l-works-s {
    padding-block: 3.5rem;
  }
}

.l-works-s__inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.l-works {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .l-works {
    padding-block: 3.5rem;
  }
}

.l-works__inner {
  width: min(78.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.l-column__head-tag-list {
  margin: 5rem auto 0;
  width: min(78.5rem, 100%);
  padding-inline: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 2rem;
}
@media screen and (max-width: 767px) {
  .l-column__head-tag-list {
    gap: 0.75rem 1.5rem;
  }
}

.l-column {
  margin: 4.5rem 0 0;
  padding-block: 0rem 5rem;
}
@media screen and (max-width: 767px) {
  .l-column {
    padding-block: 0rem 3.5rem;
  }
}

.l-column__inner {
  width: min(78.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.l-column-s {
  overflow: hidden;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .l-column-s {
    padding-block: 3.5rem;
  }
}

.l-column-s__inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.l-service__intro {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .l-service__intro {
    padding-block: 3.5rem;
  }
}

.l-service__intro-inner {
  overflow: hidden;
  width: min(78.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.l-service__flow {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .l-service__flow {
    padding-block: 3.5rem 19.25rem;
  }
}

.l-service__flow-inner {
  width: min(78.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.l-service__works {
  overflow: hidden;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .l-service__works {
    padding-block: 3.5rem;
  }
}

.l-service__works-inner {
  width: min(78.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.l-404 {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .l-404 {
    padding-block: 3.5rem;
  }
}

.l-404__inner {
  width: min(78.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.c-common__fv {
  position: relative;
}

.c-common__fv-img {
  width: 100%;
  height: 31.25rem;
}
@media screen and (max-width: 767px) {
  .c-common__fv-img {
    height: 15rem;
  }
}
.c-common__fv-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.c-common__fv-tit-wrap {
  position: absolute;
  top: 12rem;
  left: calc(50% - 38.125rem);
}
@media screen and (max-width: 767px) {
  .c-common__fv-tit-wrap {
    top: 7.9375rem;
    left: 1.25rem;
  }
}

.c-common__fv-ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: normal;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-common__fv-ttl {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: normal;
  }
}

.c-common__fv-ttl-ja {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-common__fv-ttl-ja {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #212121;
  z-index: 1;
}

.loading__mask-gray {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(33, 33, 33, 0.2);
  z-index: 1;
}

.loading__logo {
  z-index: 2;
  overflow: hidden;
  width: 20rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .loading__logo {
    width: 8.5625rem;
  }
}

.c-contact {
  overflow: hidden;
  position: relative;
  padding-block: 2.5rem;
  background: url(../img/common/common-contact-bg@1x.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding-block: 1.75rem;
    background: url(../img/common/common-contact-bg-sp@1x.png) no-repeat center center/cover;
  }
}
.c-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28.5625rem;
  background: url(../img/common/common-contact-deco@1x.png) no-repeat center center/100% 100%;
}
@media screen and (max-width: 767px) {
  .c-contact::before {
    height: 14.375rem;
    background: url(../img/common/common-contact-deco-sp@1x.png) no-repeat center center/cover;
  }
}

.c-contact__inner {
  width: min(78.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.c-contact__head {
  position: relative;
}

.c-contact__btn {
  position: relative;
  margin: 4rem auto 0;
  display: block;
  max-width: 50rem;
  width: 100%;
}
@media (any-hover: hover) {
  .c-contact__btn:hover .c-contact__btn-wrap {
    background: #F8E0B9;
  }
  .c-contact__btn:hover .c-contact__btn-arrow {
    translate: 1rem 0;
  }
}

.c-contact__btn-wrap {
  border: 0.0625rem solid #577557;
  border-radius: 0.3125rem;
  background: #fff;
  padding: 2rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-contact__btn-wrap {
    padding: 1.5rem 1.75rem;
    row-gap: 0.75rem;
    border-radius: 0.1875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-contact__btn-deco {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.9375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-contact__btn-deco {
    margin-inline: auto;
  }
}
.c-contact__btn-deco img {
  -o-object-fit: cover;
     object-fit: cover;
}

.c-contact__btn-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}

.c-contact__btn-txt {
  margin: 1.5rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-contact__btn-txt {
    margin: 1.125rem 0 0;
  }
}

.c-contact__btn-arrow {
  position: absolute;
  top: 4.875rem;
  right: 2.5rem;
  width: 2rem;
  height: 2.0625rem;
  -webkit-transition: translate 0.3s ease-out;
  transition: translate 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-contact__btn-arrow {
    top: 11.125rem;
    right: 1.75rem;
  }
}

.c-contact__list {
  margin: 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-contact__list {
    margin: 1.5rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-contact__item {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .c-contact__item:nth-child(n+2) {
    margin: 2rem 0 0;
  }
}

.c-contact__item-img {
  width: 23.9375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-contact__item-img {
    width: 100%;
  }
}
.c-contact__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.c-contact__item-ttl {
  margin: 1rem 0 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-contact__item-ttl {
    margin: 0.75rem 0 0;
  }
}

.c-contact__item-txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}

.c-works__splide .c-works__splide-track {
  overflow: visible;
  clip-path: inset(0% -50vw 0% -2%);
}
@media screen and (max-width: 767px) {
  .c-works__splide .c-works__splide-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.9375rem;
    grid-row-gap: 2.5rem;
  }
}
.c-works__splide .c-works__slide {
  list-style: none;
}
.c-works__splide .c-works__slide-link {
  position: relative;
}
@media (any-hover: hover) {
  .c-works__splide .c-works__slide-link:hover .c-works__slide-overlay {
    opacity: 1;
    visibility: visible;
  }
  .c-works__splide .c-works__slide-link:hover .c-works__slide-ttl {
    opacity: 0.6;
  }
}
.c-works__splide .c-works__slide-img {
  position: relative;
  width: 100%;
  aspect-ratio: 384/490;
}
@media screen and (max-width: 767px) {
  .c-works__splide .c-works__slide-img {
    aspect-ratio: 160/204;
  }
}
.c-works__splide .c-works__slide-img img {
  border-radius: 0.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-works__splide .c-works__slide-img img {
    border-radius: 0.1875rem;
  }
}
.c-works__splide .c-works__slide-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  background-color: rgba(33, 33, 33, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-works__splide .c-works__slide-overlay {
    border-radius: 0.1875rem;
  }
}
.c-works__splide .c-works__slide-overlay-body {
  position: relative;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.0625rem;
     -moz-column-gap: 1.0625rem;
          column-gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .c-works__splide .c-works__slide-overlay-body {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
.c-works__splide .c-works__slide-overlay-txt {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-works__splide .c-works__slide-overlay-txt {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
  }
}
.c-works__splide .c-works__slide-overlay-arrow {
  width: 1.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-works__splide .c-works__slide-overlay-arrow {
    width: 1.25rem;
  }
}
.c-works__splide .c-works__slide-ttl {
  margin: 1.5rem 0 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-works__splide .c-works__slide-ttl {
    margin: 0.75rem 0 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
  }
}
.c-works__splide .splide__arrow {
  background: transparent;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-works__splide .splide__arrow {
    display: none;
  }
}
.c-works__splide .splide__arrow svg {
  width: 100%;
  height: 3.125rem;
}
.c-works__splide .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.c-works__splide .c-works__splide-arrow-prev,
.c-works__splide .c-works__splide-arrow-next {
  top: calc(50% - 0.75rem);
  translate: 0 -50%;
  width: 3.125rem;
  height: 3.125rem;
}
.c-works__splide .c-works__splide-arrow-prev {
  left: -1.25rem;
}
.c-works__splide .c-works__splide-arrow-next {
  right: -0.625rem;
}

.c-btn__top {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .c-btn__top:hover {
    opacity: 0.7;
  }
  .c-btn__top:hover .c-btn__top-txt-arrow {
    translate: 1rem 0;
  }
}

.c-btn__top-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: normal;
  color: #354835;
  font-family: "Noto Sans JP", sans-serif;
}

.c-btn__top-txt-arrow {
  width: 2.5625rem;
  height: 2.5625rem;
  -webkit-transition: translate 0.3s ease-out;
  transition: translate 0.3s ease-out;
}

.c-btn__detail {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .c-btn__detail:hover {
    opacity: 0.7;
  }
  .c-btn__detail:hover .c-btn__detail-arrow {
    translate: 1rem 0;
  }
}

.c-btn__detail-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: normal;
  color: #354835;
  font-family: "Noto Sans JP", sans-serif;
}
.c-btn__detail-txt.--front {
  color: #ffffff;
}

.c-btn__detail-arrow {
  width: 2.5rem;
  height: auto;
  -webkit-transition: translate 0.3s ease-out;
  transition: translate 0.3s ease-out;
}

.c-btn__fixed {
  display: none;
  position: fixed;
  z-index: 99;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 3.875rem;
  height: 11.375rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-btn__fixed {
    display: block;
    top: initial;
    translate: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
}

.c-btn__fixed-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #bc7b12;
  border: 0.0625rem solid transparent;
  padding: 3rem 1.4375rem 1.25rem;
  border-radius: 0.3125rem 0 0 0.3125rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-btn__fixed-link {
    position: relative;
    display: block;
    padding: 0.5rem 2.4375rem 0.4375rem 4.125rem;
    width: 100%;
    border-radius: 0;
  }
}
@media (any-hover: hover) {
  .c-btn__fixed-link:hover {
    background: #fff;
    border: 0.0625rem solid #BC7B12;
  }
  .c-btn__fixed-link:hover .c-btn__fixed-link-txt {
    color: #bc7b12;
  }
  .c-btn__fixed-link:hover .c-btn__fixed-deco svg path {
    fill: #bc7b12;
  }
}

.c-btn__fixed-deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 1.25rem;
  left: calc(50% - 0.0625rem);
  translate: -50%;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn__fixed-deco {
    top: calc(50% - 0.0625rem);
    translate: 0 -50%;
    left: 7rem;
  }
}

.c-btn__fixed-deco svg path {
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.c-btn__fixed-link-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.125em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-btn__fixed-link-txt {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

.c-head.--contact {
  text-align: center;
}

.c-head__ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  font-family: "Roboto", sans-serif;
}

.c-head__ttl-ja {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  color: #577557;
}

.c-head__front-ttl {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: normal;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-head__front-ttl {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: normal;
  }
}
.c-head__front-ttl.--column {
  color: #ffffff;
}

.c-head__front-ttl-ja {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Roboto", sans-serif;
  color: #577557;
}
@media screen and (max-width: 767px) {
  .c-head__front-ttl-ja {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
  }
}
.c-head__front-ttl-ja.--column {
  color: #ffffff;
}

.c-breadcrumb {
  width: min(78.5rem, 100%);
  padding: 1.5rem 1.25rem 0;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 1.125rem 1.25rem 0;
  }
}
.c-breadcrumb span {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
}

@media (any-hover: hover) {
  .c-breadcrumb a:hover {
    opacity: 0.7;
  }
}

.c-breadcrumb .current-item {
  display: inline-block;
  max-width: 21ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb .current-item {
    max-width: 12ch;
  }
}

.c-tag__works-item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.75rem;
}
.c-tag__works-item span {
  border: 0.0625rem solid rgba(33, 33, 33, 0.2);
  border-radius: 100vmax;
  padding: 0 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
}

.c-tag__column-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-tag__column-item {
    height: 1.25rem;
  }
}
.c-tag__column-item a {
  border: 0.0625rem solid #495b4c;
  border-radius: 100vmax;
  padding: 0 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  color: #495b4c;
  font-family: "Roboto", sans-serif;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-tag__column-item a {
    padding: 0 1rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: normal;
  }
}
@media (any-hover: hover) {
  .c-tag__column-item a:hover {
    opacity: 0.6;
  }
}

.c-tag__column-item-deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.25rem;
}
.c-tag__column-item-deco span {
  border: 0.0625rem solid #fff;
  border-radius: 100vmax;
  padding: 0 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-tag__column-item-deco span {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.c-tag__column-s-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.25rem;
}
.c-tag__column-s-item a {
  border: 0.0625rem solid #495b4c;
  border-radius: 100vmax;
  padding: 0 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  color: #495b4c;
  font-family: "Roboto", sans-serif;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .c-tag__column-s-item a:hover {
    opacity: 0.6;
  }
}

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

.c-pagination__pagination-item {
  font-style: normal;
}

.c-pagination__pagination-list .page-numbers {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: 0.625rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: normal;
  color: rgba(33, 33, 33, 0.2);
  font-family: "Roboto", sans-serif;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}
@media (any-hover: hover) {
  .c-pagination__pagination-list .page-numbers:hover {
    opacity: 0.7;
  }
}

.c-pagination__pagination-list .page-numbers.first svg {
  position: relative;
  top: 0.125rem;
  width: 1.25rem;
  height: auto;
}

.c-pagination__pagination-list .page-numbers.last svg {
  position: relative;
  top: 0.125rem;
  width: 1.25rem;
  height: auto;
}

.c-pagination__pagination-list .page-numbers.current {
  color: #212121;
  cursor: default;
}

.c-pagination__pagination-list .page-numbers.dots {
  border: none;
}

.c-single__cont {
  max-width: 50rem;
  margin-inline: auto;
}
.c-single__cont .time {
  color: #111;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  margin-bottom: 1.25rem;
}
.c-single__cont .title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  margin-bottom: 1.875rem;
}
.c-single__cont .icatch {
  width: 100%;
  height: auto;
  margin-bottom: 1.875rem;
}
.c-single__cont img {
  width: 100%;
  height: 100%;
}
.c-single__cont iframe {
  width: 100%;
}
.c-single__cont video {
  width: 100%;
}
.c-single__cont hr {
  border-top: 0.0625rem solid;
}
.c-single__cont h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  padding: 0 1rem 0;
  border-left: 0.125rem solid #A49960;
  background: #e7e4d5;
}
@media screen and (max-width: 767px) {
  .c-single__cont h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
    padding: 0 0.75rem 0;
  }
}
.c-single__cont h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  padding: 0 1rem 0;
  border-left: 0.125rem solid #A49960;
  background: #e7e4d5;
}
@media screen and (max-width: 767px) {
  .c-single__cont h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
    padding: 0 0.75rem 0;
  }
}
.c-single__cont h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  padding: 0 1rem 0;
  border-left: 0.125rem solid #A49960;
  background: #e7e4d5;
}
@media screen and (max-width: 767px) {
  .c-single__cont h4 {
    padding: 0 0.75rem 0;
  }
}
.c-single__cont h5 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
  padding: 0 1rem 0;
  border-left: 0.125rem solid #A49960;
  background: #e7e4d5;
}
@media screen and (max-width: 767px) {
  .c-single__cont h5 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
    padding: 0 0.75rem 0;
  }
}
.c-single__cont h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  padding: 0 1rem 0;
  border-left: 0.125rem solid #A49960;
  background: #e7e4d5;
}
@media screen and (max-width: 767px) {
  .c-single__cont h6 {
    padding: 0 0.75rem 0;
  }
}
.c-single__cont p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
}
.c-single__cont a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
@media (any-hover: hover) {
  .c-single__cont a:hover {
    opacity: 0.6;
  }
}
.c-single__cont .image {
  width: 100%;
  height: auto;
}
.c-single__cont li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
}
.c-single__cont table {
  display: block;
  width: 100%;
  overflow-x: scroll;
}
.c-single__cont table tbody {
  display: block;
  margin-inline: auto;
  max-width: 100%;
}
.c-single__cont table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 0.0625rem solid #111;
}
.c-single__cont table tr:last-of-type {
  border-bottom: 0.0625rem solid #111;
}
.c-single__cont table th {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 0.875rem;
  background: rgba(5, 0, 249, 0.07);
}
@media screen and (max-width: 767px) {
  .c-single__cont table th {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: normal;
    padding-block: 0.625rem;
  }
}
.c-single__cont table td {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 0.875rem;
  background: rgba(5, 0, 249, 0.07);
}
@media screen and (max-width: 767px) {
  .c-single__cont table td {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    padding-block: 0.625rem;
  }
}
.c-single__cont h2 {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont h2 {
    margin-bottom: 1rem;
  }
}
.c-single__cont h3,
.c-single__cont h4 {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont h3,
  .c-single__cont h4 {
    margin-bottom: 1rem;
  }
}
.c-single__cont h5,
.c-single__cont h6 {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont h5,
  .c-single__cont h6 {
    margin-bottom: 1rem;
  }
}
.c-single__cont p + p {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont p + p {
    margin-top: 0.75rem;
  }
}
.c-single__cont figure {
  margin-block: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont figure {
    margin-block: 1.25rem;
  }
}
.c-single__cont figure:last-child {
  margin-block: 0;
}
.c-single__cont table {
  margin-block: 2.875rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont table {
    margin-block: 1.4375rem;
  }
}
.c-single__cont p + ul,
.c-single__cont p + ol,
.c-single__cont ul + p,
.c-single__cont ol + p,
.c-single__cont ul + ol,
.c-single__cont ol + ul {
  margin-top: 1.25rem;
}
.c-single__cont p + h2,
.c-single__cont ul + h2,
.c-single__cont ol + h2,
.c-single__cont figure + h2,
.c-single__cont table + h2 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont p + h2,
  .c-single__cont ul + h2,
  .c-single__cont ol + h2,
  .c-single__cont figure + h2,
  .c-single__cont table + h2 {
    margin-top: 0.75rem;
  }
}
.c-single__cont p + h3,
.c-single__cont ul + h3,
.c-single__cont ol + h3,
.c-single__cont figure + h3,
.c-single__cont table + h3 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont p + h3,
  .c-single__cont ul + h3,
  .c-single__cont ol + h3,
  .c-single__cont figure + h3,
  .c-single__cont table + h3 {
    margin-top: 0.75rem;
  }
}
.c-single__cont p + h4,
.c-single__cont ul + h4,
.c-single__cont ol + h4,
.c-single__cont figure + h4,
.c-single__cont table + h4 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont p + h4,
  .c-single__cont ul + h4,
  .c-single__cont ol + h4,
  .c-single__cont figure + h4,
  .c-single__cont table + h4 {
    margin-top: 0.75rem;
  }
}
.c-single__cont p + h5,
.c-single__cont ul + h5,
.c-single__cont ol + h5,
.c-single__cont figure + h5,
.c-single__cont table + h5 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont p + h5,
  .c-single__cont ul + h5,
  .c-single__cont ol + h5,
  .c-single__cont figure + h5,
  .c-single__cont table + h5 {
    margin-top: 0.75rem;
  }
}
.c-single__cont p + h6,
.c-single__cont ul + h6,
.c-single__cont ol + h6,
.c-single__cont figure + h6,
.c-single__cont table + h6 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont p + h6,
  .c-single__cont ul + h6,
  .c-single__cont ol + h6,
  .c-single__cont figure + h6,
  .c-single__cont table + h6 {
    margin-top: 0.75rem;
  }
}
.c-single__cont table + table {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont table + table {
    margin-top: 0.75rem;
  }
}

.c-blocks__slider {
  margin-block: 2.5rem;
}
.c-blocks__slider .splide__track {
  overflow: unset;
  clip-path: inset(0% -50vw 0% -1%);
}
@media screen and (max-width: 767px) {
  .c-blocks__slider .splide__track {
    clip-path: inset(0% -10% 0% 0%);
  }
}
.c-blocks__slider .c-blocks__splide-slide-img {
  width: 100%;
  height: auto;
  aspect-ratio: 335/209;
}
.c-blocks__slider .c-blocks__splide-slide-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-blocks__slider .splide__pagination {
  bottom: -2.25rem;
  left: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-blocks__slider .splide__pagination {
    bottom: -1.875rem;
  }
}
.c-blocks__slider .splide__pagination__page {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.5rem 0 0.5rem;
  background-color: rgba(33, 33, 33, 0.2);
}
@media screen and (max-width: 767px) {
  .c-blocks__slider .splide__pagination__page {
    margin: 0 0.375rem 0 0.375rem;
  }
}
.c-blocks__slider .splide__pagination__page.is-active {
  background: #BC7B12;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mouse-stalker-area {
  cursor: none;
}

#js-mouse {
  pointer-events: none;
  cursor: none;
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
  transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
}
#js-mouse span {
  opacity: 0;
  visibility: hidden;
}
#js-mouse.js-hover {
  -webkit-transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
  transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
  top: -2.1875rem;
  left: -2.1875rem;
  width: 3.75rem;
  height: 3.75rem;
}
@media screen and (max-width: 767px) {
  #js-mouse.js-hover {
    top: -1.875rem;
    left: -1.875rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
#js-mouse.js-hover span {
  opacity: 1;
  visibility: visible;
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.p-drawer__icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon {
    width: 1.5rem;
    height: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    justify-self: self-end;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
}

.p-drawer__icon-bar {
  width: 100%;
  height: 0.0625rem;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-drawer__icon.js-show .p-drawer__icon-bar:nth-of-type(1) {
  rotate: 30deg;
  translate: 0 0.5rem;
  background-color: #212121;
}
.p-drawer__icon.js-show .p-drawer__icon-bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon-bar:nth-of-type(3) {
  rotate: -30deg;
  translate: 0 -0.1875rem;
  background-color: #212121;
}

.p-drawer__icon.is-black .p-drawer__icon-bar {
  background-color: #212121;
}

.p-drawer {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    position: fixed;
    display: block;
    z-index: 101;
    top: 4.875rem;
    right: 0;
    width: 100%;
    height: 100svh;
    background: #F7F6F1;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-drawer.js-show {
    opacity: 1;
    visibility: visible;
  }
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 7.3125rem 0 4.25rem;
}

.p-drawer__list {
  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: 1.75rem;
}
.p-drawer__list li {
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-drawer__list li a {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .p-drawer__list li a:hover {
    opacity: 0.6;
  }
}

.p-drawer__btn-instagram {
  display: block;
  margin: 1.75rem auto 0;
  width: 1.5rem;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-drawer__btn-instagram:hover {
    opacity: 0.6;
  }
}

.p-drawer__btn-contact {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  padding: 0.8125rem 6.875rem 0.8125rem 9.0625rem;
  width: 100%;
  background: #bc7b12;
  border: 0.0625rem solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-drawer__btn-contact:hover {
    background: #fff;
    border: 0.0625rem solid #BC7B12;
  }
  .p-drawer__btn-contact:hover .p-drawer__btn-contact-txt {
    color: #bc7b12;
  }
  .p-drawer__btn-contact:hover .p-drawer__btn-contact-deco svg path {
    fill: #bc7b12;
  }
}

.p-drawer__btn-contact-deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: calc(50% - 0.0625rem);
  translate: 0 -50%;
  left: 6.5625rem;
  width: 1.5rem;
  height: 1.5rem;
}

.p-drawer__btn-contact-deco svg path {
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.p-drawer__btn-contact-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  color: #ffffff;
}

.p-header__logo {
  width: 8.6875rem;
  height: auto;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 8.5625rem;
  }
}
.p-header__logo.--front {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__logo.--front {
    display: block;
  }
}
.p-header__logo img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.6;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
.p-header__list li {
  list-style: none;
}
.p-header__list li a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-header__list li a.js-active {
  color: #000;
}
@media (any-hover: hover) {
  .p-header__list li a:hover {
    opacity: 0.6;
  }
}

.p-header__btn {
  position: relative;
  display: block;
  padding: 0.5rem 2.4375rem 0.4375rem 4.125rem;
  width: 12.875rem;
  background: #bc7b12;
  border: 0.0625rem solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-header__btn:hover {
    background: #fff;
    border: 0.0625rem solid #BC7B12;
  }
  .p-header__btn:hover .p-header__btn-txt {
    color: #bc7b12;
  }
  .p-header__btn:hover .p-header__btn-deco svg path {
    fill: #bc7b12;
  }
}

.p-header__btn-deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: calc(50% - 0.0625rem);
  translate: 0 -50%;
  left: 2.125rem;
  width: 1.5rem;
  height: 1.5rem;
}

.p-header__btn-deco svg path {
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.p-header__btn-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  color: #ffffff;
}

.p-footer__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__logo {
  width: 14.3125rem;
  height: auto;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin-inline: auto;
    width: 8.6875rem;
  }
}
@media (any-hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.6;
  }
}
.p-footer__logo img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__menu-nav {
    margin: 1.75rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.75rem;
  }
}

.p-footer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.75rem;
  }
}
.p-footer__menu-list li {
  list-style: none;
}
.p-footer__menu-list li a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-footer__menu-list li a.js-active {
  color: #000;
}
@media (any-hover: hover) {
  .p-footer__menu-list li a:hover {
    opacity: 0.6;
  }
}

.p-footer__btn {
  position: relative;
  display: block;
  padding: 0.5rem 2.4375rem 0.4375rem 4.125rem;
  width: 12.875rem;
  background: #bc7b12;
  border: 0.0625rem solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-footer__btn:hover {
    background: #fff;
    border: 0.0625rem solid #BC7B12;
  }
  .p-footer__btn:hover .p-footer__btn-txt {
    color: #bc7b12;
  }
  .p-footer__btn:hover .p-footer__btn-deco svg path {
    fill: #bc7b12;
  }
}

.p-footer__btn-deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: calc(50% - 0.0625rem);
  translate: 0 -50%;
  left: 2.125rem;
  width: 1.5rem;
  height: 1.5rem;
}

.p-footer__btn-deco svg path {
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.p-footer__btn-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  color: #ffffff;
}

.p-footer__privacy {
  margin: 1rem 0 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-footer__privacy {
    margin: 1.75rem auto 0;
  }
}
@media (any-hover: hover) {
  .p-footer__privacy:hover {
    opacity: 0.6;
  }
}

.p-footer__btn-instagram {
  display: block;
  margin: 1rem 0 0;
  width: 1.5rem;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-footer__btn-instagram {
    margin: 1.75rem auto 0;
  }
}
@media (any-hover: hover) {
  .p-footer__btn-instagram:hover {
    opacity: 0.6;
  }
}

.p-footer__copyright {
  margin: 2rem 0 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}

.p-privacy__cont {
  margin-inline: auto;
  max-width: 50rem;
  width: 100%;
}

.p-privacy__top-txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-privacy__top-txt {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.025em;
  }
}

.p-privacy__list {
  margin: 1.25rem 0 0;
}

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

.p-privacy__item:nth-child(n+2) {
  margin: 1.25rem 0 0;
}

.p-privacy__item-head {
  padding-left: 0.375rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  background: #e7e4d5;
  border-left: 0.125rem solid #a49960;
}
@media screen and (max-width: 767px) {
  .p-privacy__item-head {
    padding-left: 0.25rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

.p-privacy__item-body {
  margin: 1.25rem 0 0;
}
.p-privacy__item-body li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-privacy__item-body p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
}
.p-privacy__item-body p + p {
  margin: 1.25rem 0 0;
}
.p-privacy__item-body span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
}
.p-privacy__item-body a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  word-break: break-all;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-privacy__item-body a:hover {
    opacity: 0.7;
  }
}

.p-privacy__item-btn-top {
  margin: 5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-front__fv-slide-img {
  width: 100%;
  height: 45rem;
}
@media screen and (max-width: 767px) {
  .p-front__fv-slide-img {
    height: 37.5rem;
  }
}
.p-front__fv-slide-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front__fv-inner {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: min(78.5rem, 100%);
  height: 100%;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.p-front__fv-logo {
  position: absolute;
  top: 0.625rem;
  width: 8.6875rem;
  height: auto;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-front__fv-logo {
    display: none;
  }
}
.p-front__fv-logo.--front {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-front__fv-logo.--front {
    display: block;
  }
}
.p-front__fv-logo img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .p-front__fv-logo:hover {
    opacity: 0.6;
  }
}

.p-front__fv-txt-wrap {
  position: absolute;
  top: 27.4375rem;
  left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-front__fv-txt-wrap {
    top: 24.875rem;
  }
}

.p-front__fv-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-front__fv-ttl {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: normal;
  }
}

.p-front__fv-txt {
  margin: 0.75rem 0 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1388888889em;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-front__fv-txt {
    margin: 0.625rem 0 0;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.14em;
  }
}

.p-front__about-parallax {
  position: absolute;
}
.p-front__about-parallax img {
  width: 100%;
  height: calc(100% + 3.75rem);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-front__about-parallax img {
    height: calc(100% + 1.875rem);
  }
}

.p-front__about-parallax:nth-child(1) {
  overflow: hidden;
  top: 23.1875rem;
  left: 0;
  max-width: 34.4%;
  width: 100%;
  height: 28.5vw;
}
@media (min-width: 1440px) {
  .p-front__about-parallax:nth-child(1) {
    left: calc(50% - 45rem);
    width: 31rem;
    height: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-parallax:nth-child(1) {
    top: 7.125rem;
    left: 0;
    max-width: 100%;
    width: 12.5rem;
    height: 11.5rem;
  }
}

.p-front__about-parallax:nth-child(2) {
  overflow: hidden;
  top: 10.8125rem;
  right: 0;
  max-width: 27.2%;
  width: 100%;
  height: 36.8vw;
}
@media (min-width: 1440px) {
  .p-front__about-parallax:nth-child(2) {
    right: calc(50% - 45rem);
    width: 24.4375rem;
    height: 33.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-parallax:nth-child(2) {
    top: 65.375rem;
    left: 0;
    max-width: 100%;
    width: 13.1875rem;
    height: 17.75rem;
  }
}

.p-front__about-parallax:nth-child(3) {
  overflow: hidden;
  top: 52.8125rem;
  right: 0;
  max-width: 41.7%;
  width: 100%;
  height: 14.8vw;
}
@media (min-width: 1440px) {
  .p-front__about-parallax:nth-child(3) {
    right: calc(50% - 45rem);
    width: 37.5rem;
    height: 13.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front__about-parallax:nth-child(3) {
    top: 85.625rem;
    right: 0;
    max-width: 100%;
    width: 21.125rem;
    height: 7.5rem;
  }
}

.p-front__about-head {
  width: min(78.5rem, 100%);
  height: 100%;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.p-front__about-cont {
  margin: 4rem auto 0;
  width: min(78.5rem, 100%);
  height: 100%;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-front__about-cont {
    margin: 16.125rem auto 0;
  }
}

.p-front__about-txt-wrap {
  margin: 0 auto 0 29.25rem;
  width: 24.375rem;
}
@media screen and (max-width: 767px) {
  .p-front__about-txt-wrap {
    margin: 0;
    width: 100%;
  }
}

.p-front__about-txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}

.p-front__about-txt:nth-child(n+2) {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-front__about-txt:nth-child(n+2) {
    margin: 2.625rem 0 0;
  }
}

.p-front__service-cont {
  margin: -6.25rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 9.8125rem;
     -moz-column-gap: 9.8125rem;
          column-gap: 9.8125rem;
}
@media screen and (max-width: 767px) {
  .p-front__service-cont {
    margin: 0rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-front__service-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 21.4375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-front__service-img {
    margin: 0 auto 0;
    width: 11.1875rem;
  }
}
.p-front__service-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front__service-left-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 7.5rem;
     -moz-column-gap: 7.5rem;
          column-gap: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-front__service-left-wrap {
    margin: 0.75rem 0 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-front__service-txt {
  border: 0.0625rem solid #212121;
  padding: 0.4375rem 0.9375rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front__service-txt {
    padding: 0.1875rem 0.6875rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

.p-front__service-txt:nth-child(n+2) {
  margin: 0.75rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-front__service-btn {
    margin: 1rem 0 0;
  }
}

.p-front__loop-slide-img {
  aspect-ratio: 351/231;
}
@media screen and (max-width: 767px) {
  .p-front__loop-slide-img {
    aspect-ratio: 244/160;
  }
}
.p-front__loop-slide-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front__flow-head {
  margin: 1.875rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-front__flow-head {
    margin: 0rem 0 0;
  }
}

.p-front__flow-cont {
  position: relative;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-front__flow-cont {
    margin: 1.5rem 0 0;
  }
}

.p-front__flow-txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}

.p-front__flow-img {
  position: absolute;
  bottom: 0.8125rem;
  right: 0;
  width: 17.5625rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-front__flow-img {
    margin: 2rem 0 0;
    position: static;
    width: 100%;
  }
}
.p-front__flow-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front__flow-step-list {
  margin: 2.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-front__flow-step-list {
    margin: 2.625rem 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 2.625rem;
  }
}

.p-front__flow-step-item {
  list-style: none;
}

.p-front__flow-step-item:nth-child(2) {
  margin: 0 0 0 -2rem;
}
@media screen and (max-width: 767px) {
  .p-front__flow-step-item:nth-child(2) {
    margin: 0 0 0 -1rem;
  }
}

.p-front__flow-step-item:nth-child(3),
.p-front__flow-step-item:nth-child(4),
.p-front__flow-step-item:nth-child(5),
.p-front__flow-step-item:nth-child(6),
.p-front__flow-step-item:nth-child(7) {
  margin: 0 0 0 -2.125rem;
}

@media screen and (max-width: 767px) {
  .p-front__flow-step-item:nth-child(3),
  .p-front__flow-step-item:nth-child(4) {
    margin: 0 0 0 -1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-front__flow-step-item:nth-child(5) {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-front__flow-step-item:nth-child(6),
  .p-front__flow-step-item:nth-child(7) {
    margin: 0 0 0 -1rem;
  }
}

.p-front__flow-step-item:nth-child(8) {
  margin: 0 0 0 -2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-front__flow-step-item:nth-child(8) {
    margin: 0 0 0 -1.1875rem;
  }
}

.p-front__flow-step-item-wrap {
  position: relative;
}

.p-front__flow-step-item:nth-child(1) .p-front__flow-step-item-bg {
  width: 10.875rem;
  height: 8.5625rem;
  background: url(../img/front/front-flow-step-item1-bg@2x.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-front__flow-step-item:nth-child(1) .p-front__flow-step-item-bg {
    width: 5.75rem;
    height: 6.4375rem;
    background: url(../img/front/front-flow-step-item1-bg-sp@2x.png) no-repeat center center/contain;
  }
}

.p-front__flow-step-item:nth-child(2) .p-front__flow-step-item-bg {
  width: 11.5625rem;
  height: 8.5625rem;
  background: url(../img/front/front-flow-step-item2-bg@2x.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-front__flow-step-item:nth-child(2) .p-front__flow-step-item-bg {
    width: 6.375rem;
    height: 6.4375rem;
    background: url(../img/front/front-flow-step-item2-bg-sp@2x.png) no-repeat center center/contain;
  }
}

.p-front__flow-step-item:nth-child(3) .p-front__flow-step-item-bg {
  width: 11.5625rem;
  height: 8.5625rem;
  background: url(../img/front/front-flow-step-item3-bg@2x.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-front__flow-step-item:nth-child(3) .p-front__flow-step-item-bg {
    width: 6.5625rem;
    height: 6.4375rem;
    background: url(../img/front/front-flow-step-item3-bg-sp@2x.png) no-repeat center center/contain;
  }
}

.p-front__flow-step-item:nth-child(4) .p-front__flow-step-item-bg {
  width: 11.5625rem;
  height: 8.5625rem;
  background: url(../img/front/front-flow-step-item4-bg@2x.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-front__flow-step-item:nth-child(4) .p-front__flow-step-item-bg {
    width: 6.375rem;
    height: 6.4375rem;
    background: url(../img/front/front-flow-step-item4-bg-sp@2x.png) no-repeat center center/contain;
  }
}

.p-front__flow-step-item:nth-child(5) .p-front__flow-step-item-bg {
  width: 11.5625rem;
  height: 8.5625rem;
  background: url(../img/front/front-flow-step-item5-bg@2x.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-front__flow-step-item:nth-child(5) .p-front__flow-step-item-bg {
    width: 5.75rem;
    height: 6.4375rem;
    background: url(../img/front/front-flow-step-item5-bg-sp@2x.png) no-repeat center center/contain;
  }
}

.p-front__flow-step-item:nth-child(6) .p-front__flow-step-item-bg {
  width: 11.5625rem;
  height: 8.5625rem;
  background: url(../img/front/front-flow-step-item6-bg@2x.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-front__flow-step-item:nth-child(6) .p-front__flow-step-item-bg {
    width: 6.375rem;
    height: 6.4375rem;
    background: url(../img/front/front-flow-step-item6-bg-sp@2x.png) no-repeat center center/contain;
  }
}

.p-front__flow-step-item:nth-child(7) .p-front__flow-step-item-bg {
  width: 11.5625rem;
  height: 8.5625rem;
  background: url(../img/front/front-flow-step-item7-bg@2x.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-front__flow-step-item:nth-child(7) .p-front__flow-step-item-bg {
    width: 6.375rem;
    height: 6.4375rem;
    background: url(../img/front/front-flow-step-item7-bg-sp@2x.png) no-repeat center center/contain;
  }
}

.p-front__flow-step-item:nth-child(8) .p-front__flow-step-item-bg {
  width: 10.1875rem;
  height: 8.5625rem;
  background: url(../img/front/front-flow-step-item8-bg@2x.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-front__flow-step-item:nth-child(8) .p-front__flow-step-item-bg {
    width: 5.4375rem;
    height: 6.4375rem;
    background: url(../img/front/front-flow-step-item8-bg-sp@2x.png) no-repeat center center/contain;
  }
}

.p-front__flow-step-item-txt-wrap {
  position: absolute;
  z-index: 1;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  padding: 1.5rem 0 0 1.875rem;
  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: 0.75rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-front__flow-step-item-txt-wrap {
    padding: 1rem 0 0 1rem;
  }
}

.p-front__flow-step-item:nth-child(2) .p-front__flow-step-item-txt-wrap,
.p-front__flow-step-item:nth-child(3) .p-front__flow-step-item-txt-wrap,
.p-front__flow-step-item:nth-child(4) .p-front__flow-step-item-txt-wrap,
.p-front__flow-step-item:nth-child(5) .p-front__flow-step-item-txt-wrap,
.p-front__flow-step-item:nth-child(6) .p-front__flow-step-item-txt-wrap,
.p-front__flow-step-item:nth-child(7) .p-front__flow-step-item-txt-wrap {
  padding: 1.5rem 0 0 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-front__flow-step-item:nth-child(2) .p-front__flow-step-item-txt-wrap,
  .p-front__flow-step-item:nth-child(3) .p-front__flow-step-item-txt-wrap,
  .p-front__flow-step-item:nth-child(4) .p-front__flow-step-item-txt-wrap,
  .p-front__flow-step-item:nth-child(5) .p-front__flow-step-item-txt-wrap,
  .p-front__flow-step-item:nth-child(6) .p-front__flow-step-item-txt-wrap,
  .p-front__flow-step-item:nth-child(7) .p-front__flow-step-item-txt-wrap {
    padding: 1rem 0 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-front__flow-step-item:nth-child(2) .p-front__flow-step-item-txt-wrap,
  .p-front__flow-step-item:nth-child(4) .p-front__flow-step-item-txt-wrap {
    padding: 1rem 0 0 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-front__flow-step-item:nth-child(3) .p-front__flow-step-item-txt-wrap {
    padding: 1rem 0 0 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-front__flow-step-item:nth-child(6) .p-front__flow-step-item-txt-wrap {
    padding: 1rem 0 0 1.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-front__flow-step-item:nth-child(7) .p-front__flow-step-item-txt-wrap {
    padding: 1rem 0 0 1.3125rem;
  }
}

.p-front__flow-step-item:nth-child(8) .p-front__flow-step-item-txt-wrap {
  padding: 1.5rem 0 0 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-front__flow-step-item:nth-child(8) .p-front__flow-step-item-txt-wrap {
    padding: 1rem 0 0 1.75rem;
  }
}

.p-front__flow-step-item-number {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-front__flow-step-item-number {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-front__flow-step-item:nth-child(5) .p-front__flow-step-item-number,
.p-front__flow-step-item:nth-child(6) .p-front__flow-step-item-number,
.p-front__flow-step-item:nth-child(7) .p-front__flow-step-item-number,
.p-front__flow-step-item:nth-child(8) .p-front__flow-step-item-number {
  color: #ffffff;
}

.p-front__flow-step-item-ttl {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-front__flow-step-item-ttl {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

.p-front__flow-step-item:nth-child(5) .p-front__flow-step-item-ttl,
.p-front__flow-step-item:nth-child(6) .p-front__flow-step-item-ttl,
.p-front__flow-step-item:nth-child(7) .p-front__flow-step-item-ttl,
.p-front__flow-step-item:nth-child(8) .p-front__flow-step-item-ttl {
  color: #ffffff;
}

.p-front__who-cont {
  position: relative;
  max-width: 72rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.p-front__who-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 39.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-front__who-img {
    display: none;
  }
}
.p-front__who-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front__who-img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-front__who-img-sp {
    margin: 2rem 0 0;
    display: block;
    width: 100%;
    height: auto;
  }
}
.p-front__who-img-sp img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front__who-txt-wrap {
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-front__who-txt-wrap {
    margin: 0rem 0 0;
  }
}

.p-front__who-txt {
  margin: 4rem 0 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-front__who-txt {
    margin: 2rem 0 0;
  }
}

.p-front__who-more-txt {
  margin: 2rem 0 0;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: center;
  border-radius: 0.3125rem 0.3125rem 0 0;
  background: #DCD7C1;
}
@media screen and (max-width: 767px) {
  .p-front__who-more-txt {
    margin: 1.5rem 0 0;
    border-radius: 0.1875rem 0.1875rem 0 0;
  }
}

.p-front__who-more-list {
  padding: 1rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  background: #F7F6F1;
}
@media screen and (max-width: 767px) {
  .p-front__who-more-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.875rem 1.25rem 1rem 0rem;
    row-gap: 0.625rem;
  }
}

.p-front__who-more-item {
  list-style: none;
}

.p-front__who-more-link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.p-front__who-more-link::before {
  content: "";
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: #354835;
}
@media screen and (max-width: 767px) {
  .p-front__who-more-link::before {
    bottom: -0.3125rem;
  }
}
@media (any-hover: hover) {
  .p-front__who-more-link:hover {
    opacity: 0.6;
  }
}

.p-front__who-more-link-txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}

.p-front__who-more-link-deco {
  position: relative;
  top: 0.125rem;
  width: 1.25rem;
  height: auto;
}

.p-front__who-btn {
  margin: 2.25rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-front__who-btn {
    margin: 3.25rem auto 0;
  }
}

.p-front__works-slider {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-front__works-slider {
    margin: 2.625rem 0 0;
  }
}

.p-front__works-btn {
  margin: 2.5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-front__works-btn {
    margin: 1rem auto 0;
  }
}

.p-front__column-slider {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-front__column-slider {
    margin: 2.625rem 0 0;
  }
}
.p-front__column-slider .p-front__column-splide-track {
  overflow: visible;
  clip-path: inset(0% -50vw 0% -2%);
}
.p-front__column-slider .p-front__column-splide-slide {
  list-style: none;
}
.p-front__column-slider .p-front__column-splide-slide-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (any-hover: hover) and (any-hover: hover) {
  .p-front__column-slider .p-front__column-splide-slide-link:hover .p-front__column-splide-slide-overlay {
    opacity: 1;
    visibility: visible;
  }
  .p-front__column-slider .p-front__column-splide-slide-link:hover .p-front__column-splide-slide-ttl {
    opacity: 0.6;
  }
  .p-front__column-slider .p-front__column-splide-slide-link:hover .p-front__column-splide-slide-txt {
    opacity: 0.6;
  }
  .p-front__column-slider .p-front__column-splide-slide-link:hover .p-front__column-splide-slide-arrow {
    translate: 1.25rem 0;
    opacity: 0.6;
  }
}
@media screen and (any-hover: hover) and (any-hover: hover) and (max-width: 767px) {
  .p-front__column-slider .p-front__column-splide-slide-link:hover .p-front__column-splide-slide-arrow {
    translate: 0.625rem 0;
  }
}
.p-front__column-slider .p-front__column-splide-slide-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 384/253;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-front__column-slider .p-front__column-splide-slide-img {
    aspect-ratio: 335/220;
  }
}
.p-front__column-slider .p-front__column-splide-slide-img img {
  border-radius: 0.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-front__column-slider .p-front__column-splide-slide-img img {
    border-radius: 0.1875rem;
  }
}
.p-front__column-slider .p-front__column-splide-slide-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  background-color: rgba(33, 33, 33, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-front__column-slider .p-front__column-splide-slide-overlay {
    border-radius: 0.1875rem;
  }
}
.p-front__column-slider .p-front__column-splide-slide-tag-list {
  position: absolute;
  z-index: 2;
  top: 0.625rem;
  left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-front__column-slider .p-front__column-splide-slide-tag-list {
    top: 0.625rem;
    left: 0.625rem;
  }
}
.p-front__column-slider .p-front__column-splide-slide-body {
  margin: 1.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-front__column-slider .p-front__column-splide-slide-body {
    margin: 1.125rem 0 0;
  }
}
.p-front__column-slider .p-front__column-splide-slide-ttl {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .p-front__column-slider .p-front__column-splide-slide-ttl {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
  }
}
.p-front__column-slider .p-front__column-splide-slide-txt {
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-front__column-slider .p-front__column-splide-slide-txt {
    margin: 2.5rem 0 0;
  }
}
.p-front__column-slider .p-front__column-splide-slide-arrow {
  margin: 1rem 1.5rem 0 auto;
  width: 2rem;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-front__column-btn {
  margin: 2.5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-company__philosophy-top {
  margin-inline: auto;
  max-width: 50rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-top {
    padding-inline: 1.25rem;
  }
}

.p-company__philosophy-ttl {
  margin: 4rem 0 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  color: #495b4c;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-ttl {
    margin: 2.625rem 0 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

.p-company__philosophy-img {
  margin: 4rem auto 0;
  width: 24rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-img {
    margin: 2.625rem auto 0;
    width: 15.9375rem;
  }
}
.p-company__philosophy-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__philosophy-txt {
  margin: 4rem auto 0;
  max-width: 50rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-txt {
    margin: 2.625rem auto 0;
    padding-inline: 1.25rem;
  }
}

.p-company__info-list {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__info-list {
    margin: 2.625rem 0 0;
  }
}

.p-company__info-item {
  list-style: none;
  padding-block: 1.9375rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-company__info-item {
    padding-block: 1.4375rem;
  }
}
.p-company__info-item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-company__info-item li {
    -webkit-column-gap: 0.125rem;
       -moz-column-gap: 0.125rem;
            column-gap: 0.125rem;
  }
}
.p-company__info-item .p-company__info-item-circle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  color: #111;
}

.p-company__info-item:last-child {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
}

.p-company__info-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6.5rem;
     -moz-column-gap: 6.5rem;
          column-gap: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__info-item-wrap {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.p-company__info-item-head {
  min-width: 5.875rem;
  padding-left: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-company__info-item-head {
    min-width: 4.875rem;
    padding-left: 0rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

.p-company__info-item-txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-company__info-item-txt {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

.p-company__info-btn-top {
  margin: 5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-company__info-btn-top {
    margin: 3.5rem auto 0;
  }
}

.p-contact__top-txt {
  max-width: 35rem;
  margin-inline: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}

.p-contact__form {
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin: 3.5rem 0 0;
  }
}

.p-contact__data {
  width: 100%;
}

.p-contact__row {
  display: grid;
  grid-template-columns: 11rem 1fr;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 1rem;
  }
}

.p-contact__row:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-contact__row:nth-child(5) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-contact__row:nth-child(2) {
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact__row:nth-child(2) {
    margin: 2rem 0 0;
  }
}

.p-contact__row:nth-child(n+3) {
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact__row:nth-child(n+3) {
    margin: 3.75rem 0 0;
  }
}

.p-contact__head {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact__head .must {
  position: relative;
  display: inline-block;
}
.p-contact__head .must::after {
  content: "必須";
  position: absolute;
  top: calc(50% + 0.0625rem);
  translate: 0 -50%;
  left: calc(100% + 0.3125rem);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  padding: 0rem 0.25rem 0rem 0.25rem;
  border-radius: 0.3125rem;
  background: #f2c173;
  white-space: nowrap;
}

input[type=text],
input[type=date],
input[type=email],
input[type=tel],
select,
textarea {
  background: transparent;
  border-radius: 0.3125rem;
  width: 100%;
  border: 0.0625rem solid #354835;
  padding: 0.875rem 0.625rem 0.875rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=date],
  input[type=email],
  input[type=tel],
  select,
  textarea {
    padding: 0.875rem 0.625rem 0.875rem 0.75rem;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c6c5c1;
}
input[type=text]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #c6c5c1;
}
input[type=text]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #c6c5c1;
}
input[type=text]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #c6c5c1;
}
input[type=text]::placeholder,
input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #c6c5c1;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  background: #E7E4D5;
  outline: 0.0625rem solid #354835;
}

textarea {
  height: 20.125rem;
  resize: vertical;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-spinner {
  display: none;
}

/* 送信完了メッセージ */
.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 0.375rem);
  left: 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  color: #BC1212;
  font-family: "Noto Sans JP", sans-serif;
}

.wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -1.75rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/contact/contact-error-icon.svg) no-repeat center center/cover;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::before {
  background-color: #000;
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.wpcf7-form-control.wpcf7-checkbox {
  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: 1rem;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 2rem;
}

.p-contact__data-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.0625rem solid #000;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.p-contact__data-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0.5625rem;
  width: 0.375rem;
  height: 0.875rem;
  rotate: 45deg;
  border-right: 0.1875rem solid #fff;
  border-bottom: 0.1875rem solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox .wpcf7-list-item-label::after {
    top: 0.375rem;
    width: 0.5rem;
    height: 0.9375rem;
    border-right: 0.1875rem solid #fff;
    border-bottom: 0.1875rem solid #fff;
  }
}

.p-contact__acceptance {
  position: relative;
}

.p-contact__data-checkbox-link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-contact__data-checkbox-link:hover {
    opacity: 0.6;
  }
}

.p-contact__data-checkbox-acceptance {
  position: relative;
  margin: 4.375rem auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox-acceptance {
    margin: 3.5rem 0 0;
  }
}
.p-contact__data-checkbox-acceptance .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 0.375rem);
  left: 21.75rem;
  translate: -50%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  color: #BC1212;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox-acceptance .wpcf7-not-valid-tip {
    left: 3.125rem;
    translate: initial;
  }
}
.p-contact__data-checkbox-acceptance .wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -1.75rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/contact/contact-error-icon.svg) no-repeat center center/cover;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  position: relative;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 2rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}

.p-contact__data-checkbox-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.0625rem solid #000;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.p-contact__data-checkbox-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.5625rem;
  width: 0.375rem;
  height: 0.875rem;
  rotate: 45deg;
  border-right: 0.1875rem solid #fff;
  border-bottom: 0.1875rem solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox-acceptance .wpcf7-list-item-label::after {
    top: 0.25rem;
    width: 0.5rem;
    height: 0.9375rem;
    border-right: 0.1875rem solid #fff;
    border-bottom: 0.1875rem solid #fff;
  }
}

input[type=submit],
input[type=button] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  border: 0.0625rem solid transparent;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__btn {
  position: relative;
  margin: 4.25rem auto 0;
  width: 12.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    margin: 3.125rem auto 0;
  }
}
@media (any-hover: hover) {
  .p-contact__btn:hover input[type=submit],
  .p-contact__btn:hover input[type=button] {
    color: #bc7b12;
    border: 0.0625rem solid #BC7B12;
  }
  .p-contact__btn:hover .p-contact__btn-txt {
    background: #fff;
  }
  .p-contact__btn:hover .p-contact__btn-deco svg path {
    fill: #bc7b12;
  }
}

.p-contact__btn-txt {
  display: block;
  padding: 0.4375rem 3.5rem 0.4375rem 5.1875rem;
  width: 12.75rem;
  border: none;
  background: #bc7b12;
  border: 0.0625rem solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-contact__btn-deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: calc(50% + 0.0625rem);
  translate: 0 -50%;
  left: 3.125rem;
  width: 1.5rem;
  height: 1.5rem;
}

.p-contact__btn-deco svg path {
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.p-contact__btn-top {
  margin: 5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-contact__btn-top {
    margin: 3.5rem auto 0;
  }
}

.p-contact-thanks__cont {
  max-width: 50rem;
  width: 100%;
  margin-inline: auto;
}

.p-contact-thanks__img {
  margin: 0 auto 0;
  width: 15rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__img {
    width: 11.9375rem;
  }
}
.p-contact-thanks__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-contact-thanks__ttl {
  margin: 4rem 0 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__ttl {
    margin: 2.625rem 0 0;
  }
}

.p-contact-thanks__txt {
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__txt {
    margin: 0.75rem 0 0;
    text-align: left;
  }
}

.p-contact-thanks__btn-top {
  margin: 5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__btn-top {
    margin: 3.5rem auto 0;
  }
}

.p-recruit-confirm__top-step-txt {
  margin: 80px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
  text-align: center;
}

.p-recruit-confirm__item-head-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.95px;
}

.p-recruit-confirm__item-data-txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.76px;
}

.p-recruit-confirm__btn {
  position: relative;
  display: inline-block;
  padding: 2px; /* 枠線の太さ */
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#03649c), to(#88bf25));
  background: linear-gradient(to right, #03649c, #88bf25);
  position: relative;
  overflow: hidden;
}
.p-recruit-confirm__btn:hover .p-recruit-confirm__btn-txt {
  background: #fff;
  color: #333;
}

.p-recruit-confirm__btn-txt {
  display: block;
  width: 320px;
  padding: 16px 56px 16px 56px;
  border: none;
  border-radius: 50px;
  background: transparent;
  -webkit-transition: all 0.3s, color 0.3s ease-out;
  transition: all 0.3s, color 0.3s ease-out;
}

.p-recruit-confirm__btn-arrow {
  position: absolute;
  top: 50%;
  right: 45px;
  translate: 0 -50%;
  z-index: 2;
  width: 24px;
  height: 24px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.p-recruit-interview__item-link {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 12px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  list-style: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-recruit-interview__item-link:hover {
    opacity: 0.7;
  }
}

.p-recruit-interview__item-img {
  position: relative;
}

.p-recruit-interview__finish-en {
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
  line-height: normal;
  color: #fff;
}

.p-recruit-interview__finish-jp {
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
  line-height: normal;
  color: #fff;
}

.p-recruit-interview__item-message {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding-inline: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.1px;
  color: #0075c1;
}

.p-recruit-interview__item-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
  color: #333;
}

.p-recruit-interview__item-department {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.96px;
  color: #333;
}

.p-recruit-interview__pagination {
  margin: 60px 0 0;
}

.p-works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-works__list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}

.p-works__item {
  list-style: none;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}

.p-works__item:nth-child(n+4) {
  margin: 3.5rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-works__item:nth-child(n+3) {
    margin: 2.5rem 0 0;
  }
}

.p-works__item-link {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
@media (any-hover: hover) {
  .p-works__item-link:hover .p-works__item-overlay {
    opacity: 1;
    visibility: visible;
  }
  .p-works__item-link:hover .p-works__item-ttl {
    opacity: 0.6;
  }
}

.p-works__item-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 384/490;
}
@media screen and (max-width: 767px) {
  .p-works__item-img {
    aspect-ratio: 160/204;
  }
}
.p-works__item-img img {
  border-radius: 0.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-works__item-img img {
    border-radius: 0.1875rem;
  }
}

.p-works__item-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  background-color: rgba(33, 33, 33, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-works__item-overlay {
    border-radius: 0.1875rem;
  }
}

.p-works__item-overlay-body {
  position: relative;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.0625rem;
     -moz-column-gap: 1.0625rem;
          column-gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-works__item-overlay-body {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}

.p-works__item-overlay-txt {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-works__item-overlay-txt {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

.p-works__item-overlay-arrow {
  width: 1.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-works__item-overlay-arrow {
    width: 1.25rem;
  }
}

.p-works__item-ttl {
  margin: 1.5rem 0 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-works__item-ttl {
    margin: 0.75rem 0 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

.p-works__pagination {
  margin: 3.625rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-works__pagination {
    margin: 2.625rem 0 0;
  }
}

.p-works__btn-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-works__btn-top {
    margin: 3.5rem auto 0;
  }
}

.p-works-s__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-works-s__ttl {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

.p-works-s__img {
  margin: 1rem 0 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-works-s__img {
    margin: 0.75rem 0 0;
  }
}
.p-works-s__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-works-s__flex {
  margin: 1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-works-s__flex {
    margin: 0.75rem 0 0;
  }
}

.p-works-s__tag-list {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-works-s__tag-list {
    width: 100%;
  }
}

.p-works-s__sub-ttl {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-works-s__sub-ttl {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

.p-works-s__cont {
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-works-s__cont {
    margin: 0.75rem 0 0;
  }
}

.p-works-s__btn {
  position: relative;
  margin: 6.625rem auto 0;
  display: block;
  width: 14.875rem;
  background: #354835;
  border: 0.0625rem solid transparent;
  padding: 0.5rem 5.625rem 0.5rem 4rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-works-s__btn {
    margin: 4.875rem auto 0;
  }
}
@media (any-hover: hover) {
  .p-works-s__btn:hover {
    background: #fff;
    border: 0.0625rem solid #354835;
    color: #354835;
  }
  .p-works-s__btn:hover .p-works-s__btn-icon svg path {
    fill: #354835;
  }
}

.p-works-s__btn-icon {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 3.5rem;
}
.p-works-s__btn-icon svg {
  width: 0.875rem;
  height: auto;
}

.p-works-s__btn-icon svg path {
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.p-works-s__btn-top {
  margin: 5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-works-s__btn-top {
    margin: 3.5rem auto 0;
  }
}

.p-column__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-column__list {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}

.p-column__item {
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}

.p-column__item:nth-child(n+4) {
  margin: 3.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-column__item:nth-child(n+4) {
    margin: 0rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-column__item:nth-child(n+3) {
    margin: 0rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-column__item:nth-child(n+2) {
    margin: 2.5rem 0 0;
  }
}

.p-column__item-link {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
@media (any-hover: hover) {
  .p-column__item-link:hover .p-column__item-overlay {
    opacity: 1;
    visibility: visible;
  }
  .p-column__item-link:hover .p-column__item-ttl {
    opacity: 0.6;
  }
  .p-column__item-link:hover .p-column__item-txt {
    opacity: 0.6;
  }
  .p-column__item-link:hover .p-column__item-arrow {
    translate: 1.25rem 0;
    opacity: 0.6;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .p-column__item-link:hover .p-column__item-arrow {
    translate: 0.625rem 0;
  }
}

.p-column__item-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 384/253;
}
@media screen and (max-width: 767px) {
  .p-column__item-img {
    aspect-ratio: 335/220;
  }
}
.p-column__item-img img {
  border-radius: 0.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-column__item-img img {
    border-radius: 0.1875rem;
  }
}

.p-column__item-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  background-color: rgba(33, 33, 33, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-column__item-overlay {
    border-radius: 0.1875rem;
  }
}

.p-column__tag-card-list {
  position: absolute;
  z-index: 2;
  top: 0.625rem;
  left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-column__tag-card-list {
    top: 0.625rem;
    left: 0.625rem;
  }
}

.p-column__item-ttl {
  margin: 1.5rem 0 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .p-column__item-ttl {
    margin: 1.125rem 0 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

.p-column__item-txt {
  margin: 3.125rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .p-column__item-txt {
    margin: 2.5rem 0 0;
  }
}

.p-column__item-arrow {
  margin: 1rem 1.5rem 0 auto;
  width: 2rem;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-column__pagination {
  margin: 4.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-column__pagination {
    margin: 2.625rem 0 0;
  }
}

.p-works__btn-top {
  margin: 2.5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-works__btn-top {
    margin: 1.125rem auto 0;
  }
}

.p-column-s__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-column-s__ttl {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

.p-column-s__img {
  margin: 1rem 0 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-column-s__img {
    margin: 0.75rem 0 0;
  }
}
.p-column-s__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-column-s__tag-list {
  margin: 1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0 0;
}

.p-column-s__cont {
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-column-s__cont {
    margin: 0.75rem 0 0;
  }
}

.p-column-s__btn {
  position: relative;
  margin: 6.625rem auto 0;
  display: block;
  width: 14.875rem;
  background: #354835;
  border: 0.0625rem solid transparent;
  padding: 0.5rem 5.625rem 0.5rem 4rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-column-s__btn {
    margin: 4.875rem auto 0;
  }
}
@media (any-hover: hover) {
  .p-column-s__btn:hover {
    background: #fff;
    border: 0.0625rem solid #354835;
    color: #354835;
  }
  .p-column-s__btn:hover .p-column-s__btn-icon svg path {
    fill: #354835;
  }
}

.p-column-s__btn-icon {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 3.5rem;
}
.p-column-s__btn-icon svg {
  width: 0.875rem;
  height: auto;
}

.p-column-s__btn-icon svg path {
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.p-column-s__btn-top {
  margin: 5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-column-s__btn-top {
    margin: 3.5rem auto 0;
  }
}

.p-service__intro-top-list {
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service__intro-top-list {
    margin: 1.5rem 0 0;
  }
}

.p-service__intro-top-item {
  padding-block: 1.1875rem;
  list-style: none;
  border-top: 0.0625rem solid rgba(33, 33, 33, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service__intro-top-item {
    row-gap: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-service__intro-top-item:last-child {
  border-bottom: 0.0625rem solid rgba(33, 33, 33, 0.2);
}

.p-service__intro-top-item-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-service__intro-top-item-ttl {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

.p-service__intro-top-item-txt {
  margin: 2rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-service__intro-top-item-txt {
    margin: 1.5rem 0 0;
  }
}

.p-service__intro-top-item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 37rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-service__intro-top-item-img {
    width: 100%;
  }
}
.p-service__intro-top-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__intro-bottom-slider {
  margin: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service__intro-bottom-slider {
    margin: 7rem 0 0;
  }
}
.p-service__intro-bottom-slider .p-service__intro-bottom-splide-track {
  overflow: visible;
}
.p-service__intro-bottom-slider .p-service__intro-bottom-splide-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service__intro-bottom-slider .p-service__intro-bottom-splide-list {
    -webkit-column-gap: initial;
       -moz-column-gap: initial;
            column-gap: initial;
  }
}
.p-service__intro-bottom-slider .p-service__intro-bottom-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .p-service__intro-bottom-slider .p-service__intro-bottom-slide {
    width: 100%;
  }
}
.p-service__intro-bottom-slider .p-service__intro-bottom-slide-ttl {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__intro-bottom-slider .p-service__intro-bottom-slide-ttl {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: normal;
  }
}
.p-service__intro-bottom-slider .p-service__intro-bottom-slide-img {
  margin: 0.75rem auto 0;
  width: 24rem;
  height: auto;
  aspect-ratio: 384/212;
}
@media screen and (max-width: 767px) {
  .p-service__intro-bottom-slider .p-service__intro-bottom-slide-img {
    width: 100%;
  }
}
.p-service__intro-bottom-slider .p-service__intro-bottom-slide-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service__intro-bottom-slider .p-service__intro-bottom-slide-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0.75rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
.p-service__intro-bottom-slider .p-service__intro-bottom-slide-link {
  position: relative;
  margin: 0.75rem 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.p-service__intro-bottom-slider .p-service__intro-bottom-slide-link::before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: #354835;
}
.p-service__intro-bottom-slider .p-service__intro-bottom-slide-link-txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
.p-service__intro-bottom-slider .p-service__intro-bottom-slide-link-deco {
  position: relative;
  top: 0.125rem;
  width: 1.25rem;
  height: auto;
}
.p-service__intro-bottom-slider .splide__arrow {
  background: transparent;
  opacity: 1;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-service__intro-bottom-slider .splide__arrow {
    display: block;
  }
}
.p-service__intro-bottom-slider .splide__arrow svg {
  width: 3.125rem;
  height: auto;
}
.p-service__intro-bottom-slider .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.p-service__intro-bottom-slider .p-service__intro-bottom-splide-arrow-prev,
.p-service__intro-bottom-slider .p-service__intro-bottom-splide-arrow-next {
  top: calc(50% + 0.875rem);
  translate: 0 -50%;
}
.p-service__intro-bottom-slider .p-service__intro-bottom-splide-arrow-prev {
  left: -1.25rem;
}
.p-service__intro-bottom-slider .p-service__intro-bottom-splide-arrow-next {
  right: -0.1875rem;
}

.p-service__flow-txt {
  margin: 2rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-service__flow-txt {
    margin: 1.5rem 0 0;
  }
}

.p-service__flow-cont {
  position: relative;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service__flow-cont {
    margin: 1.5rem 0 0;
  }
}

.p-service__flow-deco {
  position: absolute;
  height: auto;
}
.p-service__flow-deco img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__flow-deco:nth-child(1) {
  top: 3.75rem;
  right: 0;
  width: 21.125rem;
}

.p-service__flow-deco:nth-child(2) {
  top: 32.8125rem;
  right: 0;
  width: 21.125rem;
}

.p-service__flow-deco:nth-child(3) {
  top: 54.1875rem;
  right: 0;
  width: 15.9375rem;
}

.p-service__flow-deco:nth-child(4) {
  top: 69.8125rem;
  right: 0;
  width: 21.125rem;
}

@media screen and (max-width: 767px) {
  .p-service__flow-deco:nth-child(1),
  .p-service__flow-deco:nth-child(2),
  .p-service__flow-deco:nth-child(3),
  .p-service__flow-deco:nth-child(4) {
    display: none;
  }
}

.p-service__flow-deco:nth-child(5) {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-service__flow-deco:nth-child(5) {
    top: calc(100% + 1.5rem);
    display: block;
    width: 20.9375rem;
  }
}

.p-service__flow-item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service__flow-item {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.p-service__flow-item-left {
  position: relative;
}

.p-service__flow-item-left-bg {
  width: 11rem;
  height: 10.625rem;
}
@media screen and (max-width: 767px) {
  .p-service__flow-item-left-bg {
    width: 4.5rem;
    height: 11.125rem;
  }
}

.p-service__flow-item:nth-child(1) .p-service__flow-item-left-bg {
  background: url(../img/service/service-flow-item1-bg@2x.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-service__flow-item:nth-child(1) .p-service__flow-item-left-bg {
    background: url(../img/service/service-flow-item1-bg-sp@2x.png) no-repeat center center/contain;
  }
}

.p-service__flow-item:nth-child(2) .p-service__flow-item-left-bg {
  background: url(../img/service/service-flow-item2-bg@2x.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-service__flow-item:nth-child(2) .p-service__flow-item-left-bg {
    height: 12.125rem;
    background: url(../img/service/service-flow-item2-bg-sp@2x.png) no-repeat center center/contain;
  }
}

.p-service__flow-item:nth-child(3) .p-service__flow-item-left-bg {
  background: url(../img/service/service-flow-item3-bg@2x.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-service__flow-item:nth-child(3) .p-service__flow-item-left-bg {
    height: 12.125rem;
    background: url(../img/service/service-flow-item3-bg-sp@2x.png) no-repeat center center/contain;
  }
}

.p-service__flow-item:nth-child(4) .p-service__flow-item-left-bg {
  background: url(../img/service/service-flow-item4-bg@2x.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-service__flow-item:nth-child(4) .p-service__flow-item-left-bg {
    background: url(../img/service/service-flow-item4-bg-sp@2x.png) no-repeat center center/contain;
  }
}

.p-service__flow-item:nth-child(5) .p-service__flow-item-left-bg {
  background: url(../img/service/service-flow-item5-bg@2x.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-service__flow-item:nth-child(5) .p-service__flow-item-left-bg {
    background: url(../img/service/service-flow-item5-bg-sp@2x.png) no-repeat center center/contain;
  }
}

.p-service__flow-item:nth-child(6) .p-service__flow-item-left-bg {
  background: url(../img/service/service-flow-item6-bg@2x.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-service__flow-item:nth-child(6) .p-service__flow-item-left-bg {
    background: url(../img/service/service-flow-item6-bg-sp@2x.png) no-repeat center center/contain;
  }
}

.p-service__flow-item:nth-child(7) .p-service__flow-item-left-bg {
  background: url(../img/service/service-flow-item7-bg@2x.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-service__flow-item:nth-child(7) .p-service__flow-item-left-bg {
    height: 12.125rem;
    background: url(../img/service/service-flow-item7-bg-sp@2x.png) no-repeat center center/contain;
  }
}

.p-service__flow-item:nth-child(8) .p-service__flow-item-left-bg {
  height: 8.5625rem;
  background: url(../img/service/service-flow-item8-bg@2x.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-service__flow-item:nth-child(8) .p-service__flow-item-left-bg {
    height: 9.3125rem;
    background: url(../img/service/service-flow-item8-bg-sp@2x.png) no-repeat center center/contain;
  }
}

.p-service__flow-item-left-txt-wrap {
  position: absolute;
  z-index: 1;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  padding: 1.5rem 0 0;
  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: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__flow-item-left-txt-wrap {
    padding: 4rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-service__flow-item:nth-child(2) .p-service__flow-item-left-txt-wrap,
  .p-service__flow-item:nth-child(3) .p-service__flow-item-left-txt-wrap,
  .p-service__flow-item:nth-child(6) .p-service__flow-item-left-txt-wrap,
  .p-service__flow-item:nth-child(7) .p-service__flow-item-left-txt-wrap {
    padding: 4.5rem 0 0;
  }
}

.p-service__flow-item-left-number {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  font-family: "Roboto", sans-serif;
}

.p-service__flow-item:nth-child(5) .p-service__flow-item-left-number,
.p-service__flow-item:nth-child(6) .p-service__flow-item-left-number,
.p-service__flow-item:nth-child(7) .p-service__flow-item-left-number,
.p-service__flow-item:nth-child(8) .p-service__flow-item-left-number {
  color: #ffffff;
}

.p-service__flow-item-left-ttl {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-service__flow-item-left-ttl {
    display: none;
  }
}

.p-service__flow-item:nth-child(5) .p-service__flow-item-left-ttl,
.p-service__flow-item:nth-child(6) .p-service__flow-item-left-ttl,
.p-service__flow-item:nth-child(7) .p-service__flow-item-left-ttl,
.p-service__flow-item:nth-child(8) .p-service__flow-item-left-ttl {
  color: #ffffff;
}

.p-service__flow-item-right-ttl {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-service__flow-item-right-ttl {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: normal;
    font-family: "Noto Sans JP", sans-serif;
  }
}

.p-service__flow-item-right-txt {
  margin: 1.875rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-service__flow-item-right-txt {
    margin: 0.25rem 0 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

.p-service__works-slider {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service__works-slider {
    margin: 2.625rem 0 0;
  }
}

.p-service__btn-detail {
  margin: 2.5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-service__btn-detail {
    margin: 1rem auto 0;
  }
}

.p-service__btn-top {
  margin: 8.25rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-service__btn-top {
    margin: 3.5rem auto 0;
  }
}

.p-404__txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__txt {
    text-align: left;
  }
}

.p-404__btn-top {
  margin: 5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-404__btn-top {
    margin: 3.5rem auto 0;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}/*# sourceMappingURL=style.css.map */