@charset "UTF-8";
/* normalize */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Base */
html {
  font-size: 62.5%;
}

body {
  color: #4d4d4d;
  font-size: 1.5rem;
  line-height: 2;
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.6;
  }
}

a {
  display: inline-block;
  color: #4d4d4d;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-duration: 0.6s;
  text-decoration: none;
}
a:hover {
  color: gray;
}
a img {
  border: none;
}
a img:hover, a img:active {
  opacity: 0.8;
}

span {
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-duration: 0.6s;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.6s ease;
  backface-visibility: hidden;
  vertical-align: bottom;
}

iframe {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.6;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.7rem;
}

h3 {
  font-size: 2.3rem;
}

h4 {
  font-size: 1.8rem;
}

[class*=col-] {
  margin-bottom: 2rem;
}
[class*=col-] h1, [class*=col-] h2, [class*=col-] h3, [class*=col-] h4, [class*=col-] h5, [class*=col-] h6 {
  margin-bottom: 1.5rem;
}
[class*=col-] h1:last-child, [class*=col-] h2:last-child, [class*=col-] h3:last-child, [class*=col-] h4:last-child, [class*=col-] h5:last-child, [class*=col-] h6:last-child {
  margin-bottom: 0;
}

.row [class*=col-]:last-child {
  margin-bottom: 0;
}

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
  vertical-align: bottom;
}

body:has(.lp-menudesignernext) {
  font-family: "Noto Sans JP", sans-serif;
}
body:has(.lp-menudesignernext) .footer {
  padding: 35px 0;
  background-color: #fff;
}
body:has(.lp-menudesignernext) .footer__company {
  font-size: 1.2rem;
  text-align: center;
}
body:has(.lp-menudesignernext) .footer__company a {
  color: #02216f;
}
body:has(.lp-menudesignernext) a {
  transition: opacity 0.3s;
}
body:has(.lp-menudesignernext) a:hover {
  opacity: 0.7;
}

.lp-menudesignernext {
  color: #333232;
  overflow-x: hidden;
}
.lp-menudesignernext * {
  box-sizing: border-box;
}
.lp-menudesignernext .is-pc {
  display: block;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .is-pc {
    display: none;
  }
}
.lp-menudesignernext .is-sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .is-sp {
    display: block;
  }
}
.lp-menudesignernext .ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 59px;
}
.lp-menudesignernext .ttl__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .ttl__wrapper {
    padding: 0 20px;
  }
}
.lp-menudesignernext .ttl__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  color: #02216f;
}
.lp-menudesignernext .ttl__icon::before {
  font: var(--fa-font-thin);
  font-size: 4.2rem;
  background: linear-gradient(45deg, #669df7 0%, #77ccf4 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
}
.lp-menudesignernext .ttl__icon.icon--solution::before {
  content: "\f733";
}
.lp-menudesignernext .ttl__icon.icon--function::before {
  content: "\f7d9";
}
.lp-menudesignernext .ttl__icon.icon--comparison::before {
  content: "\f24e";
}
.lp-menudesignernext .ttl__icon.icon--support::before {
  content: "\f2b5";
}
.lp-menudesignernext .ttl__icon.icon--introduction::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/lp-menudesignernext/ico_ttl-introduction.svg) no-repeat 0 0/cover;
}
.lp-menudesignernext .ttl__icon.icon--flow::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/lp-menudesignernext/ico_ttl-introduction.svg) no-repeat 0 0/cover;
}
.lp-menudesignernext .ttl__icon.icon--faq::before {
  content: "\e1e3";
}
.lp-menudesignernext .ttl__icon.icon--form::before {
  content: "\f0e0";
  font: var(--fa-font-regular);
  font-size: 4.2rem;
}
.lp-menudesignernext .ttl__icon + p {
  margin: 0;
}
.lp-menudesignernext .ttl--sub {
  margin: 0;
  padding: 1.8rem 0;
  color: #02216f;
  border-top: 2px dotted #02216f;
  border-bottom: 2px dotted #02216f;
  font-size: 2.7rem;
  text-align: center;
}
.lp-menudesignernext__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 60px;
  border-radius: 999px;
  font-size: 1.6rem;
}
.lp-menudesignernext__btn .btn {
  filter: drop-shadow(0 0 30px rgba(29, 39, 58, 0.1));
}
.lp-menudesignernext__btn .btn__inner {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.lp-menudesignernext__btn .btn__icon {
  position: relative;
  z-index: 1;
}
.lp-menudesignernext__btn .btn__icon--mail {
  color: #fff;
}
.lp-menudesignernext__btn .btn__icon--book {
  color: #02216f;
}
.lp-menudesignernext__btn.inquiry {
  color: #fff;
  background: linear-gradient(130deg, #4477dd 0%, #02216f 99%);
}
.lp-menudesignernext__btn.download {
  position: relative;
  color: #02216f;
}
.lp-menudesignernext__btn.download::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(130deg, #4477dd 0%, #02216f 99%);
}
.lp-menudesignernext__btn.download::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  display: inline-block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 999px;
  background-color: white;
}
.lp-menudesignernext .header {
  position: relative;
  display: block;
  color: #393939;
  background-color: #fff;
}
.lp-menudesignernext .header__inner {
  display: grid;
  grid-template-columns: 270px 1fr 210px;
  align-items: center;
  padding: 30px 30px 30px 40px;
  gap: 29px;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .header__inner {
    grid-template-columns: 200px 1fr;
    justify-content: space-between;
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .header__inner {
    grid-template-columns: 150px 1fr;
  }
}
.lp-menudesignernext .header__nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .header__nav {
    position: fixed;
    top: 70px;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media screen and (min-width: 992px) {
  .lp-menudesignernext .header__nav .lp-menudesignernext__btn {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .header .lp-menudesignernext__btn {
    display: none;
  }
}
.lp-menudesignernext .header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background-color: #fff;
  filter: drop-shadow(0 0 10px rgba(29, 39, 58, 0.1));
  z-index: 99;
  animation-name: scrollHeader;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.lp-menudesignernext .header.is-fixed .header__inner {
  padding: 10px 20px 10px 40px;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .header.is-fixed .header__inner {
    padding: 10px;
  }
}
@media screen and (min-width: 992px) {
  .lp-menudesignernext .header.is-fixed .lp-menudesignernext__btn {
    height: 45px;
  }
}
.lp-menudesignernext .header.is-fixed .header__logo {
  width: 200px;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .header.is-fixed .header__logo {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .header.is-fixed.is-view .header__nav {
    top: 70px;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .header.is-fixed.is-view .header__nav {
    top: 57px;
  }
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .header.is-fixed .lp-menudesignernext__btn {
    display: none;
  }
}
@keyframes scrollHeader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lp-menudesignernext .header__sp-menu--icon {
  display: none;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .header__sp-menu--icon {
    display: block;
    text-align: right;
  }
}
.lp-menudesignernext .header__sp-menu--icon .header__icon--open, .lp-menudesignernext .header__sp-menu--icon .header__icon--close {
  font-size: 30px;
  color: #333232;
}
.lp-menudesignernext .header__sp-menu--icon .header__icon--close {
  display: none;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .header.is-view .lp-menudesignernext__btn {
    height: 90px;
  }
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .header.is-view .header__icon--open {
    display: none;
  }
  .lp-menudesignernext .header.is-view .header__icon--close {
    display: block;
  }
  .lp-menudesignernext .header.is-view .header__nav {
    display: flex;
    gap: 36px;
    flex-direction: column;
    width: 100%;
    padding-bottom: 40px;
    background-color: rgba(253, 254, 254, 0.95);
    z-index: 99;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 991px) and (max-width: 600px) {
  .lp-menudesignernext .header.is-view .header__nav {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .header.is-view .header__nav a {
    display: block;
    width: 100%;
    padding-bottom: 36px;
    border-bottom: 2px solid #dddddd;
    font-size: 2.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 991px) and (max-width: 600px) {
  .lp-menudesignernext .header.is-view .header__nav a {
    padding-bottom: 20px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .header.is-view .header__nav a:first-child {
    padding-top: 36px;
    border-top: 2px solid #dddddd;
  }
}
@media screen and (max-width: 991px) and (max-width: 600px) {
  .lp-menudesignernext .header.is-view .header__nav a:first-child {
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .header.is-view .header__nav a:nth-of-type(n+4) {
    border-bottom: none;
  }
  .lp-menudesignernext .header.is-view .header__nav .lp-menudesignernext__btn {
    display: flex;
    max-width: calc(100% - 80px);
    width: 100%;
    height: 60px;
    padding-bottom: 0;
  }
}
.lp-menudesignernext .bg-wave {
  width: 100%;
}
@media screen and (min-width: 1700px) {
  .lp-menudesignernext .bg-wave {
    background: url(../images/lp-menudesignernext/bg_mv.png) no-repeat 0 0/100% auto;
  }
}
@media screen and (max-width: 1699px) and (min-width: 1441px) {
  .lp-menudesignernext .bg-wave {
    background: url(../images/lp-menudesignernext/bg_mv.png) no-repeat 0 280px/100% auto;
  }
}
@media screen and (max-width: 1440px) {
  .lp-menudesignernext .bg-wave {
    background: url(../images/lp-menudesignernext/bg_mv.png) no-repeat 0 320px/100% auto;
  }
}
@media screen and (min-width: 1441px) {
  .lp-menudesignernext .bg-wave:has(.support) {
    background: url(../images/lp-menudesignernext/bg_mv.png) no-repeat 0 180px/100% auto;
  }
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .bg-wave {
    background: url(../images/lp-menudesignernext/bg_mv-sp.png) no-repeat 0 160px/100% auto;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .bg-wave {
    background: url(../images/lp-menudesignernext/bg_mv-sp.png) no-repeat 0 160px/contain;
  }
}
.lp-menudesignernext .mv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 79px;
}
@media screen and (min-width: 1501px) {
  .lp-menudesignernext .mv__inner {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1500px) {
  .lp-menudesignernext .mv__inner {
    padding-left: 40px;
  }
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .mv__inner {
    display: grid;
    grid-template-areas: "mv_heading" "mv_text" "mv_img" "mv_list";
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 0;
  }
}
.lp-menudesignernext .mv__contents {
  max-width: 590px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .mv__contents {
    display: contents;
  }
}
.lp-menudesignernext .mv__heading {
  margin: 0 0 40px;
  color: #333232;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .mv__heading {
    grid-area: mv_heading;
    margin: 0 0 20px;
    padding-left: 40px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .mv__heading {
    padding-left: 20px;
  }
}
.lp-menudesignernext .mv__heading--md {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  color: #47d;
  font-size: 4rem;
}
.lp-menudesignernext .mv__heading--md::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #47d;
}
.lp-menudesignernext .mv__heading--lg {
  font-size: 4.8rem;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .mv__heading--lg {
    display: block;
    text-align: right;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .mv__heading--lg {
    font-size: 3.6rem;
    text-align: left;
  }
}
.lp-menudesignernext .mv__heading--xl {
  font-size: 6rem;
  background: linear-gradient(130deg, #4477dd 0%, #02216f 99%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .mv__heading--xl {
    font-size: 5rem;
  }
}
.lp-menudesignernext .mv__list {
  margin-top: 72px;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .mv__list {
    grid-area: mv_list;
    margin-top: 59px;
  }
}
.lp-menudesignernext .mv__list .heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #4477dd;
  font-size: 2.3rem;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .mv__list .heading {
    padding-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .mv__list .heading {
    padding-left: 20px;
  }
}
.lp-menudesignernext .mv__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .mv__list ul {
    padding-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .mv__list ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lp-menudesignernext .mv__list ul li {
  color: #333232;
  padding-left: 1.6em;
  text-indent: -1.6em;
  font-size: 1.6rem;
}
.lp-menudesignernext .mv__list ul li::before {
  content: "\f00c";
  margin-right: 10px;
  color: #4477dd;
  font: var(--fa-font-regular);
}
.lp-menudesignernext .mv__list ul li .highlight {
  color: #02216f;
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(to bottom, transparent 40%, #ffff99 60%);
}
.lp-menudesignernext .mv__btns {
  margin-top: 55px;
}
.lp-menudesignernext .mv__btns .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .mv__btns .wrapper {
    grid-template-columns: 1fr;
    padding: 0 40px;
  }
}
.lp-menudesignernext .mv__btns .btn__text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #02216f;
  font-size: 1.8rem;
  font-weight: 700;
}
.lp-menudesignernext .mv__btns .btn__text::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 23px;
  background: url(../images/lp-menudesignernext/mv_border-left.svg) no-repeat 0 0/cover;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .mv__btns .btn__text::before {
    margin-top: 12px;
  }
}
.lp-menudesignernext .mv__btns .btn__text::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 23px;
  background: url(../images/lp-menudesignernext/mv_border-right.svg) 0 0/cover;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .mv__btns .btn__text::after {
    margin-top: 12px;
  }
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .mv__img {
    grid-area: mv_img;
    margin-left: auto;
  }
}
.lp-menudesignernext .mv__text {
  margin: 0;
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .mv__text {
    grid-area: mv_text;
    margin: 0 0 62px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .mv__text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.6rem;
  }
}
.lp-menudesignernext .company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  max-width: 1140px;
  width: 100%;
  margin: 140px auto 0;
  padding: 60px;
  border: 2px solid #9bbdfd;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .company {
    width: calc(100% - 40px);
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .company {
    gap: 30px;
    padding: 20px 15px;
  }
}
.lp-menudesignernext .company__ttl {
  color: #4477dd;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .company__ttl {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .company__ttl {
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: normal;
  }
}
.lp-menudesignernext .company__ttl .note {
  color: #333232;
  font-size: 1.4rem;
  font-weight: 400;
}
.lp-menudesignernext .company__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .company__list li {
    width: calc(50% - 20px);
  }
  .lp-menudesignernext .company__list li img {
    width: 100%;
  }
}
.lp-menudesignernext .company__number {
  width: 100%;
  margin: 0;
}
.lp-menudesignernext .company__number.open .number__ttl {
  border-radius: 10px 10px 0 0;
}
.lp-menudesignernext .company__number.open .number__icon {
  background: url(../images/lp-menudesignernext/ico_number-minus.png) no-repeat 0 0/cover;
}
.lp-menudesignernext .company__number.open .number__contents {
  grid-template-rows: 1fr;
}
.lp-menudesignernext .company__number.open .number__contents .body {
  padding-bottom: 30px;
}
.lp-menudesignernext .company__number .number__ttl {
  position: relative;
  margin: 0;
  padding: 15px 40px;
  color: #fff;
  border-radius: 10px;
  background-color: #77a3f6;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.lp-menudesignernext .company__number .number__ttl:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .lp-menudesignernext .company__number .number__ttl {
    padding: 15px 20px;
    font-size: 1.8rem;
  }
}
.lp-menudesignernext .company__number .number__icon {
  position: absolute;
  top: 50%;
  right: 40px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/lp-menudesignernext/ico_number-plus.png) no-repeat 0 0/cover;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .lp-menudesignernext .company__number .number__icon {
    right: 20px;
  }
}
.lp-menudesignernext .company__number .number__contents {
  display: grid;
  grid-template-rows: 0fr;
  margin: 0;
  transition: grid-template-rows 0.3s;
}
.lp-menudesignernext .company__number .number__contents .body {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(33.3333333333% - 15.3333333333px));
  gap: 23px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0 0 10px 10px;
  background-color: #77a3f6;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .company__number .number__contents .body {
    grid-template-columns: repeat(auto-fit, calc(33.3333333333% - 15.3333333333px));
  }
}
@media screen and (max-width: 767px) {
  .lp-menudesignernext .company__number .number__contents .body {
    grid-template-columns: 1fr;
  }
}
.lp-menudesignernext .company__number .number__contents .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0 30px;
  border-radius: 10px;
  background-color: #fff;
}
.lp-menudesignernext .company__number .number__contents .item .text {
  margin: 40px 0 0;
  color: #02216f;
  font-family: "Google Sans Flex", "Noto Sans JP", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .company__number .number__contents .item .text {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.lp-menudesignernext .company__number .number__contents .item .text:nth-of-type(even) {
  margin-top: 20px;
}
.lp-menudesignernext .company__number .number__contents .item .text--md {
  font-size: 3.6rem;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .company__number .number__contents .item .text--md {
    font-size: 2.8rem;
  }
}
.lp-menudesignernext .company__number .number__contents .item .text--lg {
  font-size: 4.8rem;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .company__number .number__contents .item .text--lg {
    font-size: 3.8rem;
  }
}
.lp-menudesignernext .company__number .number__contents .item .text--xl {
  font-size: 6rem;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .company__number .number__contents .item .text--xl {
    font-size: 5rem;
  }
}
.lp-menudesignernext .company__number .number__contents .item .text--xxl {
  font-size: 7.2rem;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .company__number .number__contents .item .text--xxl {
    font-size: 6rem;
  }
}
.lp-menudesignernext .company__number .number__contents .item .text--orange {
  color: #ff8811;
}
.lp-menudesignernext .company__number .number__contents .item .text--w-900 {
  font-weight: 900;
}
.lp-menudesignernext .company__number .number__contents .item .text--px-5 {
  padding: 0 5px;
}
.lp-menudesignernext .company__number .number__contents .item .text--note {
  font-size: 1.2rem;
}
.lp-menudesignernext .solution {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .lp-menudesignernext .solution {
    gap: 40px;
    padding: 50px 0 0;
  }
}
.lp-menudesignernext .solution__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.lp-menudesignernext .solution__list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  column-gap: 34px;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .solution__list {
    grid-template-columns: 1fr 53px 1fr;
    column-gap: 15px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .solution__list {
    grid-template-columns: 1fr;
    grid-column: 0;
  }
}
.lp-menudesignernext .solution__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 20px;
  max-width: 312px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 29px;
  border-radius: 20px;
  filter: drop-shadow(0 0 20px rgba(29, 39, 58, 0.1));
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .solution__item {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .solution__item:nth-of-type(1) {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .solution__item:nth-of-type(1) {
    grid-row: 1/4;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .solution__item:nth-of-type(2) {
    grid-row: 4/7;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .solution__item:nth-of-type(2) {
    grid-row: 7/10;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .solution__item:nth-of-type(3) {
    grid-row: 7/10;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .solution__item:nth-of-type(3) {
    grid-row: 13/16;
  }
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .solution__item:nth-of-type(4) {
    grid-row: 1/4;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .solution__item:nth-of-type(4) {
    grid-row: 5/7;
  }
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .solution__item:nth-of-type(5) {
    grid-row: 4/7;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .solution__item:nth-of-type(5) {
    grid-row: 11/13;
  }
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .solution__item:nth-of-type(6) {
    grid-row: 7/10;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .solution__item:nth-of-type(6) {
    grid-row: 17/19;
  }
}
.lp-menudesignernext .solution__item .img {
  align-self: center;
  width: 80px;
  margin: 0 auto;
}
.lp-menudesignernext .solution__item .ttl {
  margin: 0;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.lp-menudesignernext .solution__item .text {
  margin: 0;
  font-size: 1.4rem;
  line-height: normal;
}
.lp-menudesignernext .solution__item--problem {
  background-color: #fff;
}
.lp-menudesignernext .solution__item--problem .ttl {
  color: #02216f;
}
.lp-menudesignernext .solution__item--answer {
  display: flex;
  flex-direction: column;
  background-color: #ffffdd;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .solution__item--answer {
    grid-column: 3/4;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .solution__item--answer {
    grid-column: 1/2;
  }
}
.lp-menudesignernext .solution__item--answer .ttl {
  color: #4477dd;
}
.lp-menudesignernext .solution__img--arrow {
  margin: 20px auto;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .solution__img--arrow {
    grid-column: 2/3;
    margin: 10px auto;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .solution__img--arrow {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .solution__img--arrow:nth-of-type(1) {
    grid-row: 2/3;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .solution__img--arrow:nth-of-type(1) {
    grid-row: 4/5;
  }
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .solution__img--arrow:nth-of-type(3) {
    grid-row: 8/9;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .solution__img--arrow:nth-of-type(3) {
    grid-row: 16/17;
  }
}
.lp-menudesignernext .solution__img--arrow img {
  width: 31px;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .solution__img--arrow img {
    width: 100%;
  }
}
.lp-menudesignernext .solution__img--arrow2 {
  margin: 20px auto;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .solution__img--arrow2 {
    grid-column: 2/3;
    grid-row: 5/6;
    margin: 10px auto;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .solution__img--arrow2 {
    grid-column: 1/2;
    grid-row: 10/11;
  }
}
.lp-menudesignernext .solution__img--arrow2 img {
  width: 366px;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .solution__img--arrow2 img {
    width: 100%;
  }
}
.lp-menudesignernext .solution__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .solution__bottom {
    padding: 0 20px;
  }
}
.lp-menudesignernext .solution__bottom .ttl {
  display: block;
  margin: 0;
  padding: 7px 27px;
  color: #fff;
  background-color: #77a3f6;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.lp-menudesignernext .solution__bottom .text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.lp-menudesignernext .cta {
  display: grid;
  grid-template-columns: repeat(2, 487px);
  justify-content: center;
  gap: 32px;
  margin-top: 120px;
  padding-bottom: 80px;
  overflow-y: hidden;
  background: url(../images/lp-menudesignernext/bg-cta.png) no-repeat center 0/cover;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .cta {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .cta {
    background: url(../images/lp-menudesignernext/bg-cta.png) no-repeat 24% bottom/auto 95%;
  }
}
.lp-menudesignernext .cta__contents {
  display: contents;
}
.lp-menudesignernext .cta__img--logo {
  width: 270px;
  margin-left: 122px;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .cta__img--logo {
    margin-left: 0;
  }
}
.lp-menudesignernext .cta__img--pdf img {
  width: 100%;
}
.lp-menudesignernext .cta__ttl {
  margin: 0;
  color: #02216f;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp-menudesignernext .cta__ttl {
    padding: 0 10px;
  }
}
.lp-menudesignernext .cta__text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .cta__text {
    text-align: center;
  }
}
.lp-menudesignernext .cta .left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .cta .left {
    align-items: center;
  }
}
.lp-menudesignernext .cta .right {
  display: grid;
  grid-template-columns: 222px 1fr;
  gap: 10px;
  margin-top: auto;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .cta .right {
    margin: 59px auto 61px;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .cta .right {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 30px 0 38px;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .cta .right .material {
    width: 100%;
  }
}
.lp-menudesignernext .cta .right .material__ttl {
  margin: 0;
  color: #02216f;
  font-size: 1.6rem;
  font-weight: 700;
}
.lp-menudesignernext .cta .right .material__list {
  margin: 0;
  padding: 0 0 0 1em;
  list-style-type: none;
  text-indent: -1em;
}
.lp-menudesignernext .cta .right .material__list li {
  font-size: 1.4rem;
  line-height: normal;
}
.lp-menudesignernext .cta .right .material__list li::before {
  content: "・";
  color: #4477dd;
}
.lp-menudesignernext .cta__material {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: max-content;
  padding: 15px 15px 25px 18px;
  border-radius: 10px;
  border: 2px solid #9bbdfd;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .cta__material {
    width: max-content;
  }
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .cta__material {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .cta__material {
    width: 100%;
  }
}
.lp-menudesignernext .cta__btns {
  display: contents;
}
.lp-menudesignernext .cta__btns .btn__inner {
  font-size: 20px;
}
.lp-menudesignernext .cta__btns .lp-menudesignernext__btn {
  height: 70px;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .cta__btns .lp-menudesignernext__btn.inquiry {
    margin-top: 20px;
  }
}
.lp-menudesignernext .cta__btns p {
  margin: 0;
}
.lp-menudesignernext .function {
  padding-top: 140px;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .function {
    padding-top: 80px;
  }
}
.lp-menudesignernext .function__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .function__inner {
    gap: 40px;
    margin-top: 40px;
  }
}
.lp-menudesignernext .function__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.lp-menudesignernext .function__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .function__list {
    padding: 0 20px;
  }
}
.lp-menudesignernext .function__list--sub {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.lp-menudesignernext .function__list--sub li {
  padding: 6px 0;
  color: #393838;
  background-color: #e7f6fd;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.lp-menudesignernext .function__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 360px;
  width: 100%;
  border: 2px solid #02216f;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .function__item {
    max-width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .function__item {
    gap: 10px;
    max-width: 360px;
  }
}
.lp-menudesignernext .function__item .body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 30px 20px;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .function__item .body {
    padding: 0 15px 20px;
  }
}
.lp-menudesignernext .function__item .body p {
  margin: 0;
}
.lp-menudesignernext .function__item .title {
  margin: 0;
  color: #fff;
  border-radius: 15px 15px 0 0;
  background-color: #02216f;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-menudesignernext .function__item .title {
    padding: 10px;
    font-size: 2rem;
  }
}
.lp-menudesignernext .function__item .text {
  font-size: 1.4rem;
}
.lp-menudesignernext .customize {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .customize {
    gap: 40px;
  }
}
.lp-menudesignernext .customize__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .customize__list {
    padding: 0 20px;
  }
}
.lp-menudesignernext .customize__list li {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
  gap: 30px;
  border-radius: 20px;
  border: 2px solid #02216f;
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .customize__list li {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.lp-menudesignernext .customize__list li .title {
  margin: 0;
  padding: 20px 0;
  border-radius: 15px 0 0 15px;
  color: #fff;
  background-color: #02216f;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .customize__list li .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-menudesignernext .customize__list li .title {
    padding: 10px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .customize__list li .title {
    border-radius: 15px 15px 0 0;
  }
}
.lp-menudesignernext .customize__list li .text {
  margin: 0;
  padding-right: 30px;
  color: #393838;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .customize__list li .text {
    padding: 20px 30px 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .customize__list li .text {
    padding: 0 15px 20px;
  }
}
.lp-menudesignernext .options {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .options {
    gap: 40px;
  }
}
.lp-menudesignernext .options__ttl {
  color: #02216f;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
}
.lp-menudesignernext .options__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  border-radius: 20px;
  background-color: #e7f6fd;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .options__container {
    width: calc(100% - 40px);
  }
}
.lp-menudesignernext .options__container h3,
.lp-menudesignernext .options__container h4,
.lp-menudesignernext .options__container p {
  margin: 0;
  padding: 0;
}
.lp-menudesignernext .options__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.lp-menudesignernext .options__list--sub {
  margin: 0;
  padding: 30px;
  font-size: 1.4rem;
  list-style-type: none;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .options__list--sub {
    padding: 15px;
  }
}
.lp-menudesignernext .options__list--sub li {
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.lp-menudesignernext .options__list--sub li::before {
  content: "\f00c";
  margin-right: 10px;
  color: #4477dd;
  font: var(--fa-font-regular);
}
.lp-menudesignernext .options__item {
  display: flex;
  flex-direction: column;
  max-width: 530px;
  width: 100%;
  border-radius: 20px;
  border: 2px solid #02216f;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .options__item {
    max-width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .options__item {
    max-width: 530px;
  }
}
.lp-menudesignernext .options__item .title {
  padding: 18px 0;
  border-radius: 15px 15px 0 0;
  color: #fff;
  background-color: #02216f;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .options__item .title {
    padding: 18px 10px;
  }
}
@media screen and (max-width: 767px) {
  .lp-menudesignernext .options__item .title {
    padding: 10px;
  }
}
.lp-menudesignernext .comparison {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 140px;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .comparison {
    padding-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .comparison {
    gap: 40px;
  }
}
.lp-menudesignernext .comparison__inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.lp-menudesignernext .comparison__table {
  border: 1px solid #dddddd;
  border-collapse: collapse;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .comparison__table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .lp-menudesignernext .comparison__table tr:first-child th {
    display: none;
  }
}
.lp-menudesignernext .comparison__table th,
.lp-menudesignernext .comparison__table td {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  font-size: 1.6rem;
  text-align: center;
}
.lp-menudesignernext .comparison__table th {
  width: 180px;
  padding: 22px 40px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .comparison__table th {
    width: 100%;
  }
}
.lp-menudesignernext .comparison__table td {
  padding: 22px;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .comparison__table td {
    width: 50%;
  }
}
.lp-menudesignernext .comparison__table td.logo img {
  max-width: 210px;
  width: 100%;
}
.lp-menudesignernext .comparison__table td.logo-menu-designer-next {
  background-color: #d4effc;
}
.lp-menudesignernext .comparison__table td.logo-menulink {
  background-color: #fce2f7;
}
.lp-menudesignernext .comparison__table td .note {
  font-size: 1.2rem;
}
.lp-menudesignernext .comparison__table ul {
  margin: 0;
  padding-left: 1.6em;
}
.lp-menudesignernext .comparison__table ul li {
  text-align: left;
}
.lp-menudesignernext .comparison__badge {
  display: inline-block;
  padding: 8px 14px;
  font-size: 1.4rem;
  border-radius: 999px;
}
.lp-menudesignernext .comparison__badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 29px 0 0 !important;
  padding-left: 0 !important;
  list-style-type: none;
}
.lp-menudesignernext .comparison__badge-list li {
  color: #333232;
}
.lp-menudesignernext .comparison__badge-list.bg-menudesignernext li {
  background-color: #e7f6fd;
}
.lp-menudesignernext .comparison__badge-list.bg-menulink li {
  background-color: #fff0fc;
}
.lp-menudesignernext .comparison__notes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .comparison__notes {
    gap: 20px;
  }
}
.lp-menudesignernext .comparison__notes .notes__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.lp-menudesignernext .comparison__notes .notes__list li {
  color: #333232;
  font-size: 1.2rem;
  line-height: normal;
}
.lp-menudesignernext .comparison__notes .link__to-menulink {
  display: flex;
  flex-direction: column;
}
.lp-menudesignernext .comparison__notes .link__to-menulink::after {
  content: "";
  display: inline-block;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #adacac;
}
.lp-menudesignernext .comparison__notes .link__to-menulink--icon {
  color: #ff168a;
}
.lp-menudesignernext .comparison__notes .link__to-menulink .inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp-menudesignernext .support {
  padding-top: 140px;
  padding-bottom: 89px;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .support {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.lp-menudesignernext .support__lead {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
.lp-menudesignernext .support__inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .support__inner {
    padding: 0 20px;
  }
}
.lp-menudesignernext .support__contents {
  display: flex;
  justify-content: space-between;
  margin-top: 49px;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .support__contents {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
}
.lp-menudesignernext .support__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .support__list {
    order: 2;
  }
}
.lp-menudesignernext .support__list .title {
  padding-left: 10px;
  border-left: 6px solid #4477dd;
  border-radius: 3px;
  color: #02216f;
  font-size: 2.3rem;
  font-weight: 700;
}
.lp-menudesignernext .support__list .text {
  margin: 0;
  font-size: 1.6rem;
}
.lp-menudesignernext .support__summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 53px;
}
.lp-menudesignernext .support__summary-ttl {
  display: block;
  margin: 0;
  padding: 7px 28px;
  font-size: 2.7rem;
  color: #fff;
  background-color: #77a3f6;
  font-weight: 700;
  text-align: center;
}
.lp-menudesignernext .support__summary-ttl + p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.lp-menudesignernext .introduction {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 80px;
  border-radius: 60px;
  background-color: #fff;
  filter: drop-shadow(0 0 30px rgba(29, 39, 58, 0.1));
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .introduction {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .introduction {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .introduction {
    width: 100%;
  }
}
.lp-menudesignernext .introduction__cases {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.lp-menudesignernext .introduction__cases .case {
  position: relative;
}
.lp-menudesignernext .introduction__cases .case:nth-of-type(1)::before {
  content: "";
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/lp-menudesignernext/img_case_person1.png);
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .introduction__cases .case:nth-of-type(1)::before {
    display: none;
  }
}
.lp-menudesignernext .introduction__cases .case:nth-of-type(2)::before {
  content: "";
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/lp-menudesignernext/img_case_person2.png);
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .introduction__cases .case:nth-of-type(2)::before {
    display: none;
  }
}
.lp-menudesignernext .introduction__cases .case:nth-of-type(3)::before {
  content: "";
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/lp-menudesignernext/img_case_person3.png);
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .introduction__cases .case:nth-of-type(3)::before {
    display: none;
  }
}
.lp-menudesignernext .introduction__cases .case__inner {
  padding: 30px;
  color: #fff;
  border-radius: 0 20px 20px 20px;
  background-color: #02216f;
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .introduction__cases .case__inner {
    padding: 15px 15px 30px;
  }
}
.lp-menudesignernext .introduction__cases .case__name {
  display: inline-block;
  margin: 0;
  padding: 14px 30px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  background-color: #77a3f6;
  font-size: 2.3rem;
  font-weight: 700;
}
.lp-menudesignernext .introduction__cases .case__lead {
  margin-top: 0;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
}
.lp-menudesignernext .introduction__cases .case__solution {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  color: #333232;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .introduction__cases .case__solution {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .lp-menudesignernext .introduction__cases .case__solution {
    gap: 10px;
  }
}
.lp-menudesignernext .introduction__cases .case__solution-ttl {
  color: #ff8811;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .introduction__cases .case__solution-ttl {
    margin: 0;
  }
}
.lp-menudesignernext .introduction__cases .case__solution-list {
  margin: 0;
  padding: 0;
  padding-left: 1em;
  text-indent: -2rem;
  list-style-type: none;
}
.lp-menudesignernext .introduction__cases .case__solution-list li::before {
  content: "\f00c";
  margin-right: 10px;
  color: #4477dd;
  font: var(--fa-font-regular);
}
.lp-menudesignernext .introduction__cases .case__impressions-ttl {
  display: flex;
  margin-bottom: 0;
  color: #77a3f6;
  font-size: 2rem;
  font-weight: 700;
}
.lp-menudesignernext .introduction__cases .case__impressions-text {
  width: calc(100% - 140px);
  margin-top: 0;
  font-size: 1.6rem;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .introduction__cases .case__impressions-text {
    width: 100%;
  }
}
.lp-menudesignernext .introduction__cases .case__to-details {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  color: #fff;
}
.lp-menudesignernext .introduction__cases .case__to-details::after {
  content: "";
  display: inline-block;
  width: calc(100% + 10px);
  height: 1px;
  background-color: #fff;
}
.lp-menudesignernext .introduction__cases .case__to-details .inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 10px;
}
.lp-menudesignernext .introduction__cases .case__to-details-circle {
  padding: 5px 5px 5px 6px;
  border-radius: 999px;
  background-color: #77a3f6;
}
.lp-menudesignernext .flow {
  padding-top: 140px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .flow {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.lp-menudesignernext .flow .ttl__wrapper p {
  text-align: center;
}
.lp-menudesignernext .flow__inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1160px;
  gap: 40px 20px;
  margin: 54px auto 0;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .flow__inner {
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .flow__inner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.lp-menudesignernext .flow__num {
  position: relative;
  max-width: 340px;
  padding: 30px;
  border-radius: 20px;
  background-color: #e7f6fd;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .flow__num {
    max-width: calc(100% - 40px);
    width: 100%;
  }
}
.lp-menudesignernext .flow__num::before {
  position: absolute;
  top: -35px;
  left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(130deg, #4477dd 0%, #02216f 99%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-menudesignernext .flow__num:nth-of-type(1)::before {
  content: "01";
}
.lp-menudesignernext .flow__num:nth-of-type(2)::before {
  content: "02";
}
.lp-menudesignernext .flow__num:nth-of-type(3)::before {
  content: "03";
}
.lp-menudesignernext .flow__num:nth-of-type(4)::before {
  content: "04";
}
.lp-menudesignernext .flow__num:nth-of-type(5)::before {
  content: "05";
}
.lp-menudesignernext .flow__num .ttl {
  margin: 20px 0 0;
  color: #505050;
  font-size: 2rem;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}
.lp-menudesignernext .flow__num .text {
  margin: 20px 0 0;
  font-size: 1.4rem;
  line-height: 25px;
}
.lp-menudesignernext .flow__num .text-sm {
  font-size: 1.5rem;
}
.lp-menudesignernext .flow__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 999px;
  background-color: #fff;
}
.lp-menudesignernext .flow__circle i {
  font-size: 42px;
  background: linear-gradient(45deg, #669df7 0%, #77ccf4 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-menudesignernext .flow__arrow {
  width: 30px;
  margin: auto 0;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .flow__arrow {
    transform: rotate(90deg);
  }
}
.lp-menudesignernext .flow__arrow:nth-of-type(3) {
  display: none;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .flow__arrow:nth-of-type(3) {
    display: block;
  }
}
.lp-menudesignernext .faq {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 140px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .lp-menudesignernext .faq {
    padding-top: 80px;
  }
}
.lp-menudesignernext .faq__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .faq__list {
    padding: 0 20px;
  }
}
.lp-menudesignernext .faq__list dt,
.lp-menudesignernext .faq__list dd {
  margin: 0;
  padding: 0;
}
.lp-menudesignernext .faq__question::before, .lp-menudesignernext .faq__answer::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  color: #fff;
  border-radius: 999px;
  font-family: Roboto, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.lp-menudesignernext .faq__question {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 19px;
  color: #02216f;
  font-size: 1.8rem;
  font-weight: 600;
}
.lp-menudesignernext .faq__answer {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 19px;
  padding-left: 54px !important;
  color: #505050;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .faq__answer {
    padding-left: 0 !important;
  }
}
.lp-menudesignernext .faq__row {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 945px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  filter: drop-shadow(0 0 30px rgba(29, 39, 58, 0.1));
}
.lp-menudesignernext .faq__row:nth-child(1) .faq__question::before {
  content: "Q1";
  background-color: #02216f;
}
.lp-menudesignernext .faq__row:nth-child(1) .faq__answer::before {
  content: "A1";
  background-color: #77a3f6;
}
.lp-menudesignernext .faq__row:nth-child(2) .faq__question::before {
  content: "Q2";
  background-color: #02216f;
}
.lp-menudesignernext .faq__row:nth-child(2) .faq__answer::before {
  content: "A2";
  background-color: #77a3f6;
}
.lp-menudesignernext .faq__row:nth-child(3) .faq__question::before {
  content: "Q3";
  background-color: #02216f;
}
.lp-menudesignernext .faq__row:nth-child(3) .faq__answer::before {
  content: "A3";
  background-color: #77a3f6;
}
.lp-menudesignernext .faq__row:nth-child(4) .faq__question::before {
  content: "Q4";
  background-color: #02216f;
}
.lp-menudesignernext .faq__row:nth-child(4) .faq__answer::before {
  content: "A4";
  background-color: #77a3f6;
}
.lp-menudesignernext .faq__row:nth-child(5) .faq__question::before {
  content: "Q5";
  background-color: #02216f;
}
.lp-menudesignernext .faq__row:nth-child(5) .faq__answer::before {
  content: "A5";
  background-color: #77a3f6;
}
.lp-menudesignernext .faq__row:nth-child(6) .faq__question::before {
  content: "Q6";
  background-color: #02216f;
}
.lp-menudesignernext .faq__row:nth-child(6) .faq__answer::before {
  content: "A6";
  background-color: #77a3f6;
}
.lp-menudesignernext .faq__row:nth-child(7) .faq__question::before {
  content: "Q7";
  background-color: #02216f;
}
.lp-menudesignernext .faq__row:nth-child(7) .faq__answer::before {
  content: "A7";
  background-color: #77a3f6;
}
.lp-menudesignernext .faq__row:nth-child(8) .faq__question::before {
  content: "Q8";
  background-color: #02216f;
}
.lp-menudesignernext .faq__row:nth-child(8) .faq__answer::before {
  content: "A8";
  background-color: #77a3f6;
}
.lp-menudesignernext .faq__row:nth-child(9) .faq__question::before {
  content: "Q9";
  background-color: #02216f;
}
.lp-menudesignernext .faq__row:nth-child(9) .faq__answer::before {
  content: "A9";
  background-color: #77a3f6;
}
.lp-menudesignernext .complete-form {
  height: calc(100vh - 129px);
  background: url(../images/lp-menudesignernext/bg_complete-form.png) no-repeat center bottom/100% auto;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .complete-form {
    height: calc(100svh - 70px);
    background: url(../images/lp-menudesignernext/bg_complete-form-sp.png) no-repeat 43% 400px/auto;
  }
}
.lp-menudesignernext .complete-form .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 97px 0 0;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .complete-form .inner {
    padding: 97px 20px 0;
  }
}
.lp-menudesignernext .complete-form__ttl {
  margin: 0;
  color: #4477dd;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .complete-form__ttl {
    font-size: 3.2rem;
  }
}
.lp-menudesignernext .complete-form__text {
  margin: 0;
  color: #333232;
  font-size: 1.8rem;
  text-align: center;
}
.lp-menudesignernext .complete-form__text-link {
  color: #4477dd;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .lp-menudesignernext .complete-form__text-link {
    font-size: 1.6rem;
  }
}
.lp-menudesignernext .form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 60px 0;
  background: linear-gradient(-90deg, rgba(161, 196, 253, 0.4) 0%, rgba(194, 233, 251, 0.4) 100%);
}
.lp-menudesignernext .form__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 40px;
  border-radius: 15px;
  background-color: #fff;
  filter: drop-shadow(0 0 20px rgba(29, 39, 58, 0.1));
}

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