body {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #ffffff;
  color: #22232b;
  font-size: 16px;
}

.l-wrapper {
  margin: 0 auto;
  padding-left: clamp(20px, -17.143px + 9.524vw, 120px);
  padding-right: clamp(20px, -17.143px + 9.524vw, 120px);
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .l-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

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

.l-inner--md {
  max-width: 1080px;
}

.l-inner--sm {
  max-width: 880px;
}

.text-xs {
  font-size: 10px;
}

.text-sm {
  font-size: 12px;
}

.text-md {
  font-size: 14px;
}

.text-base {
  font-size: 15px;
}

.text-lg {
  font-size: 16px;
}

.text-xl {
  font-size: clamp(0.875rem, 0.7821rem + 0.381vw, 1.125rem);
}

.text-2xl {
  font-size: 20px;
}

.text-3xl {
  font-size: 24px;
}

.text-4xl {
  font-size: 28px;
}

.text-5xl {
  font-size: clamp(1.5rem, 1.3143rem + 0.7619vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.0128em;
  line-height: 1.25;
}

.br-sp {
  display: block;
}
@media (min-width: 1024px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media (min-width: 1024px) {
  .br-pc {
    display: block;
  }
}

.c-deco {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .c-deco {
    gap: 8px;
    margin-bottom: 24px;
  }
}
.c-deco__box {
  width: 8px;
  height: 8px;
  border-radius: 2px;
}
@media (min-width: 1024px) {
  .c-deco__box {
    width: 12px;
    height: 12px;
  }
}
.c-deco__box--left {
  background-color: #f18a01;
}
.c-deco__box--center {
  background-color: #ed6606;
}
.c-deco__box--right {
  background-color: #e9450a;
}

.fixed-btn {
  position: fixed;
  z-index: 998;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: clamp(20px, 10.37px + 2.469vw, 40px);
  padding-right: clamp(20px, 10.37px + 2.469vw, 40px);
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 1024px) {
  .fixed-btn {
    display: none;
  }
}
.fixed-btn__call img {
  display: block;
}
.fixed-btn__btns {
  display: flex;
  width: 100%;
  gap: 16px;
}
.fixed-btn__btns-btn {
  width: 50%;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-btn__btns-btn--estimate {
  border: 1px solid #22232b;
}
.fixed-btn__btns-btn--consult {
  background: linear-gradient(90deg, #f18f00 0%, #e9450a 56.25%);
  color: #fff;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}
.header__wrapper {
  padding-top: 24px;
  padding-bottom: 16px;
  padding-left: clamp(20px, 10.37px + 2.469vw, 40px);
  padding-right: clamp(20px, 10.37px + 2.469vw, 40px);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav {
  opacity: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  .header__nav {
    pointer-events: auto;
    width: auto;
    height: auto;
    position: static;
    background-color: transparent;
    z-index: 0;
    opacity: 1;
    display: flex;
    align-items: center;
  }
}
.header__nav-wrapper {
  background-color: #ffffff;
  width: 80.7692307692vw;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 24px;
  border-radius: 8px;
}
@media (min-width: 1200px) {
  .header__nav-wrapper {
    background-color: transparent;
    width: auto;
    position: static;
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 32px;
  }
}
.header__nav-sp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .header__nav-sp {
    display: none;
  }
}
.header__nav-logo img {
  width: clamp(166px, 143.852px + 5.679vw, 212px);
  height: auto;
  display: block;
}
.header__nav-close img {
  width: 24px;
  height: auto;
  display: block;
}
.header__nav-item {
  width: 50%;
}
@media (min-width: 1200px) {
  .header__nav-item {
    width: auto;
  }
}
.header__logo img {
  width: clamp(166px, 143.852px + 5.679vw, 212px);
  height: auto;
  display: block;
}
.header .header-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .header .header-list {
    flex-wrap: nowrap;
    gap: 32px;
    margin-bottom: 0;
  }
}
.header .header-list__link {
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .header .header-list__link:hover::after {
    transform: scaleX(1);
  }
  .header .header-list__link::after {
    content: "";
    display: block;
    width: 105%;
    height: 1px;
    background-color: #22232b;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
}
.header .divider {
  width: 100%;
  border-bottom: 1px dashed #8c8c8c;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .header .divider {
    width: 1px;
    display: block;
    border-right: 1px dashed #8c8c8c;
    height: 47px;
    margin-bottom: 0;
  }
}
.header__contact {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .header__contact {
    display: block;
    margin-bottom: 0;
  }
}
.header__contact-icon {
  display: block;
}
@media (min-width: 1200px) {
  .header__contact-icon {
    display: none;
  }
}
.header__contact-tel {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.header__contact-time {
  font-size: 10px;
  font-weight: 600;
}
.header__cta {
  display: flex;
  gap: 16px;
}
.header__cta-btn {
  width: 50%;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
@media (min-width: 1200px) {
  .header__cta-btn {
    width: auto;
    padding: 12px 24px;
  }
}
.header__cta-btn--estimate {
  border: 1px solid #22232b;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .header__cta-btn--estimate:hover {
    background-color: #22232b;
    color: #fff;
    transform: translateY(-4px);
  }
}
.header__cta-btn--consult {
  position: relative;
  background: linear-gradient(90deg, #f18f00 0%, #e9450a 50%, #f18f00 100%);
  color: #fff;
  overflow: hidden;
  background-size: 200% 100%;
  background-position: 0 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .header__cta-btn--consult:hover {
    transform: translateY(-4px);
    background-position: 100% 0;
  }
}
.header__humburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 14px;
}
.header__humburger-line {
  width: 100%;
  height: 2px;
  background-color: #e9450a;
  border-radius: 1px;
}
@media (min-width: 1200px) {
  .header__humburger {
    display: none;
  }
}

.p-top-hero {
  background: linear-gradient(180deg, #ffffff 0%, #edeef7 100%);
  position: relative;
}
.p-top-hero__wrapper {
  padding-top: 96px;
}
@media (min-width: 1024px) {
  .p-top-hero__wrapper {
    padding-top: 160px;
  }
}
.p-top-hero__deco {
  position: absolute;
  pointer-events: none;
}
.p-top-hero__deco--top {
  top: -20px;
  left: 60%;
}
@media (min-width: 1024px) {
  .p-top-hero__deco--top {
    top: -30%;
    left: 12%;
  }
}
.p-top-hero__deco--left {
  display: none;
}
@media (min-width: 1024px) {
  .p-top-hero__deco--left {
    display: block;
    top: 50%;
    left: -7%;
  }
}
.p-top-hero__deco--center {
  display: none;
}
@media (min-width: 1024px) {
  .p-top-hero__deco--center {
    display: block;
    top: 30%;
    left: 30%;
  }
}
.p-top-hero__deco img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1024px) {
  .p-top-hero__inner {
    flex-direction: row;
    gap: 64px;
  }
}
.p-top-hero__lead {
  width: 100%;
}
@media (min-width: 1024px) {
  .p-top-hero__lead {
    width: 39.4444444444vw;
  }
}
.p-top-hero__lead-img {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.p-top-hero__lead-img img {
  width: calc(50% - 12px);
  max-width: 212px;
}
@media (min-width: 1024px) {
  .p-top-hero__lead-img {
    margin-bottom: 32px;
  }
}
.p-top-hero__title {
  font-size: clamp(2rem, 1.4893rem + 2.0952vw, 3.375rem);
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .p-top-hero__title {
    margin-bottom: 24px;
  }
}
.p-top-hero__title--red {
  color: #e9450a;
}
.p-top-hero__desc {
  font-size: clamp(0.875rem, 0.7821rem + 0.381vw, 1.125rem);
  line-height: 1.75;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .p-top-hero__desc {
    margin-bottom: 24px;
  }
}
.p-top-hero__btn {
  display: flex;
  justify-content: center;
  width: 100%;
  background: linear-gradient(90deg, #f18f00 0%, #e9450a 50%, #f18f00 100%);
  color: #fff;
  font-size: clamp(1.125rem, 1.0786rem + 0.1905vw, 1.25rem);
  font-weight: 600;
  border-radius: 6px;
  padding: 20px 0;
  max-width: 360px;
  line-height: 1;
  margin-bottom: 16px;
  background-size: 200% 100%;
  background-position: 0 0;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .p-top-hero__btn:hover {
    transform: translateY(-4px);
    background-position: 100% 0;
  }
}
.p-top-hero__note {
  font-size: 14px;
}
.p-top-hero__case {
  position: relative;
}
.p-top-hero__case-inner {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #eeeff7;
  box-shadow: 0px 0px 20px 0px rgba(52, 49, 64, 0.0509803922);
  border-radius: 12px;
  padding: 16px;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 0;
}
@media (min-width: 1024px) {
  .p-top-hero__case-inner {
    padding: 28px;
  }
}
.p-top-hero__case-deco {
  position: absolute;
  z-index: 0;
  width: clamp(34px, 12.521px + 5.728vw, 95px);
}
.p-top-hero__case-deco--top {
  top: -10px;
  right: -10px;
}
@media (min-width: 1024px) {
  .p-top-hero__case-deco--top {
    top: -16px;
    right: -16px;
  }
}
.p-top-hero__case-deco--bottom {
  bottom: -10px;
  left: -10px;
}
@media (min-width: 1024px) {
  .p-top-hero__case-deco--bottom {
    bottom: -16px;
    left: -16px;
  }
}
.p-top-hero__case-label {
  color: #e9450a;
  border: 1px solid #e9450a;
  display: inline-block;
  font-size: clamp(0.625rem, 0.581rem + 0.1878vw, 0.75rem);
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.p-top-hero__case-info {
  margin-bottom: 24px;
}
.p-top-hero__case-name {
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .p-top-hero__case-name {
    display: inline;
    margin-bottom: 0;
  }
}
.p-top-hero__case-desc {
  font-weight: 500;
  font-size: 12px;
  color: #8c8c8c;
}
@media (min-width: 1024px) {
  .p-top-hero__case-desc {
    display: inline;
    padding-left: 12px;
  }
}
@media (min-width: 1024px) {
  .p-top-hero__case-img {
    width: 35.4166666667vw;
    max-width: 510px;
    height: auto;
  }
}
.p-top-hero__case-img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-top-problem {
  background-color: #eeeff7;
}
.p-top-problem__title {
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .p-top-problem__title {
    margin-bottom: 16px;
  }
}
.p-top-problem__sub {
  font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
  color: #8c8c8c;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .p-top-problem__sub {
    margin-bottom: 40px;
  }
}
.p-top-problem__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .p-top-problem__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
}
.p-top-problem__list-item {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .p-top-problem__list-item {
    width: calc(50% - 12px);
    padding: 24px;
  }
}
.p-top-problem__list-title {
  font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
  font-weight: 600;
  line-height: 1.5;
}
.p-top-problem__list img {
  width: 24px;
  height: auto;
  display: block;
}
@media (min-width: 1024px) {
  .p-top-problem__list img {
    width: 32px;
  }
}
.p-top-problem__lead {
  text-align: center;
  font-size: clamp(1.125rem, 0.993rem + 0.5634vw, 1.5rem);
  font-weight: 600;
  line-height: 1.5;
}
.p-top-problem__lead--color {
  color: #e9450a;
}

.p-top-about {
  background-color: #eeeff7;
}
.p-top-about__title {
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .p-top-about__title {
    margin-bottom: 16px;
  }
}
.p-top-about__sub {
  font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
  color: #8c8c8c;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .p-top-about__sub {
    margin-bottom: 40px;
  }
}

.p-top-about__diagram {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1200px) {
  .p-top-about__diagram {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
}
.p-top-about__circle {
  width: 255px;
  height: 255px;
  border-radius: 50%;
  padding: 6px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .p-top-about__circle {
    margin: 0;
  }
}
.p-top-about__circle--pro {
  background: linear-gradient(90deg, #4757d7 0%, #0417ad 100%);
}
.p-top-about__circle--center {
  background: linear-gradient(90deg, #e6b266 0%, #ff9700 100%);
  margin-top: -16px;
  position: relative;
}
@media (min-width: 1200px) {
  .p-top-about__circle--center {
    margin-top: 0px;
  }
}
.p-top-about__circle--client {
  background: linear-gradient(90deg, #f18f00 0%, #e9450a 56.25%);
  margin-top: -16px;
  position: relative;
}
@media (min-width: 1200px) {
  .p-top-about__circle--client {
    margin-top: 0px;
  }
}
.p-top-about__circle-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 4px;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.p-top-about__circle-num {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.0128em;
  padding: 5px 10px;
  border-radius: 40px;
}
.p-top-about__circle-num--pro {
  background-color: #333650;
}
.p-top-about__circle-num--center {
  background-color: #f18a01;
}
.p-top-about__circle-num--client {
  background-color: #e9450a;
}
.p-top-about__circle-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}
.p-top-about__circle-desc {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}
.p-top-about__circle-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.p-top-about__circle-tag {
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 40px;
  background-color: #ffffff;
}
.p-top-about__circle-tag--pro {
  color: #333650;
}
.p-top-about__circle-tag--client {
  color: #e9450a;
}
.p-top-about__arrow--sp {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  max-width: 360px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .p-top-about__arrow--sp {
    display: none;
  }
}
.p-top-about__arrow--above {
  top: 25%;
}
.p-top-about__arrow--below {
  top: 58%;
}
.p-top-about__arrow-item {
  display: flex;
  align-items: center;
}
.p-top-about__arrow--pc {
  display: none;
}
@media (min-width: 1200px) {
  .p-top-about__arrow--pc {
    display: block;
    width: 8.8194444444vw;
  }
}
.p-top-about__arrow-label {
  font-size: clamp(1rem, 0.6923rem + 0.4808vw, 1.125rem);
  font-weight: 600;
  text-align: center;
  writing-mode: vertical-rl;
}
@media (min-width: 1200px) {
  .p-top-about__arrow-label {
    margin-bottom: 12px;
    writing-mode: horizontal-tb;
  }
}
.p-top-about__arrow-label--client {
  color: #e9450a;
}
.p-top-about__arrow img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .p-top-about__arrow img {
    width: 100%;
  }
}
.p-top-about__arrow img:nth-of-type(1) {
  margin-bottom: 0px;
}
@media (min-width: 1200px) {
  .p-top-about__arrow img:nth-of-type(1) {
    margin-bottom: 48px;
  }
}
.p-top-about__arrow img:nth-of-type(2) {
  margin-bottom: 12px;
}

.p-top-reason {
  background-color: #333650;
  color: #ffffff;
}
.p-top-reason__title {
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .p-top-reason__title {
    margin-bottom: 16px;
  }
}
.p-top-reason__sub {
  font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
  text-align: center;
  line-height: 1.25;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .p-top-reason__sub {
    margin-bottom: 40px;
  }
}
.p-top-reason__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #22232b;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .p-top-reason__list {
    flex-direction: row;
    gap: 16px;
  }
}
.p-top-reason__list-item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 0px;
}
@media (min-width: 1024px) {
  .p-top-reason__list-item {
    width: calc(33.333% - 16px);
    padding: 32px 0;
  }
}
.p-top-reason__list-label {
  font-size: clamp(1rem, 0.912rem + 0.3756vw, 1.25rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}
.p-top-reason__list-num {
  font-size: 24px;
  color: #e9450a;
  font-weight: 600;
  text-align: center;
}
.p-top-reason__list-num--strong {
  font-size: 46px;
  line-height: 1;
  padding-right: 4px;
}
.p-top-reason__list-desc {
  font-size: 16px;
  text-align: center;
}
.p-top-reason__note {
  font-size: 16px;
  text-align: center;
}

.p-top-strength {
  background-color: #eeeff7;
}
.p-top-strength__title {
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .p-top-strength__title {
    margin-bottom: 16px;
  }
}
.p-top-strength__sub {
  color: #8c8c8c;
  font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
  text-align: center;
  line-height: 1.25;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .p-top-strength__sub {
    margin-bottom: 40px;
  }
}
.p-top-strength__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
.p-top-strength__list-item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .p-top-strength__list-item {
    flex-direction: row;
  }
}
.p-top-strength__list-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 348/200;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.p-top-strength__list-img--01 {
  background-image: url("../assets/strength_thumb_01.webp");
}
.p-top-strength__list-img--02 {
  background-image: url("../assets/strength_thumb_02.webp");
}
.p-top-strength__list-img--03 {
  background-image: url("../assets/strength_thumb_03.webp");
}
@media (min-width: 1024px) {
  .p-top-strength__list-img {
    width: 50%;
    aspect-ratio: 499/229;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }
}
.p-top-strength__list-body {
  background-color: #ffffff;
  padding: 32px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (min-width: 1024px) {
  .p-top-strength__list-body {
    width: 50%;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }
}
.p-top-strength__list-title {
  font-size: clamp(1.25rem, 1.162rem + 0.3756vw, 1.5rem);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 16px;
}
.p-top-strength__list-desc {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  line-height: 1.75;
}
.p-top-strength__list-point {
  display: inline-block;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 40px;
  color: #ffffff;
  padding: 4px 12px;
  letter-spacing: 0.05em;
  margin-top: 12px;
  margin-left: 12px;
}

.p-top-cta {
  background-image: url("../assets/case_thumb_01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.p-top-cta__wrapper {
  background: linear-gradient(90deg, rgba(241, 141, 1, 0.9) 0%, rgba(233, 69, 10, 0.9) 67.22%);
}
.p-top-cta__title {
  font-size: clamp(1.5rem, 1.412rem + 0.3756vw, 1.75rem);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 32px;
  text-align: center;
}
.p-top-cta__btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .p-top-cta__btns {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}
.p-top-cta__btn {
  width: 100%;
  max-width: 360px;
  font-size: clamp(1.125rem, 1.0786rem + 0.1905vw, 1.25rem);
  border-radius: 8px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .p-top-cta__btn:hover {
    transform: translateY(-4px);
  }
}
.p-top-cta__btn--consult {
  gap: 8px;
  background: #22232b;
  color: #fff;
}
.p-top-cta__btn--estimate {
  background-color: #ffffff;
  color: #e9450a;
}
.p-top-cta__note {
  font-size: 16px;
  text-align: center;
}

.p-top-difference__title {
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .p-top-difference__title {
    margin-bottom: 16px;
  }
}
.p-top-difference__sub {
  color: #8c8c8c;
  font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
  text-align: center;
  line-height: 1.25;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .p-top-difference__sub {
    margin-bottom: 40px;
  }
}
.p-top-difference__table {
  width: 100%;
  min-width: 700px;
  background-color: #ffffff;
  border-radius: 8px;
  table-layout: fixed;
  border-collapse: collapse;
}
.p-top-difference__table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) {
  .p-top-difference__table-wrapper {
    overflow-x: visible;
  }
}
.p-top-difference__table th,
.p-top-difference__table td {
  border: 1px solid #eeeff7;
}
.p-top-difference__table th:nth-child(1),
.p-top-difference__table td:nth-child(1) {
  width: 17%;
}
.p-top-difference__table th:nth-child(2),
.p-top-difference__table td:nth-child(2) {
  width: 27.7%;
}
.p-top-difference__table th:nth-child(3),
.p-top-difference__table td:nth-child(3) {
  width: 27.7%;
}
.p-top-difference__table th:nth-child(4),
.p-top-difference__table td:nth-child(4) {
  width: 27.6%;
}
.p-top-difference__table-head-cell {
  font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
  font-weight: 600;
  text-align: center;
  padding: 12px 0;
}
.p-top-difference__table-head-cell--marcombank {
  color: #ffffff;
  background-color: #22232b;
}
.p-top-difference__table-head-label {
  width: fit-content;
  display: block;
  font-size: 12px;
  color: #ffffff;
  background-color: #e9450a;
  padding: 4px 16px;
  border-radius: 20px;
  margin: 0 auto 4px;
}
.p-top-difference__table-label {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  font-weight: 600;
  padding: 32px 0 32px 16px;
}
.p-top-difference__table-cell {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  line-height: 1.75;
  padding: 12px;
  text-align: center;
}
.p-top-difference__table-cell--marcombank {
  background-color: #f7f7f7;
}
.p-top-difference__table img {
  display: block;
  margin: 0 auto 8px auto;
}

.p-top-flow {
  background-color: #e5e7eb;
}
.p-top-flow--after {
  background-color: rgba(233, 69, 10, 0.1019607843);
}
@media (min-width: 1024px) {
  .p-top-flow {
    background-color: transparent;
  }
}
.p-top-flow__wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .p-top-flow__wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-top-flow__inner {
  background-color: #e5e7eb;
  position: relative;
}
@media (min-width: 1024px) {
  .p-top-flow__inner {
    padding: 40px;
  }
}
.p-top-flow__inner--after {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .p-top-flow__inner--after {
    background-color: rgba(233, 69, 10, 0.1019607843);
  }
}
.p-top-flow__title {
  font-size: clamp(2.5rem, 1.6197rem + 3.7559vw, 5rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .p-top-flow__title {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.p-top-flow__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .p-top-flow__head {
    gap: 24px;
  }
}
.p-top-flow__head-img {
  flex-shrink: 0;
}
.p-top-flow__head-title {
  font-size: clamp(1rem, 0.7359rem + 1.1268vw, 1.75rem);
  font-weight: 600;
  margin-bottom: 8px;
}
.p-top-flow__head-title--after {
  color: #e9450a;
}
.p-top-flow__head-desc {
  font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
  line-height: 1.5;
}
.p-top-flow__head-desc--color {
  color: #e9450a;
}
.p-top-flow__head-img {
  width: clamp(84px, 62.182px + 5.818vw, 132px);
}
.p-top-flow__head-img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top-flow__body {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  gap: 8px;
}
@media (min-width: 1024px) {
  .p-top-flow__body {
    flex-direction: column;
    gap: 12px;
  }
}
.p-top-flow__body-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .p-top-flow__body-list {
    flex-direction: row;
    gap: 4px;
  }
}
.p-top-flow__body-item {
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  gap: 8px;
}
@media (min-width: 1024px) {
  .p-top-flow__body-item {
    display: block;
    width: 100%;
    padding-bottom: 16px;
  }
}
.p-top-flow__body-role {
  font-size: 14px;
  text-align: center;
  background-color: #333650;
  color: #ffffff;
  padding: 12px;
  writing-mode: vertical-rl;
}
.p-top-flow__body-role--color {
  background-color: #e9450a;
}
@media (min-width: 1024px) {
  .p-top-flow__body-role {
    writing-mode: horizontal-tb;
    margin-bottom: 16px;
    padding: 8px 0;
  }
}
.p-top-flow__body-head {
  display: flex;
}
.p-top-flow__body-content {
  display: flex;
  align-items: center;
  padding: 16px 16px 16px 0;
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .p-top-flow__body-content {
    flex-direction: column;
    padding: 0;
  }
}
.p-top-flow__body-icon {
  margin-right: 12px;
}
@media (min-width: 1024px) {
  .p-top-flow__body-icon {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.p-top-flow__body-icon img {
  width: clamp(32px, 29.183px + 0.751vw, 40px);
  display: block;
  margin: 0 auto;
}
.p-top-flow__body-title {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  font-weight: 600;
  min-width: 100px;
  margin-right: 24px;
}
@media (min-width: 1024px) {
  .p-top-flow__body-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 12px;
    text-align: center;
  }
}
.p-top-flow__body-title--color {
  color: #e9450a;
}
.p-top-flow__body-task {
  color: #8c8c8c;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .p-top-flow__body-task {
    text-align: center;
  }
}
.p-top-flow__body-timeline {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media (min-width: 1024px) {
  .p-top-flow__body-timeline {
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: auto;
  }
}
.p-top-flow__body-timeline-item {
  font-size: 14px;
  padding: 0 4px;
  display: flex;
}
@media (min-width: 1024px) {
  .p-top-flow__body-timeline-item {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    padding: 8px 0;
    justify-content: center;
  }
}
.p-top-flow__body-timeline-item:nth-child(1) {
  background-color: #eeeff7;
  grid-row: 1/3;
}
@media (min-width: 1024px) {
  .p-top-flow__body-timeline-item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/1;
  }
}
.p-top-flow__body-timeline-item:nth-child(2) {
  background-color: #dee0f5;
  grid-row: 3/6;
}
@media (min-width: 1024px) {
  .p-top-flow__body-timeline-item:nth-child(2) {
    grid-column: 3/6;
    grid-row: 1/1;
  }
}
.p-top-flow__body-timeline-item:nth-child(3) {
  background-color: #ced2f1;
  grid-row: 6/7;
}
@media (min-width: 1024px) {
  .p-top-flow__body-timeline-item:nth-child(3) {
    grid-column: 6/7;
    grid-row: 1/1;
  }
}
.p-top-flow__body-timeline-item:nth-child(4) {
  background-color: #969dd7;
  color: #ffffff;
  position: relative;
  grid-row: 7/8;
  margin-bottom: 12px;
}
.p-top-flow__body-timeline-item:nth-child(4)::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-right: 14.335px solid transparent;
  border-left: 14.335px solid transparent;
  border-top: 14.335px solid #969dd7;
}
@media (min-width: 1024px) {
  .p-top-flow__body-timeline-item:nth-child(4)::after {
    bottom: auto;
    left: auto;
    transform: translateX(0);
    right: -32px;
    top: 0;
    border-top: 18.665px solid transparent;
    border-bottom: 18.665px solid transparent;
    border-left: 18.665px solid #969dd7;
  }
}
@media (min-width: 1024px) {
  .p-top-flow__body-timeline-item:nth-child(4) {
    grid-column: 7/8;
    grid-row: 1/1;
    width: 90%;
    margin-bottom: 0;
  }
}
.p-top-flow__body-timeline-label {
  font-size: 14px;
  letter-spacing: 1px;
  writing-mode: vertical-lr;
  text-orientation: upright;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .p-top-flow__body-timeline-label {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
}

.p-top-arrow {
  margin: 32px 0;
}
.p-top-arrow img {
  display: block;
  margin: 0 auto;
}

.p-top-case {
  background-color: #ffffff;
}
.p-top-case__title {
  text-align: center;
  margin-bottom: 16px;
}
.p-top-case__sub {
  color: #8c8c8c;
  font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
  text-align: center;
  line-height: 1.25;
  margin-bottom: 40px;
}
.p-top-case__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-top-case__item {
  display: flex;
  flex-direction: column;
  background-color: #eeeff7;
  border-radius: 8px;
  padding: 24px;
}
@media (min-width: 1024px) {
  .p-top-case__item {
    flex-direction: row;
    gap: 24px;
  }
}
.p-top-case__item-thumb {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 8px;
  aspect-ratio: 318/200;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .p-top-case__item-thumb {
    width: calc(50% - 12px);
    aspect-ratio: 504/400;
    margin-bottom: 0;
  }
}
.p-top-case__item-thumb--infra {
  background-image: url("../assets/case_thumb_01.webp");
}
@media (min-width: 1024px) {
  .p-top-case__item-thumb--infra {
    background-position-x: 52%;
  }
}
.p-top-case__item-thumb--saas {
  background-image: url("../assets/case_thumb_02.webp");
}
.p-top-case__item-thumb--hr {
  background-image: url("../assets/case_thumb_03.webp");
}
.p-top-case__item-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.p-top-case__item-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #eeeff7;
  border-radius: 100px;
  padding: 8px 10px;
  backdrop-filter: blur(10px);
  font-size: clamp(0.75rem, 0.706rem + 0.1878vw, 0.875rem);
  color: #ffffff;
}
@media (min-width: 1024px) {
  .p-top-case__item-body {
    width: calc(50% - 12px);
    flex-shrink: 0;
  }
}
.p-top-case__item-client {
  text-align: center;
  background-color: #ffffff;
  font-size: clamp(1rem, 0.8239rem + 0.7512vw, 1.5rem);
  font-weight: 600;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.p-top-case__item-detail {
  display: flex;
  gap: 40px;
  font-size: 14px;
  margin-bottom: 12px;
}
.p-top-case__item-detail:last-child {
  margin-bottom: 0;
}
.p-top-case__item-detail-label {
  min-width: 56px;
}
.p-top-case__item-comment {
  font-size: 14px;
  color: #e9450a;
  margin-bottom: 16px;
}
.p-top-case__item-divider {
  border-bottom: 1px dashed #ffffff;
  margin-bottom: 16px;
}
.p-top-case__item-images {
  display: flex;
  gap: 16px;
}
.p-top-case__item-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  aspect-ratio: 240/128;
}
@media (min-width: 1024px) {
  .p-top-case__item-images img {
    aspect-ratio: 240/128;
  }
}
.p-top-case__item-image {
  width: calc(50% - 8px);
}

.p-top-customers {
  background-color: #eeeff7;
}
.p-top-customers__title {
  text-align: center;
  margin-bottom: 16px;
}
.p-top-customers__sub {
  color: #8c8c8c;
  font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
  text-align: center;
  line-height: 1.25;
  margin-bottom: 40px;
}
.p-top-customers__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .p-top-customers__list {
    flex-direction: row;
    gap: 32px;
  }
}
.p-top-customers__item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 32px;
}
.p-top-customers__item-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.p-top-customers__item-body {
  display: flex;
  gap: 8px;
}
.p-top-customers__item-name {
  font-size: 16px;
  font-weight: 600;
}
.p-top-customers__item-scale {
  font-size: 14px;
  display: block;
}
.p-top-customers__item-comment {
  line-height: 1.75;
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
}

.p-top-process {
  background-color: #ffffff;
}
.p-top-process__title {
  text-align: center;
  margin-bottom: 16px;
}
.p-top-process__sub {
  color: #8c8c8c;
  font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
  text-align: center;
  line-height: 1.25;
  margin-bottom: 40px;
}
.p-top-process__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 8px;
}
@media (min-width: 1024px) {
  .p-top-process__list {
    flex-direction: row;
    gap: 16px;
  }
}
.p-top-process__item {
  border-radius: 8px;
  border: 1px solid #eeeff7;
  padding: 20px 16px;
  display: flex;
  gap: 24px;
}
@media (min-width: 1024px) {
  .p-top-process__item {
    display: block;
    width: calc(20% - 16px);
    flex-shrink: 0;
  }
}
.p-top-process__item-step {
  display: flex;
  width: fit-content;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.1em;
  border: 1px solid #222b45;
  border-radius: 100px;
  padding: 4px 12px;
}
@media (min-width: 1024px) {
  .p-top-process__item-step {
    margin: 0 auto 16px;
  }
}
.p-top-process__item-step--sp {
  display: block;
}
@media (min-width: 1024px) {
  .p-top-process__item-step--sp {
    display: none;
  }
}
.p-top-process__item-step--pc {
  display: none;
}
@media (min-width: 1024px) {
  .p-top-process__item-step--pc {
    display: block;
  }
}
@media (min-width: 1024px) {
  .p-top-process__item-icon {
    margin-bottom: 16px;
  }
}
.p-top-process__item-icon img {
  width: clamp(30px, 19.437px + 2.817vw, 60px);
  display: block;
  margin: 0 auto;
}
.p-top-process__item-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .p-top-process__item-title {
    text-align: center;
  }
}
.p-top-process__item-desc {
  font-size: 14px;
  line-height: 1.75;
  color: #8c8c8c;
}
.p-top-process__aftercare {
  display: flex;
  flex-direction: column;
  background-color: #eeeff7;
  padding: 28px 32px;
  border-radius: 8px;
  gap: 12px;
}
@media (min-width: 1024px) {
  .p-top-process__aftercare {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}
.p-top-process__aftercare-label {
  width: fit-content;
  display: flex;
  gap: 4px;
  align-items: center;
  background: linear-gradient(90deg, #f18f00 0%, #e9450a 56.25%);
  border-radius: 100px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  padding: 8px 16px;
}
.p-top-process__aftercare-desc {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  line-height: 1.75;
}

.p-top-faq {
  background: linear-gradient(180deg, #ffffff 0%, #eeeff7 100%);
}
.p-top-faq__title {
  text-align: center;
  margin-bottom: 16px;
}
.p-top-faq__sub {
  color: #8c8c8c;
  font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
  text-align: center;
  line-height: 1.25;
  margin-bottom: 40px;
}
.p-top-faq__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-top-faq__item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 24px;
  border: 1px solid #eeeff7;
}
.p-top-faq__item-label {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.p-top-faq__item-label--q {
  color: #e9450a;
}
.p-top-faq__item-question {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #e9450a;
  margin-bottom: 16px;
}
.p-top-faq__item-answer {
  display: flex;
  gap: 12px;
  font-size: 14px;
  line-height: 1.75;
}

.p-top-contact {
  background-color: #333650;
}
.p-top-contact__title {
  text-align: center;
  margin-bottom: 16px;
  color: #ffffff;
}
.p-top-contact__sub {
  color: #ffffff;
  font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}
.p-top-contact .c-form {
  background-color: #ffffff;
  padding-left: clamp(16px, 7.549px + 2.254vw, 40px);
  padding-right: clamp(16px, 7.549px + 2.254vw, 40px);
  padding-top: 32px;
  padding-bottom: 32px;
  border-radius: 8px;
}
.p-top-contact .c-form__title {
  font-size: clamp(1.25rem, 1.0739rem + 0.7512vw, 1.75rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}
.p-top-contact .c-form__sub {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  line-height: 1.5;
  margin-bottom: 40px;
  color: #8c8c8c;
}
.p-top-contact .c-form__fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
.p-top-contact .c-form__field {
  display: flex;
  flex-direction: column;
}
.p-top-contact .c-form__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  font-weight: 600;
}
.p-top-contact .c-form__input {
  width: 100%;
  border-radius: 8px;
  background-color: #eeeff7;
  border: 1px solid #8c8c8c;
  padding: 16px;
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  line-height: 1;
  color: #333650;
  box-sizing: border-box;
}
.p-top-contact .c-form__textarea {
  width: 100%;
  border-radius: 8px;
  background-color: #eeeff7;
  border: 1px solid #8c8c8c;
  padding: 16px;
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  line-height: 1.75;
  color: #333650;
  box-sizing: border-box;
  resize: none;
}
.p-top-contact .c-form .required {
  color: #ffffff;
  background-color: #e9450a;
  font-size: 14px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
}
.p-top-contact .c-form .optional {
  color: #e9450a;
  font-size: 14px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #e9450a;
}
.p-top-contact .c-form__policy {
  margin-bottom: 40px;
}
.p-top-contact .c-form__policy-label {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.p-top-contact .c-form__policy-text {
  font-size: 14px;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .p-top-contact .c-form__policy-text {
    text-align: center;
  }
}
.p-top-contact .c-form__policy-link {
  text-decoration: underline;
}
.p-top-contact .c-form__policy input[type=checkbox] {
  margin: 0;
}
@media (min-width: 1024px) {
  .p-top-contact .c-form__policy input[type=checkbox]:hover {
    cursor: pointer;
  }
}
.p-top-contact .c-form__button {
  display: flex;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(90deg, #f18f00 0%, #e9450a 50%, #f18f00 100%);
  width: 100%;
  max-width: 400px;
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
  font-weight: 600;
  margin: 0 auto 24px;
  padding: 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-size: 200% 100%;
  background-position: 0 0;
}
@media (min-width: 1024px) {
  .p-top-contact .c-form__button {
    padding: 20px;
  }
  .p-top-contact .c-form__button:hover {
    transform: translateY(-4px);
    background-position: 100% 0;
  }
}
.p-top-contact .c-form__note {
  font-size: 14px;
  color: #8c8c8c;
  text-align: center;
}
.p-top-contact .c-form .form-msg-status {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  text-align: center;
  margin-bottom: 24px;
}

.thanks {
  width: 100%;
  min-height: 100svh;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .thanks {
    width: 100%;
    height: 100svh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
}
.thanks__main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.p-thanks-hero {
  display: flex;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #edeef7 100%);
}
.p-thanks-hero__wrapper {
  padding-top: 160px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .p-thanks-hero__wrapper {
    height: 100%;
  }
}
.p-thanks-hero__deco {
  position: absolute;
  pointer-events: none;
}
.p-thanks-hero__deco--top {
  top: -20px;
  left: 60%;
}
@media (min-width: 1024px) {
  .p-thanks-hero__deco--top {
    top: -30%;
    left: 12%;
  }
}
.p-thanks-hero__deco--left {
  display: none;
}
@media (min-width: 1024px) {
  .p-thanks-hero__deco--left {
    display: block;
    top: 50%;
    left: -7%;
  }
}
.p-thanks-hero__deco--center {
  display: none;
}
@media (min-width: 1024px) {
  .p-thanks-hero__deco--center {
    display: block;
    top: 30%;
    left: 30%;
  }
}
.p-thanks-hero__deco img {
  display: block;
  width: 100%;
  height: auto;
}
.p-thanks-hero__title {
  font-size: clamp(1.5rem, 1.3143rem + 0.7619vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.0128em;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 24px;
}
.p-thanks-hero__desc {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  line-height: 1.75;
  text-align: center;
  margin-bottom: 16px;
}
.p-thanks-hero__btn {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  font-weight: 600;
  color: #22232b;
  border: 1px solid #22232b;
  width: fit-content;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 12px 32px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .p-thanks-hero__btn:hover {
    background-color: #22232b;
    color: #fff;
    transform: translateY(-4px);
  }
}

.footer {
  background-color: #22232b;
  color: #ffffff;
}
.footer__wrapper {
  padding-top: 64px;
  padding-bottom: 24px;
  padding-left: clamp(20px, -17.143px + 9.524vw, 120px);
  padding-right: clamp(20px, -17.143px + 9.524vw, 120px);
}
.footer__logo-img {
  margin-bottom: 16px;
}
.footer__logo img {
  width: clamp(166px, 143.852px + 5.679vw, 212px);
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .footer__logo img {
    margin: 0;
  }
}
.footer__logo-text {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  line-height: 1.75;
}
.footer__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .footer__body {
    gap: 0;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.footer__link {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1024px) {
  .footer__link {
    flex-direction: row;
  }
}
.footer__link-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
}
.footer__link img {
  width: 16px;
  height: auto;
}
.footer__copyright {
  font-size: 12px;
  text-align: center;
}
