/*//////////////////////////////////////////////////////////////////////////////
Common
//////////////////////////////////////////////////////////////////////////////*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button,
input,
optgroup,
select,
textarea {
  -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: min(10px, 1.31vw);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #232323;
  font-weight: 400;
}

img,
embed,
object,
iframe {
  display: block;
  max-width: 100%;
}

a {
  transition: all 0.2s;
}
a:hover {
  opacity: 0.85;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
.header {
  padding: 1.6rem 3rem;
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  transition: 0.4s ease;
}
.header.active {
  padding: 1.6rem 2rem;
}
.header .container {
  max-width: 150rem;
  width: 100%;
}
.header .container .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
}
.header .container .content .nav {
  width: 100%;
}
.header .container .content .nav .wrap {
  display: none;
}
.header .container .content .nav .list {
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 768px) {
  .header .container .content .logo img {
    width: 15rem;
  }
  .header .list-nav .item {
    font-size: 1.8rem;
    max-width: 16rem;
  }
}
.footer {
  background: #f2f2f2;
  padding: 3.2rem 0 2.5rem;
}
.footer .container .content .logo {
  display: flex;
  justify-content: center;
}
.footer .container .content .logo img {
  width: 32rem;
}
.footer .container .content .list-nav {
  margin-top: 3rem;
}
.footer .container .content .txt {
  margin-top: 2.5rem;
  font-size: 1.3rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
.footer .container .content .txt p {
  font-family: "Roboto", sans-serif;
}

@media (max-width: 768px) {
  .footer .container .content .logo img {
    width: 30rem;
  }
}
.main {
  margin-top: 8rem;
}
.main .sec-main .container {
  width: 100%;
}
.main .sec-main .container .content {
  font-size: 2rem;
  color: #f6f6f6;
  font-weight: 700;
  display: flex;
  width: 100%;
}
.main .sec-main .container .content .left,
.main .sec-main .container .content .right {
  padding: 1.2rem;
  width: 100%;
}
.main .sec-main .container .content .left {
  background: linear-gradient(to right, #1D4ED8, #3B81F6);
  max-width: 50rem;
  text-align: right;
  padding-right: 4rem;
}
.main .sec-main .container .content .right {
  background: linear-gradient(to right, #A680FF, #E386FF);
  padding-left: 4rem;
  text-align: center;
}
.main .sec-mv {
  background: url(../images/top/mv-bg.png);
  background-size: cover;
  padding: 4rem 0 6rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main .sec-mv .container .content .group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 140rem;
  width: 100%;
  margin: auto;
  gap: 4rem;
}
.main .sec-mv .container .content .group .left .title {
  font-size: 3rem;
  font-weight: 700;
}
.main .sec-mv .container .content .group .left .txt {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 2rem;
  line-height: 1.8;
}
.main .sec-mv .container .content .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.2rem;
  margin-top: 2.5rem;
}
.main .sec-mv .container .content .list .item {
  width: 22.5rem;
  height: 22.5rem;
  border-radius: 100%;
  background: linear-gradient(to right, #1D4ED8, #3B81F6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .sec-mv .container .content .list .item .box {
  background: #fff;
  width: 97%;
  height: 97%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  font-weight: 700;
}
.main .sec-mv .container .content .list .item .box .title {
  font-size: 1.9rem;
  text-align: center;
}
.main .sec-mv .container .content .list .item .box .number {
  text-align: center;
  line-height: 1.1;
  position: relative;
}
.main .sec-mv .container .content .list .item .box .number::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 11.5rem;
  height: 0.2rem;
  background: linear-gradient(to right, #1D4ED8, #3B81F6);
}
.main .sec-mv .container .content .list .item .box .number span {
  color: #3b82f6;
  font-size: 5.8rem;
  letter-spacing: 0.026em;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.main .sec-mv .container .content .list .item .box .number span small {
  font-size: 3rem;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.main .sec-mv .container .content .list .item .box .number small {
  font-size: 2rem;
  letter-spacing: 0.032em;
}
.main .sec-mv .container .content .list-controls {
  margin-top: 3.5rem;
}
.main .sec-mv .pos-left {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.main .sec-mv .pos-right {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}
.main .sec-mv .pos-item {
  position: absolute;
  top: 6rem;
  left: 7rem;
  z-index: -1;
}
.main .sec-mv .pos-item2 {
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-60%);
  z-index: -1;
}
.main .sec-mv .pos-item3 {
  position: absolute;
  bottom: 6rem;
  left: 13rem;
  z-index: -1;
}
.main .sec-mv .pos-item4 {
  position: absolute;
  top: 0;
  right: -6rem;
  transform: translateY(70%);
  z-index: -1;
}
.main .sec-mv .pos-item5 {
  position: absolute;
  right: 4rem;
  bottom: 1rem;
  z-index: -1;
}
.main .sec-slider {
  padding: 2.5rem 0;
  background: #fff;
}
.main .sec-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8.5rem;
  margin-right: 5rem;
}
.main .sec-slider .swiper-slide img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  min-height: 3.5rem;
}
.main .sec-marketing .container {
  max-width: 100rem;
}
.main .sec-marketing .container .title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-top: 6rem;
  line-height: 1.7;
}
.main .sec-marketing .container .img {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.main .sec-marketing .container .box {
  margin-top: 3.5rem;
  background: linear-gradient(to right, #A680FF, #E386FF);
  border-radius: 1.6rem;
  padding: 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.main .sec-marketing .container .box .box-title {
  background: #fff;
  font-size: 3.5rem;
  font-weight: 900;
  text-align: center;
  border-radius: 1.6rem 1.6rem 0 0;
  padding: 1.2rem;
  font-family: "Roboto", sans-serif;
}
.main .sec-marketing .container .box .box-title span {
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
}
.main .sec-marketing .container .box .box-txt {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.8;
  background: #fff;
  border-radius: 0 0 1.6rem 1.6rem;
  padding: 3.5rem 5rem;
  padding-right: 0;
}
.main .sec-recommend {
  margin-top: 9rem;
  background: #f2f2f2;
  padding-bottom: 7rem;
}
.main .sec-recommend .container .content .list {
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
  margin-top: 9.5rem;
}
.main .sec-recommend .container .content .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.main .sec-recommend .container .content .list .item .left {
  position: relative;
}
.main .sec-recommend .container .content .list .item .left .txt {
  position: absolute;
  left: 8rem;
  right: 8rem;
  transform: translateY(-50%);
  top: 50%;
  font-size: 2.3rem;
  font-weight: 700;
}
.main .sec-recommend .container .content .list .item .left .number {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-55%, -50%);
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to right, #1D4ED8, #3B81F6);
  width: 18rem;
  border-radius: 1rem;
}
.main .sec-recommend .container .content .list .item .left .number p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.main .sec-recommend .container .content .list .item .left .number span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
}
.main .sec-recommend .container .content .list .item .right {
  max-width: 12rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.main .sec-links {
  margin-top: 7.7rem;
}
.main .sec-features {
  margin-top: 7.7rem;
}
.main .sec-features .container {
  width: 100%;
}
.main .sec-features .container .content .content-head {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  padding: 7rem 2rem 7.5rem;
  background: #f1f4f5;
}
.main .sec-features .container .content .content-head .item {
  width: 40.5rem;
  height: 40.5rem;
  border-radius: 100%;
  background: linear-gradient(to right, #05B79A, #04D98B);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .sec-features .container .content .content-head .item .box {
  background: #fff;
  width: 97%;
  height: 97%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
}
.main .sec-features .container .content .content-head .item .box .txt {
  font-size: 3rem;
  text-align: center;
  margin-top: 5rem;
  min-height: 13.5rem;
}
.main .sec-features .container .content .content-head .item .box .number {
  text-align: center;
  line-height: 1.1;
  position: relative;
  font-size: 2.5rem;
  padding-bottom: 0.5rem;
}
.main .sec-features .container .content .content-head .item .box .number::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 11.5rem;
  height: 0.5rem;
  background: linear-gradient(to right, #05B79A, #04D98B);
}
.main .sec-features .container .content .content-head .item .box .number span {
  font-size: 5rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding-left: 0.5rem;
}
.main .sec-features .container .content .content-body {
  background: url(../images/top/features-bg.png);
  background-size: cover;
  padding: 9rem 2rem 12rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main .sec-features .container .content .content-body .list {
  max-width: 100rem;
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8.6rem;
}
.main .sec-features .container .content .content-body .list .item .title {
  display: flex;
  align-items: center;
  gap: 7rem;
  padding-bottom: 1rem;
  position: relative;
}
.main .sec-features .container .content .content-body .list .item .title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.3rem;
  background: linear-gradient(to right, #05B79A, #04D98B);
}
.main .sec-features .container .content .content-body .list .item .title .left {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
}
.main .sec-features .container .content .content-body .list .item .title .left span {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 5rem;
  padding-left: 0.5rem;
}
.main .sec-features .container .content .content-body .list .item .title .right {
  font-size: 3rem;
  font-weight: 700;
}
.main .sec-features .container .content .content-body .list .item .txt {
  margin-top: 5.5rem;
  font-size: 2rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
.main .sec-features .container .content .content-body .list .item .des {
  font-size: 1.2rem;
}
.main .sec-features .container .content .content-body .list .item .group {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 3rem;
}
.main .sec-features .container .content .content-body .list .item .group.v2 {
  margin-top: -3rem;
}
.main .sec-features .container .content .content-body .list .item .group.v3 {
  margin-top: 7rem;
  gap: 2.5rem;
}
.main .sec-features .container .content .content-body .list .item .group .left {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
.main .sec-features .container .content .content-body .list .item .group .right {
  flex: 1;
}
.main .sec-features .container .content .content-body .list .item .group .right .title-right {
  font-size: 2.5rem;
  font-weight: 700;
  color: #05b79a;
}
.main .sec-features .container .content .content-body .list .item .group .right .txt-right {
  font-size: 1.6rem;
  margin-top: 3rem;
}
.main .sec-features .container .content .content-body .list-controls {
  margin-top: 8.7rem;
}
.main .sec-features .container .content .content-body .pos-left {
  position: absolute;
  z-index: -1;
  left: -18rem;
  bottom: 4rem;
}
.main .sec-features .container .content .content-body .pos-right {
  position: absolute;
  z-index: -1;
  right: -28rem;
  top: 4rem;
}
.main .sec-comments {
  background: #f2f2f2;
  padding-bottom: 10rem;
}
.main .sec-comments .container {
  max-width: 100rem;
}
.main .sec-comments .container .content .group {
  display: flex;
  align-items: center;
  gap: 5rem;
  background: #fff;
  border-radius: 1.6rem;
  margin-top: 7.5rem;
  padding: 3rem 3rem 5rem;
}
.main .sec-comments .container .content .group .left .txt {
  margin-top: 4rem;
  font-size: 2.4rem;
  font-weight: 900;
}
.main .sec-comments .container .content .group .right {
  flex: 1;
}
.main .sec-comments .container .content .group .right .title {
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  padding-bottom: 1rem;
}
.main .sec-comments .container .content .group .right .title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.2rem;
  background: linear-gradient(to right, #A680FF, #E386FF);
}
.main .sec-comments .container .content .group .right .des {
  font-size: 1.6rem;
  margin-top: 1.2rem;
  line-height: 1.8;
}
.main .sec-comments .container .content .btn {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.main .sec-case .container {
  max-width: 100rem;
}
.main .sec-case .container .content .title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 6rem;
}
.main .sec-case .container .content .list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 4.5rem;
}
.main .sec-case .container .content .list .item {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #1D4ED8, #3B81F6);
  padding: 0.3rem;
}
.main .sec-case .container .content .list .item .left {
  max-width: 17rem;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
}
.main .sec-case .container .content .list .item .right {
  font-size: 1.8rem;
  background: #fff;
  padding: 2rem;
  flex: 1;
}
.main .sec-kolor-numbers {
  margin-top: 15rem;
  background: #f2f2f2;
  padding-bottom: 9rem;
}
.main .sec-kolor-numbers .container {
  max-width: 130rem;
}
.main .sec-kolor-numbers .container .content .title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 6rem;
}
.main .sec-kolor-numbers .container .content .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
}
.main .sec-kolor-numbers .container .content .list .item {
  background: #fff;
  border-radius: 1rem;
  padding: 3.2rem 1rem;
}
.main .sec-kolor-numbers .container .content .list .item .top {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
.main .sec-kolor-numbers .container .content .list .item .number {
  text-align: center;
  line-height: 1;
  margin-top: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
}
.main .sec-kolor-numbers .container .content .list .item .number .max {
  font-size: 10.6rem;
  color: #05b79a;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.main .sec-kolor-numbers .container .content .list .item .number .min {
  font-size: 5rem;
}
.main .sec-kolor-numbers .container .content .list .item .number span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .sec-kolor {
  background: url(../images/top/kolor-bg.png);
  padding-bottom: 18rem;
  background-size: cover;
}
.main .sec-kolor .container .content .title {
  font-size: 3.5rem;
  text-align: center;
  margin-top: 6rem;
  font-weight: 900;
}
.main .sec-kolor .container .content .list {
  display: flex;
  flex-direction: column;
  gap: 9rem;
  margin-top: 3.5rem;
}
.main .sec-kolor .container .content .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.main .sec-kolor .container .content .list .item .left {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
.main .sec-kolor .container .content .list .item .right {
  max-width: 65rem;
  width: 100%;
}
.main .sec-kolor .container .content .list .item .right .right-title {
  background: linear-gradient(to right, #A680FF, #E386FF);
  padding: 0.6rem 2.5rem;
}
.main .sec-kolor .container .content .list .item .right .right-title p {
  display: flex;
  align-items: center;
  font-size: 4.5rem;
  font-weight: 700;
  color: #fff;
}
.main .sec-kolor .container .content .list .item .right .right-title p span {
  font-size: 2.5rem;
}
.main .sec-kolor .container .content .list .item .right .des {
  font-size: 3rem;
  color: #a680ff;
  margin-top: 2.5rem;
}
.main .sec-kolor .container .content .list .item .right .txt {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.main .sec-kolor .container .content .list .item .right .txt span {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: #A680FF;
  margin-top: 1rem;
}
.main .sec-kolor .container .content .list .item .right .txt p {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: 0.5rem;
  line-height: 1.8;
  font-size: 2rem;
  font-weight: 500;
}
.main .sec-fee {
  background: #f2f2f2;
  padding-bottom: 9rem;
}
.main .sec-fee .container .content .title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 6rem;
}
.main .sec-fee .container .content .box {
  background: linear-gradient(to right, #1D4ED8, #3B81F6);
  padding: 0.3rem;
  max-width: 85rem;
  margin: auto;
  width: 100%;
  margin-top: 5.5rem;
}
.main .sec-fee .container .content .box .wrap {
  background: #fff;
  padding: 5rem 2.5rem;
}
.main .sec-fee .container .content .box .top {
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
  justify-content: center;
}
.main .sec-fee .container .content .box .top::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.1rem;
  background: linear-gradient(to right, #1D4ED8, #3B81F6);
}
.main .sec-fee .container .content .box .top .left {
  font-weight: 700;
  line-height: 1.2;
}
.main .sec-fee .container .content .box .top .left p {
  font-size: 2.6rem;
}
.main .sec-fee .container .content .box .top .left span {
  font-size: 4.6rem;
  font-family: "Roboto", sans-serif;
}
.main .sec-fee .container .content .box .top .right p {
  font-size: 10rem;
  font-family: "Roboto", sans-serif;
  color: #3b82f6;
  line-height: 1.3;
}
.main .sec-fee .container .content .box .top .right p small {
  color: #232323;
  font-size: 5rem;
}
.main .sec-fee .container .content .box .ft {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: auto;
  margin-top: 3.5rem;
}
.main .sec-fee .container .content .box .ft p {
  font-size: 2rem;
  font-weight: 700;
  display: grid;
  grid-template-columns: 2rem 1fr;
  color: #3b82f6;
}
.main .sec-fee .container .content .box .ft p span {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: #3b82f6;
  margin-top: 1rem;
}
.main .sec-fee .container .content .list-controls {
  margin-top: 10rem;
}
.main .sec-steps .container {
  max-width: 100rem;
}
.main .sec-steps .container .content .title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 6rem;
}
.main .sec-steps .container .content .list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 5rem;
}
.main .sec-steps .container .content .list .ic {
  display: flex;
  justify-content: center;
}
.main .sec-steps .container .content .list .item {
  background: linear-gradient(to right, #05B79A, #04D98B);
  display: flex;
  height: 11.5rem;
  padding: 0.3rem;
}
.main .sec-steps .container .content .list .item .left {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  color: #fff;
  max-width: 35rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .sec-steps .container .content .list .item .left span {
  font-size: 5rem;
  padding-left: 0.5rem;
}
.main .sec-steps .container .content .list .item .right {
  background: #fff;
  width: 100%;
  font-size: 2.3rem;
  font-weight: 700;
  padding-left: 3rem;
  display: flex;
  align-items: center;
}
.main .sec-cer {
  margin-top: 12rem;
  background: #f2f2f2;
  padding-bottom: 8rem;
}
.main .sec-cer .container {
  max-width: 130rem;
}
.main .sec-cer .container .content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  gap: 2.6rem;
  margin-top: 7rem;
}
.main .sec-cer .container .content .item {
  background: linear-gradient(to right, #A680FF, #E386FF);
  border-radius: 2rem;
  padding: 0.2rem;
}
.main .sec-cer .container .content .item .box {
  background: #fff;
  height: 100%;
  padding: 4rem 1.5rem;
  border-radius: 2rem;
}
.main .sec-cer .container .content .item .box .title {
  font-size: 2.5rem;
  text-align: center;
  color: #a680ff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.main .sec-cer .container .content .item .box .des {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  margin-top: 1.5rem;
}
.main .sec-cer .container .content .item .box .txt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 1.5rem;
}
.main .sec-ft {
  margin: 7.7rem 0;
}

@media (max-width: 1440px) {
  .main .sec-main .container .content .left {
    max-width: 35rem;
  }
  .main .sec-features .container .content .content-head .item {
    width: 36.5rem;
    height: 36.5rem;
  }
  .main .sec-features .container .content .content-head .item .box .txt {
    margin-top: 4rem;
  }
}
@media (max-width: 1080px) {
  .main .sec-main .container .content .left {
    max-width: 25rem;
  }
  .main .sec-mv .container .content .group {
    flex-direction: column;
    align-items: normal;
  }
  .main .sec-mv .container .content .group .right {
    display: flex;
    justify-content: center;
  }
  .main .sec-recommend .container .content .list .item .left .number {
    transform: translate(-50%, -50%);
    width: 15rem;
  }
  .main .sec-recommend .container .content .list {
    margin-left: 7rem;
  }
  .main .sec-recommend .container .content .list .item .left .txt {
    right: 3rem;
  }
  .main .sec-recommend .container .content .list .item .left .txt.women {
    transform: translateY(-50%);
    top: 50%;
  }
  .main .sec-recommend .container .content .list .item .right {
    max-width: 11rem;
  }
  .main .sec-features .container .content .content-body .pos-left {
    width: 50rem;
  }
  .main .sec-features .container .content .content-body .pos-right {
    width: 55rem;
  }
  .main .sec-features .container .content .content-body .list .item .group .left {
    flex: 1;
  }
  .main .sec-features .container .content .content-body .list .item .title .left {
    white-space: nowrap;
  }
  .main .sec-features .container .content .content-body .list .item .title {
    gap: 5rem;
  }
  .main .sec-features .container .content .content-body .list .item .title .right {
    font-size: 2.6rem;
  }
  .main .sec-fee .container .content .box .top .right p {
    font-size: 8rem;
  }
  .main .sec-fee .container .content .box .top .right p small {
    font-size: 4rem;
  }
  .main .sec-fee .container .content .box .top .left p {
    font-size: 2.4rem;
  }
  .main .sec-fee .container .content .box .top .left span {
    font-size: 4rem;
  }
  .main .sec-steps .container .content .list .item .left {
    max-width: 30rem;
  }
  .main .sec-kolor-numbers .container .content .list .item .number .max {
    font-size: 8rem;
  }
  .main .sec-kolor-numbers .container .content .list .item .number .min {
    font-size: 4rem;
  }
  .main .sec-mv .pos-item {
    width: 13rem;
  }
  .main .sec-mv .pos-item2 {
    width: 25rem;
  }
  .main .sec-mv .pos-item3 {
    width: 22rem;
    left: 5rem;
  }
  .main .sec-mv .pos-item4 {
    width: 29rem;
  }
  .main .sec-mv .pos-item5 {
    width: 25rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .main .sec-features .container .content .content-body .list .item .group {
    flex-direction: column;
  }
  .main .sec-kolor .container .content .list .item {
    flex-direction: column-reverse;
  }
  .main .sec-kolor .container .content .list .item:nth-child(2) {
    flex-direction: column;
  }
  .main .sec-steps .container .content .list .item .left {
    max-width: 25rem;
  }
  .main .sec-mv .pos-item {
    width: 10rem;
  }
  .main .sec-mv .pos-item2 {
    width: 20rem;
  }
  .main .sec-mv .pos-item3 {
    width: 20rem;
  }
  .main .sec-mv .pos-item4 {
    width: 25rem;
  }
  .main .sec-mv .pos-item5 {
    width: 20rem;
  }
  .main .sec-mv .container .content .group .left .logo img {
    width: 35rem;
  }
  .main .sec-marketing .container .img img {
    width: 4rem;
  }
  .main .sec-features .container .content .content-body .pos-left {
    width: 40rem;
  }
  .main .sec-features .container .content .content-body .pos-right {
    width: 45rem;
  }
  .main .sec-features .container .content .content-body .list .item .group.v3 .left img {
    width: 50rem;
  }
  .main .sec-features .container .content .content-body .list .item .group .left img {
    width: 54rem;
  }
  .main .sec-comments .container .content .group .left .img img {
    width: 40rem;
  }
  .main .sec-case .container .content .list .item .left img {
    width: 12.5rem;
  }
  .main .sec-kolor .container .content .list .item .left img {
    width: 62rem;
  }
  .main .sec-kolor .container .content .list .item:nth-child(2) .left img {
    width: 52rem;
  }
  .main .sec-steps .container .content .list .ic img {
    width: 3rem;
  }
  .main .sec-recommend .container .content .list .item .right.women img {
    width: 9.5rem;
  }
  .main .sec-marketing .container .box .box-txt {
    padding: 3rem 4rem;
  }
  .main .sec-main .container .content .left {
    padding-right: 2rem;
  }
  .main .sec-main .container .content .right {
    padding-left: 2rem;
  }
  .main .sec-main .container .content {
    font-size: 3rem;
  }
  .main .sec-mv .container .content .group .left .title {
    font-size: 4rem;
  }
  .main .sec-mv .container .content .group .left .txt {
    font-size: 3rem;
  }
  .main .sec-mv .container .content .list .item {
    width: 28rem;
    height: 28rem;
  }
  .main .sec-mv .container .content .list .item .box .title {
    font-size: 2.6rem;
  }
  .main .sec-mv .container .content .list .item .box .number span {
    font-size: 7rem;
  }
  .main .sec-marketing .container .title {
    font-size: 3.3rem;
  }
  .main .sec-marketing .container .box .box-title {
    font-size: 4.5rem;
  }
  .main .sec-marketing .container .box .box-txt {
    font-size: 3.3rem;
  }
  .main .sec-recommend .container .content .list .item .left img {
    height: 13rem;
  }
  .main .sec-recommend .container .content .list .item .left .txt {
    font-size: 2.3rem;
    line-height: 1.3;
  }
  .main .sec-recommend .container .content .list .item .left .number {
    transform: translate(-40%, -75%);
    width: 18rem;
  }
  .main .sec-recommend .container .content .list .item .left .number p {
    font-size: 2.4rem;
  }
  .main .sec-recommend .container .content .list .item .left .number span {
    font-size: 4.5rem;
  }
  .main .sec-features .container .content .content-head .item .box .number {
    font-size: 3.5rem;
  }
  .main .sec-features .container .content .content-head .item .box .number span {
    font-size: 6rem;
  }
  .main .sec-features .container .content .content-head .item .box .txt {
    font-size: 4rem;
    line-height: 1.3;
  }
  .main .sec-features .container .content .content-head .item {
    width: 41rem;
    height: 41rem;
  }
  .main .sec-features .container .content .content-body .list .item .title .left {
    font-size: 3.5rem;
  }
  .main .sec-features .container .content .content-body .list .item .title .left span {
    font-size: 6rem;
  }
  .main .sec-features .container .content .content-body .list .item .title .right {
    font-size: 3.6rem;
  }
  .main .sec-features .container .content .content-body .list .item .txt {
    font-size: 3rem;
  }
  .main .sec-features .container .content .content-body .list .item .group .right .txt-right {
    font-size: 2.6rem;
  }
  .main .sec-features .container .content .content-body .list .item .group .right .title-right {
    font-size: 3.5rem;
  }
  .main .sec-features .container .content .content-body .list .item .des {
    font-size: 2.5rem;
  }
  .main .sec-comments .container .content .group {
    flex-direction: column;
  }
  .main .sec-comments .container .content .group .left .txt {
    font-size: 3.4rem;
  }
  .main .sec-comments .container .content .group .right .title {
    font-size: 3rem;
    padding-bottom: 1.5rem;
  }
  .main .sec-comments .container .content .group .right .des {
    font-size: 2.6rem;
    margin-top: 2rem;
  }
  .main .sec-case .container .content .title {
    font-size: 3rem;
  }
  .main .sec-case .container .content .list .item .right {
    font-size: 2.6rem;
  }
  .main .sec-case .container .content .list .item .left {
    font-size: 3.5rem;
  }
  .main .sec-kolor-numbers .container .content .title {
    font-size: 3rem;
  }
  .main .sec-kolor-numbers .container .content .list .item .top {
    font-size: 3.5rem;
  }
  .main .sec-kolor-numbers .container .content .list .item .number .max {
    font-size: 10rem;
  }
  .main .sec-kolor-numbers .container .content .list .item .number .min {
    font-size: 5rem;
  }
  .main .sec-kolor-numbers .container .content .list .item .number {
    font-size: 3.5rem;
  }
  .main .sec-kolor .container .content .title {
    font-size: 4.5rem;
  }
  .main .sec-kolor .container .content .list .item .right .right-title p {
    font-size: 5.5rem;
  }
  .main .sec-kolor .container .content .list .item .right .right-title p span {
    font-size: 3.5rem;
  }
  .main .sec-kolor .container .content .list .item .right .des {
    font-size: 4rem;
  }
  .main .sec-kolor .container .content .list .item .right {
    max-width: 100%;
  }
  .main .sec-kolor .container .content .list .item .right .txt p {
    font-size: 3rem;
  }
  .main .sec-kolor .container .content .list .item .right .txt span {
    margin-top: 2rem;
    width: 2rem;
    height: 2rem;
  }
  .main .sec-kolor .container .content .list .item .right .txt p {
    grid-template-columns: 2rem 1fr;
    gap: 0.6rem;
  }
  .main .sec-fee .container .content .title {
    font-size: 3.5rem;
  }
  .main .sec-fee .container .content .box .ft p {
    font-size: 2.8rem;
  }
  .main .sec-fee .container .content .box .ft p span {
    margin-top: 1.5rem;
  }
  .main .sec-steps .container .content .title {
    font-size: 3.5rem;
  }
  .main .sec-steps .container .content .list .item .right {
    font-size: 3rem;
  }
  .main .sec-steps .container .content .list .item .left {
    font-size: 3.5rem;
  }
  .main .sec-steps .container .content .list .item .left span {
    font-size: 6rem;
  }
  .main .sec-cer .container .content .item .box .title {
    font-size: 3.5rem;
  }
  .main .sec-cer .container .content .item .box .des {
    font-size: 3.5rem;
  }
  .main .sec-cer .container .content .item .box .txt {
    font-size: 2.6rem;
  }
  .main .sec-cer .container .content {
    display: flex;
    flex-direction: column;
  }
  .main .sec-recommend .container .content .list .item .left .txt {
    right: 4rem;
  }
  .main .sec-slider .swiper-slide {
    margin-right: 3rem;
  }
}
@media (max-width: 570px) {
  .main .sec-slider .swiper-slide {
    height: 12rem;
  }
}
.roboto {
  font-family: "Roboto", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.container {
  width: 96%;
  margin: 0 auto;
}

.banner {
  font-size: 3.5rem;
  font-weight: 900;
  color: #fff;
  padding: 2.2rem;
  text-align: center;
  min-height: 13rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner.purple {
  background: linear-gradient(to right, #A680FF, #E386FF);
}
.banner.blue {
  background: linear-gradient(to right, #1D4ED8, #3B81F6);
}
.banner.green {
  background: linear-gradient(to right, #05B79A, #04D98B);
}

.list-controls {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.2rem;
}
.list-controls .item {
  display: flex;
  justify-content: center;
  position: relative;
  background: #ffd000;
  border-radius: 10rem;
  max-width: 33rem;
  width: 100%;
  padding: 1.3rem 0;
}
.list-controls .item img {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
.list-controls .item span {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
}
.list-controls .item span p {
  font-size: 2rem;
}
.list-controls .item:hover {
  background: #232323;
}
.list-controls .item:hover span {
  color: #ffd000;
}
.list-controls .item:last-child {
  max-width: 35rem;
}

.btn-warning {
  display: flex;
  justify-content: center;
  position: relative;
  background: #ffd000;
  border-radius: 10rem;
  max-width: 52.5rem;
  width: 100%;
  padding: 1.6rem 0;
}
.btn-warning img {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
.btn-warning span {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
}
.btn-warning span p {
  font-size: 2rem;
}
.btn-warning:hover {
  background: #232323;
}
.btn-warning:hover span {
  color: #ffd000;
}

.list-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.list-nav .item {
  background: #ffd000;
  padding: 0.8rem;
  font-size: 1.7rem;
  position: relative;
  max-width: 18rem;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 10rem;
  font-weight: 900;
}
.list-nav .item img {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.list-nav .item:hover {
  background: #232323;
  color: #ffd000;
}
.list-nav .item:last-child {
  max-width: 20rem;
}

@media (max-width: 768px) {
  .list-controls .item img {
    width: 2.5rem;
  }
  .list-nav .item img {
    width: 1.5rem;
  }
  .btn-warning img {
    width: 2.5rem;
  }
  .banner {
    font-size: 4.5rem;
    min-height: 15rem;
  }
  .list-controls .item span {
    font-size: 2rem;
  }
  .list-controls .item span p {
    font-size: 2.4rem;
  }
  .list-controls .item {
    max-width: 43rem;
    min-height: 7.9rem;
  }
  .list-controls .item:last-child {
    max-width: 43rem;
  }
  .btn-warning span {
    font-size: 2rem;
  }
  .btn-warning {
    max-width: 63rem;
  }
  .list-nav .item {
    font-size: 2.1rem;
    max-width: 19rem;
  }
  .list-nav .item:last-child {
    max-width: 22rem;
  }
}/*# sourceMappingURL=style.css.map */