/* main-visual */
.main-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 180px 0 145px;
}

.visual-desc {
  margin-top: -85px;
}

.visual-desc p {
  font-size: 30px;
  line-height: 1.4;
  color: #000;
  font-weight: 500;
  margin-bottom: 50px;
}

.visual-desc .visual-btn {
  background: linear-gradient(90deg, #424242 0%, #0e0e0e 48%);
  color: #fff;
  border-radius: 4px;
  padding: 15px 50px;
  font-size: 20px;
  font-weight: 700;
  box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.16),
    0px 3px 7px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
  .main-visual {
    padding: 100px 20px;
  }

  .main-visual img {
    width: 100%;
  }

  .visual-desc {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .visual-desc {
    position: absolute;
    bottom: 15%;
  }

  .visual-desc p {
    font-size: 18px;
    margin-bottom: 35px;
  }

  .visual-desc .visual-btn {
    padding: 15px 28px;
    font-size: 14px;
  }
}

/* problem-section */
.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.head {
  text-align: center;
  margin-bottom: 100px;
}

.label {
  font-size: 28px;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 15px;
}

.title {
  font-size: 50px;
  line-height: 1.4;
  font-weight: 800;
  margin-bottom: 40px;
}

.subtitle {
  font-size: 36px;
  line-height: 1.4;
  word-break: keep-all;
}

@media (max-width: 768px) {
  .head {
    margin-bottom: 40px;
  }

  .label {
    font-size: 16px;
  }

  .title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .subtitle {
    font-size: 20px;
  }
}

/* problem-section */
.section01-bg {
  background: url("/ado/images/section01-bg.png"),
    linear-gradient(180deg, #f8f8f8 75%, #2b5be1 107%);
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center bottom;
  background-size: auto, cover;
}

.problem-section {
  padding: 100px 0 0;
}

.problem-content {
  display: grid;
  grid-template-columns: minmax(0, 590px) minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.problem-quotes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quote-item {
  display: flex;
  align-items: center;
  background-image: url("/ado/images/quote-bg01.png");
  background-repeat: no-repeat;
  padding: 12px 27px 34px;
}

.quote-item:nth-child(odd) {
  background-image: url("/ado/images/quote-bg02.png");
}

.quote-emoji {
  background: #fff;
  border-radius: 50%;
  padding: 15px 15px 11px;
  margin-left: auto;
}

.quote-emoji:nth-child(odd) {
  margin-right: auto;
}

.quote-bubble {
  flex: 1;
  text-align: center;
}

.quote-text {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

.quote-meta {
  font-size: 20px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.7);
}

/* .problem-image img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
  display: block;
} */

.problem-image-swiper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 4px;
}

.problem-image-swiper .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.problem-image-pagination {
  left: unset !important;
  width: auto !important;
  position: absolute;
  right: 16px;
  bottom: 16px !important;
  padding: 4px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
  font-size: 16px;
  line-height: 1;
  z-index: 1;
}

.problem-image-pagination .swiper-pagination-current,
.problem-image-pagination .swiper-pagination-total {
  font-weight: 500;
}

.solution-banner {
  margin-top: 87px;
  padding: 24px 20px 36px;
  border-radius: 4px;
  background-color: #f1f6ef;
  background-image: url("/ado/images/solution-bg.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  border: 1px solid #399b34;
  text-align: center;
}

.solution-eyebrow {
  margin-bottom: 20px;
}

.solution-text01 {
  display: flex;
  flex-direction: column;
  font-size: 46px;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 25px;
}

.solution-text02 {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 900;
}

.solution-strong {
  color: var(--main-color);
}

.solution-line {
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .problem-section {
    padding: 100px 20px 0;
  }
}

@media (max-width: 1024px) {
  .problem-content {
    grid-template-columns: 1fr;
  }

  .problem-quotes {
    order: 1;
  }

  .quote-item {
    min-width: 590px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .solution-banner {
    margin-top: 46px;
    padding: 16px 20px 20px;
    background-image: url("/ado/images/solution-mbg.png");
  }

  .solution-eyebrow {
    margin-bottom: 10px;
  }

  .solution-icon img {
    width: 26px;
  }

  .solution-text01 {
    font-size: 24px;
    margin-bottom: 0;
    word-break: keep-all;
  }

  .solution-line {
    margin-top: 30px;
  }
}

@media (max-width: 590px) {
  .problem-section {
    padding: 80px 20px 0;
  }

  .problem-content {
    gap: 30px;
  }

  .quote-item {
    min-width: 100%;
    background-size: contain;
    background-position: center;
    justify-content: space-around;
  }

  .quote-item,
  .quote-item:nth-child(odd) {
    padding: 12px;
    background-image: none;
  }

  .quote-item {
    background-color: #e7ebf6;
    border-radius: 99px;
  }

  .quote-bubble {
    flex: none;
  }

  .quote-emoji:nth-child(odd),
  .quote-emoji {
    margin-left: unset;
    margin-right: unset;
  }

  .quote-text {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .quote-meta {
    font-size: 15px;
  }

  .quote-emoji {
    padding: 10px 10px 6px;
  }

  .quote-emoji img {
    max-width: 36px;
  }

  .problem-image-pagination {
    font-size: 13px;
  }
}

@media (max-width: 320px) {
  .quote-emoji {
    display: none;
  }
}

/* solution-section */
.solution-section {
  padding: 60px 0;
}

.solution-steps-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 100px;
  flex-wrap: wrap;
}

.solution-steps-nav .step-nav-item {
  display: flex;
  font-size: 22px;
  font-weight: 600;
  border-radius: 4px;
  line-height: 1.4;
  color: #000;
  gap: 10px;
  align-items: center;
  padding: 10px 15px;
  background-color: #eff3ff;
}

.solution-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 70px 0;
}

.solution-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/ado/images/solution-grid-bg.png");
  background-repeat: no-repeat;
  background-position: center top 40px;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}

.solution-item {
  position: relative;
  z-index: 1;
  text-align: left;
  transition: 0.2s;
  margin-right: 20px;
}

.solution-item.bottom-flex {
  display: flex;
}

.solution-item .num {
  font-size: 22px;
  color: var(--main-color);
  font-weight: 700;
  margin-bottom: 37px;
}

.solution-item .desc {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
}

.solution-item img {
  width: 100%;
  object-fit: cover;
}

.solution-bottom {
  margin-top: auto;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.4;
}

.solution-bottom.mo-only {
  display: none;
}

@media (max-width: 1200px) {
  .solution-section {
    padding: 60px 20px;
  }

  .solution-grid::before {
    content: none;
  }

  .solution-item .num {
    margin-bottom: 15px;
  }
}

@media (max-width: 1024px) {
  .solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-item:nth-child(5) {
    order: 4;
  }

  .solution-item:nth-child(6) {
    order: 3;
  }

  .solution-item.bottom-flex {
    order: 5;
  }
}

@media (max-width: 768px) {
  .solution-steps-nav {
    margin-top: 60px;
    margin-bottom: 80px;
    gap: 10px;
  }

  .step-nav-item img {
    width: 20px;
  }

  .solution-steps-nav .step-nav-item {
    font-size: 14px;
  }

  .solution-grid {
    gap: 40px;
    grid-template-columns: 1fr;
  }

  .solution-item {
    margin-right: 0;
    padding-left: 20px;
  }

  .solution-grid::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 0;
    width: 1px;
    background: var(--main-color);
  }

  .solution-item {
    position: relative;
  }

  .solution-item::before {
    content: "";
    position: absolute;
    left: 0.5px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--main-color);
    transform: translateX(-50%);
    z-index: 1;
  }

  .solution-item .num {
    font-size: 18px;
  }

  .solution-item .desc {
    font-size: 22px;
  }

  .solution-item.bottom-flex {
    display: none;
  }

  .solution-bottom.mo-only {
    display: block;
    margin-top: 70px;
    font-size: 28px;
    word-break: keep-all;
  }
}

/* check-section */
.check-section {
  padding: 60px 0 200px;
}

.check-title {
  margin-top: 23px;
  font-size: 40px;
  font-weight: 800;
}

.check-title span {
  color: var(--main-color);
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.check-card {
  position: relative;
  padding: 20px;
  border-radius: 4px;
  background: rgba(248, 248, 248, 0.4);
  box-shadow: 5px 6px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.point-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  border-radius: 999px;
  background: var(--main-color);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.check-card-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}

.check-card-title {
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}

.check-card-desc {
  font-size: 20px;
  line-height: 1.4;
  word-break: keep-all;
}

.check-bottom {
  margin-top: 120px;
  text-align: center;
  color: #fff;
}

.check-bottom-title {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.4;
  padding-top: 37px;
  word-break: keep-all;
}

.check-bottom-title span {
  color: #012a9d;
}

.check-bottom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 83px;
  padding: 20px 50px;
  border-radius: 4px;
  background: linear-gradient(90deg, #424242 0%, #0e0e0e 48%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.16),
    0px 3px 7px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
  .check-section {
    padding: 40px 20px 80px;
  }

  .check-bottom img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .check-section .head img {
    width: 26px;
  }

  .check-title {
    font-size: 28px;
  }

  .check-grid {
    margin-top: 70px;
    gap: 20px 14px;
  }

  .check-card {
    padding: 15px 10px;
    min-height: 250px;
  }

  .point-label {
    font-size: 10px;
  }

  .check-card-icon {
    position: unset;
    align-self: center;
    margin-top: auto;
  }

  .check-card-icon img {
    max-width: 120px;
    width: 100%;
  }

  .check-card-title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .check-card-desc {
    font-size: 13px;
  }

  .check-bottom {
    margin-top: 100px;
  }

  .check-bottom-title {
    font-size: 30px;
  }

  .check-bottom-btn {
    font-size: 14px;
    margin-top: 60px;
    padding: 15px 20px;
  }

  .section01-bg {
    background: url("/ado/images/section01-mbg.png"),
      linear-gradient(180deg, #f8f8f8 75%, #2b5be1 107%);
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center bottom;
    background-size: contain;
  }
}

/* result-section */
.section02-bg {
  background: url("/ado/images/section02-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
}

.result-section {
  padding: 120px 0 150px;
  background-image: url("/ado/images/result-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
}

.result-top {
  text-align: center;
  margin-bottom: 93px;
}

.result-label {
  margin-top: 25px;
  font-size: 40px;
  font-weight: 600;
  color: var(--main-color);
}

.result-sub {
  margin-top: 30px;
  font-size: 40px;
  font-weight: 800;
  color: var(--main-color);
}

.result-middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 64px;
}

.result-copy {
  flex: 1.1;
}

.result-copy-line {
  font-size: 46px;
  line-height: 1.4;
  font-weight: 800;
}

.result-copy-line span {
  color: var(--main-color);
}

.result-visual {
  flex: 0.9;
  text-align: right;
}

.result-bottom {
  position: relative;
}

/* .review-swiper {
  max-width: 900px;
  margin-right: unset !important;
} */

.review-swiper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(248, 248, 248, 0) 16%,
    #f8f8f8 89%
  );
}

.review-swiper .swiper-wrapper {
  position: relative;
  padding-bottom: 20px;
}

.review-card {
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 5px 6px 12px rgba(0, 0, 0, 0.15);
}

.review-card img {
  height: auto;
  display: block;
  width: 100%;
}

.review-nav {
  /* position: absolute;
  left: 12%;
  bottom: 40px; */
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.review-btn {
  max-width: 46px;
  height: auto;
  border: none;
  background: #ffffff;
  cursor: pointer;
}

.review-btn.is-disabled {
  opacity: 0.8;
  pointer-events: none;
  cursor: default;
}

.result-note {
  text-align: right;
  font-size: 20px;
  opacity: 0.6;
}

@media (max-width: 1200px) {
  .result-section {
    padding: 120px 20px 150px;
  }

  .result-middle {
    gap: 0;
  }

  .review-nav {
    left: 0;
  }
}

@media (max-width: 1100px) {
  .result-middle {
    flex-direction: column;
    align-items: normal;
  }

  .review-nav {
    display: none;
  }
}

@media (max-width: 1024px) {
  .review-card img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .result-section {
    padding: 100px 20px 50px;
  }

  .result-middle {
    margin-bottom: 48px;
  }

  .result-flag img {
    width: 24px;
  }

  .result-label {
    font-size: 28px;
  }

  .result-percent {
    max-height: 90px;
    width: auto;
  }

  .result-sub {
    font-size: 28px;
  }

  .result-copy {
    text-align: center;
  }

  .result-copy-line {
    font-size: 30px;
    letter-spacing: -4%;
    word-break: keep-all;
  }

  .result-visual {
    margin-top: 50px;
  }

  .result-visual img {
    max-height: 150px;
  }

  .review-swiper::after {
    content: none;
  }

  .result-note {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .result-section {
    background-image: url(/ado/images/result-mbg.png);
    background-repeat: no-repeat;
    background-position: center top;
  }
}

/* trust-section */
.trust-section {
  margin-top: 90px;
}

.trust-box {
  position: relative;
  padding: 34px 33px 72px;
  background: #e7ebf6;
  border-radius: 4px;
  border: 1px solid var(--main-color);
  box-shadow: 5px 6px 12px rgba(0, 0, 0, 0.15);
}

.trust-box::before {
  content: "";
  position: absolute;
  left: 33px;
  top: 0;
  width: 57px;
  height: 75px;
  background-image: url("/ado/images/trust-box-tag.png");
  background-repeat: no-repeat;
}

.trust-head {
  text-align: center;
  margin-bottom: 40px;
}

.trust-title {
  margin-top: 20px;
  font-size: 50px;
  line-height: 1.4;
  font-weight: 800;
}

.trust-title span {
  color: var(--main-color);
}

.trust-stats {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 80px;
  text-align: center;
}

.trust-stat {
  flex: 1;
}

.trust-stat-icon img {
  margin-bottom: 7px;
}

.trust-stat-label {
  font-size: 20px;
  font-weight: 600;
}

.trust-stat-sub {
  margin: 13px 0 10px;
  font-size: 26px;
  font-weight: 700;
  color: var(--main-color);
}

.trust-review-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 25px;
  border-bottom: 1px var(--main-color) solid;
}

.trust-review-head p {
  font-size: 26px;
  font-weight: 600;
}

.trust-review-head p span {
  color: var(--main-color);
}

.trust-review-link {
  color: #000;
  opacity: 0.6;
  font-size: 20px;
  text-decoration: none;
}

.trust-review-link:hover {
  text-decoration: underline;
}

.trust-review-slider .swiper-slide {
  height: auto;
  display: flex;
}

.trust-review-card {
  width: 100%;
  position: relative;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  transition: all 0.25s ease;
  border: 1px var(--main-color) solid;
}

.trust-review-inner {
  display: flex;
  height: 100%;
}

.trust-review-content {
  flex: 0 0 55%;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.trust-review-thumb {
  flex: 0 0 45%;
  position: relative;
  overflow: hidden;
}

.trust-review-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trust-review-badge {
  display: inline-block;
  padding: 5px 17px;
  border-radius: 999px;
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.trust-review-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.trust-review-text {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 10px;
  word-break: keep-all;
}

.trust-review-tag {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color);
}

.trust-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 46px;
  height: 46px;
  border: none;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  cursor: pointer;
  z-index: 2;
}

.trust-btn.prev {
  left: 17%;
}

.trust-btn.next {
  right: 17%;
}

.trust-btn.is-disabled {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

@media (max-width: 1200px) {
  .trust-section {
    margin-top: 80px;
  }

  .trust-stat-img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .trust-btn.prev {
    left: 9%;
  }

  .trust-btn.next {
    right: 9%;
  }
}

@media (max-width: 768px) {
  .trust-box {
    padding: 40px 15px 72px;
    overflow: hidden;
  }

  .trust-review-slider {
    overflow: unset !important;
  }

  .trust-box::before {
    left: 15px;
    width: 41px;
    height: 53px;
    background-size: 100%;
  }

  .trust-head {
    margin-bottom: 42px;
  }

  .trust-head img {
    width: 25px;
  }

  .trust-title {
    margin-top: 0;
    font-size: 24px;
  }

  .trust-stats {
    flex-wrap: wrap;
    gap: 35px;
    margin-bottom: 60px;
  }

  .trust-stat:first-child {
    flex: 100%;
  }

  .trust-stat-img {
    max-width: 130px;
  }

  .trust-stat-icon img {
    max-width: 22px;
  }

  .trust-stat-line {
    max-width: 25px;
  }

  .trust-stat-label {
    font-size: 12px;
  }

  .trust-stat-sub {
    font-size: 15px;
  }

  .trust-review-head p {
    font-size: 22px;
  }

  .trust-review-link {
    font-size: 14px;
  }

  .trust-review-head {
    margin-bottom: 35px;
    align-items: flex-end;
  }

  .trust-btn.prev {
    left: -10px;
  }

  .trust-btn.next {
    right: -10px;
  }

  .trust-review-inner {
    flex-direction: column;
  }

  .trust-review-content {
    flex: 1;
    padding: 20px 15px;
    justify-content: flex-start;
    gap: 15px;
  }

  .trust-review-thumb {
    aspect-ratio: 16 / 9;
    flex: 1;
  }

  .trust-btn {
    max-width: 30px;
    height: 30px;
  }

  .trust-btn img {
    width: 100%;
  }

  .trust-review-badge {
    font-size: 14px;
  }

  .trust-review-title {
    font-size: 18px;
  }

  .trust-review-text {
    font-size: 13px;
    margin-top: 0;
    word-break: keep-all;
  }

  .trust-review-tag {
    font-size: 13px;
  }
}

/* trust-bottom */
.trust-bottom {
  margin-top: 80px;
  text-align: center;
}

.trust-bottom-line {
  margin: 34px 0 20px;
}

.trust-bottom-title {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 30px;
  word-break: keep-all;
}

.trust-bottom-desc {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 70px;
  word-break: keep-all;
}

.trust-bottom-list {
  display: flex;
  gap: 20px;
  padding-right: 12px;
  padding-bottom: 12px;
}

.trust-content-card {
  background: #f3f3f3;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 5px 6px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  padding: 17px 12px;
}

.trust-content-thumb {
  flex: 0 0 30%;
}

.trust-content-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}

.trust-content-body {
  flex: 0 0 70%;
  padding: 0 7px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.trust-content-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--main-color);
  margin-bottom: 5px;
}

.trust-content-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}

.trust-content-text {
  font-size: 14px;
  line-height: 1.2;
  opacity: 0.9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trust-bottom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 88px;
  padding: 20px 50px;
  border-radius: 4px;
  background: linear-gradient(90deg, #424242 0%, #0e0e0e 48%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.16),
    0px 3px 7px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
  .trust-bottom-line {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .trust-bottom-list {
    flex-direction: column;
  }

  .trust-content-thumb {
    flex: 0 0 15%;
  }

  .trust-content-body {
    flex: 1;
    padding: 0 20px;
  }

  .trust-content-text {
    margin-top: auto;
  }
}

@media (max-width: 768px) {
  .section02-bg {
    background: url(/ado/images/section02-mbg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
  }

  .trust-bottom {
    margin-top: 50px;
  }

  .trust-bottom-icon {
    width: 46px;
  }

  .trust-bottom-line {
    margin: 24px 0 28px;
  }

  .trust-bottom-title {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .trust-bottom-desc {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .trust-content-thumb {
    flex: 0 0 25%;
  }

  .trust-content-body {
    padding: 0 7px;
  }

  .trust-content-title {
    font-size: 15px;
  }

  .trust-bottom-btn {
    margin-top: 44px;
    padding: 15px 20px;
    font-size: 14px;
  }
}

/* system-panel */
.section03-bg {
  padding: 160px 0 190px;
  background: url("/ado/images/section03-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
}

.system-question-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}

.system-question {
  font-size: 46px;
  line-height: 1.5;
  font-weight: 800;
}

.system-question span {
  color: var(--main-color);
}

.system-illust {
  margin-bottom: -245px;
}

.system-panel {
  position: relative;
}

.system-panel-inner {
  position: relative;
  padding: 64px 40px 70px;
  background: #e7ebf6;
  border-radius: 4px;
  border: 1px solid var(--main-color);
  box-shadow: 5px 6px 12px rgba(0, 0, 0, 0.15);
}

.system-panel-inner::before {
  content: "";
  position: absolute;
  left: 33px;
  top: 0;
  width: 57px;
  height: 75px;
  background-image: url("/ado/images/trust-box-tag.png");
  background-repeat: no-repeat;
}

.system-panel-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 45px;
}

.system-panel-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.4;
}

.system-panel-title span {
  color: var(--main-color);
}

.system-line {
  margin-bottom: 63px;
}

.system-card-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.system-card {
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 5px 6px 12px rgba(0, 0, 0, 0.15);
}

.system-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.system-card-body {
  padding: 15px 20px 25px;
}

.system-card-num {
  font-size: 60px;
  font-weight: 800;
  color: var(--main-color);
  line-height: 1.4;
  margin-bottom: 8px;
}

.system-card-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.system-card-title span {
  color: var(--main-color);
}

.system-card-text {
  font-size: 20px;
  line-height: 1.4;
  word-break: keep-all;
}

.system-card-text span {
  display: inline-block;
  padding: 2px;
  background: rgba(43, 91, 225, 0.2);
}

.system-m {
  display: none;
}

@media (max-width: 1200px) {
  .section03-bg {
    padding: 160px 20px 190px;
  }

  .system-line {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .system-question {
    font-size: 40px;
  }

  .system-card-list {
    grid-template-columns: 1fr;
  }

  .system-card {
    flex-direction: row;
  }

  .system-card-thumb {
    flex: 0 0 30%;
  }

  .system-card-body {
    display: flex;
    flex-direction: column;
  }

  .system-card-title {
    margin-bottom: auto;
  }

  .system-pc {
    display: none;
  }

  .system-m {
    display: block;
  }
}

@media (max-width: 768px) {
  .section03-bg {
    padding: 70px 20px 120px;
    background: url(/ado/images/section03-mbg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
  }

  .system-question-row {
    margin-bottom: 10px;
  }

  .system-question {
    font-size: 20px;
  }

  .system-illust {
    margin-bottom: -105px;
  }

  .system-illust img {
    width: 100%;
    max-width: 190px;
  }

  .system-panel-inner {
    padding: 30px 15px 45px;
  }

  .system-panel-inner::before {
    left: 15px;
    width: 41px;
    height: 53px;
    background-size: 100%;
  }

  .system-panel-head {
    margin-bottom: 20px;
  }

  .system-panel-icon img {
    width: 25px;
  }

  .system-panel-title {
    font-size: 24px;
  }

  .system-line {
    margin-bottom: 36px;
  }

  .system-card-thumb {
    flex: 0 0 45%;
  }

  .system-card-num {
    font-size: 34px;
  }

  .system-card-title {
    font-size: 15px;
  }

  .system-card-text {
    font-size: 15px;
  }

  .system-card-text span {
    padding: 0;
  }
}

@media (max-width: 450px) {
  .system-illust {
    margin-bottom: -60px;
  }

  .system-card {
    flex-direction: column;
  }

  .system-card-title {
    margin-bottom: 20px;
  }
}

/* prof-flow  */
.section04-bg {
  padding: 160px 0 140px;
  background: url("/ado/images/section04-bg.png"),
    linear-gradient(180deg, #d9e3ff 0%, #f8f8f8 23%, #f8f8f8 76%, #d9e3ff 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: auto, cover;
}

.section04-bg .label {
  margin-bottom: 30px;
}

.section04-bg .title {
  margin-bottom: 117px;
}

.prof-flow {
  position: relative;
  padding-top: 100px;
  background: url("/ado/images/prof-flow-bg.png");
  background-repeat: no-repeat;
  background-position: left 5.5px top;
  background-size: auto;
}

.prof-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 110px;
}

.prof-step-left {
  flex: 1;
  display: flex;
  gap: 65px;
  min-height: 380px;
}

.prof-step-marker {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.prof-step-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--main-color);
  position: relative;
  z-index: 1;
}

.prof-step-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.prof-step-tag {
  font-size: 20px;
  font-weight: 800;
  padding: 8px 22px;
  color: #fff;
  background: linear-gradient(90deg, #2b5be1 0%, #94b0ff 100%);
  display: inline-block;
  border-radius: 99px;
  margin-bottom: 33px;
}

.prof-step-title {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 800;
}

.prof-step-title span {
  color: var(--main-color);
  font-size: 40px;
  margin-top: 7px;
}

.prof-step-desc {
  font-size: 24px;
  line-height: 1.4;
  margin-top: auto;
  word-break: keep-all;
}

.prof-step-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.prof-card-head {
  height: 44px;
  background: linear-gradient(90deg, #3a5cff, #5476ff);
  display: flex;
  align-items: center;
  padding: 0 18px;
}

.prof-card-tag {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
}

.prof-card-thumb img {
  max-width: 500px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.prof-bottom-cta {
  text-align: center;
}

.prof-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 50px;
  border-radius: 4px;
  background: linear-gradient(90deg, #424242 0%, #0e0e0e 48%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.16),
    0px 3px 7px 1px rgba(0, 0, 0, 0.1);
}

.prof-step-desc span {
  display: inline-block;
  padding: 2px;
  background: rgba(43, 91, 225, 0.2);
}

@media (max-width: 1200px) {
  .section04-bg {
    padding: 160px 20px 140px;
  }

  .prof-step-left {
    gap: 25px;
  }

  .prof-card-thumb img {
    max-width: 450px;
  }
}

@media (max-width: 1024px) {
  .prof-step {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }

  .prof-step-left {
    min-height: auto;
  }

  .prof-flow {
    background: none;
    padding-top: 0;
  }

  .prof-step-list {
    position: relative;
  }

  .prof-step-list::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 10px;
    bottom: 0;
    width: 1px;
    background: var(--main-color);
  }

  .prof-step-right {
    padding-left: 35px;
  }

  .prof-step-desc {
    margin-top: 30px;
  }

  .prof-step-desc span {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .section04-bg {
    padding: 100px 20px 75px;
    background: url(/ado/images/section04-mbg.png),
      linear-gradient(
        180deg,
        #d9e3ff 0%,
        #f8f8f8 23%,
        #f8f8f8 76%,
        #d9e3ff 100%
      );
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 100%, cover;
  }

  .section04-bg .title {
    margin-bottom: 30px;
  }

  .section04-bg .head {
    margin-bottom: 95px;
  }

  .prof-step-tag {
    font-size: 16px;
    padding: 6px 18px;
    margin-bottom: 24px;
  }

  .prof-step-title {
    font-size: 16px;
  }

  .prof-step-title span {
    font-size: 28px;
  }

  .prof-step-desc {
    font-size: 14px;
  }

  .prof-card-thumb img {
    max-width: 350px;
  }

  .prof-cta-btn {
    padding: 15px 20px;
    font-size: 14px;
  }
}

/* benefit-wrap  */
.section05-bg {
  padding: 160px 0 130px;
  background: url("/ado/images/section05-bg.png"), #111;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

.section05-bg .head {
  color: #fff;
}

.benefit-top {
  text-align: center;
  margin-bottom: 20px;
}

.benefit-price {
  padding: 33px 25px;
  margin-bottom: 20px;
  border: 1px #1050ff solid;
  border-radius: 4px;
  background: rgba(43, 91, 225, 0.2);
}

.benefit-price span {
  font-size: 40px;
  font-weight: 800;
  background: linear-gradient(90deg, #ffffff 0%, #ffdc51 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.benefit-main-grid01 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.benefit-main-grid02 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.benefit-card {
  border: 1px #1050ff solid;
  border-radius: 4px;
  background: rgba(43, 91, 225, 0.2);
  padding: 30px;
  position: relative;
  min-height: 300px;
}

.benefit-card.benefit-card-lg {
  min-height: 300px;
}

.benefit-card.benefit-card-sm {
  min-height: 267px;
}

.benefit-card-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}

.benefit-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  border-radius: 999px;
  background: var(--main-color);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.benefit-card-title {
  font-size: 31px;
  line-height: 1.4;
  font-weight: 700;
  margin-top: auto;
  margin-bottom: 10px;
  color: #fff;
}

.benefit-card-text {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
}

.benefit-card-illust {
  position: absolute;
}

.benefit-card-lg .benefit-card-illust {
  top: 13px;
  right: 20px;
}

.benefit-card-sm .benefit-card-illust {
  top: 15px;
  right: 28px;
}

.benefit-plus {
  text-align: center;
  margin: 40px 0;
}

.benefit-plus span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.benefit-extra-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.benefit-extra-card {
  display: flex;
  align-items: center;
  padding: 20px 44px;
  border-radius: 4px;
  background: linear-gradient(90deg, #2b5be1 0%, #18327b 100%);
}

.benefit-extra-illust {
  margin-right: 43px;
}

.benefit-extra-illust img {
  max-width: 120px;
  border-radius: 999px;
  background: #dfe7ff;
  object-fit: cover;
}

.benefit-extra-body {
  flex: 1;
}

.benefit-extra-title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  margin-bottom: 7px;
}

.benefit-extra-title span {
  color: #ffdc51;
}

.benefit-extra-text {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
}

.benefit-m {
  display: none;
}

@media (max-width: 1200px) {
  .section05-bg {
    padding: 160px 20px 130px;
    background-size: 100%;
  }

  .benefit-top img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .benefit-main-grid02 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-extra-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .section05-bg {
    padding: 80px 20px 90px;
  }

  .section05-bg .head {
    margin-bottom: 70px;
  }

  .benefit-price {
    padding: 36px 25px;
  }

  .benefit-price span {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .benefit-main-grid01 {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 15px;
  }

  .benefit-main-grid02 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .benefit-extra-grid {
    gap: 15px;
  }

  .benefit-card {
    padding: 20px 15px;
  }

  .benefit-card-lg .benefit-card-illust img {
    max-width: 130px;
  }

  .benefit-badge {
    font-size: 16px;
    padding: 5px 20px;
  }

  .benefit-card-title {
    font-size: 24px;
  }

  .benefit-card-text {
    font-size: 16px;
  }

  .benefit-plus img {
    width: 28px;
  }

  .benefit-extra-card {
    padding: 20px;
  }

  .benefit-extra-illust {
    margin-right: 13px;
  }

  .benefit-extra-illust img {
    max-width: 95px;
  }

  .benefit-extra-title {
    font-size: 24px;
    margin-bottom: 4px;
  }

  .benefit-extra-text {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .benefit-pc {
    display: none;
  }
  .benefit-m {
    display: block;
  }
}

/* benefit-wrap  */
.section06-bg {
  padding: 120px 0 110px;
  background: linear-gradient(
    180deg,
    rgba(43, 91, 225, 0.2) 8%,
    #f8f8f8 32%,
    #f8f8f8 84%,
    rgba(43, 91, 225, 0.6) 100%
  );
}

.section06-bg .head {
  margin-bottom: 60px;
}

.contact-panel {
  max-width: 800px;
  margin: 0 auto;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form-row {
}

.form-label {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.form-label .required {
  color: #ff332f;
}

.form-input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
  font-size: 18px;
  outline: none;
  background: #f2f2f2;
  transition: border-color 0.15s ease, background-color 0.15s ease,
    box-shadow 0.15s ease;
}

.form-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form-input:focus {
  border-color: var(--main-color);
}

.form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}

.form-agree {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
}

.form-agree input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #ececec;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  position: relative;
}

.form-agree input[type="checkbox"]:checked {
  background: var(--main-color);
  border-color: var(--main-color);
}

.form-agree input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-note {
  font-size: 20px;
  color: var(--main-color);
  text-align: right;
}

.form-submit-main {
  cursor: pointer;
  margin-top: 42px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 50px;
  border-radius: 4px;
  background: linear-gradient(90deg, #424242 0%, #0e0e0e 48%);
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.16),
    0px 3px 7px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 800px) {
  .section06-bg {
    padding: 60px 20px;
  }
}

@media (max-width: 768px) {
  .contact-form {
    gap: 20px;
  }

  .form-label {
    font-size: 18px;
  }

  .form-input {
    padding: 15px;
    font-size: 14px;
  }

  .form-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .form-agree,
  .form-note {
    font-size: 14px;
  }

  .form-agree input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }

  .form-submit-main {
    margin-top: 35px;
    font-size: 20px;
    padding: 16px 0;
  }
}
