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

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

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

ol,
ul {
  list-style: none;
}

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

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

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

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

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

body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

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

s picture,
img,
a,
span {
  display: inline-block;
}

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

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

input,
textarea,
select {
  font: inherit;
}

.l-top__inner {
  margin-inline: auto;
  max-width: 1920px;
  padding-inline: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-top__inner {
    padding-inline: 25px;
  }
}

.l-page-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 8.125rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-mv__inner {
    padding: 50px 20px;
  }
}

.l-page-section__inner {
  padding-inline: 7.5rem;
  padding-block: 9.375rem 6.25rem;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-section__inner {
    padding-inline: 25px;
    padding-block: 75px 50px;
  }
}

.c-drawer-icon {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 51;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(1) {
  top: 14px;
  width: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(2) {
  top: 9px;
  display: none;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(3) {
  top: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-drawer-icon {
  display: none;
}
@media screen and (max-width: 1099px) {
  .c-drawer-icon {
    display: inline;
  }
}

.c-drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 3px;
  background-color: #000000;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.c-drawer-icon__bar:nth-of-type(2) {
  top: 10px;
}
.c-drawer-icon__bar:nth-of-type(3) {
  top: 20px;
}

.c-drawer-content {
  width: 100%;
  height: 100%;
  position: fixed; /* 固定して浮かせる */
  top: 0;
  background: #fff;
  z-index: 500;
  padding: 74px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.c-drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-drawer-content__menu {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  text-align: center;
  height: 543px;
}

.c-drawer-content__link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding-block: 8px;
}

.c-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  position: fixed;
  z-index: 100;
  top: 14rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-banner {
    top: 128px;
    gap: 10px;
  }
}

.c-page-banner {
  top: 15.625rem;
}
@media screen and (max-width: 767px) {
  .c-page-banner {
    top: 190px;
  }
}

.c-banner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  border: 1px solid transparent;
  padding: 2.1875rem 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: #ff821c;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-banner-link {
    padding: 10px;
  }
}
.c-banner-link.--dark {
  background: var(--btn, linear-gradient(180deg, #292929 27.39%, #575757 100%));
}
@media (any-hover: hover) {
  .c-banner-link.--dark:hover {
    color: #000000;
    background: #fff;
    border: 1px solid #000000;
  }
}
@media (any-hover: hover) {
  .c-banner-link:hover {
    color: #ff821c;
    background: #fff;
    border: 1px solid #ff821c;
  }
}

/* アイコンは横向きのまま */
/* ===============================
   アイコン基本（最初は白）
================================ */
.c-banner-icon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-filter 0.25s ease;
  transition: -webkit-filter 0.25s ease;
  transition: filter 0.25s ease;
  transition: filter 0.25s ease, -webkit-filter 0.25s ease;
  /* 最初は白 */
  -webkit-filter: brightness(0) saturate(100%) invert(1);
          filter: brightness(0) saturate(100%) invert(1);
}

/* ===============================
   お問い合わせ hover
   → メインカラー風
================================ */
@media (any-hover: hover) {
  .c-banner-link:not(.--dark):hover .c-banner-icon img {
    -webkit-filter: brightness(0) saturate(100%) invert(58%) sepia(92%) saturate(1352%) hue-rotate(345deg) brightness(102%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(58%) sepia(92%) saturate(1352%) hue-rotate(345deg) brightness(102%) contrast(101%);
  }
}
/* ===============================
   見積もり hover（--dark）
   → 黒
================================ */
@media (any-hover: hover) {
  .c-banner-link.--dark:hover .c-banner-icon img {
    -webkit-filter: brightness(0) saturate(100%);
            filter: brightness(0) saturate(100%);
  }
}
.c-banner-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}

.c-btn__link {
  border: 1px solid transparent;
  display: inline-block;
  padding: 0.9375rem 1.875rem 0.9375rem 5rem;
  font-size: 1.25rem;
  color: #fff;
  background-color: #ff821c;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .c-btn__link {
    font-size: 13px;
    padding: 10px 7px 10px 30px;
  }
}
.c-btn__link span {
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-btn__link span {
    padding-left: 16px;
  }
}
.c-btn__link span img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-btn__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn__link span img {
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
@media (any-hover: hover) {
  .c-btn__link:hover {
    color: #ff821c;
    background: #fff;
    border: 1px solid #ff821c;
  }
  .c-btn__link:hover span img {
    -webkit-filter: brightness(0) saturate(100%) invert(63%) sepia(77%) saturate(1187%) hue-rotate(350deg) brightness(101%) contrast(102%);
            filter: brightness(0) saturate(100%) invert(63%) sepia(77%) saturate(1187%) hue-rotate(350deg) brightness(101%) contrast(102%);
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.c-card__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-page-mv {
  margin-top: 7.75rem;
  width: 100%;
  height: 30.4375rem;
}
@media screen and (max-width: 767px) {
  .c-page-mv {
    margin-top: 48px;
    height: 200px;
  }
}

.c-page-mv-title__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(255, 255, 255, 0.8);
  padding: 3.125rem 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-page-mv-title__wrap {
    padding: 15px 30px;
    gap: 5px;
  }
}

.c-page-mv-title-en {
  font-size: 1rem;
  color: #ff821c;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-page-mv-title-en {
    font-size: 10px;
  }
}

.c-page-mv-title-ja {
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .c-page-mv-title-ja {
    font-size: 28px;
  }
}

.c-page-intro__title-wrap {
  text-align: center;
}

.c-page-intro__title {
  padding-bottom: 1.25rem;
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .c-page-intro__title {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
.c-page-intro__title {
  position: relative;
}
.c-page-intro__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 3.125rem;
  height: 0.25rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ff821c), color-stop(99.99%, #868282));
  background: linear-gradient(90deg, #ff821c 25%, #868282 99.99%);
}
@media screen and (max-width: 767px) {
  .c-page-intro__title::before {
    width: 30px;
    height: 2px;
  }
}

/*----------------------------------
  c-contact
-----------------------------------*/
.c-contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-contact__fields {
    gap: 15px;
  }
}

.c-contact__privacy {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-contact__privacy {
    margin-top: 20px;
  }
}

.c-contact__privacy__text {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-contact__privacy__text {
    font-size: 13px;
  }
}

.c-contact-privacy__link {
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-contact-privacy__link {
    font-size: 13px;
  }
}
@media (any-hover: hover) {
  .c-contact-privacy__link:hover {
    color: #ff821c;
  }
}

.c-contact__submit {
  color: #fff;
  background: #ff821c;
  border: 1px solid #ff821c;
  padding: 0.9375rem 5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .c-contact__submit {
    font-size: 15px;
    padding: 10px 30px;
  }
}
.c-contact__submit {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-contact__submit:hover {
    color: #ff821c;
    background: #fff;
  }
}

/*----------------------------------
  c-form
-----------------------------------*/
.c-form-text {
  border: 1px solid #d6d6d6;
  background: #fff;
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  /* プレースホルダーだけ薄くする */
}
.c-form-text::-webkit-input-placeholder {
  color: #d6d6d6;
  opacity: 1;
}
.c-form-text::-moz-placeholder {
  color: #d6d6d6;
  opacity: 1;
}
.c-form-text:-ms-input-placeholder {
  color: #d6d6d6;
  opacity: 1;
}
.c-form-text::-ms-input-placeholder {
  color: #d6d6d6;
  opacity: 1;
}
.c-form-text::placeholder {
  color: #d6d6d6;
  opacity: 1;
}
.c-form-text:focus {
  outline: #333 auto 1px;
}
.c-form-text:not(:-moz-placeholder) {
  color: #333;
}
.c-form-text:not(:-ms-input-placeholder) {
  color: #333;
}
.c-form-text:not(:placeholder-shown) {
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-form-text {
    padding: 10px;
    font-size: 16px;
  }
}

.c-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-form-field {
    gap: 5px;
  }
}

.c-form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-form-field__head {
    gap: 5px;
  }
}

.c-form-filed__label {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .c-form-filed__label {
    font-size: 15px;
  }
}

.c-form-field__tag {
  color: #f00;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .c-form-field__tag {
    font-size: 8px;
  }
}

.c-form-textarea {
  border: 1px solid #d6d6d6;
  background: #fff;
  padding: 1.25rem 1.875rem;
  width: 100%;
}
.c-form-textarea:focus {
  outline: #000 auto 1px;
}
.c-form-textarea:not(:-moz-placeholder) {
  color: #000;
}
.c-form-textarea:not(:-ms-input-placeholder) {
  color: #000;
}
.c-form-textarea:not(:placeholder-shown) {
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-form-textarea {
    padding: 5px 10px;
    font-size: 16px;
  }
}

.c-form-checkbox__container {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form-checkbox__container {
    margin-top: 20px;
  }
}

.c-form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  /* ここを c-form-checkbox__text にする */
}
.c-form-checkbox__input:checked + .wpcf7-list-item-label .c-form-checkbox__text::after {
  opacity: 1;
}
.c-form-checkbox__input:focus + .wpcf7-list-item-label .c-form-checkbox__text::before {
  border: 1px solid #000;
}

.c-form-checkbox__text {
  font-size: 1rem;
  padding-left: 2.5rem;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-form-checkbox__text {
    font-size: 13px;
    padding-left: 30px;
  }
}
.c-form-checkbox__text::before, .c-form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-form-checkbox__text::before {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #000;
  background: #fff;
  border-radius: none;
}
@media screen and (max-width: 767px) {
  .c-form-checkbox__text::before {
    width: 20px;
    height: 20px;
  }
}
.c-form-checkbox__text::after {
  width: 1.25rem;
  height: 1.25rem;
  content: "✔︎";
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-form-checkbox__text::after {
    width: 20px;
    height: 20px;
  }
}

/*----------------------------------
  wpCF7
-----------------------------------*/
.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

/* Chrome / Safari 自動入力の青背景を解除 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}

/*----------------------------------
  ios向け希望納期
-----------------------------------*/
/* iOS SPだけ */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 767px) {
    /* date input */
    input[type=date].c-form-date {
      display: block;
      width: 93% !important;
      max-width: 93% !important;
      min-width: 0 !important;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-left: auto;
      text-align: right;
    }
    /* iOSの内部日付テキスト右寄せ */
    input[type=date].c-form-date::-webkit-date-and-time-value {
      text-align: left;
    }
  }
}
/*----------------------------------
  iOS フォーカス統一
-----------------------------------*/
.p-header {
  height: 7.75rem;
  position: fixed; /* ヘッダーを固定 */
  top: 0; /* 上部に配置 */
  left: 0; /* 左端に配置 */
  width: 100%; /* 横幅を全体に広げる */
  background-color: #fff; /* ヘッダーの背景色（必要に応じて変更） */
  z-index: 1000; /* 重なり順を他の要素より前に */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* パディングを含めてボックスサイズを計算 */
}
@media screen and (max-width: 1099px) {
  .p-header {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 48px;
  }
}

.p-header__inner {
  height: inherit;
  padding-block: 1.4375rem;
  padding-inline: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 15px;
    padding-block: 10px;
  }
}

.p-header__logo {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-header__logo:hover {
  opacity: 0.6;
}

.p-header-logo__link {
  width: 16.9375rem;
}
@media screen and (max-width: 767px) {
  .p-header-logo__link {
    width: 96px;
  }
}
.p-header-logo__link img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media screen and (max-width: 1099px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.p-header__nav-item a {
  color: #868282;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0.625rem;
}
.p-header__nav-item a.is-current {
  color: #000;
  border-bottom: 2px solid #ff821c;
}
.p-header__nav-item a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__nav-item a:hover {
    color: #000000;
  }
}

.p-footer {
  background: #575757;
  color: #fff;
}

.p-footer__inner {
  padding-inline: 7.5rem;
  padding-block: 6.25rem 1.875rem;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-inline: 25px;
    padding-block: 40px 10px;
  }
}

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

.p-footer-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 13.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer-nav__wrap {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.p-footer__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-footer__logo {
  width: 16.0625rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 97px;
  }
}
.p-footer__logo img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__text {
  margin-top: 2.8125rem;
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    margin-top: 15px;
    font-size: 12px;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-footer-nav__title {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-footer-nav__title {
    font-size: 12px;
  }
}

.p-footer-nav__list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer-nav__list {
    margin-top: 5px;
    gap: 1px;
  }
}

.p-footer-nav__item a {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-footer-nav__item a {
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    display: block;
  }
}
.p-footer-nav__item a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer-nav__item a:hover {
    opacity: 0.7;
  }
}

.p-footer__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-footer-access__title {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-footer-access__title {
    font-size: 12px;
  }
}

.p-footer-access__list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer-access__list {
    margin-top: 5px;
    gap: 1px;
  }
}

.p-footer-access__item {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-footer-access__item {
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
  }
}

.p-footer-bottom {
  margin-top: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-footer-bottom {
    margin-top: 30px;
  }
}

.p-footer__privacy {
  display: block;
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-footer__privacy {
    font-size: 10px;
    font-weight: 500;
  }
}
.p-footer__privacy {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__privacy:hover {
    opacity: 0.7;
  }
}

.p-footer__copy {
  margin-top: 3.1875rem;
  text-align: center;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    margin-top: 10px;
    font-size: 7px;
  }
}

/*----------------------------------
  common
-----------------------------------*/
.p-top-main-section__title {
  text-align: center;
}

.p-top-main-section__title-en {
  color: #ff821c;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-top-main-section__title-en {
    font-size: 7px;
    line-height: normal;
  }
}

.p-top-main-section__title-ja {
  margin-top: 0.9375rem;
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-top-main-section__title-ja {
    margin-top: 5px;
    font-size: 24px;
  }
}

/*----------------------------------
  p-top__fv
-----------------------------------*/
.p-top__fv {
  margin-top: 7.75rem;
}
@media screen and (max-width: 1099px) {
  .p-top__fv {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__fv {
    margin-top: 48px;
  }
}

.p-top-fv__inner {
  position: relative;
}

/* FV固定本体 */
.p-top-fv__fixed {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* ✅ 100vh（スマホのアドレスバー対策でsvh推奨） */
  height: 100svh;
  min-height: 32.5rem;
  max-height: 57.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-fv__fixed {
    min-height: unset;
    max-height: unset;
    /* ✅ サムネを重ねる分だけFVを短くする（例：100px） */
    height: calc(100svh - 100px);
  }
}

.p-top-fv__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  z-index: 2;
  pointer-events: none;
}

.p-top-fv__picture,
.p-top-fv__img {
  width: 100%;
  height: 100%;
}

.p-top-fv__img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* コピー */
.p-top-fv__copy {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 7.5rem;
  z-index: 3;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
  .p-top-fv__copy {
    left: unset;
    padding-inline: 20px 10px;
  }
}

.p-top-fv__title {
  margin: 0;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  font-family: "Zen Old Mincho", serif;
  font-size: 6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-fv__title {
    text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    font-size: 36px;
    font-weight: 900;
  }
}

.p-top-fv__lead {
  margin-top: 1.875rem;
  color: #fff;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-fv__lead {
    margin-top: 10px;
    text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }
}

/* =========================
   FV下：流れるサムネ列（高さ306px）
========================= */
.p-top-fv__thumbs {
  width: 100%;
  height: 19.125rem;
  background: #fff;
  overflow: hidden;
}

.p-top-fv__thumbs-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  will-change: transform;
}

/* 1枚の箱（高さは親に合わせる） */
.p-top-fv__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  /* PCは4枚見せに近づけたいなら “幅固定” が一番安定
     いったん仮：あとで微調整OK */
  width: 28.6875rem;
}

.p-top-fv__thumb-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* SP */
@media screen and (max-width: 767px) {
  .p-top-fv__thumbs {
    height: 170px;
    background: unset;
    /* ✅ FVの上に重ねる（=引き上げる） */
    margin-top: -100px;
    position: relative;
    z-index: 10;
  }
  .p-top-fv__thumbs-wrapper {
    gap: 10px;
  }
  .p-top-fv__thumb {
    width: 240px;
  }
}
/*----------------------------------
  p-top__about
-----------------------------------*/
.p-top-about__inner {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__inner {
    padding-block: 38px 50px;
  }
}

.p-top-about__content {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: rows;
          flex-direction: rows;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__content {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}

.p-top-about__body {
  width: 46.0119047619%;
}
@media screen and (max-width: 767px) {
  .p-top-about__body {
    width: 100%;
  }
}

.p-top-about-content__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-about-content__title {
    font-size: 18px;
    line-height: 35px;
  }
}

.p-top-about-content__text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-about-content__text {
    font-size: 14px;
    line-height: 24px;
  }
}
.p-top-about-content__text:nth-of-type(1) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-about-content__text:nth-of-type(1) {
    margin-top: 8px;
  }
}
.p-top-about-content__text:nth-of-type(2) {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-about-content__text:nth-of-type(2) {
    margin-top: 10px;
  }
}

.p-top-about__image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-top-about__image {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}
.p-top-about__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-about__btn-wrap {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__btn-wrap {
    margin-top: 15px;
  }
}

/*----------------------------------
  p-top__strength
-----------------------------------*/
.p-top__strength {
  background: url(../img/bg_top_strength.webp) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-top__strength::before {
  content: "";
  position: absolute;
  background: rgba(74, 74, 74, 0.8);
  inset: 0;
}

.p-top-strength__inner {
  position: relative;
  z-index: 2;
  padding-block: 9.375rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-strength__inner {
    padding-block: 75px 50px;
  }
}

.p-top-strength__title-ja {
  color: #fff;
}

.p-top-strength__content {
  margin-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-strength__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
    gap: 0;
  }
}

.p-top-strength__image {
  width: 52.7083333333%;
}
@media screen and (max-width: 767px) {
  .p-top-strength__image {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}
.p-top-strength__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-strength__body {
  width: 29.375%;
}
@media screen and (max-width: 767px) {
  .p-top-strength__body {
    width: 100%;
  }
}

.p-top-strength__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-strength__list {
    gap: 20px;
  }
}

.p-top-strength-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-top-strength-item__head {
    gap: 15px;
    padding-bottom: 5px;
  }
}

.p-top-strength-item__num {
  color: #ff821c;
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-top-strength-item__num {
    font-size: 32px;
  }
}

.p-top-strength-item__title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-top-strength-item__title {
    font-size: 18px;
    font-weight: 700;
  }
}

.p-top-strength-item__text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-strength-item__text {
    padding-top: 10px;
    font-size: 14px;
    line-height: 21px;
  }
}

.p-top-strength__btn-wrap {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-strength__btn-wrap {
    margin-top: 30px;
  }
}

/*----------------------------------
  p-top__gallery
-----------------------------------*/
.p-top-gallery__swiper {
  overflow: hidden;
}
.p-top-gallery__slide {
  height: 32.625rem;
  overflow: hidden;
}
.p-top-gallery__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-top-gallery__slide--two {
  display: grid;
  grid-template-rows: 18.625rem 16.25rem;
}
.p-top-gallery__slide--two img {
  height: 100%;
}
.p-top-gallery__slide--w449 {
  width: 28.0625rem;
}
.p-top-gallery__slide--w448 {
  width: 28rem;
}
.p-top-gallery__slide--w689 {
  width: 43.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__slide {
    height: 182px;
  }
  .p-top-gallery__slide--two {
    grid-template-rows: 99px 83px;
  }
  .p-top-gallery__slide--w449 {
    width: 157px;
  }
  .p-top-gallery__slide--w448 {
    width: 131px;
  }
  .p-top-gallery__slide--w689 {
    width: 274px;
  }
}

/*----------------------------------
  p-top__works
-----------------------------------*/
.p-top-works__inner {
  padding-block: 9.375rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__inner {
    padding-block: 75px 50px;
  }
}

.p-top-works__cards {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.5625rem;
     -moz-column-gap: 2.5625rem;
          column-gap: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__cards {
    margin-top: 10px;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-top-works__card {
  border: 1px solid #d6d6d6;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (max-width: 767px) {
  .p-top-works__card:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.p-top-works-card__link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.p-top-works-card-card__image {
  border-bottom: 1px solid #d6d6d6;
}
.p-top-works-card-card__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-works-card-card__title {
  margin-top: 1.875rem;
  padding-inline: 1.875rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-top-works-card-card__title {
    margin-top: 20px;
    font-size: 18px;
  }
}

.p-top-works-card-card__text {
  padding-inline: 1.875rem;
  margin-top: 0.9375rem;
  padding-bottom: 3.75rem;
  color: #a0a0a0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-top-works-card-card__text {
    margin-top: 10px;
    padding-bottom: 40px;
    font-size: 14px;
  }
}

.p-top-works__btn-wrap {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__btn-wrap {
    margin-top: 30px;
  }
}

/*----------------------------------
  p-top__company
-----------------------------------*/
.p-top__company {
  background: #575757;
}

.p-top-company__inner {
  padding-block: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__inner {
    padding-block: 75px 50px;
  }
}

/* PCは元のまま：flex2カラム */
.p-top-company__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.p-top-company__image {
  margin-left: -7.5rem;
  width: 51.7857142857%;
}
@media screen and (max-width: 767px) {
  .p-top-company__image {
    margin-left: 0;
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-top-company__image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 右カラム（元の .p-top-company__body 相当） */
.p-top-company__right {
  margin-top: 1.875rem;
  width: 49.7619047619%;
}
@media screen and (max-width: 767px) {
  .p-top-company__right {
    margin-top: 0;
    width: 100%;
    /* ★ここがキモ：SPだけ中身をフラット化して order を効かせる */
    display: contents;
  }
}

.p-top-company__titlewrap {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top-company__titlewrap {
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-top-company__title-ja {
  color: #fff;
}

.p-top-company__text-wrap {
  color: #fff;
  text-align: left;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__text-wrap {
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-top-company__text-wrap p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.p-top-company__text-wrap p:not(:first-of-type) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__text-wrap p {
    font-size: 14px;
    line-height: 21px;
  }
  .p-top-company__text-wrap p:not(:first-of-type) {
    margin-top: 0.625rem;
  }
}

.p-top-company__btn-wrap {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__btn-wrap {
    margin-top: 15px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

/*----------------------------------
  p-top__cta
-----------------------------------*/
.p-top-cta {
  background: url(../img/bg_top_cta_pc.webp) no-repeat center center/cover;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-cta {
    background: url(../img/bg_top_cta_sp.webp) no-repeat center center/cover;
  }
}
.p-top-cta::before {
  content: "";
  position: absolute;
  background: rgba(32, 206, 182, 0.9);
  inset: 0;
}

.p-top-cta__inner {
  margin-inline: auto;
  max-width: 1920px;
  padding-inline: 11.1875rem;
  padding-block: 9.375rem 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-cta__inner {
    padding-inline: 25px;
    padding-block: 75px 50px;
  }
}

.p-top-cta__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-inline: 7.5625rem;
  -webkit-column-gap: 6.25rem;
     -moz-column-gap: 6.25rem;
          column-gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-cta__cards {
    padding-inline: unset;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-top-cta__card {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 4.375rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 767px) {
  .p-top-cta__card {
    padding: 20px 22px;
  }
}
.p-top-cta__card:nth-child(1) .p-top-cta__icon {
  position: absolute;
  top: -5.625rem;
  left: 50%;
  translate: -50%;
  width: 11rem;
  height: 11rem;
}
@media screen and (max-width: 767px) {
  .p-top-cta__card:nth-child(1) .p-top-cta__icon {
    width: 58px;
    height: 58px;
    top: -28px;
  }
}
.p-top-cta__card:nth-child(1) .p-top-cta__icon img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-cta__card:nth-child(2) .p-top-cta__icon {
  position: absolute;
  top: -6.75rem;
  left: 50%;
  translate: -50%;
  width: 17.5rem;
  height: 13rem;
}
@media screen and (max-width: 767px) {
  .p-top-cta__card:nth-child(2) .p-top-cta__icon {
    width: 58px;
    height: 58px;
    top: -28px;
  }
}
.p-top-cta__card:nth-child(2) .p-top-cta__icon img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-cta-card__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: normal;
}
.p-top-cta-card__title span {
  color: #ff821c;
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-top-cta-card__title span {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-cta-card__title {
    font-size: 18px;
  }
}

.p-top-cta-card__text {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-cta-card__text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.3125rem;
  }
}

.p-top-cta-card__btn-wrap {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-cta-card__btn-wrap {
    margin-top: 15px;
  }
}

.p-top-cta-card__btn {
  padding: 0.9375rem 3.125rem;
  color: #fff;
  background: #ff821c;
  border: 1px solid transparent;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-top-cta-card__btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.p-top-cta-card__btn.--bgwhite {
  border: 1px solid #ff821c;
  background: #fff;
  color: #ff821c;
}
@media screen and (max-width: 767px) {
  .p-top-cta-card__btn.--bgwhite {
    background: #ff821c;
    color: #fff;
  }
}
.p-top-cta-card__btn.--bgwhite {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-top-cta-card__btn.--bgwhite:hover {
    color: #fff;
    background: #ff821c;
    border: 1px solid #fff;
  }
}
.p-top-cta-card__btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-top-cta-card__btn:hover {
    color: #ff821c;
    background: #fff;
    border: 1px solid #ff821c;
  }
}

/*----------------------------------
  p-about-mv
-----------------------------------*/
.p-about-mv {
  background: url(../img/bg_about_fv.webp) no-repeat center center/cover;
}

/*----------------------------------
  p-about-intro
-----------------------------------*/
.p-about-intro__content {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__content {
    margin-top: 50px;
  }
}

.p-about-intro__head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about-intro__head {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-about-intro-head__image {
  position: relative;
  z-index: 1;
}
.p-about-intro-head__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-intro-head__body {
  background: #efede7;
  padding: 6.25rem 4.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-intro-head__body {
    padding: 30px 20px;
  }
}
.p-about-intro-head__body::before {
  content: "";
  position: absolute;
  background: #efede7;
  height: 100%;
  width: 16rem;
  left: -15.875rem;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-about-intro-head__body::before {
    display: none;
  }
}

.p-about-intro-box__title {
  color: #ff821c;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-about-intro-box__title {
    font-size: 24px;
  }
}

.p-about-intro-box__text {
  margin-top: 1.875rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro-box__text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 35px;
  }
}

.p-about-intro__list {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__list {
    margin-top: 10px;
    gap: 5px;
  }
}

.p-about-intro__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about-intro__item span:nth-of-type(1) {
  width: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__item span:nth-of-type(1) {
    width: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-about-intro__item span:nth-of-type(1) img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-intro__item span:nth-of-type(2) {
  padding-left: 1.25rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__item span:nth-of-type(2) {
    padding-left: 10px;
    font-size: 14px;
    line-height: 35px;
  }
}

.p-about-intro__bottom {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about-intro__bottom {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-about-intro-bottom__body {
  background: #efede7;
  padding: 6.25rem 5.25rem 6.25rem 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-intro-bottom__body {
    padding: 30px 20px;
  }
}
.p-about-intro-bottom__body::before {
  content: "";
  position: absolute;
  background: #efede7;
  height: 100%;
  width: 18.25rem;
  right: -18.125rem;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-about-intro-bottom__body::before {
    display: none;
  }
}

.p-about-intro-item {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro-item {
    margin-top: 22px;
  }
}

.p-about-intro-item__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.1875rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro-item__title {
    margin-top: 15px;
    font-size: 16px;
    line-height: 35px;
  }
}

.p-about-intro-item__text {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro-item__text {
    margin-top: 10px;
  }
}

.p-about-intro-item__badge {
  margin-top: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.1875rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid #ff821c;
  border-radius: 0.3125rem;
  color: #ff821c;
}
@media screen and (max-width: 767px) {
  .p-about-intro-item__badge {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    border-radius: 5px;
  }
}

.p-about-intro-bottom__image {
  position: relative;
  z-index: 1;
}
.p-about-intro-bottom__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------
p-about-strength
-----------------------------------*/
.p-about-strength {
  background: #efede7;
}

.p-about-strength__content {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-strength__content {
    margin-top: 30px;
  }
}

.p-about-strength-heading__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-strength-heading__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.p-about-strength-heading-card {
  position: relative;
  background: #fff;
  padding: 3.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-strength-heading-card {
    padding: 30px 20px;
  }
}

.p-about-strength-heading-card__num {
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  color: #ff821c;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: -3.4375rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-about-strength-heading-card__num {
    font-size: 30px;
    top: -25px;
    left: 10px;
  }
}

.p-about-strength-heading-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-about-strength-heading-card__title {
    font-size: 16px;
  }
}

.p-about-strength-heading-card__text {
  margin-top: 0.9375rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-about-strength-heading-card__text {
    margin-top: 10px;
    font-size: 13px;
  }
}

.p-about-strength__bottom {
  margin-top: 7.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-strength__bottom {
    margin-top: 50px;
  }
}

.p-about-strength-bottom__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-strength-bottom__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

.p-about-strength-bottom__body {
  width: 46.6071428571%;
}
@media screen and (max-width: 767px) {
  .p-about-strength-bottom__body {
    width: 100%;
  }
}

.p-about-strength-bottom__title-wrap {
  text-align: left;
}

.p-about-strength-bottom__title-en {
  font-size: 1.5rem;
  color: #ff821c;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-about-strength-bottom__title-en {
    font-size: 14px;
  }
}

.p-about-strength-bottom__title-ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-strength-bottom__title-ja {
    margin-top: 5px;
    font-size: 18px;
    line-height: normal;
  }
}

.p-about-strength-bottom__list {
  margin-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-strength-bottom__list {
    margin-top: 20px;
    gap: 10px;
  }
}

.p-about-strength-bottom__item {
  border-bottom: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about-strength-bottom__item span:nth-of-type(1) {
  width: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-strength-bottom__item span:nth-of-type(1) {
    width: 18px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 0;
  }
}
.p-about-strength-bottom__item span:nth-of-type(2) {
  padding-left: 1.25rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-strength-bottom__item span:nth-of-type(2) {
    padding-left: 10px;
    font-size: 14px;
    line-height: 30px;
  }
}

.p-about-strength-bottom__image {
  width: 51.0119047619%;
  position: relative;
}
.p-about-strength-bottom__image div {
  position: absolute;
  left: -7.5rem;
  top: -2.1875rem;
  width: 14.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-strength-bottom__image div {
    left: -25px;
    top: -40px;
    width: 110px;
  }
}
.p-about-strength-bottom__image div img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-strength-bottom__image img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-about-strength-bottom__image {
    width: 100%;
  }
}

.p-about-quality-head-card__image--sp {
  margin-top: 20px;
  width: 280px;
  height: 300px;
  margin-inline: auto;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-about-quality-head-card__image--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*----------------------------------
  p-about-facility
-----------------------------------*/
.p-about-facility__header {
  background: url(../img/bg_about-facility.webp) no-repeat center center/cover;
  width: 100%;
  height: 26.5625rem;
  padding-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-facility__header {
    height: 200px;
    padding-top: 80px;
  }
}
.p-about-facility__header {
  position: relative;
}
.p-about-facility__header::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  inset: 0;
}

.p-about-facility__title {
  color: #fff;
}

.p-about-facility__inner {
  padding-inline: 12.6875rem;
  padding-bottom: 6.25rem;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-about-facility__inner {
    padding-inline: 25px;
    padding-bottom: 50px;
  }
}

.p-about-facility__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: -8.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about-facility__cards {
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-about-facility-card {
  padding: 3.125rem 1.875rem;
  background: #fff;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-about-facility-card {
    padding: 15px 20px;
  }
}

.p-about-facility-card__icon {
  width: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-about-facility-card__icon {
    width: 50px;
  }
}
.p-about-facility-card__icon img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-facility-card__title {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-about-facility-card__title {
    margin-top: 16px;
    font-size: 16px;
  }
}

.p-about-facility-card__desc {
  white-space: nowrap;
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-about-facility-card__desc {
    white-space: normal;
    margin-top: 15px;
    font-size: 15px;
  }
}

.p-about-facility-card__list {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-about-facility-card__list {
    margin-top: 20px;
  }
}

.p-about-facility-card__item {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-about-facility-card__item {
    font-size: 13px;
    line-height: 25px;
  }
}

/*----------------------------------
  p-about-industry
-----------------------------------*/
.p-about-industry {
  background: url(../img/bg_about-industry.webp) no-repeat center center/cover;
  width: 100%;
  position: relative;
}
.p-about-industry::before {
  content: "";
  position: absolute;
  background: rgba(87, 87, 87, 0.8);
  inset: 0;
}

.p-about-industry__inner {
  padding-inline: 11.1875rem;
  padding-block: 9.375rem 6.25rem;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-about-industry__inner {
    padding-inline: 20px;
    padding-block: 75px 50px;
  }
}

.p-about-industry__title {
  color: #fff;
}

.p-about-industry-cards {
  position: relative;
  z-index: 1;
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-industry-cards {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.p-about-industry-card {
  background: #fff;
  text-align: center;
  padding: 1.875rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-about-industry-card {
    font-size: 13px;
    padding: 10px;
  }
}

/*----------------------------------
  p-about-quality
-----------------------------------*/
.p-about-quality__contents {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-quality__contents {
    margin-top: 50px;
  }
}

.p-about-quality-head__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 13.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about-quality-head__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

.p-about-quality-head__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-quality-head__body {
    gap: 10px;
  }
}

.p-about-quality-head__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-quality-head__cards {
    gap: 15px;
  }
}

.p-about-quality-head__card {
  padding: 1.875rem;
  border: 1px solid #d6d6d6;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-quality-head__card {
    padding: 10px;
  }
}

.p-about-quality-head-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-about-quality-head-card__title {
    font-size: 16px;
  }
}

.p-about-quality-head-card__list {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-quality-head-card__list {
    margin-top: 20px;
    gap: 10px;
  }
}

.p-about-quality-head-card_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-about-quality-head-card_item span:nth-of-type(1) {
  width: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-about-quality-head-card_item span:nth-of-type(1) {
    width: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 0;
    margin-top: 5px;
  }
}
.p-about-quality-head-card_item span:nth-of-type(2) {
  padding-left: 1.25rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-about-quality-head-card_item span:nth-of-type(2) {
    padding-left: 10px;
    font-size: 16px;
  }
}

.p-about-quality-head__image-wrap {
  position: relative;
  width: 52.5rem;
  height: 68.9375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about-quality-head__image-wrap {
    width: 300px;
    height: 520px;
    margin-inline: auto;
  }
}

.p-about-quality-head-image__inner {
  position: absolute;
  inset: 0;
}

.p-about-quality-head__image {
  width: 29.75rem;
  position: absolute;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-quality-head__image {
    width: 220px;
  }
}
.p-about-quality-head__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 1枚目：上 */
.p-about-quality-head__image:nth-child(1) {
  top: 0;
  left: 0;
  width: 29.75rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about-quality-head__image:nth-child(1) {
    width: 220px;
  }
}

/* 2枚目：右（顕微鏡） */
.p-about-quality-head__image:nth-child(2) {
  top: 15rem;
  right: 0;
  width: 29.75rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-about-quality-head__image:nth-child(2) {
    top: 120px;
    right: 0;
    width: 220px;
  }
}

/* 3枚目：下 */
.p-about-quality-head__image:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 29.75rem;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-about-quality-head__image:nth-child(3) {
    width: 220px;
  }
}

/*----------------------------------
  p-about-quality-bottom
-----------------------------------*/
.p-about-quality-bottom__block {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about-quality-bottom__block {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50px;
  }
}

.p-about-quality-bottom-image__wrap {
  position: relative;
  width: 52.5rem;
  height: 63.0625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about-quality-bottom-image__wrap {
    width: 300px;
    height: 350px;
    margin-inline: auto;
  }
}

.p-about-quality-bottom-image__inner {
  position: absolute;
  inset: 0;
}

.p-about-quality-bottom__image {
  width: 43.0625rem;
  position: absolute;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-quality-bottom__image {
    width: 220px;
  }
}
.p-about-quality-bottom__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-quality-bottom__image:nth-child(1) {
  top: 0;
  left: 0;
  width: 43.0625rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-about-quality-bottom__image:nth-child(1) {
    width: 220px;
  }
}

.p-about-quality-bottom__image:nth-child(2) {
  bottom: 0;
  right: 0;
  width: 43.0625rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about-quality-bottom__image:nth-child(2) {
    top: 120px;
    right: 0;
    width: 220px;
  }
}

.p-about-quality-bottom__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-quality-bottom__title-wrap {
    gap: 5px;
  }
}

.p-about-quality-bottom__sub-title {
  color: #ff821c;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-about-quality-bottom__sub-title {
    font-size: 16px;
  }
}

.p-about-quality-bottom__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-quality-bottom__title {
    font-size: 20px;
    line-height: 30px;
  }
}

.p-about-quality-bottom__flow {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-quality-bottom__flow {
    margin-top: 40px;
  }
}

.p-about-quality-bottom-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-about-quality-bottom-flow__list {
    gap: 18px;
  }
}

.p-about-quality-bottom-flow__item {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-about-quality-bottom-flow__item {
    font-size: 18px;
  }
}

.p-about-quality-bottom-flow__text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .p-about-quality-bottom-flow__text {
    font-size: 14px;
    line-height: 10px;
  }
}

.p-about-quality-bottom-flow__arrow {
  line-height: 0;
}
.p-about-quality-bottom-flow__arrow img {
  width: 2.5rem;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-about-quality-bottom-flow__arrow img {
    width: 26px;
  }
}

/*----------------------------------
  p-about-mv
-----------------------------------*/
.p-company-mv {
  background: url(../img/bg_company_fv0.webp) no-repeat center center/cover;
}

.p-company-greeting__content {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8.0625rem;
}
@media screen and (max-width: 767px) {
  .p-company-greeting__content {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.p-company-greeting__image-wrap {
  width: 36.4285714286%;
}
@media screen and (max-width: 767px) {
  .p-company-greeting__image-wrap {
    width: 100%;
  }
}

.p-company-greeting__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company-greeting__name {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-greeting__name {
    margin-top: 20px;
    gap: 5px;
  }
}
.p-company-greeting__name span:nth-of-type(1) {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.1875rem;
  letter-spacing: 0.45rem;
}
@media screen and (max-width: 767px) {
  .p-company-greeting__name span:nth-of-type(1) {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 3px;
  }
}
.p-company-greeting__name span:nth-of-type(2) {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company-greeting__name span:nth-of-type(2) {
    font-size: 20px;
    line-height: 20px;
  }
}

.p-company-greeting__body {
  width: 55.8928571429%;
}
@media screen and (max-width: 767px) {
  .p-company-greeting__body {
    width: 100%;
  }
}
.p-company-greeting__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-company-greeting__body {
    gap: 10px;
  }
}

.p-company-greeting-content__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-company-greeting-content__title {
    font-size: 20px;
    line-height: 30px;
  }
}

.p-company-greeting__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  color: #414141;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company-greeting__text {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    gap: 20px;
  }
}

.p-company-greeting__text-bottom {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-company-greeting__text-bottom {
    font-size: 20px;
    line-height: 20px;
  }
}

/*----------------------------------
  p-company-overview
-----------------------------------*/
.p-company-overview {
  background: #efede7;
}

.p-company-overview__table {
  padding: 1.875rem 3.75rem 1.875rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-company-overview__table {
    padding: 15px;
  }
}

.p-company-overview__content {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-company-overview__content {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-company-overview-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.25rem;
  padding-block: 1.875rem;
}
.p-company-overview-table__row:not(:last-of-type) {
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .p-company-overview-table__row {
    padding-block: 15px;
    gap: 20px;
  }
}

.p-company-overview-table__term {
  width: 8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-company-overview-table__term {
    width: 60px;
    font-size: 14px;
  }
}

.p-company-overview-table__desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-company-overview-table__desc {
    font-size: 13px;
  }
}

.p-company-overview__map {
  padding: 2.8125rem 2.0625rem 2.8125rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-company-overview__map {
    padding: 15px;
  }
}
.p-company-overview__map iframe {
  width: 100%;
  aspect-ratio: 757/622;
  height: 100%;
  display: block;
  border: 0;
}

/*----------------------------------
  p-company-history
-----------------------------------*/
/* 親：右画像をabsoluteで置く土台 */
.p-company-history__content {
  margin-top: 3.125rem;
  position: relative;
  /* 右の画像ぶん余白を確保（ここで干渉が消える） */
}
@media screen and (max-width: 767px) {
  .p-company-history__content {
    margin-top: 30px;
    padding-right: 0;
  }
}

/* 左：年表（普通に流すだけ） */
.p-company-history__main {
  min-width: 0;
}

/* list間隔 */
.p-company-history-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-company-history-list {
    gap: 14px;
  }
}

/* 1行 = 年 + ● + 本文 */
.p-company-history-item {
  position: relative;
  display: grid;
  grid-template-columns: 5.625rem 1.75rem 1fr;
  -webkit-column-gap: 2.875rem;
     -moz-column-gap: 2.875rem;
          column-gap: 2.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-company-history-item:not(:first-of-type) {
  height: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-company-history-item:not(:first-of-type) {
    height: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-company-history-item {
    grid-template-columns: 50px 20px 1fr;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}

/* 縦線：ドット列の中央に引く */
.p-company-history-item::after {
  content: "";
  position: absolute;
  /* 「ドット列」の中央位置に合わせる
     = 年列(90) + gap(14) + ドット列の半分(28/2) */
  left: 9.3125rem;
  top: -0.5rem;
  bottom: -2.5rem;
  width: 2px;
  background: #d9d9d9;
}
@media screen and (max-width: 767px) {
  .p-company-history-item::after {
    left: 64px;
    top: -3px;
    bottom: -14px;
  }
}

/* 最後の行は線を止める */
.p-company-history-item:last-child::after {
  bottom: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-company-history-item:last-child::after {
    bottom: 5px;
  }
}

.p-company-history-item__year {
  color: #868282;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-company-history-item__year {
    font-size: 14px;
  }
}

.p-company-history-item__line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-company-history-item__line {
    padding-top: 2px;
  }
}

/* 縦線 */
.p-company-history-item:last-child .p-company-history-item__line::before {
  bottom: 0;
}

.p-company-history-item__dot {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background: #d9d9d9;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company-history-item__dot {
    width: 10px;
    height: 10px;
  }
}

.p-company-history-item.is-active .p-company-history-item__year {
  color: #ff821c;
}

.p-company-history-item.is-active .p-company-history-item__dot {
  background: #ff821c;
  z-index: 1;
}

/* 月 + 本文 */
.p-company-history-item__body {
  min-width: 0;
  display: grid;
  grid-template-columns: 4.375rem 1fr;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-company-history-item__body {
    grid-template-columns: 40px 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.p-company-history-item__month {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  position: relative;
  text-align: right;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-company-history-item__month {
    font-size: 14px;
    padding-right: 10px;
  }
}

.p-company-history-item__month::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.875rem;
  width: 1px;
  background: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .p-company-history-item__month::after {
    right: 4px;
  }
}

.p-company-history-item__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-company-history-item__text {
    font-size: 12px;
    font-weight: 700;
  }
}

/* 右：画像（absoluteで固定） */
.p-company-history__images {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%; /* 親（.p-company-history__content）の高さに追従 */
  min-height: 51.25rem; /* 土台が潰れないための保険（必要なら調整） */
}
@media screen and (max-width: 767px) {
  .p-company-history__images {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 30px;
    min-height: unset;
    height: unset;
    top: -900px;
    opacity: 0.15;
  }
}

/* コラージュ */
.p-company-history__image {
  position: absolute;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.p-company-history__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company-history__image:nth-child(1) {
  top: 0;
  right: 0;
  width: 28.125rem;
}
@media screen and (max-width: 767px) {
  .p-company-history__image:nth-child(1) {
    width: 60%;
    height: 180px;
  }
}

.p-company-history__image:nth-child(2) {
  top: 22.3125rem;
  right: 11.0625rem;
  width: 33.5625rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-company-history__image:nth-child(2) {
    top: 170px;
    left: 0;
    width: 60%;
    height: 170px;
  }
}

.p-company-history__image:nth-child(3) {
  top: 43.9375rem;
  right: 0;
  width: 30.4375rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-company-history__image:nth-child(3) {
    top: 300px;
    width: 88%;
    height: 180px;
  }
}

.p-company-history__image:nth-child(4) {
  top: 60.0625rem;
  right: 11.0625rem;
  width: 25.6875rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-company-history__image:nth-child(4) {
    top: 450px;
    left: 10%;
    width: 60%;
    height: 220px;
  }
}

/*----------------------------------
  p-about-mv
-----------------------------------*/
.p-contact-mv {
  background: url(../img/bg_contact_fv.webp) no-repeat center center/cover;
}

/*----------------------------------
  p-contact-contents
-----------------------------------*/
.p-contact-contents {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 7.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-contents {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

/*----------------------------------
  // p-contact-desc__block
-----------------------------------*/
.p-contact-desc__text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-desc__text {
    font-size: 16px;
    line-height: 20px;
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-contact-info {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact-info {
    margin-top: 50px;
    text-align: center;
  }
}

.p-contact-info__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-contact-info__title {
    font-size: 20px;
  }
}

.p-contact-info__wrap {
  margin-top: 1.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d6d6d6;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-info__wrap {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    gap: 5px;
    padding: 5px 10px;
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-contact-info__icon {
  width: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-info__icon {
    width: 30px;
  }
}

.p-contact-tel__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-contact-tel__wrap {
    gap: 5px;
    text-align: left;
  }
}

.p-contact-tel__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-contact-tel__text {
    font-size: 16px;
  }
}

.p-contact-tel__num {
  font-size: 4rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-contact-tel__num {
    font-size: 26px;
  }
}

.p-contact-tel__note {
  color: #868282;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-contact-tel__note {
    font-size: 16px;
  }
}

/*----------------------------------
  // p-contact-form__block
-----------------------------------*/
.p-contact-form__block {
  background: #efede7;
  padding: 3.75rem 3.21875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-contact-form__block {
    padding: 30px 20px;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
}

.p-contact__button {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-contact__button {
    margin-top: 20px;
  }
}

.p-quote-mv {
  background: url(../img/bg_quote_fv.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-quote-mv {
    background-position: 35% 50%;
  }
}

.p-quote-contents {
  margin-top: 3.125rem;
  padding: 2.5rem 1.875rem 5rem 1.875rem;
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-quote-contents {
    margin-top: 30px;
    padding: 20px;
  }
}

.p-quote-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-quote-grid {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 20px;
  }
}

.is-full {
  grid-column: 1/-1;
}
@media screen and (max-width: 767px) {
  .is-full {
    grid-column: unset;
  }
}

.p-quote__button {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-quote__button {
    margin-top: 20px;
  }
}

.p-privacy-mv {
  background: url(../img/bg_privacy_fv.webp) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .p-privacy-mv-title-ja {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .p-privacy-mv-title__wrap {
    padding: 15px 20px;
  }
}

.p-privacy__container {
  margin-top: 3.125rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-privacy__container {
    margin-top: 30px;
    font-size: 16px;
  }
}

.p-privacy__heading {
  font-weight: 700;
}

.p-privacy__text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    font-size: 13px;
  }
}

.p-works-mv {
  background: url(../img/bg_works_fv.webp) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .p-works__inner {
    padding-inline: 15px;
  }
}

.p-works-archive {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-works-archive {
    margin-top: 30px;
  }
}

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

.p-works-card {
  border: 1px solid #d9d9d9;
  background: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-works-card {
    margin-bottom: 15px;
  }
}

.p-works-card__thumbnail {
  border-bottom: 1px solid #d9d9d9;
  /* デザインの枠を固定（例：530×300の比率） */
  aspect-ratio: 530/300;
  overflow: hidden; /* はみ出しカット */
}
@media screen and (max-width: 767px) {
  .p-works-card__thumbnail {
    aspect-ratio: 375/220;
  }
}
.p-works-card__thumbnail img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-works-card__title {
  padding-top: 1.875rem;
  padding-inline: 1.875rem;
  color: #323232;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-works-card__title {
    padding-top: 10px;
    padding-inline: 5px;
    font-size: 14px;
  }
}

.p-works-spec__list {
  margin-top: 1.25rem;
  padding-inline: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-works-spec__list {
    margin-top: 10px;
    padding-bottom: 10px;
    padding-inline: 5px;
  }
}

.p-works-spec__item {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-works-spec__item {
    font-size: 10px;
    line-height: 20px;
  }
}

.u-hidden-sp {
  display: inline;
}
@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

.u-hidden-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-hidden-pc {
    display: inline;
  }
}

.u-anim-box.fadein {
  opacity: 0;
  -webkit-transform: translateY(24px) scale(0.975);
          transform: translateY(24px) scale(0.975);
  -webkit-transition: opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1), transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1), transform 1.1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.u-anim-box.fadein.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}/*# sourceMappingURL=style.css.map */