@charset "UTF-8";
/* =======================================================================
  Date: 2020-11-18
  CSS Document ： フェリシモコーポレートサイト内の共通スタイル
  ※company配下以外では読み込まないでください。
  1.フォント設定（SP/PC）
  2.ノーマライズ＆スタイルのリセット（SP/PC）
  3.サイトのベース＆共通パーツ（SP/PC）
  4.サイトのモジュール（SP/PC）
  ======================================================================= */
:root {
  font-size: 14px;
}

/* -----------------------------------------------------------------------
## Font #################################################################
----------------------------------------------------------------------- */
/* 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;
}
body {
  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;
  font-feature-settings: revert;
}

.is-ie_cy body {
  font-family: "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
}

/* -----------------------------------------------------------------------
## Reset #################################################################
----------------------------------------------------------------------- */
/* ################# 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.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox], [type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ################# Easy Reset ################# */
* {
  box-sizing: border-box;
}

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

ul, ol, dl, dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: #000;
}
a:focus {
  outline: none;
}
a:focus-visible {
  outline: 1px dotted #ccc;
}

button, input[type=submit] {
  border: 0;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
button:focus, input[type=submit]:focus {
  outline: none;
}

input[type=text], input[type=number] {
  -webkit-appearance: none;
  padding: 11px 10px 9px;
  border-radius: 0;
  border: 1px solid #999;
  font-size: 16px;
}

::-moz-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}

/* ################# Denial ################# */
p, ul, ol, dl, dt, dd, div {
  line-height: 1.7857142857;
}

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
}

@media screen and (min-width: 769px) {
  p, ul, ol, dl, dt, dd, div {
    line-height: 2.25;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
  }
}
/* -----------------------------------------------------------------------
## Base ##################################################################
----------------------------------------------------------------------- */
/* ################# SP ################# */
body {
  line-height: 1.7857142857;
  padding-top: 65px;
  letter-spacing: 0.04em;
  color: #000;
  text-align: left;
  font-size: 0.875rem;
}
body.is-fixed_cy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[id=mainContents_cy] {
  font-feature-settings: normal;
}

.cmn-spbr_cy {
  display: inline;
}

.cmn-pcbr_cy {
  display: none;
}

.cmn-spBlock {
  display: block;
}

.cmn-pcBlock {
  display: none;
}

/* ################# 緊急メンテナンスメッセージエリア ################# */
.emergency_cy {
  padding: 0 7.3333333333vw;
  color: #f00;
  font-size: 0.875rem;
}

/* ################# アンカーリンク ################# */
.cmn-ancor_cy {
  margin: 30px 0 31px;
  padding: 0 5.3333333333vw;
}

.cmn-ancorList_cy {
  display: flex;
  flex-wrap: wrap;
}

.cmn-ancorList.is-center_cy {
  justify-content: center;
}
.cmn-ancorList_item_cy {
  flex-basis: 44vw;
  max-width: 44vw;
  margin-bottom: 10px;
}
.cmn-ancorList_item_cy a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  line-height: 1.3571428571;
  border: 1px solid #bbb;
  border-radius: 1000px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
}
.cmn-ancorList_item_cy a::after {
  left: 18px;
  color: #bea273;
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin: auto;
  content: "û";
  font-family: "CONDENSEicon";
  font-size: 0.625rem;
}
.cmn-ancorList_item_cy:nth-child(even) {
  margin-left: 1.3333333333vw;
}

/* ################# セクション ################# */
.cmn-section_cy {
  margin: 0 0 0;
  padding: 0 7.3333333333vw;
}
.cmn-section_cy:not(:first-of-type) {
  margin-top: 55px;
}
.cmn-section_cy .cmn-text-green_cy {
  color: #5da271;
  font-weight: bold;
}
.cmn-section_cy .cmn-text-orange_cy {
  color: #f7915a;
  font-weight: bold;
}
.cmn-section_cy .cmn-text-red_cy {
  color: #f45b69;
  font-weight: bold;
}
.cmn-section_cy .cmn-text-bgGray_cy {
  padding: 4px 0;
  background-color: #f2f0ed;
  font-weight: bold;
}

.cmn-section_title_cy {
  position: relative;
  line-height: 1.1428571429;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
}
.cmn-section_title_cy span {
  font-size: 1.625rem;
  font-family: "秀英角ゴシック銀 B", "ShueiKakuGoGin B", "游ゴシック", "Yu Gothic", "YuGothic", "system-ui", sans-serif;
}
.cmn-section_text_cy {
  margin-top: 13px;
  letter-spacing: 0.03em;
}

/* ################# 見出し ################# */
.cmn-pageTitle_cy {
  line-height: 1.1428571429;
  letter-spacing: 0.06em;
  color: #333;
  font-size: 2.1875rem;
  font-family: "秀英角ゴシック銀 B", "ShueiKakuGoGin B", "游ゴシック", "Yu Gothic", "YuGothic", "system-ui", sans-serif;
}

.cmn-header-ribon_cy {
  line-height: 1.78;
  padding: 2px 11px 3px;
  border-left: 4px solid #beb8b8;
  background: #f2f0ed;
  font-size: 1.25rem;
}

.cmn-header-square_cy {
  margin-top: 34px;
}
.cmn-header-square_cy span {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #000;
  font-size: 1rem;
}

.cmn-header-squareMark_cy {
  position: relative;
  line-height: 1.4;
  padding-left: 25px;
  font-size: 1.25rem;
}
.cmn-header-squareMark_cy::before {
  display: inline-block;
  position: absolute;
  top: 0.4em;
  left: -0.05em;
  width: 0.6em;
  height: 0.6em;
  background: #bea173;
  content: "";
}
.cmn-header-squareMark_cy span {
  display: inline-block;
  line-height: 1.4166666667;
  margin-top: 4px;
  color: #666;
  font-size: 0.75rem;
  font-weight: normal;
}

.cmn-header-border_cy {
  line-height: 1.3125;
  padding-bottom: 0.7em;
  font-size: 1rem;
  border-bottom: 1px solid #000;
}

.cmn-header-numbers_group_cy {
  counter-reset: header-numbers;
}

.cmn-header-numbers_cy {
  position: relative;
  line-height: 1.625;
  margin-top: 37px;
  padding-left: 25px;
  padding-bottom: 9px;
  border-bottom: 1px solid #000;
  counter-increment: header-numbers;
  font-size: 1rem;
}
.cmn-header-numbers_cy::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(header-numbers) ".";
}

/* ################# リスト ################# */
.cmn-orderedList_cy {
  margin-top: 15px;
  padding: 0 0 0 5px;
}

.cmn-orderedList_item_cy {
  position: relative;
  padding-left: 20px;
}
.cmn-orderedList_item_cy::before {
  position: absolute;
  top: 0;
  left: 0;
}
.cmn-orderedList_item_cy:nth-child(1)::before {
  content: "①";
}
.cmn-orderedList_item_cy:nth-child(2)::before {
  content: "②";
}
.cmn-orderedList_item_cy:nth-child(3)::before {
  content: "③";
}
.cmn-orderedList_item_cy:nth-child(4)::before {
  content: "④";
}
.cmn-orderedList_item_cy:nth-child(5)::before {
  content: "⑤";
}
.cmn-orderedList_item_cy:nth-child(6)::before {
  content: "⑥";
}
.cmn-orderedList_item_cy:nth-child(7)::before {
  content: "⑦";
}
.cmn-orderedList_item_cy:nth-child(8)::before {
  content: "⑧";
}
.cmn-orderedList_item_cy:nth-child(9)::before {
  content: "⑨";
}
.cmn-orderedList_item_cy:nth-child(10)::before {
  content: "⑩";
}
.cmn-orderedList_item_cy:nth-child(11)::before {
  content: "⑪";
}
.cmn-orderedList_item_cy:nth-child(12)::before {
  content: "⑫";
}
.cmn-orderedList_item_cy:nth-child(13)::before {
  content: "⑬";
}
.cmn-orderedList_item_cy:nth-child(14)::before {
  content: "⑭";
}
.cmn-orderedList_item_cy:nth-child(15)::before {
  content: "⑮";
}
.cmn-orderedList_item_cy:nth-child(16)::before {
  content: "⑯";
}
.cmn-orderedList_item_cy:nth-child(17)::before {
  content: "⑰";
}
.cmn-orderedList_item_cy:nth-child(18)::before {
  content: "⑱";
}
.cmn-orderedList_item_cy:nth-child(19)::before {
  content: "⑲";
}
.cmn-orderedList_item_cy:nth-child(20)::before {
  content: "⑳";
}

/* ################# ボタン ################# */
.cmn-buttons_cy {
  margin-top: 44px;
}

.cmn-button-basic_cy {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.7;
  padding: 14px 30px 13px 30px;
  background: #000;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}
.cmn-button-basic_cy::after {
  right: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin: auto;
  content: "ú";
  font-family: "CONDENSEicon";
  font-size: 0.625rem;
}
.cmn-button-basic_cy + .cmn-button-basic_cy {
  margin-top: 20px;
}

/* ################# カテゴリー ################# */
.cmn-categoryList_item_cy {
  display: inline-block;
}
.cmn-categoryList_item_cy a {
  position: relative;
  display: block;
  overflow: visible;
}
.cmn-categoryList_item_cy a span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 2px 8px;
  border: 1px solid #000;
  background: #fff;
  font-size: 11px;
  font-weight: bold;
}
.cmn-categoryList_item_cy a::after {
  position: absolute;
  right: -2px;
  bottom: -2px;
  z-index: 1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #000;
  background: #fff;
  content: "";
}

/* ################# スワイプ画像 ################# */
.cmn-swipeImage_cy {
  position: relative;
  margin: 13px -7.3333333333vw 0 0;
}
.cmn-swipeImage_cy::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 1000px;
  background: url("../../images/img_swipe_mark.png") no-repeat 0 0;
  background-size: cover;
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.25);
  pointer-events: none;
  transition: opacity 0.6s 0s ease;
  content: "";
}
.cmn-swipeImage_cy img {
  display: block;
  box-sizing: content-box;
  max-width: none;
  padding-right: 7.3333333333vw;
}
.cmn-swipeImage_cy.is-scroll_cy::after {
  opacity: 0;
}

.cmn-swipeImage_view_cy {
  box-sizing: content-box;
  overflow: scroll;
  padding: 7px 0 5px;
}

/* ################# タブ ################# */
.cmn-tabs_cy {
  display: flex;
  flex-wrap: wrap;
}

.cmn-tabs_item_cy {
  flex-basis: 50%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.cmn-tabs_item_cy:nth-child(1) {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.cmn-tabs_item_cy:nth-child(2) {
  border-top: 1px solid #ddd;
}
.cmn-tabs_item_cy:nth-child(3) {
  border-left: 1px solid #ddd;
}
.cmn-tabs_item_cy a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
}
.cmn-tabs_item_cy.is-current_cy {
  border-color: #bea173;
}
.cmn-tabs_item_cy.is-current_cy a {
  color: #fff;
  background: #bea173;
  pointer-events: none;
}

.cmn-tabs_contents_cy {
  display: none;
}

/* ################# もっと見る アコーディオン ################# */
.cmn-moreBody_cy {
  position: relative;
  overflow: hidden;
  height: 143px;
  transition: height 0.4s 0s ease;
}
.cmn-moreBody_cy::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
  content: "";
}
.cmn-moreBody_cy.is-open_cy::after {
  background: none;
}

.cmn-moreBtn_cy {
  text-align: center;
}
.cmn-moreBtn_cy a {
  position: relative;
  padding-bottom: 20px;
  font-size: 1rem;
  font-weight: bold;
}
.cmn-moreBtn_cy a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #bea273;
  content: "û";
  font-size: 0.75rem;
  font-family: "CONDENSEicon";
}
.cmn-moreBtn_cy.is-open_cy a::after {
  content: "ü";
}

/* ################# 関連リンク ################# */
.cmn-relation_cy {
  overflow: hidden;
  margin-top: 59px;
  padding: 0 7.3333333333vw;
}
.cmn-relation_cy .cmn-section_title_cy span {
  letter-spacing: 0.04em;
  font-size: 1rem;
}
.cmn-relation_cy .cmn-section_title_cy span::after {
  display: block;
  position: absolute;
  bottom: -27px;
  left: 185px;
  right: 0;
  z-index: -1;
  width: 138px;
  height: 43px;
  margin: auto;
  background: url("../../images/title_relation.png") no-repeat 0 0;
  background-size: cover;
  content: "";
}
.cmn-relation_cy .cmn-buttons_cy {
  margin-top: 28px;
}
.cmn-relation_cy .cmn-button-basic_cy {
  justify-content: flex-start;
  padding: 14px 30px 13px 23px;
  background: #e9e9e9;
  color: #000;
  font-weight: bold;
}

/* ################# 374px以下 ################# */
@media screen and (max-width: 374px) {
  :root {
    font-size: 0.85rem;
  }
}
/* ################# PC ################# */
@media screen and (min-width: 769px) {
  body {
    line-height: 2.25;
    padding: 90px 0 0;
    min-width: 960px;
    letter-spacing: 0.04em;
    color: #000;
    text-align: left;
    font-size: 1rem;
  }
  .cmn-spbr_cy {
    display: none;
  }
  .cmn-pcbr_cy {
    display: inline;
  }
  .cmn-spBlock {
    display: none;
  }
  .cmn-pcBlock {
    display: block;
  }
  /* ################# 緊急メンテナンスメッセージエリア ################# */
  .emergency_cy {
    width: 100%;
    padding: 0;
    color: #f00;
    font-size: 0.875rem;
  }
  /* ################# アンカーリンク ################# */
  .cmn-ancor_cy {
    max-width: 960px;
    margin: 30px auto 60px;
    padding: 0 20px;
  }
  .cmn-ancorList_cy {
    display: flex;
    flex-wrap: wrap;
  }
  .cmn-ancorList_cy.is-center {
    justify-content: center;
  }
  .cmn-ancorList_item_cy {
    flex-basis: 23.61%;
    max-width: 255px;
    margin-bottom: 20px;
    margin-left: 1.852%;
  }
  .cmn-ancorList_item_cy a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    line-height: 1.2222222222;
    padding: 0 10.73% 0 18.73%;
    border: 1px solid #bbb;
    border-radius: 1000px;
    text-align: left;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    transition: all 0.2s 0s ease;
  }
  .cmn-ancorList_item_cy a::after {
    left: 18px;
    color: #bea273;
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin: auto;
    content: "û";
    font-family: "CONDENSEicon";
    font-size: 1rem;
  }
  .cmn-ancorList_item_cy a:hover {
    background: #000;
    color: #fff;
  }
  .cmn-ancorList_item_cy a:hover::after {
    color: #fff;
  }
  .cmn-ancorList_item_cy:nth-child(even) {
    margin-left: 1.852%;
  }
  .cmn-ancorList_item_cy:nth-child(4n+1) {
    margin-left: 0;
  }
  /* ################# セクション ################# */
  .cmn-section_cy {
    max-width: 960px;
    margin: 0 auto 0;
    padding: 0 20px;
  }
  .cmn-section_cy + .cmn-section_cy {
    margin-top: 78px;
  }
  .cmn-section_cy .cmn-text-green_cy {
    color: #5da271;
    font-weight: bold;
  }
  .cmn-section_cy .cmn-text-orange_cy {
    color: #f7915a;
    font-weight: bold;
  }
  .cmn-section_cy .cmn-text-red_cy {
    color: #f45b69;
    font-weight: bold;
  }
  .cmn-section_cy .cmn-text-bgGray_cy {
    padding: 4px 0;
    background-color: #f2f0ed;
    font-weight: bold;
  }
  .cmn-section_inner_cy {
    padding: 0 40px;
  }
  .cmn-section_title_cy {
    position: relative;
    line-height: 1.1428571429;
    letter-spacing: 0.1em;
    color: #000;
    text-align: center;
  }
  .cmn-section_title_cy span {
    font-size: 2.875rem;
    font-family: "秀英角ゴシック銀 B", "ShueiKakuGoGin B", "游ゴシック", "Yu Gothic", "YuGothic", "system-ui", sans-serif;
  }
  .cmn-section_text_cy {
    margin-top: 30px;
    letter-spacing: 0.06em;
  }
  /* ################# 見出し ################# */
  .cmn-pageTitle_cy {
    line-height: 1.1428571429;
    letter-spacing: 0.025em;
    color: #333;
    font-size: 3.75rem;
    font-family: "秀英角ゴシック銀 B", "ShueiKakuGoGin B", "游ゴシック", "Yu Gothic", "YuGothic", "system-ui", sans-serif;
  }
  .cmn-header-ribon_cy {
    line-height: 1.3125;
    padding: 7px 22px;
    border-left: 8px solid #beb8b8;
    background: #f2f0ed;
    letter-spacing: 0.05em;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .cmn-header-square_cy {
    margin-top: 69px;
  }
  .cmn-header-square_cy span {
    display: inline-block;
    line-height: 1;
    padding: 12px 14px;
    border: 1px solid #000;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .cmn-header-squareMark_cy {
    position: relative;
    line-height: 1.4;
    padding-left: 1.25em;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .cmn-header-squareMark_cy::before {
    display: inline-block;
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 0.6em;
    height: 0.6em;
    background: #bea173;
    content: "";
  }
  .cmn-header-squareMark_cy span {
    display: inline-block;
    line-height: 1.4166666667;
    margin-top: 4px;
    margin-left: 4px;
    color: #666;
    font-size: 1.125rem;
    font-weight: normal;
  }
  .cmn-header-border_cy {
    line-height: 1.75;
    padding-bottom: 0.4em;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 2px solid #000;
  }
  .cmn-header-numbers_group_cy {
    counter-reset: header-numbers;
  }
  .cmn-header-numbers_cy {
    position: relative;
    line-height: 1.4166666667;
    margin-top: 74px;
    padding-left: 40px;
    padding-bottom: 14px;
    border-bottom: 2px solid #000;
    counter-increment: header-numbers;
    letter-spacing: 0.04em;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .cmn-header-numbers_cy::before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(header-numbers) ".";
  }
  /* ################# リスト ################# */
  .cmn-orderedList_cy {
    margin-top: 27px;
    padding: 0 0 0 10px;
  }
  .cmn-orderedList_item_cy {
    position: relative;
    padding-left: 31px;
    letter-spacing: 0.055em;
  }
  .cmn-orderedList_item_cy::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .cmn-orderedList_item_cy:nth-child(1)::before {
    content: "①";
  }
  .cmn-orderedList_item_cy:nth-child(2)::before {
    content: "②";
  }
  .cmn-orderedList_item_cy:nth-child(3)::before {
    content: "③";
  }
  .cmn-orderedList_item_cy:nth-child(4)::before {
    content: "④";
  }
  .cmn-orderedList_item_cy:nth-child(5)::before {
    content: "⑤";
  }
  .cmn-orderedList_item_cy:nth-child(6)::before {
    content: "⑥";
  }
  .cmn-orderedList_item_cy:nth-child(7)::before {
    content: "⑦";
  }
  .cmn-orderedList_item_cy:nth-child(8)::before {
    content: "⑧";
  }
  .cmn-orderedList_item_cy:nth-child(9)::before {
    content: "⑨";
  }
  .cmn-orderedList_item_cy:nth-child(10)::before {
    content: "⑩";
  }
  .cmn-orderedList_item_cy:nth-child(11)::before {
    content: "⑪";
  }
  .cmn-orderedList_item_cy:nth-child(12)::before {
    content: "⑫";
  }
  .cmn-orderedList_item_cy:nth-child(13)::before {
    content: "⑬";
  }
  .cmn-orderedList_item_cy:nth-child(14)::before {
    content: "⑭";
  }
  .cmn-orderedList_item_cy:nth-child(15)::before {
    content: "⑮";
  }
  .cmn-orderedList_item_cy:nth-child(16)::before {
    content: "⑯";
  }
  .cmn-orderedList_item_cy:nth-child(17)::before {
    content: "⑰";
  }
  .cmn-orderedList_item_cy:nth-child(18)::before {
    content: "⑱";
  }
  .cmn-orderedList_item_cy:nth-child(19)::before {
    content: "⑲";
  }
  .cmn-orderedList_item_cy:nth-child(20)::before {
    content: "⑳";
  }
  /* ################# ボタン ################# */
  .cmn-buttons_cy {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
  }
  .cmn-buttons_cy[data-col="1"] {
    justify-content: center;
  }
  .cmn-buttons_cy[data-col="2"] {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cmn-button-basic_cy {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    line-height: 1.7;
    height: 100px;
    padding: 0 30px 0 30px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    transition: all 0.2s 0s ease;
  }
  .cmn-button-basic_cy:link, .cmn-button-basic_cy:visited, .cmn-button-basic_cy:active {
    color: #fff;
    text-decoration: none;
  }
  .cmn-button-basic_cy:hover {
    color: #000;
    background: #fff;
  }
  .cmn-button-basic_cy::after {
    right: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin: auto;
    content: "ú";
    font-family: "CONDENSEicon";
    font-size: 1.25rem;
  }
  .cmn-button-basic_cy + .cmn-button-basic_cy {
    margin-top: 0;
  }
  .cmn-button-basic_cy.is-white_cy {
    background: #fff;
    color: #000;
  }
  .cmn-button-basic_cy.is-white_cy:hover {
    background: #000;
    color: #fff;
  }
  .cmn-button-basic_cy.is-gray_cy {
    background: #e9e9e9;
    color: #fff;
  }
  .cmn-button-basic_cy.is-gray_cy:hover {
    background: #000;
    color: #fff;
  }
  [data-col="1"] .cmn-button-basic_cy {
    max-width: 520px;
  }
  [data-col="2"] .cmn-button-basic_cy {
    max-width: 465px;
  }
  [data-col="2"] .cmn-button-basic_cy + .cmn-button-basic_cy {
    margin-left: 10px;
  }
  /* ################# カテゴリー ################# */
  .cmn-categoryList_item_cy {
    display: inline-block;
  }
  .cmn-categoryList_item_cy a {
    display: block;
    position: relative;
    overflow: visible;
  }
  .cmn-categoryList_item_cy a span {
    display: block;
    position: relative;
    z-index: 2;
    padding: 0 12px;
    border: 1px solid #000;
    background: #fff;
    letter-spacing: 0.14em;
    font-size: 1rem;
    font-weight: bold;
    transition: background 0.2s 0s ease;
  }
  .cmn-categoryList_item_cy a::after {
    position: absolute;
    right: -3px;
    bottom: -3px;
    z-index: 1;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    border: 1px solid #000;
    background: #fff;
    content: "";
  }
  .cmn-categoryList_item_cy a:hover {
    text-decoration: none;
  }
  .cmn-categoryList_item_cy a:hover span {
    background: #000;
    color: #fff;
  }
  .cmn-categoryList_item_cy:nth-child(n+2) {
    margin-left: 7px;
  }
  /* ################# スワイプ画像 ################# */
  .cmn-swipeImage_cy {
    position: relative;
    margin: 38px 0 0 0;
  }
  .cmn-swipeImage_cy::after {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 1000px;
    background: url("../../images/img_swipe_mark.png") no-repeat 0 0;
    background-size: cover;
    box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.25);
    pointer-events: none;
    transition: opacity 0.6s 0s ease;
    content: "";
  }
  .cmn-swipeImage_cy img {
    display: inline-block;
    box-sizing: content-box;
    width: auto;
    max-width: 100%;
    padding-right: 0;
  }
  .cmn-swipeImage_cy.is-scroll_cy::after {
    opacity: 0;
  }
  .cmn-swipeImage_view_cy {
    box-sizing: content-box;
    overflow: hidden;
    text-align: center;
    padding: 7px 0 9px;
  }
  /* ################# タブ ################# */
  .cmn-tabs_cy {
    display: flex;
    flex-wrap: wrap;
    max-width: 920px;
    margin: 0 auto;
  }
  .cmn-tabs_item_cy {
    flex-basis: 25%;
    max-width: 25%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .cmn-tabs_item_cy:nth-child(1) {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .cmn-tabs_item_cy:nth-child(n+2) {
    border-top: 1px solid #ddd;
    border-left: 0;
    border-right: 1px solid #ddd;
  }
  .cmn-tabs_item_cy:nth-child(3) {
    border-top: 1px solid #ddd;
  }
  .cmn-tabs_item_cy:hover {
    border-top-color: #bea173;
    border-bottom-color: #bea173;
  }
  .cmn-tabs_item_cy a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 78px;
    text-align: center;
    font-weight: bold;
    font-size: 1.125rem;
    transition: all 0.2s 0s ease;
  }
  .cmn-tabs_item_cy a:hover {
    background: #bea173;
    color: #fff;
    text-decoration: none;
  }
  .cmn-tabs_item_cy.is-current_cy {
    border-top-color: #bea173;
    border-bottom-color: #bea173;
    border-left-color: #ddd;
    border-right-color: #ddd;
  }
  .cmn-tabs_item_cy.is-current_cy a {
    color: #fff;
    background: #bea173;
    pointer-events: none;
  }
  .cmn-tabs_contents_cy {
    display: none;
  }
  /* ################# もっと見る アコーディオン ################# */
  .cmn-moreBody_cy {
    position: relative;
    overflow: hidden;
    height: 143px;
  }
  .cmn-moreBody_cy::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
    content: "";
  }
  .cmn-moreBody_cy.is-open::after {
    background: none;
  }
  .cmn-moreBtn_cy {
    text-align: center;
  }
  .cmn-moreBtn_cy a {
    position: relative;
    padding-bottom: 20px;
    font-size: 1rem;
    font-weight: bold;
  }
  .cmn-moreBtn_cy a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #bea273;
    content: "û";
    font-size: 0.75rem;
    font-family: "CONDENSEicon";
  }
  /* ################# 関連リンク ################# */
  .cmn-relation_cy {
    max-width: 960px;
    margin: 98px auto 0;
    padding: 0 20px;
  }
  .cmn-relation_cy .cmn-section_title_cy span {
    font-size: 2rem;
  }
  .cmn-relation_cy .cmn-section_title_cy span::after {
    display: block;
    position: absolute;
    bottom: -60px;
    left: 370px;
    right: 0;
    z-index: -1;
    width: 275px;
    height: 86px;
    margin: auto;
    background: url("../../images/title_relation.png") no-repeat 0 0;
    background-size: cover;
    content: "";
  }
  .cmn-relation_cy .cmn-buttons_cy {
    flex-wrap: wrap;
    margin-top: 56px;
  }
  .cmn-relation_cy .cmn-button-basic_cy {
    flex-basis: 440px;
    max-width: 440px;
    justify-content: center;
    background: #e9e9e9;
    border-color: #e9e9e9;
    color: #000;
    font-weight: bold;
    font-size: 1.25rem;
  }
  .cmn-relation_cy .cmn-button-basic_cy:nth-child(n+3) {
    margin-top: 40px;
  }
}
/* -----------------------------------------------------------------------
## Module #################################################################
----------------------------------------------------------------------- */
/* ################# SP ################# */
/* ################# わたしたちの"今" ################# */
.now-report_cy {
  margin-top: 60px;
  padding: 52px 7.3333333333vw;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  background: #e7e5e2 url("../../images/text_focuses.png") no-repeat center 13px;
  background-size: 207px auto;
}
.now-report_cy .cmn-buttons {
  margin-top: 37px;
  padding: 0 6.6666666667vw;
}

.now-report_title_cy span {
  display: none;
}

.now-articles_cy {
  margin-top: 18px;
}

.now-article_cy {
  position: relative;
  display: flex;
  padding-top: 30px;
}
.now-article_cy:nth-child(n+2) {
  margin-top: 25px;
  border-top: 1px solid #fff;
}

.now-article_img_cy {
  flex-basis: 90px;
  min-width: 90px;
}
.now-article_img_cy img {
  width: 100%;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.now-article_text_cy {
  flex-basis: 56vw;
  padding-left: 20px;
}

.now-articleDate_cy {
  position: absolute;
  top: 100px;
  left: 0;
  color: #999;
  font-size: 0.625rem;
  font-weight: bold;
}

.now-articleTitle_cy {
  line-height: 1.7142857143;
  margin-top: 16px;
  letter-spacing: 0.06em;
  line-break: anywhere;
  font-size: 0.875rem;
  font-weight: normal;
}
.now-articleTitle_cy a {
  display: block;
  color: #333;
  text-decoration: underline;
}

/* ################# 関連リンク ################# */
/* ################# PC ################# */
@media screen and (min-width: 769px) {
  /* ################# わたしたちの"今" ################# */
  .now-report_cy {
    overflow: hidden;
    margin-top: 120px;
    padding: 35px 0 85px;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    background: none;
    background-color: #e7e5e2;
  }
  .now-report_cy .cmn-buttons_cy {
    position: absolute;
    top: 50px;
    left: 20px;
    bottom: 0;
    width: 200px;
    height: 50px;
    margin: auto;
    padding: 0;
  }
  .now-report_cy .cmn-buttons_cy .cmn-button-basic_cy {
    width: 100%;
    height: 100%;
    letter-spacing: 0.08em;
    font-size: 1rem;
  }
  .now-report_cy .cmn-buttons_cy .cmn-button-basic_cy::after {
    font-size: 1rem;
  }
  .now-report_inner_cy {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .now-report_title_cy {
    position: relative;
    flex-basis: 260px;
    width: 260px;
    margin-top: -40px;
  }
  .now-report_title_cy span {
    position: relative;
    z-index: 2;
    letter-spacing: 0.06em;
    font-size: 1.75rem;
    font-family: "秀英角ゴシック銀 B", "ShueiKakuGoGin B", "游ゴシック", "Yu Gothic", "YuGothic", "system-ui", sans-serif;
  }
  .now-report_title_cy::after {
    position: absolute;
    top: -145px;
    left: 2px;
    z-index: 1;
    width: 414px;
    height: 157px;
    transition: left 0.6s 0s ease;
    background: url("../../images/text_focuses.png") no-repeat 0 0;
    background-size: cover;
    content: "";
  }
  .now-articles_cy {
    position: relative;
    z-index: 2;
    width: 660px;
    margin-top: 19px;
  }
  .now-article_cy {
    position: relative;
    display: flex;
    padding-top: 30px;
  }
  .now-article_cy:nth-child(n+2) {
    margin-top: 27px;
    border-top: 0;
  }
  .now-article_cy .cmn-categoryList_cy {
    position: relative;
    top: 0;
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .now-article_img_cy {
    flex-basis: 180px;
    min-width: 180px;
  }
  .now-article_img_cy a {
    cursor: pointer;
    transition: opacity 0.2s 0s ease;
  }
  .now-article_img_cy a:hover {
    opacity: 0.75;
  }
  .now-article_img_cy img {
    width: 180px;
    height: 128px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .now-article_text_cy {
    flex-basis: 590px;
    max-width: 590px;
    padding-left: 40px;
  }
  .now-articleDate_cy {
    position: static;
    margin-left: 16px;
    color: #999;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .now-articleTitle_cy {
    line-height: 1.875;
    margin-top: 16px;
    letter-spacing: 0.06em;
    line-break: anywhere;
    font-size: 1rem;
    font-weight: normal;
  }
  .now-articleTitle_cy a {
    display: block;
    color: #333;
    text-decoration: underline;
    cursor: pointer;
  }
  .now-articleTitle_cy a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1398px) {
  .now-report_title_cy::after {
    position: absolute;
    top: -145px;
    left: -219px;
    z-index: 1;
    width: 414px;
    height: 157px;
    background: url("../../images/text_focuses.png") no-repeat 0 0;
    background-size: cover;
    content: "";
  }
}