@charset "UTF-8";
@font-face {
  font-display: block;
  font-family: "dnp-shuei-gothic-gin-std";
  src: local("dnp-shuei-gothic-gin-std");
}
@font-face {
  font-display: swap;
  font-family: "din-condensed";
  size-adjust: 92%; /* 仮フォントを0.92倍に縮めてDINと揃える */
  src: local("din-condensed");
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  color: #2B689C;
  font-family: "Noto Sans JP", "Source Han Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  overflow-x: hidden;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

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

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

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

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  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;
}

/* フォームリセット */
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;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}

/***** Simple Lightbox 最終版カスタム *****/
/* 1) 余計なUIを消す（×は残す） */
html body .slb_template_tag_ui_slideshow_control,
html body .slb_prev,
html body .slb_next,
html body .slb_play,
html body .slb_pause,
html body .slb_group_status,
html body .slb_details {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

/* 2) 黒い箱や余白を無くし、フレームレスに */
html body .slb_viewer_wrap,
html body .slb_viewer,
html body .slb_container,
html body .slb_content {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 3) オーバーレイ/ビューアを最前面に */
html body .slb_overlay,
html body .slb_viewer_wrap {
  z-index: 999999 !important;
}

/* 4) 画像を“画面いっぱい”まで表示（比率保持） */
html body .slb_viewer .slb_content {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
}

html body .slb_viewer .slb_content img,
html body .slb_viewer_wrap img {
  height: auto !important;
  max-height: 100vh !important; /* 基本 */
  max-width: 100vw !important;
  width: auto !important;
}

/* 新しいビューポート単位に対応（モバイルのアドレスバー対策） */
@supports (height: 100dvh) {
  html body .slb_viewer .slb_content img,
  html body .slb_viewer_wrap img {
    max-height: 100dvh !important; /* 端末の“表示中”高さに追従 */
  }
}
/* 5) ×ボタンは右上に固定 */
html body .slb_viewer_wrap .slb_close {
  position: absolute !important;
  right: 12px !important;
  top: 12px !important;
  z-index: 1000000 !important;
}

/* 6) ライトボックス表示中は背景スクロールを抑止（緊急修正で無効化） */
/* Lightbox 表示中は背景をロック */
/* html.slb-scroll-locked,
body.slb-scroll-locked {
  overflow: hidden !important;
  height: 100% !important;
  overscroll-behavior: none !important;
  touch-action: none !important;
} */
.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.c-block-title {
  border-left: 0.5rem solid rgba(43, 104, 156, 0.4);
  color: #2B689C;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 1.625rem;
  padding-left: 1.25rem;
  position: relative;
}

.c-block-title::before {
  background-color: rgba(43, 104, 156, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 0.5rem;
}

.c-button-arrow {
  align-items: center;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 0.75rem;
  justify-content: center;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s ease;
}
.c-button-arrow--white {
  background: #FFFFFF;
  color: #2B689C;
  min-width: 10rem;
  padding: 0.5rem 1.25rem 0.5rem 1.375rem;
}
.c-button-arrow--white:hover {
  background: #f0f0f0;
  transform: translateX(0.25rem);
}
.c-button-arrow--blue {
  background: #2B689C;
  color: #FFFFFF;
  min-width: 11.25rem;
  padding: 1rem 2.5rem 1rem 2rem;
}
.c-button-arrow--blue:hover {
  background: #2B689C;
  transform: translateX(0.25rem);
}
.c-button-arrow--absolute {
  bottom: 1.25rem;
  position: absolute;
  right: 1.25rem;
}

.c-button-arrow__icon {
  font-size: 0;
  height: 1rem;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
  width: 1.25rem;
}
.c-button-arrow__icon::before {
  content: "";
  height: 0.09375rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
.c-button-arrow__icon::after {
  border-bottom: 0.09375rem solid;
  border-right: 0.09375rem solid;
  content: "";
  height: 0.75rem;
  position: absolute;
  right: 0.125rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.75rem;
}
.c-button-arrow__icon--white::before {
  background-color: #2B689C;
}
.c-button-arrow__icon--white::after {
  border-color: #2B689C;
}
.c-button-arrow__icon--blue::before {
  background-color: #FFFFFF;
}
.c-button-arrow__icon--blue::after {
  border-color: #FFFFFF;
}

.c-button-arrow:hover .c-button-arrow__icon {
  transform: translateX(0.25rem);
}

.c-page-mainview {
  height: 30rem;
  margin-top: 3.75rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.c-page-mainview__image {
  height: 100%;
  width: 100%;
}

.c-page-mainview__image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-page-mainview__overlay {
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding-left: 5rem;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 1;
}

.mv-products .c-page-mainview__overlay,
.mv-contact .c-page-mainview__overlay {
  background: transparent;
}

.c-page-mainview__background-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  color: rgba(255, 255, 255, 0.3);
  font-family: "din-condensed", "Arial Narrow", "Helvetica Neue", sans-serif;
  font-size: 10.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 3.75rem;
  padding-top: 1.25rem;
  pointer-events: none;
  user-select: none;
  z-index: 10;
}

.c-page-mainview__text {
  color: #FFFFFF;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 3.125rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.7;
  padding-left: 4.375rem;
  padding-top: 0.875rem;
  position: absolute;
}

.c-section-bg-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  color: rgba(43, 104, 156, 0.2);
  font-family: "din-condensed", "Arial Narrow", "Helvetica Neue", sans-serif;
  font-size: 8.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  user-select: none;
  z-index: 1;
}
.c-section-bg-text--left {
  left: -1.25rem;
  position: absolute;
  top: 3.4375rem;
  z-index: 1;
}

/* 例）最初は透明 → 0.4 秒後にフェードイン */
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.is-fade-chars span {
  animation: slideUp 0.8s cubic-bezier(0.4, 0.8, 0.3, 1) forwards;
  display: inline-block;
}

.is-fade-chars span:nth-child(1) {
  animation-delay: 0.05s;
}

.is-fade-chars span:nth-child(2) {
  animation-delay: 0.1s;
}

.is-fade-chars span:nth-child(3) {
  animation-delay: 0.15s;
}

.is-fade-chars span:nth-child(4) {
  animation-delay: 0.2s;
}

.is-fade-chars span:nth-child(5) {
  animation-delay: 0.25s;
}

.is-fade-chars span:nth-child(6) {
  animation-delay: 0.3s;
}

.is-fade-chars span:nth-child(7) {
  animation-delay: 0.35s;
}

.is-fade-chars span:nth-child(8) {
  animation-delay: 0.4s;
}

.is-fade-chars span:nth-child(9) {
  animation-delay: 0.45s;
}

.is-fade-chars span:nth-child(10) {
  animation-delay: 0.5s;
}

.is-fade-chars span:nth-child(11) {
  animation-delay: 0.55s;
}

.is-fade-chars span:nth-child(12) {
  animation-delay: 0.6s;
}

.is-fade-chars span:nth-child(13) {
  animation-delay: 0.65s;
}

.is-fade-chars span:nth-child(14) {
  animation-delay: 0.7s;
}

.is-fade-chars span:nth-child(15) {
  animation-delay: 0.75s;
}

.is-fade-chars span:nth-child(16) {
  animation-delay: 0.8s;
}

.is-fade-chars span:nth-child(17) {
  animation-delay: 0.85s;
}

.is-fade-chars span:nth-child(18) {
  animation-delay: 0.9s;
}

.is-fade-chars span:nth-child(19) {
  animation-delay: 0.95s;
}

.is-fade-chars span:nth-child(20) {
  animation-delay: 1s;
}

.is-fade-chars span:nth-child(21) {
  animation-delay: 1.05s;
}

.is-fade-chars span:nth-child(22) {
  animation-delay: 1.1s;
}

.is-fade-chars span:nth-child(23) {
  animation-delay: 1.15s;
}

.is-fade-chars span:nth-child(24) {
  animation-delay: 1.2s;
}

.is-fade-chars span:nth-child(25) {
  animation-delay: 1.25s;
}

.is-fade-chars span:nth-child(26) {
  animation-delay: 1.3s;
}

.is-fade-chars span:nth-child(27) {
  animation-delay: 1.35s;
}

.is-fade-chars span:nth-child(28) {
  animation-delay: 1.4s;
}

.is-fade-chars span:nth-child(29) {
  animation-delay: 1.45s;
}

.is-fade-chars span:nth-child(30) {
  animation-delay: 1.5s;
}

.c-section-diagonal-line {
  background-color: rgba(43, 104, 156, 0.15);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  height: 5.875rem;
  left: calc(-50vw + 50% + 10.625rem);
  opacity: 1;
  position: absolute;
  top: 18.75rem;
  transform: rotate(15deg);
  width: 200vw;
  z-index: 1;
}

.p-company-philosophy,
.p-company-company,
.p-company-access,
.p-products-products,
.p-products-details,
.p-recruit-hiring,
.p-policy-info,
.p-policy-privacy,
.p-contact-us {
  overflow: hidden;
  position: relative;
}
.p-company-philosophy .c-section-diagonal-line,
.p-company-company .c-section-diagonal-line,
.p-company-access .c-section-diagonal-line,
.p-products-products .c-section-diagonal-line,
.p-products-details .c-section-diagonal-line,
.p-recruit-hiring .c-section-diagonal-line,
.p-policy-info .c-section-diagonal-line,
.p-policy-privacy .c-section-diagonal-line,
.p-contact-us .c-section-diagonal-line {
  position: absolute;
  top: 13.75rem;
}

.c-section-title-wrap {
  left: 12.6%;
  position: relative;
  position: absolute;
  top: 3.375rem;
}

.c-section-title {
  color: #2B689C;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 3.75rem 0 3.75rem 0;
  padding-left: 4.375rem;
  position: relative;
  position: relative;
  z-index: 2;
  z-index: 1;
}
.c-section-title::before {
  background-color: #2B689C;
  content: "";
  height: 0.4375rem;
  left: calc(-50vw + 40%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50vw - 50% + 12.6% + 1.375rem);
}

.c-section-title__box {
  align-items: center;
  display: flex;
  overflow: visible;
  padding-left: 1rem;
  position: relative;
  transform: translateZ(0);
  z-index: 1;
}

.c-section-bg-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  color: rgba(43, 104, 156, 0.2);
  font-family: "din-condensed", "Arial Narrow", "Helvetica Neue", sans-serif;
  font-size: 8.125rem;
  font-weight: 700;
  left: 5.625rem;
  letter-spacing: 0em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
  z-index: 1;
  z-index: -1;
}
/* ================================
   404 Page
   ================================ */
.error-page {
  align-items: center;
  background-color: #f3f4f6;
  display: flex;
  justify-content: center;
  min-height: 70vh;
  padding: 1.5rem;
}

.error {
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 0.375rem 1.125rem rgba(0, 0, 0, 0.08);
  max-width: 37.5rem;
  padding: 2.5rem 1.75rem;
  text-align: center;
  width: 100%;
}

.error__title {
  color: #2b689c;
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.error__text {
  color: #374151;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 1.25rem;
}

.error__button {
  background: linear-gradient(135deg, #2b689c 0%, #1e3a8a 100%);
  border-radius: 0.5rem;
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 1.75rem;
  padding: 0.875rem 2.25rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.error__button:hover {
  box-shadow: 0 0.375rem 0.875rem rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  transform: translateY(-0.125rem);
}

.p-company-philosophy,
.p-company-company,
.p-company-access {
  padding-top: 3.125rem;
}

.p-company-company,
.p-company-access {
  margin-top: 3.125rem;
}

.p-philosophy__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  z-index: 1;
}

.p-philosophy__item {
  border-bottom: 1px solid #ccc;
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  padding-bottom: 1px;
}

.p-company-info {
  padding: 2.5rem 1.25rem;
}

.p-company-info__list {
  margin: 0 auto;
  max-width: 60rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-company-info__row {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  display: flex;
  flex-wrap: nowrap;
  padding: 0.625rem 0;
}

.p-company-info__term {
  color: #2B689C;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2;
  max-width: 12.5rem;
  width: 100%;
}

.p-company-info__desc {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 0.25rem;
  width: 100%;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex-end {
  color: #2B689C;
  margin-left: auto;
}

.p-access-map {
  margin-left: auto;
  margin-right: auto;
  max-width: 62.5rem;
  padding-top: 5rem;
}

.p-access-map__list {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 3.75rem;
  margin-left: 1.25rem;
  margin-top: 2.5rem;
  max-width: 22.5rem;
}

.p-access-map__item {
  align-items: center;
  color: #000;
  display: grid;
  font-size: 1.25rem;
  font-weight: 600;
  grid-template-columns: 1.2fr 1.2fr 0.6fr;
  line-height: 1.6;
}

.p-access-map__map {
  margin-bottom: 12.5rem;
}

.p-access-map__image {
  aspect-ratio: 910/518;
  margin-top: 2.375rem;
  position: relative;
  width: 100%;
}
.p-access-map__image iframe {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.p-contact {
  overflow: hidden;
  padding: 6.25rem 0 12.5rem;
  position: relative;
}

.p-contact__content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125rem;
  max-width: 61.25rem;
  position: relative;
  text-align: left;
  z-index: 2;
}

.p-contact__text {
  color: #2B689C;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0 0 3.75rem 0;
}

.p-drawer {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 2000;
}

.p-drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.p-drawer__overlay {
  background: transparent;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-drawer__content {
  -webkit-overflow-scrolling: touch;
  background: #2B689C;
  height: 100%;
  max-width: 28.125rem;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  width: 75%;
}

.p-drawer.is-open .p-drawer__content {
  transform: translateX(0);
}

.p-drawer__header {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 1.4375rem 1.875rem;
}

.p-drawer__close {
  background: none;
  border: none;
  cursor: pointer;
  height: 1.5rem;
  padding: 0;
  position: relative;
  width: 1.5rem;
}

.p-drawer__close-line {
  background: #FFFFFF;
  display: block;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1.125rem;
}

.p-drawer__close-line:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-drawer__close-line:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-drawer__nav {
  padding: 1.4375rem 0;
}

.p-drawer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-drawer__nav-item {
  border-bottom: 1px solid #FFFFFF;
}

.p-drawer__nav-link {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  font-size: 1.5625rem;
  font-weight: 700;
  gap: 0.75rem;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 1.4375rem 13%;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-drawer__nav-link span {
  transition: opacity 0.3s ease;
}

.p-drawer__nav-link:hover {
  opacity: 0.7;
}

.p-drawer__nav-link:hover span {
  opacity: 0.7;
}

.p-drawer__nav-arrow {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 2.3125rem;
  justify-content: center;
  position: relative;
  width: 1.5625rem;
}

.p-drawer__nav-arrow::before {
  border-right: 0.125rem solid #FFFFFF;
  border-top: 0.125rem solid #FFFFFF;
  content: "";
  height: 0.875rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  width: 0.875rem;
}

.p-drawer__nav-item--has-sub.is-open .p-drawer__nav-arrow::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.p-drawer__nav-arrow--hidden {
  visibility: hidden;
}

.p-drawer__submenu {
  background: rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.3s ease;
}

.p-drawer__nav-item--has-sub.is-open .p-drawer__submenu {
  background-color: #89abc8;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  max-height: 38.125rem;
}

.p-drawer__submenu-link {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0.9375rem 1.5rem 0.9375rem 22%;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.p-drawer__submenu-link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

.p-drawer__submenu-icon {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  flex-shrink: 0;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 0.5rem;
}
body.is-drawer-open {
  overflow: hidden;
}

.p-footer {
  background-color: #FFFFFF;
  color: #2B689C;
  position: relative;
}
.p-footer::before {
  background-color: #2B689C;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-footer .l-inner {
  max-width: 46.25rem;
  padding: 3.75rem 0 2.75rem 0;
}

.p-footer__content {
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}

.p-footer__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.875rem;
  justify-content: center;
}

.p-footer__logo a {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.p-footer__logo img {
  height: 2.5rem;
  width: auto;
}

.p-footer__company-name {
  color: #2B689C;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
}

.p-footer__address {
  margin: 0;
}

.p-footer__address-text,
.p-footer__tel,
.p-footer__fax {
  color: #2B689C;
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0;
}

.p-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.875rem;
}

.p-footer__text-wrap {
  margin-left: auto;
}

.p-footer__map {
  align-items: center;
  display: flex;
  height: 13.125rem;
  margin-left: 4.375rem;
  width: 21.25rem;
}
.p-footer__map iframe {
  border: 0;
  display: block;
  height: 13.125rem;
  width: 100%;
}

.p-footer__copyright {
  padding-top: 4.375rem;
  text-align: center;
}

.p-footer__copyright-text {
  color: #2B689C;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
}

.p-header {
  background: transparent;
  left: 0;
  padding: 1.25rem 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  will-change: background, padding;
  z-index: 999;
}

.p-header.is-scrolled {
  backdrop-filter: blur(0.625rem);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  padding: 0.9375rem 0;
}
.p-header.is-scrolled.p-sub-header {
  backdrop-filter: none;
  background-color: #2B689C;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}
.p-header.is-scrolled.p-sub-header .p-header__company-name {
  color: #FFFFFF;
}
.p-header.is-scrolled.p-sub-header .p-header__nav-link {
  color: #FFFFFF;
}
.p-header.is-scrolled.p-sub-header .p-header__menu-line {
  background: #FFFFFF;
}
.p-header.is-scrolled.p-sub-header .p-header__menu-text {
  color: #FFFFFF;
}

.p-header .l-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 76.25rem;
  padding: 0 1.25rem;
}

.p-header__logo a {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.p-header__logo img {
  height: 2.5rem;
  width: auto;
}

.p-header__company-name {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin-top: -0.3125rem;
  transition: color 0.3s ease;
}

.p-header.is-scrolled .p-header__company-name {
  color: #2B689C;
}

.p-header__nav {
  align-items: center;
  display: flex;
}

.p-header__nav-list {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-header__nav-link {
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1666666667;
  margin: -0.75rem -1rem;
  padding: 0.75rem 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.p-header__nav-link:hover {
  opacity: 0.8;
}

.p-header.is-scrolled .p-header__nav-link {
  color: #2B689C;
}

.p-header__menu-btn {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 0.375rem;
  padding: 0.5rem;
}

.p-header__menu-line {
  background: #FFFFFF;
  display: block;
  height: 0.125rem;
  transition: all 0.3s ease;
  width: 2rem;
}

.p-header__menu-text {
  color: #FFFFFF;
  font-size: 0.5625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0.125rem;
  transition: color 0.3s ease;
}

.p-header.is-scrolled .p-header__menu-line {
  background: #2B689C;
}

.p-header.is-scrolled .p-header__menu-text {
  color: #2B689C;
}

.p-header.p-sub-header {
  background-color: #2B689C;
}
.p-header.p-sub-header .p-header__company-name {
  color: #FFFFFF;
}
.p-header.p-sub-header .p-header__nav-link {
  color: #FFFFFF;
}
.p-header.p-sub-header .p-header__nav-link:hover {
  opacity: 0.8;
}
.p-header.p-sub-header .p-header__menu-line {
  background: #FFFFFF;
}
.p-header.p-sub-header .p-header__menu-text {
  color: #FFFFFF;
}

.p-header__nav-item {
  position: relative;
}

.p-header__nav-item--has-dropdown {
  position: relative;
}

.p-header__dropdown {
  background-color: #FFFFFF;
  border-bottom: 0.0625rem solid #2B689C;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 5rem;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 9998;
}
.p-header__dropdown[hidden] {
  display: none !important;
}
.p-header__dropdown::before {
  background: transparent;
  content: "";
  height: 1.25rem;
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: -1.25rem;
}

.p-header__nav-item--has-dropdown:hover .p-header__dropdown,
.p-header__nav-item--has-dropdown.is-active .p-header__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.p-header.is-scrolled .p-header__dropdown {
  top: 4.375rem;
}

.p-header__dropdown-content {
  display: flex;
  gap: 1.5rem 2rem;
  height: 6.25rem;
  justify-content: flex-start;
  margin-left: auto;
  max-width: none;
  padding-right: 1.25rem;
  width: 55%;
}

.p-header__dropdown-title {
  align-items: center;
  color: #2B689C;
  display: flex;
  flex-shrink: 0;
  font-family: "din-condensed", "Arial Narrow", "Helvetica Neue", sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 1.25rem;
}

.p-header__dropdown-nav {
  align-items: center;
  display: flex;
  flex: 1;
}

.p-header__dropdown-section-title {
  color: #2B689C;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.75rem;
}

.p-header__dropdown-list {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem 1.5rem;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.p-header__dropdown-item {
  position: relative;
  z-index: 1;
}

.p-header__dropdown-link {
  color: #2B689C;
  cursor: pointer;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 0.75rem;
  pointer-events: auto;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
  z-index: 1;
}

.p-header__dropdown-link::before {
  content: "—";
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
}

.p-header__dropdown-link:hover {
  opacity: 0.7;
}

.p-mv {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.p-mv__swiper {
  height: 100%;
  width: 100%;
}

.p-mv__slide {
  align-items: center;
  background-position: center;
  background-size: cover;
  display: flex;
  height: 100vh;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.p-mv__slide::before {
  background-image: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: scale(1);
  transition: transform 6s ease-in-out, opacity 0.8s ease-out;
  z-index: 0;
}

.swiper-slide-active.p-mv__slide::before {
  opacity: 1;
  transform: scale(1.15);
}

.p-mv__slide--01 {
  background-image: url("https://unsplash.it/1600/900?image=1011");
}

.p-mv__slide--02 {
  background-image: url("https://unsplash.it/1600/900?image=1021");
}

.p-mv__slide--03 {
  background-image: url("https://unsplash.it/1600/900?image=1031");
}

.p-mv__slide--01 {
  background-image: url("../img/hero-image01.jpg");
  background-image: -webkit-image-set(url("../img/hero-image01.webp") type("image/webp"), url("../img/hero-image01.jpg") type("image/jpeg"));
  background-image: image-set(url("../img/hero-image01.webp") type("image/webp"), url("../img/hero-image01.jpg") type("image/jpeg"));
}

.p-mv__slide--02 {
  background-image: url("../img/hero-image02.jpg");
  background-image: -webkit-image-set(url("../img/hero-image02.webp") type("image/webp"), url("../img/hero-image02.jpg") type("image/jpeg"));
  background-image: image-set(url("../img/hero-image02.webp") type("image/webp"), url("../img/hero-image02.jpg") type("image/jpeg"));
}

.p-mv__slide--03 {
  background-image: url("../img/hero-image03.jpg");
  background-image: -webkit-image-set(url("../img/hero-image03.webp") type("image/webp"), url("../img/hero-image03.jpg") type("image/jpeg"));
  background-image: image-set(url("../img/hero-image03.webp") type("image/webp"), url("../img/hero-image03.jpg") type("image/jpeg"));
}

.p-mv__title-wrapper {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.p-mv__content {
  left: 5rem;
  pointer-events: auto;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
}

.p-mv__title {
  color: #FFFFFF;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.7;
  margin: 0;
}

.p-mv__title .char {
  display: inline-block;
  opacity: 0;
}

.p-mv__title .char.is-animated {
  display: inline-block !important;
  opacity: 1 !important;
  position: relative !important;
  transform: translateX(0px) !important;
  visibility: visible !important;
  z-index: 999 !important;
}

.p-mv__slide .p-mv__title .char {
  display: inline-block;
}

.swiper-slide .p-mv__title .char.is-animated {
  opacity: 1 !important;
}

.p-mv__title .char[style*="opacity: 1"] {
  opacity: 1 !important;
  transform: translateX(0px) !important;
}

.swiper-slide-active .p-mv__title .char.is-animated,
.swiper-slide-prev .p-mv__title .char.is-animated,
.swiper-slide-next .p-mv__title .char.is-animated,
.swiper-slide-duplicate .p-mv__title .char.is-animated {
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.p-mv__title.js-text-animation {
  opacity: 1 !important;
  position: relative !important;
  visibility: visible !important;
  z-index: 1000 !important;
}

.swiper-slide .p-mv__title,
.swiper-slide-active .p-mv__title,
.swiper-slide-prev .p-mv__title,
.swiper-slide-next .p-mv__title {
  opacity: 1 !important;
  visibility: visible !important;
}

.p-mv__title .char.is-animated {
  display: inline-block !important;
  opacity: 1 !important;
  transition: none !important;
  visibility: visible !important;
}

.p-mv__pagination {
  display: none;
}

.p-mv__side-content {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 37.5rem;
  z-index: 10;
}

.p-mv__news-section {
  background-image: url("../img/news-background.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 12.5rem;
  overflow: hidden;
  position: relative;
}

.p-mv__news-section.is-left-empty {
  background-image: url("../img/mv-latest-news-background.png");
}

.p-mv__sdgs.is-empty .p-mv__news-item {
  pointer-events: none;
  visibility: hidden;
}

.p-mv__news-section.is-left-empty .p-mv__latest-news .p-mv__news-item.--theme {
  margin-top: 10rem;
}

.p-mv__sdgs {
  margin-bottom: 0;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  position: relative;
}

.p-mv__latest-news {
  padding: 1.5rem;
  position: relative;
}

.p-mv__news-item {
  align-items: center;
  display: flex;
}
.p-mv__news-item:hover {
  opacity: 0.7;
}

.p-mv__news-item.--white {
  color: #FFFFFF;
  margin-top: 2.25rem;
}

.p-mv__news-item.--theme {
  color: #2B689C;
  margin-top: 1.0625rem;
}

.p-mv__news-date {
  display: block;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
}

.p-mv__news-title {
  flex: 1;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  margin-left: 1.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-news-archive {
  width: 100%;
}

.p-news-archive__kv {
  background-color: #508cc8;
  padding: 9.375rem 0 4.375rem;
}

.p-news-archive__kv-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.25rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.p-news-archive__kv-title {
  color: #ffffff;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
}

.l-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 62.5rem;
  padding-bottom: 8rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.c-breadcrumb {
  align-items: center;
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.c-breadcrumb::after {
  background-color: #2B689C;
  content: "";
  height: 1px;
  left: calc(-50vw + 50%);
  position: absolute;
  top: 2.8125rem;
  width: 100vw;
}

.c-breadcrumb__icon {
  display: block;
  height: 0.75rem;
  width: 0.75rem;
}

.c-breadcrumb__list {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 0.625rem;
  width: 100%;
}

/* 各 li は基本は内容幅のまま */
.c-breadcrumb__list > li {
  align-items: center;
  color: #2B689C;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

/* 区切りスラッシュ（HOMEは除く） */
.c-breadcrumb__list > li:not(.home) + li::before {
  color: #2B689C;
  content: "/";
  display: inline-block;
  margin: 0 0.5rem;
  opacity: 0.9;
}

/* HOMEノードが空の場合は非表示 */
.c-breadcrumb__list > li.home:empty {
  display: none;
}

/* 最後の li を可変幅にして省略可能に */
.c-breadcrumb__list > li:last-child {
  flex: 1 1 auto;
  min-width: 0;
}

/* 最後の li 内のタイトルを1行省略 (…) に */
.c-breadcrumb__list > li:last-child [property=name] {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 念のため最後の span の min-width を打ち消す */
.c-breadcrumb__list > li:last-child span {
  min-width: 0 !important;
}

/* パンくずのリンク */
.c-breadcrumb__link {
  color: #2B689C;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.c-breadcrumb__link:hover {
  opacity: 0.7;
}

.p-news-archive__list {
  margin-top: 3.5625rem;
}

.p-news-archive__item {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.p-news-archive__item + .p-news-archive__item {
  margin-top: 6.25rem;
}

.p-news-archive__content {
  flex: 1;
  margin-left: 0.75rem;
}

.p-news-archive__meta {
  align-items: center;
  display: flex;
  margin-bottom: 0.25rem;
}

.p-news-archive__date {
  color: #2B689C;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.p-news-archive__label {
  background-color: #ff0000;
  color: #ffffff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-left: 0.5rem;
  padding: 0.28125rem 1.125rem;
}

.p-news-archive__title {
  color: #2B689C;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.p-news-archive__title::before {
  background-color: #2B689C;
  content: "";
  height: 0.4375rem;
  left: calc(-50vw + 33%);
  position: absolute;
  top: 63%;
  transform: translateY(-50%);
  width: calc(50vw - 50% + 12.6% + 1.375rem);
}

/* 一覧ページのタイトルにだけホバー */
.p-news-archive:not(.p-news-detail) .p-news-archive__title:hover {
  opacity: 0.7;
}

.p-news-archive .p-news-archive__title:hover {
  opacity: 1;
}

/* リンク全体のホバー */
.p-news-detail__pager-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* タイトル部分だけ色変化 */
.p-news-detail__back-link:hover {
  opacity: 0.7;
}

.c-pagination {
  margin-top: 6.5rem;
}

.c-pagination__list {
  display: inline-flex;
}

.c-pagination__item + .c-pagination__item {
  margin-left: 3.125rem;
}

.c-pagination__link {
  align-items: center;
  border: 0.0625rem solid #2B689C;
  color: #2B689C;
  display: inline-flex;
  font-size: 2.25rem;
  font-weight: 700;
  height: 3.125rem;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 3.125rem;
}
.c-pagination__link:hover {
  background-color: #2B689C;
  color: #ffffff;
}

.c-pagination__link--current {
  background-color: #2B689C;
  color: #ffffff;
}

.c-pagination__link--prev,
.c-pagination__link--next {
  padding: 0 1.5625rem;
  width: auto;
}

.c-pagination__link--disabled {
  opacity: 0.3;
  pointer-events: none;
}

.archive.post-news-archive a:hover {
  opacity: 0.7;
}

.p-news-archive.p-news-detail .p-news-archive__item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
}

.p-news-archive.p-news-detail .p-news-archive__title::before {
  top: 8%;
}

.p-news-detail__body {
  margin-top: 3.5rem;
}
/* 小見出し（下線） */
.is-style-lead-underline {
  border-bottom: 1px solid #2B689C;
  color: #2B689C;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 1.125rem;
}

.is-style-lead-underline {
  border-bottom: 2px solid #2B689C;
  padding-bottom: 0.4em;
}

.p-news-detail__lead:not(:first-child) {
  margin-top: 3.625rem;
}

.p-news-detail__body p {
  color: #000000;
  font-family: "Noto Sans JP", "Source Han Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 1.75rem;
}

.p-news-detail__footer {
  margin-top: 6.25rem;
}

.p-news-detail__pager {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.p-news-detail__pager-link {
  align-items: center;
  display: flex;
  gap: 0.875rem;
}

.p-news-detail__pager-prev .p-news-detail__pager-link {
  margin-left: 0.625rem;
}

.p-news-detail__pager-next .p-news-detail__pager-link {
  flex-direction: row-reverse;
  text-align: right;
}

.p-news-detail__pager-icon {
  border-right: 3px solid #2B689C;
  border-top: 3px solid #2B689C;
  flex-shrink: 0;
  height: 1.375rem;
  width: 1.375rem;
}

.p-news-detail__pager-icon--left {
  transform: rotate(-135deg);
}

.p-news-detail__pager-icon--right {
  transform: rotate(45deg);
}

.p-news-detail__pager-content {
  display: flex;
  flex-direction: column;
}

.p-news-detail__pager-label {
  color: #2B689C;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.p-news-detail__pager-title {
  color: #2B689C;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  max-width: 21.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.p-news-detail__back {
  margin-top: 2.5rem;
  text-align: left;
}

.p-news-detail__back-link {
  align-items: center;
  color: #2B689C;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
}

.p-news-detail__back-icon {
  flex-shrink: 0;
  height: 2.25rem;
  margin-right: 0.625rem;
  width: 2.25rem;
}

.p-news {
  overflow: hidden;
  padding: 6.875rem 0;
  position: relative;
}

.p-news__content {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 61.25rem;
  position: relative;
  z-index: 2;
}

.p-news__list {
  margin: 0 0 3.75rem 0;
  width: 100%;
}

.p-news__item {
  align-items: center;
  border-bottom: 1px solid #2B689C;
  display: flex;
  gap: 2.5rem;
  padding: 1.5rem 0;
}
.p-news__item:last-child {
  border-bottom: none;
}

.p-news__item a {
  display: flex;
  gap: 1.875rem;
}

.p-news__date {
  color: #2B689C;
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0;
}

.p-news__title {
  color: #2B689C;
  flex: 1;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0;
}

.p-news__button {
  margin-top: 3.125rem;
}

/* Simple Lightboxの画像サイズを強制上書き */
.slbOverlay img {
  -o-object-fit: contain !important;
  background: transparent !important; /* 背景色を消す */
  height: auto !important;
  max-height: 70vh !important;
  max-width: 70vw !important;
  object-fit: contain !important;
  width: auto !important;
}

/* 本文（WYSIWYG）領域の画像は“本来の大きさ”で表示、枠を超えそうなら縮む */
/* 本文（WYSIWYG）内：既存の幅調整は維持 */
.p-product-detail__text-box img,
.p-product-detail__text img,
.p-product-detail__text-box figure img,
.p-product-detail__text figure img {
  height: auto;
  max-width: 100%;
  width: auto !important;
}

/* ===== クラシックエディターの配置クラスに対応 ===== */
/* 左寄せ・右寄せは float にする（img と figure どちらにも対応） */
.p-product-detail__text-box img.alignleft,
.p-product-detail__text img.alignleft,
.p-product-detail__text-box figure.alignleft,
.p-product-detail__text figure.alignleft,
.p-product-detail__text-box .wp-caption.alignleft,
.p-product-detail__text .wp-caption.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}

.p-product-detail__text-box img.alignright,
.p-product-detail__text img.alignright,
.p-product-detail__text-box figure.alignright,
.p-product-detail__text figure.alignright,
.p-product-detail__text-box .wp-caption.alignright,
.p-product-detail__text .wp-caption.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}

/* 中央寄せはブロック化して中央に */
.p-product-detail__text-box img.aligncenter,
.p-product-detail__text img.aligncenter,
.p-product-detail__text-box figure.aligncenter,
.p-product-detail__text figure.aligncenter,
.p-product-detail__text-box .wp-caption.aligncenter,
.p-product-detail__text .wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* キャプション付き（wp-caption）内の画像は親に合わせて縮む */
.p-product-detail__text-box .wp-caption img,
.p-product-detail__text .wp-caption img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* float の回り込みを本文ブロックの中で解消（clearfix） */
.p-product-detail__text-box::after,
.p-product-detail__text::after {
  clear: both;
  content: "";
  display: block;
}

/* 万一、本文コンテナが flex になっていると float が効かないので無効化 */
.p-product-detail__text-box,
.p-product-detail__text {
  display: block !important;
}

/* スマホでは縦並びに戻す（任意） */
/* 本文内のギャラリーを2列グリッドに */
.p-product-detail__text-box .gallery,
.p-product-detail__text .gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin: 1rem 0;
}

.p-product-detail__text-box .gallery .gallery-item,
.p-product-detail__text .gallery .gallery-item {
  margin: 0;
}

.p-product-detail__text-box .gallery img,
.p-product-detail__text .gallery img {
  display: block;
  height: auto;
  width: 100% !important;
}

/* キャプション（必要なら表示される） */
.p-product-detail__text-box .gallery .gallery-caption,
.p-product-detail__text .gallery .gallery-caption {
  color: #666;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  text-align: center;
}

/* スマホでは縦1列 */
.p-contact-us {
  padding-bottom: 3.75rem;
}

.p-contact-us .l-inner {
  margin-top: 3.125rem;
}

.p-contact-us__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
}

.p-contact-us__lead {
  margin-bottom: 4.75rem;
}

.p-contact-us__text {
  color: #000;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2.5;
}

.p-contact-us__block {
  margin-top: 2rem;
}

.c-block-title.p-contact-us__subtitle {
  font-size: 2.3125rem;
}

.p-contact-us__tel {
  color: #2B689C;
  font-size: 2.3125rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 1.5rem;
  margin-top: 1.25rem;
}
.p-contact-us__tel:first-of-type {
  margin-top: 2.875rem;
}

.p-contact-us__label {
  color: #000;
  font-size: 2.3125rem;
  font-weight: 700;
  letter-spacing: 0;
}

.p-contact-us-form {
  max-width: 41.875rem;
  padding-top: 4.75rem;
}

.p-contact-us-form__block {
  margin-left: 1.75rem;
}

.p-contact-us-form__note {
  color: #000;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2.5;
  margin-top: 1.5rem;
}

.p-contact-us-form__required {
  color: #ff0000;
  font-size: 1.25rem;
  line-height: 1;
  margin-left: 0.125rem;
  vertical-align: super;
}

.p-contact-us-form__red {
  color: #ff0000;
}

.p-contact-us-form__body {
  display: flex;
  flex-direction: column;
}

.p-contact-us-form__field {
  margin-top: 1.5rem;
}

.p-contact-us-form__label {
  color: #2B689C;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}

.p-contact-us-form__input {
  background-color: #fff;
  border: 1px solid #2B689C;
  border-radius: 0;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0.5rem;
  width: 100%;
}

.p-contact-us-form__textarea {
  background-color: #fff;
  border: 1px solid #2B689C;
  border-radius: 0;
  color: #000;
  font-size: 1rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0.5rem;
  width: 100%;
}

.p-contact-us-form__privacy {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
}

.p-contact-us-form__button {
  background-color: #2B689C;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 2rem;
  padding: 1rem;
  width: 100%;
}

/* ラッパーは左寄せでOK */
.p-contact-us-form__field--privacy .wpcf7-acceptance {
  display: block;
}

/* label を横並び＆順序反転（見た目：テキスト→□） */
/* テキスト＋擬似ボックスを横並びに */
.p-contact-us-form__field--privacy .wpcf7-list-item-label {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
  white-space: nowrap;
}

/* 本体チェックは“見えないだけ”に（display:noneは使わない） */
.p-contact-us-form__field--privacy input[type=checkbox] {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

/* 擬似ボックス */
.p-contact-us-form__fake {
  align-items: center;
  border: 1px solid #2B689C;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 1.125rem;
  justify-content: center;
  position: relative;
  width: 1.125rem;
}

/* チェックONの✓（このセレクタがポイント） */
.p-contact-us-form__field--privacy input[type=checkbox]:checked + .wpcf7-list-item-label .p-contact-us-form__fake::after {
  border: 2px solid #2B689C;
  border-left: 0;
  border-top: 0;
  content: "";
  height: 0.625rem;
  left: 0.3125rem;
  position: absolute;
  top: 0.125rem;
  transform: rotate(45deg);
  width: 0.375rem;
}

.p-contact-us-form__privacy-text {
  color: #2B689C;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
}

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

.p-maker-list__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  padding: 2.5rem 1.25rem 7.5rem;
}

.p-maker-list__item {
  padding: 1.5rem 0;
}

.p-maker-list__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  clear: both;
  color: #000;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 1.5em 0 1.2em;
  padding-bottom: 0.5rem;
  position: relative;
}

.p-maker-list__title:after {
  border-bottom: 1px solid #337ab7;
  bottom: -1px;
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 37%;
}

.p-maker-list__content {
  align-items: flex-start;
  align-items: center;
  display: flex;
  gap: 2.5rem;
}

.p-maker-list__logo {
  flex-shrink: 0;
}

.p-maker-list__logo.logo-agcc {
  width: 7.125rem;
}

.p-maker-list__logo.logo-plibrlco {
  width: 4.9375rem;
}

.p-maker-list__info {
  flex: 1;
}

.p-maker-list__label {
  background-color: #0095d9;
  border-radius: 1rem;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 0.125rem 0.75rem;
}

.p-maker-list__text {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 0.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 0.75rem;
}

.p-maker-list__logo-mark.logo-mark-agcc {
  height: auto;
  width: 2.5rem;
}

.p-maker-list__logo-mark.logo-mark-plibrlco {
  height: auto;
  width: 1.25rem;
}

.p-policy-info {
  margin-top: 0.625rem;
  padding-top: 3.4375rem;
}

.p-policy__block {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 65rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-policy__block + .p-policy__block {
  margin-top: 4.375rem;
}

.c-block-title.p-policy__title {
  color: #2B689C;
  font-size: 2.3125rem;
  font-weight: 700;
}

.p-policy__text {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.875;
  margin-left: 1.875rem;
  max-width: 50rem;
}
.p-policy__text a {
  color: #2B689C;
  font-weight: 700;
}

.p-policy-privacy {
  margin-top: 1.75rem;
  padding-bottom: 12.5rem;
  padding-top: 3.4375rem;
}

.p-products-detail__footer {
  margin-top: 5rem;
}

.p-products-detail__pager {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.p-products-detail__pager-link {
  align-items: center;
  display: flex;
  gap: 0.875rem;
}

.p-products-detail__pager-prev .p-products-detail__pager-link {
  margin-left: 0.625rem;
}

.p-products-detail__pager-next .p-products-detail__pager-link {
  flex-direction: row-reverse;
  text-align: right;
}

.p-products-detail__pager-icon {
  border-right: 3px solid #2B689C;
  border-top: 3px solid #2B689C;
  flex-shrink: 0;
  height: 1.375rem;
  width: 1.375rem;
}

.p-products-detail__pager-icon--left {
  transform: rotate(-135deg);
}

.p-products-detail__pager-icon--right {
  transform: rotate(45deg);
}

.p-products-detail__pager-content {
  display: flex;
  flex-direction: column;
}

.p-products-detail__pager-label {
  color: #2B689C;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.p-products-detail__pager-title {
  color: #2B689C;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
}

.p-products-detail__back {
  margin-top: 2.5rem;
  text-align: left;
}

.p-products-detail__back-link {
  align-items: center;
  color: #2B689C;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
}

.p-products-detail__back-icon {
  flex-shrink: 0;
  height: 2.25rem;
  margin-right: 0.625rem;
  width: 2.25rem;
}

.p-products-products,
.p-products-details {
  padding-bottom: 6.25rem;
  padding-top: 3.125rem;
}

.p-products-details {
  margin-top: 3.125rem;
}

.p-product-table {
  padding: 2.5rem 1.25rem;
}

.p-product-table.p-product-table--others {
  padding-left: 0;
  padding-right: 0;
}

.p-product-table__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  overflow-x: auto;
  width: 100%;
}

.p-product-table__table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

.p-product-table__head {
  border-bottom: 0.1875rem solid #2B689C;
}

.p-product-table__heading {
  border-bottom: 0.1875rem solid #2B689C;
  border-left: 0.1875rem solid #2B689C;
  color: #2B689C;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.625rem 0.75rem;
  position: relative;
  text-align: left;
  white-space: nowrap;
}

.p-product-table__heading,
.p-product-table__cell {
  width: 33.3333333333%;
}

.p-product-table__row {
  display: table-row;
}

.p-product-table__cell {
  border-bottom: 1px solid #b3b3b3;
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0.625rem 1rem;
  white-space: nowrap;
}
.p-product-table__cell.is-empty {
  border-bottom: none;
}

.p-product-table__cell:has(.p-product-table__link) {
  color: #2B689C;
  font-weight: 700;
}

.p-product-table__link {
  color: #2B689C;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-decoration: none;
}

.p-product-detail {
  margin-left: auto;
  margin-right: auto;
  max-width: 61.875rem;
  padding: 2.5rem 1.25rem 0;
}

.p-product-detail + .p-product-detail {
  margin-top: 6.25rem;
}

.p-product-detail__title-box {
  align-items: center;
  display: flex;
  gap: 2.875rem;
  margin-bottom: 2rem;
}

.c-block-title.p-product-detail__title {
  font-size: 2.3125rem;
  margin-bottom: 0;
  z-index: 0;
}

.c-button-arrow--green {
  align-items: center;
  background-color: #00685b;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  gap: 0.75rem;
  justify-content: space-between;
  padding: 0.75rem 1.875rem 0.875rem 1.25rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 1;
}
.c-button-arrow--green::before {
  background-color: transparent;
  border-radius: 0.25rem;
  bottom: -0.5rem;
  content: "";
  left: -0.5rem;
  pointer-events: none;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  transition: background-color 0.3s ease;
  z-index: -1;
}
.c-button-arrow--green:hover {
  opacity: 0.7;
}
.c-button-arrow--green:hover::before {
  background-color: rgba(0, 104, 91, 0.1);
}

.c-button-arrow__label {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
}

.c-button-arrow__icon-img {
  flex-shrink: 0;
  height: 1rem;
  transition: transform 0.3s ease;
  width: 1.25rem;
}
.c-button-arrow__icon-img img {
  -o-object-fit: contain;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.c-button-arrow--green:hover .c-button-arrow__icon-img {
  transform: translateX(0.25rem);
}

.p-product-detail__content {
  align-items: flex-start;
  display: flex;
  gap: 2.625rem;
  margin-top: 2.5rem;
}

.p-product-detail__title-sub {
  color: #2B689C;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-product-detail__content.p-product-detail__content--others .p-product-detail__image {
  width: 44%;
}

.p-product-detail__image {
  width: 17.875rem;
}

/* ③ 画像は自然なサイズで収める（伸び縮み対策） */
.p-product-detail__image img {
  -o-object-fit: cover;
  height: auto;
  max-height: 25rem;
  max-width: 100%;
  object-fit: cover;
}

.p-product-detail__text-box {
  flex: 1;
}

.p-product-detail__text {
  color: #000000;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.875;
}

.p-product-detail__text--red {
  color: #e74c3c;
  font-weight: 700;
}

.p-product-detail__images {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, auto);
  justify-content: flex-start;
  margin-top: 2.5rem;
}

.p-product-detail__images--three {
  grid-template-columns: repeat(3, auto);
}

.p-product-detail__image-title {
  color: #2B689C;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 0.625rem;
  text-align: center;
}

.p-product-detail__image-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-products03 .p-product-table__heading:nth-child(1),
.p-products03 .p-product-table__cell:nth-child(1) {
  width: 50%;
}
.p-products03 .p-product-table__heading:nth-child(2),
.p-products03 .p-product-table__cell:nth-child(2),
.p-products03 .p-product-table__heading:nth-child(3),
.p-products03 .p-product-table__cell:nth-child(3) {
  width: 25%;
}

.bag-filter-retainer .c-page-mainview__overlay {
  padding-left: 0;
}
.bag-filter-retainer .c-page-mainview__background-text {
  font-size: 9.625rem;
}
.bag-filter-retainer .c-page-mainview__text {
  font-size: 3.125rem;
}

.p-products-heading-text {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2.5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  max-width: 51.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-products-heading-text.others {
  margin-bottom: 0rem;
  max-width: 57.5rem;
}

.p-products-heading-text .mv-others {
  margin-bottom: 0rem;
  max-width: 57.5rem;
}

/* 小型焼却炉の画像を2枚横並びにする */
.p-product-detail__image--double {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  /* 画像ラッパーは幅いっぱい */
}
.p-product-detail__image--double .p-product-detail__image-wrapper {
  width: 100%;
}

.p-purpose {
  overflow: hidden;
  padding-top: 5.9375rem;
  position: relative;
}

.p-purpose__content {
  background: #2B689C;
  margin-left: auto;
  margin-right: auto;
  max-width: 62.5rem;
  padding: 2.125rem 1.25rem 2.5rem 3.6875rem;
  position: relative;
  z-index: 2;
}

.p-purpose__text {
  color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.8;
}
.p-recruit-hiring {
  margin-top: 5rem;
  padding-bottom: 6.25rem;
}

.p-recruit-info__lead {
  color: #000;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 54.6875rem;
}

.p-recruit-info__lead a:hover {
  opacity: 0.7;
}

.p-recruit-info__link {
  color: #2B689C;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
}

.p-company-info.p-recruit-info .p-company-info__row {
  margin-left: auto;
  margin-right: auto;
  max-width: 54.6875rem;
}

.p-company-info.p-recruit-info .p-company-info__term {
  max-width: 13.75rem;
  width: 34%;
}

.p-recruit-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.25rem;
  max-width: 62.5rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.p-recruit-form__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-left: 3.5%;
  margin-right: auto;
  margin-top: 2.5rem;
  max-width: 37.5rem;
}

.p-recruit-form__field {
  display: flex;
  flex-direction: column;
  max-width: 37.5rem;
}

.p-recruit-form__label {
  color: #2B689C;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}

.p-recruit-form__required {
  color: #ff0000;
  font-size: 1.25rem;
  line-height: 1;
  margin-left: 0.125rem;
  vertical-align: super;
}

.p-recruit-form__input,
.p-recruit-form__textarea {
  background-color: #fff;
  border: 1px solid #2B689C;
  border-radius: 0;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0.5rem;
  width: 100%;
}

.p-service {
  margin-top: 3.75rem;
  overflow: hidden;
  padding-top: 6.25rem;
  position: relative;
}

.p-service__items {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  position: relative;
  z-index: 2;
}

.p-service__item {
  align-items: flex-start;
  display: flex;
  gap: 1.25rem;
  position: relative;
  width: calc((100% - 3.75rem) / 2);
}
.p-service__item--right {
  margin-top: 8.75rem;
}

.p-service__item-content {
  flex: 1;
  margin-top: 3.125rem;
}

.p-service__number {
  -webkit-user-select: none;
  -moz-user-select: none;
  align-items: center;
  color: rgba(43, 104, 156, 0.4);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-family: "din-condensed", "Arial Narrow", "Helvetica Neue", sans-serif;
  font-size: 9rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  pointer-events: none;
  position: relative;
  user-select: none;
}
.p-service__number::after {
  background-color: rgba(43, 104, 156, 0.4);
  content: "";
  height: 11.25rem;
  margin-top: 0.375rem;
  width: 0.6875rem;
}

.p-service__item-title {
  color: #2B689C;
  font-size: 1.80625rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 2.125rem 0;
}

.p-service__item-image {
  margin: 0 0 1.5rem 0;
}
.p-service__item-image img {
  display: block;
  height: auto;
  width: 22.5rem;
}

.p-service__item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0 0 1.25rem 0;
}

.p-service__item-text {
  color: #2B689C;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
}

.p-service__item-content {
  display: flex;
  flex-direction: column;
}
.p-service__item-content .c-button-arrow {
  align-self: flex-end;
  margin-top: auto;
}

.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

/* --- fonts が未読込みの間だけ隠す --- */
.fonts-loading .js-hide-until-font {
  opacity: 0;
  visibility: hidden; /* クリックも不可・レイアウトは確保 */
}

.color-theme {
  color: #2B689C;
  font-weight: 700;
}

.u-mb60 {
  margin-bottom: 3.75rem;
}

.u-mb200 {
  margin-bottom: 12.5rem;
}

.u-pb0 {
  padding-bottom: 0;
}

:root {
  --header-h: 0px;
}

/* デスクトップでは header の高さ + 70px ずらす */
.u-anchor {
  scroll-margin-top: calc(var(--header-h, 0px) + 70px);
}

/* スマホではずらさない */
.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-mt100 {
  margin-top: 6.25rem;
}

.u-sp {
  display: none;
}

.u-sp2 {
  display: none;
}

.u-md2 {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}

@media (min-width: 768px) {
  .p-drawer {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .c-section-diagonal-line {
    left: calc(-100vw + 50% + 10.625rem);
    top: 19.5rem;
    transform: rotate(14deg);
    width: 300vw;
  }
  .p-company-philosophy .c-section-diagonal-line,
  .p-company-company .c-section-diagonal-line,
  .p-company-access .c-section-diagonal-line,
  .p-products-products .c-section-diagonal-line,
  .p-products-details .c-section-diagonal-line,
  .p-recruit-hiring .c-section-diagonal-line,
  .p-policy-info .c-section-diagonal-line,
  .p-policy-privacy .c-section-diagonal-line,
  .p-contact-us .c-section-diagonal-line {
    left: calc(-100vw + 50% + 10.625rem);
    top: 19.5rem;
    transform: rotate(14deg);
    width: 300vw;
  }
}

@media screen and (min-width: 1441px) {
  .p-company-philosophy,
  .p-company-company,
  .p-company-access {
    padding-top: 6.875rem;
  }
  .p-contact-us {
    padding-top: 3.75rem;
  }
  .p-policy-info {
    padding-top: 6.75rem;
  }
  .p-policy-privacy {
    padding-top: 6.75rem;
  }
  .p-products-products,
  .p-products-details {
    padding-top: 6.875rem;
  }
  .p-recruit-hiring {
    padding-top: 3.75rem;
  }
}

@media screen and (min-width: 1600px) {
  .c-section-diagonal-line {
    left: calc(-100vw + 50% + 10.625rem);
    top: 21.875rem;
    transform: rotate(14deg);
    width: 300vw;
  }
  .p-company-philosophy .c-section-diagonal-line,
  .p-company-company .c-section-diagonal-line,
  .p-company-access .c-section-diagonal-line,
  .p-products-products .c-section-diagonal-line,
  .p-products-details .c-section-diagonal-line,
  .p-recruit-hiring .c-section-diagonal-line,
  .p-policy-info .c-section-diagonal-line,
  .p-policy-privacy .c-section-diagonal-line,
  .p-contact-us .c-section-diagonal-line {
    left: calc(-100vw + 50% + 10.625rem);
    top: 21.875rem;
    transform: rotate(14deg);
    width: 300vw;
  }
}

@media screen and (min-width: 1900px) {
  .c-section-diagonal-line {
    top: 21.625rem;
    transform: rotate(12deg);
  }
  .p-company-philosophy .c-section-diagonal-line,
  .p-company-company .c-section-diagonal-line,
  .p-company-access .c-section-diagonal-line,
  .p-products-products .c-section-diagonal-line,
  .p-products-details .c-section-diagonal-line,
  .p-recruit-hiring .c-section-diagonal-line,
  .p-policy-info .c-section-diagonal-line,
  .p-policy-privacy .c-section-diagonal-line,
  .p-contact-us .c-section-diagonal-line {
    top: 21.625rem;
    transform: rotate(12deg);
  }
}

@media screen and (min-width: 2000px) {
  .c-section-diagonal-line {
    left: calc(-150vw + 50% + 10.625rem);
    top: 19.125rem;
    transform: rotate(10deg);
    width: 400vw;
  }
  .p-company-philosophy .c-section-diagonal-line,
  .p-company-company .c-section-diagonal-line,
  .p-company-access .c-section-diagonal-line,
  .p-products-products .c-section-diagonal-line,
  .p-products-details .c-section-diagonal-line,
  .p-recruit-hiring .c-section-diagonal-line,
  .p-policy-info .c-section-diagonal-line,
  .p-policy-privacy .c-section-diagonal-line,
  .p-contact-us .c-section-diagonal-line {
    left: calc(-150vw + 50% + 10.625rem);
    top: 19.125rem;
    transform: rotate(10deg);
    width: 400vw;
  }
}

@media screen and (min-width: 2400px) {
  .c-section-diagonal-line {
    top: 21.875rem;
  }
  .p-company-philosophy .c-section-diagonal-line,
  .p-company-company .c-section-diagonal-line,
  .p-company-access .c-section-diagonal-line,
  .p-products-products .c-section-diagonal-line,
  .p-products-details .c-section-diagonal-line,
  .p-recruit-hiring .c-section-diagonal-line,
  .p-policy-info .c-section-diagonal-line,
  .p-policy-privacy .c-section-diagonal-line,
  .p-contact-us .c-section-diagonal-line {
    top: 21.875rem;
  }
}

@media screen and (max-width: 1440px) {
  .c-section-diagonal-line {
    top: 18.75rem;
  }
  .p-company-philosophy .c-section-diagonal-line,
  .p-company-company .c-section-diagonal-line,
  .p-company-access .c-section-diagonal-line,
  .p-products-products .c-section-diagonal-line,
  .p-products-details .c-section-diagonal-line,
  .p-recruit-hiring .c-section-diagonal-line,
  .p-policy-info .c-section-diagonal-line,
  .p-policy-privacy .c-section-diagonal-line,
  .p-contact-us .c-section-diagonal-line {
    top: 15.625rem;
  }
}

@media screen and (max-width: 1200px) {
  .c-section-bg-text--left {
    left: -1.25rem;
  }
  .c-section-diagonal-line {
    top: 17.5rem;
  }
  .p-company-philosophy .c-section-diagonal-line,
  .p-company-company .c-section-diagonal-line,
  .p-company-access .c-section-diagonal-line,
  .p-products-products .c-section-diagonal-line,
  .p-products-details .c-section-diagonal-line,
  .p-recruit-hiring .c-section-diagonal-line,
  .p-policy-info .c-section-diagonal-line,
  .p-policy-privacy .c-section-diagonal-line,
  .p-contact-us .c-section-diagonal-line {
    top: 15rem;
  }
  .c-section-title-wrap {
    left: 10.6%;
    top: 3.125rem;
  }
  .c-section-title::before {
    width: calc(50vw - 50% + 10.6% + 1.375rem);
  }
  .p-header__dropdown-content {
    width: 60%;
  }
  .p-news-archive__title {
    font-size: 2rem;
  }
  .p-news-archive__title::before {
    left: calc(-50vw + 35%);
  }
  .bag-filter-retainer .c-page-mainview__background-text {
    font-size: 8.125rem;
  }
  .bag-filter-retainer .c-page-mainview__text {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .c-section-diagonal-line {
    top: 15.75rem;
  }
  .p-company-philosophy .c-section-diagonal-line,
  .p-company-company .c-section-diagonal-line,
  .p-company-access .c-section-diagonal-line,
  .p-products-products .c-section-diagonal-line,
  .p-products-details .c-section-diagonal-line,
  .p-recruit-hiring .c-section-diagonal-line,
  .p-policy-info .c-section-diagonal-line,
  .p-policy-privacy .c-section-diagonal-line,
  .p-contact-us .c-section-diagonal-line {
    top: 13.125rem;
  }
  .p-header__dropdown-content {
    width: 65%;
  }
  .p-contact-us__content {
    padding-left: 5rem;
  }
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 1.6vw;
  }
}

@media (max-width: 768px) {
  .p-product-detail__text-box img.alignleft,
  .p-product-detail__text-box img.alignright,
  .p-product-detail__text img.alignleft,
  .p-product-detail__text img.alignright,
  .p-product-detail__text-box figure.alignleft,
  .p-product-detail__text-box figure.alignright,
  .p-product-detail__text figure.alignleft,
  .p-product-detail__text figure.alignright,
  .p-product-detail__text-box .wp-caption.alignleft,
  .p-product-detail__text-box .wp-caption.alignright,
  .p-product-detail__text .wp-caption.alignleft,
  .p-product-detail__text .wp-caption.alignright {
    display: block;
    float: none;
    margin: 1rem auto;
    max-width: 100%;
  }
  .p-product-detail__text-box .gallery,
  .p-product-detail__text .gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .u-anchor {
    scroll-margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-inner {
    max-width: 46.0625rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .c-block-title {
    font-size: 1.75rem;
    padding-left: 1.125rem;
  }
  .c-block-title::before {
    width: 0.3125rem;
  }
  .c-button-arrow {
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
    font-size: 0.75rem;
  }
  .c-button-arrow--white {
    min-width: 7.5rem;
    padding: 0.625rem 2rem 0.625rem 1.5rem;
  }
  .c-button-arrow--blue {
    min-width: 9.625rem;
    padding: 0.5rem 1.75rem 0.5rem 1.5rem;
  }
  .c-button-arrow--absolute {
    bottom: 1.25rem;
    position: absolute;
    right: 1.25rem;
  }
  .c-button-arrow__icon {
    height: 0.875rem;
    width: 1.125rem;
  }
  .c-button-arrow__icon::before {
    height: 0.0625rem;
    width: 0.875rem;
  }
  .c-button-arrow__icon::after {
    border-bottom: 0.0625rem solid;
    border-right: 0.0625rem solid;
    height: 0.625rem;
    width: 0.625rem;
  }
  .c-page-mainview {
    height: 18.75rem;
  }
  .c-page-mainview__overlay {
    padding-left: 1.5rem;
  }
  .c-page-mainview__background-text {
    font-size: 9.6875rem;
    padding-left: 0.75rem;
  }
  .c-page-mainview__text {
    font-size: 2.5rem;
    padding-left: 1.5rem;
  }
  .c-section-bg-text {
    font-size: 4.875rem;
  }
  .c-section-bg-text--left {
    left: 0.9375rem;
    top: -0.75rem;
  }
  .c-section-diagonal-line {
    height: 3.75rem;
    left: calc(-50vw + 50% + 6.25rem);
    top: 10.625rem;
    width: 200vw;
  }
  .p-company-philosophy .c-section-diagonal-line,
  .p-company-company .c-section-diagonal-line,
  .p-company-access .c-section-diagonal-line,
  .p-products-products .c-section-diagonal-line,
  .p-products-details .c-section-diagonal-line,
  .p-recruit-hiring .c-section-diagonal-line,
  .p-policy-info .c-section-diagonal-line,
  .p-policy-privacy .c-section-diagonal-line,
  .p-contact-us .c-section-diagonal-line {
    height: 3.75rem;
    left: calc(-50vw + 50% + 6.25rem);
    top: 10rem;
    width: 200vw;
  }
  .c-section-title-wrap {
    left: 10.6%;
    top: 2.6875rem;
  }
  .c-section-title {
    font-size: 1.3125rem;
    margin: 2.5rem 0 3.125rem 0;
    padding-left: 5.125rem;
  }
  .c-section-title::before {
    height: 0.25rem;
    width: calc(50vw - 44% + 10.6% + 1.375rem);
  }
  .c-section-bg-text {
    font-size: 4.875rem;
  }
  .c-section-title__box {
    padding-left: 0.75rem;
  }
  .error-page {
    padding: 1.25rem;
  }
  .error {
    padding: 2rem 1.25rem;
  }
  .error__text {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
  .p-company-company,
  .p-company-access {
    margin-top: 1.25rem;
  }
  .p-philosophy__item {
    font-size: 1rem;
  }
  .p-company-info {
    padding: 2.5rem 0;
  }
  .p-company-info__list {
    padding: 0;
  }
  .p-company-info__row {
    display: block;
    padding: 0.625rem 0;
  }
  .p-company-info__term {
    flex-shrink: 0;
    font-size: 1rem;
    width: 11.25rem;
  }
  .p-company-info__desc {
    font-size: 1rem;
    margin-left: 3%;
  }
  .flex {
    display: block;
  }
  .flex-end {
    display: flex;
    flex-direction: column;
    text-align: right;
  }
  .p-access-map {
    padding: 1.25rem 0;
  }
  .p-access-map__list {
    max-width: 18.75rem;
  }
  .p-access-map__item {
    font-size: 1rem;
  }
  .p-access-map__map {
    margin-bottom: 6.25rem;
    margin-top: 2rem;
  }
  .p-contact {
    padding: 4.6875rem 0 7.5rem;
  }
  .p-contact__content {
    max-width: 37.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-footer .l-inner {
    padding: 2.5rem 0 1.25rem 0;
  }
  .p-footer__content {
    align-items: center;
    flex-direction: column;
    gap: 1.875rem;
    text-align: center;
  }
  .p-footer__info {
    align-items: center;
    flex-direction: column;
    gap: 1.5625rem;
    width: 100%;
  }
  .p-footer__address-text,
  .p-footer__tel,
  .p-footer__fax {
    font-size: 0.875rem;
  }
  .p-footer__contact {
    margin-top: 1.25rem;
  }
  .p-footer__text-wrap {
    align-items: center;
    gap: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .p-footer__map {
    height: auto;
    margin-left: 0;
    max-width: 37.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
  }
  .p-footer__map iframe {
    -o-object-fit: cover;
    aspect-ratio: 600/360;
    height: auto;
    height: auto;
    object-fit: cover;
  }
  .p-footer__copyright {
    padding-top: 3.125rem;
  }
  .p-footer__copyright-text {
    font-size: 0.75rem;
  }
  .p-header__nav {
    display: none;
  }
  .p-header__menu-btn {
    display: flex;
  }
  .p-mv {
    height: 100vh;
    overflow: hidden;
  }
  .p-mv__swiper {
    height: 100vh;
  }
  .p-mv__slide {
    background-position: center center;
    height: 100vh;
  }
  .p-mv__content {
    left: 2.5rem;
  }
  .p-mv__side-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 15;
  }
  .p-mv__news-section {
    background-image: url("../img/news-background_sp.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
  }
  .p-mv__news-section.is-left-empty .p-mv__latest-news .p-mv__news-item.--theme {
    margin-top: 5.625rem;
  }
  .p-mv__sdgs {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding: 0;
  }
  .p-mv__latest-news {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding: 0;
  }
  .p-mv__news-item.--white {
    margin-top: 3.75rem;
  }
  .p-mv__news-item.--theme {
    margin-top: 3.75rem;
  }
  .p-news-archive__kv {
    padding: 8.75rem 0 3.125rem;
  }
  .p-news-archive__kv-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-news-archive__kv-title {
    font-size: 2rem;
  }
  .l-container {
    max-width: 37.5rem;
    padding-bottom: 5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .c-breadcrumb__list {
    margin-left: 0.5rem;
  }
  .p-news-archive__list {
    margin-top: 2.5rem;
  }
  .p-news-archive__item + .p-news-archive__item {
    margin-top: 3.75rem;
  }
  .p-news-archive__content {
    margin-left: 0;
  }
  .p-news-archive__date {
    font-size: 0.875rem;
  }
  .p-news-archive__title {
    font-size: 1.375rem;
  }
  .p-news-archive__title::before {
    height: 0.25rem;
    left: calc(-50vw + 30%);
  }
  .c-pagination {
    margin-top: 5.25rem;
  }
  .c-pagination__item + .c-pagination__item {
    margin-left: 1.5rem;
  }
  .c-pagination__link {
    font-size: 1.125rem;
    height: 2.25rem;
    width: 2.25rem;
  }
  .c-pagination__link--prev,
  .c-pagination__link--next {
    font-size: 0.875rem;
    padding: 0 1rem;
  }
  .p-news-archive.p-news-detail .p-news-archive__title::before {
    top: 4.5%;
  }
  .is-style-lead-underline {
    font-size: 1.25rem;
  }
  .p-news-detail__lead:not(:first-child) {
    margin-top: 2.875rem;
  }
  .p-news-detail__body p {
    font-size: 1rem;
    line-height: 2;
    margin-top: 1.25rem;
  }
  .p-news-detail__footer {
    margin-top: 5rem;
  }
  .p-news-detail__pager-link {
    gap: 0.375rem;
  }
  .p-news-detail__pager-prev .p-news-detail__pager-link {
    margin-left: 0.375rem;
  }
  .p-news-detail__pager-icon {
    height: 1rem;
    width: 1rem;
  }
  .p-news-detail__pager-label {
    font-size: 0.8125rem;
  }
  .p-news-detail__pager-title {
    font-size: 0.875rem;
  }
  .p-news-detail__back {
    margin-top: 2.5rem;
  }
  .p-news-detail__back-link {
    font-size: 0.875rem;
  }
  .p-news-detail__back-icon {
    height: 1.375rem;
    margin-right: 0.375rem;
    width: 1.375rem;
  }
  .p-news {
    padding-bottom: 0;
    padding-top: 4.6875rem;
  }
  .p-news__content {
    max-width: 37.5rem;
  }
  .p-news__list {
    margin: 0 0 2.5rem 0;
  }
  .p-news__item {
    gap: 1.25rem;
    padding: 1.125rem 0;
  }
  .p-news__date {
    font-size: 1rem;
  }
  .p-news__title {
    font-size: 1rem;
  }
  .p-contact-us {
    padding-bottom: 2.5rem;
    padding-top: 0.9375rem;
  }
  .p-contact-us .l-inner {
    margin-top: 2.5rem;
  }
  .p-contact-us__content {
    max-width: 37.5rem;
    padding-left: 0;
  }
  .p-contact-us__lead {
    margin-bottom: 3.25rem;
  }
  .p-contact-us__text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
  .c-block-title.p-contact-us__subtitle {
    font-size: 1.75rem;
  }
  .p-contact-us__tel {
    font-size: 1.25rem;
    margin-top: 0.625rem;
  }
  .p-contact-us__tel:first-of-type {
    margin-top: 1.625rem;
  }
  .p-contact-us__label {
    font-size: 1.375rem;
  }
  .p-contact-us-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 37.5rem;
    padding-top: 3.25rem;
  }
  .p-contact-us-form__note {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-contact-us-form__required {
    font-size: 1rem;
  }
  .p-contact-us-form__label {
    font-size: 1rem;
  }
  .p-contact-us-form__input {
    font-size: 0.875rem;
  }
  .p-contact-us-form__textarea {
    font-size: 0.875rem;
  }
  .p-contact-us-form__button {
    font-size: 1rem;
  }
  .p-contact-us-form__privacy-text {
    font-size: 1rem;
  }
  .p-maker-list__inner {
    max-width: 31.875rem;
    padding: 1.25rem 0.9375rem 6.25rem;
  }
  .p-maker-list__title {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .p-maker-list__title:after {
    width: 66%;
  }
  .p-maker-list__content {
    flex-direction: column;
    gap: 0.375rem;
  }
  .p-maker-list__info {
    text-align: center;
  }
  .p-maker-list__label {
    font-size: 0.75rem;
    line-height: 1.2;
    padding: 0.125rem 0.5rem;
  }
  .p-maker-list__text {
    font-size: 0.75rem;
    line-height: 1.2;
    margin-top: 0.75rem;
  }
  .p-policy-info {
    margin-top: -1.25rem;
    padding-top: 3.5rem;
  }
  .p-policy__block {
    margin-top: 1.75rem;
    max-width: 37.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-policy__block + .p-policy__block {
    margin-top: 3rem;
  }
  .c-block-title.p-policy__title {
    font-size: 1.75rem;
  }
  .p-policy__text {
    font-size: 0.875rem;
  }
  .p-policy-privacy {
    margin-top: 0;
    padding-bottom: 6.25rem;
  }
  .p-products-detail__footer {
    margin-top: 3.75rem;
  }
  .p-products-detail__pager-link {
    gap: 0.375rem;
  }
  .p-products-detail__pager-prev .p-products-detail__pager-link {
    margin-left: 0.375rem;
  }
  .p-products-detail__pager-icon {
    height: 1rem;
    width: 1rem;
  }
  .p-products-detail__pager-label {
    font-size: 0.8125rem;
  }
  .p-products-detail__pager-title {
    font-size: 0.875rem;
  }
  .p-products-detail__back {
    margin-top: 2.5rem;
  }
  .p-products-detail__back-link {
    font-size: 0.875rem;
  }
  .p-products-detail__back-icon {
    height: 1.375rem;
    margin-right: 0.375rem;
    width: 1.375rem;
  }
  .p-products-products,
  .p-products-details {
    padding-bottom: 3.125rem;
  }
  .p-products-details {
    margin-top: 1.25rem;
  }
  .p-product-table {
    padding: 0.625rem 0;
  }
  .p-product-table__inner {
    max-width: 44.1875rem;
    max-width: 100%;
    width: 100%;
  }
  .p-product-table__heading {
    font-size: 0.875rem;
  }
  .p-product-table__cell {
    font-size: 0.875rem;
  }
  .p-product-table__link {
    font-size: 0.875rem;
  }
  .p-product-detail {
    max-width: 37.5rem;
    padding: 2rem 0 0;
  }
  .p-product-detail + .p-product-detail {
    margin-top: 3.75rem;
  }
  .p-product-detail__title-box {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.375rem;
    margin-bottom: 1.5rem;
  }
  .c-block-title.p-product-detail__title {
    font-size: 2rem;
  }
  .c-button-arrow--green {
    padding: 0.625rem 1.625rem 0.625rem 1.25rem;
  }
  .c-button-arrow__label {
    font-size: 0.875rem;
  }
  .p-product-detail__content {
    flex-direction: column;
    gap: 1rem;
    margin-top: 0rem;
  }
  .p-product-detail__content.p-product-detail__content--others:not(:first-child) {
    margin-top: 2.5rem;
  }
  .p-product-detail__content.p-product-detail__content--others .p-product-detail__image {
    max-width: 30.375rem;
    width: 100%;
  }
  .p-product-detail__image {
    margin-left: auto;
    margin-right: auto;
    max-width: 17.875rem;
    width: 100%;
  }
  .p-product-detail__text {
    font-size: 0.875rem;
  }
  .p-product-detail__images {
    grid-template-columns: repeat(auto-fit, minmax(16.6875rem, 1fr));
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
  }
  .p-product-detail__images--three {
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  }
  .p-product-detail__image-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .p-product-detail__image-wrapper {
    min-height: 10rem;
  }
  .p-products03 .p-product-table__heading:nth-child(1),
  .p-products03 .p-product-table__cell:nth-child(1) {
    width: 60%;
  }
  .p-products03 .p-product-table__heading:nth-child(2),
  .p-products03 .p-product-table__cell:nth-child(2),
  .p-products03 .p-product-table__heading:nth-child(3),
  .p-products03 .p-product-table__cell:nth-child(3) {
    width: 20%;
  }
  .bag-filter-retainer .c-page-mainview__background-text {
    font-size: 5.625rem;
    padding-left: 1.125rem;
  }
  .bag-filter-retainer .c-page-mainview__text {
    font-size: 1.875rem;
  }
  .p-products-heading-text {
    font-size: 1rem;
    line-height: 1.875;
    margin-top: 2.5rem;
    max-width: 37.5rem;
    padding: 0 1.25rem;
  }
  .p-products-heading-text.others {
    max-width: 37.5rem;
  }
  .p-purpose {
    border-top: 2px solid #2B689C;
    padding-top: 4.375rem;
    z-index: 16;
  }
  .p-purpose__content {
    max-width: 56.625rem;
    padding: 1.25rem 2.1875rem 1.25rem 1.5625rem;
  }
  .p-purpose__text {
    font-size: 1.25rem;
    line-height: 1.75;
  }
  .p-recruit-hiring {
    margin-top: 2.5rem;
    padding-bottom: 3.125rem;
  }
  .p-recruit-info__lead {
    font-size: 1rem;
    max-width: 37.5rem;
  }
  .p-recruit-info__link {
    font-size: 1rem;
  }
  .p-recruit-hiring .p-company-info {
    margin-left: auto;
    margin-right: auto;
    max-width: 37.5rem;
    padding-top: 1.25rem;
  }
  .p-recruit-form {
    margin-top: 3.75rem;
    max-width: 37.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .p-recruit-form__body {
    margin-left: auto;
  }
  .p-recruit-form__input,
  .p-recruit-form__textarea {
    font-size: 0.875rem;
  }
  .p-service {
    padding-top: 4.375rem;
    z-index: 16;
  }
  .p-service__items {
    flex-direction: column;
    gap: 5rem;
  }
  .p-service__item {
    flex-direction: row;
    gap: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 35rem;
    width: 100%;
  }
  .p-service__item--right {
    margin-top: 0;
  }
  .p-service__item-content {
    margin-top: 2.5rem;
  }
  .p-service__number {
    font-size: 7.5rem;
  }
  .p-service__number::after {
    height: 7.5rem;
    margin-top: 0.9375rem;
  }
  .p-service__item-title {
    font-size: 1.375rem;
    margin: 0 0 1.5rem 0;
  }
  .p-service__item-image {
    margin: 0 0 1.5rem 0;
  }
  .p-service__item-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.375rem 0.25rem;
    margin: 0 0 1.25rem 0;
    max-width: 22.5rem;
  }
  .p-service__item-content .c-button-arrow {
    align-self: flex-end;
  }
  .u-mb200 {
    margin-bottom: 3.75rem;
  }
  .u-sp-mt0 {
    margin-top: 0 !important;
  }
  .u-mt100 {
    margin-top: 3.75rem;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media screen and (max-width: 670px) {
  .c-section-diagonal-line {
    top: 9.6875rem;
  }
  .p-company-philosophy .c-section-diagonal-line,
  .p-company-company .c-section-diagonal-line,
  .p-company-access .c-section-diagonal-line,
  .p-products-products .c-section-diagonal-line,
  .p-products-details .c-section-diagonal-line,
  .p-recruit-hiring .c-section-diagonal-line,
  .p-policy-info .c-section-diagonal-line,
  .p-policy-privacy .c-section-diagonal-line,
  .p-contact-us .c-section-diagonal-line {
    top: 9.375rem;
  }
  .p-drawer__submenu-link {
    font-size: 1rem;
    padding: 0.625rem 1.5rem 0.625rem 22%;
  }
  .p-mv__news-section.is-left-empty .p-mv__latest-news .p-mv__news-item.--theme {
    margin-top: 4.0625rem;
  }
  .p-mv__sdgs {
    max-width: 90%;
  }
  .p-mv__latest-news {
    max-width: 90%;
  }
  .p-mv__news-item.--white {
    margin-top: 5.5rem;
  }
  .p-mv__news-item.--theme {
    margin-top: 2.8125rem;
  }
  .p-mv__news-date {
    font-size: 1rem;
  }
  .p-mv__news-title {
    font-size: 1rem;
  }
  .p-news-archive__title::before {
    left: calc(-50vw + 32%);
  }
  .p-product-table.p-product-table--others .p-product-table__cell {
    font-size: 0.75rem;
  }
  .p-product-detail__content.p-product-detail__content--others {
    gap: 0;
  }
  .bag-filter-retainer .c-page-mainview__background-text {
    font-size: 5.625rem;
  }
  .bag-filter-retainer .c-page-mainview__text {
    font-size: 1.875rem;
    padding-left: 1.125rem;
  }
  .u-md2 {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  .c-page-mainview__background-text {
    font-size: 6.5625rem;
  }
  .c-page-mainview__text {
    font-size: 1.875rem;
  }
  .c-section-bg-text {
    font-size: 4.25rem;
  }
  .c-section-bg-text--left {
    left: 0.75rem;
  }
  .c-section-diagonal-line {
    top: 8.75rem;
  }
  .p-company-philosophy .c-section-diagonal-line,
  .p-company-company .c-section-diagonal-line,
  .p-company-access .c-section-diagonal-line,
  .p-products-products .c-section-diagonal-line,
  .p-products-details .c-section-diagonal-line,
  .p-recruit-hiring .c-section-diagonal-line,
  .p-policy-info .c-section-diagonal-line,
  .p-policy-privacy .c-section-diagonal-line,
  .p-contact-us .c-section-diagonal-line {
    top: 8rem;
  }
  .c-section-title {
    font-size: 1.125rem;
    padding-left: 3.25rem;
  }
  .c-section-bg-text {
    font-size: 4.25rem;
  }
  .p-drawer__nav {
    padding: 0;
  }
  .p-drawer__nav-link {
    font-size: 1rem;
    padding: 1rem 13%;
  }
  .p-drawer__submenu-link {
    font-size: 0.875rem;
  }
  .p-header__company-name {
    font-size: 0.875rem;
  }
  .p-mv__title {
    font-size: 1.875rem;
  }
  .p-mv__news-item.--white {
    margin-top: 6.5625rem;
  }
  .p-mv__news-item.--theme {
    margin-top: 2.1875rem;
  }
  .p-mv__news-date {
    font-size: 0.8125rem;
  }
  .p-mv__news-title {
    font-size: 0.8125rem;
  }
  .p-news__item {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem 0;
  }
  .p-news__item a {
    gap: 0.75rem;
  }
  .c-block-title.p-product-detail__title {
    font-size: 1.625rem;
  }
  .p-product-detail__content.p-product-detail__content--others:not(:first-child) {
    margin-top: 1.875rem;
  }
  .p-purpose__content {
    padding-bottom: 3.75rem;
  }
  .p-purpose__text {
    font-size: 1rem;
    line-height: 1.75;
  }
}

@media screen and (max-width: 500px) {
  .c-section-bg-text {
    left: 3.625rem;
  }
  .c-section-bg-text--left {
    left: 0.625rem;
  }
  .c-section-diagonal-line {
    top: 7.5rem;
  }
  .p-company-philosophy .c-section-diagonal-line,
  .p-company-company .c-section-diagonal-line,
  .p-company-access .c-section-diagonal-line,
  .p-products-products .c-section-diagonal-line,
  .p-products-details .c-section-diagonal-line,
  .p-recruit-hiring .c-section-diagonal-line,
  .p-policy-info .c-section-diagonal-line,
  .p-policy-privacy .c-section-diagonal-line,
  .p-contact-us .c-section-diagonal-line {
    top: 7.25rem;
  }
  .c-section-title {
    padding-left: 3.25rem;
  }
  .c-section-title::before {
    width: calc(50vw - 44% + 10.6% + 1.375rem);
  }
  .p-contact__text {
    font-size: 1rem;
    margin: 0 0 2.5rem 0;
  }
  .p-footer__company-name {
    font-size: 1rem;
  }
  .p-mv__news-section.is-left-empty .p-mv__latest-news .p-mv__news-item.--theme {
    margin-top: 3.125rem;
  }
  .p-mv__news-item.--white {
    margin-top: 7.1875rem;
  }
  .p-news-archive__title::before {
    left: calc(-50vw + 30%);
  }
  .p-news-archive.p-news-detail .p-news-archive__title::before {
    top: 3.5%;
  }
  .p-news__date {
    font-size: 0.875rem;
  }
  .p-news__title {
    font-size: 0.875rem;
  }
  .p-contact-us-form__block {
    margin-left: 1rem;
  }
  .p-maker-list__title:after {
    width: 75%;
  }
  .p-product-table__head {
    border-bottom: 0.125rem solid #2B689C;
  }
  .p-product-table__heading {
    border-bottom: 0.125rem solid #2B689C;
    border-left: 0.125rem solid #2B689C;
    font-size: 0.75rem;
    padding: 0.375rem 0.625rem;
  }
  .p-product-table__cell {
    font-size: 0.75rem;
    padding: 0.375rem 0.625rem;
  }
  .p-product-table__link {
    font-size: 0.75rem;
  }
  .p-purpose {
    padding-top: 3.75rem;
  }
  .p-purpose__content {
    padding-bottom: 5rem;
  }
  .p-recruit-info__lead {
    margin-bottom: 0.25rem;
  }
  .p-service {
    padding-top: 4.125rem;
  }
  .p-service__number {
    font-size: 5.625rem;
  }
  .p-service__item-text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 425px) {
  .c-page-mainview__background-text {
    font-size: 4.6875rem;
    padding-left: 0;
  }
  .c-page-mainview__text {
    font-size: 1.875rem;
    padding-left: 0.25rem;
  }
  .c-section-bg-text--left {
    left: 0.5rem;
  }
  .c-section-diagonal-line {
    top: 6.875rem;
  }
  .p-company-philosophy .c-section-diagonal-line,
  .p-company-company .c-section-diagonal-line,
  .p-company-access .c-section-diagonal-line,
  .p-products-products .c-section-diagonal-line,
  .p-products-details .c-section-diagonal-line,
  .p-recruit-hiring .c-section-diagonal-line,
  .p-policy-info .c-section-diagonal-line,
  .p-policy-privacy .c-section-diagonal-line,
  .p-contact-us .c-section-diagonal-line {
    top: 6.625rem;
  }
  .c-section-title {
    line-height: 1.3;
    padding-left: 3.25rem;
  }
  .p-access-map__list {
    max-width: 18.125rem;
  }
  .p-mv__news-section.is-left-empty .p-mv__latest-news .p-mv__news-item.--theme {
    margin-top: 2.8125rem;
  }
  .p-mv__news-item.--white {
    margin-top: 7.8125rem;
  }
  .p-mv__news-item.--theme {
    margin-top: 1.5625rem;
  }
  .p-mv__news-date {
    font-size: 0.75rem;
  }
  .p-mv__news-title {
    font-size: 0.75rem;
  }
  .p-contact-us-form__block {
    margin-left: 0;
  }
  .p-maker-list__title:after {
    width: 85%;
  }
  .c-block-title.p-policy__title {
    font-size: 1.4375rem;
  }
  .p-product-table__cell {
    font-size: 0.6875rem;
    padding: 0.375rem 0.5rem;
  }
  .p-product-table__link {
    font-size: 0.6875rem;
  }
  .c-block-title.p-product-detail__title {
    font-size: 1.375rem;
  }
  .bag-filter-retainer .c-page-mainview__background-text {
    font-size: 4.75rem;
  }
  .p-purpose {
    padding-top: 3.4375rem;
  }
  .u-sp2 {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
  .c-page-mainview__text {
    font-size: 1.6875rem;
  }
  .c-section-diagonal-line {
    top: 6.875rem;
  }
  .p-company-philosophy .c-section-diagonal-line,
  .p-company-company .c-section-diagonal-line,
  .p-company-access .c-section-diagonal-line,
  .p-products-products .c-section-diagonal-line,
  .p-products-details .c-section-diagonal-line,
  .p-recruit-hiring .c-section-diagonal-line,
  .p-policy-info .c-section-diagonal-line,
  .p-policy-privacy .c-section-diagonal-line,
  .p-contact-us .c-section-diagonal-line {
    top: 6.25rem;
  }
  .p-mv__title {
    font-size: 1.6875rem;
  }
  .p-mv__news-section.is-left-empty .p-mv__latest-news .p-mv__news-item.--theme {
    margin-top: 2.6875rem;
  }
  .p-mv__news-item.--white {
    margin-top: 8.125rem;
  }
  .p-maker-list__title:after {
    width: 100%;
  }
  .bag-filter-retainer .c-page-mainview__background-text {
    font-size: 4.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */