@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* Open Sans normal */
@font-face {
  font-family: "Open Sans";
  font-style: "normal";
  font-weight: 400;
  src: url("../font/OpenSans-Regular.woff") format("woff"), url("../font/OpenSans-Regular.ttf") format("truetype");
}
/* Open Sans weight:500 */
@font-face {
  font-family: "Open Sans";
  font-style: "normal";
  font-weight: 500;
  src: url("../font/OpenSans-Medium.woff") format("woff"), url("../font/OpenSans-Medium.ttf") format("truetype");
}
/* Open Sans weight:700 */
@font-face {
  font-family: "Open Sans";
  font-style: "normal";
  font-weight: 700;
  src: url("../font/OpenSans-Bold.woff") format("woff"), url("../font/OpenSans-Bold.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", "Arial", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  color: #333333;
}

main {
  position: relative;
}

#wrapper {
  width: auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  #wrapper {
    min-width: 1260px;
  }
}

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

@media screen and (min-width: 768px), print {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

input:focus:not(:focus-visible), textarea:focus:not(:focus-visible), select:focus:not(:focus-visible) {
  outline: none;
}

@media screen and (min-width: 768px), print {
  .pc-hidden {
    display: none !important;
  }
}

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

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

.common-accordion-button--toggle, .footer-accordion-button--toggle, .header-accordion-button--toggle {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 26px;
  height: 26px;
  padding: 5px;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.common-accordion-button--toggle::before, .footer-accordion-button--toggle::before, .header-accordion-button--toggle::before, .common-accordion-button--toggle::after, .footer-accordion-button--toggle::after, .header-accordion-button--toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 16px;
  height: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.common-accordion-button--toggle::before, .footer-accordion-button--toggle::before, .header-accordion-button--toggle::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.common-accordion-button--toggle::after, .footer-accordion-button--toggle::after, .header-accordion-button--toggle::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.common-accordion-button--toggle.is-open, .is-open.footer-accordion-button--toggle, .is-open.header-accordion-button--toggle {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.common-accordion-button--toggle.is-open::before, .is-open.footer-accordion-button--toggle::before, .is-open.header-accordion-button--toggle::before {
  opacity: 0;
}
.common-accordion-button--arrow, .footer-bottom .footer-bottom-sns__link::before, .footer-accordion-button--arrow, .header-accordion-button--arrow {
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 9.5px;
  height: 9.5px;
  border: solid;
  border-width: 2px 2px 0 0;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .common-accordion-button {
    width: 15px;
    height: 15px;
    right: 30px;
  }
}

.header-top {
  position: relative;
  z-index: 101;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .header-top {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-top__inner {
    width: 100%;
    padding: 3px;
  }
}
@media screen and (min-width: 768px), print {
  .header-top__inner {
    max-width: 1260px;
    margin-inline: auto;
    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;
    padding-inline: 10px 30px;
  }
}
.header-top .header-logo-pc {
  width: 238px;
  padding-block: 8px;
}
.header-top .header-logo-pc > a {
  display: block;
}
.header-top .header-logo-pc > a img {
  aspect-ratio: 238/52;
}
@media screen and (max-width: 767px) {
  .header-top .header-logo-pc {
    display: none;
  }
}

.header-funcs__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  place-items: center;
}
.header-funcs__item {
  position: relative;
  border-right: solid 1px #e6e6e6;
}
@media screen and (max-width: 767px) {
  .header-funcs__item:first-child {
    border-left: solid 1px #e6e6e6;
  }
}
@media screen and (min-width: 768px), print {
  .header-funcs__item:nth-child(3) {
    border-right: none;
  }
}
.header-funcs__item:nth-child(3) .header-funcs__link {
  padding-right: 0;
}
.header-funcs__link {
  display: inline-block;
  line-height: 1;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  text-align: center;
  padding-inline: 20px;
  white-space: nowrap;
}
.header-funcs__link:hover {
  opacity: 0.5;
}
.header-funcs__icon {
  width: 21px;
  aspect-ratio: 1/1;
  vertical-align: middle;
}
@media screen and (min-width: 768px), print {
  .header-funcs__icon {
    width: 22px;
  }
}
.header-funcs__text {
  margin-left: 10px;
  color: #3296B4;
  vertical-align: -0.1em;
}
@media screen and (max-width: 767px) {
  .header-funcs.--pc {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .header-funcs.--sp {
    display: none;
  }
}

.header-search-close {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: calc(100% + 30px);
  background-color: #323232;
}
@media screen and (min-width: 768px), print {
  .header-search-close {
    top: -30px;
    height: calc(100% + 60px);
  }
}
.header-search-close::before, .header-search-close::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  width: 25px;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.175s ease;
  transition: opacity 0.175s ease;
}
@media screen and (min-width: 768px), print {
  .header-search-close::before, .header-search-close::after {
    top: 50%;
  }
}
.header-search-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header-search-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header-search-close.is-open {
  visibility: visible;
}
@media (hover: hover) {
  .header-search-close:where(:-moz-any-link, :enabled, summary):hover::before, .header-search-close:where(:-moz-any-link, :enabled, summary):hover::after {
    opacity: 0.7;
  }
  .header-search-close:where(:any-link, :enabled, summary):hover::before, .header-search-close:where(:any-link, :enabled, summary):hover::after {
    opacity: 0.7;
  }
}
.header-search-form {
  visibility: hidden;
  position: absolute;
  bottom: -50px;
  right: 25px;
  width: calc(100vw - 50px);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 101;
}
.header-search-form .mf_finder_searchBox {
  margin: 0;
}
.header-search-form .mf_finder_searchBox_items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  background-color: #FFFFFF;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .header-search-form {
    bottom: -60px;
    right: 0;
    width: 700px;
  }
}
.header-search-form label {
  display: none;
}
.header-search-form .mf_finder_searchBox_query_input {
  width: 100%;
  padding: 8px 15px;
  background-color: #FFFFFF;
  color: #333333;
  line-height: 1.5;
  border: none;
}
@media screen and (min-width: 768px), print {
  .header-search-form .mf_finder_searchBox_query_input {
    height: auto;
    line-height: 1.7894736842;
    font-size: 19px;
  }
}
.header-search-form .mf_finder_searchBox_query_input::-webkit-input-placeholder {
  color: #b4b4b4;
}
.header-search-form .mf_finder_searchBox_query_input::-moz-placeholder {
  color: #b4b4b4;
}
.header-search-form .mf_finder_searchBox_query_input:-ms-input-placeholder {
  color: #b4b4b4;
}
.header-search-form .mf_finder_searchBox_query_input::-ms-input-placeholder {
  color: #b4b4b4;
}
.header-search-form .mf_finder_searchBox_query_input::placeholder {
  color: #b4b4b4;
}
@media screen and (min-width: 768px), print {
  .header-search-form .mf_finder_searchBox_query_input::-webkit-input-placeholder {
    color: #cccccc;
  }
  .header-search-form .mf_finder_searchBox_query_input::-moz-placeholder {
    color: #cccccc;
  }
  .header-search-form .mf_finder_searchBox_query_input:-ms-input-placeholder {
    color: #cccccc;
  }
  .header-search-form .mf_finder_searchBox_query_input::-ms-input-placeholder {
    color: #cccccc;
  }
  .header-search-form .mf_finder_searchBox_query_input::placeholder {
    color: #cccccc;
  }
}
.header-search-form .mf_finder_searchBox_submit {
  padding: 8px 15px;
  background-color: #969696;
  color: #FFFFFF;
  font-size: 19px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  font-weight: 700;
  border-radius: 0;
}
.header-search-form .mf_finder_searchBox_submit span {
  font-size: 19px;
}
@media (hover: hover) {
  .header-search-form .mf_finder_searchBox_submit:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .header-search-form .mf_finder_searchBox_submit:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .header-search-form.--pc {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .header-search-form.--sp {
    display: none;
  }
}
.header-search-form.is-open {
  visibility: visible;
}
.header-search-bg {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-color: #323232;
  height: 145px;
  z-index: 100;
}
@media screen and (min-width: 768px), print {
  .header-search-bg {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .header-search-bg.--pc {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .header-search-bg.--sp {
    display: none;
  }
}
.header-search-bg.is-open {
  visibility: visible;
}

.header-sticky {
  z-index: 100;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px), print {
  .header-sticky {
    background-color: #e6e6e6;
  }
}
@media screen {
  .header-sticky {
    position: sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0;
    z-index: 100;
  }
}
.header-sticky .header-logo-sp {
  display: block;
  width: 183px;
  aspect-ratio: 4.5454545455;
  padding: 3px;
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-logo-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-sticky .header-nav {
    position: relative;
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav {
    padding-inline: 10px 30px;
    max-width: 1260px;
    margin-inline: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 114px 25px 1fr;
    grid-template-columns: 114px 1fr;
    place-items: center;
    gap: 25px;
  }
}
.header-sticky .header-nav .header-nav-title {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .header-sticky .header-nav .header-nav-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px 25px 16px;
    font-size: 15px;
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-title {
    width: 100%;
    border-right: solid 2px #333333;
    padding-block: 18px;
    padding-inline: 0;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
  }
}
.header-sticky .header-nav .header-nav-title__link {
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
@media screen and (max-width: 767px) {
  .header-sticky .header-nav .header-nav-title__link {
    display: inline-block;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .header-sticky .header-nav .header-nav-title__link a:where(:-moz-any-link, :enabled, summary):hover {
    color: #3296B4;
  }
  .header-sticky .header-nav .header-nav-title__link a:where(:any-link, :enabled, summary):hover {
    color: #3296B4;
  }
}
.header-sticky .header-nav .header-nav-list {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header-sticky .header-nav .header-nav-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #FFFFFF;
    max-height: calc(100dvh - var(--header-height));
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header-sticky .header-nav .header-nav-list::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-list {
    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;
  }
}
@media screen and (max-width: 767px) {
  .header-sticky .header-nav .header-nav-list__item {
    background-color: #E6F2F6;
    border-bottom: solid 1px #3296B4;
  }
}
.header-sticky .header-nav .header-nav-list__title {
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header-sticky .header-nav .header-nav-list__title {
    position: relative;
    color: #3296B4;
    font-size: 20px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-list__title {
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
  }
}
.header-sticky .header-nav .header-nav-list__title > button, .header-sticky .header-nav .header-nav-list__title > a {
  display: block;
  padding-block: 13px;
  padding-inline: 25px 45px;
  cursor: pointer;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-list__title > button, .header-sticky .header-nav .header-nav-list__title > a {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .header-sticky .header-nav .header-nav-list__title > button:where(:-moz-any-link, :enabled, summary):hover, .header-sticky .header-nav .header-nav-list__title > a:where(:-moz-any-link, :enabled, summary):hover {
    color: #3296B4;
  }
  .header-sticky .header-nav .header-nav-list__title > button:where(:any-link, :enabled, summary):hover, .header-sticky .header-nav .header-nav-list__title > a:where(:any-link, :enabled, summary):hover {
    color: #3296B4;
  }
}
.header-sticky .header-nav .header-nav-list__title.--contact, .header-sticky .header-nav .header-nav-list__title.--mypage {
  text-align: center;
}
.header-sticky .header-nav .header-nav-list__title.--contact a, .header-sticky .header-nav .header-nav-list__title.--mypage a {
  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;
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-list__title.--contact a, .header-sticky .header-nav .header-nav-list__title.--mypage a {
    gap: 0.3em;
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-list__title.--contact a {
    padding-right: 0;
  }
}
.header-sticky .header-nav .header-nav-list__title.--contact a::before {
  content: "";
  display: block;
  width: 27px;
  height: 20px;
  background: transparent url(../img/common/icon_mail_black.svg) no-repeat center/contain;
  -webkit-transition: -webkit-filter 0.1s ease;
  transition: -webkit-filter 0.1s ease;
  transition: filter 0.1s ease;
  transition: filter 0.1s ease, -webkit-filter 0.1s ease;
}
@media screen and (max-width: 767px) {
  .header-sticky .header-nav .header-nav-list__title.--contact a::before {
    -webkit-filter: invert(47%) sepia(68%) saturate(411%) hue-rotate(147deg) brightness(95%) contrast(96%);
            filter: invert(47%) sepia(68%) saturate(411%) hue-rotate(147deg) brightness(95%) contrast(96%);
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-list__title.--contact a::before {
    width: 20px;
    height: 15px;
    background: transparent url(../img/common/icon_mail_black.svg) no-repeat center/contain;
    -webkit-filter: invert(0%) sepia(9%) saturate(53%) hue-rotate(78deg) brightness(99%) contrast(100%);
            filter: invert(0%) sepia(9%) saturate(53%) hue-rotate(78deg) brightness(99%) contrast(100%);
  }
}
@media screen and (max-width: 767px) {
  .header-sticky .header-nav .header-nav-list__title.--contact a span {
    padding-inline: 10px;
  }
}
@media (hover: hover) {
  .header-sticky .header-nav .header-nav-list__title.--contact a:where(:-moz-any-link, :enabled, summary):hover {
    color: #3296B4;
  }
  .header-sticky .header-nav .header-nav-list__title.--contact a:where(:any-link, :enabled, summary):hover {
    color: #3296B4;
  }
  .header-sticky .header-nav .header-nav-list__title.--contact a:where(:-moz-any-link, :enabled, summary):hover::before {
    filter: invert(47%) sepia(68%) saturate(411%) hue-rotate(147deg) brightness(95%) contrast(96%);
  }
  .header-sticky .header-nav .header-nav-list__title.--contact a:where(:any-link, :enabled, summary):hover::before {
    -webkit-filter: invert(47%) sepia(68%) saturate(411%) hue-rotate(147deg) brightness(95%) contrast(96%);
            filter: invert(47%) sepia(68%) saturate(411%) hue-rotate(147deg) brightness(95%) contrast(96%);
  }
}
@media screen and (max-width: 767px) {
  .header-sticky .header-nav .header-nav-list__title.--mypage a {
    background-color: #3296B4;
    color: #FFFFFF;
  }
  .header-sticky .header-nav .header-nav-list__title.--mypage a::before {
    content: "";
    display: block;
    width: 30px;
    height: 31px;
    background: transparent url(../img/common/icon_user.svg) no-repeat center/contain;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    -webkit-transition: -webkit-filter 0.1s ease;
    transition: -webkit-filter 0.1s ease;
    transition: filter 0.1s ease;
    transition: filter 0.1s ease, -webkit-filter 0.1s ease;
  }
  .header-sticky .header-nav .header-nav-list__title.--mypage a span {
    padding-inline: 19px;
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-list__title.--mypage {
    display: none;
  }
}
.header-sticky .header-nav .header-nav-list__title.is-open {
  /*& + .header-nav-detail {
    z-index: 2;
  }*/
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-list__title.is-open {
    color: #3296B4;
  }
}
.header-sticky .header-nav .header-nav-detail {
  display: none;
  background: #FAFCFD;
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-detail {
    z-index: 2;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 124px);
    background: -webkit-gradient(linear, left top, right top, from(#E6F2F6), color-stop(50%, #E6F2F6), color-stop(50%, #FFFFFF));
    background: linear-gradient(to right, #E6F2F6, #E6F2F6 50%, #FFFFFF 50%);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header-sticky .header-nav .header-nav-detail::-webkit-scrollbar {
    display: none;
  }
}
.header-sticky .header-nav .header-nav-detail__inner {
  margin-inline: auto;
  width: calc(100% - min(13.3333333333vw, 50px));
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-detail__inner {
    width: calc(100% - 60px);
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .header-sticky .header-nav .header-nav-detail__inner {
    padding-block: 10px 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-detail__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 180px 1fr;
    grid-template-columns: 180px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .header-sticky .header-nav .header-nav-detail__title {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-detail__title {
    padding-block: 30px 40px;
    padding-left: 0.8em;
    text-indent: -0.8em;
    color: #3296B4;
    font-size: 22px;
    font-weight: 700;
  }
  .header-sticky .header-nav .header-nav-detail__title::before {
    content: "> ";
  }
}
@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .header-sticky .header-nav .header-nav-detail__title a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
  .header-sticky .header-nav .header-nav-detail__title a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-detail__content {
    padding-block: 30px 40px;
    padding-inline: 30px 0;
    background: #FFFFFF;
  }
}
.header-sticky .header-nav .header-nav-detail__subtitle {
  display: block;
  font-size: 17px;
  font-weight: 700;
  border-bottom: solid 1px #333333;
}
.header-sticky .header-nav .header-nav-detail__subtitle:not(:first-child) {
  margin-top: 25px;
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-detail__subtitle:not(:first-child) {
    margin-top: 30px;
  }
}
.header-sticky .header-nav .header-nav-detail__subtitle + .header-nav-sublist {
  margin-top: 15px;
}
.header-sticky .header-nav .header-nav-sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .header-sticky .header-nav .header-nav-sublist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-sublist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.header-sticky .header-nav .header-nav-sublist__link, .header-sticky .header-nav .header-nav-sublist__title {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
@media screen and (max-width: 767px) {
  .header-sticky .header-nav .header-nav-sublist__link, .header-sticky .header-nav .header-nav-sublist__title {
    display: block;
    position: relative;
    font-size: clamp(15px, 4.5333333333vw, 17px);
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-sublist__link, .header-sticky .header-nav .header-nav-sublist__title {
    display: inline-block;
  }
}
.header-sticky .header-nav .header-nav-sublist__link.--bold, .header-sticky .header-nav .header-nav-sublist__title.--bold {
  font-weight: 700;
}
.header-sticky .header-nav .header-nav-sublist__link {
  position: relative;
  display: inline-block;
}
.header-sticky .header-nav .header-nav-sublist__link::before {
  content: "> ";
}
@media screen and (max-width: 767px) {
  .header-sticky .header-nav .header-nav-sublist__link img {
    display: none;
  }
}
@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .header-sticky .header-nav .header-nav-sublist__link > a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
  .header-sticky .header-nav .header-nav-sublist__link > a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
}
.header-sticky .header-nav .header-nav-sublist + .header-nav-sublist {
  margin-top: 10px;
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-sublist.--grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 20px;
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-sublist.--about {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-sublist.--products, .header-sticky .header-nav .header-nav-sublist.--industry {
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px;
    row-gap: 40px;
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-sublist.--products .header-nav-sublist__link, .header-sticky .header-nav .header-nav-sublist.--industry .header-nav-sublist__link {
    position: relative;
    padding-left: 0;
    text-indent: 0;
    width: 80px;
    padding-bottom: 37px;
  }
  .header-sticky .header-nav .header-nav-sublist.--products .header-nav-sublist__link::before, .header-sticky .header-nav .header-nav-sublist.--industry .header-nav-sublist__link::before {
    display: none;
  }
}
.header-sticky .header-nav .header-nav-sublist.--products .header-nav-sublist__link img, .header-sticky .header-nav .header-nav-sublist.--industry .header-nav-sublist__link img {
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-sublist.--products .header-nav-sublist__link img, .header-sticky .header-nav .header-nav-sublist.--industry .header-nav-sublist__link img {
    width: 80px;
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-sublist.--products .header-nav-sublist__link span, .header-sticky .header-nav .header-nav-sublist.--industry .header-nav-sublist__link span {
    position: absolute;
    bottom: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
  }
}
@media (hover: hover) {
  .header-sticky .header-nav .header-nav-sublist.--products .header-nav-sublist__link:where(:-moz-any-link, :enabled, summary):hover span, .header-sticky .header-nav .header-nav-sublist.--industry .header-nav-sublist__link:where(:-moz-any-link, :enabled, summary):hover span {
    text-decoration: underline;
  }
  .header-sticky .header-nav .header-nav-sublist.--products .header-nav-sublist__link:where(:any-link, :enabled, summary):hover span, .header-sticky .header-nav .header-nav-sublist.--industry .header-nav-sublist__link:where(:any-link, :enabled, summary):hover span {
    text-decoration: underline;
  }
  .header-sticky .header-nav .header-nav-sublist.--products .header-nav-sublist__link:where(:-moz-any-link, :enabled, summary):hover img, .header-sticky .header-nav .header-nav-sublist.--industry .header-nav-sublist__link:where(:-moz-any-link, :enabled, summary):hover img {
    opacity: 0.7;
  }
  .header-sticky .header-nav .header-nav-sublist.--products .header-nav-sublist__link:where(:any-link, :enabled, summary):hover img, .header-sticky .header-nav .header-nav-sublist.--industry .header-nav-sublist__link:where(:any-link, :enabled, summary):hover img {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-sublist.--products.--color li:nth-child(1) .header-nav-sublist__link, .header-sticky .header-nav .header-nav-sublist.--products.--color li:nth-child(2) .header-nav-sublist__link {
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-sublist.--products.--color li:nth-child(5) .header-nav-sublist__link {
    padding-bottom: 61px;
  }
}
@media screen and (max-width: 767px) {
  .header-sticky .header-nav .header-nav-sublist.--products.--color .header-nav-sublist__link {
    font-size: clamp(14px, 4.2666666667vw, 17px);
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-sublist.--products.--group li:nth-child(1) .header-nav-sublist__link, .header-sticky .header-nav .header-nav-sublist.--products.--group li:nth-child(2) .header-nav-sublist__link, .header-sticky .header-nav .header-nav-sublist.--products.--group li:nth-child(3) .header-nav-sublist__link {
    padding-bottom: 61px;
  }
}
@media screen and (max-width: 767px) {
  .header-sticky .header-nav .header-nav-sublist.--products.--group .header-nav-sublist__link {
    font-size: clamp(14px, 4.2666666667vw, 17px);
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-sublist.--support {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-sublist.--knowledge {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-nav .header-nav-sublist.--knowledge .header-nav-sublist__link {
    width: 234px;
    padding-left: 0;
    text-indent: 0;
    display: -ms-grid;
    display: grid;
    gap: 8px;
  }
  .header-sticky .header-nav .header-nav-sublist.--knowledge .header-nav-sublist__link::before {
    display: none;
  }
  .header-sticky .header-nav .header-nav-sublist.--knowledge .header-nav-sublist__link span::before {
    content: ">";
    display: inline-block;
    margin-right: 0.3em;
  }
}
.header-sticky .header-nav .header-nav-sublist.--knowledge .header-nav-sublist__link img {
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
@media (hover: hover) {
  .header-sticky .header-nav .header-nav-sublist.--knowledge .header-nav-sublist__link:where(:-moz-any-link, :enabled, summary):hover span {
    text-decoration: underline;
  }
  .header-sticky .header-nav .header-nav-sublist.--knowledge .header-nav-sublist__link:where(:any-link, :enabled, summary):hover span {
    text-decoration: underline;
  }
  .header-sticky .header-nav .header-nav-sublist.--knowledge .header-nav-sublist__link:where(:-moz-any-link, :enabled, summary):hover span::before {
    text-decoration: none;
  }
  .header-sticky .header-nav .header-nav-sublist.--knowledge .header-nav-sublist__link:where(:any-link, :enabled, summary):hover span::before {
    text-decoration: none;
  }
  .header-sticky .header-nav .header-nav-sublist.--knowledge .header-nav-sublist__link:where(:-moz-any-link, :enabled, summary):hover img {
    opacity: 0.7;
  }
  .header-sticky .header-nav .header-nav-sublist.--knowledge .header-nav-sublist__link:where(:any-link, :enabled, summary):hover img {
    opacity: 0.7;
  }
}
.header-sticky .header-nav .common-button {
  margin-top: 25px;
}
.header-sticky .header-hamburger {
  position: absolute;
  bottom: 7px;
  right: 15px;
  width: 42px;
  height: 42px;
  padding: 9px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
@media screen and (min-width: 768px), print {
  .header-sticky .header-hamburger {
    display: none;
  }
}
.header-sticky .header-hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #0062c2;
  -webkit-transition: background-color 0.2s ease, opacity 0.1s 0.1s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, opacity 0.1s 0.1s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.1s 0.1s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.1s 0.1s ease, -webkit-transform 0.2s ease;
  border-radius: 2px;
}
.header-sticky .header-hamburger.is-open span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(225deg);
          transform: translateY(10px) rotate(225deg);
  background-color: #c0167b;
}
.header-sticky .header-hamburger.is-open span:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s ease;
  transition: opacity 0.2s 0s ease;
}
.header-sticky .header-hamburger.is-open span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
  background-color: #c0167b;
}

.header-accordion-button--toggle {
  width: 32px;
}
@media screen and (min-width: 768px), print {
  .header-accordion-button--toggle {
    display: none;
  }
}
.header-accordion-button--toggle::before, .header-accordion-button--toggle::after {
  background-color: #3296B4;
  width: 22px;
}
.header-accordion-button--arrow {
  border-color: #3296B4;
  width: 15px;
  height: 15px;
  right: 32px;
}
@media screen and (min-width: 768px), print {
  .header-accordion-button--arrow {
    display: none;
  }
}

.header-bg {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s ease, visibility 0s 0.3s;
  transition: opacity 0.3s 0s ease, visibility 0s 0.3s;
  z-index: 99;
}
.header-bg.is-open {
  visibility: visible;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s 0s ease, visibility 0s 0s;
  transition: opacity 0.3s 0s ease, visibility 0s 0s;
}

.scroll-top {
  width: 50px;
  height: 50px;
  display: none;
  background-image: url(../img/common/to_top_arrow_icon.svg);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 65535;
  cursor: pointer;
}
.scroll-top::after {
  content: "ScrollTop";
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.footer-nav {
  background-color: #323232;
  /*.footer-nav-form {
    display: grid;
    grid-template-columns: 1fr auto;
    background-color: v.$gc_white;
    @include m.mq-down() {
      margin-top: 25px;
      margin-inline: auto;
      width: calc(100% - v.$g_content_padding_sp *2);
    }
    @include m.mq-up() {
      margin-top: 35px;
      width: 100%;
      max-width: 700px;
    }
    label {
      display: none;
    }
    &__input {
      width: 100%;
      padding: 8px 15px;
      font-size: m.font-norm(19);
      background-color: v.$gc_white;
      color: v.$gc_base;
      line-height: calc(34/19);
      &::placeholder {
        color: v.$gc_placeholder;
        @include m.mq-up() {
          color: #cccccc;
        }
      }
    }
    &__submit {
      padding: 8px 15px;
      background-color: #969696;
      color: v.$gc_white;
      font-size: m.font-norm(19);
      transition: opacity 0.2s ease;
      font-weight: 700;
      @include m.hover {
        opacity: 0.7;
      }
    }
  }*/
}
.footer-nav.--konicaminolta-contact {
  margin-top: 60px;
}
@media screen and (min-width: 768px), print {
  .footer-nav.--konicaminolta-contact {
    margin-top: 165px;
  }
}
.footer-nav__inner {
  padding-block: 25px;
}
@media screen and (min-width: 768px), print {
  .footer-nav__inner {
    max-width: 1260px;
    margin-inline: auto;
    padding-inline: 30px;
    padding-block: 35px;
  }
}
.footer-nav .footer-nav-list {
  color: #FFFFFF;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 768px), print {
  .footer-nav .footer-nav-list {
    -ms-grid-columns: auto 30px auto 30px auto 30px auto;
    grid-template-columns: repeat(4, auto);
    -ms-grid-rows: (1fr)[27];
    grid-template-rows: repeat(27, 1fr);
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .footer-nav .footer-nav-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(13) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(14) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(15) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(16) {
    -ms-grid-row: 4;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(17) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(18) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(19) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(20) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(21) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(22) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(23) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(24) {
    -ms-grid-row: 6;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(25) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(26) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(27) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(28) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(29) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(30) {
    -ms-grid-row: 8;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(31) {
    -ms-grid-row: 8;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(32) {
    -ms-grid-row: 8;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(33) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(34) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(35) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(36) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(37) {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(38) {
    -ms-grid-row: 10;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(39) {
    -ms-grid-row: 10;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(40) {
    -ms-grid-row: 10;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(41) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(42) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(43) {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(44) {
    -ms-grid-row: 11;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(45) {
    -ms-grid-row: 12;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(46) {
    -ms-grid-row: 12;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(47) {
    -ms-grid-row: 12;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(48) {
    -ms-grid-row: 12;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(49) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(50) {
    -ms-grid-row: 13;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(51) {
    -ms-grid-row: 13;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(52) {
    -ms-grid-row: 13;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(53) {
    -ms-grid-row: 14;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(54) {
    -ms-grid-row: 14;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(55) {
    -ms-grid-row: 14;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(56) {
    -ms-grid-row: 14;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(57) {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(58) {
    -ms-grid-row: 15;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(59) {
    -ms-grid-row: 15;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(60) {
    -ms-grid-row: 15;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(61) {
    -ms-grid-row: 16;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(62) {
    -ms-grid-row: 16;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(63) {
    -ms-grid-row: 16;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(64) {
    -ms-grid-row: 16;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(65) {
    -ms-grid-row: 17;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(66) {
    -ms-grid-row: 17;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(67) {
    -ms-grid-row: 17;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(68) {
    -ms-grid-row: 17;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(69) {
    -ms-grid-row: 18;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(70) {
    -ms-grid-row: 18;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(71) {
    -ms-grid-row: 18;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(72) {
    -ms-grid-row: 18;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(73) {
    -ms-grid-row: 19;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(74) {
    -ms-grid-row: 19;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(75) {
    -ms-grid-row: 19;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(76) {
    -ms-grid-row: 19;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(77) {
    -ms-grid-row: 20;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(78) {
    -ms-grid-row: 20;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(79) {
    -ms-grid-row: 20;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(80) {
    -ms-grid-row: 20;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(81) {
    -ms-grid-row: 21;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(82) {
    -ms-grid-row: 21;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(83) {
    -ms-grid-row: 21;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(84) {
    -ms-grid-row: 21;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(85) {
    -ms-grid-row: 22;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(86) {
    -ms-grid-row: 22;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(87) {
    -ms-grid-row: 22;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(88) {
    -ms-grid-row: 22;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(89) {
    -ms-grid-row: 23;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(90) {
    -ms-grid-row: 23;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(91) {
    -ms-grid-row: 23;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(92) {
    -ms-grid-row: 23;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(93) {
    -ms-grid-row: 24;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(94) {
    -ms-grid-row: 24;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(95) {
    -ms-grid-row: 24;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(96) {
    -ms-grid-row: 24;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(97) {
    -ms-grid-row: 25;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(98) {
    -ms-grid-row: 25;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(99) {
    -ms-grid-row: 25;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(100) {
    -ms-grid-row: 25;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(101) {
    -ms-grid-row: 26;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(102) {
    -ms-grid-row: 26;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(103) {
    -ms-grid-row: 26;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(104) {
    -ms-grid-row: 26;
    -ms-grid-column: 7;
  }
  .footer-nav .footer-nav-list > *:nth-child(105) {
    -ms-grid-row: 27;
    -ms-grid-column: 1;
  }
  .footer-nav .footer-nav-list > *:nth-child(106) {
    -ms-grid-row: 27;
    -ms-grid-column: 3;
  }
  .footer-nav .footer-nav-list > *:nth-child(107) {
    -ms-grid-row: 27;
    -ms-grid-column: 5;
  }
  .footer-nav .footer-nav-list > *:nth-child(108) {
    -ms-grid-row: 27;
    -ms-grid-column: 7;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav-list li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .footer-nav-list li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav-list li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .footer-nav-list li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 27;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/28/3;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav-list li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .footer-nav-list li:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 11;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/12/4;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav-list li:nth-child(4) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .footer-nav-list li:nth-child(4) {
    -ms-grid-row: 13;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 13/3/14/4;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav-list li:nth-child(5) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .footer-nav-list li:nth-child(5) {
    -ms-grid-row: 15;
    -ms-grid-row-span: 4;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 15/3/19/4;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav-list li:nth-child(6) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .footer-nav-list li:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 13;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 1/4/14/5;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav-list li:nth-child(7) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .footer-nav-list li:nth-child(7) {
    -ms-grid-row: 15;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 15/4/16/5;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav-list li:nth-child(8) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .footer-nav-list li:nth-child(8) {
    -ms-grid-row: 17;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 17/4/18/5;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav-list li:nth-child(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .footer-nav-list li:nth-child(9) {
    -ms-grid-row: 19;
    -ms-grid-row-span: 6;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 19/4/25/5;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav-list li:nth-child(10) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .footer-nav-list li:nth-child(10) {
    -ms-grid-row: 26;
    -ms-grid-row-span: 2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 26/4/28/5;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav-list__title {
    position: relative;
    padding-block: 13.5px;
    padding-inline: 25px 45px;
    border-bottom: solid 1px #FFFFFF;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .footer-nav-list__title:not(:first-child) {
    margin-top: 30px;
  }
  .footer-nav .footer-nav-list__title:not(.--home)::before {
    content: "> ";
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .footer-nav-list__title > a {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .footer-nav .footer-nav-list__title > a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
  .footer-nav .footer-nav-list__title > a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .footer-nav-list__title:not(:first-child):last-child {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav-sublist {
    display: none;
    background-color: #505050;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .footer-nav-sublist {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .footer-nav-sublist__item {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .footer-nav-sublist__item.--block:not(:first-child) {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav-sublist__link > a, .footer-nav .footer-nav-sublist__title {
    display: block;
    position: relative;
    padding-block: 8.5px;
    padding-inline: 25px 45px;
    border-bottom: solid 1px #f0f0f0;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav-sublist__link {
    position: relative;
  }
  .footer-nav .footer-nav-sublist__link::before {
    border-color: #FFFFFF;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .footer-nav-sublist__link {
    position: relative;
    display: inline-block;
  }
  .footer-nav .footer-nav-sublist__link::before {
    content: "> ";
  }
}
@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .footer-nav .footer-nav-sublist__link > a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
  .footer-nav .footer-nav-sublist__link > a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav .footer-nav-sublist__link.--indent > a {
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .footer-nav-sublist__title {
    display: inline-block;
  }
  .footer-nav .footer-nav-sublist__title::before {
    content: "【";
  }
  .footer-nav .footer-nav-sublist__title::after {
    content: "】";
  }
}
.footer-nav .mf_finder_searchBox {
  margin: 0;
}
.footer-nav .mf_finder_searchBox_items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  background-color: #FFFFFF;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer-nav .mf_finder_searchBox_items {
    margin-top: 25px;
    margin-inline: auto;
    width: calc(100% - min(6.6666666667vw, 25px) * 2);
  }
}
@media screen and (min-width: 768px), print {
  .footer-nav .mf_finder_searchBox_items {
    margin-top: 35px;
    width: 100%;
    max-width: 700px;
  }
}
.footer-nav .mf_finder_searchBox_items label {
  display: none;
}
.footer-nav .mf_finder_searchBox_items .mf_finder_searchBox_query_input {
  width: 100%;
  padding: 8px 15px;
  font-size: 19px;
  background-color: #FFFFFF;
  color: #333333;
  line-height: 1.7894736842;
  border: none;
  height: auto;
}
.footer-nav .mf_finder_searchBox_items .mf_finder_searchBox_query_input::-webkit-input-placeholder {
  color: #b4b4b4;
}
.footer-nav .mf_finder_searchBox_items .mf_finder_searchBox_query_input::-moz-placeholder {
  color: #b4b4b4;
}
.footer-nav .mf_finder_searchBox_items .mf_finder_searchBox_query_input:-ms-input-placeholder {
  color: #b4b4b4;
}
.footer-nav .mf_finder_searchBox_items .mf_finder_searchBox_query_input::-ms-input-placeholder {
  color: #b4b4b4;
}
.footer-nav .mf_finder_searchBox_items .mf_finder_searchBox_query_input::placeholder {
  color: #b4b4b4;
}
@media screen and (min-width: 768px), print {
  .footer-nav .mf_finder_searchBox_items .mf_finder_searchBox_query_input::-webkit-input-placeholder {
    color: #cccccc;
  }
  .footer-nav .mf_finder_searchBox_items .mf_finder_searchBox_query_input::-moz-placeholder {
    color: #cccccc;
  }
  .footer-nav .mf_finder_searchBox_items .mf_finder_searchBox_query_input:-ms-input-placeholder {
    color: #cccccc;
  }
  .footer-nav .mf_finder_searchBox_items .mf_finder_searchBox_query_input::-ms-input-placeholder {
    color: #cccccc;
  }
  .footer-nav .mf_finder_searchBox_items .mf_finder_searchBox_query_input::placeholder {
    color: #cccccc;
  }
}
.footer-nav .mf_finder_searchBox_items .mf_finder_searchBox_submit {
  padding: 8px 15px;
  background-color: #969696;
  color: #FFFFFF;
  font-size: 19px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  font-weight: 700;
  border-radius: 0;
}
.footer-nav .mf_finder_searchBox_items .mf_finder_searchBox_submit span {
  font-size: 19px;
}
@media (hover: hover) {
  .footer-nav .mf_finder_searchBox_items .mf_finder_searchBox_submit:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .footer-nav .mf_finder_searchBox_items .mf_finder_searchBox_submit:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

.footer-accordion-button--toggle::before, .footer-accordion-button--toggle::after {
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px), print {
  .footer-accordion-button--toggle {
    display: none;
  }
}
.footer-accordion-button--arrow {
  pointer-events: none;
  border-color: #FFFFFF;
}
@media screen and (min-width: 768px), print {
  .footer-accordion-button--arrow {
    display: none;
  }
}

.footer-bottom {
  background-color: #000000;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    border-top: solid 1px #FFFFFF;
  }
}
.footer-bottom__inner {
  padding-top: 25px;
}
@media screen and (min-width: 768px), print {
  .footer-bottom__inner {
    max-width: 1260px;
    margin-inline: auto;
    padding-inline: 30px;
    padding-top: 35px;
  }
}
.footer-bottom__text {
  margin-top: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .footer-bottom__text {
    font-size: 15px;
    padding-inline: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom .footer-bottom-sns {
    padding-inline: 25px;
  }
}
.footer-bottom .footer-bottom-sns__link {
  position: relative;
  display: block;
  padding-block: 6px;
  padding-inline: 10px 30px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #333333;
  background-color: #f0f0f0;
  border: solid 1px #888888;
  -webkit-transition: opacity 0.175s ease;
  transition: opacity 0.175s ease;
  line-height: 1.35;
}
@media screen and (min-width: 768px), print {
  .footer-bottom .footer-bottom-sns__link {
    display: inline-block;
    padding-block: 16px;
    padding-inline: 25px 50px;
    font-size: 19px;
  }
}
@media (hover: hover) {
  .footer-bottom .footer-bottom-sns__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .footer-bottom .footer-bottom-sns__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.footer-bottom .footer-bottom-sns__link::before {
  content: "";
  right: 20px;
  border-width: 1px 1px 0 0;
}
.footer-bottom .footer-bottom-links {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 767px) {
  .footer-bottom .footer-bottom-links {
    gap: 20px;
    grid-auto-flow: row;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom .footer-bottom-links.--business {
    margin-block: 30px 25px;
    padding-inline: 25px;
  }
}
@media screen and (min-width: 768px), print {
  .footer-bottom .footer-bottom-links.--business {
    margin-block: 35px 18px;
    gap: 4px 10px;
    -ms-grid-columns: auto 10px auto 10px auto 10px auto 10px auto;
    grid-template-columns: repeat(5, auto);
  }
}
.footer-bottom .footer-bottom-links.--business .footer-bottom-links__item {
  display: inline-block;
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.footer-bottom .footer-bottom-links.--business .footer-bottom-links__item::before {
  content: "> ";
}
@media screen and (min-width: 768px), print {
  .footer-bottom .footer-bottom-links.--other {
    -ms-grid-columns: auto 40px auto 40px auto 40px 1fr;
    grid-template-columns: repeat(3, auto) 1fr;
    gap: 40px;
  }
}
@media (hover: hover) {
  .footer-bottom .footer-bottom-links__link:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
  .footer-bottom .footer-bottom-links__link:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
}
.footer-bottom .footer-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #FFFFFF;
}
@media screen and (max-width: 767px) {
  .footer-bottom .footer-bottom-flex {
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px), print {
  .footer-bottom .footer-bottom-flex {
    padding-block: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-bottom .footer-bottom-copyright {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .footer-bottom .footer-bottom-copyright {
    margin-top: 35px;
    text-align: right;
  }
}