@charset "UTF-8";
/*====================================
* リセット
=====================================*/
*,
::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; /* 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;
}
a:hover {
  text-decoration: none;
}

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
optgroup:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: 0; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

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

/*====================================
* setting
=====================================*/
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Poppins-Bold.woff2") format("woff2"), url("../font/Poppins-Bold.woff") format("woff");
}
:root {
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);
}

/*====================================
* 初期設定
=====================================*/
html {
  font-size: 16px;
}

body {
  font-family: "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  line-height: 1.875;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
body p {
  line-height: 1.7;
  font-size: 1rem;
}
body h2, body h3, body h4, body h5, body h6 {
  letter-spacing: 0.08em;
}

@media screen and (min-width: 901px) {
  .spOnly {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .pcOnly {
    display: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease-out;
}
.js-fadeIn.-active {
  opacity: 1;
  transform: translateY(0px);
}

.js-list > * {
  opacity: 0;
  transform: translateY(40px);
}
.js-list.-active > * {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s ease-in-out;
}

/*====================================
* 共通パーツ
=====================================*/
.l-inner {
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.l-inner__01 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
  box-sizing: content-box;
}
.l-inner__02 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 900px;
  box-sizing: content-box;
}
.l-inner__03 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1024px;
  box-sizing: content-box;
}

.c-btn {
  margin: 0 auto;
  width: 240px;
  height: 54px;
  display: grid;
  place-content: center;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: clamp(0.875rem, 0.8526376147rem + 0.0917431193vw, 0.9375rem);
  line-height: 1.3;
  font-family: "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #135E96;
  box-sizing: border-box;
  transition: 0.3s;
  transition-property: color, background-color;
}
@media (hover: hover) {
  .c-btn:where(:-webkit-any-link, :enabled, summary):hover {
    color: #135E96;
    background-color: #F6A026;
  }
  .c-btn:where(:-moz-any-link, :enabled, summary):hover {
    color: #135E96;
    background-color: #F6A026;
  }
  .c-btn:where(:any-link, :enabled, summary):hover {
    color: #135E96;
    background-color: #F6A026;
  }
}
.c-btn span {
  display: block;
  font-size: clamp(0.75rem, 0.7276376147rem + 0.0917431193vw, 0.8125rem);
}
.c-btn.-col02 {
  background-color: #ED6B22;
  border: 1px solid #ED6B22;
}
@media (hover: hover) {
  .c-btn.-col02:where(:-webkit-any-link, :enabled, summary):hover {
    color: #ED6B22;
    background-color: #fff;
  }
  .c-btn.-col02:where(:-moz-any-link, :enabled, summary):hover {
    color: #ED6B22;
    background-color: #fff;
  }
  .c-btn.-col02:where(:any-link, :enabled, summary):hover {
    color: #ED6B22;
    background-color: #fff;
  }
}
.c-btn.-col03 {
  color: #000000;
  background-color: #135E96;
  border: 1px solid #135E96;
  transition-property: color, border, background-color;
}
@media (hover: hover) {
  .c-btn.-col03:where(:-webkit-any-link, :enabled, summary):hover {
    color: #135E96;
    border: 1px solid #135E96;
    background-color: #fff;
  }
  .c-btn.-col03:where(:-moz-any-link, :enabled, summary):hover {
    color: #135E96;
    border: 1px solid #135E96;
    background-color: #fff;
  }
  .c-btn.-col03:where(:any-link, :enabled, summary):hover {
    color: #135E96;
    border: 1px solid #135E96;
    background-color: #fff;
  }
}
.c-btn.-demo {
  background-color: #ccc;
  pointer-events: none;
  border: 1px solid #ccc;
}

.c-tit__01 {
  padding: 0.8em 1.6875em calc(0.8em - 2px);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: 0.05em;
  background: #F5F5F6;
  border-bottom: 2px solid #ED6B22;
  position: relative;
}
.c-tit__01::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #ED6B22 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.c-tit__02 span {
  display: block;
  font-weight: bold;
  line-height: 1.4;
}
.c-tit__02 span._m {
  font-size: clamp(1.125rem, 0.1551724138rem + 1.724137931vw, 1.75rem);
}
.c-tit__02 span._l {
  color: #135E96;
  font-size: clamp(1.25rem, 0.0862068966rem + 2.0689655172vw, 2rem);
}

@-webkit-keyframes focus {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes focus {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@media screen and (max-width: 900px) {
  .c-download {
    overflow: hidden;
  }
}
.c-download.-active ._btn::before {
  -webkit-animation: focus 0.5s;
          animation: focus 0.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.c-download ._wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 901px) {
  .c-download ._wrapper {
    padding: 0 0 60px 0;
  }
}
@media screen and (min-width: 901px) {
  .c-download ._wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 60px;
    width: min(83.3333333333vw, 1000px);
    height: 160px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 900px) {
  .c-download ._wrapper {
    padding-bottom: 50px;
  }
}
.c-download ._wrapper > * {
  z-index: 2;
}
.c-download ._img {
  z-index: 5;
  width: 200px;
}
@media screen and (max-width: 900px) {
  .c-download ._img {
    display: none;
  }
}
.c-download ._box {
  max-width: 68%;
  flex: 1;
}
@media screen and (max-width: 900px) {
  .c-download ._box {
    margin: auto;
    padding: 12px clamp(1.5rem, -2.9612068966rem + 7.9310344828vw, 4.375rem) 24px clamp(0.875rem, -4.5560344828rem + 9.6551724138vw, 4.375rem);
    width: min(71.6666666667vw, 860px);
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    max-width: 540px;
  }
}
.c-download ._box ._inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.75rem, -5.0689655172rem + 10.3448275862vw, 4.5rem);
}
@media screen and (max-width: 900px) {
  .c-download ._box ._inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .c-download ._box ._inner ._tit {
    display: flex;
    align-items: center;
    gap: 13px;
    position: relative;
  }
  .c-download ._box ._inner ._tit::before {
    content: "";
    display: block;
    width: 105px;
    aspect-ratio: 1;
    background-image: url(../img/kaizen_img-cta.png);
    background-size: 100% 100%;
  }
}
.c-download ._box ._btn {
  display: grid;
  place-content: center;
  width: clamp(15.125rem, 5.6206896552rem + 16.8965517241vw, 21.25rem);
  height: clamp(3.4375rem, 1.0129310345rem + 4.3103448276vw, 5rem);
  color: #fff;
  font-weight: bold;
  font-size: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #ED6B22;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  transition: background-color 0.4s ease-in-out;
  overflow: hidden;
  position: relative;
}
.c-download ._box ._btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
}
@media (hover: hover) {
  .c-download ._box ._btn:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #F6A026;
  }
  .c-download ._box ._btn:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #F6A026;
  }
  .c-download ._box ._btn:where(:any-link, :enabled, summary):hover {
    background-color: #F6A026;
  }
  .c-download ._box ._btn:where(:-webkit-any-link, :enabled, summary):hover::before {
    left: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .c-download ._box ._btn:where(:-moz-any-link, :enabled, summary):hover::before {
    left: 100%;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .c-download ._box ._btn:where(:any-link, :enabled, summary):hover::before {
    left: 100%;
    transition: 0.5s;
  }
}
.c-download ._man {
  position: absolute;
  bottom: 0;
  right: calc(-1 * clamp(0rem, -2.5833333333rem + 3.3333333333vw, 0.5rem));
  width: clamp(8rem, -1.8922413793rem + 17.5862068966vw, 14.375rem);
}
@media screen and (max-width: 900px) {
  .c-download ._man {
    right: -20px;
    width: clamp(6rem, 1.9852941176rem + 16.4705882353vw, 11.25rem);
  }
}

.c-faq-list {
  margin: clamp(1.5rem, 0.724137931rem + 1.3793103448vw, 2rem) auto 0;
  max-width: 900px;
}
.c-faq-list ._item {
  overflow: hidden;
  position: relative;
  border: 1px solid #000;
}
.c-faq-list ._item + li {
  margin-top: clamp(0.625rem, -0.3448275862rem + 1.724137931vw, 1.25rem);
}
.c-faq-list ._item + li a {
  color: #3D6ADD;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .c-faq-list ._item + li a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
  .c-faq-list ._item + li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
  .c-faq-list ._item + li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}
.c-faq-list ._item ._question {
  padding: 11px 10px 12px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  line-height: 1.6666666667;
  font-size: 1rem;
  transition: opacity 0.3s;
}
@media screen and (min-width: 901px) {
  .c-faq-list ._item ._question {
    padding: 17px 24px;
    line-height: 1.4;
  }
}
@media (hover: hover) {
  .c-faq-list ._item ._question:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .c-faq-list ._item ._question:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .c-faq-list ._item ._question:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.c-faq-list ._item ._question::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: clamp(0.5rem, -1.6336206897rem + 3.7931034483vw, 1.875rem);
  font-size: clamp(1.375rem, 1.1810344828rem + 0.3448275862vw, 1.5rem);
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #135E96;
  line-height: 1.2;
  align-self: flex-start;
}
.c-faq-list ._item ._question[aria-expanded=true] ._tit::after {
  rotate: 180deg;
}
.c-faq-list ._item ._question[aria-expanded=true] + .answer {
  margin: 15px 0 20px;
}
.c-faq-list ._item ._question ._tit {
  padding-right: 40px;
  display: inline-block;
  width: 100%;
  position: relative;
  flex: 1;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .c-faq-list ._item ._question ._tit {
    line-height: 1.6;
  }
}
.c-faq-list ._item ._question ._tit::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto 5px auto auto;
  width: 17px;
  height: 10px;
  background-image: url(../img/kaizen_icon-faq-arrow.svg);
  transition: rotate 0.3s;
}
.c-faq-list ._item ._answer {
  height: 0;
  transition: all 0.5s;
}
.c-faq-list ._item ._answer ._inner {
  padding: 24px 38px 19px 11px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 901px) {
  .c-faq-list ._item ._answer ._inner {
    padding: 24px 24px 24px;
  }
}
.c-faq-list ._item ._answer ._inner::before {
  content: "A";
  display: block;
  margin-right: clamp(0.5rem, -1.6336206897rem + 3.7931034483vw, 1.875rem);
  font-size: clamp(1.375rem, 1.1810344828rem + 0.3448275862vw, 1.5rem);
  color: #ED6B22;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  align-self: flex-start;
}
.c-faq-list ._item ._answer ._inner div {
  flex: 1;
  line-height: 1.7;
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .c-faq-list ._item ._answer ._inner div {
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .c-faq-list ._item ._answer ._inner div {
    padding-top: 3px;
  }
}
.c-faq-list ._item ._answer ._inner div ul li {
  padding-left: 1rem;
  line-height: 2;
  position: relative;
}
.c-faq-list ._item ._answer ._inner div ul li::before {
  content: "";
  position: absolute;
  display: block;
  top: calc((2 * 1em - 6px) / 2);
  width: 6px;
  height: 6px;
  left: 0;
  height: 6px;
  background-color: #ED6B22;
  border-radius: 50%;
}
.c-faq-list ._item ._answer ._inner span {
  font-weight: bold;
}

/*====================================
* ヘッダー
=====================================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  background-color: #fff;
  transition: background-color 0.3s;
}
.l-header + main {
  margin-top: 84px;
}
.l-header .l-header-wrapper {
  padding: 0 clamp(1.5rem, -2.149122807rem + 5.701754386vw, 3.125rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  transition: height 0.3s;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-header .l-header-wrapper {
    align-items: center;
    height: 84px;
  }
}
.l-header .l-header-logo {
  display: flex;
  align-items: center;
  gap: clamp(0.9375rem, -0.5172413793rem + 2.5862068966vw, 1.875rem);
}
.l-header .l-header-logo h1 img {
  width: clamp(12.5rem, 9.6929824561rem + 4.3859649123vw, 13.75rem);
  vertical-align: middle;
}
.l-header .l-header-logo ._tex {
  color: #C60000;
  font-size: clamp(0.8125rem, 0.7155172414rem + 0.1724137931vw, 0.875rem);
  line-height: 1.2;
  border-bottom: 1px solid #C60000;
}
@media screen and (max-width: 1280px) {
  .l-header .l-header-logo ._tex {
    display: none;
  }
}

.l-header-container {
  display: flex;
  align-items: center;
  gap: 30px;
}
.l-header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.l-header-container:has(.-active)::before {
  opacity: 0.4;
  visibility: visible;
}

@media screen and (max-width: 1024px) {
  .l-header-menu {
    padding: 106px 35px 15vh;
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 110px);
    height: 100%;
    background-color: #fff;
    text-align: left;
    z-index: 5;
    transform: translateX(200%);
    transition: transform 0.3s;
    opacity: 0;
  }
  .l-header-menu.-active {
    transform: translateX(0);
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.l-header-menu ._logo {
  margin-left: -35px;
  width: calc(100% + 40px);
}
@media screen and (min-width: 1025px) {
  .l-header-menu ._logo {
    display: none;
  }
}
.l-header-menu ._nav {
  display: flex;
  align-items: center;
  gap: 44px clamp(1.25rem, -1.2763157895rem + 3.9473684211vw, 2.375rem);
}
@media screen and (max-width: 1024px) {
  .l-header-menu ._nav {
    margin: 40px auto 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .l-header-menu ._nav::after {
    content: "";
    width: calc(100% + 40px);
    aspect-ratio: 257/112;
    background-image: url(../img/kaizen_img-menu-sp.png);
    background-size: 100% 100%;
    transform: translateX(-20px);
  }
}
.l-header-menu ._nav ul {
  display: flex;
  align-items: center;
  gap: 26px clamp(0.9375rem, -1.4484649123rem + 3.7280701754vw, 2rem);
}
@media screen and (max-width: 1024px) {
  .l-header-menu ._nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-header-menu ._nav ul li a {
  display: block;
  font-weight: 500;
  width: 100%;
  font-size: clamp(0.875rem, 0.7346491228rem + 0.2192982456vw, 0.9375rem);
  transition: color 0.3s;
}
@media screen and (max-width: 1024px) {
  .l-header-menu ._nav ul li a {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .l-header-menu ._nav ul li a:where(:-webkit-any-link, :enabled, summary):hover {
    color: #135E96;
  }
  .l-header-menu ._nav ul li a:where(:-moz-any-link, :enabled, summary):hover {
    color: #135E96;
  }
  .l-header-menu ._nav ul li a:where(:any-link, :enabled, summary):hover {
    color: #135E96;
  }
}
.l-header-menu ._nav ._btn {
  display: grid;
  place-content: center;
  width: 200px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  background-color: #ED6B22;
  border-radius: 10px;
  border: 1px solid #ED6B22;
  box-sizing: border-box;
  font-size: clamp(0.8125rem, 0.5317982456rem + 0.4385964912vw, 0.9375rem);
  transition: 0.3s;
  transition-property: background-color, color;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
}
.l-header-menu ._nav ._btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
}
@media screen and (max-width: 1024px) {
  .l-header-menu ._nav ._btn {
    height: 56px;
    font-size: 1rem;
    border: 2px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  }
}
@media (hover: hover) {
  .l-header-menu ._nav ._btn:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #F6A026;
  }
  .l-header-menu ._nav ._btn:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #F6A026;
  }
  .l-header-menu ._nav ._btn:where(:any-link, :enabled, summary):hover {
    background-color: #F6A026;
  }
  .l-header-menu ._nav ._btn:where(:-webkit-any-link, :enabled, summary):hover::before {
    left: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .l-header-menu ._nav ._btn:where(:-moz-any-link, :enabled, summary):hover::before {
    left: 100%;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .l-header-menu ._nav ._btn:where(:any-link, :enabled, summary):hover::before {
    left: 100%;
    transition: 0.5s;
  }
}

.l-header-btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header-btn {
    display: grid;
    place-content: center;
    width: 32px;
    height: 20px;
    cursor: pointer;
    z-index: 10;
    position: relative;
  }
  .l-header-btn::before, .l-header-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #000;
    transition: all 0.3s;
  }
  .l-header-btn::before {
    left: 0;
    top: 0;
  }
  .l-header-btn::after {
    right: 0;
    bottom: 0px;
  }
  .l-header-btn div {
    display: block;
    width: 32px;
    height: 1.5px;
    background-color: #000;
  }
}
.l-header-btn.-active::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header-btn.-active::after {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(-45deg);
}
.l-header-btn.-active div {
  opacity: 0;
}

.kaizen-mv {
  padding-top: 160px;
  height: 668px;
  background-image: url(../img/kaizen_bg-mv.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .kaizen-mv {
    padding-top: max(44.1025641026vw, 172px);
    height: max(153.8461538462vw, 600px);
    background-image: url(../img/kaizen_bg-mv-sp.jpg);
  }
}
.kaizen-mv.-active ._tit {
  opacity: 1;
  transition: opacity 0.5s 0.2s ease-in-out;
}
.kaizen-mv.-active p {
  opacity: 1;
  transition: opacity 0.3s 0.5s ease-in-out;
}
.kaizen-mv.-active p + p {
  transition-delay: 0.65s;
}
.kaizen-mv ._tit {
  margin: auto;
  max-width: 773px;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .kaizen-mv ._tit {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
.kaizen-mv ._tit + p {
  margin-top: 36px;
  line-height: 1.6;
  font-size: clamp(1.0625rem, 0.9655172414rem + 0.1724137931vw, 1.125rem);
}
@media screen and (max-width: 900px) {
  .kaizen-mv ._tit + p {
    margin-top: 10px;
    font-size: 1.0625rem;
  }
}
.kaizen-mv ._tit + p + p {
  margin-top: 44px;
  color: #135E96;
  font-size: clamp(1rem, 0.4181034483rem + 1.0344827586vw, 1.375rem);
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .kaizen-mv ._tit + p + p {
    margin-top: 30px;
    line-height: 1.6;
  }
}
.kaizen-mv p {
  opacity: 0;
  text-align: center;
  font-weight: bold;
}

.kaizen-lead {
  padding: clamp(3.125rem, -0.2693965517rem + 6.0344827586vw, 5.3125rem) 0 0;
  background-color: #135E96;
}
.kaizen-lead ._question {
  position: relative;
}
.kaizen-lead ._question::after {
  content: "";
  margin: 20px auto 0;
  display: block;
  width: 40px;
  height: 27px;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
}
.kaizen-lead ._question li {
  padding: 26px 40px;
  background-color: #fff;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.9310344828rem + 0.3448275862vw, 1.25rem);
  line-height: 1.4;
  border-radius: 40px 40px 8px 40px;
}
@media screen and (max-width: 900px) {
  .kaizen-lead ._question li {
    padding: 22px 42px;
  }
}
.kaizen-lead ._question li + li {
  margin-top: 10px;
}
.kaizen-lead ._question + p {
  margin-top: 30px;
  text-align: center;
  color: #FFFB00;
  font-weight: bold;
  font-size: clamp(1.75rem, 0.1982758621rem + 2.7586206897vw, 2.75rem);
  line-height: 1.6;
}
.kaizen-lead .c-download {
  margin-top: 24px;
}

.kaizen-cando {
  padding: clamp(3.75rem, -4.0086206897rem + 13.7931034483vw, 8.75rem) 0 clamp(3.125rem, -2.6939655172rem + 10.3448275862vw, 6.875rem);
  background-image: url(../img/kaizen_bg-cando.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.kaizen-cando__tit {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #135E96;
  font-weight: bold;
  font-size: clamp(1.5rem, -0.0517241379rem + 2.7586206897vw, 2.5rem);
  text-align: center;
  line-height: 1;
  background: linear-gradient(transparent 70%, #FFFB00 40%);
  position: relative;
}
.kaizen-cando__tit::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  background-color: #FFFB00;
  height: 0.5rem;
  z-index: -1;
}
.kaizen-cando__tit span {
  position: relative;
  font-size: clamp(1.875rem, -1.0344827586rem + 5.1724137931vw, 3.75rem);
  color: #ED6B22;
}
.kaizen-cando__tit span::before {
  content: "・・";
  position: absolute;
  top: -10px;
  left: 0;
  font-size: clamp(1.875rem, -1.0344827586rem + 5.1724137931vw, 3.75rem);
  letter-spacing: 0.1em;
  font-weight: normal;
  line-height: 0;
  height: 0;
}
.kaizen-cando ._point {
  margin: 60px auto 0;
  max-width: 840px;
  counter-reset: item;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px clamp(1.25rem, -3.2112068966rem + 7.9310344828vw, 4.125rem);
}
.kaizen-cando ._point li {
  margin: 0;
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  align-items: baseline;
}
.kaizen-cando ._point li::before {
  counter-increment: item;
  content: "0" counter(item);
  color: #135E96;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  font-size: clamp(1.875rem, -1.0344827586rem + 5.1724137931vw, 3.75rem);
  transform: translateY(20px);
}
@media screen and (max-width: 900px) {
  .kaizen-cando ._point li::before {
    transform: translateY(10px);
  }
}
.kaizen-cando ._point li ._box ._tit {
  color: #135E96;
  font-weight: bold;
  font-size: clamp(1.25rem, 0.0862068966rem + 2.0689655172vw, 2rem);
  line-height: 1.4;
}
.kaizen-cando ._point li ._box p {
  margin-top: 20px;
}

.kaizen-point {
  padding: clamp(3.125rem, -1.724137931rem + 8.6206896552vw, 6.25rem) 0 clamp(3.75rem, -2.0689655172rem + 10.3448275862vw, 7.5rem);
}
.kaizen-point__tit {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.125rem, -0.0387931034rem + 2.0689655172vw, 1.875rem);
}
.kaizen-point__tit span {
  font-size: clamp(1.5rem, -0.0517241379rem + 2.7586206897vw, 2.5rem);
}
.kaizen-point__tit span span {
  color: #ED6B22;
}
.kaizen-point__example {
  position: relative;
}
.kaizen-point__example ._icon {
  position: absolute;
  top: -42px;
  left: clamp(0.625rem, -2.2844827586rem + 5.1724137931vw, 2.5rem);
  width: clamp(5rem, 2.7693965517rem + 3.9655172414vw, 6.4375rem);
  aspect-ratio: 1;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .kaizen-point__example ._icon {
    top: -20px;
  }
}
.kaizen-point__example ._wrapper {
  margin-top: 30px;
  border: 5px solid #135E96;
  border-radius: 20px;
  overflow: hidden;
}
.kaizen-point__example ._header {
  padding: 36px 20px 32px clamp(5.625rem, -0.1939655172rem + 10.3448275862vw, 9.375rem);
  font-weight: bold;
  color: #fff;
  font-size: clamp(1.25rem, 0.8620689655rem + 0.6896551724vw, 1.5rem);
  line-height: 1.6;
  background-color: #135E96;
  position: relative;
}
.kaizen-point__example ._body {
  margin: auto;
  padding: clamp(1.875rem, -1.0344827586rem + 5.1724137931vw, 3.75rem) clamp(1.25rem, -4.5689655172rem + 10.3448275862vw, 5rem) clamp(2.5rem, -1.3793103448rem + 6.8965517241vw, 5rem);
  max-width: 1040px;
  box-sizing: content-box;
}
.kaizen-point__example ._body ._tit {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.7370689655rem + 0.6896551724vw, 1.375rem);
  line-height: 1.5;
}
.kaizen-point__example ._body ._meta {
  margin-top: 20px;
}
.kaizen-point__example ._body ._meta ._name {
  color: #135E96;
}
.kaizen-point__example ._body ._meta ._term {
  margin-top: 20px;
  color: #555555;
  font-size: clamp(0.75rem, 0.5560344828rem + 0.3448275862vw, 0.875rem);
}
.kaizen-point__example ._body ._meta + p {
  margin-top: clamp(1.875rem, 0.7112068966rem + 2.0689655172vw, 2.625rem);
}
.kaizen-point__example ._body ._youtube {
  margin: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem) auto 0;
  width: 100%;
  max-width: 590px;
  aspect-ratio: 16/9;
}
.kaizen-point__example ._body ._youtube iframe {
  width: 100%;
  height: 100%;
}
.kaizen-point__other {
  margin-top: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem);
  padding: clamp(2.5rem, 0.9482758621rem + 2.7586206897vw, 3.5rem) clamp(1.25rem, -5.5387931034rem + 12.0689655172vw, 5.625rem) 42px;
  background-color: #F5F5F5;
  border-radius: 20px;
}
.kaizen-point__other ._lead {
  display: flex;
  gap: 20px 42px;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .kaizen-point__other ._lead {
    flex-direction: column;
    align-items: flex-start;
  }
}
.kaizen-point__other ._lead ._tit {
  padding: 32px 42px;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.7370689655rem + 0.6896551724vw, 1.375rem);
  background-color: #135E96;
  border-radius: 4px 2px 2px 4px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .kaizen-point__other ._lead ._tit {
    margin-bottom: 30px;
    padding: 16px 20px 12px;
    width: 100%;
    text-align: center;
  }
}
.kaizen-point__other ._lead ._tit::after {
  content: "";
  position: absolute;
  background-color: #135E96;
}
@media screen and (max-width: 900px) {
  .kaizen-point__other ._lead ._tit::after {
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
            clip-path: polygon(50% 100%, 100% 0, 0 0);
  }
}
@media screen and (min-width: 901px) {
  .kaizen-point__other ._lead ._tit::after {
    border-radius: 2px 0 0 2px;
    top: 0;
    right: -24px;
    width: 25px;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
.kaizen-point__other ._lead ul li {
  padding-left: 26px;
  position: relative;
  font-weight: bold;
  font-size: clamp(1rem, 0.8060344828rem + 0.3448275862vw, 1.125rem);
  line-height: 2;
}
.kaizen-point__other ._lead ul li::before {
  content: "";
  position: absolute;
  display: block;
  top: calc((2 * 1em - 14px) / 2);
  width: 14px;
  height: 14px;
  left: 0;
  height: 14px;
  background-color: #135E96;
  border-radius: 50%;
}
.kaizen-point__other ._lead + p {
  margin-top: 30px;
  font-weight: bold;
  color: #135E96;
  font-size: clamp(0.9375rem, 0.6465517241rem + 0.5172413793vw, 1.125rem);
}
@media screen and (min-width: 901px) {
  .kaizen-point__other ._lead + p {
    text-align: center;
  }
}
.kaizen-point__other .c-download {
  margin-top: 10px;
}
.kaizen-point__other .c-download ._wrapper {
  padding: 0;
}
.kaizen-point__other .c-download ._wrapper::before {
  left: 60px;
  width: calc(100% - 60px);
}
.kaizen-point__other .c-download ._box {
  max-width: none;
}
.kaizen-point__other .c-download ._box ._inner {
  gap: 12px clamp(2.5625rem, -0.4439655172rem + 5.3448275862vw, 4.5rem);
}
.kaizen-point__other .c-download ._box ._inner ._tit::before {
  width: clamp(3.75rem, 2.7941176471rem + 3.9215686275vw, 5rem);
}

.kaizen-flow {
  padding: clamp(3.75rem, 0.2586206897rem + 6.2068965517vw, 6rem) 0 0;
  background-color: #D3EDFB;
}
.kaizen-flow__tit {
  color: #135E96;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.5rem, -0.0517241379rem + 2.7586206897vw, 2.5rem);
}
.kaizen-flow__step {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .kaizen-flow__step {
    grid-template-columns: auto;
  }
}
.kaizen-flow__step li {
  padding: 30px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 0;
  background-color: #fff;
  border: 3px solid #135E96;
  border-radius: 20px;
}
.kaizen-flow__step li + li {
  position: relative;
}
.kaizen-flow__step li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  width: 20px;
  height: 35px;
  background-color: #ED6B22;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 900px) {
  .kaizen-flow__step li + li::before {
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 14px;
    -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
            clip-path: polygon(50% 100%, 100% 0, 0 0);
  }
}
.kaizen-flow__step li ._header {
  display: flex;
  gap: clamp(0.5rem, -0.3728448276rem + 1.5517241379vw, 1.0625rem);
  align-items: center;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 900px) {
  .kaizen-flow__step li ._header {
    gap: 17px;
  }
}
.kaizen-flow__step li ._header ._num {
  color: #135E96;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: clamp(1.5625rem, 0.4956896552rem + 1.8965517241vw, 2.25rem);
}
@media screen and (max-width: 900px) {
  .kaizen-flow__step li ._header ._num {
    font-size: 2.25rem;
  }
}
.kaizen-flow__step li ._header ._num span {
  display: block;
  font-size: clamp(0.75rem, 0.3620689655rem + 0.6896551724vw, 1rem);
  text-align: center;
}
@media screen and (max-width: 900px) {
  .kaizen-flow__step li ._header ._num span {
    font-size: 1rem;
  }
}
.kaizen-flow__step li ._header ._tit {
  font-size: clamp(1.25rem, 0.8620689655rem + 0.6896551724vw, 1.5rem);
}
@media screen and (max-width: 900px) {
  .kaizen-flow__step li ._header ._tit {
    font-size: 1.5rem;
  }
}
.kaizen-flow__step li ._header ._tit span {
  color: #ED6B22;
}
.kaizen-flow__step li ._header ._free {
  position: absolute;
  display: grid;
  place-content: center;
  width: clamp(3.125rem, 1.5732758621rem + 2.7586206897vw, 4.125rem);
  aspect-ratio: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #fff;
  font-size: clamp(1rem, 0.4181034483rem + 1.0344827586vw, 1.375rem);
  background-color: #ED6B22;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .kaizen-flow__step li ._header ._free {
    font-size: 1.375rem;
    width: 66px;
  }
}
.kaizen-flow__step li figure {
  margin-top: 20px;
}
.kaizen-flow__step li figure img {
  width: 100%;
}
.kaizen-flow__step li figure + p {
  margin-top: 14px;
}
.kaizen-flow__step li ._time {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #135E96;
  font-weight: bold;
}
.kaizen-flow__step li ._time + p {
  margin-top: 14px;
}
.kaizen-flow__step li p span {
  font-weight: bold;
}
.kaizen-flow__step li > span {
  margin-top: 10px;
  display: block;
  font-size: clamp(0.6875rem, 0.4935344828rem + 0.3448275862vw, 0.8125rem);
}
.kaizen-flow__step + p {
  margin-top: 53px;
  color: #135E96;
  font-weight: bold;
  font-size: clamp(0.9375rem, 0.6465517241rem + 0.5172413793vw, 1.125rem);
}
.kaizen-flow .c-download {
  margin-top: 15px;
}

.kaizen-faq {
  padding: clamp(3.125rem, -1.724137931rem + 8.6206896552vw, 6.25rem) 0 clamp(3.75rem, -2.0689655172rem + 10.3448275862vw, 7.5rem);
}

.kaizen-contact {
  padding: clamp(3.125rem, -0.3663793103rem + 6.2068965517vw, 5.375rem) 0 43px;
  color: #fff;
  text-align: center;
  background-color: #135E96;
}
.kaizen-contact__tit span {
  display: block;
}
.kaizen-contact__tit span._m {
  font-size: clamp(1.125rem, 0.1551724138rem + 1.724137931vw, 1.75rem);
  line-height: 1.5;
}
.kaizen-contact__tit span._m sup {
  font-size: clamp(0.75rem, 0.7052752294rem + 0.1834862385vw, 0.875rem);
}
.kaizen-contact__tit span._l {
  margin-top: 15px;
  font-weight: bold;
  font-size: clamp(1.375rem, -0.3706896552rem + 3.1034482759vw, 2.5rem);
  line-height: 1;
}
.kaizen-contact__tit + p {
  margin-top: 30px;
  font-family: "Noto Serif JP", serif;
}
.kaizen-contact__tit + p + p {
  margin-top: 20px;
  font-size: clamp(0.75rem, 0.7052752294rem + 0.1834862385vw, 0.875rem);
}

.kaizen-download {
  padding: clamp(3.125rem, -0.9482758621rem + 7.2413793103vw, 5.75rem) 0 clamp(3.125rem, -0.2693965517rem + 6.0344827586vw, 5.3125rem);
  background-color: #F2F7F8;
}
.kaizen-download__wrapper {
  padding: clamp(2.5rem, 0.3663793103rem + 3.7931034483vw, 3.875rem) 20px clamp(3.75rem, 1.6163793103rem + 3.7931034483vw, 5.125rem);
  background-color: #fff;
}
.kaizen-download__tit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.875rem, -0.4827586207rem + 2.4137931034vw, 1.75rem);
}
.kaizen-download__tit ._icon {
  display: grid;
  place-content: center;
  width: clamp(5rem, 1.1206896552rem + 6.8965517241vw, 7.5rem);
  height: clamp(5rem, 1.1206896552rem + 6.8965517241vw, 7.5rem);
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.25rem, 0.0862068966rem + 2.0689655172vw, 2rem);
  background-color: #ED6B22;
  line-height: 1;
  border-radius: 50%;
}
.kaizen-download__tit ._tit {
  color: #135E96;
  font-weight: bold;
  font-size: clamp(1.5rem, -0.4396551724rem + 3.4482758621vw, 2.75rem);
}
.kaizen-download__lead {
  margin: clamp(1.5rem, -0.2456896552rem + 3.1034482759vw, 2.625rem) auto 0;
  max-width: 880px;
  display: flex;
  gap: 20px 52px;
}
@media screen and (max-width: 900px) {
  .kaizen-download__lead {
    flex-direction: column;
    align-items: center;
  }
}
.kaizen-download__lead figure {
  max-width: 300px;
}
.kaizen-download__lead ._box p {
  margin-top: 20px;
}
.kaizen-download__form {
  margin: 60px auto 0;
  max-width: 840px;
}
.kaizen-download__form .c-tit__01 {
  margin-bottom: 20px;
}
/*# sourceMappingURL=layout_kaizen-main.css.map */