@-webkit-keyframes float-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes float-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  --header-height: 129px;
}

body {
  font-family: "Noto Sans JP", "Inter", sans-serif;
  background-color: #1a1a1a;
  color: #ffffff;
  overflow-x: hidden;
  line-height: 1.6;
}

body.is-menu-open {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}
body.is-menu-open .sticky-banner {
  visibility: hidden;
  pointer-events: none;
}

body.is-modal-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

.is-sp {
  display: none !important;
}

.is-pc {
  display: initial !important;
}

.section-header {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.section-header > span {
  padding-bottom: 30px;
  border-bottom: 2px solid #3f9bc9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.section-header > span img {
  display: inline-block;
  width: 374px;
  max-width: 100%;
  height: auto;
}
.section-header > span > span {
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 7px;
  line-height: 1;
}
.section-header--blue > span {
  border-bottom-color: #3f9bc9;
}
.section-header--yellow > span {
  border-bottom-color: #ffd609;
}
.section-header--purple > span {
  border-bottom-color: #b57ab3;
}
.section-header--coral > span {
  border-bottom-color: #f06c7c;
}
.section-header--left {
  text-align: left;
}
.section-header--right {
  text-align: right;
}

.demo__header .section-header,
.flow__header .section-header,
.effects__inner > .section-header,
.pricing > .section-header,
.reasons__inner > .section-header,
.scenes__right > .section-header {
  text-align: center;
}

.btn-large {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 596px;
  max-width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.4038%, #bb051a), color-stop(25.962%, #e71830), color-stop(47.596%, #e67212), color-stop(73.077%, #fb0507), color-stop(98.077%, #d30406));
  background: linear-gradient(180deg, #bb051a 2.4038%, #e71830 25.962%, #e67212 47.596%, #fb0507 73.077%, #d30406 98.077%);
  border: 2px solid #ffffff;
  border-radius: 30px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.btn-large:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#f0263d), color-stop(27.404%, #f06575), color-stop(48.558%, #f98729), color-stop(73.077%, #f06575), to(#f0263d));
  background: linear-gradient(180deg, #f0263d 0%, #f06575 27.404%, #f98729 48.558%, #f06575 73.077%, #f0263d 100%);
}

.btn-small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 288px;
  max-width: 100%;
  height: 69px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20.192%, #e71830), color-stop(51.442%, #f18f3f), color-stop(85.096%, #e71830));
  background: linear-gradient(180deg, #e71830 20.192%, #f18f3f 51.442%, #e71830 85.096%);
  border: 2px solid #ffffff;
  border-radius: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  white-space: nowrap;
}
.btn-small:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.8846%, #fb0507), color-stop(25%, #f06575), color-stop(49.038%, #f18f3f), color-stop(72.115%, #f06575), color-stop(99.038%, #fb0507));
  background: linear-gradient(180deg, #fb0507 2.8846%, #f06575 25%, #f18f3f 49.038%, #f06575 72.115%, #fb0507 99.038%);
}

.sticky-banner {
  position: fixed;
  right: 24px;
  bottom: 30px;
  width: 283px;
  background: #050a22;
  border: 2px solid #00ffff;
  border-radius: 20px;
  padding: 12px 16px 10px;
  z-index: 1000;
}
.sticky-banner__limited {
  font-size: 14px;
  font-weight: 700;
  color: #f2ff0c;
  letter-spacing: 2.8px;
  margin-bottom: 8px;
}
.sticky-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
.sticky-banner__img-wrap {
  width: 101px;
  height: 61px;
  border: 1px solid #ffffff;
  border-radius: 10px 0 10px 0;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../img/yorisoi-ai/demo-img01.png") center/cover no-repeat;
}
.sticky-banner__text {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
}
.sticky-banner__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 36px;
  border: 1px solid #00ffff;
  border-radius: 20px;
  color: #00ffff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.sticky-banner__btn:hover {
  background: rgba(0, 255, 255, 0.1);
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: rgba(47, 46, 46, 0.9);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid #EC485A;
}
.header__inner {
  max-width: 1810px;
  margin: 0 auto;
  padding: 0 35px;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.header__logo {
  width: 374px;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__nav a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.header__nav a:hover {
  color: #ffd609;
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__cta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__menu-btn {
  display: none;
  position: relative;
  z-index: 920;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52px;
  height: 39px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__menu-btn:hover .header__menu-icon::before, .header__menu-btn:hover .header__menu-icon::after {
  opacity: 0.85;
}
.header__menu-icon {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52px;
  height: 39px;
}
.header__menu-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 9px;
  background: #68e5ea;
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 0 #68e5ea, 0 30px 0 #68e5ea;
          box-shadow: 0 15px 0 #68e5ea, 0 30px 0 #68e5ea;
  -webkit-transition: background 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s, opacity 0.2s;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
}
.header__menu-icon::after {
  content: none;
}
.header__menu-btn.is-open .header__menu-icon::before {
  top: 50%;
  left: 50%;
  margin-left: -26px;
  margin-top: -4px;
  -webkit-box-shadow: 0 15px 0 transparent, 0 30px 0 transparent;
          box-shadow: 0 15px 0 transparent, 0 30px 0 transparent;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
}
.header__menu-btn.is-open .header__menu-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 9px;
  margin-left: -26px;
  margin-top: -4px;
  background: #68e5ea;
  border-radius: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.header__menu-backdrop {
  position: fixed;
  inset: 0;
  top: var(--header-height);
  z-index: 905;
  background: rgba(0, 0, 0, 0.55);
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.header__menu-panel {
  position: fixed;
  top: var(--header-height);
  right: 0;
  z-index: 910;
  width: 390px;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - var(--header-height) - 24px);
  overflow-y: auto;
  background: #212020;
  border: 2px solid #e71830;
  padding: 24px 0 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 24px 0 32px;
}
.header__menu-nav .header__menu-link:nth-of-type(1) .header__menu-dot {
  background: #f18f3f;
}
.header__menu-nav .header__menu-link:nth-of-type(2) .header__menu-dot {
  background: #418cc8;
}
.header__menu-nav .header__menu-link:nth-of-type(3) .header__menu-dot {
  background: #ee6771;
}
.header__menu-nav .header__menu-link:nth-of-type(4) .header__menu-dot {
  background: #b57ab3;
}
.header__menu-nav .header__menu-link:nth-of-type(5) .header__menu-dot {
  background: #ffd609;
}
.header__menu-nav .header__menu-link:nth-of-type(6) .header__menu-dot {
  background: #f18f3f;
}
.header__menu-nav .header__menu-link:nth-of-type(7) .header__menu-dot {
  background: #418cc8;
}

.header__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 14px 0 18px;
  margin: 0;
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3.6px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
}
.header__menu-link:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.header__menu-link:hover, .header__menu-link:focus-visible {
  color: #68e5ea;
}

.header__menu-link:nth-child(2) {
  font-size: 20px;
  letter-spacing: normal;
}

.header__menu-dot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

main {
  overflow: hidden;
}

.mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 130px;
  background: url("../img/yorisoi-ai/mv-bg.png") center/cover no-repeat;
}
.mv__inner {
  position: relative;
  z-index: 1;
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.mv__inner > .btn-large {
  display: none;
}
.mv__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 71%;
}
.mv__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.mv__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 20px;
  border: 2px solid #ffffff;
  border-radius: 0 20px 0 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fffcfc;
  white-space: nowrap;
  background: transparent;
}
.mv__sub {
  margin-top: 40px;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 6px;
}
.mv__headline {
  margin-top: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.mv__headline-main {
  font-size: 70px;
  color: #ffffff;
  letter-spacing: 0.1em;
  display: inline;
}
.mv__headline-sub {
  font-size: 55px;
  color: #ffffff;
  letter-spacing: 0.1em;
  display: inline;
}
.mv__desc {
  margin-top: 14px;
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 5px;
  line-height: 2.5;
  margin-bottom: 60px;
}
.mv__visual {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 31%;
}
.mv__visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 160px;
  height: 160px;
  top: -80px;
  right: -60px;
  background: url("../img/yorisoi-ai/deco-usagi01.png") center/contain no-repeat;
  pointer-events: none;
}
.mv__visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 140px;
  height: 140px;
  bottom: -60px;
  left: -60px;
  background: url("../img/yorisoi-ai/deco-usagi02.png") center/contain no-repeat;
  pointer-events: none;
}
.mv__visual img.mv__chat-img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 12px;
}

.usagi-ai {
  width: 100%;
  min-height: 365px;
  opacity: 0.8;
  border-top: solid 2px #f06c7c;
  border-bottom: solid 2px #f06c7c;
  background: url("../img/yorisoi-ai/hr-bg.png") center/cover no-repeat;
}

.problems {
  position: relative;
  background: #1a1a1a;
}
.problems__main {
  position: relative;
  padding: 120px 0 140px;
  background: #1a1a1a url("../img/yorisoi-ai/problems-bg_pc.png") right top/51% 100% no-repeat;
}
.problems__main__inner {
  position: relative;
  max-width: 1608px;
  margin: 0 auto;
  padding: 0 14px;
  z-index: 2;
}
.problems__main__title {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
}
.problems__main__title:after {
  position: absolute;
  max-width: 674px;
  width: 105%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #f06c7c;
  content: "";
}
.problems__main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 58px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.problems__main__list {
  width: 49.0506329114%;
}
.problems__main__list li {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 2.2px;
  line-height: 2.8;
  padding-left: 30px;
  position: relative;
}
.problems__main__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.problems__main__list li:nth-of-type(1)::before {
  background: #f18f3f;
}
.problems__main__list li:nth-of-type(2)::before {
  background: #418CC8;
}
.problems__main__list li:nth-of-type(3)::before {
  background: #EE6771;
}
.problems__main__list li:nth-of-type(4)::before {
  background: #F2D972;
}
.problems__main__list li:nth-of-type(5)::before {
  background: #b57ab3;
}
.problems__main__img {
  width: 44.5569620253%;
}
.problems__message {
  border-top: 2px solid #f06c7c;
  border-bottom: 2px solid #b57ab3;
  background-color: #000;
  background-image: url("../img/yorisoi-ai/cta-bg_sm.png");
  background-position: center;
  background-size: auto 100%;
  padding: 80px 20px;
  text-align: center;
}
.problems__message p {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1.7;
}
.problems__message {
  background-repeat: no-repeat;
  padding: 119px 0px 104px;
}
.problems__message p {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.7;
}

.concept__upper {
  position: relative;
  padding: 120px 0;
  background: #1a1a1a url("../img/yorisoi-ai/concept-bg_pc.png") left top/50% 100% no-repeat;
}
.concept__upper-inner {
  position: relative;
  z-index: 1;
  max-width: 1608px;
  margin: 0 auto;
  padding: 0 14px;
}
.concept__upper-inner > .section-header {
  text-align: right;
  margin-bottom: 20px;
}
.concept__upper-inner > .section-header > span {
  padding: 0 50px 30px;
}
.concept__upper__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.concept__upper__content__img {
  width: 43.7810945274%;
}
.concept__upper__content__right {
  width: 45.7711442786%;
}
.concept__upper__content__right__headline {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: center;
}
.concept__upper__content__right__headline span {
  display: block;
  font-size: 35px;
  color: #F2D972;
}
.concept__upper__content__right__desc {
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 4.4px;
  text-align: center;
}
.concept__lower {
  padding: 15px 0 0;
  border-top: 2px solid #b57ab3;
  background-image: url("../img/yorisoi-ai/concept-lower-bg.png");
  background-color: #000;
}
.concept__lower__img {
  display: block;
  width: 82.34375%;
}

.reasons {
  background: #1a1a1a;
  padding: 120px 0 146px;
  position: relative;
  border-top: 2px solid #00FFFF;
}
.reasons__inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 90px;
}
.reasons__inner::after {
  content: "";
  position: absolute;
  right: 60px;
  top: 80px;
  width: 199px;
  height: 220px;
  background: url("../img/yorisoi-ai/deco-usagi01.png") center/contain no-repeat;
  pointer-events: none;
  background-position: top center;
  z-index: 0;
}
.reasons__inner > .section-header {
  position: relative;
  z-index: 1;
}
.reasons__header, .reasons__list {
  position: relative;
  z-index: 1;
}
.reasons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  margin: 90px auto 0;
}
.reasons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reasons__item__img {
  width: 285px;
  height: 164px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.reasons__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.reasons__item__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.reasons__item__thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.reasons__item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reasons__item__title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2.5px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.reasons__item__title .reasons__num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  background: #ffd609;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reasons__item__title .reasons__num span {
  position: static;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  font-family: "Limelight", sans-serif;
}
.reasons__item__desc {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.8px;
  line-height: 1.8;
  opacity: 0.9;
}
.reasons__play-btn {
  position: absolute;
  inset: 50% auto auto 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.68);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  pointer-events: none;
}
.reasons__play-btn::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  -webkit-transform: translate(-38%, -50%);
          transform: translate(-38%, -50%);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #ffffff;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
}
.video-modal[hidden] {
  display: none;
}
.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}
.video-modal__container {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
}
.video-modal__close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.video-modal__video {
  display: block;
  width: 100%;
  max-height: calc(100vh - 120px);
  background: #000;
  border-radius: 16px;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.evidence {
  position: relative;
  padding: 150px 0 168px;
  overflow: hidden;
  border-top: 2px solid #ffd609;
}
.evidence::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/yorisoi-ai/hr-bg.png") center/cover no-repeat;
  opacity: 0.6;
  pointer-events: none;
}
.evidence__inner {
  padding: 0 16px;
}
.evidence__card {
  position: relative;
  z-index: 1;
  max-width: 1227px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 60px 0 60px;
  padding: 60px 80px 120px;
  color: #000;
}
.evidence__comparison-title, .evidence__positioning-title {
  max-width: 788px;
  margin: 0 auto;
  padding-bottom: 0.2em;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 6px;
  margin-bottom: 16px;
  border-bottom: 10px solid #F98B80;
}
.evidence__table {
  max-width: 830px;
  display: block;
  margin: 61px auto 0;
  width: 100%;
  margin-bottom: 60px;
}
.evidence__table img {
  margin: 0 auto;
}
.evidence__positioning {
  margin-top: 70px;
}
.evidence .evidence__positioning-title {
  letter-spacing: 0;
}
.evidence__positioning-desc {
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  line-height: 2.14;
}
.evidence__map-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.evidence__map-img {
  width: 100%;
  max-width: 920px;
  height: auto;
  display: block;
}

.features {
  background: #1a1a1a;
  padding: 120px 0 0;
  position: relative;
  text-align: center;
  isolation: isolate;
  border-top: 2px solid #ffd609;
}
.features::after {
  content: "";
  position: absolute;
  right: max(10px, 54% - 610px);
  top: 60px;
  width: 186px;
  height: 200px;
  background: url("../img/yorisoi-ai/deco-usagi02.png") center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
  -webkit-animation: float-y 3.6s ease-in-out infinite;
          animation: float-y 3.6s ease-in-out infinite;
}
.features > * {
  position: relative;
  z-index: 1;
}
.features__headline {
  margin-top: 26px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 8px;
  margin-bottom: 70px;
}
.features__grid {
  display: grid;
  grid-template-columns: repeat(2, 594px);
  gap: 23px 39px;
  max-width: 1227px;
  margin: 0 auto 102px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 18px 20px;
  background: #1a1a1a;
  border: 1px solid #ffd609;
  border-radius: 0 20px 0 20px;
}
.features__item__img {
  width: 260px;
  height: 136px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}
.features__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.features__item__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.features__cvr-headline {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1.375;
  margin-bottom: 64px;
  max-width: 1143px;
  margin-left: auto;
  margin-right: auto;
}
.features__cvr-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 56px;
  margin-bottom: 0;
}
.features__cvr-item {
  width: 469px;
  text-align: center;
}
.features__cvr-item__img {
  height: 276px;
  overflow: hidden;
  border-radius: 0 40px 0 40px;
  border: 1px solid #ffd609;
  margin-bottom: 20px;
}
.features__cvr-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.features__cvr-item__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}
.features__cvr-item__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
  text-align: center;
}
.features__message {
  margin-top: 115px;
  border-top: 2px solid #3f9bc9;
  border-bottom: 2px solid #3f9bc9;
  background-color: #000;
  background-image: url("../img/yorisoi-ai/cta-bg_sm.png");
  background-position: center;
  background-size: auto 100%;
  padding: 120px 20px;
  text-align: center;
}
.features__message p {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1.7;
}
.features__message {
  background-repeat: no-repeat;
  padding: 120px 20px 140px;
}
.features__message p {
  font-size: 40px;
  line-height: 1.375;
}

.scenes {
  background: #1a1a1a;
  padding: 100px 0;
  padding: 100px 0 130px;
}
.scenes__inner {
  max-width: 1610px;
  margin: 0 auto;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.scenes__embed-label {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4.4px;
  margin-bottom: 32px;
}
.scenes__tags {
  display: grid;
  max-width: 634.82px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 53px 45px;
}
.scenes__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-width: 0;
  padding: 16px 10px;
  font-size: 22px;
  font-size: clamp(16px, 1.1vw, 22px);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 4.4px;
  border: 2px solid #ffffff;
  border-radius: 0 20px 0 20px;
}
.scenes__tag--purple {
  background: #ae4992;
}
.scenes__tag--orange {
  background: #ee7f5e;
}
.scenes__tag--red {
  background: #e74779;
}
.scenes__tag--green {
  background: #74c69b;
}
.scenes__subtitle {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 8px;
  margin-top: 40px;
  margin-bottom: 54px;
  line-height: 1.5;
}
.scenes__desc {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 4.4px;
  line-height: 2.5;
  text-align: center;
}

.effects {
  position: relative;
  background: #1a1a1a url("../img/yorisoi-ai/effects-bg_pc.png") right bottom/33% auto no-repeat;
  padding: 100px 0;
  border-top: 2px solid #3f9bc9;
}
.effects .section-header {
  text-align: left;
}
.effects__inner {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 14px;
}
.effects__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
.effects__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.effects__content__title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 8px;
  margin-bottom: 40px;
  line-height: 1.4;
}
.effects__content__box {
  width: 47.2077922078%;
}
.effects__content__img {
  width: 45.7142857143%;
}
.effects__content__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.effects__content__list li {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 65px;
  padding-left: 42px;
  position: relative;
}
.effects__content__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.effects__content__list li:nth-of-type(1)::before {
  background: #f18f3f;
}
.effects__content__list li:nth-of-type(2)::before {
  background: #418cc8;
}
.effects__content__list li:nth-of-type(3)::before {
  background: #ee6771;
}
.effects__content__list li:nth-of-type(4)::before {
  background: #b57ab3;
}
.effects__content__list li:nth-of-type(5)::before {
  background: #ffd609;
}

.pricing {
  position: relative;
  padding: 110px 0 280px;
  overflow: hidden;
  border-top: 2px solid #f06c7c;
  background-image: url("../img/yorisoi-ai/pricing-bg.png");
  background-color: #000;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.pricing > * {
  position: relative;
  z-index: 1;
}
.pricing__header {
  position: relative;
  z-index: 1;
  max-width: 617px;
  margin: 0 auto 40px;
}
.pricing__headline {
  position: relative;
  z-index: 1;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 7px;
  text-align: center;
  line-height: 1.7;
  margin-top: 40px;
  margin-bottom: 75px;
}
.pricing__table-wrap {
  position: relative;
  z-index: 1;
  max-width: 1227px;
  margin: 0 auto;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-color: #F06C7C #ffffff;
}
.pricing__table-wrap::-webkit-scrollbar {
  height: 16px;
}
.pricing__table-wrap::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 999px;
}
.pricing__table-wrap::-webkit-scrollbar-thumb {
  background: #F06C7C;
  border: 2px solid #ffffff;
  border-radius: 999px;
}
.pricing__table {
  position: relative;
  width: 100%;
  min-width: 900px;
  margin-bottom: 0;
}
.pricing__table .btn-small {
  position: absolute;
  width: 23.5%;
  bottom: 4%;
}
.pricing__table .btn-small:first-of-type {
  left: 17%;
}
.pricing__table .btn-small:nth-of-type(2) {
  left: 46%;
}
.pricing__table .btn-small:nth-of-type(3) {
  left: 74.5%;
}
.pricing__table .pricing__best {
  font-size: 18px;
  font-weight: 700;
  color: #fb0507;
  margin: 8px 0;
}
.pricing__table .pricing__note {
  font-size: 14px;
  color: #555;
}
.pricing__table .pricing__feature-heading {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.pricing__table .pricing__feature-heading--common {
  color: #f06c7c;
}
.pricing__table .pricing__feature-heading--limited {
  color: #fb0507;
  margin-top: 12px;
}
.pricing__table .pricing__feature-list {
  text-align: left;
  font-size: 13px;
  line-height: 1.9;
}
.pricing__table .pricing__tr--btn td {
  padding: 20px;
  text-align: center;
  background: transparent;
}

.demo {
  background: #000;
  padding: 115px 0 90px;
  position: relative;
  border-top: 2px solid #ffd609;
}
.demo .section-header {
  text-align: center;
}
.demo__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 90px;
  position: relative;
  isolation: isolate;
}
.demo__inner > * {
  position: relative;
  z-index: 1;
}
.demo__header {
  max-width: 659px;
  margin: 0 auto 40px;
}
.demo__badge {
  position: absolute;
  top: 50px;
  left: 4%;
  width: 12%;
}
.demo__headline {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  color: #ffd609;
  line-height: 1.7;
  margin-top: 40px;
  margin-bottom: 48px;
}
.demo__desc {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
  line-height: 2.5;
  max-width: 1226px;
  margin: 0 auto 60px;
  text-align: left;
}
.demo__images {
  max-width: 963px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.demo__image-item {
  width: 44.65%;
  margin: 0;
}
.demo__image-item figcaption {
  margin-top: 34px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}

.options {
  position: relative;
  background: #000 url("../img/yorisoi-ai/options-bg_pc.png") left bottom/50% auto no-repeat;
  padding: 0 0 140px;
}
.options__card {
  position: relative;
  max-width: 1229px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 0 60px 0 60px;
  padding: 52px 80px 43px;
  color: #000;
  z-index: 2;
}
.options__headline {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 7px;
  margin-bottom: 40px;
  line-height: 1.43;
}
.options__headline span {
  display: block;
  font-size: 25px;
  margin-top: 10px;
  line-height: 2;
}
.options__plans {
  display: block;
  max-width: 1016px;
  margin: 0 auto 24px;
  text-align: center;
}
.options__plans img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.options__web {
  border: 1px solid #a6a5a5;
  border-radius: 0 40px 0 40px;
  min-height: 79px;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 830px;
  margin: 0 auto 80px;
  background: #ffffff;
}
.options__web-label {
  font-size: 22px;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 4.4px;
}
.options__web-price {
  font-size: 25px;
  font-weight: 700;
  color: #ff0707;
  letter-spacing: 5px;
}
.options__web-note {
  font-size: 14px;
  color: #555;
}
.options__message {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 6px;
  margin-bottom: 60px;
  line-height: 1.67;
}
.options__cta {
  position: relative;
  text-align: center;
  margin-top: 80px;
}

.members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 48px;
}

.member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-align: center;
}
.member__photo {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  overflow: hidden;
}
.member__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.member__info {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.94;
  color: #000;
}
.member__info strong {
  font-size: 20px;
}
.member__message {
  font-size: 16px;
  color: #333;
  line-height: 1.875;
  max-width: 330px;
}

.flow {
  background: #1a1a1a;
  padding: 83px 0 167px;
  border-top: 2px solid #B57AB3;
}
.flow .section-header {
  text-align: center;
}
.flow__header {
  max-width: 636px;
  margin: 0 auto 40px;
}
.flow__headline {
  margin-top: 36px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 8px;
  text-align: center;
  margin-bottom: 90px;
}
.flow__steps {
  position: relative;
  isolation: isolate;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 14px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.flow__steps::before {
  content: "";
  position: absolute;
  right: -30px;
  top: -160px;
  width: 210px;
  height: 228px;
  background: url("../img/yorisoi-ai/deco-usagi01.png") center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.flow__steps::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 370px;
  width: 186px;
  height: 200px;
  background: url("../img/yorisoi-ai/deco-usagi02.png") center/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.flow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow__step:not(:last-child) {
  padding-bottom: 106px;
}
.flow__step:not(:last-child)::after {
  position: absolute;
  content: "";
  display: block;
  width: 64px;
  height: 51px;
  left: calc((100% - 64px) / 2);
  bottom: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../img/yorisoi-ai/flow-triangle.svg") center/contain no-repeat;
}
.flow__step-box {
  width: 100%;
  padding: 28px 60px;
  background: #1a1a1a;
  border: 2px solid #ffd609;
  border-radius: 0 20px 0 20px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
}
.flow__step--last .flow__step-box {
  border-color: #ffd609;
}

.cta {
  position: relative;
  padding: 150px 20px 176px;
  overflow: hidden;
  text-align: center;
  border-top: 2px solid #f06c7c;
  border-bottom: 2px solid #f06c7c;
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/yorisoi-ai/cta-bg_lg.png") center/cover no-repeat;
  opacity: 0.4;
  pointer-events: none;
}
.cta__inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 0 14px;
  margin: 0 auto;
}
.cta__sub {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
.cta__headline {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 1.7;
  margin-bottom: 101px;
  text-align: center;
}
.cta__logo {
  width: 374px;
  margin: 0 auto 68px;
}

.company {
  background: #ffffff;
  color: #000;
  padding: 101px 0 265px;
  border-top: 2px solid #f06c7c;
}
.company__inner {
  max-width: 1227px;
  margin: 0 auto;
  padding: 0 14px;
}
.company__title {
  color: #000;
  margin-bottom: 70px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 2.4px;
}
.company__info-table {
  width: 100%;
  max-width: 1227px;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: 3px solid #22a2bd;
  table-layout: fixed;
}
.company__info-table th,
.company__info-table td {
  padding: 18px 20px 18px 26px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 3px solid #22a2bd;
}
.company__info-table th {
  width: 246px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  border-right: 3px solid #22a2bd;
}
.company__info-table td {
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.8;
}
.company__info-table tr:last-child th {
  vertical-align: top;
  padding-top: 22px;
}
.company__info-table tr:last-child td {
  line-height: 35px;
  padding-top: 22px;
  padding-bottom: 22px;
}
.company__related {
  margin-top: 100px;
}
.company__related__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company__related__item {
  width: 44%;
  text-align: center;
}
.company__related__item__img {
  height: 289px;
  overflow: hidden;
  border: 1px solid #000;
  margin-bottom: 24px;
}
.company__related__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company__related__item h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4.4px;
  line-height: 1.59;
  margin-bottom: 30px;
}
.company__related__item p {
  font-size: 18px;
  line-height: 1.94;
  margin-bottom: 30px;
  letter-spacing: 1.8px;
}
.company__related__item__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 261px;
  height: 73px;
  background: #000;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 20px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.company__related__item__btn:hover {
  opacity: 0.8;
}

.footer {
  background: #ed7872;
  padding: 84px 0;
}
.footer__inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
.footer__logo img {
  height: 96px;
  width: auto;
}
.footer__info {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 2;
}
.footer__info > p:first-of-type {
  font-size: 24px;
}
.footer__info > p:last-of-type {
  font-size: 20px;
}
.footer__info a {
  color: #ffffff;
  text-decoration: underline;
}
.footer__info a:hover {
  opacity: 0.8;
}

.back-to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 56px;
  height: 56px;
  padding: 0;
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, transform 0.2s;
  transition: opacity 0.3s, transform 0.2s, -webkit-transform 0.2s;
  z-index: 990;
}
.back-to-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.back-to-top.is-visible {
  opacity: 1;
  pointer-events: all;
}
.back-to-top:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.will-animate {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* lp-ai-contact */
.contact {
  position: relative;
  padding: 80px 16px 120px;
  background-color: #000;
  background-image: url("../img/yorisoi-ai/contact-bg_pc.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  overflow: hidden;
}

.contact::before,
.contact::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.contact::after {
  top: 66px;
  left: 57%;
  width: 110px;
  height: 132px;
  margin-left: 250px;
  background: url("../img/yorisoi-ai/deco-usagi01.png") center/contain no-repeat;
  z-index: 2;
}

.contact__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}

.contact__title-wrap {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
}

.contact__headline {
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #FFD609;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 7px;
  line-height: 1.4;
  text-align: center;
}

.contact__rabbit {
  position: absolute;
  right: 0;
  bottom: -24px;
  width: 110px;
  height: auto;
}

.contact__text {
  max-width: 760px;
  margin: 26px auto 40px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 2;
  text-align: center;
}

.contact__form {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border-radius: 0 12px 0 12px;
  padding: 34px 30px;
  color: #111;
}

.contact__form .main {
  width: 100%;
}

.contact__form .form-item {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 20px;
  padding: 13px 0;
}

.contact__form .form-item .ttl {
  padding-top: 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.contact__form .required {
  margin-left: 4px;
  color: #e74a5f;
}

.contact__form .input {
  font-size: 14px;
  line-height: 1.8;
}

.contact__form .input p {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}

.contact__form .input.is-radio .wpcf7-list-item {
  margin: 0 18px 6px 0;
}

.contact__form .input.is-radio .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  cursor: pointer;
}

.contact__form .input.is-radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 2px solid #c5ccd3;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.contact__form .input.is-radio input[type=radio]:checked {
  border-color: #F06C7C;
  background: radial-gradient(circle, #F06C7C 0 44%, transparent 45%);
}

.contact__form .input.is-radio input[type=radio]:focus-visible {
  outline: 2px solid #F06C7C;
  outline-offset: 2px;
}

.contact__form input[type=text],
.contact__form input[type=email],
.contact__form input[type=tel],
.contact__form textarea {
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #111;
  background: #fff;
}

.contact__form textarea {
  min-height: 130px;
  resize: vertical;
}

.contact__form .is-policy .input {
  max-height: 220px;
  overflow-y: auto;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  padding: 12px;
  font-size: 12px;
  line-height: 1.75;
  white-space: pre-line;
}

.contact__form .wpcf7-acceptance {
  display: block;
  margin-top: 12px;
}

.contact__form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.contact__form .form-submit {
  margin-top: 24px;
  text-align: center;
}

.contact__form .btn-send,
.contact__form input[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 8px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}

.contact__form .btn-send:hover,
.contact__form input[type=submit]:hover {
  opacity: 0.85;
}

.contact__form .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 12px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.6;
}

.form-agreement {
  margin-left: 230px;
}

@media (min-width: 961px) and (max-width: 1512px) {
  html {
    --header-height: 115px;
  }
  .header__inner {
    padding: 0 32px;
    gap: 20px;
  }
  .header__logo {
    width: 334px;
  }
  .header__actions {
    gap: 16px;
  }
}

@media (max-width: 960px) {
  html {
    --header-height: 78px;
  }
  .is-sp {
    display: initial !important;
  }
  .is-pc {
    display: none !important;
  }
  .section-header > span {
    padding-bottom: 12px;
    gap: 8px;
  }
  .section-header > span img {
    width: 189px;
  }
  .section-header > span > span {
    margin-left: 10px;
    font-size: 16px;
    letter-spacing: 3.2px;
  }
  .btn-large {
    width: 100%;
    max-width: 340px;
    height: 60px;
    border-radius: 16px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .btn-small {
    width: 100%;
    max-width: 260px;
    height: 54px;
    border-radius: 16px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .sticky-banner {
    display: none;
  }
  .header__inner {
    height: var(--header-height);
    padding: 0 14px;
    gap: 16px;
  }
  .header__logo {
    width: 130px;
  }
  .header__actions {
    gap: 8px;
  }
  .header__cta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: clamp(160px, 48vw, 210px);
    max-width: none;
    height: 44px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
  }
  .header__menu-btn, .header__menu-btn.is-open .header__menu-icon::after, .header__menu-icon, .header__menu-icon::before {
    width: 34px;
  }
  .header__menu-btn {
    height: 26px;
  }
  .header__menu-icon {
    height: 26px;
  }
  .header__menu-icon::before {
    height: 5px;
    -webkit-box-shadow: 0 10px 0 #68e5ea, 0 20px 0 #68e5ea;
            box-shadow: 0 10px 0 #68e5ea, 0 20px 0 #68e5ea;
  }
  .header__menu-btn.is-open .header__menu-icon::before, .header__menu-btn.is-open .header__menu-icon::after {
    top: 50%;
    left: 50%;
    height: 5px;
    margin-left: -17px;
    margin-top: -2.5px;
  }
  .header__menu-btn.is-open .header__menu-icon::before {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header__menu-panel {
    width: 100%;
    max-width: 100%;
    right: 0;
    max-height: calc(100vh - var(--header-height));
  }
  .header__menu-nav {
    padding: 0 16px 12px;
  }
  .header__menu-link {
    font-size: 16px;
    letter-spacing: 1px;
    gap: 12px;
    padding: 12px 0;
  }
  .mv {
    padding: 24px 0 36px;
    text-align: left;
  }
  .mv .btn-large {
    max-width: 319px;
    height: 55px;
    border-radius: 25px;
    font-size: 16px;
  }
  .mv__inner {
    max-width: 400px;
    padding: 0 12px;
    gap: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .mv__inner > .btn-large {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 8px;
  }
  .mv__content {
    max-width: 100%;
    width: 100%;
  }
  .mv__content .btn-large {
    display: none;
  }
  .mv__tags {
    margin-bottom: 12px;
    gap: 7px;
  }
  .mv__tag {
    height: 33px;
    padding: 0 10px;
    font-size: 10px;
    border-width: 1px;
    border-radius: 0 15px 0 15px;
  }
  .mv__sub {
    margin-top: 20px;
    margin-bottom: 4px;
    font-size: 18px;
    letter-spacing: 3.6px;
    text-align: left;
  }
  .mv__headline {
    text-align: left;
  }
  .mv__headline-main {
    font-size: 22px;
    line-height: 1.5;
  }
  .mv__headline-sub {
    font-size: 22px;
    line-height: 1.5;
  }
  .mv__headline {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .mv__desc {
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 1.67;
    margin-bottom: 20px;
    text-align: left;
  }
  .mv__visual {
    width: 100%;
    max-width: 214px;
    margin: 0 auto;
  }
  .mv__visual::before {
    width: 104px;
    height: 113px;
    top: -85px;
    right: -56px;
  }
  .mv__visual::after {
    width: 89px;
    height: 117px;
    bottom: 15px;
    left: -70px;
  }
  .usagi-ai {
    min-height: 160px;
  }
  .problems__main {
    padding: 38px 0 32px;
    background-image: url("../img/yorisoi-ai/problems-bg_sp.png");
    background-size: 100% auto;
    background-position: bottom center;
  }
  .problems__main__inner {
    padding: 0 14px !important;
  }
  .problems__main__title {
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1.5;
  }
  .problems__main__title:after {
    width: 100%;
  }
  .problems__main__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
  .problems__main__content {
    margin-top: 24px;
    gap: 22px;
  }
  .problems__main__list li {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 2.14;
    padding-left: 20px;
  }
  .problems__main__list li::before {
    width: 14px;
    height: 14px;
    top: calc(1.07em - 7px);
    -webkit-transform: none;
            transform: none;
  }
  .problems__main__list {
    width: 100%;
  }
  .problems__main__img {
    width: 100%;
    max-width: 348px;
    margin: 0 auto;
  }
  .problems__message {
    padding: 72px 16px;
  }
  .problems__message p {
    font-size: 18px;
    letter-spacing: 3.6px;
    line-height: 1.67;
  }
  .concept__upper {
    background-image: url("../img/yorisoi-ai/concept-bg_sp.png");
    background-size: 100% auto;
    background-position: bottom center;
    padding: 30px 0 40px;
  }
  .concept__upper-inner-inner {
    grid-template-columns: 1fr;
  }
  .concept__upper-inner {
    padding: 0 16px;
  }
  .concept__upper-inner > .section-header {
    text-align: center;
    margin-bottom: 20px;
  }
  .concept__upper-inner > .section-header > span {
    padding: 0 0 14px;
  }
  .concept__upper__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
  .concept__upper__content__img, .concept__upper__content__right {
    width: 100%;
  }
  .concept__upper__content__right__headline {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 2.5;
    color: #ffd609;
    margin-bottom: 16px;
  }
  .concept__upper__content__right__headline > span {
    font-size: 20px;
  }
  .concept__upper__content__right__desc {
    font-size: 14px;
    letter-spacing: 2.8px;
    line-height: 2.14;
  }
  .concept__circles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .concept__lower {
    padding: 40px 14px;
  }
  .concept__lower__img {
    width: 100%;
  }
  .reasons {
    padding: 56px 0;
  }
  .reasons__inner {
    padding: 0 16px;
  }
  .reasons__inner:after {
    width: 30%;
    top: -90px;
    right: 8px;
  }
  .reasons__list {
    margin-top: 30px;
    gap: 20px;
  }
  .reasons__item__img {
    width: 285px;
    height: auto;
    margin: 0 auto;
  }
  .reasons__item__title {
    font-size: 18px;
    line-height: 2.78;
    letter-spacing: 1.8px;
  }
  .reasons__item__desc {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.4px;
  }
  .reasons__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .evidence {
    padding: 77px 0 65px;
  }
  .evidence__card {
    border-radius: 0 24px 0 24px;
    padding: 24px 16px;
  }
  .evidence__comparison-title, .evidence__positioning-title {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
    border-bottom: 5px solid #F98B80;
  }
  .evidence__table {
    margin-top: 21px;
    margin-bottom: 32px;
  }
  .evidence .evidence__positioning-title {
    font-size: 14px;
  }
  .evidence__comparison-bar, .evidence__positioning-bar {
    margin-bottom: 20px;
    height: 6px;
  }
  .evidence__positioning-desc {
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
  }
  .features {
    padding-top: 56px;
  }
  .features:after {
    width: 24%;
    right: 9%;
    top: -30px;
    background-position: top center;
  }
  .features__headline {
    margin-top: 24px;
    margin-bottom: 16px;
    padding: 0 16px;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 2;
  }
  .features__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 0 16px 26px;
  }
  .features__item__img {
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 0 auto;
  }
  .features__item__title {
    font-size: 16px;
    line-height: 1.56;
  }
  .features__item {
    width: 100%;
    max-width: 336px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 12px;
    padding: 12px;
    border-radius: 0 20px 0 20px;
  }
  .features__cvr-headline {
    max-width: 348px;
    margin: 0 auto 24px;
    font-size: 18px;
    letter-spacing: 3.6px;
    line-height: 1.67;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .features__cvr-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin: 0 16px;
  }
  .features__cvr-item__img {
    height: auto;
    border-radius: 0 40px 0 40px;
  }
  .features__cvr-item__title {
    font-size: 20px;
    line-height: 1.5;
  }
  .features__cvr-item__desc {
    max-width: 348px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2.14;
    word-break: keep-all;
  }
  .features__cvr-item {
    width: 100%;
  }
  .features__message {
    margin-top: 48px;
    padding: 74px 8px;
  }
  .features__message p {
    font-size: 18px;
    letter-spacing: 3.6px;
    line-height: 1.67;
  }
  .scenes {
    padding: 48px 0 56px;
  }
  .scenes__inner {
    grid-template-columns: 1fr;
    padding: 0 16px;
    gap: 30px;
  }
  .scenes__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .scenes__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .scenes__right .section-header {
    text-align: center;
  }
  .scenes__embed-label {
    margin-bottom: 16px;
    font-size: 16px;
    letter-spacing: 3.2px;
    text-align: center;
  }
  .scenes__tags {
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .scenes__tag {
    max-width: 256px;
    margin: 0 auto;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 3.6px;
  }
  .scenes__subtitle {
    max-width: 348px;
    margin: 14px auto 12px;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1.75;
    text-align: center;
  }
  .scenes__desc {
    max-width: 348px;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 2.8px;
    line-height: 2.14;
    text-align: center;
    word-break: keep-all;
  }
  .effects {
    padding: 48px 0 56px;
    background-image: url("../img/yorisoi-ai/effects-bg_sp.png");
  }
  .effects .section-header {
    text-align: center;
  }
  .effects__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .effects__contents {
    gap: 44px;
  }
  .effects__content__title {
    margin-bottom: 8px;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1.75;
    text-align: center;
  }
  .effects__content__box {
    width: 100%;
  }
  .effects__content__img {
    width: 100%;
    max-width: 348px;
    margin: 0 auto;
  }
  .effects__content__list {
    max-width: 390px;
    margin: 0 auto;
  }
  .effects__content__list li {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 2.19;
    padding-left: 24px;
  }
  .effects__content__list li::before {
    width: 10px;
    height: 10px;
  }
  .effects__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
  .effects__content:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .effects__box {
    height: auto;
    min-height: 240px;
    max-height: 384px;
  }
  .effects__title, .effects__recommend-title {
    font-size: 28px;
    letter-spacing: 4px;
  }
  .effects__list li {
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 1.65;
    padding-left: 36px;
  }
  .pricing {
    background-position: center bottom;
    background-image: url("../img/yorisoi-ai/pricing-bg_sp.png");
  }
  .pricing__headline {
    max-width: 348px;
    margin: 16px auto 20px;
    font-size: 18px;
    letter-spacing: 3.6px;
    line-height: 1.67;
  }
  .pricing__table-wrap {
    overflow-x: auto;
  }
  .pricing__table-wrap {
    padding: 0 16px 20px;
    overflow: auto;
  }
  .pricing__table {
    min-width: 920px;
    font-size: 14px;
  }
  .pricing {
    padding: 48px 0 56px;
    background-size: cover;
  }
  .demo {
    padding: 88px 0 56px;
  }
  .demo__inner {
    padding: 0 16px;
  }
  .demo__header {
    margin-bottom: 24px;
  }
  .demo__badge {
    width: 182.39px;
    top: -110px;
    left: 14px;
  }
  .demo__headline {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1.75;
    margin-bottom: 16px;
  }
  .demo__desc {
    font-size: 14px;
    letter-spacing: 2.8px;
    line-height: 2.14;
    margin-bottom: 20px;
  }
  .demo__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
  .demo__image-item {
    width: 100%;
  }
  .options {
    background-image: url("../img/yorisoi-ai/options-bg_sp.png");
    background-size: 100% auto;
  }
  .options {
    padding: 56px 14px;
  }
  .options .btn-large {
    max-width: 319px;
    height: 55px;
    border-radius: 25px;
    font-size: 16px;
  }
  .options__card {
    width: 100%;
    border-radius: 0 24px 0 24px;
    padding: 24px 16px;
  }
  .options__headline {
    max-width: 324px;
    margin: 0 auto 24px;
    font-size: 25px;
    letter-spacing: 7px;
    line-height: 1.2;
  }
  .options__headline span {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    letter-spacing: 3.2px;
    line-height: 1.875;
  }
  .options__plans {
    margin-bottom: 20px;
  }
  .options__web-label {
    font-size: 16px;
    line-height: 1.5;
  }
  .options__web-price {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .options__web-note {
    line-height: 1.6;
  }
  .options__web {
    max-width: 328px;
    margin: 0 auto 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    padding: 16px;
  }
  .options__message {
    max-width: 324px;
    margin: 0 auto 24px;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1.75;
  }
  .options__cta {
    margin-top: 30px;
  }
  .members {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .members {
    gap: 24px;
  }
  .member__photo {
    width: 180px;
    height: 180px;
  }
  .member__info {
    font-size: 14px;
    line-height: 1.7;
  }
  .member__info strong {
    font-size: 16px;
  }
  .flow__headline {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .flow__steps {
    padding: 0 14px;
  }
  .flow__steps::before {
    width: 107px;
    height: 116px;
    top: -240px;
    right: 0;
  }
  .flow__steps::after {
    width: 93px;
    height: 122px;
    top: 310px;
    left: 0;
  }
  .flow__step:not(:last-child)::after {
    width: 37px;
    height: 29px;
    left: calc((100% - 37px) / 2);
    bottom: 10px;
  }
  .flow__step-box {
    min-height: 94px;
    padding: 12px 16px;
    border-radius: 0 30px 0 30px;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .flow__step:not(:last-child) {
    padding-bottom: 50px;
  }
  .flow {
    padding: 56px 0;
  }
  .cta {
    padding: 56px 16px;
  }
  .cta__sub {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 12px;
  }
  .cta__headline {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 24px;
  }
  .cta__logo {
    width: 189px;
    margin-bottom: 26px;
    height: 36px;
  }
  .company {
    padding: 48px 0 56px;
  }
  .company__inner {
    padding: 0 16px;
  }
  .company__title {
    font-size: 25px;
    letter-spacing: 1.25px;
    margin-bottom: 24px;
  }
  .company__info-table {
    border-top-width: 2px;
  }
  .company__info-table th,
  .company__info-table td {
    display: block;
    width: 100%;
    border-right: 0;
    border-bottom-width: 2px;
  }
  .company__info-table th {
    padding: 10px 12px 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
  .company__info-table td {
    padding: 4px 12px 12px;
    font-size: 16px;
    line-height: 1.875;
  }
  .company__related__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
  .company__related__item__img {
    max-width: 348px;
    height: auto;
    margin: 0 auto 10px;
  }
  .company__related__item h3 {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 3.2px;
    margin-bottom: 8px;
  }
  .company__related__item p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.4px;
    text-align: left;
  }
  .company__related__item__btn {
    width: 220px;
    height: 52px;
    margin-top: 4px;
    font-size: 16px;
  }
  .company__related__item {
    width: 100%;
  }
  .company__related {
    margin-top: 34px;
  }
  .related-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer {
    padding: 36px 0 42px;
    background: #ed7872;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 32px;
  }
  .footer__inner {
    padding: 0 20px;
    gap: 18px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .footer__logo img {
    height: 47px;
  }
  .footer__info {
    font-size: 16px;
    line-height: 1.8;
  }
  .footer__info > p:first-of-type,
  .footer__info > p:last-of-type {
    font-size: 16px;
  }
  .contact {
    padding: 42px 10px 64px;
    background-position: center bottom;
    background-image: url("../img/yorisoi-ai/pricing-bg_sp.png");
  }
  .contact::after {
    top: 70px;
    width: 88px;
    height: 106px;
    margin-left: 198px;
  }
  .contact::after {
    top: 205px;
    right: 10px;
    width: 119px;
    height: 129px;
    margin-left: auto;
  }
  .contact__title-wrap {
    max-width: 560px;
  }
  .contact__title-wrap {
    max-width: 100%;
  }
  .contact__headline {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .contact__headline {
    padding-bottom: 12px;
    border-bottom: 3px solid #f2d972;
    line-height: 1.5;
  }
  .contact__text {
    margin: 18px auto 74px;
    font-size: 13px;
    letter-spacing: 0.5px;
  }
  .contact__form {
    padding: 24px 18px;
  }
  .contact__form {
    padding: 14px 10px 20px;
  }
  .contact__form .form-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .contact__form .form-item {
    padding: 12px 0;
  }
  .contact__form .form-item .ttl {
    padding-top: 0;
  }
  .contact__form .form-item .ttl {
    padding-bottom: 6px;
    border-bottom: 1px solid #f3b7c0;
    font-size: 16px;
  }
  .contact__form .input.is-radio .wpcf7-list-item {
    display: block;
    margin: 6px 0 0;
  }
  .contact__form .input.is-radio .wpcf7-list-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    width: 100%;
    min-height: 66px;
    padding: 12px 16px;
    border: 2px solid #F06C7C;
    border-radius: 16px;
    background: #fff;
    color: #111;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .contact__form .input.is-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .contact__form .input.is-radio input[type=radio] {
    width: 22px;
    height: 22px;
    border-color: #F06C7C;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .contact__form .input.is-radio input[type=radio]:checked {
    border-color: #fff;
    background: radial-gradient(circle, #fff 0 44%, transparent 45%);
  }
  .contact__form input[type=text],
  .contact__form input[type=email],
  .contact__form input[type=tel],
  .contact__form textarea {
    font-size: 16px;
    border: 2px solid #c8cdd3;
  }
  .contact__form textarea {
    min-height: 180px;
  }
  .contact__form .is-policy .input {
    max-height: 180px;
    background: #fff;
    border-color: #c8cdd3;
  }
  .contact__form .input.is-radio input[type=radio]:checked + .wpcf7-list-item-label {
    color: #fff;
    font-weight: 700;
  }
  .contact__form .input.is-radio .wpcf7-list-item label:has(input[type=radio]:checked) {
    background: #F06C7C;
  }
  .contact__form .input.is-radio .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.4;
  }
  .contact__form .btn-send,
  .contact__form input[type=submit] {
    width: 100%;
    min-width: 0;
    height: 60px;
    font-size: 16px;
  }
  .form-agreement {
    margin-left: 0;
  }
}

@media (max-width: 1512px) {
  .header__nav {
    display: none;
  }
  .header__menu-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (max-width: 1200px) {
  .header__nav {
    gap: 16px;
  }
  .header__nav a {
    font-size: 13px;
  }
  .problems__main__inner {
    padding: 60px 40px;
  }
}

@media (min-width: 961px) and (max-width: 1200px) {
  .mv {
    padding: 60px 0;
  }
  .mv__inner {
    padding: 0 40px;
  }
  .features__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 961px) and (max-width: 1570px) {
  .mv__headline-main {
    font-size: 60px;
    font-size: clamp(40px, 4.4vw, 60px);
  }
  .mv__headline-sub {
    font-size: 45px;
    font-size: clamp(20px, 3.3vw, 45px);
  }
  .mv__desc {
    font-size: clamp(16px, 1.7vw, 22px);
  }
}

@media (min-width: 1900px) {
  .pricing {
    background-position: center min(27vw, 216px);
  }
  .contact {
    background-position: center min(4vw, 216px);
  }
}

/*# sourceMappingURL=lp-ai.css.map */