@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  font-weight: 400;
  overflow-x: clip;
  overflow-wrap: anywhere;
  min-height: 100dvh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  touch-action: manipulation;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

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

/* ホバー可能デバイス*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* 英語の場合 */
:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

ul,
ol,
li {
  padding: 0;
  list-style: none;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

html.is-fixed,
html.is-fixed body {
  overflow: hidden;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  color: #222222;
  outline: none;
  padding: unset;
  width: 100%;
}

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

.c-accordion {
  position: relative;
}

.c-accordion__block {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.3s ease-out;
}

.c-accordion__header {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.3s ease-out;
}

.c-arrow-icon {
  display: flex;
  align-items: center;
}

.c-arrow-icon::after {
  display: inline-block;
  content: "";
  background-image: url("../images/common/link-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 11px;
}

.c-arrow-icon--blue::after {
  background-image: url("../images/common/link-arrow-blue.svg");
  width: 9px;
  height: 9px;
}

.c-arrow-large-svg {
  display: grid;
  place-content: center;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.c-arrow-large-svg svg {
  width: 16px;
}

.c-arrow-small-svg {
  display: grid;
  place-content: center;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}

.c-arrow-small-svg svg {
  width: 8px;
}

.c-arrow-svg {
  display: grid;
  place-content: center;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.c-arrow-svg svg {
  width: 12px;
}

.c-aside-inquiry__items {
  margin-block-start: 40px;
  margin-inline: auto;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.c-aside-inquiry__item {
  background-color: #222222;
  width: calc(50% - 5px);
  min-width: 180px;
  transition: background-color 0.3s ease-out;
}

.c-aside-inquiry__item:focus-visible {
  background-color: #004bb4;
}
.c-aside-inquiry__item a {
  padding: 20px 18px;
  display: block;
}
.c-aside-inquiry__title {
  color: #fff;
  text-align: center;
}

.c-aside-inquiry__img {
  margin-block-start: 10px;
  margin-inline: auto;
  aspect-ratio: 127/179;
  width: 60%;
  overflow: hidden;
}

.c-aside-inquiry__img img {
  transition: transform 0.3s ease-out;
}

.c-aside-inquiry__item:focus-visible .c-aside-inquiry__img img {
  transform: scale(1.1);
}
.c-aside-inquiry__btn {
  margin-block-start: 10px;
  padding: 3px 10px;
  background-color: #fff;
  border-radius: 9999px;
  text-align: center;
}

.c-breadcrumb {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.1em;
  color: #6A6A6A;
}

.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-breadcrumb__item::after {
  content: ">";
  margin: 0 0.5em;
}

.c-breadcrumb__item:last-child::after {
  content: "";
}

.c-breadcrumb__link {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-out;
}

.c-breadcrumb__link:focus-visible {
  text-decoration-color: #6A6A6A;
}
.c-btn {
  position: relative;
  display: block;
  text-align: center;
  max-width: 530px;
  width: 100%;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  border-radius: 9999px;
  font-size: min(3.5vw, 0.875rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.c-btn a {
  padding-block-start: 13px;
  padding-block-end: 17px;
  padding-inline: 40px;
  display: inline-block;
  width: 100%;
}
.c-btn--double a {
  padding-block: 4px;
}

.c-btn span {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}

.c-btn--cta {
  background-color: #fff;
  color: #222222;
  border: 1px solid #fff;
}

.c-btn--cta:focus-visible {
  background-color: #222222;
  color: #fff;
  border-color: #222222;
}
.c-btn--cta:focus-visible span {
  background-color: #fff;
}
.c-btn--cta:focus-visible svg {
  fill: #222222;
}
.c-btn--cta span {
  background-color: #222222;
  transition: background-color 0.3s ease-out;
}

.c-btn--cta svg {
  fill: #fff;
  transition: fill 0.3s ease-out;
}

.c-btn--white {
  background-color: #fff;
  color: #222222;
  border: 1px solid #222222;
}

.c-btn--white:focus-visible {
  background-color: #004bb4;
  color: #fff;
  border-color: #004bb4;
}
.c-btn--white:focus-visible span {
  background-color: #fff;
}
.c-btn--white:focus-visible svg {
  fill: #222222;
}
.c-btn--white span {
  background-color: #222222;
  transition: background-color 0.3s ease-out;
}

.c-btn--white svg {
  fill: #fff;
  transition: fill 0.3s ease-out;
}

.c-btn--blue {
  background-color: #004bb4;
  color: #fff;
  border: 1px solid #004bb4;
}

.c-btn--blue:focus-visible {
  background-color: #fff;
  color: #222222;
  border-color: #222222;
}
.c-btn--blue:focus-visible span {
  background-color: #222222;
}
.c-btn--blue:focus-visible svg {
  fill: #fff;
}
.c-btn--blue span {
  background-color: #fff;
  transition: background-color 0.3s ease-out;
}

.c-btn--blue svg {
  fill: #222222;
  transition: fill 0.3s ease-out;
}

.c-btn--first-time {
  background-color: rgba(34, 34, 34, 0.9);
  color: #fff;
}

.c-btn--first-time:focus-visible {
  background-color: rgba(255, 255, 255, 0.9);
  color: #222222;
}
.c-btn--first-time:focus-visible .c-arrow-svg {
  background-color: #222222;
}
.c-btn--first-time:focus-visible svg {
  fill: #fff;
}
.c-btn--first-time .c-arrow-svg {
  background-color: #fff;
  transition: background-color 0.3s ease-out;
}

.c-btn--first-time svg {
  fill: #222222;
  transition: fill 0.3s ease-out;
}

.c-card-about {
  width: 202px !important;
  height: auto;
  background-color: #fff;
  transition: filter 0.3s ease-out;
}

.c-card-about:focus-visible {
  filter: drop-shadow(3px 3px 16px rgba(0, 0, 0, 0.25));
  will-change: filter;
}
.c-card-about__img {
  aspect-ratio: 202/156;
  overflow: hidden;
}

.c-card-about__img img {
  transition: transform 0.3s ease-out;
}

.c-card-about:focus-visible .c-card-about__img img {
  transform: scale(1.1);
}
.c-card-about__buttons {
  display: none;
}

.c-card-client {
  padding: 10px;
  background-color: #fff;
  transition: filter 0.3s ease-out;
}
.c-card-client--slider {
  width: 280px !important;
  height: auto;
}

.c-card-client--black {
  background-color: #222222;
}
.c-card-client__image-block {
  position: relative;
}

.c-card-client__img {
  aspect-ratio: 202/156;
  overflow: hidden;
}

.c-card-client__img img {
  transition: transform 0.3s ease-out;
}

.c-card-client:focus-visible .c-card-client__img img {
  transform: scale(1.1);
}
.c-card-client__image-wrapper {
  display: flex;
  gap: 10px;
  background-color: #222222;
  color: white;
  padding: 10px;
  text-align: left;
}

.c-card-client--black .c-card-client__image-wrapper {
  background-color: #4D4D4D;
}

.c-card-client__place {
  width: inherit;
}
.c-card-client__client {
  flex: 1;
}

.c-card-client__image-title {
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1em;
  opacity: 0.5;
}

.c-card-client__image-text {
  margin-block-start: 5px;
}

.c-card-client__overview {
  padding-block-start: 20px;
}

.c-card-client__bottom-text {
  padding-block-start: 10px;
}

.c-card-client__buttons {
  display: none;
}

.c-card-line {
  border-block-start: 1px solid #222222;
  border-inline-start: 1px solid #222222;
  background-color: #fff;
  transition: filter 0.3s ease-out;
}
.c-card-line:focus-visible {
  filter: drop-shadow(3px 3px 16px rgba(0, 0, 0, 0.25));
  will-change: filter;
}
.c-card-line > a {
  display: block;
  padding-block-start: 10px;
  padding-inline-start: 10px;
}

.c-card-line--noHover {
  border-block-start: 1px solid #222222;
  border-inline-start: 1px solid #222222;
  background-color: #fff;
}

.c-card-line__img {
  aspect-ratio: 248/192;
  overflow: hidden;
}

.c-card-line__img img {
  transition: transform 0.3s ease-out;
}

.c-card-line:focus-visible .c-card-line__img img {
  transform: scale(1.1);
}
.c-card-normal {
  padding: 10px;
  width: 202px !important;
  height: auto;
  background-color: #fff;
  transition: filter 0.3s ease-out;
}

.c-card-normal--black {
  background-color: #222222;
}
.c-card-normal__image-block {
  position: relative;
}

.c-card-normal__img {
  aspect-ratio: 202/156;
  overflow: hidden;
}

.c-card-normal__img img {
  transition: transform 0.3s ease-out;
}

.c-card-normal:focus-visible .c-card-normal__img img {
  transform: scale(1.1);
}
.c-card-normal__title {
  padding-block-start: 20px;
}

.c-card-normal__text {
  padding-block-start: 10px;
}

.c-card-normal__buttons {
  display: none;
}

.c-card-title {
  background-color: #222222;
  transition: filter 0.3s ease-out;
}

.c-card-title--slider {
  width: 202px !important;
  height: auto;
}

.c-card-title:focus-visible {
  filter: drop-shadow(3px 3px 16px rgba(0, 0, 0, 0.25));
  will-change: filter;
}
.c-card-title__img {
  aspect-ratio: 130/100;
  overflow: hidden;
}

.c-card-title__img img {
  transition: transform 0.3s ease-out;
}

.c-card-title:focus-visible .c-card-title__img img {
  transform: scale(1.1);
}
.c-card-title__title {
  padding: 2px;
  min-height: 49px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.c-card-title__buttons {
  display: none;
}

.c-copy-L {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.1em;
}

.c-copy-R {
  font-size: 1rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.1em;
}

.c-copy-XL {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.1em;
}

.c-cursor {
  cursor: pointer;
}

.c-drawer,
.c-drawer span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  border-color: #222222;
}

.c-drawer {
  position: relative;
  width: 32px;
  height: 22px;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.c-drawer span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222222;
}

.c-drawer span:nth-of-type(1) {
  top: 0;
  left: 50%;
  transform: translate3d(-50%, -25%, 0);
}

.c-drawer span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.c-drawer span:nth-of-type(3) {
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, -75%, 0);
}

.c-drawer[aria-expanded=true] span:nth-of-type(1) {
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg) scale(0.9);
}

.c-drawer[aria-expanded=true] span:nth-of-type(2) {
  opacity: 0;
}

.c-drawer[aria-expanded=true] span:nth-of-type(3) {
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(0.9);
}

.c-footer-btn {
  display: grid;
  place-content: center;
  place-items: center;
  grid-row-gap: 3px;
  border-radius: 50%;
  aspect-ratio: 1;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  width: 102px;
  font-size: 11px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-label-L {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.c-label-S {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.c-label-XL {
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.c-loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.c-loading.is-loaded {
  animation: animateloaded 0.4s ease-out forwards;
}

@keyframes animateloaded {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.c-loading__wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-loading__img {
  opacity: 0;
  max-width: 300px;
  min-width: 200px;
  width: 25%;
  height: auto;
  margin-inline: auto;
  transition: opacity 0.3s ease-out 0.3s;
}

.c-loading.is-loading .c-loading__img {
  opacity: 1;
}

.c-modal-gallery {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}

.c-modal-gallery.is-close {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: modal-gallery-close 0.2s ease-out forwards;
}

@keyframes modal-gallery-close {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.c-modal-gallery.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: modal-gallery-show 0.2s ease-out forwards;
}

@keyframes modal-gallery-show {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.c-modal-gallery__inner {
  position: relative;
  background-color: #fff;
  max-height: 75vh;
  height: auto;
  max-width: 80vw;
  width: 100%;
  aspect-ratio: 4/3;
}
.c-modal-gallery__img {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
}

.c-modal-gallery__img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.c-modal-gallery__close {
  position: absolute;
  top: 19px;
  right: 20px;
  cursor: pointer;
  border: none;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Ccircle cx='15' cy='15' r='15' fill='black'/%3E%3Cline x1='9' y1='9' x2='21' y2='21' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='21' y1='9' x2='9' y2='21' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: opacity 0.2s ease-out;
}

.c-modal-gallery__close:focus-visible {
  opacity: 0.6;
}
.c-pager__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.c-pager__items {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.c-pager__items li {
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  border-radius: 50%;
  background-color: #fff;
  color: #222222;
  width: min(6.4vw, 32px);
  height: min(6.4vw, 32px);
}

.c-pager__items li:focus-visible {
  background-color: #222222;
  color: #fff;
}
.c-pager__items li:has(.current) {
  background-color: #222222;
  color: #fff;
}

.c-pager__items li a,
.c-pager__items li span {
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
  font-size: min(2.8vw, 0.875rem);
  font-weight: 600;
  line-height: 1;
}

.c-pager__prev,
.c-pager__next {
  background-color: #fff;
  border-radius: 50%;
  transition: background-color 0.3s ease-out;
}

.c-pager__prev span {
  transform: rotate(180deg);
  width: min(6.4vw, 32px);
  height: min(6.4vw, 32px);
}

.c-pager__prev svg {
  width: min(2vw, 10px);
  height: min(2vw, 10px);
  transition: fill 0.3s ease-out;
}

.c-pager__next span {
  width: min(6.4vw, 32px);
  height: min(6.4vw, 32px);
}

.c-pager__next svg {
  width: min(2vw, 10px);
  height: min(2vw, 10px);
  transition: fill 0.3s ease-out;
}
.c-plus-icon {
  position: relative;
  display: inline-block;
}

button[aria-expanded=true] .c-plus-icon::after,
.is-active .c-plus-icon::after {
  transform: translateY(-50%) rotate(180deg);
}

button[aria-expanded=true] .c-plus-icon::before,
.is-active .c-plus-icon::before {
  transform: translateY(-50%) rotate(90deg);
}

.c-plus-icon::after {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  transition: 0.3s ease-out;
}

.c-plus-icon::before {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2px;
  height: 12px;
  border-radius: 9999px;
  transition: 0.3s ease-out;
}

.c-plus-icon--blue::after,
.c-plus-icon--blue::before {
  background-color: #004bb4;
}

.c-plus-icon--blue::after {
  right: -20px;
}

.c-plus-icon--blue::before {
  right: -15px;
}

.c-plus-icon--black::after,
.c-plus-icon--black::before {
  background-color: #222222;
}

.c-slider {
  overflow: hidden;
  position: relative;
}

.c-slider__buttons {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  max-width: 1280px;
  width: 100%;
}

.c-slider__swiper {
  padding-inline: 10px;
  position: relative;
  overflow: visible;
}

.c-slider__swiper--no-text {
  padding-inline: 20px;
}

.c-slider__buttons .swiper-button-prev,
.c-slider__buttons .swiper-button-next {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  z-index: 10;
  transition: opacity 0.3s ease-out;
}

.c-slider__buttons .swiper-button-prev::after,
.c-slider__buttons .swiper-button-next::after {
  display: none;
}

.c-slider__buttons .swiper-button-prev {
  left: 5px;
  transform: rotate(180deg);
}

.c-slider__buttons.swiper-button-next {
  right: 5px;
}

.c-slider__buttons .swiper-button-prev:focus-visible,
.c-slider__buttons .swiper-button-next:focus-visible {
  opacity: 0.8;
}

.c-text-btn {
  display: block;
  transition: opacity 0.3s ease-out;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.c-text-btn:focus-visible {
  opacity: 0.5;
}
.c-text-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.c-text-btn--white {
  color: #fff;
}

.c-text-btn--white span {
  background-color: #fff;
}

.c-text-btn--white svg {
  fill: #222222;
}

.c-text-btn--black {
  color: #222222;
}

.c-text-btn--black span {
  background-color: #222222;
}

.c-text-btn--black svg {
  fill: #fff;
}

.c-text-en {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.c-text-R {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.1em;
}

.c-text-S {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.1em;
}

.c-title-en {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  padding-block-end: 5px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-block-end: 2px solid #222222;
}

.c-title-h1 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.07em;
}

.c-title-h2 {
  font-size: min(5.8666666667vw, 1.375rem);
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.1em;
}

.c-title-h3 {
  font-size: min(5.3333333333vw, 1.25rem);
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.1em;
}

.c-title-h4 {
  font-size: min(4.8vw, 1.125rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.c-title-logo {
  position: relative;
}

.c-toc {
  margin-block-end: 40px;
}

.c-toc__index {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  counter-reset: toc-counter;
}

.toc-h2 {
  counter-increment: toc-counter;
  position: relative;
  border-block-end: 1px solid #222222;
  padding-inline-start: 24px;
}

.toc-h2::before {
  padding-block: 10px;
  display: inline-block;
  content: counter(toc-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 175%;
}

.toc-h2 a {
  display: inline-block;
  padding-block: 10px;
}

.toc-h3 {
  border-block-start: 1px solid #DFDFDF;
}

.toc-h3 a {
  display: inline-block;
  padding-block: 10px;
}

.c-usage-card {
  display: flex;
  flex-direction: column;
}

.c-usage-card--white-shadow {
  filter: drop-shadow(0px 0px 50px rgba(255, 255, 255, 0.3));
  will-change: filter;
}

.c-usage-card a {
  text-align: center;
  padding-block: 12px;
  padding-inline: 9px;
  background-color: #222222;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s;
}

.c-usage-card a:focus-visible {
  background-color: #004bb4;
}
.c-usage-card__text {
  padding-block-end: 7px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.1em;
}

.c-usage-card__name {
  margin-block-start: auto;
  margin-inline: auto;
  padding-block-end: 4px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.c-usage-card__asterisk {
  margin-top: auto;
}

.navShow-center {
  visibility: hidden;
  opacity: 0;
}

.navShow-center.is-open {
  visibility: visible;
  animation: navOpen 0.3s forwards;
}

@keyframes navOpen {
  100% {
    opacity: 1;
  }
}
.navShow-center.is-close {
  visibility: visible;
  opacity: 1;
  animation: navClose 0.3s forwards;
}

@keyframes navClose {
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
.l-2-columns {
  position: relative;
}

.l-button {
  padding-inline: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.l-footer-fixed {
  position: fixed;
  bottom: -220px;
  inset-inline: 0;
  transition: transform 0.3s ease-out;
  z-index: 100;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.l-footer-fixed.is-animated {
  transform: translateY(-230px);
}

.l-footer {
  margin-block-start: 100px;
}

.l-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(11.25rem, 100%), 11.25rem));
  gap: 10px;
}

.l-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), auto));
  gap: 10px;
}

.l-grid-4-center {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(13.75rem, 100%), 13.75rem));
  gap: 10px;
  justify-content: center;
}

.l-grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(13.75rem, 100%), 13.75rem));
  gap: 10px;
  justify-content: center;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 68px;
  transition: transform 0.3s ease;
}

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

.l-icon-ml--6::after {
  margin-left: 6px;
}

.l-icon-ml--15::after {
  margin-left: 15px;
}

.l-inner {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}

.l-main {
  margin-block-start: 68px;
}

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

.l-mt-10-20 {
  margin-block-start: 10px;
}

.l-mt-20-30 {
  margin-block-start: 20px;
}

.l-mt-40-50 {
  margin-block-start: 40px;
}

.l-mt-40-80 {
  margin-block-start: 40px;
}

.l-mt-60-120 {
  margin-block-start: 60px;
}

.l-mt-60-80 {
  margin-block-start: 60px;
}

.l-pt-20-30 {
  padding-block-start: 20px;
}

.l-pt-20-50 {
  padding-block-start: 20px;
}

.l-pt-40-80 {
  padding-block-start: 40px;
}

.l-pt-60-120 {
  padding-block-start: 60px;
}

.l-relative {
  position: relative;
}

.l-text-left {
  text-align: left;
}

.l-vertical-align-bottom {
  vertical-align: bottom;
}

.p-archive-information__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), auto));
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.p-archive-information__item {
  margin-block-end: 40px;
}

.p-archive-information__img {
  margin-block-start: 10px;
  margin-inline-start: 10px;
  aspect-ratio: 324/250;
}

.p-archive-information__item h2,
.p-archive-information__item time {
  padding-block-start: 10px;
  padding-inline-start: 10px;
}

.p-archive-solutions__items {
  display: grid;
  grid-template-columns: 1fr;
}

.p-archive-solutions__item {
  margin-block-end: 40px;
}

.p-archive-solutions__img-block {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.p-archive-solutions__img {
  width: 40%;
  aspect-ratio: 324/250;
}

.p-archive-solutions__item h2 {
  flex: 1;
}

.p-archive-solutions__company-padding {
  padding-block-start: 10px;
}

.p-archive-solutions__company-name {
  padding: 5px 10px;
  display: inline-block;
  background-color: #222222;
  color: #fff;
}

.p-archive-solutions__assignment-padding {
  padding-block-start: 10px;
}

.p-archive-solutions__assignment {
  padding: 10px 15px;
  background-color: #F7F7F7;
}

.p-archive-solutions__industry-padding {
  padding-block-start: 10px;
}

.p-archive-solutions__industry-list {
  padding: 3px 10px;
  display: flex;
  border: 1px solid #222222;
  border-radius: 9999px;
}

.p-archive-solutions__industry-list span {
  width: -moz-fit-content;
  width: fit-content;
}
.p-archive-solutions__industry-items {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.p-guide__timeline {
  margin-block-start: 40px;
  padding: 40px 15px;
  background-color: #F7F7F7;
}

.p-guide__items {
  list-style: none;
  counter-reset: timeline-counter;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding-inline-start: 35px;
  gap: 20px;
}

.p-guide__items::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: #222222;
}

.p-guide__items > li + li {
  margin-block-start: 30px;
}

.p-guide__item {
  counter-increment: timeline-counter;
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.p-guide__item::before {
  content: counter(timeline-counter);
  position: absolute;
  top: 0;
  left: -35px;
  width: 25px;
  height: 25px;
  background: #222222;
  color: #fff;
  border-radius: 50%;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 190%;
  font-weight: 600;
  z-index: 1;
  padding-inline-start: 2px;
}

.p-guide__wrapper {
  margin-block-start: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-guide__lists {
  padding-block: 10px;
  padding-inline-start: 20px;
}

.p-guide__lists li {
  list-style-type: disc;
}

.p-guide__img {
  aspect-ratio: 224/170;
  width: min(41.8666666667vw, 157px);
}

.p-guide__subtitle {
  display: inline-block;
  padding-block-end: 8px;
  border-block-end: 3px solid #222222;
}

.p-inquiry__cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.p-inquiry__catalogs {
  margin-block-start: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(13.75rem, 100%), 13.75rem));
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
  justify-content: center;
}

.p-inquiry__catalog {
  padding: 20px 18px;
  background-color: #222222;
  transition: background-color 0.3s ease-out;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}

.p-inquiry__catalog a {
  display: contents;
}

.p-inquiry__catalog:focus-visible {
  background-color: #004bb4;
}
.p-inquiry__title {
  color: #fff;
  text-align: center;
}

.p-inquiry__text {
  color: #fff;
}

.p-inquiry__img {
  aspect-ratio: 127/179;
  width: 100%;
  overflow: hidden;
}

.p-inquiry__img img {
  transition: transform 0.3s ease-out;
}

.p-inquiry__catalog:focus-visible .p-inquiry__img img {
  transform: scale(1.1);
}
.p-inquiry__btn {
  margin-block-start: 10px;
  padding: 3px 10px;
  background-color: #fff;
  border-radius: 9999px;
  text-align: center;
}

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.p-loading.is-loaded {
  animation: loading-anime 0.3s ease-out forwards;
}

@keyframes loading-anime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.p-membrane-material-list__items {
  padding: 20px;
  content: "";
  background-image: url("../images/membrane-material/membrane-material_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vi;
  margin-inline: calc(50% - 50vi);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}

.p-membrane-material-list__item {
  padding: 20px;
  background-color: #fff;
  text-align: center;
  max-width: 480px;
  width: 100%;
  margin-inline: auto;
}

.p-membrane-material-list__head {
  display: inline-block;
  border-block-end: 3px solid #222222;
}

.p-membrane-material-list__img {
  margin-block-start: 30px;
}

.p-membrane-material-list__text {
  text-align: start;
}

.p-membrane-material-title__flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-membrane-material-title__thumbnail {
  order: 2;
  aspect-ratio: 583/449;
}

.p-membrane-material-title__wrapper {
  display: contents;
}

.p-membrane-material-title__text-block {
  order: 1;
}

.p-membrane-material-title__title-block {
  display: contents;
}

.p-membrane-material-title__subTitle {
  padding-block-end: 10px;
  border-block-end: 2px solid #000000;
}

.p-membrane-material-title__title {
  margin-block-start: 20px;
}

.p-membrane-material-title__btn-block {
  order: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.p-merit__items {
  padding: 40px 20px;
  display: block;
  content: "";
  background-image: url("../images/merit/merit_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vi;
  margin-inline: calc(50% - 50vi);
  overflow: hidden;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  will-change: filter;
}

.p-merit__items li + li {
  margin-block-start: 20px;
}

.p-merit__item {
  background-color: #fff;
  max-width: 480px;
  margin-inline: auto;
}

.p-merit__text-block {
  padding: 15px 20px;
}

.p-merit__hgroup {
  text-align: center;
}

.p-merit__hgroup h2 {
  margin-block-start: 15px;
}

.p-merit__benefit span {
  padding-inline-start: 4px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.p-merit__img {
  width: 100%;
}

.p-merit__img--contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  scrollbar-color: rgba(179, 179, 179, 0.6) rgba(224, 224, 224, 0.1);
  scrollbar-width: thin;
}

.p-modal.is-close {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: modal-close 0.2s ease-out forwards;
}

@keyframes modal-close {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.p-modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: modal-show 0.2s ease-out forwards;
}

@keyframes modal-show {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.p-modal__outer {
  position: relative;
  background-color: #fff;
  max-width: 500px;
  width: calc(100% - 40px);
  max-height: 80%;
  height: 100%;
  padding: 40px;
  border-radius: 7px;
}

.p-modal__outer--noBtn {
  padding: 40px 6px 30px 20px;
}

.p-modal__inner {
  height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
  padding-right: 10px;
  padding-bottom: 10px;
}

.p-modal::-webkit-scrollbar {
  width: 10px;
}

.p-modal::-webkit-scrollbar-track {
  background-color: rgba(224, 224, 224, 0.1);
  border-radius: 100px;
}

.p-modal::-webkit-scrollbar-thumb {
  background-color: rgba(179, 179, 179, 0.6);
  border-radius: 100px;
}

.p-modal__close {
  position: absolute;
  top: 19px;
  right: 20px;
  cursor: pointer;
  border: none;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M21.0781 10.6665L10.6668 21.0778' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.666 10.8931L21.0773 21.3044' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: opacity 0.2s ease-out;
}

.p-modal__close:focus-visible {
  opacity: 0.6;
}
.p-modal__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-modal__img {
  aspect-ratio: 268/207;
  overflow: hidden;
}

.p-modal__text-block {
  flex: 1;
}

.p-modal__items {
  margin-block-start: 40px;
}

.p-modal__items > li + li {
  margin-block-start: 40px;
}

.p-modal__line-up {
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.p-modal__links {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.p-modal__link {
  padding-block: 10px;
}

.p-new-work__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 40px;
}

.p-new-work__img-block {
  position: relative;
}

.p-new-work__img {
  aspect-ratio: 336/260;
}

.p-new-work__label {
  padding-block: 6px;
  color: #fff;
  background-color: #222222;
  text-align: center;
}

.p-privacy-policy p {
  margin-block-start: 20px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.1em;
}
.p-privacy-policy p:first-of-type {
  margin-block-start: 40px;
}
.p-privacy-policy h2 {
  margin-block-start: 40px;
  font-size: min(5.3333333333vw, 1.25rem);
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.1em;
  border-block-end: 1px solid #DFDFDF;
}
.p-privacy-policy h2:first-of-type {
  margin-block-start: 40px;
}
.p-privacy-policy h3 {
  margin-block-start: 20px;
  font-size: min(4.8vw, 1.125rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.07em;
}
.p-privacy-policy h4 {
  margin-block-start: 40px;
  font-size: min(3.7333333333vw, 0.875rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}
.p-privacy-policy table {
  margin-block-start: 10px;
  width: 100%;
  border-collapse: collapse !important;
}
.p-privacy-policy thead {
  border-block-end: 1px solid transparent;
}
.p-privacy-policy th,
.p-privacy-policy td {
  border: 1px solid #DFDFDF;
  padding: 10px;
  text-align: left;
}
.p-privacy-policy th {
  background-color: #222222;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}
.p-privacy-policy td {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.1em;
}
.p-privacy-policy .wp-block-table td:first-child {
  border-left: 1px solid transparent;
}
.p-privacy-policy .wp-block-table td:last-child {
  border-right: 1px solid transparent;
}
.p-privacy-policy figcaption {
  margin-block-start: 10px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.1em;
  text-align: left;
}

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

.p-rental__tab {
  text-align: center;
  padding: 7px 20px;
  cursor: pointer;
  border-bottom: none;
  background: #F7F7F7;
  width: calc(50% - 10px);
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.p-rental__tab.active {
  background: #222222;
  color: #fff;
  border-bottom: 2px solid #222222;
}

.p-rental__content {
  display: none;
  padding: 20px;
  border: 3px solid #222222;
}

.p-rental__content.active {
  display: block;
}

.p-rental__content__inner {
  padding: 40px 20px;
}

.p-rental__images {
  margin-block-start: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.p-rental__cta {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 480px;
  margin-inline: auto;
  row-gap: 10px;
}

.p-rental__cta li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  text-align: center;
  border: 1px solid #222222;
  padding: 20px 10px;
}
.p-rental__logo-depotrent {
  margin-inline: auto;
  max-width: 80%;
  width: 100%;
}

.p-rental__logo-depotrent img,
.p-rental__logo-tsp img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-rental__logo-tsp {
  height: 100px;
}

.p-single-solutions-products li + li {
  margin-block-start: 30px;
}

.p-single-solutions-products__item {
  border-block-start: 1px solid #222222;
  border-inline-start: 1px solid #222222;
  width: 100%;
}

.p-single-solutions-products__wrapper {
  padding-block-start: 10px;
  padding-inline-start: 10px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.p-single-solutions-products__img {
  aspect-ratio: 306/235;
  min-width: 127px;
  width: 40%;
  overflow: hidden;
}

.p-single-solutions-products__img img {
  transition: transform 0.3s ease-out;
}

.p-single-solutions-products__item a:focus-visible .p-single-solutions-products__img img {
  transform: scale(1.1);
}
.p-single-solutions-products__text-block {
  flex: 1;
}

.p-single-solutions-products__subTitle {
  padding-block-end: 10px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.1em;
  border-block-end: 2px solid #222222;
}

.p-single-solutions-products__title {
  margin-block-start: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.p-single-solutions-products__type {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.p-single-solutions {
  flex: 1;
}

.p-single-solutions__tags {
  display: flex;
  gap: 5px;
}

.p-single-solutions__tag {
  padding: 3px 10px;
  display: flex;
  border: 1px solid #222222;
  border-radius: 9999px;
}

.p-single-solutions__tag-item {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.p-single-solutions__img {
  width: 100%;
}

.p-single-solutions__assignment {
  padding: 10px 15px;
  display: flex;
  align-items: flex-start;
  background-color: #F7F7F7;
}

.p-single-solutions__assignment span {
  width: -moz-fit-content;
  width: fit-content;
}

.p-single-solutions__assignment div {
  flex: 1;
}

.p-single-solutions__info h2 {
  padding-block-end: 10px;
  border-block-end: 1px solid #DFDFDF;
}

.p-single-solutions__dl {
  padding-block: 10px;
  display: grid;
  grid-template-columns: min(40vw, 200px) 1fr;
  border-block-end: 1px solid #DFDFDF;
}

.p-site-map__title {
  padding-inline-end: 1.5rem;
  position: relative;
  display: block;
  width: 100%;
  transition: opacity 0.3s ease-out;
  font-size: min(5vw, 1.25rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #222222;
  border-block-end: 1px solid #DFDFDF;
}

.p-site-map__title span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #222222;
  transition: background-color 0.3s ease-out;
}

.p-site-map__title:focus-visible {
  opacity: 0.5;
}

.p-site-map__title svg {
  fill: #fff;
  transition: fill 0.3s ease-out;
}

.p-site-map__flex {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.p-site-map__wrapper {
  margin-block-start: 20px;
}

.p-site-map__wrapper--options {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}

.p-site-map__wrapper p {
  text-transform: uppercase;
}

.p-site-map__wrapper a {
  display: block;
  padding-block: 5px;
  transition: opacity 0.3s ease-out;
}

.p-site-map__wrapper a:focus-visible {
  opacity: 0.5;
}

.p-site-map__list {
  margin-block-start: 40px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}

.p-solutions-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.p-solutions-nav__btn {
  position: relative;
  padding: 0.1875rem 0.875rem;
  border: 1px solid #222222;
  border-radius: 9999px;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.p-solutions-nav__btn:focus-visible {
  background-color: #222222;
  color: #fff;
}
.p-solutions-nav__container {
  position: relative;
}

.p-solutions-nav__items {
  padding: 15px;
  padding-inline: 10px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 100;
  max-width: 45rem;
  width: 90vw;
  filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.2));
  will-change: filter;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.p-solutions-nav__items.is-active {
  animation: modal-gallery-show 0.2s ease-out forwards;
}

.p-solutions-nav__items.is-close {
  animation: modal-gallery-close 0.2s ease-out forwards;
}

.p-solutions-nav__item a {
  padding-block: 5px;
  padding-inline: 10px;
}
.p-solutions-nav__item a::after {
  width: 12px;
  height: 12px;
}

.p-solutions-nav__btn.js-solutions-nav-open::after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 24px;
  z-index: 101;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #fff;
  transition: opacity 0.3s ease-out;
}

.p-solutions-nav__wrapper:has(.is-active) .p-solutions-nav__btn::after {
  opacity: 1;
}

.p-about-company__item {
  padding-block: 10px;
  border-block-end: 1px solid #222222;
  display: grid;
  grid-template-columns: 90px 1fr;
}

.p-about-company__item--bottom {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  grid-template-columns: unset;
}

.p-about-number__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(8.4375rem, auto);
  gap: 20px;
}

.p-about-number__items > li {
  background-color: #F7F7F7;
  display: grid;
  place-content: center;
  place-items: center;
  padding-block-end: 9px;
}

.p-about-number__items > li:first-child {
  grid-column: 1/3;
  grid-row: 1/2;
}

.p-about-number__items > li:last-child {
  grid-column: 1/3;
  grid-row: 5/6;
}

.p-about-number__icon {
  display: grid;
  place-content: center;
  height: 60px;
}

.p-about-number__icon img {
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-about-number__number {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.p-about-number__qualification {
  margin-block-start: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.p-about-office__item {
  padding-block-start: 20px;
  padding-block-end: 10px;
  border-block-end: 1px solid #222222;
}

.p-about-office__list {
  display: grid;
  grid-template-columns: 120px 1fr;
}

.p-about-office__sub-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-about-office__container dt {
  padding-block: 2px;
  background-color: #222222;
  color: #fff;
  width: 7rem;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}

.p-about-office__container dd {
  margin-block-start: 7px;
  text-transform: uppercase;
}

.p-about-office__container address {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-style: inherit;
}

.p-about-office__map {
  margin-block-start: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: opacity 0.3s ease-out;
}

.p-about-office__map::after {
  cursor: pointer;
  display: inline-block;
  content: "";
  width: 12px;
  height: 19px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2220%22%20viewBox%3D%220%200%2012%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_1172_128)%22%3E%3Cpath%20d%3D%22M8.89931%201.19487C8.0222%200.664809%207.02617%200.513364%206.11041%200.53545C5.13519%200.472348%204.04995%200.595396%203.10149%201.16962C0.663434%202.64937%20-0.466397%205.83601%200.178796%207.99726C0.821016%2010.1585%202.75362%2013.4587%203.93103%2016.4182C5.0787%2019.2957%205.31358%2019.4818%205.9677%2019.4913V19.5197C6.67235%2019.5197%206.88643%2019.4061%208.0668%2016.4466C9.24718%2013.4871%2011.1768%2010.1869%2011.819%208.02565C12.4613%205.86441%2011.3344%202.67776%208.89634%201.19802L8.89931%201.19487ZM5.97662%2010.0197C4.42161%2010.0197%203.16096%208.68191%203.16096%207.0318C3.16096%205.38168%204.42161%204.04392%205.97662%204.04392C7.53162%204.04392%208.79227%205.38168%208.79227%207.0318C8.79227%208.68191%207.53162%2010.0197%205.97662%2010.0197Z%22%20fill%3D%22black%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_1172_128%22%3E%3Crect%20width%3D%2212%22%20height%3D%2219%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.519531)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: opacity 0.2s ease-out;
}

.p-about-office__map:focus-visible {
  opacity: 0.5;
}
.p-common-cta {
  padding-block: 40px;
  padding-inline: 20px;
  background-color: #004bb4;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-common-cta p {
  color: #fff;
}

.p-common-cta .c-btn {
  margin-block-start: 40px;
}

.p-common-cta .c-text-btn {
  margin-block-start: 10px;
}

.p-common-cta .c-text-btn a {
  padding-block-start: 10px;
}

.p-single-cta__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.p-single-img-cta {
  position: relative;
  background-color: #004bb4;
}

.p-single-img-cta__img {
  width: 100%;
  height: 100%;
}

.p-single-img-cta__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}

.p-single-img-cta__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-block: 50px;
  padding-inline: 10px;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.p-single-img-cta p {
  color: #fff;
}

.p-single-img-cta p + p {
  margin-block-start: 20px;
}

.p-single-img-cta .c-btn {
  margin-inline: auto;
  margin-block-start: 20px;
}

.p-single-options {
  padding-block-start: 40px;
  padding-block-end: 60px;
  border-block: 1px solid #DFDFDF;
}

.p-single-options__text-btn a {
  justify-content: flex-start;
}

.p-single-title__flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-single-title__thumbnail {
  order: 2;
  aspect-ratio: 583/449;
}

.p-single-title__wrapper {
  display: contents;
}

.p-single-title__text-block {
  order: 1;
}

.p-single-title__title-block {
  display: contents;
}

.p-single-title__subTitle {
  padding-block-end: 10px;
  border-block-end: 2px solid #000000;
}

.p-single-title__title {
  margin-block-start: 20px;
}

.p-single-title__btn-block {
  order: 3;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  display: none;
}

.p-single h2 {
  margin-block-start: 40px;
  padding-block-end: 10px;
  font-size: min(5.8666666667vw, 1.375rem);
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.1em;
  border-block-end: 2px solid #222222;
}
.p-single h3 {
  margin-block-start: 40px;
  padding-block-end: 10px;
  font-size: min(5.3333333333vw, 1.25rem);
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.1em;
  border-block-end: 1px solid #DFDFDF;
}
.p-single h4 {
  margin-block-start: 40px;
  font-size: min(4.8vw, 1.125rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}
.p-single h5 {
  margin-block-start: 40px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}
.p-single p {
  margin-block-start: 10px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.1em;
}
.p-single .wp-block-image {
  margin-block-start: 20px;
}
.p-single figcaption {
  margin-block-start: 10px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.1em;
  text-align: left;
}
.p-single .aligncenter figcaption {
  text-align: center;
}
.p-single .wp-block-image .alignleft {
  float: unset;
  margin-right: auto;
}
.p-single .wp-block-image .aligncenter {
  float: unset;
  margin-inline: auto;
}
.p-single .wp-block-image .alignright {
  float: unset;
  margin-right: 0;
  margin-left: auto;
}
.p-single table {
  margin-block-start: 10px;
  width: 100%;
  border-collapse: collapse !important;
}
.p-single thead {
  border-block-end: 1px solid transparent;
}
.p-single th,
.p-single td {
  border: 1px solid #DFDFDF;
  padding: 10px;
  text-align: left;
}
.p-single th {
  background-color: #222222;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}
.p-single td {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.1em;
}
.p-single .wp-block-table td:first-child {
  border-left: 1px solid transparent;
}
.p-single .wp-block-table td:last-child {
  border-right: 1px solid transparent;
}

.p-flow-footer {
  background-color: transparent;
}

.p-flow-footer__inner {
  width: 100%;
  padding-inline: 10px;
  margin-inline: auto;
}

.p-flow-footer__logo {
  display: none;
}

.p-flow-footer__items {
  display: flex;
  flex-direction: column;
  align-items: end;
  row-gap: 10px;
}

.p-footer {
  background-color: #222222;
}

.p-footer__inner {
  padding-block: 60px;
}

.p-footer__row {
  padding-block-end: 10px;
  border-bottom: 1px solid #fff;
}

.p-footer__btn {
  color: #fff;
  padding-block-start: 20px;
  padding-block-end: 10px;
  text-transform: uppercase;
  text-align: left;
  transition: opacity 0.3s ease-out;
}

.p-footer__links {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.p-footer__accordion-links {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.p-footer__link a {
  display: inline-block;
  padding-block: 10px;
  color: #fff;
  transition: opacity 0.3s ease-out;
}

.p-footer__btn:focus-visible,
.p-footer__link a:focus-visible {
  opacity: 0.6;
  outline: 1px solid red;
}
.p-footer__wrapper {
  margin-block-start: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.p-footer__logo {
  width: 160px;
}

.p-footer__container .p-footer__links {
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
}

.g-nav {
  overflow: hidden;
  height: calc(100dvh - 68px);
  background-color: white;
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-nav__container {
  width: 100%;
  height: calc(100dvh - 68px);
  overscroll-behavior: contain;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

.g-nav__container::-webkit-scrollbar {
  display: none;
}

.g-nav__items {
  padding-block-start: 40px;
  padding-inline: 20px;
  height: calc(100% + 1px);
}

.g-nav__item {
  cursor: pointer;
  border-block-end: 1px solid #DFDFDF;
}

.g-nav__item button {
  text-align: left;
}

.g-nav__item span {
  width: -moz-fit-content;
  width: fit-content;
}

.g-nav__pc {
  display: none;
}

.g-nav__item.js-header-open::after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  z-index: 3000;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: 24px;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #fff;
  transition: opacity 0.3s ease-out;
}

.g-nav__item.js-header-open.is-active::after {
  opacity: 1;
}

.g-nav__link {
  text-transform: uppercase;
  display: inline-block;
  text-align: left;
  width: 100%;
  padding-block: 15px;
  transition: color 0.3s ease-out;
  color: #222222;
}

/* ホバー可能デバイス*/
.g-nav__modal {
  display: none;
}

.g-nav__modal.is-active {
  animation: modal-gallery-show 0.2s ease-out forwards;
}

.g-nav__modal.is-close {
  animation: modal-gallery-close 0.2s ease-out forwards;
}

.g-nav__modal-outer {
  margin-inline: auto;
  max-width: 1440px;
}

.g-nav__modal-content {
  margin-inline-start: auto;
  margin-inline-end: min(2.0833333333vw, 30px);
  padding: 50px 50px 40px;
  width: 960px;
  background-color: #fff;
  filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.2));
  will-change: filter;
}

.g-nav__wrapper {
  padding-inline-start: 20px;
}

.g-nav__wrapper .g-nav__sub-wrapper + .g-nav__sub-wrapper {
  border-block-start: 1px solid #DFDFDF;
  padding-block-start: 15px;
}

.g-nav__sub-title {
  margin-block-end: 14px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.g-nav__sub-items {
  margin-inline-start: 40px;
  margin-block-end: 10px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 35px;
  column-gap: 35px;
}

.g-nav__sub-item {
  padding-block: 6px;
}

.g-nav__sub-item a {
  transition: color 0.3s ease-out;
}

.g-nav__sub-item a:focus-visible {
  color: #004bb4;
}
.p-header {
  background-color: #fff;
}

.p-header__inner {
  padding-inline-start: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  height: inherit;
}

.p-header-logo {
  z-index: 100;
  height: inherit;
  max-width: 160px;
  width: min(32vw, 120px);
}

.p-header-logo a {
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-header-logo__img {
  width: 100%;
}

.p-header__menu {
  padding-inline: 20px;
  z-index: 100;
  height: inherit;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.p-options__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.p-options__item {
  padding-block-start: 10px;
  padding-inline-start: 10px;
}

.p-top-1st-cta {
  background-color: #004bb4;
  padding-block: 40px;
  padding-inline: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.p-top-about__text {
  padding-block: 10px;
  padding-inline: 8px;
}

.p-top-bg-movie {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.p-top-bg-movie__wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
}

.p-top-bg-movie video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  filter: brightness(65%);
}

.p-top-branding__slide {
  width: 460px !important;
  height: auto;
}

.p-top-branding__video,
.p-top-branding__youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  background-color: #222222;
}

.p-top-branding__text {
  padding-block-start: 10px;
  padding-block-end: 3px;
}

.p-top-branding__buttons {
  top: 180px;
}

.p-top-case {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.p-top-case h2 {
  text-align: center;
  padding-block-start: 60px;
}

.p-top-case > p {
  text-align: center;
  padding-block-start: 30px;
  padding-block-end: 60px;
}

.p-top-case__items {
  padding-block-start: 30px;
  padding-inline: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.p-top-case__item {
  padding-block-start: 5px;
  padding-inline: 12px;
  padding-block-end: 12px;
  background-color: #004bb4;
  color: #fff;
  text-align: center;
  max-width: 220px;
  width: calc(50% - 5px);
}

.p-top-case__item > span {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
  border-block-end: 2px solid #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-top-case__number {
  padding-inline-start: 8px;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8333333333;
}
.p-top-case__item p {
  margin-block-start: 15px;
  text-align: left;
}

.p-top-fix-or-hybrid__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}

.p-top-fix-or-hybrid__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.p-top-fix-or-hybrid__img {
  aspect-ratio: 336/260;
}

.p-top-flex-house__items {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 100%;
  row-gap: 20px;
  text-align: center;
}

.p-top-flex-house__item hgroup p {
  border-color: #fff;
}

.p-top-flex-house__item > p {
  padding-block-end: 10px;
  text-align: left;
}

.p-top-flex-house__item {
  padding: 20px 12px 10px;
  content: "";
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-top-flex-house__item--after-care {
  background-image: url("../images/top/top-flex-house_after-care.webp");
}

.p-top-flex-house__item--renewal {
  background-image: url("../images/top/top-flex-house_renewal.webp");
}

.p-top-flex-house__item--renovate {
  background-image: url("../images/top/top-flex-house_renovate.webp");
}

.p-top-flex-house__text-btn a {
  padding-block: 10px;
}

.p-top-introduction {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.p-top-introduction__content {
  margin-inline: auto;
  padding-block-start: 60px;
  padding-inline: 10px;
  padding-block-end: 50px;
  max-width: 480px;
  text-align: center;
}

.p-top-introduction__content h2 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-top-introduction__text {
  margin-block-start: 40px;
}

.p-top-introduction__text + .p-top-introduction__text {
  margin-block-start: 10px;
}

.p-top-introduction__text span {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.02em;
}

.p-top-introduction__text.p-top-introduction__items {
  margin-block-start: unset !important;
}

.p-top-introduction__items > li {
  margin-block-start: 8px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.02em;
  border-block-end: 1px solid #222222;
}

.p-top-introduction__items > li + li {
  margin-block-start: 8px;
}

.p-top-introduction__img {
  aspect-ratio: 377/298;
}

.p-top-mv {
  position: relative;
  z-index: 1;
  min-height: 500px;
  height: calc(100svh - 68px);
}

.p-top-mv__inner {
  padding-block-start: 45px;
  height: inherit;
}

.p-top-mv__tag {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-mv h1 {
  margin-block-start: 10px;
  color: #fff;
  font-size: min(4.6153846154vw, 1.125rem);
  font-weight: bold;
  line-height: 220%;
  letter-spacing: 0.1em;
}

.p-top-mv h1 span {
  font-size: min(6.1538461538vw, 1.5rem);
  border-bottom: 3px solid #fff;
}

.p-top-mv__first-time {
  position: absolute;
  right: 30px;
  bottom: 40px;
}

.p-top-mv__first-time a {
  display: grid;
  place-content: center;
  place-items: center;
  grid-row-gap: 10px;
  border-radius: 50%;
  aspect-ratio: 1;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
  width: 183px;
}

.p-top-new-work {
  background-color: #222222;
  color: #fff;
}

.p-top-new-work__kv {
  background-image: url("../images/top/top-new-work.webp");
  display: block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 375/417;
}

.p-top-new-work__title {
  display: inline-block;
  padding-block-start: 21px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  color: #222222;
  border-block-end: 2px solid #222222;
}

.p-top-new-work__solution-section {
  padding-block: 40px;
  background-image: url("../images/top/top-new-work_solution.webp");
  display: block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-top-news__item a {
  display: block;
  padding-block: 5px;
  border-bottom: 1px solid #DFDFDF;
  transition: opacity 0.3s ease-out;
}

.p-top-news__item a:focus-visible {
  opacity: 0.5;
}
.p-top-news__item time {
  width: 6.875rem;
}

.p-top-problem {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.p-top-problem__img {
  aspect-ratio: 375/298;
  width: 100%;
}

.p-top-problem__content {
  margin-inline: auto;
  padding-block: 60px;
  padding-inline: 10px;
  max-width: 480px;
  text-align: center;
}

.p-top-problem__content > p:not(.p-top-problem__end-text) {
  margin-top: 16px;
  line-height: 200%;
}

.p-top-problem__end-text {
  margin-block-start: 20px;
  line-height: 200%;
}

.p-top-solution__slider {
  margin-block-start: 20px;
}

.p-top-solution__btn {
  margin-block-start: 20px;
}

.p-top-solution__btn a {
  justify-content: flex-start;
}

.p-top-strength__wrapper {
  padding-block: 40px;
  padding-inline: 20px;
  background-image: url("../images/top/top-strength_bg.webp");
  display: block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-top-strength__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.p-top-strength__item {
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}

.p-top-strength__img {
  aspect-ratio: 295/146;
}

.p-top-strength__text-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-top-strength__text-block p {
  letter-spacing: 0.05em;
}

.p-top-timeline__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
  margin-inline: auto;
}

.p-top-timeline__text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-top-timeline__items {
  list-style: none;
  counter-reset: timeline-counter;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding-inline-start: 35px;
  gap: 20px;
}

.p-top-timeline__items::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: #222222;
}

.p-top-timeline__item {
  counter-increment: timeline-counter;
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.p-top-timeline__item::before {
  content: counter(timeline-counter);
  position: absolute;
  top: 0;
  left: -35px;
  width: 25px;
  height: 25px;
  background: #222222;
  color: #fff;
  border-radius: 50%;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 190%;
  font-weight: 600;
  z-index: 1;
  padding-inline-start: 2px;
}

.p-top-timeline__images {
  margin-block-start: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.p-top-timeline__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-timeline__image:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/2;
  aspect-ratio: 325/167;
}

.p-top-timeline__image:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
  aspect-ratio: 325/167;
}

.p-top-timeline__image:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
  aspect-ratio: 325/167;
}

.p-top-use-case__image-main {
  aspect-ratio: 368/219;
}

.p-top-use-case__h3 {
  margin-block-start: 20px;
  padding-inline: 10px;
  display: inline-block;
  background-color: #222222;
  color: #fff;
}

.p-top-use-case__wrapper {
  margin-block-start: 40px;
}

.p-top-use-case__image-sub {
  aspect-ratio: 368/219;
}

.p-top-use-case__point {
  margin-block-start: 40px;
  padding-block: 20px;
  border-block-start: 1px solid #000000;
  border-block-end: 1px solid #000000;
}

.p-top-use-case__items {
  counter-reset: item;
}

.p-top-use-case__items li {
  position: relative;
  padding-inline-start: 32px; /* 黒丸+余白用 */
}

.p-top-use-case__items li + li {
  margin-block-start: 5px;
}

.p-top-use-case__items li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #000;
  color: #fff;
  padding-inline-start: 1px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 170%;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

.p-top-use-case__cta {
  background-image: url("../images/top/top-use-case_cta.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-block: 50px;
  padding-inline: 20px;
}

.p-top-use-case__cta p {
  color: #fff;
}

.p-top-use-case__cta p + p {
  margin-block-start: 20px;
}

.p-top-use-case__cta .c-btn {
  margin-inline: auto;
  margin-block-start: 20px;
}

.p-top-usp {
  position: relative;
  z-index: 1;
}

.p-top-usp__items {
  padding-top: 20px;
  aspect-ratio: 375/280;
  background-image: url("../images/top/top-usp.webp");
  width: 100%;
  max-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-top-usp__items li + li {
  margin-top: min(3.0769230769vw, 12px);
}

.p-top-usp__item {
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-usp__item span {
  padding-inline-start: 10px;
  padding-inline-end: 10px;
  overflow: hidden;
  background-color: #fff;
  color: #222222;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(3.5555555556vw, 1.5rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
  transform-origin: left center;
  transform: scaleX(1);
}

.p-top-webinar__slide {
  width: 460px !important;
  height: auto;
}

.p-top-webinar__video,
.p-top-webinar__youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  background-color: #222222;
}

.p-top-webinar__text {
  padding-block-start: 10px;
  padding-block-end: 3px;
}

.p-top-webinar__buttons {
  top: 180px;
}

.p-top-why__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.p-top-why__item {
  color: #fff;
  text-align: center;
  max-width: 400px;
  height: 5.625rem;
  width: 100%;
}

.p-top-why__img {
  width: 100%;
  height: 100%;
}

.p-top-why__text-block {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.p-top-why__title {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  display: inline;
  width: 6.5625rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-top-why__number {
  padding-inline-start: 8px;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8333333333;
}
.p-top-why__text {
  text-align: left;
  font-weight: 700;
}

.u-contents__sp {
  display: contents;
}

.u-contents__pc {
  display: inline-block;
}

.u-hidden-sp {
  display: none;
}

.u-hidden-inner {
  display: none;
}

.u-leading-trim::before, .u-leading-trim::after {
  content: "";
  display: block;
  inline-size: 0;
  block-size: 1px;
}
.u-leading-trim::before {
  margin-block-end: var(--leading-trim);
}
.u-leading-trim::after {
  margin-block-start: var(--leading-trim);
}

.u-newline {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

@media (min-width:768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .c-arrow-large-svg {
    width: 44px;
    height: 44px;
  }
  .c-arrow-large-svg svg {
    width: 18px;
  }
  .c-arrow-small-svg {
    width: 23px;
    height: 23px;
  }
  .c-arrow-small-svg svg {
    width: 10px;
  }
  .c-arrow-svg {
    width: 30px;
    height: 30px;
  }
  .c-arrow-svg svg {
    width: 16px;
  }
  .c-aside-inquiry {
    padding-bottom: 50px;
    width: clamp(160px, 19.6460176991vw, 222px);
    position: sticky;
    top: 88px;
    height: 80vh;
  }
  .c-aside-inquiry__items {
    margin-block-start: unset;
    flex-direction: column;
    gap: 20px;
  }
  .c-aside-inquiry__item {
    width: 100%;
    min-width: unset;
  }
  .c-breadcrumb {
    font-size: 0.875rem;
  }
  .c-btn {
    font-size: 1.25rem;
  }
  .c-btn--double a {
    padding-block-start: 13px;
    padding-block-end: 17px;
  }
  .c-card-about {
    width: 540px !important;
  }
  .c-card-about__img {
    aspect-ratio: 540/386;
  }
  .c-card-about__buttons {
    display: block;
    top: 280px;
  }
  .c-card-client--slider {
    width: 363px !important;
  }
  .c-card-client:focus-visible {
    filter: drop-shadow(3px 3px 16px rgba(0, 0, 0, 0.25));
    will-change: filter;
  }
  .c-card-client__img {
    aspect-ratio: 363/280;
  }
  .c-card-client__image-wrapper {
    flex-direction: column;
    background-color: rgba(34, 34, 34, 0.5);
    position: absolute;
    top: 0;
    right: unset;
    bottom: unset;
    min-width: 140px;
  }
  .c-card-client--black .c-card-client__image-wrapper {
    background-color: rgba(34, 34, 34, 0.5);
  }
  .c-card-client__client {
    flex: unset;
  }
  .c-card-client__image-title {
    font-size: 0.875rem;
  }
  .c-card-client__buttons {
    display: block;
    top: 220px;
  }
  .c-card-line > a {
    padding-block-start: 20px;
    padding-inline-start: 20px;
  }
  .c-card-normal {
    width: 363px !important;
  }
  .c-card-normal:focus-visible {
    filter: drop-shadow(3px 3px 16px rgba(0, 0, 0, 0.25));
    will-change: filter;
  }
  .c-card-normal__img {
    aspect-ratio: 363/280;
  }
  .c-card-normal__text {
    padding-block-start: 20px;
  }
  .c-card-normal__buttons {
    display: block;
    top: 220px;
  }
  .c-card-title {
    background-color: unset;
    position: relative;
  }
  .c-card-title--slider {
    width: 268px !important;
  }
  .c-card-title__title {
    min-height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 34, 34, 0.5);
  }
  .c-card-title__buttons {
    display: block;
    top: 140px;
  }
  .c-copy-L {
    font-size: 1.875rem;
  }
  .c-copy-R {
    font-size: 1.375rem;
  }
  .c-copy-XL {
    font-size: 2.5rem;
  }
  .c-footer-btn {
    display: block;
    position: relative;
    padding-block-start: 13px;
    padding-block-end: 17px;
    width: 530px;
    aspect-ratio: unset;
    border-radius: 9999px;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
  .c-footer-btn span {
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
  }
  .c-label-L {
    font-size: 0.9375rem;
    line-height: 120%;
  }
  .c-label-S {
    font-size: 0.8125rem;
  }
  .c-label-XL {
    font-size: 1.25rem;
  }
  .c-modal-gallery__close {
    top: 20px;
    right: 24px;
    width: 32px;
    height: 32px;
  }
  .c-pager__inner {
    column-gap: 15px;
  }
  .c-pager__items {
    column-gap: 15px;
  }
  .c-pager__items li {
    width: 44px;
    height: 44px;
  }
  .c-pager__items li a,
  .c-pager__items li span {
    font-size: 1rem;
  }
  .c-pager__prev span {
    width: 44px;
    height: 44px;
  }
  .c-pager__prev svg {
    width: 18px;
    height: 18px;
  }
  .c-pager__next span {
    width: 44px;
    height: 44px;
  }
  .c-pager__next svg {
    width: 18px;
    height: 18px;
  }
  .c-slider__swiper {
    max-width: 1230px;
    padding-inline: 40px;
  }
  .c-slider__swiper--no-text {
    padding-inline: 50px;
  }
  .c-arrow-svg {
    width: 30px;
    height: 30px;
  }
  .c-arrow-svg svg {
    width: 16px;
  }
  .c-text-btn {
    font-size: 0.9375rem;
  }
  .c-text-en {
    font-size: 1rem;
  }
  .c-text-R {
    font-size: 1rem;
  }
  .c-text-S {
    font-size: 0.875rem;
  }
  .c-title-en {
    padding-block-end: 10px;
    font-size: 1rem;
    border-block-end: 3px solid #222222;
  }
  .c-title-h1 {
    font-size: 2.5rem;
  }
  .c-title-h2 {
    font-size: 1.75rem;
  }
  .c-title-h3 {
    font-size: 1.5rem;
  }
  .c-title-h4 {
    font-size: 1.25rem;
    line-height: 175%;
  }
  .c-title-logo::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    background-image: url("../images/common/logo-blue.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 160px;
    aspect-ratio: 2954/1603;
  }
  .c-toc {
    margin-block-end: 80px;
  }
  .toc-h2 {
    padding-inline-start: 29px;
  }
  .toc-h2::before {
    font-size: 1rem;
  }
  .c-usage-card a {
    width: 100%;
  }
  .c-usage-card__text {
    padding-block-end: 10px;
    font-size: 1rem;
  }
  .c-usage-card__name {
    padding-block-end: 7px;
    font-size: 1.25rem;
    border-bottom: 3px solid #fff;
  }
  .l-2-columns__inner {
    display: flex;
    align-items: flex-start;
    column-gap: min(5.5555555556vw, 80px);
  }
  .l-button {
    padding-inline: 50px;
  }
  .l-footer-fixed {
    margin-left: unset;
    bottom: -100px;
    width: 100%;
  }
  .l-footer-fixed.is-animated {
    transform: translateY(-100px);
  }
  .l-footer {
    margin-block-start: 160px;
  }
  .l-grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(min(15.125rem, 100%), 15.125rem));
    gap: 20px;
  }
  .l-grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), auto));
    gap: 20px;
  }
  .l-grid-4-center {
    grid-template-columns: repeat(auto-fit, minmax(min(16.6875rem, 100%), 16.6875rem));
    gap: 20px;
  }
  .l-grid-4 {
    grid-template-columns: repeat(auto-fit, minmax(min(16.6875rem, 100%), 16.6875rem));
    justify-content: start;
    gap: 20px;
  }
  .l-inner {
    max-width: 1230px;
    padding-inline: 50px;
  }
  .l-max-inner {
    max-width: 1440px;
    padding-inline: 30px;
  }
  .l-mt-10-20 {
    margin-block-start: 20px;
  }
  .l-mt-20-30 {
    margin-block-start: 30px;
  }
  .l-mt-40-50 {
    margin-block-start: 50px;
  }
  .l-mt-40-80 {
    margin-block-start: 80px;
  }
  .l-mt-60-120 {
    margin-block-start: 120px;
  }
  .l-mt-60-80 {
    margin-block-start: 80px;
  }
  .l-pt-20-30 {
    padding-block-start: 30px;
  }
  .l-pt-20-50 {
    padding-block-start: 50px;
  }
  .l-pt-40-80 {
    padding-block-start: 80px;
  }
  .l-pt-60-120 {
    padding-block-start: 120px;
  }
  .l-top-under-mv {
    margin-inline: auto;
    padding-block: 120px;
    padding-inline: 50px;
    max-width: 1180px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
  .p-archive-information__items {
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), auto));
    column-gap: 50px;
  }
  .p-archive-information__item {
    max-width: 480px;
    margin-block-end: 80px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
  .p-archive-information__item a {
    display: contents;
  }
  .p-archive-information__img {
    margin-block-start: 20px;
    margin-inline-start: 20px;
    width: calc(100% - 20px);
  }
  .p-archive-information__item h2,
  .p-archive-information__item time {
    padding-block-start: 20px;
    padding-inline-start: 20px;
  }
  .p-archive-solutions__items {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
  }
  .p-archive-solutions__item {
    max-width: 480px;
    margin-block-end: 80px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
  }
  .p-archive-solutions__item a {
    display: contents;
  }
  .p-archive-solutions__img-block {
    display: contents;
  }
  .p-archive-solutions__img {
    margin-block-start: 20px;
    margin-inline-start: 20px;
    width: calc(100% - 20px);
    order: 1;
  }
  .p-archive-solutions__item h2 {
    flex: unset;
    padding-block-start: 20px;
    padding-inline-start: 20px;
    order: 3;
  }
  .p-archive-solutions__company-padding {
    padding-block-start: 20px;
    padding-inline-start: 20px;
    order: 2;
  }
  .p-archive-solutions__company-name--black {
    order: 2;
  }
  .p-archive-solutions__assignment-padding {
    padding-block-start: 20px;
    padding-inline-start: 20px;
    order: 4;
  }
  .p-archive-solutions__assignment--black {
    order: 4;
  }
  .p-archive-solutions__industry-padding {
    padding-block-start: 20px;
    padding-inline-start: 20px;
    order: 5;
  }
  .p-archive-solutions__industry-list {
    padding: 5px 15px;
  }
  .p-archive-solutions__industry-items {
    gap: 10px;
  }
  .p-archive-solutions__industry--black {
    order: 5;
  }
  .p-guide__timeline {
    margin-block-start: 30px;
    padding: 50px;
  }
  .p-guide__items {
    padding-inline-start: 48px;
    gap: unset;
  }
  .p-guide__items::before {
    left: 18px;
  }
  .p-guide__items > li + li {
    margin-block-start: 60px;
  }
  .p-guide__item {
    font-size: 1.25rem;
    line-height: 175%;
  }
  .p-guide__item::before {
    padding-inline-start: 1px;
    left: -48px;
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 240%;
  }
  .p-guide__wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 38px;
  }
  .p-guide__text-block {
    flex: 1;
  }
  .p-guide__img {
    width: min(24.8888888889vw, 224px);
  }
  .p-inquiry__catalogs {
    grid-template-columns: repeat(auto-fit, minmax(min(16.6875rem, 100%), 16.6875rem));
    column-gap: 20px;
  }
  .p-membrane-material-title__flex {
    flex-direction: row-reverse;
    gap: min(5.5555555556vw, 80px);
  }
  .p-membrane-material-title__thumbnail {
    order: 1;
    width: min(40.4861111111vw, 583px);
  }
  .p-membrane-material-title__wrapper {
    order: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
  }
  .p-membrane-material-title__text-block {
    display: contents;
  }
  .p-membrane-material-title__title-block {
    display: block;
  }
  .p-membrane-material-title__subTitle {
    font-size: min(1.8333333333vw, 1.375rem);
  }
  .p-membrane-material-title__title {
    margin-block-start: unset;
    font-size: min(3.3333333333vw, 2.5rem);
  }
  .p-membrane-material-title__btn-block {
    width: 100%;
    align-items: flex-start;
  }
  .p-membrane-material-title__btn-block .c-btn {
    font-size: min(1.6666666667vw, 1.25rem);
  }
  .p-merit__items li:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .p-merit__benefit span {
    font-size: 2rem;
  }
  .p-modal__outer {
    max-height: 60%;
    padding: 50px;
    max-width: 860px;
  }
  .p-modal__outer--noBtn {
    padding: 76px 20px 40px 50px;
  }
  .p-modal__inner {
    padding-right: 20px;
  }
  .p-modal__close {
    top: 20px;
    right: 24px;
    width: 32px;
    height: 32px;
  }
  .p-modal__wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: min(6.9444444444vw, 100px);
  }
  .p-modal__img {
    width: 268px;
  }
  .p-modal__items > li + li {
    margin-block-start: 51px;
  }
  .p-new-work__items {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 80px;
  }
  .p-new-work__item {
    width: calc(50% - 25px);
  }
  .p-new-work__img {
    aspect-ratio: 540/418;
  }
  .p-new-work__label {
    padding: 9px 10px;
    background-color: rgba(34, 34, 34, 0.5);
    text-align: start;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .p-privacy-policy p {
    font-size: 1rem;
  }
  .p-privacy-policy p:first-of-type {
    margin-block-start: 80px;
  }
  .p-privacy-policy h2 {
    margin-block-start: 50px;
    font-size: 1.5rem;
  }
  .p-privacy-policy h2:first-of-type {
    margin-block-start: 80px;
  }
  .p-privacy-policy h3 {
    margin-block-start: 40px;
    font-size: 1.25rem;
    line-height: 175%;
  }
  .p-privacy-policy h4 {
    margin-block-start: 50px;
    font-size: 1rem;
  }
  .p-privacy-policy table {
    margin-block-start: 20px;
  }
  .p-privacy-policy th {
    font-size: 0.8125rem;
  }
  .p-privacy-policy td {
    font-size: 0.875rem;
  }
  .p-privacy-policy figcaption {
    text-align: left;
    margin-block-start: 20px;
    font-size: 0.875rem;
  }
  .p-rental__content__inner {
    padding: 80px;
  }
  .p-rental__images {
    column-gap: 20px;
  }
  .p-rental__logo-depotrent {
    width: 80%;
  }
  .p-rental__logo-tsp {
    margin-inline: auto;
    height: 100px;
  }
  .p-single-solutions-products li + li {
    margin-block-start: 40px;
  }
  .p-single-solutions-products__item {
    max-width: 830px;
  }
  .p-single-solutions-products__wrapper {
    padding-block-start: 20px;
    padding-inline-start: 20px;
    gap: 30px;
  }
  .p-single-solutions-products__img {
    width: min(34vw, 306px);
  }
  .p-single-solutions-products__subTitle {
    font-size: 1.125rem;
    letter-spacing: 0.07em;
    border-block-end: 3px solid #222222;
  }
  .p-single-solutions-products__title {
    margin-block-start: 30px;
    font-size: 1.75rem;
    line-height: 175%;
  }
  .p-single-solutions-products__type {
    font-size: 1.75rem;
    line-height: 175%;
  }
  .p-single-solutions__tags {
    gap: 10px;
  }
  .p-single-solutions__tag {
    padding: 5px 15px;
  }
  .p-single-solutions__tag-item {
    gap: 10px;
  }
  .p-single-solutions__dl {
    grid-template-columns: min(26.5486725664vw, 300px) 1fr;
  }
  .p-site-map__title {
    font-size: 1.5rem;
    line-height: 175%;
  }
  .p-site-map__wrapper {
    margin-block-start: 50px;
  }
  .p-site-map__wrapper--options {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }
  .p-site-map__usage-flex,
  .p-site-map__solutions-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-site-map__about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-solutions-nav {
    gap: 1.25rem;
  }
  .p-solutions-nav__btn {
    padding: 0.625rem 1.25rem;
  }
  .p-solutions-nav__items {
    top: 24px;
    width: 80vw;
  }
  .p-solutions-nav__btn.js-solutions-nav-open::after {
    bottom: -26px;
  }
  .p-about-company__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    max-width: 840px;
    width: 100%;
  }
  .p-about-company__list:last-child {
    grid-column: 1/3;
  }
  .p-about-company__item {
    padding-block-start: 30px;
    padding-block-end: 15px;
    grid-template-columns: min(11.1111111111vw, 160px) 1fr;
  }
  .p-about-company__item--bottom {
    display: grid;
    flex-direction: unset;
    row-gap: unset;
    grid-template-columns: min(10.0694444444vw, 145px) 1fr;
  }
  .p-about-number__items {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .p-about-number__items > li {
    padding-block-end: 18px;
  }
  .p-about-number__items > li:first-child {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .p-about-number__items > li:last-child {
    grid-column: 3/4;
    grid-row: 2/4;
  }
  .p-about-number__icon {
    height: 88px;
  }
  .p-about-number__icon img {
    height: 48px;
  }
  .p-about-number__qualification {
    display: block;
  }
  .p-about-office__items {
    margin-block-start: 20px;
  }
  .p-about-office__item {
    padding-block: 30px;
  }
  .p-about-office__list {
    grid-template-columns: 164px 1fr;
  }
  .p-about-office__sub-list {
    gap: 20px;
  }
  .p-about-office__container {
    display: grid;
    grid-template-columns: 120px 1fr;
  }
  .p-about-office__container dt {
    padding-block: 4px;
  }
  .p-about-office__container dd {
    margin-block-start: unset;
    padding-block-start: 4px;
  }
  .p-common-cta {
    padding-block: 50px;
    padding-inline: 50px;
  }
  .p-common-cta .c-btn {
    margin-block-start: 50px;
  }
  .p-single-cta__wrapper {
    gap: 28px;
  }
  .p-single-img-cta {
    margin-inline: auto;
    max-width: 1130px;
    width: 100%;
    height: 240px;
  }
  .p-single-img-cta__wrapper {
    padding-block: 60px;
  }
  .p-single-img-cta .c-btn {
    margin-block-start: 50px;
  }
  .p-single-options {
    padding-block-start: 50px;
    padding-block-end: 120px;
  }
  .p-single-title__flex {
    flex-direction: row;
    gap: min(5.5555555556vw, 80px);
  }
  .p-single-title__thumbnail {
    order: 1;
    width: min(40.4861111111vw, 583px);
  }
  .p-single-title__wrapper {
    order: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
  }
  .p-single-title__text-block {
    display: contents;
  }
  .p-single-title__title-block {
    display: block;
  }
  .p-single-title__subTitle {
    font-size: min(1.8333333333vw, 1.375rem);
  }
  .p-single-title__title {
    margin-block-start: unset;
    font-size: min(3.3333333333vw, 2.5rem);
  }
  .p-single-title__type {
    font-size: min(3.3333333333vw, 2.5rem);
  }
  .p-single-title__btn-block {
    width: 100%;
    align-items: flex-start;
  }
  .p-single-title__btn-block .c-btn {
    font-size: min(1.6666666667vw, 1.25rem);
  }
  .p-single h2 {
    margin-block-start: 50px;
    font-size: 1.75rem;
    border-block-end: 3px solid #222222;
  }
  .p-single h3 {
    margin-block-start: 50px;
    font-size: 1.5rem;
    border-block-end: 1px solid #DFDFDF;
  }
  .p-single h4 {
    margin-block-start: 50px;
    font-size: 1.25rem;
    line-height: 175%;
  }
  .p-single h5 {
    margin-block-start: 50px;
    font-size: 0.9375rem;
  }
  .p-single p {
    margin-block-start: 20px;
    font-size: 1rem;
  }
  .p-single .wp-block-image {
    margin-block-start: 30px;
  }
  .p-single figcaption {
    text-align: left;
    margin-block-start: 20px;
    font-size: 0.875rem;
  }
  .p-single table {
    margin-block-start: 20px;
  }
  .p-single th {
    font-size: 0.8125rem;
  }
  .p-single td {
    font-size: 0.875rem;
  }
  .p-flow-footer {
    background-color: #fff;
  }
  .p-flow-footer__inner {
    max-width: 1440px;
    padding-inline: 30px;
  }
  .p-flow-footer__wrapper {
    height: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    zoom: 55%;
  }
  .p-flow-footer__logo {
    display: block;
    max-width: 160px;
    width: min(32vw, 120px);
  }
  .p-flow-footer__items {
    flex-direction: row;
    align-items: center;
    row-gap: unset;
    column-gap: 28px;
  }
  .p-footer__inner {
    padding-block-start: 100px;
    padding-block-end: 120px;
  }
  .p-footer__links {
    column-gap: 40px;
  }
  .p-footer__accordion-links {
    padding-inline: 40px;
    column-gap: 40px;
  }
  .p-footer__wrapper {
    margin-block-start: 70px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    row-gap: unset;
    column-gap: 40px;
  }
  .p-footer__logo {
    width: 160px;
  }
  .p-footer__container {
    flex: 1;
  }
  .p-footer__container .p-footer__links {
    margin-inline-start: auto;
    flex-direction: row;
  }
  .p-options__items {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 40px), auto));
    column-gap: 80px;
    row-gap: 50px;
  }
  .p-options__item {
    padding-block-start: 20px;
    padding-inline-start: 20px;
  }
  .p-top-1st-cta {
    padding-block: 120px;
    padding-inline: 50px;
    margin-top: -1px;
  }
  .p-top-branding__slide {
    width: 540px !important;
  }
  .p-top-branding__buttons {
    top: 240px !important;
  }
  .p-top-case h2 {
    padding-block-start: 50px;
  }
  .p-top-case > p {
    padding-block-start: 50px;
    padding-block-end: 53px;
  }
  .p-top-case__items {
    padding-inline: 25px;
    padding-block-start: 20px;
    gap: 20px;
  }
  .p-top-case__item {
    padding-block-start: 20px;
    padding-inline: 40px;
    max-width: unset;
    width: 16.875rem;
    aspect-ratio: 270/230;
  }
  .p-top-case__item > span {
    border-block-end: 3px solid #fff;
  }
  .p-top-case__item p {
    margin-block-start: 20px;
  }
  .p-top-fix-or-hybrid__items {
    flex-direction: row;
  }
  .p-top-fix-or-hybrid__item {
    width: calc(50% - 25px);
  }
  .p-top-fix-or-hybrid__title {
    font-size: 1.25rem;
    font-size: min(1.3888888889vw, 20px);
    font-size: clamp(12px, 1.3888888889vw, 20px);
    line-height: 175%;
  }
  .p-top-fix-or-hybrid__img {
    aspect-ratio: 540/418;
  }
  .p-top-flex-house__item > p {
    margin-block-end: 20px;
  }
  .p-top-flex-house__item {
    padding: 40px 10px 30px;
  }
  .p-top-flex-house__text-btn {
    margin-block-start: auto;
  }
  .p-top-introduction__content {
    flex: 1;
    padding-block-start: 47px;
    padding-inline-start: 50px;
    padding-inline-end: 20px;
    margin-inline: unset;
    max-width: unset;
  }
  .p-top-introduction__content h2 {
    font-size: 1.375rem;
  }
  .p-top-introduction__text {
    margin-block-start: 46px;
  }
  .p-top-introduction__text + .p-top-introduction__text {
    margin-block-start: 16px;
  }
  .p-top-introduction__text span {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .p-top-introduction__items {
    margin-inline: auto;
    max-width: 700px;
  }
  .p-top-introduction__items > li {
    margin-block-start: 4px;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .p-top-mv__inner {
    padding-block-start: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p-top-mv__tag {
    padding: 3px 10px;
  }
  .p-top-mv h1 {
    margin-block-start: 24px;
    font-size: 1.875rem;
  }
  .p-top-mv h1 span {
    font-size: 2.5rem;
    border-bottom: 5px solid #fff;
  }
  .p-top-mv__first-time a {
    grid-row-gap: 20px;
    width: 237px;
    font-size: 0.875rem;
  }
  .p-top-mv__first-time--span {
    margin-top: 26px;
  }
  .p-top-new-work__kv {
    aspect-ratio: 1440/640;
    max-width: 2000px;
    margin-inline: auto;
  }
  .p-top-new-work__title {
    padding-block-start: 32px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.1em;
    border-block-end: 3px solid #222222;
  }
  .p-top-new-work__solution-section {
    padding-block: 80px;
  }
  .p-top-news__item a {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    padding-block: 8px;
  }
  .p-top-news__item time {
    width: 8.75rem;
  }
  .p-top-news__item p {
    margin-block-start: -3px;
  }
  .p-top-problem__content {
    flex: 1;
    margin-inline: unset;
    padding-inline-start: 50px;
    padding-inline-end: 20px;
    max-width: unset;
    text-align: left;
  }
  .p-top-problem__end-text {
    margin-block-start: 16px;
    line-height: 175%;
  }
  .p-top-solution__slider {
    margin-block-start: 30px;
  }
  .p-top-solution__btn {
    margin-block-start: 30px;
  }
  .p-top-solution__btn a {
    justify-content: flex-end;
  }
  .p-top-strength__wrapper {
    margin-inline: auto;
    max-width: 1130px;
    padding: 80px;
  }
  .p-top-strength__items {
    gap: 40px;
  }
  .p-top-strength__item {
    max-width: 700px;
  }
  .p-top-timeline__wrapper {
    max-width: 768px;
    grid-template-columns: 2fr minmax(0, 1fr);
    gap: 40px;
    align-items: stretch;
  }
  .p-top-timeline__items {
    padding-inline-start: 48px;
    gap: unset;
  }
  .p-top-timeline__items::before {
    left: 18px;
  }
  .p-top-timeline__item {
    font-size: 1.25rem;
    line-height: 175%;
  }
  .p-top-timeline__item::before {
    padding-inline-start: 1px;
    left: -48px;
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 240%;
  }
  .p-top-timeline__images {
    margin-block-start: unset;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: unset;
    height: 100%;
  }
  .p-top-timeline__image {
    aspect-ratio: 247/149;
  }
  .p-top-timeline__image:nth-child(1) {
    grid-column: unset;
    grid-row: unset;
  }
  .p-top-timeline__image:nth-child(2) {
    grid-column: unset;
    grid-row: unset;
  }
  .p-top-timeline__image:nth-child(3) {
    grid-column: unset;
    grid-row: unset;
  }
  .p-top-use-case__title {
    flex: 1;
  }
  .p-top-use-case__h3 {
    padding-block: 7px;
    margin-block-start: 50px;
  }
  .p-top-use-case__wrapper {
    margin-block-start: 60px;
    display: flex;
    column-gap: min(4.4444444444vw, 40px);
  }
  .p-top-use-case__image-sub {
    width: min(40.8888888889vw, 368px);
  }
  .p-top-use-case__point {
    margin-block-start: unset;
    padding-block: unset;
    flex: 1;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p-top-use-case__items li {
    padding-inline-start: 38px;
  }
  .p-top-use-case__items li + li {
    margin-block-start: 10px;
  }
  .p-top-use-case__items li::before {
    font-size: 16px;
    line-height: 180%;
    width: 28px;
    height: 28px;
  }
  .p-top-use-case__cta {
    margin-inline: auto;
    padding-block: 60px;
    padding-inline: 50px;
    max-width: 1130px;
    width: 100%;
  }
  .p-top-use-case__cta .c-btn {
    margin-block-start: 50px;
  }
  .p-top-usp__items {
    aspect-ratio: 1132/585;
    padding-top: 62px;
  }
  .p-top-usp__items li + li {
    margin-top: min(1.6949152542vw, 20px);
  }
  .p-top-usp__item span {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    font-size: min(2.5423728814vw, 1.75rem);
  }
  .p-top-webinar__slide {
    width: 540px !important;
  }
  .p-top-webinar__buttons {
    top: 240px !important;
  }
  .p-top-why__items {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
  .p-top-why__item {
    max-width: unset;
    height: unset;
    width: 21.4375rem;
    aspect-ratio: 343/238;
  }
  .p-top-why__text-block {
    flex-direction: column;
    text-align: center;
    top: 38px;
    left: 0;
    transform: unset;
  }
  .p-top-why__title {
    width: unset;
    border-block-end: 3px solid #fff;
  }
  .p-top-why__text {
    margin-block-start: 20px;
    text-align: center;
  }
  .u-contents__sp {
    display: inline-block;
  }
  .u-contents__pc {
    display: contents;
  }
  .u-hidden-sp {
    display: block;
  }
  .u-hidden-pc {
    display: none;
  }
}

@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
  .g-nav__link:hover {
    color: #004bb4;
  }
}

@media (any-hover: hover) {
  .c-aside-inquiry__item:hover {
    background-color: #004bb4;
  }
  .c-aside-inquiry__item:hover .c-aside-inquiry__img img {
    transform: scale(1.1);
  }
  .c-breadcrumb__link:hover {
    text-decoration-color: #6A6A6A;
  }
  .c-btn--cta:hover {
    background-color: #222222;
    color: #fff;
    border-color: #222222;
  }
  .c-btn--cta:hover span {
    background-color: #fff;
  }
  .c-btn--cta:hover svg {
    fill: #222222;
  }
  .c-btn--white:hover {
    background-color: #004bb4;
    color: #fff;
    border-color: #004bb4;
  }
  .c-btn--white:hover span {
    background-color: #fff;
  }
  .c-btn--white:hover svg {
    fill: #222222;
  }
  .c-btn--blue:hover {
    background-color: #fff;
    color: #222222;
    border-color: #222222;
  }
  .c-btn--blue:hover span {
    background-color: #222222;
  }
  .c-btn--blue:hover svg {
    fill: #fff;
  }
  .c-btn--first-time:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #222222;
  }
  .c-btn--first-time:hover .c-arrow-svg {
    background-color: #222222;
  }
  .c-btn--first-time:hover svg {
    fill: #fff;
  }
  .c-card-about:hover {
    cursor: pointer;
    filter: drop-shadow(3px 3px 16px rgba(0, 0, 0, 0.25));
    will-change: filter;
  }
  .c-card-about:hover .c-card-about__img img {
    transform: scale(1.1);
  }
  .c-card-about:hover .c-card-about__img img {
    transform: scale(1.1);
  }
  .c-card-client:hover {
    cursor: pointer;
  }
  .c-card-client:hover .c-card-client__img img {
    transform: scale(1.1);
  }
  .c-card-client:hover .c-card-client__img img {
    transform: scale(1.1);
  }
  .c-card-line:hover {
    filter: drop-shadow(3px 3px 16px rgba(0, 0, 0, 0.25));
    will-change: filter;
  }
  .c-card-line:hover .c-card-line__img img {
    transform: scale(1.1);
  }
  .c-card-normal:hover .c-card-normal__img img {
    transform: scale(1.1);
  }
  .c-card-normal:hover .c-card-normal__img img {
    transform: scale(1.1);
  }
  .c-card-title:hover {
    filter: drop-shadow(3px 3px 16px rgba(0, 0, 0, 0.25));
    will-change: filter;
  }
  .c-card-title:hover .c-card-title__img img {
    transform: scale(1.1);
  }
  .c-card-title:hover .c-card-title__img img {
    transform: scale(1.1);
  }
  .c-modal-gallery__close:hover {
    opacity: 0.6;
  }
  .c-pager__items li:has(a):hover {
    background-color: #222222;
    color: #fff;
  }
  .c-pager__prev:hover,
  .c-pager__next:hover {
    background-color: #222222;
  }
  .c-pager__prev:hover svg,
  .c-pager__next:hover svg {
    fill: #fff;
  }
  .c-slider__buttons .swiper-button-prev:hover,
  .c-slider__buttons .swiper-button-next:hover {
    opacity: 0.8;
  }
  .c-text-btn:hover {
    opacity: 0.5;
  }
  .c-usage-card a:hover {
    background-color: #004bb4;
  }
  .p-inquiry__catalog:hover {
    background-color: #004bb4;
  }
  .p-inquiry__catalog:hover .p-inquiry__img img {
    transform: scale(1.1);
  }
  .p-modal__close:hover {
    opacity: 0.6;
  }
  .p-single-solutions-products__item a:hover .p-single-solutions-products__img img {
    transform: scale(1.1);
  }
  .p-site-map__title:hover {
    opacity: 0.5;
  }
  .p-site-map__wrapper a:hover {
    opacity: 0.5;
  }
  .p-solutions-nav__btn:hover {
    background-color: #222222;
    color: #fff;
  }
  .p-about-office__map:hover {
    opacity: 0.5;
  }
  .p-footer__btn:hover,
  .p-footer__link a:hover {
    opacity: 0.6;
  }
  .g-nav__sub-item a:hover {
    color: #004bb4;
  }
  .p-top-news__item a:hover {
    opacity: 0.5;
  }
}

@media (any-hover: hover) and (min-width:768px) {
  .c-card-client:hover {
    filter: drop-shadow(3px 3px 16px rgba(0, 0, 0, 0.25));
    will-change: filter;
  }
  .c-card-normal:hover {
    filter: drop-shadow(3px 3px 16px rgba(0, 0, 0, 0.25));
    will-change: filter;
  }
}

@media (min-width:1130px) {
  .navShow-center {
    visibility: visible;
    opacity: 1;
  }
  .navShow-center.is-close {
    visibility: visible;
    opacity: 1;
  }
  .l-header {
    height: 88px;
  }
  .l-main {
    margin-block-start: 88px;
  }
  .p-rental__cta {
    max-width: unset;
    margin-inline: unset;
    grid-template-columns: repeat(2, 1fr);
    row-gap: unset;
    column-gap: 20px;
  }
  .p-flow-footer__wrapper {
    zoom: 80%;
  }
  .g-nav {
    overflow: visible;
    height: inherit;
    position: static;
  }
  .g-nav__container {
    background-color: unset;
    width: unset;
    height: inherit;
    overflow: unset;
    overscroll-behavior: auto;
  }
  .g-nav__items {
    padding-block-start: unset;
    padding-inline: unset;
    height: inherit;
    display: flex;
    align-items: center;
  }
  .g-nav__item {
    border-block-end: unset;
    padding-inline-end: min(1.0416666667vw, 15px);
    text-align: center;
    height: inherit;
  }
  .g-nav__sp {
    display: none;
  }
  .g-nav__item.g-nav__pc {
    position: relative;
    padding-inline-end: min(2.0833333333vw, 30px);
  }
  .g-nav__pc {
    display: block;
    padding-inline-end: min(2.0833333333vw, 30px);
  }
  .g-nav__link {
    height: inherit;
    padding-block: unset;
    padding-inline-start: min(0.3472222222vw, 5px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .g-nav__modal {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
  }
  .g-nav__sub-title {
    font-size: 0.9375rem;
    line-height: 120%;
    letter-spacing: 0.07em;
  }
  .p-header__inner {
    margin-inline: auto;
    padding-inline-start: min(2.0833333333vw, 30px);
    padding-inline-end: min(1.0416666667vw, 15px);
    max-width: 1440px;
  }
  .p-header-logo {
    width: min(11.1111111111vw, 160px);
  }
  .p-header__menu {
    display: none;
  }
  .p-top-mv {
    min-height: 500px;
    height: calc(100vh - 88px);
  }
  .p-top-strength__item {
    max-width: unset;
    flex-direction: row;
    align-items: center;
    padding: unset;
  }
  .p-top-strength__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .p-top-strength__img {
    margin-block-start: -1px;
    aspect-ratio: 1;
    width: 266px;
  }
  .p-top-strength__text-block {
    padding-inline: 50px;
    flex: 1;
  }
  .u-hidden-inner {
    display: block;
  }
}

@media (min-width:900px) {
  .p-archive-solutions__items {
    grid-template-columns: repeat(3, 1fr);
    column-gap: min(3.4722222222vw, 50px);
  }
  .p-membrane-material-list__items {
    width: 100%;
    margin-inline: unset;
    padding: 50px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    column-gap: 20px;
  }
  .p-membrane-material-list__item {
    margin-inline: unset;
    padding: min(2.0833333333vw, 30px);
    max-width: unset;
  }
  .p-merit__items {
    margin-inline: unset;
    padding: 50px;
    width: 100%;
  }
  .p-merit__items li + li {
    margin-block-start: 50px;
  }
  .p-merit__item {
    max-width: unset;
    margin-inline: unset;
    display: flex;
    overflow: hidden;
  }
  .p-merit__text-block {
    padding: 32px 50px 50px;
    flex: 1;
  }
  .p-merit__hgroup {
    text-align: start;
  }
  .p-merit__hgroup h2 {
    margin-block-start: 22px;
  }
  .p-merit__img {
    margin-block-start: -2px;
    width: min(32.1138211382vw, 395px);
  }
  .p-site-map__flex {
    flex-direction: row;
    row-gap: unset;
    column-gap: min(5.5555555556vw, 80px);
  }
  .p-site-map__products,
  .p-site-map__info {
    width: calc(33% - 40px);
  }
  .p-site-map__usage,
  .p-site-map__solutions {
    flex: 1;
  }
  .p-site-map__list {
    margin-block-start: 80px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 80px;
    column-gap: min(5.5555555556vw, 80px);
  }
  .p-flow-footer__wrapper {
    zoom: 65%;
  }
  .p-top-introduction__wrapper {
    display: flex;
  }
  .p-top-introduction__img {
    width: 37.4%;
  }
  .p-top-problem__wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .p-top-problem__img {
    aspect-ratio: 423/585;
    width: 37.4%;
  }
  .p-top-problem__content {
    padding-block: unset;
  }
  .p-top-use-case__head {
    display: flex;
    flex-direction: row-reverse;
    column-gap: min(1.7699115044vw, 20px);
  }
  .p-top-use-case__image-main {
    width: min(35.3982300885vw, 400px);
  }
  .p-top-use-case__h3 {
    margin-block-start: unset;
  }
}

@media (min-width:1440px) {
  .p-flow-footer__wrapper {
    zoom: normal;
  }
  .g-nav__item.g-nav__pc {
    padding-inline-end: min(2.7777777778vw, 40px);
  }
  .g-nav__pc {
    padding-inline-end: min(2.7777777778vw, 40px);
  }
  .g-nav__link {
    padding-inline-start: min(1.0416666667vw, 15px);
  }
  .g-nav__modal-content {
    width: 1100px;
  }
  .p-top-flex-house__items {
    grid-template-columns: repeat(3, 1fr);
    column-gap: min(0.78125vw, 10px);
    row-gap: 20px;
  }
}

@media (max-width:500px) {
  .p-top-branding__slide {
    width: 280px !important;
  }
  .p-top-branding__buttons {
    top: 124px !important;
  }
  .p-top-webinar__slide {
    width: 280px !important;
  }
  .p-top-webinar__buttons {
    top: 124px !important;
  }
}

@media (max-width: 767px) {
  .p-top-problem__content > p:not(.p-top-problem__end-text) {
    margin-top: unset;
    line-height: 200%;
    font-size: 0.875rem;
  }
}

@media (max-width:375px) {
  .p-top-why__text-block {
    column-gap: 5px;
  }
  .p-top-why__title {
    width: 90px;
    font-size: 0.875rem;
  }
  .p-top-why__number {
    font-size: 1.25rem;
  }
  .p-top-why__text {
    font-size: 0.75rem;
  }
}
/*# sourceMappingURL=styles.css.map */
