@charset "UTF-8";
@media screen and (min-width: 1024px) {
  [id] {
    scroll-margin-top: 220px;
  }
}

* {
  box-sizing: border-box;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: min(3.467vw, 1.4rem);
  color: #222222;
  opacity: 1;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: min(1.367vw, 1.6rem);
  }
}

p {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}

a {
  display: inline-block;
  color: inherit;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:hover {
  transition: all 0.3s ease-in-out;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li::marker,
ol li::marker,
dl li::marker {
  display: none;
}

@media print, screen and (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

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

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: inherit;
    text-decoration: none;
  }
}
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  &.swiper-pagination-disabled, .swiper-pagination-disabled > & {
    display: none !important;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
  .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active, .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  button& {
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
  .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: transform 0.2s, top 0.2s;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: transform 0.2s, left 0.2s;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  &.swiper-pagination-horizontal, &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > &, .swiper-vertical > &.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
  }
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, &.swiper-pagination-vertical, .swiper-horizontal > &.swiper-pagination-progressbar-opposite, .swiper-vertical > & {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
  }
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  &.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > & {
    display: none !important;
  }
  &.swiper-scrollbar-horizontal, .swiper-horizontal > & {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50;
  }
  &.swiper-scrollbar-vertical, .swiper-vertical > & {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50;
  }
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.l-footer {
  padding: 0 10px;
}

.l-header {
  position: relative;
  width: 100%;
  background: #ddd;
}

.p-casestudy__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media print, screen and (min-width: 1024px) {
  .p-casestudy__list {
    margin-top: 52px;
    row-gap: 50px;
  }
}

.p-casestudy__item {
  border: 1px solid #222222;
  border-radius: 3px;
  position: relative;
  width: 100%;
  padding: 30px 20px 40px;
}
@media print, screen and (min-width: 768px) {
  .p-casestudy__item {
    padding: 50px 60px 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-casestudy__item {
    padding: 70px 100px 80px;
  }
}

.p-casestudy__img {
  position: absolute;
}
.p-casestudy__img.p-casestudy__img--01 {
  width: 10vw;
  top: -36px;
  right: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-casestudy__img.p-casestudy__img--01 {
    width: 8.5%;
    right: 70px;
    top: -4.5%;
  }
}
.p-casestudy__img.p-casestudy__img--02 {
  width: 30vw;
  top: -20px;
  right: 10px;
  max-width: 130px;
}
@media print, screen and (min-width: 768px) {
  .p-casestudy__img.p-casestudy__img--02 {
    width: 30%;
    right: 10px;
    max-width: 290px;
  }
}
.p-casestudy__img.p-casestudy__img--03 {
  width: 24vw;
  top: -22px;
  right: 20px;
  max-width: 120px;
}
@media print, screen and (min-width: 768px) {
  .p-casestudy__img.p-casestudy__img--03 {
    width: 20%;
    right: 20px;
    max-width: 240px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-casestudy__img.p-casestudy__img--03 {
    width: 20%;
    right: 40px;
  }
}
.p-casestudy__img.p-casestudy__img--04 {
  width: 25%;
  top: -1%;
  right: 2px;
  max-width: 105px;
}
@media print, screen and (min-width: 768px) {
  .p-casestudy__img.p-casestudy__img--04 {
    width: 18%;
    right: 20px;
    max-width: 170px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-casestudy__img.p-casestudy__img--04 {
    right: 80px;
    top: -22px;
  }
}

.p-casestudy__num {
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 100vw;
  background: #222222;
}
@media print, screen and (min-width: 1024px) {
  .p-casestudy__num {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }
}

h2.p-casestudy__heading {
  text-align: center;
  margin-top: 16px;
  border-bottom: 1px solid #707070;
  padding-bottom: 1em;
  font-weight: 700;
  font-size: 1.125em;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  h2.p-casestudy__heading {
    font-size: 1.25em;
  }
}
@media print, screen and (min-width: 1024px) {
  h2.p-casestudy__heading {
    margin-top: 23px;
    padding-bottom: 50px;
    font-size: min(2.148vw, 2.6rem);
    margin-bottom: 53px;
  }
}

.p-casestudy__card-list {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
@media print, screen and (min-width: 1024px) {
  .p-casestudy__card-list {
    margin-top: 47px;
  }
}

.p-casestudy__card-item {
  background: #f5f5f5;
  border-radius: 3px;
  padding: 30px 25px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-casestudy__card-item {
    padding: 50px 45px;
    width: calc(50% - 10px);
  }
}

.p-casestudy__text {
  text-align: center;
  font-size: 1.125em;
  font-weight: 700;
  margin-top: 30px;
  line-height: 1.8;
}
@media print, screen and (min-width: 1024px) {
  .p-casestudy__text {
    margin-top: 47px;
  }
}

.p-casestudy__exposition {
  display: block;
  text-align: center;
  font-size: 0.875em;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.8;
}
@media print, screen and (min-width: 1024px) {
  .p-casestudy__exposition {
    margin-top: 25px;
  }
}

.p-casestudy__point {
  margin-top: 100px;
}
@media print, screen and (min-width: 1024px) {
  .p-casestudy__point {
    margin-top: 190px;
  }
}
.p-casestudy__point .p-casestudy__list {
  gap: 20px;
}
.p-casestudy__point .p-casestudy__item {
  background: #faf8ed;
  border: none;
  padding: 30px 24px;
}
@media print, screen and (min-width: 768px) {
  .p-casestudy__point .p-casestudy__item {
    width: calc(50% - 10px);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-casestudy__point .p-casestudy__item {
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
  }
}

.p-casestudy__point-img {
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .p-casestudy__point-img {
    width: 17.3%;
  }
}

.p-casestudy__point-body {
  margin-top: 24px;
}
@media print, screen and (min-width: 1024px) {
  .p-casestudy__point-body {
    margin-top: 0;
    width: 76.9%;
  }
}

.p-casestudy__point-heading {
  background: #222222;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 0.8em 1em;
  border-radius: 3px;
}
@media print, screen and (min-width: 1024px) {
  .p-casestudy__point-heading {
    font-size: 0.875em;
  }
}

.p-casestudy__point-list {
  margin-top: 22px;
}
.p-casestudy__point-list li {
  line-height: 1.8;
  position: relative;
  padding-left: 1em;
  margin-top: 1em;
  font-weight: 700;
}
@media print, screen and (min-width: 1024px) {
  .p-casestudy__point-list li {
    font-size: 0.75em;
  }
}
.p-casestudy__point-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #4d93eb;
  border-radius: 100vw;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.p-company__greeting {
  background: #faf8ed;
  border-radius: 3px;
  width: calc(100% - 20px);
  margin: 30px auto 0;
  padding: 50px 10px 46px;
}
@media print, screen and (min-width: 1024px) {
  .p-company__greeting {
    margin: 52px auto 0;
    padding: 100px 0 96px;
  }
}

h2.p-company__heading {
  font-weight: 900;
  font-size: 1.8em;
  line-height: 1;
}
@media print, screen and (min-width: 1024px) {
  h2.p-company__heading {
    font-size: min(2.93vw, 4rem);
  }
}

.p-company__text {
  margin-top: 30px;
  line-height: 2.375;
}
@media print, screen and (min-width: 1024px) {
  .p-company__text {
    margin-top: 48px;
  }
}

.p-company__name {
  text-align: right;
  margin-top: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
}
@media print, screen and (min-width: 1024px) {
  .p-company__name {
    margin-top: 30px;
  }
}
.p-company__name span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.58em;
  display: inline-block;
  margin-right: 1em;
}

.p-company__info {
  margin-top: 60px;
}
@media print, screen and (min-width: 1024px) {
  .p-company__info {
    margin-top: 118px;
  }
}
.p-company__info .p-company__list span {
  display: inline-block;
  margin-right: 2em;
}
.p-company__info .p-company__list span:last-of-type {
  margin-left: 0;
}

.p-company__table {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  margin-top: 30px;
}
@media print, screen and (min-width: 1024px) {
  .p-company__table {
    margin-top: 52px;
  }
}
.p-company__table dt,
.p-company__table dd {
  padding: 0.5em 1em;
}
@media print, screen and (min-width: 1024px) {
  .p-company__table dt,
  .p-company__table dd {
    font-size: 0.875em;
    padding: 0.75em 1.5em;
  }
}
.p-company__table dt {
  background: #eeeeee;
  border-radius: 3px;
  width: 10em;
}
.p-company__table dd {
  border-bottom: 1px solid #eeeeee;
  width: calc(100% - 10em);
  margin: 0;
}

.p-company__map {
  margin-top: 30px;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .p-company__map {
    margin-top: 50px;
    aspect-ratio: 16/5;
  }
}
.p-company__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-company__history {
  margin-top: 70px;
}
@media print, screen and (min-width: 1024px) {
  .p-company__history {
    margin-top: 140px;
  }
}
.p-company__history .p-company__list {
  margin-top: 26px;
}
@media print, screen and (min-width: 1024px) {
  .p-company__history .p-company__list {
    margin-top: 48px;
  }
}
.p-company__history .p-company__list .p-company__item {
  display: flex;
}
.p-company__history .p-company__list .p-company__date {
  width: 65px;
  padding: 0.5em 0;
}
@media print, screen and (min-width: 1024px) {
  .p-company__history .p-company__list .p-company__date {
    font-size: 0.875em;
    width: 77px;
  }
}
.p-company__history .p-company__list .p-company__line {
  width: 30px;
  position: relative;
  padding: 0.5em 0;
}
.p-company__history .p-company__list .p-company__line::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #222;
  border-radius: 100vw;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 5px);
  left: 5px;
}
@media print, screen and (min-width: 1024px) {
  .p-company__history .p-company__list .p-company__line::after {
    width: 12px;
    height: 12px;
    top: calc(50% - 8px);
    left: 0;
  }
}
.p-company__history .p-company__list .p-company__line::before {
  content: "";
  background: #222;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 11px;
}
@media print, screen and (min-width: 1024px) {
  .p-company__history .p-company__list .p-company__line::before {
    left: 8px;
  }
}
.p-company__history .p-company__list .p-company__line.p-company__line--first::before {
  content: "";
  height: 50%;
  top: 50%;
}
.p-company__history .p-company__list .p-company__line.p-company__line--last::before {
  content: "";
  height: 50%;
}
.p-company__history .p-company__list .p-company__body {
  width: calc(70% - 15px);
  padding: 0.5em 0;
}
@media print, screen and (min-width: 1024px) {
  .p-company__history .p-company__list .p-company__body {
    font-size: 0.875em;
    padding-left: 0.5em;
  }
}

.p-contact__body {
  margin-top: 60px;
}
@media print, screen and (min-width: 1024px) {
  .p-contact__body {
    margin-top: 130px;
  }
}

.p-contact__field {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-contact__field {
    margin-bottom: 10px;
    display: flex;
  }
}
.p-contact__field:last-of-type {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .p-contact__label {
    width: 220px;
    padding-top: 0.5em;
  }
}
.p-contact__label label {
  display: inline-block;
  margin-right: 1em;
}
@media print, screen and (min-width: 768px) {
  .p-contact__label label {
    margin-right: 30px;
  }
}
.p-contact__label:last-of-type {
  margin-right: 0;
}

@media print, screen and (min-width: 768px) {
  .p-contact__element {
    width: calc(100% - 220px);
  }
}
.p-contact__element input,
.p-contact__element textarea {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.p-contact__element input[type=text],
.p-contact__element input[type=email] {
  width: 100%;
  line-height: 1.8;
  padding: 0.8em 1em;
}
.p-contact__element textarea {
  width: 100%;
  line-height: 1.8;
  padding: 1em;
  height: 200px;
}
@media print, screen and (min-width: 768px) {
  .p-contact__element textarea {
    height: 300px;
  }
}

.p-contact__required {
  display: inline-block;
  margin-left: 0.5em;
  color: #ff0000;
  font-size: 0.875em;
}
@media print, screen and (min-width: 768px) {
  .p-contact__required {
    font-size: 0.75em;
  }
}

.p-contact__agree {
  margin-top: 40px;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .p-contact__agree {
    margin-top: 80px;
  }
}
.p-contact__agree a {
  text-decoration: underline;
}

.p-contact__button {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: center;
  column-gap: 10px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .p-contact__button {
    margin-top: 50px;
    column-gap: 30px;
  }
}
.p-contact__button .wpcf7-spinner {
  display: block;
  background-color: #a89a7a;
  width: 30px;
  height: 30px;
  margin: 0;
  position: absolute;
  top: calc(50% - 15px);
}

.p-contact__button--submit {
  background: #222;
  color: #fff;
  width: 240px;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 1.645em 1em;
  line-height: 1;
  border: none;
  transition: all 0.3s ease-in-out;
}
.p-contact__button--submit:disabled {
  background: #bbbbbb;
  transition: none;
}
.p-contact__button--submit:disabled:hover {
  cursor: default;
  transition: none;
  opacity: 1;
}
.p-contact__button--submit:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.p-contact__button--back {
  background: #eeeeee;
  color: #222;
  width: 240px;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 1.645em 1em;
  line-height: 1;
  border: none;
  transition: all 0.3s ease-in-out;
}
.p-contact__button--back:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.wpcf7-radio .wpcf7-list-item {
  margin-right: 1em !important;
  margin-left: 0.8em !important;
}

.p-contact__thaks {
  margin-top: 40px;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .p-contact__thaks {
    margin-top: 60px;
  }
}
.p-contact__thaks a {
  text-align: left;
}

.p-forte__device {
  margin-top: 40px;
}
@media print, screen and (min-width: 1024px) {
  .p-forte__device {
    margin-top: 83px;
  }
}

.p-forte__wrapper {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .p-forte__wrapper {
    margin-top: 55px;
  }
}

.p-forte__device-body {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .p-forte__device-body {
    width: 66.8%;
    padding: 0 70px 0 20px;
  }
}
.p-forte__device-body p {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .p-forte__device-body p {
    margin-top: 42px;
  }
}

h3.p-forte__device-heading {
  font-weight: 900;
  font-size: 1.4em;
}
@media print, screen and (min-width: 1024px) {
  h3.p-forte__device-heading {
    font-size: 1.75em;
  }
}

.p-forte__device-img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0;
  max-width: 425px;
}
@media print, screen and (min-width: 1024px) {
  .p-forte__device-img {
    width: 33.2%;
    margin: 0;
  }
}
.p-forte__device-img .p-forte__img {
  display: block;
  border-radius: 3px;
  overflow: hidden;
  width: calc(50% - 3px);
}

.p-forte__area {
  margin-top: 45px;
}
@media print, screen and (min-width: 1024px) {
  .p-forte__area {
    margin-top: 96px;
  }
}
.p-forte__area p {
  margin-top: 16px;
  padding-left: 1em;
}
@media print, screen and (min-width: 1024px) {
  .p-forte__area p {
    margin-top: 35px;
  }
}
.p-forte__area img {
  display: block;
  margin-top: 21px;
}

.p-forte__ex {
  margin-top: 45px;
}
@media print, screen and (min-width: 1024px) {
  .p-forte__ex {
    margin-top: 96px;
  }
}

.p-forte__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  row-gap: 26px;
  column-gap: 10px;
}
@media print, screen and (min-width: 1024px) {
  .p-forte__list {
    margin-top: 40px;
  }
}

.p-forte__item {
  margin: 0;
}
@media print, screen and (min-width: 1024px) {
  .p-forte__item {
    width: 23.4%;
  }
}
.p-forte__item img {
  overflow: hidden;
  border-radius: 3px;
}

.p-forte__caption {
  color: #888888;
  font-size: 0.875em;
  margin-top: 0.5em;
  line-height: 1.5;
}
@media print, screen and (min-width: 1024px) {
  .p-forte__caption {
    font-size: 0.75em;
  }
}

.p-forte__experiment {
  margin-top: 80px;
}
@media print, screen and (min-width: 1024px) {
  .p-forte__experiment {
    margin-top: 168px;
  }
}

.p-forte__experiment-body {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .p-forte__experiment-body {
    width: 67.2%;
    padding-left: 20px;
    padding-right: 10%;
  }
}
.p-forte__experiment-body p {
  line-height: 2.125;
  margin-top: 1em;
}
@media print, screen and (min-width: 1024px) {
  .p-forte__experiment-body p {
    margin-top: 42px;
  }
}
.p-forte__experiment-body p + p {
  margin-top: 1em;
}
.p-forte__experiment-body p span {
  display: inline-block;
  width: 4em;
  background: #888888;
  height: 1px;
  vertical-align: super;
  margin: 0 5px;
}
@media print, screen and (min-width: 1024px) {
  .p-forte__experiment-body p span {
    width: 6em;
  }
}

.p-forte__experiment-img {
  width: 100%;
  max-width: 420px;
  margin: 30px auto 0;
}
@media print, screen and (min-width: 1024px) {
  .p-forte__experiment-img {
    width: 32.8%;
    margin: 10px 0 0;
  }
}

.p-news__wrapper {
  position: relative;
  overflow: hidden;
  transition: height 0.4s ease;
}
.p-news__wrapper.p-news__wrapper--category {
  overflow: visible;
}
.p-news__wrapper.p-news__wrapper--category .p-news__list {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.p-news__list {
  padding-top: 40px;
  padding-bottom: 2px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 6%;
  row-gap: 30px;
  position: absolute;
  inset: auto;
  top: 0;
  left: 0;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .p-news__list {
    row-gap: 68px;
  }
}
.p-news__list {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media print, screen and (min-width: 1024px) {
  .p-news__list {
    padding-top: 80px;
    column-gap: 2.666%;
  }
}
.p-news__list.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.p-news__item {
  width: 47%;
}
@media print, screen and (min-width: 768px) {
  .p-news__item {
    width: 23%;
  }
}
.p-news__item a {
  position: relative;
  display: block;
}
.p-news__item a:hover {
  opacity: 0.7;
}

.p-news__label {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #222;
  font-size: min(2.933vw, 1.2rem);
  padding: 0.7em 0.8em;
  line-height: 1;
  border-radius: 3px 0 3px 0;
  z-index: 2;
}

.p-news__img {
  position: relative;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 25/14;
  background: #f4f4f4;
  display: block;
}
.p-news__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.p-news__text {
  position: relative;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-news__text {
    margin-top: 24px;
  }
}
.p-news__text::after {
  content: "";
  background: url(../../assets/images/common/arrow-02.svg) 0 0 no-repeat;
  width: 15px;
  height: 12px;
  background-size: contain;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 6px;
}
@media print, screen and (min-width: 768px) {
  .p-news__text::after {
    background: url(../../assets/images/common/arrow-02.svg) 0 0 no-repeat;
    width: 18px;
    height: 14px;
    background-size: contain;
  }
}
.p-news__text p {
  font-weight: 700;
  line-height: 1.75;
  margin-top: 0.7em;
  padding-right: 5px;
}

.p-news__pagination {
  margin-top: 70px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 10px;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .p-news__pagination {
    margin-top: 148px;
  }
}
.p-news__pagination .page-numbers {
  border: 1px solid #999999;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  background: #fff;
  font-size: 1.125em;
  border-radius: 100vw;
  column-gap: 5px;
  row-gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-news__pagination .page-numbers {
    width: 50px;
    height: 50px;
  }
}
.p-news__pagination .page-numbers:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}
.p-news__pagination .page-numbers.current {
  border: #222;
  background: #222;
  color: #fff;
}
.p-news__pagination .page-numbers.current:hover {
  background: #222;
  color: #fff;
}

.p-privacy__body {
  margin-top: 40px;
}
@media print, screen and (min-width: 1024px) {
  .p-privacy__body {
    margin-top: 80px;
  }
}

.p-privacy__item {
  margin-top: 30px;
}
@media print, screen and (min-width: 1024px) {
  .p-privacy__item {
    margin-top: 46px;
  }
}
.p-privacy__item p {
  margin-top: 1em;
}
.p-privacy__item p:nth-last-of-type(1) {
  margin-top: 1em;
}
.p-privacy__item a {
  text-decoration: underline;
  color: #555;
}
.p-privacy__item a:hover {
  opacity: 0.7;
}

.p-single {
  margin-top: 60px;
}
.p-single__body {
  padding-top: 60px;
}
@media print, screen and (min-width: 1024px) {
  .p-single__body {
    padding-top: 125px;
  }
}
.p-single__body p {
  line-height: 2.125;
  padding-left: 10px;
  margin-top: 1em;
}
.p-single__body h2 {
  border: 1px solid #707070;
  border-radius: 3px;
  font-weight: 900;
  font-size: 1.5em;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0.5em;
  line-height: 1.7;
}
@media print, screen and (min-width: 1024px) {
  .p-single__body h2 {
    font-size: min(2.148vw, 2.6rem);
    margin-bottom: 34px;
    margin-top: 93px;
  }
}
.p-single__body h3 {
  border-top: 1px solid #cccccc;
  font-weight: 900;
  font-size: 1.5em;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  padding-top: 20px;
  line-height: 1.7;
}
@media print, screen and (min-width: 1024px) {
  .p-single__body h3 {
    font-size: min(2.148vw, 2.6rem);
    margin-bottom: 34px;
    margin-top: 93px;
    padding-top: 33px;
  }
}
.p-single__body h3::before {
  content: "";
  width: 20px;
  background: #222;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-single__body h4 {
  font-weight: 900;
  font-size: 1.2em;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 1em;
  line-height: 1.7;
}
@media print, screen and (min-width: 1024px) {
  .p-single__body h4 {
    font-size: min(1.758vw, 2.2rem);
    margin-bottom: 34px;
    margin-top: 93px;
  }
}
.p-single__body h4::before {
  content: "";
  border: 2px solid #222;
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  top: 0.45em;
  left: 0;
  border-radius: 100vw;
}
.p-single__body div {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 10px);
  margin: 40px auto;
  column-gap: 6%;
  row-gap: 26px;
}
@media print, screen and (min-width: 1024px) {
  .p-single__body div {
    width: calc(100% - 20px);
    margin: 96px auto 80px;
    column-gap: 10px;
  }
}
.p-single__body div.p-single__eyecatch {
  width: calc(100% - 10px);
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .p-single__body div.p-single__eyecatch {
    width: calc(100% - 20px);
  }
}
.p-single__body div.p-single__eyecatch img {
  display: inline-block;
  margin: 0 auto;
}
.p-single__body div figure {
  width: 47%;
  margin: 0;
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .p-single__body div figure {
    width: 24.1%;
  }
}
.p-single__body div figure img {
  display: block;
  border-radius: 3px;
}
.p-single__body div figcaption {
  color: #888888;
  display: block;
  font-size: 0.875em;
  margin-top: 0.6em;
}
@media print, screen and (min-width: 1024px) {
  .p-single__body div figcaption {
    font-size: 0.75em;
  }
}
.p-single__body ul {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  .p-single__body ul {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.p-single__body ul li {
  position: relative;
  margin-top: 0.6em;
  line-height: 1.6;
  padding-left: 0.8em;
}
@media print, screen and (min-width: 1024px) {
  .p-single__body ul li {
    padding-left: 1em;
  }
}
.p-single__body ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #4d93eb;
  position: absolute;
  top: 0.45em;
  left: 0;
}
@media print, screen and (min-width: 1024px) {
  .p-single__body ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    top: 0.5em;
  }
}
.p-single__body ol {
  margin-top: 20px;
  margin-bottom: 30px;
  list-style-type: decimal;
  margin-left: 1.7em;
}
@media print, screen and (min-width: 1024px) {
  .p-single__body ol {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.p-single__body ol li {
  position: relative;
  margin-top: 0.6em;
  line-height: 1.6;
}

.p-single__date {
  display: inline-block;
}

.p-single__heading {
  font-weight: 900;
  font-size: 1.8em;
  line-height: 1.61;
  border-bottom: 2px solid #222;
  padding-bottom: 0.8em;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  .p-single__heading {
    font-size: min(2.734vw, 3.6rem);
    border-bottom: 3px solid #222;
    padding-bottom: 1.11em;
    margin-bottom: 47px;
  }
}

.p-single__pagination {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 1024px) {
  .p-single__pagination {
    margin-top: 118px;
  }
}

.p-single__button {
  border: 1px solid #222222;
  background: #fff;
  padding: 1em;
  line-height: 1;
  font-size: 0.875em;
  border-radius: 3px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-single__button {
    padding: 1.71em 3.65em;
  }
}
.p-single__button:hover {
  background: #222;
  color: #fff;
}
.p-single__button.p-single__button--prev {
  padding-left: 2.4em;
}
@media print, screen and (min-width: 768px) {
  .p-single__button.p-single__button--prev {
    padding-left: 72px;
    padding-right: 30px;
  }
}
.p-single__button.p-single__button--prev::before {
  content: "←";
  position: absolute;
  top: 1em;
  left: 0.7em;
}
@media print, screen and (min-width: 768px) {
  .p-single__button.p-single__button--prev::before {
    font-size: 1.3em;
    top: 1.15em;
    left: 20px;
    transition: all 0.1s ease-in-out;
  }
}
@media print, screen and (min-width: 768px) {
  .p-single__button.p-single__button--prev:hover::before {
    left: 17px;
    transition: all 0.1s ease-in-out;
  }
}
.p-single__button.p-single__button--next {
  padding-right: 2.4em;
}
@media print, screen and (min-width: 768px) {
  .p-single__button.p-single__button--next {
    padding-right: 72px;
    padding-left: 30px;
  }
}
.p-single__button.p-single__button--next::after {
  content: "→";
  position: absolute;
  top: 1em;
  right: 0.7em;
}
@media print, screen and (min-width: 768px) {
  .p-single__button.p-single__button--next::after {
    font-size: 1.3em;
    top: 1.15em;
    right: 20px;
    transition: all 0.1s ease-in-out;
  }
}
@media print, screen and (min-width: 768px) {
  .p-single__button.p-single__button--next:hover::after {
    right: 17px;
    transition: all 0.1s ease-in-out;
  }
}
.p-single__button.p-single__button--all {
  background: #222;
  color: #fff;
}
.p-single__button.p-single__button--all:hover {
  background: #fff;
  color: #222;
}
.p-single__button.p-single__button--none {
  opacity: 0.4;
}
.p-single__button.p-single__button--none:hover {
  opacity: 0.4;
  cursor: auto;
  background: #fff;
  color: #222;
}

.p-top__hero {
  margin-top: 60px;
  height: calc(100svh - 60px);
  background: url(../../assets/images/top/hero-img_sp@2x.webp) center center no-repeat #0088ff;
  background-size: cover;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .p-top__hero {
    background: url(../../assets/images/top/hero-img@2x.webp) center center no-repeat #0088ff;
  }
}
.p-top__hero .p-top__heading {
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
.p-top__hero .p-top__heading--main {
  font-size: min(12vw, 5.2rem);
  text-shadow: 0px 0px 30px rgba(0, 40, 67, 0.75);
  line-height: 1.3;
  padding: 30vh 20px 0;
  opacity: 0;
}
@media print, screen and (min-width: 1024px) {
  .p-top__hero .p-top__heading--main {
    padding: 35vh 50px 0;
    text-align: center;
    font-size: min(6.348vw, 7rem);
    text-shadow: 0px 0px 24px #002843;
  }
}
.p-top__hero .p-top__heading--main.is-active {
  animation: fadeIn 0.6s linear 0.7s forwards;
}
.p-top__hero .p-top__heading--main span {
  letter-spacing: -0.02em;
}
.p-top__hero .p-top__heading--sub {
  font-size: min(5.067vw, 2.2rem);
  line-height: 1.72;
  margin-top: 35px;
  padding-left: 20px;
  letter-spacing: 0.05em;
  margin-top: 20px;
  text-shadow: 0px 0px 20px rgba(0, 40, 67, 0.75);
  opacity: 0;
}
@media print, screen and (min-width: 1024px) {
  .p-top__hero .p-top__heading--sub {
    font-size: min(3.516vw, 5rem);
    text-align: center;
    padding: 0 50px;
  }
}
.p-top__hero .p-top__heading--sub.is-active {
  animation: fadeIn 0.6s linear 1.4s forwards;
}

.p-top__forte {
  position: absolute;
  left: 0;
  bottom: 20px;
  background: #222222;
  border-radius: 0 3px 3px 0;
  overflow: hidden;
  display: flex;
  width: 94.8%;
  max-width: 500px;
}
.p-top__forte:hover {
  background: #444444;
}
.p-top__forte:hover .p-top__forte-text::after {
  right: 13px;
  transition: all 0.5s ease-in-out;
}
.p-top__forte:hover .p-top__forte-img {
  opacity: 0.7;
  transition: all 0.5s ease-in-out;
}

.p-top__forte-text {
  width: 72.4%;
  padding: 18px 36px 18px 20px;
  color: #fff;
  position: relative;
}
.p-top__forte-text::after {
  content: "";
  background: url(../../assets/images/common/arrow-01.svg) 0 0 no-repeat;
  background-size: contain;
  width: 12px;
  height: 13px;
  position: absolute;
  top: calc(50% - 6px);
  right: 17px;
  transition: all 0.3s ease-in-out;
}
.p-top__forte-text p:nth-of-type(1) {
  font-weight: 900;
  margin-bottom: 6px;
}
.p-top__forte-text p:last-of-type {
  font-size: 0.857em;
}

.p-top__forte-img {
  width: 27.6%;
  background: url(../../assets/images/top/hero-forte@2x.webp) center center no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}

.p-top__problem {
  padding: 10px;
  overflow: hidden;
}
.p-top__problem .p-top__heading {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(6.667vw, 3.2rem);
  font-weight: 500;
  line-height: 1.625;
}
@media print, screen and (min-width: 1024px) {
  .p-top__problem .p-top__heading {
    font-size: min(3.516vw, 4.6rem);
  }
}
.p-top__problem .p-top__lead {
  text-align: center;
  margin-top: 24px;
  line-height: 2;
}
@media print, screen and (min-width: 1024px) {
  .p-top__problem .p-top__lead {
    margin-top: 39px;
    line-height: 1.5;
  }
}

.p-top__inner {
  background: #faf8ed;
  border-radius: 3px;
  padding: 70px 20px;
}
@media print, screen and (min-width: 1024px) {
  .p-top__inner {
    padding: 80px 40px 110px;
  }
}

.p-top__scroll {
  margin-top: 43px;
  padding-bottom: 44px;
}
@media print, screen and (min-width: 1024px) {
  .p-top__scroll {
    max-width: 1600px;
    margin: 80px auto 0;
  }
}

.p-top__scroll-container.swiper {
  width: 100%;
  overflow: visible;
}

@media print, screen and (min-width: 1024px) {
  .p-top__content-wrapper.swiper-wrapper {
    justify-content: space-between;
  }
}

.swiper-slide.p-top__card {
  width: 75.6vw;
  height: 100%;
  aspect-ratio: 59/66;
  max-width: 380px;
  max-height: 415px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 1024px) {
  .swiper-slide.p-top__card {
    width: 23.125%;
    aspect-ratio: 37/41;
    max-width: 380px;
    max-height: 410px;
  }
}
.swiper-slide.p-top__card:hover .p-top__card-label {
  color: #fff;
}
.swiper-slide.p-top__card:hover .p-top__card-label::after {
  transform: scale(1, 1);
}
.swiper-slide.p-top__card:hover .p-top__card-tetxt span {
  border-color: #fff;
}
.swiper-slide.p-top__card:hover .p-top__card--arrow {
  background: url(../../assets/images/common/arrow-01.svg) center center no-repeat;
  background-size: 12px 13px;
  transition: all 0.3s ease-in-out;
}
.swiper-slide.p-top__card .p-top__card-img--01 {
  position: absolute;
}

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

.p-top__card--01 .p-top__card-img--01 {
  top: 5vw;
  left: 17.6%;
  width: 17.6%;
  z-index: 2;
}
@media print, screen and (min-width: 1024px) {
  .p-top__card--01 .p-top__card-img--01 {
    top: 1.5vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .p-top__card--01 .p-top__card-img--01 {
    top: 34px;
    width: 16.5%;
  }
}
.p-top__card--01 .p-top__card-img--02 {
  position: absolute;
  top: 4%;
  right: 18.6%;
  z-index: 4;
  width: 22.7%;
}
@media print, screen and (min-width: 1024px) {
  .p-top__card--01 .p-top__card-img--02 {
    top: 1vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .p-top__card--01 .p-top__card-img--02 {
    top: 32px;
  }
}

.p-top__card--02 .p-top__card-img--01 {
  top: 5vw;
  left: 12.5%;
  width: 75%;
  z-index: 4;
}
@media print, screen and (min-width: 1024px) {
  .p-top__card--02 .p-top__card-img--01 {
    top: 1vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .p-top__card--02 .p-top__card-img--01 {
    top: 20px;
    left: 36px;
  }
}

.p-top__card--03 .p-top__card-img--01 {
  top: 5vw;
  left: 24%;
  width: 64%;
  z-index: 4;
}
@media print, screen and (min-width: 1024px) {
  .p-top__card--03 .p-top__card-img--01 {
    top: 1vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .p-top__card--03 .p-top__card-img--01 {
    top: 25px;
    left: 77px;
  }
}

.p-top__card--04 .p-top__card-img--01 {
  top: 4vw;
  right: 26px;
  width: 44%;
  z-index: 4;
  mix-blend-mode: darken;
}
@media print, screen and (min-width: 1024px) {
  .p-top__card--04 .p-top__card-img--01 {
    top: 8px;
    right: 12%;
    width: 44%;
  }
}
@media print, screen and (min-width: 1920px) {
  .p-top__card--04 .p-top__card-img--01 {
    top: 14px;
    right: 34px;
  }
}
.p-top__card--04:hover .p-top__card-img--01 {
  mix-blend-mode: inherit;
}

.p-top__card-base {
  background: linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  border-radius: 3px;
  width: 95%;
  height: 84.9%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-top__card-label {
  position: absolute;
  z-index: 3;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  width: calc(100% - 15px);
  left: 15px;
  bottom: 0;
  overflow: hidden;
}
.p-top__card-label::after {
  background: #222;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.p-top__card-tetxt {
  padding: 25px 0 23px 30px;
}
@media print, screen and (min-width: 1024px) {
  .p-top__card-tetxt {
    padding: 1.8vw 0 1.1vw 1.5vw;
  }
}
@media print, screen and (min-width: 1920px) {
  .p-top__card-tetxt {
    padding: 36px 0 30px 30px;
  }
}
.p-top__card-tetxt span {
  font-weight: 700;
  border-bottom: dotted #222 1px;
}
@media print, screen and (min-width: 1024px) {
  .p-top__card-tetxt span {
    font-size: min(1.172vw, 1.4rem);
  }
}
.p-top__card-tetxt p {
  font-size: 1.42em;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 15px;
}
@media print, screen and (min-width: 1024px) {
  .p-top__card-tetxt p {
    margin-top: 1.3em;
    font-size: min(1.367vw, 2.4rem);
  }
}
@media print, screen and (min-width: 1920px) {
  .p-top__card-tetxt p {
    margin-top: 18px;
  }
}

.p-top__card--arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border-left: 1px solid #eeeeee;
  background: url(../../assets/images/common/arrow-02.svg) center center no-repeat;
  background-size: 12px 13px;
}

/* スクロールバーの位置調整 */
.swiper-scrollbar {
  position: relative;
  margin-top: 20px;
  background: #eee;
}
.swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-horizontal > .swiper-scrollbar {
  bottom: -44px;
}

.p-top__parent--button {
  margin-top: 56px;
  text-align: center;
}

.p-top__news {
  margin-top: 60px;
  overflow-x: hidden;
  width: 100%;
}
.p-top__news .p-top__heading {
  text-align: center;
  font-weight: 900;
  font-size: min(6.933vw, 3rem);
}

ul.p-top__news-nav {
  margin: 25px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
  column-gap: 5px;
  width: 70%;
}
ul.p-top__news-nav li {
  color: #999999;
  border: 1px solid #999999;
  border-radius: 100vw;
  padding: 0.7em 1em;
  font-size: min(2.933vw, 1.2rem);
  transition: all 0.3s ease-in-out;
  min-width: 80px;
  text-align: center;
}
ul.p-top__news-nav li.is-active {
  color: #cc0100;
  border: 1px solid #cc0100;
}
ul.p-top__news-nav li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
ul.p-top__news-nav.p-news__nav li {
  padding: 0;
}
ul.p-top__news-nav.p-news__nav li a {
  padding: 0.7em 1em;
}

.p-top__swiper-wrapper {
  margin: 50px auto 0;
  position: relative;
  overflow: hidden;
  transition: height 0.4s ease;
}
@media print, screen and (min-width: 1024px) {
  .p-top__swiper-wrapper {
    margin-top: 59px;
    padding: 0;
    width: 100%;
  }
}

.p-top__news-inner {
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media print, screen and (min-width: 1024px) {
  .p-top__news-inner {
    width: 100%;
    margin: 0 auto;
  }
}
.p-top__news-inner.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.p-top__swiper {
  padding: 0 0 50px;
  width: 100%;
  overflow: visible;
}
@media print, screen and (min-width: 1024px) {
  .p-top__swiper {
    width: 100%;
    padding: 0 0 68px;
    overflow: visible !important;
  }
}
.p-top__swiper.is-active {
  display: block;
}
.p-top__swiper .swiper-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 1024px) {
  .p-top__swiper .swiper-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.p-top__news-item {
  flex-shrink: 0;
  width: 76.9230769231%;
}
.p-top__news-item a {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  width: 100%;
}
.p-top__news-item a:hover {
  opacity: 0.7;
}

.p-top__news-label {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #222;
  font-size: min(2.933vw, 1.2rem);
  padding: 0.7em 0.8em;
  line-height: 1;
  border-radius: 3px 0 3px 0;
  z-index: 2;
}

.p-top__news-img {
  position: relative;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 25/14;
  background: #f4f4f4;
}
.p-top__news-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.p-top__news-text {
  position: relative;
  margin-top: 28px;
}
.p-top__news-text::after {
  content: "";
  background: url(../../assets/images/common/arrow-02.svg) 0 0 no-repeat;
  width: 18px;
  height: 14px;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 6px;
}
.p-top__news-text p {
  font-weight: 700;
  line-height: 2;
  margin-top: 1em;
  padding-right: 5px;
}

.swiper-scrollbar.p-top__news-scrollbar {
  bottom: 0;
  top: auto;
  width: calc(100% - 40px);
  left: 20px;
}

.p-top__news-button {
  margin: 56px auto 0;
  text-align: center;
  padding-bottom: 10px;
}

/* ====================
  会社概要
===================== */
.p-top__company {
  margin-top: 60px;
}
@media print, screen and (min-width: 1024px) {
  .p-top__company {
    margin-top: 90px;
  }
}

.p-top__company-container {
  width: calc(100% - 40px);
  margin: 0 auto;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 80px 0;
}
@media print, screen and (min-width: 1024px) {
  .p-top__company-container {
    width: calc(100% - 5.2vw);
    padding: 100px 0 106px;
    display: flex;
    justify-content: center;
    column-gap: 90px;
  }
}
.p-top__company-container .p-top__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.71em;
  line-height: 1.83;
}
@media print, screen and (min-width: 1024px) {
  .p-top__company-container .p-top__heading {
    line-height: 1.68;
    font-size: min(2.539vw, 2.375em);
  }
}
.p-top__company-container .p-top__heading span {
  display: inline-block;
  width: 2em;
  height: 1px;
  background: #707070;
  vertical-align: super;
  margin-left: 0.5em;
}
@media print, screen and (min-width: 1024px) {
  .p-top__company-container .p-top__heading span {
    width: 3em;
  }
}

.p-top__company-img {
  overflow: hidden;
  border-radius: 0 3px 3px 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 347/195;
  margin-left: calc(50% - 50vw);
}
@media print, screen and (min-width: 1024px) {
  .p-top__company-img {
    width: 43.22vw;
    margin-left: calc(50% - 55vw);
  }
}
.p-top__company-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top__company-text {
  margin-top: 45px;
}
@media print, screen and (min-width: 1024px) {
  .p-top__company-text {
    width: 46.8%;
    margin-top: 1.5em;
  }
}

.p-top__text {
  margin-top: 33px;
}
@media print, screen and (min-width: 1024px) {
  .p-top__text {
    margin-top: 37px;
    padding-left: 20px;
  }
}

.p-top__company-button {
  margin-top: 54px;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .p-top__company-button {
    margin-top: 59px;
    text-align: left;
    padding-left: 20px;
  }
}

/* ====================
  取扱メーカー
===================== */
.p-top__maker {
  margin: 73px auto 90px;
  width: calc(100% - 40px);
  max-width: 710px;
}
.p-top__maker h2.p-top__heading {
  text-align: center;
  font-weight: 900;
  font-size: 1.85em;
  font-family: "Noto Sans JP", sans-serif;
}

.p-top__list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
}
.p-top__list a {
  display: block;
  width: calc(50% - 5px);
}
@media print, screen and (min-width: 768px) {
  .p-top__list a {
    width: 23.94%;
  }
}
.p-top__list a:hover {
  opacity: 0.7;
}
.p-top__list a img {
  width: 100%;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes category {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-target--category {
  opacity: 0;
}
.js-target--category.is-active {
  animation: fadeIn 0.4s linear 0s forwards;
}

.js-target--in {
  opacity: 0;
}
.js-target--in.is-active {
  animation: fadeIn 0.6s linear 0.1s forwards;
}

.js-target--left {
  opacity: 0;
}
.js-target--left.is-active {
  animation: fadeLeft 0.6s linear 0.1s forwards;
}

.js-target--right {
  opacity: 0;
}
.js-target--right.is-active {
  animation: fadeRight 0.6s linear 0.1s forwards;
}

.js-target--up {
  opacity: 0;
}
.js-target--up.is-active {
  animation: fadeUp 0.6s linear 0.1s forwards;
}

@keyframes Grad {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  75% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
.c-button {
  display: inline-block;
}
.c-button--01 {
  text-align: left;
  background: url(../../assets/images/common/arrow-01.svg) center right 25px #222;
  background-size: 15px 11px;
  background-repeat: no-repeat;
  color: #fff;
  width: 61.5%;
  max-width: 240px;
  border-radius: 3px;
  padding: 16px 30px;
  font-weight: 700;
  font-size: 1.4rem;
}
.c-button--01:hover {
  background: url(../../assets/images/common/arrow-02.svg) center right 22px #fff;
  background-size: 15px 11px;
  background-repeat: no-repeat;
  color: #222;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
}

.c-footer__head {
  background: #faf8ed;
  text-align: center;
  border-radius: 3px;
  padding: 66px 20px 50px;
}
@media print, screen and (min-width: 768px) {
  .c-footer__head {
    padding: 80px 50px 75px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-footer__head {
    padding: 95px 50px 75px;
  }
}

.c-footer__think {
  padding: 0 1.5em 44px;
  line-height: 2.1;
  border-bottom: 1px solid #222222;
}
@media print, screen and (min-width: 768px) {
  .c-footer__think {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-footer__think {
    padding-bottom: 61px;
    max-width: 960px;
    margin: 0 auto;
  }
}

.c-footer__contact {
  padding: 46px 14px 0;
}
@media print, screen and (min-width: 1024px) {
  .c-footer__contact {
    padding: 41px 20px 0;
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-footer__tel {
    width: 42.5%;
  }
}
.c-footer__tel p {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .c-footer__tel p {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-footer__tel p {
    font-size: 1.4rem;
    text-align: left;
  }
}
.c-footer__tel a {
  font-family: "Noto Serif JP", serif;
  font-size: min(8.8vw, 3.6rem);
  font-weight: 500;
  position: relative;
  padding-left: 40px;
  line-height: 1;
  margin-top: 22px;
}
@media print, screen and (min-width: 768px) {
  .c-footer__tel a {
    font-size: 4.5rem;
    padding-left: 53px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-footer__tel a {
    margin-top: 0;
    font-size: min(4.492vw, 5rem);
    line-height: 1.6;
  }
}
.c-footer__tel a::before {
  content: "";
  background: url(../../assets/images/common/ico-tel.svg) center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .c-footer__tel a::before {
    width: 38px;
    height: 38px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-footer__tel a::before {
    top: 18px;
  }
}

.c-footer__mail {
  margin-top: 40px;
  font-weight: 700;
  font-size: min(3.2vw, 1.4rem);
}
@media print, screen and (min-width: 768px) {
  .c-footer__mail {
    font-size: 1.6rem;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-footer__mail {
    font-size: 1.4rem;
    margin-top: 0;
    text-align: left;
  }
}

.c-footer__form {
  display: block;
  background: #222222;
  border: 2px solid #222222;
  border-radius: 100vw;
  color: #fff;
  width: 95%;
  max-width: 300px;
  margin: 14px auto 0;
  padding: 14px 2em 19px 5em;
  height: 60px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .c-footer__form {
    width: 60%;
    max-width: 390px;
    padding: 0.7em 3em 0.5em 90px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-footer__form {
    width: 100%;
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.c-footer__form::before {
  content: "";
  background: url(../../assets/images/common/co-mail.svg) center center no-repeat;
  background-size: contain;
  width: 24px;
  height: 25px;
  position: absolute;
  top: 15px;
  left: 30px;
}
@media print, screen and (min-width: 768px) {
  .c-footer__form::before {
    left: 40px;
  }
}
.c-footer__form::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-footer__form:hover {
  color: #222222;
}
.c-footer__form:hover::before {
  content: "";
  background: url(../../assets/images/common/co-mail_black.svg) center center no-repeat;
  background-size: contain;
  width: 24px;
  height: 25px;
}
.c-footer__form:hover::after {
  transform: scale(1, 1);
}

.c-footer__info {
  margin-top: 10px;
  background: #222222;
  border-radius: 3px;
  padding: 65px 40px 40px;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-footer__info {
    padding: 65px 40px 45px;
  }
}

.c-footer__name {
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.c-footer__address {
  margin-top: 23px;
  font-size: 0.857em;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.4;
}

.c-footer__privacy {
  margin-top: 56px;
  font-weight: 500;
  font-size: 0.875em;
}
.c-footer__privacy a {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.c-footer__privacy a:hover {
  opacity: 0.7;
}

.c-footer__copy {
  padding: 27px 0 28px;
  font-size: 0.71em;
  text-align: center;
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 15px 20px;
  height: 60px;
  z-index: 999;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.14);
}
@media print, screen and (min-width: 1024px) {
  .c-header {
    height: 80px;
    padding: 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-header__inner {
    padding: 25px 5.2vw;
    height: 100%;
    display: flex;
    column-gap: 5.2vw;
  }
}

.c-header__logo {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.44;
}

.c-gnav {
  position: absolute;
  top: 70px;
  left: 100%;
  width: 100%;
  min-height: 100svh;
  background: #fff;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding: 105px 30px;
  min-height: 700px;
  height: 90vh;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.14);
  z-index: 999;
}
@media print, screen and (min-width: 1024px) {
  .c-gnav {
    position: static;
    width: auto;
    min-height: 24px;
    opacity: 1;
    visibility: visible;
    padding: 0;
    height: auto;
    box-shadow: none;
  }
}
.c-gnav.is-active {
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.c-button-menu {
  position: fixed;
  top: 19px;
  right: 15px;
  z-index: 1000;
  border: none;
  background: none;
  width: 15px;
  height: 21px;
}
@media print, screen and (min-width: 1024px) {
  .c-button-menu {
    display: none;
  }
}
.c-button-menu:hover {
  cursor: pointer;
}
.c-button-menu span {
  background: #222222;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.c-button-menu span:nth-of-type(1) {
  top: 0;
}
.c-button-menu span:nth-of-type(2) {
  top: 5px;
}
.c-button-menu span:nth-of-type(3) {
  top: 10px;
}
.c-button-menu span:nth-of-type(4) {
  top: 15px;
}
.c-button-menu span:nth-of-type(5) {
  top: 20px;
}
.c-button-menu.is-active span {
  transition: all 0.3s ease-in-out;
  width: 22px;
}
.c-button-menu.is-active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 10px;
  left: -3px;
}
.c-button-menu.is-active span:nth-of-type(2) {
  opacity: 0;
}
.c-button-menu.is-active span:nth-of-type(3) {
  opacity: 0;
}
.c-button-menu.is-active span:nth-of-type(4) {
  opacity: 0;
}
.c-button-menu.is-active span:nth-of-type(5) {
  transform: rotate(-45deg);
  top: 10px;
  left: -3px;
}

@media print, screen and (min-width: 1024px) {
  .c-header__menu {
    display: flex;
    column-gap: 3.38vw;
  }
}

.c-header__menu-item {
  text-align: center;
  margin-top: 2.5em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 1024px) {
  .c-header__menu-item {
    text-align: left;
    margin-top: 0;
  }
}

.c-header__menu-link {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.c-header__menu-link::after {
  content: "";
  background: #222222;
  width: 100%;
  height: 1px;
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.c-header__menu-link:hover::after {
  left: 0;
  transition: all 0.3s ease-in-out;
}

.c-header__contact {
  margin-top: 58px;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .c-header__contact {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
}

.c-header__menu-contact {
  display: block;
  width: 180px;
  height: 60px;
  color: #fff;
  font-weight: 700;
  padding-top: 1em;
  border: 2px solid #222222;
  background: #222222;
  border-radius: 100vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 1024px) {
  .c-header__menu-contact {
    width: 170px;
    height: 80px;
    border-radius: 0;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c-header__menu-contact::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-header__menu-contact:hover {
  color: #222222;
}
@media print, screen and (min-width: 1024px) {
  .c-header__menu-contact:hover {
    border-color: #ccc;
  }
}
.c-header__menu-contact:hover::after {
  transform: scale(1, 1);
}

.c-heading {
  font-weight: 900;
  line-height: 1.05;
}
.c-heading.c-heading--lg {
  font-size: 2em;
}
@media print, screen and (min-width: 1024px) {
  .c-heading.c-heading--lg {
    font-size: 2.25em;
  }
}
.c-heading.c-heading--md {
  font-size: 1.3em;
}
@media print, screen and (min-width: 1024px) {
  .c-heading.c-heading--md {
    font-size: 1.625em;
  }
}

h2.c-heading {
  border-bottom: 2px solid #222222;
  padding-bottom: 12px;
}
@media print, screen and (min-width: 1024px) {
  h2.c-heading {
    border-bottom: 3px solid #222222;
    border-radius: 1px;
    padding-bottom: 23px;
  }
}

h3.c-heading {
  border-top: 1px solid #cccccc;
  padding-top: 16px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  h3.c-heading {
    padding-top: 33px;
  }
}
h3.c-heading::before {
  content: "";
  background: #222222;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: -1px;
}

.c-heading--second {
  font-weight: 900;
  font-size: 1.3em;
  line-height: 1.4;
}
@media print, screen and (min-width: 1024px) {
  .c-heading--second {
    font-size: 1.75em;
  }
}

.c-heading--third {
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.4;
}

.c-inner {
  max-width: 1380px;
  padding: 0 20px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .c-inner {
    padding: 0 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-inner {
    padding: 0 50px;
  }
}
.c-inner.c-inner--02 {
  max-width: 1120px;
}

/* 数字リスト*/
.c-list--01 {
  list-style-type: decimal;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1em;
  margin-left: 1em;
}
.c-list--01 li {
  width: 100%;
  line-height: 1.8;
}

.c-page-header {
  margin-top: 60px;
  width: 100%;
  height: 100%;
  aspect-ratio: 13/4;
  background-color: azure;
}
@media print, screen and (min-width: 1024px) {
  .c-page-header {
    height: 270px;
  }
}
.c-page-header.c-page-header--company {
  background: url(../../assets/images/company/company-header@2x.webp) center bottom no-repeat;
  background-size: cover;
}
.c-page-header.c-page-header--forte {
  background: url(../../assets/images/forte/forte-header@2x.webp) right bottom no-repeat;
  background-size: cover;
}
.c-page-header.c-page-header--casestudy {
  background: url(../../assets/images/casestudy/casestudy-header@2x.webp) center bottom no-repeat;
  background-size: cover;
}
.c-page-header.c-page-header--other {
  background: url(../../assets/images/common/page-header@2x.webp) center bottom no-repeat;
  background-size: cover;
}

.c-page {
  margin: 60px 0 100px;
}
@media print, screen and (min-width: 1024px) {
  .c-page {
    margin: 84px 0 200px;
  }
}
.c-page h1.c-page__heading {
  text-align: center;
  font-weight: 900;
  font-size: 2em;
  line-height: 1;
}
@media print, screen and (min-width: 1024px) {
  .c-page h1.c-page__heading {
    font-size: min(3.32vw, 4.4rem);
  }
}
.c-page .c-page__heading-sub {
  text-align: center;
  color: #4d93eb;
  font-weight: 900;
  font-size: 1.22em;
  margin-top: 1.5em;
}
@media print, screen and (min-width: 1024px) {
  .c-page .c-page__heading-sub {
    font-size: min(2.539vw, 3.2rem);
    margin-top: 43px;
  }
}

.c-text--caption {
  color: #888888;
  font-size: 0.875em;
  margin-top: 17px;
}
.c-wrapper {
  display: flex;
  flex-wrap: wrap;
}