@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////
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:ital,wght@0,100..900;1,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, 2.56vw);
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 15rem;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #181818;
}
body.is_open {
  overflow: hidden;
}
body.is_open .header__menu-sp {
  top: 0;
}

img,
embed,
object,
iframe {
  display: block;
  max-width: 100%;
}

a {
  transition: all 0.2s;
  text-decoration: unset;
}
a:hover {
  opacity: 0.85;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body {
    font-size: 1.6rem;
  }
}
/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
.header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #fff;
}
.header .container {
  max-width: 100%;
  width: 100%;
}
.header__content {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.header__content-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.header__content-right {
  width: 100%;
  max-width: 16.7rem;
}
.header__trigger {
  width: 3rem;
  height: 2.4rem;
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header__trigger span {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000;
  left: 50%;
  transform: translateX(-50%);
}
.header__trigger span:nth-child(1) {
  top: 0;
}
.header__trigger span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__trigger span:nth-child(3) {
  bottom: 0;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.header__logo p {
  font-size: 1.4rem;
  font-weight: 800;
}
.header__logo-group {
  width: 100%;
  padding: 1.6rem 0.8rem 0;
  display: flex;
  justify-content: space-between;
}
.header__phone {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header__phone p {
  font-size: 4.1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  line-height: 1;
}
.header__phone p::before {
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  background: url(../images/common/ic-phone.png) no-repeat center center/100% 100%;
}
.header__phone span {
  font-size: 1.5rem;
  font-weight: 700;
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.2rem;
}
.header__menu-sp {
  display: none;
  position: fixed;
  top: -200%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10001;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  padding: 3.2rem 2.4rem;
  border-radius: 0.8rem;
  transition: 0.5s all;
}
.header__menu-sp .ic_close {
  position: absolute;
  top: 2.2rem;
  right: 1.6rem;
}
.header__menu-sp .ic_close .group {
  position: relative;
  width: 3rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  z-index: 100;
}
.header__menu-sp .ic_close .group span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #000;
  left: 50%;
  top: 50%;
}
.header__menu-sp .ic_close .group span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__menu-sp .ic_close .group span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__menu-item {
  padding: 0 1.6rem;
  position: relative;
}
.header__menu-item:last-child::after {
  display: none;
}
.header__menu-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 1.6rem;
  background: #8E8E8E;
  rotate: 22deg;
}
.header__menu-item span {
  font-size: 1.7rem;
  font-weight: 800;
}
.header__contact {
  padding: 2.4rem 0.7rem 1.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background-color: #FC6B03;
}
.header__contact p {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 800;
  color: #fff;
}
.header__contact p span {
  color: #FFDB43;
}

@media (max-width: 1080px) {
  .header__phone {
    display: none;
  }
  .header__menu {
    display: none;
  }
  .header__menu-sp {
    display: flex;
    overflow-y: scroll;
  }
  .header__menu-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }
  .header__menu-group:nth-child(3) {
    margin-top: 2.4rem;
  }
  .header__menu-item {
    width: 100%;
    border-bottom: 2px dotted #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.6rem 0;
  }
  .header__menu-item::after {
    display: none;
  }
  .header__menu-item:last-child {
    border-bottom: unset;
  }
  .header__menu-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.6rem 0;
    border-radius: 0.8rem;
    width: 100%;
    max-width: 35.8rem;
    background-color: #0316C9;
    border: 3px solid #0316C9;
  }
  .header__menu-btn span {
    font-size: 1.5rem;
    font-weight: 800;
  }
  .header__menu-btn p {
    font-size: 3.3rem;
    font-weight: 800;
    line-height: 1.2;
  }
  .header__menu-btn.phone {
    border: 3px solid #0316C9;
    background-color: #fff;
  }
  .header__menu-btn.phone p {
    font-size: 3.9rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    line-height: 1.2;
  }
  .header__menu-btn.phone p::before {
    content: "";
    width: 3.8rem;
    height: 3.8rem;
    background: url(../images/common/ic-phone.png) no-repeat center center/100% 100%;
  }
  .header__menu-btn.line {
    background-color: #00C527;
    border: 3px solid #00C527;
    padding: 1.6rem;
  }
  .header__menu-btn.line p {
    font-size: 3.3rem;
    font-weight: 800;
    line-height: 1.2;
  }
  .header__content-right {
    display: none;
  }
  .header__logo-group {
    padding: 1.6rem 0.8rem;
    align-items: center;
  }
  .header__trigger {
    display: flex;
  }
}
@media (max-width: 768px) {
  .header__logo {
    flex-direction: column;
    align-items: flex-start;
  }
  .header__logo-group {
    padding: 0.8rem 1.8rem 0.8rem 0.8rem;
    align-items: flex-start;
  }
  .header__trigger {
    margin-top: 0.7rem;
  }
}
.txt-roboto {
  font-family: "Roboto", sans-serif;
}

.bg-line {
  background-color: #00c527;
}

.bg-blue {
  background-color: #0316c9;
}

.bg-orange {
  background-color: #fc6b03;
}

.bg-yellow {
  background: #ffee00;
}

.txt-orange {
  color: #fc6b03;
}

.txt-black {
  color: #000;
}

.txt-white {
  color: #fff;
}

.txt-yellow {
  color: #ffee00;
}

.txt-blue {
  color: #0316c9;
}

.txt-red {
  color: #ff004d;
}

.txt-green {
  color: #00c527;
}

.container {
  width: 96%;
  max-width: 108rem;
  margin: 0 auto;
}

.container-xxl {
  width: 96%;
  margin: 0 auto;
  max-width: 144rem;
}

h1 {
  font-size: var(--font-h1);
}

h2 {
  font-size: var(--font-h2);
}

h3 {
  font-size: var(--font-h3);
}

h4 {
  font-size: var(--font-h4);
}

.h__font-1 {
  --font-h1: 5rem;
  --font-h2: 4rem;
  --font-h3: 3rem;
  --font-h4: 2rem;
  font-weight: 800;
}
.h__font-2 {
  --font-h1: 4rem;
  --font-h2: 3rem;
  --font-h3: 2rem;
  --font-h4: 1.6rem;
  font-weight: 800;
}

@media (max-width: 1080px) {
  .h__font-1 {
    --font-h1: 3.8rem;
    --font-h2: 3rem;
    --font-h3: 2.3rem;
    --font-h4: 1.8rem;
    font-weight: 800;
  }
  .h__font-2 {
    --font-h1: 3.2rem;
    --font-h2: 2.4rem;
    --font-h3: 2rem;
    --font-h4: 1.4rem;
    font-weight: 800;
  }
}
@media (max-width: 768px) {
  .h__font-1 {
    --font-h1: 3.6rem;
    --font-h2: 2.8rem;
    --font-h3: 2.3rem;
    --font-h4: 1.8rem;
    font-weight: 800;
  }
  .h__font-2 {
    --font-h1: 3.2rem;
    --font-h2: 2.4rem;
    --font-h3: 2rem;
    --font-h4: 1.4rem;
    font-weight: 800;
  }
}
.title__basic {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.title__basic.v2 span {
  padding: 0 2.4rem;
  line-height: 1.3;
}
.title__basic.v2 span::before {
  display: none;
}
.title__basic span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4.7rem;
  gap: 1rem;
  font-size: 2rem;
  font-weight: 800;
  padding: 0.8rem 4rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
.title__basic span::before {
  content: "";
  width: 3.1rem;
  height: 2rem;
  background: url(../images/common/ic-doken.png) no-repeat center center/100% 100%;
}
.title__basic p {
  font-size: 6.7rem;
  text-align: center;
  font-weight: 800;
  line-height: 1.2;
}

.btn-basic {
  width: 100%;
  max-width: 43.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.6rem 0;
  border-radius: 5rem;
  background: linear-gradient(90deg, rgb(252, 107, 3) 41%, rgb(255, 0, 132) 100%);
}
.btn-basic span {
  font-size: 2.2rem;
  line-height: 0.9;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
}
.btn-basic span::after {
  content: "";
  width: 0.73rem;
  height: 1.273rem;
  background: url(../images/common/ic-arr-w-sm.png) no-repeat center center/100% 100%;
}

@media (max-width: 1080px) {
  .container {
    width: 92%;
  }
}
@media (max-width: 768px) {
  .title__basic span {
    font-size: 1.6rem;
  }
  .title__basic p {
    font-size: 3.7rem;
  }
  .title__basic.v2 p {
    font-size: 5.2rem;
  }
  .btn-basic {
    padding: 2.4rem 0;
  }
}
.follow {
  position: fixed;
  z-index: 9999;
  right: 1.6rem;
  bottom: 0;
  opacity: 0;
  transition: 0.5s all;
  width: 100%;
  max-width: 54.8rem;
}
.follow img {
  width: 100%;
}
.follow.is-show {
  opacity: 1;
  bottom: 1.6rem;
}
.follow__list {
  display: flex;
  align-items: center;
  width: 100%;
}
.follow__btn {
  width: 100%;
}

@media (max-width: 768px) {
  .follow {
    background: #fff;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
  .follow.is-show {
    bottom: 0;
  }
}
.breadcumb {
  padding: 8.95rem 0;
  background: url(../images/top/bg3.png) no-repeat left center/cover #e7e7e7;
}
.breadcumb__content {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.breadcumb__group {
  display: flex;
  flex-direction: column;
}
.breadcumb__group .heading-title {
  background: linear-gradient(90deg, rgb(51, 0, 255) 0%, rgb(17, 0, 86) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.breadcumb__group .heading-title p {
  font-size: 12.8rem;
  font-weight: 800;
  line-height: 1;
}
.breadcumb__group span {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .breadcumb {
    padding: 3.2rem 0;
  }
  .breadcumb__content {
    flex-direction: column;
    align-items: center;
  }
  .breadcumb__group {
    align-items: center;
  }
  .breadcumb__group .heading-title p {
    font-size: 5.5rem;
  }
  .breadcumb__group span {
    font-size: 2.1rem;
    text-align: center;
  }
}
.table__basic {
  width: 100%;
  max-width: 84rem;
  margin: 0 auto;
}
.table__basic table {
  width: 100%;
}
.table__basic table thead {
  background-color: #4e4e4e;
}
.table__basic table thead tr th {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  padding: 1.6rem;
  flex: 1;
}
.table__basic table thead tr th p {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 800;
}
.table__basic table thead tr th:first-child {
  width: 100%;
  max-width: 18rem;
}
.table__basic table tbody tr td {
  background: #e8d5d5;
  flex: 1;
  padding: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table__basic table tbody tr td:first-child {
  width: 100%;
  max-width: 18rem;
  background: #fc6b03;
}
.table__basic table tbody tr td:first-child p {
  font-weight: 800;
}
.table__basic table tbody tr td p {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.3;
}
.table__basic table tr {
  display: flex;
  border-bottom: 2px solid #fff;
}
.table__basic table tr th,
.table__basic table tr td {
  border-right: 2px solid #fff;
}
.table__basic table tr th:last-child,
.table__basic table tr td:last-child {
  border-right: unset;
}

@media (max-width: 768px) {
  .table__basic table thead tr th {
    padding: 1.6rem 0.9rem;
  }
  .table__basic table thead tr th img {
    max-height: 5.6rem;
  }
  .table__basic table tbody tr td {
    padding: 1.6rem 0.8rem;
  }
  .table__basic table tbody tr td p {
    font-size: 1.7rem;
  }
}
.abovefooter {
  padding-top: 5.4rem;
  background: url(../images/top/bg2.png) no-repeat center center/cover;
}
.abovefooter.v2 .abovefooter__text {
  padding-bottom: 9.6rem;
}
.abovefooter.v2 .abovefooter__content {
  align-items: flex-end;
}
.abovefooter__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.abovefooter__text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
  text-align: center;
  line-height: 1.3;
}
.abovefooter__text span {
  font-size: 2.8rem;
  font-weight: 800;
}
.abovefooter__text p {
  font-size: 3.9rem;
  font-weight: 800;
}
.abovefooter__text p span {
  font-size: 3.9rem;
}

@media (max-width: 768px) {
  .abovefooter {
    padding: 1.6rem 0 6.4rem;
  }
  .abovefooter__content {
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
  }
  .abovefooter__text span {
    font-size: 2.2rem;
  }
  .abovefooter__text p {
    font-size: 2.8rem;
  }
  .abovefooter__text p span {
    font-size: 2.8rem;
  }
  .abovefooter.v2 .abovefooter__text {
    padding-bottom: 0;
  }
  .abovefooter.v2 .abovefooter__content {
    align-items: center;
  }
}
/* フォームのポップアップボタン */
.sec-form .popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.sec-form .popup-content {
  background: #fff;
  max-width: 320px;
  margin: 20% auto;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.sec-form .popup-content h5 {
  background-color: #00298f;
  color: #fff;
  font-weight: 900;
  padding: 10px;
  margin-bottom: 1rem;
}
.sec-form .popup-content strong {
  color: #d72045;
}
.sec-form .hatena-close-btn {
  display: block;
  margin: 10px auto 0;
  background: #e33;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 4px;
  cursor: pointer;
}

.footer {
  background: #E7E7E7;
}
.footer__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 9.6rem 0;
}
.footer__contact {
  width: 100%;
  max-width: 33.3rem;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.footer__contact .btn-contact {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 0;
  border-radius: 0.8rem;
}
.footer__contact .btn-contact span {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.footer__contact-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__contact-phone p {
  font-size: 4.1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  line-height: 1;
}
.footer__contact-phone p::before {
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  background: url(../images/common/ic-phone.png) no-repeat center center/100% 100%;
}
.footer__contact-phone span {
  font-size: 1.5rem;
  font-weight: 700;
}
.footer__logo {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.footer__logo p {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.3;
}
.footer__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: 20rem;
}
.footer__list a {
  font-size: 1.6rem;
  font-weight: 800;
}
.footer__info {
  font-weight: 800;
}
.footer__info h4 {
  font-size: 2.8rem;
}
.footer__info h5 {
  margin-top: 3.2rem;
  font-size: 2.2rem;
}
.footer__info p {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.footer .copy {
  background-color: #000;
  padding: 1rem 0 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 1080px) {
  .footer__content {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: var(--fl-height);
  }
  .footer__content {
    flex-direction: column;
    align-items: center;
    padding: 4.8rem 0;
    gap: 6.4rem;
  }
  .footer__list {
    max-width: 100%;
    gap: 3.2rem;
  }
  .footer__info {
    width: 100%;
  }
  .footer__group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__contact-phone {
    border: 3px solid #0316C9;
    padding: 1.6rem 0;
    border-radius: 0.8rem;
    background-color: #fff;
  }
  .footer__contact-phone p {
    font-size: 3.6rem;
  }
  .footer__logo p {
    text-align: center;
  }
}
.hero {
  background: #e7e7e7;
}
.hero__group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.hero__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1.6rem 0 4.8rem;
}
.hero__title span {
  font-size: 6rem;
  line-height: 1;
  text-align: center;
  border: 0.5rem solid #fc6b03;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 1.6rem;
}
.hero__title span small {
  font-size: 3.3rem;
  line-height: 1;
}
.hero__title p {
  font-size: 8.4rem;
  font-weight: 800;
  line-height: 1.3;
}
.hero__title p small {
  font-size: 7.2rem;
}
.hero__title-sup {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: -3.2rem;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(-90deg, rgb(51, 0, 255) 0%, rgb(17, 0, 86) 100%);
  max-width: 98.4rem;
}
.hero__title-sup p {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.3;
}
.hero__slider-item picture,
.hero__slider-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__zone-slider {
  position: relative;
}
.hero__zone-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6rem;
  font-weight: 800;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.hero__text-bot {
  background: #000;
  padding: 1.6rem 0;
  line-height: 1;
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
}

.total {
  padding: 4.8rem 0 9.6rem;
}
.total__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.total__title {
  padding: 1.6rem 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.total__title p {
  font-size: 3.5rem;
  font-weight: 800;
}
.total__title p small {
  font-size: 2.7rem;
}
.total__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.2rem;
}
.total__list-item {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  border-radius: 7.7rem;
  padding: 3.6rem 6.4rem;
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.total__list-item p {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.sec-form {
  position: relative;
  padding: 7.2rem 0 4.8rem;
  background: #0048ff;
}
.sec-form .container {
  max-width: 108rem;
}
.sec-form .container .content .speedtest {
  background: #fbff00;
  width: 100%;
  max-width: 60rem;
  border: 5px solid #f00;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 0;
}
.sec-form .container .content .speedtest p {
  color: #000;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 1.2px;
  text-shadow: 1px 1px 1px #fff;
}
.sec-form .container .content .speedtest p span {
  font-family: "Noto Sans JP", sans-serif;
}
.sec-form .container .content .speedtest p .text-red {
  color: #f00;
  font-size: 6.1rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 2.44px;
}
.sec-form .container .content .speedtest p .text-red.red-txt {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 1.2px;
}
.sec-form .container .content form .group-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.1rem;
  padding: 2.4rem;
  background: #fff;
  justify-content: center;
  margin-bottom: 1.8rem;
}
.sec-form .container .content form .group-box .item-box {
  min-width: 30rem;
}
.sec-form .container .content form .group-box .item-box .item-box__title {
  display: flex;
  gap: 1rem;
  border-radius: 0.8rem 0.8rem 0 0;
  background: #444;
  padding: 1.6rem;
  justify-content: center;
  align-items: center;
  height: 9rem;
  position: relative;
}
.sec-form .container .content form .group-box .item-box .item-box__title .item-box__title__text.v2 p {
  margin-right: 3rem;
}
.sec-form .container .content form .group-box .item-box .item-box__title .item-box__title__text p {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.72px;
}
.sec-form .container .content form .group-box .item-box .item-box__title .item-box__title__text span {
  letter-spacing: -0.45px;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
}
.sec-form .container .content form .group-box .item-box .item-box__title .item-box__title__txt {
  width: 3.4rem;
  height: 3.4rem;
  background: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #fbff00;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
.sec-form .container .content form .group-box .item-box .item-box__title .item-box__title__txt button {
  color: #fbff00;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.1;
}
.sec-form .container .content form .group-box .item-box .item-box__box {
  background: #e5e3e3;
  padding: 2.4rem;
  display: flex;
  justify-content: center;
  height: 14.1rem;
  align-items: center;
  border-radius: 0 0 0.8rem 0.8rem;
  gap: 0.9rem;
}
.sec-form .container .content form .group-box .item-box .item-box__box .checkbox-container {
  display: flex;
  gap: 0.9rem;
  align-items: center;
}
.sec-form .container .content form .group-box .item-box .item-box__box .checkbox-container:first-child {
  margin-right: 2rem;
}
.sec-form .container .content form .group-box .item-box .item-box__box .checkbox-container input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.sec-form .container .content form .group-box .item-box .item-box__box .checkbox-container .custom-checkbox {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #000;
  background: #ffcaca;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  cursor: pointer;
}
.sec-form .container .content form .group-box .item-box .item-box__box .checkbox-container .custom-checkbox::after {
  content: "";
  width: 1.5rem;
  height: 3rem;
  border-right: 0.5rem solid #e40000;
  border-bottom: 0.5rem solid #e40000;
  transform: rotate(45deg);
  display: none;
  position: absolute;
  top: 0%;
}
.sec-form .container .content form .group-box .item-box .item-box__box .checkbox-container .label-text {
  color: #000;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.1;
}
.sec-form .container .content form .group-box .item-box .item-box__box .custom-number {
  width: 14rem;
  border: 1px solid #000;
  background: #ffcaca;
  height: 5.9rem;
  padding: 1.6rem 0.8rem;
  color: #000;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.sec-form .container .content form .group-box .item-box .item-box__box .custom-number::-webkit-inner-spin-button, .sec-form .container .content form .group-box .item-box .item-box__box .custom-number::-webkit-outer-spin-button {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sec-form .container .content form .group-box .item-box .item-box__box .custom-number:hover {
  background-color: #ffcccc;
}
.sec-form .container .content form .group-box .item-box .item-box__box .custom-number:hover::-webkit-inner-spin-button, .sec-form .container .content form .group-box .item-box .item-box__box .custom-number:hover::-webkit-outer-spin-button {
  opacity: 1;
}
.sec-form .container .content form .group-box .item-box .item-box__box .custom-number[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.sec-form .container .content form .group-box .item-box .item-box__box .label-text {
  color: #000;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.1;
}
.sec-form .container .content form .group-box .item-box .item-box__box .checkbox-container input:checked + .custom-checkbox::after {
  display: block;
}
.sec-form .container .content form .group-box .item-box:nth-child(3) {
  width: 39rem;
}
.sec-form .container .content form .group-box .item-box:nth-child(3) .gr-button {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 7px;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
.sec-form .container .content form .group-box .item-box:nth-child(3) .gr-button .select-option {
  position: relative;
  width: 100%;
  max-width: 16.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 2.4rem;
  border-radius: 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #000;
  background: #fff;
}
.sec-form .container .content form .group-box .item-box:nth-child(3) .gr-button .select-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.sec-form .container .content form .group-box .item-box:nth-child(3) .gr-button .select-option span {
  color: #000;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.54px;
}
.sec-form .container .content form .group-box .item-box:nth-child(3) .gr-button .select-option:has(input:checked) {
  box-shadow: 0 0 0 4px rgba(43, 124, 255, 0.15) inset;
  border-color: #9aa6ff;
  background-color: #2000db;
}
.sec-form .container .content form .group-box .item-box:nth-child(3) .gr-button .select-option:has(input:checked) span {
  color: #fff;
}
.sec-form .container .content form .btn {
  width: 100%;
  max-width: 48.1rem;
  display: flex;
  padding: 2.6rem 0;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  background: #959595;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.25);
  gap: 1rem;
  margin: 0 auto;
  cursor: not-allowed;
}
.sec-form .container .content form .btn img {
  width: 3rem;
}
.sec-form .container .content form .btn p {
  color: #fff;
  text-align: right;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 2.56px;
}
.sec-form .container .content form .btn.active {
  background: rgba(1, 190, 67, 0.9411764706);
  cursor: pointer;
  pointer-events: auto;
}

.line {
  padding: 4.8rem 0 0;
  background-color: #e7e7e7;
}
.line__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.4rem;
}
.line__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  flex: 1;
  margin-top: 2.6rem;
  width: 100%;
}
.line__title p {
  font-size: 4rem;
  font-weight: 800;
}
.line__group {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
}
.line__btn {
  width: 100%;
  max-width: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.8rem;
  padding: 2.2rem 0;
}
.line__btn span {
  font-size: 1.5rem;
  font-weight: 800;
}
.line__btn-phone {
  background-color: #fff;
  border: 1px solid #000;
}
.line__btn-phone p {
  font-size: 4.1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  line-height: 1;
}
.line__btn-phone p::before {
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  background: url(../images/common/ic-phone.png) no-repeat center center/100% 100%;
}
.line__btn-line {
  background: #00c527;
  border: 1px solid #00c527;
}
.line__btn-line p {
  font-size: 3.9rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  line-height: 1;
}

.calendar .container {
  width: 100%;
  max-width: 100%;
}
.calendar__title {
  width: 100%;
  position: relative;
}
.calendar__title::after {
  position: absolute;
  content: "";
  bottom: -3.2rem;
  left: 50%;
  border-top: 3.3rem solid #0316c9;
  border-left: 1.9rem solid transparent;
  border-right: 1.9rem solid transparent;
  transform: translateX(-50%);
}
.calendar__title h1 {
  text-align: center;
}
.calendar__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.calendar__group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  padding: 4rem 0 6.4rem;
}
.calendar__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calendar__text span {
  font-size: 4.2rem;
  font-weight: 800;
}
.calendar__text p {
  font-size: 8.2rem;
  font-weight: 800;
}

.problem {
  background-color: #b8d5da;
  padding-top: 6.4rem;
  position: relative;
}
.problem__content {
  display: flex;
}
.problem__title {
  position: absolute;
  background-color: #000;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 85.6rem;
  padding: 1.3rem 1rem;
  border-radius: 3.4rem;
  top: -3.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.problem__title p {
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
}
.problem__group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.8rem;
}
.problem__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.problem__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.problem__item {
  padding: 1.6rem 4rem;
  background: #fff;
  border-radius: 4.3rem;
  width: -moz-fit-content;
  width: fit-content;
}
.problem__item p {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
}

.factory {
  padding: 6.4rem 0;
  background: url(../images/top/bg1.png) no-repeat center center/cover;
}
.factory__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.factory__title h1 {
  text-align: center;
  text-shadow: 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.factory__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
  width: 100%;
}
.factory__item {
  width: 100%;
  max-width: 34.93rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.4rem;
  background-color: #fff;
  border-radius: 2.4rem;
  gap: 2.8rem;
}
.factory__item-mess {
  width: 100%;
  border-radius: 5rem;
  background: #ffd400;
  padding: 2.4rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.factory__item-mess::after {
  content: "";
  border-top: 1.875rem solid #ffd400;
  border-left: 1.05rem solid transparent;
  border-right: 1.05rem solid transparent;
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.factory__item-mess p {
  font-size: 2.7rem;
  font-weight: 800;
  line-height: 1;
}
.factory__item-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.factory__item-group p {
  font-size: 3.3rem;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}

.underfactory {
  padding: 6.4rem 0;
}
.underfactory p {
  font-size: 4.8rem;
  font-weight: 800;
  text-align: center;
}

.money {
  padding: 6.4rem 0;
  background: url(../images/top/bg3.png) no-repeat left top/71.8% auto #e7e7e7;
}
.money__content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.money__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}
.money__title p {
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1;
  padding-bottom: 1.6rem;
  border-bottom: 3px solid #fc6b03;
  line-height: 1;
}
.money__title h1 {
  line-height: 1;
}
.money__group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.money__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  max-width: 54.3rem;
}
.money__item {
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  width: 100%;
  padding: 2.4rem;
  border-radius: 1.6rem;
}
.money__item-image {
  width: 100%;
  max-width: 11.4rem;
}
.money__item-group {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  flex: 1;
}
.money__item-group p {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
}
.money__item-group span {
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: 500;
}

.undermoney {
  padding: 6.4rem 0 9.6rem;
}
.undermoney__content {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
}
.undermoney__group {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  flex: 1;
}
.undermoney__group h1 {
  line-height: 1.2;
}
.undermoney__group p {
  font-weight: 500;
}
.undermoney__image {
  width: 100%;
  max-width: 46.5rem;
}

.groupbasic {
  padding: 9.6rem 0;
}
.groupbasic.step {
  background-color: #e7e7e7;
}
.groupbasic.case {
  padding: 0 0 12.8rem;
}
.groupbasic.case .btn-basic {
  margin-top: 0.8rem;
}
.groupbasic__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4rem;
}
.groupbasic__group {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.groupbasic__group-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 43.1rem;
}
.groupbasic__group-content-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
}
.groupbasic__group-content-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  background: linear-gradient(90deg, rgb(252, 107, 3) 41%, rgb(255, 0, 132) 100%);
}
.groupbasic__group-content-item .bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
.groupbasic__group-content-item .bg p {
  font-size: 2.7rem;
  font-weight: 800;
  flex: 1;
}
.groupbasic__group-content-text {
  margin-top: 2.4rem;
}
.groupbasic__group-content-text p {
  font-weight: 500;
  line-height: 1.8;
}
.groupbasic__group-content .btn-basic {
  margin-top: 4rem;
}
.groupbasic__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.groupbasic__item {
  width: 100%;
  max-width: 34.9rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.groupbasic__item-text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.groupbasic__item-text-price p {
  font-size: 3.8rem;
  font-weight: 800;
  text-align: center;
}
.groupbasic__item-text-price p small {
  font-size: 2.7rem;
}
.groupbasic__item-text p {
  font-weight: 500;
}

@media (max-width: 1080px) {
  .hero__title span {
    font-size: 4rem;
  }
  .hero__title span small {
    font-size: 2.8rem;
  }
  .hero__title p {
    font-size: 6rem;
  }
  .hero__title p small {
    font-size: 4.4rem;
  }
  .hero__zone-title {
    font-size: 4rem;
  }
  .hero__text-bot {
    font-size: 2.4rem;
  }
  .total__title p {
    font-size: 2.8rem;
  }
  .total__title p small {
    font-size: 1.9rem;
  }
  .problem__title p {
    font-size: 2.4rem;
  }
  .line {
    padding: 4.8rem 0;
  }
  .line__content {
    flex-direction: column;
    align-items: center;
  }
  .line__contact {
    margin-top: unset;
  }
  .underfactory p {
    font-size: 3.6rem;
  }
  .undermoney__content {
    flex-direction: column;
    align-items: center;
  }
  .groupbasic__group {
    flex-wrap: wrap;
  }
  .groupbasic.price .groupbasic__group {
    flex-wrap: wrap-reverse;
  }
  .groupbasic__list {
    justify-content: center;
  }
  .sec-form .container .content form .group-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sec-form .container .content form .group-box .item-box:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sec-form .container .content form .group-box {
    display: grid;
    grid-template-columns: 1fr;
  }
  .sec-form .container .content form .group-box {
    padding: 1.5rem;
  }
  .sec-form .container .content form .group-box .item-box {
    width: 100%;
    display: grid;
    grid-template-columns: 130px 1fr;
  }
  .sec-form .container .content form .group-box .item-box:nth-child(3) {
    width: 100%;
  }
  .sec-form .container .content form .group-box .item-box:nth-child(3) .item-box__box {
    display: block;
  }
  .sec-form .container .content .speedtest p {
    font-size: 2.4rem;
  }
  .sec-form .container .content .speedtest p .text-red {
    font-size: 5.7rem;
  }
  .sec-form .container .content .speedtest {
    width: 96%;
  }
  .sec-form .container .content form .group-box .item-box:nth-child(3) .gr-button .select-option {
    padding: 1.2rem 0.6rem;
  }
  .sec-form .container .content form .group-box .item-box .item-box__box .checkbox-container {
    padding: 5px;
  }
  .sec-form .container .content form .group-box .item-box .item-box__title {
    height: auto;
    padding: 1rem 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec-form .container .content form .group-box .item-box .item-box__title .item-box__title__text p {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
  }
  .sec-form .container .content form .group-box .item-box .item-box__title .item-box__title__text.v2 p {
    margin-right: 0;
  }
  .sec-form .container .content form .group-box .item-box .item-box__title .item-box__title__txt {
    position: static;
    top: inherit;
    right: inherit;
    transform: none;
  }
  .sec-form .container .content form .group-box .item-box .item-box__box .custom-number {
    width: 30dvw;
    font-size: 18px;
  }
  .sec-form .container .content form .group-box .item-box .item-box__box .label-text {
    font-size: 18px;
  }
  .sec-form .container .content form .group-box .item-box:nth-child(3) .gr-button {
    grid-template-columns: repeat(1, 1fr);
  }
  .sec-form .container .content form .group-box .item-box .item-box__box {
    padding: 1.5rem;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .sec-form .container .content form .btn p {
    font-size: 2.6rem;
  }
  .hero__group {
    background: linear-gradient(180deg, rgb(51, 0, 255) 0%, rgb(17, 0, 86) 100%);
  }
  .hero__title {
    flex-direction: column;
    padding: 2.4rem 0;
  }
  .hero__title span {
    border: 3px solid #fbff00;
    font-size: 3.6rem;
    padding: 0 1rem;
    line-height: 1.5;
  }
  .hero__title p {
    text-align: center;
    font-size: 3.8rem;
  }
  .hero__title p small {
    font-size: 2.6rem;
  }
  .hero__title-sup {
    background: linear-gradient(90deg, rgb(252, 107, 3) 41%, rgb(255, 0, 132) 100%);
    position: unset;
    transform: unset;
  }
  .hero__title-sup p {
    line-height: 1.5;
    font-size: 2.9rem;
  }
  .hero__zone-title {
    font-size: 3.9rem;
    text-align: start;
    top: unset;
    left: 0;
    padding: 0 2.7rem;
    bottom: 2.3rem;
    transform: unset;
    line-height: 1.3;
  }
  .hero__text-bot {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .total {
    padding: 1.6rem 0 6.4rem;
  }
  .total__title {
    width: 100%;
  }
  .total__title p {
    text-align: center;
  }
  .total__list {
    flex-wrap: nowrap;
    gap: 1.6rem;
    width: 100%;
  }
  .total__list-item {
    flex-direction: column;
    align-items: center;
    padding: 1.6rem 0;
    border-radius: 0;
    width: 100%;
  }
  .total__list-item p {
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: center;
  }
  .add {
    padding: 6.4rem 0 4.8rem;
  }
  .add__banner {
    padding: 0 0.8rem;
    top: 0%;
    transform: translate(-50%, -50%);
  }
  .add__form {
    gap: 1rem;
  }
  .add__form-group {
    flex-direction: row;
    min-height: unset;
  }
  .add__form-title {
    width: 100%;
    max-width: 13.9rem;
    padding: 1.6rem 0;
  }
  .add__form-title p {
    font-size: 1.9rem;
  }
  .add__form-group-check {
    flex-direction: column;
    padding: 0.85rem;
    gap: 1.6rem;
  }
  .add__form-group.input-text .add__form-title p {
    flex-direction: column;
    text-align: center;
  }
  .add__form-group-check .input input[type=number] {
    max-width: 11.4rem;
    padding: 0.8rem 1.35rem 0.8rem 0.55rem;
  }
  .add__form-group.check-button .add__form-group-check {
    flex: 1;
    padding: 1.6rem;
  }
  .add__form-group:nth-child(1) {
    min-height: 13.6rem;
  }
  .add__form-group:nth-child(1),
  .add__form-group:nth-child(2),
  .add__form-group:nth-child(3) {
    max-width: 100%;
  }
  .add__form-group:nth-child(2) .add__form-group-check .input label span {
    writing-mode: vertical-lr;
  }
  .add__form-btn {
    margin: 0;
  }
  .add__form-btn span {
    font-size: 2.6rem;
  }
  .line__content {
    gap: 1.6rem;
  }
  .line__title p {
    text-align: center;
    font-size: 3rem;
  }
  .line__group {
    flex-direction: column;
    gap: 1.6rem;
  }
  .line__btn {
    max-width: 100%;
  }
  .line__btn-phone p {
    font-size: 3.9rem;
  }
  .line__btn-line p {
    font-size: 3.3rem;
  }
  .calendar__title {
    padding: 2.4rem 0;
    background: #fc6b03;
  }
  .calendar__title::after {
    border-top: 3.3rem solid #fc6b03;
  }
  .calendar__text span {
    font-size: 2.4rem;
  }
  .calendar__text p {
    font-size: 4.5rem;
  }
  .calendar__title h1 {
    font-size: 3.1rem;
  }
  .problem {
    padding: 6.4rem 0 2.4rem;
  }
  .problem__group {
    flex-direction: column;
    gap: 0;
  }
  .problem__title {
    max-width: 35.7rem;
    border-radius: 5rem;
  }
  .problem__title p {
    font-size: 2rem;
  }
  .problem__item p {
    font-size: 1.8rem;
  }
  .factory__title h1 {
    line-height: 1, 2;
  }
  .factory__item-mess p {
    font-size: 3rem;
  }
  .factory__item-group {
    flex-direction: row-reverse;
  }
  .factory__item-group img {
    max-width: 7.1rem;
  }
  .factory__item-group p {
    font-size: 2.6rem;
  }
  .factory__item {
    padding: 1.6rem;
  }
  .underfactory {
    padding: 4rem 0;
  }
  .underfactory p {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .money {
    background: url(../images/top/bg3.png) no-repeat left top/cover #e7e7e7;
    padding: 3.2rem 0;
  }
  .money__group {
    flex-direction: column;
    gap: 0;
  }
  .money__title p {
    font-size: 2.3rem;
    text-align: center;
    width: 100%;
    line-height: 1.2;
  }
  .money__title h1 {
    font-size: 4rem;
    line-height: 1.2;
    text-align: center;
  }
  .money__item {
    gap: 0.8rem;
    padding: 1.6rem;
    align-items: center;
  }
  .undermoney {
    padding: 3.2rem 0 6.4rem;
  }
  .undermoney__group h1 {
    text-align: center;
  }
  .undermoney__group p {
    font-size: 2rem;
  }
  .undermoney__content {
    gap: 1.6rem;
  }
  .undermoney__group {
    gap: 1.6rem;
  }
  .groupbasic__group-content {
    max-width: 100%;
  }
  .groupbasic__group-content-item .bg p {
    line-height: 1.3;
  }
  .groupbasic__group-content-text p {
    font-size: 2.1rem;
  }
  .groupbasic {
    padding: 6.4rem 0;
  }
  .groupbasic__list {
    gap: 4rem;
  }
  .groupbasic.case {
    padding: 0 0 9.6rem;
  }
  .groupbasic.price {
    padding: 9.6rem 0;
  }
  .groupbasic__item-text p {
    font-size: 2.1rem;
  }
  .groupbasic__item-text-price p {
    font-size: 3.8rem;
  }
}
.service__top {
  position: relative;
}
.service__top .container {
  max-width: 144rem;
  width: 100%;
}
.service__top-content {
  display: flex;
}
.service__top-text {
  position: absolute;
  width: 100%;
  max-width: 62.8rem;
  padding: 1.6rem;
  background-color: #fff;
  top: 50%;
  right: 12.5vw;
  transform: translateY(-50%);
  gap: 1rem;
}
.service__top-text p {
  font-size: 2.4rem;
  font-weight: 500;
  display: inline;
  line-height: 2;
}
.service__point {
  padding-top: 9.6rem;
  margin: 0 auto;
}
.service__point-group {
  margin-top: 4rem;
  padding-top: 18.2rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.service__point-group-banner {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  border-radius: 1.6rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 4rem 4.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  background: linear-gradient(-90deg, rgb(51, 0, 255) 0%, rgb(17, 0, 86) 100%);
  z-index: 1;
}
.service__point-group-banner .title {
  font-size: 3.2rem;
  position: relative;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.service__point-group-banner .title::before {
  position: absolute;
  left: -1.8rem;
  content: "";
  width: 2px;
  height: 92%;
  background-color: #fff;
  transform: rotate(-30deg);
}
.service__point-group-banner .title::after {
  content: "";
  position: absolute;
  right: -1.8rem;
  width: 2px;
  height: 92%;
  background-color: #fff;
  transform: rotate(30deg);
}
.service__point-group-banner .group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.service__point-group-banner .group .num {
  display: flex;
  gap: 3.2rem;
}
.service__point-group-banner .group .num span {
  background-color: #fff;
  width: 10rem;
  height: 10rem;
  padding: 1.6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 6.8rem;
  font-weight: 800;
  line-height: 1;
}
.service__point-group-banner .group .num p {
  font-size: 9.1rem;
  font-weight: 800;
  line-height: 0.8;
}
.service__point-group-banner .group .btn {
  padding: 1.6rem 3.2rem;
  background-color: #fff;
  border-radius: 5rem;
}
.service__point-group-banner .group .btn span {
  color: #000;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 800;
}
.service__point-group-image {
  max-width: 144rem;
  margin: 0 auto;
}
.service__point-group-list {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  background: #E7E7E7;
  padding: 3.2rem 0 4.8rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.service__point-group-item {
  padding: 3.2rem 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
  max-width: 34.4rem;
  background-color: #fff;
  border-radius: 1.6rem;
}
.service__point-group-item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.service__point-group-item-title .point {
  background: #0316C9;
  width: 100%;
  max-width: 15.3rem;
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.6rem;
}
.service__point-group-item-title .point p {
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 800;
}
.service__point-group-item-title .point p small {
  font-size: 2.2rem;
}
.service__point-group-item-title p {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}
.service__point-group-item-text {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
}
.service__mess {
  padding: 6.4rem 0 0;
}
.service__mess-content {
  display: flex;
}
.service__mess-left {
  width: 100%;
  max-width: 31.9rem;
  background: #9E9393;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.service__mess-left::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5rem;
  border-left: 5.2rem solid #9E9393;
  border-bottom: 2.4rem solid transparent;
  border-top: 2.4rem solid transparent;
}
.service__mess-right {
  background: url(../images/top/bg1.png) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.1rem 4.8rem 0 6.5rem;
  gap: 3.75rem;
  width: 100%;
}
.service__mess-right-group {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.service__mess-right-group p {
  padding: 3.2rem 1.6rem;
  text-align: center;
  background-color: #fff;
  font-size: 3.1rem;
  font-weight: 800;
  line-height: 1.3;
}
.service__mess-right-group span {
  font-size: 4.6rem;
  line-height: 1.1;
  font-weight: 800;
  text-align: center;
}
.service__mess-right-group span small {
  font-size: 3.6rem;
}
.service__factoring {
  padding: 9.6rem 0 4rem;
}
.service__factoring-title p {
  font-size: 8.1rem;
  font-weight: 800;
  text-align: center;
}
.service__factoring-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  margin-top: 4rem;
  background: linear-gradient(90deg, rgb(252, 107, 3) 41%, rgb(255, 0, 132) 100%);
}
.service__factoring-text .bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__factoring-text p {
  font-size: 4.2rem;
  font-weight: 800;
}
.service__factoring-group {
  display: flex;
  gap: 2.4rem;
  margin-top: 4rem;
}
.service__factoring-item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 3.2rem 2.4rem;
  border-bottom: 1px solid #000;
}
.service__factoring-item:last-child {
  border-bottom: unset;
}
.service__factoring-item .title {
  background: #FFDB43;
  border: 1px solid #000;
  border-radius: 2.8rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 2.4rem;
}
.service__factoring-item .title p {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
}
.service__factoring-item .group {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.service__factoring-item .group p {
  max-width: 36.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}
.service__add {
  padding: 9.6rem 0;
  background: url(../images/top/bg2.png) no-repeat center center/cover;
}
.service__add-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.service__add-text {
  max-width: 87rem;
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service__add-text p {
  font-size: 3.9rem;
  line-height: 1.8;
  font-weight: 800;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.service__add-text span {
  font-size: 2.8rem;
  line-height: 2;
  font-weight: 800;
  text-align: center;
}
.service__add-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.service__add-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 2.4rem;
  background: #fff;
}
.service__add-item .title {
  background: #FC6B03;
  padding: 0 2.4rem;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.3;
}
.service__add-item .text {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.3;
}
.service__add-item .text span {
  font-weight: 800;
}
.service__add.v2 {
  padding: 0;
}
.service__add.v3 {
  padding: 4rem 0;
  flex-direction: column;
  background: url(../images/top/bg2_service.png) no-repeat center center/cover;
}
.service__add.v3 .service__add-content {
  flex-direction: column;
}
.service__key {
  padding: 9.6rem 0 4rem;
}
.service__key-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.service__key-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.service__key-item {
  padding: 4rem 4.8rem;
  background: #E7E7E7;
  border-radius: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.service__key-item-group {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 2.4rem;
  background: linear-gradient(90deg, rgb(252, 107, 3) 41%, rgb(255, 0, 132) 100%);
}
.service__key-item-group p {
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.service__key-item-group span {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.53;
}
.service__key-item-text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  flex: 1;
}
.service__key-item-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.service__key-item-list-title {
  font-size: 2.5rem;
  font-weight: 500;
}
.service__key-item-list-sub {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.service__key-item-list-sub.v2 .item p {
  max-width: 24.5rem;
}
.service__key-item-list-sub .item {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}
.service__key-item-list-sub .item p {
  width: 100%;
  max-width: 17rem;
  line-height: 1.8;
  background-color: #000;
  border-radius: 4rem;
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
}
.service__key-item-list-sub .item span {
  font-weight: 500;
  font-size: 2rem;
}
.service__slient {
  padding: 9.6rem 0 6.4rem;
}
.service__slient-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service__slient-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 9.6rem;
  gap: 4rem;
}
.service__slient-group-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  max-width: 74.2rem;
}
.service__slient-group-item {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  border-radius: 1.6rem;
  gap: 1.6rem;
  background: #E7E7E7;
}
.service__slient-group-item p {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 2.4rem;
  background-color: #fff;
  border: 3px solid #FC6B03;
  border-radius: 3.7rem;
  font-weight: 800;
}
.service__slient-group-item span {
  font-size: 1.9rem;
  line-height: 1.8;
}
.service__slient .table__basic {
  margin-top: 4rem;
}
.service__slient-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9.5rem 3.2rem;
  gap: 1rem;
  background: url(../images/service/service_slient-bg.png) no-repeat center center/cover;
}
.service__slient-image p {
  font-size: 3.9rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}
.service__slient-text {
  margin-top: 4rem;
}
.service__slient-text p {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.8;
}
.service__slient-proceed {
  margin-top: 9.6rem;
  width: 100%;
}
.service__slient-proceed-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__slient-proceed-title p {
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 1.3;
}
.service__slient-proceed-list {
  display: flex;
  justify-content: space-between;
  margin-top: 3.2rem;
  width: 100%;
}
.service__slient-proceed-item {
  border: 1px solid #000;
  padding: 2.4rem 3.2rem 2.8rem;
  width: 100%;
  max-width: 52.4rem;
}
.service__slient-proceed-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.service__slient-proceed-item-title p {
  font-size: 3.6rem;
  line-height: 1.3;
  font-weight: 800;
}
.service__slient-proceed-item-title span {
  padding: 0 2.4rem;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.3;
  background-color: #FC6B03;
}
.service__slient-proceed-item-list {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service__slient-proceed-item .arr {
  margin: 0.5rem 0;
}
.service__slient-proceed-item-sub {
  width: 100%;
  display: flex;
  gap: 0.8rem;
}
.service__slient-proceed-item-sub .text {
  padding: 0.8rem 1.6rem;
  flex: 1;
  background: #E7E7E7;
  display: flex;
  align-items: center;
}
.service__slient-proceed-item-sub .text p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
}
.service__slient-proceed-item-sub .num {
  width: 7rem;
  height: 7rem;
  background: linear-gradient(90deg, rgb(252, 107, 3) 41%, rgb(255, 0, 132) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__slient-proceed-item-sub .num p {
  font-size: 4.3rem;
  font-weight: 800;
}

@media (max-width: 1080px) {
  .service__point-group-banner {
    padding: 2.8rem 3.2rem;
  }
  .service__point-group-banner .group {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
  .service__point-group-banner .group .num {
    gap: 1.2rem;
  }
  .service__point-group-banner .group .num span {
    width: 8rem;
    height: 8rem;
    font-size: 6.2rem;
  }
  .service__point-group-banner .group .num p {
    font-size: 8rem;
  }
  .service__point-group-banner .title {
    font-size: 2.8rem;
  }
  .service__point-group-banner .group .btn span {
    font-size: 2.8rem;
  }
  .service__mess-right {
    gap: 1.75rem;
    padding: 2.1rem 2.8rem 0 2.5rem;
  }
  .service__mess-right-group p {
    font-size: 2.4rem;
  }
  .service__mess-right-group span {
    font-size: 3.7rem;
  }
  .service__mess-right-group span small {
    font-size: 2.7rem;
  }
  .service__mess-content {
    flex-direction: column;
  }
  .service__mess-left {
    max-width: 100%;
    padding-top: 4.8rem;
    z-index: 1;
  }
  .service__mess-left::after {
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    border-bottom: unset;
    border-top: 3.5rem solid #9E9393;
    top: unset;
    right: unset;
    bottom: -3.4rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .service__factoring-title p {
    font-size: 6.2rem;
  }
  .service__mess-left::before {
    position: absolute;
    top: -6.2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 12.8rem;
    height: 12.8rem;
    background-color: #FC6B03;
    content: "例えば";
    color: #fff;
    font-size: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    border-radius: 50%;
  }
  .service__factoring-group {
    flex-direction: column;
  }
  .service__factoring-group-image {
    width: 100%;
  }
  .service__factoring-group-image img {
    width: 100%;
  }
  .service__factoring-item .group p {
    max-width: 100%;
  }
  .service__key-item-group {
    flex-direction: column;
  }
  .service__slient-group {
    flex-direction: column;
  }
  .service__slient-image {
    flex-direction: row-reverse;
    justify-content: center;
    padding: 1.6rem 0;
  }
  .service__slient-group-list {
    max-width: 100%;
  }
  .service__slient-proceed-list {
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
  }
}
@media (max-width: 768px) {
  .service__top-text {
    position: unset;
    transform: unset;
    max-width: 100%;
  }
  .service__top-content {
    flex-direction: column;
  }
  .service__top-image {
    width: 100%;
  }
  .service__top-image img {
    width: 100%;
  }
  .service__top-text p {
    font-size: 2rem;
  }
  .service__point {
    padding-top: 6.4rem;
  }
  .service__point-group {
    padding-top: 16.4rem;
  }
  .service__point-group-banner {
    padding: 2.4rem 1.43rem;
    width: 92%;
  }
  .service__point-group-banner .title {
    font-size: 2.2rem;
  }
  .service__point-group-banner .group .num span {
    font-size: 5rem;
    width: 5.7rem;
    height: 5.7rem;
  }
  .service__point-group-banner .group .num p {
    font-size: 4.9rem;
  }
  .service__point-group-banner .group .btn span {
    font-size: 2.1rem;
  }
  .service__point-group-item {
    gap: 1.6rem;
    max-width: 92%;
  }
  .service__point-group-list {
    flex-direction: column;
    align-items: center;
  }
  .service__mess .container {
    width: 100%;
    max-width: 100%;
  }
  .service__point-group-image {
    width: 100%;
  }
  .service__point-group-image img {
    width: 100%;
  }
  .service__mess-right {
    flex-direction: column-reverse;
    gap: 0;
    padding: 5rem 0 2.4rem;
  }
  .service__factoring {
    padding: 6.4rem 0 4rem;
  }
  .service__factoring-title p {
    font-size: 3.5rem;
  }
  .service__factoring-text {
    width: 92%;
    margin: 4rem auto 0;
  }
  .service__factoring-text p {
    font-size: 2.3rem;
  }
  .service__factoring-text .bg {
    padding: 2.4rem 1.4rem;
  }
  .service__factoring .container {
    width: 100%;
  }
  .service__factoring-item .group {
    flex-direction: column-reverse;
    gap: 0;
  }
  .service__factoring-item {
    align-items: center;
  }
  .service__factoring-list {
    width: 92%;
    margin: 0 auto;
  }
  .service__factoring-item .title p {
    font-size: 2.4rem;
  }
  .service__add-text {
    padding: 0;
  }
  .service__add-text span {
    line-height: 1.8;
  }
  .service__add-text p {
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.8;
  }
  .service__add-content {
    flex-direction: column;
  }
  .service__add {
    padding: 4.8rem 0;
  }
  .service__key {
    padding: 6.4rem 0 4rem;
  }
  .service__key-item-group p {
    font-size: 2.7rem;
  }
  .service__key-item {
    padding: 2.4rem 1.6rem;
  }
  .service__key-item-list-sub .item {
    flex-direction: column;
    gap: 0.8rem;
  }
  .service__key-item-list-sub.v2 .item p {
    max-width: 24.1rem;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 3.2rem;
  }
  .service__add.v2 {
    padding: 1.6rem 0 4.8rem;
  }
  .service__add-image {
    max-width: 26.6rem;
  }
  .service__slient {
    padding: 6.4rem 0 3.2rem;
  }
  .service__slient .container {
    width: 100%;
  }
  .service__slient-image p {
    font-size: 2.9rem;
  }
  .service__slient-text {
    width: 92%;
  }
  .service__slient .table__basic {
    width: 92%;
  }
  .service__slient-group-list {
    width: 92%;
    margin: 0 auto;
  }
  .service__slient-proceed {
    width: 92%;
    margin: 6.4rem auto 0;
  }
  .service__slient-proceed-title p {
    font-size: 3.8rem;
  }
  .service__slient-proceed-item-title p {
    font-size: 2.9rem;
  }
  .service__slient-proceed-item-title span {
    font-size: 2.3rem;
  }
  .service__slient-proceed-item-sub .num {
    height: auto;
  }
  .service__add-item .title {
    font-size: 2.7rem;
    padding: 0.8rem;
  }
  .service__add-item .text {
    font-size: 2.1rem;
    text-align: center;
  }
}
.price__top-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6.4rem 0;
}
.price__top-group {
  display: flex;
  background: url(../images/price/price_top-bg.png) no-repeat center center/cover;
  padding: 3.2rem 3rem 0;
  border-radius: 2.4rem;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.price__top-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.4rem;
}
.price__top-text span {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.3;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
}
.price__top-text p {
  font-size: 12.5rem;
  font-weight: 800;
  line-height: 0.8;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
}
.price__top-text p small {
  font-size: 8.9rem;
}
.price__secret {
  padding: 6.4rem 0;
  background-color: #e7e7e7;
}
.price__secret-content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.price__secret-list {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}
.price__secret-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2.4rem;
  background: #fff;
  border-radius: 1.6rem;
  max-width: 34.9rem;
}
.price__secret-item .title p {
  font-size: 4.1rem;
  font-weight: 800;
  line-height: 1.3;
}
.price__secret-item .text p {
  font-size: 2rem;
  line-height: 1.8;
}
.price__case {
  padding: 9.6rem 0;
}
.price__case-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.price__case-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 9.6rem;
  margin-top: 4rem;
}
.price__case-item {
  width: 100%;
  display: flex;
  gap: 3.2rem;
}
.price__case-item .image {
  width: 100%;
  max-width: 37.9rem;
}
.price__case-item .group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 66.9rem;
}
.price__case-item .group__content-account {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.price__case-item .group__content-text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.price__case-item .group__title {
  padding: 1.6rem 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.price__case-item .group__title p {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1.3;
}
.price__case-item .group__text p {
  font-size: 2rem;
  line-height: 1.8;
}
.price__case-item .group__account {
  display: flex;
  gap: 1.6rem;
}
.price__case-item .group__account-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 48.6rem;
}
.price__case-item .group__account-content p {
  width: 100%;
  font-size: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem 0;
  background: #FC6B03;
  text-align: center;
  font-weight: 800;
}
.price__case-item .group__account-content p::before {
  content: "";
  width: 5.4rem;
  height: 5.4rem;
  background: url(../images/common/ic-arr-y.png) no-repeat center center/100% 100%;
}
.price__case-item .group__account-content span {
  width: 100%;
  padding: 1.75rem 0;
  font-size: 3.8rem;
  font-weight: 800;
  background: #002FFF;
  text-align: center;
}
.price__case-item .group__account-content span small {
  font-size: 2.9rem;
}
.price__case-item .group__account-percent {
  padding: 1.8rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 3px solid #FF004D;
  border-radius: 1.6rem;
  background: #e7e7e7;
}
.price__case-item .group__account-percent p {
  font-size: 6.6rem;
  line-height: 1.3;
  font-weight: 800;
  color: #FF004D;
}
.price__case-item .group__account-percent span {
  text-align: center;
  color: #FF004D;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.3;
}
.price__case-item .group__mask {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
}
.price__case-item .group__mask p {
  font-size: 2.4rem;
  line-height: 1.8;
  padding: 0 2.2rem;
  border: 1px solid #000;
}
.price__tips {
  padding: 9.6rem 0;
  background: #e7e7e7;
}
.price__tips-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.price__tips-title span {
  font-size: 2.9rem;
  font-weight: 800;
  line-height: 1.3;
  padding: 0 2.4rem;
}
.price__tips-title .title {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 1rem 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.price__tips-title .title p {
  font-size: 6.7rem;
  font-weight: 800;
  line-height: 1.3;
}
.price__tips-title .text {
  margin: 3.2rem auto 0;
  width: 100%;
  max-width: 80rem;
}
.price__tips-title .text p {
  font-size: 2.6rem;
  line-height: 2;
  font-weight: 500;
}
.price__tips-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9.6rem;
  margin-top: 4rem;
}
.price__tips-table {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.price__tips-table .title p {
  font-size: 4.3rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
}
.price__tips-table .zone-table {
  padding: 4rem 3.2rem;
  width: 100%;
  max-width: 90rem;
  background: #fff;
}
.price__tips-table .table .text-sm {
  font-size: 1.4rem;
  font-weight: 500;
}
.price__tips-table .table tr {
  display: flex;
}
.price__tips-table .table tr:not(:last-child) {
  border-bottom: 2px solid #fff;
}
.price__tips-table .table tr td {
  flex: 1;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #e7e7e7;
}
.price__tips-table .table tr td:first-child {
  flex: unset;
  width: 100%;
  max-width: 30rem;
  background: #4E4E4E;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 1rem;
}
.price__tips-table .table tr td:first-child p {
  font-size: 2.8rem;
  font-weight: 800;
}
.price__tips-table .table tr td p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  flex: 1;
}
.price__tips-table .table tr td .group {
  display: flex;
  gap: 1.6rem;
}
.price__tips-table .table tr td .group span {
  font-size: 2rem;
  padding: 1.3rem 0.8rem;
  width: 100%;
  max-width: 20.8rem;
  font-weight: 800;
  background: #9C9C9C;
}
.price__tips-table .table__basic table tbody tr td:not(:first-child) p {
  text-align: start;
  width: 100%;
}
.price__tips-add {
  padding: 4.8rem 4rem;
  width: 100%;
  margin-top: 9.6rem;
  border-radius: 3.2rem;
  background: url(../images/price/price_add-bg.png) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.price__tips-add .text {
  width: 100%;
  max-width: 59.9rem;
}
.price__tips-add .text p {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 2;
}

@media (max-width: 1080px) {
  .price__top-group {
    flex-direction: column;
    align-items: center;
    padding: 1.6rem 0;
  }
  .price__secret-list {
    flex-wrap: wrap;
  }
  .price__case .container {
    width: 100%;
  }
  .price__case-item {
    flex-direction: column;
    align-items: center;
  }
  .price__case-item .image {
    width: 100%;
    max-width: 100%;
  }
  .price__case-item .image img {
    width: 100%;
  }
  .price__case-item .group {
    width: 92%;
    margin: 0 auto;
    max-width: 100%;
  }
  .price__tips-add {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .price__tips-title .title {
    width: 100%;
    flex-direction: column;
  }
  .price__tips-table .table tr {
    flex-direction: column;
  }
  .price__tips-table .table tr td:first-child {
    max-width: 100%;
  }
  .price__top-text span {
    font-size: 2.7rem;
  }
  .price__top-text p {
    font-size: 9.5rem;
  }
  .price__top-text p small {
    font-size: 6.1rem;
  }
  .price__case {
    padding: 6.4rem 0;
  }
  .price__case-item .group__account-content span {
    font-size: 2.5rem;
  }
  .price__case-item .group__account-content span small {
    font-size: 1.6rem;
  }
  .price__case-item .group__account-content p {
    font-size: 2.5rem;
  }
  .price__case-item .group__account-content p::before {
    width: 3.1rem;
    height: 3rem;
  }
  .price__case-item .group__account-percent span {
    font-size: 2.1rem;
  }
  .price__case-item .group__account-percent p {
    font-size: 4.7rem;
  }
  .price__case-item .group__mask p {
    padding: 0 0.8rem;
    font-size: 1.8rem;
  }
  .price__case-item .group__mask {
    gap: 0.8rem;
  }
  .price__case-item .group__title p {
    font-size: 2.4rem;
  }
  .price__case-item .group__text p {
    font-size: 1.8rem;
  }
  .price__case-list {
    gap: 6.4rem;
  }
  .price__tips-title span {
    font-size: 2.4rem;
    padding: 0.8rem 2.4rem;
    line-height: 1.3;
  }
  .price__tips-title .title p {
    font-size: 3.8rem;
    text-align: center;
  }
  .price__tips-title .text p {
    font-size: 2rem;
  }
  .price__tips-table .zone-table {
    padding: 1.6rem;
  }
  .price__tips-table .table tr td .group span {
    max-width: 14.6rem;
  }
  .price__tips-table .table tr td:first-child p {
    font-size: 2.5rem;
  }
  .price__tips-add {
    margin-top: 6.4rem;
    border-radius: 1.6rem;
  }
  .price__tips-add .image {
    max-width: 20.2rem;
  }
  .price__tips-add .text p {
    font-size: 2.1rem;
  }
  .price__tips-table .zone-table .table__basic table thead tr th {
    padding: 1.6rem 0.6rem;
  }
  .price__tips-table .zone-table .table__basic table thead tr th p {
    font-size: 1.6rem;
    text-align: center;
  }
}
.main.thanks .sec-thanks {
  background: url(../images/thanks/bg-thanks.png) no-repeat;
  background-size: cover;
  padding: 17.9rem 0 17.9rem;
}
.main.thanks .sec-thanks .container {
  max-width: 89.8rem;
}
.main.thanks .sec-thanks .container .content .box {
  background: #ffffff;
  padding: 4.8rem 3.2rem;
}
.main.thanks .sec-thanks .container .content .box .box-title {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-bottom: 3.2rem;
}
.main.thanks .sec-thanks .container .content .box .box-title h2 {
  font-size: 3.9rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
  font-weight: 800;
  text-align: center;
}
.main.thanks .sec-thanks .container .content .box .box-title p {
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #000000;
}
.main.thanks .sec-thanks .container .content .box .box-btn {
  width: 100%;
  max-width: 19.3rem;
  padding: 1.6rem 0rem;
  border: 1px solid;
  display: block;
  margin: 0 auto;
}
.main.thanks .sec-thanks .container .content .box .box-btn p {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-align: center;
  font-weight: 500;
}
.main.thanks .sec-thanks .container .content .box .box-contact {
  background: #0077ff;
  padding: 2.4rem;
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.main.thanks .sec-thanks .container .content .box .box-contact .box-contact__title h2 {
  font-size: 3.9rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.main.thanks .sec-thanks .container .content .box .box-contact .box-contact__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
}
.main.thanks .sec-thanks .container .content .box .box-contact .box-contact__btn .btn-contact {
  padding: 2.4rem 0;
  background: #ffffff;
  border-radius: 1.6rem;
  width: 100%;
  max-width: 37.7rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.main.thanks .sec-thanks .container .content .box .box-contact .box-contact__btn .btn-contact .gr-text {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.main.thanks .sec-thanks .container .content .box .box-contact .box-contact__btn .btn-contact .gr-text .right p {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 4.1rem;
  color: #000000;
}
.main.thanks .sec-thanks .container .content .box .box-contact .box-contact__btn .btn-contact .text p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  color: #181818;
}
.main.thanks .sec-thanks .container .content .box .box-contact .box-contact__btn .line {
  width: 100%;
  max-width: 37.7rem;
  background: #00c527;
  padding: 2.4rem 0;
  border-radius: 1.6rem;
  gap: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main.thanks .sec-thanks .container .content .box .box-contact .box-contact__btn .line .line-text p {
  font-size: 3.9rem;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
}
.main.thanks .sec-thanks .container .content .box .box-contact .box-contact__btn .line .line-txt p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}

@media (max-width: 768px) {
  .main.thanks .sec-thanks {
    padding: 6.4rem 0;
  }
  .main.thanks .sec-thanks .container .content .box .box-title h2 {
    font-size: 3rem;
  }
  .main.thanks .sec-thanks .container .content .box .box-title p {
    font-size: 1.8rem;
  }
  .main.thanks .sec-thanks .container .content .box .box-contact .box-contact__title h2 {
    font-size: 2rem;
  }
  .main.thanks .sec-thanks .container .content .box .box-contact .box-contact__btn .line .line-text p {
    font-size: 3.2rem;
    text-align: center;
  }
  .main.thanks .sec-thanks .container .content .box .box-contact .box-contact__btn .btn-contact .gr-text .right p {
    font-size: 2.8rem;
  }
  .main.thanks .sec-thanks .container .content .box .box-contact .box-contact__btn .line .line-text p {
    font-size: 2.4rem;
  }
  .main.thanks .sec-thanks .container .content .box .box-contact .box-contact__btn .btn-contact,
  .main.thanks .sec-thanks .container .content .box .box-contact .box-contact__btn .line {
    padding: 1.6rem 0;
    border-radius: 1.6rem;
  }
  .main.thanks .sec-thanks .container .content .box .box-btn p {
    font-size: 1.8rem;
  }
  .main.thanks .sec-thanks .container .content .box {
    padding: 1.6rem;
  }
}
.main.company .sec-banner {
  background: url(../images/top/bg3.png) no-repeat left center/cover #E7E7E7;
  padding: 8.95rem 0 8.95rem;
}
.main.company .sec-banner .container .content .bg-banner {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.main.company .sec-banner .container .content .bg-banner .right {
  display: flex;
  flex-direction: column;
}
.main.company .sec-banner .container .content .bg-banner .right .text-company h2 {
  background: linear-gradient(270deg, #3300FF 0%, #110056 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
  font-size: 12.8rem;
  letter-spacing: -0.02em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.main.company .sec-banner .container .content .bg-banner .right .txt p {
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-weight: 800;
  font-size: 4rem;
}
.main.company .sec-img .container {
  width: 100%;
  max-width: none;
}
.main.company .sec-img .container .content picture img {
  width: 100%;
}
.main.company .sec-parent {
  padding: 6.4rem 0 10.4rem;
}
.main.company .sec-parent .container {
  max-width: 74.8rem;
}
.main.company .sec-parent .container .content .title-parent {
  text-align: center;
}
.main.company .sec-parent .container .content .title-parent p {
  font-weight: 800;
  font-size: 5.2rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #181818;
}
.main.company .sec-parent .container .content .title-parent h2 {
  color: #181818;
  line-height: 1.2;
  letter-spacing: -0.06em;
  font-size: 8.8rem;
  font-weight: 800;
}
.main.company .sec-parent .container .content .list-parent {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.main.company .sec-parent .container .content .list-parent .item-parent {
  padding: 3rem 0 3rem;
  display: flex;
  gap: 4.8rem;
  border-bottom: 1px solid #000000;
}
.main.company .sec-parent .container .content .list-parent .item-parent .text {
  width: 100%;
  max-width: 10rem;
}
.main.company .sec-parent .container .content .list-parent .item-parent .text p {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.03em;
  color: #000000;
  font-size: 1.8rem;
  text-align: right;
}
.main.company .sec-parent .container .content .list-parent .item-parent .txt p {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.03em;
  color: #000000;
  font-size: 1.8rem;
}
.main.company .sec-parent .container .content .list-parent .item-parent .txt a {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.03em;
  color: #000000;
  font-size: 1.8rem;
}
.main.company .sec-parent .container .content .list-parent .item-parent:last-child {
  border: none;
}
.main.company .sec-staff {
  padding-bottom: 9.6rem;
}
.main.company .sec-staff .container .content .title-staff {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main.company .sec-staff .container .content .title-staff .staff-btn {
  width: 100%;
  max-width: 21.21rem;
  gap: 1rem;
  display: flex;
  background-color: #0316C9;
  border-radius: 4.7rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0 0.8rem;
}
.main.company .sec-staff .container .content .title-staff .staff-btn p {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.36em;
  color: #FFFFFF;
}
.main.company .sec-staff .container .content .title-staff h2 {
  font-weight: 800;
  font-size: 6.7rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #252525;
}
.main.company .sec-staff .container .content .list-staff {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(52.4rem, 1fr));
  gap: 3.2rem;
}
.main.company .sec-staff .container .content .list-staff .item-staff {
  border: 1px solid #000000;
  padding: 2.4rem;
}
.main.company .sec-staff .container .content .list-staff .item-staff .title-people {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.main.company .sec-staff .container .content .list-staff .item-staff .title-people .left img {
  width: 100%;
}
.main.company .sec-staff .container .content .list-staff .item-staff .title-people .right {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.main.company .sec-staff .container .content .list-staff .item-staff .title-people .right p {
  font-size: 4.6rem;
  font-weight: 800;
  line-height: 1.3;
  color: #000000;
  letter-spacing: 0;
}
.main.company .sec-staff .container .content .list-staff .item-staff .title-people .right h5 {
  font-size: 3.1rem;
  font-weight: 800;
  line-height: 1.3;
  color: #000000;
  letter-spacing: 0;
}
.main.company .sec-staff .container .content .list-staff .item-staff .box-people {
  margin-top: 2rem;
  background: #252525;
  padding: 0.8rem;
}
.main.company .sec-staff .container .content .list-staff .item-staff .box-people p {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: 0;
}
.main.company .sec-staff .container .content .list-staff .item-staff .text-people {
  margin-top: 1.6rem;
}
.main.company .sec-staff .container .content .list-staff .item-staff .text-people p {
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1.8;
  font-weight: 500;
  color: #000000;
}

@media (max-width: 1080px) {
  .main.company .sec-banner .container .content .bg-banner .right .text-company h2 {
    font-size: 11rem;
  }
}
@media (max-width: 768px) {
  .main.company .sec-banner {
    padding: 3.2rem 0 3.2rem;
  }
  .main.company .sec-banner .container .content .bg-banner {
    flex-direction: column;
  }
  .main.company .sec-banner .container .content .bg-banner .left img {
    max-width: 12rem;
  }
  .main.company .sec-banner .container .content .bg-banner .right .text-company h2 {
    font-size: 5.5rem;
    text-align: center;
  }
  .main.company .sec-banner .container .content .bg-banner .right .txt p {
    font-size: 2.1rem;
    text-align: center;
  }
  .main.company .sec-parent {
    padding: 3.2rem 0 10.4rem;
  }
  .main.company .sec-parent .container .content .title-parent p {
    font-size: 2.8rem;
  }
  .main.company .sec-parent .container .content .title-parent h2 {
    font-size: 6.4rem;
  }
  .main.company .sec-parent .container .content .list-parent .item-parent {
    padding: 2.4rem 0 2.4rem;
    gap: 0.8rem;
    flex-direction: column;
  }
  .main.company .sec-parent .container .content .list-parent .item-parent .text p {
    font-weight: 800;
    font-size: 2.2rem;
    text-align: left;
  }
  .main.company .sec-parent .container .content .list-parent .item-parent .text {
    max-width: none;
  }
  .main.company .sec-staff .container .content .title-staff .staff-btn {
    max-width: 17.621rem;
  }
  .main.company .sec-staff .container .content .title-staff .staff-btn p {
    font-size: 1.6rem;
  }
  .main.company .sec-staff .container .content .title-staff h2 {
    font-size: 3.7rem;
  }
  .main.company .sec-staff .container .content .list-staff {
    margin-top: 2.4rem;
    grid-template-columns: repeat(auto-fill, minmax(35.8rem, 1fr));
  }
  .main.company .sec-staff .container .content .list-staff .item-staff .title-people {
    gap: 0.8rem;
    align-items: flex-start;
    flex-direction: column;
  }
  .main.company .sec-staff .container .content .list-staff .item-staff .title-people .left {
    margin: 0 auto;
  }
  .main.company .sec-staff .container .content .list-staff .item-staff .title-people .right {
    gap: 0.8rem;
  }
  .main.company .sec-staff .container .content .list-staff .item-staff .title-people .right h5 {
    font-size: 2.3rem;
  }
  .main.company .sec-staff .container .content .list-staff .item-staff .box-people {
    margin-top: 1rem;
  }
  .main.company .sec-staff .container .content .list-staff .item-staff .text-people p {
    font-size: 1.8rem;
  }
}
.main.steps .sec-banner {
  background: url(../images/top/bg3.png) no-repeat left center/cover #e7e7e7;
  padding: 8.95rem 0 8.95rem;
}
.main.steps .sec-banner .container .content .bg-banner {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.main.steps .sec-banner .container .content .bg-banner .right {
  display: flex;
  flex-direction: column;
}
.main.steps .sec-banner .container .content .bg-banner .right .text-company h2 {
  background: linear-gradient(270deg, #3300ff 0%, #110056 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
  font-size: 12.8rem;
  letter-spacing: -0.02em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.main.steps .sec-banner .container .content .bg-banner .right .txt p {
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-weight: 800;
  font-size: 4rem;
}
.main.steps .sec-step {
  padding: 6.4rem 0 9.6rem;
}
.main.steps .sec-step .container {
  max-width: 108rem;
}
.main.steps .sec-step .container .content .list-step {
  display: flex;
  flex-direction: column;
}
.main.steps .sec-step .container .content .list-step .item-step {
  display: flex;
  gap: 2.4rem;
  width: 100%;
  justify-content: center;
}
.main.steps .sec-step .container .content .list-step .item-step .left img {
  width: 100%;
  height: 100%;
}
.main.steps .sec-step .container .content .list-step .item-step .right {
  flex: 2;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-title {
  display: flex;
  gap: 4rem;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-title .right-title__box {
  width: 10rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(270deg, #3300ff 0%, #110056 100%);
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-title .right-title__box p {
  font-size: 6.8rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-title .right-title__title {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-title .right-title__title h2 {
  font-weight: 800;
  font-size: 5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #252525;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-title .right-title__title p {
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #252525;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-box {
  border: 4px solid #252525;
  padding: 2.4rem;
  margin-top: 2.4rem;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-box .right-box__title p {
  font-weight: 800;
  line-height: 1.2;
  font-size: 2.8rem;
  letter-spacing: -0.02em;
  color: #252525;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-box .right-box__list {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-box .right-box__list .right-box__item {
  display: flex;
  gap: 1.6rem;
  background: #e7e7e7;
  border-radius: 1.6rem;
  padding: 0.8rem 1.6rem;
  align-items: center;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-box .right-box__list .right-box__item .right-box__item--right p {
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #252525;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-box .right-box__text {
  margin-top: 2.4rem;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-box .right-box__text p {
  font-size: 1.9rem;
  line-height: 2;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #252525;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-box__message {
  display: flex;
  margin-bottom: 1.6rem;
  gap: 2.4rem;
  margin-top: 1.6rem;
  align-items: center;
  justify-content: center;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-box__message .right-box__message--left img {
  width: 100%;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-box__message .right-box__message--right p {
  color: #fc6b03;
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-box__box {
  display: flex;
  gap: 1rem;
  background: linear-gradient(90deg, #fc6b03 40.87%, #ff0084 100%);
  width: 100%;
  max-width: 55.9rem;
  border-radius: 5.1rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 3rem 0 3rem;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-box__box p {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-text {
  margin-top: 2.4rem;
  padding: 0.8rem 0 0.8rem;
  max-width: 75.6rem;
  background: #fc6b03;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-text p {
  text-align: center;
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 2.4rem;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item .right-item__title {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item .right-item__title .right-item__title--left p {
  color: #252525;
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item .right-item__title .right-item__title--right {
  background: #ffffff;
  width: 100%;
  max-width: 32.6rem;
  border: 1px solid #fc6b03;
  border-radius: 3.7rem;
  padding: 0.8rem 0;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item .right-item__title .right-item__title--right p {
  font-weight: 800;
  font-size: 2.3rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fc6b03;
  text-align: center;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item .right-item__content {
  margin-top: 2.4rem;
  display: flex;
  gap: 2.4rem;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item .right-item__content .right-item__content--left img {
  width: 100%;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item .right-item__content .right-item__content--right {
  width: 100%;
  max-width: 27.3rem;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item .right-item__content .right-item__content--right p {
  color: #252525;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item .right-item__content .right-item__content--right p span {
  font-weight: 800;
  color: #fc6b03;
}
.main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item:nth-child(2) .right-item__title .right-item__title--right {
  max-width: 46.1rem;
}
.main.steps .sec-step .container .content .list-step .item-step:nth-child(7) {
  flex-direction: column;
  gap: 1.6rem;
  align-items: center;
}
.main.steps .sec-step .container .content .list-step .item-step:nth-child(7) .item-step__box {
  border: 5px solid;
  border-image-source: linear-gradient(90deg, #fc6b03 40.87%, #ff0084 100%);
  border-image-slice: 1;
  width: 100%;
  max-width: 40.3rem;
  padding: 0.8rem 0rem;
}
.main.steps .sec-step .container .content .list-step .item-step:nth-child(7) .item-step__box p {
  font-weight: 800;
  font-size: 7.2rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #252525;
  text-align: center;
}
.main.steps .sec-step .container .content .list-step .item-step:nth-child(7) .item-step__text p {
  font-weight: 800;
  font-size: 2.9rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #252525;
}
.main.steps .sec-step .container .content .list-step .item-step:nth-child(7) .item-step__img {
  margin: 0 auto;
}
.main.steps .sec-step .container .content .list-step .item-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1080px) {
  .main.steps .sec-banner .container .content .bg-banner .right .text-company h2 {
    font-size: 11rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .main.steps .sec-banner {
    padding: 3.2rem 0 3.2rem;
  }
  .main.steps .sec-banner .container .content .bg-banner {
    flex-direction: column;
  }
  .main.steps .sec-banner .container .content .bg-banner .left img {
    max-width: 12rem;
  }
  .main.steps .sec-banner .container .content .bg-banner .right .text-company h2 {
    font-size: 5.5rem;
    text-align: center;
  }
  .main.steps .sec-banner .container .content .bg-banner .right .txt p {
    font-size: 2.1rem;
    text-align: center;
  }
  .main.steps .sec-step .container {
    width: 100%;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right {
    width: 90%;
    margin: 0 auto;
  }
  .main.steps .sec-step .container .content .list-step .item-step {
    gap: 1.6rem;
    flex-direction: column;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-title .right-title__box {
    width: 6.8rem;
    height: 6.8rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-title .right-title__box p {
    font-size: 4.6rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-title {
    gap: 0.8rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-title .right-title__title h2 {
    font-size: 3rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-title .right-title__title p {
    font-size: 1.9rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-box .right-box__list .right-box__item .right-box__item--right p {
    font-size: 2rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-box .right-box__list .right-box__item {
    padding: 1.6rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-box .right-box__list .right-box__item .right-box__item--left {
    width: 3.9rem;
    height: 3.9rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-box .right-box__list .right-box__item .right-box__item--right {
    flex: 1;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-box__message .right-box__message--right p {
    font-size: 2.3rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-box__box {
    max-width: 34rem;
    padding: 2.5rem 0 2.5rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-box .right-box__text p {
    font-size: 1.6rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-text {
    width: 100%;
    padding: 0.8rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-list {
    gap: 4rem;
    margin-top: 4rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item .right-item__title {
    gap: 0.4rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item .right-item__title .right-item__title--left {
    width: 100%;
    max-width: 16.3rem;
    background: #252525;
    border-radius: 0.8rem;
    padding: 1.95rem 0;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item .right-item__title .right-item__title--left p {
    color: #ffffff;
    font-size: 2.1rem;
    text-align: center;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item .right-item__title .right-item__title--right {
    max-width: 16.3rem;
    border-radius: 0.8rem;
    padding: 0.73rem 0.8rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item .right-item__title .right-item__title--right p {
    font-size: 2rem;
    text-align: left;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item .right-item__content {
    margin-top: 1.6rem;
    gap: 1.6rem;
    flex-direction: column;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item .right-item__content .right-item__content--left img {
    max-width: none;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item .right-item__content .right-item__content--right {
    max-width: none;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item:nth-child(2) .right-item__title .right-item__title--right {
    max-width: 16.3rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-list .right-item:nth-child(2) .right-item__title .right-item__title--left {
    padding: 3.15rem 0;
  }
  .main.steps .sec-step .container .content .list-step .item-step:nth-child(7) .item-step__box {
    max-width: 35.8rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step:nth-child(7) .item-step__box p {
    font-size: 5.6rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step:nth-child(7) .item-step__text p {
    font-size: 2.3rem;
  }
  .main.steps .sec-step .container .content .list-step .item-step:nth-child(7) {
    width: 90%;
    margin: 0 auto;
  }
  .main.steps .sec-step .container .content .list-step .item-step .right .right-text p {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */