@charset "UTF-8";
.l-header {
  color: var(--black);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  padding: 1em 0;
  transition: all 0.8s var(--easeOutQuint);
}
.l-header.is-active {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}
.l-header.is-show {
  top: -150px;
}
.l-header__inner {
  display: flex;
  align-items: center;
}
.l-header__logo {
  margin: 0 auto 0 0;
}
@media screen and (min-width: 1024px) {
  .l-header {
    padding: 1em 0;
  }
}

.l-footer {
  position: relative;
  z-index: 101;
  border-top: 1px solid var(--border);
  background-color: var(--white);
}
.l-footer__inner {
  padding: var(--space-md) 0;
}
.l-footer__nav {
  margin: 0 auto;
}
.l-footer__social {
  margin: var(--space-sm) auto 0;
}
.l-footer__button {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.l-footer__copy {
  margin: var(--space-sm) auto 0;
  text-align: center;
}
.l-footer__copy small {
  color: var(--black);
  font-size: 10px;
  font-size: 0.625rem;
  font-size: clamp(0.625rem, 0.5527734977rem + 0.3081664099vw, 0.75rem);
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__button {
    right: 40px;
  }
}

.c-logo {
  color: var(--blue01);
  line-height: 1;
  font-size: 30px;
  font-size: 1.875rem;
  font-size: clamp(1.5625rem, 1.3819337442rem + 0.7704160247vw, 1.875rem);
  font-weight: 300;
  letter-spacing: 0.05em;
}
a.c-logo {
  transition: all 0.35s ease;
}
a.c-logo:hover {
  color: var(--blue01);
  opacity: 0.5;
}

.c-globalNavi {
  display: none;
}
.c-globalNavi__list {
  display: flex;
  gap: 2em;
}
.c-globalNavi__item {
  margin: 0;
}
.c-globalNavi__link {
  color: var(--black);
  line-height: 1;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  white-space: nowrap;
}
.c-globalNavi__link.is-current {
  color: var(--accent);
}
.c-globalNavi__link:hover:after {
  transform: scale(1, 1);
  transform-origin: top left;
}
.c-globalNavi__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.2s;
  position: absolute;
  bottom: -4px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .c-globalNavi {
    display: block;
  }
}

.c-offcanvas {
  width: 100%;
  height: 100%;
}
.c-offcanvas.is-active .c-offcanvas__hamburger {
  background-color: transparent;
}
.c-offcanvas.is-active .c-offcanvas__hamburger::before {
  margin-top: 0;
  transform: rotate(135deg);
}
.c-offcanvas.is-active .c-offcanvas__hamburger::after {
  margin-top: 0;
  transform: rotate(-135deg);
}
.c-offcanvas.is-active .c-offcanvas__body {
  right: 0;
}
.c-offcanvas__button {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 2003;
  margin: 0;
  padding: 0;
  border: none;
}
.c-offcanvas__hamburger {
  display: block;
  width: 32px;
  height: 2px;
  margin: auto 0;
  background-color: #000000;
  transform-origin: center;
  transition: all 0.35s var(--easeOutQuint);
}
.c-offcanvas__hamburger::before, .c-offcanvas__hamburger::after {
  display: block;
  content: "";
  width: 32px;
  height: 2px;
  background-color: #000000;
  transform-origin: center;
  transition: all 0.35s ease 0.1s;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.c-offcanvas__hamburger::before {
  transform: translateY(8px);
}
.c-offcanvas__hamburger::after {
  transform: translateY(-8px);
}
.c-offcanvas__menu {
  display: block;
  line-height: 1;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.c-offcanvas__body {
  width: 80vw;
  height: 100vh;
  height: 100svh;
  display: flex;
  flex-direction: column;
  padding: 20px 2em;
  background: var(--white);
  transition: all 0.5s ease;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 2002;
}
.c-offcanvas__overlay {
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
}
.c-offcanvas__overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.c-offcanvas__list {
  display: flex;
  flex-direction: column;
  margin: auto 0;
}
.c-offcanvas__item {
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.8722072419rem + 1.0785824345vw, 1.5625rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  list-style: none;
  padding: 0;
}
.c-offcanvas__item a {
  color: var(--black);
  display: block;
  padding: 0.5em 0;
  transition: all 0.35s ease;
}
.c-offcanvas__item a.is-current {
  color: var(--accent);
}
.c-offcanvas__item a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .c-offcanvas {
    display: none;
  }
}

.c-buttonUncheckAll {
  color: #5E5E5E;
  display: table;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0.5em 1em;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  margin: 0 0 0 auto;
  background-color: #FAFAFA;
  transition: all 0.35s ease;
}
.c-buttonUncheckAll:hover {
  opacity: 0.5;
}
.c-listService tr:first-of-type th, .c-listService tr:first-of-type td {
  padding: 0 0 0.8em;
}
.c-listService tr:last-of-type th, .c-listService tr:last-of-type td {
  padding: 0.8em 0 0;
  border-bottom: none;
}
.c-listService th, .c-listService td {
  line-height: 1;
  display: block;
  width: 100%;
}
.c-listService th {
  min-width: 165px;
  padding: 0.8em 0 0;
}
.c-listService td {
  padding: 0.8em 0;
  border-bottom: 1px dashed #B0B0B0;
}
.c-listService__label {
  color: #313131;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0.6em 0 0;
}
.c-listService__label.is-senior {
  color: #6fba2c;
}
.c-listService__label.is-childcare {
  color: #f29300;
}
.c-listService__label.is-disabled {
  color: #b077b0;
}
.c-listService__label.is-children {
  color: #ec7aac;
}
.c-listService__label.is-boshi {
  color: #37bef0;
}
.c-listService__cbGroup {
  color: #313131;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  line-height: 3;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  vertical-align: middle;
  letter-spacing: 0;
}
.c-listService__cbGroup:has(input[type=checkbox]:checked)::before {
  border-color: #F25B00;
  background-color: #F25B00;
}
.c-listService__cbGroup:has(input[type=checkbox]:checked)::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1, 1, 1);
}
.c-listService__cbGroup::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  border: 1px solid #A3A3A3;
  border-radius: 4px;
  background: #FFFFFF;
  transition: all 0.2s ease-in-out;
}
.c-listService__cbGroup::after {
  opacity: 0;
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border-right: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  position: absolute;
  top: 14px;
  left: 7px;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition: all 0.2s ease-in-out;
}
.c-listService__item {
  line-height: 1;
}
.c-listService__item > *:not(:last-of-type) {
  margin-right: 1.5em;
}
@media screen and (min-width: 641px) {
  .c-listService th, .c-listService td {
    width: auto;
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px dashed #B0B0B0;
  }
  .c-listService__cbGroup {
    line-height: 2.3;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-listService__cbGroup::after {
    top: 11px;
  }
}
.c-iconPlus {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.c-iconPlus.is-active {
  background-color: transparent;
}
.c-iconPlus.is-active > *::before {
  transform: rotate(180deg);
}
.c-iconPlus.is-active > *::after {
  transform: rotate(180deg);
  opacity: 0;
}
.c-iconPlus > *::before, .c-iconPlus > *::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-color: #F25B00;
  width: 22px;
  height: 2px;
  transition: all 0.3s ease;
}
.c-iconPlus > *::after {
  transform: rotate(90deg);
}
.c-buttonSearch {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 215px;
  font-size: 19px;
  font-size: 1.1875rem;
  border-radius: 5px;
  background-color: #F25B00;
  transition: all 0.35s ease;
}
.c-buttonSearch:hover {
  opacity: 0.5;
}
.c-buttonSearch__icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: calc(50% - 3em);
  transform: translateY(-50%);
}
.c-buttonSearch__text {
  color: #FFFFFF;
  width: 100%;
  line-height: 1;
  font-size: inherit;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 2em;
  padding: 1em 0;
}
.c-countOfResults__text {
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  white-space: nowrap;
  text-align: right;
}
.c-countOfResults__text > span {
  color: #5E5E5E;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .c-countOfResults__text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

:root {
  /* 高齢者 */
  --service-senior1: #6fba2c;
  --service-senior2: #a9d680;
  /* 障がい福祉 */
  --service-disabled1: #b077b0;
  --service-disabled2: #d0add0;
  /* 児童 */
  --service-children1: #ec7aac;
  --service-children2: #f4afcd;
  /* 母子 */
  --service-boshi1: #37bef0;
  --service-boshi2: #87d8f6;
  /* 保育 */
  --service-childcare1: #f29300;
  --service-childcare2: #f7be66;
}

.c-cardResult {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 18px 25px 16px;
  border-radius: 5px;
  background-color: #efebe5;
  box-shadow: 0 4px 0 0 #E0DAD6;
  transition: all 0.35s ease;
}
.c-cardResult:hover {
  opacity: 0.5;
}
.c-cardResult.is-senior, .c-cardResult.法人事務局, .c-cardResult.養護老人ホーム千歳園, .c-cardResult.特別養護老人ホーム千歳園, .c-cardResult.ショートステイ千歳園, .c-cardResult.訪問介護事業所千歳園, .c-cardResult.居宅介護支援事業所千歳園, .c-cardResult.広島市古田地域包括支援センター, .c-cardResult.広島市井口台・井口地域包括支援センター, .c-cardResult.広島市庚午地域包括支援センター, .c-cardResult.認知症対応型通所介護千歳園, .c-cardResult.特別養護老人ホーム可部南静養園カルム, .c-cardResult.ショートステイ可部南静養園カルム, .c-cardResult.デイサービスセンター可部南静養園, .c-cardResult.訪問介護事業所可部南静養園, .c-cardResult.居宅介護支援事業所可部南静養園, .c-cardResult.養護老人ホーム可部南静養園アシステ, .c-cardResult.特別養護老人ホーム可部南静養園アシステ, .c-cardResult.ショートステイ可部南静養園アシステ, .c-cardResult.広島市三入・可部地域包括支援センター, .c-cardResult.広島市亀山地域包括支援センター {
  background: url("../../assets/img/bg-senior-repeat.png") repeat 0 center/50px 48px;
}
.c-cardResult.is-senior .c-cardResult__title, .c-cardResult.法人事務局 .c-cardResult__title, .c-cardResult.養護老人ホーム千歳園 .c-cardResult__title, .c-cardResult.特別養護老人ホーム千歳園 .c-cardResult__title, .c-cardResult.ショートステイ千歳園 .c-cardResult__title, .c-cardResult.訪問介護事業所千歳園 .c-cardResult__title, .c-cardResult.居宅介護支援事業所千歳園 .c-cardResult__title, .c-cardResult.広島市古田地域包括支援センター .c-cardResult__title, .c-cardResult.広島市井口台・井口地域包括支援センター .c-cardResult__title, .c-cardResult.広島市庚午地域包括支援センター .c-cardResult__title, .c-cardResult.認知症対応型通所介護千歳園 .c-cardResult__title, .c-cardResult.特別養護老人ホーム可部南静養園カルム .c-cardResult__title, .c-cardResult.ショートステイ可部南静養園カルム .c-cardResult__title, .c-cardResult.デイサービスセンター可部南静養園 .c-cardResult__title, .c-cardResult.訪問介護事業所可部南静養園 .c-cardResult__title, .c-cardResult.居宅介護支援事業所可部南静養園 .c-cardResult__title, .c-cardResult.養護老人ホーム可部南静養園アシステ .c-cardResult__title, .c-cardResult.特別養護老人ホーム可部南静養園アシステ .c-cardResult__title, .c-cardResult.ショートステイ可部南静養園アシステ .c-cardResult__title, .c-cardResult.広島市三入・可部地域包括支援センター .c-cardResult__title, .c-cardResult.広島市亀山地域包括支援センター .c-cardResult__title {
  color: var(--service-senior1);
}
.c-cardResult.is-disabled, .c-cardResult.西志和農園, .c-cardResult.どうえん大手町児童デイサービス {
  background: url("../../assets/img/bg-disabled-repeat.png") repeat 0 center/50px 48px;
}
.c-cardResult.is-disabled .c-cardResult__title, .c-cardResult.西志和農園 .c-cardResult__title, .c-cardResult.どうえん大手町児童デイサービス .c-cardResult__title {
  color: var(--service-disabled1);
}
.c-cardResult.is-children, .c-cardResult.子供の家三美園, .c-cardResult.子供の家三美園（児童養護）, .c-cardResult.子供の家三美園（児童心理）, .c-cardResult.児童家庭センターまごころ {
  background: url("../../assets/img/bg-children-repeat.png") repeat 0 center/50px 48px;
}
.c-cardResult.is-children .c-cardResult__title, .c-cardResult.子供の家三美園 .c-cardResult__title, .c-cardResult.子供の家三美園（児童養護） .c-cardResult__title, .c-cardResult.子供の家三美園（児童心理） .c-cardResult__title, .c-cardResult.児童家庭センターまごころ .c-cardResult__title {
  color: var(--service-children1);
}
.c-cardResult.is-boshi, .c-cardResult.さくら苑, .c-cardResult.高松ハイツ, .c-cardResult.メゾンクオーレ {
  background: url("../../assets/img/bg-boshi-repeat.png") repeat 0 center/50px 48px;
}
.c-cardResult.is-boshi .c-cardResult__title, .c-cardResult.さくら苑 .c-cardResult__title, .c-cardResult.高松ハイツ .c-cardResult__title, .c-cardResult.メゾンクオーレ .c-cardResult__title {
  color: var(--service-boshi1);
}
.c-cardResult.is-childcare, .c-cardResult.さくら保育所, .c-cardResult.保育園ゆりかご, .c-cardResult.大町第二保育園, .c-cardResult.どうえん吉和認定こども園, .c-cardResult.どうえん向島認定こども園, .c-cardResult.どうえん尾道中央認定こども園 {
  background: url("../../assets/img/bg-childcare-repeat.png") repeat 0 center/50px 48px;
}
.c-cardResult.is-childcare .c-cardResult__title, .c-cardResult.さくら保育所 .c-cardResult__title, .c-cardResult.保育園ゆりかご .c-cardResult__title, .c-cardResult.大町第二保育園 .c-cardResult__title, .c-cardResult.どうえん吉和認定こども園 .c-cardResult__title, .c-cardResult.どうえん向島認定こども園 .c-cardResult__title, .c-cardResult.どうえん尾道中央認定こども園 .c-cardResult__title {
  color: var(--service-childcare1);
}
.c-cardResult__title {
  color: #333333;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c-cardResult__facility {
  color: #333333;
  line-height: 1.4;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0.8em 0 0;
}
.c-cardResult__list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  text-align: center;
  margin: 1em 0 0;
}
.c-cardResult__item {
  padding: 0.5em 0.8em;
  margin: 0 0.5em 0.5em 0;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .c-cardResult__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .c-cardResult__facility {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-cardResult__list {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-archiveRecruit {
  width: 100%;
  padding-top: 100px;
}
.p-archiveRecruit__inner {
  width: 100%;
  max-width: 1150px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.p-archiveRecruit__heading {
  color: #5E5E5E;
  line-height: 1;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}
.p-archiveRecruit__subheading {
  color: #615135;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  margin: 2em auto 0;
}
.p-archiveRecruit__body {
  margin-top: 45px;
  padding-bottom: 80px;
}
.p-archiveRecruit__columnSearch:not(:first-of-type) {
  margin-top: 22px;
}
.p-archiveRecruit__titleGroup {
  width: 100%;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1.5em;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background-color: #FAFAFA;
  transition: all 0.2s ease;
}
.p-archiveRecruit__titleGroup.is-active {
  border-radius: 4px 4px 0 0;
}
.p-archiveRecruit__title {
  color: #F25B00;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-archiveRecruit__listGroup {
  width: 100%;
  padding: 0.8em 1.5em;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  border-radius: 0 0 4px 4px;
  background-color: #FFFFFF;
}
.p-archiveRecruit__button {
  width: 100%;
  max-width: 215px;
  display: table;
  margin: 0 auto;
}
.p-archiveRecruit__contentResult {
  margin: 0 0 0 auto;
}
.p-archiveRecruit__resultBar {
  display: flex;
  flex-direction: column;
  margin: 45px 0 0;
}
.p-archiveRecruit__condition {
  color: #5E5E5E;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.02em;
}
.p-archiveRecruit__condition > li span {
  font-weight: 700;
}
.p-archiveRecruit__counter {
  margin: 1.2em 0 0 auto;
}
.p-archiveRecruit__listResult {
  display: flex;
  flex-direction: column;
  margin: 10px 0 0;
}
.p-archiveRecruit__itemResult {
  width: 100%;
  margin: 15px 0 0;
}
@media screen and (min-width: 641px) {
  .p-archiveRecruit {
    padding-top: 130px;
  }
  .p-archiveRecruit__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-archiveRecruit__resultBar {
    flex-direction: row;
    align-items: center;
    margin: 45px 0 25px;
  }
  .p-archiveRecruit__counter {
    margin: 0 0 auto auto;
  }
  .p-archiveRecruit__listResult {
    flex-direction: row;
    flex-wrap: wrap;
    margin: -10px -10px;
  }
  .p-archiveRecruit__itemResult {
    width: calc(50% - 20px);
    margin: 10px 10px;
  }
  .p-archiveRecruit__condition {
    margin-right: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .p-archiveRecruit {
    padding-top: 150px;
  }
  .p-archiveRecruit__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-archiveRecruit__body {
    padding-bottom: 100px;
  }
  .p-archiveRecruit__heading {
    font-size: 36px;
    font-size: 2.25rem;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
  .p-archiveRecruit__subheading {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
  .p-archiveRecruit__titleGroup {
    padding: 0 2em;
  }
  .p-archiveRecruit__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-archiveRecruit__listGroup {
    padding: 0.8em 2em;
  }
  .p-archiveRecruit__itemResult {
    width: calc(33.3333% - 20px);
    margin: 10px 10px;
  }
}

.u-container {
  width: 100%;
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.u-container--max1000 {
  max-width: 1100px;
}
.u-container--max950 {
  max-width: 1050px;
}
.u-container--max900 {
  max-width: 1000px;
}
.u-container--max850 {
  max-width: 950px;
}
.u-container--max800 {
  max-width: 900px;
}
@media screen and (min-width: 641px) {
  .u-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 820px) {
  .u-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .u-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

:root {
  --swiper-theme-color: #ffffff !important;
  --swiper-navigation-size: 30px !important;
}

.js-slider {
  width: 100%;
  height: 100%;
}
.js-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.js-slider .swiper-slide {
  cursor: grab;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.js-slider .swiper-slide__image {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.js-slider .swiper-slide__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}
.js-slider .swiper-slide-active .swiper-slide__image,
.js-slider .swiper-slide-duplicate-active .swiper-slide__image,
.js-slider .swiper-slide-prev .swiper-slide__image {
  animation: zoomUp 6s linear 0s;
  animation-fill-mode: both;
}
.js-slider .swiper-horizontal > .swiper-pagination-progressbar,
.js-slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
}
.js-slider .swiper-button-next, .js-slider .swiper-button-prev {
  transition: opacity 0.35s ease;
}
.js-slider .swiper-button-next:hover, .js-slider .swiper-button-prev:hover {
  opacity: 0.5;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.js-marquee {
  width: 100%;
  height: 100%;
}
.js-marquee .swiper-wrapper {
  width: 100%;
  height: 100%;
  transition-timing-function: linear !important;
}
.js-marquee .swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.js-marquee .swiper-slide__image {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.js-marquee .swiper-slide__image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
}
