@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*!
* Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
.row {
  --bs-gutter-x: $grid-gutter;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--bs-gutter-y);
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .row > * {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row.g-0 {
  margin-right: 0;
  margin-left: 0;
}
.row.g-0 > * {
  padding-right: 0;
  padding-left: 0;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-4,
.gx-4 {
  --bs-gutter-x: $grid-gutter;
}

.g-4,
.gy-4 {
  --bs-gutter-y: $grid-gutter;
}

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

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

@media (min-width: 576px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: $grid-gutter;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: $grid-gutter;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: $grid-gutter;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: $grid-gutter;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: $grid-gutter;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: $grid-gutter;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: $grid-gutter;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: $grid-gutter;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: $grid-gutter;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: $grid-gutter;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

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

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

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

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

.m-4 {
  margin: 30px !important;
}

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

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

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

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

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

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

.mx-4 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

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

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

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

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

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

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

.my-4 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

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

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

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

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

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

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

.mt-4 {
  margin-top: 30px !important;
}

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

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

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

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

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

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

.me-4 {
  margin-right: 30px !important;
}

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

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

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

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

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

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

.mb-4 {
  margin-bottom: 30px !important;
}

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

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

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

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

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

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

.ms-4 {
  margin-left: 30px !important;
}

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

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

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

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

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

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

.p-4 {
  padding: 30px !important;
}

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

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

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

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

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

.px-4 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

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

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

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

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

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

.py-4 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

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

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

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

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

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

.pt-4 {
  padding-top: 30px !important;
}

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

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

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

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

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

.pe-4 {
  padding-right: 30px !important;
}

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

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

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

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

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

.pb-4 {
  padding-bottom: 30px !important;
}

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

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

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

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

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

.ps-4 {
  padding-left: 30px !important;
}

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 30px !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 30px !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 30px !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 30px !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 30px !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 30px !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 30px !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 30px !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 30px !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 30px !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 30px !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 30px !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 30px !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 30px !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 30px !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 30px !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 30px !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 30px !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 30px !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 30px !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 30px !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 30px !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 30px !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 30px !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 30px !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 30px !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 30px !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 30px !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 30px !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 30px !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 30px !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 30px !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 30px !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 30px !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 30px !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 30px !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 30px !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 30px !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 30px !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 30px !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 30px !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 30px !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 30px !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 30px !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 30px !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 30px !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 30px !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 30px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 30px !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

@media print {
  @page {
    size: A4;
    margin: 1cm;
  }
}
html:has(.page-2026) {
  font-size: 16px;
  overflow-y: visible;
}

body.page-2026 {
  min-width: 320px;
  padding-top: var(--headerHeight);
  height: auto;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #272727;
  overflow-x: hidden;
}
@media print {
  body.page-2026 {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  body.page-2026 * {
    page-break-before: avoid !important;
    page-break-after: avoid !important;
  }
}

h1, h2, h3, h4, h5 {
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h2 {
  letter-spacing: 2px;
}

h3 {
  letter-spacing: 1px;
}

a {
  color: #26953E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover, a:focus {
  color: #646464;
  text-decoration: none;
}
a:hover img, a:focus img {
  opacity: 0.9;
}

p {
  font-size: 1rem;
  line-height: 1.8;
}
p:not(:last-child):not([class]) {
  margin-bottom: 16px;
}

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

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

.container {
  max-width: calc(var(--container-width) + var(--grid-gutter) * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: calc(var(--grid-gutter) / 2);
  padding-left: calc(var(--grid-gutter) / 2);
}
@media print {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

.main {
  --grid-gutter: 50px;
  --container-width: 910px;
  padding: 0;
  background: transparent;
}
@media screen and (max-width: 1199px) {
  .main {
    --container-width: 610px;
  }
}
@media screen and (max-width: 767px) {
  .main {
    --container-width: 480px;
  }
}
@media print {
  .main {
    --container-width: 100%;
  }
}

.page_breadcrumbs,
.container-wide {
  --grid-gutter: 50px;
  --container-width: 1300px;
}

@media print {
  [data-animate],
  [data-animate-stagger] {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    visibility: visible !important;
  }
  [data-animate-stagger] > * {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    visibility: visible !important;
  }
}
.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 16px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  border-width: 1px;
  border-style: solid;
  background-color: #26953E;
  border-color: #26953E;
  color: #fff;
}
.btn:hover, .btn:active, .btn:focus {
  background-color: #646464;
  border-color: #646464;
  color: #fff;
}
.btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.btn-external:after {
  width: 16px;
  height: 16px;
  background: url(../img/icon/external-white.svg) no-repeat center center/contain;
  content: "";
}

.btn-book:after {
  width: 20px;
  height: 20px;
  background: url(../img/icon/book-white.svg) no-repeat center center/contain;
  content: "";
}

.btn-pdf:before {
  width: 32px;
  height: 32px;
  background: url(../img/icon/pdf-white.svg) no-repeat center center/contain;
  content: "";
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
.link:after {
  display: block;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #26953E;
  background: #26953E url(../img/icon/arrow_right-white.svg) no-repeat center/16px 12px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link:hover:after {
  background: #fff url(../img/icon/arrow_right-green.svg) no-repeat center/16px 12px;
}

.link-book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #26953E;
}
.link-book:after {
  width: 20px;
  height: 20px;
  background: url(../img/icon/book.svg) no-repeat center/contain;
  background-color: transparent;
  height: 20px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-book:hover {
  border-color: #646464;
}
.link-book:hover:after {
  background-image: url(../img/icon/book-black.svg);
}

.ir_doc_list li:not(:last-child) {
  margin-bottom: 20px;
}

.ir_doc_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding: 24px 32px;
  border: 1px solid #D6CFCF;
  border-radius: 10px;
  font-weight: 500;
  color: #272727;
}
.ir_doc_item_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ir_doc_item_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 200px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.ir_doc_item_download:before {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/pdf-black.svg) no-repeat center/contain;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ir_doc_item_download-movie:before {
  content: none;
}
.ir_doc_item_download-movie:after {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/arrow_right.svg) no-repeat center/contain;
  content: "";
}
.ir_doc_item:hover {
  border-color: #26953E;
  color: #26953E;
}
.ir_doc_item:hover .ir_doc_item_download:before {
  background-image: url(../img/icon/pdf-green.svg);
}
.ir_doc_item:hover .ir_doc_item_download-movie:after {
  background-image: url(../img/icon/arrow_right-green.svg);
}
@media screen and (max-width: 767px) {
  .ir_doc_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px 8px;
    padding: 16px 24px;
    font-size: 14px;
  }
}

.pic.centered {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pic.pic-sp-small {
    max-width: 50%;
  }
}

.note {
  font-size: 13px;
  color: #787878;
}
* + .note {
  margin-top: 16px;
}

.note_box_title {
  margin: 0;
  font-size: 13px;
}
.note_box_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 13px;
}
.note_box_list .number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.note_box.align-right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.numbured_notes_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.numbured_notes_list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.numbured_notes_list .number {
  width: 80px;
}

.numbured_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.numbured_list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.numbured_list .number {
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  font-size: 20px;
  color: #26953E;
}
.numbured_list .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.25em;
}

.dl {
  margin-top: 40px;
}
.dl .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.dl dt, .dl dd {
  padding: 24px 0;
}
.dl dt {
  width: 240px;
  border-top: 1px solid #26953E;
  font-weight: 500;
  font-size: 20px;
  color: #26953E;
}
.dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #ccc;
}
.dl .dl_dd_title {
  margin-bottom: 8px;
  font-size: 18px;
  color: #26953E;
}
.dl .dl_dd_title:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 1199px) {
  .dl dt, .dl dd {
    padding: 18px 0;
  }
  .dl dt {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .dl {
    margin-top: 24px;
  }
  .dl .inner {
    display: block;
  }
  .dl .inner:first-child {
    padding-top: 0;
  }
  .dl dt, .dl dd {
    width: 100%;
    padding: 12px 0;
  }
  .dl dt {
    border-top: 0;
    font-size: 18px;
  }
  .dl .dl_dd_title {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .dl .dl_dd_title:not(:first-child) {
    margin-top: 24px;
  }
}

.pic_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 16px;
}
.pic_list_item figcaption {
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pic_list {
    gap: 16px 8px;
  }
}

/* ----------------------------------------------------
フローティングバナー
-----------------------------------------------------*/
.floating-banner {
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 999;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .floating-banner {
    display: none;
  }
}
.floating-banner.delete {
  opacity: 0;
  visibility: hidden;
}

.floating-banner.hidden {
  opacity: 0;
  visibility: hidden;
}

.floating-banner__close {
  cursor: pointer;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
  border-radius: 50%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.floating-banner__close:hover {
  color: #ffffff;
  background-color: var(--color-dark-gray);
}

.floating-banner > a {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.floating-banner > a:hover {
  opacity: 0.7;
}

.pc {
  display: none;
}
@media all and (min-width: 1200px) {
  .pc {
    display: block;
  }
}

.tb-only {
  display: none;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .tb-only {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc-hidden {
  display: block;
}
@media all and (min-width: 1200px) {
  .pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .tb-hidden {
    display: none;
  }
}

.sp-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-hidden {
    display: block;
  }
}

.mincho {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.mt0 {
  margin-top: 0px;
}
@media screen and (max-width: 1199px) {
  .mt0 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0px;
  }
}

.mt4 {
  margin-top: 4px;
}
@media screen and (max-width: 1199px) {
  .mt4 {
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .mt4 {
    margin-top: 2px;
  }
}

.mt8 {
  margin-top: 8px;
}
@media screen and (max-width: 1199px) {
  .mt8 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mt8 {
    margin-top: 4px;
  }
}

.mt12 {
  margin-top: 12px;
}
@media screen and (max-width: 1199px) {
  .mt12 {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .mt12 {
    margin-top: 6px;
  }
}

.mt16 {
  margin-top: 16px;
}
@media screen and (max-width: 1199px) {
  .mt16 {
    margin-top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .mt16 {
    margin-top: 8px;
  }
}

.mt24 {
  margin-top: 24px;
}
@media screen and (max-width: 1199px) {
  .mt24 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mt24 {
    margin-top: 12px;
  }
}

.mt32 {
  margin-top: 32px;
}
@media screen and (max-width: 1199px) {
  .mt32 {
    margin-top: 21px;
  }
}
@media screen and (max-width: 767px) {
  .mt32 {
    margin-top: 16px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .mt40 {
    margin-top: 27px;
  }
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 20px;
  }
}

.mt64 {
  margin-top: 64px;
}
@media screen and (max-width: 1199px) {
  .mt64 {
    margin-top: 43px;
  }
}
@media screen and (max-width: 767px) {
  .mt64 {
    margin-top: 32px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .mt80 {
    margin-top: 53px;
  }
}
@media screen and (max-width: 767px) {
  .mt80 {
    margin-top: 40px;
  }
}

.pt0 {
  padding-top: 0px;
}
@media screen and (max-width: 1199px) {
  .pt0 {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .pt0 {
    padding-top: 0px;
  }
}

.pt4 {
  padding-top: 4px;
}
@media screen and (max-width: 1199px) {
  .pt4 {
    padding-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .pt4 {
    padding-top: 2px;
  }
}

.pt8 {
  padding-top: 8px;
}
@media screen and (max-width: 1199px) {
  .pt8 {
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pt8 {
    padding-top: 4px;
  }
}

.pt12 {
  padding-top: 12px;
}
@media screen and (max-width: 1199px) {
  .pt12 {
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .pt12 {
    padding-top: 6px;
  }
}

.pt16 {
  padding-top: 16px;
}
@media screen and (max-width: 1199px) {
  .pt16 {
    padding-top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .pt16 {
    padding-top: 8px;
  }
}

.pt24 {
  padding-top: 24px;
}
@media screen and (max-width: 1199px) {
  .pt24 {
    padding-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pt24 {
    padding-top: 12px;
  }
}

.pt32 {
  padding-top: 32px;
}
@media screen and (max-width: 1199px) {
  .pt32 {
    padding-top: 21px;
  }
}
@media screen and (max-width: 767px) {
  .pt32 {
    padding-top: 16px;
  }
}

.pt40 {
  padding-top: 40px;
}
@media screen and (max-width: 1199px) {
  .pt40 {
    padding-top: 27px;
  }
}
@media screen and (max-width: 767px) {
  .pt40 {
    padding-top: 20px;
  }
}

.pt64 {
  padding-top: 64px;
}
@media screen and (max-width: 1199px) {
  .pt64 {
    padding-top: 43px;
  }
}
@media screen and (max-width: 767px) {
  .pt64 {
    padding-top: 32px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 1199px) {
  .pt80 {
    padding-top: 53px;
  }
}
@media screen and (max-width: 767px) {
  .pt80 {
    padding-top: 40px;
  }
}

.mr0 {
  margin-right: 0px;
}
@media screen and (max-width: 1199px) {
  .mr0 {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .mr0 {
    margin-right: 0px;
  }
}

.mr4 {
  margin-right: 4px;
}
@media screen and (max-width: 1199px) {
  .mr4 {
    margin-right: 3px;
  }
}
@media screen and (max-width: 767px) {
  .mr4 {
    margin-right: 2px;
  }
}

.mr8 {
  margin-right: 8px;
}
@media screen and (max-width: 1199px) {
  .mr8 {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mr8 {
    margin-right: 4px;
  }
}

.mr12 {
  margin-right: 12px;
}
@media screen and (max-width: 1199px) {
  .mr12 {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .mr12 {
    margin-right: 6px;
  }
}

.mr16 {
  margin-right: 16px;
}
@media screen and (max-width: 1199px) {
  .mr16 {
    margin-right: 11px;
  }
}
@media screen and (max-width: 767px) {
  .mr16 {
    margin-right: 8px;
  }
}

.mr24 {
  margin-right: 24px;
}
@media screen and (max-width: 1199px) {
  .mr24 {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mr24 {
    margin-right: 12px;
  }
}

.mr32 {
  margin-right: 32px;
}
@media screen and (max-width: 1199px) {
  .mr32 {
    margin-right: 21px;
  }
}
@media screen and (max-width: 767px) {
  .mr32 {
    margin-right: 16px;
  }
}

.mr40 {
  margin-right: 40px;
}
@media screen and (max-width: 1199px) {
  .mr40 {
    margin-right: 27px;
  }
}
@media screen and (max-width: 767px) {
  .mr40 {
    margin-right: 20px;
  }
}

.mr64 {
  margin-right: 64px;
}
@media screen and (max-width: 1199px) {
  .mr64 {
    margin-right: 43px;
  }
}
@media screen and (max-width: 767px) {
  .mr64 {
    margin-right: 32px;
  }
}

.mr80 {
  margin-right: 80px;
}
@media screen and (max-width: 1199px) {
  .mr80 {
    margin-right: 53px;
  }
}
@media screen and (max-width: 767px) {
  .mr80 {
    margin-right: 40px;
  }
}

.pr0 {
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .pr0 {
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .pr0 {
    padding-right: 0px;
  }
}

.pr4 {
  padding-right: 4px;
}
@media screen and (max-width: 1199px) {
  .pr4 {
    padding-right: 3px;
  }
}
@media screen and (max-width: 767px) {
  .pr4 {
    padding-right: 2px;
  }
}

.pr8 {
  padding-right: 8px;
}
@media screen and (max-width: 1199px) {
  .pr8 {
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pr8 {
    padding-right: 4px;
  }
}

.pr12 {
  padding-right: 12px;
}
@media screen and (max-width: 1199px) {
  .pr12 {
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .pr12 {
    padding-right: 6px;
  }
}

.pr16 {
  padding-right: 16px;
}
@media screen and (max-width: 1199px) {
  .pr16 {
    padding-right: 11px;
  }
}
@media screen and (max-width: 767px) {
  .pr16 {
    padding-right: 8px;
  }
}

.pr24 {
  padding-right: 24px;
}
@media screen and (max-width: 1199px) {
  .pr24 {
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pr24 {
    padding-right: 12px;
  }
}

.pr32 {
  padding-right: 32px;
}
@media screen and (max-width: 1199px) {
  .pr32 {
    padding-right: 21px;
  }
}
@media screen and (max-width: 767px) {
  .pr32 {
    padding-right: 16px;
  }
}

.pr40 {
  padding-right: 40px;
}
@media screen and (max-width: 1199px) {
  .pr40 {
    padding-right: 27px;
  }
}
@media screen and (max-width: 767px) {
  .pr40 {
    padding-right: 20px;
  }
}

.pr64 {
  padding-right: 64px;
}
@media screen and (max-width: 1199px) {
  .pr64 {
    padding-right: 43px;
  }
}
@media screen and (max-width: 767px) {
  .pr64 {
    padding-right: 32px;
  }
}

.pr80 {
  padding-right: 80px;
}
@media screen and (max-width: 1199px) {
  .pr80 {
    padding-right: 53px;
  }
}
@media screen and (max-width: 767px) {
  .pr80 {
    padding-right: 40px;
  }
}

.mb0 {
  margin-bottom: 0px;
}
@media screen and (max-width: 1199px) {
  .mb0 {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .mb0 {
    margin-bottom: 0px;
  }
}

.mb4 {
  margin-bottom: 4px;
}
@media screen and (max-width: 1199px) {
  .mb4 {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 2px;
  }
}

.mb8 {
  margin-bottom: 8px;
}
@media screen and (max-width: 1199px) {
  .mb8 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mb8 {
    margin-bottom: 4px;
  }
}

.mb12 {
  margin-bottom: 12px;
}
@media screen and (max-width: 1199px) {
  .mb12 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .mb12 {
    margin-bottom: 6px;
  }
}

.mb16 {
  margin-bottom: 16px;
}
@media screen and (max-width: 1199px) {
  .mb16 {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .mb16 {
    margin-bottom: 8px;
  }
}

.mb24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1199px) {
  .mb24 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mb24 {
    margin-bottom: 12px;
  }
}

.mb32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  .mb32 {
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 767px) {
  .mb32 {
    margin-bottom: 16px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .mb40 {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb64 {
  margin-bottom: 64px;
}
@media screen and (max-width: 1199px) {
  .mb64 {
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 767px) {
  .mb64 {
    margin-bottom: 32px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .mb80 {
    margin-bottom: 53px;
  }
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.pb0 {
  padding-bottom: 0px;
}
@media screen and (max-width: 1199px) {
  .pb0 {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .pb0 {
    padding-bottom: 0px;
  }
}

.pb4 {
  padding-bottom: 4px;
}
@media screen and (max-width: 1199px) {
  .pb4 {
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .pb4 {
    padding-bottom: 2px;
  }
}

.pb8 {
  padding-bottom: 8px;
}
@media screen and (max-width: 1199px) {
  .pb8 {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pb8 {
    padding-bottom: 4px;
  }
}

.pb12 {
  padding-bottom: 12px;
}
@media screen and (max-width: 1199px) {
  .pb12 {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .pb12 {
    padding-bottom: 6px;
  }
}

.pb16 {
  padding-bottom: 16px;
}
@media screen and (max-width: 1199px) {
  .pb16 {
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .pb16 {
    padding-bottom: 8px;
  }
}

.pb24 {
  padding-bottom: 24px;
}
@media screen and (max-width: 1199px) {
  .pb24 {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pb24 {
    padding-bottom: 12px;
  }
}

.pb32 {
  padding-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  .pb32 {
    padding-bottom: 21px;
  }
}
@media screen and (max-width: 767px) {
  .pb32 {
    padding-bottom: 16px;
  }
}

.pb40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .pb40 {
    padding-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .pb40 {
    padding-bottom: 20px;
  }
}

.pb64 {
  padding-bottom: 64px;
}
@media screen and (max-width: 1199px) {
  .pb64 {
    padding-bottom: 43px;
  }
}
@media screen and (max-width: 767px) {
  .pb64 {
    padding-bottom: 32px;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .pb80 {
    padding-bottom: 53px;
  }
}
@media screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 40px;
  }
}

.ml0 {
  margin-left: 0px;
}
@media screen and (max-width: 1199px) {
  .ml0 {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .ml0 {
    margin-left: 0px;
  }
}

.ml4 {
  margin-left: 4px;
}
@media screen and (max-width: 1199px) {
  .ml4 {
    margin-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .ml4 {
    margin-left: 2px;
  }
}

.ml8 {
  margin-left: 8px;
}
@media screen and (max-width: 1199px) {
  .ml8 {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .ml8 {
    margin-left: 4px;
  }
}

.ml12 {
  margin-left: 12px;
}
@media screen and (max-width: 1199px) {
  .ml12 {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .ml12 {
    margin-left: 6px;
  }
}

.ml16 {
  margin-left: 16px;
}
@media screen and (max-width: 1199px) {
  .ml16 {
    margin-left: 11px;
  }
}
@media screen and (max-width: 767px) {
  .ml16 {
    margin-left: 8px;
  }
}

.ml24 {
  margin-left: 24px;
}
@media screen and (max-width: 1199px) {
  .ml24 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ml24 {
    margin-left: 12px;
  }
}

.ml32 {
  margin-left: 32px;
}
@media screen and (max-width: 1199px) {
  .ml32 {
    margin-left: 21px;
  }
}
@media screen and (max-width: 767px) {
  .ml32 {
    margin-left: 16px;
  }
}

.ml40 {
  margin-left: 40px;
}
@media screen and (max-width: 1199px) {
  .ml40 {
    margin-left: 27px;
  }
}
@media screen and (max-width: 767px) {
  .ml40 {
    margin-left: 20px;
  }
}

.ml64 {
  margin-left: 64px;
}
@media screen and (max-width: 1199px) {
  .ml64 {
    margin-left: 43px;
  }
}
@media screen and (max-width: 767px) {
  .ml64 {
    margin-left: 32px;
  }
}

.ml80 {
  margin-left: 80px;
}
@media screen and (max-width: 1199px) {
  .ml80 {
    margin-left: 53px;
  }
}
@media screen and (max-width: 767px) {
  .ml80 {
    margin-left: 40px;
  }
}

.pl0 {
  padding-left: 0px;
}
@media screen and (max-width: 1199px) {
  .pl0 {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .pl0 {
    padding-left: 0px;
  }
}

.pl4 {
  padding-left: 4px;
}
@media screen and (max-width: 1199px) {
  .pl4 {
    padding-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .pl4 {
    padding-left: 2px;
  }
}

.pl8 {
  padding-left: 8px;
}
@media screen and (max-width: 1199px) {
  .pl8 {
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pl8 {
    padding-left: 4px;
  }
}

.pl12 {
  padding-left: 12px;
}
@media screen and (max-width: 1199px) {
  .pl12 {
    padding-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .pl12 {
    padding-left: 6px;
  }
}

.pl16 {
  padding-left: 16px;
}
@media screen and (max-width: 1199px) {
  .pl16 {
    padding-left: 11px;
  }
}
@media screen and (max-width: 767px) {
  .pl16 {
    padding-left: 8px;
  }
}

.pl24 {
  padding-left: 24px;
}
@media screen and (max-width: 1199px) {
  .pl24 {
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pl24 {
    padding-left: 12px;
  }
}

.pl32 {
  padding-left: 32px;
}
@media screen and (max-width: 1199px) {
  .pl32 {
    padding-left: 21px;
  }
}
@media screen and (max-width: 767px) {
  .pl32 {
    padding-left: 16px;
  }
}

.pl40 {
  padding-left: 40px;
}
@media screen and (max-width: 1199px) {
  .pl40 {
    padding-left: 27px;
  }
}
@media screen and (max-width: 767px) {
  .pl40 {
    padding-left: 20px;
  }
}

.pl64 {
  padding-left: 64px;
}
@media screen and (max-width: 1199px) {
  .pl64 {
    padding-left: 43px;
  }
}
@media screen and (max-width: 767px) {
  .pl64 {
    padding-left: 32px;
  }
}

.pl80 {
  padding-left: 80px;
}
@media screen and (max-width: 1199px) {
  .pl80 {
    padding-left: 53px;
  }
}
@media screen and (max-width: 767px) {
  .pl80 {
    padding-left: 40px;
  }
}

.page_header {
  background: url(/assets/img/page_header_bg.png) no-repeat center center/cover;
}
.page_header .page_title {
  margin-top: -48px;
  padding: 128px 0;
}
@media screen and (max-width: 767px) {
  .page_header {
    aspect-ratio: 375/355;
    background-image: url(/assets/img/page_header_bg_sp.png);
  }
  .page_header > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .page_header .page_title {
    margin: auto;
    padding: 80px 0;
    line-height: 1.4;
  }
}

.page_title {
  line-height: 1;
  color: #26953E;
  text-align: center;
}
.page_title .ja {
  display: block;
  font-weight: 400;
  font-size: 58px;
  letter-spacing: 0.05em;
}
.page_title:after {
  display: block;
  margin-top: 1rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #8BBA95;
  content: attr(data-title-en);
}
@media screen and (max-width: 1199px) {
  .page_title .ja {
    font-size: 40px;
  }
  .page_title:after {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page_title .ja {
    font-size: 24px;
  }
}

.page_body {
  padding: 80px 0;
}
.page_body:has(.sustainability_articles_section) {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page_body {
    padding: 40px 0;
  }
}

.page_breadcrumbs {
  padding: 32px 0;
}
.page_breadcrumbs .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_breadcrumbs .breadcrumbs a {
  font-weight: 500;
  color: #272727;
}
.page_breadcrumbs .breadcrumbs a:hover, .page_breadcrumbs .breadcrumbs a:focus, .page_breadcrumbs .breadcrumbs a:active {
  color: #26953E;
}
.page_breadcrumbs .breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page_breadcrumbs .breadcrumbs li {
  font-size: 12px;
}
.page_breadcrumbs .breadcrumbs li:first-child a:before {
  display: block;
  width: 18px;
  height: 18px;
  background: url("/assets/img/icon/home.svg") no-repeat center center/contain;
  content: "";
}
.page_breadcrumbs .breadcrumbs li:first-child a > span {
  display: none;
}
.page_breadcrumbs .breadcrumbs li:not(:first-child) {
  margin-left: 12px;
}
.page_breadcrumbs .breadcrumbs li:not(:first-child):before {
  content: "・";
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .page_breadcrumbs {
    display: none;
  }
}

.page_section {
  position: relative;
}
.page_section:not(:last-child) {
  margin-bottom: 80px;
}
.page_section:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page_section:not(:last-child) {
    margin-bottom: 40px;
  }
  .page_section:last-child {
    margin-bottom: 20px;
  }
}

.bg-green {
  padding: 80px 0;
  background: #EFF3EC;
}
.bg-green:last-child {
  margin-bottom: -80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .bg-green {
    padding: 40px 0;
  }
  .bg-green:last-child {
    margin-bottom: -40px;
    padding-bottom: 80px;
  }
}

.bg-gray {
  padding: 80px 0;
  background: #F5F6F5;
}
.bg-gray:last-child {
  margin-bottom: -80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .bg-gray {
    padding: 40px 0;
  }
  .bg-gray:last-child {
    margin-bottom: -40px;
    padding-bottom: 80px;
  }
}

.page_section_title {
  margin-bottom: 40px;
  padding-left: 16px;
  border-left: 2px solid #26953E;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.4;
  color: #26953E;
}
.page_section_title .sub {
  margin-left: 12px;
  font-size: 60%;
}
@media screen and (max-width: 767px) {
  .page_section_title {
    margin-bottom: 24px;
    font-size: 20px;
  }
}

.page_section_h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 18px;
  color: #26953E;
}
.page_section_h3:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "■";
}
* + .page_section_h3 {
  margin-top: 40px;
}

.page_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 80px;
}
.page_index a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding-bottom: 8px;
  font-size: 15px;
  color: #272727;
}
.page_index a:hover, .page_index a:focus, .page_index a:active {
  color: #26953E;
}
.page_index a {
  border-bottom: 1px solid #ccc;
}
.page_index a:after {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #26953E;
  border-radius: 50%;
  background: #26953E url("/assets/img/icon/down.svg") no-repeat center center/50%;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_index a:hover:after {
  background: #fff url("/assets/img/icon/down-green.svg") no-repeat center center/50%;
}
@media screen and (max-width: 767px) {
  .page_index {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
  }
  .page_index a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px;
  }
}

.page_intro_catch {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #272727;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .page_intro_catch {
    margin-bottom: 24px;
    font-size: 20px;
  }
}

.section_lead {
  margin-bottom: 80px;
  text-align: center;
}
.section_lead_title {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 24px;
  color: #26953E;
}
.section_lead_description {
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .section_lead {
    margin-bottom: 48px;
  }
  .section_lead_title {
    font-size: 22px;
  }
  .section_lead_description {
    font-size: 15px;
  }
}

.page-about {
  position: relative;
  background: #edf0e8;
  --bgColor: #edf0e8;
}
.page-about .container:has(.about_mv) {
  max-width: 1440px;
}
@media screen and (max-width: 1199px) {
  .page-about .container:has(.about_mv) {
    padding: 0;
  }
}

.about_mv {
  position: relative;
  margin-top: -80px;
  text-align: center;
}
.about_mv_video {
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.about_mv_video video {
  position: relative;
  width: 100%;
  max-height: calc(100vh - var(--headerHeight));
  aspect-ratio: 3200/1880;
}
.about_mv_title {
  position: relative;
  z-index: 1;
  margin-top: -128px;
  line-height: 1.6;
}
.about_mv_title .en {
  display: block;
}
.about_mv_title .ja {
  display: block;
  margin-top: 24px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .about_mv_video video {
    width: 100%;
    max-height: unset;
    aspect-ratio: 1640/1400;
  }
  .about_mv_title {
    padding: 0 24px;
  }
  .about_mv_title .ja {
    margin-top: 16px;
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .about_mv {
    margin-top: -25vw;
  }
  .about_mv_video video {
    aspect-ratio: 750/1240;
  }
}

.mv_frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-height: calc(100vh - var(--headerHeight));
  aspect-ratio: 1920/1128;
}
.mv_frame:before, .mv_frame:after {
  position: absolute;
  content: "";
}
.mv_frame_vertical:before, .mv_frame_vertical:after {
  top: 0;
  width: 160px;
  height: 100%;
}
.mv_frame_vertical:before {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(237, 240, 232, 0)), to(var(--bgColor)));
  background: linear-gradient(to left, rgba(237, 240, 232, 0) 0%, var(--bgColor));
}
.mv_frame_vertical:after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(237, 240, 232, 0)), to(var(--bgColor)));
  background: linear-gradient(to right, rgba(237, 240, 232, 0) 0%, var(--bgColor));
}
.mv_frame_horizontal:before, .mv_frame_horizontal:after {
  left: 0;
  width: 100%;
}
.mv_frame_horizontal:before {
  top: 0;
  height: 80px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(237, 240, 232, 0)), to(var(--bgColor)));
  background: linear-gradient(to top, rgba(237, 240, 232, 0) 0%, var(--bgColor));
}
.mv_frame_horizontal:after {
  bottom: 0;
  height: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 240, 232, 0)), to(var(--bgColor)));
  background: linear-gradient(to bottom, rgba(237, 240, 232, 0) 0%, var(--bgColor));
}
@media screen and (max-width: 1199px) {
  .mv_frame {
    width: 100%;
    max-height: unset;
    aspect-ratio: 1280/1092;
  }
  .mv_frame_vertical:before, .mv_frame_vertical:after {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mv_frame {
    aspect-ratio: 750/1240;
  }
  .mv_frame_vertical {
    display: none;
  }
}

.about-section {
  position: relative;
}
.about-section:not(:last-child) {
  padding-bottom: 128px;
}
.about-section.bg-white {
  padding-top: 128px;
  background: #fff;
}
.about-section .link_wrapper {
  margin-top: 80px;
}
.about-section .container {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1199px) {
  .about-section {
    overflow-x: clip;
    overflow-y: visible;
  }
  .about-section:not(:last-child) {
    padding-bottom: 80px;
  }
  .about-section.bg-white {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .about-section:not(:last-child) {
    padding-bottom: 64px;
  }
  .about-section.bg-white {
    padding-top: 64px;
  }
  .about-section .link_wrapper {
    margin-top: 40px;
  }
}

.deco {
  position: absolute;
  z-index: 9;
}
@media print {
  .deco {
    display: none;
  }
}

.deco-blur {
  -webkit-filter: blur(27px);
          filter: blur(27px);
}

.about-section_title {
  margin-bottom: 64px;
  line-height: 1;
  color: #26953E;
}
.about-section_title:before {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 80px;
  content: attr(data-title-en);
}
.about-section_title .ja {
  display: block;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 24px;
}
.about-section_title.text-centered {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .about-section_title {
    margin-bottom: 40px;
  }
  .about-section_title:before {
    font-size: 56px;
  }
  .about-section_title .ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-section_title {
    margin-bottom: 32px;
  }
  .about-section_title:before {
    font-size: 40px;
  }
  .about-section_title .ja {
    font-size: 16px;
  }
}

.about-brand .container {
  z-index: 99;
}
.about-brand .deco-01 {
  z-index: 9;
  top: -300px;
  left: -200px;
}
.about-brand .deco-02 {
  z-index: -1;
  top: 40px;
  right: 80px;
}
.about-brand .deco-03 {
  z-index: -1;
  bottom: 80px;
  right: 640px;
}
@media screen and (max-width: 1199px) {
  .about-brand .deco-01 {
    zoom: 0.5;
  }
  .about-brand .deco-02 {
    top: unset;
    bottom: 30%;
    right: 15%;
  }
  .about-brand .deco-03 {
    bottom: 15%;
    right: unset;
    left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .about-brand {
    margin-top: 80px;
  }
  .about-brand .deco-01 {
    zoom: 0.25;
    top: -600px;
  }
  .about-brand .deco-02 {
    top: -50px;
    bottom: unset;
    right: -50px;
    zoom: 0.75;
  }
  .about-brand .deco-03 {
    display: none;
  }
}

.brand-message_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brand-message_box_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.brand-message_box_content p:not([class]) {
  margin-bottom: 32px;
  line-height: 2.2;
}
.brand-message_box_video {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 700px;
}
@media screen and (max-width: 1199px) {
  .brand-message_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .brand-message_box_content {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .brand-message_box_content {
    text-align: left;
  }
  .brand-message_box_content p:not([class]) {
    margin-bottom: 24px;
  }
  .brand-message_box_video {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.video_box {
  position: relative;
}
.video_box .video_play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.video_box .video_play_btn:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.video_box video {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .video_box .video_play_btn {
    width: 50px;
    height: 50px;
  }
}

.about-message .deco-01 {
  top: -200px;
  right: -230px;
}
.about-message .deco-02 {
  bottom: 0px;
  right: 10%;
}
@media screen and (max-width: 1500px) {
  .about-message .deco-02 {
    z-index: 0;
    bottom: -15%;
    right: unset;
    left: 40%;
  }
}
@media screen and (max-width: 1199px) {
  .about-message .deco-01 {
    zoom: 0.75;
  }
  .about-message .deco-02 {
    z-index: 0;
    bottom: -15%;
    right: unset;
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .about-message .about-section_title {
    text-align: center;
  }
  .about-message .deco-01 {
    z-index: -1;
    top: 0;
    right: unset;
    left: -300px;
    zoom: 0.5;
  }
  .about-message .deco-02 {
    display: none;
  }
}

.top-message_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 196px;
  max-width: 1120px;
}
.top-message_box_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 440px;
}
.top-message_box_content p:not([class]) {
  margin-bottom: 32px;
  line-height: 2;
}
.top-message_box_pic {
  max-width: 480px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.top-message_box_title {
  margin-bottom: 16px;
  font-size: 30px;
}
@media screen and (max-width: 1199px) {
  .top-message_box {
    gap: 24px 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-message_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-message_box_content p:not([class]) {
    margin-bottom: 24px;
  }
  .top-message_box_pic {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .top-message_box_title {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

.about-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  color: #272727;
}
.about-link:hover, .about-link:focus, .about-link:active {
  color: #26953E;
}
.about-link {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.about-link:before {
  display: block;
  width: 58px;
  height: 58px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #272727;
  background: #272727 url(../img/icon/arrow_right-white.svg) no-repeat center/14px 10px;
  border-radius: 50%;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-link:hover {
  text-decoration: underline;
  color: #272727;
}
.about-link:hover:before {
  background: #fff url(../img/icon/arrow_right.svg) no-repeat center/14px 10px;
}
@media screen and (max-width: 767px) {
  .about-link {
    gap: 12px;
  }
  .about-link:before {
    width: 32px;
    height: 32px;
  }
}

.about-history_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 200px;
  margin-right: -25vw;
}
.about-history_row > .link_wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (min-width: 1200px) {
  .about-history_row > .link_wrapper {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .about-history_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
    margin-right: 0;
  }
  .about-history_row > .link_wrapper {
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }
}

.history_slider {
  position: relative;
}
.history_slider:before {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #CBCBCB;
  content: "";
}
.history_slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.history_slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 455px;
  height: auto;
}
.history_slider .history_slider_scrollbar_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 40px;
}
.history_slider .history_slider_prev,
.history_slider .history_slider_next {
  position: static;
  width: 8px;
  height: 12px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.history_slider .history_slider_prev:hover,
.history_slider .history_slider_next:hover {
  opacity: 0.7;
}
.history_slider .history_slider_prev:disabled,
.history_slider .history_slider_next:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.history_slider .history_slider_prev img,
.history_slider .history_slider_next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.history_slider .history_slider_prev:after,
.history_slider .history_slider_next:after {
  content: none;
}
.history_slider .history_slider_prev:hover,
.history_slider .history_slider_next:hover {
  background: none;
}
.history_slider .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  max-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
  background: #CBCBCB;
  border-radius: 2px;
}
.history_slider .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background: #26953E;
  border-radius: 2px;
}
.history_slider .history_slider_current,
.history_slider .history_slider_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  min-width: 24px;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #272727;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.history_slider.is-beginning .history_slider_current {
  color: #CBCBCB;
}
.history_slider.is-end .history_slider_total {
  color: #CBCBCB;
}
@media screen and (max-width: 767px) {
  .history_slider:before {
    top: 42px;
  }
  .history_slider .swiper-slide {
    width: auto;
    max-width: 275px;
  }
  .history_slider .history_slider_current,
  .history_slider .history_slider_total {
    min-width: unset;
    font-size: 14px;
  }
}

.history_slider_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.history_slider_item_title {
  margin-bottom: 8px;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  color: #26953E;
}
.history_slider_item_point {
  position: relative;
  width: 32px;
  height: 32px;
  margin-bottom: 104px;
  border-radius: 50%;
  background: #26953E;
}
.history_slider_item_point:before {
  position: absolute;
  left: 16px;
  bottom: -104px;
  width: 1px;
  height: 104px;
  background: #26953E;
  content: "";
}
.history_slider_item_content {
  position: relative;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 16px;
  padding: 8px 4px;
}
.history_slider_item_content_inner {
  max-height: 360px;
  padding: 24px 36px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #26953E transparent;
}
.history_slider_item_subtitle {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 16px;
}
.history_slider_item_dl:not(:last-child) {
  margin-bottom: 40px;
}
.history_slider_item_dl .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.history_slider_item_dl .inner:not(:last-child) {
  margin-bottom: 8px;
}
.history_slider_item_dl dt {
  width: 120px;
  font-weight: normal;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #26953E;
}
.history_slider_item_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .history_slider_item_title {
    font-size: 14px;
  }
  .history_slider_item_point {
    width: 24px;
    height: 24px;
    margin-bottom: 40px;
  }
  .history_slider_item_point:before {
    left: 12px;
    bottom: -40px;
    height: 40px;
  }
  .history_slider_item_content {
    padding: 8px 4px;
  }
  .history_slider_item_content_inner {
    padding: 16px 24px;
  }
  .history_slider_item_dl {
    font-size: 13px;
  }
  .history_slider_item_dl:not(:last-child) {
    margin-bottom: 24px;
  }
  .history_slider_item_dl .inner:not(:last-child) {
    margin-bottom: 8px;
  }
  .history_slider_item_dl dt {
    width: 80px;
  }
}

.history_slider_item_content_inner.is-scrollable:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  content: "";
}

.about-philosophy_box {
  position: relative;
  margin-bottom: 80px;
  text-align: center;
}
.about-philosophy_box_icon {
  position: absolute;
  -webkit-transition: none;
  transition: none;
  width: 200px;
}
.about-philosophy_box_icon.earth {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-philosophy_box_icon.society {
  bottom: 15%;
  left: 25%;
}
.about-philosophy_box_icon.people {
  bottom: 15%;
  right: 25%;
}
.about-philosophy_box.is-philosophy-initial .about-philosophy_box_icon {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.about-philosophy_box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/img/about/philosophy_bg_cover.png) no-repeat center 0/cover;
  -webkit-animation: parallax linear both;
          animation: parallax linear both;
  animation-timeline: view();
  content: "";
}
@media screen and (max-width: 1199px) {
  .about-philosophy_box_bg {
    display: block;
  }
  .about-philosophy_box_icon {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .about-philosophy_box {
    margin-bottom: 128px;
  }
  .about-philosophy_box_bg {
    display: block;
    width: calc(100% + 200px);
    margin-right: -100px;
    margin-left: -100px;
  }
  .about-philosophy_box_icon {
    width: 150px;
  }
  .about-philosophy_box:before {
    background: url(/assets/img/about/philosophy_bg_cover_sp.png) no-repeat center 0/cover;
  }
}

@-webkit-keyframes parallax {
  from {
    background-position: center 0;
  }
  to {
    background-position: center 300px;
  }
}

@keyframes parallax {
  from {
    background-position: center 0;
  }
  to {
    background-position: center 300px;
  }
}
.about-philosophy_content {
  text-align: center;
}
.about-philosophy_content_catch {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 36px;
}
.about-philosophy_content p:not([class]) {
  margin-bottom: 32px;
  line-height: 2.2;
}
.about-philosophy_content .link_wrapper .about-link {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .about-philosophy_content_catch {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .about-philosophy_content p:not([class]) {
    margin-bottom: 24px;
    line-height: 2.5;
  }
}

.about-business .deco-01 {
  z-index: 0;
  top: 360px;
  right: 400px;
}
@media screen and (max-width: 1199px) {
  .about-business .deco-01 {
    display: none;
  }
}

.about-business_intro {
  margin-bottom: 80px;
}
.about-business_intro .about-business_catch {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 20px;
}
.about-business_intro .about-business_description {
  font-weight: 300;
  font-size: 16px;
}
.about-business_intro .link_wrapper {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .about-business_intro {
    margin-bottom: 40px;
  }
  .about-business_intro .about-business_catch {
    font-size: 16px;
  }
  .about-business_intro .about-business_description {
    font-size: 14px;
  }
  .about-business_intro .link_wrapper {
    margin-top: 16px;
  }
}

.about-business_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 24px;
  margin-right: -25vw;
  padding-right: 25vw;
  padding-bottom: 24px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .about-business_wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.about-business_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 865px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.about-business_item_content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px 24px;
  height: 550px;
  overflow: hidden;
}
.about-business_item_pic {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.about-business_item_pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-business_item .number {
  position: absolute;
  top: 12px;
  right: 12px;
  text-align: right;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 1;
}
.about-business_item .number .current {
  font-size: 200%;
}
.about-business_item_title {
  margin-top: 40px;
  margin-bottom: 24px;
}
.about-business_item_title .en {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #26953E;
}
.about-business_item_title .ja {
  font-size: 36px;
  line-height: 1.4;
}
.about-business_item_catch {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
}
.about-business_item_description {
  font-weight: 300;
  font-size: 16px;
}
.about-business_item .link_wrapper {
  margin-top: 40px;
}
.about-business_item .link_wrapper .business-link {
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .about-business_item_content {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .about-business_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 40px);
  }
  .about-business_item_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    overflow: hidden;
  }
  .about-business_item_pic {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .about-business_item_pic img {
    aspect-ratio: 260/180;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-business_item .number {
    position: static;
    font-size: 14px;
  }
  .about-business_item_title {
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .about-business_item_title .ja {
    font-size: 24px;
  }
  .about-business_item_catch {
    font-size: 16px;
  }
  .about-business_item_description {
    display: none;
  }
  .about-business_item .link_wrapper {
    margin-top: auto;
    padding-top: 40px;
  }
}

.business-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #272727;
}
.business-link:hover, .business-link:focus, .business-link:active {
  color: #26953E;
}
.business-link:after {
  display: block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #26953E;
  background: #26953E url(../img/icon/arrow_right-white.svg) no-repeat center/14px 10px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.business-link:hover:after {
  border: 1px solid #26953E;
  background: #26953E url(../img/icon/arrow_right-white.svg) no-repeat center/14px 10px;
}
@media screen and (max-width: 767px) {
  .business-link:after {
    width: 40px;
    height: 40px;
  }
}

.about-esg {
  padding-top: 80px;
}
.about-esg .deco-02 {
  z-index: 0;
  top: 320px;
  right: 400px;
}
@media screen and (max-width: 1199px) {
  .about-esg .deco-02 {
    zoom: 0.5;
    top: 640px;
    right: 400px;
  }
}
@media screen and (max-width: 767px) {
  .about-esg .container {
    padding: 0;
  }
  .about-esg .deco-02 {
    zoom: 0.5;
    top: 50%;
    right: unset;
    left: -80px;
  }
}

.about-esg_area {
  position: relative;
  padding: 80px;
}
.about-esg_area:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: rgba(51, 121, 66, 0.15);
  content: "";
}
.about-esg_area .deco-esg-01 {
  position: absolute;
  top: -162px;
  right: -162px;
  width: 324px;
  height: 324px;
}
.about-esg_area_title {
  margin-bottom: 40px;
  color: #fff;
}
.about-esg_area_title .en {
  font-family: "Jost", sans-serif;
  font-size: 80px;
  line-height: 1;
}
.about-esg_area_title .ja {
  display: block;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .about-esg_area {
    padding: 40px;
  }
  .about-esg_area .deco-esg-01 {
    top: -60px;
    right: -60px;
    width: 120px;
    height: 120px;
    background-size: cover;
  }
  .about-esg_area_title .en {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .about-esg_area {
    padding: 80px 32px;
  }
  .about-esg_area_title {
    margin-bottom: 24px;
  }
  .about-esg_area_title .en {
    font-size: 32px;
  }
  .about-esg_area_title .ja {
    font-size: 14px;
  }
}

.about-esg_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .about-esg_list {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about-esg_list {
    margin-top: 24px;
    gap: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.about-esg_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
}
.about-esg_item_pic {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-esg_item_content {
  padding: 40px 24px;
  height: 100%;
}
.about-esg_item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin-bottom: 0;
  line-height: 1;
}
.about-esg_item_title .en {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 32px;
  color: #26953E;
}
.about-esg_item_title .ja {
  display: block;
  margin-bottom: 24px;
  font-size: 16px;
}
.about-esg_item_title:after {
  display: block;
  width: 58px;
  height: 58px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #272727;
  background: #272727 url(../img/icon/arrow_right-white.svg) no-repeat center/14px 10px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-esg_item_title:hover:after {
  background: #fff url(../img/icon/arrow_right.svg) no-repeat center/14px 10px;
}
@media screen and (max-width: 1199px) {
  .about-esg_item_title .en {
    font-size: 28px;
    white-space: nowrap;
  }
  .about-esg_item_title .ja {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-esg_item {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .about-esg_item_content {
    padding: 24px 16px;
  }
  .about-esg_item_title .en {
    font-size: 24px;
  }
  .about-esg_item_title .ja {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .about-esg_item_title:after {
    width: 40px;
    height: 40px;
  }
}

.about-management .deco-01 {
  top: 100px;
  right: -320px;
  z-index: 0;
}
.about-management .deco-02 {
  bottom: -240px;
  left: -310px;
}
.about-management .deco-03 {
  z-index: 0;
  bottom: 40px;
  right: 160px;
}
@media screen and (max-width: 1199px) {
  .about-management .deco-01 {
    top: 400px;
    zoom: 0.5;
  }
  .about-management .deco-02 {
    zoom: 0.5;
    bottom: -240px;
    left: -310px;
  }
  .about-management .deco-03 {
    z-index: -1;
    right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .about-management .deco-01 {
    top: 660px;
    right: -250px;
    zoom: 0.25;
  }
  .about-management .deco-02 {
    zoom: 0.25;
  }
  .about-management .deco-03 {
    bottom: -120px;
    right: -50px;
  }
}

.about-management_intro {
  margin-top: 80px;
}
.about-management_intro_catch {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.about-management_intro .link_wrapper {
  margin-top: 16px;
  text-align: center;
}
.about-management_intro .link_wrapper .about-link {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .about-management_intro {
    margin-top: 40px;
  }
  .about-management_intro_catch {
    font-size: 24px;
    line-height: 1.6;
  }
}

.about-management_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-top: 80px;
}
.about-management_list > li {
  -ms-flex-preferred-size: calc(33.3333333333% - 40px);
      flex-basis: calc(33.3333333333% - 40px);
}
@media screen and (max-width: 1199px) {
  .about-management_list {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about-management_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
    margin-top: 40px;
  }
  .about-management_list > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.about-management_item {
  height: 100%;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  overflow: hidden;
}
.about-management_item_number {
  margin-bottom: 16px;
  font-family: "Jost", sans-serif;
  line-height: 1;
  color: #26953E;
}
.about-management_item_number .en {
  font-weight: bold;
  font-size: 13px;
}
.about-management_item_number .number {
  display: block;
  font-size: 40px;
}
.about-management_item_title {
  font-weight: 700;
}
@media all and (min-width: 1200px) {
  .about-management_item_title {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1199px) {
  .about-management_item {
    padding: 24px 12px;
  }
  .about-management_item_title {
    margin-top: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about-management_item {
    padding: 16px;
  }
  .about-management_item_number {
    margin-bottom: 12px;
  }
  .about-management_item_number .en {
    font-size: 12px;
  }
  .about-management_item_number .number {
    font-size: 24px;
  }
}

.about-company {
  padding-bottom: 128px;
}
.about-company .deco-01 {
  bottom: -240px;
  right: -100px;
}
@media screen and (max-width: 1199px) {
  .about-company .deco-01 {
    zoom: 0.35;
  }
}

.about-company-index_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 32px;
}
@media screen and (max-width: 1199px) {
  .about-company-index_list {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-index_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.about-company-index_item_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #26953E;
}
.about-company-index_item_en:after {
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #26953E;
  content: "";
}
.about-company-index_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 20px;
  color: #272727;
}
.about-company-index_item_link:hover, .about-company-index_item_link:focus, .about-company-index_item_link:active {
  color: #26953E;
}
.about-company-index_item_link:after {
  display: block;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #26953E;
  border-radius: 50%;
  background: #26953E url(../img/icon/arrow_right-white.svg) no-repeat center/16px 12px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-company-index_item_link:hover:after {
  background: #fff url(../img/icon/arrow_right-green.svg) no-repeat center/16px 12px;
}
.about-company-index_item_description {
  margin-top: 8px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .about-company-index_item_en {
    gap: 8px;
    font-size: 14px;
  }
  .about-company-index_item_link {
    font-size: 16px;
  }
  .about-company-index_item_link:after {
    width: 24px;
    height: 24px;
  }
  .about-company-index_item_description {
    font-size: 14px;
  }
}

.report_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
.report_box_pic {
  -ms-flex-preferred-size: 292px;
      flex-basis: 292px;
}
.report_box_pic img {
  border: 1px solid #272727;
}
.report_box_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.report_box_title {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 24px;
  color: #26953E;
}
.report_box .btn {
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .report_box_pic {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}
@media screen and (max-width: 767px) {
  .report_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .report_box_pic {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 50%;
  }
  .report_box_content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: contents;
  }
  .report_box_title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
    text-align: center;
  }
  .report_box_description {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
  .report_box .btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
  }
}

.report_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .report_list {
    gap: 24px;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.report_item {
  display: block;
}
.report_item_title {
  margin-top: 16px;
  font-size: 16px;
  color: #272727;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.report_item .link-book {
  margin-top: 4px;
}
.report_item:hover .report_item_title {
  color: #26953E;
}
.report_item:hover .link-book {
  border-color: #646464;
}
.report_item:hover .link-book:after {
  background-image: url(../img/icon/book-black.svg);
}

.page-philosophy {
  background: #EFF3EC;
}
.page-philosophy .page_body {
  padding-top: 0;
}

.philosophy_intro {
  background: url(/assets/img/about/philosophy/deco_bg.png) no-repeat center/auto;
  text-align: center;
}
.philosophy_intro_pic {
  margin-bottom: 64px;
}
.philosophy_intro_catch {
  margin-bottom: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 36px;
}
.philosophy_intro_text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .philosophy_intro {
    margin-bottom: 80px;
  }
  .philosophy_intro_pic {
    margin-right: -25px;
    margin-left: -25px;
    margin-bottom: 40px;
  }
  .philosophy_intro_catch {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .philosophy_intro_text {
    margin-bottom: 24px;
    font-size: 15px;
  }
}

.philosophy_title {
  margin-bottom: 64px;
  line-height: 1;
  color: #26953E;
  text-align: center;
}
.philosophy_title .ja {
  display: block;
  font-weight: 400;
  font-size: 58px;
}
.philosophy_title:after {
  display: block;
  margin-top: 1rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #8BBA95;
  content: attr(data-title-en);
}
@media screen and (max-width: 767px) {
  .philosophy_title {
    margin-bottom: 32px;
  }
  .philosophy_title .ja {
    font-size: 24px;
  }
  .philosophy_title:after {
    font-size: 14px;
  }
}

.philosophy_list li:not(:last-child) {
  margin-bottom: 16px;
}

.philosophy_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 40px;
  background: #fff;
}
.philosophy_box_description {
  font-weight: 300;
}
.philosophy_box_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.philosophy_box_title {
  margin-bottom: 16px;
  font-size: 32px;
}
.philosophy_box-earth .philosophy_box_title {
  color: #899A3C;
}
.philosophy_box-society .philosophy_box_title {
  color: #8EB09E;
}
.philosophy_box-people .philosophy_box_title {
  color: #D3AB6D;
}
@media screen and (max-width: 1199px) {
  .philosophy_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 24px 40px;
    text-align: center;
  }
}

.philosophy_policy_title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
}
* + .philosophy_policy_title {
  margin-top: 40px;
}

.philosophy_policy_description {
  font-weight: 300;
}

@media all and (min-width: 1200px) {
  .container:has(.business_box) {
    --container-width: 1320px;
  }
}

.business_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}
.business_box:not(:last-child) {
  margin-bottom: 128px;
}
.business_box_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.business_box_pic {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 650px;
}
.business_box_pic img {
  border-radius: 16px;
}
.business_box_header {
  margin-bottom: 48px;
}
.business_box_title_sub {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #26953E;
  line-height: 1;
}
.business_box_title_sub .number {
  display: inline-block;
  margin-right: 4px;
  font-size: 200%;
}
.business_box_title_main {
  font-size: 40px;
}
.business_box_catch {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
}
.business_box_description {
  font-weight: 300;
  font-size: 16px;
}
.business_box:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.business_box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.business_box .swiper-pagination {
  bottom: -32px;
}
@media screen and (max-width: 1199px) {
  .business_box {
    gap: 24px;
  }
  .business_box:not(:last-child) {
    margin-bottom: 80px;
  }
  .business_box_content {
    width: 100%;
  }
  .business_box_pic {
    max-width: 100%;
  }
  .business_box_header {
    margin-bottom: 24px;
  }
  .business_box:nth-child(odd), .business_box:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .business_box {
    gap: 24px;
  }
  .business_box:not(:last-child) {
    margin-bottom: 80px;
  }
  .business_box_content {
    width: 100%;
  }
  .business_box_pic {
    max-width: 100%;
  }
  .business_box_header {
    margin-bottom: 24px;
  }
  .business_box_title_main {
    margin-top: 12px;
    font-size: 24px;
  }
  .business_box:nth-child(odd), .business_box:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.directors_table_date {
  text-align: right;
}

.directors_table {
  width: 100%;
  white-space: nowrap;
}
.directors_table thead th, .directors_table thead td {
  background: #EFF3EC;
  text-align: center;
}
.directors_table th, .directors_table td {
  padding: 16px;
  border: 1px solid #ccc;
  font-size: 15px;
}
.directors_table th:nth-child(2), .directors_table td:nth-child(2) {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .directors_table {
    white-space: normal;
  }
  .directors_table th:nth-child(1), .directors_table th:nth-child(2), .directors_table td:nth-child(1), .directors_table td:nth-child(2) {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .directors_table thead {
    display: none;
  }
  .directors_table tbody, .directors_table tr {
    display: block;
  }
  .directors_table tr {
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
  }
  .directors_table th, .directors_table td {
    display: block;
    width: 100%;
    padding: 0;
    white-space: normal;
    border: 0;
    text-align: left;
  }
  .directors_table th:nth-child(2), .directors_table td:nth-child(2) {
    font-weight: 500;
    font-size: 22px;
    text-align: left;
  }
  .directors_table th:nth-child(3), .directors_table td:nth-child(3) {
    font-size: 13px;
    color: #6D6D6D;
  }
}

.page-history .page_body {
  padding-bottom: 0;
}
.page-history .page_section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .page-history .container:has(.history_tabs) {
    max-width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .history_tabs {
    margin-right: -25px;
    margin-left: -25px;
  }
}
.tab_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 8px;
  padding: 0 25px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .tab_index {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .tab_index {
    padding: 0 25px;
  }
}
.tab_index li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tab_index_button {
  width: 100%;
  padding: 16px 24px;
  border-radius: 24px 24px 0 0;
  background: #EFF3EC;
  font-size: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab_index_button:not(.inactive) {
  pointer-events: none;
}
.tab_index_button.inactive {
  background: #CDCDCD;
  color: #A0A0A0;
}
.tab_index_button.inactive:hover {
  background: #26953E;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .tab_index_button {
    padding: 12px 16px;
    border-radius: 16px 16px 0 0;
    font-size: 20px;
  }
}

.tab_index_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
  max-width: 960px;
  margin: auto;
  padding-top: 16px;
  background: #fff;
}
.tab_index_bottom.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.tab_index_bottom .tab_index_button {
  -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .tab_index_bottom .tab_index {
    padding: 0 25px;
  }
}

.tab_content {
  padding-top: 48px;
  padding-bottom: 80px;
  background: #EFF3EC;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab_content.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .tab_content {
    padding-bottom: 70px;
  }
}

.terms_box {
  padding: 24px;
  color: #fff;
  background: #ccc no-repeat center/cover;
  text-align: center;
}
.terms_box_title {
  margin-bottom: 8px;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.terms_box_title .title {
  display: block;
  font-size: 28px;
  line-height: 1;
}
.terms_box_title .years {
  display: block;
  font-size: 40px;
}
.terms_box_description {
  font-size: 16px;
  letter-spacing: 0;
}
.terms_box-1946 {
  background-image: url(/assets/img/about/history/terms_box_1946.png);
}
.terms_box-1959 {
  background-image: url(/assets/img/about/history/terms_box_1959.png);
}
.terms_box-1964 {
  background-image: url(/assets/img/about/history/terms_box_1964.png);
}
.terms_box-1975 {
  background-image: url(/assets/img/about/history/terms_box_1975.png);
}
.terms_box-1982 {
  background-image: url(/assets/img/about/history/terms_box_1982.png);
}
.terms_box-1991 {
  background-image: url(/assets/img/about/history/terms_box_1991.png);
}
.terms_box-2006 {
  background-image: url(/assets/img/about/history/terms_box_2006.png);
}
.terms_box-2019 {
  background-image: url(/assets/img/about/history/terms_box_2019.png);
}
@media screen and (max-width: 767px) {
  .terms_box {
    padding: 16px;
  }
  .terms_box_title {
    margin: 0;
  }
  .terms_box_title .title {
    font-size: 18px;
  }
  .terms_box_title .years {
    font-size: 24px;
  }
  .terms_box_description {
    display: none;
  }
}

.history_content {
  position: relative;
  padding: 0 40px;
}
.history_content:before, .history_content:after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 40px;
  content: "";
}
.history_content:before {
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(239, 243, 236, 0)), to(#EFF3EC));
  background: linear-gradient(0deg, rgba(239, 243, 236, 0) 0%, #EFF3EC 100%);
}
.history_content:after {
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 243, 236, 0)), to(#EFF3EC));
  background: linear-gradient(180deg, rgba(239, 243, 236, 0) 0%, #EFF3EC 100%);
}
@media screen and (max-width: 767px) {
  .history_content {
    padding: 0 25px;
  }
  .history_content:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    margin: auto;
    width: 16px;
    height: 100%;
    background: #BBD6BF;
    content: "";
  }
}

.history_timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  gap: 86px;
}
.history_timeline_line {
  display: block;
  width: 18px;
  background: #BBD6BF;
}
.history_timeline_intro {
  display: none;
  padding: 24px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(239, 243, 236, 0)), color-stop(15%, #EFF3EC));
  background: linear-gradient(0deg, rgba(239, 243, 236, 0) 0%, #EFF3EC 15%);
  text-align: center;
}
.history_timeline_business, .history_timeline_products {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 0;
}
.history_timeline_business {
  text-align: right;
}
.history_timeline_business .history_item {
  right: 0;
}
.history_timeline_business .history_item .year:after {
  right: -100px;
  background-image: url(/assets/img/about/history/history_arrow-right.png);
}
.history_timeline_products {
  text-align: left;
}
.history_timeline_products .history_item {
  left: 0;
}
.history_timeline_products .history_item .year:after {
  left: -100px;
  background-image: url(/assets/img/about/history/history_arrow-left.png);
}
@media screen and (max-width: 767px) {
  .history_timeline {
    height: auto !important;
  }
  .history_timeline_intro {
    display: block;
    padding-bottom: 24px;
  }
  .history_timeline_business, .history_timeline_products {
    padding: 0;
  }
  .history_timeline_line {
    display: none;
  }
  #business .history_timeline .history_timeline_products {
    display: none;
  }
  #products .history_timeline .history_timeline_business {
    display: none;
  }
}

.history_item {
  position: absolute;
  width: 100%;
  max-width: 320px;
  margin-bottom: 24px;
  white-space: nowrap;
}
.history_item .year {
  position: relative;
  display: block;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  color: #26953E;
}
.history_item .year:after {
  position: absolute;
  right: -100px;
  top: 24px;
  display: block;
  width: 100px;
  height: 14px;
  background: url(/assets/img/about/history/history_arrow-right.png);
  content: "";
}
.history_item .title {
  font-size: 15px;
  letter-spacing: 0;
}
.history_item .history_pic {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
}
.history_item .history_pic figcaption {
  margin-top: 4px;
  font-size: 13px;
}
.history_timeline_business .history_item .history_pic {
  margin-left: auto;
  text-align: right;
}
.history_timeline_products .history_item .history_pic {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .history_item {
    position: static;
    max-width: 100%;
    margin-bottom: 40px;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    text-align: center;
    white-space: normal;
  }
  .history_item .year {
    font-size: 32px;
  }
  .history_item .year:after {
    content: none;
  }
  .history_item .history_pic {
    margin-top: 16px;
  }
  .history_item .history_pic figcaption {
    text-align: center;
  }
  .history_timeline_business .history_item .history_pic, .history_timeline_products .history_item .history_pic {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.history_event {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
  padding: 12px 16px;
  background: #fff;
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
}
.history_event:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: "";
}
.history_timeline_business .history_event {
  right: -60px;
  margin-left: auto;
}
.history_timeline_business .history_event:before {
  right: -24px;
  border-left: 24px solid #fff;
}
.history_timeline_products .history_event {
  left: -60px;
  margin-right: auto;
}
.history_timeline_products .history_event:before {
  left: -24px;
  border-right: 24px solid #fff;
}

.history_event_sp {
  display: none;
  margin-bottom: 40px;
  padding: 12px 16px;
  background: #fff;
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
  text-align: center;
}
.history_event_sp:before {
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 24px solid #fff;
  content: "";
}
@media screen and (max-width: 767px) {
  .history_event_sp {
    display: block;
  }
}

#business .business-1946 {
  top: 40px;
}
#business .business-1952 {
  top: 400px;
}
#business .business-1956 {
  top: 720px;
}
#business .products-1946-event {
  top: 100px;
}
#business .products-1953 {
  top: 440px;
}
#business .products-1955-event {
  top: 560px;
}
#business .business-1959 {
  top: 40px;
}
#business .products-1959 {
  top: 40px;
}
#business .products-1963-event {
  top: 700px;
}
#business .business-1964 {
  top: 40px;
}
#business .business-1965 {
  top: 200px;
}
#business .business-1967 {
  top: 680px;
}
#business .business-1968 {
  top: 820px;
}
#business .business-1973 {
  top: 960px;
}
#business .products-1964-event {
  top: 100px;
}
#business .products-1973 {
  top: 960px;
}
#business .products-1973-event {
  top: 1080px;
}
#business .products-1974 {
  top: 1180px;
}
#business .business-1978 {
  top: 40px;
}
#business .business-1981 {
  top: 400px;
}
#business .business-1983 {
  top: 760px;
}
#business .business-1987 {
  top: 1220px;
}
#business .products-1979 {
  top: 150px;
}
#business .products-1979-event {
  top: 300px;
}
#business .products-1983 {
  top: 760px;
}
#business .products-1985 {
  top: 980px;
}
#business .products-1989-event {
  top: 1400px;
}
#business .business-1993 {
  top: 40px;
}
#business .business-1995 {
  top: 400px;
}
#business .business-2000 {
  top: 520px;
}
#business .business-2002 {
  top: 640px;
}
#business .business-2003 {
  top: 760px;
}
#business .business-2007 {
  top: 950px;
}
#business .business-2011 {
  top: 1300px;
}
#business .business-2014 {
  top: 1440px;
}
#business .business-2018 {
  top: 1580px;
}
#business .products-1995-event {
  top: 440px;
}
#business .products-2002 {
  top: 640px;
}
#business .products-2004 {
  top: 840px;
}
#business .products-2007 {
  top: 950px;
}
#business .products-2008 {
  top: 1050px;
}
#business .products-2008-event {
  top: 1150px;
}
#business .products-2010 {
  top: 1230px;
}
#business .products-2011-event {
  top: 1350px;
}
#business .products-2018-event {
  top: 1430px;
}
#business .business-2019 {
  top: 40px;
}
#business .business-2020 {
  top: 390px;
}
#business .business-2021 {
  top: 500px;
}
#business .business-2022 {
  top: 850px;
}
#business .business-2023 {
  top: 980px;
}
#business .business-2024 {
  top: 1110px;
}
#business .products-2019 {
  top: 40px;
}
#business .products-2020-event {
  top: 420px;
}
#business .products-2023 {
  top: 980px;
}
#business .products-2024 {
  top: 1110px;
}

#products .business-1946 {
  top: 40px;
}
#products .business-1946-event {
  top: 160px;
}
#products .business-1952 {
  top: 240px;
}
#products .business-1955-event {
  top: 480px;
}
#products .business-1956 {
  top: 640px;
}
#products .products-1953 {
  top: 320px;
}
#products .business-1959 {
  top: 40px;
}
#products .business-1963-event {
  top: 480px;
}
#products .products-1959 {
  top: 40px;
}
#products .business-1964 {
  top: 40px;
}
#products .business-1964-event {
  top: 180px;
}
#products .business-1967 {
  top: 280px;
}
#products .business-1968 {
  top: 420px;
}
#products .business-1973 {
  top: 560px;
}
#products .business-1973-event {
  top: 700px;
}
#products .products-1965 {
  top: 90px;
}
#products .products-1973 {
  top: 560px;
}
#products .products-1974 {
  top: 920px;
}
#products .business-1978 {
  top: 40px;
}
#products .business-1979-event {
  top: 300px;
}
#products .business-1981 {
  top: 660px;
}
#products .business-1983 {
  top: 800px;
}
#products .business-1987 {
  top: 1160px;
}
#products .business-1989-event {
  top: 1400px;
}
#products .products-1979 {
  top: 150px;
}
#products .products-1983 {
  top: 800px;
}
#products .products-1985 {
  top: 950px;
}
#products .business-1993 {
  top: 40px;
}
#products .business-1995 {
  top: 160px;
}
#products .business-1995-event {
  top: 260px;
}
#products .business-2000 {
  top: 340px;
}
#products .business-2002 {
  top: 460px;
}
#products .business-2003 {
  top: 580px;
}
#products .business-2007 {
  top: 1240px;
}
#products .business-2008-event {
  top: 1720px;
}
#products .business-2011 {
  top: 1850px;
}
#products .business-2011-event {
  top: 1980px;
}
#products .business-2014 {
  top: 2060px;
}
#products .business-2018 {
  top: 2200px;
}
#products .products-2002 {
  top: 460px;
}
#products .products-2004 {
  top: 880px;
}
#products .products-2007 {
  top: 1240px;
}
#products .products-2008 {
  top: 1680px;
}
#products .products-2010 {
  top: 1800px;
}
#products .business-2019 {
  top: 40px;
}
#products .business-2020 {
  top: 400px;
}
#products .business-2020-event {
  top: 510px;
}
#products .business-2021 {
  top: 590px;
}
#products .business-2022 {
  top: 690px;
}
#products .business-2023 {
  top: 800px;
}
#products .business-2024 {
  top: 1300px;
}
#products .products-2019 {
  top: 40px;
}
#products .products-2023 {
  top: 800px;
}
#products .products-2024 {
  top: 1300px;
}

.magazine_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
.magazine_box_pic {
  -ms-flex-preferred-size: 340px;
      flex-basis: 340px;
}
.magazine_box_pic img {
  border: 1px solid #272727;
}
.magazine_box_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.magazine_box_title {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 24px;
  color: #26953E;
}
.magazine_box .btn {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .magazine_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .magazine_box_pic {
    display: contents;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 50%;
  }
  .magazine_box_cover {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .magazine_box_content {
    display: contents;
  }
  .magazine_box_title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
    text-align: center;
  }
  .magazine_box .magazine_index {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .magazine_box .btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
  }
}

.magazine_index_title {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #272727;
  font-weight: 500;
  font-size: 16px;
}
.magazine_index_list {
  padding-left: 24px;
  font-size: 15px;
  list-style: disc;
}
.magazine_index_list li:not(:last-child) {
  margin-bottom: 8px;
}

.backnumber_title {
  margin-bottom: 24px;
  font-size: 24px;
  color: #26953E;
}

.backnumber_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 8px;
}
.backnumber_list:not(:last-child) {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .backnumber_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.backnumber_item {
  display: block;
}
.backnumber_item_title {
  margin-top: 16px;
  font-size: 16px;
  color: #272727;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.backnumber_item .link-book {
  margin-top: 4px;
}
.backnumber_item:hover .backnumber_item_title {
  color: #26953E;
}
.backnumber_item:hover .link-book {
  border-color: #646464;
}
.backnumber_item:hover .link-book:after {
  background-image: url(../img/icon/book-black.svg);
}
@media screen and (max-width: 767px) {
  .backnumber_item_title {
    margin-top: 8px;
    font-size: 14px;
  }
}

.page-message {
  background: #EFF3EC;
}
.page-message .main {
  position: relative;
  background: url(/assets/img/about/message/deco_bg.png) no-repeat top 80px center/auto;
}
@media screen and (max-width: 1199px) {
  .page-message .main {
    background: url(../img/about/message/deco_sp_left.png) no-repeat top 400px left -200px/400px;
  }
}
@media screen and (max-width: 767px) {
  .page-message .main {
    background: url(../img/about/message/deco_sp_left.png) no-repeat top 125px left -125px/250px;
  }
}

.message_header {
  padding-top: 128px;
}
.message_header .message_title {
  line-height: 1;
  color: #26953E;
  text-align: left;
  -webkit-font-feature-settings: unset;
          font-feature-settings: unset;
}
.message_header .message_title .ja {
  display: block;
  font-weight: 400;
  font-size: 58px;
  letter-spacing: -0.03em;
}
.message_header .message_title:after {
  display: block;
  margin-top: 1rem;
  padding-left: 1rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #8BBA95;
  content: attr(data-title-en);
}
@media screen and (max-width: 767px) {
  .message_header {
    padding-top: 40px;
  }
  .message_header .message_title .ja {
    font-size: 24px;
  }
  .message_header .message_title:after {
    padding-left: 0.5rem;
    font-size: 14px;
  }
}

.message_box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px 40px;
}
.message_box_pic {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 190px;
}
.message_box_pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.message_box_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.message_box_title {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 500;
  color: #26953E;
}
.message_box_text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
}
.message_box_signature {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .message_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1199px) {
  .message_box_pic {
    padding-top: 0;
  }
  .message_box_pic:after {
    position: absolute;
    top: -70px;
    right: 0px;
    width: 140px;
    height: 140px;
    background: url(/assets/img/about/message/deco_sp_right.png) no-repeat center/contain;
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .message_box {
    padding-top: 80px;
  }
  .message_box_pic {
    max-width: calc(100% - 25px);
  }
  .message_box_title {
    font-size: 24px;
  }
  .message_box_text {
    margin-top: 24px;
    font-size: 15px;
  }
  .message_box_signature {
    margin-top: 24px;
    text-align: right;
  }
}

.message_deco_bottom .container {
  position: relative;
}
.message_deco_bottom .container:after {
  position: absolute;
  bottom: -95px;
  right: -190px;
  z-index: 9;
  display: block;
  width: 190px;
  height: 190px;
  background: url(/assets/img/about/message/deco_bottom.png) no-repeat center/auto;
  content: "";
}
@media screen and (max-width: 1199px) {
  .message_deco_bottom .container:after {
    content: none;
  }
  .message_deco_bottom:after {
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 480px;
    background: url(/assets/img/about/message/deco_tb_bottom.png) no-repeat center/auto;
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .message_deco_bottom:after {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 9;
    display: block;
    width: 100%;
    height: 180px;
    background: url(/assets/img/about/message/deco_sp_bottom.png) no-repeat top left -40px/contain;
    content: "";
  }
}

.head-office_box .gmap {
  position: relative;
  width: 100%;
  height: 320px;
  margin-bottom: 40px;
  border-radius: 16px;
  overflow-y: hidden;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.head-office_box .gmap iframe {
  position: absolute;
  top: -175px;
  left: 0;
  width: 100%;
  height: 670px;
}
@media screen and (max-width: 767px) {
  .head-office_box .gmap {
    margin-bottom: 24px;
  }
}

.network_box:not(:last-child) {
  margin-bottom: 40px;
}
.network_box_title {
  padding-bottom: 12px;
  font-weight: 400;
  font-size: 20px;
  color: #26953E;
}

.network_link {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .network_link {
    margin-top: 16px;
    padding-top: 16px;
  }
}

.tel_box {
  border: 1px solid #26953E;
}
.tel_box_title {
  padding: 8px;
  background: #26953E;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
.tel_box_content {
  padding: 24px;
  text-align: center;
}
.tel_box_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 44px;
  font-weight: 500;
}
.tel_box_number:before {
  display: block;
  width: 98px;
  height: 56px;
  background: url(../img/free-dial.png) no-repeat center center/contain;
  content: "";
}
.tel_box_time {
  margin-top: 12px;
}
.tel_box_time .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tel_box_time dd:before {
  content: "：";
}
@media screen and (max-width: 767px) {
  .tel_box_title {
    font-size: 20px;
  }
  .tel_box_content {
    padding: 16px;
  }
  .tel_box_number {
    font-size: 24px;
  }
  .tel_box_number:before {
    width: 48px;
    height: 26px;
  }
  .tel_box_time {
    margin-top: 12px;
  }
  .tel_box_time .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tel_box_time .inner:not(:first-child) {
    margin-top: 8px;
  }
  .tel_box_time dd:before {
    content: none;
  }
}

.policy_index_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 48px;
}
@media screen and (max-width: 767px) {
  .policy_index_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.policy_index_item_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #26953E;
}
.policy_index_item_en:after {
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #26953E;
  content: "";
}
.policy_index_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 20px;
  color: #272727;
}
.policy_index_item_link:hover, .policy_index_item_link:focus, .policy_index_item_link:active {
  color: #26953E;
}
.policy_index_item_link:after {
  display: block;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #26953E;
  border-radius: 50%;
  background: #26953E url(../img/icon/arrow_right-white.svg) no-repeat center/16px 12px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.policy_index_item_link:hover:after {
  background: #fff url(../img/icon/arrow_right-green.svg) no-repeat center/16px 12px;
}
.policy_index_item_description {
  margin-top: 8px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .policy_index_item_en {
    gap: 8px;
    font-size: 14px;
  }
  .policy_index_item_link {
    font-size: 16px;
  }
  .policy_index_item_link:after {
    width: 24px;
    height: 24px;
  }
  .policy_index_item_description {
    font-size: 14px;
  }
}

.policy_intro {
  color: #979797;
  text-align: center;
}

.policy_catch {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
}

.policy_title {
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 20px;
  color: #26953E;
}
* + .policy_title {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .policy_title {
    font-size: 16px;
  }
  * + .policy_title {
    margin-top: 16px;
  }
}

.policy_content {
  padding-left: 24px;
}
.policy_content a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .policy_content {
    padding-left: 16px;
  }
}

.policy_list li {
  margin-top: 12px;
}

.policy_certification_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 40px;
}
.policy_certification_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .policy_certification_list {
    gap: 16px;
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.quality-policy_list {
  margin-top: 40px;
}
.quality-policy_list .number {
  margin-right: 16px;
  color: #26953E;
}
.quality-policy_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quality-policy_list li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.quality-policy_list li:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .quality-policy_list {
    margin-top: 24px;
  }
  .quality-policy_list li:not(:first-child) {
    margin-top: 8px;
  }
}

.policy_guideline_title {
  margin-top: 40px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #26953E;
  font-weight: 300;
  font-size: 20px;
  color: #26953E;
}
@media screen and (max-width: 767px) {
  .policy_guideline_title {
    margin-top: 24px;
    margin-bottom: 16px;
    padding-bottom: 4px;
    font-size: 16px;
  }
}

.policy_guideline_h4 {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #26953E;
}
@media screen and (max-width: 767px) {
  .policy_guideline_h4 {
    margin-bottom: 12px;
    font-size: 14px;
  }
}

.policy_guideline_list {
  padding-left: 40px;
}
.policy_guideline_list:not(:last-child) {
  margin-bottom: 40px;
}
.policy_guideline_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.policy_guideline_list li .number {
  margin-right: 16px;
  line-height: 1.8;
}
.policy_guideline_list li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.policy_guideline_list li:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .policy_guideline_list {
    padding-left: 24px;
  }
  .policy_guideline_list li:not(:first-child) {
    margin-top: 8px;
  }
}

.policy_signature {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .policy_signature {
    margin-top: 24px;
  }
}

.base_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.base_box:not(:last-child) {
  margin-bottom: 64px;
}
.base_box_map {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}
.base_box_map .gmap iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  aspect-ratio: 3/4;
}
.base_box_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.base_box .link_wrapper {
  margin-top: 24px;
}
.base_box_dl {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ccc;
}
.base_box_dl dt:not(:first-child) {
  margin-top: 16px;
}
.base_box_title {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #26953E;
  font-weight: 400;
  font-size: 20px;
  color: #26953E;
}
@media screen and (max-width: 767px) {
  .base_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .base_box:not(:last-child) {
    margin-bottom: 40px;
  }
  .base_box_map {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .base_box_map .gmap iframe {
    aspect-ratio: 16/9;
  }
  .base_box .link_wrapper {
    margin-top: 16px;
  }
  .base_box_dl {
    margin-top: 16px;
    padding-top: 16px;
  }
  .base_box_dl dt:not(:first-child) {
    margin-top: 12px;
  }
  .base_box_title {
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-size: 16px;
  }
}

.company_dl {
  font-size: 18px;
}
.company_dl .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.company_dl dt, .company_dl dd {
  padding: 24px 0;
}
.company_dl dt {
  width: 260px;
  border-top: 1px solid #26953E;
  font-weight: 500;
}
.company_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 1199px) {
  .company_dl dt, .company_dl dd {
    padding: 18px 0;
  }
  .company_dl dt {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .company_dl {
    font-size: 16px;
  }
  .company_dl .inner {
    display: block;
    padding: 8px 0;
  }
  .company_dl dt, .company_dl dd {
    width: 100%;
    padding: 6px 0;
  }
  .company_dl dt {
    border-top: 0;
  }
}

.company-related_list li:not(:last-child) {
  margin-bottom: 16px;
}
.company-related_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-size: 18px;
}
.company-related_list a:before {
  content: "■";
}
@media screen and (max-width: 767px) {
  .company-related_list li:not(:last-child) {
    margin-bottom: 8px;
  }
  .company-related_list a {
    font-size: 16px;
  }
}

.management_intro {
  text-align: center;
}
.management_intro_title {
  margin-bottom: 12px;
  font-size: 40px;
}
.management_intro_description {
  font-size: 16px;
}
.management_intro_term {
  padding-top: 16px;
}
.management_intro_term:before {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
  width: 50px;
  height: 1px;
  background: #272727;
  content: "";
}

.management_title {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 24px;
  color: #26953E;
}
* + .management_title {
  margin-top: 24px;
}

.management_content {
  margin-bottom: 64px;
}
.management_content > p:not(:last-child) {
  margin-bottom: 32px;
}

.management_h4 {
  margin-top: 40px;
  margin-bottom: 12px;
  font-size: 20px;
}

.management_h5 {
  margin-bottom: 12px;
  font-size: 16px;
}

.management_h5_content {
  padding-left: 32px;
}
* + .management_h5_content {
  margin-top: 24px;
}

.management_table_wrapper {
  width: 100%;
}

.management_table_caption {
  margin-bottom: 8px;
  text-align: left;
}

.management_table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
}
.management_table caption {
  margin-bottom: 8px;
}
.management_table thead {
  background: #EFF3EC;
}
.management_table thead th, .management_table thead td {
  vertical-align: middle;
  text-align: center;
}
.management_table th, .management_table td {
  padding: 8px 4px;
  border: 1px solid #ccc;
  font-weight: normal;
  font-size: 14px;
  word-break: break-word;
}
.management_table th:first-child, .management_table td:first-child {
  width: 20%;
  text-align: left;
  padding-left: 12px;
}
.management_table th:nth-child(2), .management_table td:nth-child(2) {
  width: 10%;
}
.management_table th:nth-child(n+3), .management_table td:nth-child(n+3) {
  width: 14%;
}
.management_table th {
  font-weight: 500;
}

.management_table_cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .management_table_cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.management_table_cards .management_table_card {
  border: 1px solid #ccc;
  background: #fff;
  overflow: hidden;
}
.management_table_cards .management_table_card_header {
  background: #EFF3EC;
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.management_table_cards .management_table_card_title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 4px;
}
.management_table_cards .management_table_card_subtitle {
  font-size: 14px;
  color: #646464;
}
.management_table_cards .management_table_card_body {
  padding: 12px;
}
.management_table_cards .management_table_card_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.management_table_cards .management_table_card_row:last-child {
  border-bottom: none;
}
.management_table_cards .management_table_card_label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  font-size: 14px;
  padding-right: 12px;
}
.management_table_cards .management_table_card_value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  min-width: 80px;
  padding-right: 8px;
}
.management_table_cards .management_table_card_unit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: left;
  font-size: 12px;
  color: #646464;
  min-width: 60px;
}

.five-actions_area {
  padding-top: 24px;
  padding-left: 40px;
}
.five-actions_area_title {
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 1px solid #272727;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .five-actions_area {
    padding-left: 0;
  }
  .five-actions_area_title {
    margin-bottom: 24px;
  }
}

.five-actions_box:not(:last-child) {
  margin-bottom: 40px;
}
.five-actions_box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.five-actions_box_title .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.five-actions_box_title .number:after {
  display: block;
  width: 24px;
  height: 1px;
  background: #272727;
  content: "";
}
.five-actions_box_title .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 24px;
}
.five-actions_box_title .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 24px;
}
.five-actions_box_content {
  padding-left: 40px;
}
.five-actions_box_content > p {
  line-height: 2;
}
.five-actions_box_content_title {
  margin-bottom: 8px;
  font-weight: 500;
}
* + .five-actions_box_content_title {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .five-actions_box_title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .five-actions_box_title .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    font-size: 24px;
  }
  .five-actions_box_title .number:after {
    display: block;
    width: 24px;
    height: 1px;
    background: #272727;
    content: "";
  }
  .five-actions_box_title .icon {
    margin-right: 24px;
  }
  .five-actions_box_title .text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    font-size: 18px;
  }
  .five-actions_box_content {
    padding-left: 0;
  }
}

.five-actions_box_dl dt {
  font-weight: normal;
}

.five-actions_box_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.five-actions_box_list > li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.five-actions_box_list > li:not(:last-child) {
  margin-bottom: 12px;
}
.five-actions_box_list_sub {
  margin-top: -12px;
  padding-left: 24px;
  list-style: disc;
}

.management_bottom {
  margin-top: 40px;
  text-align: right;
}

.management_btn_box {
  border-top: 1px solid #555555;
  padding-top: 40px;
}
.management_btn_box .btn {
  width: 456px;
  margin-right: auto;
  margin-left: auto;
}

.management_video_title {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 18px;
  color: #26953E;
}
.management_video_title:before {
  content: "■";
}

.video_box iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.greenloan_reporting_table {
  width: 100%;
  white-space: nowrap;
}
.greenloan_reporting_table caption {
  font-size: 13px;
  text-align: right;
}
.greenloan_reporting_table thead th, .greenloan_reporting_table thead td {
  background: #EFF3EC;
}
.greenloan_reporting_table th, .greenloan_reporting_table td {
  padding: 16px;
  border: 1px solid #ccc;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .greenloan_reporting_table {
    display: block;
    white-space: normal;
  }
  .greenloan_reporting_table th, .greenloan_reporting_table td {
    padding: 8px 4px;
    font-size: 13px;
  }
}

.page-ir {
  background: #EFF3EC;
  --bgColor: $bgMainC;
  overflow-x: hidden;
}

.page_section_ir_title {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 24px;
  color: #26953E;
}
@media screen and (max-width: 767px) {
  .page_section_ir_title {
    margin-bottom: 24px;
  }
}

.ir_header {
  padding: 64px 0 96px;
  background: url(/assets/img/ir/ir_header_bg.png) no-repeat center center/auto;
  text-align: center;
}
.ir_header .ir_title {
  line-height: 1;
  color: #26953E;
}
.ir_header .ir_title .ja {
  display: block;
  font-weight: 400;
  font-size: 58px;
}
.ir_header .ir_title:after {
  display: block;
  margin-top: 1rem;
  padding-left: 1rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #8BBA95;
  content: attr(data-title-en);
}
@media screen and (max-width: 767px) {
  .ir_header {
    padding: 32px 0;
  }
  .ir_header .ir_title .ja {
    font-size: 24px;
  }
  .ir_header .ir_title:after {
    padding-left: 0;
    font-size: 14px;
  }
}

.ir-section {
  position: relative;
  padding: 80px 0;
}
.ir-section:last-of-type {
  padding-bottom: 128px;
}
@media screen and (max-width: 1199px) {
  .ir-section {
    overflow-x: clip;
    overflow-y: visible;
  }
}
@media screen and (max-width: 767px) {
  .ir-section {
    padding: 32px 0;
  }
  .ir-section:last-of-type {
    padding-bottom: 80px;
  }
}

.ir-section_title {
  margin-bottom: 40px;
  line-height: 1;
  color: #26953E;
}
.ir-section_title .ja {
  display: block;
  font-weight: 400;
  font-size: 44px;
}
.ir-section_title:after {
  display: block;
  margin-top: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #8BBA95;
  content: attr(data-title-en);
}
@media screen and (max-width: 767px) {
  .ir-section_title {
    margin-bottom: 16px;
  }
  .ir-section_title .ja {
    font-size: 32px;
  }
  .ir-section_title:after {
    font-size: 14px;
  }
}

.ir-section_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #B1B1B1;
}
.ir-section_header .ir-section_title {
  margin-bottom: 0;
}
.ir-section_header .link {
  color: #272727;
}
.ir-section_header .link:hover {
  color: #26953E;
}

.ir-section-news {
  position: relative;
  margin-bottom: 40px;
  padding: 48px 0;
  background: #fff;
}
.ir-section-news .container {
  position: relative;
}
.ir-section-news .deco-01 {
  top: -180px;
  left: -90px;
}
.ir-section-news .deco-02 {
  bottom: -100px;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .ir-section-news {
    overflow-x: clip;
    overflow-y: visible;
  }
}
@media screen and (max-width: 767px) {
  .ir-section-news .deco-02 {
    zoom: 0.5;
  }
}

.ir-section-library .container {
  position: relative;
}
.ir-section-library .deco-01 {
  top: -40px;
  left: 400px;
}
.ir-section-library .deco-02 {
  bottom: -100px;
  left: -150px;
}
@media screen and (max-width: 1710px) {
  .ir-section-library .deco-02 {
    display: none;
  }
}

.ir-index_list {
  display: -ms-grid;
  display: grid;
  gap: 48px 32px;
}
.ir-index_list-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.ir-index_list-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1199px) {
  .ir-index_list {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
}
@media screen and (max-width: 767px) {
  .ir-index_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 16px;
  }
}

.ir-index_item_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #8BBA95;
}
.ir-index_item_en:after {
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #26953E;
  content: "";
}
.ir-index_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 20px;
  color: #272727;
}
.ir-index_item_link:hover, .ir-index_item_link:focus, .ir-index_item_link:active {
  color: #26953E;
}
.ir-index_item_link:after {
  display: block;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #26953E;
  border-radius: 50%;
  background: #26953E url(../img/icon/arrow_right-white.svg) no-repeat center/16px 12px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ir-index_item_link:hover:after {
  background: #fff url(../img/icon/arrow_right-green.svg) no-repeat center/16px 12px;
}
.ir-index_item_description {
  margin-top: 8px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .ir-index_item_en {
    gap: 8px;
    font-size: 14px;
  }
  .ir-index_item_link {
    font-size: 16px;
  }
  .ir-index_item_link:after {
    width: 24px;
    height: 24px;
  }
  .ir-index_item_description {
    font-size: 14px;
  }
}

.ir-section-links .container {
  position: relative;
}
.ir-section-links .deco-01 {
  bottom: -240px;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .ir-section-links .deco-01 {
    zoom: 0.5;
  }
}

.ir-links_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.ir-links_list li {
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .ir-links_list {
    gap: 16px;
  }
  .ir-links_list li {
    width: 100%;
  }
}

.ir-links_item {
  display: block;
  padding-bottom: 24px;
  border-bottom: 1px solid #B1B1B1;
  color: #26953E;
}
.ir-links_item:hover {
  color: #272727;
}

.ir-links_item_title {
  margin: 0;
  line-height: 1;
}
.ir-links_item_title .ja {
  display: block;
  font-weight: 400;
  font-size: 44px;
}
.ir-links_item_title:after {
  display: block;
  margin-top: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #8BBA95;
  content: attr(data-title-en);
}
@media screen and (max-width: 1199px) {
  .ir-links_item_title .ja {
    font-size: 32px;
  }
  .ir-links_item_title:after {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .ir-links_item_title .ja {
    font-size: 24px;
  }
}

.ir-archive_section {
  margin-bottom: 40px;
}

.ir-archive_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-bottom: 40px;
  border-bottom: 1px solid #B1B1B1;
}
.ir-archive_dl dt {
  font-weight: 400;
  color: #272727;
}
.ir-archive_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ir-archive_select {
  width: 210px;
  padding: 12px 24px;
  border: 1px solid #D6CFCF;
  border-radius: 4px;
  background: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath stroke='%23272727' stroke-width='2' stroke-linecap='round' fill='none' d='M2 2l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
  font-size: 16px;
  color: #272727;
}
.ir-archive_select option {
  font-weight: 500;
  font-size: 16px;
  color: #272727;
}

.news__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 15px;
}
.news__list a {
  color: #272727;
}
.news__list a:hover, .news__list a:focus, .news__list a:active {
  color: #26953E;
}
.news__list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 20px -webkit-max-content 20px auto;
  -ms-grid-columns: max-content 20px max-content 20px auto;
  grid-template-columns: -webkit-max-content -webkit-max-content auto;
  grid-template-columns: max-content max-content auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 3px;
}
.news__list .news__list--cat {
  font-size: 14px;
  text-align: center;
  padding: 3px;
  width: 120px;
  display: none;
}
.news__list .cat-important {
  background-color: #E3C0C0;
}
.news__list .cat-news {
  background-color: #E0DDDD;
}
.news__list .cat-topics {
  background-color: #BFCEDB;
}
.news__list .cat-prod {
  background-color: #C8D7CB;
}
.news__list .cat-ir {
  background-color: #DFE0C5;
}
.news__list .cat-update {
  background-color: #C5C2D5;
}
.news__list .cat-corp {
  background-color: #8197AB;
}
.news__list .cat-art {
  background-color: #8197AB;
}
@media screen and (max-width: 767px) {
  .news__list li {
    -ms-grid-columns: -webkit-max-content 1fr;
    -ms-grid-columns: max-content 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
        grid-template-areas: "news__list--date news__list--cat" "news__list--text news__list--text";
    padding-bottom: 10px;
    border-bottom: 1px dotted var(--color-gray);
  }
  .news__list .news__list--date {
    grid-area: news__list--date;
  }
  .news__list .news__list--cat {
    padding: 1px 3px;
    grid-area: news__list--cat;
  }
  .news__list .news__list--text {
    grid-area: news__list--text;
  }
}
@media screen and (max-width: 767px){
  .news__list .news__list--date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .news__list .news__list--cat {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .news__list .news__list--text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

.obl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto min(2vw, 5px) 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: min(2vw, 5px);
     -moz-column-gap: min(2vw, 5px);
          column-gap: min(2vw, 5px);
}

.obl::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/icon/ic_obl.svg") no-repeat;
  background-size: contain;
}

.stock_information_dl {
  font-size: 18px;
}
.stock_information_dl .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.stock_information_dl dt, .stock_information_dl dd {
  padding: 24px 0;
}
.stock_information_dl dt {
  width: 260px;
  border-top: 1px solid #26953E;
  font-weight: 500;
}
.stock_information_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
  border-top: 1px solid #ccc;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .stock_information_dl dt, .stock_information_dl dd {
    padding: 18px 0;
  }
  .stock_information_dl dt {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .stock_information_dl {
    font-size: 16px;
  }
  .stock_information_dl .inner {
    display: block;
    padding: 8px 0;
  }
  .stock_information_dl dt, .stock_information_dl dd {
    width: 100%;
    padding: 6px 0;
  }
  .stock_information_dl dt {
    border-top: 0;
  }
}

.stock_information_table {
  width: 100%;
}
.stock_information_table thead {
  border-bottom: 1px solid #B1B1B1;
}
.stock_information_table thead tr {
  border-bottom-width: 2px;
}
.stock_information_table tbody {
  font-size: 16px;
}
.stock_information_table tr {
  border-bottom: 1px solid #B1B1B1;
}
.stock_information_table th, .stock_information_table td {
  padding: 12px 16px;
}
@media screen and (max-width: 767px) {
  .stock_information_table {
    font-size: 14px;
  }
  .stock_information_table tbody {
    font-size: 13px;
  }
  .stock_information_table th, .stock_information_table td {
    padding: 8px 8px;
  }
}

.governance_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.governance_list > li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.governance_list > li:not(:last-child) {
  margin-bottom: 4px;
}

.notice_no-data {
  margin-bottom: 40px;
  text-align: center;
}

.highlights_caption {
  color: #26953E;
}

.highlights_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 24px;
}
@media screen and (max-width: 1199px) {
  .highlights_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    justify-items: center;
  }
}

.highlights_item_title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
  color: #26953E;
}
.highlights_item_title:before {
  margin-right: 4px;
  content: "■";
}

.highlights_item_pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-sustainability {
  position: relative;
}
.page-sustainability:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 800px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EFF3EC), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #EFF3EC 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
}
.page-sustainability .deco-header-01 {
  top: 240px;
  left: -40px;
}
.page-sustainability .deco-header-02 {
  top: 160px;
  right: 200px;
}
.page-sustainability .deco-header-03 {
  top: 360px;
  right: 80px;
  opacity: 0.5;
}
.page-sustainability .deco-intro-01 {
  top: 80px;
  right: 40px;
}
.page-sustainability .deco-intro-02 {
  top: 560px;
  left: -160px;
}
.page-sustainability .deco-policy-01 {
  top: -80px;
  right: 40px;
}
.page-sustainability .deco-policy-02 {
  bottom: -120px;
  left: 40px;
}
@media screen and (max-width: 1199px) {
  .page-sustainability .deco-header-01 {
    left: -160px;
  }
  .page-sustainability .deco-header-02 {
    right: 0px;
  }
  .page-sustainability .deco-header-03 {
    top: 480px;
    right: 40px;
  }
  .page-sustainability .deco-intro-01 {
    right: -40px;
  }
  .page-sustainability .deco-intro-02 {
    left: -160px;
    z-index: -1;
  }
  .page-sustainability .deco-policy-01 {
    display: none;
  }
  .page-sustainability .deco-policy-02 {
    bottom: -120px;
    left: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .page-sustainability .deco-header-01 {
    zoom: 0.5;
  }
  .page-sustainability .deco-header-02 {
    right: 0px;
    zoom: 0.5;
  }
  .page-sustainability .deco-header-03 {
    display: none;
  }
  .page-sustainability .deco-intro-01 {
    display: none;
  }
  .page-sustainability .deco-intro-02 {
    display: none;
  }
  .page-sustainability .deco-policy-01 {
    display: none;
  }
  .page-sustainability .deco-policy-02 {
    zoom: 0.5;
  }
}

.page_section_sustainability_title {
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 24px;
  color: #26953E;
}
@media screen and (max-width: 767px) {
  .page_section_sustainability_title {
    margin-bottom: 24px;
  }
}

.sustainability_header {
  position: relative;
  padding: 64px 0 96px;
  text-align: center;
}
.sustainability_header .sustainability_title {
  line-height: 1;
  color: #26953E;
}
.sustainability_header .sustainability_title .ja {
  display: block;
  font-weight: 400;
  font-size: 58px;
}
.sustainability_header .sustainability_title:after {
  display: block;
  margin-top: 1rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #8BBA95;
  content: attr(data-title-en);
}
.sustainability_header_description {
  margin-top: 48px;
  font-size: 30px;
  line-height: 2.25;
}
.sustainability_header .pic {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .sustainability_header {
    padding: 32px 0;
  }
  .sustainability_header .sustainability_title .ja {
    font-size: 32px;
  }
  .sustainability_header .sustainability_title:after {
    font-size: 14px;
  }
  .sustainability_header_description {
    margin-top: 32px;
    font-size: 18px;
    line-height: 2;
  }
}

.sustainability_intro p {
  letter-spacing: 0.1em;
}
.sustainability_intro p:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .sustainability_intro p:not(:last-child) {
    margin-bottom: 24px;
  }
}

.sustainability_links {
  margin-top: 80px;
}
.sustainability_links li:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sustainability_links {
    margin-top: 40px;
  }
}

.sustainability_links_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #F7F8F8;
  border-radius: 16px;
  overflow: hidden;
  color: #272727;
}
.sustainability_links_item:hover, .sustainability_links_item:focus, .sustainability_links_item:active {
  color: #26953E;
}
.sustainability_links_item_pic {
  position: relative;
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
}
.sustainability_links_item_pic .title {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.sustainability_links_item_pic .title .en {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 32px;
  line-height: 1.4;
}
.sustainability_links_item_pic .title .ja {
  display: block;
  font-weight: 300;
  font-size: 20px;
}
.sustainability_links_item_pic .pic {
  height: 100%;
}
.sustainability_links_item_pic .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sustainability_links_item_content {
  padding: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sustainability_links_item_content .sustainability_links_item_catch {
  font-size: 16px;
}
.sustainability_links_item_content .sustainability_links_item_h4 {
  margin-top: 16px;
  margin-bottom: 4px;
  padding-top: 16px;
  border-top: 1px solid #D9D9D9;
  font-weight: 400;
  font-size: 16px;
  color: #26953E;
}
.sustainability_links_item_content .link_wrapper {
  margin-top: 32px;
}
.sustainability_links_item:hover .link:after {
  background: #fff url(../img/icon/arrow_right-green.svg) no-repeat center/16px 12px;
}
@media screen and (max-width: 767px) {
  .sustainability_links_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sustainability_links_item_pic {
    width: 100%;
    height: 200px;
  }
  .sustainability_links_item_content {
    padding: 24px;
  }
}

.sustainability_articles_section {
  position: relative;
  padding: 160px 0;
  background: #EFF3EC;
  overflow: hidden;
}
.sustainability_articles_section:last-child {
  margin-bottom: 0;
}
.sustainability_articles_section > .container {
  position: relative;
}
.sustainability_articles_section_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
}
.sustainability_articles_section_title .icon {
  margin-right: 1rem;
}
.sustainability_articles_section .swiper-button-prev, .sustainability_articles_section .swiper-button-next {
  margin-top: -80px;
}
.sustainability_articles_section:before {
  position: absolute;
  top: 80px;
  left: 50%;
  z-index: 0;
  display: block;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1600px;
  height: 1600px;
  aspect-ratio: 1/1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
}
@media screen and (max-width: 767px) {
  .sustainability_articles_section {
    padding: 80px 0;
    overflow-x: clip;
  }
  .sustainability_articles_section .swiper-button-prev, .sustainability_articles_section .swiper-button-next {
    margin-top: -64px;
  }
  .sustainability_articles_section_title {
    font-size: 24px;
  }
  .sustainability_articles_section_title .icon {
    width: 32px;
    height: 32px;
  }
  .sustainability_articles_section:before {
    top: 40px;
    width: 800px;
    height: 800px;
  }
}

.sustainability_articles_tab_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.sustainability_articles_tab_index li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sustainability_articles_tab_index_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 2px solid #D9D9D9;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sustainability_articles_tab_index_button:hover {
  opacity: 0.7;
}
.sustainability_articles_tab_index_button.is-active {
  opacity: 1;
  border-bottom: 2px solid #26953E;
}
.sustainability_articles_tab_index_button .ja {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.sustainability_articles_tab_index_button .en {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sustainability_articles_tab_index_button {
    padding-bottom: 16px;
  }
  .sustainability_articles_tab_index_button .icon {
    display: block;
    width: 32px;
    height: 32px;
  }
  .sustainability_articles_tab_index_button .ja {
    margin-top: 8px;
    font-size: 16px;
  }
  .sustainability_articles_tab_index_button .en {
    font-size: 10px;
  }
}

.sustainability_search_tab_content {
  margin-top: 32px;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 40px;
}

.sustainability_search_tab_content_item {
  display: none;
}
.sustainability_search_tab_content_item.is-active {
  display: block;
}

.sustainability_search_slider {
  position: relative;
}
.sustainability_search_slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sustainability_search_slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.sustainability_search_slider .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sustainability_search_slider .sustainability_search_slider_scrollbar_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.sustainability_search_slider .sustainability_search_slider_prev,
.sustainability_search_slider .sustainability_search_slider_next {
  position: static;
  width: 8px;
  height: 12px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sustainability_search_slider .sustainability_search_slider_prev:hover,
.sustainability_search_slider .sustainability_search_slider_next:hover {
  opacity: 0.7;
}
.sustainability_search_slider .sustainability_search_slider_prev:disabled,
.sustainability_search_slider .sustainability_search_slider_next:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.sustainability_search_slider .sustainability_search_slider_prev img,
.sustainability_search_slider .sustainability_search_slider_next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sustainability_search_slider .sustainability_search_slider_prev:after,
.sustainability_search_slider .sustainability_search_slider_next:after {
  content: none;
}
.sustainability_search_slider .sustainability_search_slider_prev:hover,
.sustainability_search_slider .sustainability_search_slider_next:hover {
  background: none;
}
.sustainability_search_slider .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  max-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
  background: #CBCBCB;
  border-radius: 2px;
}
.sustainability_search_slider .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background: #26953E;
  border-radius: 2px;
}
.sustainability_search_slider .sustainability_search_slider_current,
.sustainability_search_slider .sustainability_search_slider_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  min-width: 24px;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #272727;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sustainability_search_slider.is-beginning .sustainability_search_slider_current {
  color: #CBCBCB;
}
.sustainability_search_slider.is-end .sustainability_search_slider_total {
  color: #CBCBCB;
}
@media screen and (max-width: 767px) {
  .sustainability_search_slider .sustainability_search_slider_current,
  .sustainability_search_slider .sustainability_search_slider_total {
    min-width: unset;
    font-size: 14px;
  }
}

.sustainability_articles_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-bottom: 64px;
  text-align: center;
}
.sustainability_articles_header_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sustainability_articles_header_title .ja {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.sustainability_articles_header_title .en {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sustainability_articles_header {
    margin-bottom: 32px;
  }
}

.sustainability_article_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 32px;
}
@media screen and (max-width: 767px) {
  .sustainability_article_list {
    gap: 24px 8px;
  }
}

.sustainability_article_item {
  color: #272727;
}
.sustainability_article_item_pic {
  display: block;
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.sustainability_article_item_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sustainability_article_item_date {
  font-weight: 300;
}
.sustainability_article_item_title {
  margin-bottom: 16px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.sustainability_article_item_description {
  margin-top: 16px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.sustainability_article_item:hover {
  color: #26953E;
}
@media screen and (max-width: 767px) {
  .sustainability_article_item_pic {
    margin-bottom: 8px;
  }
  .sustainability_article_item_date {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .sustainability_article_item_title {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .sustainability_article_item_description {
    display: none;
  }
}

.sustainability_bottom-links_wrapper {
  position: relative;
  margin-top: 80px;
  padding: 40px;
  max-width: 900px;
  background: #fff;
  border-radius: 16px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sustainability_bottom-links_wrapper {
    margin-top: 40px;
  }
}

.sustainability_bottom-links_box {
  position: relative;
  z-index: 9;
}
.sustainability_bottom-links_box:not(:last-child) {
  margin-bottom: 40px;
}
.sustainability_bottom-links_box_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #26953E;
}
.sustainability_bottom-links_box_en:after {
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #26953E;
  content: "";
}
.sustainability_bottom-links_box_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 20px;
  color: #272727;
}
.sustainability_bottom-links_box_link:hover, .sustainability_bottom-links_box_link:focus, .sustainability_bottom-links_box_link:active {
  color: #26953E;
}
.sustainability_bottom-links_box_link:after {
  display: block;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #26953E;
  border-radius: 50%;
  background: #26953E url(../img/icon/arrow_right-white.svg) no-repeat center/16px 12px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sustainability_bottom-links_box_link:hover:after {
  background: #fff url(../img/icon/arrow_right-green.svg) no-repeat center/16px 12px;
}
.sustainability_bottom-links_box_description {
  margin-top: 8px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .sustainability_bottom-links_box_en {
    gap: 8px;
    font-size: 14px;
  }
  .sustainability_bottom-links_box_link {
    font-size: 16px;
  }
  .sustainability_bottom-links_box_link:after {
    width: 24px;
    height: 24px;
  }
  .sustainability_bottom-links_box_description {
    font-size: 14px;
  }
}

.sustainability_bottom-links_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
.sustainability_bottom-links_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .sustainability_bottom-links_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.sustainability_bottom-links_item {
  position: relative;
  display: block;
  aspect-ratio: 250/140;
  overflow: hidden;
}
.sustainability_bottom-links_item .title {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.sustainability_bottom-links_item .title .en {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 32px;
  line-height: 1.4;
}
.sustainability_bottom-links_item .title .ja {
  display: block;
  font-weight: 300;
  font-size: 20px;
}
.sustainability_bottom-links_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.circular_economy_switcher {
  margin-top: 32px;
}

.circular_economy_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
  margin-bottom: 24px;
}
.circular_economy_buttons .circular_economy_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #26953E;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.circular_economy_buttons .circular_economy_button:hover {
  opacity: 0.75;
}
.circular_economy_buttons .circular_economy_button:before, .circular_economy_buttons .circular_economy_button:after {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
}
.circular_economy_buttons .circular_economy_button_next:after {
  background: url(../img/sustainability/environment/icon_next_active.png) no-repeat center center/contain;
}
.circular_economy_buttons .circular_economy_button_next.is-disabled:after {
  background-image: url(../img/sustainability/environment/icon_next_inactive.png);
}
.circular_economy_buttons .circular_economy_button_prev:before {
  background: url(../img/sustainability/environment/icon_prev_active.png) no-repeat center center/contain;
}
.circular_economy_buttons .circular_economy_button_prev.is-disabled:before {
  background-image: url(../img/sustainability/environment/icon_prev_inactive.png);
}
.circular_economy_buttons .circular_economy_button.is-disabled {
  color: #B9B9B9;
}
@media screen and (max-width: 767px) {
  .circular_economy_buttons {
    padding: 0 16px;
    margin-bottom: 8px;
  }
}

.circular_economy_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border-bottom: 2px solid #26953E;
}
.circular_economy_tabs li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .circular_economy_tabs {
    padding: 0 16px;
    gap: 24px;
    margin-bottom: 16px;
  }
}

.circular_economy_tab {
  width: 100%;
  padding: 14px 24px;
  border: 1px solid #B9B9B9;
  border-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #B9B9B9;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}
.circular_economy_tab:hover {
  background: rgba(38, 149, 62, 0.08);
}
.circular_economy_tab.is-active {
  border-color: #26953E;
  background: #26953E;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .circular_economy_tab {
    padding: 8px 16px;
    font-size: 16px;
  }
}

.circular_economy_track {
  position: relative;
  overflow: hidden;
  -ms-touch-action: pan-y pinch-zoom;
      touch-action: pan-y pinch-zoom;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.circular_economy_panes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  will-change: transform;
  cursor: -webkit-grab;
  cursor: grab;
}
.circular_economy_panes:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.circular_economy_panes img {
  pointer-events: none;
}

.circular_economy_pane {
  width: 100%;
  min-width: 100%;
}

.row_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.row_box_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .row_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row_box_col:has(.pic) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .row_box_col:not(:has(.pic)) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.policy_index_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 48px;
}
@media screen and (max-width: 767px) {
  .policy_index_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.policy_index_item_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #26953E;
}
.policy_index_item_en:after {
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #26953E;
  content: "";
}
.policy_index_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 20px;
  color: #272727;
}
.policy_index_item_link:hover, .policy_index_item_link:focus, .policy_index_item_link:active {
  color: #26953E;
}
.policy_index_item_link:after {
  display: block;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #26953E;
  border-radius: 50%;
  background: #26953E url(../img/icon/arrow_right-white.svg) no-repeat center/16px 12px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.policy_index_item_link:hover:after {
  background: #fff url(../img/icon/arrow_right-green.svg) no-repeat center/16px 12px;
}
.policy_index_item_description {
  margin-top: 8px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .policy_index_item_en {
    gap: 8px;
    font-size: 14px;
  }
  .policy_index_item_link {
    font-size: 16px;
  }
  .policy_index_item_link:after {
    width: 24px;
    height: 24px;
  }
  .policy_index_item_description {
    font-size: 14px;
  }
}

.policy_intro {
  color: #979797;
  text-align: center;
}

.policy_catch {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
}

.policy_title {
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 20px;
  color: #26953E;
}
* + .policy_title {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .policy_title {
    font-size: 16px;
  }
  * + .policy_title {
    margin-top: 16px;
  }
}

.policy_content {
  padding-left: 24px;
}
.policy_content a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .policy_content {
    padding-left: 16px;
  }
}

.policy_list li {
  margin-top: 12px;
}

.policy_certification_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 40px;
}
.policy_certification_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .policy_certification_list {
    gap: 16px;
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.quality-policy_list {
  margin-top: 40px;
}
.quality-policy_list .number {
  margin-right: 16px;
  color: #26953E;
}
.quality-policy_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quality-policy_list li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.quality-policy_list li:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .quality-policy_list {
    margin-top: 24px;
  }
  .quality-policy_list li:not(:first-child) {
    margin-top: 8px;
  }
}

.policy_guideline_title {
  margin-top: 40px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #26953E;
  font-weight: 300;
  font-size: 20px;
  color: #26953E;
}
@media screen and (max-width: 767px) {
  .policy_guideline_title {
    margin-top: 24px;
    margin-bottom: 16px;
    padding-bottom: 4px;
    font-size: 16px;
  }
}

.policy_guideline_h4 {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #26953E;
}
@media screen and (max-width: 767px) {
  .policy_guideline_h4 {
    margin-bottom: 12px;
    font-size: 14px;
  }
}

.policy_guideline_list {
  padding-left: 40px;
}
.policy_guideline_list:not(:last-child) {
  margin-bottom: 40px;
}
.policy_guideline_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.policy_guideline_list li .number {
  margin-right: 16px;
  line-height: 1.8;
}
.policy_guideline_list li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.policy_guideline_list li:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .policy_guideline_list {
    padding-left: 24px;
  }
  .policy_guideline_list li:not(:first-child) {
    margin-top: 8px;
  }
}

.policy_signature {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .policy_signature {
    margin-top: 24px;
  }
}

.policy_index_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 48px;
}
@media screen and (max-width: 767px) {
  .policy_index_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.policy_index_item_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #26953E;
}
.policy_index_item_en:after {
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #26953E;
  content: "";
}
.policy_index_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 20px;
  color: #272727;
}
.policy_index_item_link:hover, .policy_index_item_link:focus, .policy_index_item_link:active {
  color: #26953E;
}
.policy_index_item_link:after {
  display: block;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #26953E;
  border-radius: 50%;
  background: #26953E url(../img/icon/arrow_right-white.svg) no-repeat center/16px 12px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.policy_index_item_link:hover:after {
  background: #fff url(../img/icon/arrow_right-green.svg) no-repeat center/16px 12px;
}
.policy_index_item_description {
  margin-top: 8px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .policy_index_item_en {
    gap: 8px;
    font-size: 14px;
  }
  .policy_index_item_link {
    font-size: 16px;
  }
  .policy_index_item_link:after {
    width: 24px;
    height: 24px;
  }
  .policy_index_item_description {
    font-size: 14px;
  }
}

.policy_intro {
  color: #979797;
  text-align: center;
}

.policy_catch {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
}

.policy_title {
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 20px;
  color: #26953E;
}
* + .policy_title {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .policy_title {
    font-size: 16px;
  }
  * + .policy_title {
    margin-top: 16px;
  }
}

.policy_content {
  padding-left: 24px;
}
.policy_content a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .policy_content {
    padding-left: 16px;
  }
}

.policy_list li {
  margin-top: 12px;
}

.policy_certification_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 40px;
}
.policy_certification_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .policy_certification_list {
    gap: 16px;
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.quality-policy_list {
  margin-top: 40px;
}
.quality-policy_list .number {
  margin-right: 16px;
  color: #26953E;
}
.quality-policy_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quality-policy_list li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.quality-policy_list li:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .quality-policy_list {
    margin-top: 24px;
  }
  .quality-policy_list li:not(:first-child) {
    margin-top: 8px;
  }
}

.policy_guideline_title {
  margin-top: 40px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #26953E;
  font-weight: 300;
  font-size: 20px;
  color: #26953E;
}
@media screen and (max-width: 767px) {
  .policy_guideline_title {
    margin-top: 24px;
    margin-bottom: 16px;
    padding-bottom: 4px;
    font-size: 16px;
  }
}

.policy_guideline_h4 {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #26953E;
}
@media screen and (max-width: 767px) {
  .policy_guideline_h4 {
    margin-bottom: 12px;
    font-size: 14px;
  }
}

.policy_guideline_list {
  padding-left: 40px;
}
.policy_guideline_list:not(:last-child) {
  margin-bottom: 40px;
}
.policy_guideline_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.policy_guideline_list li .number {
  margin-right: 16px;
  line-height: 1.8;
}
.policy_guideline_list li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.policy_guideline_list li:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .policy_guideline_list {
    padding-left: 24px;
  }
  .policy_guideline_list li:not(:first-child) {
    margin-top: 8px;
  }
}

.policy_signature {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .policy_signature {
    margin-top: 24px;
  }
}

.page-sustainability-article {
  background: #EFF3EC;
}
.page-sustainability-article .deco_wrapper {
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1600px;
}
.page-sustainability-article .deco_wrapper_tablet {
  display: none;
}
.page-sustainability-article .deco-article-01 {
  top: 0px;
  left: 180px;
}
.page-sustainability-article .deco-article-02 {
  top: -40px;
  right: 200px;
}
.page-sustainability-article .deco-article-03 {
  top: 360px;
  left: 120px;
}
.page-sustainability-article .deco-article-04 {
  top: 240px;
  right: 80px;
}
.page-sustainability-article .deco-article-05 {
  top: 520px;
  right: 180px;
}
.page-sustainability-article .deco-article-06 {
  top: 600px;
  left: 40px;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0.75;
}
@media screen and (max-width: 1199px) {
  .page-sustainability-article .main {
    overflow: hidden;
  }
  .page-sustainability-article .deco_wrapper {
    width: 100%;
    top: 80px;
  }
  .page-sustainability-article .deco {
    display: block;
  }
  .page-sustainability-article .deco-article-01 {
    max-width: 120px;
    top: 80px;
    left: 5%;
  }
  .page-sustainability-article .deco-article-02 {
    top: 60px;
    right: 10%;
  }
  .page-sustainability-article .deco-article-03 {
    display: none;
  }
  .page-sustainability-article .deco-article-04 {
    display: none;
  }
  .page-sustainability-article .deco-article-05 {
    display: none;
  }
  .page-sustainability-article .deco-article-06 {
    display: none;
  }
  .page-sustainability-article .deco_wrapper_tablet {
    display: block;
  }
  .page-sustainability-article .deco_wrapper_tablet .deco-article-04 {
    display: block;
    top: 240px;
    right: -40px;
    z-index: -99;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0.5;
  }
  .page-sustainability-article .container,
  .page-sustainability-article .sustainability-article {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-sustainability-article .deco_wrapper,
  .page-sustainability-article .deco_wrapper_tablet {
    display: none;
  }
  .page-sustainability-article .main {
    overflow: hidden;
  }
}

.sustainability-article_header {
  position: relative;
  margin-top: 40px;
  padding: 40px 0;
  text-align: center;
}
.sustainability-article_header_title_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sustainability-article_header_title_info .ja {
  display: block;
  margin-top: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.sustainability-article_header_title_info .en {
  display: block;
  font-size: 16px;
}
.sustainability-article_header_title_main {
  margin-top: 24px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
}
.sustainability-article_header .breadcrumbs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sustainability-article_header:before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1600px;
  height: 1600px;
  aspect-ratio: 1/1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
}
@media screen and (max-width: 767px) {
  .sustainability-article_header {
    margin-top: 24px;
    padding-bottom: 24px;
  }
  .sustainability-article_header_title_main {
    margin-top: 24px;
    font-size: 28px;
  }
  .sustainability-article_header:before {
    width: 200vw;
    height: 200vw;
  }
}

.sustainability-article {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #EFF3EC;
  border-radius: 10px;
  background: #fff;
  padding: 64px 58px;
}
@media screen and (max-width: 767px) {
  .sustainability-article {
    padding: 24px;
  }
}

.article_header {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid #EFF3EC;
}
.article_header_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.article_header_info li {
  line-height: 1.4;
}
.article_header_info_date {
  font-size: 14px;
}
.article_header_info_category {
  display: block;
  padding: 4px 16px;
  background: #26953E;
  font-size: 12px;
  color: #fff;
  border-radius: 16px;
}
.article_header_title {
  margin-top: 32px;
  font-weight: 800;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .article_header {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .article_header_title {
    margin-top: 24px;
  }
}

* + .article_content > * {
  margin-top: 32px;
}
.article_content h2 {
  margin-bottom: 32px;
  padding-left: 16px;
  border-left: 2px solid #26953E;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #26953E;
}
* + .article_content h2 {
  margin-top: 48px;
}
.article_content h3 {
  margin-bottom: 16px;
  font-size: 15px;
  color: #26953E;
}
.article_content h4 {
  margin-bottom: 16px;
  font-size: 15px;
}
.article_content p {
  font-size: 15px;
  line-height: 2;
}
.article_content a {
  color: #05538A;
}
.article_content a:hover {
  text-decoration: underline;
}
.article_content figure {
  margin-bottom: 24px;
}
.article_content figure img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.article_content figcaption {
  margin-top: 8px;
  font-size: 13px;
}
.article_content .list_dl .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
* + .article_content .list_dl {
  margin-top: 48px;
}
.article_content .list_dl dt, .article_content .list_dl dd {
  padding: 24px 0;
}
.article_content .list_dl dt {
  width: 240px;
  border-top: 1px solid #26953E;
  font-weight: 500;
  color: #26953E;
}
.article_content .list_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 1199px) {
  .article_content .list_dl dt, .article_content .list_dl dd {
    padding: 18px 0;
  }
  .article_content .list_dl dt {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .article_content .list_dl {
    margin-top: 24px;
  }
  .article_content .list_dl .inner {
    display: block;
  }
  .article_content .list_dl .inner:first-child {
    padding-top: 0;
  }
  .article_content .list_dl dt, .article_content .list_dl dd {
    width: 100%;
    padding: 12px 0;
  }
  .article_content .list_dl dt {
    border-top: 0;
  }
}
.article_content .numbured_list {
  font-size: 15px;
}
.article_content .numbured_notes_list {
  margin-top: 24px;
  font-size: 12px;
  color: #787878;
}
.article_content .pic_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 16px;
}
.article_content .pic_list figure {
  margin-bottom: 0;
}
.article_content .pic_list > li {
  -ms-flex-preferred-size: calc(50% - 8px);
      flex-basis: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  .article_content .pic_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px 8px;
    margin-top: 16px;
  }
}
.article_content .slider {
  position: relative;
  margin-bottom: 80px;
}
.article_content .slider figure {
  margin-bottom: 0;
}
.article_content table {
  width: 100%;
}
.article_content table thead th, .article_content table thead td {
  background: #EFF3EC;
  text-align: center;
}
.article_content table th, .article_content table td {
  padding: 12px;
  border: 1px solid #ccc;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .article_content table thead {
    display: none;
  }
  .article_content table tbody, .article_content table tr {
    display: block;
  }
  .article_content table tr {
    padding: 8px 0;
  }
  .article_content table tr td:first-child {
    background: #EFF3EC;
  }
  .article_content table tr td:not(:first-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 0;
  }
  .article_content table tr td:not(:first-child):before {
    content: attr(data-label);
  }
  .article_content table th, .article_content table td {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.article_content .ref_box {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #ccc;
}
.article_content .ref_box h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 13px;
}
.article_content .ref_box h5:before {
  content: "■";
}
.article_content .ref_dl {
  font-size: 13px;
}
.article_content .ref_dl .inner:not(:first-child) {
  margin-top: 16px;
}
.article_content .ref_dl dt {
  font-weight: 400;
  color: #26953E;
}

.sustainability-article_footer {
  position: relative;
  padding: 40px 0 80px;
  text-align: center;
}
.sustainability-article_footer .link-back {
  margin-right: auto;
  margin-left: auto;
}

.link-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  color: #272727;
}
.link-back:hover, .link-back:focus, .link-back:active {
  color: #26953E;
}
.link-back {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.link-back:before {
  display: block;
  width: 58px;
  height: 58px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #272727;
  background: #272727 url(../img/icon/arrow_right-white.svg) no-repeat center/14px 10px;
  border-radius: 50%;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-back:hover {
  text-decoration: underline;
  color: #272727;
}
.link-back:hover:before {
  background: #fff url(../img/icon/arrow_right.svg) no-repeat center/14px 10px;
}
@media screen and (max-width: 767px) {
  .link-back {
    gap: 12px;
  }
  .link-back:before {
    width: 32px;
    height: 32px;
  }
}

/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */
/* FONT_START */
/* FONT_END */
:root {
  --swiper-theme-color: $mainC;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #26953E;
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: 19.6363636364px;
  height: 32px;
  margin-top: -16px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #646464;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #26953E;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -16px;
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -16px;
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  display: block;
  width: 8px;
  height: 16px;
  content: "";
}

.swiper-button-prev:after {
  background: url("/assets/img/icon/prev.svg") no-repeat center center/8px 16px;
}

.swiper-button-next:after {
  background: url("/assets/img/icon/next.svg") no-repeat center center/8px 16px;
}

/* Navigation font end */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  right: 0;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #26953E;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #26953E;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}