@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
html {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.8695652174vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
body {
  background-color: #FFF;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-break: strict;
  line-height: 1.5;
  overflow-wrap: anywhere;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

a,
span {
  display: inline-block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

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

address,
strong,
em {
  font-style: normal;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.business {
  padding: 2rem 1.8rem;
}
@media screen and (min-width: 768px) {
  .business {
    padding: 8rem 2rem;
  }
}

.business__inner {
  background-color: #FFF;
  border: 0.2rem solid #002870;
  border-radius: 0.8rem;
  overflow-x: hidden;
  padding-bottom: 2rem;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .business__inner {
    border-radius: 1rem;
    border-width: 0.4rem;
    padding-bottom: 5rem;
    padding-inline: 2rem;
  }
}

.business__box {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .business__box {
    margin-inline: auto;
    margin-top: 4rem;
    max-width: 110rem;
  }
}

.business__lead {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .business__lead {
    font-size: 1.8rem;
    margin-top: 2rem;
    text-align: center;
  }
}

.business__notice {
  color: #E5005A;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .business__notice {
    font-size: 1.8rem;
    margin-top: 2rem;
    text-align: center;
  }
}

.business__notice em {
  font-weight: 700;
}

.business__step {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .business__step-item {
    margin-top: 4rem;
  }
}

.business__step-title {
  align-items: center;
  background-color: #FFFBC9;
  border-radius: 0.6rem;
  color: #002870;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: -0.05em;
  margin-top: 3rem;
  padding: 0.4rem;
}
@media screen and (min-width: 768px) {
  .business__step-title {
    font-size: 2.6rem;
    letter-spacing: 0;
    margin-inline: auto;
    max-width: 73.5rem;
  }
}

.business__step-title .num {
  color: #FFFBC9;
  font-size: 1.4rem;
  padding-top: 0.2rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .business__step-title .num {
    font-size: 2.6rem;
  }
}
.business__step-title .num::before {
  background-color: #002870;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.8rem;
  left: -0.5rem;
  position: absolute;
  top: 0.4rem;
  width: 1.8rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .business__step-title .num::before {
    height: 2.6rem;
    left: -0.6rem;
    top: 1rem;
    width: 2.6rem;
  }
}

.business__step-text {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .business__step-text {
    font-size: 1.6rem;
    margin-inline: auto;
    margin-top: 2rem;
    max-width: 73.5rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .business__step-text._fz18 {
    font-size: 1.8rem;
  }
}

.business__step-note {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .business__step-note {
    font-size: 1.4rem;
    text-align: center;
  }
}

.business__step-badge {
  background-color: #E5005A;
  border-radius: 50vh;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
  min-height: 4.3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .business__step-badge {
    margin-inline: auto;
    margin-top: 2rem;
    max-width: 40rem;
    min-height: 5.8rem;
  }
}

.business__step-badge .normal {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .business__step-badge .normal {
    font-size: 2rem;
  }
}

.business__step-badge .large {
  color: #FFF145;
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .business__step-badge .large {
    font-size: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .business__step-list {
    display: flex;
    margin-top: 2rem;
  }
}

.business__step-list .mt {
  display: none;
}
@media screen and (min-width: 768px) {
  .business__step-list .mt {
    display: block;
    margin-top: 5rem;
  }
}

.business__step-list-item {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .business__step-list-item {
    margin-top: unset;
    padding-inline: 1rem;
    position: relative;
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .business__step-list-item:not(:first-of-type)::before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0.1rem;
  }
}

.business__step--list-container {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 480px) {
  .business__step--list-container {
    flex-direction: column;
    margin-inline: auto;
    max-width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .business__step--list-container {
    max-width: none;
  }
}

.business__step-list-title {
  align-items: center;
  display: flex;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .business__step-list-title {
    width: 100%;
  }
}

.business__step-list-title .num {
  -webkit-text-stroke: 0.15rem #002870;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .business__step-list-title .num {
    -webkit-text-stroke: 0.2rem #002870;
    font-size: 6rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1280px) {
  .business__step-list-title .num {
    letter-spacing: 0.05em;
  }
}

.business__step-list-title .title {
  color: #002870;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-left: 0.2em;
}
@media screen and (min-width: 768px) {
  .business__step-list-title .title {
    font-size: 2.4rem;
  }
}

.business__step-list-img {
  width: 40%;
}
@media screen and (min-width: 768px) {
  .business__step-list-img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .business__step-list-item:first-of-type .business__step-list-img {
    max-width: 18rem;
  }
}

@media screen and (min-width: 768px) {
  .business__step-list-item:nth-of-type(2) .business__step-list-img,
  .business__step-list-item:nth-of-type(3) .business__step-list-img {
    max-width: 15rem;
  }
}

@media screen and (min-width: 768px) {
  .business__step-list-item:nth-of-type(4) .business__step-list-img {
    max-width: 13.4rem;
  }
}

.business__step-list-text {
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .business__step-list-text {
    font-size: 1.6rem;
  }
}

.business__step-list-text .red {
  color: #E5005A;
  display: inline;
  font-weight: 700;
}

.business__company-list {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .business__company-list {
    display: grid;
    gap: 3.4rem 6rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
  }
}

.business__company-item {
  border: 0.2rem solid #002870;
  border-radius: 0.6rem;
  margin-top: 2rem;
  padding: 1.8rem 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .business__company-item {
    display: flex;
    flex-direction: column;
    margin-top: unset;
    min-height: 33.6rem;
    padding: 3rem 4rem 4rem;
  }
}

.business__company-title {
  font-size: 1.6rem;
  font-weight: 900;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .business__company-title {
    font-size: 2.6rem;
  }
}

.business__company-icon {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .business__company-icon {
    flex: 1;
    margin-top: unset;
  }
}

.business__company-icon-wrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  .business__company-icon-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 5rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    margin-inline: auto;
    max-width: 85%;
  }
}

@media screen and (min-width: 768px) {
  .business__company-qr {
    width: 14rem;
  }
}

@media screen and (min-width: 768px) {
  .business__company-container .business__company-qr {
    margin-inline: auto;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .business__company-item:nth-of-type(4) .business__company-qr {
    translate: -2rem 0;
  }
}

.business__company-icon._rakuten {
  margin-inline: auto;
  margin-top: unset;
  max-width: 17rem;
}

.business__company-icon figure {
  margin-inline: auto;
  max-width: 8rem;
}
@media screen and (min-width: 768px) {
  .business__company-icon figure {
    max-width: 14rem;
  }
}

.business__company-icon._rakuten figure {
  margin-top: -1rem;
  max-width: 12rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .business__company-icon._rakuten figure {
    max-width: 18rem;
  }
}

.business__company-icon p {
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .business__company-icon p {
    font-size: 1.4rem;
  }
}

.business__company-icon._rakuten p {
  margin-top: -2rem;
}

.business__company-container {
  margin-inline: auto;
  margin-top: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .business__company-container {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .business__company-item:nth-of-type(2) .business__company-container {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1080px) {
  .business__company-item:nth-of-type(2) .business__company-container {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .business__company-item:nth-of-type(2) .business__company-container {
    margin-top: 3rem;
  }
}

.business__company-tel {
  align-items: center;
  color: #002870;
  display: flex;
  font-size: 2.4rem;
  justify-content: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .business__company-tel {
    font-size: 4.4rem;
  }
}

.business__company-text + .business__company-tel {
  margin-top: unset;
}

.business__company-tel .icon {
  background-color: #002870;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  padding-inline: 0.4rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .business__company-tel .icon {
    font-size: 2.6rem;
  }
}

.business__company-time {
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .business__company-time {
    font-size: 1.8rem;
  }
}

.business__company-link {
  margin-top: 3.2rem;
  width: 100%;
}

.business__company-link a {
  border: 0.2rem solid #002870;
  border-radius: 50vh;
  display: block;
  display: grid;
  font-size: 1.4rem;
  font-weight: 700;
  margin-inline: auto;
  min-height: 4rem;
  place-items: center;
  position: relative;
  width: 20rem;
}

.business__company-link a img {
  aspect-ratio: 1/1;
  height: 1.6rem;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-45%);
  width: 1.6rem;
  z-index: 3;
}

.business__company-text {
  font-size: 1.3rem;
  margin-top: 2rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .business__company-text {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .business__company-text._tac {
    text-align: center;
  }
}

.business__company-container .business__company-text {
  font-size: 1.3rem;
  margin-top: unset;
}
@media screen and (min-width: 768px) {
  .business__company-container .business__company-text {
    font-size: 2.2rem;
  }
}

.business__company-btn {
  margin-top: 2.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .business__company-btn {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .business__company-item:nth-of-type(3) .business__company-btn {
    margin-top: 8.4rem;
  }
}

@media screen and (min-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .business__company-item:nth-of-type(3) .business__company-btn {
    margin-top: 10.5rem !important;
  }
}

@-moz-document url-prefix() {
  @media screen and (min-width: 768px) {
    .business__company-item:nth-of-type(3) .business__company-btn {
      margin-top: 10.5rem !important;
    }
  }
}
.business__company-btn a {
  background-color: rgba(32, 150, 213, 0.2);
  border: 1.15px solid #002870;
  border-radius: 50vh;
  box-shadow: 0.2rem 0.3rem 0 #002870;
  color: #002870;
  display: grid;
  font-size: 1.385rem;
  font-weight: 700;
  margin-inline: auto;
  max-width: 28rem;
  min-height: 4rem;
  place-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .business__company-btn a {
    font-size: 2.4rem;
    max-width: 40rem;
    min-height: 6rem;
  }
}

.business__company-btn a img {
  aspect-ratio: 1/1;
  height: 1.4rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 1.4rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .business__company-btn a img {
    height: 2.2rem;
    right: 1.5rem;
    width: 2.2rem;
  }
}

.business__tool-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .business__tool-list {
    grid-template-columns: repeat(4, 1fr);
    margin-inline: auto;
    max-width: 80rem;
  }
}

.business__tool-item {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
}
@media screen and (min-width: 768px) {
  .business__tool-item {
    font-size: 2.6rem;
    line-height: 1.0769230769;
    text-align: center;
  }
}

.business__dl-title {
  background-color: rgba(0, 40, 112, 0.7);
  border-radius: 50vh;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1666666667;
  margin-inline: auto;
  max-width: 28rem;
  min-height: 5.1rem;
  padding: 0.4rem 1rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .business__dl-title {
    font-size: 2.6rem;
    max-width: none;
    min-height: 4rem;
    padding: 0.8rem 2rem;
  }
}

@media screen and (min-width: 768px) {
  .business__dl-title span {
    display: inline-block;
  }
}

.business__dl-warp {
  background-color: rgba(255, 251, 201, 0.5);
  margin-top: 2rem;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .business__dl-warp {
    padding: 3rem 5rem;
  }
}

.business__dl-list {
  margin-top: 2rem;
}

.business__dl-list li {
  display: flex;
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .business__dl-list li {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

.business__dl-item {
  background-color: #002870;
  border-radius: 50vh;
  color: #FFF;
  display: grid;
  font-size: 1.6rem;
  font-weight: 700;
  margin-inline: auto;
  margin-top: 2rem;
  max-width: 28rem;
  min-height: 4.2rem;
  place-items: center;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .business__dl-item {
    font-size: 2.4rem;
    margin-top: unset;
    max-width: 40rem;
    min-height: 6rem;
  }
}

.business__dl-item {
  background-color: #ccc;
  pointer-events: none;
}

.business__dl-item:hover {
  opacity: 1;
}

.business__dl-item img {
  aspect-ratio: 1/1;
  height: 2.5rem;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .business__dl-item img {
    height: 3.6rem;
    width: 2.7rem;
  }
}

.business__dl-note {
  font-size: 1.2rem;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .business__dl-note {
    font-size: 1.6rem;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .business__dl-item-container {
    display: grid;
    gap: 5rem 6rem;
    grid-template-columns: 1fr 1fr;
    margin-inline: auto;
    margin-top: 5rem;
    max-width: 85rem;
  }
}

.campaign {
  padding: 2rem 1.8rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .campaign {
    padding: 8rem 2rem;
  }
}
.campaign::before {
  background-image: url(../img/bg-stripe@2x.jpg);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 6rem 6rem;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .campaign::before {
    background-size: 12rem 12rem;
  }
}

.campaign__inner {
  background-color: #FFF;
  border: 0.2rem solid #2096D5;
  border-radius: 0.8rem;
  overflow-x: hidden;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .campaign__inner {
    border-radius: 1rem;
    border-width: 0.4rem;
    padding-bottom: 5rem;
  }
}

.campaign__box {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .campaign__box {
    margin-inline: auto;
    margin-top: 3rem;
    max-width: 110rem;
  }
}

.campaign__box .red {
  color: #E5005A;
}

.campaign__box .large {
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .campaign__box .large {
    font-size: 6rem;
  }
}

.campaign__box .large02 {
  font-size: 5.25rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .campaign__box .large02 {
    font-size: 7rem;
  }
}

.campaign__box .column {
  font-size: 1.5rem;
  font-weight: 700;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .campaign__box .column {
    font-size: 2rem;
  }
}

.campaign__box .campaign__back .column {
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .campaign__box .campaign__back .column {
    font-size: 3.2rem;
    writing-mode: unset;
  }
}

.campaign__box + .campaign__box {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .campaign__box + .campaign__box {
    margin-top: 3rem;
  }
}

.campaign__logo-list {
  display: grid;
  gap: 0.5rem 1rem;
  grid-template-columns: repeat(2, 1fr);
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .campaign__logo-list {
    align-items: start;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    margin-inline: auto;
    max-width: 84rem;
    padding: 3.5rem 0 2rem;
  }
}

.campaign__logo-item {
  align-items: center;
  display: flex;
  justify-content: center;
}

.campaign__logo-item img {
  max-width: 100%;
  width: auto;
}

@media screen and (min-width: 768px) {
  .campaign__logo-item:nth-child(1) {
    max-width: 12rem;
  }
}

.campaign__logo-item:nth-child(2) {
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .campaign__logo-item:nth-child(2) {
    margin-top: 0.2rem;
    max-width: 12rem;
  }
}

.campaign__logo-item:nth-child(3) {
  margin-inline: auto;
  max-width: 9.8rem;
}
@media screen and (min-width: 768px) {
  .campaign__logo-item:nth-child(3) {
    max-width: 13rem;
  }
}

.campaign__logo-item:nth-child(3) img {
  margin-inline: auto;
  max-width: 9.8rem;
}
@media screen and (min-width: 768px) {
  .campaign__logo-item:nth-child(3) img {
    max-width: 13rem;
  }
}

@media screen and (min-width: 768px) {
  .campaign__logo-item figcaption {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .campaign__logo-item:nth-of-type(4) {
    margin-top: -3rem;
  }
}

@media screen and (min-width: 768px) {
  .campaign__logo-item:nth-of-type(4) figcaption {
    margin-top: -3rem;
  }
}

.campaign__note {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .campaign__note {
    font-size: 1.4rem;
    text-align: center;
  }
}

.campaign__note._fz10 {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .campaign__note._fz10 {
    font-size: 1.4rem;
  }
}

.campaign__date {
  font-size: 2.4rem;
  line-height: 1.7;
  margin-inline: -1rem;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .campaign__date {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .campaign__date + .campaign__note {
    margin-top: 2rem;
  }
}

.campaign__box-wrap01 {
  display: contents;
}
@media screen and (min-width: 768px) {
  .campaign__box-wrap01 {
    display: flex;
    -moz-column-gap: 3.2rem;
    column-gap: 3.2rem;
    margin-inline: auto;
    max-width: 110rem;
  }
}
@media screen and (min-width: 1280px) {
  .campaign__box-wrap01 {
    -moz-column-gap: 5.2rem;
    column-gap: 5.2rem;
  }
}

@media screen and (min-width: 768px) {
  .campaign__box-wrap01 .flex-item01 {
    width: 36%;
  }
}

@media screen and (min-width: 768px) {
  .campaign__box-wrap01 .flex-item02 {
    width: 64%;
  }
}

@media screen and (min-width: 768px) {
  .campaign__box-wrap01 .flex-item02 .campaign__note {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .campaign__box-wrap02 {
    display: flex;
    -moz-column-gap: 3.6rem;
    column-gap: 3.6rem;
    margin-inline: auto;
    max-width: 110rem;
  }
}

.campaign__rate {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .campaign__rate {
    font-size: 3.2rem;
    margin-top: 3.6rem;
  }
}

.campaign__limit-container {
  display: contents;
}
@media screen and (min-width: 768px) {
  .campaign__limit-container {
    display: flex;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .campaign__limit-container {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

.campaign__limit-wrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  .campaign__limit-wrap {
    display: block;
  }
}

.campaign__limmit {
  font-size: 1.95rem;
  font-weight: 700;
  padding-left: 3rem;
}
@media screen and (min-width: 480px) {
  .campaign__limmit {
    font-size: 2.6rem;
    padding-left: unset;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .campaign__limmit {
    text-align: left;
  }
}

.campaign__limmit._01 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .campaign__limmit._01 {
    font-size: 1.8rem;
    text-align: left;
  }
}

.campaign__limmit._02 .fz24 {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .campaign__limmit._02 .fz24 {
    font-size: 3.2rem;
  }
}

.campaign__limmit + .campaign__note {
  margin-top: 1rem;
}

.campaign__back {
  font-size: 3rem;
  font-weight: 700;
  margin-inline: -1rem;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .campaign__back {
    font-size: 4rem;
    margin-inline: unset;
    margin-top: 3rem;
  }
}

.campaign__target {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4166666667;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .campaign__target {
    font-size: 3.6rem;
  }
}

.campaign__target + .campaign__note {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .campaign__target + .campaign__note {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .campaign__box:has(.campaign__target) .campaign__note {
    margin-inline: auto;
    max-width: 110rem;
    text-align: left;
    width: 84%;
  }
}

@media screen and (min-width: 768px) {
  .campaign__box-wrap02 .campaign__box {
    margin-inline: unset;
    width: 100%;
  }
}

.campaign__note-list {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  row-gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .campaign__note-list {
    margin-top: 2rem;
    row-gap: 0.5rem;
  }
}

.campaign__note-item {
  display: flex;
  font-size: 1.2rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .campaign__note-item {
    font-size: 1.6rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }
}

.campaign__note-item .num {
  color: #2096D5;
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .campaign__note-item .num {
    font-size: 1.6rem;
    letter-spacing: -0.1em;
  }
}

.campaign__note._mt20 {
  margin-top: 2rem;
}

.fv__heading {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

.links {
  background-color: #FFF;
  bottom: 0;
  left: 0;
  padding-block: 2rem;
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .links {
    padding-block: 4rem;
    position: static;
  }
}

.links__inner {
  display: grid;
  gap: 0.4rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-inline: auto;
  max-width: 45rem;
  padding-inline: 1.8rem;
}
@media screen and (min-width: 768px) {
  .links__inner {
    gap: 0 1.2rem;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    max-width: 124rem;
  }
}

.links__item {
  background-color: #002870;
  border-radius: 1rem;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  padding: 0.2rem 0 0.4rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .links__item {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .links__item {
    font-size: 2.6rem;
    padding: 0.8rem 1.1rem 0.8rem;
  }
}
.links__item:nth-child(1) {
  grid-area: 1/1/2/5;
}
@media screen and (min-width: 768px) {
  .links__item:nth-child(1) {
    grid-area: auto;
  }
}
.links__item:nth-child(2) {
  grid-area: 2/1/3/2;
}
@media screen and (min-width: 768px) {
  .links__item:nth-child(2) {
    grid-area: auto;
  }
}
.links__item:nth-child(3) {
  grid-area: 2/2/3/3;
}
@media screen and (min-width: 768px) {
  .links__item:nth-child(3) {
    grid-area: auto;
  }
}
.links__item:nth-child(4) {
  grid-area: 2/3/3/4;
}
@media screen and (min-width: 768px) {
  .links__item:nth-child(4) {
    grid-area: auto;
  }
}
.links__item:nth-child(5) {
  grid-area: 2/4/3/5;
}
@media screen and (min-width: 768px) {
  .links__item:nth-child(5) {
    grid-area: auto;
  }
}
.links__item::after {
  border-color: #FFF transparent transparent transparent;
  border-style: solid;
  border-width: 1.2rem 0.6rem 0 0.6rem;
  content: "";
  display: block;
  height: 0;
  margin-inline: auto;
  margin-top: 0.2rem;
  width: 0;
}
@media screen and (min-width: 1280px) {
  .links__item::after {
    border-width: 2.252rem 1.3rem 0 1.3rem;
  }
}

.qa {
  padding: 2rem 1.8rem;
  padding-bottom: clamp(6.8rem, 12.245vw + 2.2082rem, 11.6rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .qa {
    padding: 8rem 2rem;
    padding-bottom: 13.5714285714vw;
  }
}
.qa::before {
  background-image: url(../img/bg-stripe@2x.jpg);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 6rem 6rem;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .qa::before {
    background-size: 12rem 12rem;
  }
}

.qa__inner {
  background-color: #FFF;
  border-radius: 0.8rem;
  margin-inline: auto;
  max-width: 45rem;
  overflow-x: hidden;
  padding: 0 1.8rem 2rem;
}
@media screen and (min-width: 768px) {
  .qa__inner {
    border-radius: 1rem;
    border-width: 0.4rem;
    max-width: 120rem;
    padding: 0 5rem 5rem;
  }
}

@media screen and (min-width: 768px) {
  .qa__inne-sp-only {
    display: content;
  }
}

.qa__inner-pc-only {
  display: contents;
}
@media screen and (min-width: 768px) {
  .qa__inner-pc-only {
    display: block;
  }
}

.qa__links {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .qa__links {
    flex-direction: row;
    gap: 5rem;
    justify-content: center;
    margin-top: 4rem;
  }
}

.qa__links-item {
  border-radius: 50vh;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  margin-inline: auto;
  max-width: 30rem;
  min-height: 4.5rem;
  padding: 0.8rem;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .qa__links-item {
    font-size: 2.4rem;
    margin-inline: unset;
    max-width: 40rem;
    min-height: 6rem;
    padding: 1.2rem;
  }
}

.qa__links-item._user {
  background-color: #5BC776;
}

.qa__links-item._business {
  background-color: #002870;
}

.qa__links-item span {
  margin-left: -2rem;
}

.qa__links-item img {
  height: auto;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
}
@media screen and (min-width: 768px) {
  .qa__links-item img {
    width: 2.4rem;
  }
}

.qa__list {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .qa__list {
    margin-top: 6rem;
  }
}

.qa__list-title {
  border-radius: 0.6rem;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 900;
  min-height: 3.2rem;
  padding: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .qa__list-title {
    font-size: 2.8rem;
    min-height: 4.1rem;
    padding: 0.2rem 0.8rem;
  }
}

.qa__list-title._user {
  background-color: #5BC776;
}

.qa__list-title._business {
  background-color: #002870;
}

.qa__tab-list {
  display: grid;
  gap: 1rem 1.2rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .qa__tab-list {
    gap: 0 2.5rem;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: none;
    margin-top: 2rem;
  }
}

.qa__tab-list._business {
  grid-template-rows: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .qa__tab-list._business {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: none;
  }
}

.qa__tab-item {
  background-color: rgba(91, 199, 118, 0.15);
  border: 0.2rem solid #5BC776;
  border-radius: 50vh;
  color: #5BC776;
  font-size: 1.742rem;
  font-weight: 700;
  min-height: 5rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .qa__tab-item {
    border-width: 0.4rem;
    cursor: pointer;
    font-size: 2.4rem;
    min-height: 7rem;
  }
}
.qa__tab-item::after {
  border-color: #5BC776 transparent transparent transparent;
  border-style: solid;
  border-width: 1.56rem 0.9rem 0 0.9rem;
  content: "";
  display: block;
  height: 0;
  margin-inline: auto;
  margin-top: 0.2rem;
  width: 0;
}
@media screen and (min-width: 1280px) {
  .qa__tab-item::after {
    border-width: 2.252rem 1.3rem 0 1.3rem;
  }
}

.qa__tab-item[aria-selected=true] {
  background-color: #5BC776;
  color: #FFF;
}
.qa__tab-item[aria-selected=true]::after {
  border-color: #FFF transparent transparent transparent;
}

.qa__tab-item._business {
  background-color: rgba(0, 40, 112, 0.15);
  border-color: #002870;
  color: #002870;
}
.qa__tab-item._business::after {
  border-color: #002870 transparent transparent transparent;
}

.qa__tab-item._business[aria-selected=true] {
  background-color: #002870;
  color: #FFF;
}
.qa__tab-item._business[aria-selected=true]::after {
  border-color: #FFF transparent transparent transparent;
}

.qa__bg-img {
  bottom: -0.1rem;
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}

.qa__accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

summary::marker {
  content: "";
}

@media screen and (min-width: 768px) {
  .qa__details + .qa__details {
    margin-top: 0.5rem;
  }
}

.qa__details {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.6rem;
  list-style-type: none;
}
.qa__details .db {
  display: block;
}
.qa__details .mt {
  margin-top: 1rem;
}

.qa__summary {
  align-items: center;
  border-radius: 0.6rem;
  display: flex;
  font-size: 1.3rem;
  gap: 1rem;
  padding: 1rem;
  padding-right: 3rem;
  position: relative;
}
@media screen and (min-width: 480px) {
  .qa__summary {
    padding: 1.8rem;
    padding-right: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .qa__summary {
    cursor: pointer;
    font-size: 1.8rem;
    gap: 2rem;
    padding: 2rem 4.8rem 2rem 2.4rem;
  }
}

.qa__content .icon,
.qa__summary .icon {
  color: #5BC776;
  font-family: "Outfit", sans-serif;
  font-size: 2.7rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .qa__content .icon,
  .qa__summary .icon {
    font-size: 3.6rem;
  }
}

.qa__content .icon._02,
.qa__summary .icon._02 {
  color: #002870;
}

.qa__summary .btn {
  flex-shrink: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.2rem;
}
@media screen and (min-width: 480px) {
  .qa__summary .btn {
    right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .qa__summary .btn {
    right: 2rem;
    width: 3rem;
  }
}
.qa__summary .btn::after {
  background-color: #FFF;
  content: "";
  display: block;
  height: 1.2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-in 0s;
  width: 0.3rem;
}
@media screen and (min-width: 768px) {
  .qa__summary .btn::after {
    height: 1.8rem;
    width: 0.4rem;
  }
}

.qa__details[open] .qa__summary .btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.qa__content {
  background-color: #FFF;
  border-radius: 0.6rem;
  font-size: 1.3rem;
  margin: 0 auto 1.8rem;
  overflow: hidden;
  width: calc(100% - 2rem);
}
@media screen and (min-width: 480px) {
  .qa__content {
    width: calc(100% - 3.6rem);
  }
}
@media screen and (min-width: 768px) {
  .qa__content {
    font-size: 1.8rem;
    width: calc(100% - 4.8rem);
  }
}

.qa__content-inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  overflow-wrap: anywhere;
  padding: 0.7rem 1.35rem;
}
@media screen and (min-width: 768px) {
  .qa__content-inner {
    gap: 2rem;
    padding: 1.8rem 2.8rem;
  }
}

[role=tabpanel][hidden] {
  display: none;
}

.user {
  padding: 2rem 1.8rem;
}
@media screen and (min-width: 768px) {
  .user {
    padding: 8rem 2rem 0;
  }
}

.user__inner {
  background-color: #FFF;
  border: 0.2rem solid #5BC776;
  border-radius: 0.8rem;
  overflow-x: hidden;
  padding-bottom: 2rem;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .user__inner {
    border-radius: 1rem;
    border-width: 0.4rem;
    padding-bottom: 5rem;
    padding-inline: 2rem;
  }
}

.user__box {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .user__box {
    margin-inline: auto;
    margin-top: 3rem;
    max-width: 110rem;
  }
}

.user__box .red {
  color: #E5005A;
}

.user__box .large {
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .user__box .large {
    font-size: 6rem;
  }
}

.user__box .large02 {
  font-size: 5.25rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .user__box .large02 {
    font-size: 7rem;
  }
}

.user__box .column {
  font-size: 1.5rem;
  font-weight: 700;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .user__box .column {
    font-size: 2rem;
  }
}

.user__box + .user__box {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .user__box + .user__box {
    margin-top: 3rem;
  }
}

.user__lead {
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .user__lead {
    font-size: 1.8rem;
    margin-top: 2rem;
    text-align: center;
  }
}

.user__text {
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .user__text {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .user__text.tac {
    text-align: center;
  }
}

.user__text.mt1 {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .user__text.mt1 {
    margin-top: 2rem;
  }
}

.user__shop-list {
  display: grid;
  gap: 1.6rem 0.9rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .user__shop-list {
    gap: 3rem;
    grid-template-columns: repeat(4, 1fr);
    margin-inline: auto;
    margin-top: 4rem;
    max-width: 90rem;
  }
}

.user__shop-item {
  border: 0.145rem solid #5BC776;
  border-radius: 50vh;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .user__shop-item {
    display: grid;
    font-size: 2.8rem;
    max-width: 20rem;
    min-height: 4rem;
    place-items: center;
    width: 100%;
  }
}

.user__shop-item img {
  height: 1.4rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate(100%, -50%);
  width: 1.4rem;
}
@media screen and (min-width: 768px) {
  .user__shop-item img {
    height: 2rem;
    right: 3rem;
    width: 2rem;
  }
}

.user__shop-item {
  border-color: #ccc;
  color: #ccc;
}

.user__shop-item a {
  pointer-events: none;
}

.user__shop-item a:hover {
  opacity: 1;
}

@media screen and (min-width: 480px) {
  .user__step {
    margin-inline: auto;
    max-width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .user__step {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    margin-inline: unset;
    max-width: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .user__step .user__step-item:nth-child(1) {
    grid-area: 1/1/2/4;
  }
  .user__step .user__step-item:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .user__step .user__step-item:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .user__step .user__step-item:nth-child(4) {
    grid-area: 2/3/3/4;
  }
}

.user__step-item-inner {
  display: contents;
}
@media screen and (min-width: 768px) {
  .user__step-item-inner {
    display: block;
    width: 38%;
  }
}

.user__step-item {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .user__step-item {
    margin-top: 2rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .user__step-item:first-of-type {
    align-items: flex-start;
    display: flex;
  }
}

.user__step-title {
  align-items: center;
  display: flex;
}

.user__step-title .num {
  -webkit-text-stroke: 0.15rem #009926;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .user__step-title .num {
    -webkit-text-stroke: 0.2rem #009926;
    font-size: 6rem;
    letter-spacing: 0.1em;
  }
}

.user__step-title .title {
  color: #009926;
  font-size: 1.95rem;
  font-weight: 700;
  line-height: 1.4;
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .user__step-title .title {
    font-size: 2.6rem;
    margin-left: 1rem;
  }
}

.user__step-text {
  font-size: 1.2rem;
  word-break: auto-phrase;
}
@media screen and (min-width: 768px) {
  .user__step-text {
    font-size: 1.6rem;
  }
}

.user__logo-list {
  display: grid;
  gap: 0 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1rem;
  padding: 2rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .user__logo-list {
    align-items: start;
    gap: 0.5rem 1rem;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    margin-inline: auto;
    margin-top: 1.5rem;
    max-width: 84rem;
    padding: 0 0 2rem;
    width: 62%;
  }
}

.user__logo-item {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .user__logo-item {
    flex-direction: column;
    min-height: 20.6rem;
  }
}

.user__logo-item img {
  max-width: 100%;
  width: auto;
}

@media screen and (min-width: 768px) {
  .user__logo-item:nth-child(1) {
    gap: 1rem;
    max-width: 12rem;
  }
}

.user__logo-item:nth-child(2) {
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .user__logo-item:nth-child(2) {
    align-items: center;
    margin-top: 0.2rem;
    max-width: 12rem;
    row-gap: 2.4rem;
  }
}

.user__logo-item:nth-child(3) {
  margin-inline: auto;
  max-width: 9.8rem;
}
@media screen and (min-width: 768px) {
  .user__logo-item:nth-child(3) {
    max-width: 13rem;
    row-gap: 1.5rem;
  }
}

.user__logo-item:nth-child(3) img {
  margin-inline: auto;
  max-width: 7.2rem;
}
@media screen and (min-width: 768px) {
  .user__logo-item:nth-child(3) img {
    max-width: 13rem;
  }
}

@media screen and (min-width: 768px) {
  .user__logo-item figcaption {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .user__logo-item:nth-of-type(4) {
    margin-top: -3rem;
    max-width: 16.2rem;
    row-gap: 3.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .user__logo-item:nth-of-type(4) {
    row-gap: 3.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .user__logo-item:nth-of-type(4) {
    row-gap: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .user__logo-item:nth-of-type(4) {
    row-gap: 2.8rem;
  }
}

@media screen and (min-width: 768px) {
  .user__logo-item:nth-of-type(4) figcaption {
    margin-top: -3rem;
  }
}

@media screen and (min-width: 768px) {
  .user__logo-qr {
    flex-grow: 1;
    height: 10rem;
    margin-bottom: 0;
    margin-top: auto;
    width: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .user__logo-qr img {
    height: 10rem;
    margin-bottom: 0;
    margin-top: auto;
    width: 10rem;
  }
}

.user__step-container {
  display: flex;
  min-height: 14rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .user__step-container {
    display: block;
    min-height: 26.4rem;
    position: static;
  }
}

@media screen and (min-width: 768px) {
  .user__step-container .user__step-text {
    left: 0;
    position: absolute;
    top: 9rem;
  }
}

.user__step-item:first-of-type .user__step-img {
  flex-shrink: 0;
  position: absolute;
  right: 1rem;
  top: 0;
}

@media screen and (min-width: 768px) {
  .user__step-text {
    margin-top: unset;
  }
}

@media screen and (min-width: 768px) {
  .user__step-item:nth-of-type(2) {
    border-top: 1px solid #000;
  }
}
.user__step-item:nth-of-type(2) .user__step-img {
  height: auto;
  translate: 4rem -2rem;
  width: 14.5rem;
}
@media screen and (min-width: 768px) {
  .user__step-item:nth-of-type(2) .user__step-img {
    translate: 4rem 5rem;
    width: 23.2rem;
  }
}

@media screen and (min-width: 768px) {
  .user__step-item:nth-of-type(3) {
    border-top: 1px solid #000;
    position: relative;
  }
  .user__step-item:nth-of-type(3)::before, .user__step-item:nth-of-type(3)::after {
    background-color: #000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .user__step-item:nth-of-type(3)::before {
    left: -2rem;
  }
  .user__step-item:nth-of-type(3)::after {
    right: 2rem;
  }
}
.user__step-item:nth-of-type(3) .user__step-img {
  height: auto;
  translate: 7rem -3rem;
  width: 15.5rem;
}
@media screen and (min-width: 768px) {
  .user__step-item:nth-of-type(3) .user__step-img {
    translate: 4rem 5rem;
    width: 22rem;
  }
}

.user__step-item:nth-of-type(4) {
  margin-top: -3rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .user__step-item:nth-of-type(4) {
    border-top: 1px solid #000;
    margin-top: 2rem;
    padding-bottom: unset;
  }
}
.user__step-item:nth-of-type(4) .user__step-img {
  height: auto;
  position: relative;
  translate: 0 0rem;
  width: 17rem;
}
@media screen and (min-width: 768px) {
  .user__step-item:nth-of-type(4) .user__step-img {
    translate: 4rem 1rem;
    width: 28rem;
  }
}
.user__step-item:nth-of-type(4) .user__step-img img {
  aspect-ratio: 224/208;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  width: 22.2rem;
}
@media screen and (min-width: 768px) {
  .user__step-item:nth-of-type(4) .user__step-img img {
    position: static;
    transform: none;
    width: 28.2rem;
  }
}
.user__step-item:nth-of-type(4) .user__step-text {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .user__step-item:nth-of-type(4) .user__step-text {
    margin-top: unset;
  }
}

.user__box-wrap01 {
  display: contents;
}
@media screen and (min-width: 768px) {
  .user__box-wrap01 {
    display: flex;
    -moz-column-gap: 3.2rem;
    column-gap: 3.2rem;
    margin-inline: auto;
    max-width: 110rem;
  }
}
@media screen and (min-width: 1280px) {
  .user__box-wrap01 {
    -moz-column-gap: 5.2rem;
    column-gap: 5.2rem;
  }
}

@media screen and (min-width: 768px) {
  .user__box-wrap01 .flex-item01 {
    width: 38%;
  }
}

@media screen and (min-width: 768px) {
  .user__box-wrap01 .flex-item02 {
    width: 62%;
  }
}

@media screen and (min-width: 768px) {
  .user__box-wrap01 .flex-item02 .user__note {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .user__box-wrap02 {
    display: flex;
    -moz-column-gap: 3.6rem;
    column-gap: 3.6rem;
    margin-inline: auto;
    max-width: 110rem;
  }
}

.user__rate {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .user__rate {
    font-size: 3.2rem;
    margin-top: 3.6rem;
  }
}

.user__limit-container {
  display: contents;
}
@media screen and (min-width: 768px) {
  .user__limit-container {
    display: flex;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .user__limit-container {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}

.user__limit-wrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  .user__limit-wrap {
    display: block;
  }
}

.user__limmit {
  font-size: 1.95rem;
  font-weight: 700;
  padding-left: 3rem;
}
@media screen and (min-width: 480px) {
  .user__limmit {
    font-size: 2.6rem;
    padding-left: unset;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .user__limmit {
    text-align: left;
  }
}

.user__limmit._01 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .user__limmit._01 {
    font-size: 1.8rem;
    text-align: left;
  }
}

.user__limmit._02 .fz24 {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .user__limmit._02 .fz24 {
    font-size: 3.2rem;
  }
}

.user__limmit + .user__note {
  margin-top: 1rem;
}

.user__box-inner {
  display: contents;
}
@media screen and (min-width: 768px) {
  .user__box-inner {
    align-items: center;
    display: flex;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    margin-top: 1.5rem;
    padding-bottom: 3rem;
  }
}

.user__back {
  font-size: 3rem;
  font-weight: 700;
  margin-inline: -1rem;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .user__back {
    font-size: 4rem;
    margin: unset;
    width: 40%;
  }
}

.user__target {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4166666667;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .user__target {
    font-size: 3.6rem;
  }
}

.user__note {
  font-size: 1.1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .user__note {
    font-size: 1.4rem;
    text-align: center;
  }
}

.user__note.mt2 {
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .user__note.mt2 {
    margin-top: 2rem;
  }
}

.user__note02 {
  align-items: center;
  background-color: #FFFBC9;
  border-radius: 1.6rem;
  display: flex;
  font-weight: 700;
  margin-top: 1rem;
  padding: 0.6rem 1.6rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .user__note02 {
    border-radius: 3.4rem;
    margin-top: unset;
    padding: 1rem 3rem;
    width: 60%;
  }
}

.user__note02 .title {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .user__note02 .title {
    font-size: 2rem;
    font-weight: 700;
  }
}

.user__note02 .text {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .user__note02 .text {
    font-size: 1.6rem;
    font-weight: 700;
  }
}

.user__note-list {
  margin-top: 1rem;
}

.user__note-item {
  display: flex;
}

.user__note-item + .user__note-item {
  display: flex;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .user__note-item + .user__note-item {
    margin-top: 0.8rem;
  }
}
.user__note-item .title {
  font-size: 1.35rem;
  line-height: 1.7692307692;
  width: 38%;
}
@media screen and (min-width: 768px) {
  .user__note-item .title {
    font-size: 1.8rem;
    line-height: 2;
    width: 14rem;
  }
}

.user__note-item p {
  font-size: 1.3rem;
  line-height: 1.7692307692;
  width: 62%;
}
@media screen and (min-width: 768px) {
  .user__note-item p {
    flex-grow: 1;
    font-size: 1.8rem;
    line-height: 2;
  }
}

.user__sub-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .user__sub-title {
    font-size: 2.6rem;
  }
}

.user__support-list {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .user__support-list {
    display: flex;
    -moz-column-gap: 0.6rem;
    column-gap: 0.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .user__support-list {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .user__support-list {
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
  }
}

.user__support-item + .user__support-item {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .user__support-item + .user__support-item {
    margin-top: unset;
  }
}

.user__support-item {
  border: 0.2rem solid #5BC776;
  overflow: hidden;
  padding: 0 1.6rem 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .user__support-item {
    min-height: 27.2rem;
    padding: 0 1rem 1rem;
    width: calc((100% - 7.2rem) / 3);
  }
}
.user__support-item .title {
  background-color: #5BC776;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  margin-inline: calc(50% - 50vw);
  padding-block: 0.2rem;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .user__support-item .title {
    font-size: 2rem;
  }
}
.user__support-item .sub-title {
  background-color: rgba(91, 199, 118, 0.7);
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 1rem;
  padding-block: 0.2rem;
}
@media screen and (min-width: 768px) {
  .user__support-item .sub-title {
    font-size: 1.6rem;
  }
}
.user__support-item .tel-large {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .user__support-item .tel-large {
    font-size: 4rem;
  }
}
.user__support-item .mt1 {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .user__support-item .mt1-pc {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .user__support-item .text.mt1 {
    margin-top: 0.5rem;
  }
}
.user__support-item .text {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .user__support-item .text {
    line-height: 1.2;
  }
}
.user__support-item .fz15 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .user__support-item .fz15 {
    font-size: 2rem;
  }
}
.user__support-item .fz12-13 {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .user__support-item .fz12-13 {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.user__support-item .fz12-14 {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .user__support-item .fz12-14 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.user__support-item .fz12-16 {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .user__support-item .fz12-16 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.user__support-item .bt01 {
  border-top: 0.1rem solid #000;
}
@media screen and (min-width: 768px) {
  .user__support-item .bt01 {
    margin-top: 0.2rem;
    padding-top: 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  .user__support-item .ls10 {
    margin-inline: -0.4rem;
  }
}
.user__support-item .tel02 {
  font-family: "Oswald", sans-serif;
  font-size: 1.95rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .user__support-item .tel02 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .user__support-item .tel02 {
    font-size: 2.6rem;
  }
}
.user__support-item .tel {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
}
.user__support-item .ml2 {
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .user__support-item .ml2 {
    margin-left: 0.2rem;
  }
}
.user__support-item .fz9 {
  font-size: 0.9rem;
  font-weight: 400;
  margin-inline: -1.5rem;
}
@media screen and (min-width: 768px) {
  .user__support-item .fz9 {
    font-size: 1.2rem;
    margin-inline: auto;
    text-align: left;
  }
}
.user__support-item .support-link {
  border: 0.2rem solid #5BC776;
  border-radius: 50vh;
  font-size: 1.4rem;
  font-weight: 700;
  margin-inline: auto;
  margin-top: 1rem;
  min-width: 20rem;
  padding: 1rem 2rem;
  position: relative;
}
.user__support-item .support-link img {
  height: auto;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(10%, -50%);
  width: 1.6rem;
}

.user__note-list02 {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .user__note-item02 {
    margin-top: 0.2rem;
  }
}

@media screen and (min-width: 768px) {
  .user__note-item02 p {
    display: flex;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .user__support-qr {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .user__support-qr img {
    height: 10rem;
    margin-inline: auto;
    width: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .user__support-qr figcaption {
    display: flex;
    font-size: 1.2rem;
    font-weight: 400;
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.btn-top {
  background-color: #FFF;
  border: 1px solid #E5005A;
  border-radius: 50%;
  bottom: 12rem;
  color: #E5005A;
  display: grid;
  font-size: 1.2rem;
  font-weight: 700;
  height: 5.4rem;
  line-height: 1.4;
  padding: 1.3rem 0.6rem 1rem 0.6rem;
  place-items: center;
  position: fixed;
  right: 3rem;
  text-align: center;
  text-transform: uppercase;
  transition: opcity 0.3s ease-in 0s;
  width: 5.4rem;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .btn-top {
    bottom: 10rem;
    font-size: 1.3rem;
    height: 6.4rem;
    padding: 1.7rem 0.2rem;
    right: 7rem;
    width: 6.4rem;
  }
}

.btn-top::before {
  border-color: transparent transparent #e5005a transparent;
  border-style: solid;
  border-width: 0 0.6rem 1.04rem 0.6rem;
  content: "";
  display: block;
  height: 0;
  margin-inline: auto;
  transition: all 0.3s ease-in 0s;
  width: 0;
}
@media screen and (min-width: 768px) {
  .btn-top::before {
    border-width: 0 0.65rem 1.126rem 0.65rem;
    top: 2rem;
  }
}

.footer {
  background-color: #2096D5;
  padding: 3rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 4rem 2rem 0;
  }
}

.footer.has-fixed-links {
  margin-bottom: var(--links-height, 0);
}

.footer__inner {
  margin-inline: auto;
  max-width: 31rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 67rem;
  }
}

.footer__wrap {
  margin-inline: auto;
  max-width: 30rem;
}
@media screen and (min-width: 768px) {
  .footer__wrap {
    max-width: none;
  }
}

.footer__title {
  color: #FFF;
  font-size: 1.773rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__title {
    font-size: 3rem;
  }
}

.footer__tel {
  display: flex;
  -moz-column-gap: 1rem;
  color: #FFF;
  column-gap: 1rem;
  font-size: 3.6rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .footer__tel {
    font-size: 8.7rem;
    line-height: 1.2;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

.footer__tel img {
  width: 3.8rem;
}
@media screen and (min-width: 768px) {
  .footer__tel img {
    width: 5rem;
  }
}

.footer__item {
  display: flex;
  -moz-column-gap: 1rem;
  color: #FFF;
  column-gap: 1rem;
  font-size: 1.4rem;
  line-height: 1.2857142857;
}
@media screen and (min-width: 768px) {
  .footer__item {
    font-size: 2rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}

.footer__item._mt1 {
  margin-top: 1rem;
}

.footer__item .icon {
  aspect-ratio: 1/1;
  background-color: #FFF;
  border-radius: 50%;
  color: #2096D5;
  display: grid;
  flex-shrink: 0;
  font-size: 1.35rem;
  font-weight: 700;
  height: 3.8rem;
  line-height: 1;
  padding-inline: 0.2rem;
  place-items: center;
  text-align: center;
  width: 3.8rem;
}
@media screen and (min-width: 768px) {
  .footer__item .icon {
    font-size: 1.8rem;
    height: 5rem;
    width: 5rem;
  }
}

.footer__item .text {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .footer__item .text {
    font-size: 2rem;
  }
}

.footer__container .footer__item {
  align-items: center;
}

.footer__container {
  align-items: center;
  display: flex;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__container {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}

.footer__copy {
  background-color: #FFF;
  color: #2096D5;
  font-size: 0.9rem;
  font-weight: 400;
  margin-inline: calc(50% - 50vw);
  margin-top: 3rem;
  padding: 0.6rem 2rem;
  text-align: center;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 1.4rem;
    margin-top: 4rem;
  }
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner._narrow {
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  .inner._narrow {
    max-width: 1200px;
  }
}

.sec-headingLv2 {
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin-inline: calc(50% - 50vw);
  padding: 0.8rem;
  position: relative;
  text-align: center;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .sec-headingLv2 {
    font-size: 3.2rem;
    letter-spacing: 0.5em;
    padding: 1.1rem;
  }
}

.sec-headingLv2._campaign {
  background-color: #2096D5;
}

.sec-headingLv2._user {
  background-color: #5BC776;
}

.sec-headingLv2._business {
  background-color: #002870;
}

.sec-headingLv2._qa {
  background-color: #003FB1;
}

.sec-headingLv3 {
  border-radius: 0.6rem;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
  padding: 0.3rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-headingLv3 {
    border-radius: 1rem;
    font-size: 2.8rem;
    margin-inline: auto;
    max-width: 110rem;
    padding: 0.4rem;
  }
}

.sec-headingLv3._campaign {
  background-color: #2096D5;
  font-weight: 700;
}

.sec-headingLv3._user {
  background-color: #5BC776;
  position: relative;
  z-index: 2;
}

.sec-headingLv3._user.mt2 {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .sec-headingLv3._user.mt2 {
    margin-top: 4rem;
  }
}

.sec-headingLv3._user02 {
  background-color: rgba(91, 199, 118, 0.5);
  color: #009926;
  font-weight: 700;
}

.sec-headingLv3 .badge01 {
  max-width: 100%;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate(10%, -36%);
  width: auto;
}
@media screen and (min-width: 768px) {
  .sec-headingLv3 .badge01 {
    max-width: 11rem;
    transform: translate(-30%, -50%);
    width: 100%;
  }
}

.sec-headingLv3:has(.badge01) {
  padding-right: 6rem;
}
@media screen and (min-width: 480px) {
  .sec-headingLv3:has(.badge01) {
    padding-right: unset;
  }
}

.sec-headingLv3._business {
  background-color: #002870;
}/*# sourceMappingURL=style.css.map */
