/* stylelint-disable scss/load-no-partial-leading-underscore */
/* stylelint-disable-next-line at-rule-no-unknown */
/* stylelint-disable-next-line scss/double-slash-comment-empty-line-before */
/* reset
-------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-weight: bold;
  font-style: italic;
  background-color: #ff9;
}

i {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input,
select {
  vertical-align: middle;
}

sup {
  font-size: x-small;
  vertical-align: super;
}

address {
  font-style: normal;
}

/* base
-------------------------- */
/* stylelint-disable no-descending-specificity */
html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  background-color: #fff;
  word-wrap: break-word;
  color: #000;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 3.7333333333vw;
}
@media (min-width: 769px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

a,
button {
  text-decoration: none;
  color: #333;
  transition: color 0.4s ease, opacity 0.2s ease, background-color 0.2s ease;
}
a img,
button img {
  overflow: hidden;
  outline: none;
  transition: opacity 0.2s ease;
}
a svg,
button svg {
  transition: fill 0.2s ease;
}
a.pcmo:hover img,
button.pcmo:hover img {
  opacity: 0.8;
}

a:link,
a:visited,
a:active,
a:hover,
a:focus {
  outline: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-style: none;
  outline: none;
  vertical-align: middle;
  pointer-events: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  /* stylelint-disable-next-line property-no-unknown */
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  display: block;
  padding: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  text-align: left;
  letter-spacing: 0.05em;
  color: #000;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 400;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  transition: color 0.4s ease, opacity 0.2s ease, background-color 0.2s ease;
  font-size: 3.7333333333vw;
}
@media (min-width: 769px) {
  button {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

table {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  padding: 0.5em;
  width: 100%;
  border: 1px solid #666;
  border-radius: 0;
  background-color: #fff;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  border: 1px solid #333;
  outline: 1px solid #333;
}

@media (min-width: 769px) {
  input[type=text],
  input[type=email],
  input[type=password],
  textarea {
    padding: 0.7em;
  }
}
/* common
-------------------------- */
.pc {
  display: none;
}

.width-01 {
  margin: 0 auto;
  width: 94.6666%; /* 710 / 750 */
}

.width-02 {
  margin: 0 auto;
  width: 89.3333%; /* 670 / 750 */
}

.width-03 {
  margin: 0 auto;
  width: 84%; /* 630 / 750 */
}

.width-04 {
  margin: 0 auto;
  width: 94.366%; /* 670 / 710 */
}

.width-05 {
  margin: 0 auto;
  width: 88.7323%; /* 630 / 710 */
}

.page-wrapper {
  overflow-x: hidden;
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .width-01,
  .width-02 {
    width: 89.3333%;
    max-width: 1150px;
  }
}
.sample-bg {
  opacity: 0.3;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* keyframes
-------------------------- */
/* header
-------------------------- */
/* stylelint-disable no-descending-specificity */
.header {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}

.header-inner {
  position: relative;
  margin: 0 auto;
  padding-top: 1.2857em;
  width: 89.3333%;
}

.header-logo {
  margin-bottom: 0.8em;
  width: 41.3432%;
  height: auto;
  aspect-ratio: 277/64;
}
.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-logo svg {
  width: 100%;
  height: 100%;
  fill: #000;
}

.header-text {
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 1.28;
  font-size: 3.3333333333vw;
}

.header-shop-logo {
  width: 16.7164%;
}

.header-contact-btn {
  position: absolute;
  top: 1.357em;
  right: 0;
  width: 43.582%;
}
.header-contact-btn a {
  display: block;
}

@media (min-width: 769px) {
  .header-inner {
    padding: 40px 10px 0;
    width: 100%;
    max-width: 1200px;
  }
  .header-logo {
    margin: 0 50px 0 0;
    width: 206px;
  }
  .header-text-wrapper {
    display: flex;
    align-items: center;
  }
  .header-text {
    margin: 0 30px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .header-shop-logo {
    width: 124px;
  }
  .header-contact-btn {
    top: 45px;
    right: 10px;
    width: 264px;
  }
  .header-contact-btn a img {
    transition: filter 0.3s ease;
  }
  .header-contact-btn a.pcmo:hover img {
    opacity: 1;
    filter: invert(1);
  }
}
@media (width >= 1040px) {
  .header-inner {
    display: flex;
    align-items: center;
  }
}
/* footer
-------------------------- */
/* stylelint-disable no-descending-specificity */
.footer {
  padding: 1.25em 0 0.5em;
  background-color: #000;
}

.footer-logo {
  margin: 0 auto 0.8em;
  width: 48%;
}
.footer-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-logo svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.footer-name {
  margin-bottom: 3em;
  text-align: center;
  color: #fff;
  font-size: 2.1333333333vw;
}

.footer-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
.footer-nav li {
  position: relative;
  padding: 0 0.8em;
  line-height: 1;
}
.footer-nav li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 1px;
  height: 0.5em;
  background-color: #fff;
}
.footer-nav li:last-child::after {
  content: "";
  position: absolute;
  top: 0.4em;
  right: 0;
  width: 1px;
  height: 0.5em;
  background-color: #fff;
}
.footer-nav li a {
  color: #fff;
  font-size: 2.1333333333vw;
}

.footer-copyright {
  text-align: center;
  color: #fff;
  font-size: 1.8666666667vw;
}

@media (min-width: 769px) {
  .footer {
    padding: 65px 0 15px;
  }
  .footer-inner {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    max-width: 1200px;
  }
  .footer-logo {
    margin: 0 auto 20px;
    width: 30.5084%;
    max-width: 360px;
  }
  .footer-name {
    margin-bottom: 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer-nav {
    margin-bottom: 40px;
  }
  .footer-nav li {
    padding: 0 25px;
  }
  .footer-nav li::before {
    top: 3px;
    height: 0.8em;
  }
  .footer-nav li:last-child::after {
    top: 3px;
    height: 0.8em;
  }
  .footer-nav li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer-copyright {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* main
-------------------------- */
/* stylelint-disable no-descending-specificity */
.sec {
  padding: 2.3em 0;
}

.sec-inner {
  margin: 0 auto;
  width: 89.3333%;
}

.sec-title-01 {
  position: relative;
  padding-top: 1.6em;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 6.1333333333vw;
}
.sec-title-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 8.9333%;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec-title-01::after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  transform: translate(-50%, 0);
  width: 33.7313%;
  height: auto;
  background-image: url("../images/sec_title_deco.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
  aspect-ratio: 113/4;
}

.sec-main-text {
  margin-bottom: 2em;
}

.common-btn-01 {
  position: relative;
  text-align: center;
}
.common-btn-01::after {
  content: "";
  position: absolute;
  top: 1em;
  left: -2em;
  width: 4.4285em;
  height: auto;
  background-image: url("../images/common_btn_badge.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
  aspect-ratio: 124/83;
}
.common-btn-01 a {
  display: block;
  border-radius: 10em;
  background-color: #fff;
}
.common-btn-01 .note {
  font-size: 2.6666666667vw;
}

.kv {
  overflow: hidden;
  position: relative;
  background-color: #ffda34;
}

.kv-inner {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 13.2142em 0 2em;
  width: 89.3333%;
}

.kv-img {
  margin-bottom: 1em;
  width: 87.0149%;
}

.kv-text {
  margin-bottom: 1.5em;
  text-align: justify;
  letter-spacing: 0;
  font-size: 3.6vw;
}

.kv-btn {
  margin: 0 auto;
  width: 84.0298%;
}

.kv-bg-01,
.kv-bg-02,
.kv-bg-03 {
  position: absolute;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}

.kv-bg-01 {
  z-index: 2;
  top: 0;
  right: 0;
  width: 65%;
  background-image: url("../images/kv_bg_01_sp.png");
  aspect-ratio: 196/341;
}

.kv-bg-02 {
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 39.3333%;
  background-image: url("../images/kv_bg_02_sp.png");
  aspect-ratio: 590/1081;
}

.malls-logo {
  margin: 0 auto;
  padding: 0.5em 0;
  width: 94.6666%;
  border-bottom: 1px solid #000;
}
.malls-logo img {
  display: block;
  margin: 0 auto;
  width: 94.366%;
}

.nayami {
  padding: 2.357em 0 4em;
}

.nayami-inner {
  margin: 0 auto;
  width: 89.3333%;
}

.nayami-title {
  margin: 0 auto 1em;
  width: 89.1044%;
}

.nayami-list li {
  position: relative;
  margin: 0 0 1em auto;
  padding: 1em 4%;
  width: 90%;
  border-radius: 0.8928em;
  background-color: #edf7fb;
  font-weight: bold;
}
.nayami-list li:last-child {
  margin-bottom: 0;
}
.nayami-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11%;
  transform: translateY(-50%);
  width: 6.8656%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../images/check_icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.point {
  position: relative;
  padding: 3em 0;
}
.point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: auto;
  aspect-ratio: 20/1;
  background-image: url("../images/bg_01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.point-inner {
  margin: 0 auto;
  width: 94.6666%;
}

.point-main-title {
  margin: 0 auto 2em;
  width: 91.8309%;
}

.point-youtube {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #6d6d6d;
}

.point-youtube-inner {
  margin: 0 auto;
  width: 88.7323%;
  height: auto;
  aspect-ratio: 16/9;
}
.point-youtube-inner iframe {
  width: 100%;
  height: 100%;
}

.point-item {
  margin-bottom: 2.5em;
  padding: 0 5% 2.5em;
  border-bottom: 1px solid #6d6d6d;
}

.point-item-img {
  margin-bottom: 1.5em;
}

.point-item-title {
  margin-bottom: 0.8em;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 4.9333333333vw;
}

.point-item-text {
  padding: 0 0.5em;
  text-align: justify;
  font-weight: bold;
  line-height: 1.9;
}

.point-other {
  padding: 0 5%;
}

.point-other-title {
  margin-bottom: 1.5em;
  width: 24.1269%;
}

.point-other-item {
  display: flex;
  margin-bottom: 3em;
}

.point-other-item-wrapper {
  display: flex;
  flex-direction: column;
  padding-right: 4%;
  width: 50%;
  border-right: 1px solid #6d6d6d;
}

.point-other-item-img {
  order: 2;
}

.point-other-item-title {
  order: 1;
  margin-bottom: 1em;
}

.point-other-item-text {
  padding-left: 4%;
  width: 50%;
  text-align: justify;
  font-weight: bold;
  line-height: 1.9;
  font-size: 3.6vw;
}

.point-btn-wrapper {
  padding: 2em 0;
  border-top: 1px solid #c9c9c9;
}

.point-btn {
  margin: 0 auto;
  width: 74.9333%;
}
.actualfunction {
  padding: 0 0 4em;
}
.actualfunction .sec-title-01 {
  position: relative;
  top: -0.3em;
  margin-bottom: 2em;
}
.actualfunction .sec-title-01::before{
	content: "";
    background-image: url(../images/function_ico.svg);
}
.actualfunction-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.actualfunction-list li{
    width: 46%;
    margin-bottom: 8.9%;
}
.actualfunction-list li .actualfunction-item-title{
    font-weight: bold;
    text-align: center;
    padding-top: 0.9em;
    line-height: 1em;
    padding-bottom: 0.8em;
    position: relative;
    margin-bottom: 0.8em;
}
.actualfunction-list li .actualfunction-item-title::after{
    content: "";
    display: block;
    width: 18%;
    height: 3px;
    background: #ffda34;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.actualfunction-list li .actualfunction-item-text{
    font-size: 3vw;
    letter-spacing: 0.05em;
    padding: 0px 1em;
}

.case {
  padding: 0 0 4em;
  background-color: #fcfcfc;
}
.case .sec-title-01 {
  position: relative;
  top: -0.3em;
  margin-bottom: 3em;
}
.case .sec-title-01::before {
  content: "";
  background-image: url("../images/qa_icon.svg");
}

.case-item {
  position: relative;
  margin-bottom: 3.5em;
  padding: 2em 6%;
  border-radius: 1.739em;
  background-color: #f5f5ef;
}
.case-item:last-child {
  margin-bottom: 0;
}

.case-item-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: -3.3em 0 1em;
}

.case-item-title {
  width: 40%;
}

.case-item-plan {
  width: 50%;
  background-color: #ffea8d;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  font-size: 2.9333333333vw;
}

.case-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.7em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #000;
}

.case-item-industry {
  position: relative;
  padding-bottom: 0.7em;
  width: 40%;
  text-align: center;
}
.case-item-industry img {
  position: relative;
  z-index: 0;
  width: 72%;
  height: auto;
  background-image: url("../images/case_icon_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1/1;
}
.case-item-industry span {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  font-weight: bold;
}

.case-item-price {
  width: 50%;
  font-weight: bold;
}
.case-item-price .marker {
  background: linear-gradient(transparent 50%, #fff 50%);
}
.case-item-price .large {
  font-size: 5.3333333333vw;
  margin: 0 0.1em;
}

.case-item-description {
  margin-bottom: 1em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #000;
}

.case-item-subtitle {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.2em 0;
  width: 5em;
  border-radius: 10em;
  text-align: center;
  font-weight: bold;
}

.case-item-subtitle-01 {
  background-color: #fff;
}

.case-item-subtitle-02 {
  background-color: #2b8fb9;
  color: #fff;
}

.case-item-problem,
.case-item-result {
  position: relative;
  padding-left: 11%;
  font-weight: bold;
}
.case-item-problem::before,
.case-item-result::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6.8656%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../images/check_icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.case-item-problem {
  margin-bottom: 1em;
}
.case-item-problem .marker {
  background: linear-gradient(transparent 50%, #fff 50%);
}
.case-item-problem::before {
  background-image: url("../images/check_icon_02.svg");
}

.case-item-result .marker {
  background: linear-gradient(transparent 50%, #cde1e4 50%);
}
.case-item-result::before {
  background-image: url("../images/check_icon.svg");
}

.case-item-summary {
  text-align: justify;
}

.voice {
  padding-bottom: 3.5em;
  background-color: #ffda34;
  background-image: url("../images/voice_bg.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: 70%;
}
.voice .sec-title-01 {
  margin-bottom: 2em;
}
.voice .sec-title-01::before {
  content: "";
  background-image: url("../images/voice_icon.svg");
}

.voice-item {
  position: relative;
  margin-bottom: 3.5em;
  padding: 2em 6%;
  border-radius: 1.739em;
  background-color: #fff4c1;
}
.voice-item::before {
  content: "";
  position: absolute;
  top: -2em;
  left: 8%;
  width: 26%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1/1;
}
.voice-item:last-child {
  margin-bottom: 0;
}
.voice-item.voice-item-01::before {
  background-image: url("../images/voice_icon_01.png");
}
.voice-item.voice-item-02::before {
  background-image: url("../images/voice_icon_02.png");
}

.voice-item-name {
  margin: 0 0 1em auto;
  padding: 0 1% 0.3em;
  width: 63%;
  border-bottom: 1px solid #000;
  font-weight: bold;
}

.voice-item-text {
  text-align: justify;
}

.plan .sec-title-01 {
  margin-bottom: 1.5em;
}
.plan .sec-title-01::before {
  content: "";
  background-image: url("../images/plan_icon.svg");
}

.plan-price {
  padding: 0 3% 3em;
  border-bottom: 1px solid #c9c9c9;
}

.plan-price-table {
  margin-bottom: 1em;
  width: 100%;
}
.plan-price-table tr th {
  padding: 1.5em 0;
  width: 33.3333333333%;
  border: 0.4em solid #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 2.9333333333vw;
}
.plan-price-table tr th:nth-of-type(2) {
  background-color: #ffea8d;
}
.plan-price-table tr th:nth-of-type(3) {
  background-color: #ffda34;
}
.plan-price-table tr th:nth-of-type(4) {
  background-color: #ffba34;
}
.plan-price-table tr td {
  width: 33.3333333333%;
  border: 0.4em solid #fff;
  background-color: #f5f5ef;
  text-align: center;
  vertical-align: middle;
  font-size: 2.9333333333vw;
}
.plan-price-table tr td .large {
  margin-right: 0.1em;
  font-weight: bold;
}
.plan-price-table tr:nth-of-type(2) td {
  padding: 0.5em 0;
}
.plan-price-table tr:nth-of-type(2) td .large {
  line-height: 1.3;
  font-size: 9.2vw;
}
.plan-price-table tr:nth-of-type(3) td {
  padding: 1em 0;
}
.plan-price-table tr:nth-of-type(3) td .large {
  font-size: 4.9333333333vw;
}
.plan-price-table tr:nth-of-type(4) td {
  padding: 1.5em 0;
}

.plan-price-note {
  padding: 0 3%;
  font-size: 2.9333333333vw;
}

.plan-malls {
  padding-top: 2em;
}

.plan-malls-inner {
  margin: 0 auto;
  width: 89.3333%;
}

.plan-malls-title {
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
  font-size: 6.4vw;
}
.plan-malls-title .marker {
  background: linear-gradient(transparent 50%, #f6f6f6 50%);
}

.plan-malls-item {
  padding: 2em 0;
  border-bottom: 1px solid #c9c9c9;
}
.plan-malls-item:last-child {
  border-bottom: none;
}
.plan-malls-item.rakuma .plan-malls-item-img {
  width: 11.4925%;
}
.plan-malls-item.mercari .plan-malls-item-img {
  width: 10.2985%;
}
.plan-malls-item.yshopping .plan-malls-item-img {
  width: 45%;
}
.plan-malls-item.yauction .plan-malls-item-img {
  width: 30%;
}
.plan-malls-item.rakuten .plan-malls-item-img {
  width: 28.6567%;
}
.plan-malls-item.amazon .plan-malls-item-img {
  width: 30.2985%;
}
.plan-malls-item.shopify .plan-malls-item-img {
  width: 36.4179%;
}

.plan-malls-item-head {
  margin-bottom: 1.5em;
}

.plan-malls-item-img {
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
}

.plan-malls-item-name {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 4.2666666667vw;
}

.plan-malls-item-text {
  margin-bottom: 1em;
  text-align: justify;
}

.plan-malls-item-link {
  position: relative;
  padding-right: 1.4em;
  text-align: right;
}
.plan-malls-item-link a {
  border-bottom: 1px solid #002896;
  color: #002896;
  font-weight: bold;
  font-size: 3.6vw;
}
.plan-malls-item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1em;
  height: auto;
  background-image: url("../images/link_icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1/1;
}

.flow {
  padding-bottom: 3em;
  background-color: #fcfcfc;
}
.flow .sec-title-01 {
  margin-bottom: 2em;
}
.flow .sec-title-01::before {
  content: "";
  background-image: url("../images/flow_icon.svg");
}

.flow-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
}

.flow-item-img {
  width: 25.5223%;
}

.flow-item-wrapper {
  width: 69%;
}

.flow-item-title {
  margin-bottom: 0.2em;
  font-weight: bold;
  font-size: 4vw;
}

.flow-item-text {
  text-align: justify;
  font-size: 3.6vw;
}

.qa {
  padding: 0 0 2em;
  background-color: #e8e8e8;
}
.qa .sec-title-01 {
  position: relative;
  top: -0.3em;
  margin-bottom: 1.3em;
}
.qa .sec-title-01::before {
  background-image: url("../images/qa_icon.svg");
}

.qa-list dl {
  margin-bottom: 1.5em;
  padding: 0 3%;
  border-radius: 0.726em;
  background-color: #fff;
}
.qa-list dl dt button {
  position: relative;
  padding: 1.3em 6% 1.3em 2.4em;
  font-weight: 800;
  font-size: 3.4666666667vw;
}
.qa-list dl dt button::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2em;
  border-radius: 50%;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 2em;
  aspect-ratio: 1/1;
  font-size: 2.8vw;
}
.qa-list dl dt button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.4em;
  transform: translate(0, -50%) rotate(45deg);
  width: 0.4em;
  height: auto;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  aspect-ratio: 1/1;
  transition: transform 0.3s ease;
}
.qa-list dl dd {
  display: none;
  border-top: 1px solid #c4c4c4;
  text-align: justify;
  font-size: 3.2vw;
}
.qa-list dl dd span {
  display: block;
  position: relative;
  padding: 1.3em 6% 1.3em 2.4em;
}
.qa-list dl dd span::before {
  content: "A";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2em;
  border-radius: 50%;
  background-color: #ff0211;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 2em;
  aspect-ratio: 1/1;
  font-size: 2.8vw;
}
.qa-list dl.on dt button::after {
  transform: translate(0, -50%) rotate(225deg);
}

@media (min-width: 769px) {
  .sec {
    padding: 80px 0;
  }
  .sec-inner {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1200px;
  }
  .sec-title-01 {
    padding-top: 85px;
    font-size: 46px;
    font-size: 4.6rem;
  }
  .sec-title-01::before {
    width: 67px;
  }
  .sec-title-01::after {
    bottom: -25px;
    width: 226px;
  }
  .sec-content {
    margin: 0 auto;
    width: 100%;
  }
  .sec-main-text {
    margin: 0 auto 40px;
    width: 93.22%;
    max-width: 1100px;
    line-height: 2;
  }
  .common-btn-01 {
    max-width: 518px;
  }
  .common-btn-01::after {
    top: 15%;
    left: -12%;
    width: 23.9382%;
    max-width: 124px;
  }
  .common-btn-01 .note {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .kv {
    max-height: 903px;
  }
  .kv-inner {
    padding: 170px 10px 75px;
    width: 100%;
    max-width: 1200px;
  }
  .kv-img {
    margin: 0 0 25px -2.5%;
    width: 59%;
    max-width: 691px;
  }
  .kv-text {
    margin: 0 0 35px 1%;
    width: 55%;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .kv-btn {
    margin: 0 0 0 6%;
    width: 43.8983%;
  }
  .kv-bg-01 {
    width: 771px;
    background-image: url("../images/kv_bg_01_pc.png");
    aspect-ratio: 771/902;
  }
  .kv-bg-02 {
    width: 213px;
    background-image: url("../images/kv_bg_02_pc.png");
    aspect-ratio: 142/123;
  }
  .kv-bg-03 {
    z-index: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 625px;
    background-image: url("../images/kv_bg_03_pc.png");
    aspect-ratio: 625/498;
  }
  .malls-logo {
    padding: 40px 0 30px;
    width: calc(100% - 20px);
    max-width: 1180px;
  }
  .malls-logo img {
    width: 100%;
    max-width: 1070px;
  }
  .nayami {
    padding: 47px 0 70px;
  }
  .nayami-inner {
    padding: 0 10px;
    width: 100%;
    max-width: 1200px;
  }
  .nayami-title {
    position: relative;
    z-index: 1;
    margin: 0 auto -28px;
    width: 62%;
    max-width: 721px;
  }
  .nayami-list {
    margin: 0 auto;
    padding: 70px 2% 50px 4%;
    width: 82.2033%;
    max-width: 970px;
    border-radius: 25px;
    background-color: #edf7fb;
  }
  .nayami-list li {
    margin: 0 0 40px;
    padding: 0 0 0 63px;
    width: 100%;
    border-radius: none;
    background-color: transparent;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .nayami-list li::before {
    left: 0;
    transform: translateY(-60%);
    width: 46px;
  }
  .point {
    padding: 70px 0;
  }
  .point::before {
    width: calc(100% - 20px);
    max-width: 1180px;
    aspect-ratio: 34/1;
  }
  .point-inner {
    padding: 0 10px;
    width: 100%;
    max-width: 1200px;
  }
  .point-main-title {
    margin: 0 auto 54px;
    width: 70%;
    max-width: 826px;
  }
  .point-youtube {
    margin-bottom: 70px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .point-youtube-inner {
    margin: 0 auto;
    width: 88.7323%;
    max-width: 680px;
  }
  .point-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1060px;
  }
  .point-item {
    margin-bottom: 50px;
    padding: 10px 4.529% 80px;
    width: 50%;
  }
  .point-item:nth-of-type(odd) {
    position: relative;
  }
  .point-item:nth-of-type(odd)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #6d6d6d;
  }
  .point-item:nth-of-type(3), .point-item:nth-of-type(4) {
    margin-bottom: 0;
    border-bottom: none;
  }
  .point-item-img {
    margin-bottom: 30px;
  }
  .point-item-title {
    margin-bottom: 20px;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .point-other {
    padding: 0 4.529%;
  }
  .point-other-title {
    margin: 0 0 10px -20px;
    width: 12%;
    max-width: 117px;
  }
  .point-other-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .point-other-item {
    display: block;
    margin-bottom: 0;
    width: 30%;
  }
  .point-other-item-wrapper {
    padding-right: 0;
    width: 100%;
    border-right: none;
  }
  .point-other-item-img {
    order: 1;
    margin: 0 auto 20px;
    max-width: 253px;
  }
  .point-other-item-title {
    order: 2;
    margin-bottom: 15px;
  }
  .point-other-item-text {
    padding-left: 0;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .point-btn-wrapper {
    margin: 0 auto;
    padding: 45px 10px;
    width: 100%;
    max-width: 1200px;
  }
  .point-btn {
    width: 43.8983%;
  }
  .actualfunction {
    padding: 0 0 80px;
  }
  .actualfunction-list{
	max-width: 980px;
	margin: 0 auto;
  }
  .actualfunction-list li{
	width: 28.6%;
	margin-bottom: 5%;
  }
  .actualfunction-list li .actualfunction-item-title{
	font-size: 22px;
	font-size: 2.2rem;
	padding-bottom: 1em;
  }
  .actualfunction-list li .actualfunction-item-text{
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0px; 
  }
  .case {
    padding: 0 0 80px;
  }
  .case .sec-title-01 {
    top: -20px;
    margin-bottom: 80px;
  }
  .case-list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1080px;
  }
  .case-item {
    margin-bottom: 0;
    padding: 0 3.5% 30px;
    width: 48.6%;
    border-radius: 40px;
  }
  .case-item-head {
    margin: -30px 0 5px;
  }
  .case-item-title {
    width: 42%;
    max-width: 197px;
  }
  .case-item-plan {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .case-item-info {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .case-item-industry img {
    width: 74%;
    max-width: 132px;
  }
  .case-item-industry span {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .case-item-price {
    width: 50%;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .case-item-price .large {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .case-item-description {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  .case-item-subtitle {
    margin-bottom: 10px;
    padding: 0;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .case-item-problem,
  .case-item-result {
    padding-left: 45px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .case-item-problem::before,
  .case-item-result::before {
    width: 30px;
  }
  .case-item-problem {
    margin-bottom: 20px;
  }
  .case-item-summary {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .voice {
    padding-bottom: 75px;
    background-size: 380px;
  }
  .voice .sec-title-01 {
    margin-bottom: 130px;
  }
  .voice-list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1090px;
  }
  .voice-item {
    margin-bottom: 0;
    padding: 70px 30px 30px;
    width: 30%;
    border-radius: 40px;
  }
  .voice-item::before {
    top: -57px;
    left: 50%;
    transform: translateX(-50%);
    width: 115px;
  }
  .voice-item:last-child {
    margin-bottom: 0;
  }
  .voice-item-name {
    margin: 0 0 10px;
    padding: 0 10px 10px;
    width: 100%;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .voice-item-text {
    padding: 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .plan {
    padding-bottom: 120px;
  }
  .plan .sec-title-01 {
    margin-bottom: 60px;
  }
  .plan-price {
    margin: 0 auto;
    padding: 0 10px 50px;
    max-width: 1180px;
  }
  .plan-price-inner {
    margin: 0 auto;
    max-width: 1090px;
  }
  .plan-price-table {
    margin-bottom: 20px;
  }
  .plan-price-table tr th {
    padding: 30px 0;
    border: 10px solid #fff;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .plan-price-table tr th:nth-of-type(1) {
    display: table-cell;
    width: 19%;
  }
  .plan-price-table tr th:nth-of-type(2) {
    width: 27%;
  }
  .plan-price-table tr th:nth-of-type(3) {
    width: 27%;
  }
  .plan-price-table tr th:nth-of-type(4) {
    width: 27%;
  }
  .plan-price-table tr td {
    border: 10px solid #fff;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .plan-price-table tr td .large {
    margin-right: 0.1em;
    font-weight: bold;
  }
  .plan-price-table tr td br {
    display: none;
  }
  .plan-price-table tr td:nth-of-type(1) {
    display: table-cell;
    width: 19%;
  }
  .plan-price-table tr td:nth-of-type(2) {
    width: 27%;
  }
  .plan-price-table tr td:nth-of-type(3) {
    width: 27%;
  }
  .plan-price-table tr td:nth-of-type(4) {
    width: 27%;
  }
  .plan-price-table tr:nth-of-type(2) td {
    padding: 5px 0;
  }
  .plan-price-table tr:nth-of-type(2) td .large {
    font-size: 58px;
    font-size: 5.8rem;
  }
  .plan-price-table tr:nth-of-type(3) td {
    padding: 15px 0;
  }
  .plan-price-table tr:nth-of-type(3) td .large {
    font-size: 30px;
    font-size: 3rem;
  }
  .plan-price-table tr:nth-of-type(4) td {
    padding: 30px 0;
  }
  .plan-price-note {
    padding: 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .plan-malls {
    padding-top: 80px;
  }
  .plan-malls-inner {
    padding: 0 10px;
    width: 100%;
    max-width: 1180px;
  }
  .plan-malls-title {
    margin-bottom: 40px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .plan-malls-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .plan-malls-item {
    position: relative;
    padding: 50px 3%;
  }
  .plan-malls-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 1px;
    height: calc(100% - 40px);
    background-color: #c9c9c9;
  }
  .plan-malls-item:nth-of-type(-n + 4) {
    width: 50%;
  }
  .plan-malls-item:nth-of-type(n + 5):nth-of-type(-n + 7) {
    width: 33.3333333333%;
    border-bottom: none;
  }
  .plan-malls-item:nth-of-type(2)::after, .plan-malls-item:nth-of-type(4)::after, .plan-malls-item:nth-of-type(7)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 1px;
    height: calc(100% - 40px);
    background-color: #c9c9c9;
  }
  .plan-malls-item.rakuma .plan-malls-item-img {
    margin-right: 30px;
    width: 15%;
    max-width: 74px;
  }
  .plan-malls-item.mercari .plan-malls-item-img {
    margin-right: 30px;
    width: 15%;
    max-width: 74px;
  }
  .plan-malls-item.yshopping .plan-malls-item-img {
    margin-right: 10px;
    width: 55%;
    max-width: 277px;
  }
  .plan-malls-item.yauction .plan-malls-item-img {
    margin-right: 10px;
    width: 36%;
    max-width: 180px;
  }
  .plan-malls-item.rakuten .plan-malls-item-img {
    margin-right: 30px;
    width: 42%;
    max-width: 132px;
  }
  .plan-malls-item.amazon .plan-malls-item-img {
    margin-right: 30px;
    width: 43%;
    max-width: 135px;
  }
  .plan-malls-item.shopify .plan-malls-item-img {
    margin-right: 30px;
    width: 45%;
    max-width: 140px;
  }
  .plan-malls-item-head {
    margin-bottom: 30px;
  }
  .plan-malls-item-name {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .plan-malls-item-text {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .plan-malls-item-link a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .flow {
    padding: 0 0 80px;
  }
  .flow .sec-title-01 {
    position: relative;
    top: -30px;
    margin-bottom: 30px;
  }
  .flow-list {
    margin: 0 auto;
    max-width: 900px;
  }
  .flow-item {
    margin-bottom: 35px;
  }
  .flow-item-img {
    width: 19%;
    max-width: 171px;
  }
  .flow-item-wrapper {
    width: 77%;
  }
  .flow-item-title {
    margin-bottom: 10px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .flow-item-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .qa {
    padding: 0 0 80px;
  }
  .qa .sec-title-01 {
    top: -20px;
    margin-bottom: 65px;
  }
  .qa-list {
    margin: 0 auto;
    max-width: 900px;
  }
  .qa-list dl {
    margin-bottom: 30px;
    padding: 0 2%;
    border-radius: 20px;
  }
  .qa-list dl dt button {
    padding: 34px 52px 34px 70px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .qa-list dl dt button::before {
    left: 1%;
    width: 46px;
    line-height: 46px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .qa-list dl dt button::after {
    right: 20px;
    width: 12px;
    border-width: 2px;
  }
  .qa-list dl dd {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .qa-list dl dd span {
    padding: 34px 52px 34px 70px;
  }
  .qa-list dl dd span::before {
    left: 1%;
    width: 46px;
    line-height: 46px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media (min-width: 1200px) {
  .kv-inner {
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */