@charset "UTF-8";
/* -----------------------------------------------------------------
 Foundation
----------------------------------------------------------------- */
/*======================
  reset
======================*/
/*! 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;
}

/*=======================
  breakpoints
=======================*/
/*=======================
  animation
=======================*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scrollSlider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scrollSlider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 140px, 0);
            transform: translate3d(-50%, 140px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 140px, 0);
            transform: translate3d(-50%, 140px, 0);
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 140px, 0);
            transform: translate3d(-50%, 140px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 140px, 0);
            transform: translate3d(-50%, 140px, 0);
  }
}
/*======================
  base
======================*/
* {
  min-height: 0vw; /* Safari clamp関数対策 */
}

body {
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic", "ヒラギノ角ゴ W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6; /* 160% */
  letter-spacing: 0.02em; /* 4% */
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
  overflow-x: hidden;
  -webkit-animation: fadeIn 1.5s ease 0 1 normal;
          animation: fadeIn 1.5s ease 0 1 normal;
}
body.backlayer {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img {
  display: block;
  width: 100%;
}

/* グローバルなアンカーリンクの着地位置調整 */
[id^=section-],
[id^=faq-] {
  scroll-margin-top: 80px; /* ヘッダーの高さ + 余裕分 */
}
@media screen and (min-width: 768px) {
  [id^=section-],
  [id^=faq-] {
    scroll-margin-top: 100px; /* デスクトップ用 */
  }
}

.wrap {
  padding-top: clamp(4rem, 3rem + 5vw, 7.5rem);
  /* 64 - 120 */
  padding-bottom: clamp(7.5rem, 5.61rem + 4.88vw, 10rem);
  /* 120 - 160 */
}

.class-contact .wrap {
  padding-bottom: 0;
}

/*======================
  svg
======================*/
.svg, .svg-defs {
  display: none;
  position: relative;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.icon {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/*======================
  icon
======================*/
.icon_arrow {
  width: 16px;
  height: 17px;
  stroke: #333333;
}
.icon_arrow.accent {
  stroke: #EF856F;
}
.icon_arrow.sub {
  stroke: #469FD9;
}
.icon_arrow.white {
  stroke: #fff;
}
.icon_arrow.gray {
  stroke: #CFCFCF;
}
.icon_arrow.rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icon_c-arrow {
  width: 32px;
  height: 32px;
}
.icon_c-arrow .icon_c-arrow_base {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.icon_c-arrow .icon_c-arrow_symbol {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.icon_c-arrow.sm {
  width: 20px;
  height: 20px;
}
.icon_c-arrow.rotate-90 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.icon_c-arrow.accent .icon_c-arrow_base {
  fill: #EF856F;
}
.icon_c-arrow.accent .icon_c-arrow_symbol {
  stroke: #fff;
}
.icon_c-arrow.sub .icon_c-arrow_base {
  fill: #469FD9;
}
.icon_c-arrow.sub .icon_c-arrow_symbol {
  stroke: #fff;
}
.icon_c-arrow.sub2 .icon_c-arrow_base {
  fill: #11B4C9;
}
.icon_c-arrow.sub2 .icon_c-arrow_symbol {
  stroke: #fff;
}

.icon_window {
  width: 18px;
  height: 18px;
  stroke: #333333;
}
.icon_window.white {
  stroke: #fff;
}
.icon_window.gray {
  stroke: #7A7A7A;
}
.icon_window.accent {
  stroke: #EF856F;
}

.icon_toggle {
  width: 24px;
  height: 24px;
  stroke: #333333;
}

.icon_all {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.icon_flow {
  width: 24px;
  height: 24px;
}
.icon_flow.accent {
  fill: #EF856F;
}
.icon_flow.sub {
  fill: #469FD9;
}
.icon_flow.sub2 {
  fill: #11B4C9;
}

/* -----------------------------------------------------------------
 Layout
----------------------------------------------------------------- */
/*=======================
  header
=======================*/
.l-header {
  height: 64px;
  position: fixed;
  inset: 0;
  z-index: 990;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .l-header {
    height: 90px;
  }
}
.l-header.is-scroll {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(188, 188, 188, 0.16);
          box-shadow: 0 0 20px rgba(188, 188, 188, 0.16);
}
.l-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: 100%;
  padding-inline: 12px;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding-inline: clamp(1.5rem, -0.962rem + 3.85vw, 2.5rem);
  }
}
.l-header__inner.is-scroll {
  -webkit-box-shadow: 0 0 20px rgba(188, 188, 188, 0.16);
          box-shadow: 0 0 20px rgba(188, 188, 188, 0.16);
}
.l-header__logo {
  display: block;
  width: clamp(7.5rem, 6.605rem + 4.47vw, 8.75rem);
  /* 120 - 140 */
  z-index: 990;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: clamp(8.75rem, 7.321rem + 2.98vw, 10rem);
    /* 140 - 160 */
  }
}
.l-header__logo img {
  display: block;
  width: 100%;
}
.l-header__logo:hover {
  opacity: 0.7;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.l-header__nav-cta {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__nav-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.l-header__nav-list {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: clamp(1rem, -0.231rem + 1.92vw, 1.5rem);
       -moz-column-gap: clamp(1rem, -0.231rem + 1.92vw, 1.5rem);
            column-gap: clamp(1rem, -0.231rem + 1.92vw, 1.5rem);
    /*16-24*/
    font-size: clamp(0.75rem, 0.288rem + 0.72vw, 0.938rem);
    /*12-14*/
  }
}
.l-header__nav-item {
  position: relative;
  line-height: 1.4;
  font-weight: 600;
}
.l-header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-header__nav-link .icon_toggle {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header__nav-link.is-open .icon_toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-header__nav-link:hover {
  opacity: 0.7;
}
.l-header__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: calc(100% + 24px);
  left: 0;
  min-width: 260px;
  opacity: 0;
  visibility: hidden;
  border-radius: 4px;
  z-index: 990;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__sub-list.is-open {
  opacity: 1;
  visibility: visible;
}
.l-header__sub-item:not(:first-of-type) .l-header__sub-link {
  border-top: 1px solid #F5F5F5;
}
.l-header__sub-link {
  display: block;
  padding: 16px;
  width: 100%;
  background-color: #fff;
}

.l-navbtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border-radius: 4px;
  background-color: #EF856F;
  border: none;
  text-align: center;
  cursor: pointer;
  z-index: 991;
}
@media screen and (min-width: 1024px) {
  .l-navbtn {
    display: none;
  }
}
.l-navbtn__bar {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.l-navbtn__bar.m-top {
  -webkit-transform: translate(-50%, calc(-50% - 5px));
          transform: translate(-50%, calc(-50% - 5px));
}
.l-navbtn__bar.m-middle {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-navbtn__bar.m-bottom {
  -webkit-transform: translate(-50%, calc(-50% + 5px));
          transform: translate(-50%, calc(-50% + 5px));
}

.is-active.l-navbtn .l-navbtn__bar.m-top {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  background: #fff;
}
.is-active.l-navbtn .l-navbtn__bar.m-middle {
  display: none;
}
.is-active.l-navbtn .l-navbtn__bar.m-bottom {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
  background: #fff;
}

.l-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F5F5F5;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  z-index: 990;
  overflow-y: auto;
  overflow-x: hidden;
}
.l-nav.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-nav__inner {
  height: 100svh;
}
.l-nav__wrap {
  position: relative;
  padding-block: 64px 24px;
  padding-inline: 24px;
}
@media screen and (min-width: 768px) {
  .l-nav__wrap {
    padding-block: 90px 40px;
    padding-inline: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .l-nav__wrap {
    padding-block: 104px 40px;
  }
}
.l-nav__item {
  padding-block: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.l-nav__item:first-of-type {
  padding-top: 0;
}
.l-nav__item.sub-menu {
  padding-block: 0;
}
.l-nav__item.sub-menu .l-nav__link {
  padding-block: 24px;
}
.l-nav__item-ttl {
  margin-bottom: 10px;
}
.l-nav__item-ttl.general {
  color: #469FD9;
}
.l-nav__item-ttl.business {
  color: #11B4C9;
}
.l-nav__item-ttl.support {
  color: #EF856F;
}
.l-nav__link {
  display: block;
  height: 100%;
}
.l-nav__link:not(:first-of-type) {
  margin-top: 6px;
}
.l-nav__link:hover {
  opacity: 0.7;
}
.l-nav__copyright {
  margin-top: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.5625rem;
  color: #737373;
  text-align: center;
  letter-spacing: 0;
}

/*=======================
  footer
=======================*/
.l-footer {
  position: relative;
  padding-block: clamp(4rem, 3.357rem + 3.21vw, 6.25rem) 24px;
  overflow-x: clip;
}
.l-footer__top {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer__top {
    bottom: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
  }
}
.l-footer__top.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-footer__top:hover {
  -webkit-transform: scale(1.1) translateY(0);
          transform: scale(1.1) translateY(0);
}
.l-footer__wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  row-gap: 40px;
}
@media screen and (min-width: 1024px) {
  .l-footer__wrap {
    grid-template-columns: auto 62%;
    grid-template-rows: auto;
  }
}
.l-footer__info {
  line-height: 1.8;
}
.l-footer__logo {
  width: clamp(10rem, 9.105rem + 4.47vw, 11.25rem);
  /* 160-180*/
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 180px;
  }
}
.l-footer__nav {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
  gap: 24px 16px;
  grid-template-areas: "list-general" "list-business" "list-support" "banner";
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 40px 16px;
    grid-template-areas: "list-general list-business list-support" "banner banner banner";
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__nav {
    gap: 56px 16px;
  }
}
.l-footer__nav-list {
  grid-area: list-general;
}
.l-footer__nav-list:nth-child(2) {
  grid-area: list-business;
}
.l-footer__nav-list:nth-child(3) {
  grid-area: list-support;
}
.l-footer__nav-ttl {
  margin-bottom: 16px;
  font-weight: 700;
}
.l-footer__nav-item:not(:first-of-type) {
  margin-top: 10px;
}
.l-footer__nav-link {
  position: relative;
  padding-left: 12px;
  font-size: 0.8125rem;
}
.l-footer__nav-link::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1px;
  position: absolute;
  top: 0.75em;
  left: 0;
  background-color: #EF856F;
}
.l-footer__nav-link:hover {
  color: #EF856F;
}
.l-footer__banner {
  grid-area: banner;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.l-footer__banner-link {
  max-width: 120px;
  aspect-ratio: 120/72;
}
.l-footer__banner-link:hover {
  opacity: 0.7;
}
.l-footer__banner-link.wingtech {
  max-width: 230px;
  aspect-ratio: 230/72;
}
.l-footer__address {
  margin-top: 24px;
}
.l-footer__btn {
  margin-top: clamp(1.5rem, 0.784rem + 3.58vw, 2.5rem);
  /* 24-40*/
}
.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 40px;
  margin-top: clamp(1rem, -0.074rem + 5.37vw, 2.5rem);
  /* 16-40*/
}
@media screen and (min-width: 768px) {
  .l-footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 72px;
  }
}
.l-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 24px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #7a7a7a;
}
@media screen and (min-width: 620px) {
  .l-footer__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer__copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  color: #7a7a7a;
  letter-spacing: 0;
}

/*=======================
  main
=======================*/
.l-main {
  display: block;
  position: relative;
  overflow: clip;
}

/*=======================
  inner
=======================*/
.l-inner {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 620px) {
  .l-inner {
    padding-inline: 5.22%;
  }
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-inline: 7%;
    max-width: 1080px;
  }
}

.l-inner-sm {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-inner-sm {
    padding-inline: 5.22%;
    max-width: 960px;
  }
}

.l-inner-lg {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-inner-lg {
    padding-inline: 5.22%;
    max-width: 1240px;
  }
}

.l-inner-xl {
  position: relative;
  width: calc(100% - 40px);
  margin-inline: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-inner-xl {
    width: calc(100% - 80px);
  }
}

/*=======================
  cta
=======================*/
.l-cta {
  position: relative;
  background-color: #F5F5F5;
  padding-top: clamp(4rem, 3.714rem + 1.43vw, 5rem);
  /* 64 - 80 */
  padding-bottom: clamp(7.5rem, 6.071rem + 2.98vw, 8.75rem);
  /* 120 - 140 */
  overflow: hidden;
}
.l-cta::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 72px;
  aspect-ratio: 1440/97;
  background-image: url(../img/common/foot_bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
}
.l-cta__wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 8px;
  grid-template-areas: "contact" "tel" "fax";
}
@media screen and (min-width: 620px) {
  .l-cta__wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "contact contact" "tel fax";
  }
}
@media screen and (min-width: 768px) {
  .l-cta__wrap {
    gap: 16px;
    grid-template-areas: "contact tel" "contact fax";
  }
}
.l-cta__item {
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #fff;
  border-radius: 4px;
}
.l-cta__item .tel-num,
.l-cta__item .fax-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-cta__item .label {
  padding: 2px 8px 3px 8px;
  margin-right: 8px;
  border-radius: 4px;
  background-color: #EF856F;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1;
}
.l-cta__item .num {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.375rem, 1.107rem + 1.34vw, 1.75rem);
  /* 22 - 28 */
  font-weight: 600;
  color: #EF856F;
  line-height: 1;
}
.l-cta__item-contact {
  grid-area: contact;
}
.l-cta__item-contact .en {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.625rem, 1.357rem + 1.34vw, 2rem);
  /* 26 - 32 */
  font-weight: 600;
  color: #EF856F;
  letter-spacing: 0;
  line-height: 1;
}
.l-cta__item-contact .ja {
  position: relative;
  padding-left: 14px;
  margin-top: 6px;
  font-size: 0.8125rem;
}
.l-cta__item-contact .ja::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #EF856F;
}
.l-cta__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 24px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 620px) {
  .l-cta__contact-link {
    padding: 24px;
  }
}
@media screen and (min-width: 768px) {
  .l-cta__contact-link {
    padding: 24px 40px;
  }
}
.l-cta__contact-link:hover .icon_c-arrow {
  -webkit-transform: rotate(-90deg) translateY(4px);
          transform: rotate(-90deg) translateY(4px);
}
.l-cta__item-tel {
  grid-area: tel;
  padding: 24px clamp(0.625rem, -3.065rem + 9.52vw, 1.5rem);
  /* 10 - 24 */
}
.l-cta__item-tel .tel-time {
  margin-top: 4px;
  font-size: 0.8125rem;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.l-cta__item-fax {
  grid-area: fax;
  padding: 24px clamp(0.625rem, -3.065rem + 9.52vw, 1.5rem);
  /* 10 - 24 */
}

/* -----------------------------------------------------------------
 Component
----------------------------------------------------------------- */
/*=======================
  btn
=======================*/
.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  width: 100%;
  max-width: 270px;
  height: 54px;
  padding: 12px 16px 12px 24px;
  border: 1px solid transparent;
  border-radius: calc(infinity * 1px);
  color: #fff;
}
.c-btn.accent {
  background-color: #EF856F;
}
.c-btn.accent:hover {
  background-color: #DD674F;
}
.c-btn.sub {
  background-color: #469FD9;
}
.c-btn.sub:hover {
  background-color: #328DC9;
}
.c-btn.sub2 {
  background-color: #11B4C9;
}
.c-btn.sub2:hover {
  background-color: #16A6B9;
}
.c-btn.lg {
  width: 100%;
  max-width: 300px;
  padding: 12px 16px 12px 20px;
}
@media screen and (min-width: 620px) {
  .c-btn.lg {
    max-width: 350px;
  }
}
.c-btn .sp-none {
  display: none;
}
@media screen and (min-width: 390px) {
  .c-btn .sp-none {
    display: inline-block;
  }
}
.c-btn .icon_free {
  display: none;
}
@media screen and (min-width: 620px) {
  .c-btn .icon_free {
    display: inline-block;
    padding: 3px 8px 4px 8px;
    background-color: #EBA398;
    border-radius: calc(infinity * 1px);
    font-size: 0.75rem;
    color: #fff;
    line-height: 1;
  }
}

.c-sq-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  position: relative;
  width: 240px;
  height: 54px;
  padding: 12px 16px 12px 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.9375rem;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-sq-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 52px;
  width: 1px;
  height: calc(100% - 24px);
  background-color: #fff;
}
.c-sq-btn.sub {
  background-color: #469FD9;
}
.c-sq-btn.sub:hover {
  background-color: #328DC9;
}
.c-sq-btn.sub2 {
  background-color: #11B4C9;
}
.c-sq-btn.sub2:hover {
  background-color: #16A6B9;
}
.c-sq-btn.accent {
  background-color: #EF856F;
}
.c-sq-btn.accent:hover {
  background-color: #DD674F;
}
.c-sq-btn.all {
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 619px) {
  .c-sq-btn.all {
    padding: 12px 12px 12px 12px;
    text-align: center;
  }
  .c-sq-btn.all .txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
}
.c-sq-btn.all::after {
  display: none;
}
@media screen and (min-width: 620px) {
  .c-sq-btn.all::after {
    display: block;
  }
}
.c-sq-btn.md {
  width: 260px;
}

.c-nav-btn {
  display: block;
  width: 100%;
  min-width: 160px;
  padding: 14px 24px 14px 24px;
  border-radius: 4px;
  background-color: #EF856F;
  font-size: 0.8125rem;
  text-align: center;
  color: #fff;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-nav-btn.sub {
  background-color: #469FD9;
  color: #fff;
}
.c-nav-btn.sub:hover {
  background-color: #328DC9;
}
.c-nav-btn.sub2 {
  background-color: #11B4C9;
}
.c-nav-btn.sub2:hover {
  background-color: #16A6B9;
}
.c-nav-btn.accent {
  background-color: #EF856F;
}
.c-nav-btn.accent:hover {
  background-color: #DD674F;
}

.c-line-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  padding-bottom: 2px;
  border-bottom: 1px solid #333333;
  font-size: clamp(0.813rem, 0.679rem + 0.67vw, 0.938rem);
  /* 13 - 15 */
  color: #333333;
  line-height: 1.4;
}
.c-line-link .icon_pdf {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2px 6px 3px 6px;
  border-radius: 2px;
  background-color: #BCBCBC;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
}
.c-line-link .icon_html {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2px 6px 3px 6px;
  border-radius: 2px;
  background-color: #828282;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
}
.c-line-link .pc-none {
  display: inline-block;
}
@media screen and (min-width: 620px) {
  .c-line-link .pc-none {
    display: none;
  }
}
.c-line-link .txt {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.c-line-link:hover {
  opacity: 0.7;
}

/*=======================
  head
=======================*/
.c-ttl {
  margin-bottom: clamp(1.5rem, 1.357rem + 0.71vw, 2rem);
  /* 24 - 32 */
  text-align: center;
}
.c-ttl__inner {
  display: inline-block;
  position: relative;
}
.c-ttl__inner::before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 2px;
  width: calc(100% + 7px);
  height: 8px;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}
.c-ttl.accent .c-ttl__inner::before {
  background-image: repeating-linear-gradient(90deg, transparent 0 4px, #F2B3A5 4px 7px);
}
.c-ttl.sub .c-ttl__inner::before {
  background-image: repeating-linear-gradient(90deg, transparent 0 4px, #65ACDB 4px 7px);
}
.c-ttl.sub2 .c-ttl__inner::before {
  background-image: repeating-linear-gradient(90deg, transparent 0 4px, #97E3EC 4px 7px);
}
.c-ttl .txt {
  position: relative;
  font-size: clamp(1.188rem, 1.098rem + 0.45vw, 1.5rem);
  /* 19 - 24 */
  z-index: 10;
}

.c-sub-ttl {
  margin-bottom: clamp(1.5rem, 1.357rem + 0.71vw, 2rem);
  /* 24 - 32 */
  font-size: clamp(1.25rem, 1.179rem + 0.36vw, 1.5rem);
  /* 20 - 24 */
  text-align: center;
  line-height: 1.4;
}
.c-sub-ttl .pc-none {
  display: block;
}
@media screen and (min-width: 390px) {
  .c-sub-ttl .pc-none {
    display: none;
  }
}

.c-table-head {
  padding-left: 16px;
  margin-bottom: clamp(1rem, 0.857rem + 0.71vw, 1.5rem);
  /* 16 - 24 */
  border-left: 4px solid #11B4C9;
  font-size: 1.125rem;
  font-weight: 600;
}
.c-table-head:not(:first-of-type) {
  margin-top: 40px;
}
.c-table-head.accent {
  border-left-color: #EF856F;
}

.c-icon-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: clamp(1.5rem, 1.357rem + 0.71vw, 2rem);
  /* 24 - 32 */
}
.c-icon-head__icon {
  width: 30px;
}
.c-icon-head__ttl {
  padding-bottom: 4px;
  border-bottom: 1px solid #333333;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.c-head {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin-inline: auto;
  margin-bottom: 40px;
  padding-block: clamp(0.625rem, 0.482rem + 0.3vw, 0.75rem) 12px;
  /* 10 - 12 */
  padding-inline: 10px;
  border-radius: calc(infinity * 1px);
  font-size: clamp(1.125rem, 0.411rem + 1.49vw, 1.75rem);
  /* 18 - 28 */
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .c-head {
    width: calc(100% - 32px);
  }
}
.c-head::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  aspect-ratio: 24/31;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-head::after {
    width: 24px;
    bottom: -16px;
  }
}
.c-head.sm {
  font-size: 0.875rem;
}
@media screen and (min-width: 390px) {
  .c-head.sm {
    font-size: clamp(1rem, 0.429rem + 1.19vw, 1.5rem);
    /* 16 - 24 */
  }
}
.c-head.general {
  background: linear-gradient(164deg, rgb(55, 143, 200) 0%, rgb(55, 143, 200) 80%, rgb(126, 184, 230) 80%, rgb(126, 184, 230) 100%);
}
.c-head.general::after {
  background-image: url(../img/general/triangle.png);
}
.c-head.business {
  background: linear-gradient(164deg, rgb(17, 180, 201) 0%, rgb(17, 180, 201) 80%, rgb(122, 202, 211) 80%, rgb(122, 202, 211) 100%);
}
.c-head.business::after {
  background-image: url(../img/business/triangle.png);
}
.c-head.support {
  background: linear-gradient(164deg, rgb(239, 133, 111) 0%, rgb(239, 133, 111) 80%, rgb(244, 169, 138) 80%, rgb(244, 169, 138) 100%);
}
.c-head.support::after {
  background-image: url(../img/support/triangle.png);
}
.c-head .pc-none {
  display: block;
}
@media screen and (min-width: 620px) {
  .c-head .pc-none {
    display: none;
  }
}

.c-pagehead {
  display: grid;
  place-items: center;
  background-color: #F2F2F2;
  padding-top: 64px;
  position: relative;
  height: clamp(20rem, 17.143rem + 14.29vw, 30rem);
  /* 320 - 480 */
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .c-pagehead {
    padding-top: 90px;
  }
}
.c-pagehead::before {
  content: "";
  background-image: url(../img/common/header_bg_l.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40%;
  aspect-ratio: 360/265;
  position: absolute;
  top: 64px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-pagehead::before {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .c-pagehead::before {
    top: 55%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25%;
  }
}
.c-pagehead::after {
  content: "";
  background-image: url(../img/common/header_bg_r.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40%;
  aspect-ratio: 360/265;
  position: absolute;
  bottom: 32px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-pagehead::after {
    width: 30%;
    bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .c-pagehead::after {
    width: 25%;
    bottom: auto;
    top: 55%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-pagehead__txt {
  font-size: clamp(1.75rem, 1.607rem + 0.71vw, 2.25rem);
  /* 28 - 36 */
  font-weight: 600;
  position: relative;
  margin-bottom: 8px;
  z-index: 10;
}

/*=======================
  form
=======================*/
/* reset */
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}

/* contactform7 */
span.wpcf7-spinner {
  display: none;
}

/* form base */
.form {
  margin-top: clamp(2.5rem, 1.786rem + 3.57vw, 5rem);
  /* 40 - 80 */
}
.form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 24px;
  padding-block: 24px;
}
.form__group-body {
  width: 100%;
  line-height: 2;
}
.form__group-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 16px;
}
@media screen and (min-width: 768px) {
  .form__group-header {
    width: 34%;
  }
}
@media screen and (min-width: 1024px) {
  .form__group-header {
    width: 29.8%;
  }
}
.form__group-header .label {
  padding: 3px 16px 1px 16px;
  border-radius: 2px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.form__group-header .require {
  background-color: #EF856F;
}
.form__group-header .optional {
  background-color: #9D9D9C;
}
.form__label {
  display: block;
}
.form__input {
  padding: 16px;
  width: 100%;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .form__input {
    font-size: 1rem;
  }
}
.form__input:focus {
  border: 1px solid #EF856F;
}
.form__input::-webkit-input-placeholder {
  letter-spacing: 0.04em;
  line-height: 2;
  color: #C1C1C1;
}
.form__input::-moz-placeholder {
  letter-spacing: 0.04em;
  line-height: 2;
  color: #C1C1C1;
}
.form__input:-ms-input-placeholder {
  letter-spacing: 0.04em;
  line-height: 2;
  color: #C1C1C1;
}
.form__input::-ms-input-placeholder {
  letter-spacing: 0.04em;
  line-height: 2;
  color: #C1C1C1;
}
.form__input::placeholder {
  letter-spacing: 0.04em;
  line-height: 2;
  color: #C1C1C1;
}
@media screen and (max-width: 767px) {
  .form__input::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  .form__input::-moz-placeholder {
    font-size: 0.875rem;
  }
  .form__input:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .form__input::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .form__input::placeholder {
    font-size: 0.875rem;
  }
}
.form__textarea {
  padding: 16px 24px;
  height: 240px;
  width: 100%;
  border-radius: 4px;
  background-color: #F4F4F4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .form__textarea {
    font-size: 1rem;
  }
}
.form__textarea:focus {
  border: 1px solid #EF856F;
}
.form__textarea::-webkit-input-placeholder {
  color: #ccc;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.form__textarea::-moz-placeholder {
  color: #ccc;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.form__textarea:-ms-input-placeholder {
  color: #ccc;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.form__textarea::-ms-input-placeholder {
  color: #ccc;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.form__textarea::placeholder {
  color: #ccc;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.form-privacy {
  padding: 20px 16px 20px 20px;
  background-color: #F4F4F4;
  text-align: left;
}
.form-privacy__ttl {
  font-size: 0.9375rem;
  font-weight: 700;
}
.form-privacy__box {
  margin-top: 16px;
  font-weight: 400;
  line-height: 2;
  max-height: 420px;
  overflow-y: auto;
}
.form-privacy__txt {
  padding-right: 10px;
}
.form-privacy__attention {
  text-align: center;
  margin-top: 56px;
}

/* form checkbox */
input[type=checkbox] {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form__group-body.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .form__group-body.checkbox {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 14px;
  }
}

.c-checkbox .text {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  font-weight: 500;
}
.c-checkbox .text::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #C1C1C1;
  background-color: #f4f4f4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-checkbox .text::after {
  content: "✔";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 17px;
  height: 17px;
  color: #EF856F;
  font-size: 0.875rem;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-checkbox input:focus + span::before {
  border: 1px solid #EF856F;
}

.c-checkbox input:checked + span::after {
  opacity: 1;
}

/* form radio */
input[type=radio] {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form__group-body.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}
@media screen and (min-width: 768px) {
  .form__group-body.radio {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

.c-radio .text {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  line-height: 1.6;
}
.c-radio .text::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #f4f4f4;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
}
.c-radio .text::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #EF856F;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.radio input:focus + span::before {
  border: 1px solid #EF856F;
}

.radio input:checked + span::after {
  opacity: 1;
}

/* form submit */
input[type=submit] {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: block;
  background-color: #EF856F;
  width: 240px;
  height: 62px;
  border-radius: 5px;
  padding-inline: 24px;
  padding-top: 2px;
  line-height: 62px;
  color: #fff;
  position: relative;
}

.form-submit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.c-submit-btn {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-submit-btn::after {
  content: "";
  display: block;
  background-image: url("../img/common/icon_arrow-c.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-submit-btn .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-submit-btn:hover {
  opacity: 0.8;
}

/*=======================
  breadcrumb
=======================*/
.c-breadcrumb {
  margin-top: 16px;
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 6px;
  position: relative;
  z-index: 3;
  font-weight: 400;
}
.c-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  line-height: 1.2;
}
.c-breadcrumb__item:not(:first-of-type)::before {
  content: "";
  background-image: url(../img/icon/icon_breadcrumb.svg);
  margin-inline: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #EF856F;
}
.c-breadcrumb__item a {
  border-bottom: 1px solid #333;
}
.c-breadcrumb__item a.is-current {
  border-bottom: none;
  pointer-events: none;
  color: #878787;
}

/*=======================
  pagination
=======================*/
/* 一覧　 */
.pagination {
  width: 100%;
  /* WP-Pagenavi用 */
  margin-top: 56px;
}
.pagination .wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 5px;
  width: 100%;
  text-align: center;
}
.pagination .wp-pagenavi span, .pagination .wp-pagenavi a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 5px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F5F5F5;
  border-radius: 2px;
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .wp-pagenavi span.current, .pagination .wp-pagenavi a.current {
  cursor: default;
  pointer-events: none;
  color: #fff;
  background-color: #11B4C9;
}
@media (hover: hover) and (pointer: fine) {
  .pagination .wp-pagenavi span:hover, .pagination .wp-pagenavi a:hover {
    background-color: #11B4C9;
    color: #fff;
  }
}
.pagination .wp-pagenavi .pages {
  display: none;
}
.pagination .wp-pagenavi .previouspostslink, .pagination .wp-pagenavi .nextpostslink {
  position: relative;
  display: grid;
  place-items: center;
}
.pagination .wp-pagenavi .previouspostslink::before, .pagination .wp-pagenavi .nextpostslink::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.pagination .wp-pagenavi .previouspostslink::before {
  background-image: url(../img/icon/icon_arrow_pagination.svg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .wp-pagenavi .previouspostslink:hover {
  background-color: #11B4C9;
}
.pagination .wp-pagenavi .previouspostslink:hover::before {
  background-image: url(../img/icon/icon_arrow.svg);
}
.pagination .wp-pagenavi .nextpostslink::before {
  background-image: url(../img/icon/icon_arrow_pagination.svg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .wp-pagenavi .nextpostslink:hover {
  background-color: #11B4C9;
}
.pagination .wp-pagenavi .nextpostslink:hover::before {
  background-image: url(../img/icon/icon_arrow.svg);
}
.pagination .wp-pagenavi .first, .pagination .wp-pagenavi .last {
  display: none;
}

.single__pagination {
  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;
  gap: 16px;
  margin-top: 40px;
}
.single__pagination-link {
  font-size: clamp(0.813rem, 0.723rem + 0.45vw, 1rem);
  /* 13 - 16 */
}
@media screen and (max-width: 619px) {
  .single__pagination-link .icon {
    display: none;
  }
}
.single__pagination-link .icon {
  margin-bottom: 2px;
}
.single__pagination-link.prev, .single__pagination-link.next {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid #333333;
}
.single__pagination-link.prev:hover, .single__pagination-link.next:hover {
  border-bottom: 1px solid #EF856F;
  color: #EF856F;
}
.single__pagination-link.prev:hover .icon, .single__pagination-link.next:hover .icon {
  fill: #EF856F;
}
.single__pagination-link.prev.sub:hover, .single__pagination-link.next.sub:hover {
  border-bottom: 1px solid #469FD9;
  color: #469FD9;
}

/* -----------------------------------------------------------------
 Parallax
----------------------------------------------------------------- */
[data-parallax] {
  overflow: hidden;
  position: relative;
}
[data-parallax] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.js-parallax,
.js-parallax-r {
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.js-parallax *,
.js-parallax-r * {
  will-change: transform;
}

/* -----------------------------------------------------------------
 Utility
----------------------------------------------------------------- */
.u-fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

/* -----------------------------------------------------------------
Project
----------------------------------------------------------------- */
/*====================================================
*
*	Home
*
====================================================*/
.fv {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  padding-bottom: clamp(6.25rem, 3.574rem + 13.38vw, 8.75rem);
  /* 100 - 140 */
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .fv {
    padding-top: 90px;
  }
}
.fv::before {
  content: "";
  position: absolute;
  top: 88px;
  left: 0;
  background-image: url(../img/common/header_bg_l.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25vw;
  min-width: 140px;
  aspect-ratio: 360/265;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fv::before {
    top: calc(90px + 2.8vw);
  }
}
.fv::after {
  content: "";
  position: absolute;
  top: 88px;
  right: 0;
  background-image: url(../img/common/header_bg_r.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25vw;
  min-width: 140px;
  aspect-ratio: 360/265;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fv::after {
    top: calc(90px + 2.8vw);
  }
}
.fv__copy {
  position: relative;
  width: calc(100% - 20px);
  margin-top: 64px;
  margin-inline: auto;
  z-index: 100;
  opacity: 0;
}
@media screen and (min-width: 620px) {
  .fv__copy {
    width: 85vw;
  }
}
@media screen and (min-width: 768px) {
  .fv__copy {
    min-width: 600px;
    width: 48.6vw;
    margin-top: 5.6vw;
  }
}
.fv__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 0.616rem + 0.67vw, 0.938rem);
  /* 12 - 15 */
  font-weight: 600;
  text-transform: uppercase;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .fv__scroll {
    right: 2.78vw;
    bottom: 2.78vw;
  }
}
@media screen and (max-width: 767px) {
  .fv__scroll .icon {
    width: 24px;
    height: 24px;
  }
}
.fv__swiper {
  opacity: 0;
  margin-top: clamp(1.5rem, 0.43rem + 5.35vw, 2.5rem);
  /* 24 - 40 */
}
.fv__swiper .swiper-slide {
  padding-top: clamp(1.5rem, -0.012rem + 3.9vw, 3.5rem);
  /* 24 - 56 */
  padding-bottom: clamp(1.5rem, 1.122rem + 0.98vw, 2rem);
  /* 24 - 32 */
  position: relative;
}
.fv__swiper .swiper-slide.swiper-slide-active .support__deco,
.fv__swiper .swiper-slide.swiper-slide-active .general__deco,
.fv__swiper .swiper-slide.swiper-slide-active .business__deco {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.fv__swiper-item {
  position: relative;
  aspect-ratio: 600/380;
  border-radius: 10px;
}
.fv__swiper-item::before {
  content: "";
  background-size: cover;
  background-repeat: repeat-x;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.fv__swiper-item .deco {
  position: absolute;
  z-index: 30;
  width: 18.95%;
  aspect-ratio: 120/142;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 100;
}
.fv__swiper-item .deco.deco01 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.fv__swiper-item .deco.deco02 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.fv__swiper-item.support {
  background-color: #FCE7E2;
}
.fv__swiper-item.support::before {
  background-image: url(../img/home/fv_support_bg.png);
}
.fv__swiper-item.support .support__deco.deco01 {
  top: -4%;
  left: 24%;
}
.fv__swiper-item.support .support__deco.deco02 {
  top: 4%;
  left: auto;
  right: 18%;
}
.fv__swiper-item.general {
  background-color: #CBE1EF;
}
.fv__swiper-item.general::before {
  background-image: url(../img/home/fv_general_bg.png);
}
.fv__swiper-item.general .general__deco.deco01 {
  top: -6%;
  left: 20%;
}
.fv__swiper-item.general .general__deco.deco02 {
  top: 10%;
  left: 40%;
}
.fv__swiper-item.business {
  background-color: #E3F6EA;
}
.fv__swiper-item.business::before {
  background-image: url(../img/home/fv_business_bg.png);
}
.fv__swiper-item.business .business__deco.deco01 {
  top: -4%;
  left: 10%;
}
.fv__swiper-item.business .business__deco.deco02 {
  top: 10%;
  left: auto;
  right: 22%;
}
.fv__swiper-item-img {
  z-index: 20;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fv__swiper-item-img.general {
  width: 82.5%;
  bottom: -6%;
  aspect-ratio: 496/310;
}
.fv__swiper-item-img.business {
  width: 98%;
  bottom: -8.6%;
  aspect-ratio: 580/304;
}
.fv__swiper-item-img.support {
  width: 50%;
  bottom: -6%;
  aspect-ratio: 301/297;
}
.fv__swiper-item-img img {
  display: block;
  width: 100%;
}

/* 共通　 */
.home__section {
  position: relative;
  padding-block: clamp(2.5rem, 1.786rem + 3.57vw, 5rem);
  /* 40 - 80 */
  margin-inline: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.home__section.home-service {
  padding-block: clamp(4rem, 3.357rem + 3.21vw, 6.25rem);
  /* 64 - 100 */
}
.home__wrap {
  position: relative;
  margin-inline: auto;
  width: calc(100% - 40px);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .home__wrap {
    width: 87.98%;
  }
}
@media screen and (min-width: 1440px) {
  .home__wrap {
    width: 75%;
    max-width: 1080px;
  }
}
.home__inner {
  padding-top: clamp(1.5rem, 1.357rem + 0.71vw, 2rem);
  /* 24 - 32 */
  padding-bottom: clamp(4rem, 3.357rem + 3.21vw, 6.25rem);
  /* 64 - 100 */
  background-color: #fff;
  border-radius: 4px 4px 0 0;
}
.home__inner.hosting__inner, .home__inner.cloud__inner {
  padding-top: clamp(1.5rem, 0.786rem + 3.57vw, 4rem);
  /* 24 - 64 */
}
.home__inner.support__inner {
  border-radius: 4px;
}
.home__content {
  position: relative;
  width: calc(100% - 20px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .home__content {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) {
  .home__content {
    width: 88.89%;
  }
}
.home__block {
  margin-top: clamp(3.5rem, 3.071rem + 2.14vw, 5rem);
  /* 56 - 80 */
}
.home__block.top {
  margin-top: 0;
}

/* 共通　CTAセクション */
.home__cta {
  position: relative;
  padding-block: clamp(5rem, 4.571rem + 2.14vw, 6.5rem);
  /* 40 - 64 */
  padding-bottom: clamp(2.5rem, 2.071rem + 2.14vw, 4rem);
  /* 40 - 64 */
  border-radius: 0 0 4px 4px;
  color: #fff;
  text-align: center;
}
.home__cta::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(2.5rem, 2.071rem + 2.14vw, 4rem);
  /* 40 - 64 */
  background-color: #fff;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.home__cta::before {
  content: "";
  display: block;
  background-image: url(../img/common/cta_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home__cta.general {
  background-color: #1E7DBA;
}
.home__cta.business {
  background-color: #11B4C9;
}
.home__cta-ttl {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 32px;
  border-bottom: 2px solid #fff;
  font-size: clamp(1rem, 0.429rem + 1.19vw, 1.5rem);
  /* 16 - 24 */
  font-weight: 600;
  line-height: 1.4;
}
.home__cta-ttl::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-right: 3px solid #fff;
  -webkit-transform: skew(-40deg) translateX(-50%);
          transform: skew(-40deg) translateX(-50%);
  z-index: 1;
}
.home__cta-ttl .pc-none {
  display: block;
}
@media screen and (min-width: 620px) {
  .home__cta-ttl .pc-none {
    display: none;
  }
}
.home__cta-ttl.sm {
  font-size: clamp(1rem, 0.714rem + 0.6vw, 1.25rem);
  /* 16 - 20 */
}
.home__cta-ttl.cloud {
  border-bottom: 2px solid #11B4C9;
  padding-bottom: clamp(0.625rem, 0.518rem + 0.54vw, 1rem);
  /* 10 - 16 */
  margin-bottom: 20px;
}
.home__cta-ttl.cloud::before {
  border-right: 3px solid #11B4C9;
  background-color: #fff;
}
.home__cta-ttl.sub::before {
  background: #1E7DBA;
}
.home__cta-ttl.sub2::before {
  background: #11B4C9;
}
.home__cta-lead {
  width: 100%;
  margin-inline: auto;
  text-align: left;
}
@media screen and (min-width: 620px) {
  .home__cta-lead {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .home__cta-lead {
    width: 62.71%;
  }
}
@media screen and (min-width: 1024px) {
  .home__cta-lead {
    width: 100%;
  }
}
.home__cta-lead .sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .home__cta-lead .sp-none {
    display: block;
  }
}
.home__cta-box {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding-inline: clamp(0.625rem, 0.375rem + 1.25vw, 1.5rem);
  /* 10 - 24 */
  padding-top: clamp(2rem, 1.857rem + 0.71vw, 2.5rem);
  /* 32 - 40 */
  padding-bottom: 80px;
  margin-top: 24px;
}
@media screen and (min-width: 620px) {
  .home__cta-box {
    margin-top: 32px;
    padding-bottom: clamp(2rem, 1.857rem + 0.71vw, 2.5rem);
    /* 32 - 40 */
  }
}
@media screen and (min-width: 768px) {
  .home__cta-box {
    margin-top: 40px;
  }
}
.home__cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 24px;
}
@media screen and (min-width: 768px) {
  .home__cta-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home__cta-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 24px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .home__cta-dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 24px;
  }
}
.home__cta-img {
  position: absolute;
}
.home__cta-img.general {
  top: auto;
  right: auto;
  bottom: -20px;
  left: -20px;
  width: clamp(5rem, -0.272rem + 13.61vw, 6.25rem);
  /* 80 - 100 */
  aspect-ratio: 120/180;
}
@media screen and (min-width: 390px) {
  .home__cta-img.general {
    top: auto;
    right: auto;
    bottom: 0;
    left: 8px;
  }
}
@media screen and (min-width: 768px) {
  .home__cta-img.general {
    width: clamp(6.25rem, 4.821rem + 2.98vw, 7.5rem);
    /* 100 - 120 */
    top: calc(clamp(9.375rem, 7.232rem + 4.46vw, 11.25rem) * -1);
    /* 150 - 180 */
    right: auto;
    bottom: auto;
    left: 0;
  }
}
.home__cta-img.business {
  top: auto;
  right: -20px;
  bottom: -20px;
  left: auto;
  width: clamp(5rem, -0.272rem + 13.61vw, 6.25rem);
  /* 80 - 100 */
  aspect-ratio: 120/180;
}
@media screen and (min-width: 390px) {
  .home__cta-img.business {
    top: auto;
    right: 8px;
    bottom: 0;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  .home__cta-img.business {
    width: clamp(6.25rem, 4.821rem + 2.98vw, 7.5rem);
    /* 100 - 120 */
    top: calc(clamp(9.375rem, 7.232rem + 4.46vw, 11.25rem) * -1);
    /* 150 - 180 */
    right: 0;
    bottom: auto;
    left: auto;
  }
}
.home__cta-img.hosting {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -20px;
  width: clamp(5.625rem, 4.283rem + 6.71vw, 7.5rem);
  /* 90 - 120 */
  aspect-ratio: 150/179;
}
@media screen and (min-width: 390px) {
  .home__cta-img.hosting {
    top: auto;
    right: auto;
    bottom: 0;
    left: -14px;
  }
}
@media screen and (min-width: 620px) {
  .home__cta-img.hosting {
    left: 8px;
  }
}
@media screen and (min-width: 768px) {
  .home__cta-img.hosting {
    width: clamp(7.5rem, 5.357rem + 4.46vw, 9.375rem);
    /* 130 - 150 */
    top: calc(clamp(8.938rem, 6.295rem + 5.51vw, 11.25rem) * -1);
    /* 143 - 180 */
    right: auto;
    bottom: auto;
    left: 0;
  }
}
.home__cta-img.cloud {
  top: auto;
  right: -20px;
  bottom: -20px;
  left: auto;
  width: clamp(5.625rem, 4.283rem + 6.71vw, 7.5rem);
  /* 90 - 120 */
  aspect-ratio: 140/180;
}
@media screen and (min-width: 390px) {
  .home__cta-img.cloud {
    top: auto;
    right: 8px;
    bottom: -20px;
    left: auto;
  }
}
@media screen and (min-width: 620px) {
  .home__cta-img.cloud {
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .home__cta-img.cloud {
    width: clamp(7.5rem, 6.071rem + 2.98vw, 8.75rem);
    /* 100 - 120 */
    top: calc(clamp(9.625rem, 7.768rem + 3.87vw, 11.25rem) * -1);
    /* 150 - 180 */
    right: 0;
    bottom: auto;
    left: auto;
  }
}

/* 共通　カード */
.home-card__item {
  display: grid;
  grid-template-rows: auto 80px auto;
  row-gap: 16px;
  padding: 24px 16px;
  place-items: center;
  border-radius: 4px;
}
.home-card__item-img {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  max-width: 80px;
  aspect-ratio: 1/1;
}
.home-card__item-ttl {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: clamp(1.063rem, 0.909rem + 0.24vw, 1.125rem);
  /* 17 - 18 */
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
  text-align: center;
}
.home-card__item-ttl .small {
  font-size: 0.8125rem;
}
.home-card__item-ttl.accent {
  color: #EF856F;
}
.home-card__item-ttl.sub {
  color: #469FD9;
}
.home-card__item-ttl.sub2 {
  color: #11B4C9;
}
.home-card__item-txt {
  -ms-flex-item-align: start;
      align-self: start;
  font-size: 0.8125rem;
  text-align: left;
}
.home-card__item-txt .small {
  display: block;
  margin-top: 4px;
  font-size: 0.75rem;
  text-align: right;
}
.home-card__item-txt .link {
  border-bottom: 1px solid #333333;
}
.home-card__item-txt .link:hover {
  color: #EF856F;
  border-bottom: 1px solid #EF856F;
}

/* 共通　フロー */
.home-flow__item {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: 1fr;
  gap: 16px;
  position: relative;
  width: 100%;
  max-width: 380px;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 16px;
}
@media screen and (min-width: 620px) {
  .home-flow__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    max-width: 100%;
    width: 100%;
  }
}
.home-flow__item::after {
  content: "";
  display: block;
  background-image: url(../img/icon/icon_flow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
}
@media screen and (min-width: 620px) {
  .home-flow__item::after {
    top: 50%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%) translateX(0) rotate(0);
            transform: translateY(-50%) translateX(0) rotate(0);
    right: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .home-flow__item::after {
    width: 24px;
    height: 24px;
    right: -24px;
  }
}
.home-flow__item:nth-of-type(2n)::after {
  display: block;
}
@media screen and (min-width: 620px) {
  .home-flow__item:nth-of-type(2n)::after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .home-flow__item:nth-of-type(2n)::after {
    display: block;
  }
}
.home-flow__item:last-of-type::after {
  display: none;
}
.home-flow__item-img {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 620px) {
  .home-flow__item-img {
    width: 36.3%;
  }
}
@media screen and (min-width: 1024px) {
  .home-flow__item-img {
    width: 63.16%;
    max-width: 120px;
  }
}
.home-flow__item-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.home-flow__item-img img {
  display: block;
  width: 66.67%;
  position: relative;
  z-index: 2;
}
.home-flow__item-ttl {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: clamp(0.875rem, 0.808rem + 0.33vw, 0.938rem);
  /* 14 - 15 */
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.home-flow__item-ttl.accent {
  color: #EF856F;
}
.home-flow__item-ttl.sub {
  color: #469FD9;
}
.home-flow__item-ttl.sub2 {
  color: #11B4C9;
}
.home-flow .icon_flow {
  -ms-flex-item-align: center;
      align-self: center;
}
.home-flow__deco {
  width: 38px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 3;
}
@media screen and (min-width: 620px) {
  .home-flow__deco {
    width: 50px;
    top: -18px;
    left: -30px;
  }
}
.home-flow__deco img {
  display: block;
  width: 100%;
}
.home-flow__deco.last {
  aspect-ratio: 51/58;
  top: -18px;
}

/* 共通　リード */
.home__lead {
  position: relative;
}
.home__lead.general {
  background-color: #EDF8FF;
  padding-block: 32px 40px;
  border-radius: 4px;
}
.home__lead.cloud {
  background-color: #F5F5F5;
  padding-block: 32px 40px;
  border-radius: 4px;
}
.home__lead-deco {
  width: 27px;
  aspect-ratio: 1/1;
  position: absolute;
}
.home__lead-deco.left-top {
  top: 0px;
  left: 0px;
}
.home__lead-deco.right-top {
  top: 0px;
  right: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home__lead-deco.left-bottom {
  bottom: 0px;
  left: 0px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.home__lead-deco.right-bottom {
  bottom: 0px;
  right: 0px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.home__lead-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  /* 16 - 18 */
  font-weight: 600;
  color: #11B4C9;
}
.home__lead-head.mfi {
  color: #469FD9;
}
.home__lead-head img {
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
}
.home__lead-txt {
  margin-top: 16px;
  margin-inline: auto;
  width: 90%;
  line-height: 2;
}
@media screen and (min-width: 620px) {
  .home__lead-txt {
    width: 87%;
  }
}
.home__lead-txt p + p {
  margin-top: 10px;
}
.home__lead-txt .accent {
  border-bottom: 1px solid #11B4C9;
}
.home__lead-copy {
  margin-inline: auto;
  width: 90%;
  line-height: 2;
  font-size: clamp(1.063rem, 0.563rem + 1.04vw, 1.5rem);
  /* 17 - 24 */
  font-weight: 600;
  color: #469FD9;
  text-align: center;
}
@media screen and (min-width: 620px) {
  .home__lead-copy {
    width: 87%;
  }
}
.home__lead-copy .pc-none {
  display: none;
}
@media screen and (min-width: 375px) {
  .home__lead-copy .pc-none {
    display: block;
  }
}
@media screen and (min-width: 620px) {
  .home__lead-copy .pc-none {
    display: none;
  }
}
.home__lead-copy .accent {
  color: #EF856F;
}
.home__lead-copy .accent-dots {
  background-image: radial-gradient(circle at center, #EF856F 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.2em;
}
.home__lead-img {
  position: absolute;
}
.home__lead-img.general {
  width: 25%;
  min-width: 120px;
  right: -20px;
  bottom: -40px;
}
@media screen and (min-width: 375px) {
  .home__lead-img.general {
    bottom: -16px;
  }
}
@media screen and (min-width: 620px) {
  .home__lead-img.general {
    width: 20.83%;
    max-width: 200px;
    right: -20px;
    bottom: -24px;
  }
}
.home__lead-img.hosting {
  width: 14.6%;
  max-width: 140px;
  min-width: 100px;
  right: -16px;
  bottom: -56px;
}
@media screen and (min-width: 620px) {
  .home__lead-img.hosting {
    min-width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .home__lead-img.hosting {
    min-width: 100px;
    right: -32px;
    bottom: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .home__lead-img.hosting {
    right: -20px;
    bottom: -10px;
  }
}
.home__lead-img.cloud {
  width: 14.6%;
  max-width: 140px;
  min-width: 100px;
  left: 0;
  bottom: -60px;
}
@media screen and (min-width: 620px) {
  .home__lead-img.cloud {
    min-width: 120px;
    left: -16px;
  }
}
@media screen and (min-width: 768px) {
  .home__lead-img.cloud {
    min-width: 100px;
    left: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .home__lead-img.cloud {
    left: -28px;
    bottom: -72px;
  }
}
.home__lead-img img {
  display: block;
  width: 100%;
}

/* 共通　テーブル */
.home__table {
  width: 100%;
}
.home__table .table {
  width: 100%;
}
.home__table .tr {
  width: 100%;
}
@media screen and (min-width: 620px) {
  .home__table .tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home__table .tr:not(:first-of-type) {
  margin-top: 2px;
  border-top: 2px solid #fff;
}
.home__table .tr .small {
  font-size: 0.75rem;
}
.home__table .th {
  width: 100%;
  padding: 16px;
  background-color: #11B4C9;
  font-weight: 600;
  color: #fff;
  display: block;
  font-size: clamp(0.813rem, 0.718rem + 0.24vw, 0.938rem);
  /* 13 - 15 */
}
@media screen and (min-width: 620px) {
  .home__table .th {
    display: table-cell;
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .home__table .th {
    width: 41.67%;
    padding: 16px 24px;
  }
}
.home__table .td {
  padding: 16px;
  background-color: #f5f5f5;
  border-left: 2px solid #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  font-size: clamp(0.813rem, 0.718rem + 0.24vw, 0.938rem);
  /* 13 - 15 */
}
@media screen and (min-width: 620px) {
  .home__table .td {
    display: table-cell;
  }
}
@media screen and (min-width: 1024px) {
  .home__table .td {
    padding: 16px 24px;
  }
}
.home__table-txt {
  margin-top: 8px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #555555;
}
.home__table-txt .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 3px 8px 4px 6px;
  background-color: #EF856F;
  border-radius: 2px;
  color: #fff;
  line-height: 1;
}
.home__table-txt .label img {
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
}
.home__table-txt .link {
  border-bottom: 1px solid #555;
}
.home__table-txt p + p {
  margin-top: 8px;
}
.home__table-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-bottom: 1px solid #555;
  margin-top: 10px;
}
.home__table-link:hover {
  color: #EF856F;
  border-color: #EF856F;
}
.home__table-link:hover .icon {
  stroke: #EF856F;
}
.home__table.monthly-sp {
  display: table;
}
@media screen and (min-width: 620px) {
  .home__table.monthly-sp {
    display: none;
  }
}
.home__table.monthly-sp .th {
  font-size: clamp(0.813rem, 0.718rem + 0.24vw, 0.938rem);
  /* 13 - 15 */
}
.home__table.monthly-sp .td {
  font-size: clamp(0.813rem, 0.718rem + 0.24vw, 0.938rem);
  /* 13 - 15 */
}
.home__table.monthly-sp.bottom {
  margin-top: 24px;
}
.home__table.monthly {
  display: none;
}
@media screen and (min-width: 620px) {
  .home__table.monthly {
    display: table;
  }
}
.home__table.monthly .th {
  font-size: clamp(0.813rem, 0.718rem + 0.24vw, 0.938rem);
  /* 13 - 15 */
  text-align: center;
  display: table-cell;
}
.home__table.monthly .th:not(:first-of-type) {
  border-left: 2px solid #fff;
}
.home__table.monthly .th:nth-of-type(1) {
  width: 35%;
}
.home__table.monthly .th:nth-of-type(2) {
  width: 20%;
}
.home__table.monthly .th:nth-of-type(3) {
  width: 20%;
}
.home__table.monthly .th:nth-of-type(4) {
  width: 25%;
}
.home__table.monthly .td {
  display: table-cell;
  font-size: clamp(0.813rem, 0.718rem + 0.24vw, 0.938rem);
  /* 13 - 15 */
}
.home__table.monthly .td:nth-of-type(1) {
  width: 35%;
}
.home__table.monthly .td:nth-of-type(2) {
  width: 20%;
}
.home__table.monthly .td:nth-of-type(3) {
  width: 20%;
}
.home__table.monthly .td:nth-of-type(4) {
  width: 25%;
}
.home__table.option .tr {
  display: table-row;
}
.home__table.option .tr:not(:first-of-type) {
  border-top: 2px solid #fff;
}
.home__table.option .th {
  text-align: center;
  display: table-cell;
  font-size: clamp(0.813rem, 0.718rem + 0.24vw, 0.938rem);
  /* 13 - 15 */
}
.home__table.option .th:nth-of-type(1) {
  width: 55%;
}
@media screen and (min-width: 620px) {
  .home__table.option .th:nth-of-type(1) {
    width: 62.5%;
  }
}
.home__table.option .th:nth-of-type(2) {
  width: 45%;
  border-left: 2px solid #fff;
}
@media screen and (min-width: 620px) {
  .home__table.option .th:nth-of-type(2) {
    width: 37.5%;
  }
}
.home__table.option .td {
  display: table-cell;
  position: relative;
  font-size: clamp(0.813rem, 0.718rem + 0.24vw, 0.938rem);
  /* 13 - 15 */
}
.home__table.option .td:nth-of-type(1) {
  width: 55%;
}
@media screen and (min-width: 620px) {
  .home__table.option .td:nth-of-type(1) {
    width: 62.5%;
  }
}
.home__table.option .td:nth-of-type(2) {
  width: 45%;
  text-align: center;
  border-left: 2px solid #fff;
}
@media screen and (min-width: 620px) {
  .home__table.option .td:nth-of-type(2) {
    width: 37.5%;
  }
}
.home__table.option .td .icon_recommend {
  position: absolute;
  left: -20px;
  top: -24px;
}
@media screen and (min-width: 768px) {
  .home__table.option .td .icon_recommend {
    left: -42px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.home__table.option .td .icon_recommend img {
  display: block;
  width: 62px;
}

/* アコーディオン */
.home__accordion-head {
  padding-inline: 16px 50px;
  margin-block: 40px clamp(1rem, 0.857rem + 0.71vw, 1.5rem);
  /* 16 - 24 */
  border-left: 4px solid #11B4C9;
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.home__accordion-head::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 32px;
  height: 32px;
  background-image: url(../img/icon/icon_c-plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home__accordion-head.is-open::after {
  background-image: url(../img/icon/icon_c-minus.svg);
}
.home__accordion-head:hover {
  opacity: 0.7;
}
.home__accordion-head.mfi {
  border-left: 4px solid #469FD9;
}
.home__accordion-desc {
  padding-block: 16px 24px;
  display: none;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  height: 0;
}
.home__accordion-desc.is-open {
  display: block;
  height: auto;
}
.home__accordion-block:not(:first-of-type) {
  margin-top: 40px;
}
.home__accordion-block .ttl {
  font-weight: 600;
  color: #11B4C9;
}
.home__accordion-block .txt {
  margin-top: 8px;
}
.home__accordion-block .img {
  margin-top: 24px;
}
.home__accordion-block .img img {
  display: block;
  width: 100%;
}

/* 新着情報 */
.home-news {
  background-color: #fff;
  padding-top: clamp(4rem, 3.357rem + 3.21vw, 6.25rem);
  /* 64 - 100 */
}
.home-news__ttl {
  line-height: 1;
}
.home-news__ttl .en {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3rem, 2.714rem + 1.43vw, 4rem);
  /* 48 - 64 */
  font-weight: 600;
  letter-spacing: 0;
}
.home-news__ttl .ja {
  font-weight: 500;
  font-size: clamp(0.938rem, 0.884rem + 0.27vw, 1.125rem);
  /* 15 - 18 */
  margin-top: 8px;
  padding-left: 16px;
  position: relative;
}
.home-news__ttl .ja::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #EF856F;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-news__head {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}
@media screen and (min-width: 1024px) {
  .home-news__head {
    grid-template-columns: auto 61.5%;
  }
}
.home-news__category-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
@media screen and (min-width: 620px) {
  .home-news__category-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
}
.home-news__category {
  -ms-flex-item-align: end;
      align-self: end;
}
.home-news__category-item {
  background-color: #F5F5F5;
  text-align: center;
  padding: clamp(0.625rem, 0.436rem + 0.49vw, 0.875rem);
  /* 10 - 14 */
  border-radius: 4px;
  font-size: 0.8125rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-news__category-item.is-current {
  background-color: #A4A4A4;
  color: #fff;
}
.home-news__category-item:hover {
  background-color: #A4A4A4;
  color: #fff;
}
.home-news__list {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .home-news__list {
    margin-top: 40px;
  }
}
.home-news__list .tab-content {
  display: none;
}
.home-news__list .tab-content.is-active {
  display: block;
}
.home-news__btn {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home-news__item:first-of-type .news__item-link {
  border-top: 1px solid #EBEBEB;
}

/* サービス */
.home-service {
  text-align: center;
}
.home-service__head {
  display: inline-block;
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  /* 18 - 24 */
  text-align: left;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  padding-left: 48px;
  font-weight: 700;
}
.home-service__head::before {
  content: "";
  display: inline-block;
  background-image: url(../img/home/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  aspect-ratio: 40/55;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-service__head .txt {
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
}
.home-service__head .txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-image: radial-gradient(circle, #C1C1C1 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 4px;
}
.home-service__list {
  margin-top: clamp(1.5rem, 1.214rem + 1.43vw, 2.5rem);
  /* 24 - 40 */
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 2.2%;
}
@media screen and (min-width: 768px) {
  .home-service__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.home-service__item-link {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  padding: clamp(1rem, 0.429rem + 1.19vw, 1.5rem);
  /* 16 - 24 */
  width: 100%;
  height: 100%;
  padding-bottom: 24px;
  position: relative;
  border-radius: 4px;
}
.home-service__item-link.general {
  background-color: #F0F9FF;
  border: 2px solid #469FD9;
}
.home-service__item-link.general .home-service__ttl {
  background: linear-gradient(172deg, rgb(70, 159, 217) 0%, rgb(70, 159, 217) 54%, rgb(126, 184, 230) 54%, rgb(126, 184, 230) 100%);
}
.home-service__item-link.business {
  background-color: #F2FDFF;
  border: 2px solid #11B4C9;
}
.home-service__item-link.business .home-service__ttl {
  background: linear-gradient(172deg, rgb(17, 180, 201) 0%, rgb(17, 180, 201) 54%, rgb(122, 202, 211) 54%, rgb(122, 202, 211) 100%);
}
.home-service__item-link.support {
  background-color: #FFF8F7;
  border: 2px solid #EF856F;
}
.home-service__item-link.support .home-service__ttl {
  background: linear-gradient(172deg, rgb(239, 133, 111) 0%, rgb(239, 133, 111) 54%, rgb(244, 169, 138) 54%, rgb(244, 169, 138) 100%);
}
.home-service__item-link .icon {
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home-service__item-link:hover .icon {
  -webkit-transform: translateX(-50%) translateY(4px);
          transform: translateX(-50%) translateY(4px);
}
.home-service__ttl {
  font-size: clamp(1rem, 0.857rem + 0.3vw, 1.125rem);
  /* 16 - 18 */
  font-weight: 700;
  color: #fff;
  width: 100%;
  border-radius: calc(infinity * 1px);
  padding-block: 4px;
}
.home-service__img {
  width: 61%;
  min-width: 150px;
  max-width: 210px;
  margin-top: 10px;
}
.home-service__txt {
  margin-top: 18px;
  text-align: left;
}

/* 一般のお客様 */
.home-general {
  background-color: #5EA3D9;
  text-align: center;
}

.general__txt {
  margin-block: 60px 40px;
  font-size: clamp(0.938rem, 0.884rem + 0.27vw, 1.125rem);
  /* 15 - 18 */
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 375px) {
  .general__txt {
    margin-block: 40px;
  }
}
@media screen and (min-width: 620px) {
  .general__txt {
    text-align: center;
  }
}
.general__txt .sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .general__txt .sp-none {
    display: block;
  }
}
.general__ttl {
  display: inline-block;
  border-bottom: 1px solid #333333;
  margin-bottom: clamp(1.5rem, 1.357rem + 0.71vw, 2rem);
  /* 24 - 32 */
}
.general-type {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .general-type {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2.5%;
       -moz-column-gap: 2.5%;
            column-gap: 2.5%;
  }
}
.general-type__item {
  padding-bottom: 40px;
  border-radius: 4px;
  overflow: hidden;
}
.general-type__item.apartment {
  background-color: #FCF5F3;
  border: 2px solid #EF856F;
  color: #EF856F;
}
.general-type__item.house {
  background-color: #F0F9FF;
  border: 2px solid #469FD9;
  color: #469FD9;
}
.general-type__head {
  padding: 12px;
  color: #fff;
  font-size: 1.125rem;
}
.general-type__head.apartment {
  background-color: #EF856F;
}
.general-type__head.house {
  background-color: #469FD9;
}
.general-type__ttl {
  margin-top: 24px;
}
.general-type__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  padding: 24px;
  margin-top: 24px;
  margin-inline: auto;
  width: 90%;
  border-radius: 4px;
  background-color: #fff;
}
@media screen and (min-width: 620px) {
  .general-type__price {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .general-type__price {
    width: 64%;
  }
}
.general-type__price::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.general-type__price.apartment::after {
  width: 34.69%;
  max-width: 102px;
  aspect-ratio: 102/87;
  bottom: 8px;
  right: 8px;
  background-image: url(../img/general/bg_l.svg);
}
.general-type__price.house::after {
  background-image: url(../img/general/bg_r.svg);
  width: 40.82%;
  max-width: 120px;
  aspect-ratio: 120/68;
  bottom: 8px;
  right: 8px;
}
.general-type__price .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.general-type__price .label {
  display: inline-block;
  padding: 3px 6px 4px 6px;
  border-radius: 2px;
  color: #fff;
  line-height: 1;
}
.general-type__price .label.apartment {
  background-color: #EF856F;
}
.general-type__price .label.house {
  background-color: #469FD9;
}
.general-type__price .price-value {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
.general-type__price .price-value .small {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic", "ヒラギノ角ゴ W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.general-type__price .monthly {
  color: #333333;
  z-index: 1;
}
.general-type__attention {
  margin-top: 10px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: right;
  line-height: 1.4;
}
.general-type__attention .link {
  border-bottom: 1px solid #333333;
}
.general-type__attention .link:hover {
  color: #EF856F;
  border-color: #EF856F;
}
.general__card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(6, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 380px;
  margin-inline: auto;
}
@media screen and (min-width: 620px) {
  .general__card {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .general__card {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .general__card {
    gap: 24px;
  }
}
.general__card-item {
  background-color: #F2F8FC;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.general__card-item-ttl {
  font-size: clamp(1rem, 0.972rem + 0.14vw, 1.063rem);
  /* 16 - 17 */
}
@media screen and (min-width: 1024px) {
  .general__card-item-ttl {
    font-size: clamp(1rem, 0.692rem + 0.48vw, 1.125rem);
    /* 16 - 18 */
  }
}
.general__flow {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (min-width: 620px) {
  .general__flow {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .general__flow {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .general__flow {
    gap: 24px;
  }
}
.general__flow-item {
  background-color: #F2F8FC;
}

/* 法人・企業 */
.home-business {
  background-color: #7ACAD3;
}
.home-business__wrap:not(:first-of-type) {
  margin-top: 40px;
}

.business__lead {
  font-size: clamp(0.938rem, 0.723rem + 0.45vw, 1.125rem);
  /* 15 - 18 */
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 620px) {
  .business__lead {
    text-align: center;
  }
}
.business__lead .accent {
  color: #EF856F;
}
.business__lead .sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .business__lead .sp-none {
    display: block;
  }
}
.business__lead p + p {
  margin-top: 10px;
}
.business__img {
  display: none;
}
@media screen and (min-width: 620px) {
  .business__img {
    display: block;
    position: absolute;
    left: 0;
    top: calc(clamp(8.125rem, 4.345rem + 9.76vw, 13.125rem) * -1);
    width: clamp(8.125rem, 4.345rem + 9.76vw, 13.125rem);
    /* 130 - 210 */
  }
}
.business__wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
  gap: 10px;
  position: relative;
}
@media screen and (min-width: 620px) {
  .business__wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
@media screen and (min-width: 1024px) {
  .business__wrap {
    gap: 24px;
  }
}
.business__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(0.625rem, 0.375rem + 1.25vw, 1.5rem);
  /* 10 - 24 */
  padding-bottom: 24px;
  background-color: #F5F5F5;
  border-radius: 4px;
}
.business__item-img {
  border-radius: 4px;
  overflow: hidden;
}
.business__item-ttl {
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  /* 16 - 18 */
  font-weight: 600;
  color: #11B4C9;
  line-height: 1.4;
}
.business__item-txt {
  font-size: 0.8125rem;
}
.business__flow {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (min-width: 620px) {
  .business__flow {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .business__flow {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .business__flow {
    gap: 24px;
  }
}
.business__flow-item {
  background-color: #F5F5F5;
}
@media screen and (min-width: 1024px) {
  .business__flow-item:nth-of-type(4)::after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .business__flow-item:nth-of-type(5) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media screen and (min-width: 1024px) {
  .business__flow-item:nth-of-type(6) {
    grid-row: 2/3;
    grid-column: 3/4;
  }
}

/* ホスティング */
.hosting__anchor-link {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 200px));
  gap: 16px;
  margin-top: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 620px) {
  .hosting__anchor-link {
    grid-template-columns: repeat(2, 200px);
    gap: 32px;
  }
}
.hosting__anchor-link::after {
  content: "";
  background-image: radial-gradient(circle, #C1C1C1 1px, transparent 1px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 8px 8px;
  position: absolute;
  width: 8px;
  height: 85%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.hosting__anchor-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hosting__anchor-item:hover .icon {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.hosting__anchor-item .ttl {
  margin-block: 8px 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.hosting__anchor-item .ttl .pc-none {
  display: block;
}
@media screen and (min-width: 620px) {
  .hosting__anchor-item .ttl .pc-none {
    display: none;
  }
}
.hosting__anchor-item .img {
  display: block;
  width: 80px;
}
.hosting__card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: "service01" "service02" "service03";
  gap: 10px;
  width: 100%;
  max-width: 380px;
  margin-inline: auto;
}
@media screen and (min-width: 620px) {
  .hosting__card {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "service01 service01 service02 service02" ". service03 service03 .";
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .hosting__card {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-template-areas: "service01 service02 service03";
    gap: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .hosting__card {
    gap: 24px;
  }
}
.hosting__card-item {
  background-color: #F5F5F5;
}
.hosting__card-item:nth-of-type(1) {
  grid-area: service01;
}
.hosting__card-item:nth-of-type(2) {
  grid-area: service02;
}
.hosting__card-item:nth-of-type(3) {
  grid-area: service03;
}
.hosting__flow {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 1fr);
  grid-template-areas: "service01" "service02" "service03" "service04" "service05";
  gap: 20px;
}
@media screen and (min-width: 620px) {
  .hosting__flow {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "service01 service01 service02 service02" "service03 service03 service04 service04" ". service05 service05 .";
    gap: 16px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .hosting__flow {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "service01 service01 service02 service02 service03 service03" ". service04 service04 service05 service05 .";
    gap: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .hosting__flow {
    gap: 24px;
  }
}
.hosting__flow-item {
  background-color: #F5F5F5;
}
.hosting__flow-item:nth-of-type(1) {
  grid-area: service01;
}
.hosting__flow-item:nth-of-type(2) {
  grid-area: service02;
}
.hosting__flow-item:nth-of-type(3) {
  grid-area: service03;
}
@media screen and (min-width: 1024px) {
  .hosting__flow-item:nth-of-type(3)::after {
    display: none;
  }
}
.hosting__flow-item:nth-of-type(4) {
  grid-area: service04;
}
.hosting__flow-item:nth-of-type(5) {
  grid-area: service05;
}
.hosting__flow-item::after {
  background-image: url(../img/icon/icon_flow_sub2.svg);
}

/* クラウド */
.cloud__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr auto;
  -webkit-column-gap: 3.33%;
     -moz-column-gap: 3.33%;
          column-gap: 3.33%;
  grid-template-areas: "ttl ttl" "img img" "desc desc";
  padding: clamp(0.625rem, 0.518rem + 0.54vw, 1rem);
  /* 10 - 16 */
  padding-bottom: 16px;
  border-radius: 4px;
  border: 2px solid #11B4C9;
}
@media screen and (min-width: 620px) {
  .cloud__item {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 3.33%;
       -moz-column-gap: 3.33%;
            column-gap: 3.33%;
    grid-template-areas: "ttl ttl" "img desc";
  }
}
.cloud__item:last-of-type {
  margin-top: 16px;
}
.cloud__item-ttl {
  grid-area: ttl;
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
  /* 16 - 20 */
  color: #11B4C9;
  font-weight: 600;
  text-align: center;
}
.cloud__item-img {
  grid-area: img;
  align-self: center;
  border-radius: 2px;
  overflow: hidden;
}
.cloud__item-desc {
  grid-area: desc;
  align-self: center;
}
@media screen and (max-width: 619px) {
  .cloud__item-desc {
    margin-top: 16px;
  }
}
.cloud__item-desc .head {
  margin-bottom: 8px;
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  /* 16 - 18 */
  color: #11B4C9;
}
@media screen and (min-width: 620px) {
  .cloud__item-desc .head {
    margin-bottom: 16px;
  }
}
.cloud__item-desc .txt {
  font-size: 0.8125rem;
}
.cloud__item-desc .txt + .txt {
  margin-top: 10px;
}
.cloud__card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 1fr);
  grid-template-areas: "service01" "service02" "service03" "service04" "service05" "service06";
  gap: 10px;
  width: 100%;
  max-width: 380px;
  margin-inline: auto;
}
@media screen and (min-width: 620px) {
  .cloud__card {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "service01 service01 service02 service02" "service03 service03 service04 service04" ". service05 service05 .";
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .cloud__card {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "service01 service01 service02 service02 service03 service03" ". service04 service04 service05 service05 .";
    gap: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .cloud__card {
    gap: 24px;
  }
}
.cloud__card-item {
  grid-area: service01;
  background-color: #F5F5F5;
}
.cloud__card-item:nth-of-type(2) {
  grid-area: service02;
}
.cloud__card-item:nth-of-type(3) {
  grid-area: service03;
}
.cloud__card-item:nth-of-type(4) {
  grid-area: service04;
}
.cloud__card-item:nth-of-type(5) {
  grid-area: service05;
}
.cloud__card-item:nth-of-type(6) {
  grid-area: service06;
}

/* サポート */
.home-support {
  background-color: #F69683;
}
.home-support__lead {
  text-align: left;
}
@media screen and (min-width: 620px) {
  .home-support__lead {
    text-align: center;
  }
}
.home-support__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 24px;
  margin-top: 24px;
  margin-bottom: 110px;
}
@media screen and (min-width: 620px) {
  .home-support__btn {
    margin-top: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .home-support__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-block: 56px 40px;
  }
}
.home-support__img {
  position: absolute;
}
.home-support__img.left {
  bottom: -8px;
  left: clamp(1.5rem, -4.038rem + 8.65vw, 3.75rem);
  /* 24 - 60 */
  width: 12.96%;
  max-width: 140px;
  min-width: 100px;
}
@media screen and (min-width: 620px) {
  .home-support__img.left {
    width: 12.96%;
    max-width: 140px;
  }
}
.home-support__img.right {
  bottom: 1.39vw;
  right: 1.11vw;
  width: 17.04%;
  max-width: 184px;
  min-width: 130px;
}
@media screen and (min-width: 620px) {
  .home-support__img.right {
    width: 17.04%;
    max-width: 184px;
  }
}

/*====================================================
*
*	faq
*
====================================================*/
.faq__anchor-link {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  font-size: clamp(0.813rem, 0.67rem + 0.3vw, 0.938rem);
  /* 13 - 15 */
}
@media screen and (min-width: 768px) {
  .faq__anchor-link {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
}
.faq__anchor-link .anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 16px;
}
.faq__anchor-link .anchor-link.general {
  border-bottom: 1px solid #469FD9;
}
.faq__anchor-link .anchor-link.technology {
  border-bottom: 1px solid #11B4C9;
}
.faq__anchor-link .anchor-link.hosting {
  border-bottom: 1px solid #EF856F;
}
.faq__anchor-link .anchor-link:hover {
  opacity: 0.7;
}
.faq__head {
  text-align: center;
  color: #fff;
  font-size: clamp(1.125rem, 0.982rem + 0.3vw, 1.25rem);
  /* 18 - 20 */
  font-weight: 600;
  padding-block: 8px;
  border-radius: calc(infinity * 1px);
}
.faq__section {
  padding-top: clamp(4rem, 3.357rem + 3.21vw, 6.25rem);
  /* 64 - 100 */
}
.faq__section.general .faq__head {
  background: linear-gradient(176deg, rgb(70, 159, 217) 0%, rgb(70, 159, 217) 64%, rgb(126, 184, 230) 64%, rgb(126, 184, 230) 100%);
}
.faq__section.general .faq__block-ttl {
  border-left: 4px solid #469FD9;
}
.faq__section.technology .faq__head {
  background: linear-gradient(176deg, rgb(17, 180, 201) 0%, rgb(17, 180, 201) 64%, rgb(122, 202, 211) 64%, rgb(122, 202, 211) 100%);
}
.faq__section.technology .faq__block-ttl {
  border-left: 4px solid #11B4C9;
}
.faq__section.hosting .faq__head {
  background: linear-gradient(176deg, rgb(239, 133, 111) 0%, rgb(239, 133, 111) 64%, rgb(244, 169, 138) 64%, rgb(244, 169, 138) 100%);
}
.faq__section.hosting .faq__block-ttl {
  border-left: 4px solid #EF856F;
}
.faq__section.mfi .faq__head {
  background: linear-gradient(176deg, rgb(70, 159, 217) 0%, rgb(70, 159, 217) 64%, rgb(126, 184, 230) 64%, rgb(126, 184, 230) 100%);
}
.faq__section.mfi .faq__block-ttl {
  border-left: 4px solid #469FD9;
}
.faq__block {
  margin-top: 40px;
}
.faq__block-ttl {
  padding-left: 16px;
  margin-bottom: 24px;
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  /* 16 - 18 */
  font-weight: 600;
  line-height: 1.4;
}
.faq__accordion-item:not(:first-of-type) {
  margin-top: 10px;
}
.faq__accordion-head {
  padding: 16px 48px 16px 16px;
  background-color: #F5F5F5;
  border-radius: 4px;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
  /* 14 - 16 */
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq__accordion-head {
    padding: 16px 48px 16px 24px;
  }
}
.faq__accordion-head::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 16px;
  width: 20px;
  height: 20px;
  background: url("../img/icon/icon_plus.svg") center/contain no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__accordion-head.is-open::after {
  background-image: url("../img/icon/icon_minus.svg");
}
.faq__accordion-desc {
  display: none;
  padding: 24px;
  background-color: #fff;
  line-height: 1.8;
}
.faq__accordion-desc .list {
  margin-block: 8px;
}
.faq__link {
  color: #EF856F;
  text-decoration: underline;
}
.faq__link:hover {
  opacity: 0.7;
}

/*====================================================
*
*	News
*
====================================================*/
.news__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px 4%;
}
@media screen and (min-width: 768px) {
  .news__wrap {
    grid-template-columns: 1fr 200px;
  }
}
@media screen and (min-width: 1024px) {
  .news__wrap {
    grid-template-columns: 1fr 240px;
    gap: 7.4%;
  }
}
.news__item:first-of-type .news__item-link {
  border-top: 1px solid #EBEBEB;
}
.news__item-link {
  display: grid;
  grid-template-columns: 1fr 16px;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #EBEBEB;
}
@media screen and (min-width: 768px) {
  .news__item-link {
    padding: 40px 16px;
  }
}
.news__item-link:hover .icon {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  stroke: #333333;
}
.news__item-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px clamp(1rem, -1.462rem + 3.85vw, 2rem);
  /* 16 - 32 */
}
@media screen and (min-width: 1024px) {
  .news__item-body {
    grid-template-columns: auto 1fr;
  }
}
.news__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__item-date {
  font-size: 0.8125rem;
  font-weight: 400;
}
.news__item-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .news__item-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.news__item-category .c-cat {
  font-size: 0.75rem;
  color: #fff;
  padding: 4px 8px 5px 8px;
  border-radius: 2px;
  min-width: 110px;
  text-align: center;
  line-height: 1;
}
.news__item-category .c-cat.cat-news {
  background-color: #58A874;
}
.news__item-category .c-cat.cat-maintenance {
  background-color: #469FD9;
}
.news__item-category .c-cat.cat-incident {
  background-color: #EF856F;
}
.news__item-category .c-cat.cat-support {
  background-color: #11B4C9;
}
.news__item-ttl {
  font-size: 0.9375rem;
  font-weight: 600;
  -ms-flex-item-align: center;
      align-self: center;
}
.news__aside-block:not(:first-of-type) {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .news__aside-block:not(:first-of-type) {
    margin-top: 64px;
  }
}
.news__aside-ttl {
  font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.25rem);
  /* 18 - 20 */
  font-weight: 600;
  padding-left: 20px;
  border-left: 4px solid #11B4C9;
  line-height: 1.4;
}
.news__aside-list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .news__aside-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news__aside-link {
  display: block;
  padding-left: 20px;
  position: relative;
}
.news__aside-link::before {
  content: "";
  background-image: url(../img/icon/icon_aside.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news__aside-link.is-active::before {
  background-image: url(../img/icon/icon_aside_active.svg);
}
.news__aside-link:hover {
  color: #11B4C9;
}
.news__aside-link:hover::before {
  background-image: url(../img/icon/icon_aside_active.svg);
}

.news-single__ttl {
  margin-top: clamp(1rem, 0.642rem + 1.79vw, 1.5rem);
  /* 16 - 24 */
  font-size: clamp(1.25rem, 0.964rem + 0.6vw, 1.5rem);
  /* 20 - 24 */
  font-weight: 600;
}
.news-single__body {
  margin-top: clamp(1rem, 0.642rem + 1.79vw, 1.5rem);
  /* 16 - 24 */
  line-height: 1.8;
}
.news-single__content {
  padding: clamp(2rem, 0.286rem + 3.57vw, 3.5rem) clamp(1.5rem, 0.286rem + 3.57vw, 3.5rem);
  /* 32 - 56 */
  border-radius: 16px;
  border: 1px solid #EBEBEB;
}
.news-single__item-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-single__item-category .c-cat {
  font-size: 0.75rem;
  color: #fff;
  padding: 4px 8px 5px 8px;
  border-radius: 2px;
  min-width: 110px;
  text-align: center;
  line-height: 1;
}
.news-single__item-category .c-cat.cat-news {
  background-color: #58A874;
}
.news-single__item-category .c-cat.cat-maintenance {
  background-color: #469FD9;
}
.news-single__item-category .c-cat.cat-incident {
  background-color: #EF856F;
}
.news-single__item-category .c-cat.cat-support {
  background-color: #11B4C9;
}

/*====================================================
*
*	contact
*
====================================================*/
.contact {
  line-height: 1.8;
}
.contact__section:not(:first-of-type) {
  margin-top: 72px;
}
.contact__section.form {
  padding-bottom: 64px;
}
.contact__section.support {
  background-color: #EF856F;
  padding-block: 100px;
}
.contact__ttl {
  padding-left: 16px;
  border-left: 4px solid #EF856F;
  font-weight: 600;
  line-height: 1.4;
}
.contact__lead {
  margin-top: 24px;
}
.contact-form {
  margin-top: 32px;
}
.contact-form iframe {
  width: 100%;
  height: 1500px;
}
@media screen and (min-width: 390px) {
  .contact-form iframe {
    height: 1300px;
  }
}
@media screen and (min-width: 620px) {
  .contact-form iframe {
    height: 1120px;
  }
}
@media screen and (min-width: 768px) {
  .contact-form iframe {
    width: 640px;
    aspect-ratio: 640/1092;
  }
}

.info__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-top: 24px;
}
@media screen and (min-width: 390px) {
  .info__lead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.info__lead-img {
  max-width: 140px;
  min-width: 100px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.info__lead-img img {
  width: 100%;
}
.info__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px 2.2%;
  width: 100%;
  margin-top: -10px;
}
@media screen and (min-width: 390px) {
  .info__wrap {
    margin-top: 32px;
  }
}
@media screen and (min-width: 620px) {
  .info__wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .info__wrap {
    width: 71.1%;
    min-width: 680px;
  }
}
.info__item {
  background-color: #F5F5F5;
  border-radius: 4px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 16px;
  line-height: 1;
}
.info__head {
  border-radius: calc(infinity * 1px);
  background-color: #EF856F;
  padding: 4px 16px;
  font-size: 0.8125rem;
  color: #fff;
}
.info__num {
  color: #EF856F;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.info__num .label {
  font-size: 1.25rem;
}
.info__num .num {
  font-size: clamp(1.5rem, 1.311rem + 0.49vw, 1.75rem);
  /* 24 - 28 */
}
.info__time {
  font-size: 0.8125rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
}

.page-support {
  background-color: #F69683;
}

.support__inner {
  background-color: #fff;
  padding-block: 32px 24px;
  border-radius: 4px;
}
.support__content {
  position: relative;
  margin-inline: auto;
  padding-inline: 8px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 620px) {
  .support__content {
    padding-inline: 5.22%;
  }
}
@media screen and (min-width: 768px) {
  .support__content {
    max-width: 1080px;
  }
}
.support__head {
  text-align: center;
  color: #fff;
  font-size: clamp(0.938rem, 0.848rem + 0.45vw, 1.25rem);
  /* 15 - 20 */
  font-weight: 600;
  padding-block: 16px;
  border-radius: calc(infinity * 1px);
  background: linear-gradient(168deg, rgb(239, 133, 111) 0%, rgb(239, 133, 111) 80%, rgb(244, 169, 138) 80%, rgb(244, 169, 138) 100%);
  max-width: 880px;
  width: calc(100% - 16px);
  margin-inline: auto;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .support__head {
    width: calc(100% - 48px);
  }
}
.support__head::after {
  content: "";
  background-image: url(../img/support/triangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 31px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.support__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* アクティブなタブのスタイル */
  /* アクティブなタブコンテンツのスタイル */
}
.support__tab > label {
  display: grid;
  place-items: center;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 10px 8px;
  border-width: 4px 1px 1px;
  border-bottom: none;
  border-style: solid;
  border-color: transparent;
  background-color: #F5F5F5;
  color: #989898;
  text-align: center;
  cursor: pointer;
  font-size: clamp(0.813rem, 0.576rem + 0.61vw, 1.125rem);
  /* 13 - 18 */
  line-height: 1.4;
  width: calc(33.3333333333% - 8px);
}
@media screen and (min-width: 620px) {
  .support__tab > label {
    padding: 16px 8px;
  }
}
@media screen and (min-width: 768px) {
  .support__tab > label {
    padding: 20px;
  }
}
.support__tab > label.general {
  border-top-color: #469FD9;
}
.support__tab > label.general .pc-none {
  display: block;
}
@media screen and (min-width: 390px) {
  .support__tab > label.general .pc-none {
    display: none;
  }
}
.support__tab > label.business {
  border-top-color: #11B4C9;
  margin-left: 4px;
}
.support__tab > label.online {
  border-top-color: #EF856F;
  margin-left: 4px;
}
.support__tab > label.online .pc-none {
  display: block;
}
@media screen and (min-width: 620px) {
  .support__tab > label.online .pc-none {
    display: none;
  }
}
.support__tab input {
  display: none;
}
.support__tab > div {
  padding: clamp(2rem, 1.429rem + 2.86vw, 4rem) 8px;
  display: none; /* 初期状態では非表示 */
  width: 100%;
}
@media screen and (min-width: 768px) {
  .support__tab > div {
    padding-inline: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .support__tab > div {
    padding-inline: 3.7%;
  }
}
.support__tab > label:has(:checked) {
  background-color: #fff;
  border-style: solid;
  border-color: #DADADA;
  border-bottom: none;
  border-width: 4px 1px 1px;
}
.support__tab > label:has(:checked).general {
  color: #469FD9;
  border-top-color: #469FD9;
}
.support__tab > label:has(:checked).business {
  color: #11B4C9;
  border-top-color: #11B4C9;
}
.support__tab > label:has(:checked).online {
  color: #EF856F;
  border-top-color: #EF856F;
}
.support__tab > label.active {
  background-color: #fff;
  border-style: solid;
  border-color: #DADADA;
  border-bottom: none;
  border-width: 4px 1px 1px;
}
.support__tab > label.active.general {
  color: #469FD9;
  border-top-color: #469FD9;
}
.support__tab > label.active.business {
  color: #11B4C9;
  border-top-color: #11B4C9;
}
.support__tab > label.active.online {
  color: #EF856F;
  border-top-color: #EF856F;
}
.support__tab > div.active {
  display: block;
}
.support__block:not(:first-of-type) {
  margin-top: clamp(1rem, 0.714rem + 1.43vw, 2rem);
  /* 16 - 32 */
}
.support__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: clamp(0.813rem, 0.777rem + 0.18vw, 0.938rem);
  /* 13 - 15 */
}
.support__link .icon_pdf {
  display: inline-block;
  padding: 2px 6px 3px 6px;
  border-radius: 2px;
  margin-left: 4px;
  background-color: #BCBCBC;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
}
.support__link:hover {
  opacity: 0.7;
}
.support__ttl {
  margin-bottom: 4px;
  font-weight: 600;
}
.support__ttl.general {
  color: #469FD9;
}
.support__ttl.business {
  color: #11B4C9;
}
.support__ttl.online {
  color: #EF856F;
}
.support__link {
  padding-block: clamp(0.5rem, 0.122rem + 0.98vw, 1rem);
  /* 8 - 16 */
}

.online__content .point-accent {
  color: #EF856F;
}
.online__content .attention {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #EF856F;
  margin-top: 40px;
}
.online__block {
  margin-top: 32px;
}
.online__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.online__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media screen and (min-width: 620px) {
  .online__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.online__item .ttl {
  font-weight: 600;
  padding-left: 16px;
  position: relative;
}
.online__item .ttl::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #469FD9;
  position: absolute;
  top: 0.75em;
  left: 0;
}
.online__item .link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  border-bottom: 1px solid #333333;
}
.online__item .link a:hover {
  color: #469FD9;
  border-color: #469FD9;
}
.online__item .link a:hover .icon {
  stroke: #469FD9;
}
.online__item-head {
  padding-left: 16px;
  margin-bottom: 16px;
  border-left: 4px solid #EF856F;
  font-weight: 600;
}

/*====================================================
*
*	mfi
*
====================================================*/
.c-pagehead__txt.mfi, .c-pagehead__txt.replace {
  font-size: clamp(1.125rem, 0.804rem + 1.61vw, 2.25rem);
  /* 18 - 36 */
}
.c-pagehead__txt.mfi .pc-none, .c-pagehead__txt.replace .pc-none {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-pagehead__txt.mfi .pc-none, .c-pagehead__txt.replace .pc-none {
    display: none;
  }
}

.home__lead.mfi {
  background-color: #F5F5F5;
  padding-block: 32px 40px;
  border-radius: 4px;
  text-align: center;
}

.mfi__accordion .home__accordion-head {
  border-left: 4px solid #469FD9;
  font-size: 1rem;
  margin-block: 24px;
}
.mfi__accordion .home__accordion-head::after {
  background-image: url(../img/icon/icon_c-plus_sub.svg);
}
.mfi__accordion .home__accordion-head.is-open::after {
  background-image: url(../img/icon/icon_c-minus_sub.svg);
}
.mfi__accordion-block:not(:first-of-type) {
  margin-top: 32px;
}
.mfi__accordion .img.small {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mfi__accordion .img.small {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .mfi__accordion .img.small {
    width: 30%;
  }
}
.mfi__accordion .img.medium {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mfi__accordion .img.medium {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .mfi__accordion .img.medium {
    width: 50%;
  }
}
.mfi__accordion .img.ppp {
  max-width: 97px;
}

/*====================================================
*
*	replace
*
====================================================*/
.home__lead-head.replace .txt {
  color: #469FD9;
}
.home__lead.replace {
  background-color: #F5F5F5;
  padding-block: 32px 40px;
  border-radius: 4px;
}
.home__lead.server-replace {
  background-color: #F5F5F5;
  padding-block: 32px 40px;
  border-radius: 4px;
  text-align: center;
  color: #DD674F;
}

.replace__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 8px;
  padding: 8px 16px;
  background-color: #F5F5F5;
  margin-bottom: clamp(1rem, 0.857rem + 0.71vw, 1.5rem);
  /* 16 - 24 */
  border-left: 4px solid #469FD9;
  font-size: 1.125rem;
  font-weight: 600;
}
.replace__head .label {
  display: inline-block;
  background-color: #EF856F;
  color: #fff;
  padding: 1px 10px 3px 10px;
  border-radius: calc(infinity * 1px);
  font-size: 0.8125rem;
}
.replace__section {
  padding-top: 64px;
}
.replace__section.ntt {
  padding-top: 0;
}
.replace__body {
  line-height: 1.8;
}
.replace__body:not(:first-of-type) {
  margin-top: 32px;
}
.replace__body .small {
  font-size: 0.8125rem;
}
.replace__body .accent {
  color: #EF856F;
}
.replace__body .attention {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.8;
}
.replace__body .ttl {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #469FD9;
}
.replace__body .sub-ttl {
  font-weight: 600;
}
.replace__body .list.mt-8 {
  margin-block: 8px 16px;
}
.replace__body .list.mt-16 {
  margin-block: 16px;
}
.replace__body .list.style li {
  position: relative;
  padding-left: 16px;
}
.replace__body .list.style li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #469FD9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.75em;
}
.replace__body .list__item {
  margin-bottom: 8px;
}
.replace__body .list__item:last-of-type {
  margin-bottom: 0;
}
.replace__body .img {
  margin-block: 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .replace__body .img {
    width: 60%;
  }
}
.replace__body .img.medium {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .replace__body .img.medium {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .replace__body .img.medium {
    width: 50%;
  }
}
.replace__body .link {
  border-bottom: 1px solid #333333;
}
.replace__body .link:hover {
  opacity: 0.7;
}
.replace__body p + p {
  margin-top: 16px;
}
.replace__table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .replace__table {
    width: 80%;
  }
}
.replace__table .table .th {
  width: 100%;
  background-color: #469FD9;
  color: #fff;
}
@media screen and (min-width: 620px) {
  .replace__table .table .th {
    width: 35%;
  }
}
.replace__table .table .td {
  width: 100%;
  border-left: none;
}
@media screen and (min-width: 620px) {
  .replace__table .table .td {
    width: 65%;
    border-left: 2px solid #fff;
  }
}