*,
*::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;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

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

body {
  color: #313131;
  font-family: "Hiragino UD Sans StdN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 400;
}

.bg {
  background: #ffffff;
  height: 100vh;
}

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

picture,
img {
  display: block;
}

a,
span {
  display: inline-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-main {
  min-height: 100vh;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 62.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.c-fixed {
  overflow-y: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.c-fixed__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  pointer-events: none;
}
.c-fixed__overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-animated__blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.8s ease, -webkit-filter 1.5s ease-in-out;
  transition: opacity 0.8s ease, -webkit-filter 1.5s ease-in-out;
  transition: opacity 0.8s ease, filter 1.5s ease-in-out;
  transition: opacity 0.8s ease, filter 1.5s ease-in-out, -webkit-filter 1.5s ease-in-out;
}
.c-animated__blur.js-show {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.c-animated__fadeIn,
.c-animated__fadeIn-d {
  opacity: 0;
  translate: 0 20px;
  -webkit-transition: opacity 0.8s ease, translate 0.8s ease;
  transition: opacity 0.8s ease, translate 0.8s ease;
}
.c-animated__fadeIn.js-show,
.c-animated__fadeIn-d.js-show {
  opacity: 1;
  translate: 0 0;
}

.c-animated__fadeIn-l {
  opacity: 0;
  translate: -40px;
  -webkit-transition: opacity 0.8s ease, translate 0.8s ease;
  transition: opacity 0.8s ease, translate 0.8s ease;
}
.c-animated__fadeIn-l.js-show {
  opacity: 1;
  translate: 0 0;
}

.c-animated__fadeIn-r {
  opacity: 0;
  translate: 40px;
  -webkit-transition: opacity 0.8s ease, translate 0.8s ease;
  transition: opacity 0.8s ease, translate 0.8s ease;
}
.c-animated__fadeIn-r.js-show {
  opacity: 1;
  translate: 0 0;
}

.c-animated__clipView {
  clip-path: inset(0 0 100% 0);
  -webkit-transition: clip-path 1.2s ease;
  transition: clip-path 1.2s ease;
}
.c-animated__clipView.js-show {
  clip-path: inset(0 0 0 0);
}

.c-animated__clipView-l {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 1.2s ease;
  transition: clip-path 1.2s ease;
}
.c-animated__clipView-l.js-show {
  clip-path: inset(0 0 0 0);
}

.c-animated__colorBox-fv {
  position: relative;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  clip-path: inset(0 100% 0 0);
  -webkit-animation: 0.8s forwards ease-in-out textView;
          animation: 0.8s forwards ease-in-out textView;
}
@-webkit-keyframes textView {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes textView {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.c-animated__colorBox-fv::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: -0.3125rem;
  right: 0;
  bottom: 0;
  background-color: #e36927;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  pointer-events: none;
  -webkit-animation: 0.8s forwards ease-in-out colorBox;
          animation: 0.8s forwards ease-in-out colorBox;
}
@-webkit-keyframes colorBox {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes colorBox {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.c-animated__delay--05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.c-animated__delay--10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.c-animated__delay--15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.c-animated__appearance {
  opacity: 0;
  -webkit-transform: translateY(40px) scale(0.4);
          transform: translateY(40px) scale(0.4);
  -webkit-transition: opacity 1.2s ease-out, -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1.2s ease-out, -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1.2s ease-out, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1.2s ease-out, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}
.c-animated__appearance.js-show {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-animation: floatY 4s ease-in-out infinite;
          animation: floatY 4s ease-in-out infinite;
}

@-webkit-keyframes floatY {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(-15px) scale(1.01);
            transform: translateY(-15px) scale(1.01);
  }
}

@keyframes floatY {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(-15px) scale(1.01);
            transform: translateY(-15px) scale(1.01);
  }
}
.c-head__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 72px;
     -moz-column-gap: 72px;
          column-gap: 72px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 1000px) {
  .c-head__side {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
}

.c-head__vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.c-head__normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-head__normal.--contact {
  row-gap: 14px;
}
@media screen and (max-width: 767px) {
  .c-head__normal.--contact {
    row-gap: 8px;
  }
}

.c-head__ja {
  color: #e36927;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1666;
  letter-spacing: 0.02em;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
@media screen and (max-width: 767px) {
  .c-head__ja {
    font-size: 20px;
    -webkit-margin-after: 7px;
            margin-block-end: 7px;
  }
}
.c-head__ja.--vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.7em;
}
@media screen and (max-width: 767px) {
  .c-head__ja.--vertical {
    letter-spacing: 0.3em;
  }
}
.c-head__ja.--white {
  color: #ffffff;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.c-head__en {
  font-family: "Hiragino Maru Gothic ProN", "M PLUS Rounded 1c", "Noto Sans JP", "Meiryo", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.333;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #e36927;
}
@media screen and (max-width: 767px) {
  .c-head__en {
    font-size: 30px;
  }
}
.c-head__en.--vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.c-head__en.--white {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
}

.c-head__subTitle {
  color: #e36927;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.01em;
}
@media (max-width: 1000px) {
  .c-head__subTitle {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .c-head__subTitle {
    white-space: normal;
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.p-header.js-active {
  background: rgba(255, 255, 255, 0.6);
}
.p-header.js-active .p-header__inner {
  margin-block: 18px;
}
@media (max-width: 1000px) {
  .p-header.js-active .p-header__inner {
    margin-block: 26px;
  }
}

.p-header__inner {
  width: min(1600px, 100%);
  padding-inline: 60px;
  margin-inline: auto;
  margin-block: 32.5px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 190px 1fr;
}
@media (max-width: 1000px) {
  .p-header__inner {
    padding-inline: 20px 70px;
    margin-block: 26px;
    grid-template-columns: 100px 1fr;
  }
}

.p-header__logo {
  width: 182px;
  height: auto;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-header__logo:hover {
  opacity: 0.7;
}
@media (max-width: 1000px) {
  .p-header__logo {
    width: 100px;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 15.5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #e36927;
  height: 66.5px;
}
@media (max-width: 1000px) {
  .p-header__nav {
    height: 27px;
  }
}

.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: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 1000px) {
  .p-header__list {
    display: none;
  }
}
.p-header__list li a {
  position: relative;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-header__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #e36927;
  scale: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: scale 0.5s ease;
  transition: scale 0.5s ease;
}
.p-header__list li a:hover {
  opacity: 0.7;
}
.p-header__list li a:hover::after {
  scale: 1;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.p-header__tel {
  position: relative;
  color: #e36927;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  padding-left: 22px;
}
.p-header__tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  height: 22px;
  width: 18px;
  background: url(../img/icon-tel.png) no-repeat center center/cover;
}
@media (max-width: 1000px) {
  .p-header__tel {
    font-size: 18px;
    letter-spacing: 0.05em;
    padding-left: 17.2px;
  }
  .p-header__tel::before {
    width: 12px;
    height: 15px;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  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;
  top: 34px;
  right: 20px;
  width: 20px;
  height: 12px;
}
@media (min-width: 1001px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #e36927;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 5.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  rotate: -45deg;
  translate: 0 -5.5px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 278px;
  height: 100vh;
  height: 100svh;
  background: #f5efe8;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 88px 40px;
  padding-left: 34px;
}

.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: 30px;
  margin-bottom: 40px;
}
.p-drawer__list li a {
  position: relative;
  color: #e36927;
  font-size: 18px;
  font-weight: 400;
  -webkit-padding-start: 27px;
          padding-inline-start: 27px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-drawer__list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 18px;
  height: 18px;
  background: url(../img/icon-arrow_works-r.png) no-repeat center center/cover;
}
.p-drawer__list li a:hover {
  opacity: 0.7;
}

.p-mv {
  width: 100%;
  height: 900px;
  background-color: #f5efe8;
}
@media (max-width: 1000px) {
  .p-mv {
    height: 730px;
  }
}

.p-mv__bg {
  position: relative;
  height: inherit;
  overflow: hidden;
}

.p-mv__bgImage {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 100%;
  height: auto;
  aspect-ratio: 1600/453;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1600px) {
  .p-mv__bgImage {
    width: 1600px;
  }
}
@media (max-width: 1000px) {
  .p-mv__bgImage {
    width: 1000px;
  }
}
@media (max-width: 588px) {
  .p-mv__bgImage {
    width: 714px;
    translate: -41.5%;
  }
}

.p-mv__titleWrap {
  position: absolute;
  top: 305px;
  left: 50%;
  translate: -50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-mv__titleWrap {
    top: 263px;
    row-gap: 22px;
  }
}

.p-mv__catchCopy {
  width: 561px;
}
@media screen and (max-width: 767px) {
  .p-mv__catchCopy {
    width: 275px;
  }
}

.p-mv__text {
  font-size: 14px;
  color: #e36927;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    font-size: 12px;
    line-height: 1.6666;
    text-align: center;
  }
}

.p-about {
  -webkit-margin-before: -10px;
          margin-block-start: -10px;
  padding-block: 110px 143px;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .p-about {
    padding-block: 92px 74px;
  }
}

.p-about__inner {
  position: relative;
  width: min(1280px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .p-about__inner {
    width: min(680px, 100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 105px;
  }
}

.p-about__contentWrap {
  -webkit-margin-after: 108px;
          margin-block-end: 108px;
}
@media (max-width: 1000px) {
  .p-about__contentWrap {
    -webkit-padding-start: 33px;
            padding-inline-start: 33px;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}

.p-about__textWrap {
  width: min(500px, 100%);
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
.p-about__textWrap p {
  color: #e36927;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.02em;
}
.p-about__textWrap p + p {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.p-about__textWrap h3 + p {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
}
@media (max-width: 1000px) {
  .p-about__textWrap {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.p-about__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44.25%;
  aspect-ratio: 531/563;
}
.p-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1000px) {
  .p-about__img {
    width: 100%;
  }
}

.p-about__roller {
  position: absolute;
  width: 277px;
  height: 277px;
  left: -237px;
  top: 206px;
}
@media (max-width: 1000px) {
  .p-about__roller {
    left: -204px;
    top: 81px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__roller {
    width: 124px;
    height: 124px;
    left: -38px;
  }
}

.p-news {
  padding-block: 100px 200px;
  background-image: url(../img/bg-news_1600.png);
  background-repeat: no-repeat;
  background-position: center 309px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-news {
    -webkit-padding-after: 150px;
            padding-block-end: 150px;
    background-position: center 240px;
  }
}

.p-news__inner {
  position: relative;
  width: min(1280px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 62px;
     -moz-column-gap: 62px;
          column-gap: 62px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    width: min(640px, 100%);
    padding-inline: 20px;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
}

.p-news__head {
  -webkit-padding-start: 28px;
          padding-inline-start: 28px;
}
@media screen and (max-width: 767px) {
  .p-news__head {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-margin-start: -4px;
            margin-inline-start: -4px;
  }
}

.p-news__swiper-container {
  -webkit-margin-end: calc(50% - 50vw);
          margin-inline-end: calc(50% - 50vw);
  overflow-x: hidden;
}

.p-news__swiper-slide {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .p-news__swiper-slide {
    width: 195px;
  }
}

.p-news__helmet {
  position: absolute;
  left: 63px;
  top: 391px;
  width: 279px;
  height: 279px;
}
@media screen and (max-width: 767px) {
  .p-news__helmet {
    left: 60px;
    top: 205px;
    width: 144px;
    height: 144px;
  }
}

.p-newsCard {
  display: block;
  width: 350px;
  height: auto;
  aspect-ratio: 350/480;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-newsCard {
    width: 195px;
  }
}

.p-newsCard__image {
  width: 100%;
  height: 100%;
}
.p-newsCard__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-newsCard__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 28px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
  width: 100%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-newsCard__overlay {
    padding: 14px;
  }
}

.p-newsCard__meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-newsCard__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 5px;
  }
}

.p-newsCard__category {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  padding: 4px 16px;
  border: solid 1px #ffffff;
  border-radius: 9999px;
}

.p-newsCard__date {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-newsCard__date {
    font-size: 12px;
  }
}

.p-newsCard__title {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-newsCard__title {
    font-size: 14px;
    margin-top: 10px;
  }
}

.p-service {
  padding-block: 20px 200px;
  overflow-x: hidden;
  background: #eadfd0;
}
@media screen and (max-width: 767px) {
  .p-service {
    -webkit-padding-after: 110px;
            padding-block-end: 110px;
  }
}

.p-service__inner {
  position: relative;
  width: min(1280px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-service__inner {
    width: min(640px, 100%);
    padding-inline: 20px;
  }
}

.p-service__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-service__items {
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
  padding-inline: 30px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 92px;
  grid-row-gap: 86px;
}
@media (max-width: 1000px) {
  .p-service__items {
    grid-column-gap: 33px;
    grid-row-gap: 29px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__items {
    -webkit-margin-before: 75px;
            margin-block-start: 75px;
    padding-inline: 0;
  }
}

.p-service__step {
  position: absolute;
  right: -14px;
  top: 42px;
  width: 269px;
  height: 269px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-service__step {
    right: -24px;
    top: 61px;
    width: 118px;
    height: 118px;
  }
}

.p-serviceCard {
  display: block;
  width: auto;
  height: auto;
  aspect-ratio: 524/343;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-serviceCard {
    border-radius: 10px;
  }
}

.p-serviceCard__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-serviceCard__image img {
    border-radius: 10px;
  }
}

.p-serviceCard__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 288px;
  height: 55px;
  background: #ffffff;
  border-radius: 9999px;
  color: #e36927;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .p-serviceCard__btn {
    width: 140px;
    height: 25px;
    font-size: 12px;
  }
}

.p-works {
  overflow-x: hidden;
  padding-block: 285px 66px;
  background-image: url(../img/bg-works_1600-1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-works {
    -webkit-padding-before: 135px;
            padding-block-start: 135px;
  }
}

.p-works__inner {
  position: relative;
  width: min(1280px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 77px;
     -moz-column-gap: 77px;
          column-gap: 77px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .p-works__inner {
    width: min(640px, 100%);
    padding-inline: 20px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-works__head {
  position: relative;
  -webkit-margin-end: -15px;
          margin-inline-end: -15px;
}
@media screen and (max-width: 767px) {
  .p-works__head {
    -webkit-margin-before: -90px;
            margin-block-start: -90px;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}

.p-works__icon {
  position: absolute;
  width: 152px;
  height: 152px;
  bottom: -152px;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 767px) {
  .p-works__icon {
    width: 68px;
    height: 68px;
    bottom: -110px;
  }
}

.p-works__swiper-container {
  -webkit-margin-before: 95px;
          margin-block-start: 95px;
  -webkit-margin-start: calc(50% - 50vw);
          margin-inline-start: calc(50% - 50vw);
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-works__swiper-container {
    width: 100vw;
    -webkit-margin-before: 18px;
            margin-block-start: 18px;
    -webkit-margin-end: calc(50% - 50vw);
            margin-inline-end: calc(50% - 50vw);
  }
}

.p-works__swiper-slide {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .p-works__swiper-slide {
    width: 266px;
  }
}

.p-works__swiper-ctrl {
  margin-top: 78px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 565px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .p-works__swiper-ctrl {
    -webkit-margin-end: 300px;
            margin-inline-end: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-works__swiper-ctrl {
    margin-top: 43px;
    margin-inline: auto;
  }
}

.p-works-swiper__pagination {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  color: #e36927;
  letter-spacing: 0.02em;
}

.p-works-swiper__prev,
.p-works-swiper__next {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-works-swiper__prev:hover,
.p-works-swiper__next:hover {
  opacity: 0.7;
}

.p-works__bristles {
  position: absolute;
  top: -310px;
  left: -270px;
  width: 310px;
  height: 465px;
}
@media screen and (max-width: 767px) {
  .p-works__bristles {
    top: -133px;
    left: -45px;
    width: 138px;
    height: 207px;
  }
}

.p-worksCard {
  display: block;
  width: 480px;
  height: auto;
  aspect-ratio: 480/350;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-worksCard {
    width: 266px;
    aspect-ratio: 1/1;
  }
}

.p-worksCard__image {
  width: 100%;
  height: 100%;
}
.p-worksCard__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-worksCard__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 32px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
  width: 100%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-worksCard__overlay {
    padding: 15px;
  }
}

.p-worksCard__category {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  padding: 4px 16px;
  border: solid 1px #ffffff;
  border-radius: 9999px;
}

.p-worksCard__title {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-worksCard__title {
    font-size: 14px;
    margin-top: 10px;
  }
}

.p-contact {
  padding-block: 86px 209px;
  background: #f5efe8;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-block: 34px 185px;
  }
}

.p-contact__inner {
  position: relative;
  width: min(1000px, 100%);
  margin-inline: auto;
  background: #e36927;
  border-radius: 20px;
  padding: 38px 43px 95px;
}
@media (max-width: 1000px) {
  .p-contact__inner {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 35px 40px 57px;
  }
}

.p-contact__btnWrap {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .p-contact__btnWrap {
    -webkit-margin-before: 45px;
            margin-block-start: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-contact__btn {
  width: 420px;
  height: 100px;
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 7px #fcd4be;
          box-shadow: 0px 7px #fcd4be;
  color: #e36927;
  -webkit-transition: translate 0.3s, -webkit-box-shadow 0.3s;
  transition: translate 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, translate 0.3s;
  transition: box-shadow 0.3s, translate 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    width: min(420px, 100%);
    height: 75px;
  }
}
.p-contact__btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  translate: 0 7px;
}
.p-contact__btn.--contact {
  position: relative;
}
.p-contact__btn.--contact::after {
  content: "";
  position: absolute;
  right: 43px;
  top: 39px;
  width: 8px;
  height: 18px;
  background: url(../img/icon-contact.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-contact__btn.--contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-contact__btn.--contact::after {
    content: none;
  }
}
.p-contact__btn.--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__btnText {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 36px;
          margin-block-start: 36px;
  -webkit-margin-start: 75px;
          margin-inline-start: 75px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.p-contact__btnText span {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-contact__btnText {
    font-size: 18px;
    font-weight: 500;
    -webkit-margin-before: 21px;
            margin-block-start: 21px;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    row-gap: 4px;
  }
}

.p-contact__btnTel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  position: relative;
  color: #e36927;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 27px;
}
.p-contact__btnTel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 26px;
  background: url(../img/icon-tel.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-contact__btnTel {
    -webkit-margin-before: 21px;
            margin-block-start: 21px;
    font-size: 24px;
    row-gap: 3px;
    padding-left: 24px;
  }
  .p-contact__btnTel::before {
    width: 14px;
    height: 18px;
  }
}
.p-contact__btnTel span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-contact__btnTel span {
    font-size: 10px;
  }
}

.p-contact__tape {
  position: absolute;
  width: 169px;
  height: 169px;
  top: -36px;
  left: 50%;
  translate: -345px;
}
@media screen and (max-width: 767px) {
  .p-contact__tape {
    width: 82px;
    height: 82px;
    top: -17px;
    translate: -175px;
  }
}

.p-footer {
  -webkit-margin-before: -69px;
          margin-block-start: -69px;
  background-image: url(../img/bg-footer_2300.png);
  background-repeat: repeat-x;
  background-position: -13px top;
  background-size: auto;
}
@media (max-width: 1000px) {
  .p-footer {
    -webkit-margin-before: -60px;
            margin-block-start: -60px;
    background-image: url(../img/bg-footer_sp.png);
    background-position: left top;
  }
}

.p-footer__inner {
  padding-block: 150px 50px;
  width: min(1428px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
  color: #e36927;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-block: 122px 18px;
  }
}

.p-footer__navWrap {
  display: grid;
  grid-template-columns: 250px 1fr;
}
@media (max-width: 1000px) {
  .p-footer__navWrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto 86px;
    row-gap: 72px;
  }
}

.p-footer__logoBox {
  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: 17px;
}
@media (max-width: 1000px) {
  .p-footer__logoBox {
    grid-row: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer__logo {
  width: 182px;
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-footer__logo:hover {
  opacity: 0.7;
}

.p-footer__address {
  font-size: 14px;
  line-height: 1.3571;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.p-footer__linkBox {
  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-padding-end: 74px;
          padding-inline-end: 74px;
}
@media (max-width: 1428px) {
  .p-footer__linkBox {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
@media (max-width: 1000px) {
  .p-footer__linkBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-row: 1;
  }
}

.p-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .p-footer__links {
    row-gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer__link {
  position: relative;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: -0.02em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-footer__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #e36927;
  scale: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: scale 0.5s ease;
  transition: scale 0.5s ease;
}
.p-footer__link:hover {
  opacity: 0.7;
}
.p-footer__link:hover::after {
  scale: 1;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    font-size: 14px;
  }
}

.p-footer__copy {
  text-align: center;
  -webkit-margin-before: 90px;
          margin-block-start: 90px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    -webkit-margin-before: 70px;
            margin-block-start: 70px;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Hiragino UD Sans StdN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
.u-font__jp {
  font-family: "Hiragino UD Sans StdN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
.u-font__en {
  font-family: "Hiragino Maru Gothic ProN", "M PLUS Rounded 1c", "Noto Sans JP", "Meiryo", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

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