@charset "UTF-8";
/* =======================================================================
  Date: 2020-11-18
  CSS Document ： フッター用スタイル
  ※company配下以外でコーポレートフッターを使用する場合にも要読込
  ※/company/js/footer.jsも必要
  1.フッターベース（SP）
  2.フッター（SP）
  3.フッター（PC）
  ======================================================================= */
/* -----------------------------------------------------------------------
## Base ################################################################
----------------------------------------------------------------------- */
/* icon font */
@font-face {
  font-family: "CONDENSEicon";
  src: url("../fonts/CONDENSEicon.woff") format("woff"), url("../fonts/CONDENSEicon.otf") format("opentype"), url("../fonts/CONDENSEicon.eot") format("eot");
  font-display: swap;
}
#pageFooter_cy {
  box-sizing: border-box;
  line-height: 1.7857142857;
  letter-spacing: 0.04em;
  color: #333;
  text-align: left;
  font-size: 14px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  /* ################# Normalize ################# */
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
     ========================================================================== */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  /**
   * Render the `main` element consistently in IE.
   */
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
  /* ################# Easy Reset ################# */
  /* ################# Denial ################# */
}
.is-ie_cy #pageFooter_cy {
  font-family: "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
}

#pageFooter_cy html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
#pageFooter_cy body {
  margin: 0;
}
#pageFooter_cy main {
  display: block;
}
#pageFooter_cy h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#pageFooter_cy hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
#pageFooter_cy pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
#pageFooter_cy a {
  background-color: transparent;
}
#pageFooter_cy abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
#pageFooter_cy b, #pageFooter_cy strong {
  font-weight: bolder;
}
#pageFooter_cy code, #pageFooter_cy kbd, #pageFooter_cy samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
#pageFooter_cy small {
  font-size: 80%;
}
#pageFooter_cy sub, #pageFooter_cy sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#pageFooter_cy sub {
  bottom: -0.25em;
}
#pageFooter_cy sup {
  top: -0.5em;
}
#pageFooter_cy img {
  border-style: none;
}
#pageFooter_cy button, #pageFooter_cy input, #pageFooter_cy optgroup, #pageFooter_cy select, #pageFooter_cy textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
#pageFooter_cy button, #pageFooter_cy input {
  /* 1 */
  overflow: visible;
}
#pageFooter_cy button, #pageFooter_cy select {
  /* 1 */
  text-transform: none;
}
#pageFooter_cy button, #pageFooter_cy [type=button], #pageFooter_cy [type=reset], #pageFooter_cy [type=submit] {
  -webkit-appearance: button;
}
#pageFooter_cy button::-moz-focus-inner, #pageFooter_cy [type=button]::-moz-focus-inner, #pageFooter_cy [type=reset]::-moz-focus-inner, #pageFooter_cy [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
#pageFooter_cy button:-moz-focusring, #pageFooter_cy [type=button]:-moz-focusring, #pageFooter_cy [type=reset]:-moz-focusring, #pageFooter_cy [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
#pageFooter_cy fieldset {
  padding: 0.35em 0.75em 0.625em;
}
#pageFooter_cy legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
#pageFooter_cy progress {
  vertical-align: baseline;
}
#pageFooter_cy textarea {
  overflow: auto;
}
#pageFooter_cy [type=checkbox], #pageFooter_cy [type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
#pageFooter_cy [type=number]::-webkit-inner-spin-button, #pageFooter_cy [type=number]::-webkit-outer-spin-button {
  height: auto;
}
#pageFooter_cy [type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
#pageFooter_cy [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#pageFooter_cy ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
#pageFooter_cy details {
  display: block;
}
#pageFooter_cy summary {
  display: list-item;
}
#pageFooter_cy template {
  display: none;
}
#pageFooter_cy [hidden] {
  display: none;
}
#pageFooter_cy * {
  box-sizing: border-box;
}
#pageFooter_cy h1, #pageFooter_cy h2, #pageFooter_cy h3, #pageFooter_cy h4, #pageFooter_cy h5, #pageFooter_cy h6, #pageFooter_cy p {
  margin: 0;
}
#pageFooter_cy ul, #pageFooter_cy ol, #pageFooter_cy dl, #pageFooter_cy dd {
  margin: 0;
  padding: 0;
}
#pageFooter_cy li {
  list-style: none;
}
#pageFooter_cy img {
  max-width: 100%;
  vertical-align: bottom;
}
#pageFooter_cy a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: #000;
}
#pageFooter_cy a:focus {
  outline: none;
}
#pageFooter_cy a:focus-visible {
  outline: 1px dotted #ccc;
}
#pageFooter_cy button, #pageFooter_cy input[type=submit] {
  border: 0;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
#pageFooter_cy button:focus, #pageFooter_cy input[type=submit]:focus {
  outline: none;
}
#pageFooter_cy input[type=text], #pageFooter_cy input[type=number] {
  -webkit-appearance: none;
  padding: 11px 10px 9px;
  border-radius: 0;
  border: 1px solid #999;
  font-size: 16px;
}
#pageFooter_cy ::-moz-placeholder {
  color: #999;
}
#pageFooter_cy ::placeholder {
  color: #999;
}
#pageFooter_cy :-ms-input-placeholder {
  color: #999;
}
#pageFooter_cy ::-ms-input-placeholder {
  color: #999;
}
#pageFooter_cy select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
#pageFooter_cy select::-ms-expand {
  display: none;
}
#pageFooter_cy p, #pageFooter_cy ul, #pageFooter_cy ol, #pageFooter_cy dl, #pageFooter_cy dt, #pageFooter_cy dd, #pageFooter_cy div {
  line-height: 1.7857142857;
}
#pageFooter_cy h1, #pageFooter_cy h2, #pageFooter_cy h3, #pageFooter_cy h4, #pageFooter_cy h5, #pageFooter_cy h6 {
  line-height: inherit;
}
@media screen and (min-width: 769px) {
  #pageFooter_cy p, #pageFooter_cy ul, #pageFooter_cy ol, #pageFooter_cy dl, #pageFooter_cy dt, #pageFooter_cy dd, #pageFooter_cy div {
    line-height: 2.25;
  }
  #pageFooter_cy h1, #pageFooter_cy h2, #pageFooter_cy h3, #pageFooter_cy h4, #pageFooter_cy h5, #pageFooter_cy h6 {
    line-height: inherit;
  }
}

/* -----------------------------------------------------------------------
## Footer ################################################################
----------------------------------------------------------------------- */
/* ################# SP ################# */
/* ################# パンくず ################# */
#breadcrumbs_cy {
  margin-bottom: 1.5em;
  padding: 32px 7.3333333333vw 0;
}
#breadcrumbs_cy .bc-list_cy {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#breadcrumbs_cy .bc-list_cy a {
  color: #999;
}
#breadcrumbs_cy .bc-list_item_cy {
  display: inline;
  line-height: 1.8;
  text-transform: uppercase;
  font-size: 10px;
}
#breadcrumbs_cy .bc-list_item_cy:nth-child(n+2)::before {
  margin-left: -2px;
  margin-right: 2px;
  content: ">";
  color: #999;
}

/* ################# フッター ################# */
#pageFooter_cy {
  padding-bottom: 15px;
  background: #fff;
  font-feature-settings: "palt";
}
#pageFooter_cy .pf-localNavi_cy {
  margin-top: 33px;
  padding: 0 10vw;
}
#pageFooter_cy .pf-localNavi_title_cy {
  position: relative;
  line-height: 1.8125;
  border-bottom: 1px solid #666;
}
#pageFooter_cy .pf-localNavi_item_cy.in-about_cy .pf-localNavi_title_cy a, #pageFooter_cy .pf-localNavi_item_cy.in-csr_cy .pf-localNavi_title_cy a, #pageFooter_cy .pf-localNavi_item_cy.in-ir_cy .pf-localNavi_title_cy a {
  display: block;
  padding: 6px 0 6px;
  letter-spacing: 0.06em;
  color: #555;
  font-size: 16px;
  font-weight: bold;
}
#pageFooter_cy .pf-localNavi_item_cy.in-about_cy .pf-localNavi_title_cy a::before, #pageFooter_cy .pf-localNavi_item_cy.in-about_cy .pf-localNavi_title_cy a::after, #pageFooter_cy .pf-localNavi_item_cy.in-csr_cy .pf-localNavi_title_cy a::before, #pageFooter_cy .pf-localNavi_item_cy.in-csr_cy .pf-localNavi_title_cy a::after, #pageFooter_cy .pf-localNavi_item_cy.in-ir_cy .pf-localNavi_title_cy a::before, #pageFooter_cy .pf-localNavi_item_cy.in-ir_cy .pf-localNavi_title_cy a::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #555;
  content: "";
}
#pageFooter_cy .pf-localNavi_item_cy.in-about_cy .pf-localNavi_title_cy a::before, #pageFooter_cy .pf-localNavi_item_cy.in-csr_cy .pf-localNavi_title_cy a::before, #pageFooter_cy .pf-localNavi_item_cy.in-ir_cy .pf-localNavi_title_cy a::before {
  right: 5px;
  width: 15px;
  height: 1px;
}
#pageFooter_cy .pf-localNavi_item_cy.in-about_cy .pf-localNavi_title_cy a::after, #pageFooter_cy .pf-localNavi_item_cy.in-csr_cy .pf-localNavi_title_cy a::after, #pageFooter_cy .pf-localNavi_item_cy.in-ir_cy .pf-localNavi_title_cy a::after {
  right: 12px;
  width: 1px;
  height: 15px;
  transition: transform 0.3s 0s ease;
}
#pageFooter_cy .pf-localNavi_item_cy.in-about_cy .pf-localNavi_title_cy.is-open_cy a::after, #pageFooter_cy .pf-localNavi_item_cy.in-csr_cy .pf-localNavi_title_cy.is-open_cy a::after, #pageFooter_cy .pf-localNavi_item_cy.in-ir_cy .pf-localNavi_title_cy.is-open_cy a::after {
  transform: rotate(90deg);
}
#pageFooter_cy .pf-localNavi_item_cy:nth-child(n+2) {
  margin-top: 27px;
}
#pageFooter_cy .pf-localNaviList_cy {
  display: none;
  margin-top: 19px;
}
#pageFooter_cy .pf-localNaviList_item_cy a {
  display: block;
  padding: 5px 0;
  color: #999;
  font-weight: bold;
}
#pageFooter_cy .pf-localNaviList_item_cy a::before {
  content: "・";
}
#pageFooter_cy .pf-localNaviList_item_cy:last-child {
  position: relative;
  padding-right: 16px;
  text-align: right;
}
#pageFooter_cy .pf-localNaviList_item_cy:last-child a::before {
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin: auto;
  content: "ú";
  font-family: "CONDENSEicon";
  font-size: 0.6875rem;
}
#pageFooter_cy .pf-logo_cy {
  display: none;
}
#pageFooter_cy .pf-logo-bottom_cy {
  text-align: center;
}
#pageFooter_cy .pf-logo-bottom_cy a {
  display: inline-block;
  width: 90px;
}
#pageFooter_cy .pf-other_item_cy a {
  position: relative;
  display: block;
  line-height: 1.8125;
  padding: 6px 0 6px;
  border-bottom: 1px solid #666;
  letter-spacing: 0.06em;
  color: #555;
  font-size: 16px;
  font-weight: bold;
}
#pageFooter_cy .pf-other_item_cy a::after {
  right: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin: auto;
  content: "ú";
  font-family: "CONDENSEicon";
  font-size: 0.625rem;
  font-size: 10px;
}
#pageFooter_cy .pf-other_item_cy:nth-child(n+2) {
  margin-top: 28px;
}
#pageFooter_cy .pf-sns_cy {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
#pageFooter_cy .pf-sns_item_cy {
  flex-basis: 25px;
  margin: 0 10px;
}
#pageFooter_cy .pf-otherNavi_cy {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  padding: 14px 18vw;
  border-top: 1px solid #ccc;
}
#pageFooter_cy .pf-otherNavi_item_cy a {
  line-height: 1;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 12px;
  font-family: Arial, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
}
#pageFooter_cy .pf-otherNavi_item_cy:nth-child(n+2) a {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #999;
}
#pageFooter_cy .pf-copyright_cy {
  display: block;
  margin-top: 14px;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
}

/* ################# ページトップへ戻る ################# */
.cmn-pagetop_cy {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 3;
}
.cmn-pagetop_cy img {
  width: auto;
  height: 40px;
}

/* ################# PC ################# */
@media screen and (min-width: 769px) {
  /* ################# パンくず ################# */
  #breadcrumbs_cy {
    margin-bottom: 0;
    padding: 31px 0;
  }
  #breadcrumbs_cy .bc-list_cy {
    padding-bottom: 14px;
  }
  #breadcrumbs_cy .bc-list_cy a {
    letter-spacing: 0.04em;
    color: #999;
  }
  #breadcrumbs_cy .bc-list_item_cy {
    display: inline;
    line-height: 1.5714285714;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 14px;
  }
  #breadcrumbs_cy .bc-list_item_cy:nth-child(n+2)::before {
    margin: 0 3px 0 1px;
    content: ">";
    color: #999;
  }
  #breadcrumbs_cy .bc-list_item_cy a:hover {
    text-decoration: underline;
  }
  /* ################# フッター ################# */
  #pageFooter_cy {
    padding: 0;
  }
  #pageFooter_cy.pf_cy {
    position: relative;
    z-index: 1;
    padding-bottom: 57px;
    background: #fff;
  }
  #pageFooter_cy .pf-contents_cy {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 20px 0;
  }
  #pageFooter_cy .pf-localNavi_cy {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
    padding: 0;
  }
  #pageFooter_cy .pf-localNavi_title_cy {
    position: relative;
    line-height: 1.8125;
    padding-bottom: 10px;
    border-bottom: 0;
    letter-spacing: 0.06em;
    color: #555;
    font-size: 16px;
    font-weight: bold;
  }
  #pageFooter_cy .pf-localNavi_title_cy::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #555;
    content: "";
  }
  #pageFooter_cy .pf-localNavi_item_cy.in-about_cy .pf-localNavi_title_cy a, #pageFooter_cy .pf-localNavi_item_cy.in-csr_cy .pf-localNavi_title_cy a, #pageFooter_cy .pf-localNavi_item_cy.in-ir_cy .pf-localNavi_title_cy a {
    display: inline-block;
    padding: 6px 0 6px;
    text-decoration: none;
  }
  #pageFooter_cy .pf-localNavi_item_cy.in-about_cy .pf-localNavi_title_cy a:hover, #pageFooter_cy .pf-localNavi_item_cy.in-csr_cy .pf-localNavi_title_cy a:hover, #pageFooter_cy .pf-localNavi_item_cy.in-ir_cy .pf-localNavi_title_cy a:hover {
    text-decoration: underline;
  }
  #pageFooter_cy .pf-localNavi_item_cy.in-about_cy .pf-localNavi_title_cy a::before, #pageFooter_cy .pf-localNavi_item_cy.in-about_cy .pf-localNavi_title_cy a::after, #pageFooter_cy .pf-localNavi_item_cy.in-csr_cy .pf-localNavi_title_cy a::before, #pageFooter_cy .pf-localNavi_item_cy.in-csr_cy .pf-localNavi_title_cy a::after, #pageFooter_cy .pf-localNavi_item_cy.in-ir_cy .pf-localNavi_title_cy a::before, #pageFooter_cy .pf-localNavi_item_cy.in-ir_cy .pf-localNavi_title_cy a::after {
    display: none;
  }
  #pageFooter_cy .pf-localNavi_item_cy.in-about_cy .pf-localNavi_title_cy.is-open_cy a::after, #pageFooter_cy .pf-localNavi_item_cy.in-csr_cy .pf-localNavi_title_cy.is-open_cy a::after, #pageFooter_cy .pf-localNavi_item_cy.in-ir_cy .pf-localNavi_title_cy.is-open_cy a::after {
    display: none;
  }
  #pageFooter_cy .pf-localNavi_item_cy.in-about_cy {
    order: 2;
  }
  #pageFooter_cy .pf-localNavi_item_cy.in-csr_cy {
    order: 3;
  }
  #pageFooter_cy .pf-localNavi_item_cy.in-ir_cy {
    order: 4;
  }
  #pageFooter_cy .pf-localNavi_item_cy.in-other_cy {
    display: flex;
    flex-direction: column;
    order: 1;
  }
  #pageFooter_cy .pf-localNavi_item_cy:nth-child(n+2) {
    margin-top: 0;
  }
  #pageFooter_cy .pf-localNaviList_cy {
    display: block;
    margin-top: 32px;
  }
  #pageFooter_cy .pf-localNaviList_item_cy {
    line-height: 2;
  }
  #pageFooter_cy .pf-localNaviList_item_cy a {
    display: inline;
    padding: 0;
    color: #999;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
  }
  #pageFooter_cy .pf-localNaviList_item_cy a:hover {
    text-decoration: underline;
  }
  #pageFooter_cy .pf-localNaviList_item_cy a::before {
    display: none;
  }
  #pageFooter_cy .pf-localNaviList_item_cy:nth-child(n+2) {
    margin-top: 7px;
  }
  #pageFooter_cy .pf-localNaviList_item_cy:last-child {
    display: none;
  }
  #pageFooter_cy .pf-logo_cy {
    display: inline-block;
    order: 1;
  }
  #pageFooter_cy .pf-logo_cy a img {
    transition: opacity 0.2s 0s ease;
  }
  #pageFooter_cy .pf-logo_cy a:hover img {
    opacity: 0.75;
  }
  #pageFooter_cy .pf-logo_cy img {
    width: 176px;
  }
  #pageFooter_cy .pf-logo-bottom {
    text-align: center;
  }
  #pageFooter_cy .pf-logo-bottom a {
    display: inline-block;
    width: 100px;
  }
  #pageFooter_cy .pf-logo-bottom a img {
    transition: opacity 0.2s 0s ease;
  }
  #pageFooter_cy .pf-logo-bottom a:hover img {
    opacity: 0.75;
  }
  #pageFooter_cy .pf-other_cy {
    order: 3;
    margin-top: 67px;
  }
  #pageFooter_cy .pf-other_item_cy a {
    position: relative;
    display: block;
    line-height: 1.8125;
    padding: 0;
    border-bottom: 0;
    letter-spacing: 0.06em;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
  #pageFooter_cy .pf-other_item_cy a:hover {
    text-decoration: underline;
  }
  #pageFooter_cy .pf-other_item_cy a::after {
    display: none;
  }
  #pageFooter_cy .pf-other_item_cy:nth-child(n+2) {
    margin-top: 8px;
  }
  #pageFooter_cy .pf-sns_cy {
    display: flex;
    justify-content: flex-start;
    order: 2;
    margin-top: 24px;
  }
  #pageFooter_cy .pf-sns_item_cy {
    flex-basis: 25px;
    margin: 0;
  }
  #pageFooter_cy .pf-sns_item_cy a img {
    transition: opacity 0.2s 0s ease;
  }
  #pageFooter_cy .pf-sns_item_cy a:hover img {
    opacity: 0.75;
  }
  #pageFooter_cy .pf-sns_item_cy.to-line_cy {
    display: none;
  }
  #pageFooter_cy .pf-sns_item_cy:nth-child(n+2) {
    margin-left: 20px;
  }
  #pageFooter_cy .pf-otherNavi_cy {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 29px;
    padding: 14px 0;
    border-top: 0;
  }
  #pageFooter_cy .pf-otherNavi_item_cy a {
    line-height: 1;
    border-left: 1px solid #999;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 11px;
    font-family: Arial, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
    text-decoration: none;
  }
  #pageFooter_cy .pf-otherNavi_item_cy a:hover {
    text-decoration: underline;
  }
  #pageFooter_cy .pf-otherNavi_item_cy:nth-child(n+2) a {
    margin: 0;
    padding: 0 15px;
    border-left: 1px solid #999;
  }
  #pageFooter_cy .pf-otherNavi_item_cy:nth-child(1) a, #pageFooter_cy .pf-otherNavi_item_cy:nth-child(4) a {
    margin: 0;
    padding: 0 15px;
    border-left: 1px solid #999;
  }
  #pageFooter_cy .pf-otherNavi_item_cy:last-child a {
    border-right: 1px solid #999;
  }
  #pageFooter_cy .pf-copyright_cy {
    display: block;
    margin-top: 14px;
    text-align: center;
    font-family: Arial;
    font-size: 13px;
  }
  /* ################# ページトップへ戻る ################# */
  .cmn-pagetop_cy {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 3;
  }
  .cmn-pagetop_cy a {
    transition: opacity 0.2s 0s ease;
  }
  .cmn-pagetop_cy a:hover {
    opacity: 0.8;
  }
  .cmn-pagetop_cy img {
    width: auto;
    height: 40px;
  }
}