
@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
#main_visual {
  width: 100%;
  height: 90dvh;
  min-height: 80rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main_visual {
    height: 72dvh;
    min-height: auto;
  }
}
#main_visual #mv_slider {
  width: 100%;
  height: 100%;
}
#main_visual #mv_slider .splide__track {
  height: 100%;
}
#main_visual #mv_slider .splide__slide {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
}

@media screen and (max-width: 768px) {
#main_visual #mv_slider .splide__slide {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
}
}

#main_visual #mv_slider .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#main_visual #mv_slider .splide__slide img.catch {
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 8rem;
}
@media screen and (max-width: 768px) {
  #main_visual #mv_slider .splide__slide img.catch {
    left: 1.8rem;
  }
}
#main_visual #mv_slider .splide__slide.mv01 .catch {
  width: 69.6rem;
}
@media screen and (max-width: 768px) {
  #main_visual #mv_slider .splide__slide.mv01 .catch {
    width: 20.88rem;
  }
}
#main_visual #mv_slider .splide__slide.mv02 .catch {
  width: 69.3rem;
}
@media screen and (max-width: 768px) {
  #main_visual #mv_slider .splide__slide.mv02 .catch {
    width: 20.79rem;
  }
}
#main_visual #mv_slider .splide__slide.mv03 .catch {
  width: 55.5rem;
}
@media screen and (max-width: 768px) {
  #main_visual #mv_slider .splide__slide.mv03 .catch {
    width: 16.65rem;
  }
}
#main_visual #mv_slider .splide__slide.mv04 .catch {
  width: 64.2rem;
}
@media screen and (max-width: 768px) {
  #main_visual #mv_slider .splide__slide.mv04 .catch {
    width: 19.26rem;
  }
}
@media screen and (max-width: 768px) {
  #main_visual #mv_slider .splide__slide.mv05 .bg {
    object-position: center right;
  }
}
#main_visual #mv_slider .splide__slide.mv05 .catch {
  width: 74.45rem;
}
@media screen and (max-width: 768px) {
  #main_visual #mv_slider .splide__slide.mv05 .catch {
    width: 22.335rem;
  }
}
#main_visual #thumbnail_slider {
  width: 80%;
  padding: 1.2rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewY(-6deg) translateY(50%);
  transform-origin: left bottom;
  background: linear-gradient(90deg, rgb(1, 59, 150) 0%, rgb(1, 100, 166) 18%, rgb(0, 140, 182) 59%, rgb(0, 150, 123) 89%, rgb(0, 160, 64) 100%);
}
@media screen and (max-width: 768px) {
  #main_visual #thumbnail_slider {
    width: 90%;
    padding: 0.4rem 0;

  }
}
#main_visual #thumbnail_slider .splide__slide {
  width: calc((100% - 5.4rem) / 5);
  filter: grayscale(1);
  opacity: 0.8;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main_visual #thumbnail_slider .splide__slide {
    width: calc((100% - 1.6rem) / 5);
  }
}
#main_visual #thumbnail_slider .splide__slide.is-active {
  opacity: 1;
  filter: grayscale(0);
}
#main_visual #thumbnail_slider .splide__slide .bg {
  position: relative;
  z-index: 1;
}
#main_visual #thumbnail_slider .splide__slide .label {
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  z-index: 2;
  text-shadow: 1px 1px 0 #00439a, -1px -1px 0 #00439a, -1px 1px 0 #00439a, 1px -1px 0 #00439a, 0px 1px 0 #00439a, -1px 0 #00439a, -1px 0 0 #00439a, 1px 0 0 #00439a;
}
@media screen and (max-width: 768px) {
  #main_visual #thumbnail_slider .splide__slide .label {
    font-size: 0.6rem;
  }
}

#about {
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  #about {
    margin-top: 3rem;
  }
}
#about .outline {
  padding-left: calc((100% - 114rem) / 2);
  display: flex;
  align-items: flex-start;
  gap: 7.2rem;
}
@media screen and (max-width: 768px) {
  #about .outline {
    flex-direction: column;
    gap: 3.6rem;
  }
}
#about .outline .box {
  width: 53.4rem;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
@media screen and (max-width: 768px) {
  #about .outline .box {
    width: calc(100% - 3.6rem);
    margin-inline: auto;
  }
}
#about .outline .box h2 img {
  width: 100%;
}
#about .outline .box h2 + * {
  margin-top: 7.2rem;
}
@media screen and (max-width: 768px) {
  #about .outline .box h2 + * {
    margin-top: 3.6rem;
  }
}
#about .feature {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  #about .feature {
    grid-template-columns: 100%;
    margin-top: 4.8rem;
    gap: 2.4rem;
  }
}
#about .feature > li {
  background: #fff;
  border-radius: 0.3rem;
  box-shadow: 0px 0px 0.4rem 0.18rem rgba(0, 0, 0, 0.12);
  overflow: hidden;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #about .feature > li {
    padding-bottom: 2rem;
  }
}
#about .feature > li .visual {
  background: #d2ddee;
}
#about .feature > li .title {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 2.4rem;
  color: #00439a;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #about .feature > li .title {
    font-size: 1.8rem;
    margin-top: 1.2rem;
  }
}
#about .feature > li .exp {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 2.4rem;
  color: #344752;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #about .feature > li .exp {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}

#useful {
  margin-top: 18rem;
  background-image: linear-gradient(59deg, rgb(0, 65, 154) 0%, rgb(0, 53, 154) 70%, rgb(0, 40, 154) 100%);
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  #useful {
    margin-top: 7.2rem;
    padding-bottom: 6rem;
  }
}
#useful h2 {
  font-size: 7.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transform: translateY(-0.5lh);
}
@media screen and (max-width: 768px) {
  #useful h2 {
    font-size: 3rem;
  }
}
#useful .contents_body {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  #useful .contents_body {
    margin-top: 3rem;
  }
}
#useful .contents_body .example {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4.8rem;
}
@media screen and (max-width: 768px) {
  #useful .contents_body .example {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1rem;
  }
}
#useful .contents_body .example > li {
  text-align: center;
  font-weight: 700;
}
#useful .contents_body .example > li .catch {
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  #useful .contents_body .example > li .catch {
    margin-top: 0.6rem;
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
#useful .contents_body .example > li .title {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #useful .contents_body .example > li .title {
    font-size: 1.8rem;
  }
}

#plan {
  padding-top: 14rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #plan {
    padding-top: 7.2rem;
  }
}
#plan > * {
  position: relative;
  z-index: 4;
}
#plan h2 {
  font-size: 7.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transform: translateY(-0.5lh);
}
@media screen and (max-width: 768px) {
  #plan h2 {
    font-size: 3rem;
  }
}
#plan > .contents_body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.2rem;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  #plan > .contents_body {
    margin-top: 3rem;
    grid-template-columns: 100%;
    gap: 4.8rem;
  }
}
#plan > .contents_body .plan {
  font-weight: 700;
  background-image: linear-gradient(59deg, rgb(0, 159, 66) 0%, rgb(0, 159, 104) 70%, rgb(0, 159, 142) 100%);
  padding: 0 2.4rem 2.4rem;
  border-radius: 0.3rem;
}
@media screen and (max-width: 768px) {
  #plan > .contents_body .plan {
    padding: 0 1.8rem 1.8rem;
  }
}
#plan > .contents_body .plan .target {
  width: fit-content;
  font-size: 2.2rem;
  padding: 1.8rem 2.4rem;
  background: #ed870f;
  line-height: 1;
  border-radius: 0.3rem;
  margin: 0 auto;
  position: relative;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #plan > .contents_body .plan .target {
    font-size: 1.6rem;
    padding: 1rem 1.2rem;
  }
}
#plan > .contents_body .plan .target::after {
  content: "";
  width: 1.5rem;
  height: 0.8rem;
  background: #ed870f;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: calc(-0.8rem + 0.5px);
  left: 0;
  right: 0;
  margin: auto;
}
#plan > .contents_body .plan h3 {
  font-size: 4rem;
  text-align: center;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  #plan > .contents_body .plan h3 {
    font-size: 2rem;
  }
}
#plan > .contents_body .plan h3 + * {
  margin-top: 2.4rem;
}
#plan > .contents_body .plan > .contents_body .pattern {
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.24);
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  #plan > .contents_body .plan > .contents_body .pattern {
    padding: 1.2rem;
  }
}
#plan > .contents_body .plan > .contents_body .pattern .num {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #plan > .contents_body .plan > .contents_body .pattern .num {
    font-size: 2.2rem;
  }
}
#plan > .contents_body .plan > .contents_body .pattern .exp {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #plan > .contents_body .plan > .contents_body .pattern .exp {
    font-size: 1.3rem;
  }
}
#plan > .contents_body .plan > .contents_body .pattern .exp .num {
  padding-inline: 0.6rem;
}
#plan > .contents_body .plan > .contents_body .pattern .price {
  display: flex;
  align-items: baseline;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #plan > .contents_body .plan > .contents_body .pattern .price {
    flex-direction: column;
    align-items: center;
    margin-top: 1.2rem;
    gap: 1.2rem;
    font-size: 1.8rem;
  }
}
#plan > .contents_body .plan > .contents_body .pattern .price .label {
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  #plan > .contents_body .plan > .contents_body .pattern .price .label {
    font-size: 1.3rem;
  }
}
#plan > .contents_body .plan > .contents_body .pattern .price .inner {
  display: flex;
  align-items: baseline;
}
#plan > .contents_body .plan > .contents_body .pattern .price .num {
  font-size: 4.8rem;
  padding-inline: 0.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #plan > .contents_body .plan > .contents_body .pattern .price .num {
    font-size: 3rem;
  }
}
#plan > .contents_body .plan > .contents_body .pattern .btn {
  margin-top: 3rem;
  width: 29rem;
  height: 6rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #plan > .contents_body .plan > .contents_body .pattern .btn {
    width: 24rem;
    height: 4.8rem;
    margin-top: 1.2rem;
  }
}
#plan > .contents_body .plan > .contents_body .pattern + .pattern {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #plan > .contents_body .plan > .contents_body .pattern + .pattern {
    margin-top: 1.8rem;
  }
}
#plan > .contents_body .plan.rental .contents_body .pattern .btn {
  color: #009f42;
}
#plan > .contents_body .plan.rental .contents_body .pattern .btn::after {
  background: #009f42;
}
#plan > .contents_body .plan.software {
  background-image: linear-gradient(59deg, rgb(0, 65, 154) 0%, rgb(0, 53, 154) 70%, rgb(0, 40, 154) 100%);
}
#plan > .contents_body .plan.software .target {
  background: #eda60f;
}
#plan > .contents_body .plan.software .target::after {
  background: #eda60f;
}
#plan > .contents_body .plan.software .contents_body .pattern .btn {
  color: #00439a;
}
#plan > .contents_body .plan.software .contents_body .pattern .btn::after {
  background: #00439a;
}
#plan #plan_bg {
  width: 100%;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#plan #plan_bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0085ca 0%, #0085ca 20%, rgba(0, 133, 202, 0) 80%, #0085ca 100%);
  position: absolute;
  z-index: 2;
}
#plan #plan_bg canvas {
  position: relative;
  z-index: 1;
}

.plan_detail {
  width: 100rem;
  background: #fff;
  position: relative;
  display: none;
}
.plan_detail .num {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .plan_detail .num {
    font-size: 2.2rem;
  }
}
.plan_detail h2 {
  min-height: 7.2rem;
  display: flex;
  align-items: center;
  font-size: 3rem;
  background-image: linear-gradient(59deg, rgb(0, 159, 66) 0%, rgb(0, 159, 104) 70%, rgb(0, 159, 142) 100%);
  color: #fff;
  padding: 1rem 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .plan_detail h2 {
    font-size: 2rem;
    padding: 0.6rem 1.8rem;
  }
}
.plan_detail h2 .exp {
  margin-left: 2.4rem;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .plan_detail h2 .exp {
    font-size: 1.2rem;
    margin-left: 1.2rem;
  }
}
.plan_detail h2 .exp .num {
  padding-inline: 0.6rem;
}
.plan_detail .modal_body {
  padding: 3.6rem;
  display: flex;
  gap: 7.2rem;
  color: #344752;
}
@media screen and (max-width: 768px) {
  .plan_detail .modal_body {
    gap: 2.4rem;
    flex-direction: column;
    padding: 1.8rem;
  }
}
.plan_detail .modal_body .outline {
  width: calc((100% - 7.2rem) / 2);
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
@media screen and (max-width: 768px) {
  .plan_detail .modal_body .outline {
    width: 100%;
  }
}
.plan_detail .modal_body .outline .msg {
  line-height: 2;
}
.plan_detail .modal_body .outline .msg + .price {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .plan_detail .modal_body .outline .msg + .price {
    margin-top: 1.2rem;
  }
}
.plan_detail .modal_body .outline .price {
  display: flex;
  align-items: baseline;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .plan_detail .modal_body .outline .price {
    font-size: 1.5rem;
  }
}
.plan_detail .modal_body .outline .price .label {
  margin-right: 1em;
}
.plan_detail .modal_body .outline .price .num {
  font-size: 4.8rem;
  padding-inline: 0.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .plan_detail .modal_body .outline .price .num {
    font-size: 2.8rem;
  }
}
.plan_detail .modal_body .outline small {
  font-size: 1.2rem;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .plan_detail .modal_body .outline small {
    font-size: 1.1rem;
  }
}
.plan_detail .modal_body .outline .equipment {
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .plan_detail .modal_body .outline .equipment {
    margin-top: 2.4rem;
  }
}
.plan_detail .modal_body .outline .equipment dt {
  border-bottom: 1px solid #344752;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .plan_detail .modal_body .outline .equipment dt {
    font-size: 1.6rem;
  }
}
.plan_detail .modal_body .outline .equipment dt + * {
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .plan_detail .modal_body .outline .equipment dt + * {
    margin-top: 0.6rem;
  }
}
.plan_detail .modal_body .outline .equipment dd {
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .plan_detail .modal_body .outline .equipment dd {
    font-size: 1.4rem;
  }
}
.plan_detail .modal_body .outline .exp {
  margin-top: 4.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .plan_detail .modal_body .outline .exp {
    margin-top: 2.4rem;
  }
}
.plan_detail .modal_body figure {
  display: grid;
  place-content: center;
  width: calc((100% - 7.2rem) / 2);
}
@media screen and (max-width: 768px) {
  .plan_detail .modal_body figure {
    width: 100%;
  }
}
.plan_detail .modal_body figure img {
  width: 37.5rem;
}
.plan_detail .close_btn {
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.plan_detail .close_btn:before, .plan_detail .close_btn:after {
  content: "";
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 3rem;
  height: 1px;
  background: #344752;
}
.plan_detail .close_btn:before {
  transform: translateY(0.4rem) rotate(-45deg);
}
.plan_detail .close_btn:after {
  transform: translateY(-0.4rem) rotate(45deg);
}
.plan_detail.plan02 h2 {
  background-image: linear-gradient(59deg, rgb(0, 65, 154) 0%, rgb(0, 53, 154) 70%, rgb(0, 40, 154) 100%);
}
.plan_detail.plan02 .modal_body figure img {
  width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 0;
}

.glightbox-clean .gslide-media {
  box-shadow: none;
}

.goverlay {
  background: rgba(0, 67, 154, 0.9) !important;
  backdrop-filter: blur(1rem);
}

.sub_sec {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .sub_sec {
    margin-top: 6rem;
  }
}
.sub_sec h2 {
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub_sec h2 {
    font-size: 2.4rem;
  }
}
.sub_sec h2 + * {
  margin-top: 4rem;
}
.sub_sec .contents_body .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .sub_sec .contents_body .cards {
    grid-template-columns: 100%;
    gap: 1.2rem;
  }
}
.sub_sec .contents_body .cards .card {
  background: #fff;
  padding: 2.4rem;
}
.sub_sec .contents_body .cards .card .visual {
  margin: 0 auto;
  width: 21.45rem;
}
@media screen and (max-width: 768px) {
  .sub_sec .contents_body .cards .card .visual {
    width: 12rem;
  }
}

@media screen and (max-width: 768px) {
  .sub_sec .contents_body .cards .card .visual.service {
    width: 24rem;
    margin-bottom:-7rem;
    margin-top:-7rem;
  }
}

.sub_sec .contents_body .cards .card .visual.icon {
  width: 12rem;
}
@media screen and (max-width: 768px) {
  .sub_sec .contents_body .cards .card .visual.icon {
    width: 9rem;
  }
}
.sub_sec .contents_body .cards .card .visual img {
  width: 100%;
}
.sub_sec .contents_body .cards .card .title {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #00439a;
  text-align: center;
  font-weight: 700;
  margin-top: 2rem;
  min-height: 2lh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sub_sec .contents_body .cards .card .title {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.sub_sec .contents_body .cards .card .exp {
  line-height: 1.8;
  color: #344752;
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sub_sec .contents_body .cards .card .exp {
    margin-top: 1rem;
  }
}

#news {
  margin-top: 18rem;
  padding-bottom: 18rem;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  #news {
    margin-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}
#news::before {
  content: "NEWS";
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 100;
  color: #00439a;
  opacity: 0.24;
  position: absolute;
  top: -0.08em;
  left: -0.08em;
  line-height: 1;
  font-size: 18rem;
}
@media screen and (max-width: 768px) {
  #news::before {
    font-size: 9rem;
    left: auto;
    right: -0.08em;
  }
}
#news .container {
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #news .container {
    flex-direction: column;
    gap: 1.8rem;
  }
}
#news .container .head {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #news .container .head .btn {
    display: none;
  }
}
#news .container h2 {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #news .container h2 {
    font-size: 2.2rem;
  }
}
#news .container .contents_body {
  width: 67%;
}
@media screen and (max-width: 768px) {
  #news .container .contents_body {
    width: 100%;
  }
}
#news .container .contents_body ul {
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}
#news .container .contents_body ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
#news .container .contents_body ul > li a {
  display: flex;
  padding: 1.8rem 0;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #news .container .contents_body ul > li a {
    flex-direction: column;
    padding: 1.2rem 0;
  }
}
#news .container .contents_body ul > li a time {
  width: 17rem;
}
@media screen and (max-width: 768px) {
  #news .container .contents_body ul > li a time {
    width: 100%;
  }
}
#news .container .contents_body ul > li a .title {
  width: calc(100% - 17rem);
}
@media screen and (max-width: 768px) {
  #news .container .contents_body ul > li a .title {
    width: 100%;
  }
}
#news .container .contents_body ul > li a:hover {
  text-decoration: underline;
}
#news .container .btn {
  width: 20.5rem;
  color: #00439a;
}
#news .container .btn.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #news .container .btn.sp {
    display: flex;
    height: 4.8rem;
    margin: 1.2rem auto 0;
  }
}

#results {
  background: #fff;
  padding: 15rem 0;
}
@media screen and (max-width: 768px) {
  #results {
    padding: 7.2rem 0;
  }
}
#results h2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #00439a;
}
@media screen and (max-width: 768px) {
  #results h2 {
    font-size: 2.4rem;
  }
}
#results .contents_body {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  #results .contents_body {
    margin-top: 2.4rem;
  }
}
#results .contents_body #logos .splide__slide {
  width: 26.25rem;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  #results .contents_body #logos .splide__slide {
    width: 13rem;
  }
}
#results .contents_body #logos .splide__slide img {
  width: 100%;
  max-width: 22.65rem;
}
#results .contents_body #cases {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.2rem;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  #results .contents_body #cases {
    margin-top: 3.6rem;
    grid-template-columns: 100%;
    gap: 2.4rem;
  }
}
#results .contents_body #cases .case {
  display: flex;
  flex-direction: column;
  background: #ebf0f7;
  padding: 2.4rem;
  border-radius: 0.3rem;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #results .contents_body #cases .case {
    margin-top: 1rem;
  }
}
#results .contents_body #cases .case > img {
  width: 100%;
  aspect-ratio: 972/600;
  overflow: hidden;
}
#results .contents_body #cases .case h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #00439a;
}
@media screen and (max-width: 768px) {
  #results .contents_body #cases .case h3 {
    font-size: 1.6rem;
  }
}
#results .contents_body #cases .case .client {
  text-align: right;
  color: #344752;
  align-self: flex-end;
}
#results .contents_body #cases .case .btn {
  margin-top: 1rem;
  width: 20rem;
  margin: auto auto 0;
}

span.spacer01{
  margin-left: -12px;
  background: none;
  padding:0;
  margin-right:5px;
}

@media screen and (max-width: 768px) {
span.spacer01{
	display:none;
	margin-left: 0px;
}
}




