.l-mv {
  margin-bottom: 0;
  padding-bottom: 50px;
}

.l-mv:before,
.l-mv:after {
  display: none;
}

.l-mv .c-kv-1__txt-main {
  font-size: calc(60 / var(--design-width) * 100vw);
  line-height: 1.7;
}

.l-mv .c-kv-1__txt-main strong {
  position: relative;
  padding-bottom: 5px;
}

.l-mv .c-kv-1__txt-main strong:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #EAECED;
  width: 100%;
  border-radius: 4px;
}

.l-mv .c-kv-1__txt-main span {
  color: #0B79D4;
}

.l-mv .c-kv-1__txt {
  font-size: calc(24 / var(--root-fz) * 1rem);
  line-height: 1.8;
}

.l-mv .c-kv-1__logo {
  margin-top: 32px;
}

.l-mv .c-kv-1__img-1 img {
  width: 914px;
}


.l-corp {
  padding: 64px 0;
}

.l-corp .c-ttl1 {
  margin-bottom: 64px;
}

.l-corp__group {
  display: flex;
  align-items: center;
}

.l-corp__group h2 {
  font-size: 36px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: 16px;
}

.l-corp__group-content {
  width: calc(100% - 43.33%);
  padding-right: 64px;
}

.l-corp__group p {
  letter-spacing: .05em;
  font-size: 18px;
  line-height: 2;
}

.l-corp__group-image {
  width: 43.33%;
}

.l-corp__group h2 span {
  color: #0B79D4;
}

.l-corp__content {
  padding-top: 88px;
}

.l-corp__content-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: .05em;
}

.l-corp__list {
  display: flex;
  align-items: center;
  gap: 32.28px;
}

section.c-kv-1.l-corp {
  margin-bottom: 0;
}

section.c-kv-1.l-corp:before {
  top: auto;
  bottom: 0;
}

section.c-kv-1.l-corp:after {
  top: auto;
  bottom: 0;
}

section.c-kv-1.l-corp:after {
  background: #E8F4FC;
}

.c-block-3.l-concern {
  background: #E8F4FC;
}


.l-concern .c-block-3__frame-txt {
  position: relative;
  border-top-left-radius: 0;
  padding: 15px 24px;
}

.l-concern .c-block-3__frame-txt small {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background: #0B79D4;
  border-radius: 16px 16px 0 0;
  padding: 5px 20px;
  line-height: 1.6;
}

.c-block-3__frame-txt.c-block-3__frame-txt--4 {
  grid-area: 1;
}

p.c-block-3__frame-txt.c-block-3__frame-txt--1 {
  margin: 0;
  grid-area: 1 / 2 / 2 / 3;
  top: -1px;
  left: 9px;
}

.c-block-3__frame-txt.c-block-3__frame-txt--2 {
  margin: 0;
  grid-area: 1 / 4 / 2 / 5;
  top: -1px;
  left: -3px;
}

.c-block-3__frame-txt.c-block-3__frame-txt--3 {
  margin: 0;
  grid-area: 2 / 2 / 4 / 3;
  top: 92px;
  left: -32px;
}

.c-block-3__frame-txt.c-block-3__frame-txt--4 {
  margin: 0;
  grid-area: 2 / 4 / 4 / 5;
  top: 92px;
  left: 47px;
}

.c-block-3__img {
  grid-area: 2 / 3 / 4 / 4;
  min-width: 160px;
}

.c-block-3__frame-txt--2::before {
  transform: scaleX(-1);
}

.c-block-3__frame-txt.c-block-3__frame-txt--3:before {
  left: auto;
  right: 66px;
  transform: scaleX(-1);
}

.c-block-3__frame-txt.c-block-3__frame-txt--4:before {
  -webkit-mask-image: url(/wp-content/themes/cotonova/assets/img/system/img_frame-3.svg);
  mask-image: url(/wp-content/themes/cotonova/assets/img/system//img_frame-3.svg);
  left: 69px;
}

.l-concern .c-block-3__frame-wrap {
  margin-top: 80px;
}

.l-concern .c-block-3__top {
  padding-bottom: 88px;
}

.l-service {
  padding: 120px 0;
}

.l-concern .c-block-3__top {
  padding-bottom: 88px;
}

.l-service .c-ttl1 {
  margin-bottom: 12px;
}

.l-service__top p {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  letter-spacing: .05em;
}

.l-service__top .image {
  margin-top: 16px;
}

.l-service__mid {
  padding-top: 64px;
}

.l-service__mid .c-ttl1 {
  margin-bottom: 32px;
}

.l-service__step {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}

.l-service__step-item {
  background: #FFF;
  border-radius: 32px;
  border: 1px solid #B4B9BD;
  padding: 48px 64px 64px;
}

.l-service__step-content .num {
  font-size: 48px;
  font-weight: bold;
  color: #0B79D4;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  margin-bottom: 24px;
}

.l-service__step-content h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 12px;
}

.l-service__step-content h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .05em;
  margin-bottom: 12px;
}

.l-service__step-content p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: .05em;
}

.l-service__step .list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.l-service__step .list h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 8px;
  letter-spacing: .05em;
}

.l-service__step .list p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .05em;
}

.l-service__step .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  min-height: 161px;
}

.l-service__cols {
  display: flex;
  align-items: start;
}

.l-service__cols-item.l-service__cols-item--image {
  width: 52.7%;
}

.l-service__cols-item.l-service__cols-item--content.l-service__step-content {
  width: calc(100% - 52.7%);
  padding-right: 40px;
}

.l-service__cols-item.l-service__cols-item--image img {
  border-radius: 30px;
}

.l-service__bot {
  margin-top: 64px;
}

.l-service__bot .c-btn-1 {
  min-width: 280px;
}

.l-service__bot .c-section-6__foot {
  max-width: 100%;
  justify-content: center;
  margin-top: 24px;
  flex-wrap: wrap;
}

.l-faq .c-btn-1 {
  min-width: 280px;
}

.l-faq .c-section-6__foot {
  max-width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.l-flow {
  padding-bottom: 120px;
}


.l-flow .c-ttl1 {
  margin-bottom: 32px;
}

.l-flow__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}

.l-flow__item {
  border-radius: 32px;
  border: 1px solid #B4B9BD;
  padding: 64px;
}

.l-flow__heading {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.l-flow__heading .step {
  font-size: 48px;
  line-height: 1.3;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  color: #0B79D4;
  flex-shrink: 0;
}

.l-flow__heading h3 {
  flex: auto;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .05em;
  margin-left: 24px;
}

.l-flow__content>p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: .05em;
}

.l-flow__image {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.l-flow__step {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}

.l-flow__step h4 {
  font-weight: bold;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .05em;
}

.l-flow__step .note {
  font-size: 12px;
  line-height: 2;
  margin-top: 24px;
  letter-spacing: .05em;
}

.l-functions .c-btn-1 {
  min-width: 280px;
}

.l-functions .c-section-6__foot {
  justify-content: center;
}

section.c-section-6.c-section-6--faq.l-faq {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 850px) {
  .l-mv .c-kv-1__img-1 img {
    width: 126.5vw;
    margin-left: -12vw;
    margin-top: 8vw;
  }

  .l-mv .c-kv-1__txt-main {
    font-size: calc(40 / var(--design-width) * 100vw);
  }

  .l-mv .c-kv-1__txt {
    font-size: calc(16 / var(--root-fz) * 1rem);
  }

  .c-kv-1--service .c-kv-1__txt-wrap {
    margin-top: 0;
  }

  .l-service__step-item {
    padding: 48px 32px;
  }

  .l-system__image {
    padding: 32px;
  }

  .l-flow__item {
    padding: 48px 32px;
  }

  p.c-block-3__frame-txt.c-block-3__frame-txt--1 {
    left: 35px;
  }

  .c-block-3__frame-txt.c-block-3__frame-txt--4 {
    left: -15px;
  }

  .c-block-3__img {
    position: relative;
    left: -20px;
  }
}

@media (max-width: 749px) {
  .l-mv .c-kv-1__txt-main {
    font-size: calc(36 / var(--design-width) * 100vw);
  }

  .l-corp {
    padding: 48px 0;
  }

  .l-corp__group {
    flex-direction: column;
  }

  .l-corp__group-content {
    width: 100%;
    padding-right: 0;
  }

  .l-corp__group h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .l-corp__group p {
    font-size: 16px;
    line-height: 1.8;
  }

  .l-corp__group-image {
    width: 100%;
    margin-top: 30px;
  }

  .l-corp .c-ttl1 {
    margin-bottom: 32px;
  }

  .l-corp__content {
    padding-top: 60px;
  }

  .l-corp__content-title {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 5px;
  }

  .l-corp__list {
    flex-wrap: wrap;
    gap: 4%;
    justify-content: center;
  }

  .l-corp__list-item {
    width: 22%;
  }

  p.c-block-3__frame-txt.c-block-3__frame-txt--1 {
    top: auto;
    left: auto;
    margin: 0;
    grid-area: unset;
  }

  .c-block-3__frame-txt.c-block-3__frame-txt--2 {
    grid-area: unset;
    top: 0;
    left: 0;
  }

  .l-concern .c-block-3__frame-wrap {
    margin-top: calc(32 / var(--design-width) * 100vw);
    display: block;
    margin-top: 65px;
  }

  .c-block-3__frame-txt.c-block-3__frame-txt--3 {
    grid-area: unset;
    top: 0;
    left: 0;
  }

  .c-block-3__frame-txt.c-block-3__frame-txt--4 {
    left: 0;
    grid-area: unset;
    top: 0;
  }

  .c-block-3__img {
    min-width: initial;
    left: 0;
  }

  .l-concern .c-block-3__frame-txt small {
    border-top-left-radius: calc(11 / var(--design-width) * 100vw);
    border-top-right-radius: calc(11 / var(--design-width) * 100vw);
    padding: 4px 15px;
  }

  p.c-block-3__frame-txt {
    /* margin-bottom: 83px; */
  }

  p.c-block-3__frame-txt.c-block-3__frame-txt {
    font-size: 14px;
  }

  p.c-block-3__frame-txt.c-block-3__frame-txt--1 {
    justify-self: start;
  }

  p.c-block-3__frame-txt.c-block-3__frame-txt--2 {
    justify-self: flex-end;
  }

  p.c-block-3__frame-txt.c-block-3__frame-txt--3 {
    justify-self: flex-start;
  }

  p.c-block-3__frame-txt.c-block-3__frame-txt--4 {
    justify-self: flex-end;
  }

  p.c-block-3__frame-txt {
    margin-bottom: 45px !important;
  }

  .l-concern .c-block-3__top {
    padding-bottom: calc(60 / var(--design-width) * 100vw) calc(65 / var(--design-width) * 100vw);
    ;
  }

  .c-block-3__frame-txt:not(:nth-child(odd)) {
    margin-left: auto;
  }

  section.l-service {
    padding: 80px 0;
  }

  .l-service__top p {
    font-size: 16px;
    line-height: 1.8;
  }

  .l-service__top .image {
    margin-top: 10px;
  }

  .l-service__mid {
    padding-top: 48px;
  }

  .l-service__mid .c-ttl1 {
    margin-bottom: 16px;
  }

  .l-service__step-item {
    padding: 30px 15px 35px;
    border-radius: 16px;
  }

  .l-service__step-content .num {
    font-size: 36px;
    margin-bottom: 12px;
  }

  .l-service__step-content h4 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
  }

  .l-service__step-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .l-service__step-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .l-service__step .list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }

  .l-service__step .icon img {
    height: 80px;
    object-fit: contain;
  }

  .l-service__step .icon {
    margin-bottom: 5px;
    min-height: auto;
  }

  .l-service__step .list h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
  }

  .l-service__step .list__item {
    position: relative;
  }

  .l-service__step .list__item:nth-child(1) .icon img {
    width: 60px;
  }

  .l-service__step .list__item:nth-child(2) .icon img {
    width: 60px;
  }

  .l-service__cols {
    flex-direction: column;
  }

  .l-service__cols-item.l-service__cols-item--content.l-service__step-content {
    width: 100%;
    padding-right: 0;
  }

  .l-service__cols-item.l-service__cols-item--image {
    width: 100%;
    margin-top: 25px;
  }

  .l-service__cols-item.l-service__cols-item--image img {
    border-radius: 15px;
  }

  .l-service__bot .c-btn-1 {
    min-width: initial;
  }

  .l-faq .c-btn-1 {
    min-width: initial;
  }

  .l-system {
    padding-top: 0;
  }

  .l-flow .c-ttl1 {
    margin-bottom: 35px;
  }

  .l-flow__item {
    padding: 30px 15px 35px;
    border-radius: 16px;
  }

  .l-flow__heading {
    display: block;
    margin-bottom: 12px;
  }

  .l-flow__heading .step {
    font-size: 36px;
  }

  .l-flow__heading h3 {
    font-size: 20px;
    margin-left: 0;
  }

  .l-flow__content>p {
    font-size: 16px;
    line-height: 1.8;
  }

  .l-flow__image {
    margin-top: 20px;
  }

  .l-flow__step h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .l-flow__step {
    margin-top: 25px;
    gap: 30px;
  }

  .l-flow__step .note {
    margin-top: 15px;
    line-height: 1.8;
  }

  section.l-flow {
    padding-bottom: 80px;
  }

  .l-functions .c-list-6__item {
    font-size: 16px;
    margin-top: 5px;
  }

  .l-functions .c-list-5__txt-main {
    font-size: 18px;
  }

  .l-faq .c-acc__head {
    font-size: 18px;
  }

  .l-faq .c-acc__body-inner {
    font-size: 16px;
  }
}