@charset "UTF-8";
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  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 {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: 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__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* reset.css start */
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

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

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

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

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* reset.css end */
/* style.min.css start */
/* @charset "UTF-8"; */
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*! purgecss start ignore */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Noto Sans", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

/*! purgecss end ignore */
body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}

body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0s;
}

body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}

body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}

body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0s;
}

body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}

body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}

body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0s;
}

body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}

body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}

body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0s;
}

body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}

body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}

body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0s;
}

body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}

body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}

body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0s;
}

body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}

body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}

body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0s;
}

body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}

body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}

body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0s;
}

body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}

body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}

body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0s;
}

body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}

body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}

body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}

body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}

body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}

body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0s;
}

body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}

body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}

body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}

body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}

body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}

body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0s;
}

body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}

body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}

body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0s;
}

body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}

body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}

body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0s;
}

body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}

body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}

body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0s;
}

body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}

body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}

body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0s;
}

body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}

body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}

body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0s;
}

body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}

body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}

body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0s;
}

body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}

body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}

body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0s;
}

body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}

body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}

body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0s;
}

body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}

body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}

body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0s;
}

body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}

body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}

body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0s;
}

body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}

body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}

body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0s;
}

body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}

body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}

body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0s;
}

body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}

body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}

body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0s;
}

body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}

body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}

body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0s;
}

body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}

body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}

body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0s;
}

body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}

body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}

body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0s;
}

body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}

body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}

body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0s;
}

body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}

body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}

body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0s;
}

body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}

body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}

body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0s;
}

body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}

body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}

body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0s;
}

body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}

body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}

body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0s;
}

body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}

body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}

body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0s;
}

body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}

body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}

body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0s;
}

body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}

body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}

body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0s;
}

body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}

body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}

body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0s;
}

body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}

body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}

body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0s;
}

body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}

body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}

body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0s;
}

body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}

body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}

body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0s;
}

body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}

body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}

body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0s;
}

body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}

body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}

body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0s;
}

body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}

body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}

body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0s;
}

body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}

body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}

body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0s;
}

body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}

body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}

body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0s;
}

body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}

body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}

body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0s;
}

body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}

body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}

body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0s;
}

body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}

body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}

body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0s;
}

body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}

body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}

body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0s;
}

body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}

body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}

body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0s;
}

body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}

body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}

body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0s;
}

body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}

body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}

body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0s;
}

body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}

body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}

body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0s;
}

body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}

body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}

body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0s;
}

body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}

body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}

body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0s;
}

body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}

body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}

body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0s;
}

body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}

body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}

body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0s;
}

body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}

body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}

body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0s;
}

body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}

body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}

body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0s;
}

body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
.bt {
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /*! purgecss start ignore */
  /*! purgecss end ignore */
  /*! purgecss start ignore */
  /*! purgecss end ignore */
  /* rtl:begin:remove */
  /* rtl:end:remove */
  /*! purgecss start ignore */
  /*! purgecss end ignore */
}

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

.bt body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bt hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

.bt h6, .bt .h6, .bt h5, .bt .h5, .bt h4, .bt .h4, .bt h3, .bt .h3, .bt h2, .bt .h2, .bt h1, .bt .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

.bt h1, .bt .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .bt h1, .bt .h1 {
    font-size: 2.5rem;
  }
}
.bt h2, .bt .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .bt h2, .bt .h2 {
    font-size: 2rem;
  }
}
.bt h3, .bt .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .bt h3, .bt .h3 {
    font-size: 1.75rem;
  }
}
.bt h4, .bt .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .bt h4, .bt .h4 {
    font-size: 1.5rem;
  }
}
.bt h5, .bt .h5 {
  font-size: 1.25rem;
}

.bt h6, .bt .h6 {
  font-size: 1rem;
}

.bt p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.bt abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.bt address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.bt ol,
.bt ul {
  padding-left: 2rem;
}

.bt ol,
.bt ul,
.bt dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.bt ol ol,
.bt ul ul,
.bt ol ul,
.bt ul ol {
  margin-bottom: 0;
}

.bt dt {
  font-weight: 700;
}

.bt dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

.bt blockquote {
  margin: 0 0 1rem;
}

.bt b,
.bt strong {
  font-weight: bolder;
}

.bt small, .bt .small {
  font-size: 0.875em;
}

.bt mark, .bt .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

.bt sub,
.bt sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

.bt sub {
  bottom: -0.25em;
}

.bt sup {
  top: -0.5em;
}

.bt a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

.bt a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

.bt a:not([href]):not([class]), .bt a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.bt pre,
.bt code,
.bt kbd,
.bt samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

.bt pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

.bt pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.bt code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > .bt code {
  color: inherit;
}

.bt kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

.bt kbd kbd {
  padding: 0;
  font-size: 1em;
}

.bt figure {
  margin: 0 0 1rem;
}

.bt img,
.bt svg {
  vertical-align: middle;
}

.bt table {
  caption-side: bottom;
  border-collapse: collapse;
}

.bt caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

.bt th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

.bt thead,
.bt tbody,
.bt tfoot,
.bt tr,
.bt td,
.bt th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.bt label {
  display: inline-block;
}

.bt button {
  border-radius: 0;
}

.bt button:focus:not(:focus-visible) {
  outline: 0;
}

.bt input,
.bt button,
.bt select,
.bt optgroup,
.bt textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.bt button,
.bt select {
  text-transform: none;
}

.bt [role=button] {
  cursor: pointer;
}

.bt select {
  word-wrap: normal;
}

.bt select:disabled {
  opacity: 1;
}

.bt [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

.bt button,
.bt [type=button],
.bt [type=reset],
.bt [type=submit] {
  -webkit-appearance: button;
}

.bt button:not(:disabled),
.bt [type=button]:not(:disabled),
.bt [type=reset]:not(:disabled),
.bt [type=submit]:not(:disabled) {
  cursor: pointer;
}

.bt ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.bt textarea {
  resize: vertical;
}

.bt fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.bt legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  .bt legend {
    font-size: 1.5rem;
  }
}
.bt legend + * {
  clear: left;
}

.bt ::-webkit-datetime-edit-fields-wrapper,
.bt ::-webkit-datetime-edit-text,
.bt ::-webkit-datetime-edit-minute,
.bt ::-webkit-datetime-edit-hour-field,
.bt ::-webkit-datetime-edit-day-field,
.bt ::-webkit-datetime-edit-month-field,
.bt ::-webkit-datetime-edit-year-field {
  padding: 0;
}

.bt ::-webkit-inner-spin-button {
  height: auto;
}

.bt [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

.bt ::-webkit-search-decoration {
  -webkit-appearance: none;
}

.bt ::-webkit-color-swatch-wrapper {
  padding: 0;
}

.bt ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

.bt output {
  display: inline-block;
}

.bt iframe {
  border: 0;
}

.bt summary {
  display: list-item;
  cursor: pointer;
}

.bt progress {
  vertical-align: baseline;
}

.bt [hidden] {
  display: none !important;
}

.bt .lead {
  font-size: 1.25rem;
  font-weight: normal;
}

.bt .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bt .display-1 {
    font-size: 5rem;
  }
}
.bt .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bt .display-2 {
    font-size: 4.5rem;
  }
}
.bt .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bt .display-3 {
    font-size: 4rem;
  }
}
.bt .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bt .display-4 {
    font-size: 3.5rem;
  }
}
.bt .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bt .display-5 {
    font-size: 3rem;
  }
}
.bt .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bt .display-6 {
    font-size: 2.5rem;
  }
}
.bt .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.bt .list-inline {
  padding-left: 0;
  list-style: none;
}

.bt .list-inline-item {
  display: inline-block;
}

.bt .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.bt .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.bt .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.bt .blockquote > :last-child {
  margin-bottom: 0;
}

.bt .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.bt .blockquote-footer::before {
  content: "— ";
}

.bt .img-fluid {
  max-width: 100%;
  height: auto;
}

.bt .img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.bt .figure {
  display: inline-block;
}

.bt .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.bt .figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.bt .container,
.bt .container-fluid,
.bt .container-xxl,
.bt .container-xl,
.bt .container-lg,
.bt .container-md,
.bt .container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .bt .container-sm, .bt .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bt .container-md, .bt .container-sm, .bt .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bt .container-lg, .bt .container-md, .bt .container-sm, .bt .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bt .container-xl, .bt .container-lg, .bt .container-md, .bt .container-sm, .bt .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .bt .container-xxl, .bt .container-xl, .bt .container-lg, .bt .container-md, .bt .container-sm, .bt .container {
    max-width: 1320px;
  }
}
.bt :root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.bt .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.bt .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.bt .col {
  flex: 1 0 0%;
}

.bt .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.bt .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.bt .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.bt .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.bt .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.bt .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.bt .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.bt .col-auto {
  flex: 0 0 auto;
  width: auto;
}

.bt .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.bt .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.bt .col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.bt .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.bt .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.bt .col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.bt .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.bt .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.bt .col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.bt .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.bt .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.bt .col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.bt .offset-1 {
  margin-left: 8.33333333%;
}

.bt .offset-2 {
  margin-left: 16.66666667%;
}

.bt .offset-3 {
  margin-left: 25%;
}

.bt .offset-4 {
  margin-left: 33.33333333%;
}

.bt .offset-5 {
  margin-left: 41.66666667%;
}

.bt .offset-6 {
  margin-left: 50%;
}

.bt .offset-7 {
  margin-left: 58.33333333%;
}

.bt .offset-8 {
  margin-left: 66.66666667%;
}

.bt .offset-9 {
  margin-left: 75%;
}

.bt .offset-10 {
  margin-left: 83.33333333%;
}

.bt .offset-11 {
  margin-left: 91.66666667%;
}

.bt .g-0,
.bt .gx-0 {
  --bs-gutter-x: 0;
}

.bt .g-0,
.bt .gy-0 {
  --bs-gutter-y: 0;
}

.bt .g-1,
.bt .gx-1 {
  --bs-gutter-x: 0.25rem;
}

.bt .g-1,
.bt .gy-1 {
  --bs-gutter-y: 0.25rem;
}

.bt .g-2,
.bt .gx-2 {
  --bs-gutter-x: 0.5rem;
}

.bt .g-2,
.bt .gy-2 {
  --bs-gutter-y: 0.5rem;
}

.bt .g-3,
.bt .gx-3 {
  --bs-gutter-x: 1rem;
}

.bt .g-3,
.bt .gy-3 {
  --bs-gutter-y: 1rem;
}

.bt .g-4,
.bt .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.bt .g-4,
.bt .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.bt .g-5,
.bt .gx-5 {
  --bs-gutter-x: 3rem;
}

.bt .g-5,
.bt .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .bt .col-sm {
    flex: 1 0 0%;
  }
  .bt .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bt .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bt .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bt .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bt .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bt .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bt .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bt .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bt .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .offset-sm-0 {
    margin-left: 0;
  }
  .bt .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .bt .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .bt .offset-sm-3 {
    margin-left: 25%;
  }
  .bt .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .bt .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .bt .offset-sm-6 {
    margin-left: 50%;
  }
  .bt .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .bt .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .bt .offset-sm-9 {
    margin-left: 75%;
  }
  .bt .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .bt .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .bt .g-sm-0,
  .bt .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .bt .g-sm-0,
  .bt .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .bt .g-sm-1,
  .bt .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bt .g-sm-1,
  .bt .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bt .g-sm-2,
  .bt .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bt .g-sm-2,
  .bt .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bt .g-sm-3,
  .bt .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .bt .g-sm-3,
  .bt .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .bt .g-sm-4,
  .bt .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bt .g-sm-4,
  .bt .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bt .g-sm-5,
  .bt .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .bt .g-sm-5,
  .bt .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .bt .col-md {
    flex: 1 0 0%;
  }
  .bt .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bt .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bt .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bt .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bt .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bt .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bt .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bt .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bt .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .offset-md-0 {
    margin-left: 0;
  }
  .bt .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .bt .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .bt .offset-md-3 {
    margin-left: 25%;
  }
  .bt .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .bt .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .bt .offset-md-6 {
    margin-left: 50%;
  }
  .bt .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .bt .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .bt .offset-md-9 {
    margin-left: 75%;
  }
  .bt .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .bt .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .bt .g-md-0,
  .bt .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .bt .g-md-0,
  .bt .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .bt .g-md-1,
  .bt .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bt .g-md-1,
  .bt .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bt .g-md-2,
  .bt .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bt .g-md-2,
  .bt .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bt .g-md-3,
  .bt .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .bt .g-md-3,
  .bt .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .bt .g-md-4,
  .bt .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bt .g-md-4,
  .bt .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bt .g-md-5,
  .bt .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .bt .g-md-5,
  .bt .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .bt .col-lg {
    flex: 1 0 0%;
  }
  .bt .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bt .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bt .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bt .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bt .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bt .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bt .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bt .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bt .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .offset-lg-0 {
    margin-left: 0;
  }
  .bt .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .bt .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .bt .offset-lg-3 {
    margin-left: 25%;
  }
  .bt .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .bt .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .bt .offset-lg-6 {
    margin-left: 50%;
  }
  .bt .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .bt .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .bt .offset-lg-9 {
    margin-left: 75%;
  }
  .bt .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .bt .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .bt .g-lg-0,
  .bt .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .bt .g-lg-0,
  .bt .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .bt .g-lg-1,
  .bt .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bt .g-lg-1,
  .bt .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bt .g-lg-2,
  .bt .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bt .g-lg-2,
  .bt .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bt .g-lg-3,
  .bt .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .bt .g-lg-3,
  .bt .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .bt .g-lg-4,
  .bt .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bt .g-lg-4,
  .bt .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bt .g-lg-5,
  .bt .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .bt .g-lg-5,
  .bt .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .bt .col-xl {
    flex: 1 0 0%;
  }
  .bt .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bt .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bt .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bt .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bt .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bt .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bt .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bt .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bt .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .offset-xl-0 {
    margin-left: 0;
  }
  .bt .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .bt .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .bt .offset-xl-3 {
    margin-left: 25%;
  }
  .bt .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .bt .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .bt .offset-xl-6 {
    margin-left: 50%;
  }
  .bt .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .bt .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .bt .offset-xl-9 {
    margin-left: 75%;
  }
  .bt .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .bt .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .bt .g-xl-0,
  .bt .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .bt .g-xl-0,
  .bt .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .bt .g-xl-1,
  .bt .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bt .g-xl-1,
  .bt .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bt .g-xl-2,
  .bt .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bt .g-xl-2,
  .bt .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bt .g-xl-3,
  .bt .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .bt .g-xl-3,
  .bt .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .bt .g-xl-4,
  .bt .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bt .g-xl-4,
  .bt .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bt .g-xl-5,
  .bt .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .bt .g-xl-5,
  .bt .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .bt .col-xxl {
    flex: 1 0 0%;
  }
  .bt .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bt .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bt .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bt .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bt .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bt .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bt .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bt .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bt .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .offset-xxl-0 {
    margin-left: 0;
  }
  .bt .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .bt .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .bt .offset-xxl-3 {
    margin-left: 25%;
  }
  .bt .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .bt .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .bt .offset-xxl-6 {
    margin-left: 50%;
  }
  .bt .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .bt .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .bt .offset-xxl-9 {
    margin-left: 75%;
  }
  .bt .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .bt .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .bt .g-xxl-0,
  .bt .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .bt .g-xxl-0,
  .bt .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .bt .g-xxl-1,
  .bt .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bt .g-xxl-1,
  .bt .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bt .g-xxl-2,
  .bt .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bt .g-xxl-2,
  .bt .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bt .g-xxl-3,
  .bt .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .bt .g-xxl-3,
  .bt .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .bt .g-xxl-4,
  .bt .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bt .g-xxl-4,
  .bt .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bt .g-xxl-5,
  .bt .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .bt .g-xxl-5,
  .bt .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.bt .fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .bt .fade {
    transition: none;
  }
}
.bt .fade:not(.show) {
  opacity: 0;
}

.bt .collapse:not(.show) {
  display: none;
}

.bt .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .bt .collapsing {
    transition: none;
  }
}
.bt .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .bt .collapsing.collapse-horizontal {
    transition: none;
  }
}
.bt .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.bt .text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.bt .text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.bt .text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.bt .text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.bt .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.bt .text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.bt .text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.bt .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.bt .link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.bt .link-primary:hover, .bt .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.bt .link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.bt .link-secondary:hover, .bt .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.bt .link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.bt .link-success:hover, .bt .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.bt .link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.bt .link-info:hover, .bt .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.bt .link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.bt .link-warning:hover, .bt .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.bt .link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.bt .link-danger:hover, .bt .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.bt .link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.bt .link-light:hover, .bt .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.bt .link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.bt .link-dark:hover, .bt .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.bt .link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.bt .link-body-emphasis:hover, .bt .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.bt .focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.bt .icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

.bt .icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  .bt .icon-link > .bi {
    transition: none;
  }
}
.bt .icon-link-hover:hover > .bi, .bt .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.bt .ratio {
  position: relative;
  width: 100%;
}

.bt .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.bt .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bt .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.bt .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.bt .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.bt .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.bt .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.bt .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.bt .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.bt .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .bt .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bt .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .bt .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bt .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .bt .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bt .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .bt .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bt .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .bt .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bt .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.bt .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.bt .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.bt .visually-hidden,
.bt .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.bt .visually-hidden:not(caption),
.bt .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.bt .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.bt .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bt .vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.bt .align-baseline {
  vertical-align: baseline !important;
}

.bt .align-top {
  vertical-align: top !important;
}

.bt .align-middle {
  vertical-align: middle !important;
}

.bt .align-bottom {
  vertical-align: bottom !important;
}

.bt .align-text-bottom {
  vertical-align: text-bottom !important;
}

.bt .align-text-top {
  vertical-align: text-top !important;
}

.bt .float-start {
  float: left !important;
}

.bt .float-end {
  float: right !important;
}

.bt .float-none {
  float: none !important;
}

.bt .object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.bt .object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.bt .object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.bt .object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.bt .object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.bt .opacity-0 {
  opacity: 0 !important;
}

.bt .opacity-25 {
  opacity: 0.25 !important;
}

.bt .opacity-50 {
  opacity: 0.5 !important;
}

.bt .opacity-75 {
  opacity: 0.75 !important;
}

.bt .opacity-100 {
  opacity: 1 !important;
}

.bt .overflow-auto {
  overflow: auto !important;
}

.bt .overflow-hidden {
  overflow: hidden !important;
}

.bt .overflow-visible {
  overflow: visible !important;
}

.bt .overflow-scroll {
  overflow: scroll !important;
}

.bt .overflow-x-auto {
  overflow-x: auto !important;
}

.bt .overflow-x-hidden {
  overflow-x: hidden !important;
}

.bt .overflow-x-visible {
  overflow-x: visible !important;
}

.bt .overflow-x-scroll {
  overflow-x: scroll !important;
}

.bt .overflow-y-auto {
  overflow-y: auto !important;
}

.bt .overflow-y-hidden {
  overflow-y: hidden !important;
}

.bt .overflow-y-visible {
  overflow-y: visible !important;
}

.bt .overflow-y-scroll {
  overflow-y: scroll !important;
}

.bt .d-inline {
  display: inline !important;
}

.bt .d-inline-block {
  display: inline-block !important;
}

.bt .d-block {
  display: block !important;
}

.bt .d-grid {
  display: grid !important;
}

.bt .d-inline-grid {
  display: inline-grid !important;
}

.bt .d-table {
  display: table !important;
}

.bt .d-table-row {
  display: table-row !important;
}

.bt .d-table-cell {
  display: table-cell !important;
}

.bt .d-flex {
  display: flex !important;
}

.bt .d-inline-flex {
  display: inline-flex !important;
}

.bt .d-none {
  display: none !important;
}

.bt .shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.bt .shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.bt .shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.bt .shadow-none {
  box-shadow: none !important;
}

.bt .focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.bt .focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.bt .focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.bt .focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.bt .focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.bt .focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.bt .focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.bt .focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.bt .position-static {
  position: static !important;
}

.bt .position-relative {
  position: relative !important;
}

.bt .position-absolute {
  position: absolute !important;
}

.bt .position-fixed {
  position: fixed !important;
}

.bt .position-sticky {
  position: sticky !important;
}

.bt .top-0 {
  top: 0 !important;
}

.bt .top-50 {
  top: 50% !important;
}

.bt .top-100 {
  top: 100% !important;
}

.bt .bottom-0 {
  bottom: 0 !important;
}

.bt .bottom-50 {
  bottom: 50% !important;
}

.bt .bottom-100 {
  bottom: 100% !important;
}

.bt .start-0 {
  left: 0 !important;
}

.bt .start-50 {
  left: 50% !important;
}

.bt .start-100 {
  left: 100% !important;
}

.bt .end-0 {
  right: 0 !important;
}

.bt .end-50 {
  right: 50% !important;
}

.bt .end-100 {
  right: 100% !important;
}

.bt .translate-middle {
  transform: translate(-50%, -50%) !important;
}

.bt .translate-middle-x {
  transform: translateX(-50%) !important;
}

.bt .translate-middle-y {
  transform: translateY(-50%) !important;
}

.bt .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.bt .border-0 {
  border: 0 !important;
}

.bt .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.bt .border-top-0 {
  border-top: 0 !important;
}

.bt .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.bt .border-end-0 {
  border-right: 0 !important;
}

.bt .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.bt .border-bottom-0 {
  border-bottom: 0 !important;
}

.bt .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.bt .border-start-0 {
  border-left: 0 !important;
}

.bt .border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.bt .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.bt .border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.bt .border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.bt .border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.bt .border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.bt .border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.bt .border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.bt .border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.bt .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.bt .border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.bt .border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.bt .border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.bt .border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.bt .border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.bt .border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.bt .border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.bt .border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.bt .border-1 {
  border-width: 1px !important;
}

.bt .border-2 {
  border-width: 2px !important;
}

.bt .border-3 {
  border-width: 3px !important;
}

.bt .border-4 {
  border-width: 4px !important;
}

.bt .border-5 {
  border-width: 5px !important;
}

.bt .border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.bt .border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.bt .border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.bt .border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.bt .border-opacity-100 {
  --bs-border-opacity: 1;
}

.bt .w-25 {
  width: 25% !important;
}

.bt .w-50 {
  width: 50% !important;
}

.bt .w-75 {
  width: 75% !important;
}

.bt .w-100 {
  width: 100% !important;
}

.bt .w-auto {
  width: auto !important;
}

.bt .mw-100 {
  max-width: 100% !important;
}

.bt .vw-100 {
  width: 100vw !important;
}

.bt .min-vw-100 {
  min-width: 100vw !important;
}

.bt .h-25 {
  height: 25% !important;
}

.bt .h-50 {
  height: 50% !important;
}

.bt .h-75 {
  height: 75% !important;
}

.bt .h-100 {
  height: 100% !important;
}

.bt .h-auto {
  height: auto !important;
}

.bt .mh-100 {
  max-height: 100% !important;
}

.bt .vh-100 {
  height: 100vh !important;
}

.bt .min-vh-100 {
  min-height: 100vh !important;
}

.bt .flex-fill {
  flex: 1 1 auto !important;
}

.bt .flex-row {
  flex-direction: row !important;
}

.bt .flex-column {
  flex-direction: column !important;
}

.bt .flex-row-reverse {
  flex-direction: row-reverse !important;
}

.bt .flex-column-reverse {
  flex-direction: column-reverse !important;
}

.bt .flex-grow-0 {
  flex-grow: 0 !important;
}

.bt .flex-grow-1 {
  flex-grow: 1 !important;
}

.bt .flex-shrink-0 {
  flex-shrink: 0 !important;
}

.bt .flex-shrink-1 {
  flex-shrink: 1 !important;
}

.bt .flex-wrap {
  flex-wrap: wrap !important;
}

.bt .flex-nowrap {
  flex-wrap: nowrap !important;
}

.bt .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.bt .justify-content-start {
  justify-content: flex-start !important;
}

.bt .justify-content-end {
  justify-content: flex-end !important;
}

.bt .justify-content-center {
  justify-content: center !important;
}

.bt .justify-content-between {
  justify-content: space-between !important;
}

.bt .justify-content-around {
  justify-content: space-around !important;
}

.bt .justify-content-evenly {
  justify-content: space-evenly !important;
}

.bt .align-items-start {
  align-items: flex-start !important;
}

.bt .align-items-end {
  align-items: flex-end !important;
}

.bt .align-items-center {
  align-items: center !important;
}

.bt .align-items-baseline {
  align-items: baseline !important;
}

.bt .align-items-stretch {
  align-items: stretch !important;
}

.bt .align-content-start {
  align-content: flex-start !important;
}

.bt .align-content-end {
  align-content: flex-end !important;
}

.bt .align-content-center {
  align-content: center !important;
}

.bt .align-content-between {
  align-content: space-between !important;
}

.bt .align-content-around {
  align-content: space-around !important;
}

.bt .align-content-stretch {
  align-content: stretch !important;
}

.bt .align-self-auto {
  align-self: auto !important;
}

.bt .align-self-start {
  align-self: flex-start !important;
}

.bt .align-self-end {
  align-self: flex-end !important;
}

.bt .align-self-center {
  align-self: center !important;
}

.bt .align-self-baseline {
  align-self: baseline !important;
}

.bt .align-self-stretch {
  align-self: stretch !important;
}

.bt .order-first {
  order: -1 !important;
}

.bt .order-0 {
  order: 0 !important;
}

.bt .order-1 {
  order: 1 !important;
}

.bt .order-2 {
  order: 2 !important;
}

.bt .order-3 {
  order: 3 !important;
}

.bt .order-4 {
  order: 4 !important;
}

.bt .order-5 {
  order: 5 !important;
}

.bt .order-last {
  order: 6 !important;
}

.bt .m-0 {
  margin: 0 !important;
}

.bt .m-1 {
  margin: 0.25rem !important;
}

.bt .m-2 {
  margin: 0.5rem !important;
}

.bt .m-3 {
  margin: 1rem !important;
}

.bt .m-4 {
  margin: 1.5rem !important;
}

.bt .m-5 {
  margin: 3rem !important;
}

.bt .m-auto {
  margin: auto !important;
}

.bt .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.bt .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.bt .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.bt .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.bt .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.bt .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.bt .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.bt .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.bt .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.bt .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.bt .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.bt .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.bt .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.bt .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.bt .mt-0 {
  margin-top: 0 !important;
}

.bt .mt-1 {
  margin-top: 0.25rem !important;
}

.bt .mt-2 {
  margin-top: 0.5rem !important;
}

.bt .mt-3 {
  margin-top: 1rem !important;
}

.bt .mt-4 {
  margin-top: 1.5rem !important;
}

.bt .mt-5 {
  margin-top: 3rem !important;
}

.bt .mt-auto {
  margin-top: auto !important;
}

.bt .me-0 {
  margin-right: 0 !important;
}

.bt .me-1 {
  margin-right: 0.25rem !important;
}

.bt .me-2 {
  margin-right: 0.5rem !important;
}

.bt .me-3 {
  margin-right: 1rem !important;
}

.bt .me-4 {
  margin-right: 1.5rem !important;
}

.bt .me-5 {
  margin-right: 3rem !important;
}

.bt .me-auto {
  margin-right: auto !important;
}

.bt .mb-0 {
  margin-bottom: 0 !important;
}

.bt .mb-1 {
  margin-bottom: 0.25rem !important;
}

.bt .mb-2 {
  margin-bottom: 0.5rem !important;
}

.bt .mb-3 {
  margin-bottom: 1rem !important;
}

.bt .mb-4 {
  margin-bottom: 1.5rem !important;
}

.bt .mb-5 {
  margin-bottom: 3rem !important;
}

.bt .mb-auto {
  margin-bottom: auto !important;
}

.bt .ms-0 {
  margin-left: 0 !important;
}

.bt .ms-1 {
  margin-left: 0.25rem !important;
}

.bt .ms-2 {
  margin-left: 0.5rem !important;
}

.bt .ms-3 {
  margin-left: 1rem !important;
}

.bt .ms-4 {
  margin-left: 1.5rem !important;
}

.bt .ms-5 {
  margin-left: 3rem !important;
}

.bt .ms-auto {
  margin-left: auto !important;
}

.bt .p-0 {
  padding: 0 !important;
}

.bt .p-1 {
  padding: 0.25rem !important;
}

.bt .p-2 {
  padding: 0.5rem !important;
}

.bt .p-3 {
  padding: 1rem !important;
}

.bt .p-4 {
  padding: 1.5rem !important;
}

.bt .p-5 {
  padding: 3rem !important;
}

.bt .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.bt .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.bt .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.bt .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.bt .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.bt .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.bt .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.bt .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.bt .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.bt .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.bt .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.bt .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.bt .pt-0 {
  padding-top: 0 !important;
}

.bt .pt-1 {
  padding-top: 0.25rem !important;
}

.bt .pt-2 {
  padding-top: 0.5rem !important;
}

.bt .pt-3 {
  padding-top: 1rem !important;
}

.bt .pt-4 {
  padding-top: 1.5rem !important;
}

.bt .pt-5 {
  padding-top: 3rem !important;
}

.bt .pe-0 {
  padding-right: 0 !important;
}

.bt .pe-1 {
  padding-right: 0.25rem !important;
}

.bt .pe-2 {
  padding-right: 0.5rem !important;
}

.bt .pe-3 {
  padding-right: 1rem !important;
}

.bt .pe-4 {
  padding-right: 1.5rem !important;
}

.bt .pe-5 {
  padding-right: 3rem !important;
}

.bt .pb-0 {
  padding-bottom: 0 !important;
}

.bt .pb-1 {
  padding-bottom: 0.25rem !important;
}

.bt .pb-2 {
  padding-bottom: 0.5rem !important;
}

.bt .pb-3 {
  padding-bottom: 1rem !important;
}

.bt .pb-4 {
  padding-bottom: 1.5rem !important;
}

.bt .pb-5 {
  padding-bottom: 3rem !important;
}

.bt .ps-0 {
  padding-left: 0 !important;
}

.bt .ps-1 {
  padding-left: 0.25rem !important;
}

.bt .ps-2 {
  padding-left: 0.5rem !important;
}

.bt .ps-3 {
  padding-left: 1rem !important;
}

.bt .ps-4 {
  padding-left: 1.5rem !important;
}

.bt .ps-5 {
  padding-left: 3rem !important;
}

.bt .gap-0 {
  gap: 0 !important;
}

.bt .gap-1 {
  gap: 0.25rem !important;
}

.bt .gap-2 {
  gap: 0.5rem !important;
}

.bt .gap-3 {
  gap: 1rem !important;
}

.bt .gap-4 {
  gap: 1.5rem !important;
}

.bt .gap-5 {
  gap: 3rem !important;
}

.bt .row-gap-0 {
  row-gap: 0 !important;
}

.bt .row-gap-1 {
  row-gap: 0.25rem !important;
}

.bt .row-gap-2 {
  row-gap: 0.5rem !important;
}

.bt .row-gap-3 {
  row-gap: 1rem !important;
}

.bt .row-gap-4 {
  row-gap: 1.5rem !important;
}

.bt .row-gap-5 {
  row-gap: 3rem !important;
}

.bt .column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.bt .column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.bt .column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.bt .column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.bt .column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.bt .column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.bt .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.bt .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.bt .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.bt .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.bt .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.bt .fs-5 {
  font-size: 1.25rem !important;
}

.bt .fs-6 {
  font-size: 1rem !important;
}

.bt .fst-italic {
  font-style: italic !important;
}

.bt .fst-normal {
  font-style: normal !important;
}

.bt .fw-lighter {
  font-weight: lighter !important;
}

.bt .fw-light {
  font-weight: 300 !important;
}

.bt .fw-normal {
  font-weight: 400 !important;
}

.bt .fw-medium {
  font-weight: 500 !important;
}

.bt .fw-semibold {
  font-weight: 600 !important;
}

.bt .fw-bold {
  font-weight: 700 !important;
}

.bt .fw-bolder {
  font-weight: bolder !important;
}

.bt .lh-1 {
  line-height: 1 !important;
}

.bt .lh-sm {
  line-height: 1.25 !important;
}

.bt .lh-base {
  line-height: 1.5 !important;
}

.bt .lh-lg {
  line-height: 2 !important;
}

.bt .text-start {
  text-align: left !important;
}

.bt .text-end {
  text-align: right !important;
}

.bt .text-center {
  text-align: center !important;
}

.bt .text-decoration-none {
  text-decoration: none !important;
}

.bt .text-decoration-underline {
  text-decoration: underline !important;
}

.bt .text-decoration-line-through {
  text-decoration: line-through !important;
}

.bt .text-lowercase {
  text-transform: lowercase !important;
}

.bt .text-uppercase {
  text-transform: uppercase !important;
}

.bt .text-capitalize {
  text-transform: capitalize !important;
}

.bt .text-wrap {
  white-space: normal !important;
}

.bt .text-nowrap {
  white-space: nowrap !important;
}

.bt .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.bt .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.bt .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.bt .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.bt .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.bt .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.bt .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.bt .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.bt .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.bt .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.bt .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.bt .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.bt .text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.bt .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.bt .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.bt .text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.bt .text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.bt .text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.bt .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.bt .text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.bt .text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.bt .text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.bt .text-opacity-100 {
  --bs-text-opacity: 1;
}

.bt .text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.bt .text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.bt .text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.bt .text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.bt .text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.bt .text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.bt .text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.bt .text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.bt .link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.bt .link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.bt .link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.bt .link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.bt .link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.bt .link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.bt .link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.bt .link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.bt .link-opacity-100 {
  --bs-link-opacity: 1;
}

.bt .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.bt .link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.bt .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.bt .link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.bt .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.bt .link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.bt .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.bt .link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.bt .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.bt .link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.bt .link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.bt .link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.bt .link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.bt .link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.bt .link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.bt .link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.bt .link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.bt .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.bt .link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.bt .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.bt .link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.bt .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.bt .link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.bt .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.bt .link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.bt .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.bt .link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.bt .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bt .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bt .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bt .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bt .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bt .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bt .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bt .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bt .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bt .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bt .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bt .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bt .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bt .bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bt .bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bt .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bt .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bt .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bt .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bt .bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bt .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bt .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bt .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bt .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bt .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bt .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bt .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bt .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bt .bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.bt .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.bt .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.bt .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.bt .pe-none {
  pointer-events: none !important;
}

.bt .pe-auto {
  pointer-events: auto !important;
}

.bt .rounded {
  border-radius: var(--bs-border-radius) !important;
}

.bt .rounded-0 {
  border-radius: 0 !important;
}

.bt .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.bt .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.bt .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.bt .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.bt .rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.bt .rounded-circle {
  border-radius: 50% !important;
}

.bt .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.bt .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.bt .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.bt .rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.bt .rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.bt .rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.bt .rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.bt .rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.bt .rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.bt .rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.bt .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.bt .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.bt .rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.bt .rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.bt .rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.bt .rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.bt .rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.bt .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.bt .rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.bt .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.bt .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.bt .rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.bt .rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.bt .rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.bt .rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.bt .rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.bt .rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.bt .rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.bt .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.bt .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.bt .rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.bt .rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.bt .rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.bt .rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.bt .rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.bt .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.bt .rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.bt .visible {
  visibility: visible !important;
}

.bt .invisible {
  visibility: hidden !important;
}

.bt .z-n1 {
  z-index: -1 !important;
}

.bt .z-0 {
  z-index: 0 !important;
}

.bt .z-1 {
  z-index: 1 !important;
}

.bt .z-2 {
  z-index: 2 !important;
}

.bt .z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .bt .float-sm-start {
    float: left !important;
  }
  .bt .float-sm-end {
    float: right !important;
  }
  .bt .float-sm-none {
    float: none !important;
  }
  .bt .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .bt .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .bt .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .bt .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .bt .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .bt .d-sm-inline {
    display: inline !important;
  }
  .bt .d-sm-inline-block {
    display: inline-block !important;
  }
  .bt .d-sm-block {
    display: block !important;
  }
  .bt .d-sm-grid {
    display: grid !important;
  }
  .bt .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .bt .d-sm-table {
    display: table !important;
  }
  .bt .d-sm-table-row {
    display: table-row !important;
  }
  .bt .d-sm-table-cell {
    display: table-cell !important;
  }
  .bt .d-sm-flex {
    display: flex !important;
  }
  .bt .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .bt .d-sm-none {
    display: none !important;
  }
  .bt .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .bt .flex-sm-row {
    flex-direction: row !important;
  }
  .bt .flex-sm-column {
    flex-direction: column !important;
  }
  .bt .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bt .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bt .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .bt .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .bt .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bt .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bt .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .bt .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .bt .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bt .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bt .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bt .justify-content-sm-center {
    justify-content: center !important;
  }
  .bt .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bt .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bt .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .bt .align-items-sm-start {
    align-items: flex-start !important;
  }
  .bt .align-items-sm-end {
    align-items: flex-end !important;
  }
  .bt .align-items-sm-center {
    align-items: center !important;
  }
  .bt .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bt .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bt .align-content-sm-start {
    align-content: flex-start !important;
  }
  .bt .align-content-sm-end {
    align-content: flex-end !important;
  }
  .bt .align-content-sm-center {
    align-content: center !important;
  }
  .bt .align-content-sm-between {
    align-content: space-between !important;
  }
  .bt .align-content-sm-around {
    align-content: space-around !important;
  }
  .bt .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bt .align-self-sm-auto {
    align-self: auto !important;
  }
  .bt .align-self-sm-start {
    align-self: flex-start !important;
  }
  .bt .align-self-sm-end {
    align-self: flex-end !important;
  }
  .bt .align-self-sm-center {
    align-self: center !important;
  }
  .bt .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .bt .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .bt .order-sm-first {
    order: -1 !important;
  }
  .bt .order-sm-0 {
    order: 0 !important;
  }
  .bt .order-sm-1 {
    order: 1 !important;
  }
  .bt .order-sm-2 {
    order: 2 !important;
  }
  .bt .order-sm-3 {
    order: 3 !important;
  }
  .bt .order-sm-4 {
    order: 4 !important;
  }
  .bt .order-sm-5 {
    order: 5 !important;
  }
  .bt .order-sm-last {
    order: 6 !important;
  }
  .bt .m-sm-0 {
    margin: 0 !important;
  }
  .bt .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bt .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bt .m-sm-3 {
    margin: 1rem !important;
  }
  .bt .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bt .m-sm-5 {
    margin: 3rem !important;
  }
  .bt .m-sm-auto {
    margin: auto !important;
  }
  .bt .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bt .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bt .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bt .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bt .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bt .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bt .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bt .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bt .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bt .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bt .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bt .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bt .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bt .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bt .mt-sm-0 {
    margin-top: 0 !important;
  }
  .bt .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bt .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bt .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .bt .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bt .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .bt .mt-sm-auto {
    margin-top: auto !important;
  }
  .bt .me-sm-0 {
    margin-right: 0 !important;
  }
  .bt .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bt .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bt .me-sm-3 {
    margin-right: 1rem !important;
  }
  .bt .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bt .me-sm-5 {
    margin-right: 3rem !important;
  }
  .bt .me-sm-auto {
    margin-right: auto !important;
  }
  .bt .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .bt .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bt .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bt .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bt .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bt .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bt .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .bt .ms-sm-0 {
    margin-left: 0 !important;
  }
  .bt .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bt .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bt .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .bt .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bt .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .bt .ms-sm-auto {
    margin-left: auto !important;
  }
  .bt .p-sm-0 {
    padding: 0 !important;
  }
  .bt .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bt .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bt .p-sm-3 {
    padding: 1rem !important;
  }
  .bt .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bt .p-sm-5 {
    padding: 3rem !important;
  }
  .bt .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bt .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bt .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bt .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bt .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bt .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bt .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bt .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bt .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bt .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bt .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bt .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bt .pt-sm-0 {
    padding-top: 0 !important;
  }
  .bt .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bt .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bt .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .bt .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bt .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .bt .pe-sm-0 {
    padding-right: 0 !important;
  }
  .bt .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bt .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bt .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .bt .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bt .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .bt .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .bt .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bt .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bt .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bt .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bt .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bt .ps-sm-0 {
    padding-left: 0 !important;
  }
  .bt .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bt .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bt .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .bt .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bt .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .bt .gap-sm-0 {
    gap: 0 !important;
  }
  .bt .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .bt .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .bt .gap-sm-3 {
    gap: 1rem !important;
  }
  .bt .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .bt .gap-sm-5 {
    gap: 3rem !important;
  }
  .bt .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .bt .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .bt .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .bt .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .bt .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .bt .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .bt .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .bt .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .bt .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .bt .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .bt .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .bt .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .bt .text-sm-start {
    text-align: left !important;
  }
  .bt .text-sm-end {
    text-align: right !important;
  }
  .bt .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .bt .float-md-start {
    float: left !important;
  }
  .bt .float-md-end {
    float: right !important;
  }
  .bt .float-md-none {
    float: none !important;
  }
  .bt .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .bt .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .bt .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .bt .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .bt .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .bt .d-md-inline {
    display: inline !important;
  }
  .bt .d-md-inline-block {
    display: inline-block !important;
  }
  .bt .d-md-block {
    display: block !important;
  }
  .bt .d-md-grid {
    display: grid !important;
  }
  .bt .d-md-inline-grid {
    display: inline-grid !important;
  }
  .bt .d-md-table {
    display: table !important;
  }
  .bt .d-md-table-row {
    display: table-row !important;
  }
  .bt .d-md-table-cell {
    display: table-cell !important;
  }
  .bt .d-md-flex {
    display: flex !important;
  }
  .bt .d-md-inline-flex {
    display: inline-flex !important;
  }
  .bt .d-md-none {
    display: none !important;
  }
  .bt .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bt .flex-md-row {
    flex-direction: row !important;
  }
  .bt .flex-md-column {
    flex-direction: column !important;
  }
  .bt .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bt .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bt .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bt .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bt .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bt .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bt .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bt .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bt .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bt .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bt .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bt .justify-content-md-center {
    justify-content: center !important;
  }
  .bt .justify-content-md-between {
    justify-content: space-between !important;
  }
  .bt .justify-content-md-around {
    justify-content: space-around !important;
  }
  .bt .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .bt .align-items-md-start {
    align-items: flex-start !important;
  }
  .bt .align-items-md-end {
    align-items: flex-end !important;
  }
  .bt .align-items-md-center {
    align-items: center !important;
  }
  .bt .align-items-md-baseline {
    align-items: baseline !important;
  }
  .bt .align-items-md-stretch {
    align-items: stretch !important;
  }
  .bt .align-content-md-start {
    align-content: flex-start !important;
  }
  .bt .align-content-md-end {
    align-content: flex-end !important;
  }
  .bt .align-content-md-center {
    align-content: center !important;
  }
  .bt .align-content-md-between {
    align-content: space-between !important;
  }
  .bt .align-content-md-around {
    align-content: space-around !important;
  }
  .bt .align-content-md-stretch {
    align-content: stretch !important;
  }
  .bt .align-self-md-auto {
    align-self: auto !important;
  }
  .bt .align-self-md-start {
    align-self: flex-start !important;
  }
  .bt .align-self-md-end {
    align-self: flex-end !important;
  }
  .bt .align-self-md-center {
    align-self: center !important;
  }
  .bt .align-self-md-baseline {
    align-self: baseline !important;
  }
  .bt .align-self-md-stretch {
    align-self: stretch !important;
  }
  .bt .order-md-first {
    order: -1 !important;
  }
  .bt .order-md-0 {
    order: 0 !important;
  }
  .bt .order-md-1 {
    order: 1 !important;
  }
  .bt .order-md-2 {
    order: 2 !important;
  }
  .bt .order-md-3 {
    order: 3 !important;
  }
  .bt .order-md-4 {
    order: 4 !important;
  }
  .bt .order-md-5 {
    order: 5 !important;
  }
  .bt .order-md-last {
    order: 6 !important;
  }
  .bt .m-md-0 {
    margin: 0 !important;
  }
  .bt .m-md-1 {
    margin: 0.25rem !important;
  }
  .bt .m-md-2 {
    margin: 0.5rem !important;
  }
  .bt .m-md-3 {
    margin: 1rem !important;
  }
  .bt .m-md-4 {
    margin: 1.5rem !important;
  }
  .bt .m-md-5 {
    margin: 3rem !important;
  }
  .bt .m-md-auto {
    margin: auto !important;
  }
  .bt .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bt .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bt .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bt .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bt .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bt .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bt .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bt .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bt .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bt .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bt .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bt .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bt .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bt .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bt .mt-md-0 {
    margin-top: 0 !important;
  }
  .bt .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .bt .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .bt .mt-md-3 {
    margin-top: 1rem !important;
  }
  .bt .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .bt .mt-md-5 {
    margin-top: 3rem !important;
  }
  .bt .mt-md-auto {
    margin-top: auto !important;
  }
  .bt .me-md-0 {
    margin-right: 0 !important;
  }
  .bt .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .bt .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .bt .me-md-3 {
    margin-right: 1rem !important;
  }
  .bt .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .bt .me-md-5 {
    margin-right: 3rem !important;
  }
  .bt .me-md-auto {
    margin-right: auto !important;
  }
  .bt .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .bt .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bt .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bt .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .bt .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bt .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .bt .mb-md-auto {
    margin-bottom: auto !important;
  }
  .bt .ms-md-0 {
    margin-left: 0 !important;
  }
  .bt .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .bt .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .bt .ms-md-3 {
    margin-left: 1rem !important;
  }
  .bt .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .bt .ms-md-5 {
    margin-left: 3rem !important;
  }
  .bt .ms-md-auto {
    margin-left: auto !important;
  }
  .bt .p-md-0 {
    padding: 0 !important;
  }
  .bt .p-md-1 {
    padding: 0.25rem !important;
  }
  .bt .p-md-2 {
    padding: 0.5rem !important;
  }
  .bt .p-md-3 {
    padding: 1rem !important;
  }
  .bt .p-md-4 {
    padding: 1.5rem !important;
  }
  .bt .p-md-5 {
    padding: 3rem !important;
  }
  .bt .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bt .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bt .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bt .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bt .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bt .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bt .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bt .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bt .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bt .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bt .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bt .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bt .pt-md-0 {
    padding-top: 0 !important;
  }
  .bt .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .bt .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .bt .pt-md-3 {
    padding-top: 1rem !important;
  }
  .bt .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .bt .pt-md-5 {
    padding-top: 3rem !important;
  }
  .bt .pe-md-0 {
    padding-right: 0 !important;
  }
  .bt .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .bt .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .bt .pe-md-3 {
    padding-right: 1rem !important;
  }
  .bt .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .bt .pe-md-5 {
    padding-right: 3rem !important;
  }
  .bt .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .bt .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bt .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bt .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .bt .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bt .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .bt .ps-md-0 {
    padding-left: 0 !important;
  }
  .bt .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .bt .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .bt .ps-md-3 {
    padding-left: 1rem !important;
  }
  .bt .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .bt .ps-md-5 {
    padding-left: 3rem !important;
  }
  .bt .gap-md-0 {
    gap: 0 !important;
  }
  .bt .gap-md-1 {
    gap: 0.25rem !important;
  }
  .bt .gap-md-2 {
    gap: 0.5rem !important;
  }
  .bt .gap-md-3 {
    gap: 1rem !important;
  }
  .bt .gap-md-4 {
    gap: 1.5rem !important;
  }
  .bt .gap-md-5 {
    gap: 3rem !important;
  }
  .bt .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .bt .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .bt .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .bt .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .bt .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .bt .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .bt .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .bt .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .bt .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .bt .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .bt .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .bt .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .bt .text-md-start {
    text-align: left !important;
  }
  .bt .text-md-end {
    text-align: right !important;
  }
  .bt .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .bt .float-lg-start {
    float: left !important;
  }
  .bt .float-lg-end {
    float: right !important;
  }
  .bt .float-lg-none {
    float: none !important;
  }
  .bt .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .bt .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .bt .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .bt .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .bt .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .bt .d-lg-inline {
    display: inline !important;
  }
  .bt .d-lg-inline-block {
    display: inline-block !important;
  }
  .bt .d-lg-block {
    display: block !important;
  }
  .bt .d-lg-grid {
    display: grid !important;
  }
  .bt .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .bt .d-lg-table {
    display: table !important;
  }
  .bt .d-lg-table-row {
    display: table-row !important;
  }
  .bt .d-lg-table-cell {
    display: table-cell !important;
  }
  .bt .d-lg-flex {
    display: flex !important;
  }
  .bt .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .bt .d-lg-none {
    display: none !important;
  }
  .bt .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .bt .flex-lg-row {
    flex-direction: row !important;
  }
  .bt .flex-lg-column {
    flex-direction: column !important;
  }
  .bt .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bt .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bt .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .bt .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .bt .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bt .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bt .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .bt .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .bt .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bt .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .bt .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .bt .justify-content-lg-center {
    justify-content: center !important;
  }
  .bt .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .bt .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .bt .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .bt .align-items-lg-start {
    align-items: flex-start !important;
  }
  .bt .align-items-lg-end {
    align-items: flex-end !important;
  }
  .bt .align-items-lg-center {
    align-items: center !important;
  }
  .bt .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .bt .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .bt .align-content-lg-start {
    align-content: flex-start !important;
  }
  .bt .align-content-lg-end {
    align-content: flex-end !important;
  }
  .bt .align-content-lg-center {
    align-content: center !important;
  }
  .bt .align-content-lg-between {
    align-content: space-between !important;
  }
  .bt .align-content-lg-around {
    align-content: space-around !important;
  }
  .bt .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .bt .align-self-lg-auto {
    align-self: auto !important;
  }
  .bt .align-self-lg-start {
    align-self: flex-start !important;
  }
  .bt .align-self-lg-end {
    align-self: flex-end !important;
  }
  .bt .align-self-lg-center {
    align-self: center !important;
  }
  .bt .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .bt .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .bt .order-lg-first {
    order: -1 !important;
  }
  .bt .order-lg-0 {
    order: 0 !important;
  }
  .bt .order-lg-1 {
    order: 1 !important;
  }
  .bt .order-lg-2 {
    order: 2 !important;
  }
  .bt .order-lg-3 {
    order: 3 !important;
  }
  .bt .order-lg-4 {
    order: 4 !important;
  }
  .bt .order-lg-5 {
    order: 5 !important;
  }
  .bt .order-lg-last {
    order: 6 !important;
  }
  .bt .m-lg-0 {
    margin: 0 !important;
  }
  .bt .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bt .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bt .m-lg-3 {
    margin: 1rem !important;
  }
  .bt .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bt .m-lg-5 {
    margin: 3rem !important;
  }
  .bt .m-lg-auto {
    margin: auto !important;
  }
  .bt .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bt .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bt .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bt .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bt .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bt .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bt .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bt .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bt .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bt .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bt .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bt .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bt .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bt .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bt .mt-lg-0 {
    margin-top: 0 !important;
  }
  .bt .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bt .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bt .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .bt .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bt .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .bt .mt-lg-auto {
    margin-top: auto !important;
  }
  .bt .me-lg-0 {
    margin-right: 0 !important;
  }
  .bt .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bt .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bt .me-lg-3 {
    margin-right: 1rem !important;
  }
  .bt .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bt .me-lg-5 {
    margin-right: 3rem !important;
  }
  .bt .me-lg-auto {
    margin-right: auto !important;
  }
  .bt .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .bt .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bt .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bt .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bt .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bt .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bt .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .bt .ms-lg-0 {
    margin-left: 0 !important;
  }
  .bt .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bt .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bt .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .bt .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bt .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .bt .ms-lg-auto {
    margin-left: auto !important;
  }
  .bt .p-lg-0 {
    padding: 0 !important;
  }
  .bt .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bt .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bt .p-lg-3 {
    padding: 1rem !important;
  }
  .bt .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bt .p-lg-5 {
    padding: 3rem !important;
  }
  .bt .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bt .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bt .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bt .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bt .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bt .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bt .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bt .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bt .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bt .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bt .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bt .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bt .pt-lg-0 {
    padding-top: 0 !important;
  }
  .bt .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bt .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bt .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .bt .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bt .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .bt .pe-lg-0 {
    padding-right: 0 !important;
  }
  .bt .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bt .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bt .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .bt .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bt .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .bt .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .bt .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bt .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bt .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bt .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bt .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bt .ps-lg-0 {
    padding-left: 0 !important;
  }
  .bt .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bt .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bt .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .bt .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bt .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .bt .gap-lg-0 {
    gap: 0 !important;
  }
  .bt .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .bt .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .bt .gap-lg-3 {
    gap: 1rem !important;
  }
  .bt .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .bt .gap-lg-5 {
    gap: 3rem !important;
  }
  .bt .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .bt .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .bt .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .bt .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .bt .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .bt .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .bt .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .bt .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .bt .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .bt .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .bt .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .bt .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .bt .text-lg-start {
    text-align: left !important;
  }
  .bt .text-lg-end {
    text-align: right !important;
  }
  .bt .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bt .float-xl-start {
    float: left !important;
  }
  .bt .float-xl-end {
    float: right !important;
  }
  .bt .float-xl-none {
    float: none !important;
  }
  .bt .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .bt .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .bt .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .bt .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .bt .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .bt .d-xl-inline {
    display: inline !important;
  }
  .bt .d-xl-inline-block {
    display: inline-block !important;
  }
  .bt .d-xl-block {
    display: block !important;
  }
  .bt .d-xl-grid {
    display: grid !important;
  }
  .bt .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .bt .d-xl-table {
    display: table !important;
  }
  .bt .d-xl-table-row {
    display: table-row !important;
  }
  .bt .d-xl-table-cell {
    display: table-cell !important;
  }
  .bt .d-xl-flex {
    display: flex !important;
  }
  .bt .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .bt .d-xl-none {
    display: none !important;
  }
  .bt .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .bt .flex-xl-row {
    flex-direction: row !important;
  }
  .bt .flex-xl-column {
    flex-direction: column !important;
  }
  .bt .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bt .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bt .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .bt .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .bt .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bt .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bt .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .bt .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bt .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bt .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .bt .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .bt .justify-content-xl-center {
    justify-content: center !important;
  }
  .bt .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .bt .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .bt .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .bt .align-items-xl-start {
    align-items: flex-start !important;
  }
  .bt .align-items-xl-end {
    align-items: flex-end !important;
  }
  .bt .align-items-xl-center {
    align-items: center !important;
  }
  .bt .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .bt .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .bt .align-content-xl-start {
    align-content: flex-start !important;
  }
  .bt .align-content-xl-end {
    align-content: flex-end !important;
  }
  .bt .align-content-xl-center {
    align-content: center !important;
  }
  .bt .align-content-xl-between {
    align-content: space-between !important;
  }
  .bt .align-content-xl-around {
    align-content: space-around !important;
  }
  .bt .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .bt .align-self-xl-auto {
    align-self: auto !important;
  }
  .bt .align-self-xl-start {
    align-self: flex-start !important;
  }
  .bt .align-self-xl-end {
    align-self: flex-end !important;
  }
  .bt .align-self-xl-center {
    align-self: center !important;
  }
  .bt .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .bt .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .bt .order-xl-first {
    order: -1 !important;
  }
  .bt .order-xl-0 {
    order: 0 !important;
  }
  .bt .order-xl-1 {
    order: 1 !important;
  }
  .bt .order-xl-2 {
    order: 2 !important;
  }
  .bt .order-xl-3 {
    order: 3 !important;
  }
  .bt .order-xl-4 {
    order: 4 !important;
  }
  .bt .order-xl-5 {
    order: 5 !important;
  }
  .bt .order-xl-last {
    order: 6 !important;
  }
  .bt .m-xl-0 {
    margin: 0 !important;
  }
  .bt .m-xl-1 {
    margin: 0.25rem !important;
  }
  .bt .m-xl-2 {
    margin: 0.5rem !important;
  }
  .bt .m-xl-3 {
    margin: 1rem !important;
  }
  .bt .m-xl-4 {
    margin: 1.5rem !important;
  }
  .bt .m-xl-5 {
    margin: 3rem !important;
  }
  .bt .m-xl-auto {
    margin: auto !important;
  }
  .bt .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bt .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bt .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bt .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bt .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bt .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bt .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bt .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bt .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bt .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bt .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bt .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bt .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bt .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bt .mt-xl-0 {
    margin-top: 0 !important;
  }
  .bt .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .bt .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .bt .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .bt .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bt .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .bt .mt-xl-auto {
    margin-top: auto !important;
  }
  .bt .me-xl-0 {
    margin-right: 0 !important;
  }
  .bt .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .bt .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .bt .me-xl-3 {
    margin-right: 1rem !important;
  }
  .bt .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bt .me-xl-5 {
    margin-right: 3rem !important;
  }
  .bt .me-xl-auto {
    margin-right: auto !important;
  }
  .bt .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .bt .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bt .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bt .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bt .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bt .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bt .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .bt .ms-xl-0 {
    margin-left: 0 !important;
  }
  .bt .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .bt .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .bt .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .bt .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bt .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .bt .ms-xl-auto {
    margin-left: auto !important;
  }
  .bt .p-xl-0 {
    padding: 0 !important;
  }
  .bt .p-xl-1 {
    padding: 0.25rem !important;
  }
  .bt .p-xl-2 {
    padding: 0.5rem !important;
  }
  .bt .p-xl-3 {
    padding: 1rem !important;
  }
  .bt .p-xl-4 {
    padding: 1.5rem !important;
  }
  .bt .p-xl-5 {
    padding: 3rem !important;
  }
  .bt .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bt .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bt .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bt .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bt .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bt .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bt .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bt .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bt .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bt .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bt .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bt .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bt .pt-xl-0 {
    padding-top: 0 !important;
  }
  .bt .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .bt .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .bt .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .bt .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bt .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .bt .pe-xl-0 {
    padding-right: 0 !important;
  }
  .bt .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .bt .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .bt .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .bt .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bt .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .bt .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .bt .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bt .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bt .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bt .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bt .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bt .ps-xl-0 {
    padding-left: 0 !important;
  }
  .bt .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .bt .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .bt .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .bt .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bt .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .bt .gap-xl-0 {
    gap: 0 !important;
  }
  .bt .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .bt .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .bt .gap-xl-3 {
    gap: 1rem !important;
  }
  .bt .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .bt .gap-xl-5 {
    gap: 3rem !important;
  }
  .bt .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .bt .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .bt .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .bt .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .bt .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .bt .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .bt .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .bt .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .bt .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .bt .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .bt .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .bt .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .bt .text-xl-start {
    text-align: left !important;
  }
  .bt .text-xl-end {
    text-align: right !important;
  }
  .bt .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .bt .float-xxl-start {
    float: left !important;
  }
  .bt .float-xxl-end {
    float: right !important;
  }
  .bt .float-xxl-none {
    float: none !important;
  }
  .bt .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .bt .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .bt .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .bt .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .bt .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .bt .d-xxl-inline {
    display: inline !important;
  }
  .bt .d-xxl-inline-block {
    display: inline-block !important;
  }
  .bt .d-xxl-block {
    display: block !important;
  }
  .bt .d-xxl-grid {
    display: grid !important;
  }
  .bt .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .bt .d-xxl-table {
    display: table !important;
  }
  .bt .d-xxl-table-row {
    display: table-row !important;
  }
  .bt .d-xxl-table-cell {
    display: table-cell !important;
  }
  .bt .d-xxl-flex {
    display: flex !important;
  }
  .bt .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .bt .d-xxl-none {
    display: none !important;
  }
  .bt .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .bt .flex-xxl-row {
    flex-direction: row !important;
  }
  .bt .flex-xxl-column {
    flex-direction: column !important;
  }
  .bt .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bt .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bt .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .bt .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .bt .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bt .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bt .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .bt .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bt .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bt .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .bt .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .bt .justify-content-xxl-center {
    justify-content: center !important;
  }
  .bt .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .bt .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .bt .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .bt .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .bt .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .bt .align-items-xxl-center {
    align-items: center !important;
  }
  .bt .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .bt .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .bt .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .bt .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .bt .align-content-xxl-center {
    align-content: center !important;
  }
  .bt .align-content-xxl-between {
    align-content: space-between !important;
  }
  .bt .align-content-xxl-around {
    align-content: space-around !important;
  }
  .bt .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .bt .align-self-xxl-auto {
    align-self: auto !important;
  }
  .bt .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .bt .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .bt .align-self-xxl-center {
    align-self: center !important;
  }
  .bt .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .bt .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .bt .order-xxl-first {
    order: -1 !important;
  }
  .bt .order-xxl-0 {
    order: 0 !important;
  }
  .bt .order-xxl-1 {
    order: 1 !important;
  }
  .bt .order-xxl-2 {
    order: 2 !important;
  }
  .bt .order-xxl-3 {
    order: 3 !important;
  }
  .bt .order-xxl-4 {
    order: 4 !important;
  }
  .bt .order-xxl-5 {
    order: 5 !important;
  }
  .bt .order-xxl-last {
    order: 6 !important;
  }
  .bt .m-xxl-0 {
    margin: 0 !important;
  }
  .bt .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .bt .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .bt .m-xxl-3 {
    margin: 1rem !important;
  }
  .bt .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .bt .m-xxl-5 {
    margin: 3rem !important;
  }
  .bt .m-xxl-auto {
    margin: auto !important;
  }
  .bt .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bt .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bt .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bt .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bt .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bt .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bt .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bt .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bt .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bt .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bt .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bt .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bt .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bt .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bt .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .bt .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .bt .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .bt .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .bt .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .bt .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .bt .mt-xxl-auto {
    margin-top: auto !important;
  }
  .bt .me-xxl-0 {
    margin-right: 0 !important;
  }
  .bt .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .bt .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .bt .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .bt .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .bt .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .bt .me-xxl-auto {
    margin-right: auto !important;
  }
  .bt .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .bt .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bt .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bt .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .bt .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bt .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .bt .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .bt .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .bt .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .bt .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .bt .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .bt .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .bt .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .bt .ms-xxl-auto {
    margin-left: auto !important;
  }
  .bt .p-xxl-0 {
    padding: 0 !important;
  }
  .bt .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .bt .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .bt .p-xxl-3 {
    padding: 1rem !important;
  }
  .bt .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .bt .p-xxl-5 {
    padding: 3rem !important;
  }
  .bt .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bt .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bt .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bt .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bt .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bt .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bt .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bt .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bt .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bt .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bt .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bt .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bt .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .bt .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .bt .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .bt .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .bt .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .bt .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .bt .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .bt .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .bt .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .bt .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .bt .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .bt .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .bt .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .bt .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bt .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bt .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .bt .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bt .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .bt .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .bt .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .bt .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .bt .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .bt .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .bt .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .bt .gap-xxl-0 {
    gap: 0 !important;
  }
  .bt .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .bt .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .bt .gap-xxl-3 {
    gap: 1rem !important;
  }
  .bt .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .bt .gap-xxl-5 {
    gap: 3rem !important;
  }
  .bt .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .bt .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .bt .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .bt .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .bt .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .bt .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .bt .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .bt .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .bt .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .bt .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .bt .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .bt .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .bt .text-xxl-start {
    text-align: left !important;
  }
  .bt .text-xxl-end {
    text-align: right !important;
  }
  .bt .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bt .fs-1 {
    font-size: 2.5rem !important;
  }
  .bt .fs-2 {
    font-size: 2rem !important;
  }
  .bt .fs-3 {
    font-size: 1.75rem !important;
  }
  .bt .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .bt .d-print-inline {
    display: inline !important;
  }
  .bt .d-print-inline-block {
    display: inline-block !important;
  }
  .bt .d-print-block {
    display: block !important;
  }
  .bt .d-print-grid {
    display: grid !important;
  }
  .bt .d-print-inline-grid {
    display: inline-grid !important;
  }
  .bt .d-print-table {
    display: table !important;
  }
  .bt .d-print-table-row {
    display: table-row !important;
  }
  .bt .d-print-table-cell {
    display: table-cell !important;
  }
  .bt .d-print-flex {
    display: flex !important;
  }
  .bt .d-print-inline-flex {
    display: inline-flex !important;
  }
  .bt .d-print-none {
    display: none !important;
  }
}
.bt html.wf-active body {
  visibility: visible;
}

.bt body {
  position: relative;
  visibility: hidden;
}

@media (max-width: 575.98px) {
  .bt body {
    font-size: 1rem;
  }
}
.bt .sans-serif {
  font-family: "Noto Sans", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bt .serif {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.bt a,
.bt a img {
  transition: all 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .bt a,
  .bt a img {
    transition: none;
  }
}
.bt a.underline {
  text-decoration: underline;
}

.bt a.underline:hover {
  text-decoration: none;
}

@media (min-width: 576px) {
  .bt a.hover:hover {
    opacity: 0.8;
  }
}
@media (min-width: 576px) {
  .bt a.hover-img:hover img {
    opacity: 0.8;
  }
}
.bt a .img-responsive {
  display: inline-block;
}

.bt .google-map-container {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 30%;
  overflow: hidden;
}

.bt .google-map-container iframe,
.bt .google-map-container object,
.bt .google-map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 575.98px) {
  .bt .google-map-container-xs {
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 30%;
    overflow: hidden;
    padding-bottom: 60%;
  }
  .bt .google-map-container-xs iframe,
  .bt .google-map-container-xs object,
  .bt .google-map-container-xs embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.bt img.width-100p {
  width: 100% !important;
}

@media (max-width: 575.98px) {
  .bt .img-responsive-xs {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .bt .img-responsive-sm {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .bt .img-responsive-md {
    max-width: 100%;
    height: auto;
  }
}
.bt .bg-room {
  background-image: url("/wp-content/themes/solar-partners/assets/img/common/bg-room.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bt .bg-dot {
  background: url("/wp-content/themes/solar-partners/assets/img/common/bg-dot.png") repeat 0 0;
}

.bt .bg-gray {
  background-color: #ccc !important;
}

.bt .bg-light-salmon {
  background-color: #ffa07a !important;
}

.bt .bg-red {
  background-color: #f00 !important;
}

.bt .bg-light-blue {
  background-color: #add8e6 !important;
}

.bt .bg-blue {
  background-color: #0051c3 !important;
}

.bt .bg-dodger-blue {
  background-color: #7ec3ec !important;
}

.bt .bg-green-yellow {
  background-color: #a6d171 !important;
}

.bt .bg-soft-red {
  background-color: #f49980 !important;
}

.bt .bg-orange {
  background-color: #f4bd50 !important;
}

.bt .bg-white {
  background-color: #fff !important;
}

.bt .width-15p {
  width: 15% !important;
}

.bt .width-16p {
  width: 16% !important;
}

.bt .width-18p {
  width: 18% !important;
}

.bt .width-20p {
  width: 20% !important;
}

.bt .width-30p {
  width: 30% !important;
}

.bt .width-40p {
  width: 40% !important;
}

.bt .width-50p {
  width: 50% !important;
}

.bt .width-150 {
  width: 150px !important;
}

.bt .max-width-800 {
  max-width: 800px !important;
}

.bt .max-width-1280 {
  max-width: 1280px !important;
}

.bt .clear {
  clear: both !important;
}

.bt .v-top {
  vertical-align: top !important;
}

.bt .v-middle {
  vertical-align: middle !important;
}

.bt .v-bottom {
  vertical-align: bottom !important;
}

.bt .box-shadow-yellow {
  box-shadow: 0 0 30px 15px rgb(255, 255, 0);
}

.bt .box-shadow-yellow-spread-sm {
  box-shadow: 0 0 30px 0 rgb(255, 255, 0);
}

.bt .box-shadow-yellow-spread-lg {
  box-shadow: 0 0 30px 20px rgb(255, 255, 0);
}

.bt .fs11 {
  font-size: 11px !important;
}

.bt .fs12 {
  font-size: 12px !important;
}

.bt .fs14-xs {
  font-size: 14px !important;
}

@media (max-width: 575.98px) {
  .bt .fs14-xs {
    font-size: 12px !important;
  }
}
.bt .mt0 {
  margin-top: 0 !important;
}

.bt .mr0 {
  margin-right: 0 !important;
}

.bt .mb0 {
  margin-bottom: 0 !important;
}

.bt .ml0 {
  margin-left: 0 !important;
}

.bt .pt0 {
  padding-top: 0 !important;
}

.bt .pr0 {
  padding-right: 0 !important;
}

.bt .pb0 {
  padding-bottom: 0 !important;
}

.bt .pl0 {
  padding-left: 0 !important;
}

@media (max-width: 575.98px) {
  .bt .pull-none-xs {
    float: none !important;
  }
}
@media (max-width: 575.98px) {
  .bt .pull-none-sm {
    float: none !important;
  }
}
@media (max-width: 767.98px) {
  .bt .pull-none-md {
    float: none !important;
  }
}
@media (max-width: 575.98px) {
  .bt .rotate-90-xs {
    transform: rotate(90deg);
  }
}
@media (max-width: 575.98px) {
  .bt .rotate-90-sm {
    transform: rotate(90deg);
  }
}
.bt .section-fv {
  background-color: #000;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .bt .section-fv {
    padding-bottom: 4vw;
  }
}
.bt .section-fv .inner {
  position: relative;
  height: 100%;
}

.bt .section-fv .video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bt .section-fv .opacity-0 {
  opacity: 0;
}

.bt .section-fv .opacity-1 {
  opacity: 1;
}

.bt .section-fv .video-control {
  position: absolute;
  right: 84px;
  bottom: 26%;
  z-index: 1;
  display: flex;
  align-items: center;
  -moz-column-gap: 23px;
  column-gap: 23px;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
  transition: 0.3s all ease;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .bt .section-fv .video-control {
    bottom: 14.8vw;
  }
}
@media (max-width: 767.98px) {
  .bt .section-fv .video-control {
    right: 16px;
    bottom: 0;
    padding: 9px 5px;
    font-size: 12px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.bt .section-fv .video-control:hover .button-control,
.bt .section-fv .video-control:hover .text {
  background-color: #ff6b00;
}

.bt .section-fv .video-control .text {
  display: block;
  width: 152px;
  padding: 19px 5px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  transition: 0.3s all ease;
}

@media (max-width: 767.98px) {
  .bt .section-fv .video-control .text {
    width: 96px;
    padding: 9px 5px;
    border-radius: 8px;
  }
}
.bt .section-fv .video-control .button-control {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.3s all ease;
}

@media (max-width: 767.98px) {
  .bt .section-fv .video-control .button-control {
    width: 24px;
    height: 24px;
  }
}
.bt .section-fv .video-control .paused {
  display: block;
  width: 12px;
  height: 13px;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}

@media (max-width: 767.98px) {
  .bt .section-fv .video-control .paused {
    width: 6px;
    height: 8px;
  }
}
.bt .section-fv .video-control .play {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 12px;
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 767.98px) {
  .bt .section-fv .video-control .play {
    border-width: 4.5px 0 4.5px 7px;
  }
}
.bt .section-fv.active-puzzle .puzzle {
  scale: 1;
  rotate: 0deg !important;
}

@media (max-width: 767.98px) {
  .bt .section-fv.active-puzzle .puzzle {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .bt .section-fv.active-puzzle .list-puzzle > li:nth-child(2) {
    width: 52vw;
  }
}
@media (max-width: 767.98px) {
  .bt .section-fv.active-puzzle .list-puzzle > li:nth-child(4) {
    width: 62.02vw;
  }
}
@media (max-width: 767.98px) {
  .bt .section-fv.active-puzzle .list-puzzle > li:nth-child(6) {
    width: 62vw;
  }
}
.bt .section-fv.inactive .puzzle {
  opacity: 0;
  scale: 0;
  transition: 1.5s all ease;
}

.bt .section-fv .title-fv {
  position: absolute;
  top: -10%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 120px;
  line-height: 1.05;
  color: #fff;
  text-align: center;
  scale: 0.75;
  opacity: 0;
  transition: 1s all ease;
}

@media (max-width: 1199.98px) {
  .bt .section-fv .title-fv {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .bt .section-fv .title-fv {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  .bt .section-fv .title-fv {
    top: 0;
    font-size: 40px;
    text-shadow: 0 4px 32px rgba(0, 0, 0, 0.32);
  }
}
.bt .section-fv .title-fv.active {
  scale: 1;
  opacity: 1;
}

.bt .section-fv video,
.bt .section-fv svg {
  position: absolute;
}

.bt .section-fv .list-puzzle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 33.02vw;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .bt .section-fv .list-puzzle {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bt .section-fv .list-puzzle > li:nth-child(1) {
  order: 1;
  width: 36.93vw;
  height: 36.93vw;
}

@media (max-width: 767.98px) {
  .bt .section-fv .list-puzzle > li:nth-child(1) {
    width: 59vw;
    height: 51vw;
  }
}
.bt .section-fv .list-puzzle > li:nth-child(2) {
  order: 2;
  width: 36.93vw;
  height: 33.02vw;
}

@media (max-width: 767.98px) {
  .bt .section-fv .list-puzzle > li:nth-child(2) {
    width: 48.93vw;
    height: 43.2vw;
    transition: width ease 2s;
  }
}
.bt .section-fv .list-puzzle > li:nth-child(3) {
  order: 3;
  width: 35.02vw;
  height: 36.93vw;
}

@media (max-width: 767.98px) {
  .bt .section-fv .list-puzzle > li:nth-child(3) {
    width: 48.4vw;
    height: 49.5vw;
  }
}
.bt .section-fv .list-puzzle > li:nth-child(4) {
  order: 4;
  width: 33.02vw;
  height: 34.02vw;
}

@media (max-width: 767.98px) {
  .bt .section-fv .list-puzzle > li:nth-child(4) {
    width: 52.02vw;
    height: 50vw;
    transition: width ease 2s;
  }
}
.bt .section-fv .list-puzzle > li:nth-child(5) {
  order: 5;
  width: 36.93vw;
  height: 37.93vw;
}

@media (max-width: 767.98px) {
  .bt .section-fv .list-puzzle > li:nth-child(5) {
    width: 49vw;
    height: 41.1vw;
  }
}
.bt .section-fv .list-puzzle > li:nth-child(6) {
  order: 6;
  width: 38.93vw;
  height: 34.02vw;
}

@media (max-width: 767.98px) {
  .bt .section-fv .list-puzzle > li:nth-child(6) {
    width: 51.93vw;
    height: 48.9vw;
    transition: width ease 2s;
  }
}
.bt .section-fv .puzzle {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1;
  scale: 0.7;
  transition: 1.5s all ease;
}

.bt .section-fv .puzzle.puzzle-1 {
  rotate: -10deg;
  clip-path: url("#puzzle-1");
}

@media (max-width: 767.98px) {
  .bt .section-fv .puzzle.puzzle-1 {
    clip-path: url("#puzzle-1-sp");
  }
}
.bt .section-fv .puzzle.puzzle-2 {
  rotate: 15deg;
  transform: translateX(-4.1vw);
  clip-path: url("#puzzle-2");
}

@media (max-width: 767.98px) {
  .bt .section-fv .puzzle.puzzle-2 {
    clip-path: url("#puzzle-2-sp");
    transform: translate(-10.7vw, 0);
  }
}
.bt .section-fv .puzzle.puzzle-3 {
  rotate: -15deg;
  transform: translateX(-8.2vw);
  clip-path: url("#puzzle-3");
}

@media (max-width: 767.98px) {
  .bt .section-fv .puzzle.puzzle-3 {
    clip-path: url("#puzzle-3-sp");
    transform: translate(0, 9.7vw);
  }
}
.bt .section-fv .puzzle.puzzle-4 {
  rotate: 20deg;
  transform: translate(0, -0.1vw);
  clip-path: url("#puzzle-4");
}

@media (max-width: 767.98px) {
  .bt .section-fv .puzzle.puzzle-4 {
    clip-path: url("#puzzle-4-sp");
    transform: translate(-20.3vw, 1.6vw);
  }
}
.bt .section-fv .puzzle.puzzle-5 {
  rotate: -15deg;
  transform: translate(-8vw, -4.1vw);
  clip-path: url("#puzzle-5");
}

@media (max-width: 767.98px) {
  .bt .section-fv .puzzle.puzzle-5 {
    clip-path: url("#puzzle-5-sp");
    transform: translate(-0.1vw, 17.6vw);
  }
}
.bt .section-fv .puzzle.puzzle-6 {
  rotate: 20deg;
  transform: translate(-12.3vw, -0.2vw);
  clip-path: url("#puzzle-6");
}

@media (max-width: 767.98px) {
  .bt .section-fv .puzzle.puzzle-6 {
    clip-path: url("#puzzle-6-sp");
    transform: translate(-20.4vw, 9.75vw);
  }
}
.bt .section-fv video {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bt .circle-puzzle {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  width: 1200px;
  height: 240px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

@media (max-width: 1399.98px) {
  .bt .circle-puzzle {
    width: 900px;
  }
}
@media (max-width: 991.98px) {
  .bt .circle-puzzle {
    width: 700px;
    height: 180px;
  }
}
@media (max-width: 767.98px) {
  .bt .circle-puzzle {
    width: 500px;
    height: 180px;
  }
}
@media (max-width: 575.98px) {
  .bt .circle-puzzle {
    width: 350px;
    height: 90px;
  }
}
.bt .circle-puzzle.top {
  top: -81px;
}

@media (max-width: 991.98px) {
  .bt .circle-puzzle.top {
    top: -51px;
  }
}
@media (max-width: 575.98px) {
  .bt .circle-puzzle.top {
    top: -36px;
  }
}
.bt .circle-puzzle.bottom {
  bottom: -160px;
}

@media (max-width: 991.98px) {
  .bt .circle-puzzle.bottom {
    bottom: -130px;
  }
}
@media (max-width: 575.98px) {
  .bt .circle-puzzle.bottom {
    bottom: -55px;
  }
}
.bt .circle-puzzle span {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  .bt .circle-puzzle span {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 575.98px) {
  .bt .circle-puzzle span {
    width: 90px;
    height: 90px;
  }
}
.bt .circle-puzzle span:only-child {
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.bt .circle-puzzle span:first-child {
  left: 0;
}

.bt .circle-puzzle span:nth-child(2n) {
  right: 0;
}

.bt .circle-puzzle.blue span {
  background-color: #3445a1;
}

.bt .circle-puzzle.orange span {
  background-color: #ea741e;
}

.bt .circle-puzzle.vivid-orange span {
  background-color: #f46515;
}

.bt .circle-puzzle.white span {
  background-color: #fff;
}

.bt .circle-puzzle.green span {
  background-color: #49a728;
}

.bt .circle-puzzle.vivid-green span {
  background-color: #3d961d;
}

.bt .circle-puzzle.light-green span {
  background-color: #3ebe01;
}

.bt .circle-puzzle.purple span {
  background-color: #c03ebb;
}

.bt .circle-puzzle.vivid-blue span {
  background-color: #1A39e0;
}

.bt .circle-puzzle.vivid-purple span {
  background-color: #bb18a1;
}

.bt .circle-puzzle.red span {
  background-color: #d92c2d;
}

.bt .circle-puzzle.green-white span {
  background-color: #49a728;
}

@media (max-width: 1728px) {
  .bt .circle-puzzle.green-white span {
    background-color: #fff;
  }
}

/* style.min.css end */
/* common.css start */
@font-face {
  font-family: "Dela Gothic One";
  src: url("../fonts/DelaGothicOne-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900; /* 太さの範囲を100〜900と指定 */
  font-style: normal;
  font-display: swap;
}
/* Montserrat イタリック（可変フォント：100〜900の全太さ対応） */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900; /* 太さの範囲を100〜900と指定 */
  font-style: italic;
  font-display: swap;
}
/*---------------------------
object-utility
---------------------------*/
.u-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.u-serif {
  font-family: "Noto Serif JP", serif;
}

.u-dela {
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.u-montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.u-wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .u-wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
  }
}
.u-wrap__medium {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 1450px) {
  .u-wrap__medium {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
  }
}
.u-wrap__big {
  max-width: 1550px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1600px) {
  .u-wrap__big {
    max-width: 1550px;
    margin: 0 auto;
    width: 90%;
  }
}
.u-wrap__detail {
  max-width: 1000px;
  margin: 0 auto;
}

.u-flex {
  display: flex;
  flex-wrap: wrap;
}

.u-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}
.u-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}
.u-po-re {
  position: relative;
}

.u-jcc {
  justify-content: center;
}

.u-aic {
  align-items: center;
}

.u-jcsb {
  justify-content: space-between;
}

.u-jcsa {
  justify-content: space-around;
}

.u-jcfe {
  justify-content: flex-end;
}

.u-tac {
  text-align: center;
}

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

.u-bold {
  font-weight: bold;
}

.u-text__tiny {
  font-size: 1.2rem;
}

.u-color__black {
  color: #000;
}

.u-color__yellow {
  color: #FFF855;
}

.u-color__red {
  color: #FF4141;
}

.u-text__required {
  color: #FF0000;
  margin-left: 20px;
}

/*---------------------------
object-component
---------------------------*/
.c-ttl__area {
  position: relative;
}

.c-ttl__en {
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 1;
  color: #FF6B00;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
  overflow-wrap: normal;
  text-wrap: nowrap;
}

@media screen and (max-width: 1728px) {
  .c-ttl__en {
    font-size: 5.556vw;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl__en {
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-size: 5.6rem;
    line-height: 1;
    color: #FF6B00;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
  }
}
.c-ttl {
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-size: 9.6rem;
  line-height: 1.2;
}

@media screen and (max-width: 1728px) {
  .c-ttl {
    font-size: 5.56vw;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl {
    font-size: 4.8rem;
  }
}
.c-ttl__area .c-ttl {
  position: absolute;
  top: 48px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .c-ttl__area .c-ttl {
    position: absolute;
    top: 17px;
    left: 0;
    line-height: 1.6;
  }
}
.c-ttl__sub {
  width: fit-content;
  padding: 8px 32px;
  background-color: #000;
  color: #fff;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-size: 3.6rem;
  line-height: 1.6;
  border-radius: 16px;
}

@media screen and (max-width: 1728px) {
  .c-ttl__sub {
    font-size: 2.083vw;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl__sub {
    padding: 4px 24px;
    font-size: 2.4rem;
    border-radius: 8px;
  }
}
.c-catch {
  font-size: 5.6rem;
  line-height: 1.2;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1728px) {
  .c-catch {
    font-size: 3.241vw;
  }
}
@media screen and (max-width: 768px) {
  .c-catch {
    font-size: 2.8rem;
    line-height: 1.2;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 349px) {
  .c-catch {
    font-size: 2.4rem;
    line-height: 1.2;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
  }
}
.c-container {
  margin-top: -80px;
  border-radius: 32px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .c-container {
    margin-top: -64px;
    border-radius: 32px;
  }
}
.c-text {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 1728px) {
  .c-text {
    font-size: clamp(1.6rem, 1.042vw, 1.042vw);
  }
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold;
  }
}
.c-list__item {
  padding: 25px 0;
  border-bottom: solid 2px #fff;
}

@media screen and (max-width: 1728px) {
  .c-list__item {
    padding: 1.447vw 0;
    border-bottom: solid 0.11574074vw #fff;
  }
}
@media screen and (max-width: 768px) {
  .c-list__item {
    padding: 20px 0;
    border-bottom: solid 2px #fff;
  }
}
.c-list__item:first-child {
  border-top: solid 2px #fff;
}

.c-list__item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3.6rem;
  line-height: 1.6;
}

.c-list__item-link::after {
  content: "";
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow03.png);
  background-size: 26px 30px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 36px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

@media screen and (max-width: 1728px) {
  .c-list__item-link {
    font-size: 2.083vw;
  }
  .c-list__item-link::after {
    content: "";
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow03.png);
    background-size: 1.50462963vw 1.73611111vw;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2.08333333vw;
    width: 5.55555556vw;
    height: 5.55555556vw;
    border-radius: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-list__item-link {
    display: block;
    font-size: 2.2rem;
    line-height: 1.6;
    padding-right: 40px;
    position: relative;
  }
  .c-list__item-link::after {
    content: "";
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow03.png);
    background-size: 10px 13px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
  }
}
@media screen and (max-width: 349px) {
  .c-list__item-link {
    display: block;
    font-size: 1.8rem;
  }
}
.c-link {
  text-decoration: underline;
}

.c-btn__text {
  padding: 24px 40px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 768px) {
  .c-btn__text {
    padding: 19px 40px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.c-btn__link {
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .c-btn__link {
    display: flex;
    align-items: center;
    width: fit-content;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0 auto 0 0;
  }
}
.c-btn__link::after {
  content: "";
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow03.png);
  background-size: 18px 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  border: solid 1px #fff;
  border-radius: 50%;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .c-btn__link::after {
    content: "";
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow03.png);
    background-size: 14px 17px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    width: 56px;
    height: 56px;
    border: solid 1px #fff;
    border-radius: 50%;
    margin-left: 24px;
  }
}
.c-deco__circle-one {
  position: absolute;
  top: -79px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #BB19A1;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .c-deco__circle-one {
    width: 180px;
    height: 180px;
    top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .c-deco__circle-one {
    position: absolute;
    top: -8vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    width: 21.4vw;
    height: 21.4vw;
    border-radius: 50%;
    z-index: -1;
  }
}
.c-deco__circle-two,
.c-deco__circle-two02 {
  position: relative;
  z-index: 0;
}

.c-deco__circle-two span:first-child {
  position: absolute;
  top: -80px;
  left: 0;
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #1A39E0;
  z-index: -1;
}

.c-deco__circle-two span:nth-of-type(2) {
  position: absolute;
  top: -80px;
  right: 0;
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #1A39E0;
  z-index: -1;
}

.c-deco__circle-two02 span:first-child {
  position: absolute;
  bottom: -80px;
  left: 0;
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #BB19A1;
  z-index: -1;
}

.c-deco__circle-two02 span:nth-of-type(2) {
  position: absolute;
  bottom: -80px;
  right: 0;
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #BB19A1;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .c-deco__circle-two span:first-child,
  .c-deco__circle-two span:nth-of-type(2) {
    width: 180px;
    height: 180px;
    top: -60px;
  }
  .c-deco__circle-two02 span:first-child,
  .c-deco__circle-two02 span:nth-of-type(2) {
    width: 180px;
    height: 180px;
    bottom: -60px;
  }
}
@media screen and (max-width: 768px) {
  .c-deco__circle-two span:first-child {
    position: absolute;
    top: -8vw;
    left: 20px;
    display: block;
    width: 21.4vw;
    height: 21.4vw;
    border-radius: 50%;
    z-index: -1;
  }
  .c-deco__circle-two span:nth-of-type(2) {
    position: absolute;
    top: -8vw;
    right: 20px;
    display: block;
    width: 21.4vw;
    height: 21.4vw;
    border-radius: 50%;
    z-index: -1;
  }
  .c-deco__circle-two02 span:first-child {
    position: absolute;
    bottom: -123px;
    left: 20px;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #BB19A1;
    z-index: 1;
  }
  .c-deco__circle-two02 span:nth-of-type(2) {
    position: absolute;
    bottom: -123px;
    right: 20px;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #BB19A1;
    z-index: -1;
  }
}
/*---------2col.sass---------*/
.c-col__wrap {
  position: relative;
}

.c-col__side {
  width: 25.6%;
}

@media screen and (max-width: 768px) {
  .c-col__side {
    display: none;
  }
}
.c-col__side-contents {
  width: fit-content;
}

.c-col__main {
  width: 74.4%;
}

@media screen and (max-width: 768px) {
  .c-col__main {
    width: 100%;
  }
}
.mt-30 {
  margin-top: -30px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

@media (max-width: 768px) {
  .mt-0-sp {
    margin-top: 0 !important;
  }
  .pb-160 {
    padding-bottom: 80px !important;
  }
}
.position-relative {
  position: relative;
}

.single-puzzle-orange {
  top: auto;
  bottom: -135px;
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  transform: translateX(0);
  background: #FF6B00;
}

@media (max-width: 1024px) {
  .single-puzzle-orange {
    bottom: -95px;
  }
}
@media (max-width: 768px) {
  .single-puzzle-orange {
    bottom: -14vw;
  }
}
.single-puzzle-white {
  top: auto;
  bottom: -138px;
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  transform: translateX(0);
  background: #fff;
}

@media (max-width: 1024px) {
  .single-puzzle-white {
    bottom: -95px;
  }
}
@media (max-width: 768px) {
  .single-puzzle-white {
    bottom: -14vw;
  }
}
.single-puzzle-green {
  top: auto;
  bottom: -138px;
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  transform: translateX(0);
  background: #49A728;
}

@media (max-width: 1024px) {
  .single-puzzle-green {
    bottom: -95px;
  }
}
@media (max-width: 768px) {
  .single-puzzle-green {
    bottom: -14vw;
    z-index: 0;
  }
}
@media (max-width: 768px) {
  .employee-day.active {
    padding-bottom: 230px;
  }
}
.z-index-1 {
  z-index: 1 !important;
}

.puzzle-orange span {
  top: -325px;
  bottom: auto !important;
}

@media (max-width: 1024px) {
  .puzzle-orange span {
    top: -225px;
  }
}
@media (max-width: 768px) {
  .puzzle-orange span {
    top: -158px;
  }
}
.puzzle-purple {
  top: -110px;
}

.puzzle-orange span {
  background-color: #ff6b00 !important;
}

@media (max-width: 768px) {
  .puzzle-purple {
    top: -160px;
  }
  .section-home {
    position: relative;
    z-index: -1;
    margin-top: -13px !important;
  }
}
.section-company-page {
  background-color: #ea741e;
}

@media (min-width: 769px) {
  .puzzle-company-section {
    height: 225px !important;
  }
}
.service-introduction {
  background-color: #ea741d;
}

.animation {
  z-index: 1 !important;
  opacity: 0;
  transition: 1s all ease;
}

.animation.active {
  opacity: 1;
  transform: translateY(0);
}

.animation-top {
  transform: translateY(30%);
}

.animation-top-lg {
  transform: translateY(45%);
}

.animation-message {
  transform: translateY(2%);
}

.p-culture__culture {
  transform: translateY(10%);
}

.animation-outline-company {
  transform: translateY(10%);
}

.animation-outline-service {
  transform: translateY(10%);
}

@media (max-width: 768px) {
  .rounded-sp-bottom {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }
}

@media (max-width: 768px) {
  .rounded-sp-top {
    border-top-right-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
}

.position-absolute {
  position: absolute;
}

.section-home {
  margin-top: -27px !important;
}

@media (max-width: 1024px) {
  .section-home {
    margin-top: -35px !important;
  }
}
.decoration-green {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #31BE00;
}

@media (min-width: 769px) {
  .decoration-green.message.strong-green {
    bottom: -13.5vw;
  }
  .decoration-green.message.light-green {
    bottom: -156px;
    height: 79px;
  }
}
@media (max-width: 1024px) {
  .decoration-green.message.light-green {
    bottom: -167px;
  }
}
.decoration-green.message.strong-green {
  background-color: #49a728;
}

.decoration-green.message.light-green {
  background-color: #3ebe01;
}

.decoration-green.strong-green:before,
.decoration-green.strong-green:after {
  background-color: #fff;
}

.decoration-green:before {
  position: absolute;
  top: 5vw;
  width: 13vw;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  bottom: 0;
  content: "";
}

.puzzle-left {
  mask-image: url("/wp-content/themes/solar-partners/assets/img/home/circle-red.svg");
  mask-position: center top;
  mask-repeat: no-repeat;
  mask-composite: add;
  mask-size: cover;
}

.bar-green {
  background-color: #31BE00 !important;
}

.section-home.animation.active {
  z-index: 1;
  position: relative;
}

@media (max-width: 768px) {
  .decoration-green {
    bottom: -8vw;
    height: 21.4vw;
  }
  .decoration-green:before {
    top: 12vw !important;
    right: 0;
    left: 1vw;
    width: 21.4vw !important;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    border-radius: 50%;
  }
  .section-home {
    margin-top: 8vw !important;
  }
  .puzzle-left {
    mask-image: url("/wp-content/themes/solar-partners/assets/img/home/circle-red-sp.svg");
  }
}
.section-interview.active {
  margin-top: 34px;
}

@media (max-width: 768px) {
  .decoration-green.message.orange {
    height: 0;
  }
  .decoration-green.message.orange:before,
  .decoration-green.message.orange:after {
    top: -16vw !important;
  }
}
.decoration-green.message.orange,
.bg-orange-strong {
  background-color: #ea741d;
}

.bg-orange-strong {
  background-color: #ea741d;
}

.decoration-green.message.green,
.bg-green-strong {
  background-color: #3d961e;
}

@media (min-width: 769px) {
  .decoration-green.message.green:before,
  .decoration-green.message.green:after {
    background: linear-gradient(to bottom, #ffffff 46%, #49a728 46%);
  }
}
@media (min-width: 769px) {
  .decoration-green.message.green {
    bottom: -238px;
  }
}
@media (min-width: 2000px) {
  .decoration-green.message.green {
    bottom: -272px;
  }
}
.decoration-green.message {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  background-color: #ea741d;
}

.decoration-green.light-green {
  max-width: 1510px;
}

.decoration-green.culture-system {
  max-width: 1510px;
}

.decoration-green.message:before,
.decoration-green.message:after {
  width: 238px;
  height: 238px;
  background: #fff;
}

.bg-orange {
  background-color: #ff6b00 !important;
}

@media (max-width: 1024px) {
  .decoration-green.message:before,
  .decoration-green.message:after {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 768px) {
  .decoration-green.message {
    position: relative;
    z-index: 0;
  }
  .decoration-green.message + .bar-green {
    background-color: #ff6b00 !important;
  }
  .decoration-green.message + .bar-green img {
    opacity: 0 !important;
  }
  .decoration-green.message:before,
  .decoration-green.message:after {
    top: 12vw;
    width: 21.4vw;
    height: 21.4vw;
    border-radius: 50%;
    bottom: 0;
  }
  .decoration-green.message:before {
    margin: 0;
    left: 20px;
  }
  .decoration-green.message:after {
    position: absolute;
    right: 20px;
    content: "";
  }
}
.section-message {
  margin-top: 0;
  background-color: #ff6b00;
}

@media (min-width: 769px) {
  .section-message-page.animation {
    margin-top: 0 !important;
  }
  .decoration-green.message {
    bottom: 0;
    height: 5.8vw;
  }
  .decoration-green.message:before,
  .decoration-green.message:after {
    top: 0;
  }
  .decoration-green.message:before {
    left: 0;
  }
  .decoration-green.message:after {
    right: 0;
  }
  .decoration-green {
    bottom: -1.5vw;
    height: 11.2vw;
  }
  .decoration-green:before,
  .decoration-green:after {
    position: absolute;
    top: 5vw;
    width: 13vw;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    bottom: 0;
    content: "";
  }
  .decoration-green:before {
    left: 18.3vw;
  }
  .decoration-green:after {
    right: 18.3vw;
  }
  .bar-green {
    max-width: 59vw !important;
  }
  .puzzle-right {
    mask-image: url("/wp-content/themes/solar-partners/assets/img/home/circle-red.svg");
    mask-size: cover;
    mask-position: center top;
    mask-repeat: no-repeat;
    mask-composite: add;
  }
}
.bg-green,
.bg-green > .p-under__mv {
  background-color: #49A728 !important;
}

.internal-content {
  position: relative;
  margin-top: -48vw;
  background-color: #ea741d;
}

.internal-system .p-culture__pc_only {
  margin-left: 18vw;
}

@media (max-width: 1800px) {
  .internal-content {
    margin-top: -50vw;
  }
  .internal-system .p-culture__pc_only {
    margin-left: 3vw;
  }
}
@media (max-width: 1700px) {
  .internal-content {
    margin-top: -54vw;
  }
}
@media (max-width: 1300px) {
  .internal-content {
    margin-top: -56vw;
    padding-bottom: 85px;
  }
  #p-culture__culture {
    padding-bottom: 200px;
  }
}
@media (max-width: 1140px) {
  .internal-content {
    margin-top: -61vw;
  }
}
@media (max-width: 991px) {
  .internal-content {
    margin-top: -81vw;
  }
}
@media (max-width: 768px) {
  .internal-content {
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #p-culture__culture {
    padding-bottom: 50px;
  }
  #p-culture__culture:before {
    display: none;
  }
  .internal-content {
    margin-top: 0;
    margin-left: 0 !important;
  }
  .internal-system {
    margin-top: 0;
  }
}
#p-culture__culture {
  background-color: #3445A1 !important;
}

.circle-certification {
  top: -82px;
}

.decoration-strong-blue,
.decoration-purple {
  max-width: 1510px;
}

.decoration-culture {
  min-height: 65px;
}

.decoration-strong-blue span {
  top: -290px !important;
  background-color: #3445A1 !important;
}

.decoration-purple span {
  top: -200px !important;
  background-color: #c03ebb !important;
}

@media (max-width: 1024px) {
  .decoration-purple span {
    top: -188px !important;
  }
}
.p-culture__certification {
  transform: translateY(10%);
}

@media (max-width: 768px) {
  .p-culture__certification {
    padding-bottom: 50px !important;
    background-color: #3445A1 !important;
  }
}
.p-culture__certification::before {
  display: none;
}

.p-culture__certification {
  background-color: #3ebe01 !important;
}

.bg-light-green {
  background-color: #3ebe01 !important;
}

#p-culture__office {
  padding-top: 110px;
  isolation: isolate;
  background-color: #c03ebb !important;
}

.p-culture__office {
  transform: translateY(10%);
}

#p-culture__office::before {
  display: none;
}

.bg-purple {
  background-color: #c03ebb !important;
}

.bg-vivid-red {
  background-color: #CB3535 !important;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.isolate {
  isolation: isolate;
}

.p-home__message-section {
  overflow: hidden;
}

.footer-orange {
  background-color: #ea741e !important;
}

.bg-white {
  background-color: #fff !important;
}

.p-home__blog-section {
  overflow: visible !important;
}

.footer-oneday {
  position: relative;
  background-color: #49a728;
}

.main-oneday {
  background-color: #fff;
}

.oneday-white-layer:before {
  position: absolute;
  bottom: -100%;
  right: 0;
  left: 0;
  background-color: #49a728;
  height: 100%;
  content: "";
}

.oneday-white-layer.active:before {
  background-color: #fff !important;
}

@media (max-width: 1728px) {
  .oneday-white-layer:before {
    background-color: #fff;
  }
}
.oneday-schedule {
  padding-bottom: 0;
}

@media (max-width: 1728px) {
  .oneday-schedule {
    padding-bottom: 160px;
  }
}
@media (max-width: 769px) {
  .oneday-schedule {
    padding-bottom: 100px;
  }
}
/* common.css end */
/* style02.css start */
.l-hnav__area {
  /* display: none; */
}

/* ニュースアーカイブ */
body.news {
  background-color: #CB3535;
}

body.news .l-footer__top-box {
  background-color: #E23D3D;
}

body.news .l-footer__top-ttl-en {
  color: transparent;
}

body.entry-confirm,
body.entry-thanks,
body.entry,
body.contact,
body.contact-confirm,
body.contact-thanks {
  background-color: #EA741E;
}

body.news .p-under__mv {
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/mv-deco-red01.png);
}
@media screen and (max-width: 768px) {
  body.news .p-under__mv {
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/mv-deco-red01-sp.png);
  }
}

@media screen and (max-width: 768px) {
  body.contact-confirm .p-under__mv,
  body.contact-thanks .p-under__mv,
  body.entry-confirm,
  body.entry-thanks {
    background-image: unset;
  }
}
.p-post-archive {
  position: relative;
  z-index: 2;
}

.p-post-archive__dropdownSection {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-post-archive__dropdownSection {
    margin-top: 0px;
  }
}
.p-post-archive__selectWrap {
  margin-left: auto;
  position: relative;
  padding-left: 1em;
  width: 272px;
  height: 96px;
  border: 1px solid #fff;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-post-archive__selectWrap {
    width: 248px;
    height: 64px;
  }
}

.p-post-archive__selectWrap::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/angle-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 8px;
  pointer-events: none;
}

.p-post-archive__selectWrap select {
  /* デフォルトスタイル消す */
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0.5em;
  border: none;
  font-size: 24px;
  font-weight: black;
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-post-archive__selectWrap select {
    font-size: 18px;
  }
}

.p-post-archive__list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-post-archive__list {
    margin-top: 40px;
    flex-direction: column;
  }
}

.p-post-archive__list::after {
  content: "";
  width: 31.3%;
}

.p-post-archive__item {
  width: 31.3%;
}
@media screen and (max-width: 768px) {
  .p-post-archive__item {
    width: 100%;
  }
}

.p-post-archive__itemLink {
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: grid;
  grid-template: "n-img n-img" "n-date n-cat" "n-title n-title"/auto 1fr;
  grid-row-gap: 1lh;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .p-post-archive__itemLink {
    grid-row-gap: 8px;
    padding: 0;
  }
}
.p-post-archive__itemLink:hover {
  opacity: 0.7;
}

.p-post-archive__itemImage {
  grid-area: n-img;
  border-radius: 16px;
  overflow: clip;
}

.p-post-archive__itemDate {
  grid-area: n-date;
  color: #fff;
  text-align: left;
  font-size: 16px;
  padding-top: 0.4em;
}
@media screen and (max-width: 768px) {
  .p-post-archive__itemDate {
    font-size: 14px;
  }
}

.p-post-archive__categoryList {
  grid-area: n-cat;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.3em;
}

.p-post-archive__itemCategoryItem {
  background-color: #000;
  padding: 0.2em 0.5em;
  border-radius: 4px;
}

.p-post-archive__itemCategoryLink {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-post-archive__itemCategoryLink {
    font-size: 14px;
  }
}

.p-post-archive__itemTitle {
  text-align: justify;
  grid-area: n-title;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-post-archive__itemTitle {
    font-size: 1.8rem;
  }
}

/* ページネーション */
.p-post-archive__pagination {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-post-archive__pagination {
    margin-top: 64px;
  }
}

.p-post-archive__pagination .pagination {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-post-archive__pagination .pagination {
    gap: 12px;
  }
}

.p-post-archive__pagination .pagination li a,
.p-post-archive__pagination .pagination li span {
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vh;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-post-archive__pagination .pagination li a,
  .p-post-archive__pagination .pagination li span {
    width: 48px;
    height: 48px;
  }
}

.p-post-archive__pagination .pagination .page-numbers.current {
  background-color: #DD4141;
  /* background-color: pink; */
}

.p-post-archive__pagination .pagination li:not(:has(.dots)) a,
.p-post-archive__pagination .pagination li:not(:has(.dots)) span {
  /* border: 1px solid #fff; */
}

.p-post-archive__pagination .pagination li:has(.dots) a,
.p-post-archive__pagination .pagination li:has(.dots) span {
  width: 24px;
}

.p-post-archive__pagination .next::before,
.p-post-archive__pagination .prev::before {
  content: "";
  display: block;
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 96px;
  height: 96px;
}

@media screen and (max-width: 768px) {
  .p-post-archive__pagination .next::before,
  .p-post-archive__pagination .prev::before {
    width: 48px;
    height: 48px;
  }
}
.p-post-archive__pagination .prev::before {
  transform: rotate(180deg);
}

/* ニュース詳細 */
body.single-news {
  background-color: #CB3535;
}

body.single-news .l-footer__top-box {
  background-color: #E23D3D;
}

body.single-news .l-footer__top-ttl-en {
  color: transparent;
}

.p-single-news {
  padding-top: 114px;
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/mv-deco-red01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: -80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-single-news {
    padding-top: 0;
    margin-bottom: 80px;
  }
}

.p-single-news__inner.u-wrap {
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .p-single-news__inner.u-wrap {
    width: 90%;
  }
}

.p-single-news__meta {
  padding-top: 80px;
}

.p-single-news__date-cate {
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-single-news__date-cate {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.p-single-news .p-single-news__title {
  margin-top: 30px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-single-news .p-single-news__title {
    font-size: 24px;
    line-height: 1.2;
  }
}

.p-single-news .p-post-archive__itemImage {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-single-news .p-post-archive__itemImage {
    margin-top: 40px;
  }
}

.p-single-news__content {
  margin-top: 40px;
  padding: 80px;
  border-radius: 24px;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-single-news__content {
    padding: 40px 16px;
    border-radius: 16px;
  }
}

.p-single-news__content h2 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 400;
  color: #fff;
  background-color: #000;
  width: fit-content;
  padding: 0.2em 0.8em;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-single-news__content h2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

.p-single-news__content h3 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-single-news__content h3 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

.p-single-news__content h3::before {
  content: "●";
  margin-right: 0.5em;
  color: #FF6B00;
  font-size: 1.6rem;
}

.p-single-news__content p {
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-single-news__content p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.p-single-news__content a {
  color: #E23D3D;
  text-decoration: underline;
  font-weight: 800;
}

.p-single-news__content *:last-child {
  margin-bottom: 0;
}

.p-single-news__nav {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  font-size: 2.4rem;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-single-news__nav {
    font-size: 1.8rem;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    justify-content: center;
  }
}

.p-single-news__navItem {
  min-width: 200px;
}

.p-single-news__navItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 96px;
}
@media screen and (max-width: 768px) {
  .p-single-news__navItem a {
    height: 66px;
  }
}

.p-single-news__navItem.--navPrev a,
.p-single-news__navItem.--navNext a {
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  .p-single-news__navItem.--navPrev a,
  .p-single-news__navItem.--navNext a {
    gap: 1em;
  }
}

.p-single-news__navItem.--navPrev a::before {
  content: "";
  display: block;
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 96px;
  height: 96px;
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .p-single-news__navItem.--navPrev a::before {
    width: 48px;
    height: 48px;
  }
}
.p-single-news__navItem.--navNext a::after {
  content: "";
  display: block;
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 96px;
  height: 96px;
}

@media screen and (max-width: 768px) {
  .p-single-news__navItem.--navNext a::after {
    width: 48px;
    height: 48px;
  }
}
.p-single-news__navItem.--navList {
  background-color: rgb(255 255 255/0.1);
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-single-news__navItem.--navList {
    position: absolute;
    top: 100%;
  }
}

.p-single-news__navItem.--navList a {
  width: 200px;
}

/* ブログアーカイブ */
body.blog {
  background-color: #CB3535;
}

body.blog .p-under__mv {
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/mv-deco-red01.png);
}
@media screen and (max-width: 768px) {
  body.blog .p-under__mv {
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/mv-deco-red01-sp.png);
  }
}

body.blog .p-post-archive {
  margin-bottom: -160px;
}
@media screen and (max-width: 768px) {
  body.blog .p-post-archive {
    margin-bottom: -60px;
  }
}

body.blog .l-footer__top-img {
  position: relative;
  z-index: 1;
}

body.blog .p-post-archive__itemImage {
  aspect-ratio: 3/2;
  border: 4px solid #fff;
}

body.blog .p-post-archive__itemImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.blog .pagination .page-numbers.current {
  background-color: #E23D3D;
}

body.blog .l-footer__top-box {
  background-color: #E23D3D;
}

body.blog .l-footer__top-ttl-en {
  color: transparent;
}

body.blog .c-deco__circle-one {
  display: none;
}

body.blog .p-home__carrer-section {
  margin-top: 160px;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  body.blog .p-home__carrer-section {
    margin-top: 80px;
  }
  body.blog .p-home__carrer-section {
    padding-top: 0;
  }
}
body.blog .p-home__carrer-section .c-ttl__area {
  margin-bottom: 123px;
}
@media screen and (max-width: 768px) {
  body.blog .p-home__carrer-section .c-ttl__area {
    margin-bottom: 58px;
  }
}

@media screen and (max-width: 768px) {
  body.blog .p-home__carrer-section .c-ttl__en {
    font-size: 4rem;
  }
}
body.blog .p-home__carrer-section .c-ttl {
  font-size: 7.2rem;
  top: 72px;
}
@media screen and (max-width: 768px) {
  body.blog .p-home__carrer-section .c-ttl {
    font-size: 3.2rem;
    top: 17px;
  }
}

@media screen and (max-width: 349px) {
  body.blog .p-home__carrer-section .c-ttl {
    font-size: 2.8rem;
  }
}
body.blog .p-home__carrer-section .c-ttl__en {
  color: transparent;
}

body.blog .p-home__carrer-section .c-list__item-link::after {
  background-color: #E23D3D;
}

/* エントリーフォーム */
.p-entry {
  /* margin-top: -178px; */
  position: relative;
}

.p-entry__sectionTitle {
  font-size: 7.2rem;
  color: #FFF855;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-entry__sectionTitle {
    font-size: 4rem;
  }
}

.p-entry__flow {
  margin-top: 25px;
}

.p-entry__flowList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2em;
}
@media screen and (max-width: 768px) {
  .p-entry__flowList {
    flex-direction: column;
    gap: 24px;
  }
}

.p-entry__flowListItem {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1728px) {
  .p-entry__flowListItem {
    width: 11.574vw;
  }
}
@media screen and (max-width: 768px) {
  .p-entry__flowListItem {
    width: 100%;
    background-color: #FFF1E7;
    border-radius: 24px;
    flex-direction: row;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 11px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-entry__flowListItem:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 20px;
    background-color: #FFF1E7;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 1px);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.p-entry__flowDt {
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  align-items: center;
  border-radius: 100vh;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  background-color: #E23D3D;
  color: #FFF855;
  position: relative;
  z-index: 2;
  line-height: 1;
}

@media screen and (max-width: 1728px) {
  .p-entry__flowDt {
    width: 9.259vw;
    height: 9.259vw;
    gap: 0.463vw;
  }
}
@media screen and (max-width: 768px) {
  .p-entry__flowDt {
    width: 80px;
    height: 80px;
    gap: 8px;
    flex-shrink: 0;
  }
}
.p-entry__flowStep {
  font-size: 1.8rem;
}
@media screen and (max-width: 1728px) {
  .p-entry__flowStep {
    font-size: 1.042vw;
  }
}

@media screen and (max-width: 1728px) {
  .p-entry__flowStep {
    font-size: 1.042vw;
  }
}
@media screen and (max-width: 768px) {
  .p-entry__flowStep {
    font-size: 1.6rem;
  }
}
.p-entry__flowNum {
  font-weight: 700;
  font-size: 3.2rem;
}

@media screen and (max-width: 1728px) {
  .p-entry__flowNum {
    font-size: 1.852vw;
  }
}
@media screen and (max-width: 768px) {
  .p-entry__flowNum {
    font-size: 2.4rem;
  }
}
.p-entry__flowDd {
  margin-top: -90px;
  padding-top: 103px;
  padding-bottom: 79px;
  width: 100%;
  height: 240px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  background-color: #FFF1E7;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 24px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1728px) {
  .p-entry__flowDd {
    margin-top: -5.208vw;
    padding-top: 5.961vw;
    padding-bottom: 4.572vw;
    height: 13.889vw;
    font-size: 1.389vw;
    border-radius: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .p-entry__flowDd {
    font-size: 2.4rem;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    justify-content: flex-start;
    padding-left: 0.8em;
    border-radius: 24px;
  }
}
@media screen and (max-width: 349px) {
  .p-entry__flowDd {
    padding-left: 0.4em;
    font-size: 2.1rem;
  }
}
.p-entry__flowListItem:not(:last-child) .p-entry__flowDd::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 1px);
  width: 32px;
  height: 32px;
  background-color: #FFF1E7;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 768px) {
  .p-entry__flowListItem:not(:last-child) .p-entry__flowDd::after {
    display: none;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 1px);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.p-entry__formSection {
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  .p-entry__formSection {
    margin-top: 0px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 768px) {
  .entry .p-entry__formSectionInner,
  .contact .p-entry__formSectionInner {
    margin-top: 55px;
  }
}
.p-entry__formTitle {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 720px;
  height: 138px;
  background-color: #FFF1E7;
  color: #FF6B00;
  font-size: 5.6rem;
  line-height: 1.6;
  font-weight: 400;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-entry__formTitle {
    width: 89%;
    height: 83px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 349px) {
  .p-entry__formTitle {
    font-size: 2.8rem;
  }
}
.p-entry__formContent {
  transform: translateY(-1px);
  background-color: #FFF1E7;
  color: #000;
  border-radius: 16px;
  padding: 64px;
}
@media screen and (max-width: 768px) {
  .p-entry__formContent {
    border-radius: 8px;
    padding: 40px 24px;
  }
}

.p-entry__formDesc {
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-entry__formWrap {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-entry__formWrap {
    margin-top: 32px;
  }
}

.p-entry__formRow {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 32px;
}

.p-entry__formRow + .p-entry__formRow {
  margin-top: 32px;
}

.p-entry__formLabel {
  display: flex;
  width: 336px;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-entry__formLabel {
    width: 100%;
    margin-bottom: 0.5em;
  }
}

.p-entry__formRow:has(*[aria-required=true]) .p-entry__formLabel::after,
.entry-confirm .p-entry__formLabel::after,
.contact-confirm .p-entry__formLabel::after {
  content: "※";
  color: #E23D3D;
  font-size: 2.4rem;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-entry__formRow:has(*[aria-required=true]) .p-entry__formLabel::after,
  .entry-confirm .p-entry__formLabel::after,
  .contact-confirm .p-entry__formLabel::after {
    font-size: 1.6rem;
  }
}
.p-entry__formLabelText {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-entry__formLabelText {
    font-size: 1.8rem;
  }
}

.p-entry__formInputWrap {
  flex: 1;
}

/* inputボックスのスタイル */
.p-entry__form textarea {
  resize: none;
  height: 240px;
  width: 100%;
  padding: 24px 32px;
  border-radius: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #ccc;
}

.p-entry__formSelectWrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-entry__formSelectWrap {
    display: block;
    width: 100%;
  }
}

.p-entry__formSelectWrap::after {
  content: "";
  width: 16px;
  height: 8px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/angle-down-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.p-entry__formSelectWrap select {
  width: 319px;
  height: 77px;
  padding: 16px 40px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 16px;
  appearance: none;
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-entry__formSelectWrap select {
    width: 100%;
    height: 58px;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 1.6rem;
  }
}

.p-entry__formInput[type=text],
.p-entry__formInput[type=email] {
  width: 100%;
  height: 77px;
  padding: 24px 32px;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  border-radius: 16px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-entry__formInput[type=text],
  .p-entry__formInput[type=email] {
    padding: 16px 32px;
    font-size: 1.6rem;
    height: 58px;
    border-radius: 8px;
  }
}

.p-entry__formInput.--number {
  width: 120px;
  height: 77px;
  padding: 24px 32px;
  font-size: 1.8rem;
  border: 1px solid #ccc;
  border-radius: 16px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-entry__formInput.--number {
    padding: 16px 12px;
    font-size: 1.6rem;
    width: 80px;
    height: 58px;
    border-radius: 8px;
  }
}

.p-entry__formInput.--number#birth-year {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .p-entry__formInput.--number#birth-year {
    width: 80px;
  }
}

.p-entry__formInput.--number#birth-month,
.p-entry__formInput.--number#birth-day {
  margin-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-entry__formInput.--number#birth-month,
  .p-entry__formInput.--number#birth-day {
    margin-left: 0.5em;
  }
}

.p-entry__formInputWrap.--number {
  display: flex;
  align-items: center;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .p-entry__formInputWrap.--number {
    width: 100%;
    gap: 0.2em;
    justify-content: flex-start;
  }
}

/* エピソードのテキストエリアの上マージン */
.p-entry__formRow textarea[id^=episode] {
  margin-top: 1em;
}

/* 留学先input２つ目だけ上マージン */
.p-entry__formRow.--abroad .p-entry__formInput + .p-entry__formInput {
  margin-top: 1em;
}

.p-entry__formRow.--abroad .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  display: block;
  margin-top: 1em;
}

.p-entry__formLabelNote {
  display: inline-block;
  margin-top: 0.2em;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-entry__formLabelNote {
    font-size: 1.4rem;
  }
}

/* 個人情報取り扱いについて */
.p-entry__formRow.--privacy {
  margin-top: 64px;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
}
@media screen and (max-width: 768px) {
  .p-entry__formRow.--privacy {
    margin-top: 32px;
    flex-wrap: nowrap;
  }
}

.p-entry__formRow.--privacy .p-entry__formLabel {
  padding-top: 0;
}

.p-entry__formRow.--privacy .p-entry__formInputWrap {
  flex: none;
}

.p-entry__formRow.--privacy .p-entry__formInputWrap input {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .p-entry__formRow.--privacy .p-entry__formInputWrap input {
    width: 24px;
    height: 24px;
  }
}

.p-entry__formRow.--privacy .p-entry__formLabelText {
  line-height: 0.7;
}
@media screen and (max-width: 768px) {
  .p-entry__formRow.--privacy .p-entry__formLabelText {
    padding-top: 0.4em;
  }
}

@media screen and (max-width: 349px) {
  .p-entry__formRow.--privacy .p-entry__formLabelText {
    line-height: 1.5;
  }
}
.p-entry__formRow.--privacy .wpcf7-list-item-label {
  display: none;
}

.p-entry__formRow.--privacy a {
  color: #E23D3D;
  text-decoration: underline;
}

.p-entry__formRow.--privacy .wpcf7-not-valid-tip {
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}

.p-entry__formRow select option:first-child {
  display: none;
}

/* 送信ボタン */
.p-entry__formSubmit {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-entry__formSubmit {
    gap: 24px;
  }
}

.p-entry__formSubmit:hover {
  opacity: 0.7;
}

.p-entry__formSubmit::after {
  content: "";
  display: block;
  width: 96px;
  height: 96px;
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow04-orange-line.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .p-entry__formSubmit::after {
    width: 56px;
    height: 56px;
  }
}
.p-entry__formSubmit .wpcf7-spinner {
  display: none;
}

.p-entry__formSubmit input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 96px;
  padding-right: 1.66em;
  padding-left: 1.66em;
  background-color: #FF6B00;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 900;
  border: 1px solid #FF6B00;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-entry__formSubmit input {
    width: 242px;
    height: 58px;
    font-size: 1.8rem;
  }
}

.p-entry__formSubmit input:hover {
  background-color: #FFF;
  color: #FF6B00;
}

/* エントリーフォーム確認ページ */
.entry-confirm .p-entry__formInputWrap,
.contact-confirm .p-entry__formInputWrap {
  padding-top: 20px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.entry-confirm .p-entry__formRow.--episode .p-entry__formInputWrap,
.contact-confirm .p-entry__formRow.--episode .p-entry__formInputWrap {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}

.entry-confirm .p-entry__formSelectWrap::after,
.contact-confirm .p-entry__formSelectWrap::after {
  display: none;
}

.entry-confirm .p-entry__formSubmitWrap,
.contact-confirm .p-entry__formSubmitWrap {
  margin-top: 64px;
  justify-content: space-around;
}

.entry-confirm .p-entry__formSubmit.--back input,
.contact-confirm .p-entry__formSubmit.--back input {
  order: 1;
  border: none;
  background-color: transparent;
  color: #FF6B00;
}

.entry-confirm .p-entry__formSubmit.--back::after,
.contact-confirm .p-entry__formSubmit.--back::after {
  order: 0;
  transform: rotate(180deg);
}

/* エントリーフォーム完了ページ */
.p-entry-thanks__title {
  font-weight: 400;
  font-size: 7.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-entry-thanks__title {
    font-size: 4rem;
    line-height: 1.2;
  }
}

.p-entry-thanks__desc {
  margin-top: 80px;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-entry-thanks__desc {
    font-size: 1.8rem;
  }
}

.p-entry-thanks__nav {
  margin-top: 80px;
}

.p-entry-thanks__navLink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-entry-thanks__navLink {
    font-size: 1.8rem;
    justify-content: center;
  }
}

.p-entry-thanks__navLink::before {
  content: "";
  width: 96px;
  height: 96px;
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .p-entry-thanks__navLink::before {
    width: 48px;
    height: 48px;
    margin-right: 24px;
  }
}
/* style02.css end */
/*
  style03.css start
*/
.p-privacy__section_inner {
  background-color: #FFF1E7;
  padding: 64px;
  border-radius: 16px;
  color: #000;
}

.p-privacy__section_inner h2 {
  color: #FF6B00;
  font-size: 32px;
  margin: 64px 0 24px;
}

.privacy .p-privacy__section_inner ol {
  margin: 0;
  padding: 0;
}

.privacy .p-privacy__section_inner ol li {
  margin: 0 0 16px 40px;
  line-height: 1.8;
  list-style-type: decimal;
  list-style: decimal;
}

.privacy .p-privacy__section_inner p {
  line-height: 1.8;
  font-size: 1.6rem;
}

.privacy .p-privacy__section_inner .is-layout-flex {
  margin-top: 32px;
}

.p-data__toptext {
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 37px;
  color: #fff;
}

.p-privacy__item {
  margin-bottom: 64px;
}

.p-privacy__item:last-child {
  margin-bottom: 0;
}

h2.p-privacy__item_title {
  color: #FF6B00;
  font-size: 32px;
  margin: 64px 0 24px;
}

h2.p-privacy__item_title:first-child {
  margin-top: unset;
}

h2.p-privacy__item_title::first-letter {
  padding-right: 16px;
}

h3.p-privacy__item_title2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
  margin-left: 1.5em;
  text-indent: -1.5em;
}

h3.p-privacy__item_title2::first-letter {
  padding-right: 16px;
}

h3.p-privacy__item9_title2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-left: 1.5em;
  text-indent: -1.5em;
}

h3.p-privacy__item9_title2::first-letter {
  padding-right: 16px;
}

span.p-privacy__table_br {
  display: inline-block;
  margin-left: 1em;
}

.p-privacy__item_text {
  margin-bottom: 24px;
  line-height: 1.8;
}

table.p-privacy__table {
  border-collapse: separate;
  width: 100%;
  margin-bottom: 24px;
}

table .p-privacy__table_title {
  color: #fff;
  font-weight: bold;
  background-color: #FF6B00;
  padding: 16px 24px;
}

.p-privacy__table3 .p-privacy__table_title {
  text-align: left;
}

table.p-privacy__table td {
  background-color: #fff;
  padding: 16px 24px;
  vertical-align: top;
  line-height: 1.8;
}

table.p-privacy__table tr td ul li {
  text-indent: -1em;
  padding-left: 1em;
}

table.p-privacy__table tr td ul li::before {
  content: "・";
}

.p-privacy__table1_left {
  width: 16%;
}

.p-privacy__table1_right {
  width: 84%;
}

.p-privacy__table2_left {
  width: 40%;
}

.p-privacy__table2_right {
  width: 60%;
}

.p-privacy__table2-2_left {
  width: 35%;
}

.p-privacy__table2-2_right {
  width: 65%;
}

.p-privacy__table3_left {
  width: 22%;
}

.p-privacy__table3_right {
  width: 78%;
}

.p-privacy__table3 .p-privacy__table_title .p-privacy__table3-2_left {
  width: 22%;
}

.p-privacy__table3-2_right {
  width: 78%;
}

.p-privacy__table5_left {
  width: 22%;
}

.p-privacy__table5_right {
  width: 78%;
}

.p-privacy__table7_left {
  width: 22%;
}

.p-privacy__table7_right {
  width: 78%;
}

.p-privacy__table8_left {
  width: 22%;
}

.p-privacy__table8_right {
  width: 78%;
}

/* テーブル角丸 */
.table-style1 {
  border-radius: 8px;
}

.table-style1 tr:first-child th {
  border-radius: 8px 0 0 0;
}

/* 右上 */
.table-style1 tr:first-child td {
  border-radius: 0 8px 0 0;
}

/* 左下 */
.table-style1 tr:last-child th {
  border-radius: 0 0 0 8px;
}

/* 右下 */
.table-style1 tr:last-child td {
  border-radius: 0 0 8px 0;
}

.table-style1-2 {
  border-radius: 8px;
}

.table-style1-2 th {
  border-radius: 8px 0 0 8px;
}

.table-style1-2 td {
  border-radius: 0 8px 8px 0;
}

.table-style2 {
  border-radius: 8px;
}

.table-style2 tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
}

/* 右上 */
.table-style2 tr:first-child th:last-child {
  border-radius: 0 8px 0 0;
}

/* 左下 */
.table-style2 tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}

/* 右下 */
.table-style2 tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

/* link style */
a.p-privacy__mail {
  display: block;
  margin-top: 16px;
  color: #384CB8;
  text-decoration: underline;
}

a.p-privacy__link {
  color: #384CB8;
  text-decoration: underline;
}

/* list style */
.p-privacy__list_style1::before {
  content: "・";
}

.p-privacy__list_style1 {
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 32px;
  line-height: 1.8;
}

.p-privacy__list_style2 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.p-privacy__list_style2,
.p-privacy__list_style3 {
  margin: 0 0 16px 40px;
  line-height: 1.8;
}

.p-privacy__list_style2::first-letter {
  padding-right: 16px;
  font-weight: bold;
}

.p-privacy__list_style3 {
  position: relative;
}

.p-privacy__list_style3::before {
  position: absolute;
  content: ")";
  left: 12px;
  font-weight: bold;
}

.p-privacy__list_style3::first-letter {
  padding-right: 16px;
  font-weight: bold;
}

/* -----12/24追加----- */
.p-privacy__test {
  margin: 64px auto 24px;
  width: fit-content;
}

.p-privacy__test-text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.p-privacy__test .c-btn__link {
  cursor: pointer;
}

.p-privacy__test .c-btn__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 96px;
  padding-right: 1.66em;
  padding-left: 1.66em;
  background-color: #FF6B00;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 900;
  border: 1px solid #FF6B00;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.p-privacy__test .c-btn__link::after {
  display: block;
  width: 96px;
  height: 96px;
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow04-orange-line.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-privacy__test a:hover {
  opacity: 1 !important;
}

.p-privacy__test a:hover .c-btn__text {
  opacity: 1;
  background-color: #FFF;
  color: #FF6B00;
}

@media screen and (max-width: 768px) {
  .p-privacy__test {
    margin: 32px auto 24px;
    width: fit-content;
  }
  .p-privacy__test-text {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .p-privacy__test .c-btn__link {
    cursor: pointer;
  }
  .p-privacy__test .c-btn__text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    font-size: 1.8rem;
    padding-right: 1.66em;
    padding-left: 1.66em;
    background-color: #FF6B00;
    color: #FFF;
    font-weight: 900;
    border: 1px solid #FF6B00;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s;
  }
  .p-privacy__test .c-btn__link::after {
    display: block;
    width: 56px;
    height: 56px;
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow04-orange-line.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .p-privacy__test a:hover {
    opacity: 1 !important;
  }
  .p-privacy__test a:hover .c-btn__text {
    opacity: 1;
    background-color: #FFF;
    color: #FF6B00;
  }
}
/* -----privacy sp----- */
@media screen and (max-width: 768px) {
  .privacy .p-privacy__section_inner h2 {
    font-size: 2.4rem;
    margin-top: 48px;
  }
  .p-privacy__wrap {
    max-width: 100%;
  }
  .p-privacy__section {
    margin-top: 80px;
  }
  .p-privacy__section_inner {
    padding: 40px 16px;
    font-size: 1.6rem;
  }
  .p-privacy__item {
    margin-bottom: 32px;
  }
  h2.p-privacy__item_title {
    font-size: 21px;
    margin: 32px 0 24px;
    margin-left: 1.2em;
    text-indent: -1.2em;
  }
  h3.p-privacy__item_title2 {
    font-size: 16px;
  }
  table .p-privacy__table_title {
    padding: 8px;
    text-align: left;
  }
  table.p-privacy__table2 .p-privacy__table_title,
  table.p-privacy__table2-2 .p-privacy__table_title,
  table.p-privacy__table7 .p-privacy__table_title {
    padding: 8px;
    text-align: center;
  }
  table.p-privacy__table td {
    padding: 8px;
    vertical-align: middle;
    line-height: 1.6;
  }
  .p-privacy__table1_left {
    width: 26%;
  }
  .p-privacy__table1_right {
    width: 74%;
  }
  .p-privacy__table2-2_left {
    width: 40%;
  }
  .p-privacy__table2-2_right {
    width: 60%;
  }
  .p-privacy__table3_left,
  .p-privacy__table3-2_left {
    width: 38%;
  }
  .p-privacy__table3_right,
  .p-privacy__table3-2_right {
    width: 62%;
  }
  .p-privacy__table7_left {
    width: 20%;
  }
  .p-privacy__table7_right {
    width: 80%;
  }
  .p-privacy__table8_left {
    width: 36%;
  }
  .p-privacy__table8_right {
    width: 64%;
  }
  .p-privacy__list_style1 {
    margin-left: 24px;
    line-height: 1.6;
  }
  .p-privacy__list_style2,
  .p-privacy__list_style3 {
    margin: 0 0 8px 24px;
    line-height: 1.6;
  }
  .p-privacy__list_style3 {
    margin-left: 3.2em;
    text-indent: -1.6em;
  }
}
@media screen and (max-width: 349px) {
  .privacy .p-privacy__section_inner ol li {
    margin-left: 20px;
  }
}
/* ----data---- */
.p-data__section {
  font-family: "Dela Gothic One", sans-serif;
  color: #000;
  line-height: 1.2;
}

.p-data__blue {
  color: #384CB8;
}

.p-data__purple {
  color: #C017B9;
}

.p-data__orange {
  color: #FF6B00;
}

.p-data__green {
  color: #49A728;
}

p.p-data__title {
  font-size: 43px;
  color: #E23D3D;
}

.p-data__comment {
  font-size: 25px;
  color: #E23D3D;
  margin-top: 24px;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
}

.p-data__comment-data15 {
  margin-top: 24px !important;
}

/* flex */
.p-data__contentbox {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
  width: 100%;
}

.p-data__content {
  background-color: #fff;
  border-radius: 32px;
  text-align: center;
  padding: 64px 64px;
}

.p-data__age .p-data__title {
  margin-bottom: 8px;
}

/* pc_titlebottom64 */
.p-data__gender_title,
.p-data__childcare_title,
.p-data__remotework_title,
.p-data__like_title {
  margin-bottom: 64px;
}

.p-data__childcare-text {
  margin-top: 64px;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1728px) {
  .p-data__childcare-text {
    margin-top: 3.704vw;
    font-size: 1.042vw;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .p-data__childcare-text {
    margin-top: 24px;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
  }
}
/* pc_titlebottom24 */
.p-data__age_ave_title,
.p-data__holiday_title,
.p-data__academic_title {
  margin-bottom: 24px;
}

/* pc_titlebottom40 */
.p-data__club_title,
.p-data__tastes_title,
.p-data__off_title,
.p-data__beforejob_title {
  margin-bottom: 40px;
}

.p-data__beforejob_title {
  margin-bottom: 24px;
}

.p-data__work {
  display: flex;
  gap: 56px;
  align-items: center;
  justify-content: center;
}

.p-data__work img {
  width: 142px;
  height: 142px;
}

.p-data__job .p-data__title,
.p-data__childcare .p-data__title,
.p-data__field .p-data__title {
  text-align: left;
}

.p-data__live,
.p-data__from {
  position: relative;
}

.p-data__live .p-data__title,
.p-data__from .p-data__title {
  position: absolute;
  top: 56px;
  left: 56px;
}

.p-data__holiday img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.p-data__holiday_text1 {
  font-size: 64px;
  margin: 24px 0;
}

.p-data__holiday_text1-1 {
  font-size: 40px;
}

.p-data__holiday_text2 {
  font-size: 24px;
}

.p-data__holiday_text2-2 {
  font-size: 18px;
}

.p-data__holiday_text3 {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 24px;
}

.p-data__content_itembox,
.p-data__content_itembox2 {
  display: grid;
  align-items: stretch;
}

.p-data__content_item,
.p-data__content_item2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-data__club_itembox {
  grid-template-columns: 51% 43%;
  gap: 24px;
}

.p-data__tastes_itembox {
  grid-template-columns: 43% 55%;
  gap: 24px;
}

.p-data__club_sax_text1 {
  font-size: 32px; /*タイトル*/
}

.p-data__club_sax_text2 {
  font-size: 48px; /*数値*/
}

.p-data__club_sax_text2-1 {
  font-size: 32px; /*数値内%など小文字*/
  margin-left: 4px;
}

.p-data__club_run_text1 {
  font-size: 32px;
}

.p-data__club_run_text2 {
  font-size: 48px;
}

.p-data__club_run_text2-1 {
  font-size: 32px; /*数値内%など小文字*/
  margin-left: 4px;
}

.p-data__club_run_text3-1 {
  font-size: 48px;
  margin: 0 4px;
}

.p-data__club_land_text1 {
  font-size: 32px;
}

.p-data__club_land_text2 {
  font-size: 48px;
}

.p-data__club_land_text2-1 {
  font-size: 32px; /*数値内%など小文字*/
  margin-left: 4px;
}

.p-data__club_ball_text1 {
  font-size: 32px;
}

.p-data__club_ball_text2 {
  font-size: 48px;
}

.p-data__club_ball_text2-1 {
  font-size: 32px;
  margin-left: 4px;
}

.p-data__club_ball_text3 {
  font-size: 18px;
}

.p-data__tastes_game_text1 {
  font-size: 32px;
}

.p-data__tastes_game_text2 {
  font-size: 48px;
}

.p-data__tastes_game_text2-1 {
  font-size: 32px;
  margin-right: 4px;
}

.p-data__tastes_trave_text1 {
  font-size: 32px;
}

.p-data__tastes_trave_text2 {
  font-size: 48px;
}

.p-data__tastes_trave_text2-1 {
  font-size: 32px;
  margin-left: 4px;
}

.p-data__tastes_cooking_text1 {
  font-size: 32px;
}

.p-data__tastes_cooking_text2 {
  font-size: 48px;
}

.p-data__tastes_cooking_text2-1 {
  font-size: 32px;
  margin-left: 4px;
}

.p-data__tastes_guitar_text1 {
  font-size: 32px;
}

.p-data__tastes_guitar_text2 {
  font-size: 48px;
}

.p-data__tastes_guitar_text2-1 {
  font-size: 32px;
  margin-left: 4px;
}

.p-data__tastes_guitar_text3 {
  font-size: 18px;
}

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

.p-data__off_cooking_text1 {
  font-size: 40px;
  margin-bottom: 8px;
}

.p-data__off_cooking_text2 {
  font-size: 64px;
}

.p-data__off_cooking_text2-1 {
  font-size: 32px;
  margin-left: 4px;
}

.p-data__off_movie_text1 {
  font-size: 40px;
  margin-bottom: 8px;
}

.p-data__off_movie_text2 {
  font-size: 64px;
}

.p-data__off_movie_text2-1 {
  font-size: 32px;
  margin-left: 4px;
}

.p-data__off_shopping_text1 {
  font-size: 40px;
  margin: 8px 0;
}

.p-data__off_shopping_text1-1 {
  font-size: 18px;
}

.p-data__off_shopping_text2 {
  font-size: 64px;
}

.p-data__off_shopping_text2-1 {
  font-size: 32px;
  margin: 0 4px;
}

.p-data__off_drinking_text1 {
  font-size: 40px;
  margin: 8px 0;
}

.p-data__off_drinking_text1-1 {
  font-size: 18px;
}

.p-data__off_drinking_text2 {
  font-size: 64px;
}

.p-data__off_drinking_text2-1 {
  font-size: 32px;
  margin: 0 4px;
}

.p-data__off_reading_text1 {
  font-size: 40px;
}

.p-data__off_reading_text1-1 {
  font-size: 18px;
}

.p-data__off_reading_text2 {
  font-size: 64px;
}

.p-data__off_reading_text2-1 {
  font-size: 32px;
  margin: 0 4px;
}

/*.p-data__content_item:nth-child(1) {
  grid-column: span 2;
}*/
.p-data__club_land,
.p-data__tastes_travel,
.p-data__off_drinking,
.p-data__off_cooking {
  border: 4px solid #FF6B00;
  border-radius: 16px;
  padding: 32px;
}

.p-data__club_sax,
.p-data__off_reading,
.p-data__tastes_guitar {
  border: 4px solid #C017B9;
  border-radius: 16px;
  padding: 32px 0;
}

.p-data__club_ball,
.p-data__tastes_cooking,
.p-data__off_movie {
  border: 4px solid #384CB8;
  border-radius: 16px;
  padding: 32px 0;
}

.p-data__off_movie {
  padding: 32px 29px;
}

.p-data__tastes_game,
.p-data__off_shopping,
.p-data__club_run {
  border: 4px solid #49A728;
  border-radius: 16px;
  padding: 32px 0;
}

.p-data__club .p-data__club_sax_img {
  width: 95px;
  height: 95px;
  margin: 0 auto;
}

.p-data__club .p-data__club_ball_img {
  width: 105px;
  height: 104px;
  margin: 0 auto;
}

.p-data__club .p-data__club_land_img {
  width: 97px;
  height: 97px;
  margin: 0 auto;
}

.p-data__club .p-data__club_run_img {
  width: 97px;
  height: 97px;
  margin: 0 auto;
}

.p-data__tastes .p-data__tastes_travel_img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.p-data__tastes .p-data__tastes_game_img {
  width: 97px;
  height: 97px;
  margin: 0 auto;
}

.p-data__tastes .p-data__tastes_cooking_img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.p-data__tastes .p-data__tastes_guitar_img {
  width: 92px;
  height: 92px;
  margin: 0 auto;
}

.p-data__off .p-data__off_cooking_img {
  width: 136px;
  height: 136px;
  margin: 0 auto;
}

.p-data__off .p-data__off_movie_img {
  width: 142px;
  height: 142px;
  margin: 0 auto;
}

.p-data__off .p-data__off_shopping_img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.p-data__off .p-data__off_reading_img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.p-data__off .p-data__off_drinking_img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.p-data__comment .p-data__blue {
  border: unset;
  border-radius: unset;
  padding: unset;
}

.p-data__off .p-data__comment {
  margin-top: unset;
  margin: auto;
}

.p-data__beforejob ul li {
  color: #FF6B00;
  font-size: 28px;
  border: 4px solid #FF6B00;
  border-radius: 16px;
  padding: 12px 32px;
  margin: 0 auto 12px;
  max-width: 296px;
}

.p-data__gender {
  width: 40%;
  padding: 32px 64px;
}

.p-data__age {
  width: 60%;
  padding: 32px 69px;
}

.p-data__age_ave {
  width: 25%;
  padding: 46px 0;
}

.p-data__age_ave_text1 {
  font-size: 64px;
}

.p-data__age_ave_text1-1 {
  font-size: 40px;
}

.p-data__work {
  width: 100%;
  padding: 0;
}

.p-data__work-content {
  width: 75%;
  padding: 32px 64px;
}

.p-data__work_text1 {
  font-size: 64px;
}

.p-data__work_text1-1 {
  font-size: 40px;
}

.p-data__live {
  padding: 32px 53px 32px 60px;
}

.p-data__from {
  padding: 32px 56px 32px 58px;
}

.p-data__holiday {
  width: 38%;
  padding: 32px 56px;
}

.p-data__childcare {
  width: 62%;
  padding: 64px 56px;
}

.p-data__remotework {
  width: 43%;
  padding: 32px 40px;
}

.p-data__academic {
  width: 57%;
  padding: 32px 40px;
}

.p-data__field {
  padding: 32px 64px;
}

.p-data__club {
  width: 50%;
  padding: 32px 58px 32px;
}

.p-data__tastes {
  width: 50%;
  padding: 32px 60px;
}

.p-data__off {
  padding: 32px 110px 40px;
  width: 100%;
}

.p-data__like {
  width: 63%;
  padding: 64px;
}

.p-data__beforejob {
  width: 37%;
  padding: 32px;
}

.p-data__academic_icon {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}

.p_data__titlebox {
  display: flex;
  gap: 24px;
  align-items: center;
}

.p-data__job {
  padding-right: 120px;
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: space-between;
  padding: 32px 64px;
}

.p-data__job img {
  width: 36%;
}

.p-data__job_list {
  width: 340px;
}

.p-data__job_list_title {
  padding: 8px 0;
  background-color: #384CB8;
  border-radius: 8px;
  color: #fff;
  font-size: 32px;
}

.p-data__job_lists li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  font-size: 24px;
  border-bottom: 2px solid #384CB8;
  padding-bottom: 8px;
  text-align: left;
}

.p_data__job_list_percentage_text1 {
  font-size: 32px;
}

.p-data__sp_only {
  display: none;
}

.data__academic_text {
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}

.data .p-home__carrer-section {
  background-color: #CB3535;
  margin-top: 0;
}

.data .p-home__carrer-section .c-ttl__en {
  color: #CB3535;
}

.data .p-home__carrer-section .c-list__item-link::after {
  background-color: #E23D3D;
}

.p_data__job_list_item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

@media screen and (max-width: 1024px) {
  p.p-data__title {
    font-size: 28px;
    color: #E23D3D;
  }
  .p-data__club_run_text2 {
    font-size: 16px;
  }
  .p-data__work_text1,
  .p-data__age_ave_text1 {
    font-size: 58px;
  }
  .p-data__work_text1-1,
  .p-data__age_ave_text1-1 {
    font-size: 36px;
  }
  .p-data__tastes_game_text2,
  .p-data__off_cooking_text1,
  .p-data__off_movie_text1,
  .p-data__off_shopping_text1 {
    font-size: 28px;
  }
  .p-data__club_ball_text1,
  .p-data__club_run_text1,
  .p-data__tastes_game_text1,
  .p-data__tastes_guitar_text1 {
    font-size: 26px;
  }
  .p-data__tastes_game_text2-1,
  .p-data__tastes_guitar_text3-1,
  .p-data__club_run_text3-1,
  .p-data__club_ball_text2-1 {
    font-size: 42px;
  }
  .p-data__comment {
    font-size: 21px;
  }
  .p-data__job_list {
    width: 300px;
  }
  .p-data__job img {
    width: 34%;
  }
  .p-data__childcare-text {
    font-size: 16px;
  }
}
/* -----data sp----- */
@media screen and (max-width: 768px) {
  .p-data__sp_only {
    display: block;
  }
  .p-data__pc_only {
    display: none;
  }
  .p-data__section {
    font-family: "Dela Gothic One", sans-serif;
    color: #000;
    line-height: 1.2;
    padding: 0 0 52px;
  }
  .p-data__contentbox {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
    width: 100%;
  }
  .p-data__comment {
    font-size: 24px;
  }
  .p-data__content {
    width: 100%;
  }
  .p-data__contentbox2 {
    flex-direction: row;
    gap: 17px;
  }
  .p-data__work {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: center;
  }
  .p-data__job {
    flex-direction: column;
    gap: 0;
  }
  .p-data__job img {
    width: 100%;
  }
  p.p-data__title {
    text-align: center;
    font-size: 32px;
  }
  .p-data__content_itembox,
  .p-data__content_itembox2 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-width: 234px;
    margin: 0 auto;
  }
  .p-data__tastes .p-data__content_itembox {
    max-width: 240px;
  }
  .p-data__content_itembox2 {
    max-width: 264px;
  }
  .p-data__gender_title,
  .p-data__job_title,
  .p-data__childcare_title,
  .p-data__remotework_title,
  .p-data__academic_title .p-data__like_title,
  .p-data__field_title {
    margin-bottom: 24px;
  }
  p.p-data__like_title {
    font-size: 7.125vw;
    margin-bottom: 24px;
  }
  .p-data__holiday_title,
  .p-data__work .p-data__title {
    margin-bottom: 16px;
  }
  .p-data__age_ave_title {
    margin-bottom: 8px;
  }
  .p-data__gender {
    padding: 40px 33px;
  }
  .p-data__age {
    padding: 52px 21px 33px 27px;
  }
  .p-data__age_ave {
    width: 50%;
    padding: 87.5px 0;
  }
  .p-data__age_ave_text1 {
    font-size: 40px;
  }
  .p-data__age_ave_text1-1 {
    font-size: 24px;
  }
  .p-data__work {
    width: 100%;
    padding: 0;
  }
  .p-data__work-content {
    width: 50%;
    padding: 32px 0;
  }
  .p-data__work_text1 {
    font-size: 40px;
  }
  .p-data__work_text1-1 {
    font-size: 24px;
  }
  .p-data__work .p-data__title {
    line-height: 1;
  }
  .p-data__work img {
    width: 72px;
    height: 69px;
  }
  .p-data__job {
    padding-right: unset;
    gap: 0;
    padding: 40px 21px;
  }
  .p-data__job img {
    margin-bottom: 40px;
  }
  .p-data__job_list {
    width: 100%;
  }
  .p-data__live {
    padding: 32px 23px 56px 18px;
  }
  .p-data__from {
    padding: 44px 20px 52px 21px;
  }
  .p-data__live .p-data__title,
  .p-data__from .p-data__title {
    top: 40px;
    left: 50px;
  }
  .p-data__holiday {
    padding: 40px 0;
  }
  .p-data__holiday_text1 {
    font-size: 48px;
  }
  .p-data__holiday_text1-1 {
    font-size: 32px;
  }
  .p-data__childcare {
    padding: 40px 16px;
  }
  .p-data__childcare .p-data__title {
    text-align: center;
  }
  .p-data__holiday p.p-data__holiday_text1 {
    margin: 16px 0;
  }
  .p-data__holiday p.p-data__holiday_text2 {
    margin-top: 16px;
  }
  .p-data__remotework {
    padding: 40px 33px;
  }
  .p-data__academic {
    padding: 40px 16px;
  }
  .p_data__titlebox {
    justify-content: center;
  }
  .p-data__academic .p-data__title {
    text-align: center;
  }
  .p-data__academic_icon {
    width: 48px;
    height: 48px;
  }
  .data__academic_text {
    font-size: 13px;
  }
  .p-data__field {
    padding: 40px;
  }
  .p-data__field .p-data__title {
    text-align: center;
  }
  .p-data__club {
    padding: 40px 12px;
  }
  .p-data__content_itembox .p-data__content_item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 278px;
    padding: 0;
  }
  .p-data__content_itembox2 .p-data__content_item2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 338px;
    padding: 0;
  }
  .p-data__club_sax_text1 {
    font-size: 24px; /*タイトル*/
  }
  .p-data__club_sax_text2 {
    font-size: 40px; /*数値*/
  }
  .p-data__club_sax_text2-1 {
    font-size: 24px; /*数値内%など小文字*/
  }
  .p-data__club_run_text1 {
    font-size: 24px;
  }
  .p-data__club_run_text2 {
    font-size: 40px;
  }
  .p-data__club_run_text2-1 {
    font-size: 24px; /*数値内%など小文字*/
  }
  .p-data__club_run_text3-1 {
    font-size: 40px;
  }
  .p-data__club_land_text1 {
    font-size: 24px;
  }
  .p-data__club_land_text2 {
    font-size: 40px;
  }
  .p-data__club_land_text2-1 {
    font-size: 24px; /*数値内%など小文字*/
  }
  .p-data__club_ball_text1 {
    font-size: 24px;
  }
  .p-data__club_ball_text2 {
    font-size: 40px;
  }
  .p-data__club_ball_text2-1 {
    font-size: 24px;
  }
  .p-data__club_ball_text3 {
    font-size: 16px;
  }
  .p-data__tastes_game_text1 {
    font-size: 24px;
  }
  .p-data__tastes_game_text2 {
    font-size: 40px;
  }
  .p-data__tastes_game_text2-1 {
    font-size: 24px;
  }
  .p-data__tastes_trave_text1 {
    font-size: 24px;
  }
  .p-data__tastes_trave_text2 {
    font-size: 40px;
  }
  .p-data__tastes_trave_text2-1 {
    font-size: 24px;
  }
  .p-data__tastes_cooking_text1 {
    font-size: 24px;
  }
  .p-data__tastes_cooking_text2 {
    font-size: 40px;
  }
  .p-data__tastes_cooking_text2-1 {
    font-size: 24px;
  }
  .p-data__tastes_guitar_text1 {
    font-size: 24px;
  }
  .p-data__tastes_guitar_text2 {
    font-size: 40px;
  }
  .p-data__tastes_guitar_text2-1 {
    font-size: 24px;
  }
  .p-data__tastes_guitar_text3 {
    font-size: 16px;
  }
  .p-data__off_cooking_text1 {
    font-size: 32px;
  }
  .p-data__off_cooking_text2 {
    font-size: 40px;
  }
  .p-data__off_cooking_text2-1 {
    font-size: 24px;
  }
  .p-data__off_movie_text1 {
    font-size: 32px;
  }
  .p-data__off_movie_text2 {
    font-size: 40px;
  }
  .p-data__off_movie_text2-1 {
    font-size: 24px;
  }
  .p-data__off_shopping_text1 {
    font-size: 32px;
  }
  .p-data__off_shopping_text2 {
    font-size: 40px;
  }
  .p-data__off_shopping_text2-1 {
    font-size: 24px;
  }
  .p-data__off_drinking_text1 {
    font-size: 32px;
  }
  .p-data__off_drinking_text2 {
    font-size: 40px;
  }
  .p-data__off_drinking_text2-1 {
    font-size: 24px;
  }
  .p-data__off_reading_text1 {
    font-size: 32px;
  }
  .p-data__off_reading_text2 {
    font-size: 40px;
  }
  .p-data__off_reading_text2-1 {
    font-size: 24px;
  }
  .p-data__tastes {
    padding: 40px 12px;
  }
  .p-data__off {
    padding: 40px 12px;
  }
  .p-data__like {
    padding: 40px 20.5px;
  }
  .p-data__beforejob {
    padding: 64px 12px;
  }
  .p-data__beforejob ul li {
    font-size: 24px;
    padding: 16px 32px;
    margin: 0 auto 16px;
    max-width: 240px;
  }
  .data .p-home__carrer-section {
    padding-top: 0;
  }
}
/* -----culture----- */
body.culture {
  overflow: visible;
}

.p-culture__section {
  line-height: 1.6;
}

.p-cuture__title {
  font-family: "Dela Gothic One", sans-serif;
  display: flex;
  margin-bottom: 32px;
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 10;
}

h2.p-culture__title1 {
  font-weight: normal;
  font-size: 56px;
}

h2.p-culture__title2 {
  font-weight: normal;
  font-size: 16px;
}

.p-culture_content_title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}

.p-culture_content_title::before {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/solar-partners/assets/img/culture/dot.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 16px;
}

.p-culture__content_itembox {
  margin-bottom: 64px;
}

.p-culture__content01_item {
  margin-bottom: 40px;
  gap: 32px;
}

.p-culture__content01_item:last-child {
  margin-bottom: 0px;
}

.p-culture__content01_item-contents {
  flex: 1;
}

.p-culture__content01_item-img {
  width: 48%;
}

.p-culture__content_item_title {
  font-weight: normal;
  font-family: "Dela Gothic One", sans-serif;
  line-height: 1.2;
  color: #FFF855;
}

.p-culture__content01 .p-culture__content_item_title {
  font-size: 38px;
}

.p-culture__content01_item .p-culture__content_item_title {
  margin: 28px 0 20px;
}

.p-culture__content01_item {
  flex: 1;
  border-bottom: 2px solid #fff;
  padding-bottom: 32px;
}

.p-culture__content01_item_text {
  font-weight: bold;
  font-size: 18px;
}

.p-culture__content02 .p-culture__content_item_title {
  font-size: 36px;
}

.p-culture__content02_item li {
  display: flex;
  gap: 24px;
  border-bottom: 2px solid #fff;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

.p-culture__content02_item li h4.p-culture__content_item_title {
  display: inline-block;
  flex: 1;
}

.p-culture__content02_item_text {
  font-size: 18px;
  font-weight: bold;
  flex: 15%;
}

.p-culture__content03_item_img {
  width: 160px;
  height: 160px;
}

.p-culture__content03 .p-culture__content_item_title {
  font-size: 38px;
  margin-bottom: 24px;
}

.p-culture__content03_item_text {
  font-size: 18px;
  font-weight: bold;
}

.p-culture__content03_item {
  display: flex;
  gap: 32px;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  padding: 32px;
  margin-bottom: 32px;
}

.p-culture__content03_item:last-child {
  margin-bottom: unset;
}

.p-culture__content04 .p-culture__content_item_title {
  font-size: 42px;
  margin-bottom: 24px;
}

.p-culture__content04_item_text {
  font-size: 18px;
  font-weight: bold;
}

.p-culture__content04_item {
  display: flex;
  gap: 36px;
  align-items: center;
  margin-bottom: 40px;
}

.p-culture__content04_item:last-child {
  margin-bottom: unset;
}

.p-culture__content04_item_img {
  width: 48%;
}

.p-culture__content05_itembox {
  display: grid;
  align-items: stretch;
  gap: 36px;
}

.p-culture__content05_item_img {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.p-culture__content05_item {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  padding: 64px 32px;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}

.p-culture__content05_item2 {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  padding: 71px 32px 32px;
  grid-column: span 2;
  position: relative;
}

.p-culture__content05 .p-culture__content_item_title {
  font-size: 48px;
  margin-bottom: 24px;
}

.p-culture__content05_item_text {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.p-culture__content05_item2 .p-culture__content_item_title {
  margin-bottom: 12px;
}

.p-culture__content05_titlebox {
  position: absolute;
  top: 56px;
  left: 56px;
}

.p-culture__content05_item2_text {
  font-size: 18px;
}

.p-culture__culture_text {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: bold;
}

.p-culture__culture_content01_item_img {
  width: 160px;
  height: auto;
}

.p-culture__culture_content01 .p-culture__content_item_title {
  font-size: 48px;
  margin-bottom: 24px;
}

.p-culture__culture_content01_item_text {
  font-size: 18px;
  font-weight: bold;
}

.p-culture__culture_content01_item {
  display: flex;
  gap: 32px;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  padding: 32px;
  margin-bottom: 32px;
}

.p-culture__culture_content01_item:last-child {
  margin-bottom: unset;
}

.p-culture__certification_content_itembox {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.p-culture__certification_box {
  flex: 1;
}

.p-culture__certification_img {
  width: 48%;
}

.p-culture__certification_content .p-culture__content_item_title {
  font-size: 42px;
}

.p-culture__certification_content_item .p-culture__content_item_title {
  margin: 0 0 24px;
}

.p-culture__certification_content_item {
  flex: 1;
  border-bottom: 2px solid #fff;
  padding-bottom: 32px;
  width: 100%;
  display: flex;
  gap: 36px;
  align-items: center;
}

.p-culture__certification_content_item_text {
  font-weight: bold;
  font-size: 18px;
}

.p-culture__certification_text {
  margin-bottom: 32px;
  font-weight: bold;
}

.p-culture__content_inner {
  margin-left: 400px;
}

.p-culture__culture {
  position: relative;
  padding: 110px 0 269px;
  vertical-align: middle;
}

.p-culture__culture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-image: url(/wp-content/themes/solar-partners/assets/img/culture/culture-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -1;
  margin-left: calc(-50vw + 50%);
}

.p-culture__certification {
  margin-top: -150px;
  position: relative;
  padding: 110px 0 251px;
  vertical-align: middle;
}

.p-culture__certification::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-image: url(/wp-content/themes/solar-partners/assets/img/culture/certification-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -1;
  margin-left: calc(-50vw + 50%);
}

.p-culture__office .p-cuture__title {
  margin-bottom: 99px;
}

.p-culture__office {
  position: relative;
  padding: 198px 0 289px;
  vertical-align: middle;
}

.p-culture__office::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-image: url(/wp-content/themes/solar-partners/assets/img/culture/office-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -1;
  margin-left: calc(-50vw + 50%);
  border-radius: 0 0 32px 32px;
}

.p-culture__office::after {
  content: "";
  position: absolute;
  bottom: 117px;
  left: 0;
  width: 100vw;
  height: 46%;
  background-image: url(/wp-content/themes/solar-partners/assets/img/culture/office-bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -1;
  margin-left: calc(-50vw + 50%);
  border-radius: 32px;
}

.p-culture__content05_itembox {
  margin-bottom: unset;
}

.p-culture__content05 {
  padding-bottom: 160px;
}

.p-culture__accordion {
  width: 350px;
  background-color: rgba(255, 255, 255, 0.12);
  padding: 35px;
  border-radius: 32px;
  position: sticky;
  position: -webkit-sticky;
  top: 110px;
  z-index: 16;
  margin-bottom: 200px;
}

.p-culture__accordion-item {
  border-bottom: 2px solid #fff;
  margin-bottom: 24px;
}

.p-culture__accordion-item:last-of-type {
  border-bottom: none;
}

.p-culture__accordion-header {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 29px;
  position: relative;
}

.p-culture__accordion-item:first-of-type .p-culture__accordion-header {
  padding-bottom: 0;
}

.p-culture__accordion-content {
  padding-left: 24px;
  margin-top: 29px;
}

.p-culture__accordion-section {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.p-culture__accordion-content {
  overflow: hidden; /* コンテンツがはみ出さないようにする */
  max-height: 0; /* 初期状態で高さをゼロにする */
  transition: max-height 0.3s ease-out; /* 高さの変化にアニメーションを付ける */
}

.p-culture__accordion-header::after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/solar-partners/assets/img/culture/sidemenu-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: -5px;
}

.p-culture__accordion-section::after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/solar-partners/assets/img/culture/sidemenu-arrow02.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: -5px;
}

/* .p-culture__accordion-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, height 0.5s ease, visibility 0.5s ease;
}

.p-culture__accordion-item.active .p-culture__accordion-content {
  opacity: 1;
  visibility: visible;
  height: auto;
} */
.p-culture__sp_only {
  display: none;
}

.p-culture__office .splide__slide {
  width: 100%;
}

.p-culture__office .splide__arrows {
  position: absolute;
  right: 40px;
  height: 94px;
  top: -192px;
  display: flex;
  gap: 40px;
}

.p-culture__office .splide__list {
  height: auto;
}

.p-culture__office .splide__slide img {
  height: auto;
  width: 100%; /* 画像をスライドの幅いっぱいに */
  object-fit: cover; /* 画像のアスペクト比を保ちつつ、スライドの枠に収まるように */
}

.p-culture__office .splide__track {
  overflow: visible; /* トラックをオーバーフローさせて、両側が見えるように */
}

.culture .p-home__carrer-section {
  background-color: #FF6B00;
  margin-top: 0;
  border-radius: unset;
}

.culture .p-home__carrer-section .c-ttl__en {
  color: #FF6B00;
}

.culture .p-home__carrer-section .c-list__item-link::after {
  background-color: #DA5C00;
}

.culture .l-footer__top-img {
  background-color: #FF6B00;
}

@media screen and (max-width: 1728px) {
  /* -----culture----- */
  body.culture {
    overflow: visible;
  }
  .p-culture__section {
    line-height: 1.6;
  }
  .p-cuture__title {
    font-family: "Dela Gothic One", sans-serif;
    display: flex;
    margin-bottom: 1.852vw;
    align-items: center;
    gap: 1.852vw;
  }
  h2.p-culture__title1 {
    font-weight: normal;
    font-size: clamp(10px, 3.241vw, 3.241vw);
  }
  h2.p-culture__title2 {
    font-weight: normal;
    font-size: clamp(10px, 0.926vw, 0.926vw);
  }
  .p-culture_content_title {
    font-weight: bold;
    font-size: clamp(10px, 1.736vw, 1.736vw);
    margin-bottom: 1.852vw;
  }
  .p-culture_content_title::before {
    content: "";
    display: inline-block;
    background-image: url(/wp-content/themes/solar-partners/assets/img/culture/dot.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 0.926vw;
    height: 0.926vw;
    margin-right: 0.926vw;
  }
  .p-culture__content_itembox {
    margin-bottom: 3.704vw;
  }
  .p-culture__content_item_title {
    font-weight: normal;
    font-family: "Dela Gothic One", sans-serif;
    line-height: 1.2;
    color: #FFF855;
  }
  .p-culture__content01 .p-culture__content_item_title {
    font-size: clamp(16px, 2.199vw, 2.199vw);
  }
  .p-culture__content01_item .p-culture__content_item_title {
    margin: 1.62vw 0 1.157vw;
  }
  .p-culture__content01_item {
    flex: 1;
    border-bottom: 2px solid #fff;
    padding-bottom: 1.852vw;
  }
  .p-culture__content01_item_text {
    font-weight: bold;
    font-size: clamp(10px, 1.042vw, 1.042vw);
  }
  .p-culture__content02 .p-culture__content_item_title {
    font-size: clamp(10px, 2.083vw, 2.083vw);
  }
  .p-culture__content02_item li {
    display: flex;
    gap: 1vw;
    border-bottom: 2px solid #fff;
    padding-bottom: 1.852vw;
    margin-bottom: 1.852vw;
  }
  .p-culture__content02_item li h4.p-culture__content_item_title {
    display: inline-block;
    flex: 1;
  }
  .p-culture__content02_item_text {
    font-size: clamp(10px, 1.042vw, 1.042vw);
    font-weight: bold;
    flex: 16%;
  }
  .p-culture__content03_item_img {
    width: 9.259vw;
    height: 9.259vw;
  }
  .p-culture__content03 .p-culture__content_item_title {
    font-size: clamp(10px, 2.199vw, 2.199vw);
    margin-bottom: 1.389vw;
  }
  .p-culture__content03_item_text {
    font-size: clamp(10px, 1.042vw, 1.042vw);
    font-weight: bold;
  }
  .p-culture__content03_item {
    display: flex;
    gap: 1.852vw;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 1.852vw;
    padding: 1.852vw;
    margin-bottom: 1.852vw;
  }
  .p-culture__content03_item:last-child {
    margin-bottom: unset;
  }
  .p-culture__content04 .p-culture__content_item_title {
    font-size: clamp(10px, 2.431vw, 2.431vw);
    margin-bottom: 1.389vw;
  }
  .p-culture__content04_item_text {
    font-size: clamp(10px, 1.042vw, 1.042vw);
    font-weight: bold;
  }
  .p-culture__content04_item {
    display: flex;
    gap: 2.083vw;
    align-items: center;
    margin-bottom: 2.315vw;
  }
  .p-culture__content04_item:last-child {
    margin-bottom: unset;
  }
  .p-culture__content04_item_img {
    width: 48%;
  }
  .p-culture__content05_itembox {
    display: grid;
    align-items: stretch;
    gap: 2.083vw;
  }
  .p-culture__content05_item_img {
    width: 9.259vw;
    height: 9.259vw;
    margin: 0 auto;
    margin-bottom: 1.389vw;
  }
  .p-culture__content05_item {
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 1.852vw;
    padding: 3.704vw 1.852vw;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
  .p-culture__content05_item2 {
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 1.852vw;
    padding: 4.109vw 1.852vw 1.852vw;
    grid-column: span 2;
    position: relative;
  }
  .p-culture__content05 .p-culture__content_item_title {
    font-size: clamp(10px, 2.778vw, 2.778vw);
    margin-bottom: 1.389vw;
  }
  .p-culture__content05_item_text {
    font-size: clamp(10px, 1.042vw, 1.042vw);
    font-weight: bold;
    text-align: left;
  }
  .p-culture__content05_item2 .p-culture__content_item_title {
    margin-bottom: 0.694vw;
  }
  .p-culture__content05_titlebox {
    position: absolute;
    top: 3.241vw;
    left: 3.241vw;
  }
  .p-culture__content05_item2_text {
    font-size: clamp(10px, 1.042vw, 1.042vw);
  }
  .p-culture__culture_text {
    margin-bottom: 1.852vw;
    font-size: clamp(10px, 1.042vw, 1.042vw);
    font-weight: bold;
  }
  .p-culture__culture_content01_item_img {
    width: 9.259vw;
    height: auto;
  }
  .p-culture__culture_content01 .p-culture__content_item_title {
    font-size: clamp(10px, 2.778vw, 2.778vw);
    margin-bottom: 1.389vw;
  }
  .p-culture__culture_content01_item_text {
    font-size: clamp(10px, 1.042vw, 1.042vw);
    font-weight: bold;
  }
  .p-culture__culture_content01_item {
    display: flex;
    gap: 1.852vw;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 1.852vw;
    padding: 1.852vw;
    margin-bottom: 1.852vw;
  }
  .p-culture__culture_content01_item:last-child {
    margin-bottom: unset;
  }
  .p-culture__certification_content_itembox {
    display: flex;
    gap: 2.315vw;
  }
  .p-culture__certification_content .p-culture__content_item_title {
    font-size: clamp(10px, 2.431vw, 2.431vw);
  }
  .p-culture__certification_content_item .p-culture__content_item_title {
    margin: 0 0 1.389vw;
  }
  .p-culture__certification_content_item {
    flex: 1;
    border-bottom: 2px solid #fff;
    padding-bottom: 1.852vw;
    gap: 2.083vw;
  }
  .p-culture__certification_content_item_text {
    font-weight: bold;
    font-size: clamp(10px, 1.042vw, 1.042vw);
  }
  .p-culture__certification_text {
    margin-bottom: 1.852vw;
    font-weight: bold;
  }
  .p-culture__content_inner {
    margin-left: 23.148vw;
  }
  .p-culture__culture {
    position: relative;
    vertical-align: middle;
  }
  .p-culture__culture::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-image: url(/wp-content/themes/solar-partners/assets/img/culture/culture-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;
    margin-left: calc(-50vw + 50%);
  }
  .p-culture__certification {
    position: relative;
    vertical-align: middle;
  }
  .p-culture__certification::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-image: url(/wp-content/themes/solar-partners/assets/img/culture/certification-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;
    margin-left: calc(-50vw + 50%);
  }
  .p-culture__office .p-cuture__title {
    margin-bottom: 5.729vw;
  }
  .p-culture__office {
    position: relative;
    padding: 11.458vw 0 16.725vw;
    vertical-align: middle;
  }
  .p-culture__office::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-image: url(/wp-content/themes/solar-partners/assets/img/culture/office-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;
    margin-left: calc(-50vw + 50%);
    border-radius: 0 0 1.852vw 1.852vw;
  }
  .p-culture__office::after {
    content: "";
    position: absolute;
    bottom: 6.771vw;
    left: 0;
    width: 100vw;
    height: 46%;
    background-image: url(/wp-content/themes/solar-partners/assets/img/culture/office-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;
    margin-left: calc(-50vw + 50%);
    border-radius: 1.852vw;
  }
  .p-culture__content05_itembox {
    margin-bottom: unset;
  }
  .p-culture__content05 {
    padding-bottom: 12.282vw;
  }
  .p-culture__accordion {
    width: 20.255vw;
    background-color: rgba(255, 255, 255, 0.12);
    padding: 2.025vw;
    border-radius: 1.852vw;
    position: sticky;
    position: -webkit-sticky;
    top: 6.366vw;
  }
  .p-culture__accordion-item {
    border-bottom: 2px solid #fff;
    margin-bottom: 1.389vw;
  }
  .p-culture__accordion-item:last-of-type {
    border-bottom: none;
  }
  .p-culture__accordion-header {
    font-size: clamp(10px, 1.389vw, 1.389vw);
    font-weight: bold;
    padding-bottom: 1.678vw;
    position: relative;
  }
  .p-culture__accordion-item:first-of-type .p-culture__accordion-header {
    padding-bottom: 0;
  }
  .p-culture__accordion-content {
    padding-left: 1.389vw;
    margin-top: 1.678vw;
  }
  .p-culture__accordion-section {
    margin-bottom: 1.736vw;
    font-size: clamp(10px, 1.042vw, 1.042vw);
    font-weight: bold;
    position: relative;
  }
  .p-culture__accordion-content {
    overflow: hidden; /* コンテンツがはみ出さないようにする */
    max-height: 0; /* 初期状態で高さをゼロにする */
    transition: max-height 0.3s ease-out; /* 高さの変化にアニメーションを付ける */
  }
  .p-culture__accordion-header::after {
    content: "";
    display: inline-block;
    background-image: url(/wp-content/themes/solar-partners/assets/img/culture/sidemenu-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 2.778vw;
    height: 2.778vw;
    position: absolute;
    right: 0;
    top: -5px;
  }
  .p-culture__accordion-section::after {
    content: "";
    display: inline-block;
    background-image: url(/wp-content/themes/solar-partners/assets/img/culture/sidemenu-arrow02.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 2.778vw;
    height: 2.778vw;
    position: absolute;
    right: 0;
    top: -5px;
  }
  /* .p-culture__accordion-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, height 0.5s ease, visibility 0.5s ease;
  }
  .p-culture__accordion-item.active .p-culture__accordion-content {
    opacity: 1;
    visibility: visible;
    height: auto;
  } */
  .p-culture__sp_only {
    display: none;
  }
  .p-culture__office .splide__slide {
    width: 100%;
  }
  .p-culture__office .splide__arrows {
    position: absolute;
    right: 2.315vw;
    height: 5.44vw;
    top: -11.111vw;
    display: flex;
    gap: 2.315vw;
  }
  .p-culture__office .splide__list {
    height: auto;
  }
  .p-culture__office .splide__slide img {
    height: auto;
    width: 100%; /* 画像をスライドの幅いっぱいに */
    object-fit: cover; /* 画像のアスペクト比を保ちつつ、スライドの枠に収まるように */
  }
  .p-culture__office .splide__track {
    overflow: visible; /* トラックをオーバーフローさせて、両側が見えるように */
  }
  .culture .p-home__carrer-section {
    margin-top: 0;
    border-radius: unset;
  }
}
@media screen and (max-width: 1024px) {
  .p-culture__accordion-header,
  .p-culture__accordion-section {
    font-size: 14px;
  }
  .p-culture__accordion-header {
    font-size: 14px;
    padding-right: 23px;
  }
  .p-culture__content01_item_text,
  .p-culture__content02_item_text,
  .p-culture__content03_item_text,
  .p-culture__content04_item_text,
  .p-culture__content05_item_text,
  .p-culture__content05_item2_text,
  .p-culture__certification_content_item_text,
  .p-culture__culture_content01_item_text {
    font-size: 16px;
  }
  .p-culture_content_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1348px) {
  .p-culture__content02_item li {
    gap: 0.8vw;
  }
  .p-culture__content02_item_text {
    flex: 16%;
  }
}
/* -----culture sp----- */
@media screen and (max-width: 768px) {
  body.culture {
    overflow: hidden;
  }
  .p-culture__pc_only {
    display: none;
  }
  .p-culture__sp_only {
    display: block;
  }
  .p-culture__content_inner {
    margin-left: 0px;
  }
  .p-culture__inner {
    margin-top: 0px;
  }
  .p-culture__certification .p-cuture__title {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    align-items: flex-start;
    gap: 8px;
  }
  h2.p-culture__title1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .p-culture__title2 {
    font-size: 14px;
  }
  .p-culture_content_title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 32px;
  }
  .p-culture__content_item_title,
  .p-culture__content01 .p-culture__content_item_title,
  .p-culture__content02 .p-culture__content_item_title,
  .p-culture__content03 .p-culture__content_item_title,
  .p-culture__content04 .p-culture__content_item_title,
  .p-culture__content05 .p-culture__content_item_title,
  .p-culture__content05_item2 .p-culture__content_item_title,
  .p-culture__culture_content01 .p-culture__content_item_title,
  .p-culture__certification_content .p-culture__content_item_title {
    font-size: 32px;
  }
  .p-culture__content01_item {
    margin-bottom: 40px;
    gap: 16px;
    flex-direction: column-reverse;
  }
  .p-culture__content01_item:last-child {
    margin-bottom: 0px;
  }
  .p-culture__content01_item-contents {
    flex: 1;
    width: 100%;
  }
  .p-culture__content01_item-img {
    width: 100%;
  }
  .p-culture__content02_item li {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .p-culture__content02 .p-culture_content_title {
    margin-bottom: 24px;
  }
  .p-culture__content03_item_img {
    width: 160px;
    height: 160px;
  }
  .p-culture__content03 .p-culture__content_item_title {
    font-size: 3.2rem;
    margin-bottom: 24px;
    text-align: center;
  }
  .p-culture__content03_item_text {
    font-size: 18px;
    font-weight: bold;
  }
  .p-culture__content03_item {
    display: flex;
    gap: 32px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 32px;
    padding: 32px;
    margin-bottom: 32px;
    flex-direction: column;
  }
  .p-culture__content04 .p-culture__content_item_title {
    margin-bottom: 24px;
  }
  .p-culture__content04_item_img {
    width: 100%;
  }
  .p-culture__content04_item {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
  }
  .p-culture__content01_item_text,
  .p-culture__content03_item_text,
  .p-culture__content04_item_text,
  .p-culture__content04_item_text,
  .p-culture__culture_content01_item_text {
    font-size: 16px;
  }
  .p-culture__content05_item2_text {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .p-culture__content05 .p-culture__content_item_title {
    margin-bottom: 24px;
  }
  .p-culture__content05_itembox {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
  .p-culture__content05_item2 {
    border-radius: 24px;
    padding: 32px 24px;
  }
  .p-culture__content05_item {
    padding: 32px;
  }
  .p-culture__content05_item_img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .p-culture__content05_titlebox {
    position: unset;
  }
  .p-culture__content05_item_img_wrapper {
    position: relative;
    display: inline-block;
  }
  .p-culture__content05_item_img_wrapper::after {
    content: "タップして拡大";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 8px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    background-image: url(/wp-content/themes/solar-partners/assets/img/culture/graphtap.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 24px;
    padding-left: 40px;
    background-position: 10px center;
    opacity: var(--after-opacity, 1);
  }
  .p-culture__content05_item_img_wrapper img {
    width: 100%;
    transition: transform 0.3s ease;
  }
  .p-culture__content05_item_img_wrapper img.zoomed {
    transform: scale(1.2);
  }
  .p-culture__content05_item_img_big {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 942px;
    max-width: 996px;
  }
  .p-culture__content05_item_img_big02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 996px;
    height: 942px;
    max-width: unset;
  }
  .p-culture__culture {
    padding-bottom: 157px;
  }
  .p-culture__culture_content01_item {
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    border-radius: 32px;
    margin-bottom: 32px;
  }
  .p-culture__culture_content01 .p-culture__content_item_title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 24px;
  }
  .p-culture__certification_img {
    width: 100%;
  }
  .p-culture__certification_content_item {
    padding-bottom: 32px;
    flex-direction: column-reverse;
    gap: 32px;
  }
  .p-culture__certification_content_itembox {
    flex-direction: column;
    gap: 40px;
  }
  .p-culture__certification_content_item_text {
    font-size: 17px;
  }
  .p-culture__accordion_sp_only {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    background-color: unset;
    gap: 8px;
    padding: unset;
    padding-bottom: 24px;
    padding-right: 22px;
    padding-left: 22px;
    margin-bottom: 0;
  }
  .p-culture__accordion-header {
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    text-align: center;
    padding: 9px 11px 49px;
    position: relative;
    font-size: clamp(8px, 4vw, 18px);
  }
  .p-culture__accordion-header::after {
    display: none;
  }
  .p-culture__accordion-header span {
    position: relative;
  }
  .p-culture__accordion-header span::after {
    content: "";
    display: inline-block;
    background-image: url(/wp-content/themes/solar-partners/assets/img/culture/sidemenu-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-culture__culture {
    position: relative;
    padding: 82px 0 187px;
    vertical-align: middle;
  }
  .p-culture__culture::before {
    background-image: url(/wp-content/themes/solar-partners/assets/img/culture/culture-bg-sp.png);
  }
  .p-culture__certification {
    margin-top: -150px;
    position: relative;
    padding: 97px 0 206px;
    vertical-align: middle;
  }
  .p-culture__certification::before {
    background-image: url(/wp-content/themes/solar-partners/assets/img/culture/certification-bg-sp.png);
  }
  .p-culture__office::before {
    background-image: url(/wp-content/themes/solar-partners/assets/img/culture/office-bg-sp.png);
  }
  .p-culture__office::after {
    bottom: 158px;
    height: 32%;
    background-image: url(/wp-content/themes/solar-partners/assets/img/culture/office-bg2-sp.png);
    border-radius: 32px;
  }
  .p-culture__office {
    margin-top: -150px;
    position: relative;
    padding: 94px 0 222px;
    vertical-align: middle;
  }
  .p-culture_content_title::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 16px;
  }
  .p-culture__office .splide__arrows {
    position: absolute;
    height: 80px;
    top: auto;
    bottom: -165px;
    right: 50%;
    transform: translateX(50%);
  }
  .p-culture__office .p-cuture__title {
    margin-bottom: 32px;
  }
  .p-culture__office .splide__arrow {
    height: 80px;
    width: 80px;
    background-image: url(/wp-content/themes/solar-partners/assets/img/culture/office-arrow-sp.png);
    background-size: 20px 15px;
  }
  .p-culture__content02_item_text {
    font-size: 16px;
    font-weight: bold;
    flex: 15%;
  }
  .p-culture__content05_item_text {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
  }
  .p-culture__culture_text {
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: bold;
  }
  .p-culture__culture_content01_item_img {
    width: 160px;
    height: auto;
  }
  .p-culture__content01_item .p-culture__content_item_title {
    margin: 0 0 24px;
  }
  .p-culture__content01_item {
    padding-bottom: 16px;
  }
  .p-culture__content {
    margin-bottom: 40px;
  }
  .p-cuture__title {
    margin-bottom: 24px;
  }
  .p-culture__certification_text {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }
  .p-culture__certification_content_item .p-culture__content_item_title {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 349px) {
  .p-culture__content_item_title,
  .p-culture__content01 .p-culture__content_item_title,
  .p-culture__content02 .p-culture__content_item_title,
  .p-culture__content03 .p-culture__content_item_title,
  .p-culture__content04 .p-culture__content_item_title,
  .p-culture__content05 .p-culture__content_item_title,
  .p-culture__content05_item2 .p-culture__content_item_title,
  .p-culture__culture_content01 .p-culture__content_item_title,
  .p-culture__certification_content .p-culture__content_item_title {
    font-size: 27px;
  }
  h2.p-culture__title1 {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .p-culture__content05 {
    padding-bottom: 4.282vw;
  }
}
/* style03.css end */
/* style04.css start */
/*body.service {*/
/*	background-color: #EA741E;*/
/*}*/
body.service .p-service__section {
  position: relative;
  z-index: 0;
  padding: 0 0 180px;
}

@media screen and (max-width: 1728px) {
  body.service .p-service__section {
    padding: 0 0 10.42vw;
  }
}
@media screen and (max-width: 768px) {
  body.service .p-service__section {
    padding: 0 0 79px;
  }
}
.p-service__deco01 {
  position: absolute;
  top: -130px;
  z-index: -1;
}

@media screen and (max-width: 1728px) {
  .p-service__deco01 {
    top: -4.05vw;
  }
}
.service .u-flex {
  justify-content: space-between;
}

.p-service__message-contents {
  width: 66%;
  padding: 100px 2% 0 0;
}

@media screen and (max-width: 1728px) {
  .p-service__message-contents {
    padding: 5.787vw 2% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-service__message-contents {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.p-service__catch {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 4.2rem;
  line-height: 1.9;
}

@media screen and (max-width: 1728px) {
  .p-service__catch {
    font-size: 2.431vw;
    line-height: 1.9;
  }
}
@media screen and (max-width: 1024px) {
  .p-service__catch {
    font-size: 32px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 768px) {
  .p-service__catch {
    font-size: 28px;
  }
}
@media screen and (max-width: 349px) {
  .p-service__catch {
    font-size: 25px;
  }
}
.p-service__catch span {
  width: fit-content;
  padding: 6px 20px;
  background-color: #000;
  line-height: 1.6;
  border-radius: 16px;
  margin: 0 6px 0 0;
}

@media screen and (max-width: 1728px) {
  .p-service__catch span {
    padding: 0.35vw 1.16vw;
    border-radius: 0.93vw;
    margin: 0 0.35vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-service__catch span {
    width: fit-content;
    padding: 0px 16px;
    border-radius: 8px;
    margin: 0 8px 0 0;
  }
}
.p-service__message-contents p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 2em 0 0;
}

@media screen and (max-width: 1728px) {
  .p-service__message-contents p {
    font-size: 1.157vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-service__message-contents p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__message-contents p {
    font-size: 16px;
    margin: 32px 0 0;
  }
}
.p-service__message-img {
  width: 40%;
  margin-right: -6%;
}

@media screen and (max-width: 768px) {
  .p-service__message-img {
    width: 106%;
    margin: 40px -6% 0 0;
  }
}
.p-service__wrap {
  background-color: #3445A1;
  margin-top: 60px;
}

@media screen and (max-width: 1728px) {
  .p-service__wrap {
    margin-top: 3.47vw;
  }
}
.p-service__structure-area {
  padding: 80px 0 0;
}

.p-service__structure-ttl {
  font-size: 4.8rem;
  margin-bottom: 24px;
  text-align: center;
}

.p-service__structure-img {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1728px) {
  .p-service__structure-area {
    padding: 4.63vw 0 0;
  }
  .p-service__structure-ttl {
    font-size: 2.778vw;
    margin-bottom: 1.389vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-service__structure-area {
    padding: 24px 0 0;
  }
  .p-service__structure-ttl {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 24px;
    text-align: center;
  }
  .p-service__structure-img {
    width: 100%;
    margin: 0 auto;
  }
}
.service .c-deco__circle-two.p-service__wrap .c-deco__circle-two, .service .p-service__wrap .c-deco__circle-two {
  position: relative;
  z-index: -1;
}

.service .p-service__wrap .c-deco__circle-two span:nth-of-type(1), .service .p-service__wrap .c-deco__circle-two span:nth-of-type(2) {
  background-color: #3445A1;
}

.p-service__deco02 {
  position: absolute;
  top: 30px;
  z-index: -1;
  width: 100%;
}

@media screen and (max-width: 1728px) {
  .p-service__deco02 {
    top: 1.74vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service__deco02 {
    top: -30.534vw;
  }
}
.p-service__outline-wrap {
  padding: 140px 0 120px;
}

@media screen and (max-width: 1728px) {
  .p-service__outline-wrap {
    padding: 8.1vw 0 6.94vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service__outline-wrap {
    padding: 70px 0;
  }
}
.p-service__ttl-area {
  align-items: center;
  margin-bottom: 60px;
  position: relative;
  width: fit-content;
}

@media screen and (max-width: 1728px) {
  .p-service__ttl-area {
    margin-bottom: 3.47vw;
  }
}
.p-service__ttl {
  font-size: 5.6rem;
  line-height: 1.6;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1728px) {
  .p-service__ttl {
    font-size: 3.24vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-service__ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__ttl {
    font-size: 38px;
  }
}
.p-service__ttl-en {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  margin-left: 32px;
}

@media screen and (max-width: 1728px) {
  .p-service__ttl-en {
    font-size: 0.93vw;
    margin-left: 1.85vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-service__ttl-en {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__ttl-en {
    font-size: 14px;
    margin-left: 20px;
  }
}
.p-service__list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-service__list li::after {
  content: "";
  background-color: #fff;
  height: 2px;
  width: 100vw;
  margin: 4em calc(50% - 50vw);
}

@media screen and (max-width: 1728px) {
  .p-service__list li::after {
    height: 0.12vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service__list li::after {
    margin: 2em 0;
    width: 100%;
  }
}
.p-service__list-contents {
  width: 51%;
}

@media screen and (max-width: 768px) {
  .p-service__list-contents {
    width: 100%;
  }
}
.p-service__list-img {
  width: 44%;
  padding: 4em 0 0;
}

@media screen and (max-width: 768px) {
  .p-service__list-img {
    width: 100%;
  }
}
.p-service__img_sp {
  margin: 20px 0;
}

@media screen and (max-width: 1728px) {
  .p-service__img_sp {
    margin: 1.16vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-service__img_sp {
    margin: 24px 0;
  }
}
.p-service__outline {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.7em;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1728px) {
  .p-service__outline {
    font-size: 1.042vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-service__outline {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__outline {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 349px) {
  .p-service__outline {
    font-size: 13px;
  }
}
.p-service__outline::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: #6071D0;
  border-radius: 50%;
  margin-right: 0.5em;
}

.p-service__name {
  font-size: 5.6rem;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 32px;
  color: #FFF855;
}

@media screen and (max-width: 1728px) {
  .p-service__name {
    font-size: 3.241vw;
    margin-bottom: 1.852vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-service__name {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__name {
    font-size: 3.2rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 349px) {
  .p-service__name {
    font-size: 2.8rem;
  }
}
.p-service__version {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 0.7em;
}

@media screen and (max-width: 1728px) {
  .p-service__version {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-service__version {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__version {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
.p-service__text {
  font-size: 1.8rem;
  margin-bottom: 1.4em;
  line-height: 1.6;
}

@media screen and (max-width: 1728px) {
  .p-service__text {
    font-size: 1.042vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-service__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__text {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.p-service__text span {
  font-weight: 400;
}

.p-service__link {
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (max-width: 1728px) {
  .p-service__link {
    font-size: 1.389vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-service__link {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__link {
    font-size: 1.8rem;
  }
}
.service .c-btn__text {
  padding: 36px 40px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  line-height: 1;
}

@media screen and (max-width: 1728px) {
  .service .c-btn__text {
    padding: 2.083vw 2.315vw;
    border-radius: 0.926vw;
  }
}
@media screen and (max-width: 768px) {
  .service .c-btn__text {
    padding: 4.835vw 10.178vw;
    border-radius: 8px;
  }
}
@media screen and (max-width: 349px) {
  .service .c-btn__text {
    padding: 4.835vw 15px;
  }
}
.p-service__link::after {
  content: "";
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow03.png);
  background-size: 26px 30px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 36px;
  width: 96px;
  height: 96px;
  border: solid 1px #fff;
  border-radius: 50%;
  margin-left: 40px;
}

@media screen and (max-width: 1728px) {
  .p-service__link::after {
    background-size: 1.505vw 1.736vw;
    padding: 2.083vw;
    width: 5.556vw;
    height: 5.556vw;
    border: solid 0.058vw #fff;
    margin-left: 2.315vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service__link::after {
    width: 56px;
    height: 56px;
    padding: 0;
    background-size: 14px 17px;
    margin-left: 24px;
  }
}
.p-service-bottom {
  padding-top: 40px;
}

.service .c-deco__circle-one {
  background-color: #EA741E;
}

/* CAREERCSS */
body.career {
  background-color: #C03EBB;
  overflow: visible;
}

body.career .p-under__mv {
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/mv-deco-purple.png);
}

.p-career__look-accordion summary::-webkit-details-marker,
.p-career__look-accordion summary::marker {
  display: none;
}

@media screen and (max-width: 768px) {
  body.career .p-under__mv {
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/mv-deco-purple01-sp.png);
  }
  .p-career__accordion_sp_only {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 104%;
    background-color: unset;
    gap: 8px;
    padding: unset;
    margin: 0 -2% 24px;
  }
  .p-career__accordion-header {
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    text-align: center;
    padding: 9px 11px 49px;
    position: relative;
    font-size: clamp(8px, 4vw, 18px);
  }
  .p-career__accordion-header::after {
    display: none;
  }
  .p-career__accordion-header span {
    position: relative;
  }
  .p-career__accordion-header span::after {
    content: "";
    display: inline-block;
    background-image: url(/wp-content/themes/solar-partners/assets/img/culture/sidemenu-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-career__accordion_sp_only a:last-of-type {
    width: 160%;
    margin: 0 0 0 20%;
  }
  .p-career__accordion_sp_only a:last-of-type br {
    display: none;
  }
}
.p-career__pc_only {
  width: 350px;
  background-color: rgba(255, 255, 255, 0.12);
  padding: 35px;
  border-radius: 32px;
  position: sticky;
  position: -webkit-sticky;
  top: 110px;
}

@media screen and (max-width: 1728px) {
  .p-career__pc_only {
    width: 20.255vw;
    padding: 2.025vw;
    border-radius: 1.852vw;
    top: 6.366vw;
  }
}
.p-career__pc_only .p-career__accordion-header {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 29px;
  position: relative;
}

@media screen and (max-width: 1728px) {
  .p-career__pc_only .p-career__accordion-header {
    font-size: 1.389vw;
    padding-bottom: 1.678vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-career__pc_only .p-career__accordion-header {
    font-size: 14px;
    padding-right: 23px;
  }
}
.p-career__pc_only .p-career__accordion-item {
  border-bottom: 2px solid #fff;
  margin-bottom: 24px;
}

@media screen and (max-width: 1728px) {
  .p-career__pc_only .p-career__accordion-item {
    border-bottom: 0.116vw solid #fff;
    margin-bottom: 1.389vw;
  }
}
.p-career__pc_only .p-career__accordion-header::after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/solar-partners/assets/img/culture/sidemenu-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: -5px;
}

@media screen and (max-width: 1728px) {
  .p-career__pc_only .p-career__accordion-header::after {
    width: 2.778vw;
    height: 2.778vw;
    top: -0.289vw;
  }
}
.p-career__accordion-top-text {
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 2px #fff;
}

@media screen and (max-width: 1728px) {
  .p-career__accordion-top-text {
    font-size: 1.273vw;
    font-weight: 700;
    padding-bottom: 1.389vw;
    margin-bottom: 1.389vw;
    border-bottom: solid 2px #fff;
  }
}
@media screen and (max-width: 1024px) {
  .p-career__accordion-top-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-career__inner {
    margin-top: 0;
  }
}
.p-career__content_inner {
  margin: 0 0 3em 400px;
  padding: 0 0 2em 0;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 1728px) {
  .p-career__content_inner {
    margin: 0 0 3em 23.148vw;
    border-bottom: 0.116vw solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-career__content_inner {
    margin: 0 0 3em 0;
    padding: 0 0 2em 0;
  }
}
.p-career__title {
  font-family: "Dela Gothic One", sans-serif;
  display: flex;
  margin-bottom: 32px;
  align-items: center;
  gap: 32px;
}

@media screen and (max-width: 1728px) {
  .p-career__title {
    margin-bottom: 1.852vw;
    gap: 1.852vw;
  }
}
@media screen and (max-width: 768px) {
  .p-career__title {
    display: inline;
  }
}
h2.p-career__title1 {
  font-weight: normal;
  font-size: 47px;
  line-height: 1.6;
}

@media screen and (max-width: 1728px) {
  h2.p-career__title1 {
    font-size: 2.72vw;
  }
}
@media screen and (max-width: 768px) {
  h2.p-career__title1 {
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 1.2;
  }
}
h2.p-career__title1 br {
  display: none;
}

@media screen and (max-width: 768px) {
  h2.p-career__title1 br {
    display: block;
  }
}
.p-career__title {
  font-family: "Dela Gothic One", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-career__img {
    margin: 1.8em 0 0;
  }
}
.p-career__content_inner .p-career__text {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
  margin: 1.8em 0 0 0;
}

@media screen and (max-width: 1728px) {
  .p-career__content_inner .p-career__text {
    font-size: 1.042vw;
    font-weight: bold;
    margin-bottom: 2.315vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-career__content_inner .p-career__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-career__content_inner .p-career__text {
    font-size: 16px;
  }
}
.p-career__look {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #fff;
  padding: 2em 0 0;
  margin: 2em 0 0;
  align-items: center;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 1728px) {
  .p-career__look {
    border-top: 0.116vw solid #fff;
  }
}
.p-career__look::before,
.p-career__look::after {
  content: "";
  background-color: #fff;
  height: 1.5em;
  width: 0.25em;
}

.p-career__look::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.p-career__look::after {
  transition: rotate 0.3s;
  margin-right: 2em;
}

.p-career__look-accordion[open] .p-career__look::after {
  rotate: 90deg;
}

.p-career__look span {
  font-weight: bold;
  font-size: 2.4rem;
  padding: 26px 40px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1728px) {
  .p-career__look span {
    font-size: 1.389vw;
    padding: 1.505vw 2.315vw;
    border-radius: 0.926vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-career__look span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-career__look span {
    font-size: 18px;
    padding: 16px 40px;
  }
}
.p-career__detail {
  background-color: #fff;
  border-radius: 16px;
  color: #000;
  text-align: left;
  margin: 2em 0;
  overflow: hidden;
}

@media screen and (max-width: 1728px) {
  .p-career__detail {
    border-radius: 0.926vw;
  }
}
.p-career__detail > table {
  border-collapse: collapse;
}

.p-career__detail > table > tbody > tr:nth-child(even) {
  background-color: #FFF5FF;
}

.p-career__detail > table > tbody > tr > th {
  color: #C017B9;
  width: 27%;
  font-size: 1.9rem;
  font-weight: bold;
  padding: 30px 30px;
  vertical-align: top;
}

@media screen and (max-width: 1728px) {
  .p-career__detail > table > tbody > tr > th {
    font-size: 1.1vw;
    padding: 1.736vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-career__detail > table > tbody > tr > th {
    font-size: 16px;
  }
}
.p-career__detail > table > tbody > tr > td {
  padding: 30px 30px;
}

@media screen and (max-width: 1728px) {
  .p-career__detail > table > tbody > tr > td {
    padding: 1.736vw;
  }
}
.p-career__detail-ttl {
  font-weight: bold;
}

.p-career__detail > table > tbody > tr > td p {
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 1728px) {
  .p-career__detail > table > tbody > tr > td p {
    font-size: 1.042vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-career__detail > table > tbody > tr > td p {
    font-size: 16px;
  }
}
.p-career__detail > table > tbody > tr > td p + p {
  margin: 1em 0 0 0;
}

.p-career__detail > table > tbody > tr > td > table + p {
  margin: 1em 0 0 0;
}

@media screen and (max-width: 768px) {
  .p-career__detail > table > tbody > tr > th, .p-career__detail > table > tbody > tr > td {
    width: 100%;
    display: block;
  }
  .p-career__detail > table > tbody > tr > th {
    font-size: 18px;
    padding: 25px 5% 15px;
  }
  .p-career__detail > table > tbody > tr > td {
    padding: 0 5% 25px;
  }
  .p-career__detail > table > tbody > tr > td p {
    font-size: 16px;
  }
}
.p-career__detail-right {
  text-align: right;
}

.p-career__detail-salary {
  margin: 20px 0 0 0;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1728px) {
  .p-career__detail-salary {
    margin: 16px 0 0 0;
  }
}
.p-career__detail-salary dl {
  width: 50%;
}

.p-career__detail-salary dt {
  background-color: #ECEAEA;
  font-weight: normal;
  padding: 0.5em 1em;
}

.p-career__detail-salary dd {
  color: #000;
  font-weight: bold;
  padding: 0.5em 1em;
  font-size: 1.9rem;
  background-color: #fff;
}

@media screen and (max-width: 1728px) {
  .p-career__detail-salary dd {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .p-career__detail-salary dl {
    width: 100%;
  }
  .p-career__detail-salary dd {
    font-size: 16px;
  }
}
.p-career__detail-salary + .p-career__detail-ttl {
  margin: 0.7em 0 0;
}

.p-career__detail > table > tbody > tr > td > p + .p-career__detail-ttl {
  margin: 0.7em 0 0;
}

.p-career__carrer-section {
  padding: 170px 0 0;
  margin-top: -80px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1728px) {
  .p-career__carrer-section {
    padding: 9.838vw 0 0;
    margin-top: -4.63vw;
  }
}
@media screen and (max-width: 768px) {
  .p-career__carrer-section {
    padding: 70px 0 0;
  }
}
.p-career__carrer-section .c-ttl__en {
  color: transparent;
}

.p-career__carrer-section .c-ttl__area {
  margin-bottom: 62px;
}

@media screen and (max-width: 1728px) {
  .p-career__carrer-section .c-ttl__area {
    margin-bottom: 3.588vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-career__carrer-section .c-ttl__area {
    margin-bottom: 6.588vw;
  }
}
.p-career__carrer-section .c-list__item-link::after {
  background-color: #C017B9;
}

@media screen and (max-width: 1728px) {
  .career .c-ttl__area .c-ttl {
    font-size: 4.167vw;
  }
}
@media screen and (max-width: 768px) {
  .career .c-ttl__area .c-ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 349px) {
  .career .c-ttl__area .c-ttl {
    font-size: 2.8rem;
  }
}
body.career .l-footer__top-box {
  background-color: #C017B9;
}

body.career .l-footer__top-ttl-en {
  color: #C017B9;
}

@media screen and (max-width: 768px) {
  .p-career__carrer-section .c-ttl__area {
    margin-bottom: 58px;
  }
  .career .p-carrer__career-wrap {
    margin-top: 0px;
  }
  .career .p-carrer__oneday-wrap {
    padding-bottom: 252px;
  }
  .career .p-carrer__carrer-section {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .career .p-carrer__carrer-section .c-ttl__en {
    font-size: 4rem;
  }
  .career .p-carrer__carrer-section .c-deco__circle-two {
    top: -80px;
  }
  .career .p-carrer__carrer-section .c-list__item-link::after {
    background-color: #DA5C00;
  }
  .career .p-carrer__carrer-section .c-list__item-link {
    line-height: 1.2;
  }
  .career .p-career__carrer-section .c-ttl__en {
    font-size: 4rem;
  }
  .career .p-career__carrer-section .c-ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 349px) {
  .career .p-career__carrer-section .c-ttl {
    font-size: 2.8rem;
  }
}
/* miya 2024.11.27 */
@media screen and (max-width: 767.98px) {
  .bt .section-fv .inner .title-fv {
    top: 26vw;
  }
  .bt .section-fv .inner .video-control {
    bottom: -21vw;
  }
  .bt .section-fv .puzzle img,
  .bt .section-fv .puzzle video {
    max-width: none;
    width: 70vw;
    height: 57.4vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3.9vw;
    right: auto;
  }
  .bt .section-fv .puzzle.puzzle-1 img,
  .bt .section-fv .puzzle.puzzle-1 video {
    left: -5vw;
  }
  .bt .section-fv .puzzle.puzzle-3 img,
  .bt .section-fv .puzzle.puzzle-3 video {
    left: -10vw;
  }
  .bt .section-fv .puzzle.puzzle-5 img,
  .bt .section-fv .puzzle.puzzle-5 video {
    left: -11vw;
  }
  .bt .section-fv .puzzle.puzzle-6 img,
  .bt .section-fv .puzzle.puzzle-6 video {
    width: 62.2vw;
    height: 51vw;
    left: 0;
    right: 0;
  }
}
/* style04.css end */
/* style.css start */
/*---------------------------
layout
---------------------------*/
/*---------_main.sass---------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  background-color: #FF6B00;
  overflow: hidden;
}

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

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a img:hover,
a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  height: auto;
}

body {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 88px;
  }
}
body.home,
body.message,
body.interview,
body.company,
body.service,
body.culture {
  background-color: #fff;
}

body.home.active,
body.message.active,
body.interview.active,
body.culture.active {
  background-color: #ff6b00;
}

body.company.active,
body.service.active {
  background-color: #ea741e;
}

@media (max-width: 768px) {
  body.home,
  body.message,
  body.interview,
  body.company,
  body.service {
    background-color: #fff;
  }
  body.oneday01.active,
  body.oneday02.active,
  body.oneday03.active,
  body.oneday04.active,
  body.oneday05.active {
    background-color: #3D961D;
  }
}
body.privacy,
body.privacypolicy,
body.privacypolicy-recruitment,
body.privacypolicy-test {
  background-color: #EA741E;
}

body.data {
  background-color: #CB3535;
}

/*---------_header.sass---------*/
.l-header {
  height: 90px;
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 88px;
    padding: 0;
    width: 100%;
    z-index: 10;
    top: 0;
  }
}
.l-header .u-wrap__big {
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .l-header .u-wrap__big {
    margin: 0 auto;
  }
}
@media screen and (max-width: 349px) {
  .l-header .u-wrap__big {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .l-hnav__wrap {
    height: 64px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 10;
  }
}
.l-hnav__area {
  justify-content: center;
  align-items: center;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .l-hnav__area {
    justify-content: space-between;
    padding: 0;
    position: relative;
    z-index: 10;
  }
}
.l-hnav__logo {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-hnav__logo {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .l-hnav__logo-link {
    padding: 19px 0 19px;
  }
}
.l-hnav__logo-link img {
  width: 168px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-hnav__logo-link img {
    width: 120px;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 349px) {
  .l-hnav__logo-link img {
    width: 100px;
    height: auto;
    display: block;
  }
}
.l-hnav {
  align-items: center;
  position: relative;
}

.l-hnav__list {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .l-hnav__list {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: fit-content;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .l-hnav__list-item {
    width: 100%;
    padding: 0;
    position: relative;
  }
}
.l-hnav__list-item-link {
  display: block;
  padding: 0 24px;
  font-size: 1.8rem;
  line-height: 50px;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .l-hnav__list-item-link {
    display: block;
    padding: 0 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-hnav__list-item-link {
    padding: 0;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
  }
}
.l-hnav__list-item-btn {
  margin-left: 24px;
}

@media screen and (max-width: 1024px) {
  .l-hnav__list-item-btn {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-hnav__list-item-btn {
    margin: 32px auto 0 0;
  }
}
.l-hnav__list-item-btn-link {
  line-height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #000;
  border-radius: 27px;
  display: block;
  padding: 0 40px;
  display: flex;
  align-items: center;
}

.l-hnav__list-item-btn-link::after {
  content: "";
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow01.png);
  background-size: 100% 100%;
  width: 17px;
  height: 15px;
  display: block;
  margin-left: 24px;
}

.l-hnav__list-item {
  position: relative;
}

.l-hnav__list-item > a {
  display: inline-block;
  padding: 0;
}

.l-hnav__list-item:hover > .sub-menu,
.l-hnav__list-item > .sub-menu:hover {
  display: block;
}

.l-hnav__list-item .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 0 10px;
  z-index: 1000;
  min-width: 200px;
}

.l-hnav__list-item .sub-menu li {
  display: block;
  margin: 5px 0;
}

.l-hnav__list-item .sub-menu a {
  display: block;
  padding: 5px 0;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.l-hnav__list-item .sub-menu a:hover {
  background-color: #f5f5f5;
}

.sub-menu .l-hnav__list-item-link {
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .l-hnav__list-item-btn-link {
    padding: 0 16px;
    font-size: 1.6rem;
  }
  .l-hnav__list-item-btn-link::after {
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-hnav__list-item-btn-sp {
    margin-right: 0px;
    height: 36px;
  }
  .l-hnav__list-item-btn-sp .l-hnav__list-item-btn {
    margin: 0;
  }
  .l-hnav__list-item-btn-sp .l-hnav__list-item-btn-link {
    line-height: 40px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0 24px;
    background-color: #000;
    border-radius: 60px;
    display: flex;
    align-items: center;
    height: 36px;
  }
  .l-hnav__list-item-btn-sp .l-hnav__list-item-btn-link::after {
    margin-left: 8px;
  }
}
@media screen and (max-width: 349px) {
  .l-hnav__list-item-btn-sp .l-hnav__list-item-btn-link {
    line-height: 40px;
    font-size: 1.2rem;
  }
}
#l-hnav__menu-btn-check {
  display: none;
}

@media screen and (max-width: 768px) {
  /*メニュー*/
  .l-hnav__menu-btn {
    display: flex;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    border: solid 1px #fff;
    flex-direction: column;
    background-color: #D92C2C;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
    position: relative;
  }
  .l-hnav__menu-btn:after {
    content: "";
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/menu.svg);
    background-size: 100% 100%;
    width: 46px;
    height: 12px;
    display: block;
    margin-top: 8px;
    margin-bottom: -3px;
  }
  .l-hnav__menu-btn .l-hnav__menu-border,
  .l-hnav__menu-btn .l-hnav__menu-border:before,
  .l-hnav__menu-btn .l-hnav__menu-border:after {
    content: "";
    display: block;
    height: 2px;
    width: 32px;
    border-radius: 1px;
    background-color: #fff;
    position: relative;
    transition: 0.5s;
    z-index: 15;
  }
  .l-hnav__menu-btn .l-hnav__menu-border:before {
    bottom: 8px;
  }
  .l-hnav__menu-btn .l-hnav__menu-border:after {
    background: rgba(0, 0, 0, 0);
  }
  #l-hnav__menu-btn-check:checked ~ .l-hnav__menu-btn {
    background-color: #1745BB;
  }
  #l-hnav__menu-btn-check:checked ~ .l-hnav__menu-btn::after {
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/close.svg);
    background-size: 100% 100%;
    width: 45px;
    height: 10px;
    margin-top: 10px;
  }
  #l-hnav__menu-btn-check:checked ~ .l-hnav__menu-btn .l-hnav__menu-border {
    background: rgba(0, 0, 0, 0);
  }
  #l-hnav__menu-btn-check:checked ~ .l-hnav__menu-btn .l-hnav__menu-border::before {
    bottom: 0px;
    transform: rotate(30deg);
    background-color: #fff;
  }
  #l-hnav__menu-btn-check:checked ~ .l-hnav__menu-btn .l-hnav__menu-border::after {
    top: -2px;
    transform: rotate(-30deg);
    background-color: #fff;
  }
  #l-hnav__menu-btn-check {
    display: none;
  }
  #l-hnav__menu-btn-check:checked ~ .l-hnav {
    right: 0; /*メニューを画面内へ*/
    transition: 0.5s;
  }
  .l-hnav {
    position: fixed;
    top: 0;
    right: -3000px;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: #2755CD;
    z-index: 1;
    padding: 79px 40px;
    border-radius: 32px;
    overflow-y: scroll;
  }
  .h_nav.active {
    right: 60%;
  }
}
@media screen and (max-width: 768px) {
  .p-hamburger__list02 {
    padding-top: 24px;
  }
  .p-hamburger__list02-item {
    margin-bottom: 16px;
  }
  .p-hamburger__list02-item:last-child {
    margin-bottom: 0;
  }
  .p-hamburger__list02-item-link {
    font-size: 1.4rem;
    font-weight: 400;
    color: #EEE;
  }
}
/*---------_footer.sass---------*/
.l-footer {
  background-color: #000;
  padding: 160px 0 55px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1728px) {
  .l-footer {
    background-color: #000;
    padding: 9.259vw 0 3.183vw;
    position: relative;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    background-color: #000;
    padding: 80px 0;
    position: relative;
    z-index: 0;
  }
}
.l-footer-deco {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.l-fnav {
  justify-content: space-between;
  padding-bottom: 40px;
}

@media screen and (max-width: 1728px) {
  .l-fnav {
    justify-content: space-between;
    padding-bottom: 2.315vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fnav {
    padding-bottom: 40px;
  }
}
.l-fnav__left {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .l-fnav__left {
    width: 26%;
  }
}
@media screen and (max-width: 768px) {
  .l-fnav__left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.l-fnav__logo {
  display: block;
  width: 169px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1728px) {
  .l-fnav__logo {
    display: block;
    width: 9.78vw;
    margin-bottom: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fnav__logo {
    display: block;
    width: 169px;
    margin-bottom: 24px;
  }
}
.l-fnav__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.6;
}

.l-fnav__ttl-address {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 1728px) {
  .l-fnav__ttl {
    font-size: 1.39vw;
    font-weight: bold;
    margin-bottom: 1.39vw;
    line-height: 1.6;
  }
  .l-fnav__ttl-address {
    font-size: 0.93vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .l-fnav__ttl {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 1.6;
  }
  .l-fnav__ttl-address {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.l-fnav__list {
  width: 66%;
  gap: 8%;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .l-fnav__list {
    width: 74%;
    gap: 4%;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .l-fnav__list {
    width: 100%;
    gap: 40px;
  }
}
.l-fnav__list-item {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .l-fnav__list-item {
    width: 100%;
    margin-bottom: 0;
  }
}
.l-fnav__list-item:nth-of-type(3) {
  margin-left: -6%;
}

@media screen and (max-width: 768px) {
  .l-fnav__list-item:nth-of-type(3) {
    margin-left: 0px;
  }
}
.l-fnav__list-item-link {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.444;
  display: block;
}

@media screen and (max-width: 1728px) {
  .l-fnav__list-item-link {
    font-size: 1.04vw;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .l-fnav__list-item-link {
    min-width: unset;
    display: block;
    font-size: 1.8rem;
  }
}
.l-fnav__list02 {
  padding-top: 24px;
}

.l-fnav__list02-item {
  margin-bottom: 16px;
}

.l-fnav__list02-item:last-child {
  margin-bottom: 0;
}

.l-fnav__list02-item-link {
  font-size: 1.4rem;
  font-weight: 400;
  color: #EEE;
}

.l-fnav__list-bottom {
  border-top: solid 1px #fff;
  padding-top: 40px;
}

@media screen and (max-width: 1728px) {
  .l-fnav__list02 {
    padding-top: 1.39vw;
  }
  .l-fnav__list02-item {
    margin-bottom: 0.93vw;
  }
  .l-fnav__list02-item:last-child {
    margin-bottom: 0;
  }
  .l-fnav__list02-item-link {
    font-size: 0.81vw;
    font-weight: 400;
    color: #EEE;
  }
  .l-fnav__list-bottom {
    border-top: solid 0.06vw #fff;
    padding-top: 2.31vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fnav__list02 {
    padding-top: 24px;
  }
  .l-fnav__list02-item {
    margin-bottom: 16px;
  }
  .l-fnav__list02-item:last-child {
    margin-bottom: 0;
  }
  .l-fnav__list02-item-link {
    font-size: 1.4rem;
    font-weight: 400;
    color: #EEE;
  }
  .l-fnav__list-bottom {
    padding-top: 40px;
    padding-bottom: 0;
    flex-direction: column-reverse;
  }
  .l-fnav__list-bottom2 {
    display: block;
  }
}
.l-footer__copy {
  font-size: 1rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .l-footer__copy {
    width: 100%;
    margin-right: 0;
  }
}
.l-fnav__list-bottom-link {
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .l-fnav__list-bottom-link {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-fnav__list-bottom-item {
    margin-bottom: 24px;
  }
}
.l-footer__top-section {
  padding: 100px 0;
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/footer-top-bg.jpg);
  background-size: cover;
  width: 100%;
  position: relative;
}

.l-footer__top-section::before {
  content: "";
  display: block;
  background-color: #FF6800;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}

.l-footer__top-img {
  margin-bottom: -5px;
  position: relative;
}

.l-footer__top-box {
  width: calc((100% - 80px) / 2);
  padding: 92px 64px 60px;
  border: solid 4px #fff;
  border-radius: 24px;
  background-color: #FF6B00;
  display: block;
}

.l-footer__top-ttl-area {
  position: relative;
  margin-bottom: 48px;
}

.l-footer__top-ttl-en {
  font-size: 8rem;
  line-height: 1;
  color: #FF6B00;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}

.l-footer__top-ttl {
  font-size: 4.8rem;
  line-height: 1;
  position: absolute;
  top: 48px;
  left: 0;
}

.l-footer__top-box .c-text {
  margin-bottom: 32px;
  font-size: 2.4rem;
}

.l-footer__top-arrow {
  width: 96px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1728px) {
  .l-footer__top-section {
    padding: 5.787vw 0;
    /* background-image: url(/wp-content/themes/solar-partners/assets/img/common/footer-top-bg.webp); */
    background-size: cover;
    width: 100%;
  }
  .l-footer__top-img {
    margin-bottom: -0.28935185vw;
    position: relative;
  }
  .l-footer__top-box {
    width: calc((100% - 4.62962963vw) / 2);
    padding: 5.324vw 3.704vw 3.472vw;
    border: solid 0.23148148vw #fff;
    border-radius: 1.38888889vw;
    background-color: #FF6B00;
    display: block;
  }
  .l-footer__top-ttl-area {
    position: relative;
    margin-bottom: 2.778vw;
  }
  .l-footer__top-ttl-en {
    font-size: 4.62962963vw;
    line-height: 1;
    color: #FF6B00;
    -webkit-text-stroke: 0.05787037vw #FFF;
    text-stroke: 0.05787037vw #FFF;
  }
  .l-footer__top-ttl {
    font-size: 2.77777778vw;
    line-height: 1;
    position: absolute;
    top: 2.77777778vw;
    left: 0;
  }
  .l-footer__top-box .c-text {
    margin-bottom: 1.852vw;
    font-size: 1.37vw;
  }
  .l-footer__top-arrow {
    width: 5.55555556vw;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__top-section {
    padding: 68.5px 0 82.5px;
    /* background-image:url(/wp-content/themes/solar-partners/assets/img/common/footer-top-bg.png); */
    background-size: cover;
    width: 100%;
    background-position: center;
  }
  .l-footer__top-img {
    margin-bottom: -2px;
  }
  .home .l-footer__top-img {
    margin-top: -18.548vw;
  }
  .l-footer__top-box {
    width: 100%;
    padding: 40px 32px;
    border: solid 4px #fff;
    border-radius: 24px;
    background-color: #FF6B00;
    display: block;
    margin-bottom: 40px;
  }
  .l-footer__top-box:last-child {
    margin-bottom: 0;
  }
  .l-footer__top-ttl-area {
    position: relative;
    margin-bottom: 48px;
  }
  .l-footer__top-ttl-en {
    font-size: 4rem;
    line-height: 1;
    color: #FF6B00;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
  }
  .l-footer__top-ttl {
    font-size: 3.2rem;
    line-height: 1;
    position: absolute;
    top: 24px;
    left: 0;
  }
  .l-footer__top-box .c-text {
    margin-bottom: 32px;
    font-size: 1.6rem;
  }
  .l-footer__top-arrow {
    width: 80px;
    margin: 0 0 0 auto;
  }
}
/*---------_breadcrumb.sass---------*/
.l-breadcrumb {
  padding: 0 3.8%;
  margin-bottom: 102px;
}

@media screen and (max-width: 768px) {
  .l-breadcrumb {
    padding: 0 6%;
    margin-bottom: 56px;
  }
}
.l-breadcrumb__list {
  width: fit-content;
  justify-content: space-between;
  gap: 24px;
}

.l-breadcrumb__item {
  color: #BABABA;
  font-size: 1.2rem;
  font-weight: bold;
}

.l-breadcrumb__item-link {
  color: #4577FF;
}

.breadcrumbs span a.home span {
  padding-left: 0;
  color: #fff;
}

.breadcrumbs a span {
  color: #fff;
  text-decoration: underline;
}

.breadcrumbs span span {
  padding: 0 16px;
}

.breadcrumbs span {
  color: rgba(255, 255, 255, 0.6);
}

/*---------------------------
トップページ
---------------------------*/
/*---------------------------
下層
---------------------------*/
.p-under__mv {
  padding: 178px 0 120px;
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/mv-deco-orange01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #ea741e;
}

body.data .p-under__mv {
  background-color: #CB3535;
}

.p-under__mv-ttl-en {
  font-size: 12rem;
  line-height: 1;
  margin-bottom: 40px;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.p-under__mv-ttl {
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 72px;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 1728px) {
  .p-under__mv-ttl-en {
    font-size: clamp(6rem, 6.94444444vw, 12rem);
    line-height: 1;
    margin-bottom: 2.31481481vw;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .p-under__mv-ttl {
    font-size: clamp(2.4rem, 1.85185185vw, 3.2rem);
    line-height: 1.6;
    margin-bottom: 4.16666667vw;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.breadcrumbs {
  margin-bottom: 72px;
}

.p-under__mv-deco {
  position: absolute;
  width: 676px;
  bottom: -195px;
  right: 0;
}

.privacy .p-under__mv-deco,
.privacypolicy .p-under__mv-deco,
.privacypolicy-recruitment .p-under__mv-deco,
.privacypolicy-test .p-under__mv-deco {
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .p-under__mv-deco {
    position: absolute;
    width: 500px;
    bottom: -155px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-under__mv {
    padding: 78px 0 50px;
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/mv-deco-orange01-sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .p-under__mv-ttl-en {
    font-size: 4rem;
    line-height: 1;
    margin: 0;
    margin-bottom: 16px;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .p-under__mv-ttl {
    font-size: 2.8rem;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 40px;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .breadcrumbs {
    margin: 0;
    margin-bottom: 40px;
  }
  .p-under__mv-deco {
    display: none;
  }
}
/*---------home.sass---------*/
.p-home__mv-section {
  position: relative;
}

.p-home__mv-img-top:nth-of-type(1) {
  width: 35.94%;
}

.p-home__mv-img-top:nth-of-type(2) {
  width: 35.05%;
  margin-left: -9.67%;
}

.p-home__mv-img-top:nth-of-type(3) {
  width: 47.01%;
  margin-left: -14.84%;
}

.p-home__mv-img-bottom-wrap {
  margin-top: -21.34%;
}

.p-home__mv-img-bottom:nth-of-type(1) {
  width: 39.59%;
  z-index: 1;
}

.p-home__mv-img-bottom:nth-of-type(2) {
  width: 30.99%;
  margin-left: -6.42%;
  margin-top: 6.05%;
}

.p-home__mv-img-bottom:nth-of-type(3) {
  width: 37.12%;
  margin-top: 3.6%;
  margin-left: -5.3%;
}

.p-home__mv-catch {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 31%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 12rem;
  line-height: 1;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  filter: drop-shadow(0px 4px 32px rgba(0, 0, 0, 0.24));
  z-index: 2;
}

.p-home__message-section {
  position: relative;
  z-index: 0;
  /* margin-top:-50px; */
}

.p-home__message-deco {
  width: 34.94%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-home__message-contents {
  width: 60%;
  border-bottom: solid 1px #fff;
  padding: 102px 0 64px;
  margin-bottom: 263px;
  margin-right: 42px;
}

.p-home__message-img {
  width: 36.5%;
  margin-right: -10%;
}

.p-home__message-ttl_area {
  position: relative;
  margin-bottom: 32px;
}

.p-home__message-ttl_area .c-ttl__sub {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  font-size: 2.4rem;
}

.p-home__message-contents .c-catch {
  margin-bottom: 32px;
}

.p-home__message-contents .c-text {
  margin-bottom: 32px;
}

.p-home__message-contents .c-btn__link {
  margin: 0 0 0 auto;
}

.p-home__message-contents .c-btn__text {
  background-color: rgba(255, 255, 255, 0.1);
}

.p-home__interview-wrap {
  background-color: #1A39E0;
}

.p-home__interview-section {
  padding: 107px 0 214px;
  position: relative;
}

.p-home__interview-ttl-area {
  position: relative;
}

.p-home__interview-ttl-area .c-ttl__en {
  color: #1A39E0;
}

.p-home__interview-catch {
  font-size: 6.4rem;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 64.5px;
}

.p-home__interview-ttl-area {
  margin-bottom: 48px;
}

.p-home__interview-ttl-area .c-ttl__sub {
  position: absolute;
  left: -6px;
  bottom: -35px;
  font-size: 2.4rem;
}

.p-home__interview-contents {
  justify-content: space-between;
}

.p-home__interview-box {
  width: 48%;
  padding-bottom: 40px;
  border-bottom: solid 2px #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-home__interview-contents {
  width: 100%;
}

.p-home__interview-box-img {
  margin-bottom: 32px;
}

.p-home__interview-box-img > img {
  border-radius: 25px;
}

.p-home__interview-box-img .c-ttl__sub {
  margin-top: -20px;
  margin-left: 24px;
  z-index: 10;
  position: relative;
}

.p-home__interview-box .c-text {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 0 24px;
}

.p-home__oneday-wrap {
  position: relative;
  background-color: #31BE00;
  padding: 89px 0 232px;
  border-radius: 32px 32px 0 0;
  z-index: 0;
}

.p-home__oneday-wrap .c-deco__circle-one {
  background-color: #31BE00;
}

.p-home__oneday-ttl-wrap {
  align-items: flex-end;
  margin-bottom: 42px;
}

.p-home__oneday-ttl-area .c-ttl__en {
  color: #31BE00;
}

.p-home__oneday-ttl-area .c-ttl__sub {
  margin-top: -12px;
  z-index: 1;
  position: relative;
  background-color: #FFF855;
  color: #31BE00;
  padding: 8px 32px;
  line-height: 1;
  font-size: 2.4rem;
}

.p-home__oneday-catch {
  font-size: 4.556vw;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1;
}

.p-home__oneday-ttl-text {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 48px 0;
  flex: 1;
  height: fit-content;
}

.p-home__oneday-contents {
  gap: 8px;
  position: relative;
}

.p-home__oneday-box {
  padding: 0 32px;
}

.p-home__oneday-position {
  margin-bottom: 8px;
}

.p-home__oneday-box-img {
  margin: 0 auto;
  width: 76%;
}

.p-home__oneday-box-img img {
  border-radius: 16px;
}

.p-home__oneday-box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-home__oneday-box:hover {
  opacity: 0.8;
}

.p-home__oneday-comment-area {
  margin-top: -22px;
  margin-bottom: 16px;
  position: relative;
}

.p-home__oneday-comment {
  display: block;
  width: fit-content;
  padding: 4px 16px;
  background-color: #000;
  color: #fff;
  margin-bottom: 8px;
  border-radius: 4px;
  font-weight: bold;
}

.p-home__oneday-comment:last-child {
  margin-bottom: 0;
}

.p-home__oneday-name-area {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.p-home__oneday-name {
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1.6;
}

.p-home__oneday-kana {
  font-size: 1.8rem;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1;
  color: #FFF855;
}

.p-home__oneday-year {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}

.p-home__oneday-bottom {
  width: 100%;
  height: auto;
  position: absolute;
}

@media (min-width: 769px) {
  .p-home__oneday-bottom {
    min-height: 65px;
  }
}
.p-home__oneday-bottom-deco-left {
  background-color: #31BE00;
  border-radius: 0 0 0 32px;
  display: block;
  height: auto;
  flex: 1;
}

.p-home__oneday-bottom-deco-right {
  background-color: #31BE00;
  border-radius: 0 0 32px 0;
  display: block;
  height: auto;
  flex: 1;
}

.p-home__data-section {
  width: 50%;
  height: auto;
  background-image: url(/wp-content/themes/solar-partners/assets/img/home/data01-03.jpg);
  background-size: cover;
  background-position: center;
  padding: 270px 52px 176px;
}

.p-home__culture-section {
  width: 50%;
  height: auto;
  background-image: url(/wp-content/themes/solar-partners/assets/img/home/culture01-03.jpg);
  background-size: cover;
  background-position: center;
  padding: 270px 59px 171px 53px;
}

.p-home__2col-section-contents {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 56px;
  margin-bottom: 80px;
  border-radius: 24px;
}

.p-home_data-section .p-home__2col-section-contents {
  height: 416px;
}

.p-home__culture-section .p-home__2col-section-contents {
  height: 406px;
}

.p-home__2col-section .c-ttl__en {
  color: rgba(0, 0, 0, 0);
  font-size: 104px;
}

.p-home__2col-section .c-ttl {
  margin: -32px 0 32px;
  font-size: 5.6rem;
  line-height: 1;
}

.p-home__2col-section .c-text {
  margin-bottom: 0;
}

.p-home__2col-section .c-btn__text {
  background-color: rgba(0, 0, 0, 0.5);
}

.p-home__carrer-section {
  background-color: #BB19A1;
  padding: 93px 0 0;
  margin-top: -25px;
  position: relative;
  z-index: 1;
}

.p-home__carrer-section {
  background-color: #BB19A1;
  padding: 93px 0 0;
}

.p-home__carrer-section .c-btn__link {
  margin: 0 0 0 auto;
}

.p-home__carrer-section .c-ttl__area {
  margin-bottom: 62px;
}

.p-home__carrer-section .c-ttl__en {
  color: #BB19A1;
}

.p-home__carrer-section .c-ttl {
  font-size: 7.2rem;
}

.p-home__carrer-section .c-list__item-link::after {
  content: "";
  background-color: #C017B9;
}

.p-home__carrer-bottom-img {
  position: relative;
  z-index: 1;
}

.p-home__blog-section {
  margin-top: -40px;
  padding: 195px 0 132px;
  background-color: #D92C2C;
  position: relative;
  z-index: 0;
}

.p-home__blog-section-deco {
  position: absolute;
  z-index: -1;
}

.p-home__blog-ttl-area {
  margin-bottom: 104px;
}

.p-home__blog-section .c-ttl__en {
  color: #D92C2C;
}

.p-home__blog-left {
  width: 20%;
}

.p-home__blog-left-link {
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 16px;
  padding: 16px 40px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  width: fit-content;
}

.p-home__blog-left-link::after {
  content: "";
  margin-left: 10px;
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/link-icon.png);
  background-size: 100% 100%;
  width: 18px;
  height: 15px;
}

.p-home__blog-right {
  width: 80%;
  margin-right: calc(50% - 50vw);
  gap: 40px;
}

.p-home__blog-box-img {
  margin-bottom: 24px;
  aspect-ratio: 3/2;
  border-radius: 16px;
  overflow: hidden;
}

.p-home__blog-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-home__blog-box-date-wrap {
  margin-bottom: 24px;
  justify-content: space-between;
}

.p-home__blog-box-date {
  font-size: 1.6rem;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.p-home__blog-box-cate {
  font-size: 1.4rem;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  padding: 4px 10px;
  background-color: #000;
  display: inline-block;
}

.c-ttl__area-left,
.c-btn-right {
  width: fit-content;
}

@media screen and (max-width: 1728px) {
  /*---------home.sass---------*/
  .p-home__mv-section {
    position: relative;
    z-index: 1;
  }
  .p-home__mv-catch {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 6.944vw;
    line-height: 1;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    filter: drop-shadow(0px 4px 32px rgba(0, 0, 0, 0.24));
  }
  .p-home__message-section {
    position: relative;
    z-index: 0;
    /* margin-top:-2.894vw; */
  }
  .p-home__message-deco {
    width: 38.94%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .p-home__message-contents {
    width: 60%;
    border-bottom: solid 1px #fff;
    padding: 5.903vw 0 3.704vw;
    margin-bottom: 15.22vw;
    margin-right: 2.431vw;
  }
  .p-home__message-img {
    width: 36.5%;
    margin-right: -10%;
  }
  .p-home__message-ttl_area {
    position: relative;
    margin-bottom: 1.852vw;
  }
  .p-home__message-ttl_area .c-ttl__sub {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    font-size: 1.389vw;
  }
  .p-home__message-contents .c-catch {
    margin-bottom: 1.852vw;
  }
  .p-home__message-contents .c-text {
    margin-bottom: 1.852vw;
  }
  .p-home__message-contents .c-btn__link {
    margin: 0 0 0 auto;
  }
  .p-home__interview-section {
    padding: 6.192vw 0 14.384vw;
  }
  .p-home__interview-catch {
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    line-height: 1.2;
    font-size: 3.704vw;
    margin-bottom: 3.733vw;
  }
  .p-home__interview-ttl-area {
    margin-bottom: 2.778vw;
  }
  .p-home__interview-ttl-area .c-ttl__sub {
    position: absolute;
    left: -0.347vw;
    bottom: -2.025vw;
    font-size: 1.389vw;
  }
  .p-home__interview-box {
    width: 48%;
    padding-bottom: 2.315vw;
    border-bottom: solid 2px #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .p-home__interview-contents {
    width: 100%;
  }
  .p-home__interview-box-img {
    margin-bottom: 1.852vw;
  }
  .p-home__interview-box-img .c-ttl__sub {
    margin-top: -1.157vw;
    margin-left: 1.389vw;
    z-index: 10;
    position: relative;
  }
  .p-home__interview-box .c-text {
    font-size: 1.042vw;
    font-weight: bold;
    margin-bottom: 2.315vw;
    padding: 0 1.389vw;
  }
  .p-home__oneday-wrap {
    padding: 5.15vw 0 16.954vw;
    border-radius: 1.852vw 1.852vw 0 0;
  }
  .p-home__oneday-ttl-wrap {
    align-items: flex-end;
    margin-bottom: 2.431vw;
  }
  .p-home__oneday-ttl-area .c-ttl__sub {
    margin-top: -0.694vw;
    z-index: 1;
    position: relative;
    background-color: #FFF855;
    color: #31BE00;
    padding: 0.463vw 1.852vw;
    line-height: 1;
    font-size: 1.389vw;
  }
  .p-home__oneday-catch {
    /*font-size: 5.556vw;*/
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    line-height: 1;
  }
  .p-home__oneday-ttl-text {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 2.778vw 0;
    flex: 1;
    height: fit-content;
  }
  .p-home__oneday-contents {
    gap: 0.463vw;
  }
  .p-home__oneday-box {
    padding: 0 1.852vw;
  }
  .p-home__oneday-position {
    margin-bottom: 0.463vw;
  }
  .p-home__oneday-box-img {
    margin: 0 auto;
    width: 76%;
  }
  .p-home__oneday-comment-area {
    margin-top: -1.273vw;
    margin-bottom: 0.926vw;
    position: relative;
  }
  .p-home__oneday-comment {
    display: block;
    width: fit-content;
    padding: 0.231vw 0.926vw;
    margin-bottom: 0.463vw;
    border-radius: 0.231vw;
  }
  .p-home__oneday-comment:last-child {
    margin-bottom: 0;
  }
  .p-home__oneday-name-area {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.926vw;
  }
  .p-home__oneday-name {
    font-size: 1.678vw;
    font-weight: bold;
    line-height: 1.6;
  }
  .p-home__oneday-kana {
    font-size: 1.042vw;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    line-height: 1;
  }
  .p-home__oneday-year {
    font-size: 1.042vw;
    line-height: 1.6;
    font-weight: bold;
  }
  .p-home__oneday-bottom {
    width: 100%;
    height: auto;
    position: absolute;
  }
  .p-home__oneday-bottom-deco-left {
    border-radius: 0 0 0 1.852vw;
    display: block;
    height: auto;
    flex: 1;
  }
  .p-home__oneday-bottom-deco-right {
    background-color: #31BE00;
    border-radius: 0 0 1.852vw 0;
    display: block;
    height: auto;
    flex: 1;
  }
  .p-home__data-section {
    width: 50%;
    height: auto;
    background-image: url(/wp-content/themes/solar-partners/assets/img/home/data01-03.jpg);
    background-size: cover;
    background-position: center;
    padding: 15.625vw 3.009vw 10.185vw;
  }
  .p-home__culture-section {
    width: 50%;
    height: auto;
    background-image: url(/wp-content/themes/solar-partners/assets/img/home/culture01-03.jpg);
    background-size: cover;
    background-position: center;
    padding: 15.625vw 3.414vw 9.896vw 3.067vw;
  }
  .p-home__2col-section-contents {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 3.24074074vw;
    margin-bottom: 4.62962963vw;
    border-radius: 1.38888889vw;
  }
  .p-home__data-section .p-home__2col-section-contents {
    height: 24.07407407vw;
    padding: 2.9vw;
  }
  .p-home__culture-section .p-home__2col-section-contents {
    height: 23.49537037vw;
  }
  .p-home__2col-section .c-ttl__en {
    color: rgba(0, 0, 0, 0);
    font-size: 6.01851852vw;
  }
  .p-home__2col-section .c-ttl {
    margin: -1.85185185vw 0 1.85185185vw;
    font-size: 3.241vw;
    line-height: 1;
    letter-spacing: 0.01em;
  }
  .p-home__2col-section .c-text {
    margin-bottom: 0;
  }
  .p-home__carrer-section {
    background-color: #BB19A1;
    padding: 5.382vw 0 0;
    margin-top: -4.63vw;
    position: relative;
    z-index: 1;
  }
  .p-home__carrer-section .c-btn__link {
    margin: 0 0 0 auto;
  }
  .p-home__carrer-section .c-ttl__area {
    margin-bottom: 3.588vw;
  }
  .p-home__carrer-section .c-ttl {
    font-size: 4.167vw;
  }
  .p-home__blog-section {
    padding: 11.285vw 0 7.639vw;
  }
  .p-home__blog-ttl-area {
    margin-bottom: 6.019vw;
  }
  .p-home__blog-left {
    width: 20%;
  }
  .p-home__blog-left-link {
    font-size: 1.389vw;
    font-weight: bold;
    border-radius: 0.926vw;
    padding: 0.926vw 2.315vw;
    display: flex;
    align-items: center;
    width: fit-content;
  }
  .p-home__blog-left-link::after {
    content: "";
    margin-left: 0.579vw;
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/link-icon.png);
    background-size: 100% 100%;
    width: 1.042vw;
    height: 0.868vw;
  }
  .p-home__blog-right {
    width: 80%;
    margin-right: calc(50% - 50vw);
    gap: 2.315vw;
  }
  .p-home__blog-box-img {
    margin-bottom: 1.389vw;
  }
  .p-home__blog-box-date-wrap {
    margin-bottom: 1.389vw;
    justify-content: space-between;
  }
  .p-home__blog-box-date {
    font-size: 0.926vw;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .p-home__blog-box-cate {
    font-size: 0.81vw;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    padding: 0.231vw 0.579vw;
    background-color: #000;
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__interview-box .c-text {
    font-size: 16px;
  }
  .p-home__oneday-name {
    font-size: 24px;
  }
  .p-home__oneday-kana {
    font-size: 18px;
  }
  .p-home__oneday-comment,
  .p-home__oneday-year {
    font-size: 16px;
  }
  .p-home__blog-box-date {
    font-size: 14px;
  }
  .p-home__blog-left-link {
    font-size: 16px;
  }
  .l-footer__top-box .c-text {
    font-size: 16px;
  }
  .l-fnav__ttl-address {
    font-size: 16px;
  }
  .l-fnav__ttl {
    font-size: 16px;
  }
  .l-fnav__list-item-link,
  .l-fnav__list02-item-link {
    font-size: 14px;
  }
  .p-home__interview-ttl-area .c-ttl__sub {
    font-size: 18px;
  }
  .p-home__message-contents {
    margin-bottom: 20vw;
  }
  .p-home__interview-section {
    padding-bottom: 20vw;
  }
  .p-home__oneday-wrap {
    padding-bottom: 22vw;
  }
  .p-home__data-section .p-home__2col-section-contents,
  .p-home__culture-section .p-home__2col-section-contents {
    height: 28vw;
  }
  .p-home__culture-section,
  .p-home__data-section {
    padding-bottom: 20vw;
  }
  .p-home__blog-section {
    padding-top: 13vw;
  }
  .p-home__blog-ttl-area {
    margin-bottom: 8vw;
  }
  .l-hnav__logo-link img {
    width: 120px;
  }
  .l-footer-deco {
    top: 0;
  }
  .p-home__blog-section {
    overflow: hidden;
  }
  .p-home__blog-section-deco {
    top: -200px;
  }
}
@media screen and (max-width: 768px) {
  /*---------home.sass---------*/
  .p-home__mv-section {
    position: relative;
  }
  .p-home__mv-img-top-wrap {
    flex-wrap: nowrap;
  }
  .p-home__mv-img-top:nth-of-type(1) {
    width: 57%;
  }
  .p-home__mv-img-top:nth-of-type(2) {
    width: 61%;
    margin-left: -18%;
  }
  .p-home__mv-img-top:nth-of-type(3) {
    display: none;
  }
  .p-home__mv-img-middle-wrap {
    flex-wrap: nowrap;
    margin-top: -32%;
    position: relative;
    z-index: 1;
  }
  .p-home__mv-img-middle:nth-of-type(1) {
    width: 61%;
  }
  .p-home__mv-img-middle:nth-of-type(2) {
    width: 64%;
    margin-left: -25%;
    margin-top: 1%;
  }
  .p-home__mv-img-bottom-wrap {
    flex-wrap: nowrap;
    margin-top: -34%;
    position: relative;
    z-index: 0;
  }
  .p-home__mv-img-bottom:nth-of-type(1) {
    width: 65%;
    z-index: 1;
  }
  .p-home__mv-img-bottom:nth-of-type(2) {
    width: 56%;
    margin-left: -21%;
    margin-top: 12%;
    z-index: 0;
  }
  .p-home__mv-img-bottom:nth-of-type(3) {
    display: none;
  }
  .p-home__mv-catch {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 10.178vw;
    line-height: 1;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    filter: drop-shadow(0px 4px 32px rgba(0, 0, 0, 0.24));
  }
  .p-home__mv-img-sp {
    position: relative;
  }
  .p-home__message-section {
    position: relative;
    z-index: 0;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .p-home__message-deco {
    width: 139%;
    position: absolute;
    top: 10%;
    left: -12%;
    z-index: -1;
  }
  .p-home__message-contents {
    width: 100%;
    border-bottom: solid 1px #fff;
    padding: 0 0 24px;
    margin-bottom: 0;
  }
  .p-home__message-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .p-home__message-ttl_area {
    position: relative;
    margin-bottom: 24px;
  }
  .p-home__message-ttl_area .c-ttl__sub {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    font-size: 2.4rem;
  }
  .p-home__message-contents .c-catch {
    margin-bottom: 24px;
  }
  .p-home__message-contents .c-text {
    margin-bottom: 24px;
  }
  .p-home__message-contents .c-btn__link {
    margin: 0 auto 0 0;
  }
  .p-home__interview-section {
    padding: 82px 0 144px;
  }
  .p-home__interview-catch {
    font-size: clamp(2rem, 8vw, 3.2rem);
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 32px;
    text-align: left;
  }
  .p-home__interview-ttl-area {
    margin-bottom: 46px;
  }
  .p-home__interview-ttl-area .c-ttl__sub {
    position: absolute;
    left: 0;
    bottom: -23px;
    font-size: 2.4rem;
  }
  .p-home__interview-box {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: solid 2px #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .p-home__interview-box:last-child {
    margin-bottom: 0;
  }
  .p-home__interview-contents {
    width: 100%;
  }
  .p-home__interview-box-img {
    margin-bottom: 32px;
  }
  .p-home__interview-box-img .c-ttl__sub {
    margin-top: -24px;
    margin-left: 0;
    z-index: 10;
    position: relative;
  }
  .p-home__interview-box .c-text {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 32px;
    padding: 0;
  }
  .p-home__oneday-wrap {
    padding: 94px 0 170px;
    border-radius: 32px 32px 0 0;
  }
  .p-home__oneday-ttl-wrap {
    align-items: flex-end;
    margin-bottom: 24px;
  }
  .p-home__oneday-ttl-area {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-home__oneday-ttl-area .c-ttl__sub {
    margin-top: -26px;
    z-index: 1;
    position: relative;
    background-color: #FFF855;
    color: #31BE00;
    padding: 8px 32px;
    line-height: 1;
    font-size: 2.4rem;
  }
  .p-home__oneday-catch {
    font-size: 3.8rem;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    line-height: 1;
  }
  .p-home__oneday-ttl-text {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 24px 0;
    flex: 1;
    height: fit-content;
    font-size: 1.6rem;
  }
  .p-home__oneday-contents {
    gap: 0.463vw;
  }
  .p-home__oneday-box {
    padding: 0 32px;
  }
  .p-home__oneday-position {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .p-home__oneday-box-img {
    margin: 0 auto;
    width: calc(100% - 45px);
  }
  .p-home__oneday-comment-area {
    margin-top: -10px;
    margin-bottom: 16px;
    position: relative;
    width: calc(100% + 18px);
    margin-left: -9px;
  }
  .p-home__oneday-comment {
    display: block;
    width: fit-content;
    padding: 4px 12px;
    margin-bottom: 8px;
    border-radius: 4px;
    font-size: 4.071vw;
    font-size: 15px;
    letter-spacing: -0.02em;
  }
  .p-home__oneday-comment:last-child {
    margin-bottom: 0;
  }
  .p-home__oneday-name-area {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
  }
  .p-home__oneday-name {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 8px;
    width: 100%;
  }
  .p-home__oneday-kana {
    font-size: 1.8rem;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    line-height: 1;
  }
  .p-home__oneday-year {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: bold;
    display: block;
  }
  .p-home__oneday-bottom {
    width: 100%;
    height: auto;
    position: absolute;
  }
  .p-home__oneday-bottom-deco-left {
    border-radius: 0 0 0 32px;
    display: block;
    height: auto;
    flex: 1;
  }
  .p-home__oneday-bottom-deco-right {
    background-color: #31BE00;
    border-radius: 0 0 32px 0;
    display: block;
    height: auto;
    flex: 1;
  }
  .p-home__2col-section {
    margin-top: -13px;
  }
  .p-home__data-section {
    width: 100%;
    height: auto;
    background-image: url(/wp-content/themes/solar-partners/assets/img/home/data01-02.jpg);
    background-size: cover;
    background-position: center;
    padding: 150px 5% 70px;
  }
  .p-home__culture-section {
    width: 100%;
    height: auto;
    background-image: url(/wp-content/themes/solar-partners/assets/img/home/culture01-03.jpg);
    background-size: cover;
    background-position: center;
    padding: 140px 5% 107px;
  }
  .p-home__2col-section-contents {
    padding: 32px;
    margin-bottom: 32px;
  }
  .p-home__data-section .p-home__2col-section-contents {
    height: auto;
    padding: 32px;
  }
  .p-home__culture-section .p-home__2col-section-contents {
    height: auto;
  }
  .p-home__2col-section .c-ttl__en {
    font-size: 4.8rem;
    line-height: 1;
  }
  .p-home__2col-section .c-ttl {
    margin: -14px 0 16px;
    font-size: 2.8rem;
    line-height: 1;
  }
  .p-home__2col-section .c-text {
    margin-bottom: 0;
  }
  .p-home__2col-section .c-btn__link {
    margin: 0 0 0 auto;
  }
  .p-home__carrer-section {
    background-color: #BB19A1;
    padding: 93px 0 90px;
    margin-top: -34px;
    position: relative;
    z-index: 1;
  }
  .p-home__carrer-section .c-btn__link {
    margin: 40px auto 0 0;
  }
  .p-home__carrer-section .c-ttl__area {
    margin-bottom: 78px;
  }
  .p-home__carrer-section .c-ttl {
    font-size: 3.2rem;
  }
  .p-home__carrer-section .c-ttl__en {
    font-size: 4rem;
  }
  .home .p-home__carrer-section .c-ttl__en {
    font-size: 5.6rem;
  }
  .p-home__blog-section {
    padding: 110px 0 76px;
  }
  .p-home__blog-section-deco {
    top: -60px;
  }
  .p-home__blog-ttl-area {
    margin-bottom: 62px;
  }
  .p-home__blog-left {
    width: 100%;
    margin-top: 125px;
  }
  .p-home__blog-left-link {
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 16px;
    padding: 19px 40px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 26px auto 0;
  }
  .p-home__blog-left-link::after {
    content: "";
    margin-left: 10px;
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/link-icon.png);
    background-size: 100% 100%;
    width: 18px;
    height: 15px;
  }
  .p-home__blog-right {
    width: 100%;
    margin-right: 0;
    gap: 2.315vw;
  }
  .p-home__blog-box-img {
    margin-bottom: 16px;
  }
  .p-home__blog-box-date-wrap {
    margin-bottom: 16px;
    justify-content: space-between;
  }
  .p-home__blog-box-date {
    font-size: 1.4rem;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .p-home__blog-box-cate {
    font-size: 1.4rem;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    padding: 4px 10px;
    background-color: #000;
    display: inline-block;
    border-radius: 4px;
  }
}
@media screen and (max-width: 349px) {
  .p-home__mv-catch {
    font-size: 3.4rem;
  }
  .l-footer__top-ttl-en {
    font-size: 3.6rem;
  }
  .p-home__carrer-section .c-ttl {
    font-size: 2.8rem;
  }
  .p-home__oneday-comment {
    font-size: 12px;
  }
}
/*--  splide  --*/
.first .splide__arrows {
  position: absolute;
  top: auto;
  bottom: -107px;
  left: auto;
  right: 9.6%;
  width: fit-content;
  display: flex;
  gap: 40px;
}

.splide__arrow {
  transform: unset;
  top: 0;
  opacity: 1;
  background-color: unset;
  border: solid 1px #fff;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow01.png);
  background-size: 26px 30px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.splide__arrow svg {
  display: none;
}

.splide__arrow--prev {
  transform: rotate(180deg);
  left: 0;
  top: 0;
}

.splide__arrow--next {
  right: 0;
  top: 0;
}

.splide__arrow--next:hover,
.splide__arrow--prev:hover {
  opacity: 0.7;
}

.second .splide__arrows {
  position: absolute;
  top: 96px;
  bottom: auto;
  left: -23vw;
  right: auto;
  width: fit-content;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 1024px) {
  .second .splide__arrows {
    gap: 20px;
  }
  .splide__arrow {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .splide__arrow {
    width: 80px;
    height: 80px;
  }
  .first .splide__arrows {
    left: 50%;
    bottom: -120px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .second .splide__arrows {
    top: auto;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
/*--interview--*/
.interview .p-home__interview-wrap {
  background-color: #3445A1;
  margin-top: 80px;
}

.interview .p-home__interview-wrap .c-deco__circle-two span:nth-of-type(1),
.interview .p-home__interview-wrap .c-deco__circle-two span:nth-of-type(2) {
  background-color: #3445A1;
}

.interview .p-home__interview-wrap .c-ttl__en {
  color: #3445A1;
}

.interview .p-home__oneday-wrap {
  padding-bottom: 332px;
  background-color: #49A728;
}

.interview .p-home__oneday-wrap .c-deco__circle-one {
  background-color: #49A728;
}

.interview .p-home__oneday-wrap .c-ttl__en,
.interview .p-home__oneday-wrap .c-ttl__sub {
  color: #49A728;
}

.interview .p-home__carrer-section .c-deco__circle-two {
  top: -80px;
}

.interview .p-home__carrer-section,
.interview .p-home__carrer-section .c-deco__circle-two span:nth-of-type(1),
.interview .p-home__carrer-section .c-deco__circle-two span:nth-of-type(2) {
  background-color: #EA741E;
}

.interview .p-home__carrer-section .c-ttl__en {
  color: #EA741E;
}

.interview .p-home__carrer-section .c-list__item-link::after {
  background-color: #DA5C00;
}

.interview .p-home__interview-ttl-area {
  margin-bottom: 64px;
}

@media screen and (max-width: 1728px) {
  .interview .p-home__interview-ttl-area {
    margin-bottom: 3.704vw;
  }
}
@media screen and (max-width: 768px) {
  .interview .p-home__interview-wrap {
    margin-top: 0px;
  }
  .interview .p-home__oneday-wrap {
    padding-bottom: 252px;
  }
  .interview .p-home__carrer-section {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .interview .p-home__carrer-section .c-ttl__en {
    font-size: 4rem;
  }
  .interview .p-home__carrer-section .c-deco__circle-two {
    top: -80px;
  }
  .interview .p-home__carrer-section .c-list__item-link::after {
    background-color: #DA5C00;
  }
  .interview .p-home__carrer-section .c-list__item-link {
    line-height: 1.2;
  }
  .interview .p-home__interview-ttl-area {
    margin-bottom: 46px;
  }
}
/*--message--*/
.message .c-ttl__en {
  color: #EA741E;
}

.message .p-home__message-section {
  margin-top: 0;
  background-color: #EA741E;
}

.message .p-home__message-contents {
  margin-bottom: 150px;
}

.p-message__contents-img {
  width: 55%;
  margin: 0 auto;
}

.p-message__contents-img:first-child {
  margin-bottom: 24px;
}

.message .p-home__interview-wrap {
  background-color: unset;
  padding: 107px 0 0;
}

.message .p-home__interview-wrap .p-home__interview-ttl-area .c-ttl__en {
  color: #3445A1;
}

.message .p-home__interview-catch {
  text-align: left;
  margin-bottom: 65px;
}

.p-home__interview-text {
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
  max-width: 1340px;
}

.message .p-message__bottom-section,
.message .p-message__bottom-section .c-deco__circle-two span:nth-of-type(1),
.message .p-message__bottom-section .c-deco__circle-two span:nth-of-type(2) {
  background-color: #3445A1;
}

.message .p-message__bottom-section {
  padding: 0;
}

.message .p-message__bottom-section.c-container {
  margin: 30px 0 0;
  background-color: #3445A1;
}

@media (min-width: 2000px) {
  .message .p-message__bottom-section.c-container {
    margin: 0;
  }
}
.message .p-home__carrer-section,
.message .p-home__carrer-section .c-deco__circle-one {
  background-color: #EA741E;
}

.message .p-home__carrer-section .c-ttl__en {
  color: #EA741E;
}

.message .p-home__carrer-section .c-list__item-link::after {
  background-color: #DA5C00;
}

.p-message__bottom-section {
  padding: 160px 0;
}

.p-message__bottom-contents {
  gap: 80px;
  padding-bottom: 80px;
}

.p-message__bottom-box {
  width: calc((100% - 80px) / 2);
}

.p-message__bottom-message {
  padding: 4px 24px;
  margin: -24px 0 32px 24px;
  font-size: 4rem;
  line-height: 1.6;
  background-color: #000;
  border-radius: 8px;
  position: relative;
  width: fit-content;
}

.p-message__bottom-text {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}

.message .p-home__carrer-section .c-ttl__area {
  margin-bottom: 123px;
}

.message .p-crosstalk__contents {
  background-color: #3445A1;
  padding-bottom: 240px;
}

.message .p-crosstalk__participants {
  background-color: #EA741E;
}

.message .p-crosstalk__contents-box.p-crosstalk__participants01 {
  border: solid 2px #EA741E;
}

.message .p-crosstalk__contents-box.p-crosstalk__participants01:nth-of-type(2n) {
  border: solid 2px #CB3535;
}

.message .p-crosstalk__contents-box.p-crosstalk__participants01 p.p-crosstalk__contents-name {
  color: #EA741E;
}

.message .p-crosstalk__contents-box.p-crosstalk__participants01:nth-of-type(2n) p.p-crosstalk__contents-name {
  color: #CB3535;
}

.message .p-crosstalk__participants {
  width: calc((100% - 40px) / 4);
}

@media screen and (max-width: 1728px) {
  .message .p-home__message-section {
    margin-top: 0;
  }
  .message .p-home__message-contents {
    margin-bottom: 11.574vw;
  }
  .p-message__contents-img {
    width: 55%;
    margin: 0 auto;
  }
  .p-message__contents-img:first-child {
    margin-bottom: 1.39vw;
  }
  .message .p-home__interview-catch {
    text-align: left;
    margin-bottom: 9.55vw;
    margin-bottom: 3.762vw;
    font-size: 5.5vw;
  }
  .p-home__interview-text {
    margin: 0 auto;
    margin-bottom: 5.787vw;
    text-align: center;
    max-width: 90%;
  }
  .message .p-message__bottom-section.c-container {
    margin: 2.63vw 0 0;
  }
  .p-message__bottom-section {
    padding: 9.26vw 0;
  }
  .p-message__bottom-contents {
    gap: 4.63vw;
    padding-bottom: 4.63vw;
  }
  .p-message__bottom-box {
    width: calc((100% - 4.63vw) / 2);
  }
  .p-message__bottom-message {
    padding: 0.23vw 1.39vw;
    margin: -1.39vw 0 1.85vw 1.39vw;
    font-size: 2.31vw;
    line-height: 1.6;
    border-radius: 0.46vw;
    position: relative;
    width: fit-content;
  }
  .p-message__bottom-text {
    font-size: 1.04vw;
    line-height: 1.6;
  }
  .message .p-home__carrer-section {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .message .p-home__carrer-section .c-ttl__area {
    margin-bottom: 8.588vw;
  }
  .message .p-crosstalk__contents {
    background-color: #3445A1;
    padding-bottom: 13.889vw;
  }
}
@media screen and (max-width: 1024px) {
  .message .p-crosstalk__contents {
    padding-bottom: 16.889vw;
  }
}
@media screen and (max-width: 768px) {
  .message .p-home__interview-wrap {
    padding: 83px 0 0;
  }
  .message .p-home__message-section {
    margin-top: 0;
    padding: 78px 0 80px;
  }
  .message .p-home__message-contents {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .message .c-catch {
    font-size: 2.7rem;
  }
  .p-message__contents-img {
    width: 100%;
    margin: 0 auto;
  }
  .p-message__contents-img:first-child {
    margin-bottom: 24px;
  }
  .message .p-home__interview-catch {
    text-align: left;
    margin-bottom: 24px;
    font-size: 3rem;
  }
  .p-home__interview-text {
    text-align: left;
    margin: 0 0 40px;
    max-width: 100%;
  }
  .message .p-message__bottom-section.c-container {
    margin: 0;
    padding-bottom: 80px;
  }
  .p-message__bottom-section {
    padding: 120px 0;
  }
  .p-message__bottom-contents {
    gap: 24px;
  }
  .p-message__bottom-box {
    width: 100%;
  }
  .p-message__bottom-message {
    padding: 4px 24px;
    margin: -24px auto 24px 24px;
    font-size: 1.8rem;
    line-height: 1.6;
    border-radius: 8px;
    position: relative;
    width: fit-content;
  }
  .p-message__bottom-text {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    border-bottom: solid 1px #fff;
  }
  .message .p-home__carrer-section .c-ttl__en {
    font-size: 4rem;
  }
  .message .p-home__carrer-section {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .p-home__carrer-section .c-ttl__area {
    margin-bottom: 58px;
  }
  .message .p-crosstalk__participants {
    width: calc((100% - 24px) / 2);
    padding: 24px;
  }
  .message .p-crosstalk__participants-img {
    margin: 0 auto 10px;
    width: 100px;
  }
  .message .p-crosstalk__contents {
    background-color: #3445A1;
    padding-bottom: 80px;
  }
  .message .p-crosstalk__participants-name-area {
    width: 100%;
    text-align: center;
  }
  .message .p-crosstalk__participants-wrap {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 349px) {
  .message .c-catch {
    font-size: 2.5rem;
  }
  .message .p-crosstalk__participants {
    padding: 12px;
  }
}
/*--company--*/
.p-company__deco {
  position: absolute;
  top: -30px;
  z-index: -1;
}

.p-company__section {
  position: relative;
  z-index: 0;
  padding: 63px 0 213px;
}

.p-company__ttl-area {
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.p-company__ttl {
  font-size: 5.6rem;
  line-height: 1.6;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.p-company__ttl-en {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-left: 32px;
}

.p-company__ttl-area-sub {
  margin-bottom: 32px;
}

.p-company__ttl-area-sub .c-ttl__en {
  position: relative;
  line-height: 1;
  color: #EA741E;
  -webkit-text-stroke: unset;
  text-stroke: unset;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 0 #FF9141, -1px -1px 0 #FF9141, -1px 1px 0 #FF9141, 1px -1px 0 #FF9141, 1px 0 0 #FF9141, -1px 0 0 #FF9141, 0 1px 0 #FF9141, 0 -1px 0 #FF9141;
}

.p-company__ttl-area-sub .c-ttl__en::before,
.p-company__ttl-area-sub .c-ttl__en::after {
  content: "";
  margin: 0 calc(50% - 50vw);
  display: block;
  width: 200%;
  height: 1px;
  background-color: #FF9141;
}

.p-company__ttl-area-sub .c-ttl__sub {
  margin-top: -32px;
  position: relative;
  font-size: 2.4rem;
}

.p-company__text {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.p-company__text::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #FFF855;
  border-radius: 50%;
  margin-right: 24px;
}

.p-company__catch {
  font-size: 5.9rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 40px;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.p-company__box-area {
  gap: 56px 0;
}

.p-company__box {
  width: calc((100% - 56px) / 2);
  align-items: flex-end;
}

.p-company__box-img {
  width: 23.6%;
  margin-right: 32px;
}

.p-company__box-contents {
  flex: 1;
}

.p-company__box-ttl {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 24px;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.p-company__box-text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

.p-company__outline-section {
  z-index: 0;
  position: relative;
  background-color: #F46515;
  padding-bottom: 80px;
}

.company .c-deco__circle-two {
  z-index: -1;
}

.company .c-deco__circle-two span:nth-of-type(1),
.company .c-deco__circle-two span:nth-of-type(2) {
  background-color: #F46515;
}

.p-company__outline-wrap {
  padding: 80px 0;
}

.p-company__table-tr {
  position: relative;
}

.p-company__table-tr::after {
  content: "";
  margin: 0 calc(50% - 50vw);
  display: block;
  width: 200%;
  height: 2px;
  background-color: #fff;
}

.p-company__table-th {
  width: 23%;
  padding: 40px 20px 40px 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}

.p-company__table-td {
  width: 77%;
  padding: 40px 20px 40px 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}

.p-company__table-map {
  margin-top: 32px;
  width: 80%;
  display: block;
}

.p-company-bottom {
  margin: 0;
}

.p-company-bottom .c-deco__circle-one {
  background-color: #EA741E;
  z-index: -1;
}

.company .l-footer__top-img {
  position: relative;
}

@media screen and (max-width: 1728px) {
  /*--company--*/
  .p-company__deco {
    position: absolute;
    top: -1.736vw;
    z-index: -1;
  }
  .p-company__section {
    position: relative;
    z-index: 0;
    padding: 3.646vw 0 13.889vw;
  }
  .p-company__ttl-area {
    align-items: center;
    margin-bottom: 2.315vw;
    position: relative;
  }
  .p-company__ttl {
    font-size: 3.241vw;
    line-height: 1.6;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .p-company__ttl-en {
    font-size: 0.926vw;
    line-height: 1.6;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-left: 1.852vw;
  }
  .p-company__ttl-area-sub {
    margin-bottom: 1.852vw;
  }
  .p-company__ttl-area-sub .c-ttl__en {
    position: relative;
    line-height: 1;
  }
  .p-company__ttl-area-sub .c-ttl__en::before,
  .p-company__ttl-area-sub .c-ttl__en::after {
    content: "";
    margin: 0 calc(50% - 50vw);
    display: block;
    width: 200%;
    height: 1px;
  }
  .p-company__ttl-area-sub .c-ttl__sub {
    margin-top: -1.852vw;
    position: relative;
    font-size: 1.389vw;
  }
  .p-company__text {
    display: flex;
    align-items: center;
    margin-bottom: 1.852vw;
  }
  .p-company__text::before {
    content: "";
    display: block;
    width: 1.389vw;
    height: 1.389vw;
    border-radius: 50%;
    margin-right: 1.389vw;
  }
  .p-company__catch {
    font-size: 2.431vw;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 2.315vw;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
  .p-company__box {
    width: calc((100% - 3.241vw) / 2);
    align-items: flex-end;
  }
  .p-company__box-img {
    width: 23.6%;
    margin-right: 1.852vw;
  }
  .p-company__box-contents {
    flex: 1;
  }
  .p-company__box-ttl {
    font-size: 2.431vw;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 1.389vw;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
  .p-company__box-text {
    font-size: 1.157vw;
    font-weight: bold;
    line-height: 1.6;
  }
  .p-company__outline-section {
    z-index: 0;
    position: relative;
  }
  .company .c-deco__circle-two {
    z-index: -1;
  }
  .p-company__outline-wrap {
    padding: 4.63vw 0;
  }
  .p-company__table-tr {
    position: relative;
  }
  .p-company__table-tr::after {
    content: "";
    margin: 0 calc(50% - 50vw);
    display: block;
    width: 200%;
    height: 0.116vw;
    background-color: #fff;
  }
  .p-company__table-th {
    width: 23%;
    padding: 2.315vw 1.157vw 2.315vw 0;
    font-size: clamp(1.6rem, 1.042vw, 1.042vw);
    font-weight: bold;
    line-height: 1.6;
  }
  .p-company__table-td {
    width: 77%;
    padding: 2.315vw 1.157vw 2.315vw 0;
    font-size: clamp(1.6rem, 1.042vw, 1.042vw);
    font-weight: bold;
    line-height: 1.6;
  }
  .p-company__table-map {
    margin-top: 1.852vw;
    width: 80%;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .p-company__section {
    padding-bottom: 20vw;
  }
  .p-company__ttl {
    font-size: 40px;
  }
  .p-company__ttl-area-sub .c-ttl__sub,
  .p-company__box-text {
    font-size: 16px;
  }
  .p-company__catch {
    font-size: 24px;
  }
  .p-company__box-ttl {
    font-size: 27px;
  }
  .p-company__ttl-en {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  /*--company--*/
  .p-company__deco {
    position: absolute;
    top: -63px;
    left: -130px;
    z-index: -1;
    width: 437%;
  }
  .p-company__section {
    position: relative;
    z-index: 0;
    padding: 0 0 28px;
  }
  .p-company__ttl-area {
    align-items: center;
    margin-bottom: 40px;
    position: relative;
  }
  .p-company__ttl {
    font-size: 4rem;
    line-height: 1.6;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .p-company__ttl-en {
    font-size: 1.4rem;
    line-height: 1.6;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-left: 32px;
  }
  .p-company__ttl-area-sub {
    margin-bottom: 36px;
  }
  .p-company__ttl-area-sub .c-ttl__en {
    position: relative;
    line-height: 1;
    font-size: 8rem;
  }
  .p-company__ttl-area-sub .c-ttl__en::before,
  .p-company__ttl-area-sub .c-ttl__en::after {
    content: "";
    margin: 0 calc(50% - 50vw);
    display: block;
    width: 200%;
    height: 1px;
  }
  .p-company__ttl-area-sub .c-ttl__sub {
    margin-top: -20px;
    position: relative;
    font-size: 2.4rem;
  }
  .p-company__text {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    margin-bottom: 32px;
  }
  .p-company__text::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 16px;
  }
  .p-company__catch {
    font-size: clamp(10px, 8vw, 3.2rem);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 40px;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
  .p-company__box-area {
    gap: 24px 0;
    margin-bottom: 100px;
  }
  .p-company__box {
    width: 100%;
    align-items: center;
    margin-bottom: 0;
  }
  .p-company__box:last-child {
    margin-bottom: 0;
  }
  .p-company__box-img {
    width: 23.6%;
    margin-right: 16px;
  }
  .p-company__box-contents {
    flex: 1;
  }
  .p-company__box-ttl {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 8px;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
  .p-company__box-text {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6;
  }
  .p-company__outline-section {
    z-index: 0;
    position: relative;
    padding-bottom: 0;
  }
  .company .c-deco__circle-two {
    z-index: -1;
  }
  .p-company__outline-wrap {
    padding: 89px 0 60px;
  }
  .p-company__outline-section .p-company__deco {
    top: -90px;
    left: 0;
    right: 0;
    width: 100%;
  }
  .p-company__table-tr {
    position: relative;
    margin-bottom: 32px;
  }
  .p-company__table-tr:last-child {
    margin-bottom: 0;
  }
  .p-company__table-tr::after {
    content: "";
    margin: 0 calc(50% - 50vw);
    display: block;
    width: 200%;
    height: 2px;
    background-color: #fff;
  }
  .p-company__table-th {
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  .p-company__table-td {
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .p-company__table-map {
    margin-top: 16px;
    width: 100%;
    display: block;
  }
  .p-company-bottom {
    padding-top: 40px;
  }
}
@media screen and (max-width: 349px) {
  .p-company__ttl {
    font-size: 3.6rem;
  }
  .p-company__ttl-en {
    font-size: 1.2rem;
  }
  .p-company__box-ttl {
    font-size: 2.2rem;
  }
}
/*--crossplay--*/
body.crosstalk,
body.young {
  background-color: #3445A1;
}

body.crosstalk .p-under__mv,
body.young .p-under__mv {
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/mv-deco-blue01-02.png);
}

.p-crosstalk__section .c-text {
  text-align: center;
  margin-bottom: 100px;
}

.p-crosstalk__top-catch {
  font-size: 7.2rem;
  line-height: 1.6;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}

.p-crosstalk__section {
  position: relative;
  z-index: 0;
}

.p-crosstalk__section::before {
  content: "";
  display: block;
  background-color: #CEDFFF;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.p-crosstalk__section-deco {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 30%;
  z-index: -1;
}

.p-crosstalk__participants-wrap {
  max-width: 87.5vw;
  margin: 0 auto;
  gap: 40px;
  justify-content: center;
}

.p-crosstalk__participants {
  background-color: #384CB8;
  padding: 32px;
  border-radius: 16px;
  border: solid 4px #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-crosstalk__participants-box {
  display: flex;
  flex-direction: column;
}

.p-crosstalk__participants--narrow {
  width: calc((100% - 120px) / 4);
}

.p-crosstalk__participants--wide {
  width: calc((100% - 80px) / 3);
}

.p-crosstalk__participants:nth-of-type(2) {
  background-color: #CB3535;
}

.p-crosstalk__participants:nth-of-type(3) {
  background-color: #C03EBB;
}

.p-crosstalk__participants:nth-of-type(4) {
  background-color: #EA741E;
}

.p-crosstalk__participants:nth-of-type(5) {
  background-color: #49A728;
}

.p-crosstalk__participants:nth-of-type(6) {
  background-color: #384CB8;
}

.p-crosstalk__participants-img {
  margin-bottom: 0.463vw;
}

.p-crosstalk__participants-name {
  font-size: 1.389vw;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.463vw;
}

.p-crosstalk__participants-kana {
  font-size: 0.81vw;
  line-height: 1;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: 0.926vw;
}

.p-crosstalk__participants-text {
  padding: 0.926vw;
  font-size: 0.926vw;
  line-height: 1.6;
  border-radius: 0.463vw;
  background-color: #fff;
  color: #000;
  margin-bottom: 0.926vw;
}

.p-crosstalk__participants-bottom {
  justify-content: space-between;
}

.p-crosstalk__participants-bottom-text {
  font-size: 1.042vw;
  font-weight: bold;
  line-height: 1.6;
  width: 100%;
}

.p-crosstalk__contents {
  background-color: #CEDFFF;
  padding: 80px 0 112px;
}

.p-crosstalk__contents h2 {
  font-size: 4rem;
  line-height: 1.6;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: 24px;
  padding: 0 24px;
  background-color: #000;
  border-radius: 8px;
  width: fit-content;
  margin-top: 112px;
}

.p-crosstalk__contents h2:first-child {
  margin-top: 0;
}

.p-crosstalk__contents p {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #000;
  margin-bottom: 32px;
}

.p-crosstalk__contents-box {
  align-items: center;
  padding: 26px 32px;
  border: solid 2px #EA741E;
  gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 32px;
  min-height: 171px;
}

.p-crosstalk__contents-box.p-crosstalk__participants01 {
  border: solid 2px #384CB8;
}

.p-crosstalk__contents-box.p-crosstalk__participants02 {
  border: solid 2px #CB3535;
}

.p-crosstalk__contents-box.p-crosstalk__participants03 {
  border: solid 2px #C03EBB;
}

.p-crosstalk__contents-box.p-crosstalk__participants04 {
  border: solid 2px #EA741E;
}

.p-crosstalk__contents-box.p-crosstalk__participants05 {
  border: solid 2px #49A728;
}

.p-crosstalk__contents-box.p-crosstalk__participants06 {
  border: solid 2px #384CB8;
}

.p-crosstalk__contents-box.p-crosstalk__participants01 p.p-crosstalk__contents-name {
  color: #384CB8;
}

.p-crosstalk__contents-box.p-crosstalk__participants02 p.p-crosstalk__contents-name {
  color: #CB3535;
}

.p-crosstalk__contents-box.p-crosstalk__participants03 p.p-crosstalk__contents-name {
  color: #C03EBB;
}

.p-crosstalk__contents-box.p-crosstalk__participants04 p.p-crosstalk__contents-name {
  color: #EA741E;
}

.p-crosstalk__contents-box.p-crosstalk__participants05 p.p-crosstalk__contents-name {
  color: #49A728;
}

.p-crosstalk__contents-box.p-crosstalk__participants06 p.p-crosstalk__contents-name {
  color: #384CB8;
}

.p-crosstalk__contents-box:last-child {
  margin-bottom: 0;
}

.p-crosstalk__contents-icon {
  width: 80px;
}

p.p-crosstalk__contents-name {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

p.p-crosstalk__contents-text {
  font-size: 1.8rem;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 0;
}

.p-crosstalk__2column01,
.p-crosstalk__2column02 {
  display: flex;
  justify-content: flex-start;
}

.p-crosstalk__2column01-left,
.p-crosstalk__2column01-right,
.p-crosstalk__2column02-left,
.p-crosstalk__2column02-right {
  flex-grow: 1;
}

.p-crosstalk__2column01-left,
.p-crosstalk__2column02-left {
  margin-right: 10px;
}

.p-crosstalk__2column01-right,
.p-crosstalk__2column02-right {
  margin-left: 80px;
}

.p-crosstalk__2column01-left {
  padding-top: 160px;
}

.p-crosstalk__2column02-right {
  padding-top: 160px;
}

.u-wrap-over {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.u-wrap-over-inner {
  max-width: 1408px;
  margin: 40px auto;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 1450px) {
  .u-wrap-over-inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .u-wrap-over-inner {
    display: block;
  }
  .p-crosstalk__2column01-left,
  .p-crosstalk__2column01-right,
  .p-crosstalk__2column02-left,
  .p-crosstalk__2column02-right {
    margin: 0 auto 24px;
  }
  .p-crosstalk__2column01-left {
    padding-top: 0;
  }
  .p-crosstalk__2column02-right {
    padding-top: 0;
  }
}
.p-crosstalk__prev-area {
  padding: 40px 0 120px;
}

.p-crosstalk__prev-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-crosstalk__prev-btn::before {
  content: "";
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow03.png);
  background-size: 26px 30px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 36px;
  width: 96px;
  height: 96px;
  border: solid 1px #fff;
  border-radius: 50%;
  transform: rotate(180deg);
  margin-right: 40px;
}

.p-crosstalk__prev-btn-link {
  padding: 36px 40px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  width: fit-content;
  font-size: 2.4rem;
  font-weight: bold;
}

.crosstalk .p-home__carrer-section,
.young .p-home__carrer-section {
  background-color: #3445A1;
  padding-bottom: 0;
}

.crosstalk .p-home__carrer-section .c-ttl__en,
.young .p-home__carrer-section .c-ttl__en {
  color: #3445A1;
}

.crosstalk .p-home__carrer-section .c-list__item-link::after,
.young .p-home__carrer-section .c-list__item-link::after {
  content: "";
  background-color: #1E36B9;
}

.crosstalk .l-footer__top-box,
.young .l-footer__top-box {
  background-color: #384CB8;
}

.crosstalk .l-footer__top-ttl-en,
.young .l-footer__top-ttl-en {
  color: #384CB8;
}

@media screen and (max-width: 1728px) {
  .p-crosstalk__section .c-text {
    text-align: center;
    margin-bottom: 5.787vw;
  }
  .p-crosstalk__top-catch {
    font-size: 4.167vw;
    line-height: 1.6;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-bottom: 2.315vw;
    text-align: center;
  }
  .p-crosstalk__section {
    position: relative;
    z-index: 0;
  }
  .p-crosstalk__section::before {
    content: "";
    display: block;
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
  .p-crosstalk__section-deco {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 30%;
    z-index: -1;
  }
  .p-crosstalk__participants-wrap {
    max-width: 87.5vw;
    margin: 0 auto;
    gap: 2.315vw;
  }
  .p-crosstalk__participants {
    padding: 1.852vw;
  }
  .p-crosstalk__participants-img {
    margin-bottom: 0.463vw;
  }
  .p-crosstalk__participants-name {
    font-size: 1.389vw;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0.463vw;
  }
  .p-crosstalk__participants-kana {
    font-size: 0.81vw;
    line-height: 1;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-bottom: 0.926vw;
  }
  .p-crosstalk__participants-text {
    padding: 0.926vw;
    font-size: 0.926vw;
    line-height: 1.6;
    border-radius: 0.463vw;
    color: #000;
    margin-bottom: 0.926vw;
  }
  .p-crosstalk__participants-bottom {
    justify-content: space-between;
  }
  .p-crosstalk__participants-bottom-text {
    font-size: 1.042vw;
    font-weight: bold;
    line-height: 1.6;
  }
  .p-crosstalk__contents {
    background-color: #CEDFFF;
    padding: 4.63vw 0 6.481vw;
  }
  .p-crosstalk__contents h2 {
    font-size: 2.315vw;
    line-height: 1.6;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-bottom: 1.389vw;
    padding: 0 1.389vw;
    background-color: #000;
    border-radius: 0.463vw;
    width: fit-content;
    margin-top: 6.481vw;
  }
  .p-crosstalk__contents h2:first-child {
    margin-top: 0;
  }
  .p-crosstalk__contents p {
    font-size: 1.042vw;
    line-height: 1.6;
    margin-bottom: 1.852vw;
  }
  .p-crosstalk__contents-box {
    align-items: center;
    padding: 1.852vw;
    border: solid 0.116vw #EA741E;
    gap: 1.389vw;
    border-radius: 1.389vw;
    margin-bottom: 1.852vw;
    padding: 26px 1.852vw;
    min-height: 158px;
  }
  .p-crosstalk__contents-box:last-child {
    margin-bottom: 0;
  }
  .p-crosstalk__contents-icon {
    width: 4.63vw;
  }
  p.p-crosstalk__contents-name {
    margin-top: 0.463vw;
    margin-bottom: 0;
    font-size: 0.81vw;
    font-weight: bold;
  }
  p.p-crosstalk__contents-text {
    font-size: clamp(1.6rem, 1.042vw, 1.042vw);
    line-height: 1.6;
    flex: 1;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-crosstalk__participants-name {
    font-size: 18px;
  }
  .p-crosstalk__participants-kana,
  .p-crosstalk__participants-text,
  .p-crosstalk__participants-bottom-text {
    font-size: 16px;
  }
  p.p-crosstalk__contents-name {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  body.crosstalk .p-under__mv,
  body.young .p-under__mv {
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/mv-deco-blue01-02-sp.png);
  }
  .p-crosstalk__section .c-text {
    text-align: left;
    margin: 0 5% 40px;
  }
  .p-crosstalk__top-catch {
    font-size: 4.167vw;
    line-height: 1.6;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-bottom: 2.315vw;
    text-align: center;
    display: none;
  }
  .p-crosstalk__section {
    position: relative;
    z-index: 0;
  }
  .p-crosstalk__section::before {
    content: "";
    display: block;
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
  .p-crosstalk__section-deco {
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 70%;
    z-index: -1;
  }
  .p-crosstalk__section-deco img {
    height: 100px;
  }
  .p-crosstalk__participants-wrap {
    max-width: 90%;
    margin: 0 auto;
    gap: 24px;
  }
  .p-crosstalk__participants-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .p-crosstalk__participants {
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
  }
  .p-crosstalk__participants-img {
    margin-bottom: 0;
    width: 80px;
    margin-right: 8px;
  }
  .p-crosstalk__participants-name-area {
    width: calc(100% - 88px);
  }
  .p-crosstalk__participants-name {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 4px;
  }
  .p-crosstalk__participants-kana {
    font-size: 1.2rem;
    line-height: 1;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-bottom: 8px;
  }
  .p-crosstalk__participants-text {
    padding: 8px;
    font-size: 1.4rem;
    line-height: 1.6;
    border-radius: 8px;
    color: #000;
    margin-bottom: 0;
    margin-top: 8px;
  }
  .p-crosstalk__participants-bottom {
    justify-content: space-between;
  }
  .p-crosstalk__participants-bottom-text {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6;
    width: fit-content;
  }
  .p-crosstalk__contents {
    background-color: #CEDFFF;
    padding: 40px 0;
  }
  .p-crosstalk__contents h2 {
    font-size: 2.4rem;
    line-height: 1.2;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-bottom: 24px;
    padding: 8px 16px;
    background-color: #000;
    border-radius: 4px;
    width: fit-content;
  }
  .p-crosstalk__contents p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .p-crosstalk__contents-box {
    align-items: center;
    padding: 24px;
    border: solid 2px #EA741E;
    gap: 16px;
    border-radius: 24px;
    margin-bottom: 24px;
    min-height: unset;
  }
  .p-crosstalk__contents-box:last-child {
    margin-bottom: 0;
  }
  .p-crosstalk__contents-icon {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .p-crosstalk__contents-icon img {
    width: 80px;
    margin-right: 16px;
  }
  p.p-crosstalk__contents-name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #EA741E;
  }
  p.p-crosstalk__contents-text {
    font-size: 1.6rem;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 0;
  }
  .p-crosstalk__prev-area {
    padding: 40px 0 80px;
  }
  .p-crosstalk__prev-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-crosstalk__prev-btn::before {
    content: "";
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow03.png);
    background-size: 14px 17px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    width: 56px;
    height: 56px;
    border: solid 1px #fff;
    border-radius: 50%;
    transform: rotate(180deg);
    margin-right: 24px;
  }
  .p-crosstalk__prev-btn-link {
    padding: 8px 24px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    width: fit-content;
    font-size: 1.8rem;
    font-weight: bold;
    max-width: 250px;
  }
  .crosstalk .p-home__carrer-section,
  .young .p-home__carrer-section {
    padding-top: 20px;
  }
  .crosstalk .p-home__carrer-section .c-ttl__en {
    font-size: 4rem;
  }
}
/*--oneday--*/
body.oneday01,
body.oneday02,
body.oneday03,
body.oneday04,
body.oneday05,
body.oneday06,
body.oneday07,
body.oneday08,
body.oneday09,
body.oneday10 {
  background-color: #49A728;
}

body.oneday01 .p-under__mv,
body.oneday02 .p-under__mv,
body.oneday03 .p-under__mv,
body.oneday04 .p-under__mv,
body.oneday05 .p-under__mv,
body.oneday06 .p-under__mv,
body.oneday07 .p-under__mv,
body.oneday08 .p-under__mv,
body.oneday09 .p-under__mv,
body.oneday10 .p-under__mv {
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/mv-deco-green01.png);
}

.oneday01 .l-footer__top-box,
.oneday02 .l-footer__top-box,
.oneday03 .l-footer__top-box,
.oneday04 .l-footer__top-box,
.oneday05 .l-footer__top-box,
.oneday06 .l-footer__top-box,
.oneday07 .l-footer__top-box,
.oneday08 .l-footer__top-box,
.oneday09 .l-footer__top-box,
.oneday10 .l-footer__top-box {
  background-color: #3D961D;
}

.oneday01 .l-footer__top-ttl-en,
.oneday02 .l-footer__top-ttl-en,
.oneday03 .l-footer__top-ttl-en,
.oneday04 .l-footer__top-ttl-en,
.oneday05 .l-footer__top-ttl-en,
.oneday06 .l-footer__top-ttl-en,
.oneday07 .l-footer__top-ttl-en,
.oneday08 .l-footer__top-ttl-en,
.oneday09 .l-footer__top-ttl-en,
.oneday10 .l-footer__top-ttl-en {
  color: #3D961D;
}

.p-oneday__top {
  margin-top: -264px;
  align-items: flex-end;
  position: relative;
  margin-bottom: 85px;
}

.p-oneday__top-img {
  width: 41.2%;
}

.p-oneday__top-contents {
  width: 53.4%;
}

.p-oneday__top-name {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 8px;
}

.p-oneday__top-kana {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

.p-oneday__top-text {
  align-items: center;
  padding: 24px 32px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
}

.p-oneday__tab {
  padding: 0 24px;
  justify-content: center;
  gap: 12px;
}

.p-oneday__tab-item {
  width: 47.76%;
  padding: 24px 0;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  border-radius: 16px 16px 0 0;
  background-color: rgba(255, 255, 255, 0.2);
  color: #D4F8C8;
  cursor: pointer;
}

.p-oneday__tab-item.active {
  background-color: #fff;
  color: #49A728;
}

.p-oneday__contents {
  padding: 64px;
  background-color: #fff;
  border-radius: 16px;
  display: none;
}

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

.p-oneday__box {
  padding-bottom: 64px;
}

.p-oneday__box:last-child {
  margin-bottom: 0;
}

.p-oneday__box-time-wrap {
  position: relative;
  width: 13.8%;
  display: flex;
  flex-direction: column;
}

.p-oneday__box-time {
  width: 100%;
  background-color: #000;
  border-radius: 8px;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  position: relative;
  justify-content: center;
}

.p-oneday__box-time-deco {
  margin: 0 auto;
  margin-top: 16px;
  height: 100%;
  width: 4px;
  border-radius: 2px;
  background-color: #000;
  display: block;
}

.p-oneday__box-contents-wrap {
  flex: 1;
  padding-left: 47px;
}

.p-oneday__box-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
  margin-bottom: 12px;
}

.p-oneday__box-text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
}

.p-oneday__box-contents {
  flex: 1;
  margin-right: 47px;
}

.p-oneday__box-img {
  width: 34.4%;
  border-radius: 16px;
  border: solid 3px #49A728;
  overflow: hidden;
}

.p-oneday__oneday-wrap {
  background-color: #3D961D;
  padding-bottom: 300px;
}

.p-oneday__oneday-wrap .c-deco__circle-one {
  background-color: #3D961D;
}

.p-oneday__oneday-catch {
  font-size: 9.6rem;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.p-oneday__carrer-section {
  background-color: #49A728;
  padding: 30px 0 0;
}

.p-oneday__carrer-section .c-btn__link {
  margin: 0 0 70px auto;
}

.p-oneday__carrer-section .c-ttl__area {
  margin-bottom: 62px;
}

.p-oneday__carrer-section .c-ttl__en {
  color: #3D961D;
}

.p-oneday__carrer-section .c-ttl {
  font-size: 7.2rem;
}

.p-oneday__carrer-section .c-list__item-link::after {
  content: "";
  background-color: #C017B9;
}

.p-oneday__carrer-section .c-deco__circle-two span {
  background-color: #49A728;
  top: -120px;
}

.oneday01 .p-crosstalk__prev-area,
.oneday02 .p-crosstalk__prev-area,
.oneday03 .p-crosstalk__prev-area,
.oneday04 .p-crosstalk__prev-area,
.oneday05 .p-crosstalk__prev-area,
.oneday06 .p-crosstalk__prev-area,
.oneday07 .p-crosstalk__prev-area,
.oneday08 .p-crosstalk__prev-area,
.oneday09 .p-crosstalk__prev-area,
.oneday10 .p-crosstalk__prev-area {
  padding-bottom: 0px;
}

@media screen and (max-width: 1728px) {
  .p-oneday__top {
    margin-top: -17.963vw;
    align-items: flex-end;
    position: relative;
    margin-bottom: 4.919vw;
  }
  .p-oneday__top-img {
    width: 41.2%;
  }
  .p-oneday__top-contents {
    width: 53.4%;
  }
  .p-oneday__top-name {
    font-size: 2.778vw;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0.463vw;
  }
  .p-oneday__top-kana {
    font-size: 1.389vw;
    font-weight: 400;
    line-height: 1;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    margin-bottom: 1.389vw;
  }
  .p-oneday__top-text {
    align-items: center;
    padding: 1.389vw 1.852vw;
    border-radius: 0.463vw;
    margin-bottom: 1.389vw;
    font-weight: bold;
    font-size: 1.042vw;
  }
  .p-oneday__tab {
    padding: 0 1.389vw;
    justify-content: center;
    gap: 0.694vw;
  }
  .p-oneday__tab-item {
    width: 47.76%;
    padding: 1.389vw 0;
    text-align: center;
    font-size: 1.852vw;
    font-weight: bold;
    border-radius: 0.926vw 0.926vw 0 0;
  }
  .p-oneday__contents {
    padding: 3.704vw;
    border-radius: 0.926vw;
    margin-bottom: 0;
  }
  .p-oneday__box {
    padding-bottom: 3.704vw;
  }
  .p-oneday__box:last-child {
    margin-bottom: 0;
  }
  .p-oneday__box-time-wrap {
    position: relative;
    width: 13.8%;
    display: flex;
    flex-direction: column;
  }
  .p-oneday__box-time {
    width: 100%;
    border-radius: 0.463vw;
    font-size: 1.505vw;
    font-weight: 400;
    line-height: 1;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    padding: 0.463vw 0.926vw;
    position: relative;
    justify-content: center;
  }
  .p-oneday__box-time-deco {
    margin: 0 auto;
    margin-top: 0.926vw;
    height: 100%;
    width: 0.231vw;
    border-radius: 0.116vw;
    background-color: #000;
    display: block;
  }
  .p-oneday__box-contents-wrap {
    flex: 1;
    padding-left: 2.72vw;
  }
  .p-oneday__box-ttl {
    font-size: 1.389vw;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
    margin-bottom: 0.694vw;
  }
  .p-oneday__box-text {
    font-size: clamp(1.5rem, 0.926vw, 0.926vw);
    line-height: 1.8;
    color: #000;
  }
  .p-oneday__box-contents {
    flex: 1;
    margin-right: 2.72vw;
  }
  .p-oneday__box-img {
    width: 34.4%;
  }
  .p-oneday__carrer-section .c-btn__link {
    margin: 0 0 4.051vw auto;
  }
  .p-oneday__carrer-section .c-ttl__area {
    margin-bottom: 3.588vw;
  }
  .p-oneday__carrer-section .c-ttl {
    font-size: 4.167vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-oneday__top-kana {
    font-size: 18px;
  }
  .p-oneday__top-text {
    font-size: 16px;
  }
  .p-oneday__box-ttl,
  .p-home__oneday-position {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body.oneday01 .p-under__mv,
  body.oneday02 .p-under__mv,
  body.oneday03 .p-under__mv,
  body.oneday04 .p-under__mv {
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/mv-deco-green01-sp.png);
  }
  .p-oneday__top {
    margin-top: -160px;
    align-items: flex-end;
    position: relative;
    margin-bottom: 43px;
  }
  .p-oneday__top-img {
    width: 90%;
    margin: 0 auto;
  }
  .p-oneday__top-contents {
    width: 100%;
  }
  .p-oneday__top-name {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  .p-oneday__top-kana {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    margin-bottom: 24px;
  }
  .p-oneday__top-text {
    align-items: center;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .p-oneday__wrap {
    max-width: 100%;
    width: 100%;
  }
  .p-oneday__tab {
    padding: 0 16px;
    justify-content: space-between;
  }
  .p-oneday__tab-item {
    width: 36%;
    padding: 16px;
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    border-radius: 16px 16px 0 0;
  }
  .p-oneday__tab-item:first-child {
    width: 62%;
  }
  .p-oneday__contents {
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 0;
  }
  .p-oneday__box {
    padding-bottom: 24px;
  }
  .p-oneday__box:last-child {
    margin-bottom: 0;
  }
  .p-oneday__box-time-wrap {
    position: relative;
    width: 25%;
    display: flex;
    flex-direction: column;
  }
  .p-oneday__box-time {
    width: 100%;
    border-radius: 8px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    padding: 5.5px 0;
    position: relative;
    justify-content: center;
  }
  .p-oneday__box-time-deco {
    margin: 0 auto;
    margin-top: 16px;
    height: 100%;
    width: 4px;
    border-radius: 2px;
    background-color: #000;
    display: block;
  }
  .p-oneday__box-contents-wrap {
    flex: 1;
    padding-left: 16px;
  }
  .p-oneday__box-ttl {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
    margin-bottom: 12px;
  }
  .p-oneday__box-text {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #000;
  }
  .p-oneday__box-contents {
    flex: 1;
    margin-right: 0;
    width: 100%;
  }
  .p-oneday__box-img {
    width: 100%;
    margin-top: 12px;
  }
  .p-oneday__oneday-wrap {
    padding-bottom: 240px;
  }
  .p-oneday__carrer-section {
    padding-top: 35px;
  }
  .p-oneday__carrer-section .c-deco__circle-two span {
    top: -69px;
  }
  .oneday01 .p-crosstalk__prev-area,
  .oneday02 .p-crosstalk__prev-area,
  .oneday03 .p-crosstalk__prev-area,
  .oneday04 .p-crosstalk__prev-area,
  .oneday05 .p-crosstalk__prev-area,
  .oneday06 .p-crosstalk__prev-area,
  .oneday07 .p-crosstalk__prev-area,
  .oneday08 .p-crosstalk__prev-area,
  .oneday09 .p-crosstalk__prev-area,
  .oneday10 .p-crosstalk__prev-area {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 349px) {
  .p-oneday__tab-item {
    padding: 13px;
  }
  .p-crosstalk__prev-btn::before {
    margin-right: 8px;
  }
  .p-crosstalk__prev-btn-link {
    padding: 8px 16px;
    max-width: 220px;
  }
}
.p-privacy__section_inner {
  margin-top: -80px;
  position: relative;
}

.data .p-under__mv {
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/mv-deco-red01.png);
}

.data .l-footer__top-box {
  background-color: #E23D3D;
}

.data .l-footer__top-ttl-en {
  color: #E23D3D;
}

.p-service-bottom {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .data .p-under__mv {
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/mv-deco-red01-sp.png);
  }
}
/*culture*/
.p-culture__accordion-content {
  overflow: unset;
  max-height: unset;
  transition: unset;
}

@media screen and (max-width: 768px) {
  .p-culture__side {
    width: 100%;
  }
  .p-culture__inner {
    width: 100%;
    margin-top: 0;
  }
}
.message .wp-block-image {
  margin-bottom: 32px;
}

@media screen and (max-width: 1728px) {
  .message .wp-block-image {
    margin-bottom: 1.852vw;
  }
}
@media screen and (max-width: 768px) {
  .message .wp-block-image {
    margin-bottom: 24px;
  }
}
/* style.css end */
/* Wrapper / Container */
.l-wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .l-wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
  }
}
.l-wrap__medium {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 1450px) {
  .l-wrap__medium {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
  }
}
.l-wrap__big {
  max-width: 1550px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .l-wrap__big {
    max-width: 1550px;
    margin: 0 auto;
    width: 90%;
  }
}
.l-wrap__detail {
  max-width: 1000px;
  margin: 0 auto;
}

/*---------------------------
下層
---------------------------*/
.c-under__mv {
  padding: 178px 0 120px;
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/mv-deco-orange01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #ea741e;
}

body.data .c-under__mv {
  background-color: #cb3535;
}

.c-under__mv-ttl-en {
  font-size: 12rem;
  line-height: 1;
  margin-bottom: 40px;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.c-under__mv-ttl {
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 72px;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 1728px) {
  .c-under__mv-ttl-en {
    font-size: clamp(6rem, 6.94444444vw, 12rem);
    line-height: 1;
    margin-bottom: 2.31481481vw;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .c-under__mv-ttl {
    font-size: clamp(2.4rem, 1.85185185vw, 3.2rem);
    line-height: 1.6;
    margin-bottom: 4.16666667vw;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.c-under__mv-deco {
  position: absolute;
  width: 676px;
  bottom: -195px;
  right: 0;
}

.privacy .c-under__mv-deco,
.privacypolicy .c-under__mv-deco,
.privacypolicy-recruitment .c-under__mv-deco,
.privacypolicy-test .c-under__mv-deco {
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .c-under__mv-deco {
    position: absolute;
    width: 500px;
    bottom: -155px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-under__mv {
    padding: 78px 0 50px;
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/mv-deco-orange01-sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .c-under__mv-ttl-en {
    font-size: 4rem;
    line-height: 1;
    margin: 0;
    margin-bottom: 16px;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .c-under__mv-ttl {
    font-size: 2.8rem;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 40px;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .breadcrumbs {
    margin: 0;
    margin-bottom: 40px;
  }
  .c-under__mv-deco {
    display: none;
  }
}
/*# sourceMappingURL=style-recruit.css.map */
