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

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

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

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

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

/* pcの電話番号発信対応 */

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

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

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

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

/* body をふわっと表示 */
body {
  -webkit-animation: fadeIn 1s ease-in-out forwards;
          animation: fadeIn 1s ease-in-out forwards;
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-about {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  margin-top: 100px;
  margin-top: 6.25rem;
}

.l-company {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.l-contact {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

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

.l-header {
  bottom: auto;
  height: 56px;
  height: 3.5rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
  z-index: 1001;
}

.l-header.is-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
  max-width: 36.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 100%;
}

.l-mv {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.l-page-top {
  bottom: 51px;
  bottom: 3.1875rem;
  position: fixed;
  right: 22px;
  right: 1.375rem;
}

.l-privacy {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.l-product {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-single {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-strength {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.home .l-sub-mv {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.l-top-about {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.l-top-catalog {
  margin-top: 0px;
  margin-top: 0rem;
}

.l-top-common {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-top-products.l-top-common {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.p-top-company.l-top-common {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.l-top-contact {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  margin-top: 53px;
  margin-top: 3.3125rem;
}

.l-top-topics {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.l-topics {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.c-menu-button {
  aspect-ratio: 1/1;
  height: auto;
  position: relative;
  width: 43px;
  width: 2.6875rem;
  z-index: 9999;
}

.c-menu-button span {
  background-color: #fff;
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 43px;
  width: 2.6875rem;
}

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

.home .c-menu-button span {
  background-color: #303030;
}

.home .c-menu-button span:before,
.home .c-menu-button span::after {
  background-color: #303030;
}

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

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

.c-menu-button.is-open span {
  background-color: transparent;
}

.c-menu-button.is-open span::before {
  background-color: #303030;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.c-menu-button.is-open span::after {
  background-color: #303030;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

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

.c-page-top {
  cursor: pointer;
  height: 40px;
  height: 2.5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 40px;
  width: 2.5rem;
}

.c-page-top:hover {
  opacity: 0.7;
}

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

.p-404 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 100px;
  margin-top: 6.25rem;
  text-align: center;
}

.p-404__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  gap: 3.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-404__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100px;
  max-width: 6.25rem;
  width: 100%;
}

.p-404__img img {
  -o-object-fit: cover;
  aspect-ratio: 220/359;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-404__title {
  color: #00A73C;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
}

.p-404__button {
  background-color: #00A73C;
  color: #fff;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  width: 200px;
  width: 12.5rem;
}

.p-about {
  overflow-x: clip;
}

.p-about__inner.l-inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.p-about__item + .p-about__item {
  margin-top: 29px;
  margin-top: 1.8125rem;
}

.p-about__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.p-about__item-contents {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}

.p-about__item-number {
  height: 30px;
  height: 1.875rem;
  width: auto;
}

.p-about__item-number img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: auto;
}

.p-about__item-heading {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-about__item-heading img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: auto;
}

.p-about__item-text {
  color: #303030;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  letter-spacing: 0.2em;
  line-height: 1.75;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.p-about__item-img {
  -o-object-position: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
     object-position: left;
  position: relative;
  width: 46vw;
}

.p-about__item-img img {
  -o-object-fit: cover;
  aspect-ratio: 344/610;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

/* 行数による高さ指定で見出しサイズを調整 
 テキストを画像化する場合、上下の余白は除かれる
 sp
 lihe-height: rem(16);
 テキストが1行の場合の高さ = 1lh - rem(3)
 テキストが2行の場合の高さ = 2lh - rem(3)
 テキストが2行の場合の高さ = 3lh - rem(3)
 pc
 lihe-height: rem(42);
 テキストが1行の場合の高さ = 1lh - rem(18)
 テキストが2行の場合の高さ = 2lh - rem(18)
 テキストが2行の場合の高さ = 3lh - rem(18)
*/
.p-about__item-heading {
  --lineHeight1: calc(1lh - 0.1875rem);
  --lineHeight2: calc(2lh - 0.1875rem);
  --lineHeight3: calc(3lh - 0.1875rem);
  --lineHeight4: calc(4lh - 0.1875rem);
  line-height: 16px;
  line-height: 1rem;
}

.p-about__item:nth-child(1) .p-about__item-heading {
  height: var(--lineHeight3);
}

.p-about__item:nth-child(2) .p-about__item-heading {
  height: var(--lineHeight3);
}

.p-about__item:nth-child(3) .p-about__item-heading {
  height: var(--lineHeight1);
}

.p-about__item:nth-child(4) .p-about__item-heading {
  height: 2lh;
  height: var(--lineHeight2);
}

.p-about__item:nth-child(5) .p-about__item-heading {
  height: 2lh;
  height: var(--lineHeight2);
}

.p-about__banner {
  margin: 0 calc(50% - 50vw);
  margin-top: 67px;
  margin-top: 4.1875rem;
}

.p-about__banner-img {
  height: 100%;
  position: relative;
  width: 100%;
}

.p-about__banner-img img {
  -o-object-fit: cover;
  aspect-ratio: 750/310;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-about__banner-contents {
  background-color: #00A73C;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 10px 3px;
  padding: 0.5rem 0.625rem 0.1875rem;
  width: 100%;
}

.p-about__banner-text {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 210px;
  width: 13.125rem;
}

.p-about__banner-text img {
  -o-object-fit: contain;
  aspect-ratio: 300/32;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-about__banner-link {
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: center;
}

.p-about__banner-link a {
  background-color: #fff;
  display: inline-block;
  padding: 3px 42px;
  padding: 0.1875rem 2.625rem;
}

.p-about__banner-link a img {
  -o-object-fit: contain;
  aspect-ratio: 145/17;
  height: auto;
     object-fit: contain;
  width: 76px;
  width: 4.75rem;
}

.p-company {
  overflow-x: clip;
}

.p-company__inner.l-inner {
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.p-company__head-anchor {
  grid-gap: 0.625rem;
  display: grid;
  gap: 10px;
  gap: 0.625rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-company__head-anchor a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
}

.p-company__head-anchor a img {
  -o-object-fit: contain;
  aspect-ratio: 82/10;
  height: auto;
     object-fit: contain;
  width: 90px;
  width: 5.625rem;
}

.p-company__head-anchor a:nth-child(2) img {
  aspect-ratio: 111/17;
  width: 65px;
  width: 4.0625rem;
}

.p-company__head-anchor a:nth-child(3) img {
  aspect-ratio: 85/16;
  width: 50px;
  width: 3.125rem;
}

.p-company__head-link {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
.p-company__head-link a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00A73C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
}

.p-company__head-link a img {
  -o-object-fit: contain;
  aspect-ratio: 372/18;
  height: auto;
     object-fit: contain;
  width: 190px;
  width: 11.875rem;
}

.p-company__section {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.p-company__section-title {
  margin-left: auto;
  margin-right: auto;
  width: 105px;
  width: 6.5625rem;
}

.p-company__section-title img {
  -o-object-fit: contain;
  aspect-ratio: 206/28;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-company__section-description {
  color: #303030;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.p-company__section-description + .p-company__section-description {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-company__section-description .u-italic {
  font-style: italic;
}

.p-company__section#overview {
  background-color: #D3D3D3;
  margin: 0 calc(50% - 50vw);
  margin-top: 42px;
  margin-top: 2.625rem;
  overflow-x: clip;
  padding-top: 25px;
  padding-top: 1.5625rem;
}

.p-company__section#overview .p-company__section-title {
  width: 85px;
  width: 5.3125rem;
}

.p-company__section#overview .p-company__section-title img {
  aspect-ratio: 155/34;
}

.p-company__section__inner.l-inner {
  padding-left: 22px;
  padding-left: 1.375rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.p-company__section-list {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-company__section-items {
  color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  gap: 11px;
  gap: 0.6875rem;
}

.p-company__section-heading {
  -moz-text-align-last: justify;
  color: #303030;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: justify;
       text-align-last: justify;
  width: 63px;
  width: 3.9375rem;
}

.p-company__section-text a:not([href^=tel]) {
  display: inline-block;
}

.p-company__section-text span {
  display: none;
}

.p-company__slider {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-company__slider-item {
  width: auto !important;
}

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

.p-company__section#green {
  margin-top: 77px;
  margin-top: 4.8125rem;
}

.p-company__section#green .p-company__section-title {
  width: 165px;
  width: 10.3125rem;
}

.p-company__section#green .p-company__section-title img {
  aspect-ratio: 338/50;
}

.p-company__section#green .p-company__section-description {
  color: #303030;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.p-company__section#green .p-company__section-description + .p-company__section-description {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-company__section-img {
  margin: 0 calc(50% - 50vw);
  margin-top: 63px;
  margin-top: 3.9375rem;
}

.p-company__section-img img {
  -o-object-fit: cover;
  aspect-ratio: 750/586;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-company__section#address {
  margin-top: 77px;
  margin-top: 4.8125rem;
}

.p-company__section#address .p-company__section-title {
  width: 65px;
  width: 4.0625rem;
}

.p-company__section#address .p-company__section-title img {
  aspect-ratio: 112/32;
}

.p-company__section#address .p-company__section-description {
  color: #303030;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.p-company__section#address .p-company__section-description + .p-company__section-description {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-company__section-map {
  margin: 0 calc(50% - 50vw);
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-company__section-map iframe {
  -o-object-fit: cover;
  aspect-ratio: 750/600;
  border: none;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-contact__form {
  -webkit-box-shadow: 0.1875rem 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.45);
          box-shadow: 0.1875rem 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.45);
  padding: 30px 15px;
  padding: 1.875rem 0.9375rem;
}

.p-contact__form .p-form__wrap {
  border-bottom: 0.5px solid #00A73C;
}

.p-contact__form .p-form-input input,
.p-contact__form .p-form-textarea textarea {
  border: 0.5px solid #00A73C;
  border-radius: 0.3125rem;
}

.p-contact__form .p-form__submit {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-form__confirm-heading {
  color: #00A73C;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  letter-spacing: 0.075em;
}

.p-form__confirm-introduction {
  color: #303030;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-contact__form.u-confirm .p-form__wrap {
  border-bottom: 1px solid #001399;
}

.p-contact__form.u-confirm .p-form__textarea {
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
}

.p-form__submit-message {
  color: #303030;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.0555555556;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-form__submit-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-contact__form .p-form__submit.u-back,
.p-contact__form .p-form__submit.u-submit {
  margin-top: 0;
}

.p-form-submit.u-back input {
  background-color: #999999;
  width: 250px;
  width: 15.625rem;
}

.p-form-submit.u-submit input {
  background-color: #C5181F;
  width: 250px;
  width: 15.625rem;
}

.p-contact__form.u-complete {
  padding: 30px;
  padding: 1.875rem;
}

.p-contact__form-complete-heading {
  color: #303030;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.0833333333;
}

.p-contact__form-complete-text {
  color: #303030;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.095em;
  line-height: 1.875;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-contact__form-complete-link {
  margin-top: 100px;
  margin-top: 6.25rem;
  text-align: center;
}

.p-contact__form-complete-link.p-form-submit a {
  padding: 25px 40px;
  padding: 1.5625rem 2.5rem;
}

/* （the_content()で出力したものへのスタイル） */
.p-content {
  color: #303030;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.p-content h2 {
  color: #00A73C;
  font-size: 140%;
  font-weight: 700;
}

.p-content h3 {
  color: #00A73C;
  font-size: 130%;
  font-weight: 700;
}

.p-content h4 {
  color: #00A73C;
  font-size: 120%;
  font-weight: 700;
}

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

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

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

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

.p-content img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-drawer {
  background-color: #f2f2f2;
  display: none;
  overflow-y: scroll;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 100px;
  padding-top: 6.25rem;
  scrollbar-width: none;
}

.p-drawer.is-open {
  display: block;
}

body.is-open {
  overflow: hidden;
}

.p-drawer__logo {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 290px;
  width: 18.125rem;
}

.p-drawer__logo img {
  -o-object-fit: contain;
  aspect-ratio: 56/8;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-drawer__page-top {
  border-bottom: 1px solid #303030;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-drawer__page-top a {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  width: 40px;
  width: 2.5rem;
}

.p-drawer__link-wrap {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-drawer__link-wrap a {
  display: block;
  height: auto;
  width: 172px;
  width: 10.75rem;
}

.p-drawer__link-wrap a:nth-child(2) {
  width: 300px;
  width: 18.75rem;
}

.p-drawer__link-wrap a img {
  -o-object-fit: cover;
  aspect-ratio: 340/47;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-drawer__link-wrap a:nth-child(2) img {
  -o-object-fit: cover;
  aspect-ratio: 222/40;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-drawer__link-wrap a + a {
  margin-top: 10px;
  margin-top: 0.625rem;
}

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

.p-drawer__nav-item {
  width: 65px;
  width: 4.0625rem;
}

.p-drawer__nav-item a img {
  -o-object-fit: contain;
  aspect-ratio: 125/20;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-drawer__link-wrap2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 340px;
  width: 21.25rem;
}

.p-drawer__link-wrap2 a + a {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-drawer__link-wrap2 a {
  border: 1px solid #303030;
  display: block;
  padding: 15px;
  padding: 0.9375rem;
}

.p-drawer__link-wrap2 a img {
  -o-object-fit: contain;
  aspect-ratio: 148/15;
  height: auto;
  margin-left: auto;
  margin-right: auto;
     object-fit: contain;
  width: 80px;
  width: 5rem;
}

.p-drawer__link-wrap2 a:nth-child(2) img {
  aspect-ratio: 227/18;
  width: 120px;
  width: 7.5rem;
}

.p-drawer__link-wrap3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 330px;
  max-width: 20.625rem;
}

.p-drawer__link-wrap3 + .p-drawer__link-wrap3 {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-drawer__link-wrap3 .u-privacypolicy {
  -o-object-fit: contain;
  aspect-ratio: 192/16;
  height: auto;
  margin-left: auto;
  margin-right: auto;
     object-fit: contain;
  width: 100px;
  width: 6.25rem;
}

.p-drawer__link-wrap3 .u-honsha {
  -o-object-fit: contain;
  aspect-ratio: 332/17;
  height: auto;
  margin-left: auto;
  margin-right: auto;
     object-fit: contain;
  width: 160px;
  width: 10rem;
}

.p-drawer__link-wrap3 .u-green {
  -o-object-fit: contain;
  aspect-ratio: 86/140;
  height: auto;
  margin-left: auto;
  margin-right: auto;
     object-fit: contain;
  width: 80px;
  width: 5rem;
}

.p-drawer__link-wrap3 .u-machinery {
  -o-object-fit: contain;
  aspect-ratio: 186/190;
  height: auto;
  margin-left: auto;
  margin-right: auto;
     object-fit: contain;
  width: 80px;
  width: 5rem;
}

.p-footer {
  background-color: #f2f2f2;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.p-footer__logo {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 290px;
  width: 18.125rem;
}

.p-footer__logo img {
  -o-object-fit: contain;
  aspect-ratio: 56/8;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-footer__page-top {
  border-bottom: 1px solid #303030;
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-footer__page-top a {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  width: 40px;
  width: 2.5rem;
}

.p-footer__link-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-top: 1.5625rem;
  max-width: 340px;
  max-width: 21.25rem;
}

.p-footer__link-wrap a {
  display: block;
  height: auto;
  width: 172px;
  width: 10.75rem;
}

.p-footer__link-wrap a:nth-child(2) {
  width: 300px;
  width: 18.75rem;
}

.p-footer__link-wrap a img {
  -o-object-fit: cover;
  aspect-ratio: 340/47;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-footer__link-wrap a:nth-child(2) img {
  -o-object-fit: cover;
  aspect-ratio: 463/42;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-footer__link-wrap a + a {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-top: 2.8125rem;
  max-width: 340px;
  max-width: 21.25rem;
}

.p-footer__nav-item {
  width: 65px;
  width: 4.0625rem;
}

.p-footer__nav-item a img {
  -o-object-fit: contain;
  aspect-ratio: 125/20;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-footer__link-wrap2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 340px;
  width: 21.25rem;
}

.p-footer__link-wrap2 a + a {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-footer__link-wrap2 a {
  border: 1px solid #303030;
  display: block;
  padding: 15px;
  padding: 0.9375rem;
}

.p-footer__link-wrap2 a img {
  -o-object-fit: contain;
  aspect-ratio: 148/15;
  height: auto;
  margin-left: auto;
  margin-right: auto;
     object-fit: contain;
  width: 80px;
  width: 5rem;
}

.p-footer__link-wrap2 a:nth-child(2) img {
  aspect-ratio: 227/18;
  width: 120px;
  width: 7.5rem;
}

.p-footer__link-wrap3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 330px;
  max-width: 20.625rem;
}

.p-footer__link-wrap3 + .p-footer__link-wrap3 {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-footer__link-wrap3 .u-privacypolicy {
  -o-object-fit: contain;
  aspect-ratio: 192/16;
  height: auto;
  margin-left: auto;
  margin-right: auto;
     object-fit: contain;
  width: 100px;
  width: 6.25rem;
}

.p-footer__link-wrap3 .u-honsha {
  -o-object-fit: contain;
  aspect-ratio: 300/11;
  height: auto;
  margin-left: auto;
  margin-right: auto;
     object-fit: contain;
  width: 160px;
  width: 10rem;
}

.p-footer__link-wrap3 .u-green {
  -o-object-fit: contain;
  aspect-ratio: 86/140;
  height: auto;
  margin-left: auto;
  margin-right: auto;
     object-fit: contain;
  width: 80px;
  width: 5rem;
}

.p-footer__link-wrap3 .u-machinery {
  -o-object-fit: contain;
  aspect-ratio: 186/190;
  height: auto;
  margin-left: auto;
  margin-right: auto;
     object-fit: contain;
  width: 80px;
  width: 5rem;
}

.p-footer__copyright {
  margin-top: 3px;
  margin-top: 0.1875rem;
  text-align: center;
}

.p-footer__copyright small {
  color: #303030;
  font-size: 7px;
  font-size: 0.4375rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.p-form-checkbox {
  text-align: left;
}

.p-form-checkbox label {
  display: block;
}

.p-form-checkbox label:not(:first-of-type) {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-form-checkbox input {
  display: none;
}

.p-form-checkbox input + span {
  color: #303030;
  cursor: pointer;
  display: block;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  letter-spacing: 0.075em;
  line-height: 1.5;
  padding: 0 0 0 25px;
  padding: 0 0 0 1.5625rem;
  position: relative;
}

.p-form-checkbox input + span::before {
  background: #fff;
  border: 1px solid #303030;
  content: "";
  display: block;
  height: 15px;
  height: 0.9375rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  width: 0.9375rem;
}

.p-form-checkbox input + span::after {
  border-bottom: 3px solid #303030;
  border-bottom: 0.1875rem solid #303030;
  border-left: 3px solid #303030;
  border-left: 0.1875rem solid #303030;
  content: "";
  display: block;
  height: 7px;
  height: 0.4375rem;
  left: 1px;
  left: 0.0625rem;
  margin-top: -2px;
  margin-top: -0.125rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 12px;
  width: 0.75rem;
}

.p-form-checkbox input:checked + span::after {
  opacity: 1;
}

.p-form-checkbox .wpcf7-list-item {
  display: block;
}

.p-form-input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #001399;
  border-radius: 0;
  color: #303030;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  line-height: 1;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  width: 100%;
}

.p-form-input input:focus {
  border: 1px solid #001399;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-form-submit input,
.p-form-submit a {
  background-color: #00A73C;
  border-radius: 0.1875rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  line-height: 1;
  padding: 25px 70px;
  padding: 1.5625rem 4.375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-form-submit input:hover,
.p-form-submit input:focus {
  opacity: 0.8;
  outline: none;
}

.p-form-submit input::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.p-form-textarea textarea {
  field-sizing: content;
  color: #303030;
  font-size: 15px;
  font-size: 0.9375rem;
  min-height: 260px;
  min-height: 16.25rem;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  width: 100%;
}

.p-form-textarea textarea:focus {
  border: 1px solid #001399;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

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

.wpcf7-spinner {
  display: none;
}

.p-form__text {
  background-color: #00A73C;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.075em;
  padding: 20px;
  padding: 1.25rem;
}

.p-form__introduction {
  color: #303030;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.075em;
  line-height: 1.9385714286;
  margin-left: 20px;
  margin-left: 1.25rem;
  text-align: left;
}

.p-form__body {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-form__wrap {
  border-bottom: 1px solid #001399;
}

.p-form__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  letter-spacing: 0.075em;
  line-height: 2.0555555556;
  padding: 15px 15px 0;
  padding: 0.9375rem 0.9375rem 0;
}

.p-form__label span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #D71618;
  border-radius: 0.125rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-size: 0.75rem;
  height: 18px;
  height: 1.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-left: 10px;
  margin-left: 0.625rem;
  padding: 1px 5px;
  padding: 0.0625rem 0.3125rem;
}
.p-form__input,
.p-form__textarea {
  color: #303030;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  text-align: left;
}

.p-form__checkbox {
  padding: 15px 15px;
  padding: 0.9375rem 0.9375rem;
}

.p-form-input input {
  border: 0.5px solid #001399;
  border-radius: 0.3125rem;
}

.wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-form__note1 {
  color: #7F7F7F;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  letter-spacing: 0.075em;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-form__note2 {
  color: #7F7F7F;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-form__submit {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-form__complete {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.075em;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  text-align: center;
}

/* 必須項目が未入力のときに赤い背景にする */
.p-form-input input.wpcf7-not-valid {
  background-color: #FCE0E2;
  border: 1px solid #E60011;
}

.p-form-checkbox .wpcf7-not-valid .wpcf7-list-item-label::before {
  background-color: #FCE0E2;
  border: 1px solid #E60011;
}

.wpcf7-not-valid-tip {
  display: none;
}

/* エラー時のメッセージの色を赤くする */
.wpcf7 form .wpcf7-response-output {
  border-color: none;
  color: #E60011;
  display: inline-block;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  padding-left: 35px;
  padding-left: 2.1875rem;
  position: relative;
  text-align: center;
}

.wpcf7 form .wpcf7-response-output {
  border: medium none currentColor;
  border: initial;
}

.wpcf7 form .wpcf7-response-output::before {
  background-image: url(../images/common/response-output.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  height: 1.875rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  width: 1.875rem;
}

.wpcf7-previous {
  display: block !important;
}

.home .p-header {
  background-color: #fff;
}

.p-header {
  background-color: rgba(151, 151, 151, 0.8);
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: none;
  max-width: initial;
  padding: 0 15px;
  padding: 0 0.9375rem;
}

.p-header__top-link {
  height: inherit;
}

.p-header__top-link a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  width: 25px;
  width: 1.5625rem;
}

.p-header__top-link img {
  -o-object-fit: cover;
  aspect-ratio: 38/62;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-header__right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  height: inherit;
}

.p-header__nav.u-pc {
  display: none;
}

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.p-header__nav-item a img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-header__nav-item:nth-child(1) {
  width: 180px;
  width: 11.25rem;
}

.p-header__nav-item:nth-child(1) a img {
  aspect-ratio: 180/27;
}

.p-header__nav-item:nth-child(2) {
  width: 140px;
  width: 8.75rem;
}

.p-header__nav-item:nth-child(2) a img {
  aspect-ratio: 120/27;
}

.p-header__nav-item:nth-child(3) {
  width: 200px;
  width: 12.5rem;
}

.p-header__nav-item:nth-child(3) a img {
  aspect-ratio: 195/27;
}

.p-header__product-link {
  height: inherit;
}

.p-header__product-link a {
  display: block;
  height: inherit;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  width: 45px;
  width: 2.8125rem;
}

.p-header__product-link a img {
  -o-object-fit: contain;
  aspect-ratio: 5/4;
  height: inherit;
     object-fit: contain;
  width: 100%;
}

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

.p-header__contact-link a {
  display: block;
  width: 77px;
  width: 4.8125rem;
}

.p-header__contact-link a img {
  -o-object-fit: contain;
  aspect-ratio: 4/2;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-modal-layer {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s, z-index 0.3s;
  transition: opacity 0.3s, visibility 0.3s, z-index 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}

.p-modal {
  margin: 60px 0;
  margin: 3.75rem 0;
  margin-left: auto;
  margin-right: auto;
  max-height: 85vh;
  opacity: 0;
  overflow-y: auto;
  -webkit-transition: visibility 0.7s linear, opacity 0.7s;
  transition: visibility 0.7s linear, opacity 0.7s;
  visibility: hidden;
  width: 90%;
}

.p-modal-layer.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.p-modal-layer.is-open .p-modal {
  -webkit-box-shadow: 1.875rem 1.875rem 1.875rem rgba(0, 0, 0, 0.4);
          box-shadow: 1.875rem 1.875rem 1.875rem rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}

.p-modal__inner {
  background-color: #fff;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.p-modal__button-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 10px;
  top: 0.625rem;
}

.p-modal__close-button {
  cursor: pointer;
  height: 30px;
  height: 1.875rem;
  position: relative;
  width: 30px;
  width: 1.875rem;
}

.p-modal__close-button span {
  background: #fff;
  display: inline-block;
  height: 0.5px;
  height: 0.03125rem;
  left: 0;
  position: absolute;
  top: 25px;
  top: 1.5625rem;
  width: 30px;
  width: 1.875rem;
}

.p-modal__close-button span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(-1px, -1px);
          transform: rotate(45deg) translate(-1px, -1px);
}

.p-modal__close-button span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(1px, -1px);
          transform: rotate(-45deg) translate(1px, -1px);
}

.p-modal__content-form {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.p-mv {
  height: calc(100vh - 3.5rem);
  min-height: 400px;
  min-height: 25rem;
  overflow-x: clip;
  position: relative;
}

.p-mv__inner {
  height: inherit;
  min-height: inherit;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.p-mv__contents {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 40px;
  bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  height: auto;
  left: 10px;
  left: 0.625rem;
  position: absolute;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-mv__img {
  width: 40px;
  width: 2.5rem;
}

.p-mv__img img {
  -o-object-fit: cover;
  aspect-ratio: 200/326;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-mv__title {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 10px;
  padding: 0.625rem;
  width: 275px;
  width: 17.1875rem;
  z-index: 10;
}

.p-mv__title img {
  -o-object-fit: cover;
  aspect-ratio: 514/74;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-mv__slider {
  height: inherit;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  min-height: inherit;
  width: 80vw;
}

.p-mv__slider-track,
.p-mv__slider-list,
.p-mv__slider-item,
.p-mv__slider-item picture {
  height: inherit;
  min-height: inherit;
}

.p-mv__slider-item img {
  -o-object-fit: cover;
  height: inherit;
  min-height: inherit;
     object-fit: cover;
}

/* ページネーションのスタイル */
.c-page {
  background-color: #fff;
  border-radius: 624.9375rem;
  display: block;
  height: 5px;
  height: 0.3125rem;
  padding: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 5px;
  width: 0.3125rem;
}

.c-page.is-active {
  background-color: #000000;
  opacity: 1;
}

.c-pagination {
  bottom: 30px;
  bottom: 1.875rem;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  left: 10px;
  left: 0.625rem;
  position: relative;
}

/* 矢印 */
.splide__arrow {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
}

.splide__arrow:hover {
  opacity: 0.7;
}

.splide__arrow:disabled {
  opacity: 0;
}

.splide__arrow svg {
  display: none;
}

.splide__arrow--next {
  right: 20px;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.splide__arrow--prev {
  left: 20px;
  left: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.splide__arrow--next::after {
  border-right: solid 3px #fff;
  border-right: solid 0.1875rem #fff;
  border-top: solid 3px #fff;
  border-top: solid 0.1875rem #fff;
  content: "";
  height: 20px;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 20px;
  width: 1.25rem;
  z-index: 10;
}

.splide__arrow--prev::after {
  border-right: solid 3px #fff;
  border-right: solid 0.1875rem #fff;
  border-top: solid 3px #fff;
  border-top: solid 0.1875rem #fff;
  content: "";
  height: 20px;
  height: 1.25rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  width: 20px;
  width: 1.25rem;
  z-index: 10;
}

.p-pagenavi {
  color: #00A73C;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2.4;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-pagenavi a,
.p-pagenavi span {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1;
  margin: 0 1px;
  margin: 0 0.0625rem;
  padding: 3px;
  padding: 0.1875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-numbers.current {
  border-bottom: 3px solid #00A73C;
  border-bottom: 0.1875rem solid #00A73C;
}

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

.p-privacy__heading {
  color: #00A73C;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}

.p-privacy__body {
  color: #303030;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-privacy__contents {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-privacy__contents + .p-privacy__contents {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-privacy__contents-heading {
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.p-privacy__contents-text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-product__heading {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  width: 18.75rem;
}

.p-product__heading img {
  -o-object-fit: cover;
  aspect-ratio: 490/67;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-product__img {
  border: 3px solid #00A73C;
  border: 0.1875rem solid #00A73C;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 200px;
  width: 12.5rem;
}

.p-product__img img {
  -o-object-fit: cover;
  aspect-ratio: 330/490;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-product__button-wrap {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-product__button {
  background-color: #00A73C;
  height: 34px;
  height: 2.125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
  max-width: 20.625rem;
}

.p-product__button a {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 9px;
  padding: 0.5625rem;
}

.p-product__button img {
  -o-object-fit: cover;
  aspect-ratio: 277/17;
  height: auto;
  margin-left: auto;
  margin-right: auto;
     object-fit: cover;
  width: 277px;
  width: 17.3125rem;
}

.p-product__button + .p-product__button {
  margin-top: 33px;
  margin-top: 2.0625rem;
}

.p-product__button button {
  display: flex block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  padding: 0.625rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}

.p-product__button button img {
  aspect-ratio: 288/14;
  width: 288px;
  width: 18rem;
}

.p-product__button button:hover {
  opacity: 0.7;
}

.p-product__text {
  margin-top: 23px;
  margin-top: 1.4375rem;
  width: 100%;
}

.p-product__text img {
  -o-object-fit: cover;
  aspect-ratio: 310/32;
  height: auto;
  margin-left: auto;
  margin-right: auto;
     object-fit: cover;
  width: 310px;
  width: 19.375rem;
}

.p-single__title {
  color: #00A73C;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.125;
}

.p-single__thumbnail {
  height: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
}

.p-single__thumbnail img {
  -o-object-fit: cover;
  aspect-ratio: 618/393;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-single__date {
  color: #303030;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2.6666666667;
}

.p-single__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-single__button {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.p-single__button a {
  background-color: #00A73C;
  display: inline-block;
  padding: 9px 60px;
  padding: 0.5625rem 3.75rem;
}

.p-single__button a img {
  -o-object-fit: contain;
  aspect-ratio: 152/14;
  height: auto;
     object-fit: contain;
  width: 150px;
  width: 9.375rem;
}

.p-single__link-wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-single__link-wrap .nav-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00A73C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 700;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.nav-previous {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 25px;
  padding-left: 1.5625rem;
  position: relative;
}

.nav-previous::before {
  content: "＜";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav-next {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 25px;
  padding-right: 1.5625rem;
  position: relative;
}

.nav-next::before {
  content: "＞";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-strength {
  overflow-x: clip;
}

.p-strength__inner.l-inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.p-strength__item + .p-strength__item {
  margin-top: 29px;
  margin-top: 1.8125rem;
}

.p-strength__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.p-strength__item-contents {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}

.p-strength__item-number {
  height: 30px;
  height: 1.875rem;
  width: auto;
}

.p-strength__item-number img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: auto;
}

.p-strength__item-heading {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-strength__item-heading img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: auto;
}

.p-strength__item-text {
  color: #303030;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  letter-spacing: 0.2em;
  line-height: 1.75;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-strength__item-img {
  -o-object-position: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
     object-position: left;
  position: relative;
  width: 46vw;
}

.p-strength__item-img img {
  -o-object-fit: cover;
  -o-object-position: left;
  aspect-ratio: 344/610;
  height: 100%;
     object-fit: cover;
     object-position: left;
  width: 100%;
}

/* 行数による高さ指定で見出しサイズを調整 
 テキストを画像化する場合、上下の余白は除かれる
 sp
 lihe-height: rem(16);
 テキストが1行の場合の高さ = 1lh - rem(3)
 テキストが2行の場合の高さ = 2lh - rem(3)
 テキストが2行の場合の高さ = 3lh - rem(3)
 pc
 lihe-height: rem(42);
 テキストが1行の場合の高さ = 1lh - rem(18)
 テキストが2行の場合の高さ = 2lh - rem(18)
 テキストが2行の場合の高さ = 3lh - rem(18)
*/
.p-strength__item-heading {
  --lineHeight1: calc(1lh - 0.1875rem);
  --lineHeight2: calc(2lh - 0.1875rem);
  --lineHeight3: calc(3lh - 0.1875rem);
  --lineHeight4: calc(4lh - 0.1875rem);
  line-height: 16px;
  line-height: 1rem;
}

.p-strength__item:nth-child(1) .p-strength__item-heading {
  height: var(--lineHeight2);
}

.p-strength__item:nth-child(2) .p-strength__item-heading {
  height: var(--lineHeight2);
}

.p-strength__item:nth-child(3) .p-strength__item-heading {
  height: var(--lineHeight2);
}

.p-strength__item:nth-child(4) .p-strength__item-heading {
  height: var(--lineHeight1);
}

.p-strength__banner {
  margin: 0 calc(50% - 50vw);
  margin-top: 67px;
  margin-top: 4.1875rem;
}

.p-strength__banner-img {
  height: 100%;
  position: relative;
  width: 100%;
}

.p-strength__banner-img img {
  -o-object-fit: cover;
  aspect-ratio: 750/327;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-strength__banner-contents {
  background-color: #00A73C;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 17px 10px 3px;
  padding: 1.0625rem 0.625rem 0.1875rem;
  width: 100%;
}

.p-strength__banner-text {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 45px;
  width: 2.8125rem;
}

.p-strength__banner-text img {
  -o-object-fit: cover;
  aspect-ratio: 78/17;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-strength__banner-link {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.p-strength__banner-link a {
  background-color: #fff;
  display: inline-block;
  padding: 3px 42px;
  padding: 0.1875rem 2.625rem;
}

.p-strength__banner-link a img {
  -o-object-fit: contain;
  aspect-ratio: 145/17;
  height: auto;
     object-fit: contain;
  width: 76px;
  width: 4.75rem;
}

.p-sub-mv {
  position: relative;
  width: 100%;
}

.p-sub-mv__image:has(picture) {
  height: 304px;
  height: 19rem;
  width: 100%;
}

.p-sub-mv__image picture {
  height: inherit;
}

.p-sub-mv__image:has(picture) img {
  -o-object-fit: cover;
  aspect-ratio: 750/600;
  height: inherit;
     object-fit: cover;
  width: 100%;
}

.p-sub-mv__title-group {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-sub-mv__title-group .p-sub-mv__title {
  background-color: rgba(0, 167, 60, 0.6);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 33px;
  padding: 2.0625rem;
  position: relative;
  width: 100%;
}

.p-sub-mv__title-group .p-sub-mv__title img {
  aspect-ratio: 300/45;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  width: 18.75rem;
}

.p-sub-mv__title-group .p-sub-mv__page-title {
  left: 0;
  position: absolute;
  top: -12px;
  top: -0.75rem;
  width: 80px;
  width: 5rem;
}

.p-sub-mv__title-group .p-sub-mv__page-title img {
  -o-object-fit: contain;
  aspect-ratio: 165/21;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.page-id-2151 .p-sub-mv__title img {
  aspect-ratio: 300/44;
  margin-left: auto;
  margin-right: auto;
  width: 330px;
  width: 20.625rem;
}

.page-id-2151 .p-sub-mv__title-group .p-sub-mv__page-title {
  width: 120px;
  width: 7.5rem;
}

.page-id-2151 .p-sub-mv__title-group .p-sub-mv__page-title img {
  aspect-ratio: 248/21;
}

.p-sub-mv__image {
  height: 280px;
  height: 17.5rem;
  position: relative;
}

.p-sub-mv__image img {
  -o-object-fit: cover;
  aspect-ratio: 375/200;
  height: inherit;
     object-fit: cover;
  width: 100%;
}

.page-id-20 .p-sub-mv__title,
.page-id-5 .p-sub-mv__title,
.page-id-2161 .p-sub-mv__title,
.page-id-2163 .p-sub-mv__title,
.page-id-2157 .p-sub-mv__title {
  background-color: rgba(0, 167, 60, 0.6);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  padding: 1.875rem;
  position: relative;
  width: 100%;
}

.page-id-20 .p-sub-mv__title img,
.page-id-5 .p-sub-mv__title img,
.page-id-2161 .p-sub-mv__title img,
.page-id-2163 .p-sub-mv__title img,
.page-id-2157 .p-sub-mv__title img {
  -o-object-fit: contain;
  aspect-ratio: 270/28;
  height: auto;
  margin-left: auto;
  margin-right: auto;
     object-fit: contain;
  width: 180px;
  width: 11.25rem;
}

.blog .p-sub-mv__image {
  height: 285px;
  height: 17.8125rem;
  position: relative;
}

.blog .p-sub-mv__image img {
  -o-object-fit: cover;
  aspect-ratio: 375/285;
  height: inherit;
     object-fit: cover;
  width: 100%;
}

.blog .p-sub-mv__title {
  background-color: rgba(0, 167, 60, 0.6);
  bottom: 0;
  height: auto;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  padding: 1.875rem;
  position: absolute;
  width: 100%;
}

.blog .p-sub-mv__title img {
  -o-object-fit: contain;
  aspect-ratio: 270/28;
  height: auto;
  margin-left: auto;
  margin-right: auto;
     object-fit: contain;
  width: 180px;
  width: 11.25rem;
}

.blog .p-sub-mv__title {
  padding: 33px 15px;
  padding: 2.0625rem 0.9375rem;
}

.blog .p-sub-mv__title img {
  aspect-ratio: 121/23;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  width: 6.25rem;
}

.page-id-2155 .p-sub-mv__image:has(picture) {
  height: 250px;
  height: 15.625rem;
  position: relative;
  width: 100%;
}

.page-id-2155 .p-sub-mv__image:has(picture) img {
  aspect-ratio: 750/500;
}

.page-id-2155 .p-sub-mv:has(picture) .p-sub-mv__title {
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: -1px;
  margin-top: -0.0625rem;
  padding: 30px;
  padding: 1.875rem;
}

.page-id-2155 .p-sub-mv:has(picture) .p-sub-mv__title img {
  aspect-ratio: 129/41;
  width: 60px;
  width: 3.75rem;
}

.p-top-catalog {
  padding-top: 45px;
  padding-top: 2.8125rem;
}

.p-top-catalog__link a {
  position: relative;
}

.p-top-catalog__message {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.15)));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15));
  color: #00A73C;
  display: inline-block;
  font-size: max(10.5px, 10px);
  font-size: max(0.65625rem, 10px);
  font-weight: 900;
  line-height: 2.2857142857;
  max-width: 885px;
  max-width: 55.3125rem;
  padding: 8px;
  padding: 0.5rem;
  padding-right: 122px;
  padding-right: 7.625rem;
  position: relative;
  text-align: right;
  width: 100%;
}

.p-top-catalog__message:after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: solid 1px currentColor;
  border-top: solid 1px currentColor;
  bottom: 0;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 90%;
  height: 5px;
  height: 0.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 115px;
  right: 7.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 5px;
  width: 0.3125rem;
}

.p-top-catalog__img {
  position: absolute;
  right: 0px;
  right: 0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  width: 6.25rem;
  z-index: 10;
}

.p-top-catalog__img img {
  -o-object-fit: cover;
  aspect-ratio: 100/128;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-common {
  overflow-x: clip;
}

.p-top-common__inner.l-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: 30px;
  gap: 1.875rem;
  position: relative;
}

.p-top-common__text-wrap {
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
  z-index: 10;
}

.p-top-common__title {
  height: auto;
  width: 100px;
  width: 6.25rem;
}

.p-top-common__title img {
  -o-object-fit: contain;
  aspect-ratio: 300/42;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-top-common__heading {
  height: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
  position: relative;
  width: 200px;
  width: 12.5rem;
}

.p-top-common__heading img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-top-common__description {
  color: #303030;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  letter-spacing: 0.2em;
  line-height: 1.75;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 205px;
  max-width: 12.8125rem;
}

.p-top-common__link {
  display: block;
  margin-top: 13px;
  margin-top: 0.8125rem;
  width: 80px;
  width: 5rem;
}

.p-top-common__link img {
  -o-object-fit: contain;
  aspect-ratio: 300/35;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-top-common__image {
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  position: relative;
  width: 86vw;
}

.p-top-common__image img {
  -o-object-fit: cover;
  aspect-ratio: 650/450;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-common__mask {
  background: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  width: 100%;
}

/* 初期状態（マスクあり） */
[data-aos=unmask-left] .p-top-common__mask {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* スクロールしたらマスクを左へスライド */
[data-aos=unmask-left].aos-animate .p-top-common__mask {
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
}

/* 初期状態（マスクが左側にある） */
[data-aos=unmask-right] .p-top-common__mask {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* スクロールしたらマスクが右にスライド */
[data-aos=unmask-right].aos-animate .p-top-common__mask {
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
}

/* 偶数番目のスタイル */

.p-top-common:nth-child(even) .p-top-common__image,
.p-top-company .p-top-common__image {
  margin-left: calc(50% - 50vw);
  margin-right: auto;
  width: 93vw;
}

.p-top-strength .p-top-common__text-wrap {
  margin-left: auto;
  width: 60%;
}

.p-top-strength .p-top-common__title {
  height: auto;
  width: 100px;
  width: 6.25rem;
}

.p-top-strength .p-top-common__title img {
  -o-object-fit: contain;
  aspect-ratio: 300/97;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-top-strength .p-top-common__heading {
  width: 200px;
  width: 12.5rem;
}

.p-top-products .p-top-common__inner.l-inner {
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 50px;
  padding-right: 3.125rem;
}

.p-top-common__inner .p-top-common__text-wrap {
  padding-left: 0;
}

.p-top-products .p-top-common__heading {
  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;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 0;
  max-width: 75%;
}

.p-top-products .p-top-common__heading img {
  aspect-ratio: 300/66;
  height: 100%;
  width: 50px;
  width: 3.125rem;
}

.p-top-products .p-top-common__description {
  color: #303030;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  letter-spacing: 0.2em;
  line-height: 1.7777777778;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-top-products .p-top-common__image {
  width: 100vw;
}

.p-top-company .p-top-common__text-wrap {
  padding-left: 40px;
  padding-left: 2.5rem;
}

.p-top-company .p-top-common__heading {
  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;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 0;
  width: 100%;
}

.p-top-company .p-top-common__heading img {
  aspect-ratio: 300/61;
  width: 70px;
  width: 4.375rem;
}

.p-top-company .p-top-common__description {
  color: #303030;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  margin-top: 11px;
  margin-top: 0.6875rem;
  text-align: justify;
}

.p-top-company .p-top-common__link {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-top-company .p-top-common__image {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100vw;
}

.p-top-company .p-top-common__image img {
  aspect-ratio: 587/464;
}

.p-top-contact__heading {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  width: 8.75rem;
}

.p-top-contact__heading img {
  -o-object-fit: contain;
  aspect-ratio: 500/100;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-top-contact__description {
  color: #303030;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  line-height: 1.75;
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: center;
}

.p-top-contact__link-wrap {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.p-top-contact__link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 55px;
  width: 3.4375rem;
}

.p-top-contact__link img {
  -o-object-fit: contain;
  aspect-ratio: 50/20;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-top-topics {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 16px 0;
  padding: 1rem 0;
}

.p-top-topics__inner.l-inner {
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.p-top-topics__heading {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  width: 3.75rem;
}

.p-top-topics__heading img {
  -o-object-fit: contain;
  aspect-ratio: 141/23;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-top-topics__slider {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-top-topics__slider-item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

.p-top-topics__slider-item img {
  -o-object-fit: cover;
  aspect-ratio: 315/305;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-topics__slider-item-contents {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-top-topics__slider-item-date {
  color: #303030;
  display: block;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  font-weight: 700;
  letter-spacing: 0.2em;
}

.p-top-topics__slider-item-heading {
  color: #303030;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  letter-spacing: 0.01em;
  line-height: 1.8;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-top-topics__slider-item-link a {
  display: block;
  width: 70px;
  width: 4.375rem;
}

.p-top-topics__slider-item-link a img {
  -o-object-fit: contain;
  aspect-ratio: 50/20;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-top-topics__link-wrap {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-top-topics__link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  width: 10rem;
}

/* 矢印 */
.p-top-topics .splide__arrow {
  height: 30px;
  height: 1.875rem;
  position: absolute;
  width: 30px;
  width: 1.875rem;
  z-index: 10;
}

.p-top-topics .splide__arrow--next {
  right: -25px;
  right: -1.5625rem;
}

.p-top-topics .splide__arrow--prev {
  left: -25px;
  left: -1.5625rem;
}

.p-top-topics .splide__arrow--next::after {
  border-right: solid 3px #00A73C;
  border-right: solid 0.1875rem #00A73C;
  border-top: solid 3px #00A73C;
  border-top: solid 0.1875rem #00A73C;
  height: 15px;
  height: 0.9375rem;
  left: 5px;
  left: 0.3125rem;
  width: 15px;
  width: 0.9375rem;
}

.p-top-topics .splide__arrow--prev::after {
  border-right: solid 3px #00A73C;
  border-right: solid 0.1875rem #00A73C;
  border-top: solid 3px #00A73C;
  border-top: solid 0.1875rem #00A73C;
  height: 15px;
  height: 0.9375rem;
  right: 5px;
  right: 0.3125rem;
  width: 15px;
  width: 0.9375rem;
}

.p-topics__list {
  grid-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  grid-row-gap: 3.125rem;
       -webkit-column-gap: 1.875rem;
               column-gap: 1.875rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 50px;
  row-gap: 3.125rem;
}

.p-topics__item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

.p-topics__item-tag {
  background-color: #00A73C;
  color: #fff;
  padding: 3px;
  padding: 0.1875rem;
  text-align: center;
}

.p-topics__item-tag:has(.u-construction),
.p-topics__item-tag:has(.u-products) {
  background-color: #000000;
}

.p-topics__item-tag span {
  color: #fff;
  display: inline-block;
  font-size: max(19px, 10px);
  font-size: max(1.1875rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5789473684;
  position: relative;
}

.p-topics__item-tag span::after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: solid 3px currentColor;
  border-right: solid 0.1875rem currentColor;
  border-top: solid 3px currentColor;
  border-top: solid 0.1875rem currentColor;
  bottom: 0;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  height: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -20px;
  right: -1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  width: 0.625rem;
}
.p-topics__item-img {
  height: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
}

.p-topics__item img {
  -o-object-fit: cover;
  aspect-ratio: 315/305;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-topics__item-contents {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-topics__item-date {
  color: #303030;
  display: block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  letter-spacing: 0.2em;
}

.p-topics__item-heading {
  color: #303030;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  letter-spacing: 0.01em;
  line-height: 1.8;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-topics__link {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: right;
}

.p-topics__link a {
  display: inline-block;
  height: 100%;
  margin-right: auto;
  width: 140px;
  width: 8.75rem;
}

.p-topics__link a img {
  -o-object-fit: contain;
  aspect-ratio: 140/16;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.u-no-image {
  background-color: #fff;
}

.u-no-image img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  padding: 15% 25%;
  width: 100%;
}

.u-pc {
  display: none;
}

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

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

@media screen and (min-width: 768px){
  html {
    font-size: 1.6vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  html {
    scroll-padding-top: 6.25rem;
  }
  .l-about {
    margin-bottom: 145px;
    margin-bottom: 9.0625rem;
    margin-top: 200px;
    margin-top: 12.5rem;
  }
  .l-company {
    margin-bottom: 133px;
    margin-bottom: 8.3125rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .l-contact {
    margin-bottom: 120px;
    margin-bottom: 7.5rem;
    margin-top: 75px;
    margin-top: 4.6875rem;
  }
  .l-header {
    height: 98px;
    height: 6.125rem;
  }
  .l-inner {
    max-width: 1000px;
    max-width: 62.5rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .l-mv {
    margin-top: 98px;
    margin-top: 6.125rem;
  }
  .l-page-top {
    bottom: 51px;
    bottom: 3.1875rem;
    right: 131px;
    right: 8.1875rem;
  }
  .l-privacy {
    margin-bottom: 78px;
    margin-bottom: 4.875rem;
    margin-top: 48px;
    margin-top: 3rem;
  }
  .l-product {
    margin-bottom: 113px;
    margin-bottom: 7.0625rem;
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .l-single {
    margin-bottom: 140px;
    margin-bottom: 8.75rem;
    margin-top: 77px;
    margin-top: 4.8125rem;
  }
  .l-strength {
    margin-bottom: 145px;
    margin-bottom: 9.0625rem;
    margin-top: 135px;
    margin-top: 8.4375rem;
  }
  .home .l-sub-mv {
    margin-top: 98px;
    margin-top: 6.125rem;
  }
  .l-top-about {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .l-top-common {
    margin-top: 105px;
    margin-top: 6.5625rem;
  }
  .p-top-products.l-top-common {
    margin-top: 170px;
    margin-top: 10.625rem;
  }
  .p-top-company.l-top-common {
    margin-top: 170px;
    margin-top: 10.625rem;
  }
  .l-top-contact {
    margin-bottom: 210px;
    margin-bottom: 13.125rem;
    margin-top: 145px;
    margin-top: 9.0625rem;
  }
  .l-top-topics {
    margin-top: 270px;
    margin-top: 16.875rem;
  }
  .l-topics {
    margin-bottom: 70px;
    margin-bottom: 4.375rem;
    margin-top: 76px;
    margin-top: 4.75rem;
  }
  .c-menu-button {
    margin-left: 17px;
    margin-left: 1.0625rem;
    width: 85px;
    width: 5.3125rem;
  }
  .c-menu-button span {
    height: 2px;
    width: 85px;
    width: 5.3125rem;
  }
  .c-menu-button span:before,
  .c-menu-button span::after {
    height: 2px;
  }
  .c-menu-button span::before {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  .c-menu-button span::after {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  .c-no-post {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-page-top {
    height: 50px;
    height: 3.125rem;
    width: 50px;
    width: 3.125rem;
  }
  .c-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-404 {
    margin-top: 200px;
    margin-top: 12.5rem;
  }
  .p-404__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-404__img {
    max-width: 150px;
    max-width: 9.375rem;
  }
  .p-about__inner.l-inner {
    max-width: 992px;
    max-width: 62rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-about__item + .p-about__item {
    margin-top: 105px;
    margin-top: 6.5625rem;
  }
  .p-about__item-wrap {
    gap: 20px;
    gap: 1.25rem;
  }
  .p-about__item-number {
    height: 40px;
    height: 2.5rem;
  }
  .p-about__item-heading {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-about__item-text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-about__item-img {
    -o-object-position: center;
    height: 600px;
    height: 37.5rem;
       object-position: center;
    width: 48vw;
  }
  .p-about__item-img img {
    aspect-ratio: 760/610;
  }
  .p-about__item-heading {
    --lineHeight1: calc(1lh - 1.125rem);
    --lineHeight2: calc(2lh - 1.125rem);
    --lineHeight3: calc(3lh - 1.125rem);
    --lineHeight4: calc(4lh - 1.125rem);
    line-height: 42px;
    line-height: 2.625rem;
  }
  .p-about__banner {
    margin-left: auto;
    margin-right: auto;
    margin-top: 180px;
    margin-top: 11.25rem;
  }
  .p-about__banner-img img {
    aspect-ratio: 946/310;
  }
  .p-about__banner-contents {
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    padding-top: 18px;
    padding-top: 1.125rem;
  }
  .p-about__banner-text {
    width: 420px;
    width: 26.25rem;
  }
  .p-about__banner-link {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-about__banner-link a {
    padding: 8px 85px;
    padding: 0.5rem 5.3125rem;
  }
  .p-about__banner-link a img {
    width: 150px;
    width: 9.375rem;
  }
  .p-company__inner.l-inner {
    max-width: 1070px;
    max-width: 66.875rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-company__head-anchor {
    gap: 40px;
    gap: 2.5rem;
  }
  .p-company__head-anchor a {
    padding: 7px 10px;
    padding: 0.4375rem 0.625rem;
  }
  .p-company__head-anchor a img {
    width: 160px;
    width: 10rem;
  }
  .p-company__head-anchor a:nth-child(2) img {
    width: 110px;
    width: 6.875rem;
  }
  .p-company__head-anchor a:nth-child(3) img {
    width: 100px;
    width: 6.25rem;
  }
  .p-company__head-link a {
    padding: 9px;
    padding: 0.5625rem;
  }
  .p-company__head-link a img {
    width: 375px;
    width: 23.4375rem;
  }
  .p-company__section {
    margin-top: 75px;
    margin-top: 4.6875rem;
  }
  .p-company__section-title {
    width: 210px;
    width: 13.125rem;
  }
  .p-company__section-description {
    font-size: max(13px, 10px);
    font-size: max(0.8125rem, 10px);
    line-height: 1.8;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-company__section-description + .p-company__section-description {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .p-company__section#overview {
    padding-top: 80px;
    padding-top: 5rem;
  }
  .p-company__section#overview .p-company__section-title {
    width: 135px;
    width: 8.4375rem;
  }
  .p-company__section__inner.l-inner {
    max-width: 820px;
    max-width: 51.25rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-company__section-list {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .p-company__section-items {
    font-size: max(15px, 10px);
    font-size: max(0.9375rem, 10px);
    gap: 17px;
    gap: 1.0625rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .p-company__section-heading {
    width: 105px;
    width: 6.5625rem;
  }
  .p-company__section-text span {
    display: inline-block;
  }
  .p-company__slider {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-company__section#green {
    margin-top: 95px;
    margin-top: 5.9375rem;
  }
  .p-company__section#green .p-company__section-title {
    width: 280px;
    width: 17.5rem;
  }
  .p-company__section#green .p-company__section-description {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-company__section#green .p-company__section-description + .p-company__section-description {
    margin-top: 27px;
    margin-top: 1.6875rem;
  }
  .p-company__section-img {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-company__section-img img {
    aspect-ratio: 1250/445;
  }
  .p-company__section#address {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .p-company__section#address .p-company__section-title {
    width: 100px;
    width: 6.25rem;
  }
  .p-company__section#address .p-company__section-description + .p-company__section-description {
    margin-top: 2px;
    margin-top: 0.125rem;
  }
  .p-company__section-map {
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .p-company__section-map iframe {
    aspect-ratio: 1250/600;
  }
  .p-contact__inner.l-inner {
    max-width: 1050px;
    max-width: 65.625rem;
  }
  .p-contact__form {
    padding: 46px 58px 60px;
    padding: 2.875rem 3.625rem 3.75rem;
  }
  .p-contact__form .p-form__wrap {
    max-width: none;
    max-width: initial;
  }
  .p-contact__form .p-form__submit {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-form__confirm-heading {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
  }
  .p-form__confirm-introduction {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.9285714286;
    margin-top: 0;
  }
  .p-contact__form.u-confirm .p-form__textarea {
    padding: 12px 50px 12px 30px;
    padding: 0.75rem 3.125rem 0.75rem 1.875rem;
  }
  .p-form__submit-message {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-form__submit-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 33px;
    gap: 2.0625rem;
  }
  .p-form-submit.u-back input {
    padding: 25px;
    padding: 1.5625rem;
    width: 320px;
    width: 20rem;
  }
  .p-form-submit.u-submit input {
    padding: 25px;
    padding: 1.5625rem;
    width: 320px;
    width: 20rem;
  }
  .p-contact__form.u-complete {
    padding: 115px 130px;
    padding: 7.1875rem 8.125rem;
  }
  .p-contact__form-complete-heading {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
  }
  .p-contact__form-complete-text {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    margin-top: 94px;
    margin-top: 5.875rem;
  }
  .p-contact__form-complete-link {
    margin-top: 200px;
    margin-top: 12.5rem;
  }
  .p-contact__form-complete-link.p-form-submit a {
    padding: 25px 75px;
    padding: 1.5625rem 4.6875rem;
  }
  .p-content {
    font-size: max(15px, 10px);
    font-size: max(0.9375rem, 10px);
  }
  .p-content h2:nth-of-type(1) {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-content figure:nth-child(n+2) {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .wp-block-file,
  .p-content p:nth-child(n+2),
  .p-content h3:nth-child(n+2),
  .p-content h4:nth-child(n+2),
  .p-content h2 + ul:nth-of-type(n + 2),
  .p-content h2 + ol:nth-of-type(n + 2),
  .p-content ol > li > ol:nth-of-type(n + 2),
  .p-content figure {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-content .wp-block-group {
    padding: 24px 30px;
    padding: 1.5rem 1.875rem;
  }
  .wp-block-file:not(.wp-element-button) a::before {
    margin-right: 8px;
    margin-right: 0.5rem;
    margin-top: 16px;
    margin-top: 1rem;
    width: 32px;
    width: 2rem;
  }
  .p-drawer__inner.l-inner {
    max-width: 1030px;
    max-width: 64.375rem;
  }
  .p-drawer__logo {
    width: 588px;
    width: 36.75rem;
  }
  .p-drawer__page-top {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-drawer__page-top a {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    width: 80px;
    width: 5rem;
  }
  .p-drawer__link-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    gap: 3.75rem;
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-drawer__link-wrap a {
    width: 310px;
    width: 19.375rem;
  }
  .p-drawer__link-wrap a:nth-child(2) {
    width: 463px;
    width: 28.9375rem;
  }
  .p-drawer__link-wrap a + a {
    margin-top: 0;
  }
  .p-drawer__nav {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-drawer__nav-item {
    width: 110px;
    width: 6.875rem;
  }
  .p-drawer__link-wrap2 {
    margin-top: 57px;
    margin-top: 3.5625rem;
    width: 100%;
  }
  .p-drawer__link-wrap2 a + a {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-drawer__link-wrap2 a img {
    width: 130px;
    width: 8.125rem;
  }
  .p-drawer__link-wrap2 a:nth-child(2) img {
    width: 185px;
    width: 11.5625rem;
  }
  .p-drawer__link-wrap3 {
    margin-top: 25px;
    margin-top: 1.5625rem;
    max-width: none;
    max-width: initial;
  }
  .p-drawer__link-wrap3 + .p-drawer__link-wrap3 {
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .p-drawer__link-wrap3 .u-privacypolicy {
    width: 175px;
    width: 10.9375rem;
  }
  .p-drawer__link-wrap3 .u-honsha {
    width: 310px;
    width: 19.375rem;
  }
  .p-drawer__link-wrap3 .u-green {
    width: 86px;
    width: 5.375rem;
  }
  .p-drawer__link-wrap3 .u-machinery {
    width: 110px;
    width: 6.875rem;
  }
  .p-footer {
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .p-footer__inner.l-inner {
    max-width: 1030px;
    max-width: 64.375rem;
  }
  .p-footer__logo {
    width: 588px;
    width: 36.75rem;
  }
  .p-footer__page-top {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-footer__page-top a {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    width: 80px;
    width: 5rem;
  }
  .p-footer__link-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    gap: 3.75rem;
    margin-top: 29px;
    margin-top: 1.8125rem;
    max-width: none;
    max-width: initial;
  }
  .p-footer__link-wrap a {
    width: 310px;
    width: 19.375rem;
  }
  .p-footer__link-wrap a:nth-child(2) {
    width: 463px;
    width: 28.9375rem;
  }
  .p-footer__link-wrap a + a {
    margin-top: 0;
  }
  .p-footer__nav {
    margin-top: 50px;
    margin-top: 3.125rem;
    max-width: none;
    max-width: initial;
  }
  .p-footer__nav-item {
    width: 110px;
    width: 6.875rem;
  }
  .p-footer__link-wrap2 {
    margin-top: 57px;
    margin-top: 3.5625rem;
    width: 100%;
  }
  .p-footer__link-wrap2 a + a {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-footer__link-wrap2 a img {
    width: 130px;
    width: 8.125rem;
  }
  .p-footer__link-wrap2 a:nth-child(2) img {
    width: 185px;
    width: 11.5625rem;
  }
  .p-footer__link-wrap3 {
    margin-top: 25px;
    margin-top: 1.5625rem;
    max-width: none;
    max-width: initial;
  }
  .p-footer__link-wrap3 + .p-footer__link-wrap3 {
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .p-footer__link-wrap3 .u-privacypolicy {
    width: 175px;
    width: 10.9375rem;
  }
  .p-footer__link-wrap3 .u-honsha {
    width: 310px;
    width: 19.375rem;
  }
  .p-footer__link-wrap3 .u-green {
    width: 86px;
    width: 5.375rem;
  }
  .p-footer__link-wrap3 .u-machinery {
    width: 110px;
    width: 6.875rem;
  }
  .p-footer__copyright {
    text-align: left;
  }
  .p-footer__copyright small {
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
  }
  .p-form-checkbox label {
    display: inline-block;
  }
  .p-form-checkbox label:not(:first-of-type) {
    margin-left: 30px;
    margin-left: 1.875rem;
    margin-top: 0;
  }
  .p-form-checkbox input + span {
    display: inline-block;
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    padding: 0 0 0 40px;
    padding: 0 0 0 2.5rem;
  }
  .p-form-input input {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-form-submit input,
  .p-form-submit a {
    padding: 25px 125px;
    padding: 1.5625rem 7.8125rem;
  }
  .p-form__text {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 3;
    padding: 15px 80px;
    padding: 0.9375rem 5rem;
  }
  .p-form__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 880px;
    max-width: 55rem;
  }
  .p-form__label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 17px 23px;
    padding: 1.0625rem 1.4375rem;
    width: 34%;
  }
  .p-form__input,
  .p-form__textarea {
    padding: 12px 0 12px 30px;
    padding: 0.75rem 0 0.75rem 1.875rem;
  }
  .p-form__checkbox {
    padding: 27px 30px;
    padding: 1.6875rem 1.875rem;
  }
  .p-form__input:has(input[name=email]),
  .p-form__input div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-form__note1 {
    font-size: max(13px, 10px);
    font-size: max(0.8125rem, 10px);
    line-height: 2.6428571429;
  }
  .p-form__note2 {
    font-size: max(13px, 10px);
    font-size: max(0.8125rem, 10px);
    letter-spacing: 0.075em;
  }
  .p-form__submit {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-form__complete {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    margin-top: 100px;
    margin-top: 6.25rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
  .p-header__inner {
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .p-header__top-link a {
    width: 38px;
    width: 2.375rem;
  }
  .p-header__right {
    gap: 10px;
    gap: 0.625rem;
  }
  .p-header__nav.u-pc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
  }
  .p-header__product-link a {
    margin-right: 10px;
    margin-right: 0.625rem;
    width: 70px;
    width: 4.375rem;
  }
  .p-header__contact-link a {
    width: 150px;
    width: 9.375rem;
  }
  .p-modal {
    margin: 120px 0;
    margin: 7.5rem 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    max-width: 62.5rem;
    width: 95%;
  }
  .p-modal__button-wrap {
    right: 40px;
    right: 2.5rem;
    top: 25px;
    top: 1.5625rem;
  }
  .p-modal__close-button {
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
  }
  .p-modal__close-button span {
    width: 40px;
    width: 2.5rem;
  }
  .p-modal__content-form {
    padding-bottom: 90px;
    padding-bottom: 5.625rem;
  }
  .p-mv {
    height: calc(100vh - 6.125rem);
    min-height: 550px;
    min-height: 34.375rem;
  }
  .p-mv__inner {
    padding-left: 75px;
    padding-left: 4.6875rem;
    padding-right: 75px;
    padding-right: 4.6875rem;
  }
  .p-mv__contents {
    left: 100px;
    left: 6.25rem;
  }
  .p-mv__img {
    width: 100px;
    width: 6.25rem;
  }
  .p-mv__title {
    width: 565px;
    width: 35.3125rem;
  }
  .p-mv__slider {
    width: 72vw;
  }
  .c-page {
    height: 15px;
    height: 0.9375rem;
    width: 15px;
    width: 0.9375rem;
  }
  .c-pagination {
    gap: 50px;
    gap: 3.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 100px;
    left: 6.25rem;
  }
  .splide__arrow {
    height: 100px;
    height: 6.25rem;
    width: 80px;
    width: 5rem;
  }
  .splide__arrow--next {
    right: 15px;
    right: 0.9375rem;
  }
  .splide__arrow--prev {
    left: 15px;
    left: 0.9375rem;
  }
  .splide__arrow--next::after {
    border-right: solid 5px #fff;
    border-right: solid 0.3125rem #fff;
    border-top: solid 5px #fff;
    border-top: solid 0.3125rem #fff;
    height: 50px;
    height: 3.125rem;
    width: 50px;
    width: 3.125rem;
  }
  .splide__arrow--prev::after {
    border-right: solid 5px #fff;
    border-right: solid 0.3125rem #fff;
    border-top: solid 5px #fff;
    border-top: solid 0.3125rem #fff;
    height: 50px;
    height: 3.125rem;
    width: 50px;
    width: 3.125rem;
  }
  .p-pagenavi {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-pagenavi a,
  .p-pagenavi span {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    margin: 0 3px;
    margin: 0 0.1875rem;
    padding: 8px;
    padding: 0.5rem;
  }
  .p-privacy__inner.l-inner {
    max-width: 670px;
    max-width: 41.875rem;
  }
  .p-privacy__heading {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-privacy__body {
    font-size: max(15px, 10px);
    font-size: max(0.9375rem, 10px);
  }
  .p-privacy__contents {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-privacy__contents + .p-privacy__contents {
    margin-top: 27px;
    margin-top: 1.6875rem;
  }
  .p-privacy__contents-heading {
    font-size: max(15px, 10px);
    font-size: max(0.9375rem, 10px);
  }
  .p-privacy__contents-text {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-product__heading {
    width: 495px;
    width: 30.9375rem;
  }
  .p-product__img {
    width: 330px;
    width: 20.625rem;
  }
  .p-product__button-wrap {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
  .p-product__button {
    width: 330px;
    width: 20.625rem;
  }
  .p-single__inner.l-inner {
    max-width: 675px;
    max-width: 42.1875rem;
  }
  .p-single__title {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-single__thumbnail {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-single__date {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-single__content {
    margin-top: 46px;
    margin-top: 2.875rem;
  }
  .p-single__button {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-single__button a {
    padding: 9px 85px;
    padding: 0.5625rem 5.3125rem;
  }
  .p-single__button a img {
    width: 152px;
    width: 9.5rem;
  }
  .p-single__link-wrap .nav-links {
    font-size: max(15px, 10px);
    font-size: max(0.9375rem, 10px);
    gap: 30px;
    gap: 1.875rem;
  }
  .p-strength__inner.l-inner {
    max-width: 992px;
    max-width: 62rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-strength__item + .p-strength__item {
    margin-top: 140px;
    margin-top: 8.75rem;
  }
  .p-strength__item-wrap {
    gap: 20px;
    gap: 1.25rem;
  }
  .p-strength__item-number {
    height: 40px;
    height: 2.5rem;
  }
  .p-strength__item-heading {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-strength__item-text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-strength__item-img {
    -o-object-position: center;
    height: 600px;
    height: 37.5rem;
       object-position: center;
    width: 48vw;
  }
  .p-strength__item-img img {
    aspect-ratio: 760/610;
  }
  .p-strength__item-heading {
    --lineHeight1: calc(1lh - 1.125rem);
    --lineHeight2: calc(2lh - 1.125rem);
    --lineHeight3: calc(3lh - 1.125rem);
    --lineHeight4: calc(4lh - 1.125rem);
    line-height: 42px;
    line-height: 2.625rem;
  }
  .p-strength__item:nth-child(1) .p-strength__item-heading {
    height: var(--lineHeight1);
  }
  .p-strength__banner {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-strength__banner-img img {
    aspect-ratio: 950/330;
  }
  .p-strength__banner-contents {
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    padding-top: 35px;
    padding-top: 2.1875rem;
  }
  .p-strength__banner-text {
    width: 80px;
    width: 5rem;
  }
  .p-strength__banner-link {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-strength__banner-link a {
    padding: 8px 85px;
    padding: 0.5rem 5.3125rem;
  }
  .p-strength__banner-link a img {
    width: 150px;
    width: 9.375rem;
  }
  .p-sub-mv__image:has(picture) {
    height: 610px;
    height: 38.125rem;
  }
  .p-sub-mv__image:has(picture) img {
    aspect-ratio: 1250/610;
  }
  .p-sub-mv__title-group .p-sub-mv__title {
    padding: 42px;
    padding: 2.625rem;
  }
  .p-sub-mv__title-group .p-sub-mv__title img {
    width: 727px;
    width: 45.4375rem;
  }
  .p-sub-mv__title-group .p-sub-mv__page-title {
    top: -22px;
    top: -1.375rem;
    width: 165px;
    width: 10.3125rem;
  }
  .page-id-2151 .p-sub-mv__title img {
    width: 796px;
    width: 49.75rem;
  }
  .page-id-2151 .p-sub-mv__title-group .p-sub-mv__page-title {
    width: 248px;
    width: 15.5rem;
  }
  .p-sub-mv__image {
    height: 550px;
    height: 34.375rem;
  }
  .p-sub-mv__image img {
    aspect-ratio: 1250/350;
  }
  .page-id-20 .p-sub-mv__title,
  .page-id-5 .p-sub-mv__title,
  .page-id-2161 .p-sub-mv__title,
  .page-id-2163 .p-sub-mv__title,
  .page-id-2157 .p-sub-mv__title {
    padding: 60px;
    padding: 3.75rem;
  }
  .page-id-20 .p-sub-mv__title img,
  .page-id-5 .p-sub-mv__title img,
  .page-id-2161 .p-sub-mv__title img,
  .page-id-2163 .p-sub-mv__title img,
  .page-id-2157 .p-sub-mv__title img {
    width: 260px;
    width: 16.25rem;
  }
  .blog .p-sub-mv__image {
    height: 563px;
    height: 35.1875rem;
  }
  .blog .p-sub-mv__image img {
    aspect-ratio: 1250/563;
  }
  .blog .p-sub-mv__title {
    padding: 92px;
    padding: 5.75rem;
  }
  .blog .p-sub-mv__title img {
    width: 260px;
    width: 16.25rem;
  }
  .blog .p-sub-mv__title {
    padding: 95px;
    padding: 5.9375rem;
  }
  .blog .p-sub-mv__title img {
    width: 121px;
    width: 7.5625rem;
  }
  .page-id-2155 .p-sub-mv__image:has(picture) {
    height: 710px;
    height: 44.375rem;
  }
  .page-id-2155 .p-sub-mv__image:has(picture) img {
    aspect-ratio: 1250/560;
  }
  .page-id-2155 .p-sub-mv:has(picture) .p-sub-mv__title {
    padding: 60px;
    padding: 3.75rem;
  }
  .page-id-2155 .p-sub-mv:has(picture) .p-sub-mv__title img {
    width: 130px;
    width: 8.125rem;
  }
  .p-top-catalog {
    padding-top: 5px;
    padding-top: 0.3125rem;
  }
  .p-top-catalog__inner.l-inner {
    max-width: 1100px;
    max-width: 68.75rem;
  }
  .p-top-catalog__link a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top-catalog__message {
    font-size: max(21px, 10px);
    font-size: max(1.3125rem, 10px);
    padding: 15px;
    padding: 0.9375rem;
    padding-right: 67px;
    padding-right: 4.1875rem;
  }
  .p-top-catalog__message:after {
    border-right: solid 2px currentColor;
    border-top: solid 2px currentColor;
    height: 10px;
    height: 0.625rem;
    right: 56px;
    right: 3.5rem;
    width: 10px;
    width: 0.625rem;
  }
  .p-top-catalog__img {
    margin-left: -20px;
    margin-left: -1.25rem;
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    width: 235px;
    width: 14.6875rem;
  }
  .p-top-common__inner.l-inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    gap: 1.875rem;
    max-width: 1000px;
    max-width: 62.5rem;
  }
  .p-top-common__text-wrap {
    padding-left: 0;
  }
  .p-top-common__title {
    width: 190px;
    width: 11.875rem;
  }
  .p-top-common__heading {
    margin-top: 30px;
    margin-top: 1.875rem;
    width: 420px;
    width: 26.25rem;
  }
  .p-top-common__description {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    margin-top: 30px;
    margin-top: 1.875rem;
    max-width: 410px;
    max-width: 25.625rem;
  }
  .p-top-common__link {
    width: 140px;
    width: 8.75rem;
  }
  .p-top-common__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 624px;
    max-height: 39rem;
    padding-left: 0;
    width: 51vw;
  }
  .p-top-common__image img {
    aspect-ratio: 1/1;
    max-height: inherit;
  }
  .p-top-common__mask {
    max-height: inherit;
  }
  .p-top-common:nth-child(even) .p-top-common__inner.l-inner,
  .p-top-company .p-top-common__inner.l-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 36px;
    gap: 2.25rem;
  }
  .p-top-common:nth-child(even) .p-top-common__image,
  .p-top-company .p-top-common__image {
    width: 48.5vw;
  }
  .p-top-common:nth-child(even) .p-top-common__description,
  .p-top-company .p-top-common__description {
    max-width: none;
    max-width: initial;
  }
  .p-top-strength .p-top-common__text-wrap {
    width: 100%;
  }
  .p-top-strength .p-top-common__title {
    width: 200px;
    width: 12.5rem;
  }
  .p-top-strength .p-top-common__heading {
    width: 425px;
    width: 26.5625rem;
  }
  .p-top-strength .p-top-common__image {
    max-height: 600px;
    max-height: 37.5rem;
  }
  .p-top-products .p-top-common__inner.l-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .p-top-products .p-top-common__heading {
    margin-left: 0;
    max-width: 87%;
  }
  .p-top-products .p-top-common__heading img {
    width: 135px;
    width: 8.4375rem;
  }
  .p-top-products .p-top-common__description {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 22px;
    margin-top: 1.375rem;
    padding-left: 0;
  }
  .p-top-products .p-top-common__link {
    padding-left: 0;
    width: 166px;
    width: 10.375rem;
  }
  .p-top-products .p-top-common__image {
    margin-top: 0;
    max-height: 480px;
    max-height: 30rem;
    width: 53vw;
  }
  .p-top-company .p-top-common__inner.l-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 30px;
    gap: 1.875rem;
    max-width: 1250px;
    max-width: 78.125rem;
    padding-left: 0;
  }
  .p-top-company .p-top-common__text-wrap {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    padding-left: 0;
    padding-right: 80px;
    padding-right: 5rem;
    width: 100%;
  }
  .p-top-company .p-top-common__heading {
    margin-left: 0;
  }
  .p-top-company .p-top-common__heading img {
    width: 155px;
    width: 9.6875rem;
  }
  .p-top-company .p-top-common__description {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .p-top-company .p-top-common__link {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
  .p-top-company .p-top-common__image {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 640px;
    max-width: 40rem;
    width: 48.5vw;
  }
  .p-top-company .p-top-common__image img {
    aspect-ratio: 645/607;
  }
  .p-top-contact__heading {
    width: 280px;
    width: 17.5rem;
  }
  .p-top-contact__description {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-top-contact__link-wrap {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-top-contact__link {
    width: 115px;
    width: 7.1875rem;
  }
  .p-top-topics {
    padding: 53px 0;
    padding: 3.3125rem 0;
  }
  .p-top-topics__inner.l-inner {
    max-width: 1250px;
    max-width: 78.125rem;
  }
  .p-top-topics__heading {
    width: 141px;
    width: 8.8125rem;
  }
  .p-top-topics__slider {
    margin-left: auto;
    margin-right: auto;
    width: 82.8%;
  }
  .p-top-topics__slider {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-top-topics__slider-item-contents {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-top-topics__slider-item-date {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-top-topics__slider-item-heading {
    font-size: max(15px, 10px);
    font-size: max(0.9375rem, 10px);
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-top-topics__slider-item-link {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .p-top-topics__slider-item-link a {
    width: 140px;
    width: 8.75rem;
  }
  .p-top-topics__link {
    margin-left: initial;
    margin-left: auto;
    margin-right: initial;
    margin-right: 56px;
    margin-right: 3.5rem;
    width: 320px;
    width: 20rem;
  }
  .p-top-topics .splide__arrow {
    height: 50px;
    height: 3.125rem;
    width: 50px;
    width: 3.125rem;
  }
  .p-top-topics .splide__arrow--next {
    right: -90px;
    right: -5.625rem;
  }
  .p-top-topics .splide__arrow--prev {
    left: -90px;
    left: -5.625rem;
  }
  .p-top-topics .splide__arrow--next::after {
    border-right: solid 8px #00A73C;
    border-right: solid 0.5rem #00A73C;
    border-top: solid 8px #00A73C;
    border-top: solid 0.5rem #00A73C;
    height: 35px;
    height: 2.1875rem;
    width: 35px;
    width: 2.1875rem;
  }
  .p-top-topics .splide__arrow--prev::after {
    border-right: solid 8px #00A73C;
    border-right: solid 0.5rem #00A73C;
    border-top: solid 8px #00A73C;
    border-top: solid 0.5rem #00A73C;
    height: 35px;
    height: 2.1875rem;
    width: 35px;
    width: 2.1875rem;
  }
  .p-topics__inner.l-inner {
    max-width: 1095px;
    max-width: 68.4375rem;
  }
  .p-topics__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-topics__item-date {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-topics__item-heading {
    font-size: max(15px, 10px);
    font-size: max(0.9375rem, 10px);
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
}

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

@media screen and (min-width: 1200px){
  html {
    font-size: 16px;
  }
  .p-header__nav-item a {
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .p-header__nav-item:nth-child(1) {
    width: 240px;
    width: 15rem;
  }
  .p-header__nav-item:nth-child(2) {
    width: 170px;
    width: 10.625rem;
  }
  .p-header__nav-item:nth-child(3) {
    width: 250px;
    width: 15.625rem;
  }
  .p-header__product-link a {
    margin-right: 30px;
    margin-right: 1.875rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    width: 90px;
    width: 5.625rem;
  }
}

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

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

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