@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  appearance: button;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*
 * Crowdworks グローバル
 */
[class*=cw-footer] {
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.6666666667;
}
[class*=cw-footer] * {
  box-sizing: border-box;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
[class*=cw-footer] *::before,
[class*=cw-footer] *::after {
  box-sizing: border-box;
}
[class*=cw-footer] a:link {
  text-decoration: none;
}
[class*=cw-footer] a:hover,
[class*=cw-footer] a:focus,
[class*=cw-footer] a:active {
  text-decoration: underline;
}
.cw-footer {
  margin-right: auto;
  margin-left: auto;
  color: #fbfdff;
  background-color: #005ca3;
  border-top: 1px solid #ddd;
}
.footer-menu {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 0;
  text-align: center;
  list-style: none;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li:not(:last-child) {
  margin-right: 10px;
}
.footer-menu a {
  color: #fff;
  text-decoration: none;
}
.footer-menu a:hover,
.footer-menu a:focus,
.footer-menu a:active {
  text-decoration: underline;
}
.copyright {
  margin: 0;
  padding: 15px 0;
  font-size: 80%;
  color: #fff;
  text-align: center;
  background-color: #005798;
  border-top: 1px solid #004e89;
}
.copyright a {
  color: #fcfcfc;
  text-decoration: none;
}
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  color: #fcfcfc;
  text-decoration: underline;
}
.global-header-bar {
  background-color: var(--white);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.global-header-bar-inner {
  display: flex;
  align-items: center;
  max-width: 100%;
  min-height: 55px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (orientation: landscape) {
  @supports (padding: env(safe-area-inset-bottom)) {
    .global-header-bar-inner {
      padding-right: calc(10px + env(safe-area-inset-bottom));
      padding-left: calc(10px + env(safe-area-inset-bottom));
    }
  }
}
@media (width >= 375px) {
  .global-header-bar-inner {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (width >= 375px) and (orientation: landscape) {
  @supports (padding: env(safe-area-inset-bottom)) {
    .global-header-bar-inner {
      padding-right: calc(10px + env(safe-area-inset-bottom));
      padding-left: calc(10px + env(safe-area-inset-bottom));
    }
  }
}
@media (width >= 520px) {
  .global-header-bar-inner {
    max-width: 480px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (width >= 520px) and (orientation: landscape) {
  @supports (padding: env(safe-area-inset-bottom)) {
    .global-header-bar-inner {
      padding-right: calc(24px + env(safe-area-inset-bottom));
      padding-left: calc(24px + env(safe-area-inset-bottom));
    }
  }
}
@media (width >= 768px) {
  .global-header-bar-inner {
    max-width: 768px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (width >= 768px) and (orientation: landscape) {
  @supports (padding: env(safe-area-inset-bottom)) {
    .global-header-bar-inner {
      padding-right: calc(40px + env(safe-area-inset-bottom));
      padding-left: calc(40px + env(safe-area-inset-bottom));
    }
  }
}
@media (width >= 1024px) {
  .global-header-bar-inner {
    max-width: 1000px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (width >= 1024px) and (orientation: landscape) {
  @supports (padding: env(safe-area-inset-bottom)) {
    .global-header-bar-inner {
      padding-right: calc(0 + env(safe-area-inset-bottom));
      padding-left: calc(0 + env(safe-area-inset-bottom));
    }
  }
}
.global-header-bar-brand {
  display: block;
  width: auto;
  max-height: 29px;
  margin-right: 16px;
  margin-bottom: 2px;
  color: var(--brand);
  text-decoration: none;
}
.global-header-bar-brand:hover,
.global-header-bar-brand:focus,
.global-header-bar-brand:active {
  text-decoration: none;
}
.global-header-bar-brand > svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.global-header-bar-inner > :not(.global-header-bar-brand) {
  flex: 1;
}
.global-page-anchor {
  --link-color-normal: #085591;
  --link-color-hover: #0b71c1;
  margin-bottom: 8px;
  text-align: right;
}
.global-page-anchor-link {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.8333333333;
  color: var(--link-color-normal);
  text-decoration: none;
}
.global-page-anchor-link:hover,
.global-page-anchor-link:focus,
.global-page-anchor-link:active {
  color: var(--link-color-hover);
  text-decoration: underline;
}
.global-page-anchor-link .icon {
  position: relative;
  top: -1px;
  margin-right: 3px;
}
@media (width >= 768px) {
  .global-header-bar-brand {
    max-height: 33px;
    margin-bottom: 0;
  }
}
@media (width >= 1024px) {
  .global-header-bar-inner {
    min-height: 50px;
  }
  .global-header-bar-brand {
    margin-bottom: 0;
  }
}
:root {
  --white: #fff;
  --black: #000;
  --gray-lighter: #fafafa;
  --gray-light: #e0e0e0;
  --gray-base: #bdbdbd;
  --gray-dark: #999;
  --blue-lighter: #e4f1f7;
  --blue-light: #edf6fa;
  --blue-base: #0068b7;
  --blue-dark: #005b9e;
  --blue-darker: #004980;
  --text-black: #333;
  --link-text: #085591;
  --brand: #0068b7;
  --alt-orange: #f2850c;
  --body-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", meiryo, "Noto Sans", "Noto Sans CJK JP", sans-serif;
  --font-family-alt: "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, "Noto Sans", "Noto Sans CJK JP", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 1.625;
  --border-radius-s: 6px;
  --border-radius: 10px;
  --border-radius-l: 20px;
  --box-shadow-s: 0 0 8px rgb(0 73 128 / 24%);
  --box-shadow: 0 0 24px rgb(0 73 128 / 15%);
  --box-shadow-l: 0 0 34px rgb(0 73 128 / 15%);
  font-size: 100%;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  position: relative;
  text-size-adjust: 100%;
  text-rendering: optimizelegibility;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@viewport {
  width: device-width;
}
p {
  margin-top: 0;
}
a {
  color: #009eb8;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dd {
  margin-left: 0;
}
blockquote {
  margin: 0 0 32px;
}
b,
strong {
  font-weight: 600;
}
small {
  font-size: 85.715%;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
canvas,
img,
video {
  max-width: 100%;
  height: auto;
}
body {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: 300;
  line-height: var(--body-line-height);
  color: var(--text-black);
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
}
.testimonial-card-img > img,
.support-card-img,
.apps-download-qr,
.benefit-item-img,
.solution-item-img,
.solution-section-img,
.issue-section-img,
.btn-orange-badge > *,
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.advantage-table-col-th,
.advantage-table-row-th,
.advantage-table-td,
.client-list,
.support-grid,
.apps-item-grid,
.flow-grid,
.category-beginner-grid,
.category-pro-grid,
.issue-list,
.hero-lower-grid,
.hero-badge,
.breadcrumb {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.icon {
  overflow: visible;
  display: inline-block;
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: 0;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: none;
  fill: currentcolor;
}
button.icon:not(:disabled) {
  cursor: pointer;
}
.icon::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.icon > * {
  transform: translate(0, 0);
}
.btn-white,
.btn-orange {
  cursor: pointer;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  outline-offset: 3px;
  transition: 0.1s ease-in-out;
  transition-property: background-color, border-color, box-shadow;
}
.btn-white:hover,
.btn-orange:hover,
.btn-white:focus,
.btn-orange:focus,
.btn-white:active,
.btn-orange:active {
  text-decoration: none;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-table-row {
  display: table-row !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (width >= 375px) {
  .xs\:d-none {
    display: none !important;
  }
  .xs\:d-inline {
    display: inline !important;
  }
  .xs\:d-inline-block {
    display: inline-block !important;
  }
  .xs\:d-block {
    display: block !important;
  }
  .xs\:d-table {
    display: table !important;
  }
  .xs\:d-table-cell {
    display: table-cell !important;
  }
  .xs\:d-table-row {
    display: table-row !important;
  }
  .xs\:d-flex {
    display: flex !important;
  }
  .xs\:d-inline-flex {
    display: inline-flex !important;
  }
}
@media (width >= 520px) {
  .sm\:d-none {
    display: none !important;
  }
  .sm\:d-inline {
    display: inline !important;
  }
  .sm\:d-inline-block {
    display: inline-block !important;
  }
  .sm\:d-block {
    display: block !important;
  }
  .sm\:d-table {
    display: table !important;
  }
  .sm\:d-table-cell {
    display: table-cell !important;
  }
  .sm\:d-table-row {
    display: table-row !important;
  }
  .sm\:d-flex {
    display: flex !important;
  }
  .sm\:d-inline-flex {
    display: inline-flex !important;
  }
}
@media (width >= 768px) {
  .md\:d-none {
    display: none !important;
  }
  .md\:d-inline {
    display: inline !important;
  }
  .md\:d-inline-block {
    display: inline-block !important;
  }
  .md\:d-block {
    display: block !important;
  }
  .md\:d-table {
    display: table !important;
  }
  .md\:d-table-cell {
    display: table-cell !important;
  }
  .md\:d-table-row {
    display: table-row !important;
  }
  .md\:d-flex {
    display: flex !important;
  }
  .md\:d-inline-flex {
    display: inline-flex !important;
  }
}
@media (width >= 1024px) {
  .lg\:d-none {
    display: none !important;
  }
  .lg\:d-inline {
    display: inline !important;
  }
  .lg\:d-inline-block {
    display: inline-block !important;
  }
  .lg\:d-block {
    display: block !important;
  }
  .lg\:d-table {
    display: table !important;
  }
  .lg\:d-table-cell {
    display: table-cell !important;
  }
  .lg\:d-table-row {
    display: table-row !important;
  }
  .lg\:d-flex {
    display: flex !important;
  }
  .lg\:d-inline-flex {
    display: inline-flex !important;
  }
}
.t-align-left {
  text-align: left !important;
}
.t-align-right {
  text-align: right !important;
}
.t-align-center {
  text-align: center !important;
}
.t-align-justify {
  text-align: justify !important;
}
.t-align-initial {
  text-align: initial !important;
}
@media (width >= 375px) {
  .xs\:t-align-left {
    text-align: left !important;
  }
  .xs\:t-align-right {
    text-align: right !important;
  }
  .xs\:t-align-center {
    text-align: center !important;
  }
  .xs\:t-align-justify {
    text-align: justify !important;
  }
  .xs\:t-align-initial {
    text-align: initial !important;
  }
}
@media (width >= 520px) {
  .sm\:t-align-left {
    text-align: left !important;
  }
  .sm\:t-align-right {
    text-align: right !important;
  }
  .sm\:t-align-center {
    text-align: center !important;
  }
  .sm\:t-align-justify {
    text-align: justify !important;
  }
  .sm\:t-align-initial {
    text-align: initial !important;
  }
}
@media (width >= 768px) {
  .md\:t-align-left {
    text-align: left !important;
  }
  .md\:t-align-right {
    text-align: right !important;
  }
  .md\:t-align-center {
    text-align: center !important;
  }
  .md\:t-align-justify {
    text-align: justify !important;
  }
  .md\:t-align-initial {
    text-align: initial !important;
  }
}
@media (width >= 1024px) {
  .lg\:t-align-left {
    text-align: left !important;
  }
  .lg\:t-align-right {
    text-align: right !important;
  }
  .lg\:t-align-center {
    text-align: center !important;
  }
  .lg\:t-align-justify {
    text-align: justify !important;
  }
  .lg\:t-align-initial {
    text-align: initial !important;
  }
}
@media (width <= 374.98px) {
  .br {
    display: inline !important;
  }
  .br-none {
    display: none !important;
  }
}
@media (width >= 375px) and (width <= 519.98px) {
  .xs\:br {
    display: inline !important;
  }
  .xs\:br-none {
    display: none !important;
  }
}
@media (width >= 520px) and (width <= 767.98px) {
  .sm\:br {
    display: inline !important;
  }
  .sm\:br-none {
    display: none !important;
  }
}
@media (width >= 768px) and (width <= 1023.98px) {
  .md\:br {
    display: inline !important;
  }
  .md\:br-none {
    display: none !important;
  }
}
@media (width >= 1024px) {
  .lg\:br {
    display: inline !important;
  }
  .lg\:br-none {
    display: none !important;
  }
}
.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.text-brand {
  color: var(--brand);
}
.btn-orange {
  position: relative;
  max-width: 480px;
  padding: 20px 32px;
  font-size: 16px;
  line-height: 1.375;
  color: var(--white);
  background-color: #f2850c;
  border: 1px solid #f2850c;
  border-radius: 32px;
  box-shadow: var(--box-shadow-s);
}
.btn-orange:hover {
  background-color: #ffa743;
  border-color: #ffa743;
  box-shadow: none;
}
.btn-orange:focus {
  outline-offset: 3px;
  box-shadow: var(--box-shadow-s);
}
.btn-orange:focus-visible {
  background-color: #f2850c;
  border-color: #f2850c;
  box-shadow: var(--box-shadow-s);
}
.btn-orange:active {
  background-color: #d9770b;
  border-color: #d9770b;
  box-shadow: var(--box-shadow-s);
}
.btn-orange-badge {
  position: absolute;
  top: -36px;
  left: 16px;
  display: block;
  width: 48px;
}
@media (width >= 768px) {
  .btn-orange {
    padding: 13px 40px;
    font-size: 24px;
    line-height: 1.5;
  }
  .btn-orange-badge {
    top: -51px;
    left: 24px;
    width: 64px;
  }
}
.btn-white {
  max-width: 360px;
  padding: 14px 18px;
  font-size: 16px;
  line-height: 1.375;
  color: var(--text-black);
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 32px;
  box-shadow: var(--box-shadow-s);
}
.btn-white:hover {
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none;
}
.btn-white:focus {
  outline-offset: 3px;
  box-shadow: var(--box-shadow-s);
}
.btn-white:focus-visible {
  background-color: #fff;
  border-color: #999;
  box-shadow: var(--box-shadow-s);
}
.btn-white:active {
  background-color: #fafafa;
  border-color: #999;
  box-shadow: var(--box-shadow-s);
}
.container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (orientation: landscape) {
  @supports (padding: env(safe-area-inset-bottom)) {
    .container {
      padding-right: calc(16px + env(safe-area-inset-bottom));
      padding-left: calc(16px + env(safe-area-inset-bottom));
    }
  }
}
@media (width >= 375px) {
  .container {
    max-width: 480px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (width >= 375px) and (orientation: landscape) {
  @supports (padding: env(safe-area-inset-bottom)) {
    .container {
      padding-right: calc(24px + env(safe-area-inset-bottom));
      padding-left: calc(24px + env(safe-area-inset-bottom));
    }
  }
}
@media (width >= 520px) {
  .container {
    max-width: 480px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (width >= 520px) and (orientation: landscape) {
  @supports (padding: env(safe-area-inset-bottom)) {
    .container {
      padding-right: calc(24px + env(safe-area-inset-bottom));
      padding-left: calc(24px + env(safe-area-inset-bottom));
    }
  }
}
@media (width >= 768px) {
  .container {
    max-width: 768px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (width >= 768px) and (orientation: landscape) {
  @supports (padding: env(safe-area-inset-bottom)) {
    .container {
      padding-right: calc(40px + env(safe-area-inset-bottom));
      padding-left: calc(40px + env(safe-area-inset-bottom));
    }
  }
}
@media (width >= 1024px) {
  .container {
    max-width: 1000px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (width >= 1024px) and (orientation: landscape) {
  @supports (padding: env(safe-area-inset-bottom)) {
    .container {
      padding-right: calc(0 + env(safe-area-inset-bottom));
      padding-left: calc(0 + env(safe-area-inset-bottom));
    }
  }
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-head {
  display: block;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4545454545;
  text-align: center;
}
.section-lead {
  display: block;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  color: var(--brand);
  text-align: center;
}
.section-description {
  display: block;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
  text-align: center;
}
.section-head + .section-description {
  margin-top: -8px;
}
@media (width >= 768px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-head {
    margin-bottom: 64px;
    font-size: 28px;
    line-height: 1.5;
  }
  .section-lead {
    display: block;
    font-size: 16px;
    line-height: 1.625;
  }
  .section-description {
    margin-bottom: 64px;
  }
  .section-head + .section-description {
    margin-top: -32px;
    margin-bottom: 64px;
  }
}
@media (width >= 1024px) {
  .section-head {
    font-size: 36px;
    line-height: 1.4444444444;
  }
  .section-lead {
    font-size: 20px;
    line-height: 1.5;
  }
}
.breadcrumb {
  overflow-x: auto;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch;
}
.breadcrumb .container {
  position: relative;
}
.breadcrumb-item {
  position: relative;
  display: inline-flex;
  white-space: nowrap;
}
.breadcrumb-item:not(:first-child)::before {
  content: "»";
  display: block;
  align-self: center;
  margin-right: 6px;
  margin-left: 6px;
}
.breadcrumb-item-link {
  color: var(--text-black);
  text-decoration: none;
}
.breadcrumb-item-link:hover,
.breadcrumb-item-link:focus,
.breadcrumb-item-link:active {
  text-decoration: underline;
}
.breadcrumb-item-link > :not(meta) {
  overflow: hidden;
  display: inline-flex;
  max-width: 11em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.client-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 24px;
  column-gap: 15px;
  max-width: 300px;
  margin: 0 auto;
}
.client-list-item > * {
  margin-right: auto;
  margin-left: auto;
}
@media (width >= 375px) {
  .client-list {
    max-width: 632px;
    padding-right: 13px;
    padding-left: 13px;
  }
}
@media (width >= 768px) {
  .client-section-img {
    max-width: 320px;
    height: auto;
    margin-top: 100px;
  }
  .client-list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (width >= 1024px) {
  .client-list {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 40px;
    column-gap: 24px;
    max-width: 960px;
  }
}
.flow {
  background-color: var(--blue-lighter);
}
.flow-grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 377px;
  margin: 0 auto;
}
.flow-grid > * {
  flex: 1 auto;
  max-width: 100%;
}
.flow-grid > *:not(:last-child) {
  margin-bottom: 30px;
}
.flow-grid > :not(:first-child)::before {
  content: "";
  position: absolute;
  top: -79px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 16px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg viewbox='0 0 16 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.39C0 1.056.107.723.373.445A1.3 1.3 0 0 1 2.24.39L8 6.112 13.76.39a1.254 1.254 0 0 1 1.866.055c.533.556.48 1.445-.054 1.945L8 10 .426 2.39C.16 2.112 0 1.779 0 1.39z' fill='%230068b7'/%3E%3C/svg%3E");
  background-size: 100% auto;
}
.flow-card {
  position: relative;
  display: block;
  margin-top: 64px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.7142857143;
  background-color: var(--white);
  border-radius: var(--border-radius);
}
.flow-card-title {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
  color: var(--brand);
  text-align: center;
}
.flow-card-img {
  display: block;
  margin-top: -80px;
}
.flow-card-img > * {
  margin-right: auto;
  margin-left: auto;
}
@media (width >= 768px) {
  .flow-grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 30px;
    justify-content: center;
    max-width: 980px;
  }
  .flow-grid > * {
    max-width: 172px;
  }
  .flow-grid > *:not(:last-child) {
    margin-bottom: 0;
  }
  .flow-grid > :not(:first-child)::before {
    top: auto;
    bottom: 73px;
    left: -23px;
    transform: translate(0%, 50%) rotate(-90deg);
  }
}
.apps-item-title {
  display: block;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--brand);
  text-align: center;
}
.apps-item-description {
  display: block;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.625;
}
.apps-item-grid {
  display: grid;
  gap: 80px;
  margin: 0 auto 40px;
}
.apps-download {
  text-align: center;
}
.apps-download-grid {
  display: flex;
  flex-flow: column wrap;
  gap: 24px;
}
.apps-download-col {
  display: flex;
  flex: 1 auto;
  align-items: center;
}
.apps-download-link {
  display: block;
  flex: 1;
}
.apps-download-link > img {
  margin-right: auto;
  margin-left: auto;
}
.apps-download-qr {
  margin-left: 24px;
}
@media (width >= 768px) {
  .apps-item-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 880px;
    margin-bottom: 64px;
  }
  .apps-download-grid {
    display: inline-flex;
    flex-direction: row;
    column-gap: 80px;
  }
}
.advantage {
  --table-border: var(--gray-light);
  --table-col-head-bg: var(--gray-lighter);
  --table-row-head-bg: var(--gray-base);
  overflow: hidden;
  padding-bottom: 86px;
}
.advantage-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (orientation: landscape) {
  @supports (padding: env(safe-area-inset-bottom)) {
    .advantage-container {
      padding-right: calc(0 + env(safe-area-inset-bottom));
      padding-left: calc(0 + env(safe-area-inset-bottom));
    }
  }
}
@media (width >= 375px) {
  .advantage-container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (width >= 375px) and (orientation: landscape) {
  @supports (padding: env(safe-area-inset-bottom)) {
    .advantage-container {
      padding-right: calc(0 + env(safe-area-inset-bottom));
      padding-left: calc(0 + env(safe-area-inset-bottom));
    }
  }
}
@media (width >= 520px) {
  .advantage-container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (width >= 520px) and (orientation: landscape) {
  @supports (padding: env(safe-area-inset-bottom)) {
    .advantage-container {
      padding-right: calc(0 + env(safe-area-inset-bottom));
      padding-left: calc(0 + env(safe-area-inset-bottom));
    }
  }
}
@media (width >= 768px) {
  .advantage-container {
    max-width: 768px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (width >= 768px) and (orientation: landscape) {
  @supports (padding: env(safe-area-inset-bottom)) {
    .advantage-container {
      padding-right: calc(40px + env(safe-area-inset-bottom));
      padding-left: calc(40px + env(safe-area-inset-bottom));
    }
  }
}
@media (width >= 1024px) {
  .advantage-container {
    max-width: 953px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (width >= 1024px) and (orientation: landscape) {
  @supports (padding: env(safe-area-inset-bottom)) {
    .advantage-container {
      padding-right: calc(0 + env(safe-area-inset-bottom));
      padding-left: calc(0 + env(safe-area-inset-bottom));
    }
  }
}
.advantage-table {
  display: flex;
  margin: 8px 20px;
  font-size: 14px;
  line-height: 1.7142857143;
}
.advantage-table::after {
  content: "";
  display: block;
  min-width: 20px;
  height: 1px;
}
.advantage-table-header {
  display: block;
  min-width: 50px;
  border: 2px solid transparent;
}
.advantage-table-body {
  display: block;
  width: calc((100% - 50px) / 3);
  min-width: 200px;
  margin-left: -2px;
  border: 2px solid var(--table-border);
}
.advantage-table-td {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding: 16px 12px;
  background-color: var(--white);
}
.advantage-table-td:not(:last-child) {
  border-bottom: 2px solid var(--table-border);
}
.advantage-table-col-th,
.advantage-table-row-th {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
  text-align: center;
}
.advantage-table-col-th {
  display: flex;
  align-items: center;
  padding: 11px 8px;
  color: var(--white);
  background-color: var(--table-row-head-bg);
}
.advantage-table-row-th {
  padding-right: 12px;
  padding-left: 8px;
  letter-spacing: 0.6em;
  white-space: nowrap;
  border: 2px solid transparent;
}
.advantage-table-row-th:first-child {
  border-bottom: 2px solid var(--table-border);
}
.advantage-table-row-th:not(:first-child) {
  background-color: var(--table-col-head-bg);
  border-bottom-color: var(--table-border);
  border-left-color: var(--table-border);
}
.advantage-table-data-body {
  text-align: center;
}
.advantage-table-data-lead {
  display: inline-block;
  min-height: 28px;
  margin-bottom: 16px;
  padding: 2px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7142857143;
  color: var(--white);
  text-align: center;
  background-color: var(--alt-orange);
  border-radius: 14px;
}
.advantage-table-data-text {
  display: block;
  margin-bottom: 0;
  text-align: center;
}
.advantage-table-data-icon {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantage-table-data-icon > svg {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  opacity: 0.1;
}
.advantage-table-v-rl-label {
  margin-bottom: -0.125em;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.125em;
}
.advantage-table .row-head,
.advantage-table .col-head {
  height: 46px;
}
.advantage-table .th-level,
.advantage-table .td-level {
  height: 152px;
}
.advantage-table .th-variant,
.advantage-table .td-variant {
  height: 152px;
}
.advantage-table .th-time,
.advantage-table .td-time {
  height: 152px;
}
.is-advantage-primary {
  position: relative;
  z-index: 1;
  min-width: 242px;
  border-color: var(--brand);
}
.is-advantage-primary::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  box-shadow: 0 0 0 8px var(--brand);
}
.is-advantage-primary .advantage-table-td {
  justify-content: flex-start;
}
.is-advantage-primary .advantage-table-td:not(:last-child) {
  border-bottom: 2px solid var(--brand);
}
.is-advantage-primary .advantage-table-col-th {
  padding-top: 6px;
  font-size: 20px;
  line-height: 1.5;
  background-color: var(--brand);
}
.is-advantage-primary .advantage-table-data-body > p {
  padding-right: 9px;
  padding-left: 9px;
}
.is-advantage-primary .advantage-table-data-icon {
  top: 16px;
}
.is-advantage-primary .advantage-table-data-text {
  padding-right: 4px;
  padding-left: 4px;
}
.advantage-table-overflow {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.advantage-table-help {
  font-size: 14px;
  line-height: 1.7142857143;
}
@media (width >= 768px) {
  .advantage-table {
    margin-right: 0;
    margin-left: 0;
  }
  .advantage-table::after {
    content: none;
  }
  .advantage-table-body {
    width: calc((100% - 60px) / 3);
  }
  .advantage-table-td {
    padding-right: 11px;
    padding-left: 11px;
  }
  .advantage-table-row-th {
    padding-right: 16px;
    padding-left: 10px;
  }
  .advantage-table-data-body > p {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (width >= 1024px) {
  .advantage-table-body {
    width: calc((100% - 149px) / 3);
  }
  .advantage-table-row-th {
    padding-right: 21px;
    padding-left: 16px;
    letter-spacing: 0;
  }
  .advantage-table-v-rl-label {
    margin-bottom: 0;
    writing-mode: unset;
    letter-spacing: 0;
  }
  .is-advantage-primary {
    min-width: 282px;
  }
}
.faq {
  --faq-grad-primary: var(--brand);
  --faq-grad-secondary: #0068b5;
  background-color: var(--gray-lighter);
}
.faq-item {
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid var(--brand);
}
.faq-item-header,
.faq-item-body {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.faq-item-header > [class^=icon],
.faq-item-body > [class^=icon] {
  position: relative;
  margin-right: 14px;
  margin-left: -38px;
}
.faq-item-header > [class^=icon] > *,
.faq-item-body > [class^=icon] > * {
  width: 19px;
}
.faq-item-header > :not([class^=icon]),
.faq-item-body > :not([class^=icon]) {
  display: inline;
}
.faq-item-header {
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 24px 8px 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
  color: var(--white);
  background-image: linear-gradient(90deg, var(--faq-grad-primary), var(--faq-grad-secondary));
  background-repeat: repeat-y;
}
.faq-item-header > [class^=icon] {
  top: 2.6666666667px;
}
.faq-item-body {
  padding: 16px 24px 16px 60px;
  font-size: 14px;
  line-height: 1.7142857143;
  background-color: var(--white);
}
.faq-item-body > [class^=icon] {
  top: 1px;
  color: var(--brand);
}
.faq-item-group {
  max-width: 351px;
  margin-right: auto;
  margin-left: auto;
}
.faq-item-group > :not(:last-child) {
  margin-bottom: 40px;
}
@media (width >= 768px) {
  .faq-item-header {
    font-size: 20px;
    line-height: 1.5;
  }
  .faq-item-header > [class^=icon] {
    top: 3.2px;
  }
  .faq-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .faq-item-group {
    max-width: none;
  }
}
.note-item-header {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.note-item-body {
  position: relative;
  font-size: 12px;
  line-height: 1.8333333333;
}
.note-item-body > p {
  margin-bottom: 0;
}
.note-item-title {
  position: relative;
  display: block;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 24px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8333333333;
}
.note-item-title::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  width: 0;
  margin-right: 6px;
  border-left: 4px solid var(--brand);
}
.note-item-group {
  margin-bottom: 20px;
}
.note-item-group .note-item:not(:last-child) {
  margin-bottom: 24px;
}
@media (width <= 520px) {
    .sx_none {
      display: none;
    }
  }
  @media (width <= 520px) {
    .sm_none {
      display: none;
    }
  }
  @media (width <= 768px) {
    .md_none {
      display: none;
    }
  }
  @media (width <= 1024px) {
    .lg_none {
      display: none;
    }
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  body,
  h1,
  h2,
  h3,
  h4,
  p,
  figure,
  blockquote,
  dl,
  dd {
    margin: 0;
  }
  ul[role=list],
  ol[role=list] {
    list-style: none;
  }
  body {
    min-height: 100vh;
    line-height: 1.5;
    text-rendering: optimizespeed;
  }
  a:not([class]) {
    text-decoration-skip-ink: auto;
  }
  img,
  picture {
    display: block;
    max-width: 100%;
  }
  input,
  button,
  textarea,
  select {
    font: inherit;
  }
  @media (prefers-reduced-motion: reduce) {
    html:focus-within {
      scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
    }
  }
  .main {
    --main: #0068b7;
    overflow: hidden;
    min-width: 1024px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .main * {
    box-sizing: border-box;
  }
  @media (width <= 1024px) {
    .main {
      min-width: auto;
    }
  }
  .hero {
    background-image: url("../img/bg-hero.jpg");
    background-image: image-set(url("../img/bg-hero.jpg") 1x, url("../img/bg-hero@2x.jpg") 2x, url("../img/bg-hero@3x.jpg") 3x);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 600px;
    background-position: 50% 50%;
    background-size: cover;
  }
  @media (width <= 768px) {
    .hero {
      height: auto;
      padding: 24px 0;
    }
  }
  .hero-container {
    display: flex;
    justify-content: space-between;
  }
  @media (width <= 768px) {
    .hero-container {
      flex-direction: column;
    }
  }
  .hero-main {
    width: 559px;
    text-align: center;
  }
  @media (width <= 1024px) {
    .hero-main {
      width: 387px;
    }
  }
  @media (width <= 768px) {
    .hero-main {
      width: 100%;
    }
  }
  .hero-lead {
    position: relative;
    display: flex;
    gap: 4px;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
  }
  .hero-lead::before, .hero-lead::after {
    content: url("data:image/svg+xml,%3Csvg width='14' height='23' viewBox='0 0 14 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='13.134' y1='21.8921' x2='1.13397' y2='1.10748' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E");
    display: block;
    line-height: 1.8;
  }
  .hero-lead::after {
    transform: scale(-1, 1);
  }
  @media (width <= 768px) {
    .hero-lead {
      font-size: 22px;
    }
  }
  @media (width <= 520px) {
    .hero-lead {
      font-size: 16px;
    }
    .hero-lead::before, .hero-lead::after {
      transform: scaleY(0.8);
    }
    .hero-lead::after {
      transform: scale(-1, 0.8);
    }
  }
  .hero-head .hero-head-label-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0 6px;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }
  @media (width <= 768px) {
    .hero-head .hero-head-label-group {
      gap: 0 8px;
    }
  }
  @media (width <= 520px) {
    .hero-head .hero-head-label-group {
      gap: 0 4px;
    }
  }
  .hero-head .hero-head-label-lead {
    display: block;
    width: 100%;
    font-size: 32px;
    color: var(--main);
  }
  @media (width <= 768px) {
    .hero-head .hero-head-label-lead {
      font-size: 28px;
    }
  }
  @media (width <= 520px) {
    .hero-head .hero-head-label-lead {
      font-size: 26px;
    }
  }
  .hero-head .hero-head-label {
    display: inline-flex;
    margin-top: 2px;
    padding: 2px 12px;
    font-size: 30px;
    color: #fff;
    background-color: var(--main);
  }
  @media (width <= 768px) {
    .hero-head .hero-head-label {
      padding: 6px 14px;
      font-size: 22px;
    }
  }
  @media (width <= 520px) {
    .hero-head .hero-head-label {
      font-size: 20px;
    }
  }
  .hero-head .hero-head-label-suffix {
    font-size: 0.78em;
    color: var(--main);
  }
  @media (width <= 768px) {
    .hero-head .hero-head-label-suffix {
      font-size: 0.6em;
    }
  }
  .hero-head .hero-head-title {
    display: block;
    font-size: 40px;
    line-height: 1.4;
    color: var(--main);
  }
  @media (width <= 1024px) {
    .hero-head .hero-head-title {
      font-size: 48px;
    }
  }
  @media (width <= 768px) {
    .hero-head .hero-head-title {
      font-size: 40px;
    }
  }
  @media (width <= 520px) {
    .hero-head .hero-head-title {
      font-size: 36px;
    }
  }
  @media (width <= 768px) {
    .hero-head {
      font-size: 32px;
    }
  }
  .hero-description {
    display: block;
    margin-top: 3px;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }
  @media (width <= 768px) {
    .hero-description {
      margin-top: 12px;
      padding: 0 20px;
      font-size: 12px;
    }
  }
  @media (width <= 520px) {
    .hero-description {
      font-size: 11px;
    }
  }
  .hero-badge {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 26px;
  }
  @media (width <= 768px) {
    .hero-badge {
      gap: 12px;
      margin-top: 12px;
      padding: 0 20px;
    }
  }
  .hero-cta {
    margin-top: 42px;
  }
  @media (width <= 1024px) {
    .hero-cta.hero-cta--lg {
      display: none;
    }
  }
  .hero-cta.hero-cta--md {
    display: none;
  }
  @media (width <= 1024px) {
    .hero-cta.hero-cta--md {
      display: block;
      margin-top: 30px;
    }
  }
  @media (width <= 768px) {
    .hero-cta.hero-cta--md {
      margin-top: -16px;
    }
  }
  .hero-cover {
    position: relative;
    display: flex;
    align-items: center;
    width: 440px;
  }
  .hero-cover picture,
  .hero-cover img {
    position: absolute;
    top: 50%;
    transform: translate(-6px, -50%);
    min-width: 589px;
  }
  @media (width <= 1024px) {
    .hero-cover picture,
    .hero-cover img {
      position: relative;
      top: auto;
      transform: translate(0, 0);
      min-width: 429px;
    }
  }
  @media (width <= 768px) {
    .hero-cover picture,
    .hero-cover img {
      min-width: 106%;
      margin-left: -3%;
    }
  }
  @media (width <= 1024px) {
    .hero-cover {
      align-items: flex-start;
      width: 256px;
    }
  }
  @media (width <= 768px) {
    .hero-cover {
      position: relative;
      z-index: 0;
      width: 100%;
      margin-top: -30px;
    }
  }
  .case {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 84px;
  }
  @media (width <= 768px) {
    .case {
      padding-top: 0;
    }
  }
  .case-section-head {
    position: relative;
    display: flex;
    gap: 24px;
    align-items: flex-end;
    justify-content: center;
    width: 763px;
    height: 160px;
    margin: 20px auto;
    font-size: 36px;
    text-align: center;
    vertical-align: bottom;
  }
  .case-section-head::before, .case-section-head::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 88px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% auto;
  }
  @media (width <= 768px) {
    .case-section-head::before, .case-section-head::after {
      width: 52px;
      height: 96px;
    }
  }
  @media (width <= 520px) {
    .case-section-head::before, .case-section-head::after {
      width: 10vw;
      height: 18.1818181818vw;
    }
  }
  .case-section-head::before {
    left: 0;
    background-image: url("../img/img-case-head01.svg");
  }
  .case-section-head::after {
    right: 0;
    background-image: url("../img/img-case-head02.svg");
  }
  .case-section-head span {
    display: inline-block;
  }
  .case-section-head b {
    color: var(--main);
  }
  @media (width <= 768px) {
    .case-section-head b {
      display: block;
    }
  }
  @media (width <= 768px) {
    .case-section-head br {
      display: none;
    }
  }
  @media (width <= 1024px) {
    .case-section-head {
      width: 644px;
      font-size: 28px;
    }
  }
  @media (width <= 768px) {
    .case-section-head {
      width: 334px;
      font-size: 22px;
    }
  }
  @media (width <= 520px) {
    .case-section-head {
      width: 100%;
    }
  }
  .case-section-list {
    display: flex;
    flex-direction: column;
    gap: 94px;
    width: 872px;
    max-width: 872px;
    margin: 0 auto;
    margin-top: 76px;
    padding: 0;
  }
  @media (width <= 1024px) {
    .case-section-list {
      width: 100%;
      padding: 0 40px;
    }
  }
  @media (width <= 768px) {
    .case-section-list {
      padding: 0;
    }
  }
  .case-section-item {
    position: relative;
    display: flex;
    gap: 32px;
    align-items: center;
    align-self: flex-start;
    justify-content: space-between;
    width: 840px;
    padding: 24px;
    background: #fff;
    border: 1px solid #92cdff;
    border-radius: 10px;
    box-shadow: 16px 16px 0 0 #e4f1f7;
  }
  .case-section-item::before, .case-section-item::after {
    content: "";
    position: absolute;
    display: block;
    background-repeat: no-repeat;
  }
  .case-section-item::before {
    top: 0;
    left: 0;
    width: 162px;
    height: 52px;
  }
  .case-section-item::after {
    right: -34px;
    bottom: -34px;
    width: 166px;
    height: 70px;
    background-size: 100% auto;
  }
  @media (width <= 1024px) {
    .case-section-item::after {
      right: 0;
    }
  }
  @media (width <= 768px) {
    .case-section-item::after {
      bottom: -60px;
    }
  }
  @media (width <= 520px) {
    .case-section-item::after {
      bottom: -10vw;
      width: 32vw;
      height: 13.4939759036vw;
    }
  }
  .case-section-item:nth-child(1)::before {
    background-image: url("../img/text-case01.svg");
  }
  .case-section-item:nth-child(1)::after {
    background-image: url("../img/img-case-illust01.svg");
  }
  .case-section-item:nth-child(2) {
    align-self: flex-end;
    box-shadow: -16px 16px 0 0 #e4f1f7;
  }
  .case-section-item:nth-child(2)::before {
    right: 0;
    left: auto;
    background-image: url("../img/text-case02.svg");
  }
  .case-section-item:nth-child(2)::after {
    right: auto;
    left: -34px;
    background-image: url("../img/img-case-illust02.svg");
  }
  @media (width <= 1024px) {
    .case-section-item:nth-child(2)::after {
      left: 0;
    }
  }
  .case-section-item:nth-child(2) .case-section-image {
    order: 1;
  }
  @media (width <= 768px) {
    .case-section-item:nth-child(2) .case-section-image {
      order: 0;
      width: 100%;
    }
  }
  .case-section-item:nth-child(3)::before {
    background-image: url("../img/text-case03.svg");
  }
  .case-section-item:nth-child(3)::after {
    background-image: url("../img/img-case-illust03.svg");
  }
  .case-section-item .case-section-image {
    flex: 0 0 240px;
  }
  .case-section-item .case-section-image img {
    width: 100%;
  }
  @media (width <= 768px) {
    .case-section-item .case-section-image {
      width: 100%;
    }
  }
  .case-section-item .case-section-content b {
    font-size: 24px;
    color: var(--main);
  }
  @media (width <= 1024px) {
    .case-section-item .case-section-content b {
      font-size: 20px;
    }
  }
  .case-section-item .case-section-content p {
    margin-top: 26px;
    font-size: 16px;
  }
  @media (width <= 1024px) {
    .case-section-item {
      width: 100%;
    }
  }
  @media (width <= 768px) {
    .case-section-item {
      flex-direction: column;
    }
  }
  .reason {
    margin-top: 140px;
    padding-bottom: 100px;
  }
  @media (width >= 768px) {
    .reason .container {
      margin: 0 auto;
      padding: 24px;
    }
  }
  @media (width <= 768px) {
    .reason {
      padding-bottom: 80px;
    }
  }
  .reason-section-head {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    align-self: stretch;
    padding: 0;
    padding-top: 54px;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    background: linear-gradient(180deg, #f7f7f7 0%, #ebebeb 100%);
    background-repeat: no-repeat;
  }
  @media (width <= 768px) {
    .reason-section-head img {
      width: 208px;
    }
  }
  .reason-section-head br {
    display: none;
  }
  @media (width <= 768px) {
    .reason-section-head br {
      display: block;
    }
  }
  @media (width <= 1024px) {
    .reason-section-head {
      font-size: 28px;
    }
  }
  @media (width <= 768px) {
    .reason-section-head {
      padding-top: 40px;
      font-size: 22px;
    }
  }
  .reason-section-list {
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin-top: 98px;
    padding: 0;
    list-style: none;
  }
  .reason-section-item:first-child .reason-section-main {
    margin-top: 22px;
  }
  @media (width <= 1024px) {
    .reason-section-item:first-child .reason-section-main {
      margin-top: 60px;
    }
  }
  .reason-section-item-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-align: center;
  }
  .reason-section-item-head span {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 88px;
    height: 122px;
    margin-bottom: 18px;
    padding: 10px;
    font-size: 40px;
    font-weight: 600;
    color: var(--main);
    background-image: url("../img/img-reason-badge.svg");
    background-size: 100% auto;
  }
  @media (width <= 768px) {
    .reason-section-item-head span {
      width: 68px;
      height: 98px;
      font-size: 34px;
    }
  }
  .reason-section-item-head br {
    display: none;
  }
  @media (width <= 1024px) {
    .reason-section-item-head br {
      display: block;
    }
  }
  @media (width <= 768px) {
    .reason-section-item-head br {
      display: none;
    }
  }
  @media (width <= 768px) {
    .reason-section-item-head {
      font-size: 20px;
    }
  }
  .reason-section-main {
    margin-top: 62px;
  }
  .reason-section-main a {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 7px;
    box-shadow: 0 0 34px 0 rgba(0, 73, 128, 0.15);
    transition: 0.1s ease-out;
    transition-property: opacity;
  }
  .reason-section-main a:hover {
    opacity: 0.5;
  }
  .reason-section-main a span {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: var(--main);
  }
  .reason-section-main a span::after {
    content: "";
    transform: rotate(45deg);
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--main);
    border-right: 2px solid var(--main);
  }
  @media (width <= 1024px) {
    .reason-section-main a span {
      bottom: 10px;
    }
  }
  @media (width <= 1024px) {
    .reason-section-main {
      margin-top: 32px;
    }
  }
  .reason-section-cta {
    margin-top: 126px;
  }
  @media (width <= 768px) {
    .reason-section-cta {
      margin-top: 80px;
    }
  }
  .category {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 94px;
    padding-bottom: 84px;
    background: #e4f1f7;
  }
  @media (width <= 768px) {
    .category {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }
  .category-section-head {
    position: relative;
    display: flex;
    gap: 30px;
    align-items: flex-end;
    justify-content: center;
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
  }
  .category-section-head::before, .category-section-head::after {
    content: "";
    display: block;
    width: 132px;
    height: 115px;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .category-section-head::before {
    background-image: url("../img/img-category-head01.svg");
  }
  .category-section-head::after {
    background-image: url("../img/img-category-head02.svg");
  }
  .category-section-head b {
    color: var(--main);
  }
  @media (width <= 1024px) {
    .category-section-head {
      font-size: 28px;
    }
  }
  @media (width <= 768px) {
    .category-section-head {
      padding-bottom: 60px;
      font-size: 22px;
    }
    .category-section-head::before, .category-section-head::after {
      position: absolute;
      top: calc(100% - 50px);
      left: 50%;
      width: 92px;
    }
    .category-section-head::before {
      transform: translate(calc(-50% - 60px), 0);
    }
    .category-section-head::after {
      transform: translate(calc(-50% + 60px), 0);
    }
  }
  .category-section-list {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    width: 880px;
    margin-top: 78px;
    padding: 0;
    list-style: none;
  }
  @media (width <= 1024px) {
    .category-section-list {
      width: 100%;
    }
  }
  @media (width <= 768px) {
    .category-section-list {
      flex-direction: column;
      gap: 40px;
      margin-bottom: 0;
    }
  }
  .category-section-item {
    width: 240px;
    text-align: center;
  }
  @media (width <= 1024px) {
    .category-section-item {
      width: 100%;
    }
  }
  @media (width <= 768px) {
    .category-section-item {
      width: 213px;
    }
  }
  .category-section-item-head {
    font-size: 24px;
  }
  .category-section-item-head span {
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 2px 16px;
    font-size: 16px;
    color: #fff;
    background-color: var(--main);
    border-radius: 24px;
  }
  @media (width <= 1024px) {
    .category-section-item-head span {
      font-size: 14px;
    }
  }
  .category-section-item-head b {
    display: block;
  }
  @media (width <= 1024px) {
    .category-section-item-head {
      font-size: 20px;
    }
  }
  @media (width <= 768px) {
    .category-section-item-head {
      font-size: 16px;
    }
  }
  .category-section-item-main {
    margin-top: 18px;
    padding: 22px 24px;
    text-align: left;
    background: #fff;
    border-radius: 10px;
  }
  .category-section-item-main img {
    display: block;
    margin: 0 auto;
    margin-bottom: 14px;
  }
  .category-section-item-main span {
    display: inline-block;
    gap: 10px;
    align-items: center;
    padding: 0 8px;
    font-size: 14px;
    background: #f5f5f5;
    border-radius: 4px;
  }
  .category-section-item-main p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    color: #333;
  }
  @media (width <= 768px) {
    .category-section-item-main p {
      font-size: 14px;
    }
  }
  .skill {
    position: relative;
    padding-top: 102px;
    padding-bottom: 184px;
  }
  .skill::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    width: 315px;
    height: 150px;
    background-image: url("../img/img-skill-item05.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  @media (width <= 768px) {
    .skill::after {
      width: 252px;
      height: 120px;
    }
  }
  @media (width <= 768px) {
    .skill {
      padding-top: 80px;
      padding-bottom: 154px;
    }
  }
  .skill-section-lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
  }
  .skill-section-lead img {
    display: inline-block;
    width: 210px;
    margin-top: 18px;
  }
  @media (width <= 768px) {
    .skill-section-lead img {
      width: 167px;
    }
  }
  .skill-section-lead br {
    display: none;
  }
  @media (width <= 768px) {
    .skill-section-lead br {
      display: block;
    }
  }
  @media (width <= 768px) {
    .skill-section-lead {
      font-size: 20px;
    }
  }
  .skill-section-head {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    justify-content: center;
    width: 1024px;
    height: 160px;
    margin: 20px auto;
    margin-top: 100px;
    font-size: 24px;
    font-weight: 600;
    color: var(--main);
    text-align: center;
    white-space: nowrap;
    background-image: url("../img/img-skill-head01.svg"), url("../img/img-skill-head02.svg");
    background-repeat: no-repeat;
    background-position: 0 0%, 100% 0%;
  }
  .skill-section-head::before, .skill-section-head::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='47' viewBox='0 0 29 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1.69922L27 45.0005' stroke='%230068B7' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  @media (width <= 768px) {
    .skill-section-head::before, .skill-section-head::after {
      width: 20px;
      height: 32px;
      background-image: url("data:image/svg+xml,%3Csvg width='19' height='32' viewBox='0 0 19 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 2.28711L17.5 29.9999' stroke='%230068B7' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
      background-size: 100% 99%;
    }
  }
  .skill-section-head::after {
    transform: scale(-1, 1);
  }
  @media (width <= 1024px) {
    .skill-section-head {
      width: 100%;
    }
  }
  @media (width <= 768px) {
    .skill-section-head {
      gap: 6px;
      align-items: flex-end;
      height: 140px;
      margin-top: 0;
      font-size: 15px;
      background-position: 0 30px, 100% 30px;
      background-size: 153px auto;
    }
  }
  .skill-section-list {
    display: flex;
    justify-content: space-between;
    width: 880px;
    margin: 0 auto;
    margin-top: -90px;
    padding: 0;
    list-style: none;
  }
  @media (width <= 1024px) {
    .skill-section-list {
      flex-wrap: wrap;
      gap: 48px;
      justify-content: center;
      width: 100%;
    }
  }
  @media (width <= 768px) {
    .skill-section-list {
      margin-top: 0;
    }
  }
  .skill-section-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 260px;
    text-align: center;
  }
  .skill-section-item-head {
    position: relative;
    display: inline-block;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-width: 232px;
    padding: 8px 32px;
    font-size: 24px;
    color: #fff;
    white-space: nowrap;
    background: var(--main);
    border-radius: 50px;
  }
  .skill-section-item-head::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid var(--main);
    border-right: 12px solid transparent;
    border-bottom: 0;
    border-left: 12px solid transparent;
  }
  @media (width <= 1024px) {
    .skill-section-item-head br {
      display: none;
    }
  }
  @media (width <= 1024px) {
    .skill-section-item-head {
      font-size: 20px;
    }
  }
  @media (width <= 768px) {
    .skill-section-item-head {
      font-size: 16px;
    }
  }
  .skill-section-item-main {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    width: 240px;
    margin-top: 36px;
    padding: 24px 20px;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #92cdff;
    border-radius: 10px;
  }
  .skill-section-item-main p {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
  }
  .skill-section-item-main b {
    display: block;
    font-size: 22px;
    line-height: 1.7;
    color: var(--main);
  }
  @media (width <= 768px) {
    .skill-section-item-main b {
      font-size: 20px;
    }
  }
  .skill-section-item-main span {
    font-size: 16px;
    color: var(--main);
  }
  .voice {
    padding: 100px 0;
    padding-bottom: 84px;
    text-align: center;
    background-color: #e4f1f7;
    background-image: url("../img/bg-voice-item01.svg"), url("../img/bg-voice-item02.svg"), url("../img/bg-voice-item03.svg"), url("../img/bg-voice-item04.svg");
    background-repeat: no-repeat;
    background-position: 0% 0, 100% 5%, 0% 100%, 100% 100%;
  }
  @media (width <= 768px) {
    .voice {
      padding-top: 80px;
      padding-bottom: 80px;
      background-position: 0% 0, 100% 2%, 0% 100%, 100% 100%;
      background-size: 148px 107px, 99px 111px, 100px 110px, 148px 91px;
    }
  }
  .voice-section-head {
    font-size: 36px;
  }
  @media (width <= 768px) {
    .voice-section-head br {
      display: none;
    }
  }
  @media (width <= 768px) {
    .voice-section-head {
      font-size: 22px;
    }
  }
  .voice-section-list {
    display: flex;
    flex-direction: column;
    gap: 66px;
    margin-top: 78px;
    padding: 0;
    list-style: none;
  }
  @media (width <= 768px) {
    .voice-section-list {
      margin-top: 54px;
      margin-bottom: 0;
    }
  }
  .voice-section-item {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    width: 1000px;
    padding: 22px 24px;
    padding-bottom: 24px;
    background-color: #fff;
    border-radius: 10px;
  }
  @media (width <= 1024px) {
    .voice-section-item {
      width: 100%;
    }
  }
  @media (width <= 768px) {
    .voice-section-item {
      flex-direction: column;
      gap: 24px;
    }
  }
  .voice-section-item-img {
    flex: 0 0 120px;
  }
  @media (width <= 768px) {
    .voice-section-item-img {
      flex: 0 0 100px;
      max-width: 100px;
    }
  }
  .voice-section-item-main {
    text-align: left;
  }
  .voice-section-item-main h3 {
    font-size: 24px;
    color: var(--main);
  }
  @media (width <= 1024px) {
    .voice-section-item-main h3 {
      font-size: 20px;
    }
  }
  .voice-section-item-main p {
    margin-top: 18px;
    line-height: 1.6;
  }
  @media (width <= 768px) {
    .voice-section-item-main p {
      font-size: 16px;
    }
  }
  .cta {
    margin-top: 112px;
  }
  .btn-orange-badge {
    top: -20px;
    left: -20px;
  }
  @media (width <= 520px) {
    .btn-orange-badge {
      top: -36px;
      left: 16px;
    }
  }
  @media (width >= 768px) {
    .btn-orange-badge {
      top: -21px;
      left: -16px;
    }
  }
  .note h2 {
    margin-bottom: 64px;
    font-size: 36px;
    text-align: center;
  }
  @media (width < 1024px) {
    .note h2 {
      font-size: 28px;
    }
  }
  @media (width < 768px) {
    .note h2 {
      margin-bottom: 40px;
      font-size: 22px;
    }
  }
  .apps-section-cta {
    margin-top: 126px;
  }
  @media (width < 768px) {
    .apps-section-cta {
      margin-top: 80px;
    }
  }