@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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

*:focus {
  outline-color: #670A0A;
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  background-color: #fdfdfd;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

.l-inner {
  max-width: 1064px;
  padding-inline: 20px;
  margin-inline: auto;
}

.l-content {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-content {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.l-content--about {
  padding-top: 130px;
  padding-bottom: 584px;
}
@media screen and (min-width: 1024px) {
  .l-content--about {
    padding-top: 160px;
    padding-bottom: 413px;
  }
}
.l-content--p-entry {
  padding-top: 60px;
  padding-bottom: 130px;
}
@media screen and (min-width: 1024px) {
  .l-content--p-entry {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}
.l-content--second {
  padding-block: 60px;
}
@media screen and (min-width: 1024px) {
  .l-content--second {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

.l-main-inner {
  margin-top: 72px;
}
@media screen and (min-width: 1024px) {
  .l-main-inner {
    margin-top: 88px;
  }
}

.l-about-decoration {
  position: relative;
  overflow: hidden;
}
.l-about-decoration__item {
  position: absolute;
}
.l-about-decoration__item--forklift {
  top: 3px;
  left: calc(50% + 30px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-about-decoration__item--forklift {
    left: calc(50% + 40px);
  }
}
@media screen and (min-width: 1024px) {
  .l-about-decoration__item--forklift {
    left: calc(50% + 72px);
  }
}
.l-about-decoration__item--skid-steer-loader {
  bottom: 249px;
  right: calc(50% + 30px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-about-decoration__item--skid-steer-loader {
    bottom: 0;
    right: calc(50% + 210px);
  }
}
@media screen and (min-width: 1024px) {
  .l-about-decoration__item--skid-steer-loader {
    bottom: -10px;
    right: calc(50% + 380px);
  }
}
.l-about-decoration__item--wheel-loader {
  bottom: 40px;
  left: calc(50% - 80px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-about-decoration__item--wheel-loader {
    bottom: 200px;
    left: calc(50% + 100px);
  }
}
@media screen and (min-width: 1024px) {
  .l-about-decoration__item--wheel-loader {
    bottom: 170px;
    left: calc(50% + 230px);
  }
}

.l-content-top {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .l-content-top {
    padding-top: 40px;
    padding-bottom: 120px;
  }
}
.l-content-top--bg-gray {
  background-color: #f0f0f0;
}

.l-content-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 75px;
}

.c-button {
  min-width: 230px;
  padding: 16px 20px;
  border: 1px solid currentColor;
  background: #fff;
  -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);
  text-align: center;
  font-family: "Lora", serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-button:hover {
  background: #000;
  color: #fff;
}
.c-button:hover::before {
  right: 10px;
}
.c-button:hover::after {
  right: 12px;
}
.c-button::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px; /* くの字を山なりに見た時、左側の長さ */
  height: 8px; /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid currentColor; /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid currentColor; /* くの字を山なりに見た時、右側の太さと色 */
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-button::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  width: 15px; /* 棒の長さ */
  height: 2px; /* 棒の太さ */
  background: currentColor; /* 棒の色 */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-heading-type1__text {
  display: block;
  font-family: "Lora", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-heading-type1__text {
    font-size: 64px;
    letter-spacing: 3.2px;
  }
}
.c-heading-type1__text-sub {
  display: block;
  font-size: 15px;
  margin-top: 10px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-heading-type1__text-sub {
    font-size: 16px;
    font-weight: 700;
  }
}

.c-heading-type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-heading-type2 {
    gap: 12px;
    padding-bottom: 23px;
  }
}
.c-heading-type2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#ff2323), to(#670a0a));
  background: linear-gradient(90deg, #ff2323 0%, #670a0a 100%);
}
@media screen and (min-width: 1024px) {
  .c-heading-type2::before {
    height: 5px;
  }
}
.c-heading-type2__ja {
  display: block;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-heading-type2__ja {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
  }
}
.c-heading-type2__en {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  font-family: "Lora", serif;
}
@media screen and (min-width: 1024px) {
  .c-heading-type2__en {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 3px;
  }
}

.c-heading-type3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-left: 15px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-heading-type3 {
    gap: 10px;
    padding-left: 20px;
  }
}
.c-heading-type3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#670a0a));
  background: linear-gradient(#ff2323 0%, #670a0a 100%);
}
@media screen and (min-width: 1024px) {
  .c-heading-type3::before {
    width: 5px;
  }
}
.c-heading-type3__en {
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 1024px) {
  .c-heading-type3__en {
    font-size: 40px;
    letter-spacing: 2px;
  }
}
.c-heading-type3__ja {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 1024px) {
  .c-heading-type3__ja {
    font-size: 16px;
    font-weight: 700;
  }
}

.c-heading-service-detail {
  text-align: center;
}
.c-heading-service-detail__text {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-bottom: 14px;
}
@media screen and (min-width: 1024px) {
  .c-heading-service-detail__text {
    font-size: 54px;
    letter-spacing: 2.7px;
    padding-bottom: 20px;
  }
}
.c-heading-service-detail__text::before {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#ff2323), to(#670a0a));
  background: linear-gradient(90deg, #ff2323 0%, #670a0a 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .c-heading-service-detail__text::before {
    width: 235px;
  }
}

.c-heading-news-detail {
  text-align: center;
  padding-bottom: 8px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-heading-news-detail {
    padding-bottom: 30px;
  }
}
.c-heading-news-detail::before {
  content: "";
  width: 140px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#ff2323), to(#670a0a));
  background: linear-gradient(90deg, #ff2323 0%, #670a0a 100%);
}
@media screen and (min-width: 1024px) {
  .c-heading-news-detail::before {
    width: 235px;
  }
}
.c-heading-news-detail__en {
  display: block;
  font-family: "Lora", serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 1024px) {
  .c-heading-news-detail__en {
    font-size: 60px;
    letter-spacing: 3px;
  }
}
.c-heading-news-detail__ja {
  display: block;
  letter-spacing: 0.7px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-heading-news-detail__ja {
    letter-spacing: 0.8px;
  }
}

.c-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#670a0a));
  background: linear-gradient(#ff2323 0%, #670a0a 100%);
  display: block;
  z-index: 999;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.c-to-top.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1024px) {
  .c-to-top {
    width: 80px;
    height: 80px;
    bottom: 30px;
    right: 30px;
  }
}
.c-to-top::before {
  content: "↑";
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .c-to-top::before {
    font-size: 20px;
    top: 8px;
  }
}
.c-to-top::after {
  content: "TOP";
  color: #fff;
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .c-to-top::after {
    font-size: 20px;
    bottom: 13px;
  }
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.p-header {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 40;
  height: 72px;
}
@media screen and (min-width: 1024px) {
  .p-header {
    height: 88px;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 20px;
}

.p-header__logo-link {
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-header__logo-link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1024px) {
  .p-header__logo-link {
    font-size: 30px;
  }
}

.p-drawer__icon {
  width: 36px;
  height: 21px;
  position: relative;
  z-index: 20;
}
.p-drawer__icon.is-open .p-drawer__line:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.p-drawer__icon.is-open .p-drawer__line:nth-of-type(2) {
  opacity: 0;
}
.p-drawer__icon.is-open .p-drawer__line:nth-of-type(3) {
  bottom: 50%;
  -webkit-transform: rotate(-45deg) translateY(50%);
          transform: rotate(-45deg) translateY(50%);
}
.p-drawer__line {
  position: absolute;
  left: 0;
  width: 36px;
  height: 3px;
  border-radius: 6px;
  background-color: #111;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 999;
}
.p-drawer__line:nth-of-type(1) {
  top: 0;
}
.p-drawer__line:nth-of-type(2) {
  top: 9px;
  opacity: 1;
}
.p-drawer__line:nth-of-type(3) {
  bottom: 0;
}
.p-drawer__menu {
  display: block;
  width: 320px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  background: -webkit-gradient(linear, left top, right top, from(#ff2323), to(#670a0a));
  background: linear-gradient(90deg, #ff2323 0%, #670a0a 100%);
  padding: 86px 40px 40px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.p-drawer__menu.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.p-drawer li {
  padding: 1rem;
}
.p-drawer li a {
  font-weight: 700;
  letter-spacing: 0.48px;
  color: #fff;
}
.p-drawer.is-open .p-drawer__menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-global-nav {
  display: none;
}

.p-global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.p-global-nav__list li.current-menu-item a {
  position: relative;
}
.p-global-nav__list li.current-menu-item a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#ff2323), to(#670a0a));
  background: linear-gradient(90deg, #ff2323 0%, #670a0a 100%);
}
.p-global-nav__list li a {
  font-size: 18px;
  font-weight: 700;
  padding-block: 1rem;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-global-nav__list li a:hover {
  opacity: 0.7;
}

.p-footer {
  background: #000;
}

.p-footer__inner {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-footer__inner {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .p-footer__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__body {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .p-footer__body {
    text-align: left;
    gap: 6px;
  }
}

.p-footer__company-name {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-footer__company-name {
    font-size: 20px;
  }
}

.p-footer__post-code,
.p-footer__address,
.p-footer__tel,
.p-footer__fax {
  font-size: 13px;
}
@media screen and (min-width: 1024px) {
  .p-footer__post-code,
  .p-footer__address,
  .p-footer__tel,
  .p-footer__fax {
    font-size: 16px;
  }
}

.p-footer__list li a {
  color: #fff;
  font-size: 16px;
}

.p-footer__copyright {
  text-align: center;
}
.p-footer__copyright small {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .p-footer__copyright small {
    font-size: 14px;
    margin-top: 30px;
  }
}

.p-service-item-type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 420px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-service-item-type1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 46px;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-service-item-type1__img {
  text-align: center;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  .p-service-item-type1__img {
    text-align: auto;
  }
}
.p-service-item-type1__img img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-service-item-type1__img img {
    width: 450px;
  }
}
.p-service-item-type1__heading {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-service-item-type1__heading {
    font-size: 20px;
  }
}
.p-service-item-type1__text {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .p-service-item-type1__text {
    font-size: 16px;
    margin-top: 30px;
  }
}
.p-service-item-type1__button {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-service-item-type1__button {
    text-align: left;
    margin-top: 40px;
  }
}

.p-service-item-type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 420px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-service-item-type2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-service-item-type2--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-service-item-type2__img {
  text-align: center;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-service-item-type2__img {
    text-align: auto;
  }
}
.p-service-item-type2__img img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-service-item-type2__img img {
    width: 450px;
  }
}
.p-service-item-type2__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .p-service-item-type2__body {
    gap: 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.p-service-item-type2__heading {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-service-item-type2__heading {
    font-size: 20px;
  }
}
.p-service-item-type2__text {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .p-service-item-type2__text {
    font-size: 16px;
  }
}

.p-news-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 1024px) {
  .p-news-cards {
    gap: 45px 30px;
  }
}

.p-news-card {
  display: block;
  max-width: 300px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}
.p-news-card__img {
  width: 100%;
}
.p-news-card__body {
  padding: 28px 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-news-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news-card__date {
  font-size: 14px;
}
.p-news-card__label {
  font-size: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#670a0a));
  background: linear-gradient(#ff2323 0%, #670a0a 100%);
  padding: 2px 12px;
  color: #fff;
  border-radius: 4px;
}
.p-news-card__title {
  font-size: 16px;
  font-weight: 700;
}

.p-service-items-type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
@media screen and (min-width: 1024px) {
  .p-service-items-type1 {
    gap: 170px;
  }
}
.p-service-items-type1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 1024px) {
  .p-service-items-type1__item {
    gap: 96px;
  }
}

.p-service-items-type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 1024px) {
  .p-service-items-type2 {
    gap: 100px;
  }
}

.p-fv {
  height: 650px;
  background: url(../assets/img/top/fv/sp/bg_fv.webp) no-repeat center center/cover;
  position: relative;
}
.p-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-fv {
    height: calc(100vh - 100px);
  }
}
@media screen and (min-width: 1024px) {
  .p-fv {
    background: url(../assets/img/top/fv/bg_fv.webp) no-repeat center center/cover;
  }
}
.p-fv__inner {
  padding-inline: 20px;
  position: relative;
  height: 100%;
}
.p-fv__body {
  position: absolute;
  bottom: 165px;
  left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-fv__body {
    bottom: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .p-fv__body {
    bottom: 80px;
  }
}
.p-fv__heading {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 5px;
  font-family: "Lora", serif;
  text-shadow: 8px 4px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-fv__heading {
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
    font-size: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-fv__heading {
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
    font-size: 76px;
  }
}
.p-fv__heading-strong {
  font-size: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-fv__heading-strong {
    font-size: 68px;
  }
}
@media screen and (min-width: 1024px) {
  .p-fv__heading-strong {
    font-size: 86px;
  }
}

.p-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
.p-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 530px;
}
@media screen and (max-width: 767px) {
  .p-about__body {
    margin-inline: auto;
  }
}
.p-about__title {
  font-size: 18px;
  font-weight: 700;
}
.p-about__button {
  text-align: center;
  margin-top: 75px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-about__button {
    text-align: left;
  }
}
.p-about__item--forklift {
  width: 207px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-about__item--forklift {
    width: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__item--forklift {
    width: 408px;
  }
}
.p-about__item--wheel-loader {
  width: 364px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-about__item--wheel-loader {
    width: 550px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__item--wheel-loader {
    width: 616px;
  }
}
.p-about__item--skid-steer-loader {
  width: 282px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-about__item--skid-steer-loader {
    width: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__item--skid-steer-loader {
    width: 460px;
  }
}
.p-about__item img {
  width: 100%;
}

.p-service__heading {
  text-align: center;
}
.p-service__items {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-service__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 60px;
  }
}
.p-service__item {
  text-align: center;
  position: relative;
  padding-top: 145px;
  padding-inline: 20px;
  padding-bottom: 68px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-service__item {
    padding-inline: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .p-service__item {
    padding-top: 243px;
    padding-bottom: 100px;
  }
}
.p-service__item:nth-of-type(1) {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../assets/img/top/service/sp/bg_service1.webp);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../assets/img/top/service/sp/bg_service1.webp);
}
.p-service__item:nth-of-type(2) {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../assets/img/top/service/sp/bg_service2.webp);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../assets/img/top/service/sp/bg_service2.webp);
}
.p-service__item:nth-of-type(3) {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../assets/img/top/service/sp/bg_service3.webp);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../assets/img/top/service/sp/bg_service3.webp);
}
.p-service__item .p-service__item-text:first-of-type {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-service__item .p-service__item-text:first-of-type {
    margin-top: 40px;
  }
}
.p-service__item .p-service__item-text:nth-of-type(2) {
  margin-top: 14px;
}
@media screen and (min-width: 1024px) {
  .p-service__item .p-service__item-text:nth-of-type(2) {
    margin-top: 16px;
  }
}
.p-service__item-number {
  color: #fff;
  display: block;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 40px;
  font-family: "Lora", serif;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-service__item-number {
    top: 100px;
    font-size: 64px;
    letter-spacing: 2px;
  }
}
.p-service__item-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-service__item-title {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
.p-service__item-text {
  color: #fff;
}
.p-service__item-text:nth-of-type(2) {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .p-service__item-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.p-service__button {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-service__button {
    margin-top: 60px;
  }
}

.p-news__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
}
.p-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-news__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-news__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-news__items {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-news__items {
    width: calc(100% - 180px - 80px);
  }
}
@media screen and (min-width: 1024px) {
  .p-news__items {
    width: calc(100% - 180px - 110px);
  }
}
.p-news__item {
  display: block;
  padding-block: 22px;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 1024px) {
  .p-news__item {
    padding-top: 40px;
    padding-bottom: 24px;
  }
}
.p-news__item:first-child {
  border-top: 1px solid #d9d9d9;
}
.p-news__item:hover {
  opacity: 0.6;
}
.p-news__item:hover::before {
  width: 100%;
}
.p-news__item:hover .p-news__button-text::before {
  right: 5px;
}
.p-news__item:hover .p-news__button-text::after {
  right: 7px;
}
.p-news__item::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#ff2323), to(#670a0a));
  background: linear-gradient(90deg, #ff2323 0%, #670a0a 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.p-news__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news__item-date {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-news__item-date {
    font-size: 16px;
  }
}
.p-news__item-label {
  font-size: 13px;
  display: inline-block;
  padding-block: 2px;
  padding-inline: 8px;
  background-color: #ff3131;
  color: #fff;
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .p-news__item-label {
    font-size: 16px;
  }
}
.p-news__item-title {
  display: block;
  margin-top: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-news__item-title {
    margin-top: 20px;
    font-size: 18px;
  }
}
.p-news__item-button {
  margin-top: 8px;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .p-news__item-button {
    margin-top: 20px;
  }
}
.p-news__no-item {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-news__no-item {
    margin-top: 20px;
  }
}
.p-news__button-text {
  font-family: "Lora", serif;
  font-weight: 700;
  padding-right: 40px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-news__button-text {
    font-size: 18px;
  }
}
.p-news__button-text::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px; /* くの字を山なりに見た時、左側の長さ */
  height: 8px; /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #000; /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #000; /* くの字を山なりに見た時、右側の太さと色 */
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.p-news__button-text::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 12px; /* 棒の長さ */
  height: 2px; /* 棒の太さ */
  background: #000; /* 棒の色 */
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.p-news__button {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-news__button {
    margin-top: 80px;
  }
}

.p-contact {
  padding-block: 80px;
  position: relative;
  background: url(../assets/img/top/contact/bg_contact.webp) no-repeat center center/cover;
}
@media screen and (min-width: 1024px) {
  .p-contact {
    padding-block: 120px;
  }
}
.p-contact::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.p-contact__inner {
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-contact__heading {
  color: #fff;
}
.p-contact__text {
  color: #fff;
  margin-top: 50px;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .p-contact__text {
    font-size: 18px;
    margin-top: 70px;
  }
}
.p-contact__button {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .p-contact__button {
    margin-top: 70px;
  }
}

.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .p-pagination {
    margin-top: 100px;
  }
}

.page-numbers {
  border: 1px solid #d9d9d9;
  background: #fff;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .page-numbers {
    width: 33px;
    height: 33px;
    font-size: 16px;
    text-align: center;
  }
}
.page-numbers.current {
  background: #E12B2B;
  color: #FFF;
}

.p-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 620px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-entry {
    display: block;
  }
}
.p-entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .p-entry__head {
    gap: 30px;
  }
}
.p-entry__date {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-entry__date {
    font-size: 18px;
  }
}
.p-entry__label {
  font-size: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#670a0a));
  background: linear-gradient(#ff2323 0%, #670a0a 100%);
  padding: 2px 12px;
  color: #fff;
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .p-entry__label {
    font-size: 15px;
  }
}
.p-entry__title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-entry__title {
    font-size: 24px;
    margin-top: 60px;
  }
}
.p-entry__img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-entry__img {
    margin-top: 30px;
  }
}
.p-entry__img img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-entry__body {
    margin-top: 80px;
  }
}
.p-entry__body h3 {
  font-size: 16px;
  font-weight: 700;
  margin-block: 20px;
}
@media screen and (min-width: 1024px) {
  .p-entry__body h3 {
    font-size: 20px;
    margin-block: 30px;
  }
}
.p-entry__body p {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .p-entry__body p {
    margin-top: 14px;
  }
}
.p-entry__button {
  margin-top: 100px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-entry__button {
    margin-top: 120px;
  }
}

.p-message__body {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .p-message__body {
    margin-top: 100px;
  }
}
.p-message__text + .p-message__text {
  margin-top: 18px;
}
.p-message__img {
  max-width: 200px;
  text-align: right;
  margin-left: auto;
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .p-message__img {
    max-width: 300px;
  }
}
.p-message__img img {
  width: 100%;
}

.p-outline__contents {
  margin-top: 50px;
  overflow-x: auto;
}
.p-outline__table {
  overflow-x: auto;
  width: 500px;
  margin-inline: auto;
  background-color: #fff;
  border-collapse: collapse;
  letter-spacing: 1px;
}
@media screen and (min-width: 1024px) {
  .p-outline__table {
    width: 850px;
  }
}
.p-outline__table tr {
  border-top: 1px solid #d9d9d9;
}
.p-outline__table tr:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
.p-outline__table th,
.p-outline__table td {
  padding-block: 14px;
  padding-inline: 20px;
}
@media screen and (min-width: 1024px) {
  .p-outline__table th,
  .p-outline__table td {
    padding-block: 20px;
  }
}
.p-outline__table th {
  font-weight: 700;
  background: #ebebeb;
  width: 100px;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .p-outline__table th {
    width: 300px;
    font-size: 20px;
  }
}
.p-outline__table td {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .p-outline__table td {
    font-size: 18px;
    padding-left: 44px;
  }
}

.p-access__contents {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .p-access__contents {
    margin-top: 100px;
  }
}
.p-access__map iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 960/450; /* 縦横比<横/縦> */
  vertical-align: top; /* iframeがinline-blockのためこちらのプロパティで調整 */
}

.p-contact-page {
  max-width: 600px;
  margin-inline: auto;
}
.p-contact-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .p-contact-page__inner {
    gap: 80px;
  }
}

.p-contact-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 1024px) {
  .p-contact-form__inner {
    gap: 40px;
  }
}
.p-contact-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .p-contact-form__field {
    gap: 20px;
  }
}
.p-contact-form__field-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .p-contact-form__field-head {
    gap: 20px;
  }
}
.p-contact-form__field-label {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-contact-form__field-label {
    font-size: 18px;
  }
}
.p-contact-form__field-tag {
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  background: #ff2323;
  line-height: 1;
}
.p-contact-form__field-item--select {
  position: relative;
  z-index: 2;
}
.p-contact-form__field-item--select::after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 3;
}
.p-contact-form__field-input, .p-contact-form__field-select, .p-contact-form__field-textarea {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 6px;
  background: #f0f0f0;
}
@media screen and (min-width: 1024px) {
  .p-contact-form__field-input, .p-contact-form__field-select, .p-contact-form__field-textarea {
    padding: 20px;
  }
}
.p-contact-form__field-input::-webkit-input-placeholder, .p-contact-form__field-select::-webkit-input-placeholder, .p-contact-form__field-textarea::-webkit-input-placeholder {
  color: #aaa;
  font-size: 14px;
}
.p-contact-form__field-input::-moz-placeholder, .p-contact-form__field-select::-moz-placeholder, .p-contact-form__field-textarea::-moz-placeholder {
  color: #aaa;
  font-size: 14px;
}
.p-contact-form__field-input:-ms-input-placeholder, .p-contact-form__field-select:-ms-input-placeholder, .p-contact-form__field-textarea:-ms-input-placeholder {
  color: #aaa;
  font-size: 14px;
}
.p-contact-form__field-input::-ms-input-placeholder, .p-contact-form__field-select::-ms-input-placeholder, .p-contact-form__field-textarea::-ms-input-placeholder {
  color: #aaa;
  font-size: 14px;
}
.p-contact-form__field-input::placeholder, .p-contact-form__field-select::placeholder, .p-contact-form__field-textarea::placeholder {
  color: #aaa;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .p-contact-form__field-input::-webkit-input-placeholder, .p-contact-form__field-select::-webkit-input-placeholder, .p-contact-form__field-textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .p-contact-form__field-input::-moz-placeholder, .p-contact-form__field-select::-moz-placeholder, .p-contact-form__field-textarea::-moz-placeholder {
    font-size: 16px;
  }
  .p-contact-form__field-input:-ms-input-placeholder, .p-contact-form__field-select:-ms-input-placeholder, .p-contact-form__field-textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .p-contact-form__field-input::-ms-input-placeholder, .p-contact-form__field-select::-ms-input-placeholder, .p-contact-form__field-textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .p-contact-form__field-input::placeholder, .p-contact-form__field-select::placeholder, .p-contact-form__field-textarea::placeholder {
    font-size: 16px;
  }
}
.p-contact-form__field-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #aaa;
}
.p-contact-form__field-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .p-contact-form__field-radios {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
}
.p-contact-form__field-textarea {
  min-height: 200px;
  resize: vertical;
}
@media screen and (min-width: 1024px) {
  .p-contact-form__field-textarea {
    min-height: 300px;
  }
}
.p-contact-form__checkbox {
  display: block;
  text-align: center;
  margin-top: 40px;
}
.p-contact-form__checkbox-input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-contact-form__checkbox-input:checked + .wpcf7-list-item-label::before {
  opacity: 0;
}
.p-contact-form__checkbox-input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact-form__button {
  margin-top: 50px;
  text-align: center;
}

.p-field-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-field-radio__input:checked + .p-field-radio__text::after {
  opacity: 1;
}
.p-field-radio__text {
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}
.p-field-radio__text::before, .p-field-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-field-radio__text::before {
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 50%;
  left: 0;
}
.p-field-radio__text::after {
  width: 10px;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#670a0a));
  background: linear-gradient(#ff2323 0%, #670a0a 100%);
  border-radius: 50%;
  left: 5px;
  opacity: 0;
}

.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.p-contact-form__checkbox .wpcf7-list-item-label:before, .p-contact-form__checkbox .wpcf7-list-item-label:after {
  content: "";
  border-radius: 0;
}
.p-contact-form__checkbox .wpcf7-list-item-label::after {
  width: 10px;
  height: 16px;
  border-bottom: 2px solid #ff2323;
  border-right: 2px solid #ff2323;
  top: 2px;
  left: 5px;
  opacity: 0;
  background: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.wpcf7-list-item-label {
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wpcf7-list-item-label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 50%;
  left: 0;
}
.wpcf7-list-item-label::after {
  width: 10px;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#670a0a));
  background: linear-gradient(#ff2323 0%, #670a0a 100%);
  border-radius: 50%;
  left: 5px;
  opacity: 0;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid #f00;
}

input[type=submit].disabled {
  background-color: #ccc;
  cursor: not-allowed;
  color: #aaa;
}

input[type=submit].enabled {
  background-color: #fff;
  color: #333;
  cursor: pointer;
}
input[type=submit].enabled:hover {
  background-color: #000;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #670A0A;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff2323;
  color: #ff2323;
  font-size: 18px;
  font-weight: 700;
}

.p-privacy {
  max-width: 700px;
  margin-inline: auto;
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  .p-privacy {
    padding-top: 80px;
  }
}
.p-privacy__title {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .p-privacy__title {
    font-size: 32px;
  }
}
.p-privacy__body {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-privacy__body {
    margin-top: 60px;
  }
}
.p-privacy h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-privacy h2 {
    font-size: 25px;
  }
}
.p-privacy p {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .p-privacy p {
    margin-top: 22px;
  }
}
.p-privacy p:last-of-type {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-privacy p:last-of-type {
    margin-top: 60px;
  }
}
.p-privacy ul {
  margin-left: 20px;
  list-style: disc;
  margin-top: 12px;
}
.p-privacy strong {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .p-privacy strong {
    font-size: 18px;
  }
}

/* ギャラリーのレイアウト調整 */
.wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .wp-block-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.wp-block-gallery.has-nested-images.columns-default.is-cropped.wp-block-gallery-1.is-layout-flex.wp-block-gallery-is-layout-flex {
  margin-inline: 0 !important;
  margin-bottom: 0 !important;
}
.wp-block-gallery figure {
  margin: 0;
}

/* 画像のホバーエフェクト */
.wp-block-gallery .wp-block-image img {
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-gallery .wp-block-image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* モーダルのスタイル */
.p-modal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}
.p-modal__content {
  position: relative;
  max-width: 80%;
  max-height: 80%;
  margin-inline: auto;
  top: 20%;
}
@media screen and (min-width: 1024px) {
  .p-modal__content {
    max-width: 600px;
    max-height: 600px;
  }
}
.p-modal__content img {
  width: 100%;
  height: auto;
}
.p-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .p-modal__close {
    top: 40px;
  }
}

.p-achievement-card__body {
  padding-top: 10px;
  padding-bottom: 16px;
  gap: 6px;
  text-align: center;
}
.p-achievement-card__head {
  display: block;
}
.p-achievement-card__label {
  font-size: 16px;
}
.p-achievement-card__info {
  font-size: 20px;
  font-weight: bold;
}
.p-achievement-card__address {
  font-size: 14px;
  margin-top: 6px;
}

.p-condition-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .p-condition-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.p-condition-nav__link {
  text-align: center;
}
.p-condition-nav__link a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 16px;
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .p-condition-nav__link a {
    font-size: 20px;
  }
}
.p-condition-nav__link a:hover {
  color: #fff;
  background-color: #ff2323;
}
.p-condition-nav__link a.is-active {
  color: #fff;
  background-color: #ff2323;
}

.u-hidden-pc {
  display: block;
}
@media screen and (min-width: 1024px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-hidden-sp {
    display: block;
  }
}

.u-separate {
  margin-top: 24px;
  margin-bottom: 24px;
}

.u-margin--outline {
  font-weight: inherit;
  font-size: inherit;
}
@media screen and (min-width: 1024px) {
  .u-margin--outline {
    display: inline-block;
    margin-left: 18px;
  }
}

.u-caution {
  color: #F00;
}

.u-inline-block {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.u-inline-block--white {
  color: #fff;
}

.u-bold {
  font-weight: bold;
}