<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700&amp;family=Inter:wght@300;500;700;900&amp;family=Noto+Sans+JP:wght@500;700;900&amp;family=Yuji+Syuku:wght@400&amp;display=swap");

:root {
  --bs-body-color: var(--rgb-black);
  --bs-body-font-weight: 500;
  --bs-body-line-height: 2.25;
  --font-family: var(--font-family-sans);
}

@media only screen and (max-width: 767px) {
  :root {
    --bs-body-line-height: 1.75;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

p+p {
  margin-top: calc(1em * var(--bs-body-line-height) * 0.5);
}

em {
  font-style: normal;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media only screen and (min-width: 576px) {
  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }
}

@media only screen and (min-width: 768px) {
  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }
}

@media only screen and (min-width: 992px) {
  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1200px) {
  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1400px) {
  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }
}

@media only screen and (min-width: 2001px) {
  .img-fluid {
    width: 100%;
    max-width: none;
  }
}

:root {
  --font-family-sans: "Inter", "Noto Sans JP", sans-serif;
  --font-family-serif: "Noto Serif JP", serif;
  --font-family-round: "Zen Maru Gothic", sans-serif;
  --font-family-klee: "Klee One", serif;
  --font-serif: "Zen Old Mincho", serif;
  --font-sans: "Inter", sans-serif;
  --font-round: "Zen Maru Gothic", sans-serif;
  --font-blush: "Yuji Syuku", serif;
  --font-mplus1p: "M PLUS 1p", sans-serif;
  --font-rubik: "Rubik", sans-serif;
}

:root {
  --rgb-white: rgb(255, 255, 255);
  --rgb-black: rgb(0, 0, 0);
  --rgb-lightblue: rgb(39, 185, 229);
  --rgb-orange: var(--mof-orange-600);
  --rgb-green: var(--ios-green-600);
  --rgb-beige: rgb(255, 250, 244);
  --rgb-tab: var(--rgb-green);
  --rgb-selection: var(--rgb-black);
  --rgb-header: var(--rgb-white);
  --rgb-revealing: var(--rgb-white);
  --rgb-contact: transparent;
  --rgb-copyright: var(--rgb-lightblue);
  --pills-background: var(--rgb-teal);
  --pills-text: var(--rgb-white);
  --tab-content-background: var(--rgb-white);
  --rgb-main: var(--mof-lightblue-600);
  --rgb-accent: var(--rgb-vermilion);
  --rgb-scroll: var(--mof-orange-600);
  --rgb-heading-light: rgba(39, 185, 229, .1);
  --rgb-heading-dark: var(--rgb-green);
  --rgb-section-stripe: var(--mof-yellow-50);
  --rgb-facebook: rgb(24, 119, 242);
  --rgb-cussion: rgb(40, 80, 190);
  --rgb-nav: var(--rgb-lightblue);
  --rgb-hover: rgba(39, 185, 229);
  --rgb-dropdown-hover: rgba(39, 185, 229, .1);
  --rgb-link: var(--rgb-lightblue);
  --rgb-active: var(--rgb-lightblue);
  --rgb-phone: #00A02C;
  --rgb-facsimile: #1FB783;
  --rgb-grad-start: #2497F0;
  --rgb-grad-end: #364CBA;
  --rgb-updated: var(--rgb-orange);
  --rgb-caution: rgb(220, 53, 69);
  --rgb-gray: rgba(0, 0, 0, .1);
  --rgb-lightgray: rgb(246, 246, 246);
  --rgb-darkgray: rgb(128, 128, 128);
  --rgb-regist: rgb(29, 153, 255);
  --rgb-color: rgb(92, 181, 255);
  --rgb-cart: rgb(29, 153, 255);
  --rgb-button: var(--rgb-lightblue);
  --rgb-button-text: var(--rgb-black);
  --rgb-flat: var(--rgb-lightblue);
  --rgb-flat-hover: var(--ios-gray-900);
  --rgb-flat-pale: rgb(100, 160, 220);
  --heading-white: rgb(255, 255, 255);
  --heading-black: rgb(0, 0, 0);
  --rgb-heading-border: var(--rgb-main);
  --rgb-linegray: rgb(221, 221, 221);
  --rgb-flow: var(--rgb-lightblue);
  --rgb-flowno: var(--rgb-lightblue);
  --rgb-flow-icon: var(--rgb-lightblue);
  --rgb-category: 40, 80, 190;
  --rgb-paging: var(--rgb-main);
  --rgb-form: var(--rgb-lightblue);
  --rgb-required: var(--rgb-lightblue);
  --rgb-optional: var(--rgb-lightblue);
}

:root {
  --font-size: 1em;
  --line-height: 2.25;
  --heading-margin: .66;
  --section-padding: 6rem;
  --clearance-padding: calc(var(--section-padding) * var(--responsive-rate));
  --section-margin: 6rem;
  --devider-margin: calc(var(--section-padding) * var(--responsive-rate));
  --box-padding: 3rem;
  --header-height: 8rem;
  --width-scrollbar: calc(100% - 100vw);
  --responsive-rate: 1;
  --xl-rate: 1;
  --lg-rate: 1;
  --md-rate: 1;
  --sm-rate: 1;
  --xs-rate: 1;
  --padding-x: 5rem;
  --container-width: 56vw;
  --container-width-md: 49vw;
  --button-border-width: .1vw;
  --heading-border-left: .15vw;
  --heading-border-bottom: .05vw;
  --nav-border-active: .1vw;
  --gap-rate: 1;
  --gap-xxl: 3.2vw;
  --gap-xl: 2.4vw;
  --gap-lg: 1.6vw;
  --gap-md: 1.2vw;
  --gap-sm: .8vw;
  --gap-xs: .4vw;
  --gap-xxs: .2vw;
  --box-rate: 1;
}

@media only screen and (max-width: 2000px) {
  :root {
    --container-width: 1120px;
    --container-width-md: 980px;
    --button-border-width: 2px;
    --heading-border-left: 3px;
    --heading-border-bottom: 1px;
    --nav-border-active: 2px;
    --gap-xxl: 4rem;
    --gap-xl: 3rem;
    --gap-lg: 2rem;
    --gap-md: 1.5rem;
    --gap-sm: 1rem;
    --gap-xs: .5rem;
    --gap-xxs: .25rem;
  }
}

@media only screen and (max-width: 1399px) {
  :root {
    --responsive-rate: .85;
    --xl-rate: .875;
    --lg-rate: .9;
    --md-rate: .925;
    --sm-rate: .95;
    --xs-rate: .975;
    --swiper-navigation-size: 2rem;
    --padding-x: 4rem;
    --container-width: 1120px;
    --container-width-md: 980px;
    --gap-rate: .85;
    --box-rate: .85;
  }
}

@media only screen and (max-width: 1199px) {
  :root {
    --responsive-rate: .7;
    --xl-rate: .75;
    --lg-rate: .8;
    --md-rate: .85;
    --sm-rate: .9;
    --xs-rate: .95;
    --swiper-navigation-size: 1.75rem;
    --container-width: 900px;
    --container-width-md: 780px;
    --gap-rate: .7;
    --box-rate: .7;
  }
}

@media only screen and (max-width: 991px) {
  :root {
    --header-height: 9vw;
    --responsive-rate: .55;
    --xl-rate: .625;
    --lg-rate: .7;
    --md-rate: .775;
    --sm-rate: .85;
    --xs-rate: .925;
    --swiper-navigation-size: 1.5rem;
    --padding-x: 3rem;
    --box-rate: .55;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --line-height: 1.75;
    --responsive-rate: .4;
    --xl-rate: .5;
    --lg-rate: .6;
    --md-rate: .7;
    --sm-rate: .8;
    --xs-rate: .9;
    --swiper-navigation-size: 1rem;
  }
}

@media only screen and (max-width: 575px) {
  :root {
    --header-height: 16vw;
    --responsive-rate-xs: .25;
    --lg-rate: .5;
    --padding-x: 2.5rem;
  }
}

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

ol,
ul {
  list-style: none;
  margin: unset;
  padding: unset;
}

img {
  vertical-align: bottom;
}

html {
  font-size: 0.8vw;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 2000px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  html {
    overflow-y: overlay;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 2.25vw;
  }
}

@media only screen and (max-width: 575px) {
  html {
    font-size: 4vw;
  }
}

body,
input,
select,
textarea {
  font-size: var(--font-size);
  line-height: var(--line-height);
  font-family: var(--font-family);
}

.img-full {
  width: 100%;
  height: auto;
}

.mx-auto {
  display: block;
}

.rounded {
  border-radius: 0.25rem;
}

.img-thumbnail {
  padding: 0.25rem;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.125);
}

.table-responsive {
  padding-top: 1px;
}

/* .row */
.divider {
  width: 100% !important;
}

/* glid-gutter */
.row {
  display: flex;
  flex-wrap: wrap;
}

.row&gt;* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

.f-column__xxl {
  margin-left: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-xxl) * var(--gap-rate) * -1);
}

.f-column__xxl&gt;[class*=col-xxl] {
  padding-left: calc(var(--gap-xxl) * var(--gap-rate));
  padding-right: calc(var(--gap-xxl) * var(--gap-rate));
}

.f-column--xl {
  margin-left: calc(var(--gap-xl) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-xl) * var(--gap-rate) * -1);
}

@media only screen and (max-width: 991px) {
  .f-column--xl {
    margin-left: calc(var(--gap-md) * var(--gap-rate) * -1);
    margin-right: calc(var(--gap-md) * var(--gap-rate) * -1);
  }
}

.f-column--xl&gt;[class*=col-xl] {
  padding-left: calc(var(--gap-xl) * var(--gap-rate));
  padding-right: calc(var(--gap-xl) * var(--gap-rate));
}

@media only screen and (max-width: 991px) {
  .f-column--xl&gt;[class*=col-xl] {
    padding-left: calc(var(--gap-md) * var(--gap-rate));
    padding-right: calc(var(--gap-md) * var(--gap-rate));
  }
}

.f-column--lg {
  margin-left: calc(var(--gap-lg) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-lg) * var(--gap-rate) * -1);
}

@media only screen and (max-width: 991px) {
  .f-column--lg {
    margin-left: calc(var(--gap-md) * var(--gap-rate) * -1);
    margin-right: calc(var(--gap-md) * var(--gap-rate) * -1);
  }
}

.f-column--lg&gt;[class*=col-lg] {
  padding-left: calc(var(--gap-lg) * var(--gap-rate));
  padding-right: calc(var(--gap-lg) * var(--gap-rate));
}

@media only screen and (max-width: 991px) {
  .f-column--lg&gt;[class*=col-lg] {
    padding-left: calc(var(--gap-md) * var(--gap-rate));
    padding-right: calc(var(--gap-md) * var(--gap-rate));
  }
}

.f-column--md {
  margin-left: calc(var(--gap-md) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-md) * var(--gap-rate) * -1);
}

.f-column--md&gt;[class*=col-md] {
  padding-left: calc(var(--gap-md) * var(--gap-rate));
  padding-right: calc(var(--gap-md) * var(--gap-rate));
}

.f-column--sm {
  margin-left: calc(var(--gap-sm) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-sm) * var(--gap-rate) * -1);
}

.f-column--sm&gt;[class*=col-sm] {
  padding-left: calc(var(--gap-sm) * var(--gap-rate));
  padding-right: calc(var(--gap-sm) * var(--gap-rate));
}

.f-column--xs {
  margin-left: calc(var(--gap-xs) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-xs) * var(--gap-rate) * -1);
}

.f-column--xs&gt;[class*=col] {
  padding-left: calc(var(--gap-xs) * var(--gap-rate));
  padding-right: calc(var(--gap-xs) * var(--gap-rate));
}

.f-column__gap--xxl {
  margin-left: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  margin-bottom: calc(var(--gap-xxl) * var(--gap-rate) * -2);
}

@media only screen and (max-width: 991px) {
  .f-column__gap--xxl {
    margin-bottom: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  }
}

.f-column__gap--xxl&gt;[class*=col-xxl] {
  margin-bottom: calc(var(--gap-xxl) * var(--gap-rate) * 2);
  padding-left: calc(var(--gap-xxl) * var(--gap-rate));
  padding-right: calc(var(--gap-xxl) * var(--gap-rate));
}

@media only screen and (max-width: 991px) {
  .f-column__gap--xxl&gt;[class*=col-xxl] {
    margin-bottom: calc(var(--gap-xxl) * var(--gap-rate) * 1);
  }
}

.f-column__gap--xl {
  margin-left: calc(var(--gap-xl) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-xl) * var(--gap-rate) * -1);
  margin-bottom: calc(var(--gap-xl) * var(--gap-rate) * -2);
}

@media only screen and (max-width: 991px) {
  .f-column__gap--xl {
    margin-left: calc(var(--gap-md) * var(--gap-rate) * -1);
    margin-right: calc(var(--gap-md) * var(--gap-rate) * -1);
    margin-bottom: calc(var(--gap-md) * var(--gap-rate) * -2);
  }
}

.f-column__gap--xl&gt;[class*=col-xl] {
  margin-bottom: calc(var(--gap-xl) * var(--gap-rate) * 2);
  padding-left: calc(var(--gap-xl) * var(--gap-rate));
  padding-right: calc(var(--gap-xl) * var(--gap-rate));
}

@media only screen and (max-width: 991px) {
  .f-column__gap--xl&gt;[class*=col-xl] {
    margin-bottom: calc(var(--gap-md) * var(--gap-rate) * 2);
    padding-left: calc(var(--gap-md) * var(--gap-rate));
    padding-right: calc(var(--gap-md) * var(--gap-rate));
  }
}

.f-column__gap--lg {
  margin-left: calc(var(--gap-lg) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-lg) * var(--gap-rate) * -1);
  margin-bottom: calc(var(--gap-lg) * var(--gap-rate) * -2);
}

@media only screen and (max-width: 991px) {
  .f-column__gap--lg {
    margin-left: calc(var(--gap-md) * var(--gap-rate) * -1);
    margin-right: calc(var(--gap-md) * var(--gap-rate) * -1);
    margin-bottom: calc(var(--gap-md) * var(--gap-rate) * -2);
  }
}

.f-column__gap--lg&gt;[class*=col-lg] {
  margin-bottom: calc(var(--gap-lg) * var(--gap-rate) * 2);
  padding-left: calc(var(--gap-lg) * var(--gap-rate));
  padding-right: calc(var(--gap-lg) * var(--gap-rate));
}

@media only screen and (max-width: 991px) {
  .f-column__gap--lg&gt;[class*=col-lg] {
    margin-bottom: calc(var(--gap-md) * var(--gap-rate) * 2);
    padding-left: calc(var(--gap-md) * var(--gap-rate));
    padding-right: calc(var(--gap-md) * var(--gap-rate));
  }
}

.f-column__gap--md {
  margin-left: calc(var(--gap-md) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-md) * var(--gap-rate) * -1);
  margin-bottom: calc(var(--gap-md) * var(--gap-rate) * -2);
}

.f-column__gap--md&gt;[class*=col-md] {
  margin-bottom: calc(var(--gap-md) * var(--gap-rate) * 2);
  padding-left: calc(var(--gap-md) * var(--gap-rate));
  padding-right: calc(var(--gap-md) * var(--gap-rate));
}

.f-column__gap--sm {
  margin-left: calc(var(--gap-sm) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-sm) * var(--gap-rate) * -1);
  margin-bottom: calc(var(--gap-sm) * var(--gap-rate) * -2);
}

.f-column__gap--sm&gt;[class*=col-sm] {
  margin-bottom: calc(var(--gap-sm) * var(--gap-rate) * 2);
  padding-left: calc(var(--gap-sm) * var(--gap-rate));
  padding-right: calc(var(--gap-sm) * var(--gap-rate));
}

.f-column__gap--xs {
  margin-left: calc(var(--gap-xs) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-xs) * var(--gap-rate) * -1);
  margin-bottom: calc(var(--gap-xs) * var(--gap-rate) * -2);
}

.f-column__gap--xs&gt;[class*=col] {
  margin-bottom: calc(var(--gap-xs) * var(--gap-rate) * 2);
  padding-left: calc(var(--gap-xs) * var(--gap-rate));
  padding-right: calc(var(--gap-xs) * var(--gap-rate));
}

/* .row-xl */
.f-column__gap--none {
  margin: 0 !important;
}

.f-column__gap--none&gt;[class*=col] {
  padding: 0 !important;
}

/* .row-hl */
.f-column__gap--hairline {
  margin: -1px;
}

.f-column__gap--hairline&gt;[class*=col] {
  padding: 1px;
}

[class*=container] {
  position: relative;
  z-index: 99;
}

[class*=alert],
[class*=well] {
  width: 100%;
}

.alert,
.well {
  margin: 1rem 0;
  padding: 1rem;
}

.alert-sm,
.well-sm {
  margin: 1.5rem 0;
  padding: 1.5rem;
}

@media only screen and (max-width: 767px) {

  .alert-sm,
  .well-sm {
    padding: 1rem;
  }
}

.alert-md,
.well-md {
  margin: 2rem 0;
  padding: 2rem;
}

@media only screen and (max-width: 991px) {

  .alert-md,
  .well-md {
    padding: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {

  .alert-md,
  .well-md {
    padding: 1rem;
  }
}

.alert-lg,
.well-lg {
  margin: 3rem 0;
  padding: 3rem;
}

@media only screen and (max-width: 991px) {

  .alert-lg,
  .well-lg {
    padding: 2rem;
  }
}

@media only screen and (max-width: 767px) {

  .alert-lg,
  .well-lg {
    padding: 1rem;
  }
}

.alert-xl,
.well-xl {
  margin: 4rem 0;
  padding: 4rem;
}

@media only screen and (max-width: 1199px) {

  .alert-xl,
  .well-xl {
    padding: 3rem;
  }
}

@media only screen and (max-width: 991px) {

  .alert-xl,
  .well-xl {
    padding: 2rem;
  }
}

@media only screen and (max-width: 767px) {

  .alert-xl,
  .well-xl {
    padding: 1rem;
  }
}

.well {
  background-color: #F5F5F5;
  border: 1px solid #DDD;
  border-radius: 0.4rem;
  margin: 1rem 0;
  padding: 1rem;
}

[class*=alert]:first-child,
[class*=well]:first-child {
  margin-top: 0;
}

[class*=alert]:last-child,
[class*=well]:last-child {
  margin-bottom: 0;
}

.alert .img-landing,
.well .img-landing {
  margin-bottom: -1rem;
}

.alert-sm .img-landing,
.well-sm .img-landing {
  margin-bottom: -1.5rem;
}

@media only screen and (max-width: 767px) {

  .alert-sm .img-landing,
  .well-sm .img-landing {
    margin-bottom: -1rem;
  }
}

.alert-md .img-landing,
.well-md .img-landing {
  margin-bottom: -2rem;
}

@media only screen and (max-width: 991px) {

  .alert-md .img-landing,
  .well-md .img-landing {
    margin-bottom: -1.5rem;
  }
}

@media only screen and (max-width: 767px) {

  .alert-md .img-landing,
  .well-md .img-landing {
    margin-bottom: -1rem;
  }
}

.alert-lg .img-landing,
.well-lg .img-landing {
  margin-bottom: -3rem;
}

@media only screen and (max-width: 991px) {

  .alert-lg .img-landing,
  .well-lg .img-landing {
    margin-bottom: -2rem;
  }
}

@media only screen and (max-width: 767px) {

  .alert-lg .img-landing,
  .well-lg .img-landing {
    margin-bottom: -1rem;
  }
}

.alert-xl .img-landing,
.well-xl .img-landing {
  margin-bottom: -4rem;
}

@media only screen and (max-width: 1199px) {

  .alert-xl .img-landing,
  .well-xl .img-landing {
    margin-bottom: -3rem;
  }
}

@media only screen and (max-width: 991px) {

  .alert-xl .img-landing,
  .well-xl .img-landing {
    margin-bottom: -2rem;
  }
}

@media only screen and (max-width: 767px) {

  .alert-xl .img-landing,
  .well-xl .img-landing {
    margin-bottom: -1rem;
  }
}

@media only screen and (max-width: 991px) {
  #navbar .container-fluid {
    overflow-y: overlay;
  }

  #navbar .container-fluid::-webkit-scrollbar {
    width: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .table-responsive table {
    width: 200vw;
  }
}

header,
main,
footer {
  width: 100%;
  min-width: 1px;
  max-width: 100%;
}

body {
  min-width: 100%;
}

b,
strong {
  font-weight: inherit;
}

small {
  font-size: 0.75em;
}

a,
a:hover,
a:active,
a:focus {
  background-color: transparent;
  outline: 0;
  text-decoration: none;
  transition: 0.3s;
  color: var(--rgb-link);
}

a:hover,
a:active,
a:focus {
  opacity: 1;
}

a[href*="tel:"] {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}

span[data-action=call] {
  white-space: nowrap;
}

button {
  cursor: pointer;
}

.html {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: var(--textcolor);
}

.ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.anti-alias {
  transform: rotate(0.028deg);
  display: inline-block;
}

/* title */
.xl-br {
  line-height: 1.5;
}

.xl-br small {
  line-height: 1.5;
}

@media only screen and (max-width: 1199px) {
  .lg-br {
    line-height: 1.5;
  }

  .lg-br small {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 991px) {
  .md-br {
    line-height: 1.5;
  }

  .md-br small {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .sm-br {
    line-height: 1.5;
  }

  .sm-br small {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 575px) {
  .xs-br {
    line-height: 1.5;
  }

  .xs-br small {
    line-height: 1.5;
  }
}

/* drawer */
.box-drawer {
  position: relative;
  word-wrap: break-word;
  background-color: var(--rgb-white);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.075);
}

.box-drawer dt {
  padding: 1px;
}

.box-drawer dt a,
.box-drawer dt a:hover,
.box-drawer dt a:active,
.box-drawer dt a:focus,
.box-drawer dt span {
  background-color: var(--rgb-main);
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.25;
  padding: 1.5rem 6rem 1.5rem 1.5rem;
  color: var(--rgb-white);
  opacity: 1;
}

@media only screen and (max-width: 767px) {

  .box-drawer dt a,
  .box-drawer dt a:hover,
  .box-drawer dt a:active,
  .box-drawer dt a:focus,
  .box-drawer dt span {
    font-size: 1rem;
    padding: 1rem 4rem 1rem 1rem;
  }
}

.box-drawer dt a:after {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  bottom: 50%;
  ine-height: 1.5rem;
  margin: -0.75rem 0;
  color: var(--rgb-white);
}

.box-drawer dt a[aria-expanded=false]:after {
  content: "\f067";
}

.box-drawer dt a[aria-expanded=true]:after {
  content: "\f068";
}

.box-drawer dd .partition {
  padding: 2rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .box-drawer dd .partition {
    padding: 1rem;
  }
}

.box-drawer+.box-drawer {
  margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .box-drawer+.box-drawer {
    margin-top: 1rem;
  }
}

.axbox {
  position: relative;
  width: 100%;
  display: block;
  z-index: 9;
}

.axbox.ax-img-left {
  padding-left: 10rem;
}

@media only screen and (max-width: 1199px) {
  .axbox.ax-img-left {
    padding-left: 7.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .axbox.ax-img-left {
    padding-left: 15vw;
  }
}

@media only screen and (max-width: 767px) {
  .axbox.ax-img-left {
    padding-left: 20vw;
  }
}

@media only screen and (max-width: 575px) {
  .axbox.ax-img-left {
    padding: 45vw 0 0;
  }
}

.axbox.ax-img-left .ax-img {
  left: 0;
}

.axbox.ax-img-right {
  padding-right: 10rem;
}

@media only screen and (max-width: 1199px) {
  .axbox.ax-img-right {
    padding-right: 7.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .axbox.ax-img-right {
    padding-right: 15vw;
  }
}

@media only screen and (max-width: 767px) {
  .axbox.ax-img-right {
    padding-right: 20vw;
  }
}

@media only screen and (max-width: 575px) {
  .axbox.ax-img-right {
    padding: 45vw 0 0;
  }
}

.axbox.ax-img-right .ax-img {
  right: 0;
}

.ax-img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10rem;
}

@media only screen and (max-width: 1199px) {
  .ax-img {
    width: 7.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .ax-img {
    width: 15vw;
  }
}

@media only screen and (max-width: 767px) {
  .ax-img {
    width: 20vw;
  }
}

@media only screen and (max-width: 575px) {
  .ax-img {
    width: 100%;
    height: 45vw;
    right: 0;
    background: var(--rgb-white);
  }
}

.ax-txt {
  background: var(--rgb-white);
}

.ax-txt h4 {
  background: #313D21;
  color: var(--rgb-white);
  padding: 1rem;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .ax-txt h4 {
    padding: 1rem;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .ax-txt h4 {
    padding: 1rem;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 575px) {
  .ax-txt h4 {
    font-size: 17px;
    padding: 10px 1rem;
  }
}

.ax-txt-in {
  width: 100%;
  padding: 0.66rem 1rem;
  border-bottom: 1px solid #DDD;
  height: 6.875rem;
}

@media only screen and (max-width: 1199px) {
  .ax-txt-in {
    height: 4.375rem;
  }
}

@media only screen and (max-width: 991px) {
  .ax-txt-in {
    height: calc(15vw - 3rem);
  }
}

@media only screen and (max-width: 767px) {
  .ax-txt-in {
    height: calc(20vw - 3rem);
  }
}

@media only screen and (max-width: 575px) {
  .ax-txt-in {
    height: auto;
  }
}

.ax-img-left .ax-txt-in {
  border-right: 1px solid #DDD;
}

.ax-img-right .ax-txt-in {
  border-left: 1px solid #DDD;
}

@media only screen and (max-width: 575px) {
  .ax-img-left .ax-txt-in {
    border-left: 1px solid #DDD;
  }

  .ax-img-right .ax-txt-in {
    border-right: 1px solid #DDD;
  }
}

.ax-txt-in h5 {
  line-height: 1.5;
}

/* slide-hover */
.slide-hz-hover {
  position: relative;
}

.slide-hz-hover:after {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s ease;
}

.slide-hz-hover:hover:after {
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}

.sub-blue.slide-hz-hover:after {
  background-color: rgba(33, 100, 151, 0.5);
}

.sub-orange.slide-hz-hover:after {
  background-color: rgba(247, 123, 1, 0.5);
}

.slide-vt-hover {
  position: relative;
}

.slide-vt-hover:after {
  content: "";
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s ease;
}

.sub-blue.slide-vt-hover:after {
  background-color: rgba(33, 100, 151, 0.5);
}

.sub-orange.slide-vt-hover:after {
  background-color: rgba(247, 123, 1, 0.5);
}

.slide-vt-hover:hover:after {
  height: 100%;
  transition: all 0.3s ease;
}

/* list */
.fotorama-area {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}

.goto {
  width: 100%;
  display: flex;
}

.goto .ax-text-link {
  flex: 1 1 33%;
  max-width: 33%;
}

@media only screen and (max-width: 1199px) {
  .goto .ax-text-link {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .goto .ax-text-link {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.ax-text {
  background: linear-gradient(to right, #af8d5d 0%, #876a47 100%);
  padding: 1rem 32px;
  color: var(--rgb-white);
  text-align: center;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .ax-text {
    padding: 5px 10px;
  }
}

[class*=u-icon__]:before {
  font-family: "Font Awesome 5 Pro";
  margin-right: 0.33em;
  font-weight: 900;
}

.u-icon__tel,
.u-icon__fax {
  display: flex;
  align-items: center;
}

.u-icon__tel:before,
.u-icon__fax:before {
  display: block;
}

.u-icon__tel--square-white,
.u-icon__tel--square-black,
.u-icon__tel--circle-white,
.u-icon__tel--circle-black,
.u-icon__fax--square-white,
.u-icon__fax--square-black,
.u-icon__fax--circle-white,
.u-icon__fax--circle-black {
  display: flex;
  align-items: center;
}

.u-icon__tel--square-white:before,
.u-icon__tel--square-black:before,
.u-icon__tel--circle-white:before,
.u-icon__tel--circle-black:before,
.u-icon__fax--square-white:before,
.u-icon__fax--square-black:before,
.u-icon__fax--circle-white:before,
.u-icon__fax--circle-black:before {
  font-size: 0.5em;
  margin-right: 0.5em;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-wrapper {
  overflow: hidden;
  position: relative;
  background: transparent;
}

.l-header {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0);
  line-height: 1;
  padding: 0 calc(var(--padding-x) * 0.5);
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header-height);
}

.l-header__logo {
  font-size: 1em;
}

.l-header__logo a,
.l-header__logo a:hover,
.l-header__logo a:active,
.l-header__logo a:focus {
  display: block;
}

.l-header__logo a img,
.l-header__logo a svg,
.l-header__logo a:hover img,
.l-header__logo a:hover svg,
.l-header__logo a:active img,
.l-header__logo a:active svg,
.l-header__logo a:focus img,
.l-header__logo a:focus svg {
  vertical-align: top;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 991px) {

  .l-header__logo a img,
  .l-header__logo a svg,
  .l-header__logo a:hover img,
  .l-header__logo a:hover svg,
  .l-header__logo a:active img,
  .l-header__logo a:active svg,
  .l-header__logo a:focus img,
  .l-header__logo a:focus svg {
    height: 3rem;
  }
}

@media only screen and (max-width: 767px) {

  .l-header__logo a img,
  .l-header__logo a svg,
  .l-header__logo a:hover img,
  .l-header__logo a:hover svg,
  .l-header__logo a:active img,
  .l-header__logo a:active svg,
  .l-header__logo a:focus img,
  .l-header__logo a:focus svg {
    height: 2rem;
  }
}

.l-header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: var(--header-height);
  position: relative;
}

@media only screen and (max-width: 991px) {
  .l-header__nav {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.l-header__nav--contact {
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 991px) {
  .l-header__nav--contact {
    display: none;
  }
}

.l-header__nav--links {
  margin-bottom: 0.25rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .l-header__nav--links {
    display: none;
  }
}

.l-header__nav--search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 991px) {
  .l-header__nav--search {
    margin: 0;
    padding: 0.75rem 1rem;
    background-color: #EFEFEF;
  }
}

.l-header__nav--call {
  font-size: 1rem;
  line-height: 0.75;
  white-space: nowrap;
}

.l-header__nav--recept {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-left: 1em;
}

.l-header__nav--right {
  margin-left: 2rem;
  margin-right: calc(var(--padding-x) * -0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1399px) {
  .l-header__nav--right {
    margin-left: 1.5rem;
  }
}

@media only screen and (max-width: 1199px) {
  .l-header__nav--right {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .l-header__nav--right {
    display: none;
  }
}

a.l-header__nav--mail {
  background-color: var(--rgb-nav);
  color: var(--rgb-white);
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 1rem;
  width: 15rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  a.l-header__nav--mail {
    width: 9vw;
    height: 9vw;
    font-size: 1.5vw;
  }
}

@media only screen and (max-width: 767px) {
  a.l-header__nav--mail {
    width: 9vw;
    height: 9vw;
    font-size: 1.25vw;
  }
}

@media only screen and (max-width: 575px) {
  a.l-header__nav--mail {
    width: 16vw;
    height: 16vw;
    font-size: 2.5vw;
  }
}

a.l-header__nav--mail:hover,
a.l-header__nav--mail:active,
a.l-header__nav--mail:focus {
  opacity: 0.75;
  color: var(--rgb-white);
}

a.l-header__nav--post-mail {
  background-color: var(--rgb-main);
  color: var(--rgb-white);
  text-align: center;
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 1rem;
  width: 12rem;
  height: 6rem;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  a.l-header__nav--post-mail {
    width: 9vw;
    height: 9vw;
  }
}

@media only screen and (max-width: 767px) {
  a.l-header__nav--post-mail {
    width: 9vw;
    height: 9vw;
  }
}

@media only screen and (max-width: 575px) {
  a.l-header__nav--post-mail {
    width: 16vw;
    height: 16vw;
  }
}

a.l-header__nav--post-mail:hover,
a.l-header__nav--post-mail:active,
a.l-header__nav--post-mail:focus {
  opacity: 0.75;
  color: var(--rgb-white);
}

a.l-header__nav--post-mail strong {
  font-size: 1.25em;
  line-height: 0.75;
  font-family: var(--font-serif);
  text-transform: capitalize;
  font-weight: 700;
}

@media only screen and (max-width: 1199px) {
  a.l-header__nav--post-mail strong {
    font-size: 1em;
  }
}

@media only screen and (max-width: 991px) {
  a.l-header__nav--post-mail strong {
    background-color: var(--rgb-white);
    color: var(--rgb-text);
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
  }
}

a.l-header__nav--post-mail small {
  font-size: 0.75em;
  line-height: 1;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  a.l-header__nav--post-mail small {
    font-size: 1em;
  }
}

@media only screen and (max-width: 991px) {
  a.l-header__nav--post-mail small {
    background-color: var(--rgb-white);
    color: var(--rgb-text);
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
  }
}

a.l-header__nav--post-mail strong+small {
  margin-top: 0.75rem;
}

a.l-header__nav--post-mail:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 0.33em;
  font-size: 1.125em;
  display: none;
}

.navbar-toggler {
  background-color: var(--rgb-white);
  border: none;
  border-radius: 0;
  overflow: hidden;
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: var(--header-height);
  height: var(--header-height);
  position: relative;
  z-index: 9998;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: 0;
  box-shadow: none;
}

.navbar-toggler-icon {
  margin: 16px 0;
  width: 32px;
  height: 4px;
  position: relative;
  display: block;
  background-image: none;
}

@media only screen and (max-width: 991px) {
  .navbar-toggler-icon {
    margin: 14px 0;
    width: 28px;
    height: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-toggler-icon {
    margin: 12px 0;
    width: 24px;
    height: 2px;
  }
}

.navbar-toggler-icon:before,
.navbar-toggler-icon:after {
  width: 32px;
  display: block;
  width: 2rem;
  height: 4px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 991px) {

  .navbar-toggler-icon:before,
  .navbar-toggler-icon:after {
    width: 28px;
    height: 3px;
  }
}

@media only screen and (max-width: 767px) {

  .navbar-toggler-icon:before,
  .navbar-toggler-icon:after {
    width: 24px;
    height: 2px;
  }
}

.navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  transition: opacity 0.6s;
  background-color: var(--rgb-nav);
}

.navbar-toggler[aria-expanded=false] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded=false] .navbar-toggler-icon:after {
  transition: 0.6s;
  background-color: var(--rgb-nav);
}

.navbar-toggler[aria-expanded=false] .navbar-toggler-icon:before {
  transform: rotate(0deg);
  top: -10px;
}

@media only screen and (max-width: 991px) {
  .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:before {
    top: -9px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:before {
    top: -6px;
  }
}

.navbar-toggler[aria-expanded=false] .navbar-toggler-icon:after {
  transform: rotate(0deg);
  bottom: -10px;
}

@media only screen and (max-width: 991px) {
  .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:after {
    bottom: -9px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:after {
    bottom: -6px;
  }
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  transition: opacity 0.6s;
  background: transparent;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
  transition: 0.6s;
  background-color: var(--rgb-nav);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
  top: 0;
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.navbar-toggler small {
  font-size: 0.75rem;
  line-height: 0.75;
  font-weight: 700;
  text-align: center;
  margin-top: 6px;
  padding: 0;
  display: block;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .navbar-toggler small {
    margin-top: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-toggler small {
    margin-top: 0;
  }
}

.navbar-toggler[aria-expanded=false] small {
  color: var(--rgb-nav);
}

.navbar-toggler[aria-expanded=true] small {
  color: var(--rgb-nav);
}

.navbar-expand-lg {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-collapse {
    border: none;
    margin-top: 0;
    padding: 0;
    position: fixed;
    top: 9vw;
    left: 0;
    right: 0;
    z-index: 999;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-expand-lg .navbar-collapse {
    top: 9vw;
  }
}

@media only screen and (max-width: 575px) {
  .navbar-expand-lg .navbar-collapse {
    top: 16vw;
  }
}

.navbar-expand-lg .navbar-collapse .container-fluid {
  background: transparent;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-collapse .container-fluid {
    background-color: var(--rgb-white);
    -webkit-overflow-scrolling: touch;
    min-height: 1px;
    height: calc(100dvh - var(--header-height));
  }
}

.navbar-expand-lg&gt;.container {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .navbar-expand-lg&gt;.container {
    max-width: 100%;
  }
}

.nav-wrapper {
  margin: 0 auto;
  padding: 4rem 0;
  width: 100%;
  max-width: 1080px;
}

@media only screen and (max-width: 1199px) {
  .nav-wrapper {
    padding: 8vw 0 4vw;
  }
}

@media only screen and (max-width: 991px) {
  .nav-wrapper {
    padding: 5vw 0;
  }
}

@media only screen and (max-width: 767px) {
  .nav-wrapper {
    padding: 10vw 0 5vw;
  }
}

.tit-nav {
  color: var(--rgb-white);
  font-size: 1.125rem;
  line-height: 51px;
  font-weight: 700;
  margin: 0 0 20px;
  border-bottom: 3px solid var(--rgb-white);
  position: relative;
}

@media only screen and (max-width: 991px) {
  .tit-nav {
    line-height: 43px;
  }
}

.tit-nav-sub {
  margin-bottom: 1px;
}

.tit-nav-sub a {
  background: rgba(0, 0, 0, 0.2);
  color: var(--rgb-white);
  font-size: 1rem;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  padding: 10px 15px;
  display: block;
}

.navbar-expand-lg .navbar-nav {
  justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav {
    border-top: 1px solid #DDD;
    padding: 0;
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #DDD;
    display: block;
    flex: 1 1 100%;
    max-width: 100%;
    height: auto;
  }
}

.navbar-expand-lg .navbar-nav .nav-item+.nav-item {
  margin-left: 2em;
}

@media only screen and (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-item+.nav-item {
    margin-left: 1em;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-item+.nav-item {
    margin-left: 0;
  }
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  background-color: transparent;
  color: var(--rgb-text);
  font-size: 1em;
  text-align: center;
  white-space: nowrap;
  padding: 0.75rem 0;
  position: relative;
  display: block;
  transition: 0s;
}

@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    background-color: var(--rgb-white);
    color: var(--rgb-text);
    line-height: 2;
    border: none;
    text-align: left;
    text-shadow: none;
    padding: 1.5rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 1.5rem 1rem;
  }
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-item .nav-link:active,
.navbar-expand-lg .navbar-nav .nav-item .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
  background-color: transparent;
  color: var(--rgb-text);
  opacity: 1;
}

@media only screen and (max-width: 991px) {

  .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover,
  .navbar-expand-lg .navbar-nav .nav-item .nav-link:active,
  .navbar-expand-lg .navbar-nav .nav-item .nav-link:focus,
  .navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
    background-color: var(--rgb-main);
    color: var(--rgb-white);
  }
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover:after,
.navbar-expand-lg .navbar-nav .nav-item .nav-link:active:after,
.navbar-expand-lg .navbar-nav .nav-item .nav-link:focus:after,
.navbar-expand-lg .navbar-nav .nav-item .nav-link.active:after {
  border-color: var(--rgb-white);
  left: 0;
  right: 0;
  transition: 0.3s;
  content: "";
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link:after {
  content: "";
  border-bottom: 2px solid transparent;
  /*display: none; */
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  transition: 0.3s;
}

@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-item .nav-link:after {
    display: none;
  }
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link strong {
  font-size: 1em;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link small {
  font-size: 0.75em;
  line-height: 0.75;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-transform: uppercase;
  margin-top: 0.5em;
  display: block;
}

@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-item .nav-link small {
    margin-top: 0;
  }
}

.js-scroll .navbar-expand-lg .navbar-nav .nav-link:hover:after,
.js-scroll .navbar-expand-lg .navbar-nav .nav-link:active:after,
.js-scroll .navbar-expand-lg .navbar-nav .nav-link:focus:after,
.js-scroll .navbar-expand-lg .navbar-nav .nav-link.active:after {
  border-color: var(--rgb-white);
}

.l-header__nav--icon {
  display: block;
  font-size: 1.5em;
  margin-bottom: 0.5rem;
}

.l-header__nav--icon i.fa {
  font-weight: 400;
}

@media (min-width: 992px) {
  .dropdown:hover&gt;.dropdown-menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  .dropdown:hover&gt;.dropdown-menu {
    animation: show 0.5s linear 0s;
  }

  .dropdown:hover&gt;.dropdown-menu.show {
    animation: show 0.5s linear 0s;
  }
}

@media (max-width: 991px) {
  .dropdown:hover&gt;.dropdown-menu {
    display: block;
  }
}

.dropdown-menu {
  background: var(--rgb-white);
  border-radius: 0;
  margin: 0;
  padding: 0;
  min-width: 100%;
}

@media only screen and (max-width: 991px) {
  .dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
  }
}

.dropdown-menu.show {
  display: flex;
  flex-flow: row wrap;
}

.dropdown-menu li {
  flex: 1 1 100%;
}

.dropdown-menu li+li {
  border-top: 1px solid #DDD;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 0;
}

.dropdown-item {
  color: #212121;
  border: none;
  border-radius: 0;
  font-size: 1em;
  line-height: 1.25;
  padding: 0.75rem 1.25rem;
}

@media only screen and (max-width: 991px) {
  .dropdown-item {
    line-height: 1.5;
    padding: 0.5em 1em;
  }
}

@media only screen and (max-width: 991px) {
  .dropdown-item:before {
    content: "\f105";
    color: var(--rgb-white);
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    width: 1em;
  }
}

.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item.active {
  background: var(--rgb-hover);
  color: var(--rgb-white);
  opacity: 1;
}

.dropdown-item:hover:before,
.dropdown-item:active:before,
.dropdown-item:focus:before,
.dropdown-item.active:before {
  color: var(--rgb-white);
}

.l-outer {
  background: transparent;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 767px) {

  .l-outer__side,
  .l-outer__main {
    display: block;
    width: auto;
    padding: 0;
  }
}

.l-outer__liquid {
  justify-content: center;
  width: 100%;
}

.l-outer__solid {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  width: 100%;
  max-width: var(--container-width);
  margin: auto;
  padding: var(--clearance-padding) calc(var(--padding-x) * 0.5);
}

@media only screen and (max-width: 1399px) {
  .l-outer__solid {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 1199px) {
  .l-outer__solid {
    max-width: 960px;
  }
}

@media only screen and (max-width: 991px) {
  .l-outer__solid {
    padding: var(--clearance-padding) 0;
    max-width: 100%;
  }
}

.l-outer__solid&gt;.l-outer__side {
  flex: 1 1 16rem;
  max-width: 16rem;
  order: 2;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .l-outer__solid&gt;.l-outer__side {
    flex: 1 1 15rem;
    max-width: 15rem;
  }
}

@media only screen and (max-width: 991px) {
  .l-outer__solid&gt;.l-outer__side {
    flex: 1 1 100%;
    max-width: 100%;
    padding: var(--clearance-padding) 0;
    z-index: 99;
    order: 1;
  }
}

.l-outer__solid&gt;.l-outer__side&gt;.l-outer__side+.l-outer__side {
  display: none;
}

@media only screen and (max-width: 991px) {
  .l-outer__solid&gt;.l-outer__side&gt;.l-outer__side+.l-outer__side {
    margin: 4rem 0;
    display: none;
    order: 3;
  }
}

@media only screen and (max-width: 767px) {
  .l-outer__solid&gt;.l-outer__side&gt;.l-outer__side+.l-outer__side {
    margin-bottom: 2rem;
  }
}

.l-outer__solid&gt;.l-outer__main {
  flex: 1 1 calc(100% - 20rem);
  max-width: calc(100% - 20rem);
  order: 1;
}

@media only screen and (max-width: 1199px) {
  .l-outer__solid&gt;.l-outer__main {
    flex: 1 1 calc(100% - 18rem);
    max-width: calc(100% - 18rem);
  }
}

@media only screen and (max-width: 991px) {
  .l-outer__solid&gt;.l-outer__main {
    flex: 1 1 100%;
    max-width: 100%;
    order: 2;
  }
}

.l-outer__solid&gt;.l-outer__main.container-fluid {
  margin: 0;
  padding: 0;
}

.l-outer__solid&gt;.l-outer__main [class*=l-section] {
  padding: 0;
}

.l-outer__solid&gt;.l-outer__main [class*=l-section]+[class*=l-section] {
  margin-top: 6rem;
}

@media only screen and (max-width: 1399px) {
  .l-outer__solid&gt;.l-outer__main [class*=l-section]+[class*=l-section] {
    margin-top: 5rem;
  }
}

@media only screen and (max-width: 1199px) {
  .l-outer__solid&gt;.l-outer__main [class*=l-section]+[class*=l-section] {
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 991px) {
  .l-outer__solid&gt;.l-outer__main [class*=l-section]+[class*=l-section] {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .l-outer__solid&gt;.l-outer__main [class*=l-section]+[class*=l-section] {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 575px) {
  .l-outer__solid&gt;.l-outer__main [class*=l-section]+[class*=l-section] {
    margin-top: 1rem;
  }
}

.l-section {
  position: relative;
  scroll-margin-top: calc(var(--header-height));
}

.l-section__inner {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .l-section__inner.c-poster__md--bottom:first-of-type {
    padding-top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .l-section__inner.c-poster__xs--bottom:first-of-type {
    padding-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .l-section__inner.c-poster__md--bottom+.l-section__inner {
    padding-top: 0;
  }
}

@media only screen and (min-width: 576px) {
  .l-section__inner.c-poster__xs--bottom+.l-section__inner {
    padding-top: 0;
  }
}

.l-section__category--nav {
  padding-top: 1px;
}

@media only screen and (max-width: 991px) {
  .l-section__category--nav {
    padding-top: 0;
  }
}

.l-section__clearance {
  padding: var(--clearance-padding) 0;
}

@media only screen and (max-width: 991px) {
  .l-section__clearance.l-section__md--top {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .l-section__clearance.l-section__md--bottom {
    padding-top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .l-section__clearance.l-section__xs--top {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .l-section__clearance.l-section__xs--bottom {
    padding-top: 0;
  }
}

.l-section__clearance--hairline {
  padding: 0.125rem 0;
}

.l-section__clearance--hairline .container-fluid {
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .l-section__clearance--hairline-lg {
    padding: 0.125rem 0;
  }
}

.l-section__clearance--top {
  padding: var(--clearance-padding) 0 0;
}

.l-section__clearance--top--lg {
  padding: var(--clearance-padding) 0 0;
}

@media only screen and (max-width: 991px) {
  .l-section__clearance--top--lg {
    padding-bottom: var(--clearance-padding);
  }
}

.l-section__clearance--bottom {
  padding: 0 0 var(--clearance-padding);
}

.l-section__clearance--bottom--lg {
  padding: 0 0 var(--clearance-padding);
}

@media only screen and (max-width: 991px) {
  .l-section__clearance--bottom--lg {
    padding-top: var(--clearance-padding);
  }
}

.l-section__clearance--lg {
  padding: var(--clearance-padding-lg) 0;
}

.l-section__clearance--lg-top {
  padding: var(--clearance-padding-lg) 0 0;
}

.l-section__clearance--lg-top-md {
  padding: var(--clearance-padding-lg) 0 0;
}

.l-section__clearance--lg-top-xs {
  padding: var(--clearance-padding-lg) 0 0;
}

.l-section__clearance--lg-bottom {
  padding: 0 0 var(--clearance-padding-lg);
}

.l-section__clearance--lg-bottom-md {
  padding: 0 0 var(--clearance-padding-lg);
}

.l-section__clearance--lg-bottom-xs {
  padding: 0 0 var(--clearance-padding-lg);
}

.l-section__clearance--xl {
  padding: var(--clearance-padding-xl) 0;
}

.l-section__clearance--xl-top {
  padding: var(--clearance-padding-xl) 0 0;
}

.l-section__clearance--xl-top-md {
  padding: var(--clearance-padding-xl) 0 0;
}

.l-section__clearance--xl-top-xs {
  padding: var(--clearance-padding-xl) 0 0;
}

.l-section__clearance--xl-bottom {
  padding: 0 0 var(--clearance-padding-xl);
}

.l-section__clearance--xl-bottom-md {
  padding: 0 0 var(--clearance-padding-xl);
}

.l-section__clearance--xl-bottom-xs {
  padding: 0 0 var(--clearance-padding-xl);
}

.l-section__clearance--narrow {
  padding: calc(var(--clearance-padding) / 2) 0;
}

.l-section__clearance--narrow--top {
  padding: calc(var(--clearance-padding) / 2) 0 0;
}

.l-section__clearance--narrow--top-md {
  padding: calc(var(--clearance-padding) / 2) 0 0;
}

.l-section__clearance--narrow--top-xs {
  padding: calc(var(--clearance-padding) / 2) 0 0;
}

.l-section__clearance--narrow--bottom {
  padding: 0 0 calc(var(--clearance-padding) / 2);
}

.l-section__clearance--narrow--bottom-md {
  padding: 0 0 calc(var(--clearance-padding) / 2);
}

.l-section__clearance--narrow--bottom-xs {
  padding: 0 0 calc(var(--clearance-padding) / 2);
}

.l-section__margin {
  margin-top: var(--clearance-padding);
}

@media only screen and (min-width: 992px) {
  .l-section__margin--top {
    margin-top: var(--clearance-padding);
  }
}

.l-footer {
  position: relative;
}

.l-footer__contact {
  position: relative;
}

.l-footer__contact span[data-action=call] {
  color: var(--rgb-text);
}

.l-footer__googlemaps iframe {
  width: 100%;
  height: 25rem;
}

.l-footer__information {
  background-color: transparent;
  line-height: 1.5;
  position: relative;
}

.l-footer__info {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .l-footer__info {
    display: block;
  }
}

.l-footer__outline {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .l-footer__logo {
    text-align: center;
  }
}

.l-footer__logo img,
.l-footer__logo svg {
  vertical-align: top;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 767px) {

  .l-footer__logo img,
  .l-footer__logo svg {
    height: 1.5rem;
  }
}

.l-footer__location {
  display: flex;
  flex-flow: row wrap;
  line-height: 1.5;
}

.l-footer__location a,
.l-footer__location a:hover,
.l-footer__location a:active,
.l-footer__location a:focus,
.l-footer__location span[data-action=call] {
  color: var(--rgb-text);
}

.l-footer__location a:hover,
.l-footer__location a:active,
.l-footer__location a:focus {
  opacity: 1;
}

.l-footer__location--pzip {
  margin-right: 1em;
}

.l-footer__location--pzip:before {
  content: "〒";
}

.l-footer__location--address {
  margin-right: 0.5em;
}

.l-footer__location--building {
  margin-right: 0.5em;
}

.l-footer__location--gmaps {
  margin-left: 0.5em;
}

.l-footer__location--gmaps a,
.l-footer__location--gmaps a:hover,
.l-footer__location--gmaps a:active,
.l-footer__location--gmaps a:focus {
  color: var(--rgb-main);
}

.l-footer__location--phone:before {
  content: "TEL. ";
}

.l-footer__location--mail:before {
  content: "MAIL. ";
}

@media only screen and (max-width: 575px) {
  .l-footer__location--phone--facsimile {
    text-align: center;
  }
}

.l-footer__location--phone--facsimile:before {
  content: "TEL. / FAX.";
  margin-right: 0.33em;
}

.l-footer__location--phone:before,
.l-footer__location--facsimile:before,
.l-footer__location--mail:before {
  display: inline-block;
  margin-right: 0.33em;
}

.l-footer__location--phone+.l-footer__location--facsimile:before {
  content: "FAX.";
  margin-right: 0.33em;
}

.l-footer__location--hour,
.l-footer__location--holiday {
  line-height: 1.5;
}

.l-footer__location--holiday:before {
  content: "/";
  margin: 0 0.33em;
}

.l-footer__location:not(:first-child) {
  margin-top: 0.5rem;
}

.l-footer__location p+p {
  margin: 0;
}

a.l-footer__contact--post-mail {
  background-color: var(--rgb-main);
  color: var(--rgb-white);
  text-align: center;
  border-radius: 0.5rem;
  font-size: 1.125em;
  line-height: 1.75;
  margin: 0;
  padding: 1rem;
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  a.l-footer__contact--post-mail {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 575px) {
  a.l-footer__contact--post-mail {
    font-size: 1.5em;
    height: 9rem;
    line-height: 1.33;
  }
}

a.l-footer__contact--post-mail:hover,
a.l-footer__contact--post-mail:active,
a.l-footer__contact--post-mail:focus {
  opacity: 0.75;
  color: var(--rgb-white);
}

.l-footer__contact--call-freedial {
  background-color: var(--phonecolor);
  color: var(--rgb-white);
  text-align: center;
  border-radius: 0.5rem;
  font-size: 1.5em;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 6rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .l-footer__contact--call-freedial {
    font-size: 1.75em;
    height: 9rem;
  }
}

.l-footer__contact--call-freedial span[data-action=call] {
  color: var(--rgb-white);
}

.l-footer__contact--call-freedial small {
  font-size: 0.6em;
  margin-bottom: 0.5em;
  display: block;
  padding-right: 0.5em;
}

.l-footer__contact--call-freedial strong {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .l-footer__contact--call-freedial strong {
    display: block;
  }
}

.l-footer__contact--call-freedial strong span {
  display: flex;
  align-items: baseline;
}

@media only screen and (max-width: 575px) {
  .l-footer__contact--call-freedial strong span {
    line-height: 1.33;
  }
}

.l-footer__contact--call-freedial strong span.u-freedial:before {
  content: "";
  display: block;
  background: url(../images/cmn/freedial-mark-sm.png) left center/contain no-repeat;
  width: 29px;
  height: 17px;
  margin-right: 0.11em;
}

@media only screen and (max-width: 991px) {
  .l-footer__sitemap {
    display: none;
  }
}

.l-footer__sitemap--item {
  white-space: nowrap;
  position: relative;
  list-style: none;
}

.l-footer__sitemap--item&gt;strong {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}

.l-footer__sitemap--item&gt;strong&gt;a:hover,
.l-footer__sitemap--item&gt;strong&gt;a:active,
.l-footer__sitemap--item&gt;strong&gt;a:focus {
  color: var(--rgb-white);
  opacity: 1;
}

.l-footer__sitemap--item&gt;span {
  display: block;
  padding-left: 2em;
}

.l-footer__sitemap--item&gt;span:not(:first-child) {
  margin: 0 0.5em 0 -0.5em;
}

.l-footer__sitemap--item&gt;span&gt;a {
  color: var(--rgb-white);
  display: block;
}

.l-footer__sitemap--item&gt;span&gt;a:hover,
.l-footer__sitemap--item&gt;span&gt;a:active,
.l-footer__sitemap--item&gt;span&gt;a:focus {
  color: var(--rgb-white);
  opacity: 1;
  text-decoration: underline;
}

.l-footer__sitemap--item&gt;span&gt;a:before,
.l-footer__sitemap--item&gt;span&gt;a:after {
  width: 1em;
  display: inline-block;
  vertical-align: middle;
}

.l-footer__sitemap--item&gt;span&gt;a:before {
  content: "・";
}

.l-footer__sitemap--item&gt;span&gt;a:after {
  content: "";
}

.l-footer__sitemap--horizontal {
  justify-content: center;
  align-items: center;
}

.l-footer__sitemap--horizontal:not(:first-child) {
  margin-left: 0.5em;
}

.l-footer__sitemap--horizontal .l-footer__sitemap--link,
.l-footer__sitemap--horizontal .l-footer__sitemap--link:hover,
.l-footer__sitemap--horizontal .l-footer__sitemap--link:active,
.l-footer__sitemap--horizontal .l-footer__sitemap--link:focus {
  line-height: 1;
}

.l-footer__sitemap--horizontal .l-footer__sitemap--link:hover,
.l-footer__sitemap--horizontal .l-footer__sitemap--link:active,
.l-footer__sitemap--horizontal .l-footer__sitemap--link:focus {
  border-radius: 2px;
}

.l-footer__sitemap--vertical {
  flex-flow: column wrap;
}

.l-footer__sitemap--vertical .l-footer__sitemap--link:hover,
.l-footer__sitemap--vertical .l-footer__sitemap--link:active,
.l-footer__sitemap--vertical .l-footer__sitemap--link:focus {
  text-decoration: underline;
}

.l-footer__sitemap--link,
.l-footer__sitemap--link:hover,
.l-footer__sitemap--link:active,
.l-footer__sitemap--link:focus {
  font-size: 1em;
  white-space: nowrap;
  opacity: 1;
  display: block;
}

.l-footer__sitemap--link strong,
.l-footer__sitemap--link small,
.l-footer__sitemap--link:hover strong,
.l-footer__sitemap--link:hover small,
.l-footer__sitemap--link:active strong,
.l-footer__sitemap--link:active small,
.l-footer__sitemap--link:focus strong,
.l-footer__sitemap--link:focus small {
  display: block;
  text-align: center;
}

.l-footer__sitemap--link strong,
.l-footer__sitemap--link:hover strong,
.l-footer__sitemap--link:active strong,
.l-footer__sitemap--link:focus strong {
  font-size: 1em;
}

.l-footer__sitemap--link small,
.l-footer__sitemap--link:hover small,
.l-footer__sitemap--link:active small,
.l-footer__sitemap--link:focus small {
  font-size: 0.75em;
}

.l-footer__sitemap--link:before {
  color: var(--rgb-text);
  font-size: 1em;
  line-height: 1;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  width: 1em;
}

.l-footer__copyright {
  display: block;
  font-size: 1em;
}

@media only screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 0.75em;
  }
}

.l-footer__copyright--small {
  line-height: 1;
  display: block;
}

.l-footer__copyright--footer {
  background-color: var(--rgb-copyright);
  color: var(--rgb-white);
  padding: 1em 0;
}

@media only screen and (max-width: 767px) {
  .l-footer__copyright--footer {
    padding: 0.5em 0;
  }
}

.l-footer__copyright--footer strong {
  line-height: 1;
  text-align: center;
  display: block;
}

/* Fixed bottom */
#fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
}

@media only screen and (max-width: 575px) {
  #fixed-bottom {
    flex-flow: row wrap;
    left: 0;
  }
}

@media only screen and (max-width: 991px) {
  #fixed-bottom&gt;div {
    font-size: 12px;
  }
}

#fixed-bottom&gt;div&gt;a {
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  min-width: 72px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  #fixed-bottom&gt;div&gt;a {
    min-width: 60px;
  }
}

@media only screen and (max-width: 575px) {
  #fixed-bottom&gt;div&gt;a {
    min-width: 42px;
  }
}

.fixed-left {
  padding: 14px;
  color: #FFF;
  display: none;
}

@media only screen and (max-width: 575px) {
  .fixed-left {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 9px 14px;
  }
}

.reach-bottom {
  left: 0;
  background-color: var(--rgb-main);
}

.reach-bottom .fixed-left {
  display: block;
}

.fixed-right {
  display: flex;
  background-color: var(--rgb-main);
  padding: 1px;
}

@media only screen and (max-width: 575px) {
  .fixed-right {
    flex-flow: row wrap;
    justify-content: flex-end;
    width: 100%;
  }
}

.fixed-right&gt;div {
  font-size: 14px;
  padding: 1px;
  display: flex;
}

@media only screen and (max-width: 575px) {
  .bottom-fd {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.bottom-fd-inner {
  background: #FCFBF3;
  padding: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .bottom-fd-inner {
    padding: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .bottom-fd-inner {
    width: 100%;
  }
}

.bottom-fd-inner h3 {
  font-size: 1.25em;
  margin-bottom: 1em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 575px) {
  .bottom-pv {
    flex: 1 1 43%;
    max-width: 43%;
  }

  .bottom-iq {
    flex: 1 1 43%;
    max-width: 43%;
  }

  .bottom-pt {
    flex: 1 1 14%;
    max-width: 14%;
  }
}

.bottom-pt a {
  color: #FFF;
  background: var(--rgb-main);
  font-size: 24px;
  text-align: center;
}

.bottom-pt a:hover,
.bottom-pt a:active,
.bottom-pt a:focus {
  color: #FCFBF3;
}

@media only screen and (max-width: 767px) {
  .bottom-pt a {
    font-size: 16px;
  }
}

.bottom-hour {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1;
  margin-top: 0.75em;
}

@media only screen and (max-width: 767px) {
  .bottom-hour {
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .bottom-fd-inner .free-dial {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0.5em 0 0;
    height: 1.25rem;
    overflow: hidden;
  }

  .bottom-fd-inner .fd-mark {
    margin-right: 7px;
    height: 20px;
  }

  .bottom-fd-inner .fd-mark img {
    vertical-align: top;
    width: 35px !important;
    height: 20px !important;
  }

  .bottom-fd-inner .fd-number .phone-sm {
    font-size: 1em16px;
    line-height: 20px;
  }
}

.c-o {
  display: none;
}

.c-box__float {
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
}

.c-box__line--dark .c-box__heading,
.c-box__line--dark .c-box__image,
.c-box__line--light,
.c-box__line--all {
  border: 1px solid var(--rgb-linegray);
}

.c-box__line--light {
  border-top: none;
}

.c-box__line--light .c-box__heading {
  border-top: 1px solid var(--rgb-linegray);
}

.c-box__line--dark .c-box__heading,
.c-box__line--dark .c-box__image {
  border-top: none;
  margin: 0 -1px;
}

.c-box__line--dark .c-box__heading:first-child,
.c-box__line--dark .c-box__image:first-child {
  margin-top: -1px;
}

.c-box__border--slash {
  background-image: repeating-linear-gradient(135deg, var(--rgb-linegray) 0, var(--rgb-linegray) 8px, var(--rgb-white) 8px, var(--rgb-white) 12px);
  padding: 4px;
}

.c-box__heading--dark,
.c-box__heading--light {
  font-size: calc(1.25em * var(--sm-rate));
  line-height: 1.5;
  text-align: center;
}

.c-box__heading--light {
  background-color: var(--rgb-heading-light);
  color: var(--rgb-text);
}

.c-box__heading--dark {
  background-color: var(--rgb-heading-dark);
  color: rgba(255, 255, 255, 0.95);
}

.c-box__heading--xs {
  font-size: calc(1em * var(--sm-rate));
}

.c-box__heading--sm {
  font-size: calc(1.125em * var(--sm-rate));
}

.c-box__heading--lg {
  font-size: calc(1.33em * var(--sm-rate));
}

.c-box__heading--xl {
  font-size: calc(1.5em * var(--sm-rate));
}

.c-box__heading a,
.c-box__heading a:hover,
.c-box__heading a:active,
.c-box__heading a:focus {
  color: inherit;
}

.c-box__heading small {
  text-align: center;
  font-size: 0.9em;
  display: block;
  margin-top: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

@media only screen and (max-width: 767px) {
  .c-box__heading small {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.c-box__heading--in {
  color: var(--rgb-text);
  line-height: 1.5;
}

.c-box__body,
.c-box__fotorama,
.c-box__date,
.c-box__file {
  line-height: 1.75;
}

.c-box__fotorama {
  border-top: 1px dashed var(--rgb-linegray);
  border-bottom: 1px dashed var(--rgb-linegray);
}

.c-box__category {
  font-size: 0.8em;
  line-height: 1;
  color: var(--rgb-white);
  font-size: 0.75em;
  padding: 0.5em;
  display: block;
  text-align: center;
  width: 6rem;
  margin: 1.25rem 0;
  display: inline-block;
}

.c-box__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1rem;
  line-height: 0.75;
}

.c-box__date--new {
  font-size: 0.66em;
  line-height: 0.75;
  color: var(--rgb-new);
}

.c-box__date .c-box__date--new {
  margin-left: 2rem;
}

.c-box__file {
  border-top: 1px dashed var(--rgb-linegray);
}

.c-box__goto--detail {
  margin-top: 1.25rem;
  text-align: right;
}

.c-box__goto--detail img {
  width: auto;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .c-box__goto--detail img {
    height: 20px;
  }
}

.c-box__body+.c-box__body {
  border-top: 1px dashed var(--rgb-linegray);
}

.c-box__date {
  border-top: 1px solid var(--rgb-linegray);
}

.c-box__date:first-child {
  border-top: none;
}

.c-box__icon {
  background-color: var(--rgb-white);
  border-radius: 6rem;
  font-size: 3em;
  margin: -4.5rem auto;
  width: 9rem;
  height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .c-box__icon {
    font-size: 2.5em;
    width: 7.5rem;
    height: 7.5rem;
    margin: -3.75rem auto;
  }
}

@media only screen and (max-width: 767px) {
  .c-box__icon {
    font-size: 2em;
    width: 6rem;
    height: 6rem;
    margin: -3rem auto;
  }
}

.c-box__icon--md {
  background-color: var(--rgb-white);
  margin-top: 4.5rem;
  padding: 2rem;
  padding-top: 0;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .c-box__icon--md {
    padding: 1.5rem;
    padding-top: 0;
    margin-top: 3.75rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-box__icon--md {
    padding: 1rem;
    padding-top: 0;
    margin-top: 3rem;
  }
}

.c-box__icon--title {
  color: var(--rgb-main);
  padding: 4.5rem 0 1.5rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.25em;
  line-height: 1;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  .c-box__icon--title {
    font-size: 1.875em;
    padding: 3rem 0 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-box__icon--title {
    font-size: 1.5em;
    padding: 1.5rem 0 0.5rem;
  }
}

.c-box__icon--disc {
  border-top: 1px dashed var(--rgb-main);
  padding: 1.5rem 0;
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  .c-box__icon--disc {
    font-size: 1.125em;
    padding: 1rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-box__icon--disc {
    font-size: 1.125em;
    padding: 0.5rem 0;
  }
}

.c-box__horizontal {
  display: flex;
  width: 100%;
}

.c-box__horizontal .c-box__heading--dark {
  flex: 0 0 12rem;
  min-height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-box__horizontal .c-newspaper {
  flex: 0 0 calc(100% - 12rem);
}

.c-box__horizontal .c-newspaper .c-box__body {
  margin: -1.5rem 0;
}

.c-box--xxl .c-box__heading--light,
.c-box--xxl .c-box__heading--dark,
.c-box--xl .c-box__heading--light,
.c-box--xl .c-box__heading--dark,
.c-box--lg .c-box__heading--light,
.c-box--lg .c-box__heading--dark,
.c-box--md .c-box__heading--light,
.c-box--md .c-box__heading--dark,
.c-box--sm .c-box__heading--light,
.c-box--sm .c-box__heading--dark,
.c-box--xs .c-box__heading--light,
.c-box--xs .c-box__heading--dark {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.c-box--xxl .c-box__heading--thin,
.c-box--xl .c-box__heading--thin,
.c-box--lg .c-box__heading--thin,
.c-box--md .c-box__heading--thin,
.c-box--sm .c-box__heading--thin,
.c-box--xs .c-box__heading--thin {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.c-box--xxl .c-box__heading--heavy,
.c-box--xl .c-box__heading--heavy,
.c-box--lg .c-box__heading--heavy,
.c-box--md .c-box__heading--heavy,
.c-box--sm .c-box__heading--heavy,
.c-box--xs .c-box__heading--heavy {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.c-box--xs .c-box__heading--heavy,
.c-box--xs .c-box__heading--thin,
.c-box--xs .c-box__heading--light,
.c-box--xs .c-box__heading--dark {
  padding-left: calc(var(--gap-xs) * var(--box-rate) * 2);
  padding-right: calc(var(--gap-xs) * var(--box-rate) * 2);
}

.c-box--sm .c-box__heading--heavy,
.c-box--sm .c-box__heading--thin,
.c-box--sm .c-box__heading--light,
.c-box--sm .c-box__heading--dark {
  padding-left: calc(var(--gap-sm) * var(--box-rate) * 2);
  padding-right: calc(var(--gap-sm) * var(--box-rate) * 2);
}

.c-box--md .c-box__heading--heavy,
.c-box--md .c-box__heading--thin,
.c-box--md .c-box__heading--light,
.c-box--md .c-box__heading--dark {
  padding-left: calc(var(--gap-md) * var(--box-rate) * 2);
  padding-right: calc(var(--gap-md) * var(--box-rate) * 2);
}

.c-box--lg .c-box__heading--heavy,
.c-box--lg .c-box__heading--thin,
.c-box--lg .c-box__heading--light,
.c-box--lg .c-box__heading--dark {
  padding-left: calc(var(--gap-lg) * var(--box-rate) * 2);
  padding-right: calc(var(--gap-lg) * var(--box-rate) * 2);
}

.c-box--xl .c-box__heading--heavy,
.c-box--xl .c-box__heading--thin,
.c-box--xl .c-box__heading--light,
.c-box--xl .c-box__heading--dark {
  padding-left: calc(var(--gap-xl) * var(--box-rate) * 2);
  padding-right: calc(var(--gap-xl) * var(--box-rate) * 2);
}

.c-box--xxl .c-box__heading--heavy,
.c-box--xxl .c-box__heading--thin,
.c-box--xxl .c-box__heading--light,
.c-box--xxl .c-box__heading--dark {
  padding-left: calc(var(--gap-xxl) * var(--box-rate) * 2);
  padding-right: calc(var(--gap-xxl) * var(--box-rate) * 2);
}

.c-box--xs .c-box__body,
.c-box--xs .c-box__fotorama,
.c-box--xs .c-box__date,
.c-box--xs .c-box__news--title,
.c-box--xs .c-box__file {
  padding: calc(var(--gap-xs) * var(--box-rate) * 2);
}

.c-box--sm .c-box__body,
.c-box--sm .c-box__fotorama,
.c-box--sm .c-box__news--title,
.c-box--sm .c-box__file {
  padding: calc(var(--gap-sm) * var(--box-rate) * 2);
}

.c-box--md .c-box__body,
.c-box--md .c-box__fotorama,
.c-box--md .c-box__date,
.c-box--md .c-box__news--title,
.c-box--md .c-box__file {
  padding: calc(var(--gap-md) * var(--box-rate) * 2);
}

.c-box--lg .c-box__body,
.c-box--lg .c-box__fotorama,
.c-box--lg .c-box__file {
  padding: calc(var(--gap-lg) * var(--box-rate) * 2);
}

.c-box--lg .c-box__date,
.c-box--lg .c-box__news--title {
  padding: 1.5rem 3rem;
}

@media only screen and (max-width: 991px) {

  .c-box--lg .c-box__date,
  .c-box--lg .c-box__news--title {
    padding: 1.25rem 2rem;
  }
}

@media only screen and (max-width: 767px) {

  .c-box--lg .c-box__date,
  .c-box--lg .c-box__news--title {
    padding: 1rem;
  }
}

.c-box--xl .c-box__body,
.c-box--xl .c-box__fotorama,
.c-box--xl .c-box__date,
.c-box--xl .c-box__news--title,
.c-box--xl .c-box__file {
  padding: calc(var(--gap-xl) * var(--box-rate) * 2);
}

.c-box--xxl .c-box__body,
.c-box--xxl .c-box__fotorama,
.c-box--xxl .c-box__date,
.c-box--xxl .c-box__news--title,
.c-box--xxl .c-box__file {
  padding: calc(var(--gap-xxl) * var(--box-rate) * 2);
}

.c-box__image--inset&gt;img,
.c-box__image&gt;img {
  width: 100%;
  height: auto;
}

.c-box__image {
  position: relative;
}

.c-box__image[class*=u-rounded--] {
  overflow: hidden;
}

.c-box__image--over {
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--rgb-white);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-box--xs .c-box__image--inset {
  padding: 2rem;
}

.c-box--sm .c-box__image--inset {
  padding: 3rem;
}

@media only screen and (max-width: 767px) {
  .c-box--sm .c-box__image--inset {
    padding: 2rem;
  }
}

.c-box--md .c-box__image--inset {
  padding: 4rem;
}

@media only screen and (max-width: 991px) {
  .c-box--md .c-box__image--inset {
    padding: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-box--md .c-box__image--inset {
    padding: 2rem;
  }
}

.c-box--lg .c-box__image--inset {
  padding: 6rem;
}

@media only screen and (max-width: 991px) {
  .c-box--lg .c-box__image--inset {
    padding: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-box--lg .c-box__image--inset {
    padding: 2rem;
  }
}

.c-box--xl .c-box__image--inset {
  padding: 8rem;
}

@media only screen and (max-width: 1399px) {
  .c-box--xl .c-box__image--inset {
    padding: 6rem;
  }
}

@media only screen and (max-width: 991px) {
  .c-box--xl .c-box__image--inset {
    padding: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-box--xl .c-box__image--inset {
    padding: 2rem;
  }
}

.c-box--xs,
.c-box--sm,
.c-box--md,
.c-box--lg,
.c-box--xl {
  display: block;
  width: 100%;
  position: relative;
  scroll-margin-top: calc(var(--header-height) + 2rem);
}

.c-box--xs+.c-box--xs {
  margin-top: 1rem;
}

.c-box--sm+.c-box--sm {
  margin-top: 1.5rem;
}

.c-box--md+.c-box--md {
  margin-top: 2rem;
}

.c-box--lg+.c-box--lg {
  margin-top: 3rem;
}

.c-box--xl+.c-box--xl {
  margin-top: 4rem;
}

a[class*=c-box--],
a[class*=c-box--]:hover,
a[class*=c-box--]:active,
a[class*=c-box--]:focus {
  opacity: 0.75;
  background-color: var(--rgb-white);
  color: var(--rgb-black);
}

a[class*=c-box--]:hover,
a[class*=c-box--]:active,
a[class*=c-box--]:focus {
  border-color: var(--rgb-lightblue);
  background-color: rgba(39, 185, 229, 0.1);
}

.c-box__faq {
  position: relative;
  word-wrap: break-word;
  background-color: var(--rgb-white);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.c-box__faq dt {
  padding: 1px;
}

.c-box__faq dt a,
.c-box__faq dt a:hover,
.c-box__faq dt a:active,
.c-box__faq dt a:focus,
.c-box__faq dt span {
  background-color: var(--rgb-faq);
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.25;
  padding: 1.5rem 6rem;
  color: var(--rgb-white);
  opacity: 1;
}

@media only screen and (max-width: 767px) {

  .c-box__faq dt a,
  .c-box__faq dt a:hover,
  .c-box__faq dt a:active,
  .c-box__faq dt a:focus,
  .c-box__faq dt span {
    font-size: 1rem;
    padding: 1rem 4rem;
  }
}

.c-box__faq dt a:before,
.c-box__faq dt span:before {
  content: "Q";
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.25;
  font-size: 6rem;
  line-height: 0.33;
  color: var(--rgb-white);
}

@media only screen and (max-width: 991px) {

  .c-box__faq dt a:before,
  .c-box__faq dt span:before {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 767px) {

  .c-box__faq dt a:before,
  .c-box__faq dt span:before {
    font-size: 4rem;
  }
}

.c-box__faq dt a:after {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  bottom: 50%;
  line-height: 24px;
  margin: -12px 0;
  color: var(--rgb-white);
}

.c-box__faq dt a[aria-expanded=false]:after {
  content: "\f078";
}

.c-box__faq dt a[aria-expanded=true]:after {
  content: "\f077";
}

.c-box__faq--answer {
  padding: 2rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .c-box__faq--answer {
    padding: 1rem;
  }
}

.c-box__faq+.c-box__faq {
  margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .c-box__faq+.c-box__faq {
    margin-top: 1rem;
  }
}

.c-box__drawer {
  position: relative;
  word-wrap: break-word;
  background-color: var(--rgb-white);
}

.c-box__drawer dt a,
.c-box__drawer dt a:hover,
.c-box__drawer dt a:active,
.c-box__drawer dt a:focus,
.c-box__drawer dt span {
  background-color: var(--rgb-main);
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.25;
  padding: 1.5rem 9rem 1.5rem 3rem;
  color: var(--rgb-white);
  opacity: 1;
}

@media only screen and (max-width: 767px) {

  .c-box__drawer dt a,
  .c-box__drawer dt a:hover,
  .c-box__drawer dt a:active,
  .c-box__drawer dt a:focus,
  .c-box__drawer dt span {
    font-size: 1.125rem;
    padding: 1rem 4rem 1rem 1rem;
  }
}

.c-box__drawer dt a small,
.c-box__drawer dt a:hover small,
.c-box__drawer dt a:active small,
.c-box__drawer dt a:focus small,
.c-box__drawer dt span small {
  margin-left: 1em;
  font-weight: 400;
}

.c-box__drawer dt a:after {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  bottom: 50%;
  line-height: 24px;
  margin: -12px 0;
  color: var(--rgb-white);
}

.c-box__drawer dt a[aria-expanded=false]:after {
  content: "\f067";
}

.c-box__drawer dt a[aria-expanded=true]:after {
  content: "\f068";
}

.c-box__drawer dd {
  border: 1px solid #DDD;
  border-top: none;
}

.c-box__drawer--inner {
  padding: 3rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .c-box__drawer--inner {
    padding: 1rem;
  }
}

.c-box__drawer {
  margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .c-box__drawer {
    margin-top: 1rem;
  }
}

.c-box__drawer+.c-box__drawer {
  margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .c-box__drawer+.c-box__drawer {
    margin-top: 1rem;
  }
}

.c-button__dummy,
.c-button__file,
.c-button__file:hover,
.c-button__file:active,
.c-button__file:focus,
.c-button__link,
.c-button__link:hover,
.c-button__link:active,
.c-button__link:focus {
  border: var(--button-border-width) solid transparent;
  white-space: normal;
  text-decoration: none;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.c-button__dummy small,
.c-button__file small,
.c-button__file:hover small,
.c-button__file:active small,
.c-button__file:focus small,
.c-button__link small,
.c-button__link:hover small,
.c-button__link:active small,
.c-button__link:focus small {
  flex: 1 1 100%;
  font-weight: 700;
  font-size: 0.5em;
}

.c-button__link,
.c-button__link:hover,
.c-button__link:active,
.c-button__link:focus {
  justify-content: center;
}

.c-button__file,
.c-button__file:hover,
.c-button__file:active,
.c-button__file:focus {
  justify-content: start;
}

.c-button__dummy {
  justify-content: center;
}

.c-button__size--xxl,
.c-button__size--xxl:hover,
.c-button__size--xxl:active,
.c-button__size--xxl:focus {
  font-size: 2em;
}

@media only screen and (max-width: 991px) {

  .c-button__size--xxl,
  .c-button__size--xxl:hover,
  .c-button__size--xxl:active,
  .c-button__size--xxl:focus {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 767px) {

  .c-button__size--xxl,
  .c-button__size--xxl:hover,
  .c-button__size--xxl:active,
  .c-button__size--xxl:focus {
    font-size: 1.25em;
  }
}

.c-button__size--xl,
.c-button__size--xl:hover,
.c-button__size--xl:active,
.c-button__size--xl:focus {
  font-size: 1.66em;
}

@media only screen and (max-width: 991px) {

  .c-button__size--xl,
  .c-button__size--xl:hover,
  .c-button__size--xl:active,
  .c-button__size--xl:focus {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 767px) {

  .c-button__size--xl,
  .c-button__size--xl:hover,
  .c-button__size--xl:active,
  .c-button__size--xl:focus {
    font-size: 1.25em;
  }
}

.c-button__size--lg,
.c-button__size--lg:hover,
.c-button__size--lg:active,
.c-button__size--lg:focus {
  font-size: 1.33em;
}

@media only screen and (max-width: 991px) {

  .c-button__size--lg,
  .c-button__size--lg:hover,
  .c-button__size--lg:active,
  .c-button__size--lg:focus {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 767px) {

  .c-button__size--lg,
  .c-button__size--lg:hover,
  .c-button__size--lg:active,
  .c-button__size--lg:focus {
    font-size: 1.125em;
  }
}

.c-button__size--sm,
.c-button__size--sm:hover,
.c-button__size--sm:active,
.c-button__size--sm:focus {
  font-size: 0.9em;
}

@media only screen and (max-width: 767px) {

  .c-button__size--sm,
  .c-button__size--sm:hover,
  .c-button__size--sm:active,
  .c-button__size--sm:focus {
    font-size: 0.75em;
  }
}

.c-button__size--xs,
.c-button__size--xs:hover,
.c-button__size--xs:active,
.c-button__size--xs:focus {
  font-size: 0.66em;
}

@media only screen and (max-width: 767px) {

  .c-button__size--xs,
  .c-button__size--xs:hover,
  .c-button__size--xs:active,
  .c-button__size--xs:focus {
    font-size: 0.66em;
  }
}

.c-button__width--660,
.c-button__width--440,
.c-button__width--330,
.c-button__width--220,
.c-button__width--inline {
  display: flex;
}

.justify-content-center.c-button__width--660 .c-button__link,
.justify-content-center.c-button__width--440 .c-button__link,
.justify-content-center.c-button__width--330 .c-button__link,
.justify-content-center.c-button__width--220 .c-button__link,
.justify-content-center.c-button__width--inline .c-button__link {
  margin-left: auto;
  margin-right: auto;
}

.c-button__width--inline .c-button__link,
.c-button__width--inline .c-button__link:hover,
.c-button__width--inline .c-button__link:active,
.c-button__width--inline .c-button__link:focus {
  padding-left: 0;
  padding-right: 0;
  width: -moz-max-content;
  width: max-content;
}

.c-button__width--220 .c-button__link {
  max-width: 11vw;
}

@media only screen and (max-width: 2000px) {
  .c-button__width--220 .c-button__link {
    max-width: 220px;
  }
}

@media only screen and (max-width: 575px) {
  .c-button__width--220 .c-button__link {
    max-width: 100%;
  }
}

.c-button__width--330 .c-button__link {
  max-width: 16.5vw;
}

@media only screen and (max-width: 2000px) {
  .c-button__width--330 .c-button__link {
    max-width: 330px;
  }
}

@media only screen and (max-width: 575px) {
  .c-button__width--330 .c-button__link {
    max-width: 100%;
  }
}

.c-button__width--440 .c-button__link {
  max-width: 22vw;
}

@media only screen and (max-width: 2000px) {
  .c-button__width--440 .c-button__link {
    max-width: 440px;
  }
}

@media only screen and (max-width: 575px) {
  .c-button__width--440 .c-button__link {
    max-width: 100%;
  }
}

.c-button__width--660 .c-button__link {
  max-width: 33vw;
}

@media only screen and (max-width: 2000px) {
  .c-button__width--660 .c-button__link {
    max-width: 660px;
  }
}

@media only screen and (max-width: 991px) {
  .c-button__width--660 .c-button__link {
    max-width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .c-button__width--660 .c-button__link {
    max-width: 100%;
  }
}

.c-button__height--zero,
.c-button__height--zero:hover,
.c-button__height--zero:active,
.c-button__height--zero:focus {
  padding: 0;
}

.c-button__height--thin,
.c-button__height--thin:hover,
.c-button__height--thin:active,
.c-button__height--thin:focus {
  padding: 0.5em 1em;
}

.c-button__height--thin.c-button__texture--flat,
.c-button__height--thin:hover.c-button__texture--flat,
.c-button__height--thin:active.c-button__texture--flat,
.c-button__height--thin:focus.c-button__texture--flat {
  padding: calc(0.5em + var(--button-border-width)) 1em;
}

.c-button__height--flat,
.c-button__height--flat:hover,
.c-button__height--flat:active,
.c-button__height--flat:focus {
  padding: 1em;
}

.c-button__height--flat.c-button__texture--flat,
.c-button__height--flat:hover.c-button__texture--flat,
.c-button__height--flat:active.c-button__texture--flat,
.c-button__height--flat:focus.c-button__texture--flat {
  padding: calc(1em + var(--button-border-width)) 1em;
}

.c-button__height--heavy,
.c-button__height--heavy:hover,
.c-button__height--heavy:active,
.c-button__height--heavy:focus {
  padding: 2em 1em;
}

@media only screen and (max-width: 991px) {

  .c-button__height--heavy,
  .c-button__height--heavy:hover,
  .c-button__height--heavy:active,
  .c-button__height--heavy:focus {
    padding: 2.5em 1em;
  }
}

@media only screen and (max-width: 767px) {

  .c-button__height--heavy,
  .c-button__height--heavy:hover,
  .c-button__height--heavy:active,
  .c-button__height--heavy:focus {
    padding: 2em 1em;
  }
}

.c-button__height--heavy.c-button__texture--flat,
.c-button__height--heavy:hover.c-button__texture--flat,
.c-button__height--heavy:active.c-button__texture--flat,
.c-button__height--heavy:focus.c-button__texture--flat {
  padding: calc(2em + var(--button-border-width)) 1em;
}

@media only screen and (max-width: 991px) {

  .c-button__height--heavy.c-button__texture--flat,
  .c-button__height--heavy:hover.c-button__texture--flat,
  .c-button__height--heavy:active.c-button__texture--flat,
  .c-button__height--heavy:focus.c-button__texture--flat {
    padding: calc(2.5em + var(--button-border-width)) 1em;
  }
}

@media only screen and (max-width: 767px) {

  .c-button__height--heavy.c-button__texture--flat,
  .c-button__height--heavy:hover.c-button__texture--flat,
  .c-button__height--heavy:active.c-button__texture--flat,
  .c-button__height--heavy:focus.c-button__texture--flat {
    padding: calc(2em + var(--button-border-width)) 1em;
  }
}

.c-button__circle--flat,
.c-button__circle--flat:hover,
.c-button__circle--flat:active,
.c-button__circle--flat:focus,
.c-button__circle--thin,
.c-button__circle--thin:hover,
.c-button__circle--thin:active,
.c-button__circle--thin:focus,
.c-button__circle--heavy,
.c-button__circle--heavy:hover,
.c-button__circle--heavy:active,
.c-button__circle--heavy:focus {
  width: -moz-max-content;
  width: max-content;
}

.c-button__circle--flat span,
.c-button__circle--flat:hover span,
.c-button__circle--flat:active span,
.c-button__circle--flat:focus span,
.c-button__circle--thin span,
.c-button__circle--thin:hover span,
.c-button__circle--thin:active span,
.c-button__circle--thin:focus span,
.c-button__circle--heavy span,
.c-button__circle--heavy:hover span,
.c-button__circle--heavy:active span,
.c-button__circle--heavy:focus span {
  width: 1.125em;
  height: 1.125em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-button__circle--flat,
.c-button__circle--flat:hover,
.c-button__circle--flat:active,
.c-button__circle--flat:focus {
  padding: 1em;
}

@media only screen and (max-width: 991px) {

  .c-button__circle--flat,
  .c-button__circle--flat:hover,
  .c-button__circle--flat:active,
  .c-button__circle--flat:focus {
    padding: 0.75em 1em;
  }
}

@media only screen and (max-width: 767px) {

  .c-button__circle--flat,
  .c-button__circle--flat:hover,
  .c-button__circle--flat:active,
  .c-button__circle--flat:focus {
    padding: 0.5em 1em;
  }
}

.c-button__circle--thin,
.c-button__circle--thin:hover,
.c-button__circle--thin:active,
.c-button__circle--thin:focus {
  padding: 0.5em;
}

@media only screen and (max-width: 991px) {

  .c-button__circle--thin,
  .c-button__circle--thin:hover,
  .c-button__circle--thin:active,
  .c-button__circle--thin:focus {
    padding: 0.33em 1em;
  }
}

@media only screen and (max-width: 767px) {

  .c-button__circle--thin,
  .c-button__circle--thin:hover,
  .c-button__circle--thin:active,
  .c-button__circle--thin:focus {
    padding: 0.25em 1em;
  }
}

.c-button__circle--heavy,
.c-button__circle--heavy:hover,
.c-button__circle--heavy:active,
.c-button__circle--heavy:focus {
  padding: 2em;
}

@media only screen and (max-width: 991px) {

  .c-button__circle--heavy,
  .c-button__circle--heavy:hover,
  .c-button__circle--heavy:active,
  .c-button__circle--heavy:focus {
    padding: 2.5em 1em;
  }
}

@media only screen and (max-width: 767px) {

  .c-button__circle--heavy,
  .c-button__circle--heavy:hover,
  .c-button__circle--heavy:active,
  .c-button__circle--heavy:focus {
    padding: 2em 1em;
  }
}

.c-button__texture--flat,
.c-button__texture--flat:hover,
.c-button__texture--flat:active,
.c-button__texture--flat:focus {
  background-color: var(--rgb-flat);
  color: var(--rgb-white);
  border: none;
}

.c-button__texture--flat:hover,
.c-button__texture--flat:active,
.c-button__texture--flat:focus {
  background-color: var(--rgb-flat-hover);
  color: var(--rgb-white);
  border: none;
  opacity: 1;
}

.c-button__texture--multiply,
.c-button__texture--multiply:hover,
.c-button__texture--multiply:active,
.c-button__texture--multiply:focus {
  background-color: var(--rgb-flat);
  color: var(--rgb-white);
  border: none;
  opacity: 1;
}

.c-button__texture--screen,
.c-button__texture--screen:hover,
.c-button__texture--screen:active,
.c-button__texture--screen:focus {
  background-color: var(--rgb-flat);
  color: var(--rgb-white);
  border: none;
  opacity: 1;
}

.c-button__texture--overlay,
.c-button__texture--overlay:hover,
.c-button__texture--overlay:active,
.c-button__texture--overlay:focus {
  background-color: var(--rgb-flat);
  color: var(--rgb-white);
  border: none;
  opacity: 1;
}

.c-button__texture--solid,
.c-button__texture--solid:hover,
.c-button__texture--solid:active,
.c-button__texture--solid:focus {
  background-color: var(--rgb-white);
  color: var(--rgb-button);
  border-color: var(--rgb-button);
}

.c-button__texture--solid:hover,
.c-button__texture--solid:active,
.c-button__texture--solid:focus {
  background-color: rgba(var(--buttonrgbcolor), 0.25);
  color: rgba(var(--buttonrgbcolor), 0.25);
  opacity: 1;
}

.c-button__texture--outline,
.c-button__texture--outline:hover,
.c-button__texture--outline:active,
.c-button__texture--outline:focus {
  background-color: transparent;
  color: var(--rgb-button);
  border-color: var(--rgb-button);
}

.c-button__texture--outline:hover,
.c-button__texture--outline:active,
.c-button__texture--outline:focus {
  background-color: rgba(var(--buttonrgbcolor), 0.25);
  color: var(--rgb-button);
  opacity: 1;
}

.c-button__texture--white,
.c-button__texture--white:hover,
.c-button__texture--white:active,
.c-button__texture--white:focus {
  background-color: var(--rgb-white);
  color: var(--rgb-button-text);
  border: none;
}

.c-button__texture--white:hover,
.c-button__texture--white:active,
.c-button__texture--white:focus {
  background-color: var(--rgb-flat-hover);
  color: var(--rgb-white);
  border: none;
  opacity: 1;
}

.c-button__texture--negative,
.c-button__texture--negative:hover,
.c-button__texture--negative:active,
.c-button__texture--negative:focus {
  color: rgb(153, 153, 153);
  background-color: var(--rgb-white);
  border-color: rgb(153, 153, 153);
}

.c-button__texture--negative:hover,
.c-button__texture--negative:active,
.c-button__texture--negative:focus {
  color: rgb(153, 153, 153);
  background-color: rgba(153, 153, 153, 0.25);
}

.c-button__texture--invert,
.c-button__texture--invert:hover,
.c-button__texture--invert:active,
.c-button__texture--invert:focus {
  background-color: transparent;
  color: var(--rgb-white);
  border-color: var(--rgb-white);
}

.c-button__texture--invert:hover,
.c-button__texture--invert:active,
.c-button__texture--invert:focus {
  background-color: rgba(255, 255, 255, 0.25);
  color: var(--rgb-white);
  opacity: 1;
}

.c-button__texture--footline,
.c-button__texture--footline:hover,
.c-button__texture--footline:active,
.c-button__texture--footline:focus {
  background-color: transparent;
  color: var(--rgb-button-text);
  border: none;
}

.c-button__texture--grad,
.c-button__texture--grad:hover,
.c-button__texture--grad:active,
.c-button__texture--grad:focus {
  background-image: linear-gradient(to right, var(--buttonflatpalecolor) 0%, var(--rgb-flat-hover) 100%);
  color: var(--rgb-white);
  border: none;
}

.c-button__texture--grad:hover,
.c-button__texture--grad:active,
.c-button__texture--grad:focus {
  background-image: linear-gradient(to right, var(--buttonflatpalecolor) 0%, var(--rgb-flat-hover) 100%);
  color: var(--rgb-white);
  border: none;
  opacity: 1;
}

.c-button__texture--outline-footline,
.c-button__texture--outline-footline:hover,
.c-button__texture--outline-footline:active,
.c-button__texture--outline-footline:focus {
  background-color: transparent;
  color: var(--rgb-button);
  border: 1px solid transparent;
  border-bottom: 1px solid var(--rgb-button);
}

.c-button__texture--outline-footline:hover,
.c-button__texture--outline-footline:active,
.c-button__texture--outline-footline:focus {
  background-color: rgba(255, 255, 255, 0.25);
  color: var(--rgb-button);
  opacity: 1;
}

.c-button__texture--invert-footline,
.c-button__texture--invert-footline:hover,
.c-button__texture--invert-footline:active,
.c-button__texture--invert-footline:focus {
  background-color: transparent;
  color: var(--rgb-white);
  border: 1px solid transparent;
  border-bottom: 1px solid var(--rgb-white);
}

.c-button__texture--invert-footline:hover,
.c-button__texture--invert-footline:active,
.c-button__texture--invert-footline:focus {
  background-color: rgba(255, 255, 255, 0.25);
  color: var(--rgb-white);
  opacity: 1;
}

.c-button__texture--text,
.c-button__texture--text:hover,
.c-button__texture--text:active,
.c-button__texture--text:focus {
  width: -moz-max-content;
  width: max-content;
}

.c-button__texture--faqtag,
.c-button__texture--faqtag:hover,
.c-button__texture--faqtag:active,
.c-button__texture--faqtag:focus {
  background-color: var(--rgb-white);
  color: var(--faqtagcolor);
  border-color: var(--faqtagcolor);
}

.c-button__texture--faqtag span,
.c-button__texture--faqtag:hover span,
.c-button__texture--faqtag:active span,
.c-button__texture--faqtag:focus span {
  line-height: 1.5;
}

.c-button__texture--faqtag:before,
.c-button__texture--faqtag:hover:before,
.c-button__texture--faqtag:active:before,
.c-button__texture--faqtag:focus:before {
  background-color: var(--faqtagcolor);
  color: var(--rgb-white);
  content: "Q";
  font-size: 1.5em;
  position: stycky;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1em;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

@media only screen and (max-width: 1199px) {

  .c-button__texture--faqtag:before,
  .c-button__texture--faqtag:hover:before,
  .c-button__texture--faqtag:active:before,
  .c-button__texture--faqtag:focus:before {
    margin: 0 0.75em;
  }
}

@media only screen and (max-width: 991px) {

  .c-button__texture--faqtag:before,
  .c-button__texture--faqtag:hover:before,
  .c-button__texture--faqtag:active:before,
  .c-button__texture--faqtag:focus:before {
    margin: 0 0.5em;
  }
}

@media only screen and (max-width: 767px) {

  .c-button__texture--faqtag:before,
  .c-button__texture--faqtag:hover:before,
  .c-button__texture--faqtag:active:before,
  .c-button__texture--faqtag:focus:before {
    margin: 0 0.5em 0 0.25em;
  }
}

.c-button__texture--faqtag:hover,
.c-button__texture--faqtag:active,
.c-button__texture--faqtag:focus {
  opacity: 1;
}

.c-button__texture--faqtag:hover:before,
.c-button__texture--faqtag:active:before,
.c-button__texture--faqtag:focus:before {
  animation: korokoro-q 0.5s linear 0s 1;
}

@keyframes korokoro-q {
  0% {
    transform: translate(0%, 0%);
  }

  5% {
    transform: translate(10%, 0%) rotate(10deg);
  }

  25% {
    transform: translate(20%, 0%) rotate(20deg);
  }

  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
  }

  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
  }

  45% {
    transform: translate(10%, 0%) rotate(10deg);
  }

  50% {
    transform: translate(15%, 0%) rotate(15deg);
  }

  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }

  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
  }

  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }

  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}

.c-button__texture--white:not(a),
.c-button__texture--white:not(a):hover,
.c-button__texture--white:not(a):active,
.c-button__texture--white:not(a):focus,
.c-button__texture--white:not(button),
.c-button__texture--white:not(button):hover,
.c-button__texture--white:not(button):active,
.c-button__texture--white:not(button):focus {
  background-color: var(--rgb-white);
  color: var(--rgb-button-text);
  border: none;
}

.c-button__dummy.c-button__texture--flat {
  background-color: var(--rgb-flat);
  color: var(--rgb-white);
  border-color: transparent;
}

.c-button__dummy.c-button__texture--solid {
  background-color: var(--rgb-white);
  color: var(--rgb-button);
  border-color: var(--rgb-button);
}

.c-button__dummy.c-button__texture--outline {
  background-color: transparent;
  color: var(--rgb-button);
  border-color: var(--rgb-button);
}

.c-button__dummy.c-button__texture--negative {
  color: rgb(153, 153, 153);
  background-color: var(--rgb-white);
  border-color: rgb(153, 153, 153);
}

.c-button__dummy.c-button__texture--invert {
  background-color: transparent;
  color: var(--rgb-white);
  border-color: var(--rgb-white);
}

.c-button__rounded--xs,
.c-button__rounded--sm,
.c-button__rounded--md,
.c-button__rounded--lg,
.c-button__rounded--xl,
.c-button__rounded--all {
  overflow: hidden;
}

.c-button__rounded--xs,
.c-button__rounded--xs:hover,
.c-button__rounded--xs:active,
.c-button__rounded--xs:focus {
  border-radius: 0.125rem;
}

.c-button__rounded--sm,
.c-button__rounded--sm:hover,
.c-button__rounded--sm:active,
.c-button__rounded--sm:focus {
  border-radius: 0.25rem;
}

.c-button__rounded--md,
.c-button__rounded--md:hover,
.c-button__rounded--md:active,
.c-button__rounded--md:focus {
  border-radius: 0.5rem;
}

.c-button__rounded--lg,
.c-button__rounded--lg:hover,
.c-button__rounded--lg:active,
.c-button__rounded--lg:focus {
  border-radius: 0.75rem;
}

.c-button__rounded--xl,
.c-button__rounded--xl:hover,
.c-button__rounded--xl:active,
.c-button__rounded--xl:focus {
  border-radius: 1rem;
}

.c-button__rounded--all,
.c-button__rounded--all:hover,
.c-button__rounded--all:active,
.c-button__rounded--all:focus {
  border-radius: 100rem;
}

.c-button__motion--right {
  position: relative;
  overflow: hidden;
}

.c-button__motion--right.c-button__texture--flat:before,
.c-button__motion--right.c-button__texture--flat:after {
  content: "";
}

.c-button__motion--right.c-button__texture--flat span,
.c-button__motion--right.c-button__texture--flat:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-flat-text-out 0.5s ease-out 1 forwards;
}

@keyframes animation-flat-text-out {
  0% {
    color: var(--rgb-white);
  }

  20% {
    color: var(--rgb-white);
  }

  80% {
    color: var(--rgb-white);
  }

  100% {
    color: var(--rgb-white);
  }
}

.c-button__motion--right.c-button__texture--flat:before {
  background-color: var(--rgb-flat-hover);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-right: 0;
  display: block;
  animation: animation-flat-background-out 0.5s ease-out 1 forwards;
}

@keyframes animation-flat-background-out {
  0% {
    width: 100%;
  }

  20% {
    width: 100%;
  }

  80% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

.c-button__motion--right.c-button__texture--flat:hover,
.c-button__motion--right.c-button__texture--flat:active,
.c-button__motion--right.c-button__texture--flat:focus,
.c-button__motion--right.c-button__texture--flat.active {
  background-color: var(--rgb-flat);
  opacity: 1 !important;
}

.c-button__motion--right.c-button__texture--flat:hover span,
.c-button__motion--right.c-button__texture--flat:hover:after,
.c-button__motion--right.c-button__texture--flat:active span,
.c-button__motion--right.c-button__texture--flat:active:after,
.c-button__motion--right.c-button__texture--flat:focus span,
.c-button__motion--right.c-button__texture--flat:focus:after,
.c-button__motion--right.c-button__texture--flat.active span,
.c-button__motion--right.c-button__texture--flat.active:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-flat-text-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-flat-text-hover {
  0% {
    color: var(--rgb-white);
  }

  20% {
    color: var(--rgb-white);
  }

  80% {
    color: var(--rgb-white);
  }

  100% {
    color: var(--rgb-white);
  }
}

.c-button__motion--right.c-button__texture--flat:hover:before,
.c-button__motion--right.c-button__texture--flat:active:before,
.c-button__motion--right.c-button__texture--flat:focus:before,
.c-button__motion--right.c-button__texture--flat.active:before {
  background-color: var(--rgb-flat-hover);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-flat-background-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-flat-background-hover {
  0% {
    width: 0;
  }

  20% {
    width: 0;
  }

  80% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

.c-button__motion--right.c-button__texture--multiply:before,
.c-button__motion--right.c-button__texture--multiply:after {
  content: "";
}

.c-button__motion--right.c-button__texture--multiply span,
.c-button__motion--right.c-button__texture--multiply:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-flat-text-out 0.5s ease-out 1 forwards;
}

@keyframes animation-flat-text-out {
  0% {
    color: var(--rgb-white);
  }

  20% {
    color: var(--rgb-white);
  }

  80% {
    color: var(--rgb-white);
  }

  100% {
    color: var(--rgb-white);
  }
}

.c-button__motion--right.c-button__texture--multiply:before {
  background-color: var(--rgb-flat);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-right: 0;
  mix-blend-mode: multiply;
  display: block;
  animation: animation-flat-background-out 0.5s ease-out 1 forwards;
}

@keyframes animation-flat-background-out {
  0% {
    width: 100%;
  }

  20% {
    width: 100%;
  }

  80% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

.c-button__motion--right.c-button__texture--multiply:hover,
.c-button__motion--right.c-button__texture--multiply:active,
.c-button__motion--right.c-button__texture--multiply:focus,
.c-button__motion--right.c-button__texture--multiply.active {
  background-color: var(--rgb-flat);
  opacity: 1 !important;
}

.c-button__motion--right.c-button__texture--multiply:hover span,
.c-button__motion--right.c-button__texture--multiply:hover:after,
.c-button__motion--right.c-button__texture--multiply:active span,
.c-button__motion--right.c-button__texture--multiply:active:after,
.c-button__motion--right.c-button__texture--multiply:focus span,
.c-button__motion--right.c-button__texture--multiply:focus:after,
.c-button__motion--right.c-button__texture--multiply.active span,
.c-button__motion--right.c-button__texture--multiply.active:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-flat-text-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-flat-text-hover {
  0% {
    color: var(--rgb-white);
  }

  20% {
    color: var(--rgb-white);
  }

  80% {
    color: var(--rgb-white);
  }

  100% {
    color: var(--rgb-white);
  }
}

.c-button__motion--right.c-button__texture--multiply:hover:before,
.c-button__motion--right.c-button__texture--multiply:active:before,
.c-button__motion--right.c-button__texture--multiply:focus:before,
.c-button__motion--right.c-button__texture--multiply.active:before {
  background-color: var(--rgb-flat);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-flat-background-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-flat-background-hover {
  0% {
    width: 0;
  }

  20% {
    width: 0;
  }

  80% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

.c-button__motion--right.c-button__texture--screen:before,
.c-button__motion--right.c-button__texture--screen:after {
  content: "";
}

.c-button__motion--right.c-button__texture--screen span,
.c-button__motion--right.c-button__texture--screen:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-flat-text-out 0.5s ease-out 1 forwards;
}

@keyframes animation-flat-text-out {
  0% {
    color: var(--rgb-white);
  }

  20% {
    color: var(--rgb-white);
  }

  80% {
    color: var(--rgb-white);
  }

  100% {
    color: var(--rgb-white);
  }
}

.c-button__motion--right.c-button__texture--screen:before {
  background-color: var(--rgb-flat);
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-right: 0;
  display: block;
  animation: animation-flat-background-out 0.5s ease-out 1 forwards;
}

@keyframes animation-flat-background-out {
  0% {
    width: 100%;
  }

  20% {
    width: 100%;
  }

  80% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

.c-button__motion--right.c-button__texture--screen:hover,
.c-button__motion--right.c-button__texture--screen:active,
.c-button__motion--right.c-button__texture--screen:focus,
.c-button__motion--right.c-button__texture--screen.active {
  background-color: var(--rgb-flat);
  opacity: 1 !important;
}

.c-button__motion--right.c-button__texture--screen:hover span,
.c-button__motion--right.c-button__texture--screen:hover:after,
.c-button__motion--right.c-button__texture--screen:active span,
.c-button__motion--right.c-button__texture--screen:active:after,
.c-button__motion--right.c-button__texture--screen:focus span,
.c-button__motion--right.c-button__texture--screen:focus:after,
.c-button__motion--right.c-button__texture--screen.active span,
.c-button__motion--right.c-button__texture--screen.active:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-flat-text-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-flat-text-hover {
  0% {
    color: var(--rgb-white);
  }

  20% {
    color: var(--rgb-white);
  }

  80% {
    color: var(--rgb-white);
  }

  100% {
    color: var(--rgb-white);
  }
}

.c-button__motion--right.c-button__texture--screen:hover:before,
.c-button__motion--right.c-button__texture--screen:active:before,
.c-button__motion--right.c-button__texture--screen:focus:before,
.c-button__motion--right.c-button__texture--screen.active:before {
  background-color: var(--rgb-flat);
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-flat-background-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-flat-background-hover {
  0% {
    width: 0;
  }

  20% {
    width: 0;
  }

  80% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

.c-button__motion--right.c-button__texture--overlay:before,
.c-button__motion--right.c-button__texture--overlay:after {
  content: "";
}

.c-button__motion--right.c-button__texture--overlay span,
.c-button__motion--right.c-button__texture--overlay:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-flat-text-out 0.5s ease-out 1 forwards;
}

@keyframes animation-flat-text-out {
  0% {
    color: var(--rgb-white);
  }

  20% {
    color: var(--rgb-white);
  }

  80% {
    color: var(--rgb-white);
  }

  100% {
    color: var(--rgb-white);
  }
}

.c-button__motion--right.c-button__texture--overlay:before {
  background-color: var(--rgb-flat);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-right: 0;
  mix-blend-mode: overlay;
  display: block;
  animation: animation-flat-background-out 0.5s ease-out 1 forwards;
}

@keyframes animation-flat-background-out {
  0% {
    width: 100%;
  }

  20% {
    width: 100%;
  }

  80% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

.c-button__motion--right.c-button__texture--overlay:hover,
.c-button__motion--right.c-button__texture--overlay:active,
.c-button__motion--right.c-button__texture--overlay:focus,
.c-button__motion--right.c-button__texture--overlay.active {
  background-color: var(--rgb-flat);
  opacity: 1 !important;
}

.c-button__motion--right.c-button__texture--overlay:hover span,
.c-button__motion--right.c-button__texture--overlay:hover:after,
.c-button__motion--right.c-button__texture--overlay:active span,
.c-button__motion--right.c-button__texture--overlay:active:after,
.c-button__motion--right.c-button__texture--overlay:focus span,
.c-button__motion--right.c-button__texture--overlay:focus:after,
.c-button__motion--right.c-button__texture--overlay.active span,
.c-button__motion--right.c-button__texture--overlay.active:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-flat-text-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-flat-text-hover {
  0% {
    color: var(--rgb-white);
  }

  20% {
    color: var(--rgb-white);
  }

  80% {
    color: var(--rgb-white);
  }

  100% {
    color: var(--rgb-white);
  }
}

.c-button__motion--right.c-button__texture--overlay:hover:before,
.c-button__motion--right.c-button__texture--overlay:active:before,
.c-button__motion--right.c-button__texture--overlay:focus:before,
.c-button__motion--right.c-button__texture--overlay.active:before {
  background-color: var(--rgb-flat);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  mix-blend-mode: overlay;
  content: "";
  animation: animation-flat-background-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-flat-background-hover {
  0% {
    width: 0;
  }

  20% {
    width: 0;
  }

  80% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

.c-button__motion--right.c-button__texture--white span,
.c-button__motion--right.c-button__texture--white:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-white-text-out 0.5s ease-out 1 forwards;
}

@keyframes animation-white-text-out {
  0% {
    color: var(--rgb-white);
  }

  20% {
    color: var(--rgb-white);
  }

  80% {
    color: var(--rgb-button-text);
  }

  100% {
    color: var(--rgb-button-text);
  }
}

.c-button__motion--right.c-button__texture--white:before {
  background-color: var(--rgb-button-text);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-right: 0;
  display: block;
  content: "";
  animation: animation-white-background-out 0.5s ease-out 1 forwards;
}

@keyframes animation-white-background-out {
  0% {
    width: 100%;
  }

  20% {
    width: 100%;
  }

  80% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

.c-button__motion--right.c-button__texture--white:hover,
.c-button__motion--right.c-button__texture--white:active,
.c-button__motion--right.c-button__texture--white:focus,
.c-button__motion--right.c-button__texture--white.active {
  background-color: var(--rgb-white);
  opacity: 1 !important;
}

.c-button__motion--right.c-button__texture--white:hover span,
.c-button__motion--right.c-button__texture--white:hover:after,
.c-button__motion--right.c-button__texture--white:active span,
.c-button__motion--right.c-button__texture--white:active:after,
.c-button__motion--right.c-button__texture--white:focus span,
.c-button__motion--right.c-button__texture--white:focus:after,
.c-button__motion--right.c-button__texture--white.active span,
.c-button__motion--right.c-button__texture--white.active:after {
  color: var(--rgb-button-text);
  position: relative;
  z-index: 1;
  animation: animation-white-text-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-white-text-hover {
  0% {
    color: var(--rgb-button-text);
  }

  20% {
    color: var(--rgb-button-text);
  }

  80% {
    color: var(--rgb-white);
  }

  100% {
    color: var(--rgb-white);
  }
}

.c-button__motion--right.c-button__texture--white:hover:before,
.c-button__motion--right.c-button__texture--white:active:before,
.c-button__motion--right.c-button__texture--white:focus:before,
.c-button__motion--right.c-button__texture--white.active:before {
  background-color: var(--rgb-button-text);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-white-background-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-white-background-hover {
  0% {
    width: 0;
  }

  20% {
    width: 0;
  }

  80% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

.c-button__motion--right.c-button__texture--grad span,
.c-button__motion--right.c-button__texture--grad:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
}

.c-button__motion--right.c-button__texture--grad:before {
  background-color: var(--rgb-flat-hover);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  margin-right: 0;
  display: block;
  animation: animation-grad-background-out 0.5s ease-out 1 forwards;
}

@keyframes animation-grad-background-out {
  0% {
    width: 100%;
  }

  20% {
    width: 100%;
  }

  80% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

.c-button__motion--right.c-button__texture--grad:hover,
.c-button__motion--right.c-button__texture--grad:active,
.c-button__motion--right.c-button__texture--grad:focus,
.c-button__motion--right.c-button__texture--grad.active {
  background-color: var(--rgb-flat);
  opacity: 1 !important;
}

.c-button__motion--right.c-button__texture--grad:hover span,
.c-button__motion--right.c-button__texture--grad:hover:after,
.c-button__motion--right.c-button__texture--grad:active span,
.c-button__motion--right.c-button__texture--grad:active:after,
.c-button__motion--right.c-button__texture--grad:focus span,
.c-button__motion--right.c-button__texture--grad:focus:after,
.c-button__motion--right.c-button__texture--grad.active span,
.c-button__motion--right.c-button__texture--grad.active:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}

.c-button__motion--right.c-button__texture--grad:hover:before,
.c-button__motion--right.c-button__texture--grad:active:before,
.c-button__motion--right.c-button__texture--grad:focus:before,
.c-button__motion--right.c-button__texture--grad.active:before {
  background-color: var(--rgb-flat-hover);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-grad-background-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-grad-background-hover {
  0% {
    width: 0;
  }

  20% {
    width: 0;
  }

  80% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

.c-button__motion--right.c-button__texture--solid span,
.c-button__motion--right.c-button__texture--solid:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-solid-text-out 0.5s ease-out 1 forwards;
}

@keyframes animation-solid-text-out {
  0% {
    color: var(--rgb-white);
  }

  20% {
    color: var(--rgb-white);
  }

  80% {
    color: var(--rgb-button);
  }

  100% {
    color: var(--rgb-button);
  }
}

.c-button__motion--right.c-button__texture--solid:before {
  background-color: var(--rgb-button);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  margin-right: 0;
  display: block;
  animation: animation-solid-background-out 0.5s ease-out 1 forwards;
}

@keyframes animation-solid-background-out {
  0% {
    width: 100%;
  }

  20% {
    width: 100%;
  }

  80% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

.c-button__motion--right.c-button__texture--solid:hover,
.c-button__motion--right.c-button__texture--solid:active,
.c-button__motion--right.c-button__texture--solid:focus,
.c-button__motion--right.c-button__texture--solid.active {
  background-color: var(--rgb-white);
  opacity: 1 !important;
}

.c-button__motion--right.c-button__texture--solid:hover span,
.c-button__motion--right.c-button__texture--solid:hover:after,
.c-button__motion--right.c-button__texture--solid:active span,
.c-button__motion--right.c-button__texture--solid:active:after,
.c-button__motion--right.c-button__texture--solid:focus span,
.c-button__motion--right.c-button__texture--solid:focus:after,
.c-button__motion--right.c-button__texture--solid.active span,
.c-button__motion--right.c-button__texture--solid.active:after {
  color: var(--rgb-button);
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  animation: animation-solid-text-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-solid-text-hover {
  0% {
    color: var(--rgb-button);
  }

  20% {
    color: var(--rgb-button);
  }

  80% {
    color: var(--rgb-white);
  }

  100% {
    color: var(--rgb-white);
  }
}

.c-button__motion--right.c-button__texture--solid:hover:before,
.c-button__motion--right.c-button__texture--solid:active:before,
.c-button__motion--right.c-button__texture--solid:focus:before,
.c-button__motion--right.c-button__texture--solid.active:before {
  background-color: var(--rgb-button);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-solid-background-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-solid-background-hover {
  0% {
    width: 0;
  }

  20% {
    width: 0;
  }

  80% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

.c-button__motion--right.c-button__texture--outline span,
.c-button__motion--right.c-button__texture--outline:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-outline-text-out 0.5s ease-out 1 forwards;
}

@keyframes animation-outline-text-out {
  0% {
    color: var(--rgb-white);
  }

  20% {
    color: var(--rgb-white);
  }

  80% {
    color: var(--rgb-button);
  }

  100% {
    color: var(--rgb-button);
  }
}

.c-button__motion--right.c-button__texture--outline:before {
  background-color: var(--rgb-button);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  margin-right: 0;
  display: block;
  animation: animation-outline-background-out 0.5s ease-out 1 forwards;
}

@keyframes animation-outline-background-out {
  0% {
    width: 100%;
  }

  20% {
    width: 100%;
  }

  80% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

.c-button__motion--right.c-button__texture--outline:hover,
.c-button__motion--right.c-button__texture--outline:active,
.c-button__motion--right.c-button__texture--outline:focus,
.c-button__motion--right.c-button__texture--outline.active {
  background-color: transparent;
  opacity: 1 !important;
}

.c-button__motion--right.c-button__texture--outline:hover span,
.c-button__motion--right.c-button__texture--outline:hover:after,
.c-button__motion--right.c-button__texture--outline:active span,
.c-button__motion--right.c-button__texture--outline:active:after,
.c-button__motion--right.c-button__texture--outline:focus span,
.c-button__motion--right.c-button__texture--outline:focus:after,
.c-button__motion--right.c-button__texture--outline.active span,
.c-button__motion--right.c-button__texture--outline.active:after {
  color: var(--rgb-button);
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  animation: animation-outline-text-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-outline-text-hover {
  0% {
    color: var(--rgb-button);
  }

  20% {
    color: var(--rgb-button);
  }

  80% {
    color: var(--rgb-white);
  }

  100% {
    color: var(--rgb-white);
  }
}

.c-button__motion--right.c-button__texture--outline:hover:before,
.c-button__motion--right.c-button__texture--outline:active:before,
.c-button__motion--right.c-button__texture--outline:focus:before,
.c-button__motion--right.c-button__texture--outline.active:before {
  background-color: var(--rgb-button);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-outline-background-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-outline-background-hover {
  0% {
    width: 0;
  }

  20% {
    width: 0;
  }

  80% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

.c-button__motion--right.c-button__texture--invert span,
.c-button__motion--right.c-button__texture--invert:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-invert-text-out 0.5s ease-out 1 forwards;
}

@keyframes animation-invert-text-out {
  0% {
    color: var(--rgb-flat);
  }

  20% {
    color: var(--rgb-flat);
  }

  80% {
    color: var(--rgb-white);
  }

  100% {
    color: var(--rgb-white);
  }
}

.c-button__motion--right.c-button__texture--invert:before {
  background-color: var(--rgb-white);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-right: 0;
  display: block;
  content: "";
  animation: animation-invert-background-out 0.5s ease-out 1 forwards;
}

@keyframes animation-invert-background-out {
  0% {
    width: 100%;
  }

  20% {
    width: 100%;
  }

  80% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

.c-button__motion--right.c-button__texture--invert:hover,
.c-button__motion--right.c-button__texture--invert:active,
.c-button__motion--right.c-button__texture--invert:focus,
.c-button__motion--right.c-button__texture--invert.active {
  background-color: transparent;
  opacity: 1 !important;
}

.c-button__motion--right.c-button__texture--invert:hover span,
.c-button__motion--right.c-button__texture--invert:hover:after,
.c-button__motion--right.c-button__texture--invert:active span,
.c-button__motion--right.c-button__texture--invert:active:after,
.c-button__motion--right.c-button__texture--invert:focus span,
.c-button__motion--right.c-button__texture--invert:focus:after,
.c-button__motion--right.c-button__texture--invert.active span,
.c-button__motion--right.c-button__texture--invert.active:after {
  color: var(--rgb-flat);
  position: relative;
  z-index: 1;
  animation: animation-invert-text-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-invert-text-hover {
  0% {
    color: var(--rgb-white);
  }

  20% {
    color: var(--rgb-white);
  }

  80% {
    color: var(--rgb-flat);
  }

  100% {
    color: var(--rgb-flat);
  }
}

.c-button__motion--right.c-button__texture--invert:hover:before,
.c-button__motion--right.c-button__texture--invert:active:before,
.c-button__motion--right.c-button__texture--invert:focus:before,
.c-button__motion--right.c-button__texture--invert.active:before {
  background-color: var(--rgb-white);
  color: var(--rgb-flat);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-invert-background-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-invert-background-hover {
  0% {
    width: 0;
  }

  20% {
    width: 0;
  }

  80% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

.c-button__motion--right.c-button__texture--outline-footline span,
.c-button__motion--right.c-button__texture--outline-footline:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-outline-footline-text-out 0.5s ease-out 1 forwards;
}

@keyframes animation-outline-footline-text-out {
  0% {
    color: var(--rgb-white);
  }

  20% {
    color: var(--rgb-white);
  }

  80% {
    color: var(--rgb-button);
  }

  100% {
    color: var(--rgb-button);
  }
}

.c-button__motion--right.c-button__texture--outline-footline:before {
  background-color: var(--rgb-button);
  color: var(--rgb-white);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  margin-right: 0;
  display: block;
  animation: animation-outline-footline-background-out 0.5s ease-out 1 forwards;
}

@keyframes animation-outline-footline-background-out {
  0% {
    width: 100%;
  }

  20% {
    width: 100%;
  }

  80% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

.c-button__motion--right.c-button__texture--outline-footline:hover,
.c-button__motion--right.c-button__texture--outline-footline:active,
.c-button__motion--right.c-button__texture--outline-footline:focus {
  background-color: transparent;
  opacity: 1 !important;
}

.c-button__motion--right.c-button__texture--outline-footline:hover span,
.c-button__motion--right.c-button__texture--outline-footline:hover:after,
.c-button__motion--right.c-button__texture--outline-footline:active span,
.c-button__motion--right.c-button__texture--outline-footline:active:after,
.c-button__motion--right.c-button__texture--outline-footline:focus span,
.c-button__motion--right.c-button__texture--outline-footline:focus:after {
  color: var(--rgb-button);
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  animation: animation-outline-footline-text-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-outline-footline-text-hover {
  0% {
    color: var(--rgb-button);
  }

  20% {
    color: var(--rgb-button);
  }

  80% {
    color: var(--rgb-white);
  }

  100% {
    color: var(--rgb-white);
  }
}

.c-button__motion--right.c-button__texture--outline-footline:hover:before,
.c-button__motion--right.c-button__texture--outline-footline:active:before,
.c-button__motion--right.c-button__texture--outline-footline:focus:before {
  background-color: var(--rgb-button);
  color: var(--rgb-white);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-outline-footline-background-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-outline-footline-background-hover {
  0% {
    width: 0;
  }

  20% {
    width: 0;
  }

  80% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

.c-button__motion--right.c-button__texture--footline span,
.c-button__motion--right.c-button__texture--footline:before,
.c-button__motion--right.c-button__texture--footline:after {
  color: var(--rgb-button-text);
}

.c-button__motion--right.c-button__texture--footline span {
  position: relative;
  z-index: 1;
}

.c-button__motion--right.c-button__texture--footline:before,
.c-button__motion--right.c-button__texture--footline:after {
  background-color: var(--rgb-button);
  width: 100%;
  height: var(--button-border-width);
  position: absolute;
  bottom: 0;
  content: "";
}

.c-button__motion--right.c-button__texture--footline:before {
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0.5;
  display: block;
}

.c-button__motion--right.c-button__texture--footline:after {
  color: var(--rgb-button-text);
  z-index: 3;
  mix-blend-mode: multiply;
  right: 0;
  animation: animation-footline-background-out 0.5s ease-out 1 forwards;
}

@keyframes animation-footline-background-out {
  0% {
    width: 100%;
  }

  20% {
    width: 100%;
  }

  80% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

.c-button__motion--right.c-button__texture--footline:hover,
.c-button__motion--right.c-button__texture--footline:active,
.c-button__motion--right.c-button__texture--footline:focus {
  background-color: transparent;
  opacity: 1 !important;
}

.c-button__motion--right.c-button__texture--footline:hover span,
.c-button__motion--right.c-button__texture--footline:hover:before,
.c-button__motion--right.c-button__texture--footline:hover:after,
.c-button__motion--right.c-button__texture--footline:active span,
.c-button__motion--right.c-button__texture--footline:active:before,
.c-button__motion--right.c-button__texture--footline:active:after,
.c-button__motion--right.c-button__texture--footline:focus span,
.c-button__motion--right.c-button__texture--footline:focus:before,
.c-button__motion--right.c-button__texture--footline:focus:after {
  color: var(--rgb-button-text);
}

.c-button__motion--right.c-button__texture--footline:hover span,
.c-button__motion--right.c-button__texture--footline:active span,
.c-button__motion--right.c-button__texture--footline:focus span {
  position: relative;
  z-index: 1;
}

.c-button__motion--right.c-button__texture--footline:hover:before,
.c-button__motion--right.c-button__texture--footline:active:before,
.c-button__motion--right.c-button__texture--footline:focus:before {
  color: var(--rgb-button-text);
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
}

.c-button__motion--right.c-button__texture--footline:hover:after,
.c-button__motion--right.c-button__texture--footline:active:after,
.c-button__motion--right.c-button__texture--footline:focus:after {
  background-color: var(--rgb-button);
  color: var(--rgb-button-text);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--button-border-width);
  content: "";
  animation: animation-footline-background-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-footline-background-hover {
  0% {
    width: 0;
  }

  20% {
    width: 0;
  }

  80% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

.c-button__link .u-arrow__chevron--right.c-button__motion--arrow:after {
  transform: translateX(0);
  transition: transform 0.3s;
}

.c-button__link:hover .u-arrow__chevron--right.c-button__motion--arrow:after {
  transform: translateX(0.5em);
  transition: transform 0.6s;
}

.c-button__link .u-arrow__chevron--down.c-button__motion--arrow:after {
  transform: translateY(0);
  transition: transform 0.3s;
}

.c-button__link:hover .u-arrow__chevron--down.c-button__motion--arrow:after {
  transform: translateY(0.125em);
  transition: transform 0.6s;
}

.c-button-sub__motion--right {
  position: relative;
}

.c-button-sub__motion--right.c-button-sub__texture--solid span,
.c-button-sub__motion--right.c-button-sub__texture--solid:after,
.c-button-sub__motion--right.c-button-sub__texture--outline span,
.c-button-sub__motion--right.c-button-sub__texture--outline:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-sub-text-out 0.5s ease-out 1 forwards;
}

@keyframes animation-sub-text-out {
  0% {
    color: var(--rgb-white);
  }

  20% {
    color: var(--rgb-white);
  }

  80% {
    color: var(--buttonsubcolor);
  }

  100% {
    color: var(--buttonsubcolor);
  }
}

.c-button-sub__motion--right.c-button-sub__texture--solid:before,
.c-button-sub__motion--right.c-button-sub__texture--outline:before {
  background-color: var(--buttonsubcolor);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  margin-right: 0;
  display: block;
  animation: animation-sub-background-out 0.5s ease-out 1 forwards;
}

@keyframes animation-sub-background-out {
  0% {
    width: 100%;
  }

  20% {
    width: 100%;
  }

  80% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

.c-button-sub__motion--right.c-button-sub__texture--solid:hover,
.c-button-sub__motion--right.c-button-sub__texture--solid:active,
.c-button-sub__motion--right.c-button-sub__texture--solid:focus,
.c-button-sub__motion--right.c-button-sub__texture--outline:hover,
.c-button-sub__motion--right.c-button-sub__texture--outline:active,
.c-button-sub__motion--right.c-button-sub__texture--outline:focus {
  background-color: var(--rgb-white);
  opacity: 1 !important;
}

.c-button-sub__motion--right.c-button-sub__texture--solid:hover span,
.c-button-sub__motion--right.c-button-sub__texture--solid:hover:after,
.c-button-sub__motion--right.c-button-sub__texture--solid:active span,
.c-button-sub__motion--right.c-button-sub__texture--solid:active:after,
.c-button-sub__motion--right.c-button-sub__texture--solid:focus span,
.c-button-sub__motion--right.c-button-sub__texture--solid:focus:after,
.c-button-sub__motion--right.c-button-sub__texture--outline:hover span,
.c-button-sub__motion--right.c-button-sub__texture--outline:hover:after,
.c-button-sub__motion--right.c-button-sub__texture--outline:active span,
.c-button-sub__motion--right.c-button-sub__texture--outline:active:after,
.c-button-sub__motion--right.c-button-sub__texture--outline:focus span,
.c-button-sub__motion--right.c-button-sub__texture--outline:focus:after {
  color: var(--buttonsubcolor);
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  animation: animation-sub-text-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-sub-text-hover {
  0% {
    color: var(--buttonsubcolor);
  }

  20% {
    color: var(--buttonsubcolor);
  }

  80% {
    color: var(--rgb-white);
  }

  100% {
    color: var(--rgb-white);
  }
}

.c-button-sub__motion--right.c-button-sub__texture--solid:hover:before,
.c-button-sub__motion--right.c-button-sub__texture--solid:active:before,
.c-button-sub__motion--right.c-button-sub__texture--solid:focus:before,
.c-button-sub__motion--right.c-button-sub__texture--outline:hover:before,
.c-button-sub__motion--right.c-button-sub__texture--outline:active:before,
.c-button-sub__motion--right.c-button-sub__texture--outline:focus:before {
  background-color: var(--buttonsubcolor);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-sub-background-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-sub-background-hover {
  0% {
    width: 0;
  }

  20% {
    width: 0;
  }

  80% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

.c-button-sub__motion--right.c-button-sub__texture--solid,
.c-button-sub__motion--right.c-button-sub__texture--solid:hover,
.c-button-sub__motion--right.c-button-sub__texture--solid:active,
.c-button-sub__motion--right.c-button-sub__texture--solid:focus {
  background-color: var(--rgb-white);
}

.c-button-sub__motion--right.c-button-sub__texture-outline:hover,
.c-button-sub__motion--right.c-button-sub__texture-outline:active,
.c-button-sub__motion--right.c-button-sub__texture-outline:focus {
  background-color: transparent;
}

.c-button-invert__motion--right {
  position: relative;
  overflow: hidden;
}

.c-button-invert__motion--right.c-button__texture--invert span,
.c-button-invert__motion--right.c-button__texture--invert:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-invert-text-out 0.5s ease-out 1 forwards;
}

@keyframes animation-invert-text-out {
  0% {
    color: rgb(0, 0, 0);
  }

  20% {
    color: rgb(0, 0, 0);
  }

  80% {
    color: var(--buttoninvertcolor);
  }

  100% {
    color: var(--buttoninvertcolor);
  }
}

.c-button-invert__motion--right.c-button__texture--invert:before {
  background-color: var(--buttoninvertcolor);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  margin-right: 0;
  display: block;
  animation: animation-invert-background-out 0.5s ease-out 1 forwards;
}

@keyframes animation-invert-background-out {
  0% {
    width: 100%;
  }

  20% {
    width: 100%;
  }

  80% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

.c-button-invert__motion--right.c-button__texture--invert:hover,
.c-button-invert__motion--right.c-button__texture--invert:active,
.c-button-invert__motion--right.c-button__texture--invert:focus {
  background-color: transparent;
  opacity: 1 !important;
}

.c-button-invert__motion--right.c-button__texture--invert:hover span,
.c-button-invert__motion--right.c-button__texture--invert:hover:after,
.c-button-invert__motion--right.c-button__texture--invert:active span,
.c-button-invert__motion--right.c-button__texture--invert:active:after,
.c-button-invert__motion--right.c-button__texture--invert:focus span,
.c-button-invert__motion--right.c-button__texture--invert:focus:after {
  color: var(--buttoninvertcolor);
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  animation: animation-invert-text-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-invert-text-hover {
  0% {
    color: var(--buttoninvertcolor);
  }

  20% {
    color: var(--buttoninvertcolor);
  }

  80% {
    color: rgb(0, 0, 0);
  }

  100% {
    color: rgb(0, 0, 0);
  }
}

.c-button-invert__motion--right.c-button__texture--invert:hover:before,
.c-button-invert__motion--right.c-button__texture--invert:active:before,
.c-button-invert__motion--right.c-button__texture--invert:focus:before {
  background-color: var(--buttoninvertcolor);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-invert-background-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-invert-background-hover {
  0% {
    width: 0;
  }

  20% {
    width: 0;
  }

  80% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

.c-button-invert__motion--right.c-button__texture--invert-footline span,
.c-button-invert__motion--right.c-button__texture--invert-footline:after {
  color: var(--rgb-white);
  position: relative;
  z-index: 1;
  animation: animation-invert-text-out 0.5s ease-out 1 forwards;
}

@keyframes animation-invert-text-out {
  0% {
    color: rgb(0, 0, 0);
  }

  20% {
    color: rgb(0, 0, 0);
  }

  80% {
    color: var(--buttoninvertcolor);
  }

  100% {
    color: var(--buttoninvertcolor);
  }
}

.c-button-invert__motion--right.c-button__texture--invert-footline:before {
  background-color: var(--buttoninvertcolor);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  margin-right: 0;
  display: block;
  animation: animation-invert-background-out 0.5s ease-out 1 forwards;
}

@keyframes animation-invert-background-out {
  0% {
    width: 100%;
  }

  20% {
    width: 100%;
  }

  80% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

.c-button-invert__motion--right.c-button__texture--invert-footline:hover,
.c-button-invert__motion--right.c-button__texture--invert-footline:active,
.c-button-invert__motion--right.c-button__texture--invert-footline:focus {
  background-color: transparent;
  opacity: 1 !important;
}

.c-button-invert__motion--right.c-button__texture--invert-footline:hover span,
.c-button-invert__motion--right.c-button__texture--invert-footline:hover:after,
.c-button-invert__motion--right.c-button__texture--invert-footline:active span,
.c-button-invert__motion--right.c-button__texture--invert-footline:active:after,
.c-button-invert__motion--right.c-button__texture--invert-footline:focus span,
.c-button-invert__motion--right.c-button__texture--invert-footline:focus:after {
  color: var(--buttoninvertcolor);
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  animation: animation-invert-text-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-invert-text-hover {
  0% {
    color: var(--buttoninvertcolor);
  }

  20% {
    color: var(--buttoninvertcolor);
  }

  80% {
    color: rgb(0, 0, 0);
  }

  100% {
    color: rgb(0, 0, 0);
  }
}

.c-button-invert__motion--right.c-button__texture--invert-footline:hover:before,
.c-button-invert__motion--right.c-button__texture--invert-footline:active:before,
.c-button-invert__motion--right.c-button__texture--invert-footline:focus:before {
  background-color: var(--buttoninvertcolor);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animation-invert-background-hover 0.5s ease-in 1 forwards;
}

@keyframes animation-invert-background-hover {
  0% {
    width: 0;
  }

  20% {
    width: 0;
  }

  80% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

.c-carpet__left,
.c-carpet__left--top,
.c-carpet__left--top-short,
.c-carpet__left--bottom,
.c-carpet__left--short,
.c-carpet__right,
.c-carpet__right--top,
.c-carpet__right--bottom,
.c-carpet__right--short {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-carpet__left:before,
.c-carpet__left--top:before,
.c-carpet__left--top-short:before,
.c-carpet__left--bottom:before,
.c-carpet__left--short:before,
.c-carpet__right:before,
.c-carpet__right--top:before,
.c-carpet__right--bottom:before,
.c-carpet__right--short:before {
  background-color: var(--rgb-carpet);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
}

@media only screen and (max-width: 1399px) {

  .c-carpet__left:before,
  .c-carpet__left--top:before,
  .c-carpet__left--top-short:before,
  .c-carpet__left--bottom:before,
  .c-carpet__left--short:before,
  .c-carpet__right:before,
  .c-carpet__right--top:before,
  .c-carpet__right--bottom:before,
  .c-carpet__right--short:before {
    width: 100%;
  }
}

.c-carpet__left:before,
.c-carpet__left--top:before,
.c-carpet__left--top-short:before,
.c-carpet__left--bottom:before,
.c-carpet__left--short:before {
  left: 0;
}

.c-carpet__right:before,
.c-carpet__right--top:before,
.c-carpet__right--top-short:before,
.c-carpet__right--bottom:before,
.c-carpet__right--short:before {
  right: 0;
}

.c-carpet__left:before {
  right: calc(50% - var(--container-half) + var(--clearance-padding));
  background-position: right top;
}

@media only screen and (max-width: 1399px) {
  .c-carpet__left:before {
    right: 0;
  }
}

.c-carpet__left--top:before {
  background-position: right top;
  top: var(--clearance-padding);
  right: calc(50% - var(--container-half) + var(--clearance-padding));
}

@media only screen and (max-width: 1399px) {
  .c-carpet__left--top:before {
    left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .c-carpet__left--top:before {
    top: 0;
  }
}

.c-carpet__left--top-short:before {
  background-position: right top;
  top: calc(var(--clearance-padding) * 2);
  right: calc(50% - var(--container-half) + var(--clearance-padding));
}

@media only screen and (max-width: 1399px) {
  .c-carpet__left--top-short:before {
    top: 0;
    left: 0;
  }
}

.c-carpet__left--bottom:before {
  background-position: right top;
  right: calc(50% - var(--container-half) + var(--clearance-padding));
  bottom: var(--clearance-padding);
}

@media only screen and (max-width: 1399px) {
  .c-carpet__left--bottom:before {
    left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .c-carpet__left--bottom:before {
    bottom: 0;
  }
}

.c-carpet__left--short:before {
  background-position: right top;
  right: calc(50% - var(--container-half) + var(--clearance-padding));
  bottom: calc(var(--clearance-padding) * 1.5);
}

@media only screen and (max-width: 1399px) {
  .c-carpet__left--short:before {
    left: 0;
  }
}

.c-carpet__left--short .c-title__index1 {
  padding-bottom: 6rem;
}

@media only screen and (max-width: 1199px) {
  .c-carpet__left--short .c-title__index1 {
    padding-bottom: 6.25vw;
  }
}

@media only screen and (max-width: 991px) {
  .c-carpet__left--short .c-title__index1 {
    padding-bottom: 0;
  }
}

.c-carpet__right:before {
  background-position: left top;
  left: calc(50% - var(--container-half) + var(--clearance-padding));
}

@media only screen and (max-width: 1399px) {
  .c-carpet__right:before {
    left: 0;
  }
}

.c-carpet__right--top:before {
  background-position: right top;
  top: var(--clearance-padding);
  left: calc(50% - var(--container-half) + var(--clearance-padding));
}

@media only screen and (max-width: 1399px) {
  .c-carpet__right--top:before {
    left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .c-carpet__right--top:before {
    top: 0;
  }
}

.c-carpet__right--bottom:before {
  background-position: right top;
  left: calc(50% - var(--container-half) + var(--clearance-padding));
  bottom: var(--clearance-padding);
}

@media only screen and (max-width: 1399px) {
  .c-carpet__right--bottom:before {
    left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .c-carpet__right--bottom:before {
    bottom: 0;
  }
}

.c-carpet__right--short:before {
  background-position: left top;
  left: calc(50% - var(--container-half) + var(--clearance-padding));
  bottom: calc(var(--clearance-padding) * 1.5);
}

@media only screen and (max-width: 1399px) {
  .c-carpet__right--short:before {
    left: 0;
  }
}

.c-category__title {
  background-color: var(--rgb-heading-dark);
  color: var(--rgb-white);
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-weight: 700;
  margin-bottom: 1px;
  padding: 1rem;
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  .c-category__title {
    background-color: var(--rgb-heading-dark);
    pointer-events: all;
    display: block;
  }
}

.c-category__title .fa {
  display: none;
}

@media only screen and (max-width: 991px) {
  .c-category__title .fa {
    display: inline-block;
    margin-left: 1rem;
  }
}

.c-category__title+input[type=checkbox] {
  display: none;
}

@media screen and (max-width: 991px) {

  .c-category__title+input[type=checkbox]:checked+.c-category__list,
  .c-category__title+input[type=checkbox]:checked+.c-category__list .c-category__item {
    max-height: 9999vh;
  }
}

.c-category__list {
  background-color: transparent;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 991px) {
  .c-category__list {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.c-category__list .c-category__item {
  display: flex;
}

@media screen and (max-width: 991px) {
  .c-category__list .c-category__item {
    padding: 0;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.c-category__list .c-category__link {
  width: 100%;
}

@media screen and (max-width: 991px) {

  .c-category__list .c-category__link,
  .c-category__list .c-category__link:hover,
  .c-category__list .c-category__link:active,
  .c-category__list .c-category__link:focus,
  .c-category__list .c-category__link.active {
    line-height: 0;
    padding: 0 1.5em;
    visibility: hidden;
    opacity: 0;
  }
}

@media screen and (max-width: 991px) {

  .c-category__list,
  .c-category__list .c-category__item,
  .c-category__list .c-category__link,
  .c-category__list .c-category__link,
  .c-category__list .c-category__link:hover,
  .c-category__list .c-category__link:active,
  .c-category__list .c-category__link:focus,
  .c-category__list .c-category__link.active,
  input:checked+.c-category__list,
  input:checked+.c-category__list .c-category__item,
  input:checked+.c-category__list .c-category__link,
  input:checked+.c-category__list .c-category__link:hover,
  input:checked+.c-category__list .c-category__link:active,
  input:checked+.c-category__list .c-category__link:focus,
  input:checked+.c-category__list s.c-category__link.active {
    transition: padding 0.2s, line-height 0.2s, visibility 0.1s, opacity 0.1s;
  }
}

@media screen and (max-width: 991px) {
  input:checked+.c-category__list {
    list-style: none;
  }

  input:checked+.c-category__list .c-category__item {
    border-bottom: 1px solid #DDD;
  }

  input:checked+.c-category__list .c-category__link,
  input:checked+.c-category__list .c-category__link:hover,
  input:checked+.c-category__list .c-category__link:active,
  input:checked+.c-category__list .c-category__link:focus,
  input:checked+.c-category__list .c-category__link.active {
    line-height: 1.25;
    padding: 1em 1.5em;
    visibility: visible;
    opacity: 1;
  }
}

.c-category__column1 li {
  flex: 1 1 100%;
  max-width: 100%;
}

.c-category__column2 li {
  flex: 1 1 50%;
  max-width: 50%;
}

.c-category__column3 li {
  flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
}

.c-category__column4 li {
  flex: 1 1 25%;
  max-width: 25%;
}

.c-category__column5 li {
  flex: 1 1 20%;
  max-width: 20%;
}

.c-category__column6 li {
  flex: 1 1 16.6666666666%;
  max-width: 16.6666666666%;
}

.c-category__column7 li {
  flex: 1 1 14.2857142857%;
  max-width: 14.2857142857%;
}

.c-category__column8 li {
  flex: 1 1 12.5%;
  max-width: 12.5%;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .c-category__column--xl1 li {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .c-category__column--xl2 li {
    flex: 1 1 50%;
    max-width: 50%;
  }

  .c-category__column--xl3 li {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .c-category__column--xl4 li {
    flex: 1 1 25%;
    max-width: 25%;
  }

  .c-category__column--xl5 li {
    flex: 1 1 20%;
    max-width: 20%;
  }

  .c-category__column--xl6 li {
    flex: 1 1 16.6666666666%;
    max-width: 16.6666666666%;
  }

  .c-category__column--xl7 li {
    flex: 1 1 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .c-category__column--xl8 li {
    flex: 1 1 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .c-category__column--lg1 li {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .c-category__column--lg2 li {
    flex: 1 1 50%;
    max-width: 50%;
  }

  .c-category__column--lg3 li {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .c-category__column--lg4 li {
    flex: 1 1 25%;
    max-width: 25%;
  }

  .c-category__column--lg5 li {
    flex: 1 1 20%;
    max-width: 20%;
  }

  .c-category__column--lg6 li {
    flex: 1 1 16.6666666666%;
    max-width: 16.6666666666%;
  }

  .c-category__column--lg7 li {
    flex: 1 1 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .c-category__column--lg8 li {
    flex: 1 1 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (max-width: 991px) {
  [class*=c-category__column] {
    display: block;
  }

  [class*=c-category__column] li {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.c-category__link,
.c-category__link:hover,
.c-category__link:active,
.c-category__link:focus {
  background: #000;
  color: var(--rgb-white);
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 991px) {

  .c-category__link,
  .c-category__link:hover,
  .c-category__link:active,
  .c-category__link:focus {
    font-size: 1.75vw;
    padding: 1em;
  }
}

@media only screen and (max-width: 767px) {

  .c-category__link,
  .c-category__link:hover,
  .c-category__link:active,
  .c-category__link:focus {
    font-size: 0.3em;
    padding: 1em;
  }
}

.c-category__link.active a,
.c-category__link.active a:hover,
.c-category__link.active a:active,
.c-category__link.active a:focus {
  opacity: 1;
}

.c-category__link,
.c-category__link:hover,
.c-category__link:active,
.c-category__link:focus,
.c-category__link.active {
  border: none;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.c-category__link {
  background-color: rgba(var(--rgb-category-nav), 0.5);
  color: var(--rgb-white);
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .c-category__link {
    background-color: var(--rgb-white);
    color: var(--rgb-text);
  }
}

.c-category__link:hover,
.c-category__link:active,
.c-category__link:focus {
  background-color: rgba(var(--rgb-category-nav), 0.75);
  color: var(--rgb-white);
  opacity: 0.9;
}

@media only screen and (max-width: 991px) {

  .c-category__link:hover,
  .c-category__link:active,
  .c-category__link:focus {
    background-color: rgba(var(--rgb-category-nav), 0.1);
    color: var(--rgb-text);
  }
}

.c-category__link.active {
  background-color: rgba(var(--rgb-category-nav), 1);
  color: var(--rgb-white);
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .c-category__link.active {
    background-color: rgba(var(--rgb-category-nav), 0.1);
    color: var(--rgb-text);
    opacity: 0.5;
  }
}

.l-outer__main .c-category__title {
  display: none;
}

@media only screen and (max-width: 991px) {
  .l-outer__main .c-category__title {
    display: block;
    pointer-events: all;
  }
}

.l-outer__main .c-category__list {
  margin: -0.5px;
}

@media screen and (max-width: 991px) {
  .l-outer__main .c-category__list {
    margin: 0;
  }
}

.l-outer__main .c-category__list .c-category__item {
  border-bottom: none;
  padding: 0.5px;
}

@media screen and (max-width: 991px) {
  .l-outer__main .c-category__list .c-category__item {
    padding: 0;
  }
}

.l-outer__main .c-category__list .c-category__link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-outer__side .c-category__title {
  display: block;
  background-color: var(--rgb-heading-dark);
}

.l-outer__side .c-category__list {
  display: block;
}

.l-outer__side .c-category__item {
  border-bottom: 1px solid #DDD;
}

@media screen and (max-width: 991px) {
  .l-outer__side .c-category__item {
    border-bottom: none;
  }
}

.l-outer__side .c-category__link {
  background-color: var(--rgb-side-link);
  color: var(--rgb-black);
}

.l-outer__side .c-category__link:hover,
.l-outer__side .c-category__link:active,
.l-outer__side .c-category__link:focus {
  background-color: var(--rgb-side-hover);
  color: var(--rgb-black);
}

.l-outer__side .c-category__link.active {
  background-color: var(--rgb-side-active);
  color: var(--rgb-black);
}

.paging {
  display: flex;
  justify-content: center;
}

.paging .paging-text {
  display: block;
  background-color: var(--rgb-white);
  cursor: pointer;
}

.paging .paging-text a,
.paging .paging-text a:hover,
.paging .paging-text a:active,
.paging .paging-text a:focus,
.paging .paging-text.current {
  border: 1px solid var(--rgb-linegray);
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: none;
  margin: 0 0.125rem;
  padding: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {

  .paging .paging-text a,
  .paging .paging-text a:hover,
  .paging .paging-text a:active,
  .paging .paging-text a:focus,
  .paging .paging-text.current {
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
  }
}

.paging .paging-text a i.fa,
.paging .paging-text a:hover i.fa,
.paging .paging-text a:active i.fa,
.paging .paging-text a:focus i.fa,
.paging .paging-text.current i.fa {
  font-weight: 300;
}

.paging .paging-text a {
  background-color: var(--rgb-white);
  color: var(--rgb-text);
}

.paging .paging-text a:hover,
.paging .paging-text a:active,
.paging .paging-text a:focus {
  background-color: var(--rgb-lightgray);
  color: var(--rgb-paging);
  border-color: var(--rgb-paging);
  opacity: 1;
  font-weight: 500;
}

.paging .paging-text a:hover i.fa,
.paging .paging-text a:active i.fa,
.paging .paging-text a:focus i.fa {
  font-weight: 500;
}

.paging .paging-text.current {
  background-color: var(--rgb-paging);
  color: var(--rgb-white);
  border-color: var(--rgb-paging);
  border: 1px solid var(--rgb-paging);
}

.c-box__collapse {
  position: relative;
  word-wrap: break-word;
  background-color: var(--rgb-white);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.075);
}

.c-box__collapse dt a,
.c-box__collapse dt a:hover,
.c-box__collapse dt a:active,
.c-box__collapse dt a:focus,
.c-box__collapse dt span {
  background-color: var(--rgb-main);
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.25;
  padding: 1.5rem 6rem;
  color: var(--rgb-white);
  opacity: 1;
}

@media only screen and (max-width: 767px) {

  .c-box__collapse dt a,
  .c-box__collapse dt a:hover,
  .c-box__collapse dt a:active,
  .c-box__collapse dt a:focus,
  .c-box__collapse dt span {
    font-size: 1rem;
    padding: 1rem 4rem;
  }
}

.c-box__collapse dt a:before,
.c-box__collapse dt span:before {
  content: "";
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.25;
  font-size: 6rem;
  line-height: 0.5;
  color: var(--rgb-white);
  width: 6rem;
  text-align: center;
}

@media only screen and (max-width: 991px) {

  .c-box__collapse dt a:before,
  .c-box__collapse dt span:before {
    font-size: 5rem;
    width: 5rem;
  }
}

@media only screen and (max-width: 767px) {

  .c-box__collapse dt a:before,
  .c-box__collapse dt span:before {
    font-size: 4rem;
    width: 4rem;
  }
}

.c-box__collapse dt a:after {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  bottom: 50%;
  line-height: 24px;
  margin: -12px 0;
  color: var(--rgb-white);
}

.c-box__collapse dt a[aria-expanded=false]:after {
  content: "\f078";
}

.c-box__collapse dt a[aria-expanded=true]:after {
  content: "\f077";
}

.c-box__collapse--description {
  padding: 2rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .c-box__collapse--description {
    padding: 1rem;
  }
}

.c-box__collapse+.c-box__collapse {
  margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .c-box__collapse+.c-box__collapse {
    margin-top: 1rem;
  }
}

.c-counter__start {
  counter-reset: collapse;
}

.c-counter__start .c-box__collapse dt a:before,
.c-counter__start .c-box__collapse dt span:before {
  counter-increment: collapse;
  content: "" counter(collapse) "";
}

.c-floating__link {
  background-color: var(--graycolor);
  box-shadow: 0 0 6rem rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.c-floating__link,
.c-floating__link:hover,
.c-floating__link:active,
.c-floating__link:focus {
  background-color: var(--graycolor);
  color: var(--textcolor);
}

.c-floating__link:hover,
.c-floating__link:active,
.c-floating__link:focus {
  box-shadow: 0 0 6rem rgba(0, 0, 0, 0.1);
}

.c-floating__link--text {
  padding: 3rem;
  width: 100%;
  aspect-ratio: 2/1;
}

.c-floating__link--text:after {
  background-color: var(--rgb-main);
  color: var(--rgb-white);
  font-size: 1.5em;
  font-family: "Font Awesome 5 Pro";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3rem;
  height: 3rem;
  content: "\f061";
}

.c-floating__link--text h4 {
  margin-bottom: 1.5rem;
}

.c-poster__left+.container-lg .c-floating__link {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

.c-poster__right+.container-lg .c-floating__link {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}

.c-flow__article {
  background-color: var(--rgb-white);
  border: 1px solid var(--rgb-flow);
  scroll-margin-top: calc(var(--header-height));
  padding: 2rem;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1399px) {
  .c-flow__article {
    padding: 1.5rem;
  }
}

@media only screen and (max-width: 1199px) {
  .c-flow__article {
    padding: 1rem;
  }
}

.c-flow__article--inner {
  padding: 5rem 0;
}

@media only screen and (max-width: 991px) {
  .c-flow__article--inner {
    padding: 4vw 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__article--inner {
    padding: 5vw 0;
  }
}

@media only screen and (max-width: 575px) {
  .c-flow__article--inner {
    padding: 50vw 0 10vw;
  }
}

.c-flow__icon {
  background-color: rgb(255, 255, 255);
  color: var(--rgb-flow-icon);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5em auto;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  line-height: 1;
  border-radius: 50%;
  border: 0.125rem solid var(--rgb-flow-icon);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-flow__icon {
    font-size: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
}

.c-flow__heading {
  color: var(--rgb-flow);
  font-size: calc(1.25em * var(--sm-rate));
  text-align: center;
  font-weight: 500;
  margin: 1rem -1rem 1.5rem;
}

.c-flow__heading:first-child {
  margin-top: 0;
}

.c-flow__heading:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .c-flow__heading {
    margin: 0.75rem 0 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__heading {
    margin: 0.5rem 0 1rem;
  }
}

.c-flow__horizontal.c-flow__break--lg {
  display: flex;
}

@media only screen and (max-width: 1199px) {
  .c-flow__horizontal.c-flow__break--lg {
    display: block;
  }
}

.c-flow__horizontal.c-flow__break--lg .c-flow__article {
  margin-left: 1.5rem;
}

@media only screen and (max-width: 1199px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article {
    margin-top: 1.25rem;
    margin-left: 0;
  }
}

.c-flow__horizontal.c-flow__break--lg .c-flow__article:after {
  border-width: 1.5rem;
  border-style: solid;
  border-color: transparent transparent transparent var(--rgb-flow);
  position: absolute;
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -1.5rem 0;
  z-index: 2;
  content: "";
}

@media only screen and (max-width: 1199px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article:after {
    border-width: 1.25rem;
    border-color: var(--rgb-flow) transparent transparent;
    margin: 0 -1.25rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}

@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article:after {
    border-width: 1.25rem;
    border-color: var(--rgb-flow) transparent transparent;
    margin: 0 -1.25rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}

.c-flow__horizontal.c-flow__break--lg .c-flow__article:last-child:before,
.c-flow__horizontal.c-flow__break--lg .c-flow__article:last-child:after {
  display: none;
}

.c-flow__horizontal.c-flow__break--lg .c-flow__article:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 1199px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article:first-child {
    margin-top: 0;
  }
}

.c-flow__horizontal.c-flow__break--lg .c-flow__article h4 {
  color: var(--rgb-flow);
  font-weight: 700;
  font-size: 1.25em;
  margin: 1rem 0 1.5rem;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article h4 {
    margin: 0.75rem 0 1.25rem;
  }
}

@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article h4 {
    margin: 0.75rem 0 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article h4 {
    margin: 0.5rem 0 1rem;
  }
}

.c-flow__horizontal.c-flow__break--lg .c-flow__article p {
  line-height: 1.75;
}

@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article p {
    font-size: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__horizontal.c-flow__break--lg .c-flow__article p {
    line-height: 1.5;
  }
}

.c-flow__horizontal.c-flow__break--lg .c-flow__article hr {
  margin: 1rem 0;
}

.c-flow__horizontal.c-flow__break--md {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--md {
    display: block;
    margin: 0 auto;
  }
}

.c-flow__horizontal.c-flow__break--md .c-flow__article {
  margin-left: 2rem;
}

@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article {
    margin-top: 1.25rem;
    margin-left: 0;
  }
}

.c-flow__horizontal.c-flow__break--md .c-flow__article:after {
  border-width: 1.5rem;
  border-style: solid;
  border-color: transparent transparent transparent var(--rgb-flow);
  position: absolute;
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -1.5rem 0;
  z-index: 2;
  content: "";
}

@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article:after {
    border-width: 1.25rem;
    border-color: var(--rgb-flow) transparent transparent;
    margin: 0 -1.25rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}

.c-flow__horizontal.c-flow__break--md .c-flow__article:last-child:before,
.c-flow__horizontal.c-flow__break--md .c-flow__article:last-child:after {
  display: none;
}

.c-flow__horizontal.c-flow__break--md .c-flow__article:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article:first-child {
    margin-top: 0;
  }
}

.c-flow__horizontal.c-flow__break--md .c-flow__article h4 {
  color: var(--rgb-flow);
  font-weight: 700;
  margin: 1rem 0 1.5rem;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article h4 {
    margin: 0.75rem 0 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article h4 {
    margin: 0.5rem 0 1rem;
  }
}

.c-flow__horizontal.c-flow__break--md .c-flow__article p {
  line-height: 1.75;
}

@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article p {
    font-size: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__horizontal.c-flow__break--md .c-flow__article p {
    line-height: 1.5;
  }
}

.c-flow__horizontal.c-flow__break--md .c-flow__article hr {
  margin: 1rem 0;
}

.c-flow__horizontal.c-flow__break--xs {
  display: flex;
}

@media only screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--xs {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

.c-flow__horizontal.c-flow__break--xs .c-flow__article {
  margin-left: 1.25rem;
}

@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.c-flow__horizontal.c-flow__break--xs .c-flow__article:last-child:after {
  display: none;
}

.c-flow__horizontal.c-flow__break--xs .c-flow__article:after {
  border-width: 1rem;
  border-style: solid;
  border-color: transparent transparent transparent var(--rgb-flow);
  position: absolute;
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -1rem 0;
  z-index: 2;
  content: "";
}

@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article:after {
    border-width: 1rem;
    margin: -1rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article:after {
    border-width: 1rem;
    margin: -1rem 0;
  }
}

@media only screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article:after {
    border-color: var(--rgb-flow) transparent transparent;
    margin: 0 -1rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}

.c-flow__horizontal.c-flow__break--xs .c-flow__article:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article:first-child {
    margin-top: 0;
  }
}

.c-flow__before-after.c-flow__break--md {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .c-flow__before-after.c-flow__break--md {
    display: block;
  }
}

.c-flow__before-after.c-flow__break--md .c-flow__article {
  margin-left: 2.5rem;
  border: 1px solid var(--rgb-flow);
}

@media only screen and (max-width: 991px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article {
    margin-left: 0;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 575px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}

.c-flow__before-after.c-flow__break--md .c-flow__article:before {
  border-color: transparent transparent transparent var(--rgb-white);
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -2rem 0;
  border-width: 2rem;
  z-index: 2;
  content: "";
}

@media only screen and (max-width: 991px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article:before {
    border-color: var(--rgb-white) transparent transparent transparent;
    border-width: 1.5rem;
    margin: 0 -1.5rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article:before {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}

.c-flow__before-after.c-flow__break--md .c-flow__article:after {
  border-color: transparent transparent transparent var(--rgb-flow);
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -2rem 0;
  border-width: 2rem;
  z-index: 2;
  content: "";
}

@media only screen and (max-width: 991px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article:after {
    border-width: 1.5rem;
    margin: 0 -1.5rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
    border-color: var(--rgb-flow) transparent transparent transparent;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}

.c-flow__before-after.c-flow__break--md .c-flow__article:last-child:before,
.c-flow__before-after.c-flow__break--md .c-flow__article:last-child:after {
  display: none;
}

.c-flow__before-after.c-flow__break--md .c-flow__article:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 575px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article:first-child {
    margin-top: 0;
  }
}

.c-flow__before-after.c-flow__break--md .c-flow__article h4 {
  color: var(--rgb-main);
  font-weight: 700;
  font-size: 1.125em;
  margin: 1rem 0 1.5rem;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article h4 {
    margin: 0.75rem 0 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article h4 {
    margin: 0.5rem 0 1rem;
  }
}

.c-flow__before-after.c-flow__break--md .c-flow__article p {
  line-height: 1.75;
}

@media only screen and (max-width: 991px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article p {
    font-size: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__before-after.c-flow__break--md .c-flow__article p {
    line-height: 1.5;
  }
}

.c-flow__before-after.c-flow__break--md .c-flow__article hr {
  margin: 1rem 0;
}

.c-flow__before-after.c-flow__break--xs {
  display: flex;
}

@media only screen and (max-width: 575px) {
  .c-flow__before-after.c-flow__break--xs {
    display: block;
  }
}

.c-flow__before-after.c-flow__break--xs .c-flow__article {
  padding: 4px;
  margin-left: 2.5rem;
}

@media only screen and (max-width: 991px) {
  .c-flow__before-after.c-flow__break--xs .c-flow__article {
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__before-after.c-flow__break--xs .c-flow__article {
    margin-left: 1.5rem;
  }
}

@media only screen and (max-width: 575px) {
  .c-flow__before-after.c-flow__break--xs .c-flow__article {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

.c-flow__before-after.c-flow__break--xs .c-flow__article:last-child:before,
.c-flow__before-after.c-flow__break--xs .c-flow__article:last-child:after {
  display: none;
}

.c-flow__before-after.c-flow__break--xs .c-flow__article:before,
.c-flow__before-after.c-flow__break--xs .c-flow__article:after {
  border-style: solid;
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: -2rem 0;
  border-width: 2rem;
  content: "";
}

@media only screen and (max-width: 991px) {

  .c-flow__before-after.c-flow__break--xs .c-flow__article:before,
  .c-flow__before-after.c-flow__break--xs .c-flow__article:after {
    border-width: 1.5rem;
    margin: -1.5rem 0;
  }
}

@media only screen and (max-width: 767px) {

  .c-flow__before-after.c-flow__break--xs .c-flow__article:before,
  .c-flow__before-after.c-flow__break--xs .c-flow__article:after {
    border-width: 1rem;
    margin: -1rem 0;
  }
}

@media only screen and (max-width: 575px) {

  .c-flow__before-after.c-flow__break--xs .c-flow__article:before,
  .c-flow__before-after.c-flow__break--xs .c-flow__article:after {
    margin: 0 -1rem;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}

.c-flow__before-after.c-flow__break--xs .c-flow__article:before {
  border-color: transparent transparent transparent var(--rgb-white);
  left: calc(100% - 1px);
  z-index: 3;
}

@media only screen and (max-width: 575px) {
  .c-flow__before-after.c-flow__break--xs .c-flow__article:before {
    margin: 0 -1rem;
    top: calc(100% - 1px);
    left: 50%;
    border-color: var(--rgb-white) transparent transparent transparent;
  }
}

.c-flow__before-after.c-flow__break--xs .c-flow__article:after {
  border-color: transparent transparent transparent var(--rgb-flow);
  left: 100%;
  z-index: 2;
}

@media only screen and (max-width: 575px) {
  .c-flow__before-after.c-flow__break--xs .c-flow__article:after {
    margin: 0 -1rem;
    top: 100%;
    left: 50%;
    border-color: var(--rgb-flow) transparent transparent transparent;
  }
}

.c-flow__before-after.c-flow__break--xs .c-flow__article:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 575px) {
  .c-flow__before-after.c-flow__break--xs .c-flow__article:first-child {
    margin-top: 0;
  }
}

.c-flow__before-after.c-flow__break--xs .c-flow__article h4 {
  background-color: rgb(255, 255, 255);
  color: var(--rgb-main);
  font-size: 1.25em;
  padding: 1em 1em;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 0;
}

.c-flow__before-after.c-flow__break--xs .c-flow__image {
  position: relative;
  z-index: 4;
}

.c-flow__calc-plus--main .c-flow__article:after,
.c-flow__calc-plus--deep .c-flow__article:after,
.c-flow__calc-plus--accent .c-flow__article:after,
.c-flow__calc-plus--darkgray .c-flow__article:after {
  content: "＋";
}

.c-flow__calc-times--main .c-flow__article:after,
.c-flow__calc-times--deep .c-flow__article:after,
.c-flow__calc-times--accent .c-flow__article:after,
.c-flow__calc-times--darkgray .c-flow__article:after {
  content: "✕";
}

.c-flow__calc-plus--main.c-flow__break--md,
.c-flow__calc-plus--deep.c-flow__break--md,
.c-flow__calc-plus--accent.c-flow__break--md,
.c-flow__calc-plus--darkgray.c-flow__break--md,
.c-flow__calc-times--main.c-flow__break--md,
.c-flow__calc-times--deep.c-flow__break--md,
.c-flow__calc-times--accent.c-flow__break--md,
.c-flow__calc-times--darkgray.c-flow__break--md {
  display: flex;
}

@media only screen and (max-width: 991px) {

  .c-flow__calc-plus--main.c-flow__break--md,
  .c-flow__calc-plus--deep.c-flow__break--md,
  .c-flow__calc-plus--accent.c-flow__break--md,
  .c-flow__calc-plus--darkgray.c-flow__break--md,
  .c-flow__calc-times--main.c-flow__break--md,
  .c-flow__calc-times--deep.c-flow__break--md,
  .c-flow__calc-times--accent.c-flow__break--md,
  .c-flow__calc-times--darkgray.c-flow__break--md {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {

  .c-flow__calc-plus--main.c-flow__break--md,
  .c-flow__calc-plus--deep.c-flow__break--md,
  .c-flow__calc-plus--accent.c-flow__break--md,
  .c-flow__calc-plus--darkgray.c-flow__break--md,
  .c-flow__calc-times--main.c-flow__break--md,
  .c-flow__calc-times--deep.c-flow__break--md,
  .c-flow__calc-times--accent.c-flow__break--md,
  .c-flow__calc-times--darkgray.c-flow__break--md {
    width: 75%;
  }
}

@media only screen and (max-width: 575px) {

  .c-flow__calc-plus--main.c-flow__break--md,
  .c-flow__calc-plus--deep.c-flow__break--md,
  .c-flow__calc-plus--accent.c-flow__break--md,
  .c-flow__calc-plus--darkgray.c-flow__break--md,
  .c-flow__calc-times--main.c-flow__break--md,
  .c-flow__calc-times--deep.c-flow__break--md,
  .c-flow__calc-times--accent.c-flow__break--md,
  .c-flow__calc-times--darkgray.c-flow__break--md {
    width: 100%;
  }
}

.c-flow__calc-plus--main.c-flow__break--md .c-flow__article,
.c-flow__calc-plus--deep.c-flow__break--md .c-flow__article,
.c-flow__calc-plus--accent.c-flow__break--md .c-flow__article,
.c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article,
.c-flow__calc-times--main.c-flow__break--md .c-flow__article,
.c-flow__calc-times--deep.c-flow__break--md .c-flow__article,
.c-flow__calc-times--accent.c-flow__break--md .c-flow__article,
.c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article {
  margin-left: 2.5rem;
}

@media only screen and (max-width: 991px) {

  .c-flow__calc-plus--main.c-flow__break--md .c-flow__article,
  .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article,
  .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article,
  .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article,
  .c-flow__calc-times--main.c-flow__break--md .c-flow__article,
  .c-flow__calc-times--deep.c-flow__break--md .c-flow__article,
  .c-flow__calc-times--accent.c-flow__break--md .c-flow__article,
  .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article {
    margin-left: 0;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 575px) {

  .c-flow__calc-plus--main.c-flow__break--md .c-flow__article,
  .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article,
  .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article,
  .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article,
  .c-flow__calc-times--main.c-flow__break--md .c-flow__article,
  .c-flow__calc-times--deep.c-flow__break--md .c-flow__article,
  .c-flow__calc-times--accent.c-flow__break--md .c-flow__article,
  .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}

.c-flow__calc-plus--main.c-flow__break--md .c-flow__article:after,
.c-flow__calc-plus--deep.c-flow__break--md .c-flow__article:after,
.c-flow__calc-plus--accent.c-flow__break--md .c-flow__article:after,
.c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article:after,
.c-flow__calc-times--main.c-flow__break--md .c-flow__article:after,
.c-flow__calc-times--deep.c-flow__break--md .c-flow__article:after,
.c-flow__calc-times--accent.c-flow__break--md .c-flow__article:after,
.c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article:after {
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -2rem 0;
  z-index: 2;
}

@media only screen and (max-width: 991px) {

  .c-flow__calc-plus--main.c-flow__break--md .c-flow__article:after,
  .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article:after,
  .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article:after,
  .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article:after,
  .c-flow__calc-times--main.c-flow__break--md .c-flow__article:after,
  .c-flow__calc-times--deep.c-flow__break--md .c-flow__article:after,
  .c-flow__calc-times--accent.c-flow__break--md .c-flow__article:after,
  .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article:after {
    border-width: 1.5rem;
    margin: 0 -1.5rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}

@media only screen and (max-width: 767px) {

  .c-flow__calc-plus--main.c-flow__break--md .c-flow__article:after,
  .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article:after,
  .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article:after,
  .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article:after,
  .c-flow__calc-times--main.c-flow__break--md .c-flow__article:after,
  .c-flow__calc-times--deep.c-flow__break--md .c-flow__article:after,
  .c-flow__calc-times--accent.c-flow__break--md .c-flow__article:after,
  .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}

.c-flow__calc-plus--main.c-flow__break--md .c-flow__article:last-child:before,
.c-flow__calc-plus--main.c-flow__break--md .c-flow__article:last-child:after,
.c-flow__calc-plus--deep.c-flow__break--md .c-flow__article:last-child:before,
.c-flow__calc-plus--deep.c-flow__break--md .c-flow__article:last-child:after,
.c-flow__calc-plus--accent.c-flow__break--md .c-flow__article:last-child:before,
.c-flow__calc-plus--accent.c-flow__break--md .c-flow__article:last-child:after,
.c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article:last-child:before,
.c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article:last-child:after,
.c-flow__calc-times--main.c-flow__break--md .c-flow__article:last-child:before,
.c-flow__calc-times--main.c-flow__break--md .c-flow__article:last-child:after,
.c-flow__calc-times--deep.c-flow__break--md .c-flow__article:last-child:before,
.c-flow__calc-times--deep.c-flow__break--md .c-flow__article:last-child:after,
.c-flow__calc-times--accent.c-flow__break--md .c-flow__article:last-child:before,
.c-flow__calc-times--accent.c-flow__break--md .c-flow__article:last-child:after,
.c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article:last-child:before,
.c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article:last-child:after {
  display: none;
}

.c-flow__calc-plus--main.c-flow__break--md .c-flow__article:first-child,
.c-flow__calc-plus--deep.c-flow__break--md .c-flow__article:first-child,
.c-flow__calc-plus--accent.c-flow__break--md .c-flow__article:first-child,
.c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article:first-child,
.c-flow__calc-times--main.c-flow__break--md .c-flow__article:first-child,
.c-flow__calc-times--deep.c-flow__break--md .c-flow__article:first-child,
.c-flow__calc-times--accent.c-flow__break--md .c-flow__article:first-child,
.c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 575px) {

  .c-flow__calc-plus--main.c-flow__break--md .c-flow__article:first-child,
  .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article:first-child,
  .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article:first-child,
  .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article:first-child,
  .c-flow__calc-times--main.c-flow__break--md .c-flow__article:first-child,
  .c-flow__calc-times--deep.c-flow__break--md .c-flow__article:first-child,
  .c-flow__calc-times--accent.c-flow__break--md .c-flow__article:first-child,
  .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article:first-child {
    margin-top: 0;
  }
}

.c-flow__calc-plus--main.c-flow__break--md .c-flow__article h4,
.c-flow__calc-plus--deep.c-flow__break--md .c-flow__article h4,
.c-flow__calc-plus--accent.c-flow__break--md .c-flow__article h4,
.c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article h4,
.c-flow__calc-times--main.c-flow__break--md .c-flow__article h4,
.c-flow__calc-times--deep.c-flow__break--md .c-flow__article h4,
.c-flow__calc-times--accent.c-flow__break--md .c-flow__article h4,
.c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article h4 {
  color: var(--rgb-main);
  font-weight: 700;
  font-size: 1.125em;
  margin: 1rem 0 1.5rem;
  text-align: center;
}

@media only screen and (max-width: 991px) {

  .c-flow__calc-plus--main.c-flow__break--md .c-flow__article h4,
  .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article h4,
  .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article h4,
  .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article h4,
  .c-flow__calc-times--main.c-flow__break--md .c-flow__article h4,
  .c-flow__calc-times--deep.c-flow__break--md .c-flow__article h4,
  .c-flow__calc-times--accent.c-flow__break--md .c-flow__article h4,
  .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article h4 {
    margin: 0.75rem 0 1.25rem;
  }
}

@media only screen and (max-width: 767px) {

  .c-flow__calc-plus--main.c-flow__break--md .c-flow__article h4,
  .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article h4,
  .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article h4,
  .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article h4,
  .c-flow__calc-times--main.c-flow__break--md .c-flow__article h4,
  .c-flow__calc-times--deep.c-flow__break--md .c-flow__article h4,
  .c-flow__calc-times--accent.c-flow__break--md .c-flow__article h4,
  .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article h4 {
    margin: 0.5rem 0 1rem;
  }
}

.c-flow__calc-plus--main.c-flow__break--md .c-flow__article p,
.c-flow__calc-plus--deep.c-flow__break--md .c-flow__article p,
.c-flow__calc-plus--accent.c-flow__break--md .c-flow__article p,
.c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article p,
.c-flow__calc-times--main.c-flow__break--md .c-flow__article p,
.c-flow__calc-times--deep.c-flow__break--md .c-flow__article p,
.c-flow__calc-times--accent.c-flow__break--md .c-flow__article p,
.c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article p {
  line-height: 1.75;
}

@media only screen and (max-width: 991px) {

  .c-flow__calc-plus--main.c-flow__break--md .c-flow__article p,
  .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article p,
  .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article p,
  .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article p,
  .c-flow__calc-times--main.c-flow__break--md .c-flow__article p,
  .c-flow__calc-times--deep.c-flow__break--md .c-flow__article p,
  .c-flow__calc-times--accent.c-flow__break--md .c-flow__article p,
  .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article p {
    font-size: 1em;
  }
}

@media only screen and (max-width: 767px) {

  .c-flow__calc-plus--main.c-flow__break--md .c-flow__article p,
  .c-flow__calc-plus--deep.c-flow__break--md .c-flow__article p,
  .c-flow__calc-plus--accent.c-flow__break--md .c-flow__article p,
  .c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article p,
  .c-flow__calc-times--main.c-flow__break--md .c-flow__article p,
  .c-flow__calc-times--deep.c-flow__break--md .c-flow__article p,
  .c-flow__calc-times--accent.c-flow__break--md .c-flow__article p,
  .c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article p {
    line-height: 1.5;
  }
}

.c-flow__calc-plus--main.c-flow__break--md .c-flow__article hr,
.c-flow__calc-plus--deep.c-flow__break--md .c-flow__article hr,
.c-flow__calc-plus--accent.c-flow__break--md .c-flow__article hr,
.c-flow__calc-plus--darkgray.c-flow__break--md .c-flow__article hr,
.c-flow__calc-times--main.c-flow__break--md .c-flow__article hr,
.c-flow__calc-times--deep.c-flow__break--md .c-flow__article hr,
.c-flow__calc-times--accent.c-flow__break--md .c-flow__article hr,
.c-flow__calc-times--darkgray.c-flow__break--md .c-flow__article hr {
  margin: 1rem 0;
}

.c-flow__calc-plus--main.c-flow__break--xs,
.c-flow__calc-plus--deep.c-flow__break--xs,
.c-flow__calc-plus--accent.c-flow__break--xs,
.c-flow__calc-plus--darkgray.c-flow__break--xs,
.c-flow__calc-times--main.c-flow__break--xs,
.c-flow__calc-times--deep.c-flow__break--xs,
.c-flow__calc-times--accent.c-flow__break--xs,
.c-flow__calc-times--darkgray.c-flow__break--xs {
  display: flex;
}

@media only screen and (max-width: 575px) {

  .c-flow__calc-plus--main.c-flow__break--xs,
  .c-flow__calc-plus--deep.c-flow__break--xs,
  .c-flow__calc-plus--accent.c-flow__break--xs,
  .c-flow__calc-plus--darkgray.c-flow__break--xs,
  .c-flow__calc-times--main.c-flow__break--xs,
  .c-flow__calc-times--deep.c-flow__break--xs,
  .c-flow__calc-times--accent.c-flow__break--xs,
  .c-flow__calc-times--darkgray.c-flow__break--xs {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
}

.c-flow__calc-plus--main.c-flow__break--xs .c-flow__article,
.c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article,
.c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article,
.c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article,
.c-flow__calc-times--main.c-flow__break--xs .c-flow__article,
.c-flow__calc-times--deep.c-flow__break--xs .c-flow__article,
.c-flow__calc-times--accent.c-flow__break--xs .c-flow__article,
.c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article {
  border-width: 2px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 2.5rem;
}

@media only screen and (max-width: 991px) {

  .c-flow__calc-plus--main.c-flow__break--xs .c-flow__article,
  .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article,
  .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article,
  .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article,
  .c-flow__calc-times--main.c-flow__break--xs .c-flow__article,
  .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article,
  .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article,
  .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article {
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 767px) {

  .c-flow__calc-plus--main.c-flow__break--xs .c-flow__article,
  .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article,
  .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article,
  .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article,
  .c-flow__calc-times--main.c-flow__break--xs .c-flow__article,
  .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article,
  .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article,
  .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article {
    margin-left: 1.5rem;
  }
}

@media only screen and (max-width: 575px) {

  .c-flow__calc-plus--main.c-flow__break--xs .c-flow__article,
  .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article,
  .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article,
  .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article,
  .c-flow__calc-times--main.c-flow__break--xs .c-flow__article,
  .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article,
  .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article,
  .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

.c-flow__calc-plus--main.c-flow__break--xs .c-flow__article:last-child:before,
.c-flow__calc-plus--main.c-flow__break--xs .c-flow__article:last-child:after,
.c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article:last-child:before,
.c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article:last-child:after,
.c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article:last-child:before,
.c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article:last-child:after,
.c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article:last-child:before,
.c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article:last-child:after,
.c-flow__calc-times--main.c-flow__break--xs .c-flow__article:last-child:before,
.c-flow__calc-times--main.c-flow__break--xs .c-flow__article:last-child:after,
.c-flow__calc-times--deep.c-flow__break--xs .c-flow__article:last-child:before,
.c-flow__calc-times--deep.c-flow__break--xs .c-flow__article:last-child:after,
.c-flow__calc-times--accent.c-flow__break--xs .c-flow__article:last-child:before,
.c-flow__calc-times--accent.c-flow__break--xs .c-flow__article:last-child:after,
.c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article:last-child:before,
.c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article:last-child:after {
  display: none;
}

.c-flow__calc-plus--main.c-flow__break--xs .c-flow__article:after,
.c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article:after,
.c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article:after,
.c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article:after,
.c-flow__calc-times--main.c-flow__break--xs .c-flow__article:after,
.c-flow__calc-times--deep.c-flow__break--xs .c-flow__article:after,
.c-flow__calc-times--accent.c-flow__break--xs .c-flow__article:after,
.c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article:after {
  font-size: 2em;
  font-weight: 900;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -1rem 0;
  z-index: 2;
}

@media only screen and (max-width: 991px) {

  .c-flow__calc-plus--main.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-times--main.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article:after {
    font-size: 1.5em;
    width: 2rem;
    height: 2rem;
    margin: -1.5rem 0;
  }
}

@media only screen and (max-width: 767px) {

  .c-flow__calc-plus--main.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-times--main.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article:after {
    font-size: 1em;
    width: 1.5rem;
    height: 1.5rem;
    margin: -1rem 0;
  }
}

@media only screen and (max-width: 575px) {

  .c-flow__calc-plus--main.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-times--main.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article:after,
  .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article:after {
    margin: 0 -1rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}

.c-flow__calc-plus--main.c-flow__break--xs .c-flow__article:first-child,
.c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article:first-child,
.c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article:first-child,
.c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article:first-child,
.c-flow__calc-times--main.c-flow__break--xs .c-flow__article:first-child,
.c-flow__calc-times--deep.c-flow__break--xs .c-flow__article:first-child,
.c-flow__calc-times--accent.c-flow__break--xs .c-flow__article:first-child,
.c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 575px) {

  .c-flow__calc-plus--main.c-flow__break--xs .c-flow__article:first-child,
  .c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article:first-child,
  .c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article:first-child,
  .c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article:first-child,
  .c-flow__calc-times--main.c-flow__break--xs .c-flow__article:first-child,
  .c-flow__calc-times--deep.c-flow__break--xs .c-flow__article:first-child,
  .c-flow__calc-times--accent.c-flow__break--xs .c-flow__article:first-child,
  .c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article:first-child {
    margin-top: 0;
  }
}

.c-flow__calc-plus--main.c-flow__break--xs .c-flow__article h4,
.c-flow__calc-plus--deep.c-flow__break--xs .c-flow__article h4,
.c-flow__calc-plus--accent.c-flow__break--xs .c-flow__article h4,
.c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__article h4,
.c-flow__calc-times--main.c-flow__break--xs .c-flow__article h4,
.c-flow__calc-times--deep.c-flow__break--xs .c-flow__article h4,
.c-flow__calc-times--accent.c-flow__break--xs .c-flow__article h4,
.c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__article h4 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 1em;
}

.c-flow__calc-plus--main.c-flow__break--xs .c-flow__image,
.c-flow__calc-plus--deep.c-flow__break--xs .c-flow__image,
.c-flow__calc-plus--accent.c-flow__break--xs .c-flow__image,
.c-flow__calc-plus--darkgray.c-flow__break--xs .c-flow__image,
.c-flow__calc-times--main.c-flow__break--xs .c-flow__image,
.c-flow__calc-times--deep.c-flow__break--xs .c-flow__image,
.c-flow__calc-times--accent.c-flow__break--xs .c-flow__image,
.c-flow__calc-times--darkgray.c-flow__break--xs .c-flow__image {
  position: relative;
  z-index: 4;
}

.c-flow__calc-plus--main .c-flow__article,
.c-flow__calc-times--main .c-flow__article {
  border: 1px solid var(--rgb-main);
}

.c-flow__calc-plus--main .c-flow__article:before,
.c-flow__calc-times--main .c-flow__article:before {
  border-color: transparent transparent transparent var(--rgb-white);
}

@media only screen and (max-width: 991px) {

  .c-flow__calc-plus--main .c-flow__article:before,
  .c-flow__calc-times--main .c-flow__article:before {
    border-color: var(--rgb-white) transparent transparent transparent;
  }
}

.c-flow__calc-plus--main .c-flow__article:after,
.c-flow__calc-times--main .c-flow__article:after {
  border-color: transparent transparent transparent var(--rgb-main);
}

@media only screen and (max-width: 991px) {

  .c-flow__calc-plus--main .c-flow__article:after,
  .c-flow__calc-times--main .c-flow__article:after {
    border-color: var(--rgb-main) transparent transparent transparent;
  }
}

.c-flow__calc-plus--main .c-flow__icon,
.c-flow__calc-times--main .c-flow__icon {
  color: var(--rgb-main);
  border-color: var(--rgb-main);
}

.c-flow__calc-plus--deep .c-flow__article,
.c-flow__calc-times--deep .c-flow__article {
  border: 1px solid var(--deepcolor);
}

.c-flow__calc-plus--deep .c-flow__article:after,
.c-flow__calc-times--deep .c-flow__article:after {
  border-color: transparent transparent transparent var(--deepcolor);
}

@media only screen and (max-width: 575px) {

  .c-flow__calc-plus--deep .c-flow__article:after,
  .c-flow__calc-times--deep .c-flow__article:after {
    border-color: var(--deepcolor) transparent transparent transparent;
  }
}

.c-flow__calc-plus--deep .c-flow__icon,
.c-flow__calc-times--deep .c-flow__icon {
  color: var(--deepcolor);
  border-color: var(--deepcolor);
}

.c-flow__calc-plus--accent .c-flow__article,
.c-flow__calc-times--accent .c-flow__article {
  border: 1px solid var(--accentcolor);
}

.c-flow__calc-plus--accent .c-flow__article:after,
.c-flow__calc-times--accent .c-flow__article:after {
  border-color: transparent transparent transparent var(--accentcolor);
}

@media only screen and (max-width: 991px) {

  .c-flow__calc-plus--accent .c-flow__article:after,
  .c-flow__calc-times--accent .c-flow__article:after {
    border-color: var(--accentcolor) transparent transparent transparent;
  }
}

.c-flow__calc-plus--accent .c-flow__icon,
.c-flow__calc-times--accent .c-flow__icon {
  color: var(--accentcolor);
  border-color: var(--accentcolor);
}

.c-flow__calc-plus--darkgray .c-flow__article,
.c-flow__calc-times--darkgray .c-flow__article {
  border: 1px solid var(--darkgraycolor);
}

.c-flow__calc-plus--darkgray .c-flow__article:after,
.c-flow__calc-times--darkgray .c-flow__article:after {
  border-color: transparent transparent transparent var(--darkgraycolor);
}

@media only screen and (max-width: 991px) {

  .c-flow__calc-plus--darkgray .c-flow__article:after,
  .c-flow__calc-times--darkgray .c-flow__article:after {
    border-color: var(--darkgraycolor) transparent transparent transparent;
  }
}

.c-flow__calc-plus--darkgray .c-flow__icon,
.c-flow__calc-times--darkgray .c-flow__icon {
  color: var(--darkgraycolor);
  border-color: var(--darkgraycolor);
}

.c-flow__calc .c-flow__break--md.c-flow__horizontal--main .c-flow__article:after {
  border-color: transparent transparent transparent var(--rgb-main);
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -1.5rem 0;
  border-width: 1.5rem;
  z-index: 2;
  content: "";
}

@media only screen and (max-width: 991px) {
  .c-flow__calc .c-flow__break--md.c-flow__horizontal--main .c-flow__article:after {
    border-color: var(--rgb-main) transparent transparent;
    border-width: 1.25rem;
    margin: 0 -1.25rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__calc .c-flow__break--md.c-flow__horizontal--main .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}

.c-flow__calc .c-flow__break--md.c-flow__horizontal--deep .c-flow__article:after {
  border-color: transparent transparent transparent var(--deepcolor);
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -1.5rem 0;
  border-width: 1.5rem;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .c-flow__calc .c-flow__break--md.c-flow__horizontal--deep .c-flow__article:after {
    border-color: var(--rgb-main) transparent transparent;
    border-width: 1.25rem;
    margin: 0 -1.25rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__calc .c-flow__break--md.c-flow__horizontal--deep .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}

.c-flow__calc .c-flow__break--md.c-flow__horizontal--accent .c-flow__article:after {
  border-color: transparent transparent transparent var(--accentcolor);
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -1.5rem 0;
  border-width: 1.5rem;
  z-index: 2;
  content: "";
}

@media only screen and (max-width: 991px) {
  .c-flow__calc .c-flow__break--md.c-flow__horizontal--accent .c-flow__article:after {
    border-color: var(--accentcolor) transparent transparent;
    border-width: 1.25rem;
    margin: 0 -1.25rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__calc .c-flow__break--md.c-flow__horizontal--accent .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}

.c-flow__calc .c-flow__break--md.c-flow__horizontal--darkgray .c-flow__article:after {
  border-color: transparent transparent transparent var(--darkgraycolor);
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -1.5rem 0;
  border-width: 1.5rem;
  z-index: 2;
  content: "";
}

@media only screen and (max-width: 991px) {
  .c-flow__calc .c-flow__break--md.c-flow__horizontal--darkgray .c-flow__article:after {
    border-color: var(--darkgraycolor) transparent transparent;
    border-width: 1.25rem;
    margin: 0 -1.25rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__calc .c-flow__break--md.c-flow__horizontal--darkgray .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}

.c-flow__calc .c-flow__break--xs.c-flow__horizontal--main .c-flow__article:after {
  border-color: transparent transparent transparent var(--rgb-main);
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -1rem 0;
  border-width: 1rem;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--main .c-flow__article:after {
    border-width: 0.75rem;
    margin: -0.75rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--main .c-flow__article:after {
    border-width: 0.5rem;
    margin: -0.5rem 0;
  }
}

@media only screen and (max-width: 575px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--main .c-flow__article:after {
    border-color: var(--rgb-main) transparent transparent;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
    margin: 0 -0.5rem;
  }
}

.c-flow__calc .c-flow__break--xs.c-flow__horizontal--accent .c-flow__article:after {
  border-color: transparent transparent transparent var(--accentcolor);
  border-width: 1rem;
  margin: -1rem 0;
  top: 50%;
  left: 100%;
  bottom: 50%;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--accent .c-flow__article:after {
    border-width: 0.75rem;
    margin: -0.75rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--accent .c-flow__article:after {
    border-width: 0.75rem;
    margin: -0.75rem 0;
  }
}

@media only screen and (max-width: 575px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--accent .c-flow__article:after {
    border-color: var(--accentcolor) transparent transparent;
    margin: 0 -0.75rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}

.c-flow__calc .c-flow__break--xs.c-flow__horizontal--darkgray .c-flow__article:after {
  border-color: transparent transparent transparent var(--darkgraycolor);
  border-width: 1rem;
  margin: -1rem 0;
  top: 50%;
  left: 100%;
  bottom: 50%;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--darkgray .c-flow__article:after {
    border-width: 0.75rem;
    margin: -0.75rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--darkgray .c-flow__article:after {
    border-width: 0.75rem;
    margin: -0.75rem 0;
  }
}

@media only screen and (max-width: 575px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--darkgray .c-flow__article:after {
    border-color: var(--darkgraycolor) transparent transparent;
    margin: 0 -0.75rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}

.c-flow__calc .c-flow__break--xs.c-flow__horizontal--dark .c-flow__article .c-flow__heading {
  color: var(--darkcolor);
}

.c-flow__calc .c-flow__break--xs.c-flow__horizontal--dark .c-flow__article:after {
  border-color: transparent transparent transparent var(--darkcolor);
  border-width: 1rem;
  margin: -1rem 0;
  top: 50%;
  left: 100%;
  bottom: 50%;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--dark .c-flow__article:after {
    border-width: 0.75rem;
    margin: -0.75rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--dark .c-flow__article:after {
    border-width: 0.75rem;
    margin: -0.75rem 0;
  }
}

@media only screen and (max-width: 575px) {
  .c-flow__calc .c-flow__break--xs.c-flow__horizontal--dark .c-flow__article:after {
    border-color: var(--darkcolor) transparent transparent;
    margin: 0 -0.75rem;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}

.c-flow--step {
  background-color: var(--deepcolor);
  color: var(--rgb-white);
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin: 0.5em auto;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .c-flow--step {
    font-size: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
}

.c-flow__vertical {
  border-top: 1px solid var(--rgb-flow);
}

.c-flow__vertical .c-flow__no,
.c-flow__vertical .c-flow__time,
.c-flow__vertical .c-flow__notes {
  display: table-cell;
}

@media only screen and (max-width: 575px) {

  .c-flow__vertical .c-flow__no,
  .c-flow__vertical .c-flow__time,
  .c-flow__vertical .c-flow__notes {
    display: block;
  }
}

.c-flow__vertical .c-flow__time {
  width: 18rem;
  vertical-align: top;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .c-flow__vertical .c-flow__time {
    width: 12rem;
    vertical-align: top;
  }
}

@media only screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__time {
    width: 100%;
  }
}

.c-flow__vertical .c-flow__time span {
  color: rgba(0, 0, 0, 0.075);
  font-size: 6em;
  line-height: 0.75;
  font-weight: 700;
  margin-top: -0.05em;
  padding: 0;
  display: block;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .c-flow__vertical .c-flow__time span {
    font-size: 4em;
  }
}

.c-flow__vertical .c-flow__no {
  width: 4.5rem;
  vertical-align: top;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .c-flow__vertical .c-flow__no {
    width: 3rem;
    vertical-align: top;
  }
}

@media only screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__no {
    width: 100%;
  }
}

.c-flow__vertical .c-flow__no span {
  color: var(--rgb-flowno);
  font-size: 7em;
  line-height: 0.75;
  font-weight: 700;
  margin-top: -0.5rem;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .c-flow__vertical .c-flow__no span {
    font-size: 3.5em;
    line-height: 1;
  }
}

.c-flow__vertical .c-flow__no small {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}

@media only screen and (max-width: 767px) {
  .c-flow__vertical .c-flow__no small {
    font-size: 10px;
    line-height: 12px;
  }
}

.c-flow__vertical .c-flow__notes {
  padding: 3rem 0;
  padding-left: 3rem;
  vertical-align: top;
}

@media only screen and (max-width: 991px) {
  .c-flow__vertical .c-flow__notes {
    padding: 3rem 0 2rem;
    padding-left: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-flow__vertical .c-flow__notes {
    padding: 2rem 0 1rem;
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__notes {
    padding: 0 0 1rem;
    margin-top: -1.5rem;
  }
}

.c-flow__vertical .c-flow__notes .well {
  background: var(--rgb-white);
  border: none;
  color: #212121;
}

.c-flow__vertical .c-flow__notes .c-heading__flow {
  font-size: 1.125em;
  line-height: 1.5;
  margin: 1.5em 0 0.75em;
}

.c-flow__vertical .c-flow__notes .c-heading__flow .c-heading__leftline {
  line-height: 1.5;
  font-weight: 700;
  display: block;
}

.c-flow__vertical .c-flow__notes .c-heading__flow:first-child {
  margin-top: 0;
}

.c-flow__vertical .c-flow__notes h5 {
  font-weight: 700;
  font-size: 1em;
  margin: 1.25em 0 0.75em;
  padding-bottom: 0.5em;
}

@media only screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__notes h5 {
    text-align: center;
  }
}

.c-flow__vertical .c-flow__notes h5:first-child {
  margin-top: 0;
}

.c-flow__vertical .c-flow__notes p {
  line-height: 1.75;
}

.c-flow__vertical .c-flow__notes hr {
  margin: 0.5em 0;
  border-top: 1px dashed #FF9;
}

.c-flow__vertical .c-flow__notes dl {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__notes dl {
    display: block;
  }
}

.c-flow__vertical .c-flow__notes dl dt,
.c-flow__vertical .c-flow__notes dl dd {
  display: table-cell;
}

@media only screen and (max-width: 575px) {

  .c-flow__vertical .c-flow__notes dl dt,
  .c-flow__vertical .c-flow__notes dl dd {
    display: block;
  }
}

.c-flow__vertical .c-flow__notes dl dt {
  width: 7em;
}

@media only screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__notes dl dt {
    margin-bottom: 1.25vw;
  }
}

.c-flow__vertical .c-flow__article {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
  padding: 0;
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__article {
    padding: 0;
  }
}

.c-flow__vertical .c-flow__article:before,
.c-flow__vertical .c-flow__article:after {
  border-width: 1.75rem;
  border-style: solid;
  margin: 0 -1.75rem;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  content: "";
}

@media only screen and (max-width: 767px) {

  .c-flow__vertical .c-flow__article:before,
  .c-flow__vertical .c-flow__article:after {
    border-width: 1.25rem;
  }
}

@media only screen and (max-width: 575px) {

  .c-flow__vertical .c-flow__article:before,
  .c-flow__vertical .c-flow__article:after {
    margin: 0 -1.25rem;
  }
}

.c-flow__vertical .c-flow__article:before {
  border-color: var(--rgb-flow) transparent transparent transparent;
  top: 0;
  z-index: 7;
}

.c-flow__vertical .c-flow__article:after {
  border-color: var(--rgb-white) transparent transparent transparent;
  top: -1px;
  z-index: 8;
}

.c-flow__vertical .c-flow__article:first-child:before,
.c-flow__vertical .c-flow__article:first-child:after {
  display: none;
}

.c-flow__word {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(2em * var(--md-rate)) calc(1em * var(--md-rate));
}

.c-flow__word p {
  text-align: center;
  line-height: 1.5;
}

/* contact,inquiry,entry,estimate */
.c-form__recept {
  text-align: center;
  line-height: 1.5;
  margin: -0.25em 0;
}

.c-form__required,
.c-form__optional {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-form__required:after,
.c-form__optional:after {
  color: var(--rgb-white);
  font-size: 0.75em;
  line-height: 1;
  margin-left: 1.33em;
  padding: 0.25em 0.5em;
  text-align: center;
}

.c-form__required.justify-content-start,
.c-form__optional.justify-content-start {
  margin-bottom: 0.5em;
  width: 7em;
}

.c-form__required small,
.c-form__optional small {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-form__required:after {
  background-color: var(--rgb-required);
  content: "必須";
}

.c-form__required--image {
  background-color: var(--rgb-required);
  color: var(--rgb-white);
  font-size: 0.75em;
  line-height: 1;
  padding: 0.25em 0;
  width: 2.25rem;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin-right: 0.25rem;
  display: inline-block;
}

.c-form__optional:after {
  background-color: var(--rgb-optional);
  content: "任意";
}

.form-floating {
  width: 100%;
}

.form-floating&gt;label {
  opacity: 0.33;
}

.form-floating&gt;.form-control:not(:-moz-placeholder-shown)~label {
  opacity: 0.33;
  transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
}

.form-floating&gt;.form-control:focus~label,
.form-floating&gt;.form-control:not(:placeholder-shown)~label,
.form-floating&gt;.form-select~label {
  opacity: 0.33;
  transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
}

.input-group&gt; :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) input {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group&gt;.form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* form control */
.radio:not(:first-child),
.checkbox:not(:first-child) {
  margin-top: 0.75rem;
}

.form-check-inline .radio:not(:first-child),
.form-check-inline .checkbox:not(:first-child) {
  margin-top: 0;
}

.c-policy__scroll {
  background-color: var(--rgb-white);
  height: 12.5rem;
  overflow-y: scroll;
}

.c-policy__scroll a,
.c-policy__scroll a:hover,
.c-policy__scroll a:active,
.c-policy__scroll a:focus {
  color: var(--textcolor);
}

.c-policy__scroll a {
  text-decoration: none;
}

.c-policy__scroll a:hover,
.c-policy__scroll a:active,
.c-policy__scroll a:focus {
  color: var(--rgb-text);
  text-decoration: underline;
}

.c-policy__scroll&gt;*:last-child {
  padding-bottom: 1.125rem;
}

@media only screen and (max-width: 767px) {
  .c-policy__scroll&gt;*:last-child {
    padding-bottom: 0.8rem;
  }
}

.c-title__policy {
  padding-bottom: 0.75rem;
  border-bottom: 1px dotted #666;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.125;
  margin: 2em 0 1em;
}

.c-reserve__total,
.c-reserve__year,
.c-reserve__date {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: man-content;
}

@media only screen and (max-width: 575px) {
  .c-reserve__total {
    display: block;
  }
}

.c-reserve__total:not(:first-child) {
  border-top: 1px dashed var(--line-gray);
  margin-top: 0.5em;
  padding-top: 0.5em;
}

.c-reserve__total h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 1em;
}

@media only screen and (max-width: 575px) {

  .c-reserve__year,
  .c-reserve__date {
    margin: 0.5em 0;
  }
}

input[type=checkbox],
input[type=radio] {
  vertical-align: middle;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  margin-right: 0.5em;
}

.form-check-inline .checkbox input[type=checkbox],
.form-check-inline .radio input[type=radio] {
  margin-right: 0.5em;
  margin-top: 4px;
}

input {
  font-size: 100%;
  vertical-align: middle;
}

input[type=text]:focus,
input[type=text]:focus-visible,
input[type=password]:focus,
input[type=password]:focus-visible,
input[type=tel]:focus,
input[type=tel]:focus-visible,
input[type=email]:focus,
input[type=email]:focus-visible,
.form-select:focus,
.form-control:focus,
.form-select:focus-visible,
.form-control:focus-visible {
  border: 1px solid var(--hovercolor);
  box-shadow: none;
  outline: none;
}

textarea {
  font-size: 1;
  width: 100%;
  height: 12.5rem;
}

.form-control:focus,
.form-select:focus {
  background: #F5F5F5;
  border-color: var(--hovercolor);
  box-shadow: none;
}

::-ms-input-placeholder {
  color: var(--rgb-form);
}

:-ms-input-placeholder {
  color: var(--rgb-form);
}

.required input[type=text],
.required input[type=password],
.required .form-select,
.required textarea {
  border: 1px solid #FFBABA;
  line-height: normal;
}

.required input[type=text]:focus,
.required input[type=password]:focus,
.required textarea:focus {
  background: var(--rgb-white) 6F6;
  line-height: normal;
}

.form-check-label {
  line-height: 1;
  white-space: nowrap;
}

.form-check-input {
  background-color: var(--rgb-white);
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 4px;
  width: 1.25em;
  height: 1.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-check .form-check-input {
  margin: 0.5em 0.5em 0.5em -1.75em;
  vertical-align: middle;
  float: none;
}

th .form-check .form-check-input,
td .form-check .form-check-input {
  margin: 0 0.5em 0 -1.75em;
  vertical-align: top;
}

@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: var(--rgb-form);
  outline: 0;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: var(--rgb-form);
  border-color: var(--rgb-form);
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFF'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: var(--rgb-form);
  border-color: var(--rgb-form);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  opacity: 0.5;
}

.form-check-inline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: 0.5em;
}

.was-validated .form-check-input:valid,
.was-validated .form-check-input.is-valid {
  border-color: var(--rgb-caution);
}

.was-validated .form-check-input:valid:checked,
.was-validated .form-check-input.is-valid:checked {
  background-color: var(--rgb-caution);
}

.was-validated .form-check-input:valid:focus,
.was-validated .form-check-input.is-valid:focus {
  box-shadow: none;
}

.was-validated .form-check-input:valid~.form-check-label,
.was-validated .form-check-input.is-valid~.form-check-label {
  color: var(--rgb-caution);
}

.form-file {
  --bs-form-file-height: calc(1.5em + .75rem + 2px);
  position: relative;
}

.form-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: var(--bs-form-file-height);
  margin: 0;
  opacity: 0;
}

.form-file-input:focus-within~.form-file-label {
  border-color: var(--rgb-form);
  box-shadow: none;
}

.form-file-input[disabled]~.form-file-label .form-file-text,
.form-file-input:disabled~.form-file-label .form-file-text {
  background-color: #E9ECEF;
}

.form-file-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  height: var(--bs-form-file-height);
  border-color: #CED4DA;
  border-radius: 0.25rem;
}

.form-file-text {
  display: block;
  flex-grow: 1;
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #888;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: var(--rgb-white);
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.form-file-button {
  display: block;
  flex-shrink: 0;
  padding: 0.375rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #495057;
  background-color: #E9ECEF;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.form-file-sm {
  --bs-form-file-height: calc(1.5em + .5rem + 2px);
  font-size: 0.875rem;
}

.form-file-sm .form-file-text,
.form-file-sm .form-file-button {
  padding: 0.25rem 0.5rem;
}

.form-file-lg {
  --bs-form-file-height: calc(1.5em + 1rem + 2px);
  font-size: 1.25rem;
}

.form-file-lg .form-file-text,
.form-file-lg .form-file-button {
  padding: 0.5rem 1rem;
}

.input-group&gt;.form-control,
.input-group&gt;.form-select,
.input-group&gt;.form-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group&gt;.form-control:focus,
.input-group&gt;.form-select:focus,
.input-group&gt;.form-file:focus {
  z-index: 3;
}

.input-group&gt;.form-file .form-file-input:focus~.form-file-label {
  z-index: 3;
}

.input-group&gt;.form-file&gt;.form-file-input:focus {
  z-index: 4;
}

.input-group&gt;.form-file:not(:first-child)&gt;.form-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group&gt;.form-file:not(:last-child)&gt;.form-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  background-color: #E9ECEF;
  color: #495057;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  padding: 0.375rem 0.75rem;
  display: flex;
  align-items: center;
}

.input-group-lg&gt;.form-select,
.input-group-sm&gt;.form-select {
  padding-right: 1.75rem;
}

.input-group-lg&gt;.form-control {
  min-height: calc(1.5em + 1rem + 2px);
}

.input-group-lg&gt;.form-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg&gt;.form-control,
.input-group-lg&gt;.form-select,
.input-group-lg&gt;.input-group-text,
.input-group-lg&gt;.btn {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}

.input-group-sm&gt;.form-control {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm&gt;.form-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm&gt;.form-control,
.input-group-sm&gt;.form-select,
.input-group-sm&gt;.input-group-text,
.input-group-sm&gt;.btn {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  line-height: 1.25;
  padding: 0.25rem 0.5rem;
}

.input-group&gt; :not(:first-child):not(.dropdown-menu) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group&gt; :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group&gt;.dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.label-file {
  padding: 6.25rem 2.5rem;
  color: var(--rgb-white);
  background-color: #384878;
  cursor: pointer;
}

.label-file input[type=file] {
  display: none;
}

.label-file+p {
  margin: 0.75em 0 0 0;
}

/* privacy */
.privacy-index {
  list-style: none;
}

.privacy-index li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 1em;
}

.c-heading__chapter {
  font-size: 1.25em;
  font-weight: 700;
  margin: 3rem 0 1rem;
}

.text-article {
  margin: 1rem 0 0.5rem;
}

.text-article strong {
  margin-right: 1em;
  font-weight: 800;
}

.c-heading__chapter--bracket {
  list-style: none;
  counter-reset: bracket;
}

.c-heading__chapter--bracket li {
  line-height: 1.5;
  padding-left: 3em;
}

.c-heading__chapter--bracket li:before {
  counter-increment: bracket;
  content: "(" counter(bracket) ")";
  text-align: center;
  display: inline-block;
  margin-right: 0.5em;
  margin-left: -3em;
  width: 2.5em;
}

.c-heading__chapter--bracket li+li {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .c-heading__chapter--bracket li+li {
    margin-top: 0.25rem;
  }
}

.c-heading__chapter--bracket strong {
  margin-right: 1em;
  font-weight: 800;
}

.section-purpose {
  counter-reset: purpose;
}

.tit-purpose {
  line-height: 1.5;
  padding-left: 3em;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
}

.tit-purpose:before {
  counter-increment: purpose;
  content: "" counter(purpose) "";
  text-align: center;
  display: inline-block;
  margin-right: 0.75em;
  margin-left: -2em;
  line-height: 0.75;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1.25rem;
  font-weight: 800;
  border: 2px solid #5B4B2D;
}

.tit-purpose+.disc {
  padding-left: 3rem;
}

.form {
  width: 5em;
}

.form-sm {
  width: 6em;
}

.form-md {
  width: 50%;
  min-width: 15em;
}

.form-lg {
  width: 100%;
}

.c-form__width {
  width: 20%;
  min-width: 5em;
}

.c-form__width--sm {
  width: 25%;
  min-width: 10em;
}

@media only screen and (max-width: 575px) {
  .c-form__width--sm {
    width: 50%;
  }
}

.c-form__width--md {
  width: 50%;
  min-width: 15em;
}

@media only screen and (max-width: 575px) {
  .c-form__width--md {
    width: 100%;
  }
}

.c-form__width--lg {
  width: 75%;
}

@media only screen and (max-width: 575px) {
  .c-form__width--lg {
    width: 100%;
  }
}

.c-form__table--title {
  margin: 1rem 0 0.5rem;
}

@media only screen and (max-width: 767px) {
  .c-form__table--title {
    margin: 0.5rem 0 0.25rem;
  }
}

.c-form__table--title:first-child {
  margin-top: 0;
}

.input-group .form-floating:first-child .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.c-frame__line {
  border: 1px solid #DDD;
  padding: 1px;
  background-color: var(--rgb-white);
}

.c-frame__line&gt;img,
.c-frame__line a&gt;img {
  width: 100%;
  height: auto;
}

.c-frame__mirror {
  position: relative;
}

.c-frame__mirror:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 10px solid rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 767px) {
  .c-frame__mirror:after {
    border: 5px solid rgba(255, 255, 255, 0.5);
  }
}

.c-frame__mirror img {
  width: 100%;
  height: auto;
}

.c-frame__overlap {
  display: inline-block;
  position: relative;
}

.c-frame__overlap img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  background-color: var(--rgb-white);
  padding: 1.5rem;
  border-radius: 0.125rem;
  z-index: 3;
  position: relative;
  display: inline-block;
}

.c-frame__overlap:before,
.c-frame__overlap:after {
  content: "";
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: var(--rgb-white);
  padding: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 33.3333333333%;
  width: 100%;
}

.c-frame__overlap:before {
  transform: rotate(4deg);
  z-index: 2;
}

.c-frame__overlap:after {
  transform: rotate(2deg);
  z-index: 1;
}

.c-frame__overlap-long {
  display: inline-block;
  position: relative;
}

.c-frame__overlap-long img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background-color: var(--rgb-white);
  padding: 7px;
  border-radius: 2px;
  z-index: 3;
  position: relative;
  display: inline-block;
}

.c-frame__overlap-long:before,
.c-frame__overlap-long:after {
  content: "";
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background-color: var(--rgb-white);
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 33.3333333333%;
  width: 100%;
}

.c-frame__overlap-long:before {
  transform: rotate(2deg);
  z-index: 2;
}

.c-frame__overlap-long:after {
  transform: rotate(1deg);
  z-index: 1;
}

.c-frame__overlap-wrap {
  margin: 2rem 0;
}

.c-frame__overlap--sm {
  display: inline-block;
  position: relative;
}

.c-frame__overlap--sm img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  background-color: var(--rgb-white);
  padding: 1rem;
  border-radius: 0.125rem;
  z-index: 3;
  position: relative;
  display: inline-block;
}

.c-frame__overlap--sm:before,
.c-frame__overlap--sm:after {
  content: "";
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: var(--rgb-white);
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 33.3333333333%;
  width: 100%;
}

.c-frame__overlap--sm:before {
  transform: rotate(4deg);
  z-index: 2;
}

.c-frame__overlap--sm:after {
  transform: rotate(2deg);
  z-index: 1;
}

.c-frame__overlap--xs {
  display: inline-block;
  position: relative;
}

.c-frame__overlap--xs img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  background-color: var(--rgb-white);
  padding: 0.5rem;
  border-radius: 0.125rem;
  z-index: 3;
  position: relative;
  display: inline-block;
}

.c-frame__overlap--xs:before,
.c-frame__overlap--xs:after {
  content: "";
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: var(--rgb-white);
  padding: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 33.3333333333%;
  width: 100%;
}

.c-frame__overlap--xs:before {
  transform: rotate(4deg);
  z-index: 2;
}

.c-frame__overlap--xs:after {
  transform: rotate(2deg);
  z-index: 1;
}

.c-frame__polaroid {
  background-color: var(--rgb-white);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-frame__polaroid {
    padding: 0.5rem;
  }
}

.c-frame__polaroid p {
  text-align: center;
  line-height: 1.125;
  font-size: 0.9rem;
  padding: 0.25rem 0;
}

.c-frame__polaroid img {
  width: 100%;
  height: auto;
}

.c-frame__polaroid-rd {
  background-color: var(--rgb-white);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 1rem;
  border-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .c-frame__polaroid-rd {
    padding: 5px;
  }
}

.c-frame__polaroid-rd img {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  border-radius: 22px;
}

.c-frame__bracket {
  padding: 1.25rem;
  position: relative;
}

@media screen and (max-width: 991px) {
  .c-frame__bracket {
    padding: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .c-frame__bracket {
    padding: 0.5rem;
  }
}

.c-frame__bracket:before,
.c-frame__bracket:after {
  position: absolute;
  content: "";
}

.c-frame__bracket:before {
  top: 0;
  left: 25%;
  right: 0;
  bottom: 25%;
}

.c-frame__bracket:after {
  top: 25%;
  left: 0;
  right: 25%;
  bottom: 0;
}

.c-frame__with--pin {
  position: relative;
}

.c-frame__with--pin:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  z-index: 1;
  background: url(../images/pin.png) center center/contain no-repeat;
  width: 2.5rem;
  height: 50px;
  margin: 0 -1.25rem;
  top: -2rem;
}

@media screen and (max-width: 767px) {
  .c-frame__with--pin:before {
    width: 20px;
    height: 25px;
    margin: 0 -10px;
    top: -1rem;
  }
}

.c-frame__with--tape {
  position: relative;
}

.c-frame__with--tape:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  z-index: 1;
  background: url(../images/tape.png) center center/contain no-repeat;
  width: 100px;
  height: 31px;
  margin: 0 -50px;
  top: -13px;
}

@media screen and (max-width: 767px) {
  .c-frame__with--tape:before {
    width: 64px;
    height: 24px;
    margin: 0 -32px;
    top: -10px;
  }
}

.c-frame__note {
  width: 100%;
  background-color: var(--rgb-white);
  color: #696969;
  border: solid 1px #E6E6E6;
  padding: 0.3em 2em 2em;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-flow: row wrap;
}

@media only screen and (max-width: 767px) {
  .c-frame__note {
    padding: 0.3em 1em 2em;
  }
}

.c-frame__note--line {
  background-color: var(--rgb-white);
  width: 100%;
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, var(--rgb-white) 0%, var(--rgb-white) 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%, 100% 2em;
  line-height: 2em;
  padding: 2em 0 0.2em;
}

@media only screen and (max-width: 767px) {
  .c-frame__note--line {
    line-height: 2.05em;
  }
}

.c-frame__note--line strong {
  display: block;
  color: var(--deepcolor);
  margin-bottom: 2em;
}

.c-frame__note--line span {
  display: inline-block;
  width: 5em;
}

[class*=c-heading__] {
  position: relative;
}

[class*=c-heading__] small {
  display: block;
}

[class*=c-heading__]:first-child {
  margin-top: 0;
}

[class*=c-heading__]:last-child {
  margin-bottom: 0;
}

.multiline {
  line-height: 1.5;
}

[class*=c-heading__].en {
  line-height: 0.75;
}

[class*=c-heading__].en small {
  line-height: 1;
  letter-spacing: 0;
  text-indent: 0;
}

[class*=container]&gt;h3[class*=c-heading__]:last-child {
  margin-bottom: 0;
}

.c-heading {
  position: relative;
  z-index: 1;
}

.c-heading__devider {
  margin-top: calc(var(--section-padding) * var(--heading-padding-sm));
  margin-bottom: calc(var(--clearance-padding) * var(--heading-margin));
}

.c-heading__devider::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5em;
  height: 2px;
  content: "";
}

.c-heading__devider.text-center:after {
  left: 50%;
  right: 50%;
  margin: 0 -2.5em;
}

@media only screen and (min-width: 992px) {
  .c-heading__devider.text-center.text-lg-start:after {
    left: 0;
    right: auto;
    margin: 0;
  }
}

.c-heading__devider.text-end:after {
  left: auto;
  right: 0;
}

.c-heading__devider--sm {
  padding-bottom: calc(var(--section-padding) * var(--heading-padding-sm) + 2px);
}

.c-heading__devider--sm::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2em;
  height: 2px;
  content: "";
}

.c-heading__devider--sm.text-center:before {
  left: 50%;
  right: 50%;
  margin: 0 -1em;
}

@media only screen and (min-width: 992px) {
  .c-heading__devider--sm.text-center.text-lg-start:before {
    left: 0;
    right: auto;
    margin: 0;
  }
}

.c-heading__devider--sm.text-end:before {
  left: auto;
  right: 0;
}

.c-heading__margin {
  margin-bottom: calc(var(--clearance-padding) * var(--heading-margin) * var(--heading-margin));
}

@media only screen and (max-width: 1399px) {
  .c-heading__margin {
    margin-bottom: calc(var(--clearance-padding) / 1.25 * var(--heading-margin));
  }
}

@media only screen and (max-width: 1199px) {
  .c-heading__margin {
    margin-bottom: calc(var(--clearance-padding) / 1.25 * var(--heading-margin));
  }
}

@media only screen and (max-width: 991px) {
  .c-heading__margin {
    margin-bottom: calc(var(--clearance-padding) / 1.25 * var(--heading-margin));
  }
}

@media only screen and (max-width: 767px) {
  .c-heading__margin {
    margin-bottom: calc(var(--clearance-padding) / 1.25 * var(--heading-margin));
  }
}

.c-heading__margin--first {
  margin-bottom: calc(var(--clearance-padding) * var(--heading-margin));
}

.c-heading__margin--large {
  margin-bottom: calc(var(--clearance-padding) * var(--heading-margin) + var(--clearance-padding));
}

.c-heading__margin--sm {
  margin-bottom: calc(var(--clearance-padding) / 1.25 * var(--heading-margin-sm));
}

@media only screen and (max-width: 1399px) {
  .c-heading__margin--sm {
    margin-bottom: calc(var(--clearance-padding) / 1.25 * var(--heading-margin-sm));
  }
}

@media only screen and (max-width: 1199px) {
  .c-heading__margin--sm {
    margin-bottom: calc(var(--clearance-padding) / 1.25 * var(--heading-margin-sm));
  }
}

@media only screen and (max-width: 991px) {
  .c-heading__margin--sm {
    margin-bottom: calc(var(--clearance-padding) / 1 * var(--heading-margin-sm));
  }
}

@media only screen and (max-width: 767px) {
  .c-heading__margin--sm {
    margin-bottom: calc(var(--clearance-padding) / 1 * var(--heading-margin-sm));
  }
}

.c-heading__margin--sm--first {
  margin-bottom: calc(var(--section-padding) * var(--heading-margin-sm));
}

.c-heading__headline {
  border-top: var(--heading-border-top) solid var(--rgb-heading-border);
  padding-top: 0.5rem;
  display: block;
}

.c-heading__footline {
  border-bottom: var(--heading-border-bottom) solid var(--border-foot-color);
  padding-bottom: 0.5em;
  display: block;
}

.c-heading__leftline {
  border-left: var(--heading-border-left) solid var(--border-left-color);
  padding-left: 0.66em;
  display: block;
}

.c-hero__link {
  position: relative;
  display: block;
  overflow: hidden;
}

.c-hero__link--thin {
  position: relative;
  display: block;
  overflow: hidden;
}

.c-hero__link--image {
  background-color: #000;
  overflow: hidden;
}

.c-hero__link--image img {
  transform: scale(1);
  width: 100%;
  height: auto;
  transition: transform 0.6s;
}

.c-hero__link:hover .c-hero__link--image img {
  transform: scale(1.05);
  transition: transform 1.2s;
}

.c-hero__link--title {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.c-hero__link--title h4 {
  font-size: 1.75em;
  font-weight: 700;
  color: var(--rgb-white);
}

@media only screen and (max-width: 991px) {
  .c-hero__link--title h4 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 767px) {
  .c-hero__link--title h4 {
    font-size: 1.25em;
  }
}

.c-hero__link--title:after {
  background-color: var(--accentcolor);
  color: var(--rgb-white);
  border-radius: 6rem;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 1em;
  padding: 0.5em 1em;
  display: block;
  content: "View More";
}

@media only screen and (max-width: 991px) {
  .c-hero__link--title:after {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 767px) {
  .c-hero__link--title:after {
    font-size: 0.8em;
  }
}

.c-hero__dummy {
  position: relative;
  display: block;
  overflow: hidden;
}

.c-hero__dummy--image {
  background-color: #000;
  overflow: hidden;
}

.c-hero__dummy--image img {
  transform: scale(1);
  width: 100%;
  height: auto;
  transition: transform 0.6s;
}

.c-hero__dummy--title {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.c-hero__dummy--title h4 {
  font-size: 1.75em;
  font-weight: 700;
  color: var(--rgb-white);
}

@media only screen and (max-width: 991px) {
  .c-hero__dummy--title h4 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 767px) {
  .c-hero__dummy--title h4 {
    font-size: 1.25em;
  }
}

.c-hero__icon {
  position: relative;
  display: block;
  overflow: hidden;
}

.c-hero__icon--image {
  background-color: #000;
  overflow: hidden;
  padding: 5rem;
}

@media only screen and (max-width: 1399px) {
  .c-hero__icon--image {
    padding: 4rem;
  }
}

@media only screen and (max-width: 1199px) {
  .c-hero__icon--image {
    padding: 3rem;
  }
}

@media only screen and (max-width: 991px) {
  .c-hero__icon--image {
    padding: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-hero__icon--image {
    padding: 1.5rem;
  }
}

.c-hero__icon--image img {
  transform: scale(1);
  width: 100%;
  height: auto;
  transition: transform 0.6s;
}

.c-hero__icon--title {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.c-hero__icon--title h4 {
  font-size: 1.25em;
  font-weight: 700;
  color: var(--rgb-white);
}

@media only screen and (max-width: 991px) {
  .c-hero__icon--title h4 {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 767px) {
  .c-hero__icon--title h4 {
    font-size: 1.125em;
  }
}

.c-lead,
.c-lead--xs,
.c-lead--sm,
.c-lead--md,
.c-lead--lg,
.c-lead--xl,
.c-lead--xxl {
  line-height: 2;
  margin: -0.5em 0;
}

@media only screen and (max-width: 767px) {

  .c-lead,
  .c-lead--xs,
  .c-lead--sm,
  .c-lead--md,
  .c-lead--lg,
  .c-lead--xl,
  .c-lead--xxl {
    line-height: 1.75;
    margin: -0.375em 0;
  }
}

.c-lead small,
.c-lead--xs small,
.c-lead--sm small,
.c-lead--md small,
.c-lead--lg small,
.c-lead--xl small,
.c-lead--xxl small {
  font-size: 0.66em;
  display: block;
}

.c-lead span,
.c-lead--xs span,
.c-lead--sm span,
.c-lead--md span,
.c-lead--lg span,
.c-lead--xl span,
.c-lead--xxl span {
  display: inline-block;
  white-space: nowrap;
}

@media only screen and (max-width: 575px) {

  .c-lead span,
  .c-lead--xs span,
  .c-lead--sm span,
  .c-lead--md span,
  .c-lead--lg span,
  .c-lead--xl span,
  .c-lead--xxl span {
    display: inline;
    white-space: normal;
  }
}

.c-lead {
  font-size: calc(1.125em * var(--sm-rate));
}

.c-lead--xs {
  font-size: calc(1.25em * var(--sm-rate));
}

.c-lead--sm {
  font-size: calc(1.33em * var(--sm-rate));
}

.c-lead--md {
  font-size: calc(1.5em * var(--sm-rate));
}

.c-lead--lg {
  font-size: calc(1.66em * var(--sm-rate));
}

.c-lead--xl {
  font-size: calc(1.75em * var(--sm-rate));
}

.c-lead--xxl {
  font-size: calc(2em * var(--sm-rate));
}

.c-text__link,
.c-text__link:hover,
.c-text__link:active,
.c-text__link:focus {
  color: var(--rgb-link);
  text-decoration: underline;
  word-break: break-word;
}

.c-text__link:hover,
.c-text__link:active,
.c-text__link:focus {
  text-decoration: none;
}

.c-text__link--light,
.c-text__link--light:hover,
.c-text__link--light:active,
.c-text__link--light:focus,
.c-text__link--dark,
.c-text__link--dark:hover,
.c-text__link--dark:active,
.c-text__link--dark:focus {
  text-decoration: underline;
}

.c-text__link--light:hover,
.c-text__link--light:active,
.c-text__link--light:focus,
.c-text__link--dark:hover,
.c-text__link--dark:active,
.c-text__link--dark:focus {
  text-decoration: none;
}

.c-image__link:hover img {
  opacity: 0.75;
}

.c-list__check,
.c-list__decimal,
.c-list__minus,
.c-list__square,
.c-list__circle,
.c-list__disc {
  margin: 0;
  padding: 0;
}

.c-list__disc {
  list-style: disc outside;
}

.c-list__disc li {
  margin-left: 1.5em;
}

.c-list__disc li .kome {
  display: block;
}

.c-list__disc--lg {
  list-style: disc outside;
  font-size: 1.125em;
}

.c-list__disc--lg li {
  margin-left: 1em;
}

.c-list__disc--lg li .kome {
  display: block;
}

.c-list__circle {
  list-style: none;
}

.c-list__circle&gt;li {
  padding-left: 2em;
}

.c-list__circle&gt;li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  color: #99CAD0;
  font-weight: 700;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .c-list__circle&gt;li:before {
    line-height: 1.5;
  }
}

.c-list__square {
  list-style: none;
  counter-reset: square;
}

.c-list__square li {
  line-height: 1.52;
  padding-left: 3em;
}

.c-list__square li:before {
  background-color: var(--deepcolor);
  color: var(--rgb-white);
  border-radius: 0.5rem;
  font-weight: 700;
  counter-increment: square;
  content: "" counter(square) "";
  text-align: center;
  display: inline-block;
  margin-right: 1em;
  margin-left: -3em;
  padding-top: 0.25em;
  width: 2em;
  height: 2em;
}

.c-list__square li+li {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .c-list__square li+li {
    margin-top: 0.25rem;
  }
}

.c-list__square strong {
  margin-right: 1em;
  font-weight: 800;
}

.c-list__minus {
  list-style: none;
}

.c-list__minus&gt;li {
  display: inline-block;
}

.c-list__minus&gt;li:before {
  content: "-";
  display: inline-block;
  width: 1em;
  color: #212121;
  font-weight: 700;
}

.c-list__minus&gt;li+li {
  margin-left: 1em;
}

.c-list__decimal {
  list-style: decimal;
}

.c-list__decimal li {
  margin-left: 1.5em;
}

.c-list__check {
  list-style: none;
}

.c-list__check li {
  padding-left: 2em;
}

.c-list__check li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  color: var(--checkcolor);
  font-weight: 700;
}

.c-list__check--sm {
  list-style: none;
}

.c-list__check--sm li {
  font-size: calc(1.25em * var(--heading-rate));
  padding-left: 2em;
}

.c-list__check--sm li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  color: var(--checkcolor);
  font-weight: 700;
}

.c-list__check--md {
  list-style: none;
}

.c-list__check--md li {
  font-size: calc(1.5em * var(--heading-rate));
  padding-left: 2em;
}

.c-list__check--md li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  color: var(--checkcolor);
  font-weight: 700;
}

.c-list__check--lg {
  list-style: none;
}

.c-list__check--lg li {
  font-size: calc(2em * var(--heading-rate));
  padding-left: 2em;
}

.c-list__check--lg li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  color: var(--checkcolor);
  font-weight: 700;
}

.c-list__check--circle {
  list-style: none;
}

.c-list__check--circle li {
  font-weight: 700;
  padding-left: 2em;
}

.c-list__check--circle li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  margin-left: -2em;
  width: 2em;
  display: inline-block;
  content: "\f058";
}

.c-list__bracket {
  list-style: none;
  counter-reset: bracket;
}

.c-list__bracket&gt;li {
  line-height: 1.5;
  padding-left: 3.5em;
}

.c-list__bracket&gt;li p {
  margin-bottom: 0.33em;
}

.c-list__bracket&gt;li:before {
  counter-increment: bracket;
  content: "（" counter(bracket) "）";
  display: inline-block;
  margin-left: -3em;
  margin-right: -0.5em;
  width: 3.5em;
}

.c-list__bracket&gt;li+li {
  margin-top: 0.5em;
}

.c-list__bracket&gt;li p {
  margin: 0.5em 0 0.25em;
}

.c-list__counter--circle,
.c-list__counter--square {
  list-style: none;
  counter-reset: counter;
}

.c-list__counter--circle li,
.c-list__counter--square li {
  font-size: calc(1.25em * var(--sm-rate));
  line-height: 1.25;
  font-weight: 500;
  padding-left: 2.5em;
}

.c-list__counter--circle li:not(:first-child),
.c-list__counter--square li:not(:first-child) {
  margin-top: 1em;
}

.c-list__counter--circle li:before,
.c-list__counter--square li:before {
  counter-increment: counter;
  content: "" counter(counter) "";
  background-color: var(--rgb-list-counter);
  color: var(--rgb-white);
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: -2.5em;
  margin-right: 0.5em;
  width: 2em;
  height: 2em;
  text-align: center;
}

.c-list__counter--circle li:before {
  border-radius: 50%;
}

.c-kome {
  padding-left: 1.5em;
}

.c-kome:before {
  content: "※";
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

.c-kome+.c-kome {
  margin-top: 0;
}

.c-kome__caution {
  color: var(--rgb-caution);
  padding-left: 1.5em;
}

.c-kome__caution:before {
  content: "※";
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

.c-kome__caution+.c-kome__caution {
  margin-top: 0;
}

.c-kome__caution--small {
  color: var(--rgb-caution);
  font-size: 0.75em;
  line-height: 1.25;
  padding-left: 1.25em;
}

.c-kome__caution--small:before {
  content: "※";
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

.c-kome__caution--small+.c-kome__caution--small__red--small {
  margin-top: 0.5rem !important;
}

p.check,
div.check {
  padding-left: 2em;
}

p.check:before,
div.check:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  color: var(--rgb-main);
  font-weight: 700;
}

.check-large {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-large li {
  padding-left: 1.5em;
  font-size: 1.25em;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .check-large li {
    font-size: 1.125em;
  }
}

.check-large li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  color: #212121;
  font-weight: 700;
}

.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.checklist li {
  line-height: 1;
  display: inline-block;
  font-weight: 700;
  background-color: var(--rgb-white);
  margin: 2px;
}

.checklist li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 1.5em;
  color: #0d81c3;
  font-weight: 700;
  text-align: left;
}

.c-list__slash {
  display: flex;
  flex-flow: row wrap;
}

.c-list__slash li {
  white-space: nowrap;
}

.c-list__slash li:not(:last-child):after {
  margin: 0 0.33em;
  content: "/";
}

.c-list__jnumber {
  padding-left: 2em;
}

.c-list__jnumber li {
  font-family: var(--font-blush);
  font-weight: 400;
}

.c-list__jnumber li:before {
  margin-left: -2em;
  width: 2em;
  content: "一．";
  display: inline-block;
}

.js-mainimage__cover,
.js-mainimage__contain {
  position: relative;
  overflow: hidden;
  background-color: var(--rgb-lightgray);
  display: flex;
}

.js-mainimage__cover img,
.js-mainimage__contain img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.js-mainimage__contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.js-mainimage__cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.c-mainimage {
  position: relative;
}

.c-mainimage__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-mainimage__slogan,
.c-mainimage__catch,
.c-mainimage__lead {
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  display: block;
}

.c-scrolldown {
  position: absolute;
  right: calc(var(--padding-x) * 0.5);
  bottom: calc(var(--padding-x) * 0.5);
  z-index: 998;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.c-scrolldown:before,
.c-scrolldown:after {
  position: absolute;
  content: "";
}

.c-scrolldown:after {
  animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: var(--scroll-ball-start);
  }

  100% {
    bottom: var(--scroll-ball-goal);
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

.c-scrolldown span {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
}

.c-days__flow--image img {
  width: 100%;
  height: auto;
}

.c-days__flow--text .c-box--sm {
  border-radius: 1rem;
}

@media only screen and (max-width: 1199px) {
  .c-days__flow--text .c-box--sm {
    border-radius: 0.75rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-days__flow--text .c-box--sm {
    border-radius: 0.5rem;
  }
}

.c-days__flow--text .c-box--sm .c-box__body strong {
  font-size: 1.5em;
  line-height: 1.75;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .c-days__flow--text .c-box--sm .c-box__body strong {
    font-size: 1.25em;
    line-height: 1.5;
    margin-bottom: 0.75rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-days__flow--text .c-box--sm .c-box__body strong {
    font-size: 1.125em;
    line-height: 1.25;
    margin-bottom: 0.5rem;
  }
}

.c-days__flow--text .c-box--sm .c-box__body strong:last-child {
  margin-bottom: 0;
}

.c-days__flow--morning,
.c-days__flow--noon {
  display: flex;
  align-items: flex-start;
  position: relative;
}

@media only screen and (max-width: 575px) {

  .c-days__flow--morning,
  .c-days__flow--noon {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
  }
}

.c-days__flow--morning .c-days__flow--text,
.c-days__flow--noon .c-days__flow--text {
  flex: 0 1 calc(50% + 7rem);
}

@media only screen and (max-width: 991px) {

  .c-days__flow--morning .c-days__flow--text,
  .c-days__flow--noon .c-days__flow--text {
    flex: 0 1 calc(50% + 5rem);
  }
}

@media only screen and (max-width: 575px) {

  .c-days__flow--morning .c-days__flow--text,
  .c-days__flow--noon .c-days__flow--text {
    flex: 0 1 100%;
  }
}

.c-days__flow--morning .c-days__flow--text dl,
.c-days__flow--noon .c-days__flow--text dl {
  display: flex;
}

.c-days__flow--morning .c-days__flow--text dl+dl,
.c-days__flow--noon .c-days__flow--text dl+dl {
  margin-top: 2rem;
}

@media only screen and (max-width: 991px) {

  .c-days__flow--morning .c-days__flow--text dl+dl,
  .c-days__flow--noon .c-days__flow--text dl+dl {
    margin-top: 1.5rem;
  }
}

.c-days__flow--morning .c-days__flow--text dl dt,
.c-days__flow--noon .c-days__flow--text dl dt {
  flex: 0 1 14rem;
  padding: 0 2rem;
}

@media only screen and (max-width: 1399px) {

  .c-days__flow--morning .c-days__flow--text dl dt,
  .c-days__flow--noon .c-days__flow--text dl dt {
    padding: 0 1.5rem;
  }
}

@media only screen and (max-width: 991px) {

  .c-days__flow--morning .c-days__flow--text dl dt,
  .c-days__flow--noon .c-days__flow--text dl dt {
    padding: 0 1rem;
    flex: 0 1 10rem;
  }
}

@media only screen and (max-width: 575px) {

  .c-days__flow--morning .c-days__flow--text dl dt,
  .c-days__flow--noon .c-days__flow--text dl dt {
    padding: 0;
    order: 1;
    flex: 0 1 8rem;
  }
}

.c-days__flow--morning .c-days__flow--text dl dt&gt;strong,
.c-days__flow--noon .c-days__flow--text dl dt&gt;strong {
  color: #fff;
  border-radius: 4rem;
  font-size: 1.5em;
  line-height: 1.5;
  text-align: center;
  display: block;
  padding: 0.5rem 0;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {

  .c-days__flow--morning .c-days__flow--text dl dt&gt;strong,
  .c-days__flow--noon .c-days__flow--text dl dt&gt;strong {
    font-size: 1.25em;
    line-height: 1.25;
    margin-bottom: 0.75rem;
  }
}

@media only screen and (max-width: 767px) {

  .c-days__flow--morning .c-days__flow--text dl dt&gt;strong,
  .c-days__flow--noon .c-days__flow--text dl dt&gt;strong {
    font-size: 1.125em;
    line-height: 1.125;
  }
}

@media only screen and (max-width: 575px) {

  .c-days__flow--morning .c-days__flow--text dl dt&gt;strong,
  .c-days__flow--noon .c-days__flow--text dl dt&gt;strong {
    width: 7rem;
  }
}

.c-days__flow--morning .c-days__flow--text dl dd,
.c-days__flow--noon .c-days__flow--text dl dd {
  flex: 0 1 calc(100% - 14rem);
}

@media only screen and (max-width: 991px) {

  .c-days__flow--morning .c-days__flow--text dl dd,
  .c-days__flow--noon .c-days__flow--text dl dd {
    flex: 0 1 calc(100% - 10rem);
  }
}

@media only screen and (max-width: 575px) {

  .c-days__flow--morning .c-days__flow--text dl dd,
  .c-days__flow--noon .c-days__flow--text dl dd {
    flex: 0 1 calc(100% - 8rem);
  }
}

.c-days__flow--morning .c-days__flow--image,
.c-days__flow--noon .c-days__flow--image {
  flex: 0 1 calc(50% - 7rem);
}

@media only screen and (max-width: 991px) {

  .c-days__flow--morning .c-days__flow--image,
  .c-days__flow--noon .c-days__flow--image {
    flex: 0 1 calc(50% - 5rem);
  }
}

@media only screen and (max-width: 575px) {

  .c-days__flow--morning .c-days__flow--image,
  .c-days__flow--noon .c-days__flow--image {
    flex: 0 1 calc(100% - 8rem);
  }
}

.c-days__flow--morning::after,
.c-days__flow--noon::after {
  margin: -2px;
  width: 2px;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  right: 50%;
  bottom: -2.5rem;
  content: "";
}

@media only screen and (max-width: 1399px) {

  .c-days__flow--morning::after,
  .c-days__flow--noon::after {
    top: 2rem;
    bottom: -2rem;
  }
}

@media only screen and (max-width: 991px) {

  .c-days__flow--morning::after,
  .c-days__flow--noon::after {
    top: 2rem;
    bottom: -1.5rem;
  }
}

@media only screen and (max-width: 767px) {

  .c-days__flow--morning::after,
  .c-days__flow--noon::after {
    top: 2rem;
    bottom: -1.25rem;
  }
}

@media only screen and (max-width: 575px) {

  .c-days__flow--morning::after,
  .c-days__flow--noon::after {
    left: calc(3.5rem - 1px);
    right: auto;
  }
}

.c-days__flow--morning:last-child::after,
.c-days__flow--noon:last-child::after {
  display: none;
}

.c-days__flow--morning+.c-days__flow,
.c-days__flow--noon+.c-days__flow {
  margin-top: 3rem;
}

@media only screen and (max-width: 767px) {

  .c-days__flow--morning+.c-days__flow,
  .c-days__flow--noon+.c-days__flow {
    margin-top: 2rem;
  }
}

.c-days__flow--morning dt strong {
  background-color: var(--morningcolor);
}

.c-days__flow--morning::after {
  background-color: var(--morningcolor);
}

.c-days__flow--morning:last-child::after {
  display: none;
}

.c-days__flow--morning+.c-days__flow--morning {
  margin-top: 2.5rem;
}

@media only screen and (max-width: 1399px) {
  .c-days__flow--morning+.c-days__flow--morning {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .c-days__flow--morning+.c-days__flow--morning {
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-days__flow--morning+.c-days__flow--morning {
    margin-top: 1.25rem;
  }
}

.c-days__flow--noon dt strong {
  background-color: var(--nooncolor);
}

.c-days__flow--noon::after {
  background-color: var(--nooncolor);
}

.c-days__flow--noon+.c-days__flow--noon {
  margin-top: 2.5rem;
}

@media only screen and (max-width: 1399px) {
  .c-days__flow--noon+.c-days__flow--noon {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .c-days__flow--noon+.c-days__flow--noon {
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-days__flow--noon+.c-days__flow--noon {
    margin-top: 1.25rem;
  }
}

.c-days__flow--noon dl {
  position: relative;
}

.c-days__flow--noon dl::after {
  background-color: var(--nooncolor);
  margin: -2px;
  width: 2px;
  position: absolute;
  top: 2.5rem;
  right: calc(7rem + 1px);
  bottom: -2rem;
  content: "";
}

@media only screen and (max-width: 1399px) {
  .c-days__flow--noon dl::after {
    top: 2rem;
    right: calc(5rem + 1px);
    bottom: -2rem;
  }
}

@media only screen and (max-width: 991px) {
  .c-days__flow--noon dl::after {
    top: 2rem;
    bottom: -1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-days__flow--noon dl::after {
    top: 2rem;
    bottom: -1.25rem;
  }
}

@media only screen and (max-width: 575px) {
  .c-days__flow--noon dl::after {
    left: calc(3.5rem - 1px);
    right: auto;
  }
}

.c-days__flow--noon dl:last-child::after {
  display: none;
}

.c-days__events--left .c-days__flow--text {
  order: 1;
}

@media only screen and (max-width: 575px) {
  .c-days__events--left .c-days__flow--text {
    order: 2;
  }
}

.c-days__events--left .c-days__flow--text dt {
  order: 2;
}

.c-days__events--left .c-days__flow--text dd {
  order: 1;
}

@media only screen and (max-width: 575px) {
  .c-days__events--left .c-days__flow--text strong {
    text-align: left;
  }
}

.c-days__events--left .c-days__flow--image {
  order: 2;
}

@media only screen and (max-width: 575px) {
  .c-days__events--left .c-days__flow--image {
    order: 3;
    margin-top: 1rem;
  }
}

.c-days__events--right .c-days__flow--text {
  order: 2;
}

@media only screen and (max-width: 575px) {
  .c-days__events--right .c-days__flow--text {
    order: 2;
  }
}

.c-days__events--right .c-days__flow--text dt {
  order: 1;
}

.c-days__events--right .c-days__flow--text dd {
  order: 2;
}

.c-days__events--right .c-days__flow--image {
  order: 1;
}

@media only screen and (max-width: 575px) {
  .c-days__events--right .c-days__flow--image {
    order: 3;
    margin-top: 1rem;
  }
}

.c-time__flow {
  width: 100%;
  display: table;
}

.c-time__flow dt,
.c-time__flow dd {
  display: table-cell;
  vertical-align: top;
}

.c-time__flow dt {
  background-color: var(--accentcolor);
  color: #fff;
  text-align: center;
  padding: 0 1rem;
  width: 6rem;
}

@media only screen and (max-width: 767px) {
  .c-time__flow dt {
    padding: 0 0.5rem;
    width: 4rem;
  }
}

.c-time__flow dd {
  padding-left: 1em;
}

.c-time__flow+.c-time__flow {
  margin-top: 2rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-time__flow+.c-time__flow {
    margin-top: 1rem;
  }
}

.c-time__flow+.c-time__flow::before {
  background-color: var(--accentcolor);
  width: 2px;
  display: block;
  position: absolute;
  top: -2rem;
  left: 2.5rem;
  bottom: 100%;
  content: "";
}

@media only screen and (max-width: 767px) {
  .c-time__flow+.c-time__flow::before {
    top: -1rem;
    left: 1.75rem;
  }
}

.c-item__price {
  padding: 1rem;
  text-align: right;
  line-height: 1;
  background: var(--graycolor);
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .c-item__price {
    margin: 0.75rem 0;
    padding: 0.5rem;
  }
}

.c-item__cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DDD;
  margin: 0 0 1rem;
  padding: 1rem 0;
}

@media only screen and (max-width: 575px) {
  .c-item__cart {
    display: block;
  }
}

.c-item__number,
.c-item__details,
.c-item__cartin {
  padding: 0;
}

@media only screen and (max-width: 575px) {

  .c-item__number,
  .c-item__details,
  .c-item__cartin {
    margin-top: 5px;
  }
}

.c-item__number--inner {
  display: flex;
  align-items: center;
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .c-item__number--inner {
    margin-bottom: 10px;
    width: 100%;
  }
}

.c-item__number--inner dt,
.c-item__number--inner dd {
  white-space: nowrap;
}

.c-item__number--inner dt {
  padding-right: 1em;
}

@media only screen and (max-width: 575px) {
  .c-item__number--inner dt {
    text-align: right;
  }
}

.c-item__number--inner dd {
  display: flex;
  align-items: center;
}

.c-item__number--inner dd input[type=text] {
  text-align: center;
}

.c-item__number--inner dd .c-button__link {
  width: 11.25rem;
}

@media only screen and (max-width: 1199px) {
  .c-item__number--inner dd .c-button__link {
    width: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .c-item__number--inner dd .c-button__link {
    width: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .c-item__number--inner dd .c-button__link {
    width: 120px;
  }
}

@media only screen and (max-width: 575px) {
  .c-item__number--inner dd .c-button__link {
    width: 100%;
  }
}

.c-cart__flow {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.c-cart__flow--no,
.c-cart__flow--bar {
  display: table-cell;
  vertical-align: middle;
}

.c-cart__flow--no {
  width: 4rem;
}

@media only screen and (max-width: 767px) {
  .c-cart__flow--no {
    width: 2rem;
  }
}

.c-cart__start,
.c-cart__halfway,
.c-cart__goal {
  display: table-cell;
  vertical-align: top;
}

.c-cart__progress {
  margin-bottom: 0.75rem;
  width: 100%;
  display: table;
  vertical-align: middle;
}

.c-cart__progress--bar {
  width: 100%;
  height: 0.25rem;
}

.c-cart__progress--sofar {
  background: var(--sofarcolor);
  color: var(--rgb-white);
}

.c-cart__progress--yet {
  background: var(--yetcolor);
  color: var(--rgb-white);
}

.c-cart__progress--noline {
  background: transparent;
}

.c-cart__square--no {
  width: 4rem;
  height: 4rem;
  font-size: 2em;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .c-cart__square--no {
    font-size: 1em;
    width: 2rem;
    height: 2rem;
  }
}

.c-cart__text--sofar,
.c-cart__text--yet {
  font-size: 0.9em;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 767px) {

  .c-cart__text--sofar,
  .c-cart__text--yet {
    font-size: 0.75em;
  }
}

@media only screen and (max-width: 575px) {

  .c-cart__text--sofar,
  .c-cart__text--yet {
    line-height: 1.25;
  }
}

.c-cart__text--sofar {
  color: var(--sofarcolor);
  font-weight: 700;
}

.c-cart__text--yet {
  color: var(--yetcolor);
}

.c-cart__item--image {
  padding: 1px;
  width: 10rem;
}

@media only screen and (max-width: 991px) {
  .c-cart__item--image {
    width: 7.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-cart__item--image {
    width: 5rem;
  }
}

.c-cart__item--image img {
  width: 100%;
  height: auto;
}

.c-cart__item--name {
  font-weight: 700;
}

.c-cart__item--price {
  width: 6rem;
  text-align: center;
}

.c-cart__item--number {
  width: 6rem;
  text-align: center;
}

.c-cart__item--change {
  width: 6rem;
  text-align: center;
}

.c-cart__item--change .c-button__size--xs {
  padding: 0.5em;
  width: 4rem;
  margin: 0 auto;
}

.c-cart__item--subtotal {
  width: 6rem;
  text-align: center;
}

.c-cart__item--delete {
  width: 6rem;
  text-align: center;
}

.c-cart__item--delete .c-button__size--xs {
  padding: 0.5em;
  width: 4rem;
  margin: 0 auto;
}

.c-cart__item--ordernumber {
  width: 20rem;
}

.c-table__cart th {
  text-align: center;
  background-color: var(--graycolor);
}

.c-table__log th {
  background-color: var(--graycolor);
}

.c-cart__item--included {
  margin: 1rem -1rem -1rem;
  background: #efefef;
  padding: 0.5rem 1rem;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .c-cart__item-included {
    margin: 0.75rem -0.75rem -0.75rem;
    padding: 0.375rem 0.75rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-cart__item-included {
    margin: 0.5rem -0.5rem -0.5rem;
    padding: 0.25rem 0.5rem;
  }
}

.ttl-tb {
  margin-top: 1rem;
}

.ttl-tb th {
  padding: 2px 10px;
  width: auto;
  border-bottom: 1px dotted #999;
}

.ttl-tb td {
  padding: 2px 10px;
  text-align: right;
  width: 25rem;
  font-size: 1.5em;
  border-bottom: 1px dotted #999;
}

.ttl-tb td small {
  font-size: 0.66em;
}

.c-order__list th,
.c-order__list td {
  text-align: center;
}

.c-pagetitle {
  position: relative;
  background: #EFEFEF;
  scroll-margin-top: var(--header-height);
}

.c-pagetitle .c-title {
  color: var(--rgb-white);
  font-size: 3em;
  text-align: center;
  text-transform: capitalize;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: auto;
  height: auto;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .c-pagetitle .c-title {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 767px) {
  .c-pagetitle .c-title {
    font-size: 2em;
  }
}

.c-pagetitle__image {
  background-color: #EFEFEF;
  overflow: hidden;
  height: 20rem;
  display: block;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .c-pagetitle__image {
    height: 15rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-pagetitle__image {
    height: 10rem;
  }
}

.c-pagetitle__image&gt;img {
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

/* sub-title */
.c-subtitle {
  background-color: var(--rgb-white);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.c-subtitle__image {
  background-color: #F5F5F5;
  overflow: hidden;
  display: block;
}

.c-subtitle__image&gt;img {
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.c-subtitle .c-title {
  background: var(--rgb-white);
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding: 1em 2em;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .c-subtitle .c-title {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-subtitle .c-title {
    font-size: 1.5rem;
    padding: 0.5em 1em;
  }
}

.c-subtitle .c-title small {
  font-size: 0.75em;
  line-height: 1.5;
  font-weight: 600;
  white-space: nowrap;
  margin-top: 0.5em;
  display: block;
}

@media only screen and (max-width: 991px) {
  .c-subtitle .c-title small {
    font-size: 0.55em;
  }
}

@media only screen and (max-width: 767px) {
  .c-subtitle .c-title small {
    font-size: 0.6em;
  }
}

.breadcrumb {
  padding: 0.5rem 0;
  margin: 0;
  border-bottom: 1px dashed var(--rgb-linegray);
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 0.9em;
  }
}

/* phone,fax */
.c-phone--lg img,
.c-phone--md img,
.c-phone--sm img,
.c-facsimile--lg img,
.c-facsimile--md img,
.c-facsimile--sm img {
  margin-right: 0.33rem;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 991px) {

  .c-phone--lg img,
  .c-phone--md img,
  .c-phone--sm img,
  .c-facsimile--lg img,
  .c-facsimile--md img,
  .c-facsimile--sm img {
    height: 1.75rem;
  }
}

@media only screen and (max-width: 767px) {

  .c-phone--lg img,
  .c-phone--md img,
  .c-phone--sm img,
  .c-facsimile--lg img,
  .c-facsimile--md img,
  .c-facsimile--sm img {
    height: 1.75rem;
  }
}

.nav-pills.c-nav__pills--catalog {
  margin: 0 -1px;
}

.nav-pills.c-nav__pills--catalog .nav-item {
  padding: 0 1px;
  flex: 1 1 25%;
  margin-bottom: 2px;
}

@media only screen and (max-width: 575px) {
  .nav-pills.c-nav__pills--catalog .nav-item {
    flex: 1 1 50%;
  }
}

.nav-pills.c-nav__pills--catalog .nav-item .nav-link {
  background-color: #EFEFEF;
  color: #666;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1;
  padding: 1rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .nav-pills.c-nav__pills--catalog .nav-item .nav-link {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .nav-pills.c-nav__pills--catalog .nav-item .nav-link {
    font-size: 1rem;
    padding: 1rem 0.75rem;
  }
}

.nav-pills.c-nav__pills--catalog .nav-item .nav-link:after {
  content: "";
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  right: 50%;
  margin: 0 -2em;
  border-bottom: 10px solid #CCC;
  display: block;
  z-index: 1;
}

.nav-pills.c-nav__pills--catalog .nav-item .nav-link:hover,
.nav-pills.c-nav__pills--catalog .nav-item .nav-link:active,
.nav-pills.c-nav__pills--catalog .nav-item .nav-link:focus {
  color: var(--rgb-main);
}

.nav-pills.c-nav__pills--catalog .nav-item .nav-link.active {
  color: var(--rgb-main);
}

.nav-pills.c-nav__pills--catalog .nav-item .nav-link.active:after {
  border-color: var(--rgb-main);
}

.nav-pills.c-nav__pills--news .nav-item {
  margin-right: 2px;
  margin-bottom: 2px;
}

.nav-pills.c-nav__pills--news .nav-item .nav-link {
  background-color: var(--pills-background);
  color: var(--pills-text);
  border-radius: 0;
  font-size: 1rem;
  line-height: 1;
  padding: 1rem;
  font-weight: 700;
  position: relative;
  min-width: 6em;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .nav-pills.c-nav__pills--news .nav-item .nav-link {
    width: auto;
    padding: 1rem 0.75rem;
    min-width: 5.5em;
  }
}

@media only screen and (max-width: 767px) {
  .nav-pills.c-nav__pills--news .nav-item .nav-link {
    font-size: 1rem;
    padding: 1rem 0.5rem;
    min-width: 5em;
  }
}

.nav-pills.c-nav__pills--news .nav-item .nav-link:after {
  content: "";
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  right: 50%;
  margin: 0 -2em;
  border-bottom: 10px solid #999;
  display: block;
}

.nav-pills.c-nav__pills--news .nav-item .nav-link:hover,
.nav-pills.c-nav__pills--news .nav-item .nav-link:active,
.nav-pills.c-nav__pills--news .nav-item .nav-link:focus {
  color: var(--pills-text);
}

.nav-pills.c-nav__pills--news .nav-item .nav-link.active {
  color: var(--pills-text);
}

.nav-pills.c-nav__pills--news .nav-item .nav-link.active:after {
  border-color: var(--pills-text);
}

.tab-content {
  padding: 2rem;
}

@media only screen and (max-width: 991px) {
  .tab-content {
    padding: 1.5rem;
  }
}

@media only screen and (max-width: 575px) {
  .tab-content {
    padding: 1rem;
  }
}

.tab-content {
  background-color: var(--tab-content-background);
}

.c-poster__overflow:not(:first-child) {
  margin-top: calc(var(--gap-xxl) * var(--gap-rate));
}

.c-poster__overflow--image.c-poster__shift--left,
.c-poster__overflow--image.c-poster__shift--right {
  width: calc(100% + var(--gap-xxl) * var(--gap-rate) * 3);
}

.c-poster__overflow--image .u-bg__cover,
.c-poster__overflow--image .u-bg__contain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

[class*=order-lg] .c-poster__overflow--image {
  width: calc(100% + 50vw - var(--container-width) * 0.5);
}

@media only screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--image {
    width: 100vw;
  }
}

[class*=order-sm] .c-poster__overflow--image {
  width: calc(100% + 50vw - var(--container-width) * 0.5);
}

@media only screen and (max-width: 575px) {
  [class*=order-sm] .c-poster__overflow--image {
    width: 100vw;
  }
}

.c-poster__overflow--text {
  position: relative;
  z-index: 1;
}

.c-poster__overflow--text.c-poster__shift--left {
  margin-left: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  padding-right: calc(var(--gap-xxl) * var(--gap-rate));
  padding-bottom: calc(var(--gap-xxl) * var(--gap-rate));
}

@media only screen and (min-width: 992px) {
  .c-poster__overflow--text.c-poster__shift--left {
    margin-left: calc(var(--gap-xxl) * var(--gap-rate) * -1);
    padding-right: calc(var(--gap-xxl) * var(--gap-rate));
    padding-bottom: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

@media only screen and (max-width: 991px) {
  .c-poster__overflow--text.c-poster__shift--left {
    margin-left: 0;
    padding-left: calc(var(--gap-xxl) * var(--gap-rate));
    padding-top: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

.c-poster__overflow--text.c-poster__shift--right {
  margin-right: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  padding-left: calc(var(--gap-xxl) * var(--gap-rate));
  padding-bottom: calc(var(--gap-xxl) * var(--gap-rate));
}

@media only screen and (min-width: 992px) {
  .c-poster__overflow--text.c-poster__shift--right {
    margin-right: calc(var(--gap-xxl) * var(--gap-rate) * -1);
    padding-left: calc(var(--gap-xxl) * var(--gap-rate));
    padding-bottom: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

@media only screen and (max-width: 991px) {
  .c-poster__overflow--text.c-poster__shift--right {
    margin-right: 0;
    padding-right: calc(var(--gap-xxl) * var(--gap-rate));
    padding-top: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

@media only screen and (min-width: 992px) {
  [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--top {
    padding-bottom: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

@media only screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--top {
    padding-top: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

[class*=order-lg] .c-poster__overflow--text.c-poster__overflow--top.c-poster__shift--left,
[class*=order-lg] .c-poster__overflow--text.c-poster__overflow--top.c-poster__shift--right {
  margin-top: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  margin-bottom: calc(var(--gap-xxl) * var(--gap-rate));
}

@media only screen and (min-width: 992px) {
  [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--bottom {
    padding-top: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

@media only screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--bottom {
    padding-bottom: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

[class*=order-lg] .c-poster__overflow--text.c-poster__overflow--bottom.c-poster__shift--left,
[class*=order-lg] .c-poster__overflow--text.c-poster__overflow--bottom.c-poster__shift--right {
  margin-top: calc(var(--gap-xxl) * var(--gap-rate));
  margin-bottom: calc(var(--gap-xxl) * var(--gap-rate) * -1);
}

@media only screen and (min-width: 992px) {

  [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--bottom.c-poster__shift--left,
  [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--bottom.c-poster__shift--right {
    margin-top: calc(var(--gap-xxl) * var(--gap-rate));
    margin-bottom: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  }
}

@media only screen and (max-width: 991px) {

  [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--bottom.c-poster__shift--left,
  [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--bottom.c-poster__shift--right {
    margin-top: 0;
    margin-bottom: calc(var(--gap-xxl) * var(--gap-rate) * -2);
  }
}

@media only screen and (min-width: 992px) {
  [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--top-bottom {
    padding-top: calc(var(--gap-xxl) * var(--gap-rate));
    padding-bottom: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

@media only screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--text.c-poster__overflow--top-bottom {
    padding-top: 0;
    padding-bottom: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

@media only screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--image {
    margin-top: var(--clearance-padding);
  }
}

@media only screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--image.c-poster__overflow--top {
    margin-top: calc(var(--clearance-padding));
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--image.c-poster__overflow--bottom {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 576px) {
  [class*=order-sm] .c-poster__overflow--text.c-poster__overflow--top {
    padding-bottom: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

@media only screen and (max-width: 575px) {
  [class*=order-sm] .c-poster__overflow--text.c-poster__overflow--top {
    padding-top: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

@media only screen and (min-width: 576px) {
  [class*=order-sm] .c-poster__overflow--text.c-poster__overflow--bottom {
    padding-top: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

@media only screen and (max-width: 575px) {
  [class*=order-sm] .c-poster__overflow--text.c-poster__overflow--bottom {
    padding-bottom: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

@media only screen and (min-width: 576px) {
  [class*=order-sm] .c-poster__overflow--text.c-poster__overflow--top-bottom {
    padding-top: calc(var(--gap-xxl) * var(--gap-rate));
    padding-bottom: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

@media only screen and (max-width: 575px) {
  [class*=order-sm] .c-poster__overflow--text.c-poster__overflow--top-bottom {
    padding-top: 0;
    padding-bottom: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

.c-poster__overflow--left,
.c-poster__overflow--center,
.c-poster__overflow--right {
  position: relative;
}

.c-poster__overflow--left.c-poster__overflow--image,
.c-poster__overflow--center.c-poster__overflow--image,
.c-poster__overflow--right.c-poster__overflow--image {
  position: relative;
}

[class*=order-lg] .c-poster__overflow--left.c-poster__overflow--image {
  margin-left: calc((50vw - var(--container-width) * 0.5) * -1);
}

@media only screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--left.c-poster__overflow--image {
    margin-left: calc(var(--padding-x) * -0.5);
    margin-right: calc(var(--padding-x) * -0.5);
  }
}

@media only screen and (min-width: 992px) {
  [class*=order-lg] .c-poster__overflow--left.c-poster__overflow--text {
    padding-right: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

[class*=order-sm] .c-poster__overflow--left.c-poster__overflow--image {
  margin-left: calc(-50vw + var(--container-width) * 0.5);
}

@media only screen and (max-width: 575px) {
  [class*=order-sm] .c-poster__overflow--left.c-poster__overflow--image {
    margin-left: calc(var(--padding-x) * -0.5);
    margin-right: calc(var(--padding-x) * -0.5);
  }
}

@media only screen and (min-width: 576px) {
  [class*=order-sm] .c-poster__overflow--left.c-poster__overflow--text {
    padding-right: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

@media only screen and (max-width: 575px) {
  [class*=order-sm] .c-poster__overflow--left.c-poster__overflow--text {
    padding-right: 0;
  }
}

.c-poster__overflow--center.c-poster__overflow--image {
  margin-left: calc(var(--gap-xxl) * var(--gap-rate) * -1);
  margin-right: calc(var(--gap-xxl) * var(--gap-rate) * -1);
}

.c-poster__overflow--center.c-poster__overflow--image.c-poster__shift--left {
  margin-left: calc(var(--gap-xxl) * var(--gap-rate) * -2);
}

.c-poster__overflow--center.c-poster__overflow--image.c-poster__shift--right {
  margin-right: calc(var(--gap-xxl) * var(--gap-rate) * -2);
}

@media only screen and (min-width: 992px) {
  [class*=order-lg] .c-poster__overflow--center.c-poster__overflow--text {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--center.c-poster__overflow--text {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 576px) {
  [class*=order-sm] .c-poster__overflow--center.c-poster__overflow--text {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  [class*=order-sm] .c-poster__overflow--center.c-poster__overflow--text {
    padding-bottom: 0;
  }
}

.c-poster__overflow--right.c-poster__overflow--image {
  margin-right: calc((50vw - var(--container-width) * 0.5) * -1);
}

@media only screen and (max-width: 991px) {
  [class*=order-lg] .c-poster__overflow--right.c-poster__overflow--image {
    margin-left: calc(var(--padding-x) * -0.5);
    margin-right: calc(var(--padding-x) * -0.5);
  }
}

@media only screen and (min-width: 992px) {
  [class*=order-lg] .c-poster__overflow--right.c-poster__overflow--text {
    padding-left: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

@media only screen and (max-width: 575px) {
  [class*=order-sm] .c-poster__overflow--right.c-poster__overflow--image {
    margin-left: calc(var(--padding-x) * -0.5);
    margin-right: calc(var(--padding-x) * -0.5);
  }
}

@media only screen and (min-width: 576px) {
  [class*=order-sm] .c-poster__overflow--right.c-poster__overflow--text {
    padding-left: calc(var(--gap-xxl) * var(--gap-rate));
  }
}

@media only screen and (max-width: 575px) {
  [class*=order-sm] .c-poster__overflow--right.c-poster__overflow--text {
    padding-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .c-poster__md--3x1 {
    height: 33vw;
  }
}

@media only screen and (max-width: 575px) {
  .c-poster__xs--3x1 {
    height: 33vw;
  }
}

@media only screen and (max-width: 991px) {
  .c-poster__md--2x1 {
    height: 50vw;
  }
}

@media only screen and (max-width: 575px) {
  .c-poster__xs--2x1 {
    height: 50vw;
  }
}

@media only screen and (max-width: 991px) {
  .c-poster__md--3x2 {
    height: 66vw;
  }
}

@media only screen and (max-width: 575px) {
  .c-poster__xs--3x2 {
    height: 66vw;
  }
}

.c-newspaper__scroll {
  height: 12rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.c-newspaper__article {
  display: table;
  padding: 1em 0;
  width: 100%;
  border-bottom: 1px dotted var(--darkgraycolor);
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .c-newspaper__article {
    display: block;
  }
}

.c-newspaper__date,
.c-newspaper__comment,
.c-newspaper__detail {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 991px) {

  .c-newspaper__date,
  .c-newspaper__comment,
  .c-newspaper__detail {
    display: block;
  }
}

.c-newspaper__date {
  font-weight: 700;
  width: 12.5em;
  padding-right: 1rem;
  line-height: 1.75;
}

@media only screen and (max-width: 991px) {
  .c-newspaper__date {
    width: 20em;
    display: flex;
    align-items: center;
    padding: 0;
    border: none;
  }
}

@media only screen and (max-width: 575px) {
  .c-newspaper__date {
    width: 100%;
    justify-content: space-between;
  }
}

.c-newspaper__date .date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}

.c-newspaper__date .date .new {
  background-color: var(--accentcolor);
  color: var(--rgb-white);
  font-size: 0.75em;
  line-height: 1;
  margin-left: 1em;
  padding: 0.25em 0.5em;
}

.c-newspaper__icon {
  background-color: var(--rgb-main);
  color: var(--rgb-white);
  font-size: 0.75em;
  line-height: 1rem;
  text-align: center;
  padding: 0 0.25em;
  width: 100%;
  min-height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .c-newspaper__icon {
    width: 8rem;
  }
}

@media only screen and (max-width: 575px) {
  .c-newspaper__icon {
    width: 50%;
  }
}

.c-newspaper__comment {
  line-height: 1.75;
  padding-left: 1em;
  display: table;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .c-newspaper__comment {
    display: block;
    padding: 1rem 0 0;
    line-height: 1.75;
  }
}

.c-newspaper__title {
  color: var(--rgb-text);
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 575px) {
  .c-newspaper__image {
    padding-right: 0;
    width: 12em;
    margin: 0 auto 1em;
  }
}

.c-newspaper__detail {
  padding: 0.25em 0 0.25em 1.5em;
  width: 10em;
}

@media only screen and (max-width: 991px) {
  .c-newspaper__detail {
    margin: 1em 0 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  .c-newspaper__detail {
    padding: 0;
  }
}

.c-signature {
  font-size: 1.5em;
  font-family: "Yuji Syuku", serif;
}

@media only screen and (max-width: 991px) {
  .c-signature {
    font-size: 1.33em;
  }
}

@media only screen and (max-width: 767px) {
  .c-signature {
    font-size: 1.25em;
  }
}

.c-signature small {
  font-size: 0.75em;
  margin-right: 1em;
}

.c-box__item--list {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.75);
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .c-box__item--list .item-box {
    padding: 15px;
  }
}

.c-box__item--list .c-box__body {
  padding: 1.5rem;
}

.c-box__item--list hr {
  margin: 15px 0;
}

.c-box__item--list+.c-box__item--list {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .c-box__item--list+.c-box__item--list {
    margin-top: 15px;
  }
}

.c-box__item--detail {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 45px;
  background: rgba(255, 255, 255, 0.75);
}

@media only screen and (max-width: 767px) {
  .c-box__item--detail .item-detail-box {
    padding: 15px;
  }
}

.c-box__item--detail th,
.c-box__item--detail td {
  padding: 9px;
}

@media only screen and (max-width: 767px) {

  .c-box__item--detail th,
  .c-box__item--detail td {
    padding: 4px;
  }
}

.c-box__item--detail th {
  width: 7em;
  text-align: center;
}

.c-title__category {
  position: relative;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
  padding-bottom: 25px;
}

.c-title__category span {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .c-title__category span {
    position: relative;
    z-index: 1;
    font-size: 21px;
  }
}

.c-title__item--list {
  border-bottom: 1px dotted #666;
  font-weight: bold;
  font-size: 18px;
  background: #005bab;
  color: var(--rgb-white);
  margin: -19px -19px 20px;
  text-align: center;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .c-title__item--list {
    font-size: 16px;
    margin: -14px -14px 15px;
    padding: 15px;
  }
}

.c-title__item--list h4+.item-price {
  border-top: none;
}

.c-title__item--detail {
  border-bottom: 1px dotted #666;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
  background: #005bab;
  color: var(--rgb-white);
  margin: -44px -44px 45px;
  padding: 29px 44px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-title__item--detail {
    padding-bottom: 10px;
    font-size: 16px;
    margin: -14px -14px 15px;
    padding: 15px;
  }
}

.c-title__item--detail h4+.item-price {
  border-top: none;
}

.c-category__sort {
  background: rgba(96, 57, 32, 0.75);
  margin: 30px 0;
  padding: 10px;
}

.c-catalog__item--img {
  margin: -19px -19px 19px;
}

@media only screen and (max-width: 767px) {
  .c-catalog__item--img {
    margin: -14px -14px 15px;
  }
}

.c-catalog__item--img:last-child {
  margin: -19px;
}

@media only screen and (max-width: 767px) {
  .c-catalog__item--img:last-child {
    margin: -14px;
  }
}

.c-price {
  padding: 30px;
  text-align: right;
  line-height: 1;
  margin: 20px 0;
}

@media only screen and (max-width: 767px) {
  .c-price {
    margin: 10px 0;
    padding: 15px;
  }
}

.c-price:first-child {
  margin-top: 0;
}

.c-price:last-child {
  margin-bottom: 0;
}

.c-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .c-cart {
    display: block;
  }
}

.c-cart .c-button {
  width: 200px;
}

@media only screen and (max-width: 575px) {
  .c-cart .c-button {
    width: 100%;
  }
}

.c-number {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .c-number {
    margin-bottom: 10px;
    width: 100%;
  }
}

.c-number dt {
  padding-right: 1em;
}

@media only screen and (max-width: 575px) {
  .c-number dd {
    text-align: right;
  }
}

.c-number dd input {
  text-align: center;
  width: 5em;
}

.c-item__number,
.c-item__details,
.c-item__cartin {
  padding: 0;
}

@media only screen and (max-width: 575px) {

  .c-item__number,
  .c-item__details,
  .c-item__cartin {
    margin-top: 5px;
  }
}

.c-item__number {
  display: flex;
  align-items: center;
}

table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
}

th,
td {
  line-height: 1.75;
  padding: 1em 1.5em;
}

@media only screen and (max-width: 767px) {

  th,
  td {
    line-height: 1.5;
  }
}

th {
  text-align: left;
}

.c-table {
  margin-top: -1px;
}

.c-table__size--sm {
  font-size: 0.9em;
}

@media only screen and (max-width: 767px) {
  .c-table__size--sm {
    font-size: 0.75em;
  }
}

.c-table__size th,
.c-table__size td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.c-table__size td a img {
  vertical-align: middle;
}

.c-table__line--horizontal {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.c-table__line--horizontal th,
.c-table__line--horizontal td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.c-table__line--vertical {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}

.c-table__line--vertical th,
.c-table__line--vertical td {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.c-table__line--tile {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}

.c-table__line--tile th,
.c-table__line--tile td {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.c-table__mode--light th {
  background-color: rgba(0, 0, 0, 0.05);
}

.c-table__mode--light td {
  background-color: rgba(255, 255, 255, 0.5);
}

.c-table__mode--dark th {
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

.c-table__mode--dark td {
  background-color: rgba(255, 255, 255, 0.1);
}

.c-table__mode--opaque th {
  background-color: #E6E6E6;
}

.c-table__mode--opaque td {
  background-color: rgb(255, 255, 255);
}

.c-table__padding--sm table {
  border-top: none;
}

.c-table__padding--sm th,
.c-table__padding--sm td {
  line-height: 1.75;
  padding: 0.5rem;
}

@media only screen and (max-width: 991px) {

  .c-table__padding--sm th,
  .c-table__padding--sm td {
    padding: 0.33rem;
  }
}

@media only screen and (max-width: 767px) {

  .c-table__padding--sm th,
  .c-table__padding--sm td {
    padding: 0.25rem;
  }
}

.c-th__horizontal th {
  white-space: nowrap;
  text-align: center;
}

.c-th__horizontal td:first-child {
  white-space: nowrap;
  text-align: center;
}

.c-th__vertical th {
  white-space: nowrap;
  width: 1%;
}

.c-th__vertical td {
  width: 99%;
}

@media only screen and (max-width: 1199px) {

  .c-table__break--lg th,
  .c-table__break--lg td {
    display: block;
    width: 100%;
  }
}

.c-table__break--lg th {
  width: -moz-max-content;
  width: max-content;
}

@media only screen and (max-width: 1199px) {
  .c-table__break--lg th {
    line-height: 1;
    width: auto;
  }
}

@media only screen and (max-width: 991px) {

  .c-table__break--md th,
  .c-table__break--md td {
    display: block;
    width: 100%;
  }
}

.c-table__break--md th {
  width: 15em;
}

@media only screen and (max-width: 991px) {
  .c-table__break--md th {
    line-height: 1;
    width: auto;
  }
}

.c-table__break--md td dl {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .c-table__break--md td dl {
    display: block;
  }
}

.c-table__break--md td dl dt,
.c-table__break--md td dl dd {
  display: table-cell;
}

@media only screen and (max-width: 575px) {
  .c-table__break--md td dl {
    display: block;
  }
}

.c-table__break--md td dl dt {
  width: 11em;
}

.c-table__break--md td dl+dl {
  border-top: 1px solid #DDD;
  padding-top: 10px;
  margin-top: 10px;
}

.c-table__break--xs th,
.c-table__break--xs td {
  line-height: 1.5;
}

@media only screen and (max-width: 575px) {

  .c-table__break--xs th,
  .c-table__break--xs td {
    display: block;
    font-size: 0.9em;
  }
}

.c-table__break--xs th {
  width: -moz-max-content;
  width: max-content;
}

@media only screen and (max-width: 575px) {
  .c-table__break--xs th {
    width: 100%;
  }
}

.c-table__break--xs td span[data-action] {
  color: var(--rgb-text);
}

.c-table__break--xs td dl {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .c-table__break--xs td dl {
    display: block;
  }
}

.c-table__break--xs td dl dt,
.c-table__break--xs td dl dd {
  display: table-cell;
}

@media only screen and (max-width: 575px) {
  .c-table__break--xs td dl {
    display: block;
  }
}

.c-table__break--xs td dl dt {
  width: 11em;
}

.c-table__break--xs td dl+dl {
  border-top: 1px solid #DDD;
  padding-top: 10px;
  margin-top: 10px;
}

.c-table__break--none th,
.c-table__break--none td {
  line-height: 1.5;
}

.c-table__break--none th {
  width: 9em;
}

.c-table__break--none td a,
.c-table__break--none td span[data-action] {
  color: #212121 !important;
}

.c-table__break--none td dl {
  display: table;
  width: 100%;
}

.c-table__break--none td dl+dl {
  border-top: 1px solid #DDD;
  padding-top: 10px;
  margin-top: 10px;
}

.c-table__break--none td dl+dl dt,
.c-table__break--none td dl+dl dd {
  display: table-cell;
}

.c-table__break--none td dl+dl dt {
  width: 9em;
}

.c-table__break--none:not(:first-child) {
  margin-top: 2rem;
}

.c-table__vertical th,
.c-table__vertical td {
  white-space: nowrap;
}

@media only screen and (max-width: 991px) {

  .c-table__vertical th,
  .c-table__vertical td {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 767px) {

  .c-table__vertical th,
  .c-table__vertical td {
    font-size: 0.75rem;
  }
}

.c-table__both th,
.c-table__both td {
  white-space: nowrap;
}

@media only screen and (max-width: 991px) {

  .c-table__both th,
  .c-table__both td {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 767px) {

  .c-table__both th,
  .c-table__both td {
    font-size: 0.75rem;
  }
}

.c-table__survey {
  border-spacing: 0.5rem;
  border-collapse: separate;
  width: 100%;
  border: none;
  table-layout: fixed;
}

@media only screen and (max-width: 767px) {
  .c-table__survey {
    border-spacing: 0.25rem;
  }
}

.c-table__survey th,
.c-table__survey td {
  padding: 0.5em;
}

@media only screen and (max-width: 767px) {

  .c-table__survey th,
  .c-table__survey td {
    padding: 0.25em;
  }
}

.c-table__survey td {
  text-align: center;
}

.c-table__survey td.empty {
  border: 1px solid transparent;
}

.c-table__survey td.off {
  border: 1px solid #999;
}

.c-table__survey td.on {
  border: 1px solid var(--accentcolor);
  background-color: var(--accentcolor);
  color: var(--rgb-white);
}

@media only screen and (max-width: 1399px) {
  .table-responsive-xl {
    padding-top: 1px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl .c-table {
    width: 200%;
  }
}

@media only screen and (max-width: 1199px) {
  .table-responsive-lg {
    padding-top: 1px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg .c-table {
    width: 125%;
  }
}

@media only screen and (max-width: 991px) {

  .table-responsive-lg,
  .table-responsive-md {
    padding-top: 1px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg .c-table,
  .table-responsive-md .c-table {
    width: 150%;
  }
}

@media only screen and (max-width: 767px) {

  .table-responsive-lg,
  .table-responsive-md,
  .table-responsive-sm {
    padding-top: 1px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg .c-table,
  .table-responsive-md .c-table,
  .table-responsive-sm .c-table {
    width: 175%;
  }
}

@media only screen and (max-width: 575px) {

  .table-responsive-lg,
  .table-responsive-md,
  .table-responsive-sm,
  .table-responsive-xs {
    padding-top: 1px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg .c-table,
  .table-responsive-md .c-table,
  .table-responsive-sm .c-table,
  .table-responsive-xs .c-table {
    width: 250%;
  }
}

.c-table__layout--fixed {
  table-layout: fixed;
}

.c-table__layout--fixed th,
.c-table__layout--fixed td {
  text-align: center !important;
}

.year {
  display: flex;
  justify-content: space-between;
}

.seireki:before {
  content: "（";
}

.seireki:after {
  content: "年)";
}

/* scroll-hint */
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: var(--rgb-white);
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: var(--rgb-white);
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: var(--rgb-white);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.p-header {
  max-width: 113rem;
  margin: 0 auto;
  background-color: var(--rgb-header);
  z-index: 999;
}

@media screen and (max-width: 991px) {
  .p-header {
    height: var(--header-height);
  }
}

.p-header.js-scroll {
  background-color: var(--rgb-header);
}

@media screen and (max-width: 991px) {
  .p-header.js-scroll {
    background-color: var(--rgb-white);
  }
}

.p-header__logo a img,
.p-header__logo a svg,
.p-header__logo a:hover img,
.p-header__logo a:hover svg,
.p-header__logo a:active img,
.p-header__logo a:active svg,
.p-header__logo a:focus img,
.p-header__logo a:focus svg {
  vertical-align: top;
  width: auto;
  height: 4rem;
}

@media screen and (max-width: 1399px) {

  .p-header__logo a img,
  .p-header__logo a svg,
  .p-header__logo a:hover img,
  .p-header__logo a:hover svg,
  .p-header__logo a:active img,
  .p-header__logo a:active svg,
  .p-header__logo a:focus img,
  .p-header__logo a:focus svg {
    height: 3.5rem;
  }
}

@media screen and (max-width: 1199px) {

  .p-header__logo a img,
  .p-header__logo a svg,
  .p-header__logo a:hover img,
  .p-header__logo a:hover svg,
  .p-header__logo a:active img,
  .p-header__logo a:active svg,
  .p-header__logo a:focus img,
  .p-header__logo a:focus svg {
    height: 3rem;
  }
}

@media screen and (max-width: 991px) {

  .p-header__logo a img,
  .p-header__logo a svg,
  .p-header__logo a:hover img,
  .p-header__logo a:hover svg,
  .p-header__logo a:active img,
  .p-header__logo a:active svg,
  .p-header__logo a:focus img,
  .p-header__logo a:focus svg {
    height: 7.2vw;
  }
}

@media screen and (max-width: 575px) {

  .p-header__logo a img,
  .p-header__logo a svg,
  .p-header__logo a:hover img,
  .p-header__logo a:hover svg,
  .p-header__logo a:active img,
  .p-header__logo a:active svg,
  .p-header__logo a:focus img,
  .p-header__logo a:focus svg {
    height: 12.8vw;
  }
}

.p-input-group {
  background-color: var(--rgb-main);
  padding: 1px;
  border-radius: 0.3rem;
}

.p-input-group-text {
  border-color: var(--rgb-main);
}

.p-input-group-text+input {
  border-top-color: var(--rgb-main);
  border-bottom-color: var(--rgb-main);
}

.p-bgc__gradation {
  background: linear-gradient(to right, var(--gradstart) 50%, var(--gradend) 75%);
  border-top: 1px solid var(--rgb-white);
}

.container-fluid {
  padding: 0 2.5rem;
}

@media screen and (max-width: 1399px) {
  .container-fluid {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 991px) {
  .container-fluid {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 575px) {
  .container-fluid {
    padding: 0 1rem;
  }
}

.p-box__header--in {
  border-bottom: 1px dashed var(--rgb-main);
  font-family: var(--font-round);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-flow: column wrap;
}

.p-box__header--in small {
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
}

.p-box__header--in small+strong {
  margin-top: 0.5rem;
}

.p-box__header--in strong {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 700;
}

.p-header__nav .navbar-toggler {
  background-color: var(--rgb-white);
}

.p-header__nav .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:before,
.p-header__nav .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:after,
.p-header__nav .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before,
.p-header__nav .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
  background-color: var(--rgb-black);
}

.p-header__nav .navbar-toggler[aria-expanded=false] small,
.p-header__nav .navbar-toggler[aria-expanded=true] small {
  color: var(--rgb-black);
}

.p-header__nav .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  background-color: var(--rgb-black);
}

.p-header__button--small,
.p-header__button--large,
.p-header__nav--navbar .navbar-nav .nav-item:not(:first-child) {
  margin-left: 2rem;
}

@media screen and (max-width: 1399px) {

  .p-header__button--small,
  .p-header__button--large,
  .p-header__nav--navbar .navbar-nav .nav-item:not(:first-child) {
    margin-left: 1.5rem;
  }
}

@media screen and (max-width: 1199px) {

  .p-header__button--small,
  .p-header__button--large,
  .p-header__nav--navbar .navbar-nav .nav-item:not(:first-child) {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 991px) {

  .p-header__button--small,
  .p-header__button--large,
  .p-header__nav--navbar .navbar-nav .nav-item:not(:first-child) {
    margin-left: 0;
  }
}

.p-header__nav--navbar {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-end;
}

.p-header__nav--navbar .navbar-nav .nav-item .nav-link {
  font-size: 1em;
  font-weight: 700;
  padding: 0.75rem 0;
}

.p-header__nav--navbar .navbar-nav .nav-item .nav-link:after {
  border-bottom: var(--nav-border-active) solid transparent;
  content: "";
}

.p-header__nav--navbar .navbar-nav .nav-item .nav-link:hover,
.p-header__nav--navbar .navbar-nav .nav-item .nav-link:active,
.p-header__nav--navbar .navbar-nav .nav-item .nav-link:focus,
.p-header__nav--navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--rgb-hover);
}

@media screen and (max-width: 991px) {

  .p-header__nav--navbar .navbar-nav .nav-item .nav-link:hover,
  .p-header__nav--navbar .navbar-nav .nav-item .nav-link:active,
  .p-header__nav--navbar .navbar-nav .nav-item .nav-link:focus,
  .p-header__nav--navbar .navbar-nav .nav-item .nav-link.active {
    background-color: var(--rgb-nav);
    color: var(--rgb-white);
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {

  .p-header__nav--navbar .navbar-nav .nav-item .nav-link:hover .l-header__nav--icon i.fa,
  .p-header__nav--navbar .navbar-nav .nav-item .nav-link:active .l-header__nav--icon i.fa,
  .p-header__nav--navbar .navbar-nav .nav-item .nav-link:focus .l-header__nav--icon i.fa,
  .p-header__nav--navbar .navbar-nav .nav-item .nav-link.active .l-header__nav--icon i.fa {
    color: var(--rgb-white);
  }
}

.p-header__nav--navbar .navbar-nav .nav-item .nav-link:hover:after,
.p-header__nav--navbar .navbar-nav .nav-item .nav-link:active:after,
.p-header__nav--navbar .navbar-nav .nav-item .nav-link:focus:after,
.p-header__nav--navbar .navbar-nav .nav-item .nav-link.active:after {
  content: "";
  border-color: var(--rgb-hover);
}

.p-header__nav--navbar .p-header__nav--top {
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .p-header__nav--navbar .p-header__nav--top {
    display: none;
  }
}

.p-header__nav--navbar .p-header__nav--top .navbar-nav .nav-item .nav-link {
  color: var(--rgb-lightblue);
}

.p-header__nav--navbar .p-header__nav--bottom .navbar-nav .nav-item .nav-link {
  color: var(--rgb-black);
}

@media screen and (max-width: 991px) {
  .p-header__nav--navbar .p-header__nav--bottom .navbar-nav .nav-item .nav-link {
    background-color: var(--rgb-white);
    color: var(--rgb-black);
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
  }
}

@media screen and (max-width: 575px) {
  .p-header__nav--navbar .p-header__nav--bottom .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 1rem;
  }
}

.p-header__nav--navbar .p-header__nav--bottom .navbar-nav .nav-item .nav-link:hover,
.p-header__nav--navbar .p-header__nav--bottom .navbar-nav .nav-item .nav-link:active,
.p-header__nav--navbar .p-header__nav--bottom .navbar-nav .nav-item .nav-link:focus,
.p-header__nav--navbar .p-header__nav--bottom .navbar-nav .nav-item .nav-link.active {
  color: var(--rgb-hover);
}

@media screen and (max-width: 991px) {

  .p-header__nav--navbar .p-header__nav--bottom .navbar-nav .nav-item .nav-link:hover,
  .p-header__nav--navbar .p-header__nav--bottom .navbar-nav .nav-item .nav-link:active,
  .p-header__nav--navbar .p-header__nav--bottom .navbar-nav .nav-item .nav-link:focus,
  .p-header__nav--navbar .p-header__nav--bottom .navbar-nav .nav-item .nav-link.active {
    background-color: var(--rgb-nav);
    color: var(--rgb-white);
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {

  .p-header__nav--navbar .p-header__nav--bottom .navbar-nav .nav-item .nav-link:hover .l-header__nav--icon i.fa,
  .p-header__nav--navbar .p-header__nav--bottom .navbar-nav .nav-item .nav-link:active .l-header__nav--icon i.fa,
  .p-header__nav--navbar .p-header__nav--bottom .navbar-nav .nav-item .nav-link:focus .l-header__nav--icon i.fa,
  .p-header__nav--navbar .p-header__nav--bottom .navbar-nav .nav-item .nav-link.active .l-header__nav--icon i.fa {
    color: var(--rgb-white);
  }
}

.p-header__nav--navbar .p-header__nav--bottom .navbar-nav .nav-item .nav-link:hover:after,
.p-header__nav--navbar .p-header__nav--bottom .navbar-nav .nav-item .nav-link:active:after,
.p-header__nav--navbar .p-header__nav--bottom .navbar-nav .nav-item .nav-link:focus:after,
.p-header__nav--navbar .p-header__nav--bottom .navbar-nav .nav-item .nav-link.active:after {
  content: "";
  border-color: var(--rgb-hover);
}

.p-header__nav--call {
  color: var(--rgb-white);
  font-size: 1.5em;
  line-height: 0.75;
  font-weight: 700;
  margin-left: 1em;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-header__nav--call:before {
  font-size: 0.75em;
}

.p-header__nav--call span[data-action=call] {
  font-weight: 700;
}

.p-header__nav--call .p-header__call--table th,
.p-header__nav--call .p-header__call--table td {
  padding: 0;
}

.p-header__nav--call .p-header__call--table th {
  padding: 0 0.5em;
  font-size: 0.66em;
  color: var(--rgb-white);
}

.p-header__nav--call .p-header__call--table td {
  padding-left: 0.5em;
  line-height: 0.75;
}

.p-header__nav--map {
  font-size: 1.5em;
  margin-left: 1rem;
}

.p-header__nav--map a,
.p-header__nav--map a:hover,
.p-header__nav--map a:active,
.p-header__nav--map a:focus {
  color: var(--darkgraycolor);
}

.p-header__nav--recept {
  margin-left: 1rem;
  font-size: 0.9em;
}

.p-header__nav--contact {
  color: var(--rgb-white);
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .p-header__nav--contact {
    display: none;
  }
}

.p-header__nav--post,
.p-header__nav--post:hover,
.p-header__nav--post:active,
.p-header__nav--post:focus {
  background-color: var(--rgb-nav);
  color: var(--rgb-white);
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
  width: 9rem;
  height: var(--header-height);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1399px) {

  .p-header__nav--post,
  .p-header__nav--post:hover,
  .p-header__nav--post:active,
  .p-header__nav--post:focus {
    width: 9rem;
  }
}

@media screen and (max-width: 1199px) {

  .p-header__nav--post,
  .p-header__nav--post:hover,
  .p-header__nav--post:active,
  .p-header__nav--post:focus {
    width: 8.5rem;
  }
}

@media screen and (max-width: 991px) {

  .p-header__nav--post,
  .p-header__nav--post:hover,
  .p-header__nav--post:active,
  .p-header__nav--post:focus {
    display: none;
  }
}

.p-header__nav--post:hover,
.p-header__nav--post:active,
.p-header__nav--post:focus {
  opacity: 0.75;
}

.p-header__nav--social {
  color: var(--rgb-white);
  height: 3rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .p-header__nav--social {
    display: none;
  }
}

.p-header__nav--social a,
.p-header__nav--social a:hover,
.p-header__nav--social a:active,
.p-header__nav--social a:focus {
  display: block;
}

.p-header__nav--social a img,
.p-header__nav--social a:hover img,
.p-header__nav--social a:active img,
.p-header__nav--social a:focus img {
  width: auto;
  height: 2rem;
}

.p-header__nav--social a+a,
.p-header__nav--social a+a:hover,
.p-header__nav--social a+a:active,
.p-header__nav--social a+a:focus,
.p-header__nav--social a:hover+a,
.p-header__nav--social a:hover+a:hover,
.p-header__nav--social a:hover+a:active,
.p-header__nav--social a:hover+a:focus,
.p-header__nav--social a:active+a,
.p-header__nav--social a:active+a:hover,
.p-header__nav--social a:active+a:active,
.p-header__nav--social a:active+a:focus,
.p-header__nav--social a:focus+a,
.p-header__nav--social a:focus+a:hover,
.p-header__nav--social a:focus+a:active,
.p-header__nav--social a:focus+a:focus {
  margin-left: 1rem;
}

.p-header__nav--social {
  color: var(--rgb-white);
  height: 3rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .p-header__nav--social {
    display: none;
  }
}

.p-header__nav--social a,
.p-header__nav--social a:hover,
.p-header__nav--social a:active,
.p-header__nav--social a:focus {
  display: block;
  font-size: 2em;
}

.p-header__button--large {
  display: flex;
  margin-right: calc(var(--padding-x) * -0.5);
}

.p-header__button--large .p-header__button--social,
.p-header__button--large .p-header__button--social:hover,
.p-header__button--large .p-header__button--social:active,
.p-header__button--large .p-header__button--social:focus {
  color: var(--rgb-facebook);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  margin-right: 0.5em;
}

.p-header__button--large .c-button__link {
  line-height: 1.5;
  text-align: center;
  width: auto;
  height: var(--header-height);
}

.js-scroll .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover,
.js-scroll .navbar-expand-lg .navbar-nav .nav-item .nav-link:active,
.js-scroll .navbar-expand-lg .navbar-nav .nav-item .nav-link:focus,
.js-scroll .navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
  color: var(--rgb-lightblue);
}

@media screen and (max-width: 991px) {

  .js-scroll .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover,
  .js-scroll .navbar-expand-lg .navbar-nav .nav-item .nav-link:active,
  .js-scroll .navbar-expand-lg .navbar-nav .nav-item .nav-link:focus,
  .js-scroll .navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
    color: var(--rgb-white);
  }
}

.dropdown-menu {
  margin-top: 0 !important;
}

.dropdown-item {
  font-weight: 500;
}

.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item.active {
  background-color: var(--rgb-dropdown-hover);
  color: var(--rgb-black);
}

::-moz-selection {
  background-color: var(--rgb-selection);
  color: var(--rgb-white);
}

::selection {
  background-color: var(--rgb-selection);
  color: var(--rgb-white);
}

::-moz-selection {
  background-color: var(--rgb-selection);
  color: var(--rgb-white);
}

body {
  position: relative;
}

.p-section__backgorund--reverse {
  background-color: rgba(255, 255, 255, 0.1);
}

.container-lg {
  max-width: var(--container-width);
}

@media screen and (max-width: 991px) {
  .container-lg {
    max-width: 100%;
  }
}

.container-md {
  max-width: var(--container-width-md);
}

@media screen and (max-width: 991px) {
  .container-md {
    max-width: 80%;
  }
}

@media screen and (max-width: 575px) {
  .container-md {
    max-width: 90%;
  }
}

[class*=container] {
  padding: 0;
}

@media screen and (max-width: 991px) {
  [class*=container] {
    padding-left: calc(var(--padding-x) * 0.5);
    padding-right: calc(var(--padding-x) * 0.5);
  }
}

.c-phone--lg,
.c-phone--md,
.c-phone--sm,
.c-facsimile--lg,
.c-facsimile--md,
.c-facsimile--sm {
  line-height: 0.75;
  font-weight: 400;
  font-family: var(--font-inter);
}

.c-phone--lg.u-icon__phone:before,
.c-phone--lg.u-icon__facsimile:before,
.c-phone--md.u-icon__phone:before,
.c-phone--md.u-icon__facsimile:before,
.c-phone--sm.u-icon__phone:before,
.c-phone--sm.u-icon__facsimile:before,
.c-facsimile--lg.u-icon__phone:before,
.c-facsimile--lg.u-icon__facsimile:before,
.c-facsimile--md.u-icon__phone:before,
.c-facsimile--md.u-icon__facsimile:before,
.c-facsimile--sm.u-icon__phone:before,
.c-facsimile--sm.u-icon__facsimile:before {
  font-size: 0.75em;
  font-weight: 900;
}

.c-phone--lg.u-telno:before,
.c-phone--lg.u-faxno:before,
.c-phone--md.u-telno:before,
.c-phone--md.u-faxno:before,
.c-phone--sm.u-telno:before,
.c-phone--sm.u-faxno:before,
.c-facsimile--lg.u-telno:before,
.c-facsimile--lg.u-faxno:before,
.c-facsimile--md.u-telno:before,
.c-facsimile--md.u-faxno:before,
.c-facsimile--sm.u-telno:before,
.c-facsimile--sm.u-faxno:before {
  font-size: 0.75em;
  font-weight: 400;
}

.c-phone--lg [data-action=call],
.c-phone--md [data-action=call],
.c-phone--sm [data-action=call],
.c-facsimile--lg [data-action=call],
.c-facsimile--md [data-action=call],
.c-facsimile--sm [data-action=call] {
  font-weight: 400;
  color: var(--rgb-black);
}

.c-phone--lg img,
.c-phone--md img,
.c-phone--sm img,
.c-facsimile--lg img,
.c-facsimile--md img,
.c-facsimile--sm img {
  margin-right: 0.33rem;
  width: auto;
  height: auto;
}

@media screen and (max-width: 991px) {

  .c-phone--lg img,
  .c-phone--md img,
  .c-phone--sm img,
  .c-facsimile--lg img,
  .c-facsimile--md img,
  .c-facsimile--sm img {
    height: 1.75rem;
  }
}

@media screen and (max-width: 767px) {

  .c-phone--lg img,
  .c-phone--md img,
  .c-phone--sm img,
  .c-facsimile--lg img,
  .c-facsimile--md img,
  .c-facsimile--sm img {
    height: 1.75rem;
  }
}

.c-phone--lg,
.c-facsimile--lg {
  font-size: calc(2.5em * var(--sm-rate));
}

.c-phone--md,
.c-facsimile--md {
  font-size: calc(2em * var(--sm-rate));
}

.c-phone--sm,
.c-facsimile--sm {
  font-size: calc(1.5em * var(--sm-rate));
}

.c-button__link,
.c-button__link:hover,
.c-button__link:active,
.c-button__link:focus {
  font-weight: 600;
}

.c-button__link span:after,
.c-button__link:hover span:after,
.c-button__link:active span:after,
.c-button__link:focus span:after {
  font-weight: 100;
}

.p-section__carpet--yellow:before {
  background-color: var(--rgb-yellow);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.p-section__carpet--beige:before {
  background-color: var(--rgb-carpet);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.p-outer {
  overflow: hidden;
}

.p-outer .c-box__image--inner {
  background-color: var(--rgb-beige);
  padding: calc(var(--padding-x) * 0.5);
}

.p-outer td hr {
  border-style: dashed;
}

.p-outer .c-box__no {
  background-color: var(--rgb-white);
  color: var(--rgb-main);
  border-radius: 6rem;
  font-size: 3em;
  font-family: var(--font-rocknroll);
  font-weight: 400;
  margin: -4.5rem auto;
  width: 9rem;
  height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-outer .c-box__icon--sm {
  background-color: var(--rgb-white);
  margin-top: 4.5rem;
  padding: 3rem 1.5rem;
  padding-top: 0;
  width: 100%;
}

.p-outer .c-box__icon--title {
  font-size: 1.5em;
  line-height: 1.5;
}

@media screen and (max-width: 1399px) {
  .p-outer .c-box__icon--title {
    font-size: 1.33em;
  }
}

@media screen and (max-width: 767px) {
  .p-outer .c-box__icon--title {
    padding: 3.5rem 0 0rem;
  }
}

.p-outer .c-hero__link {
  overflow: hidden;
}

.p-outer .c-hero__link .c-hero__link--image,
.p-outer .c-hero__link:hover .c-hero__link--image,
.p-outer .c-hero__link:active .c-hero__link--image,
.p-outer .c-hero__link:focus .c-hero__link--image {
  background-color: var(--rgb-green);
  padding: calc(var(--padding-x) * 1);
}

.p-outer .c-hero__link .c-hero__link--image:after,
.p-outer .c-hero__link:hover .c-hero__link--image:after,
.p-outer .c-hero__link:active .c-hero__link--image:after,
.p-outer .c-hero__link:focus .c-hero__link--image:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.p-outer .c-hero__link .c-hero__link--image:after {
  opacity: 0.5;
  transition: opacity 0.3s;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

@media screen and (max-width: 991px) {
  .p-outer .c-hero__link .c-hero__link--image:after {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
}

.p-outer .c-hero__link:hover .c-hero__link--image:after,
.p-outer .c-hero__link:active .c-hero__link--image:after,
.p-outer .c-hero__link:focus .c-hero__link--image:after {
  opacity: 0.33;
  transition: opacity 0.6s;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}

.p-outer .c-hero__link .c-hero__link--title {
  background-color: transparent;
  padding: calc(1.5rem * var(--lg-rate));
  justify-content: center;
  align-items: center;
}

.p-outer .c-hero__link .c-hero__link--title:after {
  background-color: transparent;
  color: var(--rgb-white);
  font-size: calc(2em * var(--sm-rate));
  line-height: 1;
  margin: 0;
  padding: 0;
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  font-weight: 900;
  position: absolute;
  right: calc(1.5rem * var(--lg-rate));
  bottom: calc(1.5rem * var(--lg-rate));
}

.p-outer .c-hero__link .c-hero__link--title h4 {
  font-size: calc(2.5em * var(--lg-rate));
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

.p-outer .c-hero__link .c-hero__link--title h4 span {
  color: var(--rgb-white);
  display: block;
}

.p-outer .c-hero__link .c-hero__link--title h4:before {
  background-color: var(--rgb-white);
  color: var(--rgb-black);
  font-size: 0.33em;
  line-height: 0.75;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  margin-bottom: 1em;
  padding: 0.5em 0.75em 0.55em;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  content: attr(data-label);
}

.p-outer .c-hero__link .c-hero__link--title p {
  color: var(--rgb-white);
  margin-top: 1em;
}

.p-outer .c-hero__link--thin .c-hero__link--title {
  background-color: rgba(73, 88, 95, 0.5);
  transition: background-color 0.3s;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  filter: grayscale(1);
}

@media screen and (max-width: 991px) {
  .p-outer .c-hero__link--thin .c-hero__link--title {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
}

.p-outer .c-hero__link--thin:hover .c-hero__link--title,
.p-outer .c-hero__link--thin:active .c-hero__link--title,
.p-outer .c-hero__link--thin:focus .c-hero__link--title,
.p-outer .c-hero__link--thin.active .c-hero__link--title {
  background-color: rgba(73, 88, 95, 0.25);
  transition: background-color 0.6s;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  filter: grayscale(0);
}

.p-outer .c-hero__link--thin .c-hero__link--title {
  padding: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 1399px) {
  .p-outer .c-hero__link--thin .c-hero__link--title {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .p-outer .c-hero__link--thin .c-hero__link--title {
    padding: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .p-outer .c-hero__link--thin .c-hero__link--title {
    padding: 0.5rem;
  }
}

.p-outer .c-hero__link--thin .c-hero__link--title:after {
  background-color: transparent;
  color: var(--palecolor);
  border: 1px solid var(--palecolor);
  border-radius: 0;
  font-size: 1em;
  line-height: 0.75;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 2em auto 0;
  padding: 0.5em 1em;
  content: "View More";
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  font-weight: 500;
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  display: none;
}

@media screen and (max-width: 1399px) {
  .p-outer .c-hero__link--thin .c-hero__link--title:after {
    right: 2rem;
    bottom: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .p-outer .c-hero__link--thin .c-hero__link--title:after {
    right: 1.5rem;
    bottom: 1.5rem;
    font-size: 0.9em;
  }
}

@media screen and (max-width: 575px) {
  .p-outer .c-hero__link--thin .c-hero__link--title:after {
    right: 1rem;
    bottom: 1rem;
    font-size: 0.75em;
  }
}

.p-outer .c-hero__link--thin .c-hero__link--title h4 {
  font-size: 1.25em;
  line-height: 1.5;
  text-transform: uppercase;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .p-outer .c-hero__link--thin .c-hero__link--title h4 {
    font-size: 1.125em;
  }
}

@media screen and (max-width: 767px) {
  .p-outer .c-hero__link--thin .c-hero__link--title h4 {
    font-size: 1em;
  }
}

.p-outer .c-hero__link--thin .c-hero__link--title h4 span {
  color: var(--rgb-white);
  display: block;
}

.p-th--appeal {
  background-color: var(--subcolor) !important;
  color: var(--rgb-white);
  font-size: 1.125em;
  font-weight: 700;
}

.p-td--appeal {
  background-color: #FCF5DE !important;
  font-size: 1.125em;
  font-weight: 700;
}

.p-table__layout--fixed {
  table-layout: fixed;
}

.p-table__layout--fixed th {
  width: 75%;
}

@media screen and (max-width: 991px) {
  .p-table__layout--fixed th {
    width: 75%;
  }
}

@media screen and (max-width: 575px) {
  .p-table__layout--fixed th {
    width: 19em;
  }
}

@media screen and (max-width: 991px) {
  .p-table__combined {
    border-top-color: transparent;
  }
}

.p-frame__about {
  border: 1px solid var(--rgb-white);
  padding: calc(var(--clearance-padding) * var(--heading-margin) + 20px);
  position: relative;
}

@media screen and (max-width: 991px) {
  .p-frame__about {
    padding: calc(var(--clearance-padding) * var(--heading-margin) + 15px);
  }
}

@media screen and (max-width: 767px) {
  .p-frame__about {
    padding: calc(var(--clearance-padding) * var(--heading-margin) + 10px);
  }
}

.p-frame__about:before {
  border: 1px solid var(--rgb-white);
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
}

@media screen and (max-width: 991px) {
  .p-frame__about:before {
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
  }
}

@media screen and (max-width: 767px) {
  .p-frame__about:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
}

.p-lead__underline {
  border-bottom: 1px solid var(--rgb-main);
  padding-bottom: 0.25em;
}

@media screen and (max-width: 767px) {
  .p-lead__underline {
    padding-bottom: 0.125em;
  }
}

.p-lead__underline--light {
  border-bottom: 1px solid var(--rgb-white);
  padding-bottom: 0.25em;
}

@media screen and (max-width: 767px) {
  .p-lead__underline--light {
    padding-bottom: 0.125em;
  }
}

.p-sansserif {
  font-family: var(--font-barlow-semi);
  line-height: 1.75em;
}

.p-sans {
  font-family: var(--font-yakuhan);
  line-height: 1.75em;
}

.p-capitalize {
  text-transform: capitalize;
}

.u-bgc__white--half {
  background-color: rgba(255, 255, 255, 0.25);
}

.u-bgc__white--quat {
  background-color: rgba(255, 255, 255, 0.1);
}

.p-footer__nav--social {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-footer__nav--social a,
.p-footer__nav--social a:hover,
.p-footer__nav--social a:active,
.p-footer__nav--social a:focus {
  display: block;
  margin: 0 1rem;
  padding: 0.6rem 0;
}

.p-footer__nav--social img {
  width: auto;
  height: 2rem;
}

span[data-aos] {
  display: inline-block;
}

.u-writing__mode--vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.a1 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}

.a1 .c-box__body {
  width: 100%;
}

.p-button__bottom {
  margin: 0 3rem 3rem;
}

@media screen and (max-width: 991px) {
  .p-button__bottom {
    margin: 0 2rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-button__bottom {
    margin: 0 1rem 1rem;
  }
}

.pattern-paleblue__check--slash {
  background: url(../images/common/pattern-paleblue__check--slash.png) center center;
}

.pattern-paleblue__check--slash .p-heading__index1 {
  color: var(--textcolor);
}

.pattern-paleblue__check--slash .p-heading__index1:before {
  background-color: var(--rgb-white);
  color: rgb(156, 210, 255);
}

.p-box__item,
.p-box__item:hover,
.p-box__item:active,
.p-box__item:focus {
  background-color: var(--rgb-white);
  box-shadow: 0.25rem 0.5rem 1rem rgba(var(--textrgbcolor) 0.15);
  padding: 1.25rem;
  display: block;
}

.p-box__item--category {
  background-color: var(--rgb-main);
  color: var(--rgb-white);
  border-radius: 0.125rem;
  font-size: 0.9em;
  line-height: 1.25;
  margin: 0 0 1.5rem;
  padding: 0.5em 1em;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.p-box__item--date {
  font-weight: 700;
  padding: 0.5em 0;
}

.p-box__item--title {
  font-size: 1em;
  line-height: 1.5;
  font-weight: 700;
}

.p-section__devider {
  margin: 0;
}

.p-hour__open {
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
}

.p-hour__open dt,
.p-hour__open dd {
  padding: 0.5rem 1rem;
  line-height: 1.5;
}

.p-hour__open dt {
  width: 7em;
  text-align: center;
}

.p-hour__close {
  margin-top: 1px;
  display: flex;
  align-items: flex-start;
}

.p-hour__close dt,
.p-hour__close dd {
  padding: 0.5rem 1rem;
  line-height: 1.25;
}

.p-hour__close dt {
  width: 7em;
  text-align: center;
}

.p-timetable__caution {
  width: auto;
  margin-top: 0.5rem;
}

.p-timetable__caution th,
.p-timetable__caution td {
  padding: 0;
  vertical-align: top;
}

.p-timetable__caution th {
  padding-right: 0.5rem;
}

[class*=u-arrow]:after {
  font-weight: 400;
}

.p-icon__category {
  background-color: rgb(255, 255, 255);
  padding: 0.5em 1em;
  line-height: 1;
  border: 2px solid transparent;
  font-weight: 700;
  position: absolute;
  top: -19px;
  right: 3rem;
}

@media screen and (max-width: 991px) {
  .p-icon__category {
    top: -21px;
    right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-icon__category {
    top: -23px;
    right: 1rem;
  }
}

.p-table--center th,
.p-table--center td {
  text-align: center;
}

.p-table__th-td--center th,
.p-table__th-td--center td {
  text-align: center;
}

.p-table__th-td--center th:first-child {
  width: 9em;
}

@media screen and (max-width: 575px) {
  .p-table__th-td--center th:first-child {
    width: 11em;
  }
}

.p-table__th-td--center th:not(:first-child) {
  text-align: center;
}

.p-table__th-td--center td {
  text-align: center;
}

.p-table__th-td--center tr:nth-of-type(2) th:first-child {
  width: auto;
}

.p-table__td--center th:first-child {
  width: 17em;
}

@media screen and (max-width: 575px) {
  .p-table__td--center th:first-child {
    width: 11em;
  }
}

.p-table__td--center th:not(:first-child) {
  text-align: center;
}

.p-table__td--center td {
  text-align: center;
}

.p-table__td--center-sub th:first-child {
  width: 17em;
}

@media screen and (max-width: 575px) {
  .p-table__td--center-sub th:first-child {
    width: 11em;
  }
}

.p-table__td--center-sub th:not(:first-child) {
  text-align: center;
}

.p-table__td--center-sub td {
  text-align: center;
}

.p-table__td--center-sub tr:nth-of-type(2) th:first-child {
  width: auto;
  text-align: center;
}

.p-table__mode--lineup {
  background-color: rgba(255, 255, 255, 0.5);
}

.p-table__mode--lineup th {
  background-color: var(--thcolor);
  color: rgba(255, 255, 255, 0.9);
}

.p-table__td--highlight {
  background-color: var(--td-highlightcolor);
}

.p-table__thermo--spec-a th:first-child {
  width: 9em;
  text-align: center;
}

.p-table__thermo--spec-a th:not(:first-child) {
  text-align: center;
}

.p-table__thermo--spec-a td.p-table__td--highlight {
  text-align: center;
  width: 8em;
}

@media screen and (max-width: 575px) {
  .p-table__thermo--spec-a.c-table__break--xs th {
    width: 100%;
  }
}

.p-table__thermo--spec-b th:first-child {
  width: 17em;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .p-table__thermo--spec-b th:first-child {
    width: 11em;
  }
}

.p-table__thermo--spec-b th:not(:first-child) {
  text-align: center;
}

.p-table__thermo--spec-b td.p-table__td--highlight {
  text-align: center;
  width: 8em;
}

.p-table__thermo--spec-c th:first-child {
  width: 12em;
}

@media screen and (max-width: 575px) {
  .p-table__thermo--spec-c th:first-child {
    width: 11em;
  }
}

.p-table__thermo--spec-c th:not(:first-child) {
  text-align: center;
}

.p-table__thermo--spec-c td {
  text-align: center;
}

.p-alfabetic {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.c-box__heading--light .p-alfabetic {
  text-indent: 0.2em;
}

.u-bgc__white {
  background-color: rgb(255, 255, 255);
}

th {
  font-weight: 500;
}

.text-article strong {
  font-weight: 500;
}

.p-section__stripe:before {
  background-color: var(--rgb-section-stripe);
  opacity: 0.66;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.p-office {
  --rgb-flat: var(--mof-green-600);
}

.p-voices {
  --rgb-flat: var(--mof-orange-600);
}

.p-index__services:before {
  color: var(--rgb-lightblue);
  font-size: calc(1.5em * var(--md-rate));
  line-height: 1;
  font-weight: 700;
  font-family: var(--font-mplus1p);
  text-align: right;
  letter-spacing: 0.48em;
  margin-left: calc(var(--container-width) * -0.5);
  margin-right: 0.48em;
  width: var(--container-width);
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.5em;
  content: attr(data-label);
}

.p-index__services::after {
  background-color: var(--rgb-lightblue);
  height: 0.0625rem;
  display: block;
  position: absolute;
  right: 0;
  left: calc(var(--container-width) + 1em + (100% - var(--container-width)) * 0.5);
  bottom: 0;
  content: "";
}

.p-index__services--link {
  display: block;
  position: relative;
  padding-bottom: 2.25rem;
}

.p-index__services--link .p-index__services--title {
  background-color: var(--rgb-white);
  color: var(--rgb-black);
  font-size: calc(1.5em * var(--sm-rate));
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.24em;
  padding: 1em 0.5em;
  width: 100%;
  position: absolute;
  left: -1px;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 80% 0%, 85% 100%, 0% 100%);
  clip-path: polygon(0 0, 80% 0%, 85% 100%, 0% 100%);
}

@media screen and (max-width: 1399px) {
  .p-index__services--link .p-index__services--title {
    -webkit-clip-path: polygon(0 0, 85% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 85% 0%, 90% 100%, 0% 100%);
  }
}

@media screen and (max-width: 1199px) {
  .p-index__services--link .p-index__services--title {
    -webkit-clip-path: polygon(0 0, 90% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(0 0, 90% 0%, 95% 100%, 0% 100%);
  }
}

.p-index__services--link .p-index__services--title small {
  font-size: 0.66em;
  font-family: var(--font-mplus1p);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 1.25em;
  display: block;
}

.p-shadow__left,
.p-shadow__right {
  position: relative;
}

.p-shadow__left:before,
.p-shadow__right:before {
  background-image: url(../images/common/blue-dot__background.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 1.25rem;
  bottom: -1.25rem;
  display: block;
  opacity: 0.4;
  content: "";
}

.p-shadow__left img,
.p-shadow__right img {
  display: block;
  position: relative;
  z-index: 1;
}

.p-shadow__left:before {
  background-position: left bottom;
  left: -1.25rem;
  right: 1.25rem;
}

.p-shadow__right:before {
  background-position: right bottom;
  left: 1.25rem;
  right: -1.25rem;
}

.p-index__consultation--link,
.p-index__consultation--link:hover,
.p-index__consultation--link:active,
.p-index__consultation--link:focus {
  display: block;
  position: relative;
}

.p-index__consultation--link .p-index__consultation--image img,
.p-index__consultation--link:hover .p-index__consultation--image img,
.p-index__consultation--link:active .p-index__consultation--image img,
.p-index__consultation--link:focus .p-index__consultation--image img {
  opacity: 0.4;
  transition: opacity 0.3s;
}

.p-index__consultation--link .p-index__consultation--title,
.p-index__consultation--link:hover .p-index__consultation--title,
.p-index__consultation--link:active .p-index__consultation--title,
.p-index__consultation--link:focus .p-index__consultation--title {
  color: var(--rgb-black);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  position: absolute;
  top: calc(-1.25rem * var(--md-rate));
  left: calc(-1.25rem * var(--md-rate));
  right: calc(-1.25rem * var(--md-rate));
  bottom: calc(1.25rem * var(--md-rate));
}

.p-index__consultation--link .p-index__consultation--title h3,
.p-index__consultation--link:hover .p-index__consultation--title h3,
.p-index__consultation--link:active .p-index__consultation--title h3,
.p-index__consultation--link:focus .p-index__consultation--title h3 {
  font-size: calc(2.5em * var(--md-rate));
  line-height: 1;
  letter-spacing: calc(0.48em * var(--lg-rate));
}

.p-index__consultation--link .p-index__consultation--title p,
.p-index__consultation--link:hover .p-index__consultation--title p,
.p-index__consultation--link:active .p-index__consultation--title p,
.p-index__consultation--link:focus .p-index__consultation--title p {
  font-size: calc(1.25em * var(--sm-rate));
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-indent: 0.24em;
}

.p-index__consultation--link:hover .p-index__consultation--image img,
.p-index__consultation--link:active .p-index__consultation--image img,
.p-index__consultation--link:focus .p-index__consultation--image img {
  opacity: 0.7;
  transition: opacity 0.6s;
}

.p-mainimage {
  max-width: 113rem;
  margin: 0 auto;
}

.p-mainimage__cover {
  background-color: var(--rgb-white);
  display: block;
  width: 100%;
  max-width: 108rem;
  margin: 0 auto;
}

@media screen and (orientation: landscape) {
  .p-mainimage__cover {
    height: calc(47.5rem * var(--responsive-rate));
  }
}

@media screen and (orientation: portrait) {
  .p-mainimage__cover {
    height: 75vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 575px) {
  .p-mainimage__cover {
    height: 100vw;
  }
}

.p-mainimage__cover img {
  opacity: 1;
}

.p-mainimage__text {
  bottom: calc(5rem * var(--responsive-rate));
  justify-content: flex-start;
  align-items: flex-end;
}

@media screen and (max-width: 575px) {
  .p-mainimage__text {
    align-items: flex-end;
  }
}

.p-mainimage__copy {
  background-color: var(--rgb-white);
  position: relative;
}

.p-mainimage__catch {
  color: var(--rgb-lightblue);
  font-size: 2.25em;
  line-height: 1.5;
  font-family: var(--font-mplus1p);
  font-weight: 700;
  letter-spacing: 0.32em;
  padding: 1.125em calc(var(--padding-x) * 0.5) 1.125em;
  display: flex;
  flex-flow: column wrap;
}

@media screen and (max-width: 2000px) {
  .p-mainimage__catch {
    font-size: calc(2.25em * var(--lg-rate));
  }
}

.p-heading__index1a--dark,
.p-heading__index1--dark,
.p-heading__index1--light {
  font-size: calc(2.5em * var(--md-rate));
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 575px) {

  .p-heading__index1a--dark,
  .p-heading__index1--dark,
  .p-heading__index1--light {
    padding: var(--clearance-padding) 0 0;
  }
}

.p-heading__index1a--dark span,
.p-heading__index1--dark span,
.p-heading__index1--light span {
  font-weight: 500;
  letter-spacing: 0.64em;
  text-transform: uppercase;
  width: var(--container-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {

  .p-heading__index1a--dark span,
  .p-heading__index1--dark span,
  .p-heading__index1--light span {
    padding: 0 calc(var(--padding-x) * 0.5);
  }
}

.p-heading__index1a--dark::before,
.p-heading__index1--dark::before,
.p-heading__index1--light::before {
  display: none;
}

.p-heading__index1a--dark::after,
.p-heading__index1--dark::after,
.p-heading__index1--light::after {
  height: 0.0625rem;
  display: block;
  position: absolute;
  top: calc(50% - 0.03125rem);
  left: 0;
  right: calc(var(--container-width) + 1em + (100% - var(--container-width)) * 0.5);
  bottom: calc(50% - 0.03125rem);
  content: "";
}

.p-heading__index1--light::after {
  background-color: var(--rgb-lightblue);
}

.p-heading__index1--dark::before {
  background-color: var(--rgb-orange);
  color: var(--rgb-white);
}

.p-heading__index1--dark span {
  color: var(--rgb-white);
}

.p-heading__index1--dark span:before {
  border-bottom-color: var(--rgb-white);
  color: var(--rgb-white);
}

.p-heading__index1a--light {
  font-size: calc(2.5em * var(--sm-rate));
  line-height: 1.64;
  letter-spacing: 0.64em;
  width: -moz-max-content;
  width: max-content;
  height: 4.2em;
}

.p-heading__index1a--light strong {
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.p-heading__index1a--light strong span {
  display: block;
}

.p-heading__index1a--light::before,
.p-heading__index1a--light::after {
  position: absolute;
}

.p-heading__index1a--light::before {
  font-size: 0.45em;
  line-height: 1;
  font-weight: 500;
  font-family: var(--font-mplus1p);
  white-space: nowrap;
  margin-left: 0.5em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0;
  bottom: -0.5em;
  content: attr(data-label);
}

.p-heading__index1a--light::after {
  border-bottom: 0.0625rem solid var(--rgb-lightblue);
  width: 2.8em;
  height: 2.4em;
  display: block;
  bottom: 0;
  content: "";
}





.text-start.p-heading__index1a--light strong {
  padding: 0 2.96em 0 1em;
}

.text-start.p-heading__index1a--light:before {
  left: 7em;
}

.text-start.p-heading__index1a--light:after {
  left: 0;
  border-left: 0.0625rem solid var(--rgb-lightblue);
}

.text-end.p-heading__index1a--light strong {
  padding: 0 0.36em 0 1.8em;
}



.p-heading__index1a--light02 {
  font-size: calc(2.5em * var(--sm-rate));
  line-height: 1.64;
  letter-spacing: 0.64em;
  width: -moz-max-content;
  width: max-content;
  height: 4.2em;
}

/* 2025/03/23 add */
.support_programs .p-heading__index1a--light02 {
  height: 2.2em;
}

@media screen and (max-width:992px) {
  .support_programs .p-heading__index1a--light02 {
    letter-spacing: 0.4em;
}
}

@media screen and (min-width:992px) {
  .support_programs table {
    width: 60%;
    margin: 0 auto;
  }
}

/* /2025/03/23 add */


.p-heading__index1a--light02 strong {
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.p-heading__index1a--light02 strong span {
  display: block;
}

.p-heading__index1a--light02::before,
.p-heading__index1a--light02::after {
  position: absolute;
}

.p-heading__index1a--light02::before {
  font-size: 0.45em;
  line-height: 1;
  font-weight: 500;
  font-family: var(--font-mplus1p);
  white-space: nowrap;
  margin-left: 0.5em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0;
  bottom: -0.5em;
  content: attr(data-label);
}

.p-heading__index1a--light02::after {
  border-bottom: 0.0625rem solid var(--rgb-lightblue);
  width: 2.8em;
  height: 2.4em;
  display: block;
  bottom: 0;
  content: "";
}

.text-end.p-heading__index1a--light02 strong {
  padding: 0 0.36em 0 1.8em;
}



@media screen and (max-width: 575px) {
  .text-end.p-heading__index1a--light strong {
    padding: 0 2.96em 0 1em;
  }

  .text-end.p-heading__index1a--light02 strong {
    padding: 0;
  }
}

.text-end.p-heading__index1a--light:before {
  right: 7em;
}

.text-end.p-heading__index1a--light02:before {
  right: 7em;
}


@media screen and (max-width: 575px) {
  .text-end.p-heading__index1a--light:before {
    left: 7em;
    right: auto;
  }
  
  .text-end.p-heading__index1a--light02:before {
  left: 7em;
}
}

.text-end.p-heading__index1a--light:after {
  right: 0;
  border-right: 0.0625rem solid var(--rgb-lightblue);
}

.text-end.p-heading__index1a--light02:after {
  right: 0;
  border-right: 0.0625rem solid var(--rgb-lightblue);
}

@media screen and (max-width: 575px) {
  .text-end.p-heading__index1a--light:after {
    left: 0;
    right: auto;
    border-left: 0.0625rem solid var(--rgb-lightblue);
    border-right: none;
  }

  .text-end.p-heading__index1a--light02:after {
    left: 0;
    right: auto;
    border-left: 0.0625rem solid var(--rgb-lightblue);
    border-right: none;
  }
}

.p-heading__index1a--light:before {
  color: var(--rgb-lightblue);
}

.p-heading__index1a--light02:before {
  color: var(--rgb-lightblue);
}

.p-heading__index1a--dark::before {
  color: var(--rgb-white);
}

.p-heading__index1a--dark span {
  color: var(--rgb-white);
}

.p-heading__index1a--dark span:before {
  border-bottom-color: var(--rgb-white);
  color: var(--rgb-white);
}

.c-box__image--over,
.p-heading__index2--dark,
.p-heading__index2--light {
  font-size: calc(1.25em * var(--sm-rate));
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1.5em;
}

.c-box__image--over:not(:first-child),
.p-heading__index2--dark:not(:first-child),
.p-heading__index2--light:not(:first-child) {
  margin-top: 3em;
}

.c-box__image--over strong,
.p-heading__index2--dark strong,
.p-heading__index2--light strong {
  font-weight: 500;
  display: inline-block;
}

.c-box__image--over .c-heading__footline,
.p-heading__index2--dark .c-heading__footline,
.p-heading__index2--light .c-heading__footline {
  text-transform: uppercase;
  display: block;
  width: -moz-max-content;
  width: max-content;
}

@media only screen and (max-width: 575px) {

  .c-box__image--over .c-heading__footline,
  .p-heading__index2--dark .c-heading__footline,
  .p-heading__index2--light .c-heading__footline {
    margin: 0 auto;
  }
}

.p-heading__index2--light .c-heading__leftline {
  color: var(--rgb-text);
  border-left-color: var(--rgb-blue);
}

.p-heading__index2--light .c-heading__footline {
  border-bottom-color: var(--rgb-blue);
}

.p-heading__index2--dark span {
  color: var(--rgb-white);
}

.p-heading__index2--dark span:before {
  color: var(--rgb-text);
}

.c-box__image--over {
  margin-bottom: 0;
}

.p-override {
  transform: translateY(calc(-1rem * var(--md-rate)));
}

:root {
  --news-date: 100%;
  --news-date-inner: 8rem;
  --news-icon: 8rem;
  --news-comment: calc(100% - var(--news-detail));
}

@media only screen and (max-width: 1199px) {
  :root {
    --news-date: 18rem;
  }
}

@media only screen and (max-width: 575px) {
  :root {
    --news-date: 100%;
  }
}

.c-newspaper__scroll {
  height: auto;
  overflow: hidden;
}

.c-newspaper__article {
  padding: 0;
  width: 100%;
  border-bottom: none;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .c-newspaper__article {
    display: block;
  }
}

.c-newspaper__article--link {
  padding: 1em 0;
  width: 100%;
  border-bottom: 1px solid #898989;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .c-newspaper__article--link {
    display: block;
  }
}

.c-newspaper__article--link:hover,
.c-newspaper__article--link:active,
.c-newspaper__article--link:focus {
  background-color: var(--beigecolor);
}

@media only screen and (max-width: 991px) {
  .c-newspaper__article--link {
    display: block;
  }
}

.c-newspaper__date,
.c-newspaper__comment,
.c-newspaper__detail {
  display: block;
}

.c-newspaper__date {
  width: var(--news-date);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .c-newspaper__date {
    width: 100%;
  }
}

.c-newspaper__date--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: var(--news-date-inner);
}

.c-newspaper__date--inner .date {
  font-size: 1.125em;
}

.c-newspaper__updated {
  background-color: var(--rgb-updated);
  color: var(--rgb-white);
  font-size: 0.75em;
  line-height: 1.5;
  padding: 0 0.75em;
  font-weight: 500;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}

.c-newspaper__icon {
  font-size: 0.75em;
  background-color: var(--rgb-green);
  color: #FFF;
  line-height: 1.5;
  padding: 0.25em;
  text-align: center;
  font-weight: 600;
  flex: 0 0 var(--news-icon);
  max-width: var(--news-icon);
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-newspaper__icon span {
  width: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-newspaper__comment {
  line-height: 1.75;
  padding-left: 0;
  display: flex;
  align-items: center;
  flex: 0 0 calc(100% - var(--news-date));
}

@media only screen and (max-width: 1199px) {
  .c-newspaper__comment {
    width: 100%;
    margin-top: 0.5rem;
    padding-top: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .c-newspaper__comment {
    line-height: 1.75;
  }
}

@media only screen and (max-width: 575px) {
  .c-newspaper__comment {
    justify-content: space-between;
  }
}

.c-newspaper__comment--inner {
  display: flex;
  align-items: center;
  flex: 0 0 calc(100% - var(--news-detail));
}

@media only screen and (max-width: 575px) {
  .c-newspaper__comment--inner {
    flex: 0 0 calc(100% - var(--news-detail) * 2);
  }
}

.c-newspaper__detail {
  width: var(--news-date);
  margin-top: 1rem;
  padding: 0;
}

.nav-pills.c-nav__pills--news .nav-item .nav-link:after {
  border-bottom-color: transparent;
}

.nav-pills.c-nav__pills--news .nav-item .nav-link.active:after {
  border-bottom-color: var(--rgb-white);
}

.c-newspaper__title {
  font-weight: 700;
}

.c-box__body .c-newspaper__date {
  padding: 0;
}

.p-table__hour--open {
  width: 100%;
}

.p-table__hour--open th,
.p-table__hour--open td {
  border-top: 2px dashed rgba(0, 0, 0, 0.2);
  padding: 0.25em 0;
}

.p-table__hour--open td {
  padding-left: 1em;
}

.c-flow__vertical .c-flow__no {
  overflow: visible;
}

.c-flow__vertical .c-flow__no span {
  font-weight: 300;
}

.p-demand__list {
  font-size: calc(1.25em * var(--sm-rate));
  line-height: 1.5;
  padding: 1em;
  text-align: center;
  font-weight: 700;
  position: relative;
}

.p-demand__list:before,
.p-demand__list:after {
  background-color: rgba(255, 255, 255, 0.33);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.p-demand__list:before {
  margin-top: -0.5em;
  margin-left: -0.5em;
  border: 2px solid var(--rgb-lightblue);
  opacity: 0.5;
}

.p-demand__list:after {
  margin-right: -0.5em;
  margin-bottom: -0.5em;
  border: 2px solid var(--rgb-lightblue);
}

.p-demand__list span {
  position: relative;
  z-index: 99;
}

.p-balloon {
  color: var(--rgb-white);
  padding: calc(2rem * var(--sm-rate)) calc(2rem * var(--sm-rate)) calc(10% + 2rem * var(--sm-rate));
  width: 100%;
  text-align: center;
  position: relative;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 45% 90%, 50% 100%, 55% 90%, 0% 90%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 45% 90%, 50% 100%, 55% 90%, 0% 90%);
}

@media only screen and (max-width: 1199px) {
  .p-balloon {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 40% 90%, 50% 100%, 60% 90%, 0% 90%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 40% 90%, 50% 100%, 60% 90%, 0% 90%);
  }
}

@media only screen and (max-width: 575px) {
  .p-balloon {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 45% 90%, 50% 100%, 55% 90%, 0% 90%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 45% 90%, 50% 100%, 55% 90%, 0% 90%);
  }
}

.p-balloon h4 {
  font-size: calc(1.33em * var(--sm-rate));
  line-height: 1.5;
}

.p-balloon h4:not(:last-child) {
  margin-bottom: 1em;
}

.biz1 {
  background-color: var(--md-blue-900);
}

.biz2 {
  background-color: var(--mof-blue-900);
}

.biz3 {
  background-color: var(--ios-blue-900);
}

.p-contents__list {
  list-style: none;
  margin: -0.5rem;
  display: flex;
  flex-flow: row wrap;
}

@media only screen and (max-width: 767px) {
  .p-contents__list {
    margin: -0.25rem;
  }
}

.p-contents__list li {
  flex: 1 1 calc(50% - 1rem);
  background-color: var(--graycolor);
  text-align: center;
  font-weight: 700;
  margin: 0.5rem;
  padding: 1rem;
}

@media only screen and (max-width: 991px) {
  .p-contents__list li {
    flex: 1 1 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-contents__list li {
    margin: 0.25rem;
  }
}

.p-slogan__blush {
  font-family: var(--font-blush);
}

.table-responsive {
  padding-top: 1px;
}

.form-control,
.form-select,
textarea,
label {
  font-family: var(--font-family-sans);
  font-weight: 300;
}

.p-table__timetable {
  table-layout: fixed;
}

.p-table__timetable th,
.p-table__timetable td {
  text-align: center;
}

@media only screen and (max-width: 1199px) {

  .p-table__timetable th,
  .p-table__timetable td {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 991px) {

  .p-table__timetable th,
  .p-table__timetable td {
    font-size: 0.75em;
  }
}

.p-table__timetable th {
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.05);
}

.p-table__timetable td {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0;
}

.p-table__timetable td div {
  line-height: 1.5;
  padding: 1rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

@media only screen and (max-width: 991px) {
  .p-table__timetable td div {
    height: 4rem;
  }
}

.p-table__timetable td[rowspan="2"] {
  vertical-align: bottom;
  height: 12rem;
}

@media only screen and (max-width: 991px) {
  .p-table__timetable td[rowspan="2"] {
    height: 8rem;
  }
}

.p-table__timetable td[rowspan="2"] div {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  height: 9rem;
}

@media only screen and (max-width: 991px) {
  .p-table__timetable td[rowspan="2"] div {
    height: 6rem;
  }
}

.p-instructor__name {
  font-size: 1.25em;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  margin-top: 0.8em;
}

@media only screen and (max-width: 767px) {
  .p-instructor__name {
    font-size: 1.125em;
    margin-top: 0.4em;
  }
}

.p-instructor__name small {
  color: rgb(var(--awozora-light));
  font-size: 0.8em;
  margin-top: 0.5em;
  display: block;
}

.p-instructor__name--lg {
  font-size: 1.5em;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .p-instructor__name--lg {
    font-size: 1.125em;
  }
}

.p-instructor__name--lg small {
  color: rgb(var(--awozora-light));
  font-size: 0.66em;
  margin-top: 0.5em;
  display: block;
}

@media only screen and (max-width: 767px) {
  .p-instructor__name--lg small {
    font-size: 0.8em;
  }
}

.p-access__root {
  list-style: none;
  counter-reset: root;
}

.p-access__root .p-root__step {
  line-height: 1.5;
  padding-left: 1.5em;
}

.p-access__root .p-root__step p {
  margin-bottom: 0.33em;
}

.p-access__root .p-root__step:before {
  counter-increment: root;
  content: "" counter(root) ".";
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}

.p-access__root .p-root__step+li {
  margin-top: 1em;
}

.p-access__root .p-root__step p {
  margin: 0.5em 0 0.25em;
}

.p-columns__list {
  -moz-column-count: 4;
  column-count: 4;
}

@media only screen and (max-width: 1199px) {
  .p-columns__list {
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (max-width: 991px) {
  .p-columns__list {
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (max-width: 575px) {
  .p-columns__list {
    -moz-column-count: 1;
    column-count: 1;
  }
}

.p-example__list li {
  border-bottom: 1px dashed rgb(var(--awozora-dark));
}

.c-timeline__history {
  width: 20rem;
  margin: 0 auto;
  position: relative;
}

.c-timeline__history dl {
  width: 20rem;
  display: flex;
}

.c-timeline__history dt,
.c-timeline__history dd {
  display: block;
}

.c-timeline__history dt {
  font-weight: 700;
  padding-right: 3rem;
  flex: 0 0 10rem;
  position: relative;
  text-align: right;
}

@media only screen and (max-width: 575px) {
  .c-timeline__history dt {
    padding-left: 3rem;
    padding-right: 0;
    text-align: left;
  }
}

.c-timeline__history dt:before {
  border-left: 2px solid var(--rgb-green);
  content: "";
  position: absolute;
  top: 0;
  left: calc(1rem - 1px);
  bottom: -1.5rem;
}

@media only screen and (min-width: 576px) {
  .c-timeline__history dt:before {
    display: none;
  }
}

.c-timeline__history dd {
  padding-left: 3rem;
  flex: 0 0 10rem;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .c-timeline__history dd {
    padding-left: 0;
  }
}

.c-timeline__history dd:before {
  border-left: 2px solid var(--rgb-green);
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: -1.5rem;
}

@media only screen and (max-width: 575px) {
  .c-timeline__history dd:before {
    display: none;
  }
}

.c-timeline__history:last-child dt:before,
.c-timeline__history:last-child dd:before {
  display: none;
}

.c-timeline__history+.c-timeline__history {
  margin-top: 1rem;
}

.c-timeline__circle,
.c-timeline__square {
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  position: absolute;
  top: 0;
  left: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 575px) {

  .c-timeline__circle,
  .c-timeline__square {
    left: 0rem;
  }
}

.c-timeline__circle {
  background-color: var(--rgb-green);
}

.c-timeline__square {
  background-color: var(--rgb-green);
}

.c-timeline__arrow {
  color: var(--rgb-main);
  font-size: 2em;
  position: absolute;
  left: 9rem;
  bottom: -1rem;
}

@media only screen and (max-width: 575px) {
  .c-timeline__arrow {
    left: 0;
  }
}

.mtc30 {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .sikaku {
    position: absolute;
    top: 0px;
    left: -5px;
    width: 30px;
    height: 30px;
    background: #eee;
    color: #eee;
  }

  .yajirusi {
    position: absolute;
    bottom: -20px;
    left: -5px;
    font-size: 30px;
    color: #0c407d;
  }

  .history dl {
    margin: 0px;
    padding: 0px;
  }

  .history dt {
    float: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 180%;
    margin: 0px;
    padding: 15px 0px 0px 20px;
    border-left: solid 1px rgba(12, 64, 125, 0.5);
  }

  .history dd {
    font-size: 14px;
    font-weight: normal;
    line-height: 180%;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    border-left: solid 1px rgba(12, 64, 125, 0.5);
  }
}

.p-flow__title--before,
.p-flow__title--after {
  font-size: 1.25em;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1em 1em 0.75em;
  width: 6em;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  background-color: #FFF;
}

@media only screen and (max-width: 991px) {

  .p-flow__title--before,
  .p-flow__title--after {
    font-size: 1.125em;
    padding: 0.75em 0.75em 0.5em;
  }
}

@media only screen and (max-width: 575px) {

  .p-flow__title--before,
  .p-flow__title--after {
    font-size: 1.125em;
    padding: 0.5em 0.5em 0.25em;
  }
}

.p-flow__text {
  padding: 1.5rem;
}

@media only screen and (max-width: 991px) {
  .p-flow__text {
    padding: 1rem;
  }
}

@media only screen and (max-width: 575px) {
  .p-flow__text {
    padding: 0.5rem;
  }
}

.c-flow__before-after--main.c-flow__break--xs,
.c-flow__before-after--deep.c-flow__break--xs,
.c-flow__before-after--accent.c-flow__break--xs,
.c-flow__before-after--darkgray.c-flow__break--xs {
  width: 100%;
}

.c-box__news--title {
  border-top: 1px solid #DDD;
}

.p-catalog__new {
  background-color: var(--accentcolor);
  color: #FFF;
  font-size: 0.9em;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.5em 1em;
  position: absolute;
  top: 0;
  right: 0;
}

.p-catalog__navigation {
  background-color: #FFF;
  color: var(--textcolor);
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .p-catalog__navigation {
    flex-flow: row wrap;
    justify-content: flex-end;
  }
}

.p-catalog__navigation--fraction {
  line-height: 1;
  margin-right: auto;
}

@media only screen and (max-width: 1199px) {
  .p-catalog__navigation--fraction {
    flex: 0 0 100%;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .p-catalog__navigation--fraction {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .p-catalog__navigation--fraction {
    margin-bottom: 1rem;
  }
}

.p-catalog__navigation--sort {
  margin-right: 0.5rem;
}

@media only screen and (max-width: 575px) {
  .p-catalog__navigation--sort {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 575px) {
  .p-catalog__navigation--paging {
    flex: 0 0 100%;
  }
}

.p-item__soldout {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--graycolor);
  padding: 0.5rem;
}

.u-strike__through {
  text-decoration: line-through;
}

.p-activities__article {
  position: relative;
}

.p-activities__article:not(:first-child) {
  margin-top: 3rem;
}

@media only screen and (max-width: 991px) {
  .p-activities__article:not(:first-child) {
    margin-top: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-activities__article:not(:first-child) {
    margin-top: 2rem;
  }
}

.p-activities__date {
  font-weight: 700;
  line-height: 1.75;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .p-activities__date {
    padding: 0;
    border: none;
  }
}

@media only screen and (max-width: 575px) {
  .p-activities__date {
    width: 100%;
    justify-content: space-between;
  }
}

.p-activities__date .date {
  color: var(--textcolor);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
}

.p-activities__date .date .new {
  background-color: var(--accentcolor);
  color: #FFF;
  font-size: 0.75em;
  line-height: 1;
  margin-left: 1em;
  padding: 0.25em 0.5em;
}

.p-activities__icon {
  background-color: var(--rgb-main);
  color: #FFF;
  font-size: 0.75em;
  line-height: 1rem;
  text-align: center;
  margin-left: 1rem;
  padding: 0 0.25em;
  width: -moz-max-content;
  width: max-content;
  min-width: 10rem;
  min-height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .p-activities__icon {
    width: 50%;
  }
}

.p-activities__comment {
  line-height: 1.75;
  margin: 1rem 0;
}

@media only screen and (max-width: 991px) {
  .p-activities__comment {
    display: block;
    line-height: 1.75;
  }
}

.p-activities__title {
  font-size: 1.125em;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: var(--deepcolor);
}

.p-activities__image {
  margin-top: 1rem;
}

@media only screen and (max-width: 575px) {
  .p-activities__image {
    width: 12em;
    margin: 0 auto 1em;
    padding-right: 0;
  }
}

.p-activities__detail {
  width: 10rem;
  position: absolute;
  right: 2rem;
  bottom: -27px;
}

@media only screen and (max-width: 991px) {
  .p-activities__detail {
    right: 1.5rem;
    bottom: -23px;
  }
}

@media only screen and (max-width: 767px) {
  .p-activities__detail {
    right: 1rem;
    bottom: -17px;
  }
}

@media only screen and (max-width: 575px) {
  .p-activities__detail {
    bottom: -17px;
  }
}

.p-box__events {
  margin-top: 4rem;
  background: #fff;
  border: 2px solid #FFF;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .p-box__events {
    margin-top: 3.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-box__events {
    margin-top: 3rem;
  }
}

.p-box__events h3 {
  margin: -4rem auto 0;
  width: 8rem;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .p-box__events h3 {
    margin: -3.5rem auto 0;
    width: 7rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-box__events h3 {
    margin: -3rem auto 0;
    width: 6rem;
  }
}

.p-box__events h3 span {
  text-shadow: 3px 3px 0 #FFF;
  font-size: 4em;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .p-box__events h3 span {
    text-shadow: 2px 2px 0 #FFF;
    font-size: 3.5em;
  }
}

@media only screen and (max-width: 767px) {
  .p-box__events h3 span {
    text-shadow: 1px 1px 0 #FFF;
    font-size: 3em;
  }
}

.p-box__events h3 img {
  width: 100%;
  height: auto;
}

.c-list__events {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.c-list__events+.c-list__events {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .c-list__events+.c-list__events {
    margin-top: 0.25rem;
  }
}

.c-list__events dt,
.c-list__events dd {
  line-height: 2rem;
}

@media only screen and (max-width: 767px) {

  .c-list__events dt,
  .c-list__events dd {
    line-height: 1.25rem;
  }
}

.c-list__events dt {
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 4rem;
  flex: 0 0 4rem;
}

@media only screen and (max-width: 767px) {
  .c-list__events dt {
    flex: 0 0 2.5rem;
    line-height: 2.5rem;
  }
}

.c-list__events dd {
  flex: 1 1 calc(100% - 4rem);
  padding: 1rem 0;
  padding-left: 1rem;
}

@media only screen and (max-width: 767px) {
  .c-list__events dd {
    flex: 1 1 calc(100% - 2.5rem);
    padding: 0.75rem 0;
    padding-left: 0.75rem;
  }
}

.p-week__lunch {
  display: flex;
}

@media only screen and (max-width: 575px) {
  .p-week__lunch {
    flex-flow: row wrap;
  }
}

.p-week__day {
  flex: 1 1 20%;
  margin-left: -1px;
}

@media only screen and (max-width: 575px) {
  .p-week__day {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
    margin-top: -1px;
  }
}

.p-week__day th,
.p-week__day td {
  text-align: center;
}

.p-progress__arrow {
  display: flex;
  align-items: center;
}

.p-progress__arrow::before,
.p-progress__arrow::after {
  content: "";
}

.p-progress__arrow::before {
  width: 100%;
  height: 5px;
  background-color: var(--textcolor);
  display: block;
  flex: 0 0 calc(100% - 30px);
}

.p-progress__arrow::after {
  border-width: 10px 30px;
  border-style: solid;
  border-color: transparent transparent transparent var(--textcolor);
  flex: 0 0 30px;
  overflow: hidden;
}

.p-stock__color {
  list-style: none;
}

.p-stock__silver--off,
.p-stock__silver--on,
.p-stock__silver--caution,
.p-stock__ivory--off,
.p-stock__ivory--on,
.p-stock__ivory--caution,
.p-stock__white--off,
.p-stock__white--on,
.p-stock__white--caution,
.p-stock__blue--off,
.p-stock__blue--on,
.p-stock__blue--caution,
.p-stock__yellow--off,
.p-stock__yellow--on,
.p-stock__yellow--caution,
.p-stock__red--off,
.p-stock__red--on,
.p-stock__red--caution,
.p-stock__orange--off,
.p-stock__orange--on,
.p-stock__orange--caution,
.p-stock__black--off,
.p-stock__black--on,
.p-stock__black--caution {
  text-align: left;
  white-space: nowrap;
}

.p-stock__silver--off:before,
.p-stock__silver--on:before,
.p-stock__silver--caution:before,
.p-stock__ivory--off:before,
.p-stock__ivory--on:before,
.p-stock__ivory--caution:before,
.p-stock__white--off:before,
.p-stock__white--on:before,
.p-stock__white--caution:before,
.p-stock__blue--off:before,
.p-stock__blue--on:before,
.p-stock__blue--caution:before,
.p-stock__yellow--off:before,
.p-stock__yellow--on:before,
.p-stock__yellow--caution:before,
.p-stock__red--off:before,
.p-stock__red--on:before,
.p-stock__red--caution:before,
.p-stock__orange--off:before,
.p-stock__orange--on:before,
.p-stock__orange--caution:before,
.p-stock__black--off:before,
.p-stock__black--on:before,
.p-stock__black--caution:before {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}

.p-stock__silver--off,
.p-stock__ivory--off,
.p-stock__white--off,
.p-stock__blue--off,
.p-stock__yellow--off,
.p-stock__red--off,
.p-stock__orange--off,
.p-stock__black--off {
  color: rgb(204, 204, 204);
}

.p-stock__silver--on,
.p-stock__ivory--on,
.p-stock__white--on,
.p-stock__blue--on,
.p-stock__yellow--on,
.p-stock__red--on,
.p-stock__orange--on,
.p-stock__black--on {
  font-weight: 700;
}

.p-stock__silver--caution,
.p-stock__ivory--caution,
.p-stock__white--caution,
.p-stock__blue--caution,
.p-stock__yellow--caution,
.p-stock__red--caution,
.p-stock__orange--caution,
.p-stock__black--caution {
  font-weight: 700;
}

.p-stock__silver--caution:before,
.p-stock__ivory--caution:before,
.p-stock__white--caution:before,
.p-stock__blue--caution:before,
.p-stock__yellow--caution:before,
.p-stock__red--caution:before,
.p-stock__orange--caution:before,
.p-stock__black--caution:before {
  font-weight: 400;
  content: "\f2ec";
}

.p-section__background--green:before {
  background-color: var(--rgb-green);
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.p-voices__staff {
  width: 50%;
  padding-top: 1.5rem;
  margin: auto;
}

.p-voices__staff img {
  width: 100%;
  height: auto;
}

.c-box__body {
  position: relative;
}

.p-pagetitle {
  background-color: transparent;
  max-width: 113rem;
  margin: 0 auto;
}

.p-pagetitle__image {
  background-color: var(--rgb-lightgray);
  overflow: hidden;
  height: calc(24rem * var(--lg-rate));
  display: block;
  position: relative;
  max-width: 108rem;
  margin: 0 auto;
}

.p-pagetitle__image&gt;img {
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.p-pagetitle .c-title {
  background-color: var(--rgb-white);
  color: var(--rgb-lightblue);
  font-size: calc(3em * var(--lg-rate));
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.24em;
  padding: calc(var(--padding-x) * 0.5);
  width: -moz-max-content;
  width: max-content;
  justify-content: flex-start;
  align-items: flex-start;
  top: auto;
  bottom: calc(2.5rem * var(--responsive-rate));
}

.p-pagetitle .c-title:before {
  font-size: calc(0.5em * var(--sm-rate));
  line-height: 0.75;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 1em;
  content: attr(data-label);
}

.p-heading__page1a--dark,
.p-heading__page1--dark,
.p-heading__page1--light {
  font-size: calc(2.5em * var(--md-rate));
  line-height: 1;
  position: relative;
  padding: var(--clearance-padding) 0 0;
}

.p-heading__page1a--dark span,
.p-heading__page1--dark span,
.p-heading__page1--light span {
  font-weight: 500;
  letter-spacing: 0.64em;
  text-transform: uppercase;
  width: var(--container-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {

  .p-heading__page1a--dark span,
  .p-heading__page1--dark span,
  .p-heading__page1--light span {
    padding: 0 calc(var(--padding-x) * 0.5);
  }
}

.p-heading__page1a--dark::before,
.p-heading__page1--dark::before,
.p-heading__page1--light::before {
  display: none;
}

.p-heading__page1a--dark::after,
.p-heading__page1--dark::after,
.p-heading__page1--light::after {
  height: 0.0625rem;
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: calc(var(--container-width) + 1em + (100% - var(--container-width)) * 0.5);
  bottom: 0.5em;
  content: "";
}

.p-heading__page1--light::after {
  background-color: var(--rgb-lightblue);
}

.p-heading__page1--dark::before {
  background-color: var(--rgb-orange);
  color: var(--rgb-white);
}

.p-heading__page1--dark span {
  color: var(--rgb-white);
}

.p-heading__page1--dark span:before {
  border-bottom-color: var(--rgb-white);
  color: var(--rgb-white);
}

.p-heading__page1a--light {
  font-size: calc(2.5em * var(--sm-rate));
  line-height: 1.64;
  letter-spacing: 0.64em;
  width: -moz-max-content;
  width: max-content;
  height: 4.2em;
}

.p-heading__page1a--light strong {
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.p-heading__page1a--light strong span {
  display: block;
}

.p-heading__page1a--light::before,
.p-heading__page1a--light::after {
  position: absolute;
}

.p-heading__page1a--light::before {
  font-size: 0.45em;
  line-height: 1;
  font-weight: 500;
  font-family: var(--font-mplus1p);
  white-space: nowrap;
  margin-left: 0.5em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0;
  bottom: -0.5em;
  content: attr(data-label);
}

.p-heading__page1a--light::after {
  border-bottom: 0.0625rem solid var(--rgb-lightblue);
  width: 2.8em;
  height: 2.4em;
  display: block;
  bottom: 0;
  content: "";
}

.text-start.p-heading__page1a--light strong {
  padding: 0 2.96em 0 1em;
}

.text-start.p-heading__page1a--light:before {
  left: 7em;
}

.text-start.p-heading__page1a--light:after {
  left: 0;
  border-left: 0.0625rem solid var(--rgb-lightblue);
}

.text-end.p-heading__page1a--light strong {
  padding: 0 0.36em 0 1.8em;
}

@media screen and (max-width: 575px) {
  .text-end.p-heading__page1a--light strong {
    padding: 0 2.96em 0 1em;
  }
}

.text-end.p-heading__page1a--light:before {
  right: 7em;
}

@media screen and (max-width: 575px) {
  .text-end.p-heading__page1a--light:before {
    left: 7em;
    right: auto;
  }
}

.text-end.p-heading__page1a--light:after {
  right: 0;
  border-right: 0.0625rem solid var(--rgb-lightblue);
}

@media screen and (max-width: 575px) {
  .text-end.p-heading__page1a--light:after {
    left: 0;
    right: auto;
    border-left: 0.0625rem solid var(--rgb-lightblue);
    border-right: none;
  }
}

.p-heading__page1a--light:before {
  color: var(--rgb-lightblue);
}

.p-heading__page1a--dark::before {
  color: var(--rgb-white);
}

.p-heading__page1a--dark span {
  color: var(--rgb-white);
}

.p-heading__page1a--dark span:before {
  border-bottom-color: var(--rgb-white);
  color: var(--rgb-white);
}

.c-box__image--over,
.p-heading__page2--dark,
.p-heading__page2--light {
  font-size: calc(1.5em * var(--sm-rate));
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 1em;
}

.c-box__image--over:not(:first-child),
.p-heading__page2--dark:not(:first-child),
.p-heading__page2--light:not(:first-child) {
  margin-top: 2em;
}

.c-box__image--over strong,
.p-heading__page2--dark strong,
.p-heading__page2--light strong {
  font-weight: 500;
  display: inline-block;
}

.c-box__image--over .c-heading__footline,
.p-heading__page2--dark .c-heading__footline,
.p-heading__page2--light .c-heading__footline {
  text-transform: uppercase;
  display: block;
  width: -moz-max-content;
  width: max-content;
}

@media only screen and (max-width: 575px) {

  .c-box__image--over .c-heading__footline,
  .p-heading__page2--dark .c-heading__footline,
  .p-heading__page2--light .c-heading__footline {
    margin: 0 auto;
  }
}

.p-heading__page2--light .c-heading__leftline {
  color: var(--rgb-lightblue);
  border-left-color: var(--rgb-blue);
}

.p-heading__page2--light .c-heading__footline {
  color: var(--rgb-lightblue);
  --border-foot-color: var(--rgb-lightblue);
}

.p-heading__page2--dark span {
  color: var(--rgb-white);
}

.p-heading__page2--dark span:before {
  color: var(--rgb-text);
}

.c-box__image--over {
  margin-bottom: 0;
}

.p-override {
  transform: translateY(calc(-1rem * var(--md-rate)));
}

.p-heading__page3--dark,
.p-heading__page3--light {
  font-size: calc(1.25em * var(--sm-rate));
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 1em;
}

.p-heading__page3--dark:not(:first-child),
.p-heading__page3--light:not(:first-child) {
  margin-top: 2em;
}

.p-heading__page3--dark strong,
.p-heading__page3--light strong {
  font-weight: 500;
  display: inline-block;
}

.p-heading__page3--dark .c-heading__footline,
.p-heading__page3--light .c-heading__footline {
  text-transform: uppercase;
  display: block;
  width: -moz-max-content;
  width: max-content;
}

@media only screen and (max-width: 575px) {

  .p-heading__page3--dark .c-heading__footline,
  .p-heading__page3--light .c-heading__footline {
    margin: 0 auto;
  }
}

.text-center.p-heading__page3--dark .c-heading__footline,
.text-center.p-heading__page3--light .c-heading__footline {
  margin-left: auto;
  margin-right: auto;
}

.p-heading__page3--light .c-heading__leftline {
  color: var(--rgb-black);
  --border-left-color: var(--rgb-lightblue);
}

.p-heading__page3--light .c-heading__footline {
  color: var(--rgb-lightblue);
  --border-foot-color: var(--rgb-lightblue);
}

.p-heading__page3--light.text-center .c-heading__footline {
  margin-left: auto;
  margin-right: auto;
}

.p-heading__page3--dark span {
  color: var(--rgb-white);
}

.p-heading__page3--dark span:before {
  color: var(--rgb-text);
}

.c-box__image--over {
  margin-bottom: 0;
}

.p-override {
  transform: translateY(calc(-1rem * var(--md-rate)));
}

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

:root {
  --effectcolor: var(--rgb-revealing);
}

[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="50"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 50ms;
}

[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 100ms;
}

[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="100"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 100ms;
}

[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 150ms;
}

[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="150"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 150ms;
}

[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 200ms;
}

[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="200"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 200ms;
}

[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 250ms;
}

[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="250"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 250ms;
}

[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 300ms;
}

[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="300"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 300ms;
}

[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 350ms;
}

[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="350"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 350ms;
}

[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 400ms;
}

[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="400"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 400ms;
}

[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 450ms;
}

[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="450"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 450ms;
}

[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 500ms;
}

[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="500"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 500ms;
}

[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 550ms;
}

[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="550"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 550ms;
}

[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 600ms;
}

[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="600"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 600ms;
}

[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 650ms;
}

[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="650"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 650ms;
}

[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 700ms;
}

[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="700"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 700ms;
}

[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 750ms;
}

[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="750"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 750ms;
}

[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 800ms;
}

[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="800"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 800ms;
}

[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 850ms;
}

[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="850"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 850ms;
}

[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 900ms;
}

[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="900"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 900ms;
}

[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 950ms;
}

[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="950"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 950ms;
}

[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1000ms;
}

[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1000"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1000ms;
}

[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1050ms;
}

[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1050"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1050ms;
}

[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1100ms;
}

[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1100"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1100ms;
}

[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1150ms;
}

[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1150"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1150ms;
}

[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1200ms;
}

[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1200"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1200ms;
}

[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1250ms;
}

[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1250"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1250ms;
}

[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1300ms;
}

[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1300"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1300ms;
}

[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1350ms;
}

[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1350"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1350ms;
}

[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1400ms;
}

[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1400"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1400ms;
}

[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1450ms;
}

[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1450"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1450ms;
}

[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1500ms;
}

[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1500"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1500ms;
}

[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1550ms;
}

[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1550"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1550ms;
}

[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1600ms;
}

[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1600"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1600ms;
}

[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1650ms;
}

[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1650"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1650ms;
}

[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1700ms;
}

[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1700"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1700ms;
}

[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1750ms;
}

[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1750"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1750ms;
}

[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1800ms;
}

[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1800"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1800ms;
}

[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1850ms;
}

[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1850"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1850ms;
}

[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1900ms;
}

[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1900"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1900ms;
}

[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 1950ms;
}

[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="1950"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 1950ms;
}

[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2000ms;
}

[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2000"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2000ms;
}

[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2050ms;
}

[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2050"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2050ms;
}

[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2100ms;
}

[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2100"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2100ms;
}

[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2150ms;
}

[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2150"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2150ms;
}

[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2200ms;
}

[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2200"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2200ms;
}

[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2250ms;
}

[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2250"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2250ms;
}

[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2300ms;
}

[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2300"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2300ms;
}

[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2350ms;
}

[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2350"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2350ms;
}

[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2400ms;
}

[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2400"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2400ms;
}

[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2450ms;
}

[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2450"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2450ms;
}

[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2500ms;
}

[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2500"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2500ms;
}

[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2550ms;
}

[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2550"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2550ms;
}

[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2600ms;
}

[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2600"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2600ms;
}

[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2650ms;
}

[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2650"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2650ms;
}

[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2700ms;
}

[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2700"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2700ms;
}

[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2750ms;
}

[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2750"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2750ms;
}

[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2800ms;
}

[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2800"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2800ms;
}

[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2850ms;
}

[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2850"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2850ms;
}

[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2900ms;
}

[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2900"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2900ms;
}

[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 2950ms;
}

[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="2950"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 2950ms;
}

[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--top:before,
[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--left:before,
[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--right:before,
[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--bottom:before {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--top .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--left .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--right .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--bottom .p-effect__revealing--target {
  animation-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--top.aos-animate:before,
[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--left.aos-animate:before,
[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--right.aos-animate:before,
[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--bottom.aos-animate:before {
  animation-delay: 3000ms;
}

[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--top.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--left.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--right.aos-animate .p-effect__revealing--target,
[data-aos][data-aos][data-aos-delay="3000"].p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  animation-delay: 3000ms;
}

.p-effect__revealing--top.aos-animate,
.p-effect__revealing--left.aos-animate,
.p-effect__revealing--right.aos-animate,
.p-effect__revealing--bottom.aos-animate {
  position: relative;
  overflow: hidden;
}

.p-effect__revealing--top.aos-animate:before,
.p-effect__revealing--left.aos-animate:before,
.p-effect__revealing--right.aos-animate:before,
.p-effect__revealing--bottom.aos-animate:before {
  background-color: var(--rgb-revealing);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.p-effect__revealing--top.aos-animate .p-effect__revealing--target,
.p-effect__revealing--left.aos-animate .p-effect__revealing--target,
.p-effect__revealing--right.aos-animate .p-effect__revealing--target,
.p-effect__revealing--bottom.aos-animate .p-effect__revealing--target {
  opacity: 0;
  position: relative;
  z-index: 1;
  display: block;
  animation: effect-revealing-target 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1 forwards;
}

@keyframes effect-revealing-target {
  0% {
    opacity: 0;
  }

  51% {
    opacity: 0;
  }

  52% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.p-effect__revealing--left.aos-animate:before {
  animation: effect-revealing-left 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1 forwards;
}

@keyframes effect-revealing-left {
  0% {
    transform: translateX(-101%);
  }

  15% {
    transform: translateX(-101%);
  }

  50% {
    transform: translateX(0%);
  }

  65% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(101%);
  }
}

.p-effect__revealing--right.aos-animate:before {
  animation: effect-revealing-right 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1 forwards;
}

@keyframes effect-revealing-right {
  0% {
    transform: translateX(101%);
  }

  15% {
    transform: translateX(101%);
  }

  50% {
    transform: translateX(0%);
  }

  65% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-101%);
  }
}

.p-effect__revealing--top.aos-animate:before {
  animation: effect-revealing-top 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1 forwards;
}

@keyframes effect-revealing-top {
  0% {
    transform: translateY(-101%);
  }

  15% {
    transform: translateY(-101%);
  }

  50% {
    transform: translateY(0%);
  }

  65% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(101%);
  }
}

.p-effect__revealing--bottom.aos-animate:before {
  animation: effect-revealing-bottom 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1 forwards;
}

@keyframes effect-revealing-bottom {
  0% {
    transform: translateY(101%);
  }

  15% {
    transform: translateY(101%);
  }

  50% {
    transform: translateY(0%);
  }

  65% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-101%);
  }
}

.p-footer__contact {
  padding: var(--clearance-padding) 0;
}

.p-box__contact {
  background-color: rgba(37, 185, 229, 0.05);
  padding: calc(7.5rem * var(--md-rate)) calc(var(--gap-lg) * var(--gap-rate));
  width: 100%;
  text-align: center;
}

.p-box__contact:after {
  font-size: calc(2.25em * var(--md-rate));
  line-height: 1;
  font-weight: 700;
  font-family: var(--font-mplus1p);
  letter-spacing: 0.35em;
  text-indent: 0.35em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.5em;
  content: attr(data-label);
}

.p-box__contact h3 {
  font-size: calc(2.5em * var(--md-rate));
  line-height: 1;
  font-weight: 500;
  font-family: var(--font-mplus1p);
  letter-spacing: 0.15em;
  text-indent: 0.25em;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  position: absolute;
  top: -0.5em;
  left: 0;
  right: 0;
}

.p-box__contact .c-button__link {
  letter-spacing: 0.24em;
  text-indent: 0.24em;
}

.p-footer__information {
  position: relative;
  padding: var(--clearance-padding) 0 0;
}

.p-footer__information span[data-action=call] {
  color: var(--rgb-black) !important;
}

.p-footer__information--inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .p-footer__logo {
    text-align: center;
  }
}

.p-footer__logo img {
  width: auto;
  vertical-align: top;
  width: auto;
  height: 4rem;
}

@media screen and (max-width: 1399px) {
  .p-footer__logo img {
    height: 3.5rem;
  }
}

@media screen and (max-width: 1199px) {
  .p-footer__logo img {
    height: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .p-footer__logo img {
    height: 7.2vw;
  }
}

@media screen and (max-width: 575px) {
  .p-footer__logo img {
    height: 12.8vw;
  }
}

.p-footer__links {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .p-footer__links {
    justify-content: center;
  }
}

.p-footer__link {
  display: block;
  border: 1px solid var(--rgb-linegray);
}

.p-footer__link img {
  width: 10rem;
  height: auto;
}

@media screen and (max-width: 575px) {
  .p-footer__link img {
    max-width: 7.5rem;
  }
}

.p-footer__link:not(:first-child) {
  margin-left: 1em;
}

.p-footer__wave--top,
.p-footer__wave--bottom {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
}

.p-footer__wave--top svg,
.p-footer__wave--bottom svg {
  width: 100%;
  height: 6rem;
}

.p-footer__wave--top {
  top: 0;
}

.p-footer__wave--bottom {
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  .p-footer__location {
    justify-content: center;
  }
}

.p-footer__location--name {
  flex: 0 0 100%;
  margin: 1rem 0 0.5rem;
}

@media only screen and (max-width: 575px) {
  .p-footer__location--name {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .p-footer__location--pzip {
    flex: 0 0 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .p-footer__location--address {
    text-align: center;
  }
}

.p-footer__location--googlemaps a,
.p-footer__location--googlemaps a:hover,
.p-footer__location--googlemaps a:active,
.p-footer__location--googlemaps a:focus {
  color: var(--rgb-lightblue);
}

.p-footer__location--freedial {
  display: flex;
}

@media only screen and (max-width: 575px) {
  .p-footer__location--freedial {
    justify-content: center;
  }
}

.p-footer__location--freedial:before {
  background: url(../images/common/freedial-mark.png) left center/contain no-repeat;
  width: 34px;
  height: 20px;
  margin-right: 0.33em;
  display: block;
  content: "";
}

@media only screen and (max-width: 575px) {

  .p-footer__location--phone,
  .p-footer__location--facsimile {
    text-align: center;
  }
}

.p-footer__location--phone+.p-footer__location--facsimile:before {
  content: "| FAX.";
  margin: 0 0.33em;
}

.p-footer__location--phone .l-footer__location--googlemaps a,
.p-footer__location--phone .l-footer__location--googlemaps a:hover,
.p-footer__location--phone .l-footer__location--googlemaps a:active,
.p-footer__location--phone .l-footer__location--googlemaps a:focus {
  color: var(--rgb-main);
}

.p-footer__sitemap {
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .p-footer__sitemap {
    display: none;
  }
}

.p-footer__sitemap .l-footer__sitemap--menu {
  display: flex;
}

.p-footer__sitemap .l-footer__sitemap--item:not(:first-child) {
  margin-left: 0;
}

.p-footer__sitemap .l-footer__sitemap--link {
  font-size: 1em;
  font-weight: 300;
}

.p-footer__sitemap .l-footer__sitemap--horizontal {
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin: 0 -0.5em;
}

.p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link,
.p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:hover,
.p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:active,
.p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:focus {
  margin: 0 1em 0 0;
  padding: 0.125rem 0.5em 0.3125rem;
  display: inline-block;
  text-transform: uppercase;
}

.p-footer__sitemap .l-footer__sitemap--horizontal:not(:first-child) {
  margin-top: 0.5rem;
}

.p-footer__sitemap--top,
.p-footer__sitemap--bottom {
  position: relative;
}

.p-footer__sitemap--top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.p-footer__sitemap--top:before {
  background-color: var(--rgb-lightblue);
  width: 100vw;
  height: 0.0625rem;
  display: block;
  margin-left: calc((100vw - var(--container-width)) * -1);
  margin-right: 3rem;
  content: "";
}

@media screen and (max-width: 991px) {
  .p-footer__sitemap--top:before {
    margin: calc(var(--padding-x) * 0.25) calc(var(--padding-x) * -0.5);
  }
}

.p-footer__sitemap--top .p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link,
.p-footer__sitemap--top .p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:hover,
.p-footer__sitemap--top .p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:active,
.p-footer__sitemap--top .p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:focus {
  color: var(--rgb-lightblue);
}

.p-footer__sitemap--top .p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:hover,
.p-footer__sitemap--top .p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:active,
.p-footer__sitemap--top .p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:focus {
  background-color: var(--rgb-lightblue);
  color: var(--rgb-white);
}

.p-footer__sitemap--bottom {
  padding: 2rem 0 6rem;
}

@media screen and (max-width: 991px) {
  .p-footer__sitemap--bottom {
    display: none;
  }
}

.p-footer__sitemap--bottom .p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link,
.p-footer__sitemap--bottom .p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:hover,
.p-footer__sitemap--bottom .p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:active,
.p-footer__sitemap--bottom .p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:focus {
  color: var(--rgb-black);
}

.p-footer__sitemap--bottom .p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:hover,
.p-footer__sitemap--bottom .p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:active,
.p-footer__sitemap--bottom .p-footer__sitemap .l-footer__sitemap--horizontal .l-footer__sitemap--link:focus {
  background-color: var(--rgb-lightblue);
  color: var(--rgb-white);
}

.p-footer__copyright--small {
  color: var(--rgb-lightblue);
  padding: 1em 0;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .p-footer__copyright--small {
    text-align: center;
  }
}

.p-footer__banner {
  padding: calc(var(--clearance-padding) * 0.25) 0;
}

.p-footer__banner--list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-footer__banner--list li {
  margin: 0 0.25rem;
}

.p-footer__banner--list li a,
.p-footer__banner--list li a:hover,
.p-footer__banner--list li a:active,
.p-footer__banner--list li a:focus {
  display: block;
}

.p-footer__banner--list li a {
  border: 1px solid var(--rgb-linegray);
  transition: border-color 0.3s;
}

.p-footer__banner--list li a:hover,
.p-footer__banner--list li a:active,
.p-footer__banner--list li a:focus {
  border-color: var(--rgb-green);
  transition: border-color 0.6s;
}

.js-pagetop {
  background-image: url(../images/common/pagetop.png);
  width: 3rem;
  height: 3rem;
  background-size: contain;
  right: 1rem;
  bottom: 1rem;
}

@media only screen and (max-width: 991px) {
  .js-pagetop {
    width: 2.25rem;
    height: 2.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
  }
}

.js-pagetop:hover {
  animation: rotates 0.7s linear infinite;
}

@keyframes rotates {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.gallery-slider {
  position: relative;
}

.main-slides,
.thumbnail-slides-wrapper {
  overflow: hidden;
  position: relative;
}

.main-slides {
  width: 100%;
  padding-bottom: 66.6666666667%;
  margin-bottom: 10px;
}

.main-slides .prev,
.main-slides .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  cursor: pointer;
  z-index: 100;
}

.main-slides .prev i,
.main-slides .next i {
  font-weight: 100;
  color: var(--rgb-hover);
}

.main-slides .prev {
  left: 10px;
}

.main-slides .next {
  right: 10px;
}

.main-slides .main-slide {
  background-color: var(--rgb-lightgray);
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s;
}

.main-slides .main-slide.active {
  opacity: 1;
}

.main-slides .main-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.thumbnail-slides-wrapper {
  overflow-x: hidden;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.thumbnail-slides-wrapper .thumbnail-slides {
  display: flex;
  position: relative;
  transition: transform 0.5s;
}

.thumbnail-slides-wrapper .thumbnail-slides .thumbnail-slide {
  cursor: pointer;
  margin-right: 1px;
  width: 6rem;
  height: 4rem;
  min-width: 6rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.thumbnail-slides-wrapper .thumbnail-slides .thumbnail-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.thumbnail-slides-wrapper .thumbnail-slides .thumbnail-slide.active {
  border: 2px solid var(--rgb-active);
  opacity: 1;
}

.gs-wrapper,
.gs-overlay {
  pointer-events: none;
  transition: opacity 0.3s;
  opacity: 0;
}

.gs-wrapper.active,
.gs-overlay.active {
  pointer-events: auto;
  opacity: 1;
}

.gs-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gs-wrapper .gs-close {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border: none;
  font-size: 3rem;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  margin-top: -14px;
  margin-right: -14px;
  width: 44px;
  height: 44px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 10060;
  caret-color: transparent;
  outline: none;
  box-shadow: none;
}

.gs-wrapper .gs-close .gs-image {
  touch-action: none;
  width: 80%;
  height: 80%;
}

.gs-wrapper .gs-close .gs-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.gs-overlay {
  background: rgb(0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
}

.gs-overlay.active {
  opacity: 0.7;
}

.im-wrapper,
.im-overlay {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.im-wrapper.active,
.im-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.im-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  display: none;
  z-index: 1035;
}

.im-overlay.active {
  opacity: 0.75;
}

.im-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.im-wrapper .im-close {
  background-color: transparent;
  color: var(--rgb-white);
  border: none;
  caret-color: transparent;
  outline: none;
  box-shadow: none;
  font-size: 3rem;
  line-height: 1;
  margin-top: -1rem;
  margin-right: -1rem;
  width: 3rem;
  height: 3rem;
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 10060;
}

.im-wrapper .im-close:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  font-weight: 100;
}

.im-wrapper .im-image {
  touch-action: none;
  width: 80%;
  height: 80%;
}

.im-wrapper .im-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

[data-rel=zoom] img {
  width: 100%;
  height: auto;
}

.p-tab__behavior {
  filter: drop-shadow(0 0 2.25rem rgba(0, 0, 0, 0.1));
}

.p-tab__behavior .p-tab__selector {
  --rgb-flat: var(--rgb-tab);
}

.p-tab__behavior .js-tab__button {
  cursor: pointer;
}

.p-tab__behavior .js-tab__container {
  padding-left: 0;
  padding-right: 0;
  background-color: var(--rgb-white);
}

.p-tab__behavior .js-tab__container--body {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, height 0s ease 0.5s, visibility 0s ease 0.5s;
}

.p-tab__behavior .js-tab__container--body .c-newspaper {
  padding: calc(2.5rem * var(--sm-rate));
}

.p-tab__behavior .js-tab__container--body.active {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
}

.js-pagetop {
  position: fixed;
  z-index: 999;
  opacity: 0;
  cursor: default;
  transition: 0.2s;
}

.js-pagetop.is-active {
  opacity: 1;
  transition: 0.6s;
  cursor: pointer;
}

@media print {
  :root {
    --padding-x: 5rem;
    --section-padding: 6rem;
    --header-height: 6rem;
    --button-border-width: 2px;
    --heading-border-left: 3px;
    --heading-border-bottom: 1px;
    --nav-border-active: 3px;
    --container-width: 100vw;
    --responsive-rate: 1;
    --xl-rate: 1;
    --lg-rate: 1;
    --md-rate: 1;
    --sm-rate: 1;
    --xs-rate: 1;
    --gap-rate: 1;
    --gap-xxl: 4rem;
    --gap-xl: 3rem;
    --gap-lg: 2rem;
    --gap-md: 1.5rem;
    --gap-sm: 1rem;
    --gap-xs: .5rem;
    --gap-xxs: .25rem;
  }

  body {
    position: relative;
  }

  body:before {
    display: none;
  }
}

.ratio&gt;div&gt;* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.justify-content-center {
  justify-content: center;
}

.table01 {
  border-collapse: collapse;
}

.table01 td {
  border: 1px solid var(--rgb-lightblue);
  padding: 10px 5px;
  font-size: 13px;
}

.table01 th {
  font-size: 17px;
  padding: 10px 5px;
  font-weight: bold;
  text-align: right;
}

.table01 td a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.table01 td a:hover {
  opacity: 0.7;
}

.pdf-icon {
  width: 40px;
}


@media screen and (max-width: 991px) {
  .table01 {
    border-collapse: collapse;
    border-top: none;
    border-left: none;
  }

  .table01 tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .table01 th,
  .table01 td {
    border-top: none;
    border-right: none;
    border-left: none;
    width: 100%;
  }

  .table01 th {
    font-weight: bold;
    text-align: center;
  }

  .table01 td a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}


/*# sourceMappingURL=base.css.map */</pre></body></html>