@charset "UTF-8";
/**
 * Swiper 12.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2026
 */
: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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          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 */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-slides-offset-before);
          margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  -webkit-margin-end: var(--swiper-slides-offset-after);
          margin-inline-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-slides-offset-before);
          margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  -webkit-margin-after: var(--swiper-slides-offset-after);
          margin-block-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .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-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          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-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

: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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev ::slotted(svg),
.swiper-button-prev svg,
.swiper-button-next ::slotted(svg),
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          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-button-prev ::slotted(.swiper-navigation-icon),
.swiper-button-prev .swiper-navigation-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

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

.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev,
.swiper-vertical ~ .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-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}
.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}
.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon),
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next ::slotted(.swiper-navigation-icon),
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

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

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

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

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

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

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

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

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

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

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

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

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

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

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

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs .swiper-slide-thumb-active {
  /* Styles for active thumb slide */
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

:root {
  --rt-size: 10px;
}
@media screen and (max-width: 1366px) {
  :root {
    --rt-size: calc(10 / 992 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --rt-size: calc(10 / 375 * 100vw);
  }
}

/* reset
--------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  border: none;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

/* img */
img,
div, p, blockquote,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea,
address,
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
}

/* html5 */
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* table */
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

/* a */
a:hover, a:active {
  outline: none;
}

a {
  text-decoration: none;
}
a:not([class]):hover {
  text-decoration: underline;
}

.noT a:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

/* img */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

/* selection */
::-moz-selection {
  background: #b2d7fe;
}

* {
  min-height: 0%;
  /* word-break: break-all; */
  word-break: break-word;
  word-wrap: break-word;
}

/*************************************************

html

*************************************************/
html {
  font-size: 62.5%;
}

/*************************************************

wrapper

*************************************************/
.wrapper {
  color: #040000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

button, input, textarea, select {
  color: #040000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.font-en {
  font-family: "Inter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
}

.font-serif {
  font-family: "Noto Serif JP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
}

/*************************************************

pagetop

*************************************************/
/* utility
--------------------------------------------------*/
/* layout */
.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .align_left_pc {
    text-align: left !important;
  }
  .align_right_pc {
    text-align: right !important;
  }
  .align_center_pc {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .align_left_sp {
    text-align: left !important;
  }
  .align_right_sp {
    text-align: right !important;
  }
  .align_center_sp {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) {
  .font0_pc {
    font-size: 0px !important;
  }
  .font1_pc {
    font-size: 1px !important;
  }
  .font2_pc {
    font-size: 2px !important;
  }
  .font3_pc {
    font-size: 3px !important;
  }
  .font4_pc {
    font-size: 4px !important;
  }
  .font5_pc {
    font-size: 5px !important;
  }
  .font6_pc {
    font-size: 6px !important;
  }
  .font7_pc {
    font-size: 7px !important;
  }
  .font8_pc {
    font-size: 8px !important;
  }
  .font9_pc {
    font-size: 9px !important;
  }
  .font10_pc {
    font-size: 10px !important;
  }
  .font11_pc {
    font-size: 11px !important;
  }
  .font12_pc {
    font-size: 12px !important;
  }
  .font13_pc {
    font-size: 13px !important;
  }
  .font14_pc {
    font-size: 14px !important;
  }
  .font15_pc {
    font-size: 15px !important;
  }
  .font16_pc {
    font-size: 16px !important;
  }
  .font17_pc {
    font-size: 17px !important;
  }
  .font18_pc {
    font-size: 18px !important;
  }
  .font19_pc {
    font-size: 19px !important;
  }
  .font20_pc {
    font-size: 20px !important;
  }
  .font21_pc {
    font-size: 21px !important;
  }
  .font22_pc {
    font-size: 22px !important;
  }
  .font23_pc {
    font-size: 23px !important;
  }
  .font24_pc {
    font-size: 24px !important;
  }
  .font25_pc {
    font-size: 25px !important;
  }
  .font26_pc {
    font-size: 26px !important;
  }
  .font27_pc {
    font-size: 27px !important;
  }
  .font28_pc {
    font-size: 28px !important;
  }
  .font29_pc {
    font-size: 29px !important;
  }
  .font30_pc {
    font-size: 30px !important;
  }
  .font31_pc {
    font-size: 31px !important;
  }
  .font32_pc {
    font-size: 32px !important;
  }
  .font33_pc {
    font-size: 33px !important;
  }
  .font34_pc {
    font-size: 34px !important;
  }
  .font35_pc {
    font-size: 35px !important;
  }
  .font36_pc {
    font-size: 36px !important;
  }
  .font37_pc {
    font-size: 37px !important;
  }
  .font38_pc {
    font-size: 38px !important;
  }
  .font39_pc {
    font-size: 39px !important;
  }
  .font40_pc {
    font-size: 40px !important;
  }
  .font41_pc {
    font-size: 41px !important;
  }
  .font42_pc {
    font-size: 42px !important;
  }
  .font43_pc {
    font-size: 43px !important;
  }
  .font44_pc {
    font-size: 44px !important;
  }
  .font45_pc {
    font-size: 45px !important;
  }
  .font46_pc {
    font-size: 46px !important;
  }
  .font47_pc {
    font-size: 47px !important;
  }
  .font48_pc {
    font-size: 48px !important;
  }
  .font49_pc {
    font-size: 49px !important;
  }
  .font50_pc {
    font-size: 50px !important;
  }
  .font51_pc {
    font-size: 51px !important;
  }
  .font52_pc {
    font-size: 52px !important;
  }
  .font53_pc {
    font-size: 53px !important;
  }
  .font54_pc {
    font-size: 54px !important;
  }
  .font55_pc {
    font-size: 55px !important;
  }
  .font56_pc {
    font-size: 56px !important;
  }
  .font57_pc {
    font-size: 57px !important;
  }
  .font58_pc {
    font-size: 58px !important;
  }
  .font59_pc {
    font-size: 59px !important;
  }
  .font60_pc {
    font-size: 60px !important;
  }
  .font61_pc {
    font-size: 61px !important;
  }
  .font62_pc {
    font-size: 62px !important;
  }
  .font63_pc {
    font-size: 63px !important;
  }
  .font64_pc {
    font-size: 64px !important;
  }
  .font65_pc {
    font-size: 65px !important;
  }
  .font66_pc {
    font-size: 66px !important;
  }
  .font67_pc {
    font-size: 67px !important;
  }
  .font68_pc {
    font-size: 68px !important;
  }
  .font69_pc {
    font-size: 69px !important;
  }
  .font70_pc {
    font-size: 70px !important;
  }
  .font71_pc {
    font-size: 71px !important;
  }
  .font72_pc {
    font-size: 72px !important;
  }
  .font73_pc {
    font-size: 73px !important;
  }
  .font74_pc {
    font-size: 74px !important;
  }
  .font75_pc {
    font-size: 75px !important;
  }
  .font76_pc {
    font-size: 76px !important;
  }
  .font77_pc {
    font-size: 77px !important;
  }
  .font78_pc {
    font-size: 78px !important;
  }
  .font79_pc {
    font-size: 79px !important;
  }
  .font80_pc {
    font-size: 80px !important;
  }
  .font81_pc {
    font-size: 81px !important;
  }
  .font82_pc {
    font-size: 82px !important;
  }
  .font83_pc {
    font-size: 83px !important;
  }
  .font84_pc {
    font-size: 84px !important;
  }
  .font85_pc {
    font-size: 85px !important;
  }
  .font86_pc {
    font-size: 86px !important;
  }
  .font87_pc {
    font-size: 87px !important;
  }
  .font88_pc {
    font-size: 88px !important;
  }
  .font89_pc {
    font-size: 89px !important;
  }
  .font90_pc {
    font-size: 90px !important;
  }
  .font91_pc {
    font-size: 91px !important;
  }
  .font92_pc {
    font-size: 92px !important;
  }
  .font93_pc {
    font-size: 93px !important;
  }
  .font94_pc {
    font-size: 94px !important;
  }
  .font95_pc {
    font-size: 95px !important;
  }
  .font96_pc {
    font-size: 96px !important;
  }
  .font97_pc {
    font-size: 97px !important;
  }
  .font98_pc {
    font-size: 98px !important;
  }
  .font99_pc {
    font-size: 99px !important;
  }
  .font100_pc {
    font-size: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .font0_sp {
    font-size: 0px !important;
  }
  .font1_sp {
    font-size: 1px !important;
  }
  .font2_sp {
    font-size: 2px !important;
  }
  .font3_sp {
    font-size: 3px !important;
  }
  .font4_sp {
    font-size: 4px !important;
  }
  .font5_sp {
    font-size: 5px !important;
  }
  .font6_sp {
    font-size: 6px !important;
  }
  .font7_sp {
    font-size: 7px !important;
  }
  .font8_sp {
    font-size: 8px !important;
  }
  .font9_sp {
    font-size: 9px !important;
  }
  .font10_sp {
    font-size: 10px !important;
  }
  .font11_sp {
    font-size: 11px !important;
  }
  .font12_sp {
    font-size: 12px !important;
  }
  .font13_sp {
    font-size: 13px !important;
  }
  .font14_sp {
    font-size: 14px !important;
  }
  .font15_sp {
    font-size: 15px !important;
  }
  .font16_sp {
    font-size: 16px !important;
  }
  .font17_sp {
    font-size: 17px !important;
  }
  .font18_sp {
    font-size: 18px !important;
  }
  .font19_sp {
    font-size: 19px !important;
  }
  .font20_sp {
    font-size: 20px !important;
  }
  .font21_sp {
    font-size: 21px !important;
  }
  .font22_sp {
    font-size: 22px !important;
  }
  .font23_sp {
    font-size: 23px !important;
  }
  .font24_sp {
    font-size: 24px !important;
  }
  .font25_sp {
    font-size: 25px !important;
  }
  .font26_sp {
    font-size: 26px !important;
  }
  .font27_sp {
    font-size: 27px !important;
  }
  .font28_sp {
    font-size: 28px !important;
  }
  .font29_sp {
    font-size: 29px !important;
  }
  .font30_sp {
    font-size: 30px !important;
  }
  .font31_sp {
    font-size: 31px !important;
  }
  .font32_sp {
    font-size: 32px !important;
  }
  .font33_sp {
    font-size: 33px !important;
  }
  .font34_sp {
    font-size: 34px !important;
  }
  .font35_sp {
    font-size: 35px !important;
  }
  .font36_sp {
    font-size: 36px !important;
  }
  .font37_sp {
    font-size: 37px !important;
  }
  .font38_sp {
    font-size: 38px !important;
  }
  .font39_sp {
    font-size: 39px !important;
  }
  .font40_sp {
    font-size: 40px !important;
  }
  .font41_sp {
    font-size: 41px !important;
  }
  .font42_sp {
    font-size: 42px !important;
  }
  .font43_sp {
    font-size: 43px !important;
  }
  .font44_sp {
    font-size: 44px !important;
  }
  .font45_sp {
    font-size: 45px !important;
  }
  .font46_sp {
    font-size: 46px !important;
  }
  .font47_sp {
    font-size: 47px !important;
  }
  .font48_sp {
    font-size: 48px !important;
  }
  .font49_sp {
    font-size: 49px !important;
  }
  .font50_sp {
    font-size: 50px !important;
  }
  .font51_sp {
    font-size: 51px !important;
  }
  .font52_sp {
    font-size: 52px !important;
  }
  .font53_sp {
    font-size: 53px !important;
  }
  .font54_sp {
    font-size: 54px !important;
  }
  .font55_sp {
    font-size: 55px !important;
  }
  .font56_sp {
    font-size: 56px !important;
  }
  .font57_sp {
    font-size: 57px !important;
  }
  .font58_sp {
    font-size: 58px !important;
  }
  .font59_sp {
    font-size: 59px !important;
  }
  .font60_sp {
    font-size: 60px !important;
  }
  .font61_sp {
    font-size: 61px !important;
  }
  .font62_sp {
    font-size: 62px !important;
  }
  .font63_sp {
    font-size: 63px !important;
  }
  .font64_sp {
    font-size: 64px !important;
  }
  .font65_sp {
    font-size: 65px !important;
  }
  .font66_sp {
    font-size: 66px !important;
  }
  .font67_sp {
    font-size: 67px !important;
  }
  .font68_sp {
    font-size: 68px !important;
  }
  .font69_sp {
    font-size: 69px !important;
  }
  .font70_sp {
    font-size: 70px !important;
  }
  .font71_sp {
    font-size: 71px !important;
  }
  .font72_sp {
    font-size: 72px !important;
  }
  .font73_sp {
    font-size: 73px !important;
  }
  .font74_sp {
    font-size: 74px !important;
  }
  .font75_sp {
    font-size: 75px !important;
  }
  .font76_sp {
    font-size: 76px !important;
  }
  .font77_sp {
    font-size: 77px !important;
  }
  .font78_sp {
    font-size: 78px !important;
  }
  .font79_sp {
    font-size: 79px !important;
  }
  .font80_sp {
    font-size: 80px !important;
  }
  .font81_sp {
    font-size: 81px !important;
  }
  .font82_sp {
    font-size: 82px !important;
  }
  .font83_sp {
    font-size: 83px !important;
  }
  .font84_sp {
    font-size: 84px !important;
  }
  .font85_sp {
    font-size: 85px !important;
  }
  .font86_sp {
    font-size: 86px !important;
  }
  .font87_sp {
    font-size: 87px !important;
  }
  .font88_sp {
    font-size: 88px !important;
  }
  .font89_sp {
    font-size: 89px !important;
  }
  .font90_sp {
    font-size: 90px !important;
  }
  .font91_sp {
    font-size: 91px !important;
  }
  .font92_sp {
    font-size: 92px !important;
  }
  .font93_sp {
    font-size: 93px !important;
  }
  .font94_sp {
    font-size: 94px !important;
  }
  .font95_sp {
    font-size: 95px !important;
  }
  .font96_sp {
    font-size: 96px !important;
  }
  .font97_sp {
    font-size: 97px !important;
  }
  .font98_sp {
    font-size: 98px !important;
  }
  .font99_sp {
    font-size: 99px !important;
  }
  .font100_sp {
    font-size: 100px !important;
  }
}
/* margin-top */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

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

.mt25 {
  margin-top: 25px !important;
}

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

.mt35 {
  margin-top: 35px !important;
}

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

.mt45 {
  margin-top: 45px !important;
}

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

.mt55 {
  margin-top: 55px !important;
}

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

.mt65 {
  margin-top: 65px !important;
}

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

.mt75 {
  margin-top: 75px !important;
}

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

.mt85 {
  margin-top: 85px !important;
}

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

.mt95 {
  margin-top: 95px !important;
}

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

.mt105 {
  margin-top: 105px !important;
}

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

.mt115 {
  margin-top: 115px !important;
}

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

.mt125 {
  margin-top: 125px !important;
}

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

.mt135 {
  margin-top: 135px !important;
}

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

.mt145 {
  margin-top: 145px !important;
}

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

.mt155 {
  margin-top: 155px !important;
}

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

.mt165 {
  margin-top: 165px !important;
}

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

.mt175 {
  margin-top: 175px !important;
}

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

.mt185 {
  margin-top: 185px !important;
}

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

.mt195 {
  margin-top: 195px !important;
}

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

/* margin-right */
.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.mr200 {
  margin-right: 200px !important;
}

/* margin-bottom */
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

/* margin-left */
.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.ml200 {
  margin-left: 200px !important;
}

/* padding-top */
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pt200 {
  padding-top: 200px !important;
}

/* padding-right */
.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pr200 {
  padding-right: 200px !important;
}

/* padding-bottom */
.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

/* padding-left */
.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.pl200 {
  padding-left: 200px !important;
}

@media screen and (min-width: 768px) {
  .mt0_pc {
    margin-top: 0px !important;
  }
  .mt5_pc {
    margin-top: 5px !important;
  }
  .mt10_pc {
    margin-top: 10px !important;
  }
  .mt15_pc {
    margin-top: 15px !important;
  }
  .mt20_pc {
    margin-top: 20px !important;
  }
  .mt25_pc {
    margin-top: 25px !important;
  }
  .mt30_pc {
    margin-top: 30px !important;
  }
  .mt35_pc {
    margin-top: 35px !important;
  }
  .mt40_pc {
    margin-top: 40px !important;
  }
  .mt45_pc {
    margin-top: 45px !important;
  }
  .mt50_pc {
    margin-top: 50px !important;
  }
  .mt55_pc {
    margin-top: 55px !important;
  }
  .mt60_pc {
    margin-top: 60px !important;
  }
  .mt65_pc {
    margin-top: 65px !important;
  }
  .mt70_pc {
    margin-top: 70px !important;
  }
  .mt75_pc {
    margin-top: 75px !important;
  }
  .mt80_pc {
    margin-top: 80px !important;
  }
  .mt85_pc {
    margin-top: 85px !important;
  }
  .mt90_pc {
    margin-top: 90px !important;
  }
  .mt95_pc {
    margin-top: 95px !important;
  }
  .mt100_pc {
    margin-top: 100px !important;
  }
  .mt105_pc {
    margin-top: 105px !important;
  }
  .mt110_pc {
    margin-top: 110px !important;
  }
  .mt115_pc {
    margin-top: 115px !important;
  }
  .mt120_pc {
    margin-top: 120px !important;
  }
  .mt125_pc {
    margin-top: 125px !important;
  }
  .mt130_pc {
    margin-top: 130px !important;
  }
  .mt135_pc {
    margin-top: 135px !important;
  }
  .mt140_pc {
    margin-top: 140px !important;
  }
  .mt145_pc {
    margin-top: 145px !important;
  }
  .mt150_pc {
    margin-top: 150px !important;
  }
  .mt155_pc {
    margin-top: 155px !important;
  }
  .mt160_pc {
    margin-top: 160px !important;
  }
  .mt165_pc {
    margin-top: 165px !important;
  }
  .mt170_pc {
    margin-top: 170px !important;
  }
  .mt175_pc {
    margin-top: 175px !important;
  }
  .mt180_pc {
    margin-top: 180px !important;
  }
  .mt185_pc {
    margin-top: 185px !important;
  }
  .mt190_pc {
    margin-top: 190px !important;
  }
  .mt195_pc {
    margin-top: 195px !important;
  }
  .mt200_pc {
    margin-top: 200px !important;
  }
  .mr0_pc {
    margin-right: 0px !important;
  }
  .mr5_pc {
    margin-right: 5px !important;
  }
  .mr10_pc {
    margin-right: 10px !important;
  }
  .mr15_pc {
    margin-right: 15px !important;
  }
  .mr20_pc {
    margin-right: 20px !important;
  }
  .mr25_pc {
    margin-right: 25px !important;
  }
  .mr30_pc {
    margin-right: 30px !important;
  }
  .mr35_pc {
    margin-right: 35px !important;
  }
  .mr40_pc {
    margin-right: 40px !important;
  }
  .mr45_pc {
    margin-right: 45px !important;
  }
  .mr50_pc {
    margin-right: 50px !important;
  }
  .mr55_pc {
    margin-right: 55px !important;
  }
  .mr60_pc {
    margin-right: 60px !important;
  }
  .mr65_pc {
    margin-right: 65px !important;
  }
  .mr70_pc {
    margin-right: 70px !important;
  }
  .mr75_pc {
    margin-right: 75px !important;
  }
  .mr80_pc {
    margin-right: 80px !important;
  }
  .mr85_pc {
    margin-right: 85px !important;
  }
  .mr90_pc {
    margin-right: 90px !important;
  }
  .mr95_pc {
    margin-right: 95px !important;
  }
  .mr100_pc {
    margin-right: 100px !important;
  }
  .mr105_pc {
    margin-right: 105px !important;
  }
  .mr110_pc {
    margin-right: 110px !important;
  }
  .mr115_pc {
    margin-right: 115px !important;
  }
  .mr120_pc {
    margin-right: 120px !important;
  }
  .mr125_pc {
    margin-right: 125px !important;
  }
  .mr130_pc {
    margin-right: 130px !important;
  }
  .mr135_pc {
    margin-right: 135px !important;
  }
  .mr140_pc {
    margin-right: 140px !important;
  }
  .mr145_pc {
    margin-right: 145px !important;
  }
  .mr150_pc {
    margin-right: 150px !important;
  }
  .mr155_pc {
    margin-right: 155px !important;
  }
  .mr160_pc {
    margin-right: 160px !important;
  }
  .mr165_pc {
    margin-right: 165px !important;
  }
  .mr170_pc {
    margin-right: 170px !important;
  }
  .mr175_pc {
    margin-right: 175px !important;
  }
  .mr180_pc {
    margin-right: 180px !important;
  }
  .mr185_pc {
    margin-right: 185px !important;
  }
  .mr190_pc {
    margin-right: 190px !important;
  }
  .mr195_pc {
    margin-right: 195px !important;
  }
  .mr200_pc {
    margin-right: 200px !important;
  }
  .ml0_pc {
    margin-left: 0px !important;
  }
  .ml5_pc {
    margin-left: 5px !important;
  }
  .ml10_pc {
    margin-left: 10px !important;
  }
  .ml15_pc {
    margin-left: 15px !important;
  }
  .ml20_pc {
    margin-left: 20px !important;
  }
  .ml25_pc {
    margin-left: 25px !important;
  }
  .ml30_pc {
    margin-left: 30px !important;
  }
  .ml35_pc {
    margin-left: 35px !important;
  }
  .ml40_pc {
    margin-left: 40px !important;
  }
  .ml45_pc {
    margin-left: 45px !important;
  }
  .ml50_pc {
    margin-left: 50px !important;
  }
  .ml55_pc {
    margin-left: 55px !important;
  }
  .ml60_pc {
    margin-left: 60px !important;
  }
  .ml65_pc {
    margin-left: 65px !important;
  }
  .ml70_pc {
    margin-left: 70px !important;
  }
  .ml75_pc {
    margin-left: 75px !important;
  }
  .ml80_pc {
    margin-left: 80px !important;
  }
  .ml85_pc {
    margin-left: 85px !important;
  }
  .ml90_pc {
    margin-left: 90px !important;
  }
  .ml95_pc {
    margin-left: 95px !important;
  }
  .ml100_pc {
    margin-left: 100px !important;
  }
  .ml105_pc {
    margin-left: 105px !important;
  }
  .ml110_pc {
    margin-left: 110px !important;
  }
  .ml115_pc {
    margin-left: 115px !important;
  }
  .ml120_pc {
    margin-left: 120px !important;
  }
  .ml125_pc {
    margin-left: 125px !important;
  }
  .ml130_pc {
    margin-left: 130px !important;
  }
  .ml135_pc {
    margin-left: 135px !important;
  }
  .ml140_pc {
    margin-left: 140px !important;
  }
  .ml145_pc {
    margin-left: 145px !important;
  }
  .ml150_pc {
    margin-left: 150px !important;
  }
  .ml155_pc {
    margin-left: 155px !important;
  }
  .ml160_pc {
    margin-left: 160px !important;
  }
  .ml165_pc {
    margin-left: 165px !important;
  }
  .ml170_pc {
    margin-left: 170px !important;
  }
  .ml175_pc {
    margin-left: 175px !important;
  }
  .ml180_pc {
    margin-left: 180px !important;
  }
  .ml185_pc {
    margin-left: 185px !important;
  }
  .ml190_pc {
    margin-left: 190px !important;
  }
  .ml195_pc {
    margin-left: 195px !important;
  }
  .ml200_pc {
    margin-left: 200px !important;
  }
  .mb0_pc {
    margin-bottom: 0px !important;
  }
  .mb5_pc {
    margin-bottom: 5px !important;
  }
  .mb10_pc {
    margin-bottom: 10px !important;
  }
  .mb15_pc {
    margin-bottom: 15px !important;
  }
  .mb20_pc {
    margin-bottom: 20px !important;
  }
  .mb25_pc {
    margin-bottom: 25px !important;
  }
  .mb30_pc {
    margin-bottom: 30px !important;
  }
  .mb35_pc {
    margin-bottom: 35px !important;
  }
  .mb40_pc {
    margin-bottom: 40px !important;
  }
  .mb45_pc {
    margin-bottom: 45px !important;
  }
  .mb50_pc {
    margin-bottom: 50px !important;
  }
  .mb55_pc {
    margin-bottom: 55px !important;
  }
  .mb60_pc {
    margin-bottom: 60px !important;
  }
  .mb65_pc {
    margin-bottom: 65px !important;
  }
  .mb70_pc {
    margin-bottom: 70px !important;
  }
  .mb75_pc {
    margin-bottom: 75px !important;
  }
  .mb80_pc {
    margin-bottom: 80px !important;
  }
  .mb85_pc {
    margin-bottom: 85px !important;
  }
  .mb90_pc {
    margin-bottom: 90px !important;
  }
  .mb95_pc {
    margin-bottom: 95px !important;
  }
  .mb100_pc {
    margin-bottom: 100px !important;
  }
  .mb105_pc {
    margin-bottom: 105px !important;
  }
  .mb110_pc {
    margin-bottom: 110px !important;
  }
  .mb115_pc {
    margin-bottom: 115px !important;
  }
  .mb120_pc {
    margin-bottom: 120px !important;
  }
  .mb125_pc {
    margin-bottom: 125px !important;
  }
  .mb130_pc {
    margin-bottom: 130px !important;
  }
  .mb135_pc {
    margin-bottom: 135px !important;
  }
  .mb140_pc {
    margin-bottom: 140px !important;
  }
  .mb145_pc {
    margin-bottom: 145px !important;
  }
  .mb150_pc {
    margin-bottom: 150px !important;
  }
  .mb155_pc {
    margin-bottom: 155px !important;
  }
  .mb160_pc {
    margin-bottom: 160px !important;
  }
  .mb165_pc {
    margin-bottom: 165px !important;
  }
  .mb170_pc {
    margin-bottom: 170px !important;
  }
  .mb175_pc {
    margin-bottom: 175px !important;
  }
  .mb180_pc {
    margin-bottom: 180px !important;
  }
  .mb185_pc {
    margin-bottom: 185px !important;
  }
  .mb190_pc {
    margin-bottom: 190px !important;
  }
  .mb195_pc {
    margin-bottom: 195px !important;
  }
  .mb200_pc {
    margin-bottom: 200px !important;
  }
  .pt0_pc {
    padding-top: 0px !important;
  }
  .pt5_pc {
    padding-top: 5px !important;
  }
  .pt10_pc {
    padding-top: 10px !important;
  }
  .pt15_pc {
    padding-top: 15px !important;
  }
  .pt20_pc {
    padding-top: 20px !important;
  }
  .pt25_pc {
    padding-top: 25px !important;
  }
  .pt30_pc {
    padding-top: 30px !important;
  }
  .pt35_pc {
    padding-top: 35px !important;
  }
  .pt40_pc {
    padding-top: 40px !important;
  }
  .pt45_pc {
    padding-top: 45px !important;
  }
  .pt50_pc {
    padding-top: 50px !important;
  }
  .pt55_pc {
    padding-top: 55px !important;
  }
  .pt60_pc {
    padding-top: 60px !important;
  }
  .pt65_pc {
    padding-top: 65px !important;
  }
  .pt70_pc {
    padding-top: 70px !important;
  }
  .pt75_pc {
    padding-top: 75px !important;
  }
  .pt80_pc {
    padding-top: 80px !important;
  }
  .pt85_pc {
    padding-top: 85px !important;
  }
  .pt90_pc {
    padding-top: 90px !important;
  }
  .pt95_pc {
    padding-top: 95px !important;
  }
  .pt100_pc {
    padding-top: 100px !important;
  }
  .pt105_pc {
    padding-top: 105px !important;
  }
  .pt110_pc {
    padding-top: 110px !important;
  }
  .pt115_pc {
    padding-top: 115px !important;
  }
  .pt120_pc {
    padding-top: 120px !important;
  }
  .pt125_pc {
    padding-top: 125px !important;
  }
  .pt130_pc {
    padding-top: 130px !important;
  }
  .pt135_pc {
    padding-top: 135px !important;
  }
  .pt140_pc {
    padding-top: 140px !important;
  }
  .pt145_pc {
    padding-top: 145px !important;
  }
  .pt150_pc {
    padding-top: 150px !important;
  }
  .pt155_pc {
    padding-top: 155px !important;
  }
  .pt160_pc {
    padding-top: 160px !important;
  }
  .pt165_pc {
    padding-top: 165px !important;
  }
  .pt170_pc {
    padding-top: 170px !important;
  }
  .pt175_pc {
    padding-top: 175px !important;
  }
  .pt180_pc {
    padding-top: 180px !important;
  }
  .pt185_pc {
    padding-top: 185px !important;
  }
  .pt190_pc {
    padding-top: 190px !important;
  }
  .pt195_pc {
    padding-top: 195px !important;
  }
  .pt200_pc {
    padding-top: 200px !important;
  }
  .pr0_pc {
    padding-right: 0px !important;
  }
  .pr5_pc {
    padding-right: 5px !important;
  }
  .pr10_pc {
    padding-right: 10px !important;
  }
  .pr15_pc {
    padding-right: 15px !important;
  }
  .pr20_pc {
    padding-right: 20px !important;
  }
  .pr25_pc {
    padding-right: 25px !important;
  }
  .pr30_pc {
    padding-right: 30px !important;
  }
  .pr35_pc {
    padding-right: 35px !important;
  }
  .pr40_pc {
    padding-right: 40px !important;
  }
  .pr45_pc {
    padding-right: 45px !important;
  }
  .pr50_pc {
    padding-right: 50px !important;
  }
  .pr55_pc {
    padding-right: 55px !important;
  }
  .pr60_pc {
    padding-right: 60px !important;
  }
  .pr65_pc {
    padding-right: 65px !important;
  }
  .pr70_pc {
    padding-right: 70px !important;
  }
  .pr75_pc {
    padding-right: 75px !important;
  }
  .pr80_pc {
    padding-right: 80px !important;
  }
  .pr85_pc {
    padding-right: 85px !important;
  }
  .pr90_pc {
    padding-right: 90px !important;
  }
  .pr95_pc {
    padding-right: 95px !important;
  }
  .pr100_pc {
    padding-right: 100px !important;
  }
  .pr105_pc {
    padding-right: 105px !important;
  }
  .pr110_pc {
    padding-right: 110px !important;
  }
  .pr115_pc {
    padding-right: 115px !important;
  }
  .pr120_pc {
    padding-right: 120px !important;
  }
  .pr125_pc {
    padding-right: 125px !important;
  }
  .pr130_pc {
    padding-right: 130px !important;
  }
  .pr135_pc {
    padding-right: 135px !important;
  }
  .pr140_pc {
    padding-right: 140px !important;
  }
  .pr145_pc {
    padding-right: 145px !important;
  }
  .pr150_pc {
    padding-right: 150px !important;
  }
  .pr155_pc {
    padding-right: 155px !important;
  }
  .pr160_pc {
    padding-right: 160px !important;
  }
  .pr165_pc {
    padding-right: 165px !important;
  }
  .pr170_pc {
    padding-right: 170px !important;
  }
  .pr175_pc {
    padding-right: 175px !important;
  }
  .pr180_pc {
    padding-right: 180px !important;
  }
  .pr185_pc {
    padding-right: 185px !important;
  }
  .pr190_pc {
    padding-right: 190px !important;
  }
  .pr195_pc {
    padding-right: 195px !important;
  }
  .pr200_pc {
    padding-right: 200px !important;
  }
  .pl0_pc {
    padding-left: 0px !important;
  }
  .pl5_pc {
    padding-left: 5px !important;
  }
  .pl10_pc {
    padding-left: 10px !important;
  }
  .pl15_pc {
    padding-left: 15px !important;
  }
  .pl20_pc {
    padding-left: 20px !important;
  }
  .pl25_pc {
    padding-left: 25px !important;
  }
  .pl30_pc {
    padding-left: 30px !important;
  }
  .pl35_pc {
    padding-left: 35px !important;
  }
  .pl40_pc {
    padding-left: 40px !important;
  }
  .pl45_pc {
    padding-left: 45px !important;
  }
  .pl50_pc {
    padding-left: 50px !important;
  }
  .pl55_pc {
    padding-left: 55px !important;
  }
  .pl60_pc {
    padding-left: 60px !important;
  }
  .pl65_pc {
    padding-left: 65px !important;
  }
  .pl70_pc {
    padding-left: 70px !important;
  }
  .pl75_pc {
    padding-left: 75px !important;
  }
  .pl80_pc {
    padding-left: 80px !important;
  }
  .pl85_pc {
    padding-left: 85px !important;
  }
  .pl90_pc {
    padding-left: 90px !important;
  }
  .pl95_pc {
    padding-left: 95px !important;
  }
  .pl100_pc {
    padding-left: 100px !important;
  }
  .pl105_pc {
    padding-left: 105px !important;
  }
  .pl110_pc {
    padding-left: 110px !important;
  }
  .pl115_pc {
    padding-left: 115px !important;
  }
  .pl120_pc {
    padding-left: 120px !important;
  }
  .pl125_pc {
    padding-left: 125px !important;
  }
  .pl130_pc {
    padding-left: 130px !important;
  }
  .pl135_pc {
    padding-left: 135px !important;
  }
  .pl140_pc {
    padding-left: 140px !important;
  }
  .pl145_pc {
    padding-left: 145px !important;
  }
  .pl150_pc {
    padding-left: 150px !important;
  }
  .pl155_pc {
    padding-left: 155px !important;
  }
  .pl160_pc {
    padding-left: 160px !important;
  }
  .pl165_pc {
    padding-left: 165px !important;
  }
  .pl170_pc {
    padding-left: 170px !important;
  }
  .pl175_pc {
    padding-left: 175px !important;
  }
  .pl180_pc {
    padding-left: 180px !important;
  }
  .pl185_pc {
    padding-left: 185px !important;
  }
  .pl190_pc {
    padding-left: 190px !important;
  }
  .pl195_pc {
    padding-left: 195px !important;
  }
  .pl200_pc {
    padding-left: 200px !important;
  }
  .pb0_pc {
    padding-bottom: 0px !important;
  }
  .pb5_pc {
    padding-bottom: 5px !important;
  }
  .pb10_pc {
    padding-bottom: 10px !important;
  }
  .pb15_pc {
    padding-bottom: 15px !important;
  }
  .pb20_pc {
    padding-bottom: 20px !important;
  }
  .pb25_pc {
    padding-bottom: 25px !important;
  }
  .pb30_pc {
    padding-bottom: 30px !important;
  }
  .pb35_pc {
    padding-bottom: 35px !important;
  }
  .pb40_pc {
    padding-bottom: 40px !important;
  }
  .pb45_pc {
    padding-bottom: 45px !important;
  }
  .pb50_pc {
    padding-bottom: 50px !important;
  }
  .pb55_pc {
    padding-bottom: 55px !important;
  }
  .pb60_pc {
    padding-bottom: 60px !important;
  }
  .pb65_pc {
    padding-bottom: 65px !important;
  }
  .pb70_pc {
    padding-bottom: 70px !important;
  }
  .pb75_pc {
    padding-bottom: 75px !important;
  }
  .pb80_pc {
    padding-bottom: 80px !important;
  }
  .pb85_pc {
    padding-bottom: 85px !important;
  }
  .pb90_pc {
    padding-bottom: 90px !important;
  }
  .pb95_pc {
    padding-bottom: 95px !important;
  }
  .pb100_pc {
    padding-bottom: 100px !important;
  }
  .pb105_pc {
    padding-bottom: 105px !important;
  }
  .pb110_pc {
    padding-bottom: 110px !important;
  }
  .pb115_pc {
    padding-bottom: 115px !important;
  }
  .pb120_pc {
    padding-bottom: 120px !important;
  }
  .pb125_pc {
    padding-bottom: 125px !important;
  }
  .pb130_pc {
    padding-bottom: 130px !important;
  }
  .pb135_pc {
    padding-bottom: 135px !important;
  }
  .pb140_pc {
    padding-bottom: 140px !important;
  }
  .pb145_pc {
    padding-bottom: 145px !important;
  }
  .pb150_pc {
    padding-bottom: 150px !important;
  }
  .pb155_pc {
    padding-bottom: 155px !important;
  }
  .pb160_pc {
    padding-bottom: 160px !important;
  }
  .pb165_pc {
    padding-bottom: 165px !important;
  }
  .pb170_pc {
    padding-bottom: 170px !important;
  }
  .pb175_pc {
    padding-bottom: 175px !important;
  }
  .pb180_pc {
    padding-bottom: 180px !important;
  }
  .pb185_pc {
    padding-bottom: 185px !important;
  }
  .pb190_pc {
    padding-bottom: 190px !important;
  }
  .pb195_pc {
    padding-bottom: 195px !important;
  }
  .pb200_pc {
    padding-bottom: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt0_sp {
    margin-top: 0px !important;
  }
  .mt5_sp {
    margin-top: 5px !important;
  }
  .mt10_sp {
    margin-top: 10px !important;
  }
  .mt15_sp {
    margin-top: 15px !important;
  }
  .mt20_sp {
    margin-top: 20px !important;
  }
  .mt25_sp {
    margin-top: 25px !important;
  }
  .mt30_sp {
    margin-top: 30px !important;
  }
  .mt35_sp {
    margin-top: 35px !important;
  }
  .mt40_sp {
    margin-top: 40px !important;
  }
  .mt45_sp {
    margin-top: 45px !important;
  }
  .mt50_sp {
    margin-top: 50px !important;
  }
  .mt55_sp {
    margin-top: 55px !important;
  }
  .mt60_sp {
    margin-top: 60px !important;
  }
  .mt65_sp {
    margin-top: 65px !important;
  }
  .mt70_sp {
    margin-top: 70px !important;
  }
  .mt75_sp {
    margin-top: 75px !important;
  }
  .mt80_sp {
    margin-top: 80px !important;
  }
  .mt85_sp {
    margin-top: 85px !important;
  }
  .mt90_sp {
    margin-top: 90px !important;
  }
  .mt95_sp {
    margin-top: 95px !important;
  }
  .mt100_sp {
    margin-top: 100px !important;
  }
  .mt105_sp {
    margin-top: 105px !important;
  }
  .mt110_sp {
    margin-top: 110px !important;
  }
  .mt115_sp {
    margin-top: 115px !important;
  }
  .mt120_sp {
    margin-top: 120px !important;
  }
  .mt125_sp {
    margin-top: 125px !important;
  }
  .mt130_sp {
    margin-top: 130px !important;
  }
  .mt135_sp {
    margin-top: 135px !important;
  }
  .mt140_sp {
    margin-top: 140px !important;
  }
  .mt145_sp {
    margin-top: 145px !important;
  }
  .mt150_sp {
    margin-top: 150px !important;
  }
  .mt155_sp {
    margin-top: 155px !important;
  }
  .mt160_sp {
    margin-top: 160px !important;
  }
  .mt165_sp {
    margin-top: 165px !important;
  }
  .mt170_sp {
    margin-top: 170px !important;
  }
  .mt175_sp {
    margin-top: 175px !important;
  }
  .mt180_sp {
    margin-top: 180px !important;
  }
  .mt185_sp {
    margin-top: 185px !important;
  }
  .mt190_sp {
    margin-top: 190px !important;
  }
  .mt195_sp {
    margin-top: 195px !important;
  }
  .mt200_sp {
    margin-top: 200px !important;
  }
  .mr0_sp {
    margin-right: 0px !important;
  }
  .mr5_sp {
    margin-right: 5px !important;
  }
  .mr10_sp {
    margin-right: 10px !important;
  }
  .mr15_sp {
    margin-right: 15px !important;
  }
  .mr20_sp {
    margin-right: 20px !important;
  }
  .mr25_sp {
    margin-right: 25px !important;
  }
  .mr30_sp {
    margin-right: 30px !important;
  }
  .mr35_sp {
    margin-right: 35px !important;
  }
  .mr40_sp {
    margin-right: 40px !important;
  }
  .mr45_sp {
    margin-right: 45px !important;
  }
  .mr50_sp {
    margin-right: 50px !important;
  }
  .mr55_sp {
    margin-right: 55px !important;
  }
  .mr60_sp {
    margin-right: 60px !important;
  }
  .mr65_sp {
    margin-right: 65px !important;
  }
  .mr70_sp {
    margin-right: 70px !important;
  }
  .mr75_sp {
    margin-right: 75px !important;
  }
  .mr80_sp {
    margin-right: 80px !important;
  }
  .mr85_sp {
    margin-right: 85px !important;
  }
  .mr90_sp {
    margin-right: 90px !important;
  }
  .mr95_sp {
    margin-right: 95px !important;
  }
  .mr100_sp {
    margin-right: 100px !important;
  }
  .mr105_sp {
    margin-right: 105px !important;
  }
  .mr110_sp {
    margin-right: 110px !important;
  }
  .mr115_sp {
    margin-right: 115px !important;
  }
  .mr120_sp {
    margin-right: 120px !important;
  }
  .mr125_sp {
    margin-right: 125px !important;
  }
  .mr130_sp {
    margin-right: 130px !important;
  }
  .mr135_sp {
    margin-right: 135px !important;
  }
  .mr140_sp {
    margin-right: 140px !important;
  }
  .mr145_sp {
    margin-right: 145px !important;
  }
  .mr150_sp {
    margin-right: 150px !important;
  }
  .mr155_sp {
    margin-right: 155px !important;
  }
  .mr160_sp {
    margin-right: 160px !important;
  }
  .mr165_sp {
    margin-right: 165px !important;
  }
  .mr170_sp {
    margin-right: 170px !important;
  }
  .mr175_sp {
    margin-right: 175px !important;
  }
  .mr180_sp {
    margin-right: 180px !important;
  }
  .mr185_sp {
    margin-right: 185px !important;
  }
  .mr190_sp {
    margin-right: 190px !important;
  }
  .mr195_sp {
    margin-right: 195px !important;
  }
  .mr200_sp {
    margin-right: 200px !important;
  }
  .ml0_sp {
    margin-left: 0px !important;
  }
  .ml5_sp {
    margin-left: 5px !important;
  }
  .ml10_sp {
    margin-left: 10px !important;
  }
  .ml15_sp {
    margin-left: 15px !important;
  }
  .ml20_sp {
    margin-left: 20px !important;
  }
  .ml25_sp {
    margin-left: 25px !important;
  }
  .ml30_sp {
    margin-left: 30px !important;
  }
  .ml35_sp {
    margin-left: 35px !important;
  }
  .ml40_sp {
    margin-left: 40px !important;
  }
  .ml45_sp {
    margin-left: 45px !important;
  }
  .ml50_sp {
    margin-left: 50px !important;
  }
  .ml55_sp {
    margin-left: 55px !important;
  }
  .ml60_sp {
    margin-left: 60px !important;
  }
  .ml65_sp {
    margin-left: 65px !important;
  }
  .ml70_sp {
    margin-left: 70px !important;
  }
  .ml75_sp {
    margin-left: 75px !important;
  }
  .ml80_sp {
    margin-left: 80px !important;
  }
  .ml85_sp {
    margin-left: 85px !important;
  }
  .ml90_sp {
    margin-left: 90px !important;
  }
  .ml95_sp {
    margin-left: 95px !important;
  }
  .ml100_sp {
    margin-left: 100px !important;
  }
  .ml105_sp {
    margin-left: 105px !important;
  }
  .ml110_sp {
    margin-left: 110px !important;
  }
  .ml115_sp {
    margin-left: 115px !important;
  }
  .ml120_sp {
    margin-left: 120px !important;
  }
  .ml125_sp {
    margin-left: 125px !important;
  }
  .ml130_sp {
    margin-left: 130px !important;
  }
  .ml135_sp {
    margin-left: 135px !important;
  }
  .ml140_sp {
    margin-left: 140px !important;
  }
  .ml145_sp {
    margin-left: 145px !important;
  }
  .ml150_sp {
    margin-left: 150px !important;
  }
  .ml155_sp {
    margin-left: 155px !important;
  }
  .ml160_sp {
    margin-left: 160px !important;
  }
  .ml165_sp {
    margin-left: 165px !important;
  }
  .ml170_sp {
    margin-left: 170px !important;
  }
  .ml175_sp {
    margin-left: 175px !important;
  }
  .ml180_sp {
    margin-left: 180px !important;
  }
  .ml185_sp {
    margin-left: 185px !important;
  }
  .ml190_sp {
    margin-left: 190px !important;
  }
  .ml195_sp {
    margin-left: 195px !important;
  }
  .ml200_sp {
    margin-left: 200px !important;
  }
  .mb0_sp {
    margin-bottom: 0px !important;
  }
  .mb5_sp {
    margin-bottom: 5px !important;
  }
  .mb10_sp {
    margin-bottom: 10px !important;
  }
  .mb15_sp {
    margin-bottom: 15px !important;
  }
  .mb20_sp {
    margin-bottom: 20px !important;
  }
  .mb25_sp {
    margin-bottom: 25px !important;
  }
  .mb30_sp {
    margin-bottom: 30px !important;
  }
  .mb35_sp {
    margin-bottom: 35px !important;
  }
  .mb40_sp {
    margin-bottom: 40px !important;
  }
  .mb45_sp {
    margin-bottom: 45px !important;
  }
  .mb50_sp {
    margin-bottom: 50px !important;
  }
  .mb55_sp {
    margin-bottom: 55px !important;
  }
  .mb60_sp {
    margin-bottom: 60px !important;
  }
  .mb65_sp {
    margin-bottom: 65px !important;
  }
  .mb70_sp {
    margin-bottom: 70px !important;
  }
  .mb75_sp {
    margin-bottom: 75px !important;
  }
  .mb80_sp {
    margin-bottom: 80px !important;
  }
  .mb85_sp {
    margin-bottom: 85px !important;
  }
  .mb90_sp {
    margin-bottom: 90px !important;
  }
  .mb95_sp {
    margin-bottom: 95px !important;
  }
  .mb100_sp {
    margin-bottom: 100px !important;
  }
  .mb105_sp {
    margin-bottom: 105px !important;
  }
  .mb110_sp {
    margin-bottom: 110px !important;
  }
  .mb115_sp {
    margin-bottom: 115px !important;
  }
  .mb120_sp {
    margin-bottom: 120px !important;
  }
  .mb125_sp {
    margin-bottom: 125px !important;
  }
  .mb130_sp {
    margin-bottom: 130px !important;
  }
  .mb135_sp {
    margin-bottom: 135px !important;
  }
  .mb140_sp {
    margin-bottom: 140px !important;
  }
  .mb145_sp {
    margin-bottom: 145px !important;
  }
  .mb150_sp {
    margin-bottom: 150px !important;
  }
  .mb155_sp {
    margin-bottom: 155px !important;
  }
  .mb160_sp {
    margin-bottom: 160px !important;
  }
  .mb165_sp {
    margin-bottom: 165px !important;
  }
  .mb170_sp {
    margin-bottom: 170px !important;
  }
  .mb175_sp {
    margin-bottom: 175px !important;
  }
  .mb180_sp {
    margin-bottom: 180px !important;
  }
  .mb185_sp {
    margin-bottom: 185px !important;
  }
  .mb190_sp {
    margin-bottom: 190px !important;
  }
  .mb195_sp {
    margin-bottom: 195px !important;
  }
  .mb200_sp {
    margin-bottom: 200px !important;
  }
  .pt0_sp {
    padding-top: 0px !important;
  }
  .pt5_sp {
    padding-top: 5px !important;
  }
  .pt10_sp {
    padding-top: 10px !important;
  }
  .pt15_sp {
    padding-top: 15px !important;
  }
  .pt20_sp {
    padding-top: 20px !important;
  }
  .pt25_sp {
    padding-top: 25px !important;
  }
  .pt30_sp {
    padding-top: 30px !important;
  }
  .pt35_sp {
    padding-top: 35px !important;
  }
  .pt40_sp {
    padding-top: 40px !important;
  }
  .pt45_sp {
    padding-top: 45px !important;
  }
  .pt50_sp {
    padding-top: 50px !important;
  }
  .pt55_sp {
    padding-top: 55px !important;
  }
  .pt60_sp {
    padding-top: 60px !important;
  }
  .pt65_sp {
    padding-top: 65px !important;
  }
  .pt70_sp {
    padding-top: 70px !important;
  }
  .pt75_sp {
    padding-top: 75px !important;
  }
  .pt80_sp {
    padding-top: 80px !important;
  }
  .pt85_sp {
    padding-top: 85px !important;
  }
  .pt90_sp {
    padding-top: 90px !important;
  }
  .pt95_sp {
    padding-top: 95px !important;
  }
  .pt100_sp {
    padding-top: 100px !important;
  }
  .pt105_sp {
    padding-top: 105px !important;
  }
  .pt110_sp {
    padding-top: 110px !important;
  }
  .pt115_sp {
    padding-top: 115px !important;
  }
  .pt120_sp {
    padding-top: 120px !important;
  }
  .pt125_sp {
    padding-top: 125px !important;
  }
  .pt130_sp {
    padding-top: 130px !important;
  }
  .pt135_sp {
    padding-top: 135px !important;
  }
  .pt140_sp {
    padding-top: 140px !important;
  }
  .pt145_sp {
    padding-top: 145px !important;
  }
  .pt150_sp {
    padding-top: 150px !important;
  }
  .pt155_sp {
    padding-top: 155px !important;
  }
  .pt160_sp {
    padding-top: 160px !important;
  }
  .pt165_sp {
    padding-top: 165px !important;
  }
  .pt170_sp {
    padding-top: 170px !important;
  }
  .pt175_sp {
    padding-top: 175px !important;
  }
  .pt180_sp {
    padding-top: 180px !important;
  }
  .pt185_sp {
    padding-top: 185px !important;
  }
  .pt190_sp {
    padding-top: 190px !important;
  }
  .pt195_sp {
    padding-top: 195px !important;
  }
  .pt200_sp {
    padding-top: 200px !important;
  }
  .pr0_sp {
    padding-right: 0px !important;
  }
  .pr5_sp {
    padding-right: 5px !important;
  }
  .pr10_sp {
    padding-right: 10px !important;
  }
  .pr15_sp {
    padding-right: 15px !important;
  }
  .pr20_sp {
    padding-right: 20px !important;
  }
  .pr25_sp {
    padding-right: 25px !important;
  }
  .pr30_sp {
    padding-right: 30px !important;
  }
  .pr35_sp {
    padding-right: 35px !important;
  }
  .pr40_sp {
    padding-right: 40px !important;
  }
  .pr45_sp {
    padding-right: 45px !important;
  }
  .pr50_sp {
    padding-right: 50px !important;
  }
  .pr55_sp {
    padding-right: 55px !important;
  }
  .pr60_sp {
    padding-right: 60px !important;
  }
  .pr65_sp {
    padding-right: 65px !important;
  }
  .pr70_sp {
    padding-right: 70px !important;
  }
  .pr75_sp {
    padding-right: 75px !important;
  }
  .pr80_sp {
    padding-right: 80px !important;
  }
  .pr85_sp {
    padding-right: 85px !important;
  }
  .pr90_sp {
    padding-right: 90px !important;
  }
  .pr95_sp {
    padding-right: 95px !important;
  }
  .pr100_sp {
    padding-right: 100px !important;
  }
  .pr105_sp {
    padding-right: 105px !important;
  }
  .pr110_sp {
    padding-right: 110px !important;
  }
  .pr115_sp {
    padding-right: 115px !important;
  }
  .pr120_sp {
    padding-right: 120px !important;
  }
  .pr125_sp {
    padding-right: 125px !important;
  }
  .pr130_sp {
    padding-right: 130px !important;
  }
  .pr135_sp {
    padding-right: 135px !important;
  }
  .pr140_sp {
    padding-right: 140px !important;
  }
  .pr145_sp {
    padding-right: 145px !important;
  }
  .pr150_sp {
    padding-right: 150px !important;
  }
  .pr155_sp {
    padding-right: 155px !important;
  }
  .pr160_sp {
    padding-right: 160px !important;
  }
  .pr165_sp {
    padding-right: 165px !important;
  }
  .pr170_sp {
    padding-right: 170px !important;
  }
  .pr175_sp {
    padding-right: 175px !important;
  }
  .pr180_sp {
    padding-right: 180px !important;
  }
  .pr185_sp {
    padding-right: 185px !important;
  }
  .pr190_sp {
    padding-right: 190px !important;
  }
  .pr195_sp {
    padding-right: 195px !important;
  }
  .pr200_sp {
    padding-right: 200px !important;
  }
  .pl0_sp {
    padding-left: 0px !important;
  }
  .pl5_sp {
    padding-left: 5px !important;
  }
  .pl10_sp {
    padding-left: 10px !important;
  }
  .pl15_sp {
    padding-left: 15px !important;
  }
  .pl20_sp {
    padding-left: 20px !important;
  }
  .pl25_sp {
    padding-left: 25px !important;
  }
  .pl30_sp {
    padding-left: 30px !important;
  }
  .pl35_sp {
    padding-left: 35px !important;
  }
  .pl40_sp {
    padding-left: 40px !important;
  }
  .pl45_sp {
    padding-left: 45px !important;
  }
  .pl50_sp {
    padding-left: 50px !important;
  }
  .pl55_sp {
    padding-left: 55px !important;
  }
  .pl60_sp {
    padding-left: 60px !important;
  }
  .pl65_sp {
    padding-left: 65px !important;
  }
  .pl70_sp {
    padding-left: 70px !important;
  }
  .pl75_sp {
    padding-left: 75px !important;
  }
  .pl80_sp {
    padding-left: 80px !important;
  }
  .pl85_sp {
    padding-left: 85px !important;
  }
  .pl90_sp {
    padding-left: 90px !important;
  }
  .pl95_sp {
    padding-left: 95px !important;
  }
  .pl100_sp {
    padding-left: 100px !important;
  }
  .pl105_sp {
    padding-left: 105px !important;
  }
  .pl110_sp {
    padding-left: 110px !important;
  }
  .pl115_sp {
    padding-left: 115px !important;
  }
  .pl120_sp {
    padding-left: 120px !important;
  }
  .pl125_sp {
    padding-left: 125px !important;
  }
  .pl130_sp {
    padding-left: 130px !important;
  }
  .pl135_sp {
    padding-left: 135px !important;
  }
  .pl140_sp {
    padding-left: 140px !important;
  }
  .pl145_sp {
    padding-left: 145px !important;
  }
  .pl150_sp {
    padding-left: 150px !important;
  }
  .pl155_sp {
    padding-left: 155px !important;
  }
  .pl160_sp {
    padding-left: 160px !important;
  }
  .pl165_sp {
    padding-left: 165px !important;
  }
  .pl170_sp {
    padding-left: 170px !important;
  }
  .pl175_sp {
    padding-left: 175px !important;
  }
  .pl180_sp {
    padding-left: 180px !important;
  }
  .pl185_sp {
    padding-left: 185px !important;
  }
  .pl190_sp {
    padding-left: 190px !important;
  }
  .pl195_sp {
    padding-left: 195px !important;
  }
  .pl200_sp {
    padding-left: 200px !important;
  }
  .pb0_sp {
    padding-bottom: 0px !important;
  }
  .pb5_sp {
    padding-bottom: 5px !important;
  }
  .pb10_sp {
    padding-bottom: 10px !important;
  }
  .pb15_sp {
    padding-bottom: 15px !important;
  }
  .pb20_sp {
    padding-bottom: 20px !important;
  }
  .pb25_sp {
    padding-bottom: 25px !important;
  }
  .pb30_sp {
    padding-bottom: 30px !important;
  }
  .pb35_sp {
    padding-bottom: 35px !important;
  }
  .pb40_sp {
    padding-bottom: 40px !important;
  }
  .pb45_sp {
    padding-bottom: 45px !important;
  }
  .pb50_sp {
    padding-bottom: 50px !important;
  }
  .pb55_sp {
    padding-bottom: 55px !important;
  }
  .pb60_sp {
    padding-bottom: 60px !important;
  }
  .pb65_sp {
    padding-bottom: 65px !important;
  }
  .pb70_sp {
    padding-bottom: 70px !important;
  }
  .pb75_sp {
    padding-bottom: 75px !important;
  }
  .pb80_sp {
    padding-bottom: 80px !important;
  }
  .pb85_sp {
    padding-bottom: 85px !important;
  }
  .pb90_sp {
    padding-bottom: 90px !important;
  }
  .pb95_sp {
    padding-bottom: 95px !important;
  }
  .pb100_sp {
    padding-bottom: 100px !important;
  }
  .pb105_sp {
    padding-bottom: 105px !important;
  }
  .pb110_sp {
    padding-bottom: 110px !important;
  }
  .pb115_sp {
    padding-bottom: 115px !important;
  }
  .pb120_sp {
    padding-bottom: 120px !important;
  }
  .pb125_sp {
    padding-bottom: 125px !important;
  }
  .pb130_sp {
    padding-bottom: 130px !important;
  }
  .pb135_sp {
    padding-bottom: 135px !important;
  }
  .pb140_sp {
    padding-bottom: 140px !important;
  }
  .pb145_sp {
    padding-bottom: 145px !important;
  }
  .pb150_sp {
    padding-bottom: 150px !important;
  }
  .pb155_sp {
    padding-bottom: 155px !important;
  }
  .pb160_sp {
    padding-bottom: 160px !important;
  }
  .pb165_sp {
    padding-bottom: 165px !important;
  }
  .pb170_sp {
    padding-bottom: 170px !important;
  }
  .pb175_sp {
    padding-bottom: 175px !important;
  }
  .pb180_sp {
    padding-bottom: 180px !important;
  }
  .pb185_sp {
    padding-bottom: 185px !important;
  }
  .pb190_sp {
    padding-bottom: 190px !important;
  }
  .pb195_sp {
    padding-bottom: 195px !important;
  }
  .pb200_sp {
    padding-bottom: 200px !important;
  }
}
/* clearfix */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

/*************************************************

 siteCommonStyle

*************************************************/
/* sp pc views
--------------------------------*/
@media screen and (min-width: 993px) {
  .view-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .view-pc {
    display: none !important;
  }
}
/* font
--------------------------------*/
.font-sans {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
}

/* hovers
--------------------------------*/
@media screen and (min-width: 768px) {
  .hover-fade,
  .hover-fadearea a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .hover-fade:hover,
  .hover-fadearea a:hover {
    opacity: 0.6;
  }
  .hover-textborder:hover,
  .hover-textborderList a:hover {
    text-decoration: underline !important;
  }
  .hover-scalelist figure {
    overflow: hidden;
    position: relative;
  }
  .hover-scalelist img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .hover-scalelist a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/* fade anime
--------------------------------*/
.effect-fu,
.effect-fl,
.effect-fr,
.effect-fd,
.effect-in,
.effect-fu__child,
.effect-fl__child,
.effect-fr__child,
.effect-fd__child,
.effect-in__child {
  opacity: 0;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}

.effect-fu.is-view,
.effect-fl.is-view,
.effect-fr.is-view,
.effect-fd.is-view,
.effect-in.is-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.is-view .effect-fu__child,
.is-view .effect-fl__child,
.is-view .effect-fr__child,
.is-view .effect-fd__child,
.is-view .effect-in__child {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.effect-delay0 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.effect-delay1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.effect-delay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.effect-delay3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.effect-delay4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.effect-delay5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.effect-delay6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.effect-delay7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.effect-delay8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.effect-delay9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.effect-delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.effect-delay11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.effect-delay12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.effect-delay13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.effect-delay14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.effect-delay15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.effect-delay16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.effect-delay17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.effect-delay18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.effect-delay19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.effect-delay20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.effect-delay21 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.effect-delay22 {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.effect-delay23 {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.effect-delay24 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.effect-delay25 {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.effect-delay26 {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.effect-delay27 {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.effect-delay28 {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.effect-delay29 {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

.effect-delay30 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.effect-delay31 {
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
}

.effect-delay32 {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}

.effect-delay33 {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

.effect-delay34 {
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s;
}

.effect-delay35 {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}

.effect-delay36 {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

.effect-delay37 {
  -webkit-transition-delay: 3.7s;
          transition-delay: 3.7s;
}

.effect-delay38 {
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
}

.effect-delay39 {
  -webkit-transition-delay: 3.9s;
          transition-delay: 3.9s;
}

.effect-delay40 {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

.effect-delay41 {
  -webkit-transition-delay: 4.1s;
          transition-delay: 4.1s;
}

.effect-delay42 {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}

.effect-delay43 {
  -webkit-transition-delay: 4.3s;
          transition-delay: 4.3s;
}

.effect-delay44 {
  -webkit-transition-delay: 4.4s;
          transition-delay: 4.4s;
}

.effect-delay45 {
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}

.effect-delay46 {
  -webkit-transition-delay: 4.6s;
          transition-delay: 4.6s;
}

.effect-delay47 {
  -webkit-transition-delay: 4.7s;
          transition-delay: 4.7s;
}

.effect-delay48 {
  -webkit-transition-delay: 4.8s;
          transition-delay: 4.8s;
}

.effect-delay49 {
  -webkit-transition-delay: 4.9s;
          transition-delay: 4.9s;
}

.effect-delay50 {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}

.effect-fu, .effect-fu__child {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.effect-fl, .effect-fl__child {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.effect-fr, .effect-fr__child {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.effect-fd, .effect-fd__child {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.is-view .effect-fu__child,
.is-view .effect-fl__child,
.is-view .effect-fr__child,
.is-view .effect-fd__child,
.is-view .effect-in__child {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.effect-markers .effect-markers__el {
  background-image: -webkit-gradient(linear, left top, right top, from(#FAF188), to(#FAF188));
  background-image: linear-gradient(90deg, #FAF188, #FAF188);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 50%;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  /* background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #FAF188 0%) repeat scroll; */
}
.effect-markers.is-view .effect-markers__el {
  background-size: 100% 50%;
}

.effect-zoom {
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.effect-zoom.is-view {
  opacity: 1;
  -webkit-animation: bzoom 0.4s ease-in-out;
          animation: bzoom 0.4s ease-in-out;
}

@-webkit-keyframes bzoom {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bzoom {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.effect-fuwa {
  -webkit-animation: effect_fuwa 1.6s ease-in-out infinite;
          animation: effect_fuwa 1.6s ease-in-out infinite;
}

@-webkit-keyframes effect_fuwa {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes effect_fuwa {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
/*************************************************

parts-ancpoint
parts-fv
parts-breadcrumbs
parts-wide

parts-dotstitle
parts-bigtitle01
parts-bigtitle02

parts-midtitle01

parts-table01
parts-dotslist01
parts-sec01
parts-decosec01
parts-border01

parts-texts24
parts-texts20
parts-texts18
parts-texts16

parts-label01

parts-checklkist01

parts-btn01
parts-subtitle

parts-contact
parts-contact2

parts-form

parts-newslist


*************************************************/
/* parts-ancpoint
---------------------------------------*/
.parts-ancpoint {
  position: relative;
  top: -90px;
  width: 0;
}
@media screen and (max-width: 767px) {
  .parts-ancpoint {
    top: -70px;
  }
}

/* parts-fv
---------------------------------------*/
.parts-fv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 320px;
  background-color: #3084AC;
}
@media screen and (max-width: 767px) {
  .parts-fv {
    min-height: 200px;
  }
}
.parts-fv::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 370px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .parts-fv::before {
    height: 230px;
  }
}

.parts-fv-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: min(1200px, 100% - 40px);
  color: #fff;
  line-height: 1;
  z-index: 2;
}

.parts-fv-title__en {
  color: #5198B9;
  font-size: 48px;
  font-weight: 500;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .parts-fv-title__en {
    font-size: min(28px, 7.3011734029vw);
  }
}

.parts-fv-title__jp {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .parts-fv-title__jp {
    font-size: min(22px, 5.7366362451vw);
  }
}

.parts-fv-path {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 350px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .parts-fv-path {
    height: 240px;
  }
}

.parts-fv-path__el {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  height: 110.5714285714%;
  aspect-ratio: 3151/387;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .parts-fv-path__el {
    -webkit-transform: translateX(-55%);
            transform: translateX(-55%);
  }
}
.parts-fv-path__el svg {
  width: 100%;
  height: 100%;
}
.parts-fv-path__el .draw-path {
  stroke-dasharray: 5500;
  stroke-dashoffset: 5500;
  -webkit-animation: fv_draw 2s 0.1s linear forwards;
          animation: fv_draw 2s 0.1s linear forwards;
}

@-webkit-keyframes fv_draw {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes fv_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
/* parts-breadcrumbs
---------------------------------------*/
.parts-breadcrumbs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 0;
  width: min(1200px, 100% - 40px);
  margin: 25px auto 60px;
  font-size: 14px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .parts-breadcrumbs {
    font-size: 12px;
  }
}

.parts-breadcrumbs__item {
  position: relative;
  padding-right: 0.8em;
}
.parts-breadcrumbs__item + .parts-breadcrumbs__item {
  padding-left: 1.2em;
}
.parts-breadcrumbs__item + .parts-breadcrumbs__item::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  content: "";
  width: 0.35em;
  height: 0.35em;
  border-right: #3084AC solid 1px;
  border-top: #3084AC solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .parts-breadcrumbs__item + .parts-breadcrumbs__item::before {
    top: 0.75em;
  }
}

.parts-breadcrumbs__anchor {
  color: #3084AC;
}
@media screen and (min-width: 768px) {
  .parts-breadcrumbs__anchor:hover {
    text-decoration: underline;
  }
}

/* parts-wide
---------------------------------------*/
.parts-wide {
  width: min(1000px, 100% - 60px);
  margin-left: auto;
  margin-right: auto;
}

.parts-wide02 {
  width: min(1200px, 100% - 60px);
  margin-left: auto;
  margin-right: auto;
}

.parts-wide03 {
  width: min(840px, 100% - 60px);
  margin-left: auto;
  margin-right: auto;
}

/* parts-dotstitle
---------------------------------------*/
.parts-dotstitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-family: "Inter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-style: italic;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .parts-dotstitle {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 375px) {
  .parts-dotstitle {
    font-size: 17px;
  }
}
.parts-dotstitle.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.parts-dotstitle.is-jp {
  font-style: normal;
}

.parts-dotstitle__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .parts-dotstitle__text {
    padding-left: 25px;
  }
}
.parts-dotstitle__text::before, .parts-dotstitle__text::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .parts-dotstitle__text::before, .parts-dotstitle__text::after {
    width: 6px;
    height: 6px;
  }
}
.parts-dotstitle__text::before {
  left: 0;
  background-color: #FAC000;
}
.is-color02 .parts-dotstitle__text::before {
  background-color: #44B3E8;
}
.parts-dotstitle__text::after {
  left: 12px;
  background-color: #84C033;
}
.is-color02 .parts-dotstitle__text::after {
  background-color: #E79FC3;
}
@media screen and (max-width: 767px) {
  .parts-dotstitle__text::after {
    left: 9px;
  }
}

/* parts-bigtitle01
---------------------------------------*/
.parts-bigtitle01 {
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .parts-bigtitle01 {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .parts-bigtitle01 {
    font-size: 20px;
  }
}
.parts-bigtitle01.is-left {
  text-align: left;
}
.parts-bigtitle01 .in-inb {
  display: inline-block;
}

/* parts-bigtitle02
---------------------------------------*/
.parts-bigtitle02 {
  margin-bottom: 45px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .parts-bigtitle02 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .parts-bigtitle02 {
    font-size: 18px;
  }
}
.parts-bigtitle02.is-center {
  text-align: center;
}

/* parts-midtitle01
---------------------------------------*/
.parts-midtitle01 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .parts-midtitle01 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.parts-midtitle01.is-center {
  text-align: center;
}

/* parts-table01
---------------------------------------*/
.parts-table01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.parts-table01__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 0;
  border-bottom: #ECECEC solid 1px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .parts-table01__row {
    display: block;
    padding: 20px 0;
    font-size: 14px;
  }
}
.parts-table01__row:first-child {
  padding-top: 0;
}
.parts-table01__row.is-noborder {
  padding-bottom: 0;
  border-bottom: none;
}

.parts-table01__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 190px;
  padding-left: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .parts-table01__title {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
  }
}

.parts-table01__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 190px);
}
@media screen and (max-width: 767px) {
  .parts-table01__body {
    width: 100%;
  }
}
.parts-table01__body > * {
  margin-bottom: 1.6em;
}
.parts-table01__body > *:last-child {
  margin-bottom: 0;
}

.parts-table01__map {
  overflow: hidden;
  line-height: 0;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
}
.parts-table01__map iframe {
  display: block;
  width: 100%;
  height: 320px;
}
@media screen and (max-width: 767px) {
  .parts-table01__map iframe {
    height: 180px;
  }
}

/* parts-dotslist01
---------------------------------------*/
.parts-dotslist01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.parts-dotslist01__item {
  position: relative;
  padding-left: 1em;
}
.parts-dotslist01__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "・";
}

/* parts-sec01
---------------------------------------*/
.parts-sec01 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .parts-sec01 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/* parts-decosec01
---------------------------------------*/
.parts-decosec01 {
  position: relative;
  margin-top: 30px;
  padding-bottom: 100px;
  color: #fff;
  background-color: #3084AC;
}
@media screen and (max-width: 767px) {
  .parts-decosec01 {
    padding-bottom: 60px;
  }
}
.parts-decosec01::before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  height: 160px;
  margin-bottom: 75px;
  background: #fff url(../images/common/sec_deco01.png) center center/100% 100%;
}
@media screen and (max-width: 1440px) {
  .parts-decosec01::before {
    height: auto;
    aspect-ratio: 2880/320;
  }
}
@media screen and (max-width: 767px) {
  .parts-decosec01::before {
    margin-bottom: 45px;
  }
}

/* parts-border01
---------------------------------------*/
.parts-border01 {
  display: block;
  margin: 64px auto;
  padding: 0;
  width: 100%;
  height: 1px;
  border: none;
  background: #ECECEC;
}
@media screen and (max-width: 767px) {
  .parts-border01 {
    margin: 40px auto;
  }
}
.parts-border01.is-white {
  background-color: #fff;
}

/* parts-texts24
---------------------------------------*/
.parts-texts24 {
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .parts-texts24 {
    font-size: 18px;
  }
}

/* parts-texts20
---------------------------------------*/
.parts-texts20 {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .parts-texts20 {
    font-size: 18px;
  }
}

/* parts-texts18
---------------------------------------*/
.parts-texts18 {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .parts-texts18 {
    font-size: 15px;
    line-height: 1.65;
  }
}

/* parts-texts16
---------------------------------------*/
.parts-texts16 {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .parts-texts16 {
    font-size: 14px;
  }
}

/* parts-texts14
---------------------------------------*/
.parts-texts14 {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .parts-texts14 {
    font-size: 12px;
  }
}

/* parts-label01
---------------------------------------*/
.parts-label01 {
  display: table;
  margin-bottom: 20px;
  padding: 7px 8px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  background-color: #3084AC;
  border-radius: 0 8px 0 8px;
}
@media screen and (max-width: 767px) {
  .parts-label01 {
    font-size: 15px;
  }
}

/* parts-checklkist01
---------------------------------------*/
.parts-checklkist01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px 0;
}
@media screen and (max-width: 767px) {
  .parts-checklkist01 {
    gap: 26px 0;
  }
}

.parts-check__item01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px;
  font-size: 20px;
  border-bottom: #ECECEC solid 1px;
}
@media screen and (max-width: 767px) {
  .parts-check__item01 {
    padding-bottom: 17px;
    font-size: 16px;
  }
}

.parts-check__item01-icon {
  width: 40px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .parts-check__item01-icon {
    width: 30px;
  }
}

.parts-check__item01-text {
  -ms-flex-item-align: center;
      align-self: center;
  width: calc(100% - 55px);
}
@media screen and (max-width: 767px) {
  .parts-check__item01-text {
    width: calc(100% - 42px);
  }
}

/* parts-btn01
---------------------------------------*/
.parts-btn01 {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(100%, 270px);
  min-height: 54px;
  padding: 10px;
  color: #282828;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  border: #282828 solid 1px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .parts-btn01:hover {
    color: #fff;
    border-color: #fff;
  }
  .parts-btn01:hover::before {
    opacity: 1;
  }
  .parts-btn01:hover .parts-btn01__text::before {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .parts-btn01 {
    width: min(100%, 220px);
    min-height: 46px;
    font-size: 14px;
  }
}
.parts-btn01::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, from(#44B3E8), to(#84C033));
  background: linear-gradient(90deg, #44B3E8 0%, #84C033 100%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
.parts-btn01.is-blue {
  color: #fff;
  border-color: #fff;
  background-color: #3084AC;
}
.parts-btn01.is-center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .parts-btn01.is-min {
    width: min(100%, 230px);
  }
}

.parts-btn01__text {
  position: relative;
  padding-right: 1.7em;
  z-index: 5;
}
.parts-btn01__text::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  margin-top: -0.2em;
  border-top: #282828 solid 2px;
  border-right: #282828 solid 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.is-blue .parts-btn01__text::before {
  border-color: #fff;
}

/* parts-subtitle
---------------------------------------*/
.parts-subtitle {
  padding: 40px 20px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  background-color: #3084AC;
}
@media screen and (max-width: 767px) {
  .parts-subtitle {
    padding: 30px 15px;
    font-size: 20px;
  }
}
.parts-subtitle span {
  display: inline-block;
}

/* parts-contact
---------------------------------------*/
.parts-contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 480px;
  margin-top: 200px;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .parts-contact:hover .parts-contact__bg {
    opacity: 1;
  }
  .parts-contact:hover .parts-contact__arw {
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
  .parts-contact:hover .parts-contact__ens .parts-contact__arw {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .parts-contact {
    min-height: 200px;
    margin-top: 80px;
  }
}
.parts-contact .parts-dotstitle {
  margin-bottom: 10px;
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .parts-contact .parts-dotstitle {
    font-size: 18px;
  }
}
.parts-contact::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #44B3E8;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 1;
}
.parts-contact.is-green::before {
  background-color: #84C033;
}

.parts-contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 2;
}
.parts-contact__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.parts-contact__inner {
  position: relative;
  width: min(1200px, 100% - 40px);
  z-index: 5;
}

.parts-contact__title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .parts-contact__title {
    font-size: min(50px, 13.037809648vw);
  }
}

.parts-contact__arw {
  position: absolute;
  top: 50%;
  right: 100px;
  line-height: 0;
  width: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (max-width: 767px) {
  .parts-contact__arw {
    right: 0;
    width: 50px;
  }
}

.parts-contact__ens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.parts-contact__ens .parts-contact__arw {
  position: static;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.parts-contact__tel {
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .parts-contact__tel {
    font-size: min(50px, 10.9517601043vw);
  }
}

/* parts-contactcolwrap
---------------------------------------*/
@media screen and (min-width: 768px) {
  .parts-contactcolwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.parts-contactcolwrap .parts-contact {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .parts-contactcolwrap .parts-contact {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .parts-contactcolwrap .parts-contact {
    min-height: 280px;
  }
}
@media screen and (min-width: 1100px) {
  .parts-contactcolwrap .parts-contact__inner {
    max-width: 560px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .parts-contactcolwrap .parts-contact__inner {
    max-width: 350px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .parts-contactcolwrap .parts-dotstitle {
    font-size: 26px;
  }
}
@media screen and (min-width: 1100px) {
  .parts-contactcolwrap .parts-contact__title {
    font-size: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .parts-contactcolwrap .parts-contact__title {
    font-size: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .parts-contactcolwrap .parts-contact__arw {
    width: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .parts-contactcolwrap .parts-contact__arw {
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  .parts-contactcolwrap.type-contact .parts-contact {
    min-height: 270px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .parts-contactcolwrap.type-contact .parts-contact__inner {
    max-width: 560px;
  }
}
@media screen and (max-width: 767px) {
  .parts-contactcolwrap.type-contact .parts-contact__inner {
    max-width: 370px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .parts-contactcolwrap.type-contact .parts-contact__tel {
    font-size: 46px;
  }
}

/* parts-form
---------------------------------------*/
.parts-form__lead {
  margin: 0 15px 80px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .parts-form__lead {
    margin-bottom: 50px;
  }
}

.parts-form__area {
  overflow: hidden;
}
.parts-form__area .parts-dotstitle {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .parts-form__area .parts-dotstitle {
    margin-bottom: 20px;
  }
}

.parts-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 24px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .parts-form__label {
    gap: 2px 24px;
    font-size: 15px;
  }
}
.parts-form__label .in-label {
  padding: 1px 8px 2px;
  color: #fff;
  font-size: 14px;
  background-color: #3084AC;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .parts-form__label .in-label {
    font-size: 12px;
  }
}
.parts-form__label .in-cap {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .parts-form__label .in-cap {
    font-size: 12px;
  }
}

.parts-form__input input[type=text],
.parts-form__input input[type=tel],
.parts-form__input input[type=email],
.parts-form__input textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 58px;
  padding: 15px;
  font-size: 16px;
  line-height: 1.6;
  background-color: #F1F1F1;
  border-radius: 4px;
  border: none;
}
@media screen and (max-width: 767px) {
  .parts-form__input input[type=text],
  .parts-form__input input[type=tel],
  .parts-form__input input[type=email],
  .parts-form__input textarea {
    height: 50px;
    font-size: 14px;
  }
}
.parts-form__input textarea {
  height: 200px;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .parts-form__input textarea {
    height: 150px;
  }
}

.parts-form__select {
  position: relative;
  width: calc(50% - 7px);
  background-color: #F1F1F1;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .parts-form__select {
    width: 100%;
  }
}
.parts-form__select::before {
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  content: "";
  width: 16px;
  height: 100%;
  background: url(../images/common/arw03.svg) no-repeat center center/100% auto;
}
.parts-form__select select {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 58px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.6;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .parts-form__select select {
    height: 50px;
    font-size: 14px;
  }
}

.parts-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .parts-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }
}
.parts-form__row .parts-form__label {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .parts-form__row .parts-form__label {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5px 10px;
    width: 240px;
    padding: 14px 25px 0 0;
  }
}
.parts-form__row .parts-form__row-bpdy {
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  .parts-form__row .parts-form__row-bpdy {
    width: 100%;
  }
}

.parts-form__row-bpdy.is-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.parts-form__row-bpdy.is-names > * {
  width: calc(50% - 7px);
}

@media screen and (min-width: 768px) {
  .parts-form__half-pc {
    width: calc(50% - 7px);
  }
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap .wpcf7-radio,
.wpcf7-form-control-wrap .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap .wpcf7-radio,
  .wpcf7-form-control-wrap .wpcf7-checkbox {
    font-size: 14px;
  }
}
.wpcf7-form-control-wrap .wpcf7-radio label,
.wpcf7-form-control-wrap .wpcf7-checkbox label {
  display: block;
  cursor: pointer;
}
.wpcf7-form-control-wrap .wpcf7-radio input,
.wpcf7-form-control-wrap .wpcf7-checkbox input {
  margin: 0;
}
.wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0 !important;
}

.parts-form__confwindow {
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 230px;
  margin-bottom: 70px;
  padding: 30px 40px;
  background-color: #E8E8E8;
}
@media screen and (max-width: 767px) {
  .parts-form__confwindow {
    padding: 20px 20px 30px 15px;
  }
}
.parts-form__confwindow .in-group {
  margin-top: 30px;
  padding-top: 30px;
  border-top: #acacac solid 1px;
}
.parts-form__confwindow .in-group__title {
  margin-bottom: 10px;
}
.parts-form__confwindow .in-group__body {
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .parts-form__confwindow .in-group__body {
    font-size: 13px;
  }
}
.parts-form__confwindow .in-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}

.parts-form__conf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
.parts-form__conf input {
  margin-top: 7px;
}
.parts-form__conf a {
  color: #3084AC;
  text-decoration: underline;
}

.parts-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 25px;
}
.parts-form__submit input {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 5;
}
.parts-form__submit .parts-btn01 {
  overflow: hidden;
  position: relative;
}
.parts-form__submit .wpcf7-spinner {
  display: none !important;
}

/* parts-newslist
---------------------------------------*/
.parts-newslist__item {
  border-bottom: #548116 solid 1px;
}

.parts-newslist__anchor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 18px 60px 30px 24px;
  color: #282828;
}
@media screen and (min-width: 768px) {
  .parts-newslist__anchor {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .parts-newslist__anchor:hover {
    background-color: #F0F0F0;
  }
  .parts-newslist__anchor:hover::before {
    right: 36px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .parts-newslist__anchor {
    gap: 10px 15px;
    padding: 20px 14px;
  }
}
.parts-newslist__anchor::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 46px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: #548116 solid 2px;
  border-right: #548116 solid 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: right 0.3s, opacity 0.3s;
  transition: right 0.3s, opacity 0.3s;
}
.parts-newslist__anchor .in-date {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .parts-newslist__anchor .in-date {
    font-size: 14px;
  }
}
.parts-newslist__anchor .in-cat {
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  background-color: #EBEBEB;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .parts-newslist__anchor .in-cat {
    font-size: 14px;
  }
}
.parts-newslist__anchor .in-title {
  width: 100%;
}

/* parts-caselist
---------------------------------------*/
.parts-caselist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .parts-caselist {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .parts-caselist {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.parts-caselist__item {
  width: calc(25% - 30px);
}
@media screen and (max-width: 992px) {
  .parts-caselist__item {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .parts-caselist__item {
    width: 100%;
  }
}

.parts-caselist__anchor {
  display: block;
  padding: 16px;
  color: #040000;
  border-radius: 4px;
  border: #ECECEC solid 1px;
  -webkit-box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
          box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
}
@media screen and (min-width: 768px) {
  .parts-caselist__anchor:hover .parts-caselist__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.parts-caselist__img {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  aspect-ratio: 238/180;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.parts-caselist__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.parts-caselist__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
}
.parts-caselist__meta .in-date {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .parts-caselist__meta .in-date {
    font-size: 12px;
  }
}
.parts-caselist__meta .in-cat {
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  background-color: #EBEBEB;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .parts-caselist__meta .in-cat {
    font-size: 12px;
  }
}

.parts-caselist__title {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .parts-caselist__title {
    font-size: 14px;
  }
}

/* parts-pagenavi
---------------------------------------*/
.parts-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(1200px, 100% - 30px);
  margin: 80px auto 0;
}
.parts-pagenavi .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .parts-pagenavi .wp-pagenavi {
    gap: 12px;
    font-size: 14px;
  }
}
.parts-pagenavi .wp-pagenavi .pages,
.parts-pagenavi .wp-pagenavi .last,
.parts-pagenavi .wp-pagenavi .first {
  display: none;
}
.parts-pagenavi .wp-pagenavi .page, .parts-pagenavi .wp-pagenavi .current {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  padding-bottom: 3px;
  color: #040000;
  border-radius: 4px;
  line-height: 1;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .parts-pagenavi .wp-pagenavi .page, .parts-pagenavi .wp-pagenavi .current {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .parts-pagenavi .wp-pagenavi .page:hover, .parts-pagenavi .wp-pagenavi .current:hover {
    color: #fff;
    background-color: #3084AC;
  }
}
.parts-pagenavi .wp-pagenavi .current {
  color: #fff;
  background-color: #3084AC;
}
.parts-pagenavi .wp-pagenavi .previouspostslink,
.parts-pagenavi .wp-pagenavi .nextpostslink {
  overflow: hidden;
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .parts-pagenavi .wp-pagenavi .previouspostslink,
  .parts-pagenavi .wp-pagenavi .nextpostslink {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .parts-pagenavi .wp-pagenavi .previouspostslink:hover,
  .parts-pagenavi .wp-pagenavi .nextpostslink:hover {
    background-color: #3084AC;
  }
  .parts-pagenavi .wp-pagenavi .previouspostslink:hover::before,
  .parts-pagenavi .wp-pagenavi .nextpostslink:hover::before {
    border-color: #fff;
  }
}
.parts-pagenavi .wp-pagenavi .previouspostslink::before,
.parts-pagenavi .wp-pagenavi .nextpostslink::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin: -4px 0 0 -5px;
  border-top: #3084AC solid 2px;
  border-right: #3084AC solid 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.parts-pagenavi .wp-pagenavi .previouspostslink {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/*************************************************

header

*************************************************/
.header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
.header-logo {
  position: relative;
  width: 200px;
  padding-left: 30px;
  line-height: 0;
  z-index: 5;
}
@media screen and (max-width: 1380px) {
  .header-logo {
    width: 140px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50px;
  }
}

.header-logo__anchor {
  display: block;
}
@media screen and (max-width: 992px) {
  .header-logo__anchor {
    padding-bottom: 5px;
  }
}

.header-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-right: 80px;
  z-index: 5;
}
@media screen and (max-width: 1380px) {
  .header-list {
    gap: 15px;
  }
}
@media screen and (max-width: 992px) {
  .header-list {
    display: none;
  }
}

.header-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 75px;
  cursor: pointer;
}
.header-list__item:hover .header-list-mega {
  opacity: 1;
  visibility: visible;
}

.header-list__anchor {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header-list__anchor:hover {
  color: #44B3E8;
}
@media screen and (max-width: 1380px) {
  .header-list__anchor {
    font-size: 12px;
  }
}

.header-list-mega {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 32px 32px 32px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.header-list-mega > * {
  position: relative;
  z-index: 5;
}
.header-list-mega .in-text {
  display: block;
  white-space: nowrap;
}

.header-list-mega__bg {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  border-radius: 4px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .header-list-mega__bg {
    display: none;
  }
}
.header-list-mega__bg::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 120%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-list-mega__anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: min(100%, 210px);
  padding-bottom: 12px;
  color: #fff;
  font-size: 18px;
  -webkit-box-flex: 500;
      -ms-flex-positive: 500;
          flex-grow: 500;
  line-height: 1.6;
  border-bottom: #C7C7C7 solid 2px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .header-list-mega__anchor {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header-list-mega__anchor:hover {
    color: #44B3E8;
  }
  .header-list-mega__anchor:hover .in-text::before {
    border-color: #44B3E8;
  }
}
@media screen and (max-width: 1400px) {
  .header-list-mega__anchor {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header-list-mega__anchor {
    width: 100%;
    padding: 13px 0;
    font-size: 18px;
    border-bottom: none;
  }
  .in-mega .header-list-mega__anchor .in-text::before {
    display: none;
  }
}
.header-list-mega__anchor + .header-list-mega__anchor {
  margin-top: 40px;
}
.header-list-mega__anchor .in-text:not(.no-link) {
  position: relative;
  display: block;
  padding-right: 25px;
}
.header-list-mega__anchor .in-text:not(.no-link)::before {
  position: absolute;
  top: 50%;
  right: 3px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-right: #fff solid 2px;
  border-top: #fff solid 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.header-list-mega__anchor .in-text.no-link {
  cursor: default;
  color: #fff;
}

.header-list-mega__list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 100%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .header-list-mega__list01 {
    margin: 0;
    padding: 5px 0 17px;
  }
}

.header-list-mega__list01-anchor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .header-list-mega__list01-anchor {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header-list-mega__list01-anchor:hover {
    color: #44B3E8;
  }
  .header-list-mega__list01-anchor:hover .in-arw {
    background-color: #44B3E8;
  }
  .header-list-mega__list01-anchor:hover .in-arw circle.cls-1 {
    stroke: #44B3E8;
  }
}
@media screen and (max-width: 1400px) {
  .header-list-mega__list01-anchor {
    gap: 8px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .header-list-mega__list01-anchor {
    font-size: 15px;
  }
}
.header-list-mega__list01-anchor .in-arw {
  width: 24px;
  height: 24px;
  line-height: 0;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1400px) {
  .header-list-mega__list01-anchor .in-arw {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header-list-mega__list01-anchor .in-arw {
    width: 24px;
    height: 24px;
  }
}
.header-list-mega__list01-anchor .in-arw .cls-1 {
  fill: none;
  stroke: #fff;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.header-list-mega__list01-anchor .in-text {
  max-width: calc(100% - 39px);
}

.header-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
.is-bg .header-bg {
  opacity: 1;
}
.menu-open .header-bg {
  opacity: 0;
}
.header-bg::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 120%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*************************************************

globalnavi

*************************************************/
.globalnavi {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100vh;
  display: none;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .globalnavi {
    left: auto;
    right: 0;
    max-width: 325px;
  }
}
.globalnavi > * {
  position: relative;
  z-index: 10;
}

.globalnavi-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .globalnavi-bg {
    display: none;
  }
}
.globalnavi-bg::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 120%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.globalnavi-inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 120px 25px 50px;
}
.globalnavi-inner > * {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .globalnavi-inner {
    padding: 70px 25px 50px;
  }
}

@media screen and (max-width: 767px) {
  .globalnavi-inner-bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .globalnavi-inner-bg::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 120%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.globalnavi-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px 35px;
  max-width: 1390px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .globalnavi-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    max-width: none;
  }
}

.globalnavi-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(20% - 28px);
}
@media screen and (max-width: 992px) {
  .globalnavi-flex-box {
    width: calc(33.3333333333% - 23.3333333333px);
  }
}
@media screen and (max-width: 767px) {
  .globalnavi-flex-box {
    width: 100%;
  }
}

.globalnavi-flex-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .globalnavi-flex-box-inner + .globalnavi-flex-box-inner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .globalnavi-flex-box-inner {
    border-bottom: #C7C7C7 solid 2px;
  }
}

.globalnavi-btn01wrap {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .globalnavi-btn01wrap + .globalnavi-btn01wrap {
    margin-top: 40px;
  }
}
.globalnavi-btn01wrap .js-megatoggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  right: 0;
  width: 30px;
  cursor: pointer;
  z-index: 3;
}
.globalnavi-btn01wrap .js-megatoggle::before, .globalnavi-btn01wrap .js-megatoggle::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #fff;
}
.globalnavi-btn01wrap .js-megatoggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.is-open .globalnavi-btn01wrap .js-megatoggle::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .globalnavi-btn01wrap .js-megatoggle {
    display: none;
  }
}

.globalnavi-btn01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: min(100%, 210px);
  padding-bottom: 12px;
  color: #fff;
  font-size: 18px;
  -webkit-box-flex: 500;
      -ms-flex-positive: 500;
          flex-grow: 500;
  line-height: 1.6;
  border-bottom: #C7C7C7 solid 2px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .globalnavi-btn01 {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .globalnavi-btn01:hover {
    color: #44B3E8;
  }
  .globalnavi-btn01:hover .in-text::before {
    border-color: #44B3E8;
  }
}
@media screen and (max-width: 1400px) {
  .globalnavi-btn01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .globalnavi-btn01 {
    width: 100%;
    padding: 13px 0;
    font-size: 18px;
    border-bottom: none;
  }
  .in-mega .globalnavi-btn01 .in-text::before {
    display: none;
  }
}
.globalnavi-btn01 + .globalnavi-btn01 {
  margin-top: 40px;
}
.globalnavi-btn01 .in-text {
  position: relative;
  display: block;
  padding-right: 25px;
}
.globalnavi-btn01 .in-text::before {
  position: absolute;
  top: 50%;
  right: 3px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-right: #fff solid 2px;
  border-top: #fff solid 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.globalnavi-btn01 .in-text.no-link {
  cursor: default;
  color: #fff;
}
.globalnavi-btn01 .in-text.no-link::before {
  display: none;
}

.globalnavi-list01wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .globalnavi-list01wrap {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .globalnavi-list01wrap {
    display: none;
  }
}

.globalnavi-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 100%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .globalnavi-list01 {
    margin: 0;
    padding: 5px 0 17px;
  }
}

.globalnavi-list01__anchor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .globalnavi-list01__anchor {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .globalnavi-list01__anchor:hover {
    color: #44B3E8;
  }
  .globalnavi-list01__anchor:hover .in-arw {
    background-color: #44B3E8;
  }
  .globalnavi-list01__anchor:hover .in-arw circle.cls-1 {
    stroke: #44B3E8;
  }
}
@media screen and (max-width: 1400px) {
  .globalnavi-list01__anchor {
    gap: 8px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .globalnavi-list01__anchor {
    font-size: 15px;
  }
}
.globalnavi-list01__anchor .in-arw {
  width: 24px;
  height: 24px;
  line-height: 0;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1400px) {
  .globalnavi-list01__anchor .in-arw {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .globalnavi-list01__anchor .in-arw {
    width: 24px;
    height: 24px;
  }
}
.globalnavi-list01__anchor .in-arw .cls-1 {
  fill: none;
  stroke: #fff;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.globalnavi-list01__anchor .in-text {
  max-width: calc(100% - 39px);
}

/*************************************************

hamburgermenu

*************************************************/
.hamburgermenu {
  position: fixed;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 700;
}
@media screen and (max-width: 1380px) {
  .hamburgermenu {
    top: 7px;
    right: 12px;
  }
}
@media screen and (max-width: 992px) {
  .hamburgermenu {
    top: 0;
    right: 0;
  }
}

.hamburgermenu__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hamburgermenu__bdr {
  position: relative;
  width: 24px;
  height: 16px;
  margin-bottom: 2px;
}

.hamburgermenu__bar,
.hamburgermenu__bdr:before,
.hamburgermenu__bdr:after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.hamburgermenu__bar {
  top: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.menu-open .hamburgermenu__bar {
  opacity: 0;
}

.hamburgermenu__bdr:before {
  top: 0;
}
.menu-open .hamburgermenu__bdr:before {
  -webkit-animation: menuAnime01 0.4s forwards;
          animation: menuAnime01 0.4s forwards;
}
.menu-close .hamburgermenu__bdr:before {
  -webkit-animation: menuAnime01_close 0.4s forwards;
          animation: menuAnime01_close 0.4s forwards;
}

.hamburgermenu__bdr:after {
  top: 100%;
}
.menu-open .hamburgermenu__bdr:after {
  -webkit-animation: menuAnime02 0.4s forwards;
          animation: menuAnime02 0.4s forwards;
}
.menu-close .hamburgermenu__bdr:after {
  -webkit-animation: menuAnime02_close 0.4s forwards;
          animation: menuAnime02_close 0.4s forwards;
}

@-webkit-keyframes menuAnime01 {
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes menuAnime01 {
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes menuAnime01_close {
  0% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes menuAnime01_close {
  0% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes menuAnime02 {
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes menuAnime02 {
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@-webkit-keyframes menuAnime02_close {
  0% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes menuAnime02_close {
  0% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/*************************************************

footer

*************************************************/
.footer {
  margin-top: 200px;
  padding: 45px 0 35px;
  background-color: #3084AC;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 100px;
    padding: 25px 0 20px;
  }
}
.parts-contactcolwrap + .footer, .parts-contact + .footer {
  margin-top: 0;
}

.footer-logo {
  margin-left: 30px;
  width: 200px;
  line-height: 0;
}
@media screen and (max-width: 1380px) {
  .footer-logo {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin: 0 auto;
  }
}

.footer-copyright {
  margin-right: 30px;
  color: #fff;
  font-size: 15px;
  text-align: right;
}
@media screen and (max-width: 1380px) {
  .footer-copyright {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    margin-top: 30px;
    font-size: 15px;
    text-align: center;
  }
}