@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: unset;
  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 slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.js-clipPath {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.page-transition {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.page-transition.is-loaded {
  opacity: 1;
}
.page-transition.is-leaving {
  opacity: 0;
}

/*======================
  base
======================*/
* {
  min-height: 0vw;
  /* Safari clamp関数対策 */
}

html {
  scroll-behavior: smooth;
}

body {
  color: #2D3B4E;
  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.5;
  /* 150% */
  letter-spacing: 0.04em;
  /* 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;
}
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;
}

.wrap {
  padding-top: clamp(5rem, 4.286rem + 3.57vw, 7.5rem);
  /* 80 - 120 */
  padding-bottom: clamp(7.5rem, 6.786rem + 3.57vw, 10rem);
  /* 120 - 160 */
}

/*======================
  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_window {
  width: 18px;
  height: 18px;
  stroke: #2D3B4E;
}
.icon_window.white {
  stroke: #fff;
}
.icon_window.accent {
  stroke: #1F74B6;
}

.icon_c-arrow .icon_c-arrow_symbol {
  stroke: #fff;
}
.icon_c-arrow.scale-x {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/* -----------------------------------------------------------------
 Layout
----------------------------------------------------------------- */
/*=======================
  header
=======================*/
.l-header {
  height: 64px;
  background-color: transparent;
  border-radius: 4px;
  z-index: 100;
  position: fixed;
  inset: 0;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 118px;
  }
}
.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: clamp(0.625rem, 0.178rem + 2.24vw, 1.25rem);
  /* 10 - 20 */
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding-inline: clamp(1.5rem, 0.357rem + 2.38vw, 2.5rem);
    /* 24 - 40 */
  }
}
.l-header__logo {
  display: block;
  width: 130px;
  z-index: 997;
  padding-bottom: 6px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 180px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    width: 200px;
  }
}
.l-header__logo img {
  display: block;
  width: 100%;
}
.l-header__logo:hover {
  opacity: 0.8;
}
.l-header__nav {
  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.143rem + 2.38vw, 2rem);
     -moz-column-gap: clamp(1rem, -0.143rem + 2.38vw, 2rem);
          column-gap: clamp(1rem, -0.143rem + 2.38vw, 2rem);
  /* 16 - 32 */
  font-size: clamp(0.813rem, 0.67rem + 0.3vw, 0.938rem);
  /* 13 - 15 */
  font-weight: 600;
}
.l-header__nav-item {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__nav-item:hover {
  color: #1F74B6;
}
.l-header__nav-item:hover .icon_window {
  stroke: #1F74B6;
}
.l-header__nav-cta {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__nav-cta {
    display: block;
    padding: 7px 24px 8px 24px;
    border-radius: calc(infinity * 1px);
    background: #28BCDD;
    background: -webkit-gradient(linear, left top, right top, from(rgb(40, 188, 221)), color-stop(50%, rgb(31, 116, 182)), to(rgb(40, 188, 221)));
    background: linear-gradient(90deg, rgb(40, 188, 221) 0%, rgb(31, 116, 182) 50%, rgb(40, 188, 221) 100%);
    color: #fff;
    background-size: 200% 100%;
    -webkit-transition: background-position 0.6s;
    transition: background-position 0.6s;
  }
}
.l-header__nav-cta:hover {
  background-position: 100% 0;
}

.l-navbtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  position: relative;
  z-index: 991;
  width: 60px;
  height: 28px;
  border-radius: calc(infinity * 1px);
  background-color: #1F74B6;
  border: none;
  margin-left: 10px;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-navbtn {
    display: none;
  }
}
.l-navbtn__bar {
  display: block;
  width: 18px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  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;
  z-index: 990;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-nav.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-nav__inner {
  height: 100svh;
}
.l-nav__wrap {
  position: relative;
  padding-block: 104px 24px;
  padding-inline: 24px;
}
.l-nav__link {
  display: block;
  padding: 24px 8px;
  text-align: center;
}
.l-nav__cta {
  margin-top: 32px;
}
.l-nav__cta-btn {
  margin-inline: auto;
  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;
  position: relative;
  padding: 20px 20px 20px 24px;
  background: #28BCDD;
  background: -webkit-gradient(linear, left top, right top, from(rgb(40, 188, 221)), to(rgb(31, 116, 182)));
  background: linear-gradient(90deg, rgb(40, 188, 221) 0%, rgb(31, 116, 182) 100%);
  color: #fff;
  border-radius: calc(infinity * 1px);
  overflow: hidden;
  font-size: 0.9375rem;
  font-weight: 600;
  width: 100%;
  max-width: 240px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-nav__cta-btn .icon_c-arrow_symbol {
  stroke: #fff;
}

/*=======================
  footer
=======================*/
.l-cta {
  position: relative;
  background: #28BCDD;
  background: -webkit-gradient(linear, left top, right top, from(rgb(40, 188, 221)), to(rgb(31, 116, 182)));
  background: linear-gradient(90deg, rgb(40, 188, 221) 0%, rgb(31, 116, 182) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgb(40, 188, 221)), color-stop(50%, rgb(31, 116, 182)), to(rgb(39, 109, 162)));
  background: linear-gradient(90deg, rgb(40, 188, 221) 0%, rgb(31, 116, 182) 50%, rgb(39, 109, 162) 100%);
  background-size: 200% 100%;
  border-radius: 10px;
  width: calc(100% - 40px);
  margin-inline: auto;
  overflow: hidden;
  color: #fff;
  z-index: 10;
  -webkit-transition: background-position 0.8s;
  transition: background-position 0.8s;
}
@media screen and (min-width: 768px) {
  .l-cta {
    width: calc(100% - 80px);
    max-width: 1360px;
  }
}
.l-cta:hover {
  background-position: 100% 0;
}
.l-cta:hover .icon_c-arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.l-cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: clamp(18.75rem, 17.321rem + 7.14vw, 23.75rem);
  /* 300 - 380 */
  padding-block: clamp(5rem, 4.286rem + 3.57vw, 7.5rem);
  /* 80 - 120 */
}
.l-cta__link::before {
  content: "";
  display: block;
  background-image: url(../img/common/cta_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 39.3%;
  max-width: 534px;
  min-width: 200px;
  aspect-ratio: 534/351;
  position: absolute;
  bottom: 0;
  right: 0;
}
.l-cta__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 32px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: "title title" "lead lead";
  width: calc(100% - 40px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-cta__inner {
    grid-template-columns: 1fr 32px;
    grid-template-areas: "title btn" "lead btn";
    width: 91.2%;
    gap: 40px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .l-cta__inner {
    grid-template-columns: 33.9% 1fr 32px;
    grid-template-rows: auto;
    grid-template-areas: "title lead btn";
  }
}
.l-cta__inner .c-title {
  grid-area: title;
}
.l-cta__lead {
  grid-area: lead;
  line-height: 1.8;
}
.l-cta__btn {
  position: absolute;
  bottom: 16px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .l-cta__btn {
    position: static;
    grid-area: btn;
    display: block;
  }
}

.footer-sub .l-footer {
  background-color: #fff;
}

.l-footer {
  position: relative;
  margin-top: -180px;
  padding-block: 280px 80px;
  background-color: #E5EFF7;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-block: 280px 100px;
  }
}
.l-footer__inner {
  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: 64px;
  width: calc(100% - 80px);
  margin-inline: auto;
}
.l-footer__logo {
  width: clamp(12.5rem, 11.429rem + 5.36vw, 16.25rem);
  /* 200 - 260 */
}
.l-footer__logo img {
  display: block;
  width: 100%;
}
.l-footer__logo:hover {
  opacity: 0.8;
}
.l-footer__copyright {
  font-size: 0.75rem;
}
.l-footer__top {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  right: 40px;
  bottom: 40px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.l-footer__top:hover {
  opacity: 0.8;
}

/*=======================
  main
=======================*/
.l-main {
  display: block;
  position: relative;
  overflow: clip;
}
.l-main.bg_sub {
  background: #CDDDED;
  background: linear-gradient(200deg, rgb(205, 221, 237) 0%, rgb(255, 255, 255) 59%, rgb(255, 255, 255) 100%);
}
.l-main.bg_main {
  background: #CDDDED;
  background: linear-gradient(239deg, rgb(205, 221, 237) 0%, rgb(247, 247, 247) 100%);
}

/*=======================
  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: 8%;
    max-width: 1080px;
  }
}

@media screen and (min-width: 768px) {
  .l-inner.sm {
    max-width: 880px;
  }
}

@media screen and (min-width: 768px) {
  .l-inner.lg {
    max-width: 1216px;
  }
}

@media screen and (min-width: 620px) {
  .l-inner.xl {
    padding-inline: 5.22%;
  }
}
@media screen and (min-width: 768px) {
  .l-inner.xl {
    padding-inline: 5.22%;
    max-width: 1344px;
  }
}

.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: 1216px;
  }
}

/* -----------------------------------------------------------------
 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;
  position: relative;
  padding: 20px 20px 20px 24px;
  background-color: #1F74B6;
  border-radius: calc(infinity * 1px);
  overflow: hidden;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  width: 100%;
  max-width: 200px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* position */
  /* size */
  /* color */
}
.c-btn .txt {
  z-index: 2;
  line-height: 1;
}
.c-btn .icon_c-arrow_symbol {
  stroke: #1F74B6;
}
.c-btn.center {
  margin-inline: auto;
}
.c-btn.md {
  max-width: 230px;
}
.c-btn.accent {
  background-color: #fff;
  color: #1F74B6;
}
.c-btn.accent .icon_c-arrow_symbol {
  stroke: #fff;
}
.c-btn.lb {
  background-color: #fff;
  color: #27b0cf;
}
.c-btn.lb .icon_c-arrow_symbol {
  stroke: #fff;
}
.c-btn.bl {
  background-color: #fff;
  color: #448DC5;
}
.c-btn.bl .icon_c-arrow_symbol {
  stroke: #fff;
}
.c-btn.gradient {
  background: #28BCDD;
  background: -webkit-gradient(linear, left top, right top, from(rgb(40, 188, 221)), to(rgb(31, 116, 182)));
  background: linear-gradient(90deg, rgb(40, 188, 221) 0%, rgb(31, 116, 182) 100%);
  color: #fff;
}
.c-btn.gradient .icon_c-arrow_symbol {
  stroke: #1F74B6;
}
.c-btn:hover .icon_c-arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

/*=======================
  head
=======================*/
.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.c-title .en {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: clamp(3.375rem, 3.196rem + 0.89vw, 4rem);
  /* 54 - 64 */
  color: #1F74B6;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-title .en {
    font-size: 4rem;
  }
}
.c-title .ja {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #2D3B4E;
}
.c-title .ja::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #1F74B6;
  border-radius: 50%;
  margin-right: 4px;
  margin-bottom: 3px;
}
.c-title.wh {
  color: #fff;
}
.c-title.wh .en {
  color: #fff;
}
.c-title.wh .ja {
  color: #fff;
}
.c-title.wh .ja::before {
  background-color: #fff;
}
.c-title.sm .en {
  font-size: clamp(3rem, 2.714rem + 1.43vw, 4rem);
  /* 48 - 64 */
}

.c-page-head__inner {
  width: 93.1%;
  margin-inline: auto;
  padding-top: 64px;
  position: relative;
  padding-top: 120px;
  padding-bottom: clamp(7.5rem, 7.143rem + 1.79vw, 8.75rem);
  /* 120 - 140 */
}
@media screen and (min-width: 768px) {
  .c-page-head__inner {
    padding-top: 198px;
  }
}
.c-page-head__inner::before {
  content: "";
  display: block;
  width: 94.4lvw;
  height: 1px;
  background-color: #C0D5E8;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-page-head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.c-page-head__title .en {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: clamp(3.375rem, 2.57rem + 4.03vw, 4.5rem);
  /* 54 - 72 */
  text-transform: uppercase;
  color: #2D3B4E;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-page-head__title .en {
    font-size: clamp(4.5rem, 2.786rem + 3.57vw, 6rem);
    /* 72 - 96 */
  }
}
.c-page-head__title .ja {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1F74B6;
}
@media screen and (min-width: 768px) {
  .c-page-head__title .ja {
    font-size: 0.9375rem;
  }
}
.c-page-head__title .ja::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #27b0cf;
  border-radius: 50%;
  margin-inline: 6px 2px;
  margin-bottom: 3px;
}
.c-page-head__lead {
  width: 100%;
  margin-top: 56px;
  font-size: 0.8125rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-page-head__lead {
    margin-top: 24px;
    margin-left: auto;
    max-width: 480px;
    font-size: 0.9375rem;
  }
}

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

.wpcf7-response-output {
  display: none;
}

/* form base */
.form {
  margin-top: 40px;
}
.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;
}
@media screen and (min-width: 768px) {
  .form__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.form__group.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 0;
}
.form__group.start .form__group-header {
  margin-top: 4px;
}
.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 10px;
}
@media screen and (min-width: 768px) {
  .form__group-header {
    width: 44%;
  }
}
@media screen and (min-width: 1024px) {
  .form__group-header {
    width: 31.8%;
  }
}
.form__group-header .label {
  padding: 4px 10px 5px 10px;
  border-radius: calc(infinity * 1px);
  font-size: 0.6875rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.form__group-header .require {
  background-color: #1F74B6;
}
.form__group-header .optional {
  background-color: #B7B7B7;
}
.form__label {
  display: block;
  font-weight: 600;
}
.form__input {
  padding: 10px 16px;
  width: 100%;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .form__input {
    font-size: 1rem;
  }
}
.form__input:focus {
  border: 1px solid #1F74B6;
}
.form__input::-webkit-input-placeholder {
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 500;
  color: #CCCCCC;
}
.form__input::-moz-placeholder {
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 500;
  color: #CCCCCC;
}
.form__input:-ms-input-placeholder {
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 500;
  color: #CCCCCC;
}
.form__input::-ms-input-placeholder {
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 500;
  color: #CCCCCC;
}
.form__input::placeholder {
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 500;
  color: #CCCCCC;
}
@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: #fff;
  border: 1px solid #CCCCCC;
  -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 #1F74B6;
}
.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 {
  margin-top: 80px;
  text-align: center;
}
.form__privacy .link {
  border-bottom: 1px solid #2D3B4E;
}
.form__privacy .link:hover {
  color: #1F74B6;
  border-color: #1F74B6;
}

/* 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: #1F74B6;
  font-size: 0.875rem;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.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;
  gap: 4px 16px;
}

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

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

.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: #1F74B6;
  width: 230px;
  padding: 20px 20px 20px 24px;
  background-color: #1F74B6;
  border-radius: calc(infinity * 1px);
  color: #fff;
  position: relative;
  line-height: 1;
}

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

.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/submit_btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 18px;
  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;
}

/*=======================
  content-area
=======================*/
.c-content-area {
  word-break: break-word;
  line-height: 2;
}
.c-content-area h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}
.c-content-area h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}
.c-content-area h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}
.c-content-area h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}
.c-content-area h5 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}
.c-content-area h6 {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}
.c-content-area p {
  line-height: 2;
}
.c-content-area p a {
  color: #2D3B4E;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .c-content-area p a:hover {
    color: #1F74B6;
  }
}
.c-content-area p + p {
  margin-top: 20px;
}
.c-content-area figure {
  margin-bottom: 16px;
}
.c-content-area ul {
  list-style-position: outside;
  padding-left: 1.5em;
  margin: 16px 0;
}
.c-content-area ul > li {
  list-style: disc;
  padding: 0.3em 0.3em 0.3em 0;
}
.c-content-area ul > li::marker {
  color: #1F74B6;
  font-size: 1.1em;
}
.c-content-area ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin: 16px 0;
}
.c-content-area ol > li {
  padding: 0.3em 0.3em 0.3em 0;
}
.c-content-area ol > li::before {
  counter-increment: item;
  content: counter(item);
  font-family: "Rubik", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  width: 20px;
  height: 20px;
  background-color: #1F74B6;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
.c-content-area table {
  width: 100%;
  margin: 1em 0;
  border: 1px solid #e0e0e0;
}
.c-content-area table caption {
  margin: 0 0 7px;
  color: #9fa6b4;
  font-size: 0.75em;
  letter-spacing: 1px;
}
.c-content-area table tr:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.c-content-area table tr td {
  padding: 7px;
  border-right: 1px solid #e0e0e0;
  word-break: break-all;
}
.c-content-area table tr td:last-child {
  border-right: 0;
}
.c-content-area table tr th {
  padding: 7px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: #E9F0F6;
}
.c-content-area table tr th:last-child {
  border-right: 0;
}
.c-content-area table tfoot {
  border-top: 2px dotted #c5c7ca;
  background: #f8f9fa;
}
.c-content-area blockquote {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 1.5em 0;
  padding: 0.1em 0 0.1em 0.75em;
  border-left: 3px solid #1F74B6;
  color: #464646;
}
.c-content-area blockquote p {
  margin: 10px 0;
  padding: 0;
  line-height: 1.7;
}
.c-content-area blockquote cite {
  display: block;
  color: #888;
  font-size: 0.9em;
  text-align: right;
}
.c-content-area blockquote ul, .c-content-area blockquote ol {
  border: none;
  padding: 5px 0 5px 22px;
  margin: 0;
  background: transparent;
}
.c-content-area dd {
  margin-bottom: 1.5em;
  margin-left: 0;
  color: #787878;
  font-size: 0.9em;
}
.c-content-area img {
  max-width: 100%;
  height: auto;
}
.c-content-area .gallery-caption {
  color: gray;
  font-size: 0.75em;
  margin: 5px 0;
  text-align: center;
}
.c-content-area .wp-caption {
  max-width: 100%;
  margin: 0 0 1.5em;
  padding: 8px;
  border: #eaedf2 2px solid;
}
.c-content-area .wp-caption .aligncenter {
  margin: 0 auto 1em;
}
.c-content-area .wp-caption img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
.c-content-area .wp-caption p.wp-caption-text {
  margin: 10px 0 0;
  font-size: 0.85em;
  text-align: center;
}
.c-content-area code {
  padding: 0.2em 0.3em;
  margin: 0 0.2em;
  border-radius: 5px;
  background: #f1f2f3;
  color: #404040;
  font-size: 0.9em;
}
.c-content-area pre {
  margin: 0 0 1.5em;
  padding: 1em;
  border: solid 1px #eaedf2;
  background: #f3f6fc;
  color: #54687c;
  overflow-x: auto;
}
.c-content-area pre code {
  padding: 0;
  background: transparent;
}

/*=======================
  breadcrumb
=======================*/
.c-breadcrumb {
  margin-inline: auto;
  margin-bottom: 64px;
  position: relative;
  z-index: 3;
  font-weight: 400;
  color: #989898;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    margin-bottom: 80px;
  }
}
.c-breadcrumb__item {
  display: inline-block;
  font-size: 0.75rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-breadcrumb__item:first-of-type {
  margin-left: 4px;
}
.c-breadcrumb__item:not(:first-of-type)::before {
  content: "/";
  display: inline-block;
  width: 6px;
  height: 11px;
  margin-inline: 4px;
}
.c-breadcrumb__item.is-current {
  pointer-events: none;
}
.c-breadcrumb__item:hover {
  opacity: 0.7;
}

/*=======================
  pagination
=======================*/
/* 一覧　 */
.pagination {
  width: 100%;
  /* WP-Pagenavi用 */
  margin-top: 64px;
}
.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;
  gap: 10px;
  width: 100%;
  text-align: center;
}
.pagination .wp-pagenavi span, .pagination .wp-pagenavi a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  font-size: 1.125rem;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #1F74B6;
  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;
  background-color: #1F74B6;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .pagination .wp-pagenavi span:hover:hover, .pagination .wp-pagenavi a:hover:hover {
    background-color: #1F74B6;
    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: 18px;
  height: 18px;
  margin-top: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .wp-pagenavi .previouspostslink::before {
  background-image: url(../img/common/icon_arrow_x.svg);
}
.pagination .wp-pagenavi .previouspostslink:hover::before {
  background-image: url(../img/common/icon_arrow_xw.svg);
}
.pagination .wp-pagenavi .nextpostslink::before {
  background-image: url(../img/common/icon_arrow.svg);
}
.pagination .wp-pagenavi .nextpostslink:hover::before {
  background-image: url(../img/common/icon_arrow_w.svg);
}
.pagination .wp-pagenavi .first, .pagination .wp-pagenavi .last {
  display: none;
}

/*=======================
  single pagination
=======================*/
.single__pagination {
  margin-top: 64px;
  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;
}
@media screen and (min-width: 768px) {
  .single__pagination {
    margin-top: 80px;
  }
}
.single__pagination-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .single__pagination-link {
    font-size: 0.9375rem;
  }
}
.single__pagination-link.prev, .single__pagination-link.next {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 619px) {
  .single__pagination-link.prev .icon, .single__pagination-link.next .icon {
    display: none;
  }
}
.single__pagination-link.prev:hover, .single__pagination-link.next:hover {
  color: #1F74B6;
}
.single__pagination-link.c-btn {
  display: none;
}
@media screen and (min-width: 390px) {
  .single__pagination-link.c-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.single__pagination-link.c-btn .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.single__pagination-link.c-btn .pc-only {
  display: none;
}
@media screen and (min-width: 620px) {
  .single__pagination-link.c-btn .pc-only {
    display: inline;
  }
}
.single__pagination-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single__pagination-icon .icon_c-arrow {
  display: block;
  width: 100%;
}
.single__pagination-icon .icon_c-arrow_symbol {
  stroke: #1F74B6;
}

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

/* -----------------------------------------------------------------
Project
----------------------------------------------------------------- */
/*====================================================
*
*	Home
*
====================================================*/
.fv {
  width: 100%;
  padding-bottom: clamp(5rem, 2.143rem + 5.95vw, 7.5rem);
  /* 80 - 120 */
  position: relative;
  background: #CDDDED;
  background: linear-gradient(200deg, rgb(205, 221, 237) 0%, rgb(255, 255, 255) 59%, rgb(255, 255, 255) 100%);
}
.fv__inner {
  position: relative;
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    padding-top: 118px;
  }
}
.fv__copy {
  margin-top: clamp(5rem, 3.571rem + 2.98vw, 6.25rem);
  /* 80 - 100 */
}
.fv__copy-main {
  font-size: clamp(2rem, 0.93rem + 5.35vw, 3rem);
  /* 32 - 48 */
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv__copy-main {
    font-size: clamp(2.375rem, 1.089rem + 2.68vw, 3.5rem);
    /* 38 - 56 */
  }
}
.fv__copy-main .sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .fv__copy-main .sp-only {
    display: none;
  }
}
.fv__copy-main .color-accent {
  color: #1F74B6;
}
.fv__copy-sub {
  margin-top: 32px;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 620px) {
  .fv__copy-sub {
    font-size: 0.9375rem;
  }
}
.fv__copy-sub .sp-xs-only {
  display: block;
}
@media screen and (min-width: 390px) {
  .fv__copy-sub .sp-xs-only {
    display: none;
  }
}
.fv__swiper {
  margin-top: 100px;
  width: 100%;
}
.fv__swiper .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.fv__swiper .swiper .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: max(5.6vw, 32px);
}
@media screen and (min-width: 1440px) {
  .fv__swiper .swiper .swiper-slide {
    margin-left: 80px;
  }
}
.fv__swiper .swiper .swiper-slide[data-swiper-slide-index="3"] img, .fv__swiper .swiper .swiper-slide[data-swiper-slide-index="6"] img {
  width: 47.7vw;
  max-width: 186px;
}
@media screen and (min-width: 620px) {
  .fv__swiper .swiper .swiper-slide[data-swiper-slide-index="3"] img, .fv__swiper .swiper .swiper-slide[data-swiper-slide-index="6"] img {
    width: 19.4vw;
    max-width: 280px;
  }
}
.fv__swiper .swiper .swiper-slide[data-swiper-slide-index="0"] img, .fv__swiper .swiper .swiper-slide[data-swiper-slide-index="4"] img {
  width: 61vw;
  max-width: 238px;
}
@media screen and (min-width: 620px) {
  .fv__swiper .swiper .swiper-slide[data-swiper-slide-index="0"] img, .fv__swiper .swiper .swiper-slide[data-swiper-slide-index="4"] img {
    width: 25vw;
    max-width: 360px;
  }
}
.fv__swiper .swiper .swiper-slide[data-swiper-slide-index="1"] img, .fv__swiper .swiper .swiper-slide[data-swiper-slide-index="5"] img {
  width: 48.7vw;
  max-width: 190px;
}
@media screen and (min-width: 620px) {
  .fv__swiper .swiper .swiper-slide[data-swiper-slide-index="1"] img, .fv__swiper .swiper .swiper-slide[data-swiper-slide-index="5"] img {
    width: 20.1vw;
    max-width: 290px;
  }
}
.fv__swiper .swiper .swiper-slide[data-swiper-slide-index="2"] img {
  width: 64.1vw;
  max-width: 250px;
}
@media screen and (min-width: 620px) {
  .fv__swiper .swiper .swiper-slide[data-swiper-slide-index="2"] img {
    width: 26.4vw;
    max-width: 380px;
  }
}

.home-about {
  padding-top: clamp(2.5rem, 1.786rem + 3.57vw, 5rem);
  /* 40 - 80 */
}
.home-about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 5.9%;
}
@media screen and (min-width: 1024px) {
  .home-about__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home-about__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgb(40, 188, 221)), color-stop(50%, rgb(31, 116, 182)), color-stop(75%, rgb(40, 188, 221)));
  background-image: linear-gradient(90deg, rgb(40, 188, 221) 25%, rgb(31, 116, 182) 50%, rgb(40, 188, 221) 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200%;
  -webkit-animation: gradation 5s infinite linear;
          animation: gradation 5s infinite linear;
  font-size: clamp(1.688rem, 1.195rem + 2.46vw, 2.375rem);
  /* 27 - 38 */
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .home-about__title {
    font-size: clamp(2.375rem, 1.946rem + 0.89vw, 2.75rem);
    /* 38 - 44 */
  }
}
@media screen and (min-width: 1024px) {
  .home-about__body {
    margin-top: 64px;
    max-width: 570px;
  }
}
.home-about__text {
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .home-about__text {
    font-size: 1rem;
  }
}
.home-about__text p + p {
  margin-top: 32px;
}
.home-about__img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 3/2;
  margin-top: 40px;
}
.home-about__img img {
  width: 100%;
}
.home-about__name {
  position: absolute;
  bottom: 0;
  right: 0;
}
.home-about__name-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  background-color: #fff;
  padding: 8px 20px 12px 20px;
  border-radius: 10px 0 0 0;
}
.home-about__name-inner::before {
  content: "";
  background-image: url(../img/home/corner.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 10px;
  height: 10px;
}
.home-about__name-inner::after {
  content: "";
  background-image: url(../img/home/corner.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: -10px;
  right: 0px;
  width: 10px;
  height: 10px;
}
.home-about__name .position {
  font-size: 0.8125rem;
  margin-top: 4px;
}
.home-about__slider {
  margin-top: 72px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.home-about__slider-track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: slide 100s linear infinite;
          animation: slide 100s linear infinite;
  gap: 40px;
}
.home-about__slider-item {
  font-family: "Rubik", sans-serif;
  font-size: clamp(5rem, 4.107rem + 4.46vw, 8.125rem);
  /* 80 - 130 */
  font-weight: 300;
  color: rgba(233, 246, 254, 0.7);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.home-service {
  padding-block: 80px 100px;
}
.home-service__title {
  margin-bottom: 24px;
  text-align: center;
  color: #1F74B6;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .home-service__title {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
.home-service__lead {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .home-service__lead {
    text-align: center;
  }
}
.home-service__lead .pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .home-service__lead .pc-only {
    display: block;
  }
}
.home-service__row {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .home-service__row {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
.home-service__item {
  justify-items: center;
  padding: 64px 32px 40px 32px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.home-service__item::after {
  content: "";
  background-image: url(../img/home/service_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 45.1%;
  aspect-ratio: 200/240;
  position: absolute;
  bottom: -20px;
  right: -8px;
}
.home-service__item::before {
  content: attr(data-num);
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
}
.home-service__item:first-child {
  background-color: #27b0cf;
}
.home-service__item:nth-child(2) {
  background-color: #448DC5;
}
.home-service__item-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.home-service__item-img {
  margin-top: 48px;
  text-align: center;
}
.home-service__item-desc {
  margin-top: 40px;
  line-height: 1.8;
}
.home-service__item-btn {
  margin-top: 24px;
  width: 100%;
}
.home-service__detail {
  margin-top: 40px;
  position: relative;
}
.home-service__detail.lb {
  color: #27b0cf;
}
.home-service__detail.bl {
  color: #448DC5;
}
.home-service__inner {
  width: 100%;
  margin-top: 96px;
  background-color: #F5F5F5;
  border-radius: 0 10px 10px 10px;
  padding: 40px 4.2% 64px 4.2%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .home-service__inner {
    width: calc(100% - 56px);
    margin-top: 40px;
  }
}
.home-service__intro {
  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: 40px 4.2%;
}
@media screen and (min-width: 768px) {
  .home-service__intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home-service__detail-title {
  position: absolute;
  top: -56px;
  left: 0;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding: 18px 20px 18px 24px;
  border-radius: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .home-service__detail-title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.15em;
    padding: 32px 18px 20px 18px;
    top: 0;
  }
}
.home-service__detail-title::before {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
  height: 56px;
  background-color: #27b0cf;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media screen and (min-width: 768px) {
  .home-service__detail-title::before {
    right: auto;
    top: auto;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
}
.home-service__detail-title.lb {
  background-color: #27b0cf;
}
.home-service__detail-title.lb::before {
  background-color: #27b0cf;
}
.home-service__detail-title.bl {
  background-color: #448DC5;
}
.home-service__detail-title.bl::before {
  background-color: #448DC5;
}
.home-service__intro-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90%;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .home-service__intro-img {
    width: 29.3%;
    min-width: 160px;
  }
}
.home-service__intro-text {
  color: #2D3B4E;
}
.home-service__intro-text p + p {
  margin-top: 16px;
}
.home-service__list {
  margin-top: 56px;
  counter-reset: num;
}
.home-service__list-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 5.9% 32px 5.9%;
  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 3.4%;
  position: relative;
  counter-increment: num;
}
@media screen and (min-width: 768px) {
  .home-service__list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home-service__list-item::before {
  content: counter(num, decimal-leading-zero);
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: rgba(221, 239, 244, 0.9);
  font-size: 1.25rem;
}
.home-service__list-item:not(:first-child) {
  margin-top: 10px;
}
.home-service__list-title {
  font-size: 1.125rem;
  font-weight: 600;
  padding-bottom: 18px;
  margin-bottom: 14px;
  background-image: radial-gradient(circle at center, #D2D2D2 20%, transparent 20%);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-size: 8px 4px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home-service__list-title {
    text-align: left;
  }
}
.home-service__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  aspect-ratio: 1/1;
}
.home-service__list-desc {
  line-height: 1.8;
  color: #2D3B4E;
}

.home-news {
  background-color: #448DC5;
  padding-block: 100px 120px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home-news::before, .home-news::after {
  content: "";
  display: block;
  background-image: url(../img/home/news_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20.8%;
  max-width: 300px;
  min-width: 200px;
  aspect-ratio: 300/320;
  position: absolute;
  z-index: 1;
}
.home-news::before {
  top: 0;
  left: 0;
  z-index: 1;
}
.home-news::after {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home-news__inner {
  z-index: 10;
}
.home-news__head {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 32px 16px;
  grid-template-areas: "title" "lead" "btn";
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .home-news__head {
    grid-template-columns: 1fr 200px;
    grid-template-rows: auto auto;
    gap: 40px 16px;
    grid-template-areas: "title btn" "lead lead";
  }
}
.home-news__head .c-title {
  grid-area: title;
}
.home-news__btn {
  grid-area: btn;
  display: grid;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-news__btn {
    -ms-flex-item-align: end;
        align-self: end;
  }
}
.home-news__btn .c-btn {
  justify-self: end;
}
.home-news__lead {
  grid-area: lead;
  line-height: 1.8;
  color: #fff;
}
.home-news__list {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.home-news__item:not(:first-child) {
  margin-top: 10px;
}
.home-news__item-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: 16px 3.7%;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-news__item-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;
    padding: 16px 64px 16px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .home-news__item-link {
    padding: 24px 64px 24px 24px;
  }
}
.home-news__item-link:hover .home-news__title {
  color: #1F74B6;
}
.home-news__item-link:hover .home-news__icon {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.home-news__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 768px) {
  .home-news__thumb {
    width: 19.4%;
  }
}
.home-news__thumb img {
  width: 100%;
}
.home-news__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
}
.home-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.home-news__date {
  font-size: 0.875rem;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
.home-news__category {
  padding: 2px 10px 4px 10px;
  min-width: 120px;
  border-radius: calc(infinity * 1px);
  background-color: #1F74B6;
  text-align: center;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
}
.home-news__title {
  font-weight: 600;
  font-size: 0.9375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 3em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.home-news__icon {
  color: #1F74B6;
  -ms-flex-item-align: end;
      align-self: end;
  -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;
}
@media screen and (min-width: 768px) {
  .home-news__icon {
    position: absolute;
    right: 16px;
    bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .home-news__icon {
    right: 24px;
    bottom: 24px;
  }
}

.home-company {
  padding-block: 100px 120px;
}
.home-company__row {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 40px 5.2%;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .home-company__row {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    margin-top: 40px;
  }
}
.home-company__map {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #DBDBDB;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .home-company__map {
    height: 100%;
    aspect-ratio: auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.home-company__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-company__logo {
  width: 200px;
}
.home-company__table {
  margin-top: 24px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (min-width: 768px) {
  .home-company__table {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.home-company__table dl {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 0 24px;
}
@media screen and (min-width: 620px) {
  .home-company__table dl {
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 768px) {
  .home-company__table dl {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
@media screen and (min-width: 1024px) {
  .home-company__table dl {
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto;
  }
}
.home-company__table dt {
  font-weight: 600;
  font-size: 0.9375rem;
  padding-block: 16px 0;
}
@media screen and (min-width: 620px) {
  .home-company__table dt {
    padding-block: 16px;
  }
}
@media screen and (min-width: 768px) {
  .home-company__table dt {
    padding-block: 16px 0;
  }
}
@media screen and (min-width: 1024px) {
  .home-company__table dt {
    padding-block: 16px;
  }
}
.home-company__table dd {
  padding-block: 8px 16px;
}
@media screen and (min-width: 620px) {
  .home-company__table dd {
    padding-block: 16px;
  }
}
.home-company__table dd .map-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: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  margin-top: 4px;
  border-bottom: 1px solid #2D3B4E;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
.home-company__table dd .map-link:hover {
  color: #1F74B6;
  border-color: #1F74B6;
}
.home-company__table dd .map-link:hover .icon_window {
  stroke: #1F74B6;
}
.home-company__table dd .time {
  font-size: 0.8125rem;
}

/*====================================================
*
*	company
*
====================================================*/
.company__img {
  aspect-ratio: 1216/580;
  border-radius: 4px;
  overflow: hidden;
}
.company__link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.625rem, -0.375rem + 2.08vw, 1.5rem);
  /* 10 - 24 */
  margin-top: 80px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company__link {
    grid-template-columns: repeat(4, 1fr);
  }
}
.company__link .anchor__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(0.625rem, 0.357rem + 1.34vw, 1rem);
  /* 10 - 16 */
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: clamp(0.813rem, 0.67rem + 0.3vw, 0.938rem);
  /* 13 - 15 */
  color: #1F74B6;
}
@media screen and (min-width: 768px) {
  .company__link .anchor__link {
    padding: clamp(1rem, 0.429rem + 1.19vw, 1.5rem);
    /* 16 - 24 */
  }
}
.company__link .anchor__link:hover {
  border: 1px solid #1F74B6;
}
.company__section:not(:first-child) {
  margin-top: 120px;
}
.company__block {
  width: 100%;
  margin-top: 32px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .company__block {
    width: 80%;
    margin-top: 56px;
  }
}
.company-message__txt {
  position: relative;
  font-weight: 400;
  line-height: 2;
}
.company-message__txt::before {
  content: "";
  background-image: url(../img/common/bg_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 560/536;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .company-message__txt::before {
    width: 57.55%;
    max-width: 560px;
  }
}
.company-message__txt p + p {
  margin-top: 24px;
}
.company-message__name {
  margin-top: 40px;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .company-message__name {
    font-size: 0.8125rem;
  }
}
.company-message__name .position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 6px;
}
.company-message__name .position span {
  font-size: 0.8125rem;
}
.company-philosophy__img {
  display: grid;
  place-content: center;
  background-image: url(../img/company/philosophy_sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 4px;
  padding: 80px 16px 90px 16px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 620px) {
  .company-philosophy__img {
    background-image: url(../img/company/philosophy.jpg);
  }
}
.company-philosophy__img::before {
  content: "";
  background-image: url(../img/company/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8.2%;
  min-width: 56px;
  aspect-ratio: 80/83;
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.company-philosophy__copy {
  text-align: center;
  color: #fff;
}
.company-philosophy__copy .main {
  font-size: clamp(1.063rem, 0.902rem + 0.8vw, 1.625rem);
  /* 17 - 26 */
}
.company-philosophy__copy .main .pc-none {
  display: block;
}
@media screen and (min-width: 620px) {
  .company-philosophy__copy .main .pc-none {
    display: none;
  }
}
.company-philosophy__copy .sub {
  margin-top: 16px;
  font-size: clamp(0.813rem, 0.67rem + 0.3vw, 0.938rem);
  /* 13 - 15 */
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 620px) {
  .company-philosophy__copy .sub {
    text-align: center;
  }
}
.company-philosophy__copy .sub .sp-none {
  display: none;
}
@media screen and (min-width: 620px) {
  .company-philosophy__copy .sub .sp-none {
    display: block;
  }
}
.company-overview__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .company-overview__table tr {
    border-bottom: 1px solid #1F74B6;
  }
}
.company-overview__table th {
  display: block;
  padding: 24px 0 4px 0;
  width: 100%;
  font-weight: 500;
  color: #1F74B6;
}
@media screen and (min-width: 768px) {
  .company-overview__table th {
    display: table-cell;
    width: 26%;
    padding: 24px 16px;
    border-bottom: 1px solid #1F74B6;
  }
}
.company-overview__table td {
  display: block;
  padding: 4px 0 24px 0;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .company-overview__table td {
    display: table-cell;
    padding: 24px;
    border-bottom: 1px solid #e1e1e1;
  }
}
.company-overview__table td .small {
  margin-left: 8px;
  font-size: 0.8125rem;
}
.company-overview__table td .map {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 8px;
  border-bottom: 1px solid #1F74B6;
  color: #1F74B6;
  line-height: 1.6;
}
.company-overview__table td .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-top: 10px;
}
.company-overview__table td .info .tel,
.company-overview__table td .info .fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.company-overview__table td .info span {
  padding: 2px 6px 3px 6px;
  background-color: #1F74B6;
  border-radius: 2px;
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1;
}

.company__swiper .swiper {
  overflow: unset;
  -webkit-clip-path: inset(0 -50vw 0 0);
          clip-path: inset(0 -50vw 0 0);
}
.company__swiper .swiper .year {
  position: relative;
  padding-bottom: 16px;
  font-family: "Rubik", sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  color: #1F74B6;
}
.company__swiper .swiper .year::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D1D1D1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.company__swiper .swiper .year::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #1F74B6;
  border-radius: 50%;
  position: absolute;
  left: 16px;
  bottom: -3px;
}
.company__swiper .swiper .year .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.75rem;
}
.company__swiper .swiper .body {
  position: relative;
  margin-top: 40px;
  min-height: 232px;
  width: calc(100% - 24px);
  padding: 24px;
  background-color: #fff;
  border-radius: 4px;
  font-weight: 400;
}
.company__swiper .swiper .body::before {
  content: "";
  width: 4px;
  height: 40px;
  background-image: radial-gradient(circle, #1F74B6 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 2px 6px;
  position: absolute;
  left: 18px;
  top: -40px;
}
.company__swiper .swiper .body .item:not(:first-child) {
  margin-top: 16px;
}
.company__swiper .swiper .body .desc {
  margin-top: 8px;
}

.company__swiper {
  position: relative;
  padding-bottom: 88px;
}
.company__swiper .swiper-pagination {
  background-color: #2D3B4E;
  width: auto;
  font-family: "Rubik", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  padding: 8px 16px;
  border-radius: calc(infinity * 1px);
}
.company__swiper .swiper-pagination .swiper-pagination-current {
  display: inline-block;
  margin-right: 2px;
}
.company__swiper .swiper-pagination .swiper-pagination-total {
  display: inline-block;
  margin-left: 2px;
}
.company__swiper .swiper-button-prev {
  left: 0;
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
}
.company__swiper .swiper-button-next {
  left: 56px;
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
}
.company__swiper .swiper-pagination-fraction {
  bottom: 4px;
  top: auto;
  left: 112px;
}
.company__swiper .swiper-button-prev::after,
.company__swiper .swiper-button-next::after {
  bottom: 0;
  content: "";
  width: 48px;
  height: 48px;
  margin: auto;
  position: absolute;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.company__swiper .swiper-button-prev::after {
  background-image: url(../img/icon/icon_arrow-circle.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.company__swiper .swiper-button-next::after {
  background-image: url(../img/icon/icon_arrow-circle.svg);
}

/*====================================================
*
*	service
*
====================================================*/
.service__wrap {
  display: grid;
  grid-template-columns: 18.09% 1fr;
  gap: 3.7%;
  grid-template-areas: "news__aside news__body";
}
@media screen and (max-width: 1023px) {
  .service__wrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    row-gap: 56px;
    grid-template-areas: "news__body" "news__aside";
  }
}
@media screen and (max-width: 1023px) {
  .service__aside {
    display: none;
  }
}
.service__aside-list {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  font-size: 0.8125rem;
  color: #888D95;
}
.service__aside-item:not(:first-of-type) {
  margin-top: 16px;
}
.service__aside-link {
  display: block;
  position: relative;
}
.service__aside-link.is-current {
  padding-left: 16px;
  color: #1F74B6;
}
.service__aside-link.is-current::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background-color: #1F74B6;
}
.service__item {
  position: relative;
  padding: 16px 16px 16px 16px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (min-width: 620px) {
  .service__item {
    padding: 16px 56px 16px 16px;
  }
}
@media screen and (min-width: 768px) {
  .service__item {
    padding: 24px 56px 24px 24px;
  }
}
.service__item:not(:last-of-type) {
  margin-bottom: 16px;
}
.service__item:hover .service__item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.service__item::after {
  content: "";
}
@media screen and (min-width: 620px) {
  .service__item::after {
    right: 56px;
    top: 50%;
    bottom: auto;
    left: auto;
    width: 1px;
    height: calc(100% - 48px);
    background-color: #E6ECF2;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.service__item-head {
  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 4.18%;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.service__item-head::before {
  content: "";
  background-image: url(../img/service/icon_accordion.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -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;
}
@media screen and (max-width: 619px) {
  .service__item-head::before {
    display: none;
  }
}
@media screen and (min-width: 620px) {
  .service__item-head {
    -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;
  }
}
.service__item-img {
  width: 100%;
  aspect-ratio: 255/170;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 620px) {
  .service__item-img {
    width: 26.67%;
  }
}
.service__item-img img {
  -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;
}
.service__item-name .ja {
  font-size: clamp(1.063rem, 0.848rem + 0.45vw, 1.25rem);
  /* 17 - 20 */
  font-weight: 500;
}
.service__item-name .en {
  margin-top: 4px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 0.625rem;
  color: #7CACD6;
}
.service__item-content {
  padding-block: 40px 20px;
  font-weight: 400;
}
@media screen and (min-width: 620px) {
  .service__item-content {
    padding-right: 16px;
  }
}

.service__item-content {
  font-weight: 400;
}
.service__item-content .head {
  padding-left: 16px;
  margin-bottom: 16px;
  border-left: 3px solid #1F74B6;
  line-height: 1.4;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1F74B6;
}
.service__item-content .head:not(:first-child) {
  margin-top: 40px;
}
.service__item-content .list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
}
.service__item-content .list.bg {
  padding: 24px;
  margin-block: 16px;
  background-color: #F7F7F7;
  border-radius: 4px;
}
.service__item-content .list-item {
  position: relative;
  counter-increment: num;
}
.service__item-content .list-item.un {
  padding-left: 16px;
}
.service__item-content .list-item.un::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1F74B6;
}
.service__item-content .list-item:not(:first-child) {
  margin-top: 10px;
}
.service__item-content .list-item .ttl.num {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-weight: 500;
}
.service__item-content .list-item .ttl.num::before {
  content: counter(num, decimal);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1F74B6;
  font-size: 0.6875rem;
  color: #fff;
  text-align: center;
  line-height: 18px;
}
.service__item-content .service-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 4px;
}
.service__item-content .service-table__th {
  width: 31.46%;
  padding: 24px;
  background-color: #F7F7F7;
  font-weight: 400;
}
.service__item-content .service-table__td {
  padding: 24px;
}
.service__item-content .link {
  border-bottom: 1px solid #2D3B4E;
}
.service__item-content .link:hover {
  border-bottom: 1px solid #1F74B6;
  color: #1F74B6;
}

.js-accordion-trigger.is-open::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/*====================================================
*
*	case
*
====================================================*/
.case__item {
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
  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: 24px;
}
@media screen and (min-width: 620px) {
  .case__item {
    padding: 24px;
  }
}
@media screen and (min-width: 768px) {
  .case__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.7%;
    padding: 4.44%;
  }
}
.case__item:hover .case__item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.case__item:hover .icon .icon_c-arrow_base {
  stroke: #1F74B6;
}
.case__item:hover .icon .icon_c-arrow_symbol {
  fill: #1F74B6;
}
.case__item:not(:first-of-type) {
  margin-top: 24px;
}
.case__item-img {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}
.case__item-img img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .case__item-img {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .case__item-img {
    width: 42.96%;
  }
}
.case__item-body {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  row-gap: 24px;
}
.case__item-body .icon {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .case__item-body {
    width: 100%;
  }
}
.case__item-name {
  font-size: 0.875rem;
  color: #1F74B6;
}
.case__item-ttl {
  margin-top: 16px;
  font-size: clamp(1.125rem, 0.982rem + 0.3vw, 1.25rem);
  /* 18 - 20 */
  font-weight: 500;
  line-height: 1.4;
  padding-left: 16px;
  border-left: 3px solid #1F74B6;
}
.case__item-intro {
  margin-top: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.case-single__content {
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
}
@media screen and (min-width: 620px) {
  .case-single__content {
    padding: 24px;
  }
}
@media screen and (min-width: 768px) {
  .case-single__content {
    padding: 4.44%;
  }
}
.case-single__head {
  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;
  row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .case-single__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.7%;
  }
}
.case-single__head-txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .case-single__head-txt {
    width: 100%;
  }
}
.case-single__head-name {
  font-size: 0.875rem;
  color: #1F74B6;
}
.case-single__head-ttl {
  margin-top: 4px;
  font-size: clamp(1.125rem, 1.018rem + 0.54vw, 1.5rem);
  /* 18 - 24 */
  font-weight: 600;
}
.case-single__head-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  aspect-ratio: 428/285;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .case-single__head-img {
    width: 39.63%;
  }
}

.case-single__body {
  font-weight: 400;
}
.case-single__body .lead {
  margin-top: 24px;
}
.case-single__body .desc {
  padding-block: 40px;
  position: relative;
  border-top: 1px solid;
  -o-border-image: linear-gradient(90deg, rgb(238, 242, 247) 0%, rgb(238, 242, 247) 1%, rgb(221, 221, 221) 1%, rgb(221, 221, 221) 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(238, 242, 247)), color-stop(1%, rgb(238, 242, 247)), color-stop(1%, rgb(221, 221, 221)), to(rgb(221, 221, 221))) 1;
     border-image: linear-gradient(90deg, rgb(238, 242, 247) 0%, rgb(238, 242, 247) 1%, rgb(221, 221, 221) 1%, rgb(221, 221, 221) 100%) 1;
}
.case-single__body .desc:first-of-type {
  margin-top: 40px;
}
.case-single__body .desc::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  background-color: #1F74B6;
}
.case-single__body .desc .sub-ttl {
  margin-bottom: 16px;
  font-weight: 600;
}
.case-single__body .desc .txt {
  line-height: 1.8;
}
.case-single__body .desc .txt img {
  display: block;
  margin-block: 40px;
  max-width: 536px;
  width: 100%;
}

/*====================================================
*
*	News
*
====================================================*/
.news__cats {
  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: 16px 8px;
  margin-bottom: 40px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .news__cats {
    margin-bottom: 64px;
  }
}
.news__cats-head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news__cats-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;
  gap: 6px 10px;
}
.news .cat {
  display: block;
  min-width: 120px;
  border: 1px solid #1F74B6;
  border-radius: calc(infinity * 1px);
  background-color: #fff;
  padding: 6px 24px;
  color: #1F74B6;
  line-height: 1;
  text-align: center;
}
.news .cat.is-current {
  background-color: #1F74B6;
  color: #fff;
}
.news .cat:hover {
  background-color: #1F74B6;
  color: #fff;
}
.news__list {
  position: relative;
  z-index: 2;
}
.news__item:not(:first-child) {
  margin-top: 20px;
}
.news__item-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: 16px 3.7%;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news__item-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;
    padding: 16px 64px 16px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .news__item-link {
    padding: 24px 64px 24px 24px;
  }
}
.news__item-link:hover .news__title {
  color: #1F74B6;
}
.news__item-link:hover .news__icon {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.news__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 768px) {
  .news__thumb {
    width: 27.4%;
  }
}
.news__thumb img {
  width: 100%;
}
.news__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
}
.news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.news__date {
  font-size: 0.875rem;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
.news__category {
  padding: 2px 10px 4px 10px;
  min-width: 120px;
  border-radius: calc(infinity * 1px);
  background-color: #1F74B6;
  text-align: center;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
}
.news__title {
  font-weight: 600;
  font-size: 0.9375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 3em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news__icon {
  color: #1F74B6;
  -ms-flex-item-align: end;
      align-self: end;
  -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;
}
@media screen and (min-width: 768px) {
  .news__icon {
    position: absolute;
    right: 16px;
    bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .news__icon {
    right: 24px;
    bottom: 24px;
  }
}

.single__content {
  background-color: #fff;
  border-radius: 10px;
  padding: 56px 16px 64px 16px;
}
@media screen and (min-width: 768px) {
  .single__content {
    padding: 64px 7.3% 80px 7.3%;
  }
}
.single__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 20px;
}
.single__thumb {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/2;
  margin-top: 40px;
}
.single__thumb img {
  width: 100%;
}
.single__body {
  margin-top: 40px;
}

/*====================================================
*
*	Contact
*
====================================================*/
.contact__lead {
  line-height: 1.8;
}

.contact-thanks__head {
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  padding-bottom: 24px;
}
.contact-thanks__head::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(38, 65, 135)), to(rgb(88, 185, 226)));
  background-image: linear-gradient(90deg, rgb(38, 65, 135) 0%, rgb(88, 185, 226) 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contact-thanks__txt {
  margin-top: 40px;
  text-align: center;
  font-weight: 400;
  line-height: 2;
}
.contact-thanks__txt p + p {
  margin-top: 24px;
}

.thanks__title {
  color: #1F74B6;
  font-size: clamp(1.5rem, 1.321rem + 0.89vw, 1.75rem);
  /* 24 - 28 */
  font-weight: 700;
  text-align: center;
}
.thanks__title .sp-only {
  display: block;
}
@media screen and (min-width: 620px) {
  .thanks__title .sp-only {
    display: none;
  }
}
.thanks__text {
  margin-top: 40px;
  line-height: 1.8;
}
@media screen and (min-width: 620px) {
  .thanks__text {
    text-align: center;
  }
}
.thanks__text .pc-only {
  display: none;
}
@media screen and (min-width: 620px) {
  .thanks__text .pc-only {
    display: block;
  }
}
.thanks__text p + p {
  margin-top: 24px;
}
.thanks__info {
  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;
  margin-top: 56px;
  border: 2px solid #eaeaea;
  border-radius: 6px;
  padding-inline: 16px;
  padding-block: clamp(1.5rem, 1.142rem + 1.79vw, 2rem);
  /* 24 - 32 */
  width: 100%;
  max-width: 574px;
  margin-inline: auto;
}
.thanks__info .name {
  font-size: clamp(0.938rem, 0.803rem + 0.67vw, 1.125rem);
  /* 15 - 18 */
  font-weight: 700;
  color: #1F74B6;
  padding-bottom: 16px;
  background-image: radial-gradient(circle at center, #D2D2D2 20%, transparent 20%);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-size: 8px 4px;
}
.thanks__info .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 10px;
  font-family: "Rubik", sans-serif;
  font-size: clamp(1.5rem, 1.142rem + 1.79vw, 2rem);
  /* 24 - 32*/
  color: #1F74B6;
  line-height: 1;
}
.thanks__info .tel-icon img {
  display: block;
  width: 100%;
}
.thanks__info .attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.thanks__info .attention .label {
  display: inline-block;
  padding: 3px 6px 4px 6px;
  border-radius: 2px;
  background-color: #1F74B6;
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1;
}
.thanks__btn {
  margin-top: 80px;
}

/*====================================================
*
*	policy
*
====================================================*/
.policy__lead {
  line-height: 1.8;
}
.policy__item {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .policy__item {
    margin-top: 56px;
  }
}
.policy__head {
  margin-bottom: 16px;
  font-size: 1.125rem;
  color: #1F74B6;
}
.policy__content {
  line-height: 1.8;
}
.policy__content p + p {
  margin-top: 10px;
}
.policy__info {
  margin-block: 32px;
}
.policy__info-row {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  max-width: 800px;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .policy__info-row {
    grid-template-columns: 40% 1fr;
    grid-template-rows: 1fr;
  }
}
.policy__info-logo {
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  margin-bottom: 10px;
  padding: max(2.8vw, 32px) max(3.9vw, 20px);
}
.policy__info-content {
  position: relative;
  padding: max(2.8vw, 32px) max(3.9vw, 20px);
}
.policy__info-content::before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #E0E0E0;
}
@media screen and (min-width: 768px) {
  .policy__info-content::before {
    width: 1px;
    height: 80%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
    left: 0;
  }
}
.policy__info-company {
  font-size: 0.9375rem;
  font-weight: 600;
}