@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700;900&family=Noto+Sans+JP:wght@300;500;700;900&family=Shippori+Mincho+B1:wght@400;700&family=Yuji+Syuku:wght@400&family=Oswald:wght@400&display=swap");
:root {
  --fontset-common-sans: "Inter","Noto Sans JP",sans-serif;
  --fontset-common-serif: "Noto Serif JP",serif;
  --font-shippori:"Shippori Mincho B1",serif;
  --font-inter:"Inter",sans-serif;
  --bs-body-font-weight: 300;
}

:root {
  --textcolor:rgb(33,33,33);
  --textrgb:33,33,33;
  --maincolor:rgb(9,52,148);
  --mainrgb:9,52,148;
  --subcolor:rgb(102,102,102);
  --thcolor:var(--maincolor);
  --td-highlightcolor:rgba(var(--mainrgb),.25);
  --palecolor:rgb(46,138,209);
  --palergb:46,138,209;
  --deepcolor:rgb(30,57,42);
  --lightcolor:rgb(37,182,164);
  --darkcolor:rgb(132,132,132);
  --revealcolor:rgb(55,173,215);
  --revealtargetcolor:rgb(73,88,95);
  --cussioncolor:rgb(55,173,215);
  --carpetcolor:rgba(var(--mainrgb),.1);
  --carpetrgb:0,84,173;
  --navcolor:rgb(9,52,148);
  --hovercolor:rgb(61,69,113);
  --accentcolor:rgb(255,255,51);
  --accentrgb:255,255,51;
  --phonecolor:#00A02C;
  --faxmilicolor:#1FB783;
  --gradstart:#2497F0;
  --gradend:#189BAA;
  --gradend:#364CBA;
  --gradstart2:#2497F0;
  --gradend2:#364CBA;
  --newscolor:#F90;
  --redcolor:#DC3545;
  --graycolor:rgba(0,0,0,.1);
  --grayrgb:0,0,0;
  --lightgraycolor:rgb(246,246,246);
  --darkgraycolor:rgb(128,128,128);
  --beigecolor:#FCF8E2;
  --bluegraycolor:rgb(73,88,95);
  --checkcolor: var(--lightcolor);
  --registcolor:rgb(29,153,255);
  --logincolor:rgb(92,181,255);
  --cartcolor:rgb(29,153,255);
  --button-border-width:2px;
  --buttoncolor:rgb(9,52,148);
  --buttonrgb:9,52,148;
  --buttonflatcolor:rgb(93,105,168);
  --buttonflathovercolor:rgb(61,69,113);
  --flowcolor:var(--maincolor);
  --flownocolor:rgba(var(--mainrgb),.75);
  --categorytitlecolor:rgb(9,52,148);
  --categorynavcolor:rgb(255,255,255);
  --categorynavrgb:9,52,148;
  --whitecolor: rgb(255,255,255);
  --blackcolor: rgb(0,0,0);
  --checkcolor: var(--maincolor);
  --formcolor: var(--maincolor);
}

:root {
  --rate-xxl: 1;
  --rate-xl: .85;
  --rate-lg: .7;
  --rate-md: .55;
  --rate-sm: .4;
  --rate-xs: .25;
  --heading-padding:calc(4 / 9);
  --heading-margin:calc(2 / 3);
  --heading-padding-sm:.25;
  --heading-margin-sm:.5;
  --section-padding:6rem;
  --clearance-padding:calc(var(--section-padding) * var(--responsive-rate));
  --clearance-padding-xs:calc(var(--section-padding) / 3 * var(--responsive-rate));
  --clearance-padding-sm:calc(var(--section-padding) / 2 * var(--responsive-rate));
  --clearance-padding-md:calc(var(--section-padding) / 3 * 2 * var(--responsive-rate));
  --clearance-padding-lg:calc(var(--section-padding) * 1.5 * var(--responsive-rate));
  --clearance-padding-xl:calc(var(--section-padding) * 2 * var(--responsive-rate));
  --section-margin:6rem;
  --devider-margin:calc(var(--section-padding) * var(--responsive-rate));
  --devider-margin-xs:calc(var(--section-margin) / 3 * var(--responsive-rate));
  --devider-margin-sm:calc(var(--section-margin) / 2 * var(--responsive-rate));
  --devider-margin-md:calc(var(--section-margin) / 3 * 2 * var(--responsive-rate));
  --devider-margin-lg:calc(var(--section-margin) * 1.5 * var(--responsive-rate));
  --devider-margin-lg:calc(var(--section-margin) * 2 * var(--responsive-rate));
  --box-padding:3rem;
  --poster-padding:calc(var(--box-padding) * var(--responsive-rate));
  --poster-padding-xs:calc(var(--box-padding) / 3 * var(--responsive-rate));
  --poster-padding-sm:calc(var(--box-padding) / 2 * var(--responsive-rate));
  --poster-padding-md:calc(var(--box-padding) / 3 * 2 * var(--responsive-rate));
  --poster-padding-lg:calc(var(--box-padding) * 1.5 * var(--responsive-rate));
  --poster-padding-xl:calc(var(--box-padding) * 2 * var(--responsive-rate));
  --width-scrollbar:calc(100% - 100vw);
  --bs-gutter-x:5rem;
  --header-height: 6rem;
  --responsive-rate: 1;
  --textcopy-rate: 1;
  --heading-rate: 1;
  --container-half: 660px;
}

@media only screen and (max-width: 1399px) {
  :root {
    --bs-gutter-x:4rem;
    --header-height:6rem;
    --responsive-rate: .85;
    --textcopy-rate: .9;
    --heading-rate: .95;
    --container-half: 570px;
  }
}
@media only screen and (max-width: 1199px) {
  :root {
    --responsive-rate: .7;
    --textcopy-rate: .8;
    --heading-rate: .9;
    --container-half: 480px;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --bs-gutter-x:3rem;
    --header-height:9vw;
    --responsive-rate: .55;
    --textcopy-rate: .7;
    --heading-rate: .85;
    --container-half: calc((100% - var(--bs-gutter-x)) * .5);
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --responsive-rate: .4;
    --textcopy-rate: .6;
    --heading-rate: .8;
  }
}
@media only screen and (max-width: 575px) {
  :root {
    --bs-gutter-x:2rem;
    --header-height:16vw;
    --responsive-rate-xs: .25;
  }
}
body, input, select, textarea {
  font-size: 1em;
  line-height: 2.25;
  font-family: var(--fontset-common-sans);
}
@media only screen and (max-width: 1199px) {
  body, input, select, textarea {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  body, input, select, textarea {
    line-height: 1.75;
  }
}

*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

html {
  font-size: 16px;
  line-height: 2;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 991px) {
  html {
    overflow-y: overlay;
  }
  html::-webkit-scrollbar {
    width: 16px;
  }
  html::-webkit-scrollbar-track:hover {
    background: #FFF;
  }
  html::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollcolor);
    border: 1px solid #FFF;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.25vw;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 4vw;
  }
}

body {
  margin: 0;
  color: var(--textcolor);
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl, dd, ol, ul {
  margin: 0;
  padding: 0;
}

p + p {
  margin-top: 0.75em;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
  line-height: 1;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button, input, optgroup, select, textarea {
  font-size: 1rem;
  line-height: 1.15;
  font-family: inherit;
  margin: 0;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 0;
}

button:focus, button:focus-within, button:focus-visible {
  outline: none !important;
  border: none;
  box-shadow: none;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

fieldset {
  margin: 0;
  padding: 0.35em 0.75em 0.625em;
  min-width: 0;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  padding: 0;
  max-width: 100%;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

em {
  font-style: normal;
}

hr {
  background-color: transparent;
  border-top: 1px solid #DDD;
  opacity: 1;
}

svg, img, embed, object, iframe, video {
  border: none;
  vertical-align: bottom;
  font-size: 1em;
  line-height: 1;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.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);
}

@media only screen and (min-width: 1200px) {
  .container-lg {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1400px) {
  .container-lg {
    max-width: 1400px;
  }
}

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

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

/* glid-gutter */
.g-xxl8 {
  margin: 0 -4rem;
}
.g-xxl8 > [class*=col-xxl] {
  padding: 0 4rem;
}
.g-xxl6 {
  margin: 0 -3rem;
}
.g-xxl6 > [class*=col-xxl] {
  padding: 0 3rem;
}
.g-xxl4 {
  margin: 0 -2rem;
}
.g-xxl4 > [class*=col-xxl] {
  padding: 0 2rem;
}
.g-xxl3 {
  margin: 0 -1.5rem;
}
.g-xxl3 > [class*=col-xxl] {
  padding: 0 1.5rem;
}
.g-xxl2 {
  margin: 0 -1rem;
  --bs-gutter-x: 1rem;
}
.g-xxl2 > [class*=col-xxl] {
  padding: 0 1rem;
}
.g-xxl1 {
  margin: 0 -0.5rem;
  --bs-gutter-x: .5rem;
}
.g-xxl1 > [class*=col-xxl] {
  padding: 0 0.5rem;
}
.g-xxlh {
  margin: 0 -0.25rem;
  --bs-gutter-x: .25rem;
}
.g-xxlh > [class*=col-xxl] {
  padding: 0 0.25rem;
}
@media only screen and (max-width: 1399px) {
  .g-xl8 {
    margin: 0 -4rem;
  }
  .g-xl8 > [class*=col-xl] {
    padding: 0 4rem;
  }
  .g-xl6 {
    margin: 0 -3rem;
  }
  .g-xl6 > [class*=col-xl] {
    padding: 0 3rem;
  }
  .g-xl4 {
    margin: 0 -2rem;
  }
  .g-xl4 > [class*=col-xl] {
    padding: 0 2rem;
  }
  .g-xl3 {
    margin: 0 -1.5rem;
  }
  .g-xl3 > [class*=col-xl] {
    padding: 0 1.5rem;
  }
  .g-xl2 {
    margin: 0 -1rem;
    --bs-gutter-x: 1rem;
  }
  .g-xl2 > [class*=col-xl] {
    padding: 0 1rem;
  }
  .g-xl1 {
    margin: 0 -0.5rem;
    --bs-gutter-x: .5rem;
  }
  .g-xl1 > [class*=col-xl] {
    padding: 0 0.5rem;
  }
  .g-xlh {
    margin: 0 -0.25rem;
    --bs-gutter-x: .25rem;
  }
  .g-xlh > [class*=col-xl] {
    padding: 0 0.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  .g-lg6 {
    margin: 0 -3rem;
  }
  .g-lg6 > [class*=col-lg] {
    padding: 0 3rem;
  }
  .g-lg4 {
    margin: 0 -2rem;
  }
  .g-lg4 > [class*=col-lg] {
    padding: 0 2rem;
  }
  .g-lg3 {
    margin: 0 -1.5rem;
  }
  .g-lg3 > [class*=col-lg] {
    padding: 0 1.5rem;
  }
  .g-lg2 {
    margin: 0 -1rem;
    --bs-gutter-x: 1rem;
  }
  .g-lg2 > [class*=col-lg] {
    padding: 0 1rem;
  }
  .g-lg1 {
    margin: 0 -0.5rem;
    --bs-gutter-x: .5rem;
  }
  .g-lg1 > [class*=col-lg] {
    padding: 0 0.5rem;
  }
  .g-lgh {
    margin: 0 -0.25rem;
    --bs-gutter-x: .25rem;
  }
  .g-lgh > [class*=col-lg] {
    padding: 0 0.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .g-md4 {
    margin: 0 -2rem;
  }
  .g-md4 > [class*=col-md] {
    padding: 0 2rem;
  }
  .g-md3 {
    margin: 0 -1.5rem;
  }
  .g-md3 > [class*=col-md] {
    padding: 0 1.5rem;
  }
  .g-md2 {
    margin: 0 -1rem;
    --bs-gutter-x: 1rem;
  }
  .g-md2 > [class*=col-md] {
    padding: 0 1rem;
  }
  .g-md1 {
    margin: 0 -0.5rem;
    --bs-gutter-x: .5rem;
  }
  .g-md1 > [class*=col-md] {
    padding: 0 0.5rem;
  }
  .g-mdh {
    margin: 0 -0.25rem;
    --bs-gutter-x: .25rem;
  }
  .g-mdh > [class*=col-md] {
    padding: 0 0.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .g-sm2 {
    margin: 0 -1rem;
    --bs-gutter-x: 1rem;
  }
  .g-sm2 > [class*=col-sm] {
    padding: 0 1rem;
  }
  .g-sm1 {
    margin: 0 -0.5rem;
    --bs-gutter-x: .5rem;
  }
  .g-sm1 > [class*=col-sm] {
    padding: 0 0.5rem;
  }
  .g-smh {
    margin: 0 -0.25rem;
    --bs-gutter-x: .25rem;
  }
  .g-smh > [class*=col-sm] {
    padding: 0 0.25rem;
  }
  .g-smq {
    margin: 0 -0.125rem;
    --bs-gutter-x: .125rem;
  }
  .g-smq > [class*=col-sm] {
    padding: 0 0.125rem;
  }
}
@media only screen and (max-width: 575px) {
  .g-xs2 {
    margin: 0 -1rem;
    --bs-gutter-x: 1rem;
  }
  .g-xs2 > [class*=col] {
    padding: 0 1rem;
  }
  .g-xs1 {
    margin: 0 -0.5rem;
    --bs-gutter-x: .5rem;
  }
  .g-xs1 > [class*=col] {
    padding: 0 0.5rem;
  }
  .g-xsh {
    margin: 0 -0.25rem;
    --bs-gutter-x: .25rem;
  }
  .g-xsh > [class*=col] {
    padding: 0 0.25rem;
  }
  .g-xsq {
    margin: 0 -0.125rem;
    --bs-gutter-x: .125rem;
  }
  .g-xsq > [class*=col] {
    padding: 0 0.125rem;
  }
}

.gg-xxl8 {
  margin: -4rem;
}
.gg-xxl8 > [class*=col-xxl] {
  padding: 4rem;
}
.gg-xxl8 > .divider {
  margin-top: 8rem;
}
.gg-xxl6 {
  margin: -3rem;
}
.gg-xxl6 > [class*=col-xxl] {
  padding: 3rem;
}
.gg-xxl6 > .divider {
  margin-top: 6rem;
}
.gg-xxl4 {
  margin: -2rem;
}
.gg-xxl4 > [class*=col-xxl] {
  padding: 2rem;
}
.gg-xxl4 > .divider {
  margin-top: 4rem;
}
.gg-xxl3 {
  margin: -1.5rem;
}
.gg-xxl3 > [class*=col-xxl] {
  padding: 1.5rem;
}
.gg-xxl3 > .divider {
  margin-top: 3rem;
}
.gg-xxl2 {
  margin: -1rem;
}
.gg-xxl2 > [class*=col-xxl] {
  padding: 1rem;
}
.gg-xxl2 > .divider {
  margin-top: 2rem;
}
.gg-xxl1 {
  margin: -0.5rem;
}
.gg-xxl1 > [class*=col-xxl] {
  padding: 0.5rem;
}
.gg-xxl1 > .divider {
  margin-top: 1rem;
}
.gg-xxlh {
  margin: -0.25rem;
}
.gg-xxlh > [class*=col-xxl] {
  padding: 0.25rem;
}
.gg-xxlh > .divider {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 1399px) {
  .gg-xl8 {
    margin: -4rem;
  }
  .gg-xl8 > [class*=col-xl] {
    padding: 4rem;
  }
  .gg-xl8 > .divider {
    margin-top: 8rem;
  }
  .gg-xl6 {
    margin: -3rem;
  }
  .gg-xl6 > [class*=col-xl] {
    padding: 3rem;
  }
  .gg-xl6 > .divider {
    margin-top: 6rem;
  }
  .gg-xl4 {
    margin: -2rem;
  }
  .gg-xl4 > [class*=col-xl] {
    padding: 2rem;
  }
  .gg-xl4 > .divider {
    margin-top: 4rem;
  }
  .gg-xl3 {
    margin: -1.5rem;
  }
  .gg-xl3 > [class*=col-xl] {
    padding: 1.5rem;
  }
  .gg-xl3 > .divider {
    margin-top: 3rem;
  }
  .gg-xl2 {
    margin: -1rem;
  }
  .gg-xl2 > [class*=col-xl] {
    padding: 1rem;
  }
  .gg-xl2 > .divider {
    margin-top: 2rem;
  }
  .gg-xl1 {
    margin: -0.5rem;
  }
  .gg-xl1 > [class*=col-xl] {
    padding: 0.5rem;
  }
  .gg-xl1 > .divider {
    margin-top: 1rem;
  }
  .gg-xlh {
    margin: -0.25rem;
  }
  .gg-xlh > [class*=col-xl] {
    padding: 0.25rem;
  }
  .gg-xlh > .divider {
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .gg-lg6 {
    margin: -3rem;
  }
  .gg-lg6 > [class*=col-lg] {
    padding: 3rem;
  }
  .gg-lg6 > .divider {
    margin-top: 6rem;
  }
  .gg-lg4 {
    margin: -2rem;
  }
  .gg-lg4 > [class*=col-lg] {
    padding: 2rem;
  }
  .gg-lg4 > .divider {
    margin-top: 4rem;
  }
  .gg-lg3 {
    margin: -1.5rem;
  }
  .gg-lg3 > [class*=col-lg] {
    padding: 1.5rem;
  }
  .gg-lg3 > .divider {
    margin-top: 3rem;
  }
  .gg-lg2 {
    margin: -1rem;
  }
  .gg-lg2 > [class*=col-lg] {
    padding: 1rem;
  }
  .gg-lg2 > .divider {
    margin-top: 2rem;
  }
  .gg-lg1 {
    margin: -0.5rem;
  }
  .gg-lg1 > [class*=col-lg] {
    padding: 0.5rem;
  }
  .gg-lg1 > .divider {
    margin-top: 1rem;
  }
  .gg-lgh {
    margin: -0.25rem;
  }
  .gg-lgh > [class*=col-lg] {
    padding: 0.25rem;
  }
  .gg-lgh > .divider {
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .gg-md4 {
    margin: -2rem;
  }
  .gg-md4 > [class*=col-md] {
    padding: 2rem;
  }
  .gg-md4 > .divider {
    margin-top: 4rem;
  }
  .gg-md3 {
    margin: -1.5rem;
  }
  .gg-md3 > [class*=col-md] {
    padding: 1.5rem;
  }
  .gg-md3 > .divider {
    margin-top: 3rem;
  }
  .gg-md2 {
    margin: -1rem;
  }
  .gg-md2 > [class*=col-md] {
    padding: 1rem;
  }
  .gg-md2 > .divider {
    margin-top: 2rem;
  }
  .gg-md1 {
    margin: -0.5rem;
  }
  .gg-md1 > [class*=col-md] {
    padding: 0.5rem;
  }
  .gg-md1 > .divider {
    margin-top: 1rem;
  }
  .gg-mdh {
    margin: -0.25rem;
  }
  .gg-mdh > [class*=col-md] {
    padding: 0.25rem;
  }
  .gg-mdh > .divider {
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .gg-sm2 {
    margin: -1rem;
  }
  .gg-sm2 > [class*=col-sm] {
    padding: 1rem;
  }
  .gg-sm2 > [class=divider] {
    margin-top: 2rem;
  }
  .gg-sm1 {
    margin: -0.5rem;
  }
  .gg-sm1 > [class*=col-sm] {
    padding: 0.5rem;
  }
  .gg-sm1 > [class=divider] {
    margin-top: 1rem;
  }
  .gg-smh {
    margin: -0.25rem;
  }
  .gg-smh > [class*=col-sm] {
    padding: 0.25rem;
  }
  .gg-smh > [class=divider] {
    margin-top: 0.5rem;
  }
  .gg-smq {
    margin: -0.125rem;
  }
  .gg-smq > [class*=col-sm] {
    padding: 0.125rem;
  }
  .gg-smq > [class=devider] {
    margin-top: 0.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .gg-xs2 {
    margin: -1rem;
  }
  .gg-xs2 > [class*=col] {
    padding: 1rem;
  }
  .gg-xs2 > [class=divider] {
    margin-top: 2rem;
  }
  .gg-xs1 {
    margin: -0.5rem;
  }
  .gg-xs1 > [class*=col] {
    padding: 0.5rem;
  }
  .gg-xs1 > [class=divider] {
    margin-top: 1rem;
  }
  .gg-xsh {
    margin: -0.25rem;
  }
  .gg-xsh > [class*=col] {
    padding: 0.25rem;
  }
  .gg-xsh > [class=divider] {
    margin-top: 0.5rem;
  }
  .gg-xsq {
    margin: -0.125rem;
  }
  .gg-xsq > [class*=col] {
    padding: 0.125rem;
  }
  .gg-xsq > [class=devider] {
    margin-top: 0.25rem;
  }
}

/* .row-xl */
.g-n {
  margin: 0 !important;
}
.g-n > [class*=col-] {
  padding: 0 !important;
}

/* .row-hl */
.gg-hl {
  margin: -0.5px;
}
.gg-hl > [class*=col-] {
  padding: 0.5px;
}

.gg-hl-xxl {
  margin: -0.5px;
}
.gg-hl-xxl > [class*=col-] {
  padding: 0.5px;
}
@media only screen and (max-width: 1399px) {
  .gg-hl-xl {
    margin: -0.5px;
  }
  .gg-hl-xl > [class*=col-] {
    padding: 0.5px;
  }
}
@media only screen and (max-width: 1199px) {
  .gg-hl-lg {
    margin: -0.5px;
  }
  .gg-hl-lg > [class*=col-] {
    padding: 0.5px;
  }
}
@media only screen and (max-width: 991px) {
  .gg-hl-md {
    margin: -0.5px;
  }
  .gg-hl-md > [class*=col-] {
    padding: 0.5px;
  }
}
@media only screen and (max-width: 767px) {
  .gg-hl-sm {
    margin: -0.5px;
  }
  .gg-hl-sm > [class*=col-] {
    padding: 0.5px;
  }
}
@media only screen and (max-width: 575px) {
  .gg-hl-xs {
    margin: -0.5px;
  }
  .gg-hl-xs > [class*=col-] {
    padding: 0.5px;
  }
}

.jcs {
  justify-content: flex-start;
}

.jcc {
  justify-content: center;
}

.jce {
  justify-content: flex-end;
}

.jcb {
  justify-content: space-between;
}

.jca {
  justify-content: space-around;
}

.ai {
  align-items: stretch;
}

.ais {
  align-items: flex-start;
}

.aic {
  align-items: center;
}

.aie {
  align-items: flex-end;
}

.aib {
  align-items: baseline;
}

.ac {
  align-content: stretch;
}

.acs {
  align-content: flex-start;
}

.acc {
  align-content: center;
}

.ace {
  align-content: flex-end;
}

.acb {
  align-content: space-between;
}

.aca {
  align-content: space-around;
}

@media only screen and (min-width: 576px) {
  .jcs-sm {
    justify-content: flex-start;
  }
  .jcc-sm {
    justify-content: center;
  }
  .jce-sm {
    justify-content: flex-end;
  }
  .jcb-sm {
    justify-content: space-between;
  }
  .jca-sm {
    justify-content: space-around;
  }
  .ai-sm {
    align-items: stretch;
  }
  .ais-sm {
    align-items: flex-start;
  }
  .aic-sm {
    align-items: center;
  }
  .aie-sm {
    align-items: flex-end;
  }
  .aib-sm {
    align-items: baseline;
  }
  .ac-sm {
    align-content: stretch;
  }
  .acs-sm {
    align-content: flex-start;
  }
  .acc-sm {
    align-content: center;
  }
  .ace-sm {
    align-content: flex-end;
  }
  .acb-sm {
    align-content: space-between;
  }
  .aca-sm {
    align-content: space-around;
  }
}
@media only screen and (min-width: 768px) {
  .jcs-md {
    justify-content: flex-start;
  }
  .jcc-md {
    justify-content: center;
  }
  .jce-md {
    justify-content: flex-end;
  }
  .jcb-md {
    justify-content: space-between;
  }
  .jca-md {
    justify-content: space-around;
  }
  .ai-md {
    align-items: stretch;
  }
  .ais-md {
    align-items: flex-start;
  }
  .aic-md {
    align-items: center;
  }
  .aie-md {
    align-items: flex-end;
  }
  .aib-md {
    align-items: baseline;
  }
  .ac-md {
    align-content: stretch;
  }
  .acs-md {
    align-content: flex-start;
  }
  .acc-md {
    align-content: center;
  }
  .ace-md {
    align-content: flex-end;
  }
  .acb-md {
    align-content: space-between;
  }
  .aca-md {
    align-content: space-around;
  }
}
@media only screen and (min-width: 992px) {
  .jcs-lg {
    justify-content: flex-start;
  }
  .jcc-lg {
    justify-content: center;
  }
  .jce-lg {
    justify-content: flex-end;
  }
  .jcb-lg {
    justify-content: space-between;
  }
  .jca-lg {
    justify-content: space-around;
  }
  .ai-lg {
    align-items: stretch;
  }
  .ais-lg {
    align-items: flex-start;
  }
  .aic-lg {
    align-items: center;
  }
  .aie-lg {
    align-items: flex-end;
  }
  .aib-lg {
    align-items: baseline;
  }
  .ac-lg {
    align-content: stretch;
  }
  .acs-lg {
    align-content: flex-start;
  }
  .acc-lg {
    align-content: center;
  }
  .ace-lg {
    align-content: flex-end;
  }
  .acb-lg {
    align-content: space-between;
  }
  .aca-lg {
    align-content: space-around;
  }
}
@media only screen and (min-width: 1200px) {
  .jcs-xl {
    justify-content: flex-start;
  }
  .jcc-xl {
    justify-content: center;
  }
  .jce-xl {
    justify-content: flex-end;
  }
  .jcb-xl {
    justify-content: space-between;
  }
  .jca-xl {
    justify-content: space-around;
  }
  .ai-xl {
    align-items: stretch;
  }
  .ais-xl {
    align-items: flex-start;
  }
  .aic-xl {
    align-items: center;
  }
  .aie-xl {
    align-items: flex-end;
  }
  .aib-xl {
    align-items: baseline;
  }
  .ac-xl {
    align-content: stretch;
  }
  .acs-xl {
    align-content: flex-start;
  }
  .acc-xl {
    align-content: center;
  }
  .ace-xl {
    align-content: flex-end;
  }
  .acb-xl {
    align-content: space-between;
  }
  .aca-xl {
    align-content: space-around;
  }
}
@media (min-width: 1399px) {
  .d-2xl-none {
    display: none !important;
  }
  .d-2xl-inline {
    display: inline !important;
  }
  .d-2xl-inline-block {
    display: inline-block !important;
  }
  .d-2xl-block {
    display: block !important;
  }
  .d-2xl-table {
    display: table !important;
  }
  .d-2xl-table-row {
    display: table-row !important;
  }
  .d-2xl-table-cell {
    display: table-cell !important;
  }
  .d-2xl-flex {
    display: flex !important;
  }
  .d-2xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1599px) {
  .d-3xl-none {
    display: none !important;
  }
  .d-3xl-inline {
    display: inline !important;
  }
  .d-3xl-inline-block {
    display: inline-block !important;
  }
  .d-3xl-block {
    display: block !important;
  }
  .d-3xl-table {
    display: table !important;
  }
  .d-3xl-table-row {
    display: table-row !important;
  }
  .d-3xl-table-cell {
    display: table-cell !important;
  }
  .d-2xl-flex {
    display: flex !important;
  }
  .d-3xl-inline-flex {
    display: inline-flex !important;
  }
}
[class*=container] {
  position: relative;
  z-index: 99;
}

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

.alert {
  margin: 1rem 0;
  padding: 1rem;
}
.alert-sm {
  margin: 1.5rem 0;
  padding: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .alert-sm {
    padding: 1rem;
  }
}
.alert-md {
  margin: 2rem 0;
  padding: 2rem;
}
@media only screen and (max-width: 991px) {
  .alert-md {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .alert-md {
    padding: 1rem;
  }
}
.alert-lg {
  margin: 3rem 0;
  padding: 3rem;
}
@media only screen and (max-width: 991px) {
  .alert-lg {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .alert-lg {
    padding: 1rem;
  }
}
.alert-xl {
  margin: 4rem 0;
  padding: 4rem;
}
@media only screen and (max-width: 1199px) {
  .alert-xl {
    padding: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .alert-xl {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .alert-xl {
    padding: 1rem;
  }
}

.well {
  background-color: #F5F5F5;
  border: 1px solid #DDD;
  border-radius: 0.4rem;
  margin: 1rem 0;
  padding: 1rem;
}
.well-sm {
  margin: 1.5rem 0;
  padding: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .well-sm {
    padding: 1rem;
  }
}
.well-md {
  margin: 2rem 0;
  padding: 2rem;
}
@media only screen and (max-width: 991px) {
  .well-md {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .well-md {
    padding: 1rem;
  }
}
.well-lg {
  margin: 3rem 0;
  padding: 3rem;
}
@media only screen and (max-width: 991px) {
  .well-lg {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .well-lg {
    padding: 1rem;
  }
}
.well-lg-xl {
  margin: 4rem 0;
  padding: 4rem;
}
@media only screen and (max-width: 1199px) {
  .well-lg-xl {
    padding: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .well-lg-xl {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .well-lg-xl {
    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: 2560px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  header, main, footer {
    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(--maincolor);
}

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

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: #FFF;
  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(--maincolor);
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.25;
  padding: 1.5rem 6rem 1.5rem 1.5rem;
  color: #FFF;
  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: #FFF;
}
.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: #FFF;
  }
}

.ax-txt {
  background: #FFF;
}
.ax-txt h4 {
  background: #313D21;
  color: #FFF;
  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: #FFF;
  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 2.5rem;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header-height);
  transition: top 0.3s;
}
@media only screen and (max-width: 1399px) {
  .l-header {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .l-header {
    padding: 0 0 0 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .l-header {
    padding: 0 0 0 1rem;
  }
}
.l-header.js-scroll {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
}
.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 {
  vertical-align: top;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .l-header__logo a img, .l-header__logo a svg {
    height: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__logo a img, .l-header__logo a 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 {
    height: 9vw;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__nav {
    height: 9vw;
  }
}
@media only screen and (max-width: 575px) {
  .l-header__nav {
    height: 16vw;
  }
}
.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 {
  padding-top: 1rem;
  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--hour {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-left: 1em;
}
.l-header__nav--right {
  margin-left: 2rem;
  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(--maincolor);
  color: #FFF;
  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: #FFF;
}

a.l-header__nav--post-mail {
  background-color: var(--maincolor);
  color: #FFF;
  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: #FFF;
}
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: #FFF;
    color: var(--textcolor);
    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: #FFF;
    color: var(--textcolor);
    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: #FFF;
  border: none;
  border-radius: 0;
  overflow: hidden;
  font-size: 1em;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 6rem;
  height: 6rem;
  position: relative;
  z-index: 9998;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .navbar-toggler {
    width: 9vw;
    height: 9vw;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-toggler {
    width: 9vw;
    height: 9vw;
  }
}
@media only screen and (max-width: 575px) {
  .navbar-toggler {
    width: 16vw;
    height: 16vw;
  }
}
.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: 0.6s;
  background-color: var(--deepcolor);
}
.navbar-toggler[aria-expanded=false] .navbar-toggler-icon:before, .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:after {
  transition: 0.6s;
  background-color: var(--deepcolor);
}
.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: 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(--deepcolor);
}
.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(--deepcolor);
}
.navbar-toggler[aria-expanded=true] small {
  color: var(--deepcolor);
}

.navbar-expand-lg {
  display: block;
  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 > .container {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg > .container {
    max-width: 100%;
  }
}

#navbar .container-fluid {
  background: transparent;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  #navbar .container-fluid {
    background: rgb(255, 255, 255);
    -webkit-overflow-scrolling: touch;
    min-height: 1px;
  }
}
#navbar .container-fluid.container {
  padding: 0;
  position: static;
}
@media only screen and (max-width: 991px) {
  #navbar .container-fluid.container {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: block;
  }
}

.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: #FFF;
  font-size: 1.125rem;
  line-height: 51px;
  font-weight: 700;
  margin: 0 0 20px;
  border-bottom: 3px solid #FFF;
  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: #FFF;
  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;
  flex-flow: row wrap;
}
@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(--textcolor);
  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: #FFF;
    color: var(--textcolor);
    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(--textcolor);
  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(--maincolor);
    color: #FFF;
  }
}
.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: #FFF;
  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: #FFF;
}

.l-header__nav--icon {
  display: block;
  font-size: 1.5em;
  margin-bottom: 0.5rem;
}
.l-header__nav--icon i.fa {
  font-weight: 400;
  color: var(--maincolor);
}

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .dropdown:hover > .dropdown-menu {
    animation: show 0.5s linear 0s;
  }
  .dropdown:hover > .dropdown-menu.show {
    animation: show 0.5s linear 0s;
  }
}
@media (max-width: 991px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

.dropdown-menu {
  background: #FFF;
  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[data-bs-popper] {
  margin-top: 0;
}
.dropdown-menu li {
  flex: 0 0 100%;
}

.dropdown-item {
  color: #212121;
  border: none;
  border-radius: 0;
  font-size: 0.9rem;
  line-height: 1.25rem;
  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: #FFF;
    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(--hovercolor);
  color: #FFF;
  opacity: 1;
}
.dropdown-item:hover:before, .dropdown-item:active:before, .dropdown-item:focus:before, .dropdown-item.active:before {
  color: #FFF;
}
.dropdown-item + .dropdown-item {
  margin-top: 1px;
}

.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: 1320px;
  margin: 0 auto;
  padding: var(--clearance-padding) calc(var(--bs-gutter-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) calc(var(--bs-gutter-x) * 0.5);
    max-width: 100%;
  }
}
.l-outer__solid > .l-outer__side {
  flex: 1 1 16rem;
  max-width: 16rem;
  order: 2;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .l-outer__solid > .l-outer__side {
    flex: 1 1 15rem;
    max-width: 15rem;
  }
}
@media only screen and (max-width: 991px) {
  .l-outer__solid > .l-outer__side {
    flex: 1 1 100%;
    max-width: 100%;
    padding-bottom: var(--clearance-padding);
    z-index: 99;
    order: 1;
  }
}
.l-outer__solid > .l-outer__side > .l-outer__side + .l-outer__side {
  display: none;
}
@media only screen and (max-width: 991px) {
  .l-outer__solid > .l-outer__side > .l-outer__side + .l-outer__side {
    margin: 4rem 0;
    display: none;
    order: 3;
  }
}
@media only screen and (max-width: 767px) {
  .l-outer__solid > .l-outer__side > .l-outer__side + .l-outer__side {
    margin-bottom: 2rem;
  }
}
.l-outer__solid > .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 > .l-outer__main {
    flex: 1 1 calc(100% - 18rem);
    max-width: calc(100% - 18rem);
  }
}
@media only screen and (max-width: 991px) {
  .l-outer__solid > .l-outer__main {
    flex: 1 1 100%;
    max-width: 100%;
    order: 2;
  }
}
.l-outer__solid > .l-outer__main.container-fluid {
  margin: 0;
  padding: 0;
}
.l-outer__solid > .l-outer__main [class*=l-section] {
  padding: 0;
}
.l-outer__solid > .l-outer__main [class*=l-section] + [class*=l-section] {
  margin-top: 6rem;
}
@media only screen and (max-width: 1399px) {
  .l-outer__solid > .l-outer__main [class*=l-section] + [class*=l-section] {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .l-outer__solid > .l-outer__main [class*=l-section] + [class*=l-section] {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .l-outer__solid > .l-outer__main [class*=l-section] + [class*=l-section] {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-outer__solid > .l-outer__main [class*=l-section] + [class*=l-section] {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .l-outer__solid > .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;
}
.l-section__clearance--hairline {
  padding: 1px 0;
}
.l-section__clearance--top {
  padding: var(--clearance-padding) 0 0;
}
.l-section__clearance--top-md {
  padding: var(--clearance-padding) 0 0;
}
.l-section__clearance--top-xs {
  padding: var(--clearance-padding) 0 0;
}
.l-section__clearance--bottom {
  padding: 0 0 var(--clearance-padding);
}
.l-section__clearance--bottom-md {
  padding: 0 0 var(--clearance-padding);
}
.l-section__clearance--bottom-xs {
  padding: 0 0 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__margin {
  margin-top: var(--clearance-padding);
}
.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-footer__contact {
  position: relative;
  padding: 6rem 0;
}
@media only screen and (max-width: 1199px) {
  .l-footer__contact {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 991px) {
  .l-footer__contact {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__contact {
    padding: 3rem 0;
  }
}
.l-footer__contact span[data-action=call] {
  color: var(--textcolor);
}
.l-footer__googlemaps iframe {
  width: 100%;
  height: 25rem;
}
.l-footer__information {
  background-color: transparent;
  line-height: 1.5;
  padding: 3rem 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .l-footer__information {
    padding: 2.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__information {
    padding: 2rem 0;
  }
}
.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(--textcolor);
}
.l-footer__location a:hover, .l-footer__location a:active, .l-footer__location a:focus {
  opacity: 1;
}
.l-footer__location--name {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.l-footer__location--pzip:before {
  content: "〒";
}
.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(--maincolor);
}
.l-footer__location--phone, .l-footer__location--facsimile {
  flex: 1 1 100%;
}
.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 + .l-footer__location {
  margin-top: 0.5rem;
}
.l-footer p + p {
  margin: 0;
}

a.l-footer__contact--post-mail {
  background-color: var(--maincolor);
  color: #FFF;
  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: #FFF;
}

.l-footer__contact--call-freedial {
  background-color: var(--phonecolor);
  color: #FFF;
  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: #FFF;
}
.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;
}

.l-footer__textmap {
  background-color: transparent;
  color: var(--textcolor);
  padding: 2.5rem 0;
}
@media only screen and (max-width: 991px) {
  .l-footer__textmap {
    padding: 0;
    margin-top: 0;
  }
}
.l-footer__textmap--menu {
  font-size: 1em;
  line-height: 1;
  display: flex;
}
.l-footer__textmap--item {
  white-space: nowrap;
  position: relative;
  list-style: none;
}
.l-footer__textmap--item > strong {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.l-footer__textmap--item > strong > a {
  color: var(--maincolor);
}
.l-footer__textmap--item > strong > a:hover, .l-footer__textmap--item > strong > a:active, .l-footer__textmap--item > strong > a:focus {
  color: #FFF;
  opacity: 1;
}
.l-footer__textmap--item > span {
  display: block;
  padding-left: 2em;
}
.l-footer__textmap--item > span + span {
  margin: 0 0.5em 0 -0.5em;
}
.l-footer__textmap--item > span > a {
  color: #FFF;
  display: block;
  vertical-align: middle;
}
.l-footer__textmap--item > span > a:hover, .l-footer__textmap--item > span > a:active, .l-footer__textmap--item > span > a:focus {
  color: #FFF;
  opacity: 1;
  text-decoration: underline;
}
.l-footer__textmap--item > span > a:before, .l-footer__textmap--item > span > a:after {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
}
.l-footer__textmap--item > span > a:before {
  content: "・";
}
.l-footer__textmap--item > span > a:after {
  content: "";
}
.l-footer__textmap--horizontal {
  justify-content: center;
  align-items: center;
}
.l-footer__textmap--horizontal .l-footer__textmap--item:before {
  display: none;
}
.l-footer__textmap--horizontal .l-footer__textmap--item + .l-footer__textmap--item {
  margin-left: 0.5em;
}
.l-footer__textmap--horizontal .l-footer__textmap--link, .l-footer__textmap--horizontal .l-footer__textmap--link:hover, .l-footer__textmap--horizontal .l-footer__textmap--link:active, .l-footer__textmap--horizontal .l-footer__textmap--link:focus {
  line-height: 1;
  margin: -2px 0.5em;
  padding: 2px 0.5em;
}
.l-footer__textmap--horizontal .l-footer__textmap--link:hover, .l-footer__textmap--horizontal .l-footer__textmap--link:active, .l-footer__textmap--horizontal .l-footer__textmap--link:focus {
  background: #EEF0F2;
  color: var(--textcolor);
  border-radius: 2px;
}
.l-footer__textmap--horizontal.justify-content-start {
  margin-left: -0.5em;
}
.l-footer__textmap--horizontal.justify-content-end {
  margin-right: -0.5em;
}
.l-footer__textmap--vertical {
  flex-flow: column wrap;
}
.l-footer__textmap--vertical .l-footer__textmap--link, .l-footer__textmap--vertical .l-footer__textmap--link:hover, .l-footer__textmap--vertical .l-footer__textmap--link:active, .l-footer__textmap--vertical .l-footer__textmap--link:focus {
  line-height: 1.75;
}
.l-footer__textmap--vertical .l-footer__textmap--link:hover, .l-footer__textmap--vertical .l-footer__textmap--link:active, .l-footer__textmap--vertical .l-footer__textmap--link:focus {
  text-decoration: underline;
}
.l-footer__textmap--link, .l-footer__textmap--link:hover, .l-footer__textmap--link:active, .l-footer__textmap--link:focus {
  color: #212121;
  font-size: 1em;
  white-space: nowrap;
  opacity: 1;
  display: block;
}
.l-footer__textmap--link strong, .l-footer__textmap--link small, .l-footer__textmap--link:hover strong, .l-footer__textmap--link:hover small, .l-footer__textmap--link:active strong, .l-footer__textmap--link:active small, .l-footer__textmap--link:focus strong, .l-footer__textmap--link:focus small {
  display: block;
  text-align: center;
}
.l-footer__textmap--link strong, .l-footer__textmap--link:hover strong, .l-footer__textmap--link:active strong, .l-footer__textmap--link:focus strong {
  font-size: 1em;
}
.l-footer__textmap--link small, .l-footer__textmap--link:hover small, .l-footer__textmap--link:active small, .l-footer__textmap--link:focus small {
  font-size: 0.75em;
}
.l-footer__textmap--link:before {
  content: "";
  color: var(--textcolor);
  font-size: 1em;
  line-height: 1;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  width: 1em;
  display: none;
}

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

.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(--maincolor);
  color: #FFF;
  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 > div {
    font-size: 12px;
  }
}
#fixed-bottom > div > 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 > div > a {
    min-width: 60px;
  }
}
@media only screen and (max-width: 575px) {
  #fixed-bottom > div > 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(--maincolor);
}
.reach-bottom .fixed-left {
  display: block;
}

.fixed-right {
  display: flex;
  background-color: var(--maincolor);
  padding: 1px;
}
@media only screen and (max-width: 575px) {
  .fixed-right {
    flex-flow: row wrap;
    justify-content: flex-end;
    width: 100%;
  }
}
.fixed-right > 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(--maincolor);
  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;
}

/* phone,fax */
.c-phone--lg, .c-phone--md, .c-phone--sm, .c-fax--lg, .c-fax--md, .c-fax--sm {
  line-height: 1.25;
}
.c-phone--lg:before, .c-phone--lg:before, .c-phone--md:before, .c-phone--md:before, .c-phone--sm:before, .c-phone--sm:before, .c-fax--lg:before, .c-fax--lg:before, .c-fax--md:before, .c-fax--md:before, .c-fax--sm:before, .c-fax--sm:before {
  font-weight: 900;
}
.c-phone--lg img, .c-phone--md img, .c-phone--sm img, .c-fax--lg img, .c-fax--md img, .c-fax--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-fax--lg img, .c-fax--md img, .c-fax--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-fax--lg img, .c-fax--md img, .c-fax--sm img {
    height: 1.75rem;
  }
}

.js-mainimage__cover {
  position: relative;
  overflow: hidden;
  display: block;
  background: rgb(255, 255, 255);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .js-mainimage__cover {
    height: 45vw;
  }
}
@media only screen and (max-width: 991px) {
  .js-mainimage__cover {
    height: 50vw;
  }
}
@media only screen and (max-width: 767px) {
  .js-mainimage__cover {
    height: 45vw;
  }
}
@media only screen and (max-width: 575px) {
  .js-mainimage__cover {
    height: 100vw;
  }
}
.js-mainimage__cover img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}

.c-mainimage {
  position: relative;
}
.c-mainimage__text {
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-mainimage__text--copy {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 2.5rem;
}
@media only screen and (max-width: 1399px) {
  .c-mainimage__text--copy {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .c-mainimage__text--copy {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .c-mainimage__text--copy {
    padding: 0 1rem;
  }
}
.c-mainimage__text--decoration {
  color: var(--maincolor);
  white-space: nowrap;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  margin: 0 -0.5rem -0.5rem;
}
@media only screen and (max-width: 767px) {
  .c-mainimage__text--decoration {
    margin: 0 -0.25rem -0.25rem;
  }
}
.c-mainimage__text--decoration-copy {
  font-size: min(6.75vw, 11rem);
  line-height: 0.75;
  font-weight: 800;
  text-align: right;
  font-family: var(--font-serif);
}
@media only screen and (max-width: 991px) {
  .c-mainimage__text--decoration-copy {
    font-size: min(7.5vw, 11rem);
  }
}
@media only screen and (max-width: 575px) {
  .c-mainimage__text--decoration-copy {
    font-size: min(7.5vw, 11rem);
  }
}
.c-mainimage__text--script {
  font-size: 6em;
  line-height: 0.66;
  font-family: var(--font-script);
  font-weight: 400;
  transform: rotate(-15deg);
  position: absolute;
  top: 1rem;
  left: 2.5rem;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 1199px) {
  .c-mainimage__text--script {
    font-size: 4.75em;
    top: 0.66rem;
    left: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .c-mainimage__text--script {
    font-size: 4em;
    top: 0;
    left: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-mainimage__text--script {
    font-size: 2.75em;
  }
}
.c-mainimage__text--script span {
  display: block;
  border-bottom: 1px solid #FFF;
  padding: 0 0.125em;
}
.c-mainimage__text--script span + span {
  margin-left: 1em;
}
.c-mainimage__text--slogan {
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  display: block;
}
@media only screen and (max-width: 1999px) {
  .c-mainimage__text--slogan {
    font-size: 12vh;
  }
}
@media only screen and (max-width: 1199px) {
  .c-mainimage__text--slogan {
    font-size: 3.75em;
  }
}
@media only screen and (max-width: 991px) {
  .c-mainimage__text--slogan {
    font-size: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .c-mainimage__text--slogan {
    font-size: 2.25em;
  }
}
@media only screen and (max-width: 575px) {
  .c-mainimage__text--slogan {
    font-size: 1.5em;
  }
}
.c-mainimage__text--catch {
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  display: block;
}
@media only screen and (max-width: 1999px) {
  .c-mainimage__text--catch {
    font-size: 5vh;
    margin-top: 2vh;
  }
}
@media only screen and (max-width: 1399px) {
  .c-mainimage__text--catch {
    line-height: 1.125;
  }
}
@media only screen and (max-width: 1199px) {
  .c-mainimage__text--catch {
    font-size: 3.75em;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 991px) {
  .c-mainimage__text--catch {
    font-size: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .c-mainimage__text--catch {
    font-size: 2.25em;
  }
}
@media only screen and (max-width: 575px) {
  .c-mainimage__text--catch {
    font-size: 1.5em;
  }
}
.c-mainimage__text--lead {
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  display: block;
}
@media only screen and (max-width: 1999px) {
  .c-mainimage__text--lead {
    font-size: 3vh;
    margin-top: 6vh;
  }
}
@media only screen and (max-width: 1199px) {
  .c-mainimage__text--lead {
    font-size: 1.33em;
  }
}
@media only screen and (max-width: 991px) {
  .c-mainimage__text--lead {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  .c-mainimage__text--lead {
    font-size: 1.125em;
  }
}

.scroll {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 99;
  font-family: "lato", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .scroll {
    right: 1rem;
    bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .scroll {
    display: none;
  }
}
.scroll img {
  width: auto;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .scroll img {
    width: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .scroll img {
    width: 1.5rem;
  }
}
.scroll a {
  transform: translate(0, 0);
  display: block;
}
.scroll a:hover {
  transform: translate(0, 1rem);
}

.c-pagetitle {
  position: relative;
  background: #EFEFEF;
  scroll-margin-top: var(--header-height);
}
.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 > 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;
}
.c-pagetitle .c-title {
  color: #FFF;
  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__fixed .l-pagetitle__image {
  height: 24rem;
}
@media only screen and (max-width: 991px) {
  .c-pagetitle__fixed .l-pagetitle__image {
    height: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagetitle__fixed .l-pagetitle__image {
    height: 16rem;
  }
}
.c-pagetitle__fixed .c-title {
  top: 6rem;
}
@media only screen and (max-width: 991px) {
  .c-pagetitle__fixed .c-title {
    top: 9vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagetitle__fixed .c-title {
    top: 9vw;
  }
}
@media only screen and (max-width: 575px) {
  .c-pagetitle__fixed .c-title {
    top: 16vw;
  }
}

/* sub-title */
.c-subtitle {
  background: #FFF;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.c-subtitle__image {
  background-color: #F5F5F5;
  overflow: hidden;
  display: block;
}
.c-subtitle__image > 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: #FFF;
  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 #DDD;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 0.9em;
  }
}

.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(--maincolor);
}
.nav-pills.c-nav__pills--catalog .nav-item .nav-link.active {
  color: var(--maincolor);
}
.nav-pills.c-nav__pills--catalog .nav-item .nav-link.active:after {
  border-color: var(--maincolor);
}

.c-nav__pills--catalog + .tab-content {
  padding: 2rem;
  background-color: #EFEFEF;
}
@media only screen and (max-width: 991px) {
  .c-nav__pills--catalog + .tab-content {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .c-nav__pills--catalog + .tab-content {
    padding: 1rem;
  }
}

.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(--beigecolor);
  color: var(--textcolor);
  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;
  }
}
@media only screen and (max-width: 767px) {
  .nav-pills.c-nav__pills--news .nav-item .nav-link {
    font-size: 1rem;
    padding: 0.75rem;
  }
}
.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(--maincolor);
}
.nav-pills.c-nav__pills--news .nav-item .nav-link.active {
  color: var(--maincolor);
}
.nav-pills.c-nav__pills--news .nav-item .nav-link.active:after {
  border-color: var(--maincolor);
}

.c-nav__pills--news + .tab-content {
  padding: 2rem;
  background-color: var(--beigecolor);
}
@media only screen and (max-width: 991px) {
  .c-nav__pills--news + .tab-content {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .c-nav__pills--news + .tab-content {
    padding: 1rem;
  }
}

.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(--carpetcolor);
  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-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 {
  color: var(--textcolor);
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.c-newspaper__date .date .new {
  background-color: var(--accentcolor);
  color: #FFF;
  font-size: 0.75em;
  line-height: 1;
  margin-left: 1em;
  padding: 0.25em 0.5em;
}
.c-newspaper__icon {
  font-size: 0.75em;
  background-color: var(--maincolor);
  color: #FFF;
  line-height: 1rem;
  padding: 0 0.25em;
  text-align: center;
  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 {
  font-size: 1.125em;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: var(--deepcolor);
}
.c-newspaper__image {
  margin-top: 1rem;
}
@media only screen and (max-width: 575px) {
  .c-newspaper__image {
    width: 12em;
    margin: 0 auto 1em;
    padding-right: 0;
  }
}
.c-newspaper__detail {
  width: 10em;
  padding: 0.25em 0 0.25em 1.5em;
}
@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;
  }
}

table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
}

th, td {
  line-height: 1.75;
  padding: 1rem;
}
@media only screen and (max-width: 991px) {
  th, td {
    padding: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  th, td {
    padding: 0.5rem;
  }
}

th {
  text-align: left;
  white-space: nowrap;
}

.c-table {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  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 th, .c-table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.c-table td a img {
  vertical-align: middle;
}
.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__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;
  }
}
@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: 13em;
  text-align: left;
}
@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: 13em;
  text-align: left;
}
@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: 9em;
}
@media only screen and (max-width: 575px) {
  .c-table__break--xs th {
    width: 100%;
  }
}
.c-table__break--xs td span[data-action] {
  color: var(--textcolor);
}
.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 + .c-table {
  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: #FFF;
}

@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: #FFF;
  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: #FFF;
  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: #FFF;
  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;
}

.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;
  font-family: var(--font-ud);
}

.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: #FFF;
}
@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: #FFF;
  border-radius: 6rem;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-family: var(--font-rubik);
  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: #FFF;
}
@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: #FFF;
}
@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-hero__jostling {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .c-hero__jostling {
    display: block;
  }
}
.c-hero__jostling--link {
  position: relative;
  display: block;
  overflow: hidden;
  width: 33.3333333333%;
  transition: width 0.8s;
}
@media only screen and (max-width: 575px) {
  .c-hero__jostling--link {
    width: 100%;
  }
}
.c-hero__jostling--link:hover {
  transition: width 0.8s;
}
.c-hero__jostling--link + .c-hero__jostling--link {
  margin-left: 1px;
}
@media only screen and (max-width: 575px) {
  .c-hero__jostling--link + .c-hero__jostling--link {
    margin-top: 1px;
    margin-left: 0;
  }
}
.c-hero__jostling--image {
  background-color: #000;
  overflow: hidden;
  height: 25rem;
}
@media only screen and (max-width: 991px) {
  .c-hero__jostling--image {
    height: 50vw;
  }
}
@media only screen and (max-width: 575px) {
  .c-hero__jostling--image {
    height: 66vw;
  }
}
.c-hero__jostling--image img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-hero__jostling--title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  color: #FFF;
}
@media only screen and (max-width: 991px) {
  .c-hero__jostling--title {
    padding: 1.25rem 0.5rem;
  }
}
.c-hero__jostling--title h4 {
  font-size: 1em;
  line-height: 1;
  display: block;
  text-align: center;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .c-hero__jostling--title h4 {
    font-size: 1.125em;
  }
}
.c-hero__jostling--title h4:before {
  font-size: 1em;
  line-height: 0.75;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.5em;
  display: block;
  content: attr(data-label);
}
@media only screen and (max-width: 991px) {
  .c-hero__jostling--title h4:before {
    font-size: 2.5em;
  }
}

.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(--maincolor);
  color: #FFF;
  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;
}

[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] > h3[class*=c-heading__]:last-child {
  margin-bottom: 0;
}

.c-heading {
  position: relative;
  z-index: 1;
}
.c-heading__devider {
  padding-bottom: calc(var(--section-padding) * var(--heading-padding-sm) + 2px);
}
.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) / 1.25 * 0.75);
}
@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: 0.125rem solid var(--textcolor);
  padding-top: 0.5rem;
}
.c-heading__footline {
  border-bottom: 0.125rem solid var(--textcolor);
  padding-bottom: 0.5em;
}
.c-heading__leftline {
  padding-left: 0.66em;
  border-left: 0.25em solid var(--maincolor);
}

.c-text__link, .c-text__link:hover, .c-text__link:active, .c-text__link:focus {
  color: var(--maincolor);
  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-button__link, .c-button__link:hover, .c-button__link:active, .c-button__link:focus, .c-button__file, .c-button__file:hover, .c-button__file:active, .c-button__file: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__link small, .c-button__link:hover small, .c-button__link:active small, .c-button__link:focus small, .c-button__file small, .c-button__file:hover small, .c-button__file:active small, .c-button__file: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 {
  border: 2px solid transparent;
  white-space: normal;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  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 {
  flex: 1 1 100%;
  font-weight: 700;
  font-size: 0.5em;
}
.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__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__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;
}
@media only screen and (max-width: 991px) {
  .c-button__height--thin, .c-button__height--thin:hover, .c-button__height--thin:active, .c-button__height--thin:focus {
    padding: 0.33em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .c-button__height--thin, .c-button__height--thin:hover, .c-button__height--thin:active, .c-button__height--thin:focus {
    padding: 0.25em 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;
}
@media only screen and (max-width: 991px) {
  .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.33em + var(--button-border-width)) 1em;
  }
}
@media only screen and (max-width: 767px) {
  .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.25em + 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;
}
@media only screen and (max-width: 991px) {
  .c-button__height--flat, .c-button__height--flat:hover, .c-button__height--flat:active, .c-button__height--flat:focus {
    padding: 0.75em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .c-button__height--flat, .c-button__height--flat:hover, .c-button__height--flat:active, .c-button__height--flat:focus {
    padding: 0.5em 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;
}
@media only screen and (max-width: 991px) {
  .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(0.75em + var(--button-border-width)) 1em;
  }
}
@media only screen and (max-width: 767px) {
  .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(0.5em + 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(--buttonflatcolor);
  color: rgb(255, 255, 255);
  border: none;
}
.c-button__texture--flat:hover, .c-button__texture--flat:active, .c-button__texture--flat:focus {
  background-color: var(--buttonflathovercolor);
  color: rgb(255, 255, 255);
  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: rgb(255, 255, 255);
  color: var(--buttoncolor);
  border-color: var(--buttoncolor);
}
.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(--buttoncolor);
  border-color: var(--buttoncolor);
}
.c-button__texture--outline:hover, .c-button__texture--outline:active, .c-button__texture--outline:focus {
  background-color: rgba(var(--buttonrgbcolor), 0.25);
  color: var(--buttoncolor);
  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: rgb(255, 255, 255);
  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: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.c-button__texture--invert:hover, .c-button__texture--invert:active, .c-button__texture--invert:focus {
  background-color: rgba(255, 255, 255, 0.25);
  color: rgb(255, 255, 255);
  opacity: 1;
}
.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(--buttonflathovercolor) 100%);
  color: rgb(255, 255, 255);
  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(--buttonflathovercolor) 100%);
  color: rgb(255, 255, 255);
  border: none;
  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: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  border: 1px solid transparent;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.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: rgb(255, 255, 255);
  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: rgb(255, 255, 255);
  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: rgb(255, 255, 255);
  content: "Q";
  font-size: 1.5em;
  position: stycky;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0 1em;
  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__dummy.c-button__texture--flat {
  background-color: var(--buttonflatcolor);
  color: rgb(255, 255, 255);
  border-color: transparent;
}
.c-button__dummy.c-button__texture--solid {
  background-color: rgb(255, 255, 255);
  color: var(--buttoncolor);
  border-color: var(--buttoncolor);
}
.c-button__dummy.c-button__texture--outline {
  background-color: transparent;
  color: var(--buttoncolor);
  border-color: var(--buttoncolor);
}
.c-button__dummy.c-button__texture--negative {
  color: rgb(153, 153, 153);
  background-color: rgb(255, 255, 255);
  border-color: rgb(153, 153, 153);
}
.c-button__dummy.c-button__texture--invert {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.c-button-sub__texture--flat, .c-button-sub__texture--flat:hover, .c-button-sub__texture--flat:active, .c-button-sub__texture--flat:focus {
  background-color: var(--buttonflatcolor);
  color: rgb(255, 255, 255);
  border-color: transparent;
}
.c-button-sub__texture--solid, .c-button-sub__texture--solid:hover, .c-button-sub__texture--solid:active, .c-button-sub__texture--solid:focus {
  background-color: rgb(255, 255, 255);
  color: var(--buttonsubcolor);
  border-color: var(--buttonsubcolor);
}
.c-button-sub__texture--solid:hover, .c-button-sub__texture--solid:active, .c-button-sub__texture--solid:focus {
  background-color: rgba(var(--buttonrgbcolor), 0.25);
  color: rgba(var(--buttonrgbcolor), 0.25);
  opacity: 1;
}
.c-button-sub__texture--outline, .c-button-sub__texture--outline:hover, .c-button-sub__texture--outline:active, .c-button-sub__texture--outline:focus {
  background-color: transparent;
  color: var(--buttonsubcolor);
  border-color: var(--buttonsubcolor);
}
.c-button-sub__texture--outline:hover, .c-button-sub__texture--outline:active, .c-button-sub__texture--outline:focus {
  background-color: rgba(var(--buttonrgbcolor), 0.25);
  color: var(--buttonsubcolor);
  opacity: 1;
}
.c-button-sub__texture--negative, .c-button-sub__texture--negative:hover, .c-button-sub__texture--negative:active, .c-button-sub__texture--negative:focus {
  color: rgb(153, 153, 153);
  background-color: rgb(255, 255, 255);
  border-color: rgb(153, 153, 153);
}
.c-button-sub__texture--negative:hover, .c-button-sub__texture--negative:active, .c-button-sub__texture--negative:focus {
  color: rgb(153, 153, 153);
  background-color: rgba(153, 153, 153, 0.25);
}
.c-button-sub__texture--invert, .c-button-sub__texture--invert:hover, .c-button-sub__texture--invert:active, .c-button-sub__texture--invert:focus {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.c-button-sub__texture--invert:hover, .c-button-sub__texture--invert:active, .c-button-sub__texture--invert:focus {
  background-color: rgba(255, 255, 255, 0.25);
  color: rgb(255, 255, 255);
  opacity: 1;
}

.c-button__colorful--solid:hover, .c-button__colorful--solid:active, .c-button__colorful--solid:focus {
  opacity: 1;
}
.c-button__colorful--outline, .c-button__colorful--outline:hover, .c-button__colorful--outline:active, .c-button__colorful--outline:focus {
  background-color: transparent;
}
.c-button__colorful--outline:hover, .c-button__colorful--outline:active, .c-button__colorful--outline:focus {
  opacity: 1;
}

.c-button-colorfree__texture--flat, .c-button-colorfree__texture--flat:hover, .c-button-colorfree__texture--flat:active, .c-button-colorfree__texture--flat:focus {
  background-color: transparent;
  color: #FFF;
  border-color: transparent;
}
.c-button-colorfree__texture--flat:hover, .c-button-colorfree__texture--flat:active, .c-button-colorfree__texture--flat:focus {
  opacity: 0.75;
}
.c-button-colorfree__texture--solid, .c-button-colorfree__texture--solid:hover, .c-button-colorfree__texture--solid:active, .c-button-colorfree__texture--solid:focus {
  background-color: #FFF;
  color: transparent;
  border-color: transparent;
}
.c-button-colorfree__texture--solid:hover, .c-button-colorfree__texture--solid:active, .c-button-colorfree__texture--solid:focus {
  border-width: calc(var(--button-border-width) + 2px);
  padding: calc(1rem - 2px);
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .c-button-colorfree__texture--solid:hover, .c-button-colorfree__texture--solid:active, .c-button-colorfree__texture--solid:focus {
    padding: calc(0.75rem - 2px) calc(1rem - 2px);
    font-weight: 700;
  }
}
@media only screen and (max-width: 575px) {
  .c-button-colorfree__texture--solid:hover, .c-button-colorfree__texture--solid:active, .c-button-colorfree__texture--solid:focus {
    padding: calc(0.5rem - 2px) calc(1rem - 2px);
    font-weight: 700;
  }
}
.c-button-colorfree__texture--outline, .c-button-colorfree__texture--outline:hover, .c-button-colorfree__texture--outline:active, .c-button-colorfree__texture--outline:focus {
  background-color: transparent;
  color: transparent;
  border-color: transparent;
}
.c-button-colorfree__texture--outline:hover, .c-button-colorfree__texture--outline:active, .c-button-colorfree__texture--outline:focus {
  opacity: 0.75;
}

.c-button__motion--right {
  position: relative;
  overflow: hidden;
}
.c-button__motion--right.c-button__texture--flat span, .c-button__motion--right.c-button__texture--flat:after {
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
}
.c-button__motion--right.c-button__texture--flat:before {
  background-image: var(--buttonflathovercolor);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  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 {
  background-color: var(--buttonflatcolor);
  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 {
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.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 {
  background-color: var(--buttonflathovercolor);
  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--grad span, .c-button__motion--right.c-button__texture--grad:after {
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
}
.c-button__motion--right.c-button__texture--grad:before {
  background-color: var(--buttonflathovercolor);
  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 {
  background-color: var(--buttonflatcolor);
  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 {
  color: rgb(255, 255, 255);
  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 {
  background-color: var(--buttonflathovercolor);
  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: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
  animation: animation-solid-text-out 0.5s ease-out 1 forwards;
}
@keyframes animation-solid-text-out {
  0% {
    color: rgb(255, 255, 255);
  }
  20% {
    color: rgb(255, 255, 255);
  }
  80% {
    color: var(--buttoncolor);
  }
  100% {
    color: var(--buttoncolor);
  }
}
.c-button__motion--right.c-button__texture--solid:before {
  background-color: var(--buttoncolor);
  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 {
  background-color: rgb(255, 255, 255);
  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 {
  color: var(--buttoncolor);
  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(--buttoncolor);
  }
  20% {
    color: var(--buttoncolor);
  }
  80% {
    color: rgb(255, 255, 255);
  }
  100% {
    color: rgb(255, 255, 255);
  }
}
.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 {
  background-color: var(--buttoncolor);
  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: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
  animation: animation-outline-text-out 0.5s ease-out 1 forwards;
}
@keyframes animation-outline-text-out {
  0% {
    color: rgb(255, 255, 255);
  }
  20% {
    color: rgb(255, 255, 255);
  }
  80% {
    color: var(--buttoncolor);
  }
  100% {
    color: var(--buttoncolor);
  }
}
.c-button__motion--right.c-button__texture--outline:before {
  background-color: var(--buttoncolor);
  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 {
  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 {
  color: var(--buttoncolor);
  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(--buttoncolor);
  }
  20% {
    color: var(--buttoncolor);
  }
  80% {
    color: rgb(255, 255, 255);
  }
  100% {
    color: rgb(255, 255, 255);
  }
}
.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 {
  background-color: var(--buttoncolor);
  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: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
  animation: animation-invert-text-out 0.5s ease-out 1 forwards;
}
@keyframes animation-invert-text-out {
  0% {
    color: rgb(255, 255, 255);
  }
  20% {
    color: rgb(255, 255, 255);
  }
  80% {
    color: var(--buttoncolor);
  }
  100% {
    color: var(--buttoncolor);
  }
}
.c-button__motion--right.c-button__texture--invert:before {
  background-color: rgb(255, 255, 255);
  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__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 {
  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 {
  color: var(--buttoncolor);
  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(--buttoncolor);
  }
  20% {
    color: var(--buttoncolor);
  }
  80% {
    color: rgb(255, 255, 255);
  }
  100% {
    color: rgb(255, 255, 255);
  }
}
.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 {
  background-color: rgb(255, 255, 255);
  color: var(--buttoncolor);
  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-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: #FFF;
  position: relative;
  z-index: 1;
  animation: animation-sub-text-out 0.5s ease-out 1 forwards;
}
@keyframes animation-sub-text-out {
  0% {
    color: #FFF;
  }
  20% {
    color: #FFF;
  }
  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: #FFF;
  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: #FFF;
  }
  100% {
    color: #FFF;
  }
}
.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: #FFF;
}
.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: #FFF;
  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: #FFF;
  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-box__float {
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
}
.c-box__line--light, .c-box__line--dark, .c-box__line--all {
  border: 1px solid #DDD;
}
.c-box__line--light {
  border-top: none;
}
.c-box__line--light .c-box__heading {
  border-top: 1px solid #DDD;
}
.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__overflow--hidden {
  overflow: hidden;
}
.c-box__border--slash {
  background-image: repeating-linear-gradient(135deg, var(--accentcolor) 0, var(--accentcolor) 8px, #FFF 8px, #FFF 12px);
  padding: 4px;
}
.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;
}
.c-box__heading--light, .c-box__heading--dark {
  font-size: 1.5em;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .c-box__heading--light, .c-box__heading--dark {
    font-size: 1.25em;
    line-height: 1.33;
  }
}
@media only screen and (max-width: 767px) {
  .c-box__heading--light, .c-box__heading--dark {
    font-size: 1.125em;
    line-height: 1.25;
  }
}
.c-box__heading--light {
  color: var(--textcolor);
}
.c-box__heading--dark {
  color: rgba(255, 255, 255, 0.95);
  background-color: var(--headingcolor);
}
.c-box__heading--xs {
  font-size: 1em;
}
.c-box__heading--sm {
  font-size: 1.125em;
}
@media only screen and (max-width: 991px) {
  .c-box__heading--sm {
    font-size: 1em;
  }
}
.c-box__heading--md {
  font-size: 1.25em;
}
@media only screen and (max-width: 991px) {
  .c-box__heading--md {
    font-size: 1.125em;
  }
}
.c-box__heading--lg {
  font-size: 1.75em;
}
.c-box__heading--xl {
  font-size: 2em;
}
.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.9rem;
  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(--textcolor);
  line-height: 1.5;
}
.c-box--xs .c-box__heading--light, .c-box--xs .c-box__heading--dark {
  padding: 1rem;
}
.c-box--xs .c-box__heading--thin {
  padding: 0.5rem 1rem;
}
.c-box--xs .c-box__heading--heavy {
  padding: 1.5rem 1rem;
}
.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: 1rem;
}
.c-box--sm .c-box__heading--light, .c-box--sm .c-box__heading--dark {
  padding: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .c-box--sm .c-box__heading--light, .c-box--sm .c-box__heading--dark {
    padding: 1rem;
  }
}
.c-box--sm .c-box__heading--thin {
  padding: 1rem 1.5rem;
}
@media only screen and (max-width: 767px) {
  .c-box--sm .c-box__heading--thin {
    padding: 0.5rem 1rem;
  }
}
.c-box--sm .c-box__heading--heavy {
  padding: 2rem 1.5rem;
}
@media only screen and (max-width: 767px) {
  .c-box--sm .c-box__heading--heavy {
    padding: 1.5rem 1rem;
  }
}
.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: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .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: 1rem;
  }
}
.c-box--md .c-box__heading--light, .c-box--md .c-box__heading--dark {
  padding: 2rem;
}
@media only screen and (max-width: 991px) {
  .c-box--md .c-box__heading--light, .c-box--md .c-box__heading--dark {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box--md .c-box__heading--light, .c-box--md .c-box__heading--dark {
    padding: 1rem;
  }
}
.c-box--md .c-box__heading--thin {
  padding: 1.5rem 2rem;
}
.c-box--md .c-box__heading--heavy {
  padding: 2.5rem 2rem;
}
.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: 2rem;
}
@media only screen and (max-width: 991px) {
  .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: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .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: 1rem;
  }
}
.c-box--lg > .c-box__heading--light, .c-box--lg > .c-box__heading--dark {
  padding: 3rem;
}
@media only screen and (max-width: 1199px) {
  .c-box--lg > .c-box__heading--light, .c-box--lg > .c-box__heading--dark {
    padding: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .c-box--lg > .c-box__heading--light, .c-box--lg > .c-box__heading--dark {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box--lg > .c-box__heading--light, .c-box--lg > .c-box__heading--dark {
    padding: 1rem;
  }
}
.c-box--lg > .c-box__heading--thin {
  padding: 2rem 3rem;
}
@media only screen and (max-width: 1199px) {
  .c-box--lg > .c-box__heading--thin {
    padding: 1.75rem 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .c-box--lg > .c-box__heading--thin {
    padding: 1.5rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box--lg > .c-box__heading--thin {
    padding: 1rem 1rem;
  }
}
.c-box--lg > .c-box__heading--heavy {
  padding: 4rem 3rem;
}
@media only screen and (max-width: 1199px) {
  .c-box--lg > .c-box__heading--heavy {
    padding: 3.5rem 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .c-box--lg > .c-box__heading--heavy {
    padding: 3rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box--lg > .c-box__heading--heavy {
    padding: 2rem 1rem;
  }
}
.c-box--lg > .c-box__body, .c-box--lg > .c-box__fotorama, .c-box--lg > .c-box__file {
  padding: 3rem;
}
@media only screen and (max-width: 991px) {
  .c-box--lg > .c-box__body, .c-box--lg > .c-box__fotorama, .c-box--lg > .c-box__file {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box--lg > .c-box__body, .c-box--lg > .c-box__fotorama, .c-box--lg > .c-box__file {
    padding: 1rem;
  }
}
.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__heading--light, .c-box--xl > .c-box__heading--dark {
  padding: 4rem;
}
@media only screen and (max-width: 1199px) {
  .c-box--xl > .c-box__heading--light, .c-box--xl > .c-box__heading--dark {
    padding: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .c-box--xl > .c-box__heading--light, .c-box--xl > .c-box__heading--dark {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box--xl > .c-box__heading--light, .c-box--xl > .c-box__heading--dark {
    padding: 1rem;
  }
}
.c-box--xl > .c-box__heading--thin {
  padding: 3rem 4rem;
}
@media only screen and (max-width: 1199px) {
  .c-box--xl > .c-box__heading--thin {
    padding: 2rem 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .c-box--xl > .c-box__heading--thin {
    padding: 1rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box--xl > .c-box__heading--thin {
    padding: 0.5rem 1rem;
  }
}
.c-box--xl > .c-box__heading--heavy {
  padding: 5rem 4rem;
}
@media only screen and (max-width: 1199px) {
  .c-box--xl > .c-box__heading--heavy {
    padding: 4rem 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .c-box--xl > .c-box__heading--heavy {
    padding: 3rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box--xl > .c-box__heading--heavy {
    padding: 2rem 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: 4rem;
}
@media only screen and (max-width: 1199px) {
  .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: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .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: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .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: 1.5rem;
  }
}
.c-box__image[class*=u-rounded--] {
  overflow: hidden;
}
.c-box__image > img {
  width: 100%;
  height: auto;
}
.c-box__image--inset > img {
  width: 100%;
  height: auto;
}
.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: 1439px) {
  .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__fotorama {
  border-top: 1px dashed #DDD;
  border-bottom: 1px dashed #DDD;
}
.c-box__category {
  font-size: 0.8em;
  line-height: 1;
  color: #FFF;
  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(--deepcolor);
}
.c-box__date .c-box__date--new {
  margin-left: 2rem;
}
.c-box__file {
  border-top: 1px dashed #DDD;
}
.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 #DDD;
}
.c-box__date {
  border-top: 1px solid #DDD;
}
.c-box__date:first-child {
  border-top: none;
}
.c-box__icon {
  background-color: #FFF;
  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: #FFF;
  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(--maincolor);
  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(--maincolor);
  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;
}

a[class*=c-box--]:hover, a[class*=c-box--]:active, a[class*=c-box--]:focus {
  opacity: 0.75;
  background-color: #FFF;
}

.c-box__collapse {
  position: relative;
  word-wrap: break-word;
  background-color: #FFF;
  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(--maincolor);
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.25;
  padding: 1.5rem 6rem;
  color: #FFF;
  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: #FFF;
  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: #FFF;
}
.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-box__faq {
  position: relative;
  word-wrap: break-word;
  background-color: #FFF;
  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(--maincolor);
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.25;
  padding: 1.5rem 6rem;
  color: #FFF;
  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: #FFF;
}
@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: #FFF;
}
.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: #FFF;
}
.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(--maincolor);
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.25;
  padding: 1.5rem 9rem 1.5rem 3rem;
  color: #FFF;
  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: #FFF;
}
.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-poster__top, .c-poster__left, .c-poster__right, .c-poster__bottom, .c-poster__top--bottom, .c-poster__top--full, .c-poster__bottom--full, .c-poster__ful {
  position: absolute;
  z-index: 1;
}
.c-poster__top .u-bg__cover, .c-poster__top .u-bg__contain, .c-poster__left .u-bg__cover, .c-poster__left .u-bg__contain, .c-poster__right .u-bg__cover, .c-poster__right .u-bg__contain, .c-poster__bottom .u-bg__cover, .c-poster__bottom .u-bg__contain, .c-poster__top--bottom .u-bg__cover, .c-poster__top--bottom .u-bg__contain, .c-poster__top--full .u-bg__cover, .c-poster__top--full .u-bg__contain, .c-poster__bottom--full .u-bg__cover, .c-poster__bottom--full .u-bg__contain, .c-poster__ful .u-bg__cover, .c-poster__ful .u-bg__contain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-poster__top--bottom {
  top: 0;
  bottom: 0;
}
.c-poster__top {
  top: 0;
  bottom: var(--clearance-padding);
}
.c-poster__left, .c-poster__right {
  z-index: 1;
}
.c-poster__left {
  left: 0;
}
.c-poster__right {
  right: 0;
}
.c-poster__bottom {
  top: var(--clearance-padding);
  bottom: 0;
}
.c-poster__bottom--full {
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 992px) {
  .c-poster__left--lg {
    left: 0;
    right: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .c-poster__left--lg {
    opacity: 0.25;
  }
}
@media only screen and (min-width: 992px) {
  .c-poster__right--lg {
    left: 50%;
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .c-poster__right--lg {
    opacity: 0.25;
  }
}
.c-poster__ful {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .c-poster__lg--top {
    padding-top: 33vw !important;
  }
  .c-poster__lg--top .c-poster__left.c-poster__top, .c-poster__lg--top .c-poster__left.c-poster__bottom, .c-poster__lg--top .c-poster__right.c-poster__top, .c-poster__lg--top .c-poster__right.c-poster__bottom {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 33vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 1199px) {
  .c-poster__lg--bottom {
    padding-bottom: 33vw !important;
  }
  .c-poster__lg--bottom .c-poster__left.c-poster__top, .c-poster__lg--bottom .c-poster__left.c-poster__bottom, .c-poster__lg--bottom .c-poster__right.c-poster__top, .c-poster__lg--bottom .c-poster__right.c-poster__bottom {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 33vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 991px) {
  .c-poster__md--top {
    padding-top: 33vw !important;
  }
  .c-poster__md--top .c-poster__left.c-poster__top, .c-poster__md--top .c-poster__left.c-poster__bottom, .c-poster__md--top .c-poster__left.c-poster__top--bottom, .c-poster__md--top .c-poster__right.c-poster__top, .c-poster__md--top .c-poster__right.c-poster__bottom, .c-poster__md--top .c-poster__right.c-poster__top--bottom {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 33vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 991px) {
  .c-poster__md--bottom {
    padding-bottom: 33vw !important;
  }
  .c-poster__md--bottom .c-poster__left.c-poster__top, .c-poster__md--bottom .c-poster__left.c-poster__bottom, .c-poster__md--bottom .c-poster__left.c-poster__top--bottom, .c-poster__md--bottom .c-poster__right.c-poster__top, .c-poster__md--bottom .c-poster__right.c-poster__bottom, .c-poster__md--bottom .c-poster__right.c-poster__top--bottom {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 33vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 575px) {
  .c-poster__xs--top {
    padding-top: 66vw !important;
  }
  .c-poster__xs--top .c-poster__left, .c-poster__xs--top .c-poster__right {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 66vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 575px) {
  .c-poster__xs--bottom {
    padding-bottom: 66vw !important;
  }
  .c-poster__xs--bottom .c-poster__left, .c-poster__xs--bottom .c-poster__right {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 66vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.l-section__clearance .c-poster__top {
  bottom: var(--clearance-padding);
}
.l-section__clearance .c-poster__bottom {
  top: var(--clearance-padding);
}

.l-section__clearance--top .c-poster__top {
  bottom: var(--clearance-padding);
}

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

.c-poster__tracing-paper {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: calc(var(--clearance-padding) / 3 * 2 * 0.85);
}
@media only screen and (max-width: 1199px) {
  .c-poster__tracing-paper {
    padding: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .c-poster__tracing-paper {
    padding: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-poster__tracing-paper {
    padding: 2.5vw;
  }
}
@media only screen and (max-width: 575px) {
  .c-poster__tracing-paper {
    padding: 5vw;
  }
}

.c-poster__floating-paper {
  background: rgb(255, 255, 255);
  padding: var(--clearance-padding);
}

.c-lead, .c-lead--xs, .c-lead--sm, .c-lead--md, .c-lead--lg, .c-lead--xl, .c-lead--xxl {
  line-height: 2;
}
@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;
  }
}
.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 {
  font-size: 1.125em;
}
@media only screen and (max-width: 767px) {
  .c-lead {
    font-size: 1em;
  }
}
.c-lead--xs {
  font-size: 1.25em;
}
@media only screen and (max-width: 1199px) {
  .c-lead--xs {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 767px) {
  .c-lead--xs {
    font-size: 1em;
  }
}
.c-lead--sm {
  font-size: 1.33em;
}
@media only screen and (max-width: 991px) {
  .c-lead--sm {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  .c-lead--sm {
    font-size: 1.125em;
  }
}
.c-lead--md {
  font-size: 1.5em;
}
@media only screen and (max-width: 991px) {
  .c-lead--md {
    font-size: 1.33em;
  }
}
@media only screen and (max-width: 767px) {
  .c-lead--md {
    font-size: 1.25em;
  }
}
.c-lead--lg {
  font-size: 1.66em;
}
@media only screen and (max-width: 991px) {
  .c-lead--lg {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .c-lead--lg {
    font-size: 1.33em;
  }
}
.c-lead--xl {
  font-size: 1.75em;
}
@media only screen and (max-width: 1199px) {
  .c-lead--xl {
    font-size: 1.66em;
  }
}
@media only screen and (max-width: 991px) {
  .c-lead--xl {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .c-lead--xl {
    font-size: 1.33em;
  }
}
.c-lead--xxl {
  font-size: 2em;
}
@media only screen and (max-width: 1399px) {
  .c-lead--xxl {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 1199px) {
  .c-lead--xxl {
    font-size: 1.66em;
  }
}
@media only screen and (max-width: 991px) {
  .c-lead--xxl {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .c-lead--xxl {
    font-size: 1.33em;
  }
}

[class*=c-lead--]:first-child {
  margin-top: 0;
}

[class*=c-lead--]:last-child {
  margin-bottom: 0;
}

.c-list {
  margin: 0;
  padding: 0;
}
.c-list__disc {
  list-style: disc outside;
}
.c-list__disc li {
  margin-left: 2em;
}
.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: 2em;
}
.c-list__disc--lg li .kome {
  display: block;
}
.c-list__circle {
  list-style: none;
}
.c-list__circle > li {
  padding-left: 2em;
}
.c-list__circle > 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 > li:before {
    line-height: 1.5;
  }
}
.c-list__minus {
  list-style: none;
}
.c-list__minus > li {
  display: inline-block;
}
.c-list__minus > li:before {
  content: "-";
  display: inline-block;
  width: 1em;
  color: #212121;
  font-weight: 700;
}
.c-list__minus > 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--lg {
  list-style: none;
}
.c-list__check--lg li {
  font-size: calc(1.25em * 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 > li {
  line-height: 1.5;
  padding-left: 3em;
}
.c-list__bracket > li p {
  margin-bottom: 0.33em;
}
.c-list__bracket > li:before {
  counter-increment: bracket;
  content: "（" counter(bracket) "）";
  text-align: center;
  display: inline-block;
  margin-left: -3em;
  width: 3em;
}
.c-list__bracket > li + li {
  margin-top: 0.5em;
}
.c-list__bracket > li p {
  margin: 0.5em 0 0.25em;
}

.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(--cautioncolor);
  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(--cautioncolor);
  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(--maincolor);
  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: #FFF;
  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__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: #FFF;
  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-flow__article {
  background-color: #FFF;
  border: 1px solid var(--flowcolor);
  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: 767px) {
  .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(--flowcolor);
  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(--flowcolor);
  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(--flowcolor);
  font-size: 1.5em;
  text-align: center;
  font-weight: 700;
  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--md {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .c-flow__horizontal.c-flow__break--md {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__horizontal.c-flow__break--md {
    width: 75%;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--md {
    width: 100%;
  }
}
.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(--flowcolor);
  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(--flowcolor) 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(--flowcolor);
  font-weight: 700;
  font-size: 1.5em;
  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: 0.75rem;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article {
    margin-left: 0;
    margin-top: 0.75rem;
  }
}
.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(--flowcolor);
  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: 0.75rem;
    margin: -0.75rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article:after {
    border-width: 0.5rem;
    margin: -0.5rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__horizontal.c-flow__break--xs .c-flow__article:after {
    border-color: var(--flowcolor) transparent transparent;
    margin: 0 -0.5rem;
    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;
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow__before-after.c-flow__break--md {
    width: 75%;
  }
}
@media only screen and (max-width: 575px) {
  .c-flow__before-after.c-flow__break--md {
    width: 100%;
  }
}
.c-flow__before-after.c-flow__break--md .c-flow__article {
  margin-left: 2.5rem;
  border: 1px solid var(--flowcolor);
}
@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 #FFF;
  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: #FFF 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(--flowcolor);
  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(--flowcolor) 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(--maincolor);
  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;
    width: 75%;
    margin: 0 auto;
  }
}
.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 #FFF;
  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);
    border-color: #FFF transparent transparent transparent;
  }
}
.c-flow__before-after.c-flow__break--xs .c-flow__article:after {
  border-color: transparent transparent transparent var(--flowcolor);
  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%;
    border-color: var(--flowcolor) 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(--maincolor);
  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(--maincolor);
  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(--maincolor);
}
.c-flow__calc-plus--main .c-flow__article:before, .c-flow__calc-times--main .c-flow__article:before {
  border-color: transparent transparent transparent #FFF;
}
@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: #FFF 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(--maincolor);
}
@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(--maincolor) transparent transparent transparent;
  }
}
.c-flow__calc-plus--main .c-flow__icon, .c-flow__calc-times--main .c-flow__icon {
  color: var(--maincolor);
  border-color: var(--maincolor);
}
.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__break--md.c-flow__horizontal--main .c-flow__article:after {
  border-color: transparent transparent transparent var(--maincolor);
  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__break--md.c-flow__horizontal--main .c-flow__article:after {
    border-color: var(--maincolor) 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__break--md.c-flow__horizontal--main .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}
.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__break--md.c-flow__horizontal--deep .c-flow__article:after {
    border-color: var(--maincolor) 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__break--md.c-flow__horizontal--deep .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}
.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__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__break--md.c-flow__horizontal--accent .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}
.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__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__break--md.c-flow__horizontal--darkgray .c-flow__article:after {
    border-width: 1rem;
    margin: 0 -1rem;
  }
}
.c-flow__break--xs.c-flow__horizontal--main .c-flow__article:after {
  border-color: transparent transparent transparent var(--maincolor);
  top: 50%;
  left: 100%;
  bottom: 50%;
  margin: -1rem 0;
  border-width: 1rem;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .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__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__break--xs.c-flow__horizontal--main .c-flow__article:after {
    border-color: var(--maincolor) transparent transparent;
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
    margin: 0 -0.5rem;
  }
}
.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__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__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__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__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__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__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__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__break--xs.c-flow__horizontal--dark .c-flow__article .c-flow__heading {
  color: var(--darkcolor);
}
.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__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__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__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 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5em auto;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  line-height: 1;
  background-color: var(--deepcolor);
  color: #FFF;
  border-radius: 50%;
  text-align: 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(--flowcolor);
}
.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(--flownocolor);
  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: #FFF;
  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 .c-flow__notes dt {
  width: 7em;
}
@media only screen and (max-width: 575px) {
  .c-flow__vertical .c-flow__notes dl .c-flow__notes 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(--flowcolor) transparent transparent transparent;
  top: 0;
  z-index: 7;
}
.c-flow__vertical .c-flow__article:after {
  border-color: #FFF 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;
}
/* contact,inquiry,entry,estimate */
.c-form__recept {
  text-align: center;
  line-height: 1;
}
.c-form__required, .c-form__optional {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-form__required.justify-content-start, .c-form__optional.justify-content-start {
  width: 7em;
  margin-bottom: 0.5em;
}
.c-form__required small, .c-form__optional small {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-form__required--image {
  margin-right: 0.25rem;
}
.c-form__required--image small {
  background-color: #DC3545;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.c-form__required small {
  background-color: #DC3545;
}
.c-form__optional small {
  background-color: #007BFF;
}
.c-form__required--image small, .c-form__required small, .c-form__optional small {
  color: #FFF;
  font-size: 0.75em;
  line-height: 1;
  width: 2.25rem;
  padding: 0.25em 0;
}

.c-policy__administrator {
  border-top: 1px solid #DDD;
  margin-top: 3rem;
  padding-top: 3rem;
}
@media only screen and (max-width: 991px) {
  .c-policy__administrator {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-policy__administrator {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
.c-policy__administrator--inner {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}
.form-floating {
  width: 100%;
}

.form-floating > label {
  opacity: 0.33;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.33;
  transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.33;
  transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
}

.input-group > :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 > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* form control */
.radio + .radio, .checkbox + .checkbox {
  margin-top: 0.75rem;
}

.form-check-inline .radio + .radio, .form-check-inline .checkbox + .checkbox {
  margin-top: 0;
}

.required-img img {
  width: 2rem;
  height: 0.9rem;
  vertical-align: middle;
  margin-right: 0.25em;
}

.pp-scroll {
  background-color: #FFF;
  height: 12.5rem;
  overflow-y: scroll;
}

.pp-scroll a, .pp-scroll a:hover, .pp-scroll a:active, .pp-scroll a:focus {
  color: var(--textcolor);
}
.pp-scroll a {
  text-decoration: underline;
}
.pp-scroll a:hover, .pp-scroll a:active, .pp-scroll a:focus {
  color: #212121;
  text-decoration: none;
}

.pp-scroll > *:last-child {
  padding-bottom: 1.125rem;
}

@media only screen and (max-width: 767px) {
  .pp-scroll *: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;
}

.reserve-total {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: -moz-min-content;
  width: min-content;
}
@media only screen and (max-width: 575px) {
  .reserve-total {
    display: block;
  }
}
.reserve-total + .reserve-total {
  border-top: 1px dashed #DDD;
  margin-top: 0.5em;
  padding-top: 0.5em;
}
.reserve-total h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 1em;
}

.reserve-year {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: -moz-min-content;
  width: min-content;
}
@media only screen and (max-width: 575px) {
  .reserve-year {
    margin: 0.5em 0;
  }
}

.reserve-date {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: -moz-min-content;
  width: min-content;
}
@media only screen and (max-width: 575px) {
  .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(--formcolor);
}

:-ms-input-placeholder {
  color: var(--formcolor);
}

.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: #FFF6F6;
  line-height: normal;
}

.form-check-label {
  line-height: 1;
  white-space: nowrap;
}

.form-check-input {
  background-color: #FFF;
  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(--formcolor);
  outline: 0;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: var(--formcolor);
  border-color: var(--formcolor);
}

.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(--formcolor);
  border-color: var(--formcolor);
  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;
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--formcolor);
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--formcolor);
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: none;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--formcolor);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #DC3545;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #DC3545;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: none;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #DC3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.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(--formcolor);
  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: #FFF;
  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 > .form-control, .input-group > .form-select, .input-group > .form-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-file .form-file-input:focus ~ .form-file-label {
  z-index: 3;
}

.input-group > .form-file > .form-file-input:focus {
  z-index: 4;
}

.input-group > .form-file:not(:last-child) > .form-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-file:not(:first-child) > .form-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #E9ECEF;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control {
  min-height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
  line-height: 1.25;
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 1.75rem;
}

.input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.label-file {
  padding: 6.25rem 2.5rem;
  color: #FFF;
  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: #FFF;
}
.c-frame__line > img, .c-frame__line a > 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: #FFF;
  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: #FFF;
  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: #FFF;
  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: #FFF;
  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: #FFF;
  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: #FFF;
  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: #FFF;
  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: #FFF;
  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: #FFF;
  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: #FFF;
  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: #FFF;
  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: #FFF;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #FFF 0%, #FFF 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;
}

.c-category__title {
  background-color: var(--categorytitlecolor);
  color: rgb(255, 255, 255);
  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(--maincolor);
    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 li {
    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 li {
  display: flex;
}
@media screen and (max-width: 991px) {
  .c-category__list li {
    padding: 0;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.c-category__list li a {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .c-category__list li a {
    line-height: 0;
    padding: 0 1.5rem;
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 575px) {
  .c-category__list li a {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 991px) {
  .c-category__list, .c-category__list li, .c-category__list li a, input:checked + .c-category__list, input:checked + .c-category__list li, input:checked + .c-category__list li a {
    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 li {
    border-bottom: 1px solid #DDD;
  }
  input:checked + .c-category__list li a {
    line-height: 1.25;
    padding: 1rem 1.5rem;
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .c-category__link a, .c-category__link a:hover, .c-category__link a:active, .c-category__link a:focus {
    font-size: 2.25vw;
  }
  .c-category__item a, .c-category__item a:hover, .c-category__item a:active, .c-category__item a:focus {
    font-size: 2.25vw;
  }
  input:checked + .c-category__list li a {
    padding: 1.5vw 2.5vw;
  }
}
@media screen and (max-width: 575px) {
  .c-category__link a, .c-category__link a:hover, .c-category__link a:active, .c-category__link a:focus {
    font-size: 4vw;
  }
  .c-category__item a, .c-category__item a:hover, .c-category__item a:active, .c-category__item a:focus {
    font-size: 4vw;
  }
  input:checked + .c-category__list li a {
    padding: 3vw 5vw;
  }
}
.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 li {
  border-bottom: none;
  padding: 0.5px;
}
@media screen and (max-width: 991px) {
  .l-outer__main .c-category__list li {
    padding: 0;
  }
}
.l-outer__main .c-category__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-outer__side .c-category__title {
  display: block;
}
.l-outer__side .c-category__list {
  display: block;
}
.l-outer__side .c-category__list li {
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 991px) {
  .l-outer__side .c-category__list li {
    border-bottom: none;
  }
}

.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 a, .c-category__link a:hover, .c-category__link a:active, .c-category__link a:focus {
  background: #000;
  color: #FFF;
  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 a, .c-category__link a:hover, .c-category__link a:active, .c-category__link a:focus {
    font-size: 1.75vw;
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .c-category__link a, .c-category__link a:hover, .c-category__link a:active, .c-category__link a: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__item a, .c-category__item a:hover, .c-category__item a:active, .c-category__item a:focus {
  border: none;
  font-size: 0.9em;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .c-category__item a, .c-category__item a:hover, .c-category__item a:active, .c-category__item a:focus {
    font-size: 1.75vw;
    padding: 2vw;
    border: none;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c-category__item a, .c-category__item a:hover, .c-category__item a:active, .c-category__item a:focus {
    font-size: 2.25vw;
    padding: 2.5vw;
  }
}
@media only screen and (max-width: 575px) {
  .c-category__item a, .c-category__item a:hover, .c-category__item a:active, .c-category__item a:focus {
    font-size: 4vw;
    padding: 5vw;
  }
}
.c-category__item a {
  background-color: rgba(var(--categorynavrgb), 0.5);
  color: #FFF;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .c-category__item a {
    background-color: #FFF;
    color: var(--textcolor);
  }
}
.c-category__item a:hover, .c-category__item a:active, .c-category__item a:focus {
  background-color: rgba(var(--categorynavrgb), 0.75);
  color: #FFF;
  opacity: 0.9;
}
@media only screen and (max-width: 991px) {
  .c-category__item a:hover, .c-category__item a:active, .c-category__item a:focus {
    background-color: rgba(var(--categorynavrgb), 0.1);
    color: var(--textcolor);
  }
}
.c-category__item.active a, .c-category__item.active a:hover, .c-category__item.active a:active, .c-category__item.active a:focus {
  background-color: rgba(var(--categorynavrgb), 1);
  color: #FFF;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .c-category__item.active a, .c-category__item.active a:hover, .c-category__item.active a:active, .c-category__item.active a:focus {
    background-color: rgba(var(--categorynavrgb), 0.1);
    color: var(--textcolor);
    opacity: 0.5;
  }
}

.paging {
  display: flex;
  justify-content: center;
}
.paging .paging-text, .paging .current {
  border: 1px solid #DDD;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  margin: 0 0.125rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 991px) {
  .paging .paging-text, .paging .current {
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
  }
}
.paging .paging-text {
  background-color: #FFF;
  color: #999;
  cursor: pointer;
}
.paging .paging-text:hover {
  background-color: #FFF;
  color: var(--maincolor);
  border-color: var(--maincolor);
  opacity: 1;
}
.paging .current {
  background-color: var(--maincolor);
  color: #FFF;
  border-color: var(--maincolor);
}

.c-box__item--list {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  background: 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: #FFF;
  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: #FFF;
  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;
}

.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: #FFF;
}
.c-cart__progress--yet {
  background: var(--yetcolor);
  color: #FFF;
}
.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-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 > strong, .c-days__flow--noon .c-days__flow--text dl dt > 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 > strong, .c-days__flow--noon .c-days__flow--text dl dt > 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 > strong, .c-days__flow--noon .c-days__flow--text dl dt > 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 > strong, .c-days__flow--noon .c-days__flow--text dl dt > 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;
  }
}

.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;
}

.p-header {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0);
  position: fixed;
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  .p-header {
    height: var(--header-height);
  }
}
.p-header.js-scroll {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 991px) {
  .p-header.js-scroll {
    box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
  }
}
.p-header__logo a img, .p-header__logo a svg {
  vertical-align: top;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .p-header__logo a img, .p-header__logo a svg {
    height: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-header__logo a img, .p-header__logo a svg {
    height: 3rem;
  }
}

.p-menu__toggler:checked, .p-menu__toggler:not(:checked) {
  position: absolute;
  left: -9999px;
  display: none;
}
.p-menu__toggler:checked + label, .p-menu__toggler:not(:checked) + label {
  width: 2rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  position: absolute;
  top: calc((var(--header-height) - 1.5rem) * 0.5);
  right: calc((var(--header-height) - 2rem) * 0.5);
  z-index: 999999;
  caret-color: transparent;
}
.p-menu__toggler:checked + label:before, .p-menu__toggler:not(:checked) + label:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 2rem;
  height: 1.5rem;
  z-index: 999999;
  border-top: 2px solid var(--whitecolor);
  border-bottom: 2px solid var(--whitecolor);
  transition: border-width 100ms 300ms ease, top 100ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 400ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms ease, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.p-menu__toggler:checked + label:after, .p-menu__toggler:not(:checked) + label:after {
  position: absolute;
  top: 0.75rem;
  left: 0;
  content: "";
  display: block;
  width: 1.275rem;
  height: 2px;
  z-index: 999999;
  background-color: var(--whitecolor);
  margin-top: -1px;
  transition: width 100ms 550ms ease, right 100ms 550ms ease, margin-top 100ms ease, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.p-menu__toggler:checked + label:before {
  border-width: 0;
  background-color: var(--whitecolor);
  height: 2px;
  top: 11.5px;
  transform: rotate(45deg);
  transition: border-width 100ms 340ms ease, top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms 500ms ease, transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 991px) {
  .p-menu__toggler:checked + label:before {
    top: 0.75rem;
  }
}
.p-menu__toggler:checked + label:after {
  width: 2rem;
  margin-top: 0;
  right: 0;
  transform: rotate(-45deg);
  transition: width 100ms ease, right 100ms ease, margin-top 100ms 500ms ease, transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}
.p-menu__toggler:checked ~ .p-menu__main {
  animation-play-state: paused;
  top: 100%;
  right: 0;
  background-color: rgba(var(--mainrgb), 1);
  transform: translate(50%, -50%);
  width: 200%;
  height: 200%;
  transition: background-color 3000ms 0ms ease, top 0ms 0ms cubic-bezier(0.23, 1, 0.32, 1), right 50ms 0ms cubic-bezier(0.23, 1, 0.32, 1), transform 50ms 60ms ease, width 750ms 110ms cubic-bezier(0.23, 1, 0.32, 1), height 1000ms 860ms cubic-bezier(0.23, 1, 0.32, 1);
}
.p-menu__toggler:checked ~ .p-menu__main .p-menu__main--fixed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  padding: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  transition: opacity 3000ms 1250ms;
  display: flex;
  justify-content: center;
  overflow-y: auto;
  padding: 8rem;
}
@media (max-width: 1399px) {
  .p-menu__toggler:checked ~ .p-menu__main .p-menu__main--fixed {
    padding: 8rem 6rem 4rem;
  }
}
@media (max-width: 1199px) {
  .p-menu__toggler:checked ~ .p-menu__main .p-menu__main--fixed {
    padding: 10rem 4rem 2rem;
  }
}
@media (max-width: 991px) {
  .p-menu__toggler:checked ~ .p-menu__main .p-menu__main--fixed {
    padding: 18vw 3rem 3rem;
  }
}
@media (max-width: 767px) {
  .p-menu__toggler:checked ~ .p-menu__main .p-menu__main--fixed {
    padding: 13.5vw 3rem 1rem;
  }
}
@media (max-width: 575px) {
  .p-menu__toggler:checked ~ .p-menu__main .p-menu__main--fixed {
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 32vw 10vw 2rem;
  }
}
.p-menu__toggler:checked ~ .p-menu__main .p-menu__main--navigation {
  width: 100%;
  max-width: 16rem;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .p-menu__toggler:checked ~ .p-menu__main .p-menu__main--navigation {
    flex-flow: column nowrap;
  }
}
.p-menu__toggler:checked ~ .p-menu__main .p-menu__main--navigation img {
  width: auto;
  height: 45rem;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .p-menu__toggler:checked ~ .p-menu__main .p-menu__main--navigation img {
    height: 40rem;
  }
}
.p-menu__toggler:checked ~ .p-menu__main ul li {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 700ms ease, transform 500ms ease;
}
.p-menu__toggler:checked ~ .p-menu__main ul li:nth-child(1) {
  transition-delay: 2000ms;
}
.p-menu__toggler:checked ~ .p-menu__main ul li:nth-child(2) {
  transition-delay: 2100ms;
}
.p-menu__toggler:checked ~ .p-menu__main ul li:nth-child(3) {
  transition-delay: 2200ms;
}
.p-menu__toggler:checked ~ .p-menu__main ul li:nth-child(4) {
  transition-delay: 2300ms;
}
.p-menu__toggler:checked ~ .p-menu__main ul li:nth-child(5) {
  transition-delay: 2400ms;
}
.p-menu__toggler:checked ~ .p-menu__main ul li:nth-child(6) {
  transition-delay: 2500ms;
}
.p-menu__toggler:checked ~ .p-menu__main ul li:nth-child(7) {
  transition-delay: 2600ms;
}
.p-menu__toggler:checked ~ .p-menu__main ul li:nth-child(8) {
  transition-delay: 2700ms;
}
@media (max-width: 575px) {
  .p-menu__toggler:checked ~ .p-menu__main ul + ul li:nth-child(1) {
    transition-delay: 2800ms;
  }
  .p-menu__toggler:checked ~ .p-menu__main ul + ul li:nth-child(2) {
    transition-delay: 2900ms;
  }
  .p-menu__toggler:checked ~ .p-menu__main ul + ul li:nth-child(3) {
    transition-delay: 3000ms;
  }
  .p-menu__toggler:checked ~ .p-menu__main ul + ul li:nth-child(4) {
    transition-delay: 3100ms;
  }
  .p-menu__toggler:checked ~ .p-menu__main ul + ul li:nth-child(5) {
    transition-delay: 3200ms;
  }
  .p-menu__toggler:checked ~ .p-menu__main ul + ul li:nth-child(6) {
    transition-delay: 3300ms;
  }
  .p-menu__toggler:checked ~ .p-menu__main ul + ul li:nth-child(7) {
    transition-delay: 3400ms;
  }
  .p-menu__toggler:checked ~ .p-menu__main ul + ul li:nth-child(8) {
    transition-delay: 3500ms;
  }
}
.p-menu__toggler:not(:checked) ~ .p-menu__main .p-menu__main--fixed {
  opacity: 0;
  transition: opacity 300ms;
}
.p-menu__main {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0;
  padding: 0;
  z-index: 99999;
  overflow: hidden;
  background-color: rgba(var(--mainrgb), 0);
  position: fixed;
  top: 0.75rem;
  right: 1rem;
  transition: background-color 1500ms 0ms ease, height 150ms 100ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 75ms 100ms ease;
}
@media (max-width: 1780px) {
  .p-menu__main {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media (max-width: 991px) {
  .p-menu__main {
    width: 4rem;
    height: 4rem;
  }
}
.p-menu__main .p-menu__main--fixed {
  opacity: 0;
  transition: opacity 90ms 1860ms;
}
@media (max-width: 1199px) {
  .p-menu__main .p-menu__main--fixed {
    background-image: none;
  }
}
.p-menu__main ul {
  display: block;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 6;
}
.p-menu__main ul li {
  position: relative;
  display: block;
  width: 100%;
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(2rem);
  transition: all 300ms linear;
}
@media (max-width: 1399px) {
  .p-menu__main ul li {
    margin: 0.4em 0;
  }
}
@media (max-width: 1199px) {
  .p-menu__main ul li {
    margin: 0.3em 0;
  }
}
@media (max-width: 991px) {
  .p-menu__main ul li {
    margin: 0.3em 0;
  }
}
@media (max-width: 767px) {
  .p-menu__main ul li {
    margin: 0.2em 0;
  }
}
.p-menu__main ul li:nth-child(1) {
  transition-delay: 300ms;
}
.p-menu__main ul li:nth-child(2) {
  transition-delay: 250ms;
}
.p-menu__main ul li:nth-child(3) {
  transition-delay: 200ms;
}
.p-menu__main ul li:nth-child(4) {
  transition-delay: 150ms;
}
.p-menu__main ul li:nth-child(5) {
  transition-delay: 100ms;
}
.p-menu__main ul li:nth-child(6) {
  transition-delay: 50ms;
}
.p-menu__main ul li:nth-child(7) {
  transition-delay: 5ms;
}
.p-menu__main ul li a {
  font-size: 1.2em;
  text-transform: uppercase;
  line-height: 2.5;
  display: block;
  position: relative;
  color: rgb(255, 255, 255);
  transition: all 250ms linear;
}
@media (max-width: 1399px) {
  .p-menu__main ul li a {
    line-height: 2.25;
  }
}
@media (max-width: 1199px) {
  .p-menu__main ul li a {
    line-height: 2;
  }
}
@media (max-width: 991px) {
  .p-menu__main ul li a {
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .p-menu__main ul li a {
    font-size: 1em;
    line-height: 1.75;
  }
}
.p-menu__main ul li a, .p-menu__main ul li a:hover, .p-menu__main ul li a:active, .p-menu__main ul li a.active {
  text-decoration: none;
  color: #FFF;
  font-family: var(--font-shippori);
}
.p-menu__main ul li a:after, .p-menu__main ul li a:hover:after, .p-menu__main ul li a:active:after, .p-menu__main ul li a.active:after {
  position: absolute;
  height: 1px;
  display: block;
  background-color: rgb(255, 255, 255);
  left: 0;
  bottom: 0;
  content: "";
}
.p-menu__main ul li a:after {
  right: 100%;
  transition: 0.2s;
}
.p-menu__main ul li a:hover:after, .p-menu__main ul li a:active:after, .p-menu__main ul li a.focus:after {
  right: 0;
  transition: 0.6s;
}
.p-menu__main ul li.active a:after, .p-menu__main ul li.active a:hover:after, .p-menu__main ul li.active a:active:after, .p-menu__main ul li.active a.focus:after {
  right: 0;
  transition: 0.6s;
  opacity: 0.33;
}

.js-scroll .p-menu__toggler:not(:checked) + label:before {
  border-top: 2px solid var(--navcolor);
  border-bottom: 2px solid var(--navcolor);
}
.js-scroll .p-menu__toggler:not(:checked) + label:after {
  background-color: var(--navcolor);
}
.js-scroll .p-menu__toggler:checked + label:before {
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  background-color: var(--whitecolor);
  transition: border-width 100ms 340ms ease, top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms 500ms ease, border-top 200ms 500ms ease, border-bottom 200ms 500ms ease, transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}
.js-scroll .p-menu__toggler:checked + label:after {
  background-color: var(--whitecolor);
  transition: width 100ms ease, right 100ms ease, margin-top 100ms 500ms ease, background-color 200ms 500ms ease, transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}

.p-bgc__gradation {
  background: linear-gradient(to right, var(--gradstart) 50%, var(--gradend) 75%);
  border-top: 1px solid #FFF;
}

.container-fluid {
  padding: 0 2.5rem;
}
@media only screen and (max-width: 1399px) {
  .container-fluid {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .container-fluid {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .container-fluid {
    padding: 0 1rem;
  }
}

.p-box__header--in {
  border-bottom: 1px dashed var(--maincolor);
  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 strong {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 700;
}
.p-box__header--in small + strong {
  margin-top: 0.5rem;
}

.js-pagetop {
  background-image: url('data:image/svg+xml;utf8,<svg width="41" height="41" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41 41"><circle cx="20.5" cy="20.5" r="20.5" style="fill:%23999"/><polyline points="10 24.9 20.05 16 31 25" style="fill:none; stroke:%23fff; stroke-miterlimit:10; stroke-width:2px;"/></svg>');
  width: 4rem;
  height: 4rem;
  background-size: contain;
  margin-right: -79rem;
  right: 50%;
  bottom: 1rem;
}
@media only screen and (max-width: 2560px) {
  .js-pagetop {
    margin: 0;
    right: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .js-pagetop {
    width: 2.25rem;
    height: 2.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
  }
}

.p-footer {
  position: relative;
  z-index: 9;
}
.p-footer__contact {
  background-color: var(--maincolor);
  padding: var(--clearance-padding) 0;
  position: relative;
  border-top: 1px solid var(--graycolor);
}
.p-footer__contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/common/footer-contact__background.jpg) center center/cover no-repeat;
  opacity: 0.25;
}
.p-footer__contact span[data-action=call] {
  color: var(--textcolor) !important;
}
.p-footer__contact .c-poster__ful img {
  opacity: 0.25;
}
.p-footer__contact--recept {
  width: auto;
  margin: 1rem auto 0;
}
.p-footer__contact--recept th, .p-footer__contact--recept td {
  font-size: 1em;
  line-height: 1.5;
  padding: 0;
}
.p-footer__contact--recept th {
  width: 4.5rem;
}
.p-footer__contact--recept td:before {
  margin-right: 0.5em;
  content: "/";
}
.p-footer__logo {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  .p-footer__logo {
    text-align: center;
  }
}
.p-footer__logo img {
  width: auto;
  height: auto;
}
@media only screen and (max-width: 1199px) {
  .p-footer__logo img {
    height: 2.75rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-footer__logo img {
    height: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer__logo img {
    height: 2.25rem;
  }
}
.p-footer__logo--text {
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  .p-footer__logo--text {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .p-footer__logo--text {
    line-height: 1.5;
  }
}
.p-footer__information {
  padding: calc(var(--clearance-padding) / 3 * 2) 0;
}
.p-footer__information span[data-action=call] {
  color: var(--textcolor) !important;
  font-weight: 300 !important;
}
@media only screen and (max-width: 991px) {
  .p-footer__location {
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .p-footer__location--pzip {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .p-footer__location--pzip {
    flex: 0 0 100%;
  }
}
.p-footer__location--address {
  margin-left: 1em;
}
@media only screen and (max-width: 575px) {
  .p-footer__location--address {
    text-align: center;
  }
}
.p-footer__location--building {
  margin-left: 0.5em;
}
.p-footer__location--gmaps {
  margin-left: 0.5em;
}
.p-footer__location--gmaps a {
  color: var(--maincolor);
}
.p-footer__location--gmaps a:hover, .p-footer__location--gmaps a:active, .p-footer__location--gmaps a:focus {
  color: var(--hovercolor);
}
.p-footer__location--phone-freedial {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .p-footer__location--phone-freedial {
    justify-content: center;
  }
}
.p-footer__location--phone-freedial:before {
  content: "";
  display: block;
  background: url(../images/common/freedial-mark.png) left center/contain no-repeat;
  width: 34px;
  height: 20px;
  margin-right: 0.33em;
}
.p-footer__location--phone, .p-footer__location--facsimile {
  flex: 0 0 auto;
}
@media only screen and (max-width: 991px) {
  .p-footer__location--phone, .p-footer__location--facsimile {
    text-align: center;
  }
}
.p-footer__location--phone:before, .p-footer__location--facsimile:before {
  margin-right: 0.33em;
}
.p-footer__location--phone + .p-footer__location--facsimile:before {
  content: "FAX.";
  margin: 0 0.33em 0 1em;
}
.p-footer__links {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .p-footer__links {
    justify-content: center;
  }
}
.p-footer__link {
  display: block;
  border: 1px solid #DDD;
}
.p-footer__link img {
  width: 10rem;
  height: auto;
}
@media only screen and (max-width: 575px) {
  .p-footer__link img {
    max-width: 7.5rem;
  }
}
.p-footer__link + .p-footer__link {
  margin-left: 1em;
}
.p-footer__textmap {
  padding: 1rem 0;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .p-footer__textmap {
    display: none;
  }
}
.p-footer__textmap .l-footer__textmap--menu {
  line-height: 1.75;
}
.p-footer__textmap .p-footer__textmap--item:before {
  content: "-";
  color: var(--textcolor);
  font-weight: normal;
  width: 1em;
  display: inline-block;
  margin-left: 1em;
}
.p-footer__textmap .l-footer__textmap--link, .p-footer__textmap .l-footer__textmap--link:hover, .p-footer__textmap .l-footer__textmap--link:active, .p-footer__textmap .l-footer__textmap--link:focus {
  color: var(--textcolor);
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
}
.p-footer__textmap .l-footer__textmap--link:hover, .p-footer__textmap .l-footer__textmap--link:active, .p-footer__textmap .l-footer__textmap--link:focus {
  color: var(--maincolor);
}
.p-footer__textmap .l-footer__textmap--horizontal .l-footer__textmap--link:hover, .p-footer__textmap .l-footer__textmap--horizontal .l-footer__textmap--link:active, .p-footer__textmap .l-footer__textmap--horizontal .l-footer__textmap--link:focus {
  background-color: rgb(255, 255, 255);
  color: var(--maincolor);
  border-radius: 2px;
}
.p-footer__textmap .l-footer__textmap--vertical + .l-footer__textmap--vertical {
  margin-left: 4em;
}
@media only screen and (max-width: 1399px) {
  .p-footer__textmap .l-footer__textmap--vertical + .l-footer__textmap--vertical {
    margin-left: 3em;
  }
}
@media only screen and (max-width: 1199px) {
  .p-footer__textmap .l-footer__textmap--vertical + .l-footer__textmap--vertical {
    margin-left: 2em;
  }
}
.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;
}

.p-footer__copyright--footer {
  background-color: var(--maincolor);
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 0.5em 0;
  position: relative;
  z-index: 9;
}

.p-footer__caption {
  text-align: center;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 1399px) {
  .p-footer__caption {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 1199px) {
  .p-footer__caption {
    font-size: 0.8em;
  }
}

.p-box__contact {
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--textcolor);
  padding: 2.5rem;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .p-box__contact {
    padding: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-box__contact {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .p-box__contact {
    padding: 1rem;
  }
}
.p-box__contact h4 {
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-box__contact h4 .p-footer__icon {
  font-size: 1.5rem;
}
.p-box__contact h4 .p-footer__icon i {
  font-weight: 900;
}
.p-box__contact h4 span + span {
  margin-left: 0.5em;
}
.p-box__contact .c-phone--lg {
  line-height: 3.25rem;
}
@media only screen and (max-width: 991px) {
  .p-box__contact .c-phone--lg {
    line-height: 2.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-box__contact .c-phone--lg {
    line-height: 2.125rem;
  }
}
@media only screen and (max-width: 575px) {
  .p-box__contact .c-phone--lg {
    line-height: 1;
  }
}
.p-box__contact .u-image__arrow--right, .p-box__contact .u-image__arrow--right:hover, .p-box__contact .u-image__arrow--right:active, .p-box__contact .u-image__arrow--right:focus {
  width: calc(100% - 4rem);
  margin-left: 2rem;
}

_::-webkit-full-page-media, _:future, :root .p-footer__contact:before {
  background-attachment: scroll;
}

::-moz-selection {
  background-color: var(--maincolor);
  color: #FFF;
}

::selection {
  background-color: var(--maincolor);
  color: #FFF;
}

::-moz-selection {
  background-color: var(--maincolor);
  color: #FFF;
}

[class*=container] {
  padding: 0 2.5rem;
}
@media only screen and (max-width: 1399px) {
  [class*=container] {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 991px) {
  [class*=container] {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  [class*=container] {
    padding: 0 1rem;
  }
}

.container-fluid__left, .container-fluid__right {
  width: 100%;
  max-width: 120rem;
}
@media only screen and (max-width: 1399px) {
  .container-fluid__left, .container-fluid__right {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1400px) {
  .container-fluid__left {
    padding-right: calc(50vw - 40rem);
  }
}
@media only screen and (min-width: 1400px) {
  .container-fluid__right {
    padding-left: calc(50vw - 40rem);
  }
}

.c-phone--lg, .c-phone--md, .c-phone--sm, .c-facsimile--lg, .c-facsimile--md, .c-facsimile--sm {
  line-height: 0.75;
  font-weight: 700;
}
.c-phone--lg:before, .c-phone--md:before, .c-phone--sm:before, .c-facsimile--lg:before, .c-facsimile--md:before, .c-facsimile--sm:before {
  font-size: 0.75em;
}
.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;
  }
}
.c-phone--lg, .c-facsimile--lg {
  font-size: 2.5em;
}
@media only screen and (max-width: 1399px) {
  .c-phone--lg, .c-facsimile--lg {
    font-size: 2.25em;
  }
}
@media only screen and (max-width: 1199px) {
  .c-phone--lg, .c-facsimile--lg {
    font-size: 2em;
  }
}
@media only screen and (max-width: 991px) {
  .c-phone--lg, .c-facsimile--lg {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 767px) {
  .c-phone--lg, .c-facsimile--lg {
    font-size: 1.5em;
  }
}
.c-phone--md, .c-facsimile--md {
  font-size: 2em;
}
@media only screen and (max-width: 991px) {
  .c-phone--md, .c-facsimile--md {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 767px) {
  .c-phone--md, .c-facsimile--md {
    font-size: 1.66em;
  }
}
.c-phone--sm, .c-facsimile--sm {
  font-size: 1.5em;
}
@media only screen and (max-width: 991px) {
  .c-phone--sm, .c-facsimile--sm {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .c-phone--sm, .c-facsimile--sm {
    font-size: 1.25em;
  }
}

.p-section__gradiation {
  background: linear-gradient(-39deg, rgb(28, 28, 28) 18%, rgb(33, 33, 33) 52%, rgb(38, 38, 38) 95%);
}

.c-text__link, .c-text__link:hover, .c-text__link:active, .c-text__link:focus {
  color: var(--linkcolor);
}
.c-text__link--light, .c-text__link--light:hover, .c-text__link--light:active, .c-text__link--light:focus {
  color: var(--linkdarkcolor);
}
.c-text__link--dark, .c-text__link--dark:hover, .c-text__link--dark:active, .c-text__link--dark:focus {
  color: var(--linkcolor);
}

.u-image__arrow--left, .u-image__arrow--left:hover, .u-image__arrow--left:active, .u-image__arrow--left:focus, .u-image__arrow--right, .u-image__arrow--right:hover, .u-image__arrow--right:active, .u-image__arrow--right:focus {
  position: relative;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 575px) {
  .u-image__arrow--left, .u-image__arrow--left:hover, .u-image__arrow--left:active, .u-image__arrow--left:focus, .u-image__arrow--right, .u-image__arrow--right:hover, .u-image__arrow--right:active, .u-image__arrow--right:focus {
    width: calc(100% - 16px);
  }
}
.u-image__arrow--left::after, .u-image__arrow--left:hover::after, .u-image__arrow--left:active::after, .u-image__arrow--left:focus::after, .u-image__arrow--right::after, .u-image__arrow--right:hover::after, .u-image__arrow--right:active::after, .u-image__arrow--right:focus::after {
  width: 64px;
  height: 19px;
  margin: -9.5px 0;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  content: "";
}
@media only screen and (max-width: 575px) {
  .u-image__arrow--left::after, .u-image__arrow--left:hover::after, .u-image__arrow--left:active::after, .u-image__arrow--left:focus::after, .u-image__arrow--right::after, .u-image__arrow--right:hover::after, .u-image__arrow--right:active::after, .u-image__arrow--right:focus::after {
    width: 32px;
    height: 10px;
    margin: -5px 0;
  }
}
.u-image__arrow--left, .u-image__arrow--left:hover, .u-image__arrow--left:active, .u-image__arrow--left:focus {
  margin: 0 0 0 32px;
}
@media only screen and (max-width: 575px) {
  .u-image__arrow--left, .u-image__arrow--left:hover, .u-image__arrow--left:active, .u-image__arrow--left:focus {
    margin: 0 0 0 16px;
  }
}
.u-image__arrow--left::after, .u-image__arrow--left:hover::after, .u-image__arrow--left:active::after, .u-image__arrow--left:focus::after {
  background: url(../images/common/arrow-left-dark.png) left center no-repeat;
  left: -32px;
}
@media only screen and (max-width: 575px) {
  .u-image__arrow--left::after, .u-image__arrow--left:hover::after, .u-image__arrow--left:active::after, .u-image__arrow--left:focus::after {
    left: -16px;
  }
}
.u-image__arrow--right, .u-image__arrow--right:hover, .u-image__arrow--right:active, .u-image__arrow--right:focus {
  margin: 0 32px 0 0;
}
@media only screen and (max-width: 575px) {
  .u-image__arrow--right, .u-image__arrow--right:hover, .u-image__arrow--right:active, .u-image__arrow--right:focus {
    margin: 0 16px 0 0;
  }
}
.u-image__arrow--right::after, .u-image__arrow--right:hover::after, .u-image__arrow--right:active::after, .u-image__arrow--right:focus::after {
  background: url(../images/common/arrow-right-dark.png) right center no-repeat;
  right: -32px;
}
@media only screen and (max-width: 575px) {
  .u-image__arrow--right::after, .u-image__arrow--right:hover::after, .u-image__arrow--right:active::after, .u-image__arrow--right:focus::after {
    right: -16px;
  }
}

.c-box--xs, .c-box--sm, .c-box--md, .c-box--lg, .c-box--xl {
  background-color: rgb(255, 255, 255);
}
.c-box--xs .u-image__arrow--left, .c-box--xs .u-image__arrow--left:hover, .c-box--xs .u-image__arrow--left:active, .c-box--xs .u-image__arrow--left:focus, .c-box--xs .u-image__arrow--right, .c-box--xs .u-image__arrow--right:hover, .c-box--xs .u-image__arrow--right:active, .c-box--xs .u-image__arrow--right:focus, .c-box--sm .u-image__arrow--left, .c-box--sm .u-image__arrow--left:hover, .c-box--sm .u-image__arrow--left:active, .c-box--sm .u-image__arrow--left:focus, .c-box--sm .u-image__arrow--right, .c-box--sm .u-image__arrow--right:hover, .c-box--sm .u-image__arrow--right:active, .c-box--sm .u-image__arrow--right:focus, .c-box--md .u-image__arrow--left, .c-box--md .u-image__arrow--left:hover, .c-box--md .u-image__arrow--left:active, .c-box--md .u-image__arrow--left:focus, .c-box--md .u-image__arrow--right, .c-box--md .u-image__arrow--right:hover, .c-box--md .u-image__arrow--right:active, .c-box--md .u-image__arrow--right:focus, .c-box--lg .u-image__arrow--left, .c-box--lg .u-image__arrow--left:hover, .c-box--lg .u-image__arrow--left:active, .c-box--lg .u-image__arrow--left:focus, .c-box--lg .u-image__arrow--right, .c-box--lg .u-image__arrow--right:hover, .c-box--lg .u-image__arrow--right:active, .c-box--lg .u-image__arrow--right:focus, .c-box--xl .u-image__arrow--left, .c-box--xl .u-image__arrow--left:hover, .c-box--xl .u-image__arrow--left:active, .c-box--xl .u-image__arrow--left:focus, .c-box--xl .u-image__arrow--right, .c-box--xl .u-image__arrow--right:hover, .c-box--xl .u-image__arrow--right:active, .c-box--xl .u-image__arrow--right:focus {
  position: relative;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 575px) {
  .c-box--xs .u-image__arrow--left, .c-box--xs .u-image__arrow--left:hover, .c-box--xs .u-image__arrow--left:active, .c-box--xs .u-image__arrow--left:focus, .c-box--xs .u-image__arrow--right, .c-box--xs .u-image__arrow--right:hover, .c-box--xs .u-image__arrow--right:active, .c-box--xs .u-image__arrow--right:focus, .c-box--sm .u-image__arrow--left, .c-box--sm .u-image__arrow--left:hover, .c-box--sm .u-image__arrow--left:active, .c-box--sm .u-image__arrow--left:focus, .c-box--sm .u-image__arrow--right, .c-box--sm .u-image__arrow--right:hover, .c-box--sm .u-image__arrow--right:active, .c-box--sm .u-image__arrow--right:focus, .c-box--md .u-image__arrow--left, .c-box--md .u-image__arrow--left:hover, .c-box--md .u-image__arrow--left:active, .c-box--md .u-image__arrow--left:focus, .c-box--md .u-image__arrow--right, .c-box--md .u-image__arrow--right:hover, .c-box--md .u-image__arrow--right:active, .c-box--md .u-image__arrow--right:focus, .c-box--lg .u-image__arrow--left, .c-box--lg .u-image__arrow--left:hover, .c-box--lg .u-image__arrow--left:active, .c-box--lg .u-image__arrow--left:focus, .c-box--lg .u-image__arrow--right, .c-box--lg .u-image__arrow--right:hover, .c-box--lg .u-image__arrow--right:active, .c-box--lg .u-image__arrow--right:focus, .c-box--xl .u-image__arrow--left, .c-box--xl .u-image__arrow--left:hover, .c-box--xl .u-image__arrow--left:active, .c-box--xl .u-image__arrow--left:focus, .c-box--xl .u-image__arrow--right, .c-box--xl .u-image__arrow--right:hover, .c-box--xl .u-image__arrow--right:active, .c-box--xl .u-image__arrow--right:focus {
    width: calc(100% - 16px);
  }
}
.c-box--xs .u-image__arrow--left::after, .c-box--xs .u-image__arrow--left:hover::after, .c-box--xs .u-image__arrow--left:active::after, .c-box--xs .u-image__arrow--left:focus::after, .c-box--xs .u-image__arrow--right::after, .c-box--xs .u-image__arrow--right:hover::after, .c-box--xs .u-image__arrow--right:active::after, .c-box--xs .u-image__arrow--right:focus::after, .c-box--sm .u-image__arrow--left::after, .c-box--sm .u-image__arrow--left:hover::after, .c-box--sm .u-image__arrow--left:active::after, .c-box--sm .u-image__arrow--left:focus::after, .c-box--sm .u-image__arrow--right::after, .c-box--sm .u-image__arrow--right:hover::after, .c-box--sm .u-image__arrow--right:active::after, .c-box--sm .u-image__arrow--right:focus::after, .c-box--md .u-image__arrow--left::after, .c-box--md .u-image__arrow--left:hover::after, .c-box--md .u-image__arrow--left:active::after, .c-box--md .u-image__arrow--left:focus::after, .c-box--md .u-image__arrow--right::after, .c-box--md .u-image__arrow--right:hover::after, .c-box--md .u-image__arrow--right:active::after, .c-box--md .u-image__arrow--right:focus::after, .c-box--lg .u-image__arrow--left::after, .c-box--lg .u-image__arrow--left:hover::after, .c-box--lg .u-image__arrow--left:active::after, .c-box--lg .u-image__arrow--left:focus::after, .c-box--lg .u-image__arrow--right::after, .c-box--lg .u-image__arrow--right:hover::after, .c-box--lg .u-image__arrow--right:active::after, .c-box--lg .u-image__arrow--right:focus::after, .c-box--xl .u-image__arrow--left::after, .c-box--xl .u-image__arrow--left:hover::after, .c-box--xl .u-image__arrow--left:active::after, .c-box--xl .u-image__arrow--left:focus::after, .c-box--xl .u-image__arrow--right::after, .c-box--xl .u-image__arrow--right:hover::after, .c-box--xl .u-image__arrow--right:active::after, .c-box--xl .u-image__arrow--right:focus::after {
  width: 64px;
  height: 19px;
  margin: -9.5px 0;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  content: "";
}
@media only screen and (max-width: 575px) {
  .c-box--xs .u-image__arrow--left::after, .c-box--xs .u-image__arrow--left:hover::after, .c-box--xs .u-image__arrow--left:active::after, .c-box--xs .u-image__arrow--left:focus::after, .c-box--xs .u-image__arrow--right::after, .c-box--xs .u-image__arrow--right:hover::after, .c-box--xs .u-image__arrow--right:active::after, .c-box--xs .u-image__arrow--right:focus::after, .c-box--sm .u-image__arrow--left::after, .c-box--sm .u-image__arrow--left:hover::after, .c-box--sm .u-image__arrow--left:active::after, .c-box--sm .u-image__arrow--left:focus::after, .c-box--sm .u-image__arrow--right::after, .c-box--sm .u-image__arrow--right:hover::after, .c-box--sm .u-image__arrow--right:active::after, .c-box--sm .u-image__arrow--right:focus::after, .c-box--md .u-image__arrow--left::after, .c-box--md .u-image__arrow--left:hover::after, .c-box--md .u-image__arrow--left:active::after, .c-box--md .u-image__arrow--left:focus::after, .c-box--md .u-image__arrow--right::after, .c-box--md .u-image__arrow--right:hover::after, .c-box--md .u-image__arrow--right:active::after, .c-box--md .u-image__arrow--right:focus::after, .c-box--lg .u-image__arrow--left::after, .c-box--lg .u-image__arrow--left:hover::after, .c-box--lg .u-image__arrow--left:active::after, .c-box--lg .u-image__arrow--left:focus::after, .c-box--lg .u-image__arrow--right::after, .c-box--lg .u-image__arrow--right:hover::after, .c-box--lg .u-image__arrow--right:active::after, .c-box--lg .u-image__arrow--right:focus::after, .c-box--xl .u-image__arrow--left::after, .c-box--xl .u-image__arrow--left:hover::after, .c-box--xl .u-image__arrow--left:active::after, .c-box--xl .u-image__arrow--left:focus::after, .c-box--xl .u-image__arrow--right::after, .c-box--xl .u-image__arrow--right:hover::after, .c-box--xl .u-image__arrow--right:active::after, .c-box--xl .u-image__arrow--right:focus::after {
    width: 32px;
    height: 10px;
    margin: -5px 0;
  }
}
.c-box--xs .u-image__arrow--left::after, .c-box--xs .u-image__arrow--left:hover::after, .c-box--xs .u-image__arrow--left:active::after, .c-box--xs .u-image__arrow--left:focus::after, .c-box--sm .u-image__arrow--left::after, .c-box--sm .u-image__arrow--left:hover::after, .c-box--sm .u-image__arrow--left:active::after, .c-box--sm .u-image__arrow--left:focus::after, .c-box--md .u-image__arrow--left::after, .c-box--md .u-image__arrow--left:hover::after, .c-box--md .u-image__arrow--left:active::after, .c-box--md .u-image__arrow--left:focus::after, .c-box--lg .u-image__arrow--left::after, .c-box--lg .u-image__arrow--left:hover::after, .c-box--lg .u-image__arrow--left:active::after, .c-box--lg .u-image__arrow--left:focus::after, .c-box--xl .u-image__arrow--left::after, .c-box--xl .u-image__arrow--left:hover::after, .c-box--xl .u-image__arrow--left:active::after, .c-box--xl .u-image__arrow--left:focus::after {
  background: url(../images/common/arrow-left-light.png) left center no-repeat;
}
.c-box--xs .u-image__arrow--right::after, .c-box--xs .u-image__arrow--right:hover::after, .c-box--xs .u-image__arrow--right:active::after, .c-box--xs .u-image__arrow--right:focus::after, .c-box--sm .u-image__arrow--right::after, .c-box--sm .u-image__arrow--right:hover::after, .c-box--sm .u-image__arrow--right:active::after, .c-box--sm .u-image__arrow--right:focus::after, .c-box--md .u-image__arrow--right::after, .c-box--md .u-image__arrow--right:hover::after, .c-box--md .u-image__arrow--right:active::after, .c-box--md .u-image__arrow--right:focus::after, .c-box--lg .u-image__arrow--right::after, .c-box--lg .u-image__arrow--right:hover::after, .c-box--lg .u-image__arrow--right:active::after, .c-box--lg .u-image__arrow--right:focus::after, .c-box--xl .u-image__arrow--right::after, .c-box--xl .u-image__arrow--right:hover::after, .c-box--xl .u-image__arrow--right:active::after, .c-box--xl .u-image__arrow--right:focus::after {
  background: url(../images/common/arrow-right-light.png) right center no-repeat;
}

.c-box__heading--dark {
  background-color: rgba(0, 0, 0, 0.25);
}

.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: rgba(153, 153, 153, 0);
  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.1);
}

.p-heading__leftline {
  padding-left: 0.66em;
  border-left: 0.2em solid var(--maincolor);
}

.p-poster__floating-paper {
  background-color: transparent;
  padding-top: var(--clearance-padding);
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .p-poster__floating-paper {
    padding-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .c-poster__md--top {
    padding-top: 33vw !important;
  }
  .c-poster__md--top .c-poster__left.c-poster__top, .c-poster__md--top .c-poster__left.c-poster__bottom, .c-poster__md--top .c-poster__left.c-poster__top--bottom, .c-poster__md--top .c-poster__right.c-poster__top, .c-poster__md--top .c-poster__right.c-poster__bottom, .c-poster__md--top .c-poster__right.c-poster__top--bottom {
    height: 33vw;
  }
}

@media only screen and (max-width: 991px) {
  .c-poster__md--bottom {
    padding-bottom: calc(66vw + var(--clearance-padding)) !important;
  }
  .c-poster__md--bottom .c-poster__left.c-poster__top, .c-poster__md--bottom .c-poster__left.c-poster__bottom, .c-poster__md--bottom .c-poster__left.c-poster__top--bottom, .c-poster__md--bottom .c-poster__right.c-poster__top, .c-poster__md--bottom .c-poster__right.c-poster__bottom, .c-poster__md--bottom .c-poster__right.c-poster__top--bottom {
    height: 66vw;
  }
  .c-poster__md--bottom .c-poster__left.c-poster__top .u-bg__cover, .c-poster__md--bottom .c-poster__left.c-poster__bottom .u-bg__cover, .c-poster__md--bottom .c-poster__left.c-poster__top--bottom .u-bg__cover {
    right: calc(var(--bs-gutter-x) * 0.5);
    width: auto;
  }
  .c-poster__md--bottom .c-poster__right.c-poster__top .u-bg__cover, .c-poster__md--bottom .c-poster__right.c-poster__bottom .u-bg__cover, .c-poster__md--bottom .c-poster__right.c-poster__top--bottom .u-bg__cover {
    left: calc(var(--bs-gutter-x) * 0.5);
    width: auto;
  }
}

.c-poster__left {
  filter: drop-shadow(-12px 12px 0 rgba(var(--grayrgb), 0.1));
}
@media only screen and (max-width: 991px) {
  .c-poster__left {
    filter: drop-shadow(-8px 8px 0 rgba(var(--grayrgb), 0.1));
  }
}
@media only screen and (max-width: 575px) {
  .c-poster__left {
    filter: drop-shadow(-4px 4px 0 rgba(var(--grayrgb), 0.1));
  }
}
.c-poster__left .u-bg__cover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.c-poster__right {
  filter: drop-shadow(-12px 12px 0 rgba(var(--grayrgb), 0.1));
}
@media only screen and (max-width: 991px) {
  .c-poster__right {
    filter: drop-shadow(-8px 8px 0 rgba(var(--grayrgb), 0.1));
  }
}
@media only screen and (max-width: 575px) {
  .c-poster__right {
    filter: drop-shadow(-4px 4px 0 rgba(var(--grayrgb), 0.1));
  }
}
.c-poster__right .u-bg__cover {
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.p-singlebyte {
  font-size: 1.125em;
  font-weight: 400;
}

.p-singlebyte--md {
  font-size: 1.25em;
  font-weight: 700;
}

.p-singlebyte--lg {
  font-size: 1.33em;
  font-weight: 600;
}

.p-outer {
  position: relative;
}
.p-outer .c-box__border--slash {
  background-image: repeating-linear-gradient(135deg, var(--maincolor) 0, var(--maincolor) 8px, #FFF 8px, #FFF 12px);
}
.p-outer .c-list__circle li:before {
  color: #FFF;
}
.p-outer .c-list__circle li + li {
  margin-top: 1.5rem;
}
.p-outer [class*=u-icon]:before, .p-outer [class*=u-icon]:after {
  font-weight: 100;
}
.p-outer .c-box__body {
  background-color: rgb(255, 255, 255);
  color: var(--outercolor);
}
.p-outer .c-box__body .html {
  color: var(--outercolor);
}
.p-outer .c-button__texture--main-solid {
  border-width: 2px;
}
.p-outer .c-button__link {
  border-width: 3px;
  font-weight: 500;
}
.p-outer .c-hero__link, .p-outer .c-hero__link:hover, .p-outer .c-hero__link:active, .p-outer .c-hero__link:focus {
  -webkit-clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0 100%);
          clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0 100%);
}
@media only screen and (max-width: 1199px) {
  .p-outer .c-hero__link, .p-outer .c-hero__link:hover, .p-outer .c-hero__link:active, .p-outer .c-hero__link:focus {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  }
}
@media only screen and (max-width: 575px) {
  .p-outer .c-hero__link, .p-outer .c-hero__link:hover, .p-outer .c-hero__link:active, .p-outer .c-hero__link:focus {
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
            clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  }
}
.p-outer .c-hero__link--title {
  background-color: rgba(0, 0, 0, 0.33);
  transition: background-color 0.3s;
  flex-flow: column nowrap;
  padding: 4rem 6rem;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1399px) {
  .p-outer .c-hero__link--title {
    padding: 3rem 4.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  .p-outer .c-hero__link--title {
    padding: 5rem 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-outer .c-hero__link--title {
    padding: 5rem 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-outer .c-hero__link--title {
    padding: 4rem 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .p-outer .c-hero__link--title {
    padding: 3rem 1.5rem;
  }
}
.p-outer .c-hero__link--title:after {
  background-color: transparent;
  color: var(--whitecolor);
  border: 1px solid var(--whitecolor);
  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: 6rem;
  bottom: 4rem;
  display: none;
}
@media only screen and (max-width: 1399px) {
  .p-outer .c-hero__link--title:after {
    right: 4.25rem;
    bottom: 3rem;
  }
}
@media only screen and (max-width: 1199px) {
  .p-outer .c-hero__link--title:after {
    right: 2.5rem;
    bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-outer .c-hero__link--title:after {
    right: 2.5rem;
    bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-outer .c-hero__link--title:after {
    right: 2rem;
    bottom: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .p-outer .c-hero__link--title:after {
    right: 1.5rem;
    bottom: 3rem;
  }
}
.p-outer .c-hero__link--title h4 {
  font-size: calc(2.5em * var(--textcopy-rate));
  line-height: 1;
  text-transform: capitalize;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.p-outer .c-hero__link--title h4 span {
  color: var(--whitecolor);
  display: block;
  font-family: var(--font-shippori);
}
.p-outer .c-hero__link--title h4:before {
  color: var(--whitecolor);
  font-size: 0.5em;
  line-height: 0.75;
  text-transform: uppercase;
  margin-bottom: calc(var(--clearance-padding) / 4);
  width: -moz-max-content;
  width: max-content;
  content: attr(data-label);
}
.p-outer .c-hero__link--title p {
  line-height: 1.75;
}
.p-outer .c-hero__link:hover .c-hero__link--title, .p-outer .c-hero__link:active .c-hero__link--title, .p-outer .c-hero__link:focus .c-hero__link--title {
  background-color: rgba(0, 0, 0, 0.25);
  transition: background-color 0.6s;
}

.p-button__hover--animation-left-right {
  position: relative;
}
.p-button__hover--animation-left-right span, .p-button__hover--animation-left-right:after {
  color: var(--maincolor);
  position: relative;
  z-index: 1;
}
.p-button__hover--animation-left-right:before {
  background-color: var(--maincolor);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  margin-right: 0;
  display: block;
  animation: animationout 0.5s ease-out 1 forwards;
}
@keyframes animationout {
  0% {
    width: 100%;
  }
  20% {
    width: 100%;
  }
  80% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
.p-button__hover--animation-left-right:hover, .p-button__hover--animation-left-right:active, .p-button__hover--animation-left-right:focus {
  background-color: transparent;
  opacity: 1 !important;
}
.p-button__hover--animation-left-right:hover span, .p-button__hover--animation-left-right:hover:after, .p-button__hover--animation-left-right:active span, .p-button__hover--animation-left-right:active:after, .p-button__hover--animation-left-right:focus span, .p-button__hover--animation-left-right:focus:after {
  color: #FFF;
  position: relative;
  z-index: 1;
}
.p-button__hover--animation-left-right:hover:before, .p-button__hover--animation-left-right:active:before, .p-button__hover--animation-left-right:focus:before {
  background-color: var(--maincolor);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  animation: animationhover 0.5s ease-in 1 forwards;
}
@keyframes animationhover {
  0% {
    width: 0;
  }
  20% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

.p-bgc__palecolor--left, .p-bgc__palecolor--left-top, .p-bgc__palecolor--left-top-short, .p-bgc__palecolor--left-bottom, .p-bgc__palecolor--left-short, .p-bgc__palecolor--right, .p-bgc__palecolor--right-top, .p-bgc__palecolor--right-bottom, .p-bgc__palecolor--right-short {
  position: relative;
}
.p-bgc__palecolor--left:before, .p-bgc__palecolor--left-top:before, .p-bgc__palecolor--left-top-short:before, .p-bgc__palecolor--left-bottom:before, .p-bgc__palecolor--left-short:before, .p-bgc__palecolor--right:before, .p-bgc__palecolor--right-top:before, .p-bgc__palecolor--right-bottom:before, .p-bgc__palecolor--right-short:before {
  background-color: var(--carpetcolor);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150%;
  background-repeat: no-repeat;
  content: "";
}
@media only screen and (max-width: 1399px) {
  .p-bgc__palecolor--left:before, .p-bgc__palecolor--left-top:before, .p-bgc__palecolor--left-top-short:before, .p-bgc__palecolor--left-bottom:before, .p-bgc__palecolor--left-short:before, .p-bgc__palecolor--right:before, .p-bgc__palecolor--right-top:before, .p-bgc__palecolor--right-bottom:before, .p-bgc__palecolor--right-short:before {
    width: 100%;
  }
}
.p-bgc__palecolor--left:before {
  right: calc(50% - 660px + var(--clearance-padding));
  background-position: right top;
}
@media only screen and (max-width: 1399px) {
  .p-bgc__palecolor--left:before {
    right: 0;
  }
}
.p-bgc__palecolor--left-top:before {
  background-position: right top;
  top: var(--clearance-padding);
  right: calc(50% - 660px + var(--clearance-padding));
}
@media only screen and (max-width: 1399px) {
  .p-bgc__palecolor--left-top:before {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .p-bgc__palecolor--left-top:before {
    top: 0;
  }
}
.p-bgc__palecolor--left-top-short:before {
  background-position: right top;
  top: calc(var(--clearance-padding) * 2);
  right: calc(50% - 660px + var(--clearance-padding));
}
@media only screen and (max-width: 1399px) {
  .p-bgc__palecolor--left-top-short:before {
    top: 0;
    left: 0;
  }
}
.p-bgc__palecolor--left-bottom:before {
  background-position: right top;
  right: calc(50% - 660px + var(--clearance-padding));
  bottom: var(--clearance-padding);
}
@media only screen and (max-width: 1399px) {
  .p-bgc__palecolor--left-bottom:before {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .p-bgc__palecolor--left-bottom:before {
    bottom: 0;
  }
}
.p-bgc__palecolor--left-short:before {
  background-position: right top;
  right: calc(50% - 660px + var(--clearance-padding));
  bottom: calc(var(--clearance-padding) * 1.5);
}
@media only screen and (max-width: 1399px) {
  .p-bgc__palecolor--left-short:before {
    left: 0;
  }
}
.p-bgc__palecolor--left-short .c-title__index1 {
  padding-bottom: 6rem;
}
@media only screen and (max-width: 1199px) {
  .p-bgc__palecolor--left-short .c-title__index1 {
    padding-bottom: 6.25vw;
  }
}
@media only screen and (max-width: 991px) {
  .p-bgc__palecolor--left-short .c-title__index1 {
    padding-bottom: 0;
  }
}
.p-bgc__palecolor--right:before {
  background-position: left top;
  left: calc(50% - 660px + var(--clearance-padding));
}
@media only screen and (max-width: 1399px) {
  .p-bgc__palecolor--right:before {
    left: 0;
  }
}
.p-bgc__palecolor--right-top:before {
  background-position: right top;
  top: var(--clearance-padding);
  left: calc(50% - 660px + var(--clearance-padding));
}
@media only screen and (max-width: 1399px) {
  .p-bgc__palecolor--right-top:before {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .p-bgc__palecolor--right-top:before {
    top: 0;
  }
}
.p-bgc__palecolor--right-bottom:before {
  background-position: right top;
  left: calc(50% - 660px + var(--clearance-padding));
  bottom: var(--clearance-padding);
}
@media only screen and (max-width: 1399px) {
  .p-bgc__palecolor--right-bottom:before {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .p-bgc__palecolor--right-bottom:before {
    bottom: 0;
  }
}
.p-bgc__palecolor--right-short:before {
  background-position: left top;
  left: calc(50% - 660px + var(--clearance-padding));
  bottom: calc(var(--clearance-padding) * 1.5);
}
@media only screen and (max-width: 1399px) {
  .p-bgc__palecolor--right-short:before {
    left: 0;
  }
}
.p-lead__invert--main {
  background-color: var(--maincolor);
  color: #FFF;
  font-size: 1.25em;
  line-height: 1.25;
  font-weight: 700;
  padding: 0.25em 0.5em;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
  .p-lead__invert--main {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 767px) {
  .p-lead__invert--main {
    font-size: 1em;
  }
}

.p-th--appeal {
  background-color: var(--subcolor) !important;
  color: #FFF;
  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 only screen and (max-width: 991px) {
  .p-table__layout--fixed th {
    width: 75%;
  }
}
@media only screen and (max-width: 575px) {
  .p-table__layout--fixed th {
    width: 19em;
  }
}

@media only screen and (max-width: 991px) {
  .p-table__combined {
    border-top-color: transparent;
  }
}

.p-frame__about {
  border: 1px solid #FFF;
  padding: calc(var(--clearance-padding) * var(--heading-margin) + 20px);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .p-frame__about {
    padding: calc(var(--clearance-padding) * var(--heading-margin) + 15px);
  }
}
@media only screen and (max-width: 767px) {
  .p-frame__about {
    padding: calc(var(--clearance-padding) * var(--heading-margin) + 10px);
  }
}
.p-frame__about:before {
  border: 1px solid #FFF;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
}
@media only screen and (max-width: 991px) {
  .p-frame__about:before {
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
  }
}
@media only 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(--maincolor);
  padding-bottom: 0.25em;
}
@media only screen and (max-width: 767px) {
  .p-lead__underline {
    padding-bottom: 0.125em;
  }
}
.p-lead__underline--light {
  border-bottom: 1px solid #FFF;
  padding-bottom: 0.25em;
}
@media only 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: 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 only screen and (max-width: 991px) {
  .p-button__bottom {
    margin: 0 2rem 2rem;
  }
}
@media only 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: #FFF;
  color: rgb(156, 210, 255);
}

.p-box__item, .p-box__item:hover, .p-box__item:active, .p-box__item:focus {
  display: block;
}
.p-box__item--category {
  background-color: var(--accentcolor);
  color: #FFF;
  border-radius: 2.25rem;
  line-height: 1.25;
  margin: 1.5rem 0;
  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--title {
  color: rgb(255, 255, 255);
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.p-box__item--price {
  color: var(--accentcolor);
  font-size: 1.125em;
  line-height: 1;
  font-weight: 700;
  margin-top: 2.5em;
}

.p-devider__line {
  border-bottom: 1px solid var(--textcolor);
  width: 3rem;
  margin: 1.125em auto 1.75em;
}

.p-youtube__dummy {
  background-color: rgb(66, 66, 66);
  margin: 0 auto;
  width: 100%;
  max-width: 920px;
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-youtube__dummy i {
  color: var(--textcolor);
  font-size: 6em;
}

.p-googlecalendar__dummy {
  background-color: rgb(66, 66, 66);
  margin: 0 auto;
  width: 100%;
  max-width: 920px;
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-googlecalendar__dummy i {
  color: var(--textcolor);
  font-size: 6em;
}

.d-flex > form {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .c-category__title {
    color: #FFF;
  }
}

.c-category__item a {
  background-color: rgb(255, 255, 255);
  color: var(--textcolor);
}
@media only screen and (max-width: 991px) {
  .c-category__item a {
    background-color: rgb(255, 255, 255);
    color: var(--textcolor);
  }
}
.c-category__item a:hover, .c-category__item a:active, .c-category__item a:focus {
  background-color: rgba(var(--categorynavrgb), 0.1);
  color: var(--textcolor);
}

.c-category__item.active a, .c-category__item.active a:hover, .c-category__item.active a:active, .c-category__item.active a:focus {
  background-color: rgba(var(--categorynavrgb), 0.5);
  color: #FFF;
  opacity: 1;
}

.breadcrumb-item a, .breadcrumb-item a:hover, .breadcrumb-item a:active, .breadcrumb-item a:focus {
  color: var(--linkcolor);
}

.item-number {
  text-align: center;
}

.u-max-content {
  width: -moz-max-content;
  width: max-content;
}

.btn {
  background-color: rgb(255, 255, 255);
  color: var(--outercolor);
  width: 40px;
  border: 1px solid #ced4da;
}
.btn:hover, .btn:active, .btn:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--outercolor);
  width: 40px;
  border: 1px solid #ced4da;
}

.u-td__price {
  width: 12rem;
  text-align: right;
}

.u-td__number {
  width: 16rem;
}

.u-td__cart {
  width: 16rem;
}

@media only screen and (max-width: 1199px) {
  .p-shop__cart--input tr {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .p-shop__cart--input tr td {
    display: block;
    border-bottom: none;
  }
  .p-shop__cart--input tr .u-td__title {
    flex: 1 1 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
  }
  .p-shop__cart--input tr .u-td__price {
    flex: 1 1 calc(100% - 28rem);
  }
  .p-shop__cart--input tr .u-td__number {
    flex: 1 1 12rem;
  }
  .p-shop__cart--input tr .u-td__cart {
    flex: 1 1 12rem;
  }
}
@media only screen and (max-width: 575px) {
  .p-shop__cart--input tr {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .p-shop__cart--input tr td {
    display: block;
    border-bottom: none;
  }
  .p-shop__cart--input tr .u-td__title {
    flex: 1 1 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
  }
  .p-shop__cart--input tr .u-td__price {
    flex: 1 1 100%;
  }
  .p-shop__cart--input tr .u-td__number {
    flex: 1 1 100%;
  }
  .p-shop__cart--input tr .u-td__cart {
    flex: 1 1 100%;
  }
}

.p-hr__vertical {
  border: none;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  width: 3px;
  height: 12.5rem;
  margin: 1rem 2.5rem;
}
@media only screen and (max-width: 1399px) {
  .p-hr__vertical {
    margin: 1rem 2rem;
    height: 10rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-hr__vertical {
    margin: 1rem 1.5rem;
    height: 7.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .p-hr__vertical {
    margin: 1rem 0;
    width: auto;
    height: 3px;
  }
}

.p-bracket__color--main:before {
  border-top: 3px solid var(--maincolor);
  border-right: 3px solid var(--maincolor);
}
@media screen and (max-width: 991px) {
  .p-bracket__color--main:before {
    border-top: 2px solid var(--maincolor);
    border-right: 2px solid var(--maincolor);
  }
}
@media screen and (max-width: 767px) {
  .p-bracket__color--main:before {
    border-top: 1px solid var(--maincolor);
    border-right: 1px solid var(--maincolor);
  }
}
.p-bracket__color--main:after {
  border-left: 3px solid var(--maincolor);
  border-bottom: 3px solid var(--maincolor);
}
@media screen and (max-width: 991px) {
  .p-bracket__color--main:after {
    border-left: 2px solid var(--maincolor);
    border-bottom: 2px solid var(--maincolor);
  }
}
@media screen and (max-width: 767px) {
  .p-bracket__color--main:after {
    border-left: 1px solid var(--maincolor);
    border-bottom: 1px solid var(--maincolor);
  }
}
.p-bracket__color--accent:before {
  border-top: 3px solid var(--accentcolor);
  border-right: 3px solid var(--accentcolor);
}
@media screen and (max-width: 991px) {
  .p-bracket__color--accent:before {
    border-top: 2px solid var(--accentcolor);
    border-right: 2px solid var(--accentcolor);
  }
}
@media screen and (max-width: 767px) {
  .p-bracket__color--accent:before {
    border-top: 1px solid var(--accentcolor);
    border-right: 1px solid var(--accentcolor);
  }
}
.p-bracket__color--accent:after {
  border-left: 3px solid var(--accentcolor);
  border-bottom: 3px solid var(--accentcolor);
}
@media screen and (max-width: 991px) {
  .p-bracket__color--accent:after {
    border-left: 2px solid var(--accentcolor);
    border-bottom: 2px solid var(--accentcolor);
  }
}
@media screen and (max-width: 767px) {
  .p-bracket__color--accent:after {
    border-left: 1px solid var(--accentcolor);
    border-bottom: 1px solid var(--accentcolor);
  }
}

.c-button__color--main.c-button__colorful--solid, .c-button__color--main.c-button__colorful--solid:hover, .c-button__color--main.c-button__colorful--solid:active, .c-button__color--main.c-button__colorful--solid:focus {
  background-color: rgb(255, 255, 255);
  color: var(--maincolor);
  border-color: var(--maincolor);
}
.c-button__color--main.c-button__colorful--solid:hover, .c-button__color--main.c-button__colorful--solid:active, .c-button__color--main.c-button__colorful--solid:focus {
  background-color: rgba(var(--mainrgbcolor), 0.25);
  color: var(--maincolor);
}
.c-button__color--main.c-button__colorful--outline, .c-button__color--main.c-button__colorful--outline:hover, .c-button__color--main.c-button__colorful--outline:active, .c-button__color--main.c-button__colorful--outline:focus {
  color: var(--buttoncolor);
  border-color: var(--buttoncolor);
}
.c-button__color--main.c-button__colorful--outline:hover, .c-button__color--main.c-button__colorful--outline:active, .c-button__color--main.c-button__colorful--outline:focus {
  background-color: rgba(var(--buttonrgbcolor), 0.25);
  color: var(--buttoncolor);
}
.c-button__color--accent.c-button__colorful--solid, .c-button__color--accent.c-button__colorful--solid:hover, .c-button__color--accent.c-button__colorful--solid:active, .c-button__color--accent.c-button__colorful--solid:focus {
  background-color: rgb(255, 255, 255);
  color: var(--accentcolor);
  border-color: var(--accentcolor);
}
.c-button__color--accent.c-button__colorful--solid:hover, .c-button__color--accent.c-button__colorful--solid:active, .c-button__color--accent.c-button__colorful--solid:focus {
  background-color: rgba(var(--accentrgbcolor), 0.25);
  color: var(--accentcolor);
}
.c-button__color--accent.c-button__colorful--outline, .c-button__color--accent.c-button__colorful--outline:hover, .c-button__color--accent.c-button__colorful--outline:active, .c-button__color--accent.c-button__colorful--outline:focus {
  color: var(--accentcolor);
  border-color: var(--accentcolor);
}
.c-button__color--accent.c-button__colorful--outline:hover, .c-button__color--accent.c-button__colorful--outline:active, .c-button__color--accent.c-button__colorful--outline:focus {
  background-color: rgba(var(--accentrgbcolor), 0.25);
  color: var(--accentcolor);
}
.c-button__color--light.c-button__colorful--solid, .c-button__color--light.c-button__colorful--solid:hover, .c-button__color--light.c-button__colorful--solid:active, .c-button__color--light.c-button__colorful--solid:focus {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.c-button__color--light.c-button__colorful--solid:hover, .c-button__color--light.c-button__colorful--solid:active, .c-button__color--light.c-button__colorful--solid:focus {
  background-color: rgba(255, 255, 255, 0.25);
  color: rgb(255, 255, 255);
}
.c-button__color--light.c-button__colorful--outline, .c-button__color--light.c-button__colorful--outline:hover, .c-button__color--light.c-button__colorful--outline:active, .c-button__color--light.c-button__colorful--outline:focus {
  color: var(--accentcolor);
  border-color: var(--accentcolor);
}
.c-button__color--light.c-button__colorful--outline:hover, .c-button__color--light.c-button__colorful--outline:active, .c-button__color--light.c-button__colorful--outline:focus {
  background-color: rgba(var(--accentrgbcolor), 0.25);
  color: var(--accentcolor);
}
.c-button__color--overlay.c-button__colorful--solid, .c-button__color--overlay.c-button__colorful--solid:hover, .c-button__color--overlay.c-button__colorful--solid:active, .c-button__color--overlay.c-button__colorful--solid:focus {
  background-color: rgba(23, 70, 162, 0.5);
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.c-button__color--overlay.c-button__colorful--solid:hover, .c-button__color--overlay.c-button__colorful--solid:active, .c-button__color--overlay.c-button__colorful--solid:focus {
  background-color: rgba(23, 70, 162, 0.75);
  color: rgb(255, 255, 255);
}
.c-button__color--overlay.c-button__colorful--outline, .c-button__color--overlay.c-button__colorful--outline:hover, .c-button__color--overlay.c-button__colorful--outline:active, .c-button__color--overlay.c-button__colorful--outline:focus {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.c-button__color--overlay.c-button__colorful--outline:hover, .c-button__color--overlay.c-button__colorful--outline:active, .c-button__color--overlay.c-button__colorful--outline:focus {
  background-color: rgba(23, 70, 162, 0.25);
  color: rgb(255, 255, 255);
}
.c-button__position--start, .c-button__position--start:hover, .c-button__position--start:active, .c-button__position--start:focus, .c-button__position--center, .c-button__position--center:hover, .c-button__position--center:active, .c-button__position--center:focus, .c-button__position--end, .c-button__position--end:hover, .c-button__position--end:active, .c-button__position--end:focus {
  width: 11.25rem;
}
.c-button__position--start, .c-button__position--start:hover, .c-button__position--start:active, .c-button__position--start:focus {
  margin-right: auto;
}
.c-button__position--center, .c-button__position--center:hover, .c-button__position--center:active, .c-button__position--center:focus {
  margin: 0 auto;
}
.c-button__position--end, .c-button__position--end:hover, .c-button__position--end:active, .c-button__position--end:focus {
  margin-left: auto;
}

.p-table__technology--management {
  table-layout: fixed;
}
.p-table__technology--management th:first-child {
  width: 12em;
}
.p-table__technology--management th:not(:first-child) {
  text-align: center;
  width: auto;
}
.p-table__technology--management td:not(:first-child) {
  text-align: center;
}

.p-floating__image {
  z-index: 999;
}

.p-text__background--darktrans {
  color: #FFF;
  padding: var(--clearance-padding);
  position: relative;
}
.p-text__background--darktrans:after {
  background-color: rgba(var(--mainrgb), 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
.p-text__background--darktrans strong[class*=c-heading__] {
  border-color: rgb(255, 255, 255);
}

.p-text__background--darktrans {
  color: #FFF;
  padding: var(--clearance-padding);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .p-text__background--darktrans {
    padding: 1.5em;
  }
}
@media only screen and (max-width: 575px) {
  .p-text__background--darktrans {
    padding: 1em;
  }
}

.p-text__background--darktrans * {
  position: relative;
  z-index: 1;
}

.justify-content-start .u-effect__background--blur:before {
  left: 0;
}

.justify-content-end .u-effect__background--blur:before {
  right: 0;
}

@media only screen and (min-width: 992px) {
  .justify-content-start .u-effect__background--blur.p-text__background--darktrans {
    padding-right: 0;
  }
}
.justify-content-start .u-effect__background--blur.p-text__background--darktrans:before, .justify-content-start .u-effect__background--blur.p-text__background--darktrans:after {
  left: 0;
  right: auto;
  width: calc((1320px + 8rem) / 12 * 7 - 4rem);
}
@media only screen and (max-width: 1399px) {
  .justify-content-start .u-effect__background--blur.p-text__background--darktrans:before, .justify-content-start .u-effect__background--blur.p-text__background--darktrans:after {
    width: calc((1110px + 6rem) / 12 * 7 - 3rem);
  }
}
@media only screen and (max-width: 1199px) {
  .justify-content-start .u-effect__background--blur.p-text__background--darktrans:before, .justify-content-start .u-effect__background--blur.p-text__background--darktrans:after {
    width: calc((930px + 4rem) / 12 * 7 - 2rem);
  }
}
@media only screen and (max-width: 991px) {
  .justify-content-start .u-effect__background--blur.p-text__background--darktrans:before, .justify-content-start .u-effect__background--blur.p-text__background--darktrans:after {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .justify-content-end .u-effect__background--blur.p-text__background--darktrans {
    padding-left: 0;
  }
}
.justify-content-end .u-effect__background--blur.p-text__background--darktrans:before, .justify-content-end .u-effect__background--blur.p-text__background--darktrans:after {
  left: auto;
  right: 0;
  width: calc((1320px + 8rem) / 12 * 7 - 4rem);
}
@media only screen and (max-width: 1399px) {
  .justify-content-end .u-effect__background--blur.p-text__background--darktrans:before, .justify-content-end .u-effect__background--blur.p-text__background--darktrans:after {
    width: calc((1110px + 6rem) / 12 * 7 - 3rem);
  }
}
@media only screen and (max-width: 1199px) {
  .justify-content-end .u-effect__background--blur.p-text__background--darktrans:before, .justify-content-end .u-effect__background--blur.p-text__background--darktrans:after {
    width: calc((930px + 4rem) / 12 * 7 - 2rem);
  }
}
@media only screen and (max-width: 991px) {
  .justify-content-end .u-effect__background--blur.p-text__background--darktrans:before, .justify-content-end .u-effect__background--blur.p-text__background--darktrans:after {
    width: 100%;
  }
}

.p-dropshadow__image {
  filter: drop-shadow(0 0 0.25rem rgba(102, 199, 255, 0.66));
}

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

:root {
  --effectcolor:rgb(255,255,255);
}

[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(--effectcolor);
  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-index__ets:before, .p-index__waterjet:before, .p-index__news:before {
  color: rgba(var(--mainrgb), 0.1);
  font-size: calc(10.5em * var(--responsive-rate));
  line-height: 0.75;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-right: 0.05em;
  text-transform: uppercase;
  position: absolute;
  white-space: nowrap;
  content: attr(data-label);
}
.p-index__ets:before {
  top: 0;
  right: 0;
}
.p-index__ets .c-poster__bottom--full {
  top: calc(var(--clearance-padding) * 3);
}
@media only screen and (max-width: 991px) {
  .p-index__ets .c-poster__bottom--full {
    bottom: 0;
  }
}
.p-index__ets .c-poster__bottom--full:after {
  background-color: rgb(var(--palergb), 0.75);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.p-index__waterjet:before {
  top: 0;
  left: 0;
}
.p-index__waterjet h4 {
  font-size: 1.75em;
  line-height: 1.5;
  font-family: var(--font-shippori);
  margin-bottom: calc(var(--clearance-padding) / 2);
}
@media only screen and (max-width: 991px) {
  .p-index__waterjet h4 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-index__waterjet h4 {
    font-size: 1.25em;
  }
}
.p-index__waterjet .c-poster__bottom--full {
  top: calc(var(--clearance-padding) * 3);
}
@media only screen and (max-width: 991px) {
  .p-index__waterjet .c-poster__bottom--full {
    bottom: 0;
  }
}
.p-index__waterjet .c-poster__bottom--full:after {
  background-color: rgb(var(--palergb), 0.75);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.p-index__news:before {
  top: 0;
  left: 0;
}

.p-image__clippath {
  -webkit-clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0 100%);
          clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0 100%);
}

.p-about__policy--list {
  list-style: none;
  counter-reset: policy;
}
.p-about__policy--list > li {
  line-height: 1.5;
  padding: 3rem 2.5rem 2rem;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .p-about__policy--list > li {
    padding: 2.5rem 2rem 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-about__policy--list > li {
    padding: 2rem 1.5rem 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .p-about__policy--list > li {
    padding: 1.5rem 1rem 0.5rem;
  }
}
.p-about__policy--list > li p {
  margin-bottom: 0.33em;
}
.p-about__policy--list > li:before {
  counter-increment: policy;
  content: "0" counter(policy) "";
  color: var(--maincolor);
  font-size: 3em;
  line-height: 0.75;
  font-weight: 700;
  position: absolute;
  top: -0.375em;
}
.p-about__policy--list > li + li {
  margin-top: 2rem;
}
.p-about__policy--list > li p {
  margin: 0.5em 0 0.25em;
}
.p-about__policy--list > li:nth-of-type(1) {
  background-color: rgba(var(--palergbcolor), 1);
}
.p-about__policy--list > li:nth-of-type(2) {
  background-color: rgba(var(--palergbcolor), 0.67);
}
.p-about__policy--list > li:nth-of-type(3) {
  background-color: rgba(var(--palergbcolor), 0.33);
}

.p-section__decoration {
  margin-top: -3rem;
  position: absolute;
  right: calc(50% + 385px);
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .p-section__decoration {
    right: calc(50% + 225px);
    margin-top: -2.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .p-section__decoration {
    right: calc(50% + 180px);
    margin-top: -2rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-section__decoration {
    right: calc(50% + 135px);
    margin-top: -1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-section__decoration {
    right: calc(50% + 90px);
    margin-top: -1rem;
  }
}
@media only screen and (max-width: 575px) {
  .p-section__decoration {
    right: calc(50% + 45px);
  }
}
.p-section__decoration img {
  width: auto;
  height: 20rem;
}
@media only screen and (max-width: 1399px) {
  .p-section__decoration img {
    height: 17rem;
  }
}
@media only screen and (max-width: 1199px) {
  .p-section__decoration img {
    height: 14rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-section__decoration img {
    height: 11rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-section__decoration img {
    height: 8rem;
  }
}
@media only screen and (max-width: 575px) {
  .p-section__decoration img {
    height: 5rem;
  }
}

.p-heading__collaboraiton {
  font-size: 1.33em;
  color: var(--textcolor);
  margin-bottom: 1.5em;
  text-transform: uppercase;
  opacity: 0.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-heading__collaboraiton:before, .p-heading__collaboraiton:after {
  content: "-";
  margin: 0 0.33em;
}

.p-flag__collaboration {
  display: flex;
  justify-content: center;
}
.p-flag__spain, .p-flag__times, .p-flag__japan {
  text-align: center;
  margin: 0 1rem;
}

.p-box__customer {
  border-left: 8px solid var(--textcolor);
  color: var(--textcolor);
  padding-left: 3rem;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .p-box__customer {
    flex-flow: row wrap;
  }
}
.p-box__customer h4 {
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1.5em;
  display: flex;
  align-items: center;
}
.p-box__customer h4 span + span {
  margin-left: 1em;
}

.js-equipment {
  overflow: hidden;
}
.js-equipment .swiper-button-prev.white, .js-equipment .swiper-button-next.white {
  color: rgb(255, 255, 255);
}
.js-equipment .swiper-button-prev {
  left: -3rem;
}
.js-equipment .swiper-button-next {
  right: -3rem;
}

.p-mainimage {
  position: relative;
}
.p-mainimage:before {
  background-color: rgba(var(--mainrgb), 0.5);
  width: 25rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 0 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 0 100%);
  content: "";
}
@media only screen and (max-width: 1199px) {
  .p-mainimage:before {
    width: 19rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-mainimage:before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 10% 100%, 0 100%);
            clip-path: polygon(0% 0%, 100% 0%, 10% 100%, 0 100%);
  }
}
.p-mainimage__cover {
  background-color: #000;
  width: 100%;
  height: 100vh;
  max-height: 50rem;
}
@media only screen and (max-width: 991px) {
  .p-mainimage__cover {
    height: 75vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-mainimage__cover {
    height: 100vh;
  }
}
@media only screen and (max-width: 575px) {
  .p-mainimage__cover {
    height: 100vw;
  }
}
.p-mainimage__cover img {
  opacity: 0.75;
}
.p-mainimage__text {
  color: var(--darkgraycolor);
  justify-content: flex-start;
  align-items: flex-end;
}
@media only screen and (max-width: 575px) {
  .p-mainimage__text {
    align-items: flex-end;
  }
}
.p-mainimage__text--copy {
  background-color: transparent;
  padding: 0;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 1399px) {
  .p-mainimage__text--copy {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-mainimage__text--copy {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .p-mainimage__text--copy {
    padding-bottom: 1rem;
  }
}
.p-mainimage__text--copy h2, .p-mainimage__text--copy p {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}
.p-mainimage__text--catch {
  font-size: calc(2.5em * var(--textcopy-rate));
  line-height: 1;
  font-weight: 700;
  margin-top: 0;
  display: block;
  text-transform: uppercase;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  font-family: var(--font-shippori);
}
.p-mainimage__text--catch .p-effect__revealing--target {
  color: rgb(255, 255, 255);
  display: block;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.05em;
  padding: 0.25em 2.5rem;
}
@media only screen and (max-width: 1399px) {
  .p-mainimage__text--catch .p-effect__revealing--target {
    padding: 0.25em 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-mainimage__text--catch .p-effect__revealing--target {
    padding: 0.25em 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .p-mainimage__text--catch .p-effect__revealing--target {
    padding: 0.25em 1rem;
    line-height: 1.5;
  }
}

.p-heading__index1--light, .p-heading__index1--dark {
  font-size: calc(2.5em * var(--textcopy-rate));
  line-height: 1;
  font-weight: 400;
  display: flex;
  flex-flow: row wrap;
}
.p-heading__index1--light small, .p-heading__index1--dark small {
  font-size: 1em;
  line-height: 0.75;
  margin-bottom: 1.25em;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-heading__index1--light small, .p-heading__index1--dark small {
    font-size: 1.125em;
  }
}
.p-heading__index1--light small + small, .p-heading__index1--dark small + small {
  margin-left: 0.33em;
}
.p-heading__index1--light span, .p-heading__index1--dark span {
  line-height: 1.25;
  color: var(--textcolor);
  font-family: var(--font-shippori);
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  flex: 0 0 100%;
}
.p-heading__index1--light::before, .p-heading__index1--dark::before {
  font-size: 0.5em;
  line-height: 0.75;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: calc(var(--clearance-padding) / 6);
  width: -moz-max-content;
  width: max-content;
  content: attr(data-label);
}
.p-heading__index1--light.text-center span, .p-heading__index1--dark.text-center span {
  margin: 0 auto;
}
.p-heading__index1--light.text-center::before, .p-heading__index1--dark.text-center::before {
  text-indent: 0.025em;
  margin-left: auto;
  margin-right: auto;
}
.p-heading__index1--light.text-center::after, .p-heading__index1--dark.text-center::after {
  margin-left: auto;
  margin-right: auto;
}
.p-heading__index1--light.c-heading__devider, .p-heading__index1--dark.c-heading__devider {
  padding-bottom: calc(1.5em + 2px);
}
.p-heading__index1--light.c-heading__devider::after, .p-heading__index1--dark.c-heading__devider::after {
  background-color: var(--maincolor);
}
.p-heading__index1--light small {
  color: var(--maincolor);
}
.p-heading__index1--light small:first-letter {
  color: var(--accentcolor);
}
.p-heading__index1--light::before {
  color: var(--maincolor);
}
.p-heading__index1--dark small {
  color: var(--accentcolor);
}
.p-heading__index1--dark span {
  color: rgb(255, 255, 255);
}
.p-heading__index1--dark::before {
  color: rgb(255, 255, 255);
}
.p-heading__index1a--light, .p-heading__index1a--dark {
  font-size: 1.66em;
  line-height: 1;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
  padding-bottom: calc(1.5rem + 2px);
}
@media only screen and (max-width: 991px) {
  .p-heading__index1a--light, .p-heading__index1a--dark {
    font-size: 1.5em;
    margin-bottom: 2rem;
    padding-bottom: calc(1.25rem + 2px);
  }
}
@media only screen and (max-width: 767px) {
  .p-heading__index1a--light, .p-heading__index1a--dark {
    font-size: 1.25em;
    margin-bottom: 1.25rem;
    padding-bottom: calc(1rem + 2px);
  }
}
.p-heading__index1a--light {
  color: var(--textcolor);
}
.p-heading__index1a--light.c-heading__devider:after {
  background-color: var(--maincolor);
}
.p-heading__index2 {
  font-size: 1.5em;
  margin: 2em 0 1em;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .p-heading__index2 {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  .p-heading__index2 {
    font-size: 1.125em;
  }
}
.p-heading__index2 small {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .p-heading__index2 small {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-heading__index2 small {
    font-size: 0.8rem;
  }
}

:root {
  --news-date:13rem;
  --news-comment:calc(100% - var(--news-detail));
  --news-file:2rem;
  --news-detail:5rem;
  --news-image: 10rem;
}

@media only screen and (max-width: 575px) {
  :root {
    --news-date:100%;
  }
}
.p-newspaper {
  padding: 0;
}
.p-newspaper__wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.p-newspaper .c-newspaper__scroll {
  height: auto;
}
.p-newspaper .c-newspaper__article {
  padding: 1em 0;
  width: 100%;
  border-bottom: 1px solid #DDD;
  display: table;
}
@media only screen and (max-width: 1199px) {
  .p-newspaper .c-newspaper__article {
    display: block;
  }
}
.p-newspaper .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) {
  .p-newspaper .c-newspaper__article--link {
    display: block;
  }
}
.p-newspaper .c-newspaper__article--link:hover, .p-newspaper .c-newspaper__article--link:active, .p-newspaper .c-newspaper__article--link:focus {
  background-color: var(--beigecolor);
}
@media only screen and (max-width: 991px) {
  .p-newspaper .c-newspaper__article--link {
    display: block;
  }
}
.p-newspaper .c-newspaper__date, .p-newspaper .c-newspaper__comment, .p-newspaper .c-newspaper__file, .p-newspaper .c-newspaper__detail {
  display: table-cell;
}
@media only screen and (max-width: 1199px) {
  .p-newspaper .c-newspaper__date, .p-newspaper .c-newspaper__comment, .p-newspaper .c-newspaper__file, .p-newspaper .c-newspaper__detail {
    display: block;
  }
}
.p-newspaper .c-newspaper__date {
  flex: 0 1 var(--news-date);
  padding-right: 0;
}
@media only screen and (max-width: 1199px) {
  .p-newspaper .c-newspaper__date {
    width: 100%;
  }
}
.p-newspaper .c-newspaper__date--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: var(--news-date);
}
.p-newspaper .c-newspaper__date--inner .date {
  font-size: 1.125em;
}
.p-newspaper .c-newspaper__updated {
  background-color: transparent;
  color: var(--maincolor);
  border: 1px solid var(--maincolor);
  font-size: 1em;
  line-height: 1.25;
  padding: 0;
  font-weight: 500;
  text-align: center;
  width: 5rem;
}
.p-newspaper .c-newspaper__icon {
  font-size: 0.75em;
  background-color: var(--textcolor);
  color: #FFF;
  line-height: 1.5;
  padding: 0.25em;
  text-align: center;
  flex: 0 0 var(--news-icon);
  max-width: var(--news-icon);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-newspaper .c-newspaper__icon span {
  width: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-newspaper .c-newspaper__comment {
  line-height: 1.75;
  padding: 0 2rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .p-newspaper .c-newspaper__comment {
    width: 100%;
    padding: 0;
    padding-top: 0.5rem;
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .p-newspaper .c-newspaper__comment {
    line-height: 1.75;
  }
}
@media only screen and (max-width: 575px) {
  .p-newspaper .c-newspaper__comment {
    justify-content: space-between;
  }
}
.p-newspaper .c-newspaper__comment--inner {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .p-newspaper .c-newspaper__comment--inner {
    display: block;
    width: 100%;
  }
}
.p-newspaper .c-newspaper__comment--inner .c-newspaper__image {
  width: var(--news-image);
}
@media only screen and (max-width: 575px) {
  .p-newspaper .c-newspaper__comment--inner .c-newspaper__image {
    width: 100%;
  }
}
.p-newspaper .c-newspaper__comment--inner .c-newspaper__image + .c-newspaper__text {
  padding-left: 1rem;
}
@media only screen and (max-width: 575px) {
  .p-newspaper .c-newspaper__comment--inner .c-newspaper__image + .c-newspaper__text {
    padding-left: 0rem;
  }
}
.p-newspaper .c-newspaper__comment--inner .c-newspaper__image, .p-newspaper .c-newspaper__comment--inner .c-newspaper__text {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 575px) {
  .p-newspaper .c-newspaper__comment--inner .c-newspaper__image, .p-newspaper .c-newspaper__comment--inner .c-newspaper__text {
    display: block;
  }
}
.p-newspaper .c-newspaper__file {
  color: var(--accentcolor);
  font-size: 1em;
  padding: 0;
  text-align: center;
  width: var(--news-file);
}
.p-newspaper .c-newspaper__file a, .p-newspaper .c-newspaper__file a:hover, .p-newspaper .c-newspaper__file a:active, .p-newspaper .c-newspaper__file a:hover {
  color: var(--linkcolor);
  display: block;
  text-align: center;
}
.p-newspaper .c-newspaper__file a i, .p-newspaper .c-newspaper__file a:hover i, .p-newspaper .c-newspaper__file a:active i, .p-newspaper .c-newspaper__file a:hover i {
  font-weight: 100;
}
.p-newspaper .c-newspaper__title {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--textcolor);
}
.p-newspaper .c-newspaper__detail {
  padding: 0;
  width: var(--news-detail);
}
@media only screen and (max-width: 1199px) {
  .p-newspaper .c-newspaper__detail {
    margin: 1em 0 0 auto;
  }
}
.p-newspaper__detail .c-newspaper__date {
  flex: 0 0 var(--news-date);
  padding-right: 0;
}
@media only screen and (max-width: 1199px) {
  .p-newspaper__detail .c-newspaper__date {
    width: 100%;
  }
}
.p-newspaper__detail .c-newspaper__date--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: var(--news-date);
}
.p-newspaper__detail .c-newspaper__updated {
  background-color: transparent;
  color: var(--maincolor);
  border: 1px solid var(--maincolor);
  font-size: 1em;
  line-height: 1.25;
  padding: 0;
  font-weight: 500;
  text-align: center;
  width: 5rem;
}
.p-newspaper__detail .c-newspaper__icon {
  font-size: 0.75em;
  background-color: var(--textcolor);
  color: #FFF;
  line-height: 1.5;
  padding: 0.25em;
  text-align: center;
  flex: 0 0 var(--news-icon);
  max-width: var(--news-icon);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-newspaper__detail .c-newspaper__icon span {
  width: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-newspaper__detail .c-newspaper__comment {
  line-height: 1.75;
  padding-left: 3rem;
  display: flex;
  align-items: center;
  flex: 0 0 calc(100% - var(--news-date));
}
@media only screen and (max-width: 1399px) {
  .p-newspaper__detail .c-newspaper__comment {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .p-newspaper__detail .c-newspaper__comment {
    width: 100%;
    padding-left: 0;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-newspaper__detail .c-newspaper__comment {
    line-height: 1.75;
  }
}
@media only screen and (max-width: 575px) {
  .p-newspaper__detail .c-newspaper__comment {
    justify-content: space-between;
  }
}
.p-newspaper__detail .c-newspaper__comment--inner {
  display: flex;
  align-items: center;
  flex: 0 0 calc(100% - var(--news-detail));
}
@media only screen and (max-width: 575px) {
  .p-newspaper__detail .c-newspaper__comment--inner {
    flex: 0 0 calc(100% - var(--news-detail) * 2);
  }
}

.p-ets__introduction:before, .p-ets__concrete:before, .p-ets__highway:before {
  color: rgba(var(--mainrgb), 0.1);
  font-size: calc(10.5em * var(--responsive-rate));
  line-height: 0.75;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-right: 0.05em;
  text-transform: uppercase;
  position: absolute;
  white-space: nowrap;
  content: attr(data-label);
}
.p-ets__introduction:before {
  color: rgba(var(--mainrgb), 0.1);
  font-size: calc(10.5em * var(--responsive-rate));
  line-height: 0.75;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-right: 0.05em;
  text-transform: uppercase;
  position: absolute;
  white-space: nowrap;
  content: attr(data-label);
  top: 0;
  right: 0;
}
.p-ets__introduction .c-poster__bottom--full {
  top: calc(var(--clearance-padding) * 2.75);
}
@media only screen and (max-width: 1199px) {
  .p-ets__introduction .c-poster__bottom--full {
    bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .p-ets__introduction .c-poster__bottom--full .u-bg__cover {
    top: calc(var(--clearance-padding) * 0.5);
  }
}
@media only screen and (max-width: 991px) {
  .p-ets__introduction .c-poster__bottom--full .u-bg__cover {
    top: calc(var(--clearance-padding) * 0.75);
  }
}
.p-ets__introduction .c-poster__bottom--full:after {
  background-color: rgb(var(--palergb), 0.75);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
@media only screen and (max-width: 1199px) {
  .p-ets__introduction .c-poster__bottom--full:after {
    top: calc(var(--clearance-padding) * 0.5);
  }
}
@media only screen and (max-width: 991px) {
  .p-ets__introduction .c-poster__bottom--full:after {
    top: calc(var(--clearance-padding) * 0.75);
  }
}
.p-ets__heading {
  font-size: calc(1.5em * var(--heading-rate));
  line-height: 1.25;
  position: relative;
  margin-bottom: 1em;
}
@media only screen and (max-width: 575px) {
  .p-ets__heading {
    margin-top: 2rem;
  }
}
.p-ets__heading:before {
  color: rgba(var(--mainrgb), 0.1);
  font-size: calc(4em * var(--textcopy-rate));
  line-height: 0.75;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  position: relative;
  right: 0;
  white-space: nowrap;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  content: attr(data-label);
}
.p-ets__heading span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .p-waterjet__appeal .c-carpet__right--top:before {
    bottom: var(--clearance-padding);
  }
}
@media only screen and (max-width: 991px) {
  .p-waterjet__manifacture .c-carpet__left--top:before {
    bottom: var(--clearance-padding);
  }
}
.p-waterjet__cupsander {
  margin-bottom: var(--clearance-padding);
}
@media only screen and (max-width: 991px) {
  .p-waterjet__cupsander .c-carpet__right--top:before {
    bottom: var(--clearance-padding);
  }
}

.p-services__asbestos:before, .p-services__concrete:before, .p-services__highway:before {
  color: rgba(var(--mainrgb), 0.1);
  font-size: calc(10.5em * var(--responsive-rate));
  line-height: 0.75;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-right: 0.05em;
  text-transform: uppercase;
  position: absolute;
  white-space: nowrap;
  content: attr(data-label);
}
.p-services__asbestos:before {
  color: rgba(var(--mainrgb), 0.1);
  font-size: calc(10.5em * var(--responsive-rate));
  line-height: 0.75;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-right: 0.05em;
  text-transform: uppercase;
  position: absolute;
  white-space: nowrap;
  content: attr(data-label);
  top: 0;
  right: 0;
}
.p-services__asbestos .c-poster__bottom--full {
  top: calc(var(--clearance-padding) * 2.75);
}
@media only screen and (max-width: 1199px) {
  .p-services__asbestos .c-poster__bottom--full {
    bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .p-services__asbestos .c-poster__bottom--full .u-bg__cover {
    top: calc(var(--clearance-padding) * 0.125);
  }
}
@media only screen and (max-width: 991px) {
  .p-services__asbestos .c-poster__bottom--full .u-bg__cover {
    top: calc(var(--clearance-padding) * 0.25);
  }
}
.p-services__asbestos .c-poster__bottom--full:after {
  background-color: rgb(var(--palergb), 0.75);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
@media only screen and (max-width: 1199px) {
  .p-services__asbestos .c-poster__bottom--full:after {
    top: calc(var(--clearance-padding) * 0.125);
  }
}
@media only screen and (max-width: 991px) {
  .p-services__asbestos .c-poster__bottom--full:after {
    top: calc(var(--clearance-padding) * 0.25);
  }
}
.p-services__concrete:before {
  top: 0;
  left: 0;
}
.p-services__concrete h4 {
  font-size: 1.75em;
  line-height: 1.5;
  font-family: var(--font-shippori);
  margin-bottom: calc(var(--clearance-padding) / 2);
}
@media only screen and (max-width: 991px) {
  .p-services__concrete h4 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-services__concrete h4 {
    font-size: 1.25em;
  }
}
.p-services__concrete .c-poster__bottom--full {
  top: calc(var(--clearance-padding) * 2.75);
}
@media only screen and (max-width: 991px) {
  .p-services__concrete .c-poster__bottom--full {
    bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .p-services__concrete .c-poster__bottom--full .u-bg__cover {
    top: calc(var(--clearance-padding) * 0.125);
  }
}
@media only screen and (max-width: 991px) {
  .p-services__concrete .c-poster__bottom--full .u-bg__cover {
    top: calc(var(--clearance-padding) * 0.25);
  }
}
.p-services__concrete .c-poster__bottom--full:after {
  background-color: rgb(var(--palergb), 0.75);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
@media only screen and (max-width: 1199px) {
  .p-services__concrete .c-poster__bottom--full:after {
    top: calc(var(--clearance-padding) * 0.125);
  }
}
@media only screen and (max-width: 991px) {
  .p-services__concrete .c-poster__bottom--full:after {
    top: calc(var(--clearance-padding) * 0.25);
  }
}
.p-services__highway {
  margin-bottom: var(--clearance-padding);
}
.p-services__highway:before {
  color: rgba(var(--mainrgb), 0.1);
  font-size: calc(10.5em * var(--responsive-rate));
  line-height: 0.75;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-right: 0.05em;
  text-transform: uppercase;
  position: absolute;
  white-space: nowrap;
  content: attr(data-label);
  top: 0;
  right: 0;
}
.p-services__highway .c-poster__bottom--full {
  top: calc(var(--clearance-padding) * 2.75);
}
@media only screen and (max-width: 1199px) {
  .p-services__highway .c-poster__bottom--full {
    bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .p-services__highway .c-poster__bottom--full .u-bg__cover {
    top: calc(var(--clearance-padding) * 0.125);
  }
}
@media only screen and (max-width: 991px) {
  .p-services__highway .c-poster__bottom--full .u-bg__cover {
    top: calc(var(--clearance-padding) * 0.25);
  }
}
.p-services__highway .c-poster__bottom--full:after {
  background-color: rgb(var(--palergb), 0.75);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
@media only screen and (max-width: 1199px) {
  .p-services__highway .c-poster__bottom--full:after {
    top: calc(var(--clearance-padding) * 0.125);
  }
}
@media only screen and (max-width: 991px) {
  .p-services__highway .c-poster__bottom--full:after {
    top: calc(var(--clearance-padding) * 0.25);
  }
}

.p-recruit__message:before {
  color: rgba(var(--mainrgb), 0.1);
  font-size: calc(10.5em * var(--responsive-rate));
  line-height: 0.75;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-right: 0.05em;
  text-transform: uppercase;
  position: absolute;
  white-space: nowrap;
  content: attr(data-label);
  top: 0;
  right: 0;
}
.p-recruit__message .c-poster__bottom--full {
  top: calc(var(--clearance-padding) * 3);
}
@media only screen and (max-width: 1199px) {
  .p-recruit__message .c-poster__bottom--full {
    bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .p-recruit__message .c-poster__bottom--full .u-bg__cover {
    top: calc(var(--clearance-padding) * 0.5);
  }
}
@media only screen and (max-width: 991px) {
  .p-recruit__message .c-poster__bottom--full .u-bg__cover {
    top: calc(var(--clearance-padding) * 0.75);
  }
}
.p-recruit__message .c-poster__bottom--full:after {
  background-color: rgb(var(--palergb), 0.75);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
@media only screen and (max-width: 1199px) {
  .p-recruit__message .c-poster__bottom--full:after {
    top: calc(var(--clearance-padding) * 0.5);
  }
}
@media only screen and (max-width: 991px) {
  .p-recruit__message .c-poster__bottom--full:after {
    top: calc(var(--clearance-padding) * 0.75);
  }
}

.p-company__message {
  background-color: var(--maincolor);
}
.p-company__message:before {
  background: url(../images/company-message__background.jpg) center center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.p-image__dropshadow {
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.25));
}

.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;
  }
}

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

.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 {
  margin: 0 auto;
  position: relative;
}
.c-timeline__history dl {
  display: flex;
}
.c-timeline__history dt, .c-timeline__history dd {
  display: block;
}
.c-timeline__history dt {
  font-weight: 700;
  flex: 0 0 10rem;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .c-timeline__history dt {
    padding-left: 3rem;
  }
}
.c-timeline__history dt:before {
  border-left: 2px solid var(--maincolor);
  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 calc(100% - 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(--maincolor);
  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(--maincolor);
}
.c-timeline__square {
  background-color: var(--graycolor);
}
.c-timeline__arrow {
  color: var(--maincolor);
  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;
}

.u-transportation__catch {
  background-color: var(--beigecolor);
  display: flex;
  height: 10rem;
}
@media only screen and (max-width: 991px) {
  .u-transportation__catch {
    display: block;
    height: auto;
  }
}
.u-transportation__catch h4, .u-transportation__catch p {
  line-height: 1.5;
  padding: 2rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .u-transportation__catch h4, .u-transportation__catch p {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .u-transportation__catch h4, .u-transportation__catch p {
    padding: 1rem;
  }
}
.u-transportation__catch h4 {
  background-color: var(--maincolor);
  color: #FFF;
  font-size: 1.25em;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
  padding-right: 1rem;
}
@media only screen and (max-width: 991px) {
  .u-transportation__catch h4 {
    padding-right: 1.5rem;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .u-transportation__catch h4 {
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
}
.u-transportation__catch h4::after {
  border-width: 5rem 2rem;
  border-style: solid;
  border-color: var(--maincolor) transparent transparent var(--maincolor);
  margin: -5rem 0;
  position: absolute;
  top: 50%;
  left: 100%;
  bottom: 50%;
  content: "";
}
@media only screen and (max-width: 1199px) {
  .u-transportation__catch h4::after {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 991px) {
  .u-transportation__catch h4::after {
    border-width: 16px calc(50vw - 1.5rem);
    margin: 0 calc(-50vw + 1.5rem);
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}
@media only screen and (max-width: 575px) {
  .u-transportation__catch h4::after {
    border-width: 8px calc(50vw - 1rem);
    margin: 0 calc(-50vw + 1rem);
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: auto;
  }
}
.u-transportation__catch p {
  padding-left: 5rem;
}
@media only screen and (max-width: 991px) {
  .u-transportation__catch p {
    padding-top: 3rem;
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .u-transportation__catch p {
    padding-left: 1rem;
  }
}

.u-slash__background {
  background-color: var(--maincolor);
  color: #FFF;
  font-size: 1.5em;
  line-height: 80px;
  font-weight: 700;
  position: relative;
  text-align: center;
  width: 3em;
  margin: 0 64px;
}
@media only screen and (max-width: 991px) {
  .u-slash__background {
    font-size: 1.25em;
    line-height: 60px;
    margin: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .u-slash__background {
    font-size: 1.125em;
    line-height: 40px;
    margin: 0 16px;
  }
}
.u-slash__background::before, .u-slash__background::after {
  border-width: 40px 56px;
  border-style: solid;
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: -40px 0;
  display: block;
  content: "";
}
@media only screen and (max-width: 991px) {
  .u-slash__background::before, .u-slash__background::after {
    border-width: 30px 35px;
    margin: -30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .u-slash__background::before, .u-slash__background::after {
    border-width: 20px 14px;
    margin: -20px 0;
  }
}
.u-slash__background::before {
  border-color: transparent var(--maincolor) var(--maincolor) transparent;
  right: 100%;
}
.u-slash__background::after {
  border-color: var(--maincolor) transparent transparent var(--maincolor);
  left: 100%;
}
.u-slash__background--wrapper {
  display: flex;
  justify-content: center;
}

.p-phone--lg {
  line-height: 2.25;
}

.p-pagetitle {
  background-color: transparent;
  position: relative;
  z-index: 99;
}
.p-pagetitle__image {
  background-color: var(--maincolor);
  overflow: hidden;
  height: calc(24rem * var(--textcopy-rate) + var(--header-height));
  display: block;
  position: relative;
}
.p-pagetitle__image > 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.75;
}
.p-pagetitle .c-title {
  font-size: calc(3.5em * var(--textcopy-rate));
  line-height: 1.5;
  font-family: var(--font-shippori);
  font-weight: 700;
  top: var(--header-height);
}
.p-pagetitle .c-title:before {
  border-bottom: 1px solid #FFF;
  font-size: 0.4em;
  line-height: 0.75;
  font-family: var(--font-inter);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1em;
  padding-bottom: 0.66em;
  content: attr(data-label);
}
.p-pagetitle .c-title small {
  background-color: var(--subcolor);
  color: #FFF;
  font-size: 0.5em;
  line-height: 1;
  font-weight: 700;
  display: block;
  margin-top: 2rem;
  padding: 0.5em 1em;
}
.p-heading__page1--light, .p-heading__page1--dark {
  font-size: calc(2em * var(--heading-rate));
  line-height: 1;
  font-weight: 400;
  display: flex;
  flex-flow: row wrap;
}
.p-heading__page1--light small, .p-heading__page1--dark small {
  font-size: 1em;
  line-height: 0.75;
  margin-bottom: 1.25em;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-heading__page1--light small, .p-heading__page1--dark small {
    font-size: 1.125em;
  }
}
.p-heading__page1--light small + small, .p-heading__page1--dark small + small {
  margin-left: 0.33em;
}
.p-heading__page1--light span, .p-heading__page1--dark span {
  line-height: 1.25;
  color: var(--textcolor);
  font-family: var(--font-shippori);
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  flex: 0 0 100%;
}
.p-heading__page1--light::before, .p-heading__page1--dark::before {
  font-size: 0.5em;
  line-height: 0.75;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: calc(var(--clearance-padding) / 6);
  width: -moz-max-content;
  width: max-content;
  content: attr(data-label);
}
.p-heading__page1--light.text-center span, .p-heading__page1--dark.text-center span {
  margin: 0 auto;
}
.p-heading__page1--light.text-center::before, .p-heading__page1--dark.text-center::before {
  text-indent: 0.025em;
  margin-left: auto;
  margin-right: auto;
}
.p-heading__page1--light.text-center::after, .p-heading__page1--dark.text-center::after {
  margin-left: auto;
  margin-right: auto;
}
.p-heading__page1--light.c-heading__devider, .p-heading__page1--dark.c-heading__devider {
  padding-bottom: calc(1.5em + 2px);
}
.p-heading__page1--light.c-heading__devider::after, .p-heading__page1--dark.c-heading__devider::after {
  background-color: var(--maincolor);
}
.p-heading__page1--light small {
  color: var(--maincolor);
}
.p-heading__page1--light small:first-letter {
  color: var(--accentcolor);
}
.p-heading__page1--light::before {
  color: var(--maincolor);
}
.p-heading__page1--dark small {
  color: var(--accentcolor);
}
.p-heading__page1--dark span {
  color: rgb(255, 255, 255);
}
.p-heading__page1--dark::before {
  color: rgb(255, 255, 255);
}
.p-heading__page1a--light, .p-heading__page1a--dark {
  font-size: 1.66em;
  line-height: 1;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
  padding-bottom: calc(1.5rem + 2px);
}
@media only screen and (max-width: 991px) {
  .p-heading__page1a--light, .p-heading__page1a--dark {
    font-size: 1.5em;
    margin-bottom: 2rem;
    padding-bottom: calc(1.25rem + 2px);
  }
}
@media only screen and (max-width: 767px) {
  .p-heading__page1a--light, .p-heading__page1a--dark {
    font-size: 1.25em;
    margin-bottom: 1.25rem;
    padding-bottom: calc(1rem + 2px);
  }
}
.p-heading__page1a--light {
  color: var(--textcolor);
}
.p-heading__page1a--light.c-heading__devider:after {
  background-color: var(--maincolor);
}
.p-heading__page2 {
  font-size: 1.5em;
  margin: calc(var(--clearance-padding) * var(--heading-margin) * 0.7 * 0.7 * 2) 0 calc(var(--clearance-padding) * var(--heading-margin) * 0.7 * 0.7);
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .p-heading__page2 {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  .p-heading__page2 {
    font-size: 1.125em;
  }
}
.p-heading__page2:first-child {
  margin-top: 0;
}
.p-heading__page2 small {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .p-heading__page2 small {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-heading__page2 small {
    font-size: 0.8rem;
  }
}
.p-heading__page2 .c-heading__leftline {
  line-height: 1.5;
  display: block;
}
.p-heading__page3 {
  font-size: 1.25em;
  margin: calc(var(--clearance-padding) * var(--heading-margin) * 0.55 * 0.55 * 2) 0 calc(var(--clearance-padding) * var(--heading-margin) * 0.55 * 0.55);
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .p-heading__page3 {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  .p-heading__page3 {
    font-size: 1.125em;
  }
}
.p-heading__page3 small {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .p-heading__page3 small {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-heading__page3 small {
    font-size: 0.8rem;
  }
}
.p-heading__page3 .c-heading__footline {
  line-height: 1.25;
  display: block;
  width: -moz-max-content;
  width: max-content;
}

.p-box__float {
  box-shadow: 0 0 0.75rem rgba(148, 188, 255, 0.75);
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991px) {
  .p-box__float {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-box__float {
    margin-bottom: 1rem;
  }
}

.p-flow__gradation {
  list-style: none;
}
.p-flow__gradation li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .p-flow__gradation li + li {
    margin-top: 8px;
  }
}
.p-flow__gradation li strong {
  font-size: 1.25em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-flow__gradation li strong {
    font-size: 1.125em;
  }
}
.p-flow__gradation li strong:before {
  border-radius: 40px;
  margin: 10px 20px 10px 0;
  width: 40px;
  height: 40px;
  display: block;
  content: "";
}
@media only screen and (max-width: 767px) {
  .p-flow__gradation li strong:before {
    border-radius: 32px;
    margin: 8px 16px 8px 0;
    width: 32px;
    height: 32px;
  }
}
.p-flow__gradation li:before, .p-flow__gradation li:after {
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin: 0 15px;
  display: block;
  content: "";
}
@media only screen and (max-width: 767px) {
  .p-flow__gradation li:before, .p-flow__gradation li:after {
    border-radius: 8px;
    width: 8px;
    height: 8px;
    margin: 0 12px;
  }
}
.p-flow__gradation li:nth-of-type(1) strong:before {
  background-color: #63C2FE;
}
.p-flow__gradation li:nth-of-type(1):before {
  display: none;
}
.p-flow__gradation li:nth-of-type(1):after {
  background-color: #63C2FE;
}
.p-flow__gradation li:nth-of-type(2) strong:before {
  background-color: #2E97F8;
}
.p-flow__gradation li:nth-of-type(2):before {
  background-color: #2E97F8;
}
.p-flow__gradation li:nth-of-type(2):after {
  background-color: #2E97F8;
}
.p-flow__gradation li:nth-of-type(3) strong:before {
  background-color: #067DEC;
}
.p-flow__gradation li:nth-of-type(3):before {
  background-color: #067DEC;
}
.p-flow__gradation li:nth-of-type(3):after {
  background-color: #067DEC;
}
.p-flow__gradation li:nth-of-type(4) strong:before {
  background-color: #0255E0;
}
.p-flow__gradation li:nth-of-type(4):before {
  background-color: #0255E0;
}
.p-flow__gradation li:nth-of-type(4):after {
  display: none;
}

.p-image__arrow--right, .p-image__arrow--right:hover, .p-image__arrow--right:active, .p-image__arrow--right:focus {
  display: flex;
  justify-content: space-between;
}
.p-image__arrow--left:before {
  margin-right: 0.5em;
}
.p-image__arrow--right:after {
  background: url(../images/common/button-arrow-right.png) center center/contain no-repeat;
  margin-left: 0.5em;
}
.p-image__arrow--down:after {
  margin-left: 0.5em;
}

[class*=p-image__arrow--]:before, [class*=p-image__arrow--]:after {
  content: "";
  display: block;
  width: 12px;
  height: 14px;
}

.p-image__arrow--left-circle:before, .p-image__arrow--right-circle:after, .p-image__arrow--down-circle:after {
  font-weight: 900;
}

.p-list__circle strong {
  padding-left: 1.5rem;
  display: block;
}
.p-list__circle strong span {
  display: inline-block;
  width: 1.5rem;
  margin-left: -1.5rem;
}

.p-box__header {
  text-transform: uppercase;
}
.p-box__header strong {
  font-size: 1em;
  font-weight: 400;
}
.p-box__header small {
  font-size: 0.66em;
  font-weight: 400;
}
.p-box__line {
  background-color: #FFF;
  border-color: #666;
}
.p-box__line:before {
  content: "";
  width: 1px;
  position: absolute;
  width: 14rem;
  height: 14rem;
  transform: rotate(-45deg);
  border-bottom: 1px solid #666;
  top: -1rem;
  left: -10.898rem;
  transform-origin: left top;
}
@media only screen and (max-width: 991px) {
  .p-box__line:before {
    width: 10rem;
    height: 10rem;
    top: -0.75rem;
    left: -7.82rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-box__line:before {
    width: 6rem;
    height: 6rem;
    top: -0.5rem;
    left: -4.742rem;
  }
}
.p-box__line .p-box__header {
  font-size: 2.5em;
  padding: 2.5rem 3rem 0;
}
@media only screen and (max-width: 991px) {
  .p-box__line .p-box__header {
    font-size: 2em;
    padding: 1.5rem 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-box__line .p-box__header {
    font-size: 1.5em;
    padding: 1rem 1rem 0;
  }
}
.p-box__line .p-box__header span {
  display: block;
  text-shadow: 0 0 0.5rem #FFF;
  position: relative;
  z-index: 1;
}
.p-box__line .p-box__header small {
  text-align: left;
  letter-spacing: 0;
}
.p-box__line .c-box__body {
  background-color: transparent;
  padding-top: 2rem;
}
@media only screen and (max-width: 991px) {
  .p-box__line .c-box__body {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-box__line .c-box__body {
    padding-top: 1rem;
  }
}
.p-box__budget {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
.p-box__person {
  background: url(../images/qualitative01a.png) right bottom no-repeat #FFF;
}
@media only screen and (max-width: 991px) {
  .p-box__person {
    background-size: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .p-box__person {
    background-size: 50%;
  }
}
.p-box__group {
  background: url(../images/qualitative01b.png) right bottom no-repeat #FFF;
}
@media only screen and (max-width: 991px) {
  .p-box__group {
    background-size: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .p-box__group {
    background-size: 50%;
  }
}

.p-icon__method {
  font-size: 3rem;
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 2px solid #000;
  border-radius: 6rem;
  background-color: #FFF;
}

.p-box__method--others {
  background-color: var(--graycolor);
  border-top: 2px solid #000;
  margin-top: 3rem;
  padding: 0 2rem 2rem;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .p-box__method--others {
    padding: 0 1.5rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-box__method--others {
    padding: 0 1rem 1rem;
  }
}
.p-box__method--others .p-icon__method {
  margin-top: -3rem;
}

.p-caption__method {
  margin-top: 1rem;
}
.p-caption__method strong {
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 1.25em;
}

.p-box__collapse {
  background-color: rgba(255, 255, 255, 0.75);
}

.p-bgc__business--support {
  background: url(../images/business03.jpg) center top no-repeat;
}

.p-legend__columns {
  -moz-columns: 2 2em;
       columns: 2 2em;
  margin-top: 1rem;
}

.p-legend {
  font-size: 0.75em;
  line-height: 1.5;
  padding-left: 2.5em;
}
.p-legend + p {
  margin-top: 0;
}
.p-legend:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1em;
  margin-right: 0.5em;
  margin-left: -2.5em;
}
.p-legend--color01:before {
  background-color: #2286AA;
}
.p-legend--color02:before {
  background-color: #73A63F;
}
.p-legend--color03:before {
  background-color: #693573;
}
.p-legend--color04:before {
  background-color: #C22929;
}
.p-legend--color05:before {
  background-color: #EC8313;
}
.p-legend--color06:before {
  background-color: #5C453d;
}
.p-legend--color07:before {
  background-color: #475285;
}
.p-legend--color08:before {
  background-color: #B82E5C;
}
.p-legend--color09:before {
  background-color: #ECBD13;
}
.p-legend--color10:before {
  background-color: #378174;
}
.p-legend--color11:before {
  background-color: #5A4681;
}
.p-legend--color12:before {
  background-color: #29848E;
}
.p-legend--color13:before {
  background-color: #468B46;
}
.p-legend--color14:before {
  background-color: #BDBDBD;
}

.c-button__link, .c-button__dummy {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.sample {
  background-color: inherit;
  color: inherit;
  font-size: inherit;
  line-height: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

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

.p-decoration__left--top, .p-decoration__left--bottom {
  position: absolute;
  left: 2.5rem;
}
.p-decoration__left--top {
  top: 2.5em;
}
.p-decoration__left--bottom {
  bottom: 2.5rem;
}
@media only screen and (max-width: 1399px) {
  .p-decoration__left--top, .p-decoration__left--center, .p-decoration__left--bottom {
    position: absolute;
    left: -7.5rem;
  }
  .p-decoration__left--top {
    top: 2em;
  }
  .p-decoration__left--bottom {
    bottom: 2rem;
  }
}
.p-decoration__right--top, .p-decoration__right--bottom {
  position: absolute;
  right: 2.5rem;
}
.p-decoration__right--top {
  top: 2.5rem;
}
.p-decoration__right--bottom {
  bottom: 2.5rem;
}
@media only screen and (max-width: 1399px) {
  .p-decoration__right--top, .p-decoration__right--center, .p-decoration__right--bottom {
    position: absolute;
    right: -7.5rem;
  }
  .p-decoration__right--top {
    top: 2em;
  }
  .p-decoration__right--bottom {
    bottom: 2rem;
  }
}

.first-letter::first-letter {
  color: var(--accentcolor);
}

.p-box--between {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}

.p-section__services {
  background: url(../images/sec-services.jpg) center top/cover no-repeat;
  margin-bottom: calc(var(--clearance-padding) * 2);
}
@media only screen and (max-width: 1399px) {
  .p-section__services {
    margin-bottom: calc(var(--clearance-padding) * 2 * 0.85);
  }
}
@media only screen and (max-width: 1199px) {
  .p-section__services {
    margin-bottom: calc(var(--clearance-padding) * 2 * 0.7);
  }
}
@media only screen and (max-width: 991px) {
  .p-section__services {
    margin-bottom: calc(var(--clearance-padding) * 2 * 0.55);
  }
}
@media only screen and (max-width: 767px) {
  .p-section__services {
    margin-bottom: calc(var(--clearance-padding) * 2 * 0.4);
  }
}
@media only screen and (max-width: 575px) {
  .p-section__services {
    margin-bottom: calc(var(--clearance-padding) * 2 * 0.25);
  }
}
.p-section__services:after {
  background-image: linear-gradient(to right, var(--gradstart2) 0%, var(--gradend2) 100%);
  content: "";
  width: calc(50% + 330px);
  height: calc(var(--clearance-padding) * 3);
  display: block;
  position: absolute;
  right: 0;
  top: calc(100% - var(--clearance-padding) * 2);
  -webkit-mask-image: url(../images/common/slice-mask.svg);
          mask-image: url(../images/common/slice-mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-size: auto;
          mask-size: auto;
}
@media only screen and (max-width: 1399px) {
  .p-section__services:after {
    width: calc(50% + 285px);
    height: calc(var(--clearance-padding) * 3 * 0.85);
    top: calc(100% - var(--clearance-padding) * 2 * 0.85);
  }
}
@media only screen and (max-width: 1199px) {
  .p-section__services:after {
    width: calc(50% + 240px);
    height: calc(var(--clearance-padding) * 3 * 0.7);
    top: calc(100% - var(--clearance-padding) * 2 * 0.7);
  }
}
@media only screen and (max-width: 991px) {
  .p-section__services:after {
    width: calc(50% + 180px);
    height: calc(var(--clearance-padding) * 3 * 0.55);
    top: calc(100% - var(--clearance-padding) * 2 * 0.55);
  }
}
@media only screen and (max-width: 767px) {
  .p-section__services:after {
    width: 75%;
    height: calc(var(--clearance-padding) * 3 * 0.4);
    top: calc(100% - var(--clearance-padding) * 2 * 0.4);
  }
}
@media only screen and (max-width: 575px) {
  .p-section__services:after {
    width: 75%;
    height: calc(var(--clearance-padding) * 3 * 0.25);
    top: calc(100% - var(--clearance-padding) * 2 * 0.25);
  }
}
/*2023/6/21追加*/
.top-center-text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 4.5vw;
  width: 100%;
  text-align: center;
}



/*# sourceMappingURL=base.css.map */