@charset "UTF-8";
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -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;
}

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

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -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;
}

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


html {
  font-size: 16px;
  scroll-behavior: smooth;
  color: #000;
}

body {
  font-family: "Noto Sans JP", sans-serif, "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

.tab-block {
  display: none;
}
@media screen and (max-width: 820px) {
  .tab-block {
    display: block;
  }
}

@media screen and (max-width: 820px) {
  .tab-hidden {
    display: none;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
}

section {
  max-width: 1920px;
  margin-inline: auto;
}

.common__title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #353968;
  position: relative;
  line-height: 1;
  margin-bottom: 75px;
  padding-bottom: 30px;
  border-bottom: 4px solid #353968;
  padding-inline: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 820px) {
  .common__title {
    font-size: 27px;
    margin-bottom: 40px;
    padding-bottom: 12px;
    border-bottom: 3px solid #353968;
    padding-inline: 30px;
  }
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.fade-up.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
}
.header > .container {
  max-width: 1920px;
  width: 100%;
}
.header > .container .logo {
  width: 100%;
  display: block;
}
.header > .container .logo.hanwha {
  max-width: 250px;
}
.header.front-page {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header.front-page * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header.front-page > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-right: 210px;
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (max-width: 1250px) {
  .header.front-page > .container {
    padding-right: 150px;
  }
}
@media screen and (max-width: 820px) {
  .header.front-page > .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 820px) {
  .header.front-page > .container {
    padding-right: initial;
  }
}
.header.front-page > .container .logoc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (max-width: 820px) {
  .header.front-page > .container .logoc {
    gap: 1px;
  }
}
@media screen and (max-width: 1250px) {
  .header.front-page > .container .logoc .logo.hanwha {
    max-width: 200px;
  }
}
@media screen and (max-width: 820px) {
  .header.front-page > .container .logoc .logo.hanwha {
    max-width: 120px;
  }
}
.header.front-page > .container .logoc .logo.qanest, .header.front-page > .container .logoc .logo.qanest-denki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 820px) {
  .header.front-page > .container .logoc .logo.qanest, .header.front-page > .container .logoc .logo.qanest-denki {
    gap: 2px;
  }
}
.header.front-page > .container .logoc .logo.qanest::before, .header.front-page > .container .logoc .logo.qanest-denki::before {
  content: "";
  display: inline-block;
  min-width: 1px;
  height: 40px;
  background-color: #aaaaaa;
}
.header.front-page > .container .logoc .logo.qanest {
  max-width: 125px;
}
@media screen and (max-width: 1250px) {
  .header.front-page > .container .logoc .logo.qanest {
    max-width: 110px;
  }
}
@media screen and (max-width: 820px) {
  .header.front-page > .container .logoc .logo.qanest {
    max-width: 84px;
  }
}
.header.front-page > .container .logoc .logo.qanest-denki {
  max-width: 105px;
}
@media screen and (max-width: 1250px) {
  .header.front-page > .container .logoc .logo.qanest-denki {
    max-width: 95px;
  }
}
@media screen and (max-width: 820px) {
  .header.front-page > .container .logoc .logo.qanest-denki {
    max-width: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .header.front-page > .container .navc {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    overflow-y: auto;
    max-height: 100dvh;
    border-radius: 0 0 30px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header.front-page > .container .navc.panelactive {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .header.front-page > .container .navc .nav {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 24px 40px;
  }
}
.header.front-page > .container .navc .nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 0 0 13px;
}
@media screen and (max-width: 1024px) {
  .header.front-page > .container .navc .nav .list {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header.front-page > .container .navc .nav .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header.front-page > .container .navc .nav .list .item {
    width: 100%;
  }
  .header.front-page > .container .navc .nav .list .item:last-of-type {
    list-style: none;
  }
}
.header.front-page > .container .navc .nav .list .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: clamp(0.813rem, -0.293rem + 1.72vw, 1rem);
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .header.front-page > .container .navc .nav .list .item .link {
    font-size: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 18px 4px 18px 0;
    font-size: 1;
    position: relative;
  }
  .header.front-page > .container .navc .nav .list .item .link::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f37321;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.header.front-page > .container .navc .nav .list .item .link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url(../images/arrow-bottom.svg) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .header.front-page > .container .navc .nav .list .item .link::after {
    display: none;
  }
}
.header.front-page > .container .navc .nav .list .item.item-contact {
  display: none;
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .header.front-page > .container .navc .nav .list .item.item-contact {
    display: block;
  }
}
.header.front-page > .container .navc .nav .list .item.item-contact .link {
  padding-block: 22px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.header.front-page > .container .navc .nav .list .item.item-contact .link::before {
  content: none;
}
.header.front-page > .container .navc .nav .list .item.item-contact .link img {
  max-width: 285px;
}
.header.front-page > .container .hamc {
  cursor: pointer;
  width: 64px;
  height: 64px;
  place-items: center;
  position: relative;
  background-color: #f37321;
  display: none;
}
@media screen and (max-width: 1024px) {
  .header.front-page > .container .hamc {
    display: grid;
  }
}
.header.front-page > .container .hamc * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header.front-page > .container .hamc > .ham {
  position: relative;
  width: 27px;
  height: 22px;
  display: grid;
  place-items: center;
}
.header.front-page > .container .hamc > .ham > span {
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 100%;
}
.header.front-page > .container .hamc > .ham > span:nth-of-type(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header.front-page > .container .hamc > .ham > span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header.front-page > .container .hamc > .ham > span:nth-of-type(3) {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header.front-page > .container .hamc.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header.front-page > .container .hamc.active span:nth-of-type(2) {
  opacity: 0;
}
.header.front-page > .container .hamc.active span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header.front-page > .container .sticky-contact-btn {
  position: absolute;
  z-index: 99999;
  top: 0;
  right: 0;
  max-width: 173px;
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .header.front-page > .container .sticky-contact-btn {
    max-width: 130px;
  }
}
@media screen and (max-width: 820px) {
  .header.front-page > .container .sticky-contact-btn {
    position: fixed;
    top: initial;
    right: initial;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 345px;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .header.front-page > .container .sticky-contact-btn.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
}
.header.front-page > .container .sticky-contact-btn .link {
  display: block;
  padding: 30px;
  border-radius: 0 0 0 20px;
  background: #f37321;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1250px) {
  .header.front-page > .container .sticky-contact-btn .link {
    padding: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .header.front-page > .container .sticky-contact-btn .link {
    padding: 18px;
    border-radius: 20px 20px 0 0;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    gap: 12px;
    font-size: 18px;
  }
}
.header.front-page > .container .sticky-contact-btn .link::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/icon-email-wh.svg) no-repeat center/contain;
}
@media screen and (max-width: 820px) {
  .header.front-page > .container .sticky-contact-btn .link::before {
    width: 33px;
    height: 33px;
  }
}

.header-overlay {
  position: fixed;
  inset: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.header-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

body.no-scroll {
  overflow: hidden;
}

.hero {
  position: relative;
  height: 920px;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .hero {
    height: 647px;
  }
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
}
.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .hero__inner {
    padding: 40px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero__body {
  position: absolute;
  top: 317px;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .hero__body {
    top: 207px;
    max-width: 100%;
  }
}
.hero__title {
  font-size: clamp(3.125rem, -0.937rem + 7.92vw, 5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 820px) {
  .hero__title {
    font-size: 33px;
    margin-bottom: 9px;
  }
}
.hero__sub {
  font-size: clamp(0.875rem, -1.156rem + 3.96vw, 1.813rem);
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 820px) {
  .hero__sub {
    font-size: 14px;
  }
}
.hero__cta-box {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 176px;
}
@media screen and (max-width: 820px) {
  .hero__cta-box {
    bottom: 0;
    height: 167px;
  }
}
.hero__btn {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 352px;
  margin-inline: auto;
}
@media screen and (max-width: 820px) {
  .hero__btn {
    max-width: 285px;
  }
}

.problem {
  background: #F7F8FA;
  padding: 72px 0 30px;
}
@media screen and (max-width: 820px) {
  .problem {
    padding: 40px 0 30px;
  }
}
.problem__heading {
  font-size: clamp(1.188rem, -0.843rem + 3.96vw, 2.125rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 820px) {
  .problem__heading {
    margin-bottom: 28px;
  }
}
.problem__lead {
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .problem__lead {
    font-size: 19px;
  }
}
.problem__lead-main {
  color: #fff;
  background: #353968;
  font-size: clamp(1.375rem, -1.604rem + 5.8vw, 2.75rem);
  border-radius: 25px;
  padding: 15px 27px 30px;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .problem__lead-main {
    border-radius: 12px;
    padding: 8px 17px 15px;
  }
}
.problem__lead-main::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 19px solid #353968;
}
@media screen and (max-width: 820px) {
  .problem__lead-main::after {
    bottom: -15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid #353968;
  }
}
.problem__lead-main .small {
  font-size: clamp(1rem, -0.625rem + 3.17vw, 1.75rem);
  display: inline-block;
  margin-bottom: 17px;
}
@media screen and (max-width: 820px) {
  .problem__lead-main .small {
    margin-bottom: 10px;
  }
}
.problem__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  -webkit-column-gap: min(40px, 3.3vw);
     -moz-column-gap: min(40px, 3.3vw);
          column-gap: min(40px, 3.3vw);
  row-gap: min(30px, 2.5vw);
}
@media screen and (max-width: 820px) {
  .problem__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.problem__item {
  background: #fff;
  border-radius: 13px;
  padding: 20px;
  text-align: center;
  width: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 28, 119, 0.1);
          box-shadow: 0px 3px 6px rgba(0, 28, 119, 0.1);
}
.problem__item p {
  color: #000;
  font-size: clamp(1.125rem, 0.854rem + 0.53vw, 1.25rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media screen and (max-width: 820px) {
  .problem__item p {
    font-size: 20px;
  }
}
.problem__item p .em {
  color: #f37321;
}
.problem__item img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
  width: 136px;
  height: 113px;
}

.wave {
  position: relative;
}
.wave .arrow {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wave .arrow img {
  max-width: 76px;
}
@media screen and (max-width: 820px) {
  .wave .arrow img {
    max-width: 60px;
  }
}

.about {
  background: #fff;
  padding: 75px 0 100px;
}
@media screen and (max-width: 820px) {
  .about {
    padding-block: 30px 60px;
  }
}
.about__title {
  font-size: clamp(1.25rem, -3.082rem + 8.44vw, 3.25rem);
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .about__title {
    margin-bottom: 50px;
  }
}
.about__title-small {
  font-size: clamp(1rem, -1.708rem + 5.28vw, 2.25rem);
}
.about__title span {
  color: #f37321;
}
.about__layout {
  width: calc(100% - 50px);
  margin-inline: auto;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .about__layout {
    width: 94%;
    margin-bottom: 60px;
    margin-inline: auto;
  }
}
.about__layout-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 820px) {
  .about__layout-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.about__img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 51%;
  max-width: 870px;
}
@media screen and (max-width: 820px) {
  .about__img-wrap {
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
  }
}
.about__img-wrap img.main {
  width: 100%;
  border-radius: 3px;
  display: block;
}
.about__body {
  width: 46%;
  max-width: 555px;
}
@media screen and (max-width: 820px) {
  .about__body {
    width: 100%;
    max-width: unset;
  }
}
.about__text {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  line-height: 1.9;
}
.about__text:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .about__text:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.about__text strong {
  color: #f37321;
  font-weight: 700;
}
.about__merit {
  scroll-margin-top: 150px;
}
@media screen and (max-width: 820px) {
  .about__merit {
    scroll-margin-top: 100px;
  }
}
.about__merit-heading {
  font-weight: bold;
  font-size: clamp(1.25rem, -0.781rem + 3.96vw, 2.188rem);
  text-align: center;
  color: #353968;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .about__merit-heading {
    text-align: center;
    line-height: 1.5;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.about__merit-title {
  color: #353968;
  font-weight: bold;
  font-size: clamp(1.813rem, -1.301rem + 6.07vw, 3.25rem);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  margin-bottom: 40px;
  border-bottom: 4px solid #353968;
  padding-inline: 50px;
}
@media screen and (max-width: 820px) {
  .about__merit-title {
    margin-bottom: 30px;
    border-bottom: 3px solid #353968;
    padding-inline: 30px;
  }
}
.about__merit-title .num {
  font-size: clamp(3.875rem, -2.353rem + 12.14vw, 6.75rem);
  line-height: 1;
}
.about__merit-title .large {
  font-size: clamp(2.313rem, -1.478rem + 7.39vw, 4.063rem);
}
.about__merit-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  width: calc(100% - 50px);
  margin-inline: auto;
}
@media screen and (max-width: 820px) {
  .about__merit-grid {
    width: 94%;
    margin-inline: auto;
  }
}
.about__merit-item {
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 20px #f0f0f0;
          box-shadow: 0px 3px 20px #f0f0f0;
  padding: 60px 45px;
  height: 520px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .about__merit-item {
    height: 100%;
  }
}
@media screen and (max-width: 820px) {
  .about__merit-item {
    padding: 0;
    border-radius: 30px;
  }
}
.about__merit-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 1200px;
  margin-inline: auto;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .about__merit-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__merit-item-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 45px;
  width: 40%;
}
@media screen and (max-width: 820px) {
  .about__merit-item-img {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
  }
}
.about__merit-item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .about__merit-item-body {
    padding: 14px 15px 25px;
  }
}
.about__merit-item-body small {
  font-size: clamp(0.938rem, 0.531rem + 0.79vw, 1.125rem);
  font-weight: 500;
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .about__merit-item-body small {
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.4;
  }
}
.about__merit-item-num {
  font-family: "Urbanist";
  font-size: clamp(4.375rem, -3.748rem + 15.83vw, 8.125rem);
  font-weight: bold;
  color: #f37321;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .about__merit-item-num {
    font-size: 60px;
  }
}
.about__merit-item-label {
  font-size: clamp(1.563rem, -1.822rem + 6.6vw, 3.125rem);
  font-weight: bold;
  color: #000;
  line-height: 1.3;
}
@media screen and (max-width: 820px) {
  .about__merit-item-label {
    font-size: 25px;
    line-height: 1.5;
  }
}
.about__merit-item-label .em {
  font-size: clamp(1.875rem, -2.187rem + 7.92vw, 3.75rem);
  color: #f37321;
  line-height: 1;
  margin-bottom: 30px;
}

.strengths {
  background-color: #f37321;
  padding-block: 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .strengths {
    padding: 50px 0 27px;
  }
}
.strengths__heading {
  font-size: clamp(1.125rem, -2.124rem + 6.33vw, 2.625rem);
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0px 3px 6px rgba(255, 118, 0, 0.3);
  line-height: 1.4;
  margin-bottom: 41px;
}
@media screen and (max-width: 820px) {
  .strengths__heading {
    margin-bottom: 20px;
  }
}
.strengths__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(49px, 4vw);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .strengths__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.strengths__item {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 367px;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .strengths__item {
    max-width: 345px;
  }
}
.strengths__item-img {
  height: 223px;
}
@media screen and (max-width: 820px) {
  .strengths__item-img {
    height: 209px;
  }
}
.strengths__item-img img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.strengths__item-body {
  padding: 21px 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 820px) {
  .strengths__item-body {
    padding: 14px 20px;
  }
}
.strengths__item-point {
  font-family: "Urbanist";
  font-size: clamp(3.75rem, 3.073rem + 1.32vw, 4.063rem);
  font-weight: bold;
  color: #f37321;
  font-style: italic;
  line-height: 1;
  margin-bottom: 5px;
}
.strengths__item-title {
  font-size: clamp(1.5rem, 1.229rem + 0.53vw, 1.625rem);
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.38;
}
.strengths__item-title-large {
  font-size: clamp(1.375rem, -0.25rem + 3.17vw, 2.125rem);
}
@media screen and (max-width: 820px) {
  .strengths__item-title-large {
    display: block;
    margin-top: 8px;
  }
}
.strengths__item-text {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.75;
}

.comparison {
  background: #efeee8;
  position: relative;
  z-index: 0;
  padding-block: 100px 130px;
}
@media screen and (max-width: 820px) {
  .comparison {
    scroll-margin-top: 50px;
    padding-block: 40px 50px;
  }
}
.comparison__title-wrap {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .comparison__title-wrap {
    margin-bottom: 20px;
  }
}
.comparison__title {
  display: inline-block;
  font-size: clamp(1.25rem, -0.781rem + 3.96vw, 2.188rem);
  color: #353968;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 4px solid #353968;
  padding-inline: 50px;
  padding-bottom: 35px;
}
@media screen and (max-width: 820px) {
  .comparison__title {
    padding-bottom: 15px;
    border-bottom: 3px solid #353968;
    padding-inline: 30px;
  }
}
.comparison__title .large {
  display: block;
  font-size: clamp(1.875rem, -2.864rem + 9.23vw, 4.063rem);
  line-height: 1;
  margin-top: 22px;
}
@media screen and (max-width: 820px) {
  .comparison__title .large {
    margin-top: 5px;
  }
}
.comparison__table-left {
  width: 253px;
  height: 575px;
  background: #fff;
  border-radius: 20px 0 0 20px;
  padding: 30px 0 0 30px;
  margin-top: 111px;
  margin-bottom: 20px;
}
.comparison__table-left ul li {
  font-size: 24px;
  font-weight: bold;
  color: #1c2088;
  line-height: 1.17;
}
.comparison__table-left ul li:first-of-type {
  padding-bottom: 131.5px;
}
.comparison__table-left ul li:nth-of-type(2) {
  padding-bottom: 106.5px;
  padding-top: 27.5px;
}
.comparison__table-left ul li:nth-of-type(3) {
  padding-top: 27.5px;
}
.comparison__table-left ul li:not(:last-of-type) {
  border-bottom: 1px solid #d5dbe3;
}
.comparison__table-middle {
  width: 494px;
  height: 706px;
  background: -webkit-gradient(linear, left top, right top, from(#ffd16a), to(#fc7e00));
  background: linear-gradient(to right, #ffd16a 0%, #fc7e00 100%);
  border-radius: 20px;
  padding: 54px 15px 15px;
}
.comparison__table-middle .title {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-block: 0 23px;
}
.comparison__table-middle ul {
  height: 580px;
  background: #fff;
}
.comparison__table-middle ul li {
  padding-inline: 30px;
}
.comparison__table-middle ul li .list-title {
  font-size: 26px;
  font-weight: bold;
  color: #1c2088;
  text-align: center;
}
.comparison__table-right {
  width: 453px;
  height: 671px;
  margin-top: 20px;
  background: #d5dbe3;
  border-radius: 0 20px 20px 0;
  padding: 43.5px 5px 0 0;
}
.comparison__table-right .title {
  color: #939eac;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20.5px;
  line-height: 1;
}
.comparison__table-right ul {
  height: 575px;
  background: #fff;
  border-radius: 0 0 20px 0;
}
.comparison__table-right ul li {
  padding-inline: 44.5px;
}
.comparison__table-right ul li .list-title {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.maintenance {
  background: #FEF5E4;
}
.maintenance__bg {
  background: #efeee8;
  border-radius: 80px 80px 0 0;
  padding: 130px 0 70px;
}
@media screen and (max-width: 820px) {
  .maintenance__bg {
    padding: 48px 0 0;
    border-radius: 30px 30px 0 0;
  }
}
.maintenance__area {
  border: 1px solid #f37321;
  padding: 40px 10px 25px;
  border-radius: 23px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .maintenance__area {
    padding: 23px 20px 20px;
  }
}
.maintenance__heading {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 32px;
  max-width: 578px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .maintenance__heading {
    top: -20px;
    max-width: 280px;
  }
}
.maintenance__title {
  font-size: 40px;
  font-weight: 700;
  color: #f37321;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .maintenance__title {
    font-size: 22px;
  }
}
.maintenance__circles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(179px, 1fr));
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
  max-width: 1016px;
  margin-inline: auto;
}
@media screen and (max-width: 820px) {
  .maintenance__circles {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media screen and (max-width: 600px) {
  .maintenance__circles {
    grid-template-columns: repeat(2, 1fr);
  }
}
.maintenance__circle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.maintenance__circle-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 820px) {
  .maintenance__circle-img {
    width: 146px;
    height: 146px;
  }
}
.maintenance__circle-label {
  font-size: 1rem;
  color: #000;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .maintenance__circle-label {
    font-size: 14px;
  }
}
.maintenance__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 0 0;
}
.maintenance__arrow img {
  width: 26px;
}

.service-label {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #f37321;
  position: relative;
  line-height: 1;
}
.service-label::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 10px;
  width: 150px;
  background: #f37321;
}

.inspection {
  background: #efeee8;
}
@media screen and (max-width: 820px) {
  .inspection {
    scroll-margin-top: 50px;
  }
}
.inspection .common__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .inspection .common__title {
    margin-bottom: 30px;
  }
}
.inspection__bg {
  padding-block: 100px;
  background: #F7F8FA;
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 820px) {
  .inspection__bg {
    padding-block: 50px;
    border-radius: 30px 30px 0 0;
  }
}
.inspection__section-title {
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .inspection__section-title {
    margin-bottom: 16px;
  }
}
.inspection__ja {
  font-size: 53px;
  font-weight: 700;
  color: #000;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .inspection__ja {
    font-size: 26px;
  }
}
.inspection__block {
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .inspection__block {
    margin-bottom: 47px;
  }
}
.inspection__block:last-child {
  margin-bottom: 0;
}
.inspection__block-head {
  background-image: radial-gradient(circle, #353968 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .inspection__block-head {
    margin-bottom: 10px;
  }
}
.inspection__block-title {
  font-size: 32px;
  font-weight: 700;
  color: #353968;
  line-height: 1;
  padding-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .inspection__block-title {
    font-size: 22px;
    padding-bottom: 13px;
  }
}
.inspection__block-en {
  font-size: 18px;
  color: #353968;
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 500;
  margin-left: 20px;
}
@media screen and (max-width: 820px) {
  .inspection__block-en {
    font-size: 10px;
    margin-left: 0;
  }
}
.inspection__wide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
@media screen and (max-width: 820px) {
  .inspection__wide-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.inspection__wide-item img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.inspection__wide-item-label {
  font-size: 1.25rem;
  font-weight: 500;
  color: #f37321;
  margin-top: 25px;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .inspection__wide-item-label {
    margin-top: 14px;
    font-size: 18px;
  }
}
.inspection__wide-item-sub {
  font-size: 1rem;
  color: #000;
  margin-top: 14px;
}
@media screen and (max-width: 820px) {
  .inspection__wide-item-sub {
    margin-top: 8px;
  }
}
.inspection__small-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 23px;
}
@media screen and (max-width: 820px) {
  .inspection__small-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
  }
}
.inspection__small-item img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.inspection__small-item p {
  font-size: 1.125rem;
  font-weight: 600;
  color: #f37321;
  margin-top: 15px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .inspection__small-item p {
    font-size: 13px;
    margin-top: 6px;
  }
}

.recovery {
  background: #F7F8FA;
  padding: 0 0 100px;
}
@media screen and (max-width: 820px) {
  .recovery {
    padding: 0 0 55px;
  }
}
.recovery__section-title {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .recovery__section-title {
    margin-bottom: 10px;
  }
}
.recovery__en {
  font-size: 148px;
  font-weight: 700;
  font-family: "Urbanist";
  font-style: italic;
  color: #F7F8FA;
  position: absolute;
  top: -50%;
  right: -11vw;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .recovery__en {
    font-size: 120px;
    right: 0;
    top: -25px;
  }
}
@media screen and (max-width: 1000px) {
  .recovery__en {
    font-size: 80px;
    right: 0;
    top: 0px;
  }
}
@media screen and (max-width: 820px) {
  .recovery__en {
    font-size: 43px;
    right: unset;
    left: 0;
    top: -25px;
  }
}
.recovery__ja {
  font-size: 53px;
  font-weight: 700;
  color: #000;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .recovery__ja {
    font-size: 26px;
  }
}
.recovery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
@media screen and (max-width: 820px) {
  .recovery__grid {
    grid-template-columns: 1fr;
  }
}
.recovery__item {
  overflow: hidden;
}
.recovery__item img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.recovery__item-body {
  margin-top: 25px;
}
@media screen and (max-width: 820px) {
  .recovery__item-body {
    margin-top: 15px;
  }
}
.recovery__item-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #f37321;
  margin-bottom: 13px;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .recovery__item-title {
    font-size: 1.125rem;
  }
}
.recovery__item-text {
  color: #000;
  line-height: 1.5;
}
.recovery__repair {
  background: #fff;
  border: 1px solid #353968;
  border-radius: 30px;
  padding: 57px 30px 30px;
  margin-top: 130px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .recovery__repair {
    border-radius: 20px;
    margin-top: 70px;
    padding: 52px 15px 25px;
  }
}
.recovery__repair-title-wrap {
  position: absolute;
  top: -9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .recovery__repair-title-wrap {
    top: -8%;
  }
}
@media screen and (max-width: 820px) {
  .recovery__repair-title-wrap {
    top: -5%;
  }
}
.recovery__repair-title {
  display: inline-block;
  font-size: clamp(1.125rem, -1.572rem + 5.26vw, 2.375rem);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 20px 8px;
  position: relative;
  z-index: 2;
  background: #353968;
  border-radius: 14px;
}
@media screen and (max-width: 820px) {
  .recovery__repair-title {
    padding: 8px 30px;
  }
}
.recovery__repair-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .recovery__repair-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
.recovery__repair-item {
  max-width: 320px;
}
.recovery__repair-item img {
  margin-bottom: 10px;
}
.recovery__repair-item-text {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #f37321;
  line-height: 1.4;
}
.recovery__caution {
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .recovery__caution {
    margin-top: 20px;
  }
}

.flow {
  background: #fff;
  padding: 100px 0 0;
  scroll-margin-top: 50px;
}
@media screen and (max-width: 820px) {
  .flow {
    padding: 30px 0 0;
  }
}
.flow .common__title {
  margin-bottom: 40px;
}
.flow__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}
@media screen and (max-width: 820px) {
  .flow__title {
    font-size: 1.25rem;
  }
}
.flow__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(218px, 1fr));
  gap: 26px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  place-items: center;
}
@media screen and (max-width: 820px) {
  .flow__steps {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
    gap: 32px;
  }
}
.flow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  padding: 53px 14px 20px;
  background: #F7F8FA;
  max-width: 218px;
  border-radius: 10px;
  height: 303px;
}
.flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #f37321;
}
@media screen and (max-width: 1270px) {
  .flow__step:not(:last-child)::after {
    right: -35px;
  }
}
@media screen and (max-width: 820px) {
  .flow__step:not(:last-child)::after {
    right: auto;
    top: auto;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 13px 9px 0 9px;
    border-color: #f37321 transparent transparent transparent;
    max-width: 218px;
  }
}
.flow__step small {
  font-size: 12px;
  line-height: 1.3;
  display: block;
  margin-top: 5px;
}
.flow__step-no {
  font-size: 33px;
  font-weight: 700;
  font-family: "Urbanist";
  background: #353968;
  color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
  padding: 4px 12px;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .flow__step-no {
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 4px 12px;
  }
}
.flow__step-no span {
  font-size: 25px;
}
.flow__step-icon {
  width: 110px;
  height: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .flow__step-icon {
    margin-bottom: 10px;
  }
}
.flow__step-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 820px) {
  .flow__step-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 2px;
  }
}
.flow__step-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #f37321;
  margin-bottom: 8px;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .flow__step-title {
    margin-bottom: 10px;
  }
}
.flow__step-text {
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  text-align: left;
}
.flow__caution {
  font-size: 12px;
  text-align: right;
  margin-top: 15px;
}
@media screen and (max-width: 820px) {
  .flow__caution {
    text-align: center;
  }
}

.cta {
  max-width: 1920px;
  margin-inline: auto;
  margin-block: 80px 120px;
}
@media screen and (max-width: 820px) {
  .cta {
    margin-block: 50px;
  }
}
.cta__inner {
  background: #f37321;
  max-width: 1200px;
  margin: 0 auto;
  padding: min(40px, 3.1vw) min(50px, 3vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(38.5px, 3.2vw);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  width: 94%;
}
@media screen and (max-width: 820px) {
  .cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 0;
    padding: 20px;
  }
}
.cta__photo {
  width: 40%;
}
@media screen and (max-width: 820px) {
  .cta__photo {
    width: 100%;
  }
}
.cta__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cta__body {
  width: 53%;
  max-width: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 820px) {
  .cta__body {
    width: 100%;
  }
}
.cta__title {
  font-size: clamp(1.5rem, 0.146rem + 2.64vw, 2.125rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 820px) {
  .cta__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.cta__text {
  font-size: clamp(0.875rem, 0.604rem + 0.53vw, 1rem);
  color: #fff;
  line-height: 1.5;
}
.cta__text:not(.cta__text:first-of-type) {
  margin-top: 15px;
}
@media screen and (max-width: 820px) {
  .cta__text {
    font-size: 1rem;
  }
}

.contact {
  background: #F7F8FA;
  padding-block: 100px 130px;
}
@media screen and (max-width: 820px) {
  .contact {
    scroll-margin-top: 50px;
    padding-block: 50px 40px;
  }
}
.contact__bg {
  max-width: 1200px;
  width: 96%;
  border-radius: 20px;
  margin-inline: auto;
}
.contact__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #4e4e4e;
  margin-bottom: 40px;
}
.contact iframe {
  -webkit-box-shadow: 0 0 8px gray;
          box-shadow: 0 0 8px gray;
  border-radius: 4px;
}
.contact .common__title {
  margin-bottom: 20px;
}

.footer {
  padding: 30px 0;
  background-color: #fff;
}
@media screen and (max-width: 820px) {
  .footer {
    padding: 20px 0;
  }
}
.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.footer .inner .logoc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .footer .inner .logoc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: initial;
  }
}
.footer .inner .logoc .logo {
  width: 100%;
}
.footer .inner .logoc .logo.hanwha {
  max-width: 325px;
}
.footer .inner .logoc .logo.qanest {
  max-width: 150px;
}
@media screen and (max-width: 820px) {
  .footer .inner .logoc .logo.qanest {
    max-width: 157px;
  }
}
.footer .inner .logoc .logo.qanest-denki {
  max-width: 135px;
}
@media screen and (max-width: 820px) {
  .footer .inner .logoc .logo.qanest-denki {
    max-width: 157px;
  }
}
.footer .inner .copyright {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .footer .inner .copyright {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */