@charset "UTF-8";
/* ==========================================================================
  foundation
========================================================================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background-color: #fff;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

/* ==========================================================================
  variables
========================================================================== */
:root {
  --c-support-flow-aspect-w: 284;
  --c-support-flow-aspect-h: 188;
}

:root {
  --color-brand-blue: #0085CE;
  --color-brand-black: #00202F;
  --color-brand-gray: #001F2E;
  --color-brand-purple: #1C2C7B;
  --color-white: #ffffff;
  --color-brand-blue--100: var(--color-brand-blue);
  --color-brand-blue--075: #009EE5;
  --color-brand-blue--050: #44ADE9;
  --color-brand-blue--025: #80C1EE;
  --color-brand-gray--100: var(--color-brand-gray);
  --color-brand-gray--075: #475E6D;
  --color-brand-gray--050: #778A99;
  --color-brand-gray--025: #C7D1D9;
  --color-brand-purple--100: var(--color-brand-purple);
  --color-brand-purple--075: #41488D;
  --color-brand-purple--050: #7073AB;
  --color-brand-purple--025: #979BCA;
  --color-attention-red: #CB5517;
  --color-attention-yellow: #F7E000;
  --color-main: var(--color-brand-black);
  --color-text-gray: var(--color-brand-gray--050);
  --color-disabled: var(--color-brand-gray--025);
  --color-text-link: var(--color-brand-blue);
  --color-bg-gray: #F4F6F9;
  --font-base: var(--font-notosan);
  --font-notosan: "Noto Sans JP", sans-serif;
  --font-roboto: "Roboto", sans-serif;
  --font-size-base: var(--font-m);
  --font-xxxxl: 5.6rem;
  --font-xxxl: 2.6rem;
  --font-xxl: 2.2rem;
  --font-xl: 2.0rem;
  --font-ll: 1.8rem;
  --font-l: 1.6rem;
  --font-m: 1.4rem;
  --font-s: 1.2rem;
  --font-xs: 1.0rem;
  --font-xxs: 1.0rem;
  --line-height-default: 1.6;
  --border-radius-s: 8px;
  --border-radius-m: 16px;
  --border-radius-l: 24px;
  --aspect-ratio-thumbnail: 352 / 198;
  --width-min: 1200px;
  --container-width: var(--width-min);
  --c-detail-space-s: 8px;
  --c-detail-space-m: 16px;
  --c-detail-space-l: 24px;
  --header-h:53px;
  --footer-h-pc:780px;
  --footer-h-sp:223.0769230769vw;
  --footer-space-top: 80px;
  --c-top-header-space-bottom: 24px;
  --c-top-header-title-en-space-top: 4px;
  --c-top-header-subtitle-space-top: 16px;
  --c-top-section-space: 80px;
  --c-under-sec-section-space: 80px;
  --c-under-header-space-top: 16px;
  --c-under-header-space-bottom: 40px;
  --c-under-header-title-en-space-top: 4px;
  --c-under-header-subtitle-space-top: 16px;
  --c-under-sec-header-space-bottom: 24px;
  --c-under-sec-header-title-en-space-top: 4px;
  --c-under-sec-header-subtitle-space-top: 24px;
  --padding-side:24px;
  --link-round-right-position: 24px;
  --link-round-height-s: 40px;
  --link-round-height-m: 56px;
  --link-round-height-l: 56px;
  --link-round-width: 100%;
  --link-round-height: var(--link-round-height-s);
  --link-round-padding-side: 0;
  --link-round-radius: 100px;
  --link-round-font-size: var(--font-s);
  --link-round-border: 1px solid transparent;
  --link-transition-duration: 0.3s;
  --link-hover-opacity: 0.6;
  --hover-color-bg-blue: #0272B0;
  --hover-color-bg-white: #F7F7F7;
  --c-list-case-space: 16px;
  --c-list-case-logo-width: 100px;
  --c-list-case-logo-height: 48px;
  --c-list-seminar-space: 16px;
  --c-list-blog-space: 16px;
  --c-list-data-space: 16px;
  --l-lists-columns-minmax: 280px;
  --l-lists-columns-gap: 32px;
}

@media screen and (min-width: 768px) {
  :root {
    --font-xxxxl: 7.2rem;
    --font-xxxl: 3.6rem;
    --font-xxl: 2.8rem;
    --font-xl: 2.4rem;
    --font-ll: 2.0rem;
    --font-l: 1.8rem;
    --font-m: 1.6rem;
    --font-s: 1.4rem;
    --font-xs: 1.2rem;
    --font-xxs: 1.0rem;
    --c-top-section-space: 160px;
    --c-under-sec-section-space: 160px;
    --c-top-header-space-bottom: 32px;
    --c-top-header-title-en-space-top: 8px;
    --c-top-header-subtitle-space-top: 24px;
    --c-under-header-subtitle-space-top: 24px;
    --link-round-height-l: 72px;
    --header-h:141px;
    --footer-space-top: 160px;
    --padding-side:40px;
  }
}
@media screen and (min-width: 1360px) {
  :root {
    --header-h:89px;
  }
}
/**/
/* ==========================================================================
  base
========================================================================== */
/*------------------------------------------------------------
  レイアウト
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: var(--color-main);
  font-family: var(--font-base);
  font-optical-sizing: auto;
  font-style: normal;
  font-size: var(--font-size-base);
  font-weight: 400;
  line-height: var(--line-height-default);
  font-optical-sizing: auto;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  body {
    line-height: var(--line-height-default);
  }
}

a:not(.c-link-round-blue--s,
.c-link-round-blue--m,
.c-link-round-blue--l,
.c-link-round-white--s,
.c-link-round-white--m,
.c-link-round-white--l,
.c-list-card,
.c-list-card--slide,
.c-list-card--completed,
.c-button-white--border,
.p-top-infos-lists__item,
.l-breadcrumbs-lists__item-link,
.l-header-button), button:not(.c-link-round-blue--s,
.c-link-round-blue--m,
.c-link-round-blue--l,
.c-link-round-white--s,
.c-link-round-white--m,
.c-link-round-white--l,
.c-list-card,
.c-list-card--slide,
.c-list-card--completed,
.c-button-white--border,
.p-top-infos-lists__item,
.l-breadcrumbs-lists__item-link,
.l-header-button) {
  transition: opacity var(--link-transition-duration) ease;
}
a:not(.c-link-round-blue--s,
.c-link-round-blue--m,
.c-link-round-blue--l,
.c-link-round-white--s,
.c-link-round-white--m,
.c-link-round-white--l,
.c-list-card,
.c-list-card--slide,
.c-list-card--completed,
.c-button-white--border,
.p-top-infos-lists__item,
.l-breadcrumbs-lists__item-link,
.l-header-button):hover, button:not(.c-link-round-blue--s,
.c-link-round-blue--m,
.c-link-round-blue--l,
.c-link-round-white--s,
.c-link-round-white--m,
.c-link-round-white--l,
.c-list-card,
.c-list-card--slide,
.c-list-card--completed,
.c-button-white--border,
.p-top-infos-lists__item,
.l-breadcrumbs-lists__item-link,
.l-header-button):hover {
  opacity: var(--link-hover-opacity);
}

sup, sub {
  font-size: 0.5em;
}

sup {
  top: -0.8em;
}

sub {
  bottom: 0;
}

/* ==========================================================================
   utility
========================================================================== */
/*------------------------------------------------------------
  画像　w100%用
------------------------------------------------------------*/
.u-img-w100 {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------------
  color
-------------------------------------------------------------------------- */
.u-color--brand-blue {
  color: var(--color-brand-blue--100);
}

.u-bg-color--brand-blue {
  background-color: var(--color-brand-blue--100);
}

.u-bg-color--gray {
  background-color: var(--color-bg-gray);
}

/* --------------------------------------------------------------------------
  font
-------------------------------------------------------------------------- */
.u-font-roboto--700, .u-font-roboto {
  font-family: var(--font-roboto);
}

.u-font-roboto {
  font-weight: 500;
}
.u-font-roboto--700 {
  font-weight: 700;
}

/* --------------------------------------------------------------------------
  font size
-------------------------------------------------------------------------- */
.u-font-size--xxs {
  font-size: var(--font-xxs);
}

.u-font-size--l {
  font-size: var(--font-l);
}

/* --------------------------------------------------------------------------
  list type
-------------------------------------------------------------------------- */
.u-list-type--indent > li {
  padding-left: 1.25rem;
  text-indent: -1.25rem;
}

.u-list-type--number {
  counter-reset: typeNumber 0;
}
.u-list-type--number > li {
  position: relative;
}
.u-list-type--number > li::before {
  counter-increment: typeNumber 1;
  content: counter(typeNumber) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.u-list-type--number > li {
  padding-left: 1.25em;
}

.u-list-type--attention {
  counter-reset: typeNumber 0;
}
.u-list-type--attention > li {
  position: relative;
}
.u-list-type--attention > li::before {
  counter-increment: typeNumber 1;
  content: "※" counter(typeNumber);
  position: absolute;
  left: 0;
  top: 0;
}
.u-list-type--attention > li {
  padding-left: 2em;
}

.u-list-type--disc {
  padding-left: 1.25em;
}
.u-list-type--disc li {
  position: relative;
}
.u-list-type--disc li::before {
  content: "・";
  position: absolute;
  left: -1.25em;
  top: 0;
  font-weight: 700;
}

.u-list-type--check-blue {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.u-list-type--check-blue > li {
  position: relative;
  padding-left: 1.25em;
}
.u-list-type--check-blue > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url("../img/common/icon/check_blue.svg");
}

/* ---------------------------------------------------------------------------
  show/hide
--------------------------------------------------------------------------- */
.u-show-mobile {
  display: initial;
}
@media screen and (min-width: 768px) {
  .u-show-mobile {
    display: none;
  }
}

.u-show-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-show-desktop {
    display: initial;
  }
}

/* ---------------------------------------------------------------------------
  grid
--------------------------------------------------------------------------- */
.u-grid {
  display: grid;
}

/* ---------------------------------------------------------------------------
  flex
--------------------------------------------------------------------------- */
.u-flex {
  display: flex;
}

@media screen and (min-width: 768px) {
  .u-flex--pc {
    display: flex;
  }
}

.u-flex--sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-flex--sp {
    display: block;
  }
}

.u-flex--wrap.u-flex, .u-flex--wrap.u-flex--pc, .u-flex--wrap.u-flex--sp {
  flex-wrap: wrap;
}
.u-flex--justify-between.u-flex, .u-flex--justify-between.u-flex--pc, .u-flex--justify-between.u-flex--sp {
  justify-content: space-between;
}
.u-flex--justify-center.u-flex, .u-flex--justify-center.u-flex--pc, .u-flex--justify-center.u-flex--sp {
  justify-content: center;
}
.u-flex--flexd-rowr.u-flex, .u-flex--flexd-rowr.u-flex--pc, .u-flex--flexd-rowr.u-flex--sp {
  flex-direction: row-reverse;
}
.u-flex--align-end.u-flex, .u-flex--align-end.u-flex--pc, .u-flex--align-end.u-flex--sp {
  align-items: flex-end;
}
.u-flex--align-center.u-flex, .u-flex--align-center.u-flex--pc, .u-flex--align-center.u-flex--sp {
  align-items: center;
}

/* ---------------------------------------------------------------------------
  sr-only
--------------------------------------------------------------------------- */
.u-sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border-width: 0;
  white-space: nowrap;
}

/* ==========================================================================
  component
========================================================================== */
.c-body {
  /* display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh; */
}

/* --------------------------------------------------------------------------
  font
-------------------------------------------------------------------------- */
.c-font-roboto {
  font-family: var(--font-roboto);
  font-weight: 400;
}

.c-font-roboto--700 {
  font-family: var(--font-roboto);
  font-weight: 700;
}

/* --------------------------------------------------------------------------
  c-container
-------------------------------------------------------------------------- */
.c-container {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: inherit;
  padding: 0 var(--padding-side);
}
@media screen and (min-width: 768px) {
  .c-container {
    max-width: var(--container-width);
  }
}

/* --------------------------------------------------------------------------
  link text
-------------------------------------------------------------------------- */
.c-link-text--blue {
  color: var(--color-text-link);
  text-decoration: underline;
}

.c-link-text--blue-700 {
  color: var(--color-text-link);
  font-weight: 700;
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
  link hover
-------------------------------------------------------------------------- */
.c-hover {
  transition: opacity var(--link-transition-duration) ease;
}
.c-hover:hover {
  opacity: var(--link-hover-opacity);
}

/* --------------------------------------------------------------------------
  link round
-------------------------------------------------------------------------- */
.c-add-icon-round-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  position: relative;
}
.c-add-icon-round-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 68%;
  height: 68%;
  -webkit-mask-image: url(../img/common/icon/arrow.svg);
          mask-image: url(../img/common/icon/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.c-link-round-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  right: var(--link-round-right-position);
  transform: translateY(-50%);
}
.c-link-round-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 68%;
  height: 68%;
  -webkit-mask-image: url(../img/common/icon/arrow.svg);
          mask-image: url(../img/common/icon/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.c-link-round-blue--s {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
  width: var(--link-round-width);
  height: var(--link-round-height);
  padding: 0 var(--link-round-padding-side);
  font-size: var(--link-round-font-size);
  font-weight: 700;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-radius: var(--link-round-radius);
  white-space: normal;
  color: var(--color-white);
  border-color: var(--color-brand-blue--100);
  background-color: var(--color-brand-blue--100);
  transition: background-color var(--link-transition-duration) ease;
}
.c-link-round-blue--s span:not(.c-link-round-icon) {
  text-box: trim-both cap alphabetic;
}
.c-link-round-blue--s .c-link-round-icon {
  background-color: var(--color-white);
}
.c-link-round-blue--s .c-link-round-icon::after {
  background-color: var(--color-brand-blue--100);
}
.c-link-round-blue--s:is(a, button):hover {
  background-color: var(--hover-color-bg-blue);
}
.c-link-round-blue--s .c-link-round-icon {
  position: static;
  transform: translateY(0);
}

.c-link-round-blue--m {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
  width: var(--link-round-width);
  height: var(--link-round-height);
  padding: 0 var(--link-round-padding-side);
  font-size: var(--link-round-font-size);
  font-weight: 700;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-radius: var(--link-round-radius);
  white-space: normal;
  color: var(--color-white);
  border-color: var(--color-brand-blue--100);
  background-color: var(--color-brand-blue--100);
  transition: background-color var(--link-transition-duration) ease;
  --link-round-height: var(--link-round-height-m);
  --link-round-font-size: var(--font-m);
}
.c-link-round-blue--m span:not(.c-link-round-icon) {
  text-box: trim-both cap alphabetic;
}
.c-link-round-blue--m .c-link-round-icon {
  background-color: var(--color-white);
}
.c-link-round-blue--m .c-link-round-icon::after {
  background-color: var(--color-brand-blue--100);
}
.c-link-round-blue--m:is(a, button):hover {
  background-color: var(--hover-color-bg-blue);
}

.c-link-round-blue--l {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
  width: var(--link-round-width);
  height: var(--link-round-height);
  padding: 0 var(--link-round-padding-side);
  font-size: var(--link-round-font-size);
  font-weight: 700;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-radius: var(--link-round-radius);
  white-space: normal;
  color: var(--color-white);
  border-color: var(--color-brand-blue--100);
  background-color: var(--color-brand-blue--100);
  transition: background-color var(--link-transition-duration) ease;
  --link-round-height: var(--link-round-height-l);
  --link-round-font-size: var(--font-m);
}
.c-link-round-blue--l span:not(.c-link-round-icon) {
  text-box: trim-both cap alphabetic;
}
.c-link-round-blue--l .c-link-round-icon {
  background-color: var(--color-white);
}
.c-link-round-blue--l .c-link-round-icon::after {
  background-color: var(--color-brand-blue--100);
}
.c-link-round-blue--l:is(a, button):hover {
  background-color: var(--hover-color-bg-blue);
}
@media screen and (min-width: 768px) {
  .c-link-round-blue--l {
    --link-round-font-size: var(--font-ll);
  }
}

.c-link-round-white--s {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
  width: var(--link-round-width);
  height: var(--link-round-height);
  padding: 0 var(--link-round-padding-side);
  font-size: var(--link-round-font-size);
  font-weight: 700;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-radius: var(--link-round-radius);
  white-space: normal;
  color: var(--color-main);
  border-color: var(--color-brand-gray--025);
  background-color: var(--color-white);
  transition: background-color var(--link-transition-duration) ease;
}
.c-link-round-white--s span:not(.c-link-round-icon) {
  text-box: trim-both cap alphabetic;
}
.c-link-round-white--s .c-link-round-icon {
  background-color: var(--color-brand-blue--100);
}
.c-link-round-white--s .c-link-round-icon::after {
  background-color: var(--color-white);
}
.c-link-round-white--s:is(a, button):hover {
  background-color: var(--hover-color-bg-white);
}
.c-link-round-white--s .c-link-round-icon {
  position: static;
  transform: translateY(0);
}

.c-link-round-white--m {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
  width: var(--link-round-width);
  height: var(--link-round-height);
  padding: 0 var(--link-round-padding-side);
  font-size: var(--link-round-font-size);
  font-weight: 700;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-radius: var(--link-round-radius);
  white-space: normal;
  color: var(--color-main);
  border-color: var(--color-brand-gray--025);
  background-color: var(--color-white);
  transition: background-color var(--link-transition-duration) ease;
  --link-round-height: var(--link-round-height-m);
  --link-round-font-size: var(--font-m);
}
.c-link-round-white--m span:not(.c-link-round-icon) {
  text-box: trim-both cap alphabetic;
}
.c-link-round-white--m .c-link-round-icon {
  background-color: var(--color-brand-blue--100);
}
.c-link-round-white--m .c-link-round-icon::after {
  background-color: var(--color-white);
}
.c-link-round-white--m:is(a, button):hover {
  background-color: var(--hover-color-bg-white);
}

.c-link-round-white--l {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
  width: var(--link-round-width);
  height: var(--link-round-height);
  padding: 0 var(--link-round-padding-side);
  font-size: var(--link-round-font-size);
  font-weight: 700;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-radius: var(--link-round-radius);
  white-space: normal;
  color: var(--color-main);
  border-color: var(--color-brand-gray--025);
  background-color: var(--color-white);
  transition: background-color var(--link-transition-duration) ease;
  --link-round-height: var(--link-round-height-l);
  --link-round-font-size: var(--font-m);
}
.c-link-round-white--l span:not(.c-link-round-icon) {
  text-box: trim-both cap alphabetic;
}
.c-link-round-white--l .c-link-round-icon {
  background-color: var(--color-brand-blue--100);
}
.c-link-round-white--l .c-link-round-icon::after {
  background-color: var(--color-white);
}
.c-link-round-white--l:is(a, button):hover {
  background-color: var(--hover-color-bg-white);
}
@media screen and (min-width: 768px) {
  .c-link-round-white--l {
    --link-round-font-size: var(--font-ll);
  }
}

/* --------------------------------------------------------------------------
  input
-------------------------------------------------------------------------- */
input[type=text],
input[type=submit] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

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

select {
  /* 標準のスタイルを無効にする */
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background: transparent;
}

summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  /** もしくは、以下を指定する方法でもOK */
  list-style-type: none;
}

.c-input-radio:has(input[type=radio]:checked) {
  background: var(--color-brand-blue--100);
  color: var(--color-white);
  border-color: var(--color-brand-blue--100);
}
.c-input-radio input[type=radio]:focus-visible + span {
  outline: 2px solid var(--color-brand-blue--100);
  outline-offset: 2px;
}

.c-button-white--border {
  display: inline-block;
  padding: 14px 16px;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid var(--color-brand-gray--025);
  border-radius: var(--border-radius-s);
  cursor: pointer;
  transition: background var(--link-transition-duration) ease, color var(--link-transition-duration) ease;
}
@media screen and (min-width: 768px) {
  .c-button-white--border {
    padding: 16px 24px;
  }
}
.c-button-white--border span {
  display: inline-block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .c-button-white--border span {
    max-width: 12em;
  }
}
.c-button-white--border:hover {
  background-color: var(--color-bg-gray);
}
.c-button-white--border.is-current {
  background: var(--color-brand-blue--100);
  color: var(--color-white);
  border-color: var(--color-brand-blue--100);
}

.c-input-checkbox input:checked + .checkmark::after {
  opacity: 1;
}
.c-input-checkbox input:checked + .checkmark {
  border-color: var(--color-brand-blue--100);
  background: var(--color-brand-blue--100);
}
.c-input-checkbox input[type=checkbox]:focus-visible + span {
  outline: 2px solid var(--color-brand-blue--100);
  outline-offset: 2px;
}

.c-input-checkbox {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 0 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-input-checkbox .checkmark {
  position: relative;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 1px solid var(--color-brand-gray--025);
  border-radius: 4px;
  transition: border-color var(--link-transition-duration) ease, background var(--link-transition-duration) ease;
}
@media screen and (min-width: 768px) {
  .c-input-checkbox .checkmark {
    margin-top: 3px;
  }
}
.c-input-checkbox .checkmark::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url("../img/common/icon/check_white.svg");
  transition: opacity var(--link-transition-duration) ease;
}

/* --------------------------------------------------------------------------
  details summary => case search , service/price/
-------------------------------------------------------------------------- */
.c-details {
  /* アコーディオンが開いた時のスタイル */
}
.c-details[open] .icon {
  transform: rotate(180deg);
}

.c-details summary.c-summary--bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  font-size: var(--font-l);
  font-weight: 700;
  line-height: 1.55;
}
.c-details summary.c-summary--bar .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../img/common/icon/arrow_down.svg");
}
.c-details .c-details__inner {
  padding: 0 32px 48px;
}
.c-details .c-details__inner--faq {
  padding: 0 16px 16px;
}
@media screen and (min-width: 768px) {
  .c-details .c-details__inner--faq {
    padding: 0 32px 32px;
  }
}
/* --------------------------------------------------------------------------
  c-companies-logo => top , /scene/
-------------------------------------------------------------------------- */
.c-companies-logo-title {
  padding: 0 2em 8px;
  font-size: var(--font-xl);
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-companies-logo-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 3px;
    padding: 0 0 8px;
    text-align: left;
    line-height: 1;
  }
}

.c-companies-logo-title__num {
  padding-right: 0.15em;
  font-family: var(--font-roboto);
  font-size: var(--font-xxxl);
}
@media screen and (min-width: 768px) {
  .c-companies-logo-title__num {
    padding: 0;
  }
}

.c-companies-logo__contents {
  display: grid;
  grid-template-rows: auto;
  gap: 16px 0;
}

.c-companies-logo-lists {
  display: flex;
  overflow: hidden;
}

.c-companies-logo-lists__inner {
  display: flex;
  width: 1500px;
}
.c-companies-logo-lists__inner img {
  width: 60px;
  margin-right: 40px;
}

.c-companies-logo-lists.to-left .c-companies-logo-lists__inner {
  animation: scroll-left 40s linear infinite;
}
.c-companies-logo-lists.to-right .c-companies-logo-lists__inner {
  animation: scroll-right 40s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* --------------------------------------------------------------------------
  c-scene-lists
-------------------------------------------------------------------------- */
.c-scene-lists-title {
  padding-bottom: 0.5em;
  font-size: var(--font-xxl);
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .c-scene-lists {
    --l-lists-columns-gap: 24px;
  }
}

.c-scene-lists__item {
  overflow: clip;
  text-align: center;
  border: 1px solid var(--color-brand-gray--025);
  border-radius: var(--border-radius-s);
  background: var(--color-white);
}
.c-scene-lists__item-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 704/380;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: var(--color-bg-gray);
}

.c-scene-lists__item-title {
  padding: 0.8em 0 1.2em;
  font-size: var(--font-ll);
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
}

/* --------------------------------------------------------------------------
  service-infolists
-------------------------------------------------------------------------- */
.c-service-infolists {
  display: grid;
  grid-template-rows: auto;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .c-service-infolists {
    display: grid;
    gap: 16px;
  }
}
.c-service-infolists .c-service-infolists__item-link {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-service-infolists .c-service-infolists__item-link:has(.c-link-round-blue--s) .c-link-round-icon {
    position: absolute;
    transform: translateY(-50%);
  }
}
.c-service-infolists.p-column--03 {
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-service-infolists.p-column--03 .c-link-round-blue--m {
    --link-round-height: var(--link-round-height-s);
    --link-round-font-size: var(--font-s);
  }
}
@media screen and (min-width: 900px) {
  .c-service-infolists.p-column--03 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .c-service-infolists.p-column--03 .c-service-infolists__item-link {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-service-infolists.p-column--04 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .c-service-infolists.p-column--04 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .c-service-infolists.p-column--04 .c-service-infolists__item-link {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .c-service-infolists.p-column--02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .c-service-infolists.p-column--02 .c-service-infolists__item-link {
    width: 166px;
  }
}
.c-service-infolists__item {
  display: grid; /* 子グリッド */
  grid-template-rows: subgrid; /* 行方向のサブグリッドを指定 */
  grid-row: span 2; /* 親グリッドのn行分を占有 */
  padding: 24px;
  border-radius: var(--border-radius-m);
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .c-service-infolists__item {
    gap: 25px 0;
    padding: 24px 32px;
  }
}

.c-service-infolists__item-photo {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .c-service-infolists__item-photo {
    width: min(68%, 500px);
    margin: 0 auto 24px;
  }
}
@media screen and (min-width: 900px) {
  .c-service-infolists__item-photo {
    width: 93%;
  }
}

.c-service-infolists__item-title {
  font-size: var(--font-xl);
  font-weight: 700;
  line-height: 1.35;
}

.c-service-infolists__item-text {
  padding-top: 0.5em;
  font-size: var(--font-m);
}

/* --------------------------------------------------------------------------
  c-support-flow
-------------------------------------------------------------------------- */
.c-support-flow {
  counter-reset: stepNumber 0;
  display: grid;
  gap: 28px 0;
}
@media screen and (min-width: 768px) {
  .c-support-flow:has(.c-support-flow__item:nth-child(4):last-child) {
    justify-content: center;
    grid-template-columns: repeat(2, calc(var(--c-support-flow-aspect-w) * 1px));
    grid-template-rows: auto;
    gap: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .c-support-flow:has(.c-support-flow__item:nth-child(4):last-child) {
    justify-content: start;
    grid-template-columns: repeat(4, calc(var(--c-support-flow-aspect-w) * 1px));
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow:has(.c-support-flow__item:nth-child(4):last-child) .c-support-flow__item-image {
    top: -66px;
    width: 133px;
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow:has(.c-support-flow__item:nth-child(4):last-child) .c-support-flow__item-step {
    left: 0;
    top: -37px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow:has(.c-support-flow__item:nth-child(4):last-child) .c-support-flow__item:nth-of-type(1) .c-support-flow__item-inner {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow:has(.c-support-flow__item:nth-child(4):last-child) .c-support-flow__item:nth-of-type(2) {
    transform: translateX(-5px);
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow:has(.c-support-flow__item:nth-child(4):last-child) .c-support-flow__item:nth-of-type(3) {
    transform: translateX(-10px);
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow:has(.c-support-flow__item:nth-child(4):last-child) .c-support-flow__item:nth-of-type(4) {
    transform: translateX(-15px);
  }
}
.c-support-flow:has(.c-support-flow__item:nth-child(5):last-child) {
  --c-support-flow-aspect-w: 228;
  --c-support-flow-aspect-h: 153;
}
@media screen and (min-width: 768px) {
  .c-support-flow:has(.c-support-flow__item:nth-child(5):last-child) {
    justify-content: center;
    grid-template-columns: repeat(3, calc(var(--c-support-flow-aspect-w) * 1px));
    grid-template-rows: auto;
    gap: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .c-support-flow:has(.c-support-flow__item:nth-child(5):last-child) {
    justify-content: start;
    grid-template-columns: repeat(5, calc(var(--c-support-flow-aspect-w) * 1px));
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow:has(.c-support-flow__item:nth-child(5):last-child) .c-support-flow__item-image {
    top: -64px;
    width: 104px;
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow:has(.c-support-flow__item:nth-child(5):last-child) .c-support-flow__item-step {
    left: 0;
    top: -30%;
    width: 65px;
    height: 65px;
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow:has(.c-support-flow__item:nth-child(5):last-child) .c-support-flow__item .c-support-flow__item-inner {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow:has(.c-support-flow__item:nth-child(5):last-child) .c-support-flow__item:nth-of-type(1) .c-support-flow__item-inner {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow:has(.c-support-flow__item:nth-child(5):last-child) .c-support-flow__item:nth-of-type(2) {
    transform: translateX(-5px);
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow:has(.c-support-flow__item:nth-child(5):last-child) .c-support-flow__item:nth-of-type(3) {
    transform: translateX(-10px);
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow:has(.c-support-flow__item:nth-child(5):last-child) .c-support-flow__item:nth-of-type(4) {
    transform: translateX(-15px);
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow:has(.c-support-flow__item:nth-child(5):last-child) .c-support-flow__item:nth-of-type(5) {
    transform: translateX(-20px);
  }
}

.c-support-flow__item {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-support-flow__item {
    padding: 16px 10px 16px 16px;
    border-radius: var(--border-radius-m);
    background-color: var(--color-white);
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow__item {
    aspect-ratio: var(--c-support-flow-aspect-w)/var(--c-support-flow-aspect-h);
    width: calc(var(--c-support-flow-aspect-w) * 1px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 11%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow__item::after, .c-support-flow__item::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 70px;
    height: 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
    background-color: var(--color-white);
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow__item::after {
    content: "";
    left: 0;
    -webkit-mask-image: url(../img/common/support/bg_flow_middle.svg);
            mask-image: url(../img/common/support/bg_flow_middle.svg);
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow__item::before {
    content: "";
    right: 0;
    -webkit-mask-image: url(../img/common/support/bg_flow_middle.svg);
            mask-image: url(../img/common/support/bg_flow_middle.svg);
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
}
@media screen and (max-width: 767px) {
  .c-support-flow__item:not(:nth-last-of-type(1))::before {
    content: "";
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 88px;
    height: 30px;
    -webkit-mask-image: url(../img/common/support/bg_flow_sp.svg);
            mask-image: url(../img/common/support/bg_flow_sp.svg);
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: var(--color-white);
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow__item:nth-of-type(1)::after {
    -webkit-mask-image: url(../img/common/support/bg_flow_start.svg);
            mask-image: url(../img/common/support/bg_flow_start.svg);
  }
}
.c-support-flow__item:nth-last-of-type(1)::before {
  border-radius: var(--border-radius-l);
  -webkit-mask-image: url(../img/common/support/bg_flow_end.svg);
          mask-image: url(../img/common/support/bg_flow_end.svg);
}

.c-support-flow__item-image {
  grid-area: step_image;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-support-flow__item-image {
    position: absolute;
    right: 15%;
  }
}

.c-support-flow__item-step {
  position: absolute;
  left: -15px;
  top: -15px;
  display: grid;
  place-items: center;
  align-content: center;
  width: 56px;
  height: 56px;
  color: var(--color-white);
  font-family: var(--font-roboto);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  background-color: var(--color-brand-blue--100);
  border-radius: 100%;
}
.c-support-flow__item-step::before {
  content: "step";
  display: inline-block;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-support-flow__item-step::before {
    font-size: 1.2rem;
  }
}
.c-support-flow__item-step::after {
  counter-increment: stepNumber 1;
  content: counter(stepNumber, decimal-leading-zero);
  display: inline-block;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .c-support-flow__item-step::after {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .c-support-flow__item-inner {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 100px;
    grid-template-areas: "step_title step_image" "step_text step_image";
  }
  .c-support-flow__item-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow__item-inner {
    padding-top: 46px;
    padding-left: 40px;
    padding-right: 30px;
  }
}

.c-support-flow__item-title {
  grid-area: step_title;
  padding-left: 2.25em;
  color: var(--color-brand-blue--100);
  font-size: var(--font-l);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-support-flow__item-title {
    padding-left: 0;
    text-align: center;
    white-space: nowrap;
  }
}

.c-support-flow__item-text {
  grid-area: step_text;
  padding-top: 0.15em;
  font-size: var(--font-m);
}

@media screen and (max-width: 767px){
  .c-support-flow__item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-support-flow__item-text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 768px) {
  .c-support-flow__item-text {
    display: block;
    padding-top: 0.5em;
    font-size: var(--font-s);
  }
}

.c-support-lists {
  margin-top: 24px;
  padding: 32px 24px;
  font-weight: 700;
  border-radius: var(--border-radius-l);
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .c-support-lists {
    padding: 40px 32px;
  }
}

@media screen and (min-width: 768px) {
  .c-support-lists__item {
    display: grid;
    align-items: center;
    grid-template-columns: 290px 1fr;
  }
}

.c-support-lists__item-title {
  font-size: var(--font-xl);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-support-lists__item-title {
    padding-bottom: 22px;
  }
}
.c-support-lists__item-texts {
  font-size: var(--font-ll);
}

@media screen and (max-width: 767px) {
  .c-support-lists__inner-lists {
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .c-support-lists__inner-lists {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-template-rows: auto auto;
    background-color: rgba(255, 255, 255, 0);
  }
}
.c-support-lists__inner-lists li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/common/support/icon_check.svg);
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .c-support-lists__inner-lists li::before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}

/* --------------------------------------------------------------------------
  c-cta01
-------------------------------------------------------------------------- */
.c-cta01 {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .c-cta01 {
    padding: 80px 0;
  }
}

.c-cta01-items {
  display: grid;
  grid-template-rows: auto;
  gap: 16px 0;
}
@media screen and (min-width: 768px) {
  .c-cta01-items {
    grid-template-columns: repeat(auto-fit, minmax(auto, 516px));
    justify-content: center;
    gap: 48px;
    white-space: wrap;
  }
}
@media screen and (min-width: 900px) {
  .c-cta01-items {
    grid-template-columns: auto auto;
  }
}

.c-cta01-items__item {
  display: grid;
  grid-template-rows: auto;
  gap: 16px 0;
  padding: 32px;
  border-radius: var(--border-radius-l);
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .c-cta01-items__item {
    grid-template-rows: subgrid;
    grid-row: span 4; /* 親グリッドのn行分を占有 */
    padding: 40px 32px;
  }
}

.c-cta01-items__item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 4px;
  font-size: var(--font-l);
  font-weight: 700;
  line-height: 1.3;
}
.c-cta01-items__item-title span {
  font-size: var(--font-xxl);
}

.c-cta01-items__item-image {
  width: 166px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-cta01-items__item-image {
    width: min(55%, 248px);
  }
}

.c-cta01-items__item-text {
  font-size: var(--font-m);
  line-height: 1.65;
}

.c-cta01-items__item-link {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-cta01-items__item-link {
    width: 300px;
  }
}

/* --------------------------------------------------------------------------
  c-cta02
-------------------------------------------------------------------------- */
.c-cta02 {
  display: grid;
  grid-template-areas: "cv02_image" "cv02_titles";
  width: 100%;
  gap: 24px 0;
  padding: 16px 0 32px;
  border-radius: var(--border-radius-l);
  background-color: var(--color-brand-blue--100);
}
@media screen and (min-width: 768px) {
  .c-cta02 {
    grid-template-columns: 528px;
    grid-template-areas: "cv02_titles" "cv02_image";
    gap: 0;
    align-items: center;
    justify-content: center;
    padding: 40px 49px 40px 64px;
  }
}
@media screen and (min-width: 1024px) {
  .c-cta02 {
    grid-template-columns: 528px 1fr;
    grid-template-areas: "cv02_titles cv02_image";
    gap: 0 34px;
    justify-content: start;
  }
}

.c-cta02-titles {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: cv02_titles;
  width: 85%;
  margin: auto;
  color: var(--color-white);
  font-size: var(--font-ll);
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .c-cta02-titles {
    width: auto;
    margin: 0;
    font-size: var(--font-xxl);
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .c-cta02-titles {
    text-align: left;
  }
}

.c-cta02-titles__subtitle {
  padding-bottom: 0.5em;
  font-size: var(--font-m);
  line-height: 1.35;
}
.c-cta02-titles__title {
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .c-cta02-titles__title {
    padding-bottom: 1em;
  }
}

.c-cta02-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: cv02_image;
  width: 94%;
  height: 100%;
  margin: 0 0 0 auto;
}

@media screen and (min-width: 768px){
  .c-cta02-titles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-cta02-image {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media screen and (min-width: 1024px){
  .c-cta02-titles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-cta02-image {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 768px) {
  .c-cta02-image {
    display: grid;
    place-items: center;
    width: 80%;
    margin: 20px auto auto;
  }
}
@media screen and (min-width: 1024px) {
  .c-cta02-image {
    width: 100%;
    margin: 0 auto auto;
  }
}

.c-cta02-titles__links {
  display: grid;
  grid-template-rows: auto auto;
  gap: 16px 0;
}
@media screen and (min-width: 768px) {
  .c-cta02-titles__links {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 16px;
  }
}

/* --------------------------------------------------------------------------
  c-list-news
-------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .c-list-news .c-add-icon-round-arrow {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
  }
}
.c-list-news .c-add-icon-round-arrow {
  background-color: var(--color-brand-blue--100);
}
.c-list-news .c-add-icon-round-arrow::after {
  background-color: var(--color-white);
}

.c-list-news {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .c-list-news {
    flex-direction: row;
    align-items: center;
    gap: 0 24px;
    padding: 24px 32px;
  }
}

.c-list-news-thumb {
  overflow: hidden;
  border-radius: var(--border-radius-s);
}
@media screen and (max-width: 767px) {
  .c-list-news-thumb {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-list-news-thumb {
    width: 152px;
  }
}

.c-list-news-time {
  display: flex;
  gap: 0 8px;
}
@media screen and (min-width: 768px) {
  .c-list-news-time {
    flex-direction: column;
    gap: 8px 0;
    width: 116px;
  }
}
.c-list-news-time time {
  color: var(--color-brand-blue--100);
  font-size: var(--font-l);
  font-weight: 700;
  text-align: center;
}

.c-list-news-category {
  display: grid;
  place-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 16px;
  font-size: var(--font-xs);
  border-radius: 34px;
  background-color: var(--color-bg-gray);
}
.c-list-news-text {
  padding-right: 2.5em;
}
@media screen and (min-width: 768px) {
  .c-list-news-text {
    flex: 1 1;
    padding-right: 3em;
  }
}

/* --------------------------------------------------------------------------
  c-thumbnail-
-------------------------------------------------------------------------- */
.c-thumbnail-cover {
  aspect-ratio: var(--aspect-ratio-thumbnail);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------------------------------------------------------------------
  c-list-card
-------------------------------------------------------------------------- */
.c-list-card {
  border: 1px solid var(--color-brand-gray--025);
  border-radius: var(--border-radius-s);
  background-color: var(--color-white);
}
.c-list-card .c-list-card-more {
  width: 153px;
  margin: 5px auto auto;
}
@media screen and (min-width: 768px) {
  .c-list-card .c-list-card-more {
    width: 166px;
    margin: 8px auto auto;
  }
}
.c-list-card:has(.c-list-card-image) .c-list-card-image {
  overflow: hidden;
  aspect-ratio: var(--aspect-ratio-thumbnail);
  border-radius: var(--border-radius-s);
}
.c-list-card:has(.c-list-card-image) .c-list-card-image img {
  transition: transform var(--link-transition-duration) ease;
}
.c-list-card:has(.c-list-card-image):hover .c-list-card-image img {
  transform: scale(1.05);
}
.c-list-card:has(.c-link-round-blue--s) .c-link-round-blue--s {
  transition: background-color var(--link-transition-duration) ease;
}
.c-list-card:has(.c-link-round-blue--s):hover .c-link-round-blue--s {
  background-color: var(--hover-color-bg-blue);
}
.c-list-card:has(.c-list-card-image) .c-list-card-image {
  border-top-left-radius: calc(var(--border-radius-s) - 1px);
  border-top-right-radius: calc(var(--border-radius-s) - 1px);
}

.c-list-card--slide {
  border: 1px solid var(--color-brand-gray--025);
  border-radius: var(--border-radius-s);
  background-color: var(--color-white);
}
.c-list-card--slide .c-list-card-more {
  width: 153px;
  margin: 5px auto auto;
}
@media screen and (min-width: 768px) {
  .c-list-card--slide .c-list-card-more {
    width: 166px;
    margin: 8px auto auto;
  }
}
.c-list-card--slide:has(.c-list-card-image) .c-list-card-image {
  overflow: hidden;
  aspect-ratio: var(--aspect-ratio-thumbnail);
  border-radius: var(--border-radius-s);
}
.c-list-card--slide:has(.c-list-card-image) .c-list-card-image img {
  transition: transform var(--link-transition-duration) ease;
}
.c-list-card--slide:has(.c-list-card-image):hover .c-list-card-image img {
  transform: scale(1.05);
}
.c-list-card--slide:has(.c-link-round-blue--s) .c-link-round-blue--s {
  transition: background-color var(--link-transition-duration) ease;
}
.c-list-card--slide:has(.c-link-round-blue--s):hover .c-link-round-blue--s {
  background-color: var(--hover-color-bg-blue);
}
@media screen and (min-width: 768px) {
  .c-list-card--slide {
    border: none;
    background-color: rgba(255, 255, 255, 0);
  }
}
.c-list-card--slide.no-subgrid {
  grid-template-rows: auto;
}

.c-list-card--completed {
  border: 1px solid var(--color-brand-gray--025);
  border-radius: var(--border-radius-s);
  background-color: var(--color-white);
}
.c-list-card--completed .c-list-card-more {
  width: 153px;
  margin: 5px auto auto;
}
@media screen and (min-width: 768px) {
  .c-list-card--completed .c-list-card-more {
    width: 166px;
    margin: 8px auto auto;
  }
}
.c-list-card--completed:has(.c-list-card-image) .c-list-card-image {
  overflow: hidden;
  aspect-ratio: var(--aspect-ratio-thumbnail);
  border-radius: var(--border-radius-s);
}
.c-list-card--completed:has(.c-list-card-image) .c-list-card-image img {
  transition: transform var(--link-transition-duration) ease;
}
.c-list-card--completed:has(.c-list-card-image):hover .c-list-card-image img {
  transform: scale(1.05);
}
.c-list-card--completed:has(.c-link-round-blue--s) .c-link-round-blue--s {
  transition: background-color var(--link-transition-duration) ease;
}
.c-list-card--completed:has(.c-link-round-blue--s):hover .c-link-round-blue--s {
  background-color: var(--hover-color-bg-blue);
}
.c-list-card--completed:has(.c-list-card-image) .c-list-card-image {
  border-top-left-radius: calc(var(--border-radius-s) - 1px);
  border-top-right-radius: calc(var(--border-radius-s) - 1px);
}
.c-list-card--completed.no-subgrid {
  grid-template-rows: auto;
}

/* --------------------------------------------------------------------------
  c-list-case
-------------------------------------------------------------------------- */
.c-list-case {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: var(--c-list-case-space) 0;
  padding-bottom: 32px;
}
.c-list-case .c-list-case-titles {
  display: grid;
  grid-template-columns: var(--c-list-case-logo-width) 1fr;
  grid-template-rows: var(--c-list-case-logo-height) 1fr auto;
  grid-template-areas: "logo company" "title title" "scale scale";
  gap: 0 16px;
  align-items: center;
  padding: 0 var(--c-list-case-space);
}
@media screen and (min-width: 768px) {
  .c-list-case .c-list-case-titles {
    gap: 0 var(--c-list-case-space);
  }
}
.c-list-case .c-list-case-titles__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
  aspect-ratio: 100/48;
  border-radius: var(--border-radius-s);
  background-color: var(--color-white);
}
.c-list-case .c-list-case-titles__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-list-case .c-list-case-titles__company {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: company;
  padding-bottom: 4px;
  color: var(--color-brand-blue--100);
  font-size: var(--font-m);
  font-weight: 700;
  line-height: 1.5;
}
.c-list-case .c-list-case-titles__title {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: title;
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2; /* 最大行数を2行に設定 */
  padding-top: 8px;
  font-size: var(--font-m);
  font-weight: 700;
  line-height: 1.4;
}
.c-list-case .c-list-case-titles__scale {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: scale;
  padding-top: 4px;
  font-size: var(--font-s);
  line-height: 1.5;
}
.c-list-case .c-list-case-tags {
  margin: 0 var(--c-list-case-space);
}
.c-list-case--slide {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: var(--c-list-case-space) 0;
  padding-bottom: 32px;
}
.c-list-case--slide .c-list-case-titles {
  display: grid;
  grid-template-columns: var(--c-list-case-logo-width) 1fr;
  grid-template-rows: var(--c-list-case-logo-height) 1fr auto;
  grid-template-areas: "logo company" "title title" "scale scale";
  gap: 0 16px;
  align-items: center;
  padding: 0 var(--c-list-case-space);
}
@media screen and (min-width: 768px) {
  .c-list-case--slide .c-list-case-titles {
    gap: 0 var(--c-list-case-space);
  }
}
.c-list-case--slide .c-list-case-titles__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
  aspect-ratio: 100/48;
  border-radius: var(--border-radius-s);
  background-color: var(--color-white);
}
.c-list-case--slide .c-list-case-titles__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-list-case--slide .c-list-case-titles__company {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: company;
  padding-bottom: 4px;
  color: var(--color-brand-blue--100);
  font-size: var(--font-m);
  font-weight: 700;
  line-height: 1.5;
}
.c-list-case--slide .c-list-case-titles__title {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: title;
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2; /* 最大行数を2行に設定 */
  padding-top: 8px;
  font-size: var(--font-m);
  font-weight: 700;
  line-height: 1.4;
}
.c-list-case--slide .c-list-case-titles__scale {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: scale;
  padding-top: 4px;
  font-size: var(--font-s);
  line-height: 1.5;
}
.c-list-case--slide .c-list-case-tags {
  margin: 0 var(--c-list-case-space);
}
@media screen and (min-width: 768px) {
  .c-list-case--slide .c-list-case-titles {
    padding: 0;
  }
  .c-list-case--slide .c-list-case-tags {
    margin: 0;
  }
  .c-list-case--slide .l-list-tags__item {
    background-color: var(--color-white);
  }
}

.c-list-case--pickup {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: var(--c-list-case-space) 0;
  padding-bottom: 32px;
  padding-bottom: 0;
}
.c-list-case--pickup .c-list-case-titles {
  display: grid;
  grid-template-columns: var(--c-list-case-logo-width) 1fr;
  grid-template-rows: var(--c-list-case-logo-height) 1fr auto;
  grid-template-areas: "logo company" "title title" "scale scale";
  gap: 0 16px;
  align-items: center;
  padding: 0 var(--c-list-case-space);
}
@media screen and (min-width: 768px) {
  .c-list-case--pickup .c-list-case-titles {
    gap: 0 var(--c-list-case-space);
  }
}
.c-list-case--pickup .c-list-case-titles__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
  aspect-ratio: 100/48;
  border-radius: var(--border-radius-s);
  background-color: var(--color-white);
}
.c-list-case--pickup .c-list-case-titles__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-list-case--pickup .c-list-case-titles__company {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: company;
  padding-bottom: 4px;
  color: var(--color-brand-blue--100);
  font-size: var(--font-m);
  font-weight: 700;
  line-height: 1.5;
}
.c-list-case--pickup .c-list-case-titles__title {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: title;
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2; /* 最大行数を2行に設定 */
  padding-top: 8px;
  font-size: var(--font-m);
  font-weight: 700;
  line-height: 1.4;
}
.c-list-case--pickup .c-list-case-titles__scale {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: scale;
  padding-top: 4px;
  font-size: var(--font-s);
  line-height: 1.5;
}
.c-list-case--pickup .c-list-case-tags {
  margin: 0 var(--c-list-case-space);
}
.c-list-case--pickup .c-list-case-image img {
  border-radius: var(--border-radius-s);
}
.c-list-case--pickup .c-list-case-titles {
  display: block;
  padding: 0;
}
.c-list-case--pickup .c-list-case-titles__company {
  font-size: var(--font-l);
}
.c-list-case--pickup .c-list-case-titles__title {
  font-size: var(--font-ll);
}
.c-list-case--pickup .c-list-case-titles__scale {
  font-size: var(--font-m);
}
.c-list-case--pickup .c-list-case-tags {
  margin: 8px 0 0;
}
.c-list-case--pickup .l-list-tags__item {
  background-color: var(--color-white);
}
.c-list-case--pickup .c-list-card-more {
  width: min(78vw, 268px);
  margin: 32px auto 0;
}
@media screen and (min-width: 768px) {
  .c-list-case--pickup {
    grid-template-columns: 1fr 460px;
    gap: 0 40px;
    align-items: center;
  }
  .c-list-case--pickup .c-list-card-more {
    width: 300px;
    margin: 32px auto 0 0;
  }
}

/* --------------------------------------------------------------------------
  c-list-seminar
-------------------------------------------------------------------------- */
.c-list-seminar {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: var(--c-list-seminar-space) 0;
  padding-bottom: 32px;
}
.c-list-seminar .c-list-seminar-titles {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "status status" "date count" "title title";
  gap: 4px 0;
  align-items: center;
  padding: 0 var(--c-list-seminar-space);
}
@media screen and (min-width: 768px) {
  .c-list-seminar .c-list-seminar-titles {
    gap: 0;
  }
}
.c-list-seminar .c-list-seminar-titles__status {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: status;
}
.c-list-seminar .c-list-seminar-titles__date {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: date;
  color: var(--color-brand-blue--100);
  font-weight: 700;
}
.c-list-seminar .c-list-seminar-titles__count {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: count;
  color: var(--color-brand-blue--100);
  font-weight: 700;
}
.c-list-seminar .c-list-seminar-titles__title {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: title;
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2; /* 最大行数を2行に設定 */
  font-size: var(--font-m);
  font-weight: 700;
  line-height: 1.4;
}
.c-list-seminar .c-list-seminar-tags {
  margin: 0 var(--c-list-seminar-space);
}
.c-list-seminar--pickup {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: var(--c-list-seminar-space) 0;
  padding-bottom: 32px;
  padding-bottom: 0;
}
.c-list-seminar--pickup .c-list-seminar-titles {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "status status" "date count" "title title";
  gap: 4px 0;
  align-items: center;
  padding: 0 var(--c-list-seminar-space);
}
@media screen and (min-width: 768px) {
  .c-list-seminar--pickup .c-list-seminar-titles {
    gap: 0;
  }
}
.c-list-seminar--pickup .c-list-seminar-titles__status {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: status;
}
.c-list-seminar--pickup .c-list-seminar-titles__date {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: date;
  color: var(--color-brand-blue--100);
  font-weight: 700;
}
.c-list-seminar--pickup .c-list-seminar-titles__count {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: count;
  color: var(--color-brand-blue--100);
  font-weight: 700;
}
.c-list-seminar--pickup .c-list-seminar-titles__title {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: title;
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2; /* 最大行数を2行に設定 */
  font-size: var(--font-m);
  font-weight: 700;
  line-height: 1.4;
}
.c-list-seminar--pickup .c-list-seminar-tags {
  margin: 0 var(--c-list-seminar-space);
}
@media screen and (max-width: 767px) {
  .c-list-seminar--pickup {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .c-list-seminar--pickup {
    border: none;
    background-color: rgba(255, 255, 255, 0);
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 460px;
    grid-template-areas: "images infos";
    gap: 0 40px;
  }
}
.c-list-seminar--pickup .sgsgsgsh {
  grid-area: infos;
}
.c-list-seminar--pickup .c-list-seminar-image {
  grid-area: images;
}
@media screen and (min-width: 768px){
  .c-list-seminar--pickup .sgsgsgsh {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .c-list-seminar--pickup .c-list-seminar-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.c-list-seminar--pickup .c-list-seminar-image img {
  border-radius: var(--border-radius-s);
}
.c-list-seminar--pickup .c-list-seminar-titles {
  gap: 8px 0;
  padding: 0;
}
.c-list-seminar--pickup .c-list-seminar-titles__title {
  font-size: var(--font-ll);
}
.c-list-seminar--pickup .c-list-seminar-titles__date {
  display: flex;
  font-size: var(--font-l);
}
.c-list-seminar--pickup .c-list-seminar-titles__count {
  padding-left: 0.5em;
}
.c-list-seminar--pickup .c-list-seminar-tags {
  margin: 8px 0 0;
}
.c-list-seminar--pickup .l-list-tags__item {
  background-color: var(--color-white);
}
.c-list-seminar--pickup .c-list-card-more {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .c-list-seminar--pickup .c-list-card-more {
    width: 300px;
    margin-left: 0;
  }
}

/* --------------------------------------------------------------------------
  c-list-blog
-------------------------------------------------------------------------- */
.c-list-blog {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: var(--c-list-blog-space) 0;
  padding-bottom: 32px;
}
.c-list-blog .c-list-blog-titles {
  padding: 0 var(--c-list-seminar-space);
}
@media screen and (min-width: 768px) {
  .c-list-blog .c-list-blog-titles {
    gap: 0;
  }
}
.c-list-blog .c-list-blog-titles__title {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: title;
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2; /* 最大行数を2行に設定 */
  padding-top: 6px;
  font-size: var(--font-m);
  font-weight: 700;
  line-height: 1.4;
}
.c-list-blog .c-list-blog-titles__tags {
  display: flex;
  justify-content: space-between;
}
.c-list-blog .c-list-blog-tags__date {
  font-size: var(--font-s);
  font-weight: 700;
  color: var(--color-text-gray);
  line-height: 1.5;
}

.c-list-blog--slide {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: var(--c-list-blog-space) 0;
  padding-bottom: 32px;
}
.c-list-blog--slide .c-list-blog-titles {
  padding: 0 var(--c-list-seminar-space);
}
@media screen and (min-width: 768px) {
  .c-list-blog--slide .c-list-blog-titles {
    gap: 0;
  }
}
.c-list-blog--slide .c-list-blog-titles__title {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: title;
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2; /* 最大行数を2行に設定 */
  padding-top: 6px;
  font-size: var(--font-m);
  font-weight: 700;
  line-height: 1.4;
}
.c-list-blog--slide .c-list-blog-titles__tags {
  display: flex;
  justify-content: space-between;
}
.c-list-blog--slide .c-list-blog-tags__date {
  font-size: var(--font-s);
  font-weight: 700;
  color: var(--color-text-gray);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-list-blog--slide .c-list-blog-titles {
    padding: 0;
  }
  .c-list-blog--slide .l-list-tags__item {
    background-color: var(--color-white);
  }
}

/* --------------------------------------------------------------------------
  c-list-data
-------------------------------------------------------------------------- */
.c-list-data {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: var(--c-list-data-space) 0;
  padding-bottom: 32px;
  overflow: hidden;
}
.c-list-data .c-list-data-titles {
  padding: 0 var(--c-list-seminar-space);
}
@media screen and (min-width: 768px) {
  .c-list-data .c-list-data-titles {
    gap: 0;
  }
}
.c-list-data .c-list-data-titles__title {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: title;
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2; /* 最大行数を2行に設定 */
  padding-top: 6px;
  font-size: var(--font-m);
  font-weight: 700;
  line-height: 1.4;
}

/* ==========================================================================
  layout
========================================================================== */
/* ==========================================================================
  header
========================================================================== */
@media screen and (min-width: 768px) {
  .is-index .l-header.is-fixed {
    border-bottom: 1px solid var(--color-bg-gray);
  }
}

@media screen and (min-width: 768px) {
  .is-underpage .l-header {
    border-bottom: 1px solid var(--color-bg-gray);
  }
}

.l-header.is-fixed {
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .l-header {
    background-color: var(--color-white);
  }
}
@media screen and (min-width: 768px) {
  .l-header.is-active {
    background-color: var(--color-white);
  }
}

/* --------------------------------------------------------------------------
  l-header
-------------------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: var(--header-h);
}
@media screen and (min-width: 768px) {
  .l-header {
    position: sticky;
    top: 0;
  }
}

/* --------------------------------------------------------------------------
  l-header-contents
-------------------------------------------------------------------------- */
.l-header-contents {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-header-contents::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: var(--header-h);
    background-color: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 768px) {
  .l-header-contents {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 320px auto;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "logo buttons" "navs navs";
    gap: 0 30px;
    justify-content: space-between;
    height: auto;
    padding: 18px 0;
  }
  .l-header-contents > .c-list-case-titles__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-header-contents > .c-list-case-titles__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-header-contents > .c-list-case-titles__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 1360px) {
  .l-header-contents {
    grid-template-columns: 320px 1fr auto;
    grid-template-rows: 1fr;
    grid-template-areas: "logo navs buttons";
    justify-content: start;
  }
  .l-header-contents > .c-list-case-titles__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-header-contents > .c-list-case-titles__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-header-contents > .c-list-case-titles__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.l-header-contents-logo {
  width: 212px;
  height: 35px;
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .l-header-contents-logo {
    position: relative;
    z-index: 11;
  }
}
@media screen and (min-width: 768px) {
  .l-header-contents-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: logo;
    width: 100%;
    height: auto;
    margin-left: 32px;
  }
  .c-list-case--slide .c-list-case-titles > .l-header-contents-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-list-case--pickup .c-list-case-titles > .l-header-contents-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.l-header-contents-logo a {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-header-contents-logo a {
    width: 100%;
    height: 100%;
  }
}
.l-header-contents-logo img {
  width: 212px;
  height: 35px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .l-header-contents-logo img {
    width: 100%;
    height: auto;
  }
}

.l-header-contents-navs {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header-contents-navs {
    grid-area: navs;
    display: block;
    padding: 0 48px 0 0;
  }
}
@media screen and (min-width: 1360px) {
  .l-header-contents-navs {
    padding: 0;
  }
}

.l-header-contents-navs__buttons--desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header-contents-navs__buttons--desktop {
    grid-area: buttons;
    display: inline-flex;
    align-items: center;
    gap: 0 8px;
    padding: 0 32px 0 0;
  }
}
@media screen and (min-width: 768px){
  .l-header-contents > .l-header-contents-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-header-contents-navs {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .l-header-contents-navs__buttons--desktop {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 1360px){
  .l-header-contents > .l-header-contents-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-header-contents > .l-header-contents-navs {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .l-header-contents > .l-header-contents-navs__buttons--desktop {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.l-header-contents-navs__buttons--mobile {
  display: grid;
  grid-template-columns: 49% 49%;
  justify-content: space-between;
  padding: 32px var(--padding-side) 0;
}

@media screen and (min-width: 768px) {
  .l-header-contents-navs__buttons-download {
    width: 180px;
  }
}

@media screen and (min-width: 768px) {
  .l-header-contents-navs__buttons-contact {
    width: 152px;
  }
}

.l-header-contents-navs__login {
  margin-top: 16px;
  font-size: var(--font-xs);
  font-weight: 700;
  text-align: center;
}
.l-header-contents-navs__login a {
  display: inline-block;
  padding: 8px;
}

.l-header-contents-navs-footer {
  padding-top: 24px;
  padding-bottom: 90px;
  color: var(--color-text-gray);
}

.l-header-contents-navs-footer-lists {
  display: flex;
  justify-content: center;
  gap: 2em;
  font-size: var(--font-xs);
  line-height: 3;
}
@media screen and (min-width: 768px) {
  .l-header-contents-navs-footer-lists {
    display: grid;
    grid-auto-flow: column; /* 横方向に並べる */
    grid-auto-columns: auto; /* 要素幅はコンテンツサイズ */
    grid-template-rows: 1fr; /* 1行に収める */
    justify-content: flex-start;
    line-height: var(--line-height-default);
  }
}

.l-header-contents-navs-footer-lists__item {
  position: relative;
}
.l-header-contents-navs-footer-lists__item:not(:nth-last-of-type(1))::after {
  content: "/";
  position: absolute;
  right: -1em;
  top: 50%;
  transform: translateY(-50%);
}

.l-header-contents-navs-footer__copyright {
  font-size: var(--font-s);
  font-family: var(--font-roboto);
  text-align: center;
  line-height: 3;
  letter-spacing: 0.0714em;
}
@media screen and (min-width: 768px) {
  .l-header-contents-navs-footer__copyright {
    text-align: left;
    line-height: var(--line-height-default);
  }
}

.l-header-contents-navs__nav {
  height: auto;
  font-size: var(--font-s);
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-header-navs-navlists {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 24px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header-navs-navlists__item {
    border-top: 1px solid var(--color-bg-gray);
  }
  .l-header-navs-navlists__item:nth-last-of-type(1) {
    border-bottom: 1px solid var(--color-bg-gray);
  }
}
.l-header-navs-navlists__item:has(.l-header-navs-navlists-sub) .l-header-navs-navlists__item-title::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/header/icon_arrow.svg);
}
.l-header-navs-navlists__item:has(.l-header-navs-navlists-sub) .l-header-navs-navlists__item-title.is-active::after {
  transform: rotate(180deg);
}

.l-header-navs-navlists__item-title {
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 767px) {
  .l-header-navs-navlists__item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px var(--padding-side);
    font-size: var(--font-m);
  }
}
@media screen and (min-width: 768px) {
  .l-header-navs-navlists__item-title {
    display: inline-flex;
    align-items: center;
    gap: 0 4px;
  }
}
@media screen and (min-width: 768px) {
  .l-header-navs-navlists__item-title .c-add-icon-round-arrow {
    display: none;
  }
}
.l-header-navs-navlists__item-title .c-add-icon-round-arrow {
  background-color: var(--color-brand-blue--100);
}
.l-header-navs-navlists__item-title .c-add-icon-round-arrow::after {
  background-color: var(--color-white);
}

/* --------------------------------------------------------------------------
  l-header-navs-navlists-sub
-------------------------------------------------------------------------- */
.l-header-navs-navlists-sub.is-init {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .l-header-navs-navlists-sub.is-init {
    height: 0;
  }
}
.l-header-navs-navlists-sub.is-init.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .l-header-navs-navlists-sub.is-init.is-active {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-header-navs-navlists-sub {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-header-navs-navlists-sub {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: auto;
    border-top: 1px solid var(--color-bg-gray);
    background-color: var(--color-white);
  }
}

@media screen and (max-width: 767px) {
  .l-header-navs-navlists-sub__contents {
    padding: var(--padding-side);
    border-top: 1px solid var(--color-bg-gray);
  }
}
@media screen and (min-width: 768px) {
  .l-header-navs-navlists-sub__contents {
    width: min(100%, 800px);
    margin: auto;
    padding: 40px 0;
    font-size: var(--font-s);
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .l-header-navs-navlists-sub-maintitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: var(--font-m);
  }
}
@media screen and (min-width: 768px) {
  .l-header-navs-navlists-sub-maintitle {
    display: inline-flex;
    gap: 0 8px;
    align-items: center;
    font-size: var(--font-m);
  }
}
.l-header-navs-navlists-sub-maintitle .c-add-icon-round-arrow {
  background-color: var(--color-brand-blue--100);
}
.l-header-navs-navlists-sub-maintitle .c-add-icon-round-arrow::after {
  background-color: var(--color-white);
}

.l-header-navs-navlists-sub__inner {
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .l-header-navs-navlists-sub__inner {
    padding-top: 32px;
  }
}

.l-header-navs-navlists-sub-title {
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .l-header-navs-navlists-sub-lists {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 24px 16px;
  }
}
@media screen and (min-width: 768px) {
  .l-header-navs-navlists-sub-lists {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 240px));
    gap: 8px 40px;
  }
}

@media screen and (min-width: 768px) {
  .l-header-navs-navlists-sub-lists__item {
    border-bottom: 1px solid var(--color-brand-gray--025);
  }
}

@media screen and (max-width: 767px) {
  .l-header-navs-navlists-sub-lists__item-link {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .l-header-navs-navlists-sub-lists__item-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px 0 16px 4px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-navs-navlists-sub-lists__item-link .c-add-icon-round-arrow {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header-navs-navlists-sub-lists__item-link .c-add-icon-round-arrow {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
  }
}
.l-header-navs-navlists-sub-lists__item-link .c-add-icon-round-arrow {
  background-color: var(--color-brand-blue--100);
}
.l-header-navs-navlists-sub-lists__item-link .c-add-icon-round-arrow::after {
  background-color: var(--color-white);
}

/* --------------------------------------------------------------------------
  l-header-overlay
-------------------------------------------------------------------------- */
.l-header-overlay.is-init.is-active {
  opacity: 1;
  visibility: visible;
}

.l-header-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-header-overlay {
    display: none;
  }
}

/* --------------------------------------------------------------------------
  l-header-top
-------------------------------------------------------------------------- */
.is-index .l-header-top {
  background-color: var(--color-white);
}

.is-underpage .l-header-top {
  background-color: var(--color-bg-gray);
}

.l-header-top {
  display: none;
  position: relative;
  z-index: 11;
  font-size: var(--font-s);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-header-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 24px;
    height: 32px;
    padding-right: 32px;
  }
}
.l-header-top a {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
  l-header-nav
-------------------------------------------------------------------------- */
.l-header-contents-navs--mobile {
  /* 上書き */
}
@media screen and (max-width: 767px) {
  .l-header-contents-navs--mobile {
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100vh;
    padding: var(--header-h) 0 0;
    background-color: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 768px) {
  .l-header-contents-navs--mobile {
    display: none;
  }
}

.l-header-contents-navs--mobile {
  transition: transform 0.3s;
}
.l-header-contents-navs--mobile.is-init {
  pointer-events: none;
  transform: translateY(-100%);
}
.l-header-contents-navs--mobile.is-init.is-active {
  pointer-events: auto;
  transform: translateY(0);
}

/* --------------------------------------------------------------------------
  l-nav-lists
-------------------------------------------------------------------------- */
.l-nav-lists__item {
  padding: 24px var(--padding-side);
  border-top: 1px solid var(--color-bg-gray);
}

/* --------------------------------------------------------------------------
  l-header-button
-------------------------------------------------------------------------- */
.l-header-button span, .l-header-button::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 65%;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .l-header-button span, .l-header-button::before {
    height: 2px;
  }
}

.l-header-button {
  display: block;
  position: absolute;
  top: 10px;
  right: 16px;
  z-index: 12;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .l-header-button {
    display: none;
  }
}
.l-header-button::before {
  content: "";
  background-color: var(--color-main);
  display: block;
  top: 30%;
}
.l-header-button::after {
  content: "MENU";
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  font-family: var(--font-roboto);
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.l-header-button span {
  background-color: var(--color-main);
  top: 50%;
}

.l-header-button.is-active::before {
  top: 42%;
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
.l-header-button.is-active::after {
  content: "CLOSE";
}
.l-header-button.is-active span {
  top: 42%;
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

/* ==========================================================================
  footer
========================================================================== */
.l-footer {
  padding-top: var(--footer-space-top);
}
@media screen and (min-width: 768px) {
  .l-footer {
    height: var(--footer-h-pc);
  }
}

.l-footer-title--wt {
  font-size: var(--font-xxl);
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .l-footer-title--wt {
    font-size: var(--font-xxxl);
  }
}

/* ==========================================================================
  l-footer-cv
========================================================================== */
.l-footer-cv {
  overflow: hidden;
  position: relative;
  padding: 40px 0;
  background-color: var(--color-brand-blue--100);
}
@media screen and (min-width: 768px) {
  .l-footer-cv {
    padding: 64px 0 80px;
  }
}
.l-footer-cv::after {
  content: "";
  opacity: 0.1;
  position: absolute;
  top: -70px;
  right: -108px;
  z-index: 0;
  width: 389px;
  height: 389px;
  background-image: url(../img/common/footer/cv/bg_logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-footer-cv::after {
    top: 50%;
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    width: 638px;
    height: 638px;
  }
}

.l-footer-cv__title {
  padding-bottom: 0.75em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer-cv__title {
    padding-bottom: 0.5em;
  }
}

.l-footer-cv__contents {
  display: grid;
  grid-template-rows: auto auto;
  gap: 16px 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-cv__contents {
    grid-template-columns: 550px;
    grid-template-rows: auto auto;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-cv__contents {
    grid-template-columns: 1fr 1fr;
    justify-content: start;
    gap: 0 16px;
  }
}

.l-footer-cv-button--download {
  padding: 240px 21px 32px 21px;
  box-shadow: 0 4px 20px 8px rgba(0, 16, 14, 0.01);
  border-radius: var(--border-radius-l);
  background-color: var(--color-white);
  background-image: url(../img/common/footer/cv/bg_download_sp@2x.png);
  background-repeat: no-repeat;
  background-position: 50% 30px;
  background-size: 330px auto;
}
@media screen and (min-width: 768px) {
  .l-footer-cv-button--download {
    padding: 40px 32px;
    background-image: url(../img/common/footer/cv/bg_download_sp@2x.png);
    background-position: 100% 100%;
    background-size: 210px auto;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-cv-button--download {
    padding: 240px 21px 32px 21px;
    box-shadow: 0 4px 20px 8px rgba(0, 16, 14, 0.01);
    border-radius: var(--border-radius-l);
    background-color: var(--color-white);
    background-image: url(../img/common/footer/cv/bg_download_pc@2x.png);
    background-repeat: no-repeat;
    background-position: 50% 30px;
    background-size: 330px auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-footer-cv-button--download {
    padding: 40px 32px;
    background-image: url(../img/common/footer/cv/bg_download_pc@2x.png);
    background-position: 100% 100%;
    background-size: 210px auto;
  }
}

.l-footer-cv-button--contact {
  padding: 240px 21px 32px 21px;
  box-shadow: 0 4px 20px 8px rgba(0, 16, 14, 0.01);
  border-radius: var(--border-radius-l);
  background-color: var(--color-white);
  background-image: url(../img/common/footer/cv/bg_contact_sp@2x.png);
  background-repeat: no-repeat;
  background-position: 50% 30px;
  background-size: 330px auto;
}
@media screen and (min-width: 768px) {
  .l-footer-cv-button--contact {
    padding: 40px 32px;
    background-image: url(../img/common/footer/cv/bg_contact_sp@2x.png);
    background-position: 100% 100%;
    background-size: 210px auto;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-cv-button--contact {
    padding: 240px 21px 32px 21px;
    box-shadow: 0 4px 20px 8px rgba(0, 16, 14, 0.01);
    border-radius: var(--border-radius-l);
    background-color: var(--color-white);
    background-image: url(../img/common/footer/cv/bg_contact_pc@2x.png);
    background-repeat: no-repeat;
    background-position: 50% 30px;
    background-size: 330px auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-footer-cv-button--contact {
    padding: 40px 32px;
    background-image: url(../img/common/footer/cv/bg_contact_pc@2x.png);
    background-position: 100% 100%;
    background-size: 210px auto;
  }
}

.l-footer-cv-button__title {
  padding-bottom: 0.75em;
  font-size: var(--font-ll);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer-cv-button__inner {
    width: 300px;
  }
}

/* ==========================================================================
  l-footer-partner
========================================================================== */
.l-footer-partner {
  padding: 40px 0;
  background-color: var(--color-brand-blue--075);
}
@media screen and (min-width: 768px) {
  .l-footer-partner {
    padding: 60px 0;
  }
}

.l-footer-partner__contents {
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .l-footer-partner__contents {
    display: grid;
    grid-template-columns: max-content;
    grid-template-rows: 1fr auto;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-partner__contents {
    grid-template-columns: 1fr 300px;
    grid-template-rows: 1fr;
    justify-content: start;
  }
}

.l-footer-partner__text {
  font-size: var(--font-s);
  padding-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .l-footer-partner__text {
    font-size: var(--font-l);
  }
}

.l-footer-partner-button {
  padding-top: 28px;
}
@media screen and (min-width: 768px) {
  .l-footer-partner-button {
    width: 300px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-partner-button {
    padding-top: 0;
  }
}

/* ==========================================================================
  l-footer-move
========================================================================== */
.l-footer-move {
  height: 56px;
}
.l-footer-move__button {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
  l-footer-area
========================================================================== */
.l-footer-area {
  padding: 64px 0 45px;
  background-color: var(--color-bg-gray);
}
@media screen and (min-width: 768px) {
  .l-footer-area {
    padding: 64px 0;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-area__contents {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1100px) {
  .l-footer-area__contents {
    flex-direction: row;
    justify-content: space-between;
  }
}

.l-footer-area-side {
  width: 264px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-footer-area-side {
    width: 280px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .l-footer-area-side {
    padding-bottom: 0;
  }
}

.l-footer-area-side__sns {
  display: flex;
  gap: 0 16px;
}

@media screen and (min-width: 768px) {
  .l-footer-area-main {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1100px) {
  .l-footer-area-main {
    justify-content: flex-start;
  }
}

.l-footer-area-main__inner {
  padding: 24px 0;
  font-size: var(--font-s);
  line-height: 2.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-footer-area-main__inner {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 0;
    font-size: var(--font-xs);
    line-height: 3;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1100px) {
  .l-footer-area-main__inner {
    padding-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-area-main__inner:nth-of-type(1) {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-area-main__inner:not(:nth-last-of-type(1)) {
    border-bottom: 1px solid var(--color-brand-gray--025);
  }
}
@media screen and (min-width: 768px) {
  .l-footer-area-main__inner:not(:nth-last-of-type(1)) {
    padding: 0 20px;
    border-right: 1px solid var(--color-brand-gray--025);
  }
}
@media screen and (min-width: 1100px) {
  .l-footer-area-main__inner:not(:nth-last-of-type(1)) {
    padding: 0 32px;
  }
}

.l-footer-area-main-lists-area__title {
  font-size: var(--font-m);
}
@media screen and (min-width: 768px) {
  .l-footer-area-main-lists-area__title {
    font-size: var(--font-xs);
  }
}

.l-footer-area-main-lists {
  display: grid;
  grid-template-columns: 50% 50%;
}
@media screen and (min-width: 768px) {
  .l-footer-area-main-lists {
    display: flex;
    flex-direction: column;
  }
}

.l-footer-area-main__buttons {
  display: grid;
  grid-template-columns: 49% 49%;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-footer-area-main__buttons {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    justify-content: flex-start;
    width: 184px;
    gap: 8px 0;
  }
}

.l-footer-area-main__button {
  justify-content: flex-start;
  padding-left: 24px;
}
.l-footer-area-main__button .c-link-round-icon {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.l-footer-area-main__login {
  padding-top: 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer-area-main__login {
    padding-left: 2em;
    text-align: left;
  }
}

/* ==========================================================================
  l-footer-service
========================================================================== */
.l-footer-service {
  padding: 40px 0 60px;
}
@media screen and (min-width: 768px) {
  .l-footer-service {
    padding: 40px 0 8px;
  }
}

.l-footer-service-lists {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (min-width: 768px) {
  .l-footer-service-lists {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
@media screen and (min-width: 900px) {
  .l-footer-service-lists {
    flex-direction: row;
    gap: 0 24px;
  }
}

.l-footer-service-lists__item {
  position: relative;
  font-size: var(--font-s);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer-service-lists__item:not(:nth-last-of-type(1))::after {
    content: "";
    display: none;
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: var(--color-bg-gray);
  }
}
@media screen and (min-width: 900px) {
  .l-footer-service-lists__item:not(:nth-last-of-type(1))::after {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-service-lists__item {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 900px) {
  .l-footer-service-lists__item {
    padding-bottom: 15px;
  }
}

.l-footer-service-lists__item-title {
  padding-bottom: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-footer-service-lists__item-title {
    padding-bottom: 0;
  }
}

.l-footer-service-lists__inner {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (min-width: 768px) {
  .l-footer-service-lists__inner {
    display: flex;
    flex-direction: row;
    gap: 0 24px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-service-lists-link {
    width: 260px;
  }
}

.l-footer-service-lists-link__title {
  padding-bottom: 10px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-service-lists-link__title {
    padding-bottom: 10px;
    line-height: 3;
  }
}

.l-footer-service-lists-link__banner {
  display: inline-block;
  width: 198px;
}
@media screen and (min-width: 768px) {
  .l-footer-service-lists-link__banner {
    width: 196px;
  }
}

/* ==========================================================================
  l-footer-bottom
========================================================================== */
.l-footer-bottom {
  padding-bottom: 80px;
  color: var(--color-text-gray);
}
@media screen and (min-width: 768px) {
  .l-footer-bottom {
    height: 42px;
    padding: 0;
  }
}

.l-footer-bottom__contents {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer-bottom__contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.l-footer-bottom-lists {
  display: flex;
  justify-content: center;
  gap: 2em;
  font-size: var(--font-xs);
  line-height: 3;
}
@media screen and (min-width: 768px) {
  .l-footer-bottom-lists {
    display: grid;
    grid-auto-flow: column; /* 横方向に並べる */
    grid-auto-columns: auto; /* 要素幅はコンテンツサイズ */
    grid-template-rows: 1fr; /* 1行に収める */
    justify-content: flex-start;
    line-height: var(--line-height-default);
  }
}

.l-footer-bottom-lists__item {
  position: relative;
}
.l-footer-bottom-lists__item:not(:nth-last-of-type(1))::after {
  content: "/";
  position: absolute;
  right: -1em;
  top: 50%;
  transform: translateY(-50%);
}

.l-footer__copyright {
  font-size: var(--font-s);
  font-family: var(--font-roboto);
  text-align: center;
  line-height: 3;
  letter-spacing: 0.0714em;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    text-align: left;
    line-height: var(--line-height-default);
  }
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    padding-top: 0;
  }
}

/* ==========================================================================
  main
========================================================================== */
@media screen and (max-width: 767px) {
  .is-underpage .l-main {
    padding-top: var(--header-h);
  }
}

/* ==========================================================================
  lists 共通 => 3カラム（grid）
========================================================================== */
.l-lists--3columns {
  display: grid;
  grid-template-rows: auto;
  gap: var(--l-lists-columns-gap);
}
@media screen and (min-width: 768px) {
  .l-lists--3columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .l-lists--3columns {
    grid-template-columns: repeat(3, 1fr);
  }
}

.l-lists--2columns {
  display: grid;
  grid-template-rows: auto;
  gap: var(--l-lists-columns-gap);
}
@media screen and (min-width: 768px) {
  .l-lists--2columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .l-lists--2columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --------------------------------------------------------------------------
  l-list-tags 共通 => タグ
-------------------------------------------------------------------------- */
.l-list-tags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px 8px;
  line-height: 1;
}
.l-list-tags__item {
  height: -moz-fit-content;
  height: fit-content;
  padding: 6px 16px;
  border-radius: 34px;
  font-size: var(--font-xs);
  background-color: var(--color-bg-gray);
}
.l-list-tags__item.tag::before {
  content: "#";
}

/* --------------------------------------------------------------------------
  l-list-statuses 共通 => ステータス
-------------------------------------------------------------------------- */
.l-list-statuses {
  display: flex;
  gap: 4px;
  font-size: var(--font-xs);
  font-weight: 700;
}
.l-list-statuses span {
  padding: 2px 8px;
  border-radius: 4px;
}
.l-list-statuses span.l-list-statuses__item-status--now {
  color: var(--color-white);
  background-color: var(--color-brand-blue--100);
}
.l-list-statuses span.l-list-statuses__item-place {
  display: inline-flex;
  align-items: center;
  color: var(--color-brand-blue--100);
  border: 1px solid var(--color-brand-blue--025);
  background-color: var(--color-white);
}
.l-list-statuses span.l-list-statuses__item-place::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  margin-right: 4px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../img/common/icon/pin.svg");
}

/* --------------------------------------------------------------------------
  l-breadcrumbs 下層 => ぱんくず
-------------------------------------------------------------------------- */
.l-breadcrumbs {
  padding: 16px var(--padding-side);
  font-size: var(--font-xs);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-breadcrumbs {
    padding: 24px 40px;
  }
}

.l-breadcrumbs-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.l-breadcrumbs-lists__item:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 2px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url("../img/common/breadcrumbs/home.svg");
}
.l-breadcrumbs-lists__item:not(:nth-last-of-type(1))::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 8px;
  margin-left: 12px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url("../img/common/breadcrumbs/arrow.svg");
}

.l-breadcrumbs-lists__item-link {
  text-decoration: underline;
  transition: color var(--link-transition-duration) ease;
}
.l-breadcrumbs-lists__item-link:hover {
  color: var(--color-brand-blue--100);
}

/* --------------------------------------------------------------------------
  l-pagenation 下層 => ページネーション
-------------------------------------------------------------------------- */
.l-pagenation {
  display: grid;
  place-items: center;
  height: 96px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .l-pagenation {
    margin-top: 80px;
  }
}

.l-pagenation-lists ul {
  display: flex;
  gap: 13px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-pagenation-lists a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  font-family: var(--font-roboto);
  font-size: var(--font-l);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border-radius: 100px;
  transition: background var(--link-transition-duration) ease, color var(--link-transition-duration) ease;
}
.l-pagenation-lists a:hover {
  opacity: 1;
  color: var(--color-white);
  background: var(--color-brand-blue--100);
}
.l-pagenation-lists a:hover svg {
  fill: var(--color-white);
}
.l-pagenation-lists a.active {
  background: var(--color-brand-blue--100);
  color: var(--color-white);
  border-color: var(--color-brand-blue--100);
}
.l-pagenation-lists a.prev {
  transform: scale(-1, 1);
}
.l-pagenation-lists a svg {
  fill: var(--color-main);
  transition: fill var(--link-transition-duration) ease;
}

/* --------------------------------------------------------------------------
  l-recommend 下層 => 関連記事系列
-------------------------------------------------------------------------- */
.l-recommend {
  margin-top: 64px;
  padding: 64px 0 84px;
  background-color: var(--color-bg-gray);
}
@media screen and (min-width: 768px) {
  .l-recommend {
    margin-top: 160px;
    padding: 64px 0;
  }
}

.l-recommend__title {
  padding-bottom: 16px;
  font-size: var(--font-xxl);
  font-weight: 700;
  line-height: 1.4;
}

.l-recommend__more {
  width: min(78vw, 300px);
  margin: 32px auto 0;
}
@media screen and (min-width: 768px) {
  .l-recommend__more {
    width: 300px;
  }
}

.l-recommend .l-lists--3columns a:nth-of-type(4), .l-recommend .l-lists--3columns a:nth-of-type(5), .l-recommend .l-lists--3columns a:nth-of-type(6), .l-recommend .l-lists--3columns a:nth-of-type(7) {
  display: none;
}

/* --------------------------------------------------------------------------
  l-dialog
-------------------------------------------------------------------------- */
.l-dialog--youtube dialog {
  overflow: visible;
  width: min(100%, 736px);
  padding: 0;
  border: none;
  border-radius: var(--border-radius-s);
}
.l-dialog--youtube dialog::backdrop {
  background: rgba(0, 0, 0, 0.7);
}
.l-dialog--youtube .dialog-close {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 101%;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  border: none;
  cursor: pointer;
}
.l-dialog--youtube .dialog-open {
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.l-dialog--youtube .dialog-open img {
  border-radius: var(--border-radius-s);
}
.l-dialog--youtube .l-dialog-iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.l-dialog--youtube iframe.js-youtube-player {
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------------------------------
  l-follow-sp 
-------------------------------------------------------------------------- */
.l-follow-sp {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 64px;
  border-top: 1px solid var(--color-brand-gray--025);
  background: var(--color-bg-gray);
}
@media screen and (min-width: 768px) {
  .l-follow-sp {
    display: none;
  }
}

.l-follow-sp__contents {
  display: grid;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  grid-template-columns: 49% 49%;
  padding: 0 var(--padding-side);
}

/* ==========================================================================
  404 only
========================================================================== */
/* --------------------------------------------------------------------------
  p-404
-------------------------------------------------------------------------- */
.p-404 {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-404 {
    padding-top: 80px;
  }
}

.p-404-header--center {
  padding-bottom: 24px;
  font-weight: 700;
  text-align: center;
}

.p-404-header__title--en {
  font-size: var(--font-l);
  letter-spacing: 0.08em;
}

.p-404-header__title--jp {
  font-size: var(--font-xxl);
  line-height: 1.4;
}

.p-404-texts {
  padding-bottom: 40px;
  font-size: var(--font-m);
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-404-texts {
    padding-bottom: 80px;
  }
}

.p-404-buttons {
  width: min(100%, 300px);
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-404-buttons {
    width: 300px;
  }
}