/*//////////////////////////////////////////////////////////////////////////////
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=Nobile:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Noto+Sans+JP:wght@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 */
  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;
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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;
  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;
}

@font-face {
  font-family: century;
  src: url("../font/bahnschrift.ttf") format("opentype");
  font-weight: 400;
}
html {
  font-size: min(10px, 2.42vw);
}

body {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

img,
embed,
object,
iframe {
  display: block;
  max-width: 100%;
}

a {
  transition: all 0.2s;
  text-decoration: unset;
}
a:hover {
  opacity: 0.85;
}

.container {
  width: 96%;
  max-width: 120rem;
  margin: 0 auto;
}
.container.container-100 {
  width: 100%;
  max-width: 100%;
}

img {
  width: 100%;
}

p {
  text-align: justify;
}

span {
  text-align: justify;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  html {
    font-size: min(10px, 1.95vw);
  }
  .pc {
    display: none !important;
  }
  .container {
    width: 92%;
  }
}
/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
.btn__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  position: relative;
  background: #f15a24;
  width: 100%;
  max-width: 25.3rem;
  border-radius: 2rem;
}
.btn__contact::after {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  content: "";
  width: 1.1rem;
  height: 1.8rem;
  background: url(../images/common/arr-w-d.png) no-repeat center center/100% 100%;
}
.btn__contact span {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.org {
  color: #f15a24;
}

.blue {
  color: #0075c2;
}

.btn__add {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem 0;
  position: relative;
  background: #f15a24;
  width: 100%;
  max-width: 48.6rem;
  border-radius: 3.8rem;
}
.btn__add span {
  font-weight: 700;
  font-size: 3.48rem;
  color: #fff;
  line-height: 1;
}
.btn__add::after {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  content: "";
  width: 1.7rem;
  height: 2.7rem;
  background: url(../images/common/arr-w-d-xl.png) no-repeat center center/100% 100%;
}

.btn {
  width: 100%;
  max-width: 28.8rem;
  background: #f15a24;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  border-radius: 3.8rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
}
.btn p {
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  z-index: 2;
  font-weight: 700;
  text-align: center;
}
.btn .icon {
  top: 50%;
  right: 1.7rem;
  transform: translateY(-50%);
  z-index: 2;
  position: absolute;
  transition: 0.3s;
}
.btn .icon img {
  max-width: 0.8rem;
}

@media (max-width: 768px) {
  .btn__add {
    padding: 1.8rem 0;
    max-width: 32rem;
  }
  .btn__add span {
    font-size: 2.4rem;
  }
  .btn__add::after {
    right: 1rem;
    width: 2.4rem;
    height: 1.4rem;
  }
  .btn p {
    font-size: 2.4rem;
  }
  .btn .icon img {
    max-width: 1rem;
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.1rem 2.8rem;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: end;
  flex: 1;
  gap: 5.5rem;
}
.header__nav--link {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.header__nav--link a {
  font-weight: 700;
  line-height: 1.75;
}
.header__trigger {
  display: none;
  position: relative;
  width: 4rem;
  height: 4rem;
}
.header__trigger span {
  position: absolute;
  width: 100%;
  height: 0.3rem;
  background: #0075c2;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.header__trigger span:nth-child(1) {
  top: 0.6rem;
}
.header__trigger span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__trigger span:nth-child(3) {
  bottom: 0.6rem;
}

@media (max-width: 1200px) {
  .header__nav {
    gap: 2rem;
  }
  .header__nav--link {
    gap: 2rem;
  }
}
@media (max-width: 1080px) {
  body.open-menu {
    overflow: hidden;
  }
  body.open-menu .header__trigger span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  body.open-menu .header__trigger span:nth-child(2) {
    opacity: 0;
  }
  body.open-menu .header__trigger span:nth-child(3) {
    bottom: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
  }
  body.open-menu .header__nav {
    right: 0;
  }
  .header__content {
    padding: 1rem 2rem;
  }
  .header__logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
  .header__logo a {
    max-width: 16rem;
  }
  .header__logo p {
    font-size: 1.2rem;
  }
  .header__nav {
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    width: 100%;
    top: 8.5rem;
    right: -100%;
    background: #fff;
    height: 100vh;
    padding: 5rem 1rem;
    transition: all 0.5s;
  }
  .header__nav--link {
    flex-direction: column;
  }
  .header__trigger {
    display: flex;
  }
}
.footer {
  padding: 4rem 0 2rem;
}
.footer__content {
  display: flex;
  align-items: center;
  gap: 5.6rem;
}
.footer .copy {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .copy span {
  font-size: 1.2rem;
}

@media (max-width: 1080px) {
  .footer__content {
    gap: 3rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .footer__content {
    gap: 2rem;
    flex-wrap: wrap;
  }
  .footer__content .logo {
    max-width: 16rem;
  }
  .footer .copy {
    margin-top: 2rem;
  }
}
.sec-mv .mv img {
  width: 100%;
}
.sec-mv .under-mv {
  padding: 5rem 0;
}
.sec-mv .under-mv .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-mv .under-mv .title p {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
  color: #0075c2;
}
.sec-mv .under-mv .list {
  display: flex;
  justify-content: center;
  gap: 4.6rem;
  margin-top: 3.4rem;
}
.sec-mv .under-mv .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.sec-mv .under-mv .list .item p {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0075c2;
}

.sec__add {
  background: #b2d6ed;
  padding: 5.2rem 0 8rem;
}
.sec__add--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.sec__add--content .title p {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.sec__add--main {
  padding: 6.4rem 0 4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  background: #fff;
}
.sec__add--main .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 17.6rem;
}
.sec__add--main .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.sec__add--main .list .item p {
  font-size: 1.8rem;
  font-weight: 900;
}
.sec__add--main .group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec__add--main .group .title-ct {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 500;
}
.sec__add--main .group .title-bt {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 3rem;
  line-height: 1.3;
}
.sec__add--main .group .title-bt span {
  font-weight: 900;
}
.sec__add--main .group .group-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 1.4rem;
  margin-top: 3.6rem;
}
.sec__add--main .group .group-btn p {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}

.achievements {
  background: #0075c2;
  padding: 7rem 0;
}
.achievements .container {
  max-width: 123.5rem;
}
.achievements .container .content__title {
  font-size: 3.4rem;
}
.achievements .container .content__title p {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 3.4rem;
}
.achievements .container .content__gr {
  display: grid;
  margin-top: 3.6rem;
  gap: 4.1rem;
  grid-template-columns: repeat(auto-fill, minmax(27rem, 1fr));
}
.achievements .container .content__gr .item .img img {
  width: 100%;
}
.achievements .container .content__gr .item .title {
  margin-top: 3rem;
}
.achievements .container .content__gr .item .title p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.achievements .container .content__gr .item .text {
  margin-top: 2.7rem;
}
.achievements .container .content__gr .item .text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
  color: #fff;
}
.achievements .container .content__banner {
  margin-top: 2rem;
  padding: 1.6rem 3rem;
  border-radius: 2.8rem;
  background: #fff;
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  align-items: flex-start;
}
.achievements .container .content__banner .gr-banner {
  display: flex;
  gap: 2.3rem;
  align-self: center;
  align-items: center;
}
.achievements .container .content__banner .gr-banner .img img {
  max-width: 16.3rem;
}
.achievements .container .content__banner .gr-banner .text {
  max-width: 32rem;
}
.achievements .container .content__banner .gr-banner .text p {
  font-size: 2rem;
  line-height: 1;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0.8rem;
  text-align: justify;
}
.achievements .container .content__banner .gr-banner .text span {
  display: inline;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #000000;
  font-weight: 400;
  text-align: justify;
}
.achievements .container .content__banner .gr-banner.v2 {
  align-self: flex-start;
  gap: 1.4rem;
}
.achievements .container .content__banner .gr-banner.v2 .img {
  display: flex;
  flex-direction: column;
}
.achievements .container .content__banner .gr-banner.v2 .img .img-v1 img {
  max-width: 21.2rem;
}
.achievements .container .content__banner .gr-banner.v2 .img .img-v2 {
  margin-left: 9rem;
  margin-top: -3.5rem;
}
.achievements .container .content__banner .gr-banner.v2 .img .img-v2 img {
  max-width: 21.2rem;
}
.achievements .container .content__banner .gr-banner.v2 .text {
  max-width: 29rem;
}

.sec-problems {
  background: rgba(0, 117, 194, 0.5);
}
.sec-problems .container {
  max-width: 120rem;
}
.sec-problems .container .content {
  padding-top: 7rem;
}
.sec-problems .container .content__title p {
  font-size: 4rem;
  line-height: 1;
  color: #fff;
  font-weight: 900;
  text-align: center;
  padding-bottom: 2rem;
  position: relative;
  max-width: max-content;
  margin: 0 auto;
}
.sec-problems .container .content__title p::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.sec-problems .container .content__gr {
  position: relative;
  margin-top: 5.1rem;
}
.sec-problems .container .content__gr .img {
  padding-top: 12.5rem;
  display: flex;
  justify-content: flex-end;
  padding-right: 29rem;
}
.sec-problems .container .content__gr .img img {
  max-width: 29.6rem;
}
.sec-problems .container .content__gr .img-cloud-01 {
  max-width: 30.7rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.sec-problems .container .content__gr .img-cloud-01 .gr-img {
  position: relative;
}
.sec-problems .container .content__gr .img-cloud-01 .gr-img img {
  display: block;
}
.sec-problems .container .content__gr .img-cloud-01 .gr-img .text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.sec-problems .container .content__gr .img-cloud-01 .gr-img .text p {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
.sec-problems .container .content__gr .img-cloud-01 .gr-img .text p span {
  display: inline;
  color: #0075c2;
}
.sec-problems .container .content__gr .img-cloud-01.v2 {
  left: 35.4rem;
  top: 6rem;
}
.sec-problems .container .content__gr .img-cloud-01.v3 {
  right: 0;
  left: auto;
}
.sec-problems .container .content__gr .computer {
  position: absolute;
  bottom: -3.7rem;
  right: 40.8rem;
}
.sec-problems .container .content__gr .computer img {
  max-width: 22.6rem;
}

.sec-step {
  background: #fff;
  padding: 4.5rem 0;
  overflow: hidden;
}
.sec-step .container {
  max-width: 116rem;
}
.sec-step .container .content__title {
  display: flex;
  gap: 5.3rem;
  align-items: center;
}
.sec-step .container .content__title .img img {
  max-width: 58.9rem;
}
.sec-step .container .content__title .text p {
  font-size: 3.6rem;
  font-weight: 900;
  color: #000;
  line-height: 1.4;
}
.sec-step .container .content__title .text p span {
  display: inline;
  color: #f15a24;
}
.sec-step .container .content__list {
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  max-width: 94.7rem;
  gap: 1.5rem;
  margin: 0 auto;
  align-items: center;
  width: 100%;
}
.sec-step .container .content__list .item {
  display: flex;
  gap: 3rem;
  width: 100%;
}
.sec-step .container .content__list .item .number {
  width: 100%;
  max-width: 19rem;
  display: flex;
}
.sec-step .container .content__list .item .number p {
  font-size: 16.9rem;
  line-height: 0.9;
  font-weight: 700;
  color: #cccccc;
  font-family: "Bahnschrift", sans-serif;
}
.sec-step .container .content__list .item .gr {
  display: flex;
  gap: 2.5rem;
}
.sec-step .container .content__list .item .gr .text {
  margin-top: 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 55rem;
}
.sec-step .container .content__list .item .gr .text p {
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1.7;
  color: #0075c2;
}
.sec-step .container .content__list .item .gr .text span {
  font-size: 2rem;
  display: inline;
}
.sec-step .container .content__list .item .gr .img img {
  max-width: 18.6rem;
}
.sec-step .container .content__list .img img {
  max-width: 11.6rem;
}
.sec-step .container .content__img {
  padding-top: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-step .container .content__img img {
  max-width: 62.5rem;
}
.sec-step .container .content__text {
  margin-top: 1.5rem;
}
.sec-step .container .content__text p {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.cellone-service {
  padding: 7.9rem 0;
  background: #fff;
}
.cellone-service .container .content__title p {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}
.cellone-service .container .content__logo {
  margin-top: 4.5rem;
  display: flex;
  justify-content: center;
}
.cellone-service .container .content__logo img {
  max-width: 47.9rem;
}
.cellone-service .container .content__gr {
  margin-top: 4.8rem;
  display: flex;
  gap: 4.3rem;
  width: 100%;
}
.cellone-service .container .content__gr .item {
  padding: 4.2rem;
  border: 1px solid #0075c2;
  background: #e6e6e6;
  width: 100%;
  max-width: 70.1rem;
}
.cellone-service .container .content__gr .item .item-title p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}
.cellone-service .container .content__gr .item .item-gr-box {
  display: flex;
  gap: 3.3rem;
  margin-top: 2.6rem;
  width: 100%;
}
.cellone-service .container .content__gr .item .item-gr-box .box {
  padding: 3rem 2rem;
  background: #fff;
  width: 100%;
  max-width: 29rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  min-height: 21.4rem;
  height: 21.4rem;
}
.cellone-service .container .content__gr .item .item-gr-box .box p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.cellone-service .container .content__gr .item .item-gr-box .box span {
  display: inline;
  line-height: 1.7;
  font-size: 1.8rem;
  letter-spacing: 0;
}
.cellone-service .container .content__gr .item .item-gr-box .box.v2 {
  max-width: 36.4rem;
  padding: 2.3rem 2rem;
}
.cellone-service .container .content__gr .item .item-gr-box .box.v2 span {
  line-height: 1.6;
}
.cellone-service .container .content__gr .item.v2 {
  max-width: 45.4rem;
}
.cellone-service .container .content__text {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.cellone-service .container .content__text p {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
}
.cellone-service .container .content__text span {
  display: inline;
  font-size: 1.8rem;
  line-height: 1.7;
}
.cellone-service .container .content__img {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}
.cellone-service .container .content__img img {
  max-width: 113rem;
}
.cellone-service .container .content__txt {
  margin-top: 2.1rem;
}
.cellone-service .container .content__txt p {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #e97a10;
}

.step {
  padding: 7.5rem 0;
  background: #0075c2;
}
.step .container .content__title p {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
.step .container .content__text {
  margin-top: 3.5rem;
}
.step .container .content__text p {
  line-height: 1;
  font-weight: 400;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}
.step .container .content__gr {
  background: #fff;
  padding: 7.7rem 8rem;
  margin-top: 4.1rem;
}
.step .container .content__gr .box {
  display: flex;
  border: 1px solid #0075c2;
  padding: 3.2rem;
  gap: 2.2rem;
  align-items: center;
  justify-content: center;
}
.step .container .content__gr .box .img img {
  max-width: 15.3rem;
}
.step .container .content__gr .box .text {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.step .container .content__gr .box .text p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.step .container .content__gr .box .text span {
  display: inline;
  font-size: 1.4rem;
  line-height: 1.7;
}
.step .container .content__gr .box .txt {
  max-width: 46rem;
}
.step .container .content__gr .box .txt p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.step .container .content__gr .list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 80.9rem;
  align-items: center;
  padding-top: 4.5rem;
  margin: 0 auto;
}
.step .container .content__gr .list .gr-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.step .container .content__gr .list .gr-item .item {
  background: #0075c2;
  border-radius: 2rem;
  padding: 1rem 9rem;
  display: flex;
  gap: 3.5rem;
  width: 100%;
  align-items: flex-end;
}
.step .container .content__gr .list .gr-item .item p {
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
}
.step .container .content__gr .list .gr-item .item span {
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
.step .container .content__gr .list .gr-item .item-text p {
  line-height: 1;
  font-size: 1.8rem;
}
.step .container .content__gr .list .img img {
  max-width: 6.2rem;
}

.sec-consulting {
  padding: 7rem 0;
}
.sec-consulting .container .content__title p {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.sec-consulting .container .content__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 5rem;
}
.sec-consulting .container .content__text p {
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 900;
}
.sec-consulting .container .content__text span {
  font-size: 1.8rem;
  line-height: 1.7;
}
.sec-consulting .container .content__gr {
  display: flex;
  gap: 5.1rem;
  margin-top: 2rem;
  justify-content: center;
  align-items: center;
}
.sec-consulting .container .content__gr .left img {
  max-width: 44.6rem;
}
.sec-consulting .container .content__gr .right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  align-items: center;
  max-width: 67.4rem;
}
.sec-consulting .container .content__gr .right .right-title {
  background: #0075c2;
  padding: 1.7rem;
  border-radius: 5rem;
  max-width: 67.4rem;
  width: 100%;
}
.sec-consulting .container .content__gr .right .right-title p {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
.sec-consulting .container .content__gr .right .right-text {
  margin-top: 0.5rem;
}
.sec-consulting .container .content__gr .right .right-text p {
  font-size: 2.1rem;
  line-height: 2.2;
}

.sec-company {
  padding: 8rem 0;
}
.sec-company .container .content__title p {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
}
.sec-company .container .content__text {
  margin-top: 7rem;
}
.sec-company .container .content__text p {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
}
.sec-company .container .content__gr {
  display: flex;
  gap: 5rem;
  align-items: center;
  justify-content: space-between;
}
.sec-company .container .content__gr .left {
  width: 100%;
  max-width: 55.7rem;
}
.sec-company .container .content__gr .left .left-text p {
  font-size: 1.8rem;
  line-height: 1.7;
}
.sec-company .container .content__gr .left .left-btn {
  width: 100%;
  max-width: 55.7rem;
  padding: 1.2rem;
  background: #0075c2;
  border-radius: 2rem;
  margin-top: 5rem;
}
.sec-company .container .content__gr .left .left-btn p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.sec-company .container .content__gr .left .left-gr {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.sec-company .container .content__gr .left .left-gr .gr-item {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.sec-company .container .content__gr .left .left-gr .gr-item p {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
}
.sec-company .container .content__gr .left .left-gr .gr-item span {
  display: inline;
}
.sec-company .container .content__gr .right {
  max-width: 54.2rem;
  width: 100%;
}
.sec-company .container .content__gr .right .item {
  display: grid;
  grid-template-columns: 130px 1fr;
  padding: 1.2rem 0;
  border-bottom: 2px solid #cccccc;
}
.sec-company .container .content__gr .right .item p {
  font-weight: 700;
}
.sec-company .container .content__gr .right .item span {
  display: inline;
}

.sec-contact {
  padding: 11rem 0;
  background: #b2d6ed;
}
.sec-contact .container .content__title p {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.sec-contact .container .content__contact {
  background-color: #fff;
  margin-top: 6.3rem;
  padding: 9rem 10rem;
}
.sec-contact .container .content__contact .form .note p {
  font-size: 1.8rem;
  line-height: 1.7;
}
.sec-contact .container .content__contact .form .note.v2 p {
  text-align: center;
}
.sec-contact .container .content__contact .form .form-group {
  display: flex;
  flex-direction: column;
  gap: 3.9rem;
  margin-top: 3rem;
}
.sec-contact .container .content__contact .form .form-group .form-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sec-contact .container .content__contact .form .form-group .form-item .gr {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.sec-contact .container .content__contact .form .form-group .form-item .gr label {
  line-height: 1;
}
.required {
  line-height: 1;
  background: #e97a10;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.5rem;
  text-align: center;
}
.sec-contact .container .content__contact .form .form-group .form-item .form-input {
  width: 100%;
  max-width: 100rem;
  background: #fff;
  border: 1px solid #ddd;
  padding: 1.9rem 2rem;
  outline: none;
}
.sec-contact .container .content__contact .form .form-group .form-item .form-input:focus {
  border-color: rgb(0, 117, 194);
}
.sec-contact .container .content__contact .form .form-group .form-item .form-input.v2 {
  min-height: 18.5rem;
  height: 18.5rem;
}
.sec-contact .container .content__contact .form .btn-wrap {
  margin-top: 4.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.sec-contact .container .content__contact .form .privacy-policy {
  background: #F0F0F0;
  padding: 3rem 2.5rem;
  margin-top: 4.7rem;
}
.sec-contact .container .content__contact .form .privacy-policy h3 {
  margin-bottom: 2.5rem;
  line-height: 1;
  font-size: 2.4rem;
  text-align: center;
}
.sec-contact .container .content__contact .form .privacy-policy .scroll_wrap {
  background: #fff;
  border: 1px solid #CBCBCB;
  border-radius: 1rem;
  overflow-y: scroll;
  height: 37.5rem;
  padding: 2rem 3rem;
  margin-bottom: 2.5rem;
  color: #000;
}
.sec-contact .container .content__contact .form .privacy-policy .scroll_wrap .border__wrap {
  border-color: #6c757d;
  border: 1px solid #6c757d;
  background-color: #fff;
  overflow-y: scroll;
  height: 100%;
}
.sec-contact .container .content__contact .form .privacy-policy .scroll_wrap .border__wrap .gr_privacy {
  padding: 0.8rem;
}
.sec-contact .container .content__contact .form .privacy-policy .scroll_wrap .border__wrap .gr_privacy h2 {
  font-size: 2.4rem;
  font-weight: 700;
}
.sec-contact .container .content__contact .form .privacy-policy .scroll_wrap .border__wrap .gr_privacy .sub h3 {
  font-size: 1.9rem;
  text-align: left;
  padding: 1.8rem 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5;
}
.sec-contact .container .content__contact .form .privacy-policy .scroll_wrap .border__wrap .gr_privacy .sub p {
  font-size: 1.6rem;
}
.sec-contact .container .content__contact .form .privacy-policy .scroll_wrap .border__wrap .gr_privacy .sub .mt-3 {
  margin: 1.6rem 0;
}
.sec-contact .container .content__contact .form .privacy-policy .scroll_wrap .border__wrap .gr_privacy .sub .mt-3 dt {
  font-weight: 400;
}
.sec-contact .container .content__contact .form .privacy-policy .scroll_wrap .border__wrap .gr_privacy .sub .mt-3 .pl-5 {
  margin-inline-start: 5.1rem;
}
.sec-contact .container .content__contact .form .privacy-policy .scroll_wrap .border__wrap .gr_privacy .sub .mt-3.v2 {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
.sec-contact .container .content__contact .form .privacy-policy .checkbox_custom .custom-checkbox {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  cursor: pointer;
  justify-content: center;
  position: relative;
}
.sec-contact .container .content__contact .form .privacy-policy .checkbox_custom .custom-checkbox input {
  height: 2rem;
  width: 2rem;
}
.sec-contact .container .content__contact .form .privacy-policy .checkbox_custom .custom-checkbox .checkmark {
  background: #fff;
  border: 2px solid #CBCBCB;
  border-radius: 1rem;
  flex-shrink: 0;
  width: 4.3rem;
  height: 4.3rem;
  position: relative;
}
.sec-contact .container .content__contact .form .privacy-policy .checkbox_custom .custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 1.2rem;
  width: 1.5rem;
  height: 1.9rem;
  transform: rotate(45deg);
  border-bottom: 0.4rem solid #0082CF;
  border-right: 0.4rem solid #0082CF;
  opacity: 0;
  transition: 0.2s;
}
.sec-contact .container .content__contact .form .privacy-policy .checkbox_custom .custom-checkbox input:checked + .checkmark::after {
  opacity: 1;
}
.sec-contact .container .content__contact .form .privacy-policy .checkbox_custom .custom-checkbox .label-text {
  font-size: 2rem;
  line-height: 1;
}
.sec-contact .container .content__contact .form .txt {
  margin-top: 4.7rem;
}
.sec-contact .container .content__contact .form .txt p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
}

#sec-contact {
  scroll-margin-top: 5rem;
}

@media (max-width: 1230px) {
  .cellone-service .container .content__gr .item .item-gr-box .box {
    min-height: 26rem;
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .sec-problems .container .content__gr .img {
    padding-top: 35vw;
  }
}
@media (max-width: 1080px) {
  .sec-mv .under-mv .title p {
    font-size: 2.8rem;
  }
  .sec-mv .under-mv .list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
  .sec__add--main .list {
    flex-wrap: wrap;
    gap: 2rem 4rem;
  }
  .sec__add--content .title p {
    font-size: 2.8rem;
  }
  .achievements .container .content__gr {
    grid-template-columns: repeat(auto-fill, minmax(32rem, 1fr));
  }
  .achievements .container .content__banner {
    flex-direction: column;
    align-items: center;
  }
  .achievements .container .content__banner .gr-banner.v2 {
    align-self: unset;
  }
  .sec-problems .container .content__gr .img-cloud-01 {
    max-width: 27rem;
  }
  .sec-problems .container .content__gr .img-cloud-01 .gr-img .text p {
    font-size: 2.5rem;
  }
  .sec-problems .container .content__gr .img-cloud-01.v2 {
    left: 32.4rem;
    top: 16rem;
  }
  .sec-problems .container .content__gr .img {
    padding-top: 45vw;
  }
  .sec-step .container .content__title {
    flex-direction: column-reverse;
  }
  .sec-step .container .content__title .text p {
    font-size: 2.8rem;
  }
  .sec-step .container .content__list .item {
    flex-direction: column;
  }
  .sec-step .container .content__list .item .gr {
    flex-direction: column-reverse;
  }
  .sec-step .container .content__list .item .gr .img img {
    max-width: none;
    width: 100%;
  }
  .sec-step .container .content__list {
    gap: 4.5rem;
  }
  .sec-step .container .content__list .item .number p {
    text-align: center;
  }
  .cellone-service .container .content__title p {
    font-size: 2.8rem;
  }
  .cellone-service .container .content__gr {
    flex-direction: column;
  }
  .cellone-service .container .content__gr .item {
    max-width: none;
  }
  .cellone-service .container .content__gr .item.v2 {
    max-width: none;
  }
  .cellone-service .container .content__gr .item .item-gr-box .box {
    min-height: unset;
    max-width: none;
  }
  .cellone-service .container .content__gr .item .item-gr-box .box.v2 {
    max-width: none;
  }
  .step .container .content__gr .box .img img {
    max-width: none;
  }
  .step .container .content__gr .box {
    flex-direction: column;
    align-items: unset;
  }
  .step .container .content__gr .box .txt {
    max-width: none;
  }
  .step .container .content__gr .list .gr-item .item {
    gap: 1.5rem;
    align-items: center;
    flex-direction: column;
  }
  .sec-consulting .container .content__gr {
    flex-direction: column;
  }
  .sec-consulting .container .content__title p {
    font-size: 2.8rem;
  }
  .sec-company .container .content__gr {
    flex-direction: column;
    margin-top: 3rem;
  }
  .sec-company .container .content__text {
    width: 100%;
    margin: 0 auto;
    padding-top: 7rem;
  }
  .sec-contact .container .content__contact {
    padding: 3rem;
  }
  .sec-company .container .content__gr .left {
    max-width: none;
  }
  .sec-company .container .content__gr .right {
    max-width: none;
  }
  .sec-company .container .content__gr .left .left-btn {
    margin: 5rem auto 0;
  }
  .sec-step .container .content__list .item .number {
    max-width: none;
    justify-content: center;
  }
  .sec-step .container .content__list .item .number p {
    text-align: unset;
  }
}
@media (max-width: 945px) {
  .sec-problems .container .content__gr .img-cloud-01.v2 {
    left: 28.4rem;
  }
  .sec-problems .container .content__gr .img {
    padding-top: 50vw;
  }
  .sec-problems .container .content__gr .img-cloud-01 .gr-img .text p {
    font-size: 2rem;
  }
  .sec-problems .container .content__gr .img-cloud-01 {
    max-width: 25rem;
  }
}
@media (max-width: 800px) {
  .sec-problems .container .content__gr .img-cloud-01.v2 {
    left: 23.4rem;
  }
}
@media (max-width: 768px) {
  .sec-mv .under-mv .title p,
  .sec__add--content .title p {
    font-size: 2rem;
    line-height: 1.3;
  }
  .sec-mv .under-mv .list .item p {
    font-size: 1.6rem;
  }
  .sec__add--main .list {
    flex-direction: column;
    align-items: center;
  }
  .sec__add--main .group .title-ct p {
    font-size: 1.9rem;
    text-align: center;
  }
  .sec__add--main {
    padding: 4rem 2rem;
  }
  .sec__add--main .group .group-btn p {
    font-size: 1.6rem;
  }
  .sec__add--main .group .title-bt {
    font-size: 2.2rem;
  }
  .achievements .container {
    width: 90%;
  }
  .achievements .container .content__title p {
    font-size: 2.4rem;
  }
  .achievements .container .content__gr .item .title {
    margin-top: 2rem;
  }
  .achievements .container .content__gr .item .text {
    margin-top: 1rem;
  }
  .achievements .container .content__gr {
    gap: 5rem;
  }
  .achievements .container .content__banner {
    margin-top: 4rem;
    padding: 2rem;
  }
  .achievements .container .content__banner .gr-banner {
    flex-direction: column;
  }
  .achievements .container .content__banner .gr-banner .img img {
    max-width: 20rem;
  }
  .achievements .container .content__banner .gr-banner .text {
    max-width: none;
  }
  .achievements .container .content__banner .gr-banner.v2 {
    gap: 2.3rem;
  }
  .achievements .container .content__banner .gr-banner.v2 .text {
    max-width: none;
  }
  .sec-problems .container .content__title p {
    font-size: 2.3rem;
    line-height: 1.4;
  }
  .sec-problems .container .content__gr .img {
    padding-right: 10vw;
  }
  .sec-problems .container .content__gr .computer {
    right: 27vw;
  }
  .sec-step .container {
    width: 90%;
  }
  .sec-step .container .content__title .text p {
    font-size: 2rem;
  }
  .sec-step .container .content__title {
    gap: 2.5rem;
  }
  .sec-step .container .content__title .img img {
    width: 100%;
  }
  .sec-step .container .content__list .item .number p {
    font-size: 10rem;
  }
  .sec-step .container .content__list {
    padding-top: 2rem;
  }
  .sec-step .container .content__list .item .gr .text p {
    font-size: 2rem;
  }
  .sec-step .container .content__list .item .gr .text span {
    font-size: 1.6rem;
  }
  .sec-step .container .content__list .img img {
    max-width: 8rem;
  }
  .sec-step .container .content__list .item {
    gap: 2rem;
  }
  .sec-step .container .content__img img {
    width: 100%;
  }
  .sec-step .container .content__text p {
    font-size: 2.3rem;
  }
  .sec-step .container .content__list .item .gr {
    gap: 1.5rem;
  }
  .sec-step .container .content__list .item .gr .text {
    margin-top: 0;
  }
  .cellone-service .container .content__title p {
    font-size: 2rem;
  }
  .cellone-service .container .content__gr .item .item-gr-box .box span {
    font-size: 1.6rem;
  }
  .cellone-service .container .content__gr .item .item-gr-box {
    gap: 2rem;
    flex-direction: column;
  }
  .cellone-service .container .content__gr .item .item-gr-box .box {
    padding: 2rem;
    min-height: auto;
  }
  .cellone-service .container .content__text p {
    font-size: 2rem;
    line-height: 1.3;
  }
  .sec-step .container .content__list .item .gr .text {
    width: 100%;
  }
  .cellone-service .container .content__text span {
    font-size: 1.6rem;
  }
  .cellone-service .container .content__img {
    margin-top: 2rem;
  }
  .cellone-service .container .content__txt p {
    font-size: 2.2rem;
  }
  .step .container .content__gr {
    padding: 2rem;
  }
  .step .container .content__title p {
    font-size: 2.6rem;
  }
  .step .container .content__text p {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .step .container .content__gr .list .gr-item .item {
    padding: 1rem 2rem;
    border-radius: 5rem;
    gap: 0.5rem;
  }
  .step .container .content__gr .list .gr-item .item p {
    font-size: 2rem;
  }
  .step .container .content__gr .list .gr-item .item span {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .step .container .content__gr .list .gr-item .item-text p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .step .container .content__gr .box {
    padding: 2rem;
  }
  .sec-consulting .container .content__title p {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .sec-consulting .container .content__text p {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .sec-consulting .container .content__text {
    margin-top: 3rem;
  }
  .sec-consulting .container .content__text span {
    font-size: 1.6rem;
  }
  .sec-consulting .container .content__gr {
    margin-top: 4rem;
    gap: 3rem;
  }
  .sec-consulting .container .content__gr .right .right-title p {
    font-size: 2rem;
  }
  .sec-consulting .container .content__gr .right .right-text p {
    font-size: 1.8rem;
  }
  .sec-company .container .content__title p {
    font-size: 2.4rem;
  }
  .sec-company .container .content__text {
    padding-top: 4rem;
  }
  .sec-company .container .content__text p {
    font-size: 2rem;
  }
  .sec-company .container .content__gr {
    margin-top: 2rem;
  }
  .sec-company .container .content__gr .left .left-btn {
    margin-top: 3rem;
    padding: 1.7rem;
  }
  .sec-company .container .content__gr .right .item {
    grid-template-columns: 100px 1fr;
  }
  .sec-company .container .content__gr .left .left-btn {
    border-radius: 5rem;
  }
  .sec-contact .container .content__title p {
    font-size: 2.4rem;
  }
  .sec-contact {
    padding: 8rem 0;
  }
  .sec-problems .container .content__gr .img-cloud-01 {
    max-width: 27rem;
  }
  .sec-problems .container .content__gr .img-cloud-01 .gr-img .text p {
    font-size: 1.6rem;
  }
  .sec-problems .container .content__gr .img-cloud-01.v2 {
    left: 0;
    top: 35%;
  }
  .sec-problems .container .content__gr .img img {
    max-width: 45rem;
  }
  .sec-problems .container .content__gr .computer img {
    max-width: 29rem;
  }
  .sec-problems .container .content__gr .img {
    padding-top: 36vw;
  }
  .sec-mv .container.v2 {
    width: 80%;
  }
  .step .container .content__gr .box .text {
    flex-direction: unset;
    align-items: center;
  }
  .step .container .content__gr .box .text .img.sp img {
    max-width: 8rem;
  }
  .step .container .content__gr .box .text p {
    font-size: 1.6rem;
  }
  .step .container .content__gr .box .text span {
    line-height: 1.3;
    font-size: 1.3rem;
  }
  .sec-contact .container .content__contact .form .privacy-policy {
    padding: 2rem;
  }
  .sec-contact .container .content__contact .form .privacy-policy h3 {
    font-size: 2.2rem;
  }
  .sec-contact .container .content__contact .form .privacy-policy .scroll_wrap {
    height: 20rem;
    padding: 2rem;
    margin-bottom: 1.3rem;
  }
  .sec-contact .container .content__contact .form .privacy-policy .scroll_wrap .border__wrap .gr_privacy h2 {
    font-size: 2.2rem;
  }
  .sec-contact .container .content__contact .form .privacy-policy .checkbox_custom .custom-checkbox .checkmark {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
  }
  .sec-contact .container .content__contact .form .privacy-policy .checkbox_custom .custom-checkbox {
    gap: 0.5rem;
  }
  .sec-contact .container .content__contact .form .privacy-policy .checkbox_custom .custom-checkbox .label-text {
    font-size: 1.4rem;
  }
  .sec-contact .container .content__contact .form .txt p {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .sec-contact .container .content__contact .form .privacy-policy .scroll_wrap .border__wrap .gr_privacy .sub h3 {
    font-size: 1.7rem;
  }
  .sec-contact .container .content__contact .form .privacy-policy .scroll_wrap .border__wrap .gr_privacy .sub .mt-3.v2 .pl-5 {
    margin-inline-start: 2.1rem;
  }
}
@media (max-width: 650px) {
  .sec-problems .container .content__gr .img img {
    max-width: 25rem;
  }
  .sec-problems .container .content__gr .computer img {
    max-width: 22.6rem;
  }
  .sec-problems .container .content__gr .img-cloud-01 {
    max-width: 22rem;
  }
  .sec-problems .container .content__gr .img-cloud-01.v2 {
    top: 40%;
  }
}

/*# sourceMappingURL=style.css.map */
