@charset "UTF-8";
/*! kiso.css v1.2.2 | MIT License | https://github.com/tak-dcxi/kiso.css */
/* ======================================================
//  MARK: Universal
// ====================================================== */
*,
::before,
::after {
  /*
  * Includes `padding` and `border` in the element's specified dimensions.
  * It is highly recommended to set `box-sizing: border-box;` by default, as it makes styling much easier, especially when specifying `width: 100%;`.
  */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ======================================================
//  MARK: Document and Body Elements
// ====================================================== */
:where(:root) {
  /* In Safari, if `font-family` is not specified, a serif font is applied by default, so `sans-serif` is set as the default here. */
  font-family: sans-serif;
  /*
  * For accessibility, it is recommended to set the `line-height` to at least 1.5 times the text size within paragraphs.
  * @see https://waic.jp/translations/WCAG21/#visual-presentation
  */
  line-height: 1.5;
  /* Remove space when punctuation marks are adjacent, and also remove leading spaces in a line. */
  text-spacing-trim: trim-start;
  /* Improves readability by inserting a small space between Japanese and alphanumeric characters. */
  text-autospace: normal;
  /* Prevents misreading by applying strict line-breaking rules. */
  line-break: strict;
  /* Wraps English words mid-word. Specifying `anywhere` also prevents content from overflowing in layouts like `flex` or `grid`. */
  overflow-wrap: anywhere;
  /*
  * Mobile browsers have an algorithm that automatically adjusts font sizes to prevent text from becoming too small.
  * This controls the auto-adjustment feature to prevent unwanted resizing.
  */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  /* Prevents layout shift caused by the appearance or disappearance of the scrollbar. */
  scrollbar-gutter: stable;
  /* Suppresses the tap highlight on iOS. */
  -webkit-tap-highlight-color: transparent;
}

:where(body) {
  /*
  * When creating a sticky footer, a minimum height is often required.
  * Setting the `min-block-size` to the dynamic viewport height ensures enough space for the footer.
  */
  min-block-size: 100dvb;
  /* The `margin` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset here. */
  margin: unset;
}

/* ======================================================
// MARK: Sections
// ------------------------------------------------------ */
:where(h1, h2, h3, h4, h5, h6) {
  /* Prevents the last line of text from ending with a single word, which can look awkward (known as an orphan). */
  text-wrap: pretty;
}

:where(h1) {
  /*
  * Adjusts user agent (UA) styles for `h1` elements within sectioning content.
  * This addresses DevTools warnings that appear when `h1` elements nested within sectioning content lack `font-size` and `margin` properties.
  * @see https://html.spec.whatwg.org/#sections-and-headings
  */
  margin-block: 0.67em;
  font-size: 2em;
}

:where(h2, h3, h4, h5, h6) {
  /* The `margin-block` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  margin-block: unset;
}

:where(search) {
  /*
  * The `<search>` element is supported from Safari 17.
  * This prevents it from being displayed as an inline element in unsupported environments.
  */
  display: block flow;
}

/* ======================================================
//  MARK: Grouping content
// ====================================================== */
:where(p, blockquote, figure, pre, address, ul, ol, dl, menu) {
  /* The `margin-block` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  margin-block: unset;
}

:where(blockquote, figure) {
  /* The `margin-inline` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  margin-inline: unset;
}

:where(p:lang(en)) {
  /*
  * In English, a single word on the last line is called a "widow" or "orphan" and is considered something to avoid as it makes the text harder to read.
  * Therefore, when lang="en", this prevents the last line from ending with a single word.
  */
  text-wrap: pretty;
}

:where(address:lang(ja)) {
  /* Italic style is not common in Japanese, so the `font-style` is reset. */
  font-style: unset;
}

:where(ul, ol, menu) {
  /* The `padding-inline-start` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  -webkit-padding-start: unset;
          padding-inline-start: unset;
  /*
  * In Safari, using `list-style: none` prevents screen readers from announcing lists.
  * `list-style-type: ""` is used to hide markers without affecting accessibility.
  * @see https://matuzo.at/blog/2023/removing-list-styles-without-affecting-semantics
  */
  list-style-type: "";
}

:where(dt) {
  /* It is common to display `<dt>` elements in bold, so `font-weight: bolder;` is set by default. */
  font-weight: bolder;
}

:where(dd) {
  /* The `margin-inline-start` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset. */
  -webkit-margin-start: unset;
          margin-inline-start: unset;
}

:where(pre) {
  /*
  * Since `text-spacing-trim` can affect spacing in `<pre>` elements even with its initial value, the final rendering may depend on the user's font settings.
  * To ensure consistent alignment, `space-all` is explicitly specified and inheritance is prevented.
  */
  text-spacing-trim: space-all;
  /* Set to `no-autospace` as it can cause misalignment with monospaced fonts. */
  text-autospace: no-autospace;
}

/* ======================================================
//  MARK: Text-level semantics
// ====================================================== */
:where(em:lang(ja)) {
  /* In Japanese, emphasis is commonly represented by bold text, so `font-weight: bolder;` is set by default. */
  font-weight: bolder;
}

:where(:is(i, cite, em, dfn, var):lang(ja)) {
  /* Italic style is not common in Japanese, so the `font-style` is reset. */
  font-style: unset;
}

:where(code, kbd, samp) {
  /*
  * Set a monospace font family referencing Tailwind.
  * @see https://tailwindcss.com/docs/font-family
  */
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* Font feature settings can have adverse effects on monospaced fonts, so their values are explicitly set to `initial` to prevent inheritance. */
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  font-variation-settings: initial;
  /* Resets the `font-size` specified in the UA stylesheet to allow inheritance. */
  font-size: unset;
  /*
  * Disables font ligatures for programming fonts (like Fira Code)
  * to prevent character combinations like `=>` from being rendered as a single symbol (e.g., `⇒`).
  */
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

:where(abbr[title]) {
  /*
  * The `<abbr>` element with the `title` attribute isn't helpful regarding accessibility because support is inconsistent, and it's only accessible to some users.
  * This rule shows a dotted underline on abbreviations in all browsers (there's a bug in Safari) and changes the cursor.
  * @see https://adrianroselli.com/2024/01/using-abbr-element-with-title-attribute.html
  */
  text-decoration-line: underline;
  text-decoration-style: dotted;
  cursor: help;
}

:where(time) {
  /* Set to `no-autospace` because date notations in typography do not include spaces. */
  text-autospace: no-autospace;
}

@media (forced-colors: active) {
  :where(mark) {
    /*
    * In forced-colors mode, the color of the mark element may not change, which can be problematic. Use system colors in forced-colors mode.
    * @see https://adrianroselli.com/2017/12/tweaking-text-level-styles.html#MarkWHCM
    */
    background-color: Highlight;
    color: HighlightText;
  }
}
@media print {
  :where(mark) {
    /*
    * Not all printers support color, and users might print in grayscale.
    * It's worth adding a non-disruptive style that scales with the text, as an alternative to relying only on background color.
    * @see https://adrianroselli.com/2017/12/tweaking-text-level-styles.html#MarkPrint
    */
    border-width: 1px;
    border-style: dotted;
  }
}
/* ======================================================
//  MARK: Links
// ====================================================== */
:where(a:-moz-any-link) {
  /* The default `color` from the UA stylesheet is rarely used as is, so it's reset to allow inheritance. */
  color: unset;
  /*
  * While link underlines can be useful, they are often obstructive.
  * They are disabled by default.
  * If needed, restore them using `text-decoration-line: revert;`.
  */
  text-decoration-line: unset;
  /* Set the underline thickness to the font's default thickness. */
  text-decoration-thickness: from-font;
}
:where(a:any-link) {
  /* The default `color` from the UA stylesheet is rarely used as is, so it's reset to allow inheritance. */
  color: unset;
  /*
  * While link underlines can be useful, they are often obstructive.
  * They are disabled by default.
  * If needed, restore them using `text-decoration-line: revert;`.
  */
  text-decoration-line: unset;
  /* Set the underline thickness to the font's default thickness. */
  text-decoration-thickness: from-font;
}

/* ======================================================
//  MARK: Embedded content
// ====================================================== */
:where(img, svg, picture, video, canvas, model, audio, iframe, embed, object) {
  /* Automatically adjust block size based on content. */
  block-size: auto;
  /* Prevents overflow by setting the maximum width to `100%`. */
  max-inline-size: 100%;
  /* Prevents extra space from appearing at the bottom of the element. */
  vertical-align: bottom;
}

:where(iframe) {
  /* The `border` specified in the UA stylesheet is often unnecessary, so it is reset. */
  border: unset;
}

/* ======================================================
//  MARK: Tabular data
// ====================================================== */
:where(table) {
  /* Collapse borders for a more refined table design. */
  border-collapse: collapse;
}

:where(caption, th) {
  /* The `text-align` specified in the UA stylesheet is often unnecessary, so it is reset. */
  text-align: unset;
}

:where(caption) {
  /* Prevents the last line of text from ending with a single word, which can look awkward (known as an orphan). */
  text-wrap: pretty;
}

/* ======================================================
//  MARK: Forms
// ====================================================== */
::-webkit-file-upload-button {
  /*
  * These elements are often styled with a border, so a `1px` border is applied by default for consistency.
  * This ensures readability even for unstyled elements.
  * When resetting, it's recommended to use `border-color: transparent` instead of `border: none` to account for forced color modes.
  */
  border-width: 1px;
  border-style: solid;
  /* These styles specified in the UA stylesheet are often unnecessary, so they are reset to allow for inheritance. */
  border-color: unset;
  border-radius: unset;
  color: unset;
  font: unset;
  letter-spacing: unset;
  text-align: unset;
}
:where(button, input, select, textarea),
::file-selector-button {
  /*
  * These elements are often styled with a border, so a `1px` border is applied by default for consistency.
  * This ensures readability even for unstyled elements.
  * When resetting, it's recommended to use `border-color: transparent` instead of `border: none` to account for forced color modes.
  */
  border-width: 1px;
  border-style: solid;
  /* These styles specified in the UA stylesheet are often unnecessary, so they are reset to allow for inheritance. */
  border-color: unset;
  border-radius: unset;
  color: unset;
  font: unset;
  letter-spacing: unset;
  text-align: unset;
}

:where(input:is([type=radio i], [type=checkbox i])) {
  /* The `margin` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset here. */
  margin: unset;
}

:where(input[type=file i]) {
  /* The `border` is often unnecessary, so it is reset here. */
  border: unset;
}

:where(input[type=search i]) {
  /* Remove the rounded corners of search inputs on macOS and normalize the background color. */
  -webkit-appearance: textfield;
}

@supports (-webkit-touch-callout: none) {
  :where(input[type=search i]) {
    /* normalize the background color on iOS. */
    background-color: Canvas;
  }
}
:where(input:is([type=tel i],
[type=url i],
[type=email i],
[type=number i]):not(:-moz-placeholder-shown)) {
  /*
  * Certain input types need to maintain left alignment even in right-to-left (RTL) languages.
  * However, this only applies when the value is not empty, as the placeholder should be right-aligned.
  * @see https://rtlstyling.com/posts/rtl-styling#form-inputs
  */
  direction: ltr;
}
:where(input:is([type=tel i],
[type=url i],
[type=email i],
[type=number i]):not(:-ms-input-placeholder)) {
  /*
  * Certain input types need to maintain left alignment even in right-to-left (RTL) languages.
  * However, this only applies when the value is not empty, as the placeholder should be right-aligned.
  * @see https://rtlstyling.com/posts/rtl-styling#form-inputs
  */
  direction: ltr;
}
:where(input:is([type=tel i],
[type=url i],
[type=email i],
[type=number i]):not(:placeholder-shown)) {
  /*
  * Certain input types need to maintain left alignment even in right-to-left (RTL) languages.
  * However, this only applies when the value is not empty, as the placeholder should be right-aligned.
  * @see https://rtlstyling.com/posts/rtl-styling#form-inputs
  */
  direction: ltr;
}

:where(textarea) {
  /* The `margin-block` specified in Firefox's UA stylesheet is often unnecessary, so it is reset. */
  margin-block: unset;
  /* Allows vertical resizing for `<textarea>` elements. */
  resize: block;
}

:where(input:not([type=button i], [type=submit i], [type=reset i]),
textarea,
[contenteditable]) {
  /* Set to `no-autospace` because `text-autospace` can insert spaces during input, potentially causing erratic behavior. */
  text-autospace: no-autospace;
}

::-webkit-file-upload-button {
  /* The `background-color` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset here. */
  background-color: unset;
}

:where(button,
input:is([type=button i], [type=submit i], [type=reset i])),
::file-selector-button {
  /* The `background-color` specified in the User Agent (UA) stylesheet is often unnecessary, so it is reset here. */
  background-color: unset;
}

::-webkit-file-upload-button {
  /*
  * On iOS, double-tapping a button can cause zooming, which harms usability.
  * `touch-action: manipulation` is specified to disable zooming on double-tap.
  * Third-party plugins such as Swiper sometimes use div elements with these roles as buttons, since double-tapping a div can still trigger zooming, it's advisable to specify this property.
  */
  touch-action: manipulation;
}

:where(button,
input:is([type=button i], [type=submit i], [type=reset i]),
[role=tab i],
[role=button i],
[role=option i]),
::file-selector-button {
  /*
  * On iOS, double-tapping a button can cause zooming, which harms usability.
  * `touch-action: manipulation` is specified to disable zooming on double-tap.
  * Third-party plugins such as Swiper sometimes use div elements with these roles as buttons, since double-tapping a div can still trigger zooming, it's advisable to specify this property.
  */
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

:where(:enabled)::-webkit-file-upload-button {
  /* Indicate clickable elements with a pointer cursor. */
  cursor: pointer;
}

:where(button:enabled,
label[for],
select:enabled,
input:is([type=button i],
[type=submit i],
[type=reset i],
[type=radio i],
[type=checkbox i]):enabled,
[role=tab i],
[role=button i],
[role=option i]),
:where(:enabled)::file-selector-button {
  /* Indicate clickable elements with a pointer cursor. */
  cursor: pointer;
}

:where(fieldset) {
  /*
  * Prevent fieldset from causing overflow.
  * Reset the default `min-inline-size: min-content` to prevent children from stretching fieldset.
  * @see https://github.com/twbs/bootstrap/issues/12359
  */
  min-inline-size: 0;
  /* The following default styles are often unnecessary, so they are reset. */
  margin-inline: unset;
  padding: unset;
  border: unset;
}

:where(legend) {
  /* The default `padding-inline` is often unnecessary, so it is reset. */
  padding-inline: unset;
}

:where(progress) {
  /* Resets the vertical alignment of the `<progress>` element to its initial value. */
  vertical-align: unset;
}

::-webkit-input-placeholder {
  /* Standardize the opacity of placeholder text (it may be set lower by default in Firefox). */
  opacity: unset;
}

::-moz-placeholder {
  /* Standardize the opacity of placeholder text (it may be set lower by default in Firefox). */
  opacity: unset;
}

:-ms-input-placeholder {
  /* Standardize the opacity of placeholder text (it may be set lower by default in Firefox). */
  opacity: unset;
}

::-ms-input-placeholder {
  /* Standardize the opacity of placeholder text (it may be set lower by default in Firefox). */
  opacity: unset;
}

::placeholder {
  /* Standardize the opacity of placeholder text (it may be set lower by default in Firefox). */
  opacity: unset;
}

/* ======================================================
//  MARK: Interactive elements
// ====================================================== */
:where(summary) {
  /* The default triangle marker is often unnecessary, so it is disabled. */
  list-style-type: "";
  /* Changing the cursor to a pointer clarifies the clickability of the element. */
  cursor: pointer;
}

:where(summary)::-webkit-details-marker {
  /* In Safari versions earlier than 18.4 (released in April 2025), a triangle icon is displayed using the -webkit-details-marker CSS pseudo-element, so it should be removed. */
  display: none;
}

:where(dialog, [popover]) {
  /*
  * When these fixed-position elements are scrolled, preventing scroll chaining on the underlying page and bounce effects on mobile improves usability.
  * Disabling block-direction scroll chaining is recommended.
  */
  overscroll-behavior-block: contain;
  /* The following default styles are often unnecessary, so they are reset. */
  padding: unset;
  border: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  /*
  * These elements can be easily displayed by explicitly setting their `display` property.
  * To prevent them from appearing when not in an open state, they are forcibly hidden.
  */
  display: none !important;
}

:where(dialog) {
  /*
  * The max width and height of a `<dialog>` element are typically determined by the design.
  * These UA stylesheet properties are reset as they can be obstructive, especially when trying to make the dialog full-screen.
  */
  max-inline-size: unset;
  max-block-size: unset;
}

:where(dialog)::-ms-backdrop {
  /* Normalize the background color of the `::backdrop` element. */
  background-color: oklch(0% 0 0deg/30%);
}

:where(dialog)::backdrop {
  /* Normalize the background color of the `::backdrop` element. */
  background-color: oklch(0% 0 0deg/30%);
}

:where([popover]) {
  /*
  * While the UA stylesheet's `margin` for `<dialog>` elements is useful for centering with `inset: 0`,
  * but `margin` for `popover` elements is often obstructive as they frequently use Anchor Positioning.
  */
  margin: unset;
}

/* ======================================================
//  MARK: Focus Styles
// ====================================================== */
:where(:focus-visible) {
  /* Add space between the content and the focus outline. */
  outline-offset: 3px;
}

[tabindex="-1"]:focus {
  /* Prevent programmatically focused elements from displaying an outline unless they are naturally focusable. */
  outline: none !important;
}

/* ======================================================
//  MARK: Misc
// ====================================================== */
:where(:disabled, [aria-disabled=true i]) {
  /* Display the default cursor on disabled elements to reflect their non-interactive state. */
  cursor: default;
}

[hidden]:not([hidden=until-found i]) {
  /* Ensure that elements intended to be hidden are not displayed, improving clarity and layout control. */
  display: none !important;
}

/* ORIGINAL */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/* FONT ------------------------------------------->
'Roboto': 100 - 900
'Noto Sans JP': 100 - 900
Thin: 100 / .w_thin
ExtraLight: 200 / .w_eLight
Light: 300 / .w_light
Regular: 400 / .w_reg
Medium: 500 / .w_med
SemiBold: 600 / .w_sBold
Bold: 700 / .w_bold
ExtraBold: 800 / .w_eBold
Black: 900 / .w_black


/*-------------------------------------------> font */
.w_thin {
  font-weight: 100;
}

.w_eLight {
  font-weight: 200;
}

.w_light {
  font-weight: 300;
}

.w_reg {
  font-weight: 400;
}

.w_med, .f_def {
  font-weight: 500;
}

.w_sBold {
  font-weight: 600;
}

.w_bold {
  font-weight: 700;
}

.w_eBold {
  font-weight: 800;
}

.w_black {
  font-weight: 900;
}

.f_serif {
  font-family: "Shippori Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.f_sans, .ja {
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.f_en, .en {
  font-family: "Poppins", YakuHanJP, "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/*-------------------------------------------> html / body style */
html, body {
  height: 100%;
  background: #FFFFFF;
}

html, body, * {
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-variant: normal;
}

body {
  width: 100%;
  min-width: 100%;
  color: #000000;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  body .pc {
    display: block;
  }
  body .sp {
    display: none;
  }
  body img.pc, body .svg.pc {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  body {
    height: 100%;
  }
  body .pc {
    display: none;
  }
  body .sp {
    display: block;
  }
  body img.pc {
    display: none;
  }
  body img.sp, body .svg.sp {
    display: inline;
  }
}

.hide {
  display: none;
}

/*-------------------------------------------> link style */
a {
  color: inherit;
  outline: none;
  cursor: pointer;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .OverOpacity,
  .OverOpacityGroup a {
    opacity: 1;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
  }
  .OverOpacity:hover,
  .OverOpacityGroup a:hover {
    opacity: 0.4;
  }
}
/*-------------------------------------------> Common style */
.inner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: initial;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.cqBase {
  container-type: inline-size;
}

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

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

/*-------------------------------------------> Header */
.MScroll #Header .fix, .Scroll #Header .fix {
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}
@media screen and (max-width: 767px) {
  .MScroll #Header .fix, .Scroll #Header .fix {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px);
  }
}
.MScroll.ScrollUp #Header .fix, .Scroll.ScrollUp #Header .fix {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#Header {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 64px;
  pointer-events: none;
}
#Header .fix {
  position: fixed;
  width: 100%;
  width: 100%;
  height: 64px;
  pointer-events: auto;
  background: #000000;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #Header .fix {
    background-size: cover;
  }
}
#Header .inner {
  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;
  height: 64px;
  max-width: 1856px;
  width: calc(100% - 5%);
}
#Header .logo {
  width: 96px;
}
@media screen and (max-width: 767px) {
  #Header {
    height: 47px;
  }
  #Header .fix {
    height: 47px;
    background-size: cover;
  }
  #Header .inner {
    max-width: initial;
    width: 85.3333333333vw;
    height: 47px;
    margin-left: auto;
    margin-right: auto;
  }
  #Header .logo {
    width: 48px;
  }
}

/*-------------------------------------------> Footer */
#Footer {
  color: #FFFFFF;
  position: relative;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #Footer {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #Footer {
    background-size: cover;
  }
}
#Footer #canvasBottom {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
#Footer .cqBase {
  position: relative;
  z-index: 10;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#Footer .cqBase > .inner {
  padding-left: 5cqw;
  padding-right: 5cqw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #Footer .cqBase {
    max-width: initial;
  }
  #Footer .cqBase > .inner {
    padding-left: 7.3333333333vw;
    padding-right: 7.3333333333vw;
  }
  #Footer .cqBase > .inner.ftTop {
    display: block;
  }
}
#Footer .ftTop {
  padding-top: 3.75cqw;
}
@media screen and (max-width: 767px) {
  #Footer .ftTop {
    padding-top: 17.0666666667vw;
  }
}
#Footer .ftContact .link {
  font-size: 64px; /* legacy */
  font-size: 5cqw;
  line-height: 1;
  letter-spacing: -0.02em;
}
#Footer .ftContact .link::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.15em;
  content: "";
}
#Footer .ftContact .link::after {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.15em;
  content: "";
}
@media screen and (min-width: 768px) {
  #Footer .ftContact .link a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #Footer .ftContact .link a:hover {
    padding-left: 0.390625cqw;
    color: #9b00c2;
  }
}
#Footer .ftContact .link span {
  margin-left: 1.40625cqw;
}
#Footer .ftContact .link span img {
  display: block;
  width: 15.625cqw;
}
#Footer .ftContact .text {
  font-size: 12px; /* legacy */
  font-size: 0.9375cqw;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  margin-top: 1.40625cqw;
}
#Footer .ftContact .text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3333333333em;
  content: "";
}
#Footer .ftContact .text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3333333333em;
  content: "";
}
@media screen and (max-width: 767px) {
  #Footer .ftContact .link {
    font-size: 48px; /* legacy */
    font-size: 12.8vw;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  #Footer .ftContact .link::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Footer .ftContact .link::after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Footer .ftContact .link a.linkArrow {
    display: block;
  }
  #Footer .ftContact .link span {
    margin-top: 6.4vw;
    margin-left: 0;
  }
  #Footer .ftContact .link span img {
    display: block;
    width: 53.3333333333vw;
  }
  #Footer .ftContact .text {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    margin-top: 6.6666666667vw;
  }
  #Footer .ftContact .text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3333333333em;
    content: "";
  }
  #Footer .ftContact .text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.3333333333em;
    content: "";
  }
}
#Footer .ftCopy {
  text-align: right;
}
#Footer .ftCopy .copy.en {
  font-size: 23.5px; /* legacy */
  font-size: 1.8359375cqw;
  line-height: 1.4893617021;
  letter-spacing: -0.025em;
}
#Footer .ftCopy .copy.en::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3946808511em;
  content: "";
}
#Footer .ftCopy .copy.en::after {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3946808511em;
  content: "";
}
#Footer .ftCopy .copy.ja {
  color: #9b00c2;
  font-size: 35px; /* legacy */
  font-size: 2.734375cqw;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 2.5cqw;
}
@media screen and (max-width: 767px) {
  #Footer .ftCopy {
    text-align: left;
    margin-top: 9.3333333333vw;
  }
  #Footer .ftCopy .copy.en {
    font-size: 23.5px; /* legacy */
    font-size: 6.2666666667vw;
    line-height: 1.4893617021;
    letter-spacing: -0.025em;
  }
  #Footer .ftCopy .copy.en::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3946808511em;
    content: "";
  }
  #Footer .ftCopy .copy.en::after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3946808511em;
    content: "";
  }
  #Footer .ftCopy .copy.ja {
    font-size: 35px; /* legacy */
    font-size: 9.3333333333vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 8.5333333333vw;
  }
}
#Footer .ftBottom {
  margin-top: 18.671875cqw;
  padding-bottom: 1.71875cqw;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #Footer .ftBottom {
    margin-top: 29.6vw;
    padding-bottom: 7.3333333333vw;
  }
}
#Footer .ftPP .link {
  font-size: 12px; /* legacy */
  font-size: 0.9375cqw;
  line-height: 1;
  letter-spacing: 0em;
}
#Footer .ftPP .link::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.15em;
  content: "";
}
#Footer .ftPP .link::after {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.15em;
  content: "";
}
@media screen and (min-width: 768px) {
  #Footer .ftPP .link a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #Footer .ftPP .link a:hover {
    padding-left: 0.390625cqw;
    color: #9b00c2;
  }
}
#Footer .ftPP .link span {
  margin-left: 1.171875cqw;
}
#Footer .ftPP .link span img {
  display: block;
  width: 8.6328125cqw;
}
@media screen and (max-width: 767px) {
  #Footer .ftPP .link {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: -0.025em;
  }
  #Footer .ftPP .link::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Footer .ftPP .link::after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Footer .ftPP .link span {
    margin-left: 1.0666666667vw;
  }
  #Footer .ftPP .link span img {
    width: 14.1333333333vw;
  }
}
#Footer .ftLogo {
  text-align: right;
}
#Footer .ftLogo .logo {
  width: 12.5cqw;
  margin-left: auto;
}
#Footer .ftLogo .copy {
  font-size: 14px; /* legacy */
  font-size: 1.09375cqw;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 0.703125cqw;
}
#Footer .ftLogo .copy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.15em;
  content: "";
}
#Footer .ftLogo .copy::after {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.15em;
  content: "";
}
@media screen and (max-width: 767px) {
  #Footer .ftLogo {
    margin-right: -0.8vw;
  }
  #Footer .ftLogo .logo {
    width: 37.3333333333vw;
  }
  #Footer .ftLogo .copy {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: -0.025em;
    margin-top: 1.6vw;
  }
  #Footer .ftLogo .copy::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Footer .ftLogo .copy::after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
}

/*-------------------------------------------> Main */
#Main {
  position: relative;
  min-height: 100vh;
}
#Main > .frame {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: clamp(0px, 100%, 1920px);
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
#Main > .frame .bgLine {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 1px;
  height: 100%;
  pointer-events: none;
  background: #ebebeb;
}
#Main > .frame .bgLine.line1 {
  left: clamp(0px, 0.9375%, 18px);
}
#Main > .frame .bgLine.line2 {
  left: clamp(0px, 5%, 96px);
}
#Main > .frame .bgLine.line3 {
  left: 50%;
}
@media screen and (max-width: 767px) {
  #Main > .frame {
    left: 0;
    translate: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #Main > .frame .bgLine {
    width: 0.1333333333vw;
  }
  #Main > .frame .bgLine.line1 {
    left: 7.3333333333vw;
  }
  #Main > .frame .bgLine.line2 {
    left: auto;
    right: 1.8666666667vw;
  }
  #Main > .frame .bgLine.line3 {
    display: none;
  }
}

/*-------------------------------------------> Navi */
#Menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100dvh;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  background: #000000;
  /*
  background-image: url(../images/common/bg_menu@1x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  */
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.15s ease-out;
  transition: opacity 0.3s 0.15s ease-out;
  will-change: opacity;
}
#Menu #menuBG {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  will-change: opacity;
}
#Menu .cqBase {
  position: relative;
  z-index: 10;
  max-width: 1920px;
  width: 100%;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s 0.3s ease-out;
  transition: opacity 0.3s 0.3s ease-out;
}
#Menu .cqBase .frame {
  padding: 2.34375cqw 5cqw 2.5cqw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #Menu .cqBase .frame {
    padding: 4vw 7.3333333333vw 8.5333333333vw 10.4vw;
  }
}
#Menu a {
  color: #FFFFFF;
}
#Menu .active a {
  color: #9b00c2;
  pointer-events: none;
}
.MOpen #Menu {
  opacity: 1;
  pointer-events: auto;
}
.MOpen #Menu #menuBG {
  opacity: 1;
}
.MOpen #Menu .cqBase {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  #Menu a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #Menu a:hover {
    padding-left: 0.390625cqw;
    color: #9b00c2;
  }
  #Menu a:hover.linkBlank span {
    margin-left: 0.9375cqw;
  }
  #Menu a:hover.linkBlank img .back, #Menu a:hover.linkBlank .svg .back {
    -webkit-animation-name: blankBack;
            animation-name: blankBack;
  }
  #Menu a:hover.linkBlank img .front, #Menu a:hover.linkBlank .svg .front {
    -webkit-animation-name: blankFront;
            animation-name: blankFront;
  }
  #Menu .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.14fr 5cqw 0.86fr;
    grid-template-columns: 1.14fr 0.86fr;
    -ms-grid-rows: auto 0px auto 0px auto 0px auto;
    grid-template-rows: auto auto auto auto;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 0px 5cqw;
    grid-auto-flow: row;
  }
  #Menu .container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #Menu .container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #Menu .container > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #Menu .container > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #Menu .container > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  #Menu .container > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  #Menu .container > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  #Menu .container > *:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  #Menu .g-logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
  #Menu .g-navi {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  #Menu .g-contact {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3/1/4/3;
  }
  #Menu .g-business {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
  #Menu .g-privacy {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 4/1/5/3;
  }
  #Menu .g-logo {
    margin-bottom: clamp(0px, 5.3819444444%, 62px);
  }
  #Menu .g-logo img {
    width: 19.765625cqw;
    max-width: 253px;
  }
  #Menu .g-navi a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #Menu .g-navi .linkArrow span {
    margin-left: 1.25cqw;
  }
  #Menu .g-navi .linkArrow img, #Menu .g-navi .linkArrow .svg {
    width: 11.71875cqw;
  }
  #Menu .g-navi .linkBlank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #Menu .g-navi .linkBlank span {
    display: block;
    margin-left: 0.546875cqw;
  }
  #Menu .g-navi .linkBlank img, #Menu .g-navi .linkBlank .svg {
    display: block;
    width: 2.0703125cqw;
    overflow: visible;
  }
  #Menu .g-navi .linkBlank img .stroke-icon-blank, #Menu .g-navi .linkBlank img .fill-icon-blank, #Menu .g-navi .linkBlank .svg .stroke-icon-blank, #Menu .g-navi .linkBlank .svg .fill-icon-blank {
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #Menu .g-navi .linkBlank img .fill-icon-blank, #Menu .g-navi .linkBlank .svg .fill-icon-blank {
    fill: #000000;
    opacity: 0;
  }
  #Menu .g-navi .linkBlank img .stroke-icon-blank, #Menu .g-navi .linkBlank .svg .stroke-icon-blank {
    stroke: #9b00c2;
    stroke-width: 2px;
    vector-effect: non-scaling-stroke;
  }
  #Menu .g-navi ul {
    margin-left: 1.25cqw;
  }
  #Menu .g-navi ul li {
    font-size: 32px; /* legacy */
    font-size: 2.5cqw;
    line-height: 1;
    letter-spacing: -0.04em;
    font-size: clamp(0px, 2.5cqw, 32px);
  }
  #Menu .g-navi ul li::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Menu .g-navi ul li::after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Menu .g-navi ul li + li {
    margin-top: clamp(0px, 1.328125cqw, 17px);
  }
  #Menu .g-navi ul li.mNews {
    margin-top: clamp(0px, 4.453125cqw, 57px);
  }
  #Menu .g-contact {
    margin-top: clamp(0px, 8.5069444444%, 98px);
    margin-bottom: clamp(0px, 8.1597222222%, 94px);
    margin-left: 1.25cqw;
    font-size: 64px; /* legacy */
    font-size: 5cqw;
    line-height: 1;
    letter-spacing: -0.02em;
    font-size: clamp(0px, 5cqw, 64px);
  }
  #Menu .g-contact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Menu .g-contact::after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Menu .g-contact .linkArrow span {
    margin-left: 1.40625cqw;
  }
  #Menu .g-contact .linkArrow img, #Menu .g-contact .linkArrow .svg {
    width: 15.625cqw;
  }
  #Menu .g-privacy {
    font-size: 12px; /* legacy */
    font-size: 0.9375cqw;
    line-height: 1;
    letter-spacing: 0em;
    font-size: clamp(10px, 0.9375cqw, 12px);
  }
  #Menu .g-privacy::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Menu .g-privacy::after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Menu .g-privacy .linkArrow span {
    margin-left: 1.171875cqw;
  }
  #Menu .g-privacy .linkArrow img, #Menu .g-privacy .linkArrow .svg {
    width: 7.8125cqw;
  }
  #Menu .g-business dl dt {
    font-size: 20px; /* legacy */
    font-size: 1.5625cqw;
    line-height: 1;
    letter-spacing: -0.04em;
  }
  #Menu .g-business dl dt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Menu .g-business dl dt::after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Menu .g-business dl dd {
    padding-left: 1.25cqw;
  }
  #Menu .g-business dl dd ul li a:hover {
    padding-left: 0.390625cqw;
  }
  #Menu .g-business dl dd ul li img .fill-logo, #Menu .g-business dl dd ul li .svg .fill-logo {
    fill: #FFFFFF;
  }
  #Menu .g-business dl dd ul li.garbon {
    margin-top: clamp(0px, 2.1875cqw, 48px);
  }
  #Menu .g-business dl dd ul li.garbon img, #Menu .g-business dl dd ul li.garbon .svg {
    width: 10.9375cqw;
    width: clamp(0px, 10.9375cqw, 140px);
  }
  #Menu .g-business dl dd ul li.ethical {
    margin-top: 2.34375cqw;
    margin-top: clamp(0px, 2.34375cqw, 30px);
  }
  #Menu .g-business dl dd ul li.ethical img, #Menu .g-business dl dd ul li.ethical .svg {
    width: clamp(0px, 20.8984375cqw, 268px);
  }
  #Menu .g-business dl dd ul li.seisothu {
    margin-top: 2.109375cqw;
    margin-top: clamp(0px, 2.109375cqw, 47px);
  }
  #Menu .g-business dl dd ul li.seisothu img, #Menu .g-business dl dd ul li.seisothu .svg {
    width: 8.4765625cqw;
    width: clamp(0px, 8.4765625cqw, 108px);
  }
}
@media screen and (max-width: 767px) {
  #Menu a {
    color: #FFFFFF;
  }
  #Menu .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto;
    grid-template-rows: auto auto auto auto auto;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
  }
  #Menu .container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #Menu .container > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #Menu .container > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  #Menu .container > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  #Menu .container > *:nth-child(5) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  #Menu .g-logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  #Menu .g-navi {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  #Menu .g-business {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
  #Menu .g-contact {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
  }
  #Menu .g-privacy {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 5/1/6/2;
  }
  #Menu .g-logo {
    margin-bottom: 9.2vw;
  }
  #Menu .g-logo img {
    width: 34vw;
  }
  #Menu .g-navi {
    margin-bottom: 12vw;
  }
  #Menu .g-navi .linkArrow span {
    margin-left: 1.8666666667vw;
  }
  #Menu .g-navi .linkArrow img, #Menu .g-navi .linkArrow .svg {
    width: 40vw;
  }
  #Menu .g-navi .linkBlank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #Menu .g-navi .linkBlank span {
    display: block;
    margin-left: 1.8666666667vw;
  }
  #Menu .g-navi .linkBlank img, #Menu .g-navi .linkBlank .svg {
    display: block;
    width: 7.0666666667vw;
  }
  #Menu .g-navi .linkBlank img .fill-icon-blank, #Menu .g-navi .linkBlank .svg .fill-icon-blank {
    fill: #000000;
  }
  #Menu .g-navi .linkBlank img .stroke-icon-blank, #Menu .g-navi .linkBlank .svg .stroke-icon-blank {
    stroke: #9b00c2;
    stroke-width: 0.5333333333vw;
    vector-effect: non-scaling-stroke;
  }
  #Menu .g-navi ul {
    margin-left: 2.9333333333vw;
  }
  #Menu .g-navi ul li {
    font-size: 28px; /* legacy */
    font-size: 7.4666666667vw;
    line-height: 1;
    letter-spacing: -0.04em;
  }
  #Menu .g-navi ul li::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Menu .g-navi ul li::after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Menu .g-navi ul li + li {
    margin-top: 4.2666666667vw;
  }
  #Menu .g-navi ul li.mNews {
    margin-top: 13.8666666667vw;
  }
  #Menu .g-business dl {
    margin-left: 2.9333333333vw;
  }
  #Menu .g-business dl dt {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: -0.04em;
  }
  #Menu .g-business dl dt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Menu .g-business dl dt::after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Menu .g-business dl dd {
    padding-left: 0;
  }
  #Menu .g-business dl dd ul {
    margin-left: 2.9333333333vw;
  }
  #Menu .g-business dl dd ul li img .fill-logo, #Menu .g-business dl dd ul li .svg .fill-logo {
    fill: #FFFFFF;
  }
  #Menu .g-business dl dd ul li.garbon {
    margin-top: 5.3333333333vw;
  }
  #Menu .g-business dl dd ul li.garbon img, #Menu .g-business dl dd ul li.garbon .svg {
    width: 28vw;
  }
  #Menu .g-business dl dd ul li.ethical {
    margin-top: 5.3333333333vw;
  }
  #Menu .g-business dl dd ul li.ethical img, #Menu .g-business dl dd ul li.ethical .svg {
    width: 53.3333333333vw;
  }
  #Menu .g-business dl dd ul li.seisothu {
    margin-top: 4.2666666667vw;
  }
  #Menu .g-business dl dd ul li.seisothu img, #Menu .g-business dl dd ul li.seisothu .svg {
    width: 18.1333333333vw;
  }
  #Menu .g-contact {
    margin-top: 22.6666666667vw;
    margin-bottom: 13.8666666667vw;
    margin-left: 1.3333333333vw;
    font-size: 45px; /* legacy */
    font-size: 12vw;
    line-height: 1;
    letter-spacing: -0.04em;
  }
  #Menu .g-contact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Menu .g-contact::after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Menu .g-contact .linkArrow {
    display: block;
  }
  #Menu .g-contact .linkArrow img, #Menu .g-contact .linkArrow .svg {
    width: 40vw;
    margin-top: 4vw;
  }
  #Menu .g-privacy {
    margin-left: 1.3333333333vw;
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #Menu .g-privacy::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Menu .g-privacy::after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  #Menu .g-privacy .linkArrow span {
    margin-left: 4vw;
  }
  #Menu .g-privacy .linkArrow img, #Menu .g-privacy .linkArrow .svg {
    width: 26.6666666667vw;
  }
}

/*-------------------------------------------> fixItem */
.fixItem {
  position: fixed;
  z-index: 1000;
  pointer-events: none;
}
.fixItem.point {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(0px, 0.9375%, 18px);
  padding-top: 96px;
  mix-blend-mode: difference;
}
@media screen and (max-width: 767px) {
  .fixItem.point {
    width: 1.6vw;
    padding-top: 64px;
  }
}
.fixItem.copy {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
  top: 32px;
  left: calc(100% - clamp(0px, 0.9375%, 18px));
  rotate: 90deg;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  white-space: nowrap;
  color: #FFFFFF;
  mix-blend-mode: difference;
}
@media screen and (max-width: 767px) {
  .fixItem.copy {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    top: 16px;
    left: calc(100% - 2vw);
  }
}
.fixItem.copyright {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0em;
  bottom: 1.71875cqw;
  left: calc(50% - clamp(0px, 49.0625%, 942px) + 1em);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  white-space: nowrap;
  rotate: -90deg;
  translate: 0 0;
  color: #FFFFFF;
  mix-blend-mode: difference;
}
@media screen and (max-width: 767px) {
  .fixItem.copyright {
    font-size: 8px; /* legacy */
    font-size: 2.1333333333vw;
    line-height: 1;
    letter-spacing: 0em;
    bottom: 7.3333333333vw;
    left: calc(7.3333333333vw - 1em);
  }
}
.fixItem.menuBtn {
  pointer-events: auto;
  top: calc(50% - clamp(0px, 4.375%, 84px));
  left: calc(50% - clamp(0px, 49.6875%, 954px));
  width: 56px;
}
.fixItem.menuBtn button {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: solid 1px #9b00c2;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fixItem.menuBtn button .line {
  position: absolute;
  top: calc(50% - 11px);
  left: 11px;
  width: 32px;
  aspect-ratio: 64/17;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fixItem.menuBtn button span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background: #9b00c2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fixItem.menuBtn button span:nth-child(1) {
  translate: -50% -3px;
}
.fixItem.menuBtn button span:nth-child(2) {
  translate: -50% 5px;
}
.fixItem.menuBtn button .text {
  position: absolute;
  bottom: 12px;
  left: 50%;
  translate: -50% 0;
  color: #9b00c2;
  font-size: 11.5px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .fixItem.menuBtn button {
    border-width: 0.5px;
  }
  .fixItem.menuBtn button span {
    height: 1.5px;
  }
  .fixItem.menuBtn button span:nth-child(1) {
    translate: -50% -4.25px;
  }
  .fixItem.menuBtn button span:nth-child(2) {
    translate: -50% 2.75px;
  }
}
@media screen and (min-width: 768px) {
  .fixItem.menuBtn button:hover {
    background: #9b00c2;
  }
  .fixItem.menuBtn button:hover span {
    background: #FFFFFF;
  }
  .fixItem.menuBtn button:hover .text {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .fixItem.menuBtn {
    top: calc(50% - 19.2vw);
    left: 2vw;
    width: 8.5333333333vw;
  }
  .fixItem.menuBtn button {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .onScroll .fixItem.menuBtn button {
    opacity: 0;
    pointer-events: none;
  }
  .onScroll.MOpen .fixItem.menuBtn button {
    opacity: 1 !important;
    pointer-events: auto;
  }
  .fixItem.menuBtn button .line {
    top: calc(50% - 1.8666666667vw);
    left: 1.8666666667vw;
    width: 4.2666666667vw;
    aspect-ratio: 40/10;
  }
  .fixItem.menuBtn button span {
    height: 0.2666666667vw;
  }
  .fixItem.menuBtn button span:nth-child(1) {
    translate: -50% -0.6666666667vw;
  }
  .fixItem.menuBtn button span:nth-child(2) {
    translate: -50% 0.4vw;
  }
  .fixItem.menuBtn button .text {
    bottom: 1.8666666667vw;
    font-size: 7px; /* legacy */
    font-size: 1.8666666667vw;
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 500;
  }
  .fixItem.menuBtn button .text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  .fixItem.menuBtn button .text::after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
}
.MOpen .fixItem.menuBtn button .line {
  top: calc(50% - 6px);
}
.MOpen .fixItem.menuBtn button span:nth-child(1) {
  translate: -50% 0;
  rotate: 195deg;
}
.MOpen .fixItem.menuBtn button span:nth-child(2) {
  translate: -50% 0;
  rotate: -195deg;
}
.MOpen .fixItem.menuBtn button .text {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .MOpen .fixItem.menuBtn button .line {
    top: calc(50% - 0.6666666667vw);
  }
  .MOpen .fixItem.menuBtn button span:nth-child(1) {
    translate: -50% 0;
    rotate: 195deg;
  }
  .MOpen .fixItem.menuBtn button span:nth-child(2) {
    translate: -50% 0;
    rotate: -195deg;
  }
}
.menuOver .fixItem.menuBtn {
  mix-blend-mode: difference;
}
.menuOver .fixItem.menuBtn button span {
  background: #64ff3d;
}
.menuOver .fixItem.menuBtn button .text {
  color: #64ff3d;
}

/*-------------------------------------------> BlogCode */
.blogCode {
  line-height: 2;
}
.blogCode > *:first-child {
  margin-top: 0 !important;
}
.blogCode > *:last-child {
  margin-bottom: 0 !important;
}
.blogCode > *:last-child *:last-child {
  margin-bottom: 0;
}
.blogCode p, .blogCode table {
  margin-bottom: 2em;
}
.blogCode ul, .blogCode ol {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.blogCode h1, .blogCode h2, .blogCode h3, .blogCode h4, .blogCode h5, .blogCode h6 {
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-weight: bold;
}
.blogCode h1, .blogCode h2 {
  font-size: 150%;
}
.blogCode h3 {
  font-size: 130%;
}
.blogCode h4 {
  font-size: 120%;
}
.blogCode h5 {
  font-size: 110%;
}
.blogCode h6 {
  font-size: 105%;
}
.blogCode ul {
  margin-left: 1.5em;
  list-style: disc;
  line-height: 1.75;
}
.blogCode ul li {
  list-style-position: outside;
}
.blogCode ol {
  margin-left: 1.8em;
}
.blogCode ol li {
  position: relative;
  list-style-type: none;
  counter-increment: count;
}
.blogCode ol li:before {
  font-weight: bold;
  position: absolute;
  right: calc(100% + 0.3rem); /* 0.5remは連番とテキストとの余白 */
  content: "（" counter(count) "）";
  white-space: nowrap;
}
.blogCode a {
  text-decoration: underline;
  color: #9b00c2;
}
.blogCode a:hover {
  text-decoration: none;
}
.blogCode strong, .blogCode b {
  font-weight: bold;
}
.blogCode img {
  max-width: 100%;
  height: auto;
}
.blogCode .title_l {
  font-size: 200%;
}
.blogCode .title_s {
  font-size: 150%;
}
.blogCode .note {
  font-size: 75%;
}
.blogCode span.brall {
  display: block;
  line-height: 0;
}
.blogCode .title_l {
  margin-top: 3.8em;
  margin-bottom: 1em;
}
.blogCode .title_s {
  margin-top: 3.8em;
  margin-bottom: 0.6em;
}
.blogCode .title_l + .column_photo, .blogCode .title_s + .column_photo {
  margin-top: 2.734375cqw;
}
.blogCode .text {
  margin-bottom: 2em;
}
.blogCode .text, .blogCode .note, .blogCode .column_photo {
  margin-left: 1.875cqw;
  margin-right: 1.875cqw;
}
.blogCode .column_photo {
  margin-bottom: 2.5cqw;
}
.blogCode .column_photo .textArea dl dt {
  margin-bottom: 0.7em;
}
.blogCode .column_photo .textArea dl dt small {
  font-size: 77.8%;
}
.blogCode .image_l {
  margin-top: 3.8em;
  margin-bottom: 3.8em;
}
.blogCode ul li {
  margin-top: 0.2em;
}
.blogCode ol li {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .blogCode {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 2;
    letter-spacing: -0.02em;
  }
  .blogCode .title_l {
    font-size: 24px; /* legacy */
    font-size: 6.4vw;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }
  .blogCode .title_s {
    font-size: 20px; /* legacy */
    font-size: 5.3333333333vw;
    line-height: 1.65;
    letter-spacing: 0em;
  }
  .blogCode .note {
    font-size: 80%;
  }
  .blogCode .title_l br, .blogCode .title_s br, .blogCode p br, .blogCode li br {
    display: none;
  }
  .blogCode span.brall {
    display: block;
    line-height: 0;
  }
  .blogCode .title_l {
    margin-top: 3.2m;
    margin-bottom: 0.7em;
  }
  .blogCode .title_s {
    margin-top: 3.2em;
    margin-bottom: 0.6em;
  }
  .blogCode .title_l + .column_photo, .blogCode .title_s + .column_photo {
    margin-top: 6.1333333333vw;
  }
  .blogCode .text, .blogCode .note {
    margin-left: 6.4vw;
    margin-right: 0;
  }
  .blogCode .column_photo {
    margin-bottom: 10.6666666667vw;
    margin-left: 6.4vw;
    margin-right: 0;
  }
  .blogCode .column_photo .textArea {
    margin-top: 1em;
  }
  .blogCode .column_photo .textArea dl dt {
    margin-bottom: 0.8em;
  }
  .blogCode .column_photo .textArea dl dt small {
    font-size: 75%;
  }
  .blogCode .image_l {
    margin-top: 1.8em;
    margin-bottom: 1.8em;
  }
}

/*-------------------------------------------> Loading */
#Loading {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  color: #FFFFFF;
}
#Loading .Loading-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Loading .Loading-wrap .loader img {
  width: 185px;
  height: 61px;
}
@media screen and (max-width: 767px) {
  #Loading .Loading-wrap .loader img {
    width: min(10.9375vw, 210px);
    height: 16.2666666667vw;
  }
}

/*-------------------------------------------> plugin style */
/* Slick */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 12px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #000000;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .slick-dotted.slick-slider {
    margin-bottom: 80px;
  }
  .slick-dots {
    bottom: -80px;
  }
  .slick-dots li {
    height: 25px;
    width: 25px;
    margin: 0 25px;
  }
  .slick-dots li button {
    height: 25px;
    width: 25px;
    padding: 0px;
  }
  .slick-dots li button:before {
    width: 25px;
    height: 25px;
    border-radius: 12px;
    line-height: 25px;
  }
}
/*-------------------------------------------> reCAPTCHA */
.grecaptcha-badge {
  display: none !important;
}

/*--------------------------------------------------------------- */
/* 全体で使用する module style を記述
/*--------------------------------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*-------------------------------------------> flexbox */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex.sp_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .flex.sp_column_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/*-------------------------------------------> table */
.mod_table {
  display: table;
}
.mod_table dl {
  display: table-row;
}
.mod_table dl dt, .mod_table dl dd {
  display: table-cell;
}

/*-------------------------------------------> text */
.mod_wbr .wbr {
  display: inline-block;
}

/*-------------------------------------------> page common */
.mod_page {
  position: relative;
}
@media screen and (max-width: 767px) {
  .mod_page {
    min-height: calc(50svh - 47px - 0.6666666667vw);
  }
}
.mod_page::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  padding-top: clamp(0px, 22.8125%, 438px);
  border-bottom: solid 1px #ebebeb;
}
@media screen and (max-width: 767px) {
  .mod_page::after {
    display: none;
  }
}
.mod_page .cqBase {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.mod_page .inner {
  position: relative;
  z-index: 10;
  padding-left: 5cqw;
  padding-right: 5cqw;
}
@media screen and (max-width: 767px) {
  .mod_page .inner {
    padding-left: 7.3333333333vw;
    padding-right: 7.3333333333vw;
  }
}
.mod_page .pageTitle {
  position: relative;
  height: 22.8125cqw;
  padding-top: 2.5cqw;
}
.mod_page .pageTitle::before {
  content: "";
  display: inline-block;
  width: 1.09375cqw;
  height: 1.09375cqw;
  margin-right: 0.46875cqw;
  background: #000000;
  margin-top: -0.15em;
}
.mod_page .pageTitle span {
  position: relative;
  display: inline-block;
  font-size: 99.5px; /* legacy */
  font-size: 7.7734375cqw;
  line-height: 1;
  letter-spacing: -0.04em;
}
.mod_page .pageTitle span::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.15em;
  content: "";
}
.mod_page .pageTitle span::after {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.15em;
  content: "";
}
@media screen and (max-width: 767px) {
  .mod_page .pageTitle {
    height: 61.3333333333vw;
    padding-top: 4vw;
  }
  .mod_page .pageTitle::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin-right: 0.8vw;
  }
  .mod_page .pageTitle span {
    font-size: 59.5px; /* legacy */
    font-size: 15.8666666667vw;
    line-height: 1;
    letter-spacing: -0.04em;
  }
  .mod_page .pageTitle span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  .mod_page .pageTitle span::after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
}
.mod_page .read .mod_sectionTitle {
  margin-bottom: 4.453125cqw;
}
.mod_page .read .text {
  font-size: 14px; /* legacy */
  font-size: 1.09375cqw;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
.mod_page .read .text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3571428571em;
  content: "";
}
.mod_page .read .text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3571428571em;
  content: "";
}
@media screen and (max-width: 767px) {
  .mod_page .read .mod_sectionTitle {
    margin-bottom: 16.8vw;
  }
  .mod_page .read .text {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 2;
    letter-spacing: 0.08em;
  }
  .mod_page .read .text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.5em;
    content: "";
  }
  .mod_page .read .text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.5em;
    content: "";
  }
}

/*-------------------------------------------> title */
.mod_sectionTitle.ja {
  font-size: 32px; /* legacy */
  font-size: 2.5cqw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
}
.mod_sectionTitle.ja::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0em;
  content: "";
}
.mod_sectionTitle.ja::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 0em;
  content: "";
}
.mod_sectionTitle.en {
  font-size: 32px; /* legacy */
  font-size: 2.5cqw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
.mod_sectionTitle.en::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.15em;
  content: "";
}
.mod_sectionTitle.en::after {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.15em;
  content: "";
}
@media screen and (max-width: 767px) {
  .mod_sectionTitle.ja {
    font-size: 24px; /* legacy */
    font-size: 6.4vw;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
  .mod_sectionTitle.ja::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1666666667em;
    content: "";
  }
  .mod_sectionTitle.ja::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.1666666667em;
    content: "";
  }
  .mod_sectionTitle.en {
    font-size: 24px; /* legacy */
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  .mod_sectionTitle.en::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  .mod_sectionTitle.en::after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
}

/*-------------------------------------------> link */
.mod_linkBtn a, .mod_linkBtn button {
  cursor: pointer;
  text-decoration: none;
  position: relative;
  color: #000000;
  background: #FFFFFF;
  border: solid 1px #9b00c2;
  width: 19.921875cqw;
  height: 4.296875cqw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 7px;
  /*
  &::before, &::after {
  	transition: all .3s ease-out;
  	content: '';
  	display: block;
  	width: cqw(10);
  	height: cqw(10);
  	border: solid 1px $COLOR;
  	position: absolute;
  }
  &::before {
  	top: cqw(10);
  	left: cqw(10);
  }
  &::after {
  	right: cqw(10);
  	bottom: cqw(10);
  }
  */
}
.mod_linkBtn a .frame, .mod_linkBtn button .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px; /* legacy */
  font-size: 1.09375cqw;
  line-height: 1;
  letter-spacing: 0em;
}
.mod_linkBtn a .frame > span, .mod_linkBtn button .frame > span {
  margin-left: 1.171875cqw;
  /*
  img, .svg {
  	width: cqw(223);
  	overflow: visible;
  	.fill-link-arrow, .fill-icon-blank {
  		transition: all .3s linear;
  	}
  }
  */
}
.mod_linkBtn a.linkArrow .frame > span, .mod_linkBtn button.linkArrow .frame > span {
  margin-left: 1.171875cqw;
}
.mod_linkBtn a.linkArrow .frame > span img, .mod_linkBtn a.linkArrow .frame > span .svg, .mod_linkBtn button.linkArrow .frame > span img, .mod_linkBtn button.linkArrow .frame > span .svg {
  width: 8.7109375cqw;
  overflow: hidden;
}
.mod_linkBtn a.linkArrow .frame > span img .fill-link-arrow, .mod_linkBtn a.linkArrow .frame > span .svg .fill-link-arrow, .mod_linkBtn button.linkArrow .frame > span img .fill-link-arrow, .mod_linkBtn button.linkArrow .frame > span .svg .fill-link-arrow {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mod_linkBtn a.linkBlank .frame, .mod_linkBtn button.linkBlank .frame {
  margin-left: 2.578125cqw;
  line-height: 0.859375cqw;
}
.mod_linkBtn a.linkBlank .frame > span, .mod_linkBtn button.linkBlank .frame > span {
  margin-left: 7.03125cqw;
}
.mod_linkBtn a.linkBlank .frame > span img, .mod_linkBtn a.linkBlank .frame > span .svg, .mod_linkBtn button.linkBlank .frame > span img, .mod_linkBtn button.linkBlank .frame > span .svg {
  width: 1.09375cqw;
  line-height: 0;
  overflow: visible;
}
.mod_linkBtn a.linkBlank .frame > span img .stroke-icon-blank, .mod_linkBtn a.linkBlank .frame > span img .fill-icon-blank, .mod_linkBtn a.linkBlank .frame > span .svg .stroke-icon-blank, .mod_linkBtn a.linkBlank .frame > span .svg .fill-icon-blank, .mod_linkBtn button.linkBlank .frame > span img .stroke-icon-blank, .mod_linkBtn button.linkBlank .frame > span img .fill-icon-blank, .mod_linkBtn button.linkBlank .frame > span .svg .stroke-icon-blank, .mod_linkBtn button.linkBlank .frame > span .svg .fill-icon-blank {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod_linkBtn a.linkBlank .frame > span img .fill-icon-blank, .mod_linkBtn a.linkBlank .frame > span .svg .fill-icon-blank, .mod_linkBtn button.linkBlank .frame > span img .fill-icon-blank, .mod_linkBtn button.linkBlank .frame > span .svg .fill-icon-blank {
  fill: #FFFFFF;
}
.mod_linkBtn a.linkBlank .frame > span img .stroke-icon-blank, .mod_linkBtn a.linkBlank .frame > span .svg .stroke-icon-blank, .mod_linkBtn button.linkBlank .frame > span img .stroke-icon-blank, .mod_linkBtn button.linkBlank .frame > span .svg .stroke-icon-blank {
  stroke: #9b00c2;
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
}
@media screen and (min-width: 768px) {
  .mod_linkBtn a, .mod_linkBtn button {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .mod_linkBtn a:hover, .mod_linkBtn button:hover {
    color: #FFFFFF;
    background: #9b00c2;
    /*
    .frame {
    	> span {
    		img, .svg {
    		  .fill-link-arrow, .fill-icon-blank {
    				fill: $WHITE;
    			}
    		}
    	}
    }
    */
  }
  .mod_linkBtn a:hover::before, .mod_linkBtn a:hover::after, .mod_linkBtn button:hover::before, .mod_linkBtn button:hover::after {
    border-color: #FFFFFF;
  }
  .mod_linkBtn a:hover.linkArrow > span img .fill-link-arrow, .mod_linkBtn a:hover.linkArrow > span .svg .fill-link-arrow, .mod_linkBtn button:hover.linkArrow > span img .fill-link-arrow, .mod_linkBtn button:hover.linkArrow > span .svg .fill-link-arrow {
    fill: #FFFFFF;
  }
  .mod_linkBtn a:hover.linkBlank > span img .fill-icon-blank, .mod_linkBtn a:hover.linkBlank > span .svg .fill-icon-blank, .mod_linkBtn button:hover.linkBlank > span img .fill-icon-blank, .mod_linkBtn button:hover.linkBlank > span .svg .fill-icon-blank {
    fill: #9b00c2;
  }
  .mod_linkBtn a:hover.linkBlank > span img .stroke-icon-blank, .mod_linkBtn a:hover.linkBlank > span .svg .stroke-icon-blank, .mod_linkBtn button:hover.linkBlank > span img .stroke-icon-blank, .mod_linkBtn button:hover.linkBlank > span .svg .stroke-icon-blank {
    stroke: #FFFFFF;
    stroke-width: 1px;
  }
  .mod_linkBtn a:hover.linkBlank > span img .back, .mod_linkBtn a:hover.linkBlank > span .svg .back, .mod_linkBtn button:hover.linkBlank > span img .back, .mod_linkBtn button:hover.linkBlank > span .svg .back {
    -webkit-animation-name: blankBack;
            animation-name: blankBack;
  }
  .mod_linkBtn a:hover.linkBlank > span img .front, .mod_linkBtn a:hover.linkBlank > span .svg .front, .mod_linkBtn button:hover.linkBlank > span img .front, .mod_linkBtn button:hover.linkBlank > span .svg .front {
    -webkit-animation-name: blankFront;
            animation-name: blankFront;
  }
}
@media screen and (max-width: 767px) {
  .mod_linkBtn a, .mod_linkBtn button {
    border: solid 0.2666666667vw #9b00c2;
    width: 53.3333333333vw;
    height: 12.8vw;
    border-radius: 1.0666666667vw;
    /*
    &::before, &::after {
    	width: vw(10);
    	height: vw(10);
    	border: solid vw(2) $COLOR;
    }
    &::before {
    	top: vw(10);
    	left: vw(10);
    }
    &::after {
    	right: vw(10);
    	bottom: vw(10);
    }
    */
  }
  .mod_linkBtn a .frame, .mod_linkBtn button .frame {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  .mod_linkBtn a .frame > span, .mod_linkBtn button .frame > span {
    margin-left: 1.8666666667vw;
  }
  .mod_linkBtn a .frame > span img, .mod_linkBtn a .frame > span .svg, .mod_linkBtn button .frame > span img, .mod_linkBtn button .frame > span .svg {
    width: 29.6vw;
  }
  .mod_linkBtn a.linkArrow .frame > span, .mod_linkBtn button.linkArrow .frame > span {
    margin-left: 1.8666666667vw;
  }
  .mod_linkBtn a.linkArrow .frame > span img, .mod_linkBtn a.linkArrow .frame > span .svg, .mod_linkBtn button.linkArrow .frame > span img, .mod_linkBtn button.linkArrow .frame > span .svg {
    width: 29.6vw;
  }
  .mod_linkBtn a.linkBlank .frame, .mod_linkBtn button.linkBlank .frame {
    margin-left: 8.2666666667vw;
  }
  .mod_linkBtn a.linkBlank .frame > span, .mod_linkBtn button.linkBlank .frame > span {
    margin-left: 14.4vw;
  }
  .mod_linkBtn a.linkBlank .frame > span img, .mod_linkBtn a.linkBlank .frame > span .svg, .mod_linkBtn button.linkBlank .frame > span img, .mod_linkBtn button.linkBlank .frame > span .svg {
    width: 3.7333333333vw;
  }
  .mod_linkBtn a.linkBlank .frame > span img .stroke-icon-blank, .mod_linkBtn a.linkBlank .frame > span .svg .stroke-icon-blank, .mod_linkBtn button.linkBlank .frame > span img .stroke-icon-blank, .mod_linkBtn button.linkBlank .frame > span .svg .stroke-icon-blank {
    stroke-width: 0.2666666667vw;
  }
}

.mod_btn a, .mod_btn button {
  display: block;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 999px;
  color: #9b00c2;
  border: solid 1px #9b00c2;
  background: #FFFFFF;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mod_btn a .frame, .mod_btn button .frame {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.mod_btn a .icon, .mod_btn button .icon {
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .mod_btn a::before, .mod_btn button::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: #9b00c2;
    -webkit-animation: btnSlideOut 0.15s ease-out forwards;
            animation: btnSlideOut 0.15s ease-out forwards;
  }
  .mod_btn a:hover, .mod_btn button:hover {
    color: #FFFFFF;
  }
  .mod_btn a:hover::before, .mod_btn button:hover::before {
    -webkit-animation: btnSlideIn 0.3s ease-out forwards;
            animation: btnSlideIn 0.3s ease-out forwards;
  }
}
@media screen and (max-width: 767px) {
  .mod_btn a a, .mod_btn button a {
    border-width: 0.4vw;
  }
  .mod_btn a a .icon, .mod_btn button a .icon {
    right: 3.0666666667vw;
  }
}

@-webkit-keyframes btnSlideIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes btnSlideIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes btnSlideOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes btnSlideOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/*-------------------------------------------> title_column2_Image */
.mod_title_column2_Image {
  position: relative;
  z-index: 10;
}
.mod_title_column2_Image .cqBase {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.mod_title_column2_Image .inner {
  padding-left: 5cqw;
  padding-right: 0.9375cqw;
}
.mod_title_column2_Image .mod_sectionTitle {
  margin-bottom: 3.828125cqw;
}
.mod_title_column2_Image .column2_Image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mod_title_column2_Image .column2_Image .textArea {
  -ms-flex-preferred-size: 42.65625cqw;
      flex-basis: 42.65625cqw;
}
.mod_title_column2_Image .column2_Image .textArea .text {
  font-size: 16px; /* legacy */
  font-size: 1.25cqw;
  line-height: 2;
  letter-spacing: 0.08em;
}
.mod_title_column2_Image .column2_Image .textArea .text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.5em;
  content: "";
}
.mod_title_column2_Image .column2_Image .textArea .text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.5em;
  content: "";
}
.mod_title_column2_Image .column2_Image .textArea .text p + p {
  margin-top: 2em;
}
.mod_title_column2_Image .column2_Image .textArea .sign {
  font-size: 28px; /* legacy */
  font-size: 2.1875cqw;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: right;
  margin-top: 3.0859375cqw;
}
.mod_title_column2_Image .column2_Image .textArea .sign::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0em;
  content: "";
}
.mod_title_column2_Image .column2_Image .textArea .sign::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 0em;
  content: "";
}
.mod_title_column2_Image .column2_Image .imageArea {
  -ms-flex-preferred-size: 49.0625cqw;
      flex-basis: 49.0625cqw;
}
.mod_title_column2_Image .column2_Image .imageArea .image {
  border-radius: 0.625cqw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mod_title_column2_Image .inner {
    padding-left: 7.3333333333vw;
    padding-right: 7.3333333333vw;
    margin-bottom: 35.4666666667vw;
  }
  .mod_title_column2_Image .mod_sectionTitle {
    margin-bottom: 11.0666666667vw;
  }
  .mod_title_column2_Image .column2_Image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mod_title_column2_Image .column2_Image .textArea {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .mod_title_column2_Image .column2_Image .textArea .text {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 2;
    letter-spacing: 0.04em;
  }
  .mod_title_column2_Image .column2_Image .textArea .text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.5em;
    content: "";
  }
  .mod_title_column2_Image .column2_Image .textArea .text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.5em;
    content: "";
  }
  .mod_title_column2_Image .column2_Image .textArea .text p + p {
    margin-top: 2em;
  }
  .mod_title_column2_Image .column2_Image .textArea .sign {
    font-size: 24px; /* legacy */
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-top: 11.0666666667vw;
  }
  .mod_title_column2_Image .column2_Image .textArea .sign::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0em;
    content: "";
  }
  .mod_title_column2_Image .column2_Image .textArea .sign::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0em;
    content: "";
  }
  .mod_title_column2_Image .column2_Image .imageArea {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 11.0666666667vw;
  }
  .mod_title_column2_Image .column2_Image .imageArea .image {
    border-radius: 2.1333333333vw;
  }
}
.mod_title_column2_Image .bgLine {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.mod_title_column2_Image .bgLine.line1 {
  height: 1px;
  background: #ebebeb;
}

/*-------------------------------------------> businessSection */
.mod_businessSection {
  position: relative;
  z-index: 10;
}
.mod_businessSection .cqBase {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.mod_businessSection .inner {
  margin-bottom: 10cqw;
  position: relative;
  z-index: 10;
}
.mod_businessSection .sectionTitle, .mod_businessSection .readText, .mod_businessSection .mod_sectionTitle {
  margin-left: 5cqw;
  margin-right: 5cqw;
}
.mod_businessSection .sectionTitle {
  font-size: 32px; /* legacy */
  font-size: 2.5cqw;
  line-height: 1;
  letter-spacing: 0em;
}
.mod_businessSection .sectionTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.15em;
  content: "";
}
.mod_businessSection .sectionTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.15em;
  content: "";
}
.mod_businessSection .sectionTitle, .mod_businessSection .mod_sectionTitle {
  margin-bottom: 4.296875cqw;
}
.mod_businessSection .readText {
  font-size: 14px; /* legacy */
  font-size: 1.09375cqw;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  margin-bottom: 4.921875cqw;
}
.mod_businessSection .readText::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3571428571em;
  content: "";
}
.mod_businessSection .readText::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3571428571em;
  content: "";
}
@media screen and (max-width: 767px) {
  .mod_businessSection .inner {
    margin-bottom: 34.1333333333vw;
    position: relative;
    z-index: 10;
  }
  .mod_businessSection .sectionTitle, .mod_businessSection .readText, .mod_businessSection .mod_sectionTitle {
    margin-left: 7.3333333333vw;
    margin-right: 7.3333333333vw;
  }
  .mod_businessSection .sectionTitle {
    font-size: 24px; /* legacy */
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  .mod_businessSection .sectionTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  .mod_businessSection .sectionTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  .mod_businessSection .sectionTitle, .mod_businessSection .mod_sectionTitle {
    margin-bottom: 12.2666666667vw;
  }
  .mod_businessSection .readText {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    margin-bottom: 12.8vw;
  }
  .mod_businessSection .readText::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3571428571em;
    content: "";
  }
  .mod_businessSection .readText::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.3571428571em;
    content: "";
  }
}
.mod_businessSection .panelBlock {
  overflow: hidden;
  border-radius: 0.625cqw;
  margin-left: 0.9765625cqw;
  margin-right: 0.9765625cqw;
}
.mod_businessSection .panelBlock + .panelBlock {
  margin-top: 2.5cqw;
}
@media screen and (min-width: 768px) {
  .mod_businessSection .panelBlock:nth-child(odd) > .frame {
    padding: 1.2109375cqw 1.484375cqw 1.2109375cqw 4.0625cqw;
  }
  .mod_businessSection .panelBlock:nth-child(even) > .frame {
    padding: 1.2109375cqw 4.0625cqw 1.2109375cqw 1.484375cqw;
  }
  .mod_businessSection .panelBlock:nth-child(even) .column2_Image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.mod_businessSection .panelBlock > .frame {
  display: block;
  padding: 1.2109375cqw 1.484375cqw;
  background: rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 768px) {
  .mod_businessSection .panelBlock > .frame .imageArea img {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .mod_businessSection .panelBlock > .frame .imageArea:hover a:hover img {
    scale: 1.05;
  }
}
.mod_businessSection .panelBlock .column2_Image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.mod_businessSection .panelBlock .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25.625cqw;
  padding-top: 4.375cqw;
  padding-bottom: 2.5cqw;
}
.mod_businessSection .panelBlock .textArea .blockTitle {
  font-size: 14px; /* legacy */
  font-size: 1.09375cqw;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 2.734375cqw;
}
.mod_businessSection .panelBlock .textArea .blockTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0em;
  content: "";
}
.mod_businessSection .panelBlock .textArea .blockTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 0em;
  content: "";
}
.mod_businessSection .panelBlock .textArea .blockTitle span {
  position: relative;
  display: inline-block;
}
.mod_businessSection .panelBlock .textArea .blockTitle span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1171875cqw;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: -0.4296875cqw;
}
.mod_businessSection .panelBlock .textArea .copy {
  font-size: 40px; /* legacy */
  font-size: 3.125cqw;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  margin-bottom: 3.125cqw;
}
.mod_businessSection .panelBlock .textArea .copy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0em;
  content: "";
}
.mod_businessSection .panelBlock .textArea .copy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 0em;
  content: "";
}
.mod_businessSection .panelBlock .textArea .text {
  font-size: 14px; /* legacy */
  font-size: 1.09375cqw;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  margin-bottom: auto;
}
.mod_businessSection .panelBlock .textArea .text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3571428571em;
  content: "";
}
.mod_businessSection .panelBlock .textArea .text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3571428571em;
  content: "";
}
.mod_businessSection .panelBlock .textArea .mod_linkBtn {
  margin-left: auto;
}
.mod_businessSection .panelBlock .textArea .mod_linkBtn a, .mod_businessSection .panelBlock .textArea .mod_linkBtn button {
  width: 16.40625cqw;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .mod_businessSection .panelBlock .textArea .mod_linkBtn a:hover, .mod_businessSection .panelBlock .textArea .mod_linkBtn button:hover {
    background: #9b00c2;
  }
}
.mod_businessSection .panelBlock .textArea .more {
  text-align: right;
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px; /* legacy */
  font-size: 1.09375cqw;
  line-height: 1;
  letter-spacing: 0em;
}
.mod_businessSection .panelBlock .textArea .more::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0em;
  content: "";
}
.mod_businessSection .panelBlock .textArea .more::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 0em;
  content: "";
}
.mod_businessSection .panelBlock .textArea .more.linkArrow span {
  margin-left: 1.171875cqw;
}
.mod_businessSection .panelBlock .textArea .more.linkArrow span img, .mod_businessSection .panelBlock .textArea .more.linkArrow span .svg {
  width: 8.6328125cqw;
}
.mod_businessSection .panelBlock .textArea .more.linkBlank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod_businessSection .panelBlock .textArea .more.linkBlank span {
  display: block;
  overflow: hidden;
  margin-left: 1.171875cqw;
}
.mod_businessSection .panelBlock .textArea .more.linkBlank span img, .mod_businessSection .panelBlock .textArea .more.linkBlank span .svg {
  display: block;
  width: 1.171875cqw;
}
.mod_businessSection .panelBlock .imageArea {
  width: 62.1875cqw;
}
.mod_businessSection .panelBlock .imageArea .image {
  border-radius: 1.25cqw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mod_businessSection .panelBlock {
    overflow: hidden;
    border-radius: 2.1333333333vw;
    margin-left: 7.3333333333vw;
    margin-right: 7.3333333333vw;
  }
  .mod_businessSection .panelBlock + .panelBlock {
    margin-top: 4.2666666667vw;
  }
  .mod_businessSection .panelBlock > .frame {
    padding: 8.5333333333vw 4.2666666667vw 4.2666666667vw;
  }
  .mod_businessSection .panelBlock .column2_Image {
    display: block;
  }
  .mod_businessSection .panelBlock .textArea {
    width: auto;
    padding-top: 0;
    padding-bottom: 8.5333333333vw;
  }
  .mod_businessSection .panelBlock .textArea .blockTitle {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 9.3333333333vw;
  }
  .mod_businessSection .panelBlock .textArea .blockTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0em;
    content: "";
  }
  .mod_businessSection .panelBlock .textArea .blockTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0em;
    content: "";
  }
  .mod_businessSection .panelBlock .textArea .blockTitle span::after {
    height: 0.4vw;
    bottom: -1.4666666667vw;
  }
  .mod_businessSection .panelBlock .textArea .copy {
    font-size: 34px; /* legacy */
    font-size: 9.0666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 9.0666666667vw;
  }
  .mod_businessSection .panelBlock .textArea .copy::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0em;
    content: "";
  }
  .mod_businessSection .panelBlock .textArea .copy::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0em;
    content: "";
  }
  .mod_businessSection .panelBlock .textArea .text {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    margin-bottom: 23.3333333333vw;
  }
  .mod_businessSection .panelBlock .textArea .text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3571428571em;
    content: "";
  }
  .mod_businessSection .panelBlock .textArea .text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.3571428571em;
    content: "";
  }
  .mod_businessSection .panelBlock .textArea .mod_linkBtn {
    margin-left: auto;
  }
  .mod_businessSection .panelBlock .textArea .mod_linkBtn a, .mod_businessSection .panelBlock .textArea .mod_linkBtn button {
    width: 42.6666666667vw;
  }
  .mod_businessSection .panelBlock .textArea .more {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  .mod_businessSection .panelBlock .textArea .more::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0em;
    content: "";
  }
  .mod_businessSection .panelBlock .textArea .more::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0em;
    content: "";
  }
  .mod_businessSection .panelBlock .textArea .more.linkArrow span {
    margin-left: 1.8666666667vw;
  }
  .mod_businessSection .panelBlock .textArea .more.linkArrow span img, .mod_businessSection .panelBlock .textArea .more.linkArrow span .svg {
    width: 29.4666666667vw;
  }
  .mod_businessSection .panelBlock .textArea .more.linkBlank span {
    margin-left: 2.1333333333vw;
  }
  .mod_businessSection .panelBlock .textArea .more.linkBlank span img, .mod_businessSection .panelBlock .textArea .more.linkBlank span .svg {
    width: 3.7333333333vw;
  }
  .mod_businessSection .panelBlock .imageArea {
    width: 100%;
  }
  .mod_businessSection .panelBlock .imageArea .image {
    border-radius: 2.1333333333vw;
  }
}
.mod_businessSection .bgLine {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.mod_businessSection .bgLine.line1 {
  height: 1px;
  background: #ebebeb;
}

/*-------------------------------------------> recruitSection */
.mod_recruitSection {
  position: relative;
  z-index: 10;
}
.mod_recruitSection .cqBase {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.mod_recruitSection .inner {
  margin-bottom: 10cqw;
  position: relative;
  z-index: 10;
  padding-left: 0.9765625cqw;
  padding-right: 5cqw;
}
.mod_recruitSection .column2_Image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod_recruitSection .textArea {
  width: 32.5cqw;
}
.mod_recruitSection .textArea .sectionTitle {
  font-size: 32px; /* legacy */
  font-size: 2.5cqw;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 4.296875cqw;
}
.mod_recruitSection .textArea .sectionTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.15em;
  content: "";
}
.mod_recruitSection .textArea .sectionTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.15em;
  content: "";
}
.mod_recruitSection .textArea .copy {
  font-size: 32px; /* legacy */
  font-size: 2.5cqw;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 5.15625cqw;
}
.mod_recruitSection .textArea .copy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}
.mod_recruitSection .textArea .copy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}
.mod_recruitSection .imageArea {
  width: 59.0625cqw;
}
.mod_recruitSection .imageArea .image {
  border-radius: 1.25cqw;
  overflow: hidden;
  background: #9b00c2;
  width: 100%;
  height: 40cqw;
}
.mod_recruitSection .imageArea .image canvas {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mod_recruitSection .inner {
    margin-bottom: 34.1333333333vw;
    padding-left: 7.3333333333vw;
    padding-right: 7.3333333333vw;
  }
  .mod_recruitSection .column2_Image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mod_recruitSection .textArea {
    width: 100%;
    margin-right: 0;
  }
  .mod_recruitSection .textArea .sectionTitle {
    font-size: 24px; /* legacy */
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 12.2666666667vw;
  }
  .mod_recruitSection .textArea .sectionTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  .mod_recruitSection .textArea .sectionTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.15em;
    content: "";
  }
  .mod_recruitSection .textArea .copy {
    font-size: 24px; /* legacy */
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 14.6666666667vw;
  }
  .mod_recruitSection .textArea .copy::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.25em;
    content: "";
  }
  .mod_recruitSection .textArea .copy::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.25em;
    content: "";
  }
  .mod_recruitSection .imageArea {
    width: 90.6666666667vw;
    margin-left: -5.3333333333vw;
    margin-bottom: 18.6666666667vw;
  }
  .mod_recruitSection .imageArea .image {
    border-radius: 2.1333333333vw;
    width: 100%;
    height: 64.8vw;
  }
  .mod_recruitSection .delay3 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .mod_recruitSection .delay0 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .mod_recruitSection .delay2 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
.mod_recruitSection .bgLine {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.mod_recruitSection .bgLine.line1 {
  height: 1px;
  background: #ebebeb;
}

/*-------------------------------------------> BLOG */
.mod_card {
  width: 29.140625cqw;
  overflow: hidden;
  border-radius: 0.625cqw;
}
@media screen and (min-width: 768px) {
  .mod_card:has(a.linkDetail:hover) {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: rgba(0, 0, 0, 0.06);
  }
}
.mod_card a {
  display: block;
  background: rgba(0, 0, 0, 0.04);
}
.mod_card a.linkDetail {
  padding: 1.9921875cqw 1.875cqw 1.875cqw;
}
.mod_card a.linkAuther {
  padding: 0 1.875cqw;
}
@media screen and (min-width: 768px) {
  .mod_card a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .mod_card a.linkDetail .more {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .mod_card a.linkDetail .more.linkBlank {
    line-height: 0.859375cqw;
  }
  .mod_card a.linkDetail .more.linkBlank img, .mod_card a.linkDetail .more.linkBlank .svg {
    width: 1.09375cqw;
    overflow: visible;
  }
  .mod_card a.linkDetail .more.linkBlank img .stroke-icon-blank, .mod_card a.linkDetail .more.linkBlank img .fill-icon-blank, .mod_card a.linkDetail .more.linkBlank .svg .stroke-icon-blank, .mod_card a.linkDetail .more.linkBlank .svg .fill-icon-blank {
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .mod_card a.linkDetail .more.linkBlank img .fill-icon-blank, .mod_card a.linkDetail .more.linkBlank .svg .fill-icon-blank {
    fill: #FFFFFF;
  }
  .mod_card a.linkDetail .more.linkBlank img .stroke-icon-blank, .mod_card a.linkDetail .more.linkBlank .svg .stroke-icon-blank {
    stroke: #9b00c2;
    stroke-width: 1px;
    vector-effect: non-scaling-stroke;
  }
  .mod_card a.linkDetail:hover .more {
    background: #9b00c2;
    color: #FFFFFF;
    /*
    img, .svg {
    	.fill-link-arrow, .fill-icon-blank {
    		fill: $WHITE;
    	}
    }
    */
  }
  .mod_card a.linkDetail:hover .more.linkArrow img, .mod_card a.linkDetail:hover .more.linkArrow .svg {
    -webkit-animation-name: linkArrow;
            animation-name: linkArrow;
  }
  .mod_card a.linkDetail:hover .more.linkArrow img .fill-link-arrow, .mod_card a.linkDetail:hover .more.linkArrow .svg .fill-link-arrow {
    fill: #FFFFFF;
  }
  .mod_card a.linkDetail:hover .more.linkBlank img .fill-icon-blank, .mod_card a.linkDetail:hover .more.linkBlank .svg .fill-icon-blank {
    fill: #9b00c2;
  }
  .mod_card a.linkDetail:hover .more.linkBlank img .stroke-icon-blank, .mod_card a.linkDetail:hover .more.linkBlank .svg .stroke-icon-blank {
    stroke: #FFFFFF;
    stroke-width: 1px;
  }
  .mod_card a.linkDetail:hover .more.linkBlank img .back, .mod_card a.linkDetail:hover .more.linkBlank .svg .back {
    -webkit-animation-name: blankBack;
            animation-name: blankBack;
  }
  .mod_card a.linkDetail:hover .more.linkBlank img .front, .mod_card a.linkDetail:hover .more.linkBlank .svg .front {
    -webkit-animation-name: blankFront;
            animation-name: blankFront;
  }
  .mod_card a.linkAuther .icon {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .mod_card a.linkAuther:hover .icon {
    scale: 1.1;
  }
}
.mod_card .entryMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5cqw;
}
.mod_card .entryMeta .entryDate {
  font-size: 14px; /* legacy */
  font-size: 1.09375cqw;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}
.mod_card .entryMeta .entryCategory {
  margin-left: 1.25cqw;
}
.mod_card .entryMeta .entryCategory ul {
  padding-left: 1.25cqw;
  border-left: solid 1px #5c5c5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mod_card .entryMeta .entryCategory ul li {
  border: solid 1px #000000;
  border-radius: 3px;
}
.mod_card .entryMeta .entryCategory ul li + li {
  margin-left: 0.625cqw;
}
.mod_card .entryMeta .entryCategory ul li span {
  display: inline-block;
  padding: 0.3125cqw 0.625cqw;
  font-size: 14px; /* legacy */
  font-size: 1.09375cqw;
  line-height: 1;
  letter-spacing: 0em;
}
.mod_card .entryMeta .entryCategory ul li span::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0em;
  content: "";
}
.mod_card .entryMeta .entryCategory ul li span::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 0em;
  content: "";
}
.mod_card .entry {
  min-height: 30cqw;
}
.mod_card .entry .entryTitle {
  font-size: 26px; /* legacy */
  font-size: 2.03125cqw;
  line-height: 1.3846153846;
  letter-spacing: 0em;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.mod_card .entry .entryTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.1923076923em;
  content: "";
}
.mod_card .entry .entryTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.1923076923em;
  content: "";
}
.mod_card .entry .thumbnail {
  margin-top: 1.171875cqw;
  overflow: hidden;
  border-radius: 0.625cqw;
}
.mod_card .more {
  /*
  text-align: right;
  margin-left: auto;
  justify-content: flex-end;
  @include fscq(28, 28, 0, 1);
  */
  position: relative;
  color: #000000;
  background: rgba(155, 0, 194, 0);
  border: solid 1px #9b00c2;
  width: 16.40625cqw;
  height: 3.75cqw;
  font-size: 14px; /* legacy */
  font-size: 1.09375cqw;
  line-height: 1;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 7px;
  margin-left: auto;
  /*
  img, .svg {
  	.fill-link-arrow, .fill-icon-blank {
  		fill: $COLOR;
  		transition: all .3s ease-out;
  	}
  }
  */
}
.mod_card .more.linkArrow span {
  margin-left: 1.171875cqw;
}
.mod_card .more.linkArrow span img, .mod_card .more.linkArrow span .svg {
  width: 8.6328125cqw;
}
.mod_card .more.linkArrow span img .fill-link-arrow, .mod_card .more.linkArrow span .svg .fill-link-arrow {
  fill: #9b00c2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mod_card .more.linkBlank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod_card .more.linkBlank span {
  display: block;
  overflow: visible;
  margin-left: 7.03125cqw;
}
.mod_card .more.linkBlank span img, .mod_card .more.linkBlank span .svg {
  display: block;
  width: 1.09375cqw;
  overflow: visible;
}
.mod_card .more.linkBlank span img .stroke-icon-blank, .mod_card .more.linkBlank span img .fill-icon-blank, .mod_card .more.linkBlank span .svg .stroke-icon-blank, .mod_card .more.linkBlank span .svg .fill-icon-blank {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod_card .more.linkBlank span img .fill-icon-blank, .mod_card .more.linkBlank span .svg .fill-icon-blank {
  fill: #FFFFFF;
}
.mod_card .more.linkBlank span img .stroke-icon-blank, .mod_card .more.linkBlank span .svg .stroke-icon-blank {
  stroke: #9b00c2;
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
}
.mod_card .auther {
  padding: 1.25cqw 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px rgba(0, 0, 0, 0.16);
}
.mod_card .auther .icon {
  border-radius: 999px;
  border: solid 1px #aaaaaa;
  overflow: hidden;
}
.mod_card .auther .icon img {
  width: 3.125cqw;
}
.mod_card .auther .name {
  font-size: 14px; /* legacy */
  font-size: 1.09375cqw;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 0.5859375cqw;
}
@media screen and (max-width: 767px) {
  .mod_card {
    width: 80vw;
    border-radius: 1.6vw;
  }
  .mod_card a.linkDetail {
    padding: 6.4vw 4.2666666667vw 6.4vw;
  }
  .mod_card a.linkAuther {
    padding: 0 4.2666666667vw;
  }
  .mod_card .entryMeta {
    margin-bottom: 6.6666666667vw;
  }
  .mod_card .entryMeta .entryDate {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  .mod_card .entryMeta .entryCategory {
    margin-left: 4.2666666667vw;
  }
  .mod_card .entryMeta .entryCategory ul {
    padding-left: 4.2666666667vw;
    border-left: solid 0.2666666667vw #5c5c5c;
  }
  .mod_card .entryMeta .entryCategory ul li {
    border: solid 0.2666666667vw #000000;
    border-radius: 0.8vw;
  }
  .mod_card .entryMeta .entryCategory ul li + li {
    margin-left: 2.1333333333vw;
  }
  .mod_card .entryMeta .entryCategory ul li span {
    padding: 0.5333333333vw 1.3333333333vw;
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: -0.025em;
  }
  .mod_card .entryMeta .entryCategory ul li span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0em;
    content: "";
  }
  .mod_card .entryMeta .entryCategory ul li span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0em;
    content: "";
  }
  .mod_card .entry {
    min-height: 82.4vw;
  }
  .mod_card .entry .entryTitle {
    font-size: 20px; /* legacy */
    font-size: 5.3333333333vw;
    line-height: 1.4;
    letter-spacing: 0em;
  }
  .mod_card .entry .entryTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2em;
    content: "";
  }
  .mod_card .entry .entryTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.2em;
    content: "";
  }
  .mod_card .entry .thumbnail {
    margin-top: 4vw;
    border-radius: 1.6vw;
  }
  .mod_card .more {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 0;
    letter-spacing: 0em;
    border: solid 1px #9b00c2;
    width: 53.3333333333vw;
    height: 10.6666666667vw;
  }
  .mod_card .more.linkArrow span {
    margin-left: 6.1333333333vw;
  }
  .mod_card .more.linkArrow span img, .mod_card .more.linkArrow span .svg {
    width: 29.6vw;
  }
  .mod_card .more.linkBlank {
    width: 42.6666666667vw;
  }
  .mod_card .more.linkBlank span {
    margin-left: 14.6666666667vw;
  }
  .mod_card .more.linkBlank span img, .mod_card .more.linkBlank span .svg {
    width: 3.7333333333vw;
  }
  .mod_card .more.linkBlank span img .stroke-icon-blank, .mod_card .more.linkBlank span .svg .stroke-icon-blank {
    stroke-width: 0.2666666667vw;
  }
  .mod_card .auther {
    padding: 2.9333333333vw 0;
    border-top: solid 0.2666666667vw rgba(0, 0, 0, 0.16);
  }
  .mod_card .auther .icon {
    border: solid 0.2666666667vw #aaaaaa;
  }
  .mod_card .auther .icon img {
    width: 8.5333333333vw;
  }
  .mod_card .auther .name {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 1.0666666667vw;
  }
}

/*-------------------------------------------> pre image */
.mod_preimg {
  position: relative;
}
.mod_preimg::after {
  content: "仮";
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #F00;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mod_preimg::after {
    font-size: 4.8vw;
  }
}

/*-------------------------------------------> plximg */
.mod_plximg {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.mod_plximg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: translateY 0s linear;
  transition: translateY 0s linear;
}

/*-------------------------------------------> effect */
.mod_shadow {
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.32));
          filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.32));
}