@charset "UTF-8";
/* reset-style */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}

a,
hr {
  padding: 0;
}

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

ins,
mark {
  background-color: #ff9;
  color: #000;
}

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

blockquote,
q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

iframe,
img {
  vertical-align: bottom;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  line-height: 1.5;
}

a,
a:visited {
  color: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

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

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

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  -ms-interpolation-mode: bicubic;
}

/* reset-style */
/* ASSET ------------------------------- */
:root {
  --colorA: #f7ed36;
  --colorB: #0050C9;
  --colorC: #FF742A;
  --colorBG: #CEEEFF;
  --colorBT: #4051bd;
}

body {
  color: #333;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.75;
  box-sizing: border-box;
}

.noyakuhan {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  opacity: 0.8;
}

a:active,
a:hover {
  outline-width: 0;
}

*::-moz-selection {
  background: #eeff1e;
}

*::selection {
  background: #eeff1e;
}

.sp {
  display: none;
}

.tb {
  display: block;
}

.pc {
  display: block;
}

@media screen and (max-width: 960px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.taC {
  text-align: center !important;
}

.section_eng {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1;
  color: var(--colorC);
  margin-bottom: 10px;
}

.section_hd {
  font-size: 2.125em;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 40px;
}

.section_hd_s {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
}

.section_eng.colorB {
  color: var(--colorB);
}

@media screen and (max-width: 430px) {
  .section_eng {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .section_hd {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .section_hd_s {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
/* HEADER ------------------------------- */
header {
  position: fixed;
  z-index: 999;
}

.l-g-header {
  width: 100%;
}

.l-g-header_inner_contents {
  padding: 20px 0 0 50px;
  position: relative;
}

.l-g-header_inner_contents:before {
  display: block;
  content: "";
  width: 100%;
  height: 100px;
  background-color: var(--colorA);
  -webkit-clip-path: polygon(0 0, 200px 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 200px 0, 0 100%, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.l-g-header_inner_contents_logo {
  max-width: 170px;
}

.l-g-header_inner_contents_logo a {
  display: block;
}

.l-g-header_inner_contents_logo a:hover {
  opacity: 1;
}

.l-g-header_inner_contents_logo img {
  position: relative;
}

@media screen and (max-width: 1280px) {
  .l-g-header_inner_contents {
    padding: 20px 0 0 25px;
  }
}
@media screen and (max-width: 430px) {
  header {
    position: fixed;
    z-index: 999;
  }
  .l-g-header_inner_contents {
    padding: 10px 0 0 3%;
  }
  .l-g-header_inner_contents:before {
    height: 60px;
    -webkit-clip-path: polygon(0 0, 120px 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 120px 0, 0 100%, 0 100%);
  }
  .l-g-header_inner_contents_logo {
    max-width: 110px;
  }
}
/* FOOTER ------------------------------- */
.g-footer {
  width: 100%;
  background: #ffc736;
  margin: 0 auto 0;
  padding: 60px 5% 20px;
  text-align: center;
}

.g-footer_menu {
  max-width: 900px;
  margin: 0 auto 50px;
}

.g-footer_menu_lst {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.g-footer_menu_lst_item {
  font-size: 0.875em;
  font-weight: 700;
  padding: 0 20px;
  margin-bottom: 1em;
}

.g-footer_copyright {
  font-size: 0.75em;
  line-height: 1;
  color: #333;
}

@media screen and (max-width: 430px) {
  .g-footer_menu_lst {
    flex-direction: column;
  }
}
@media screen and (min-width: 961px) {
  #page-top {
    position: fixed;
    bottom: 30px;
    right: 4%;
    z-index: 999;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 960px) {
  #page-top {
    position: fixed;
    bottom: 50px;
    right: 4%;
    z-index: 999;
    width: 40px;
    height: 40px;
  }
}
/* KV ------------------------------- */
#campaign-kv {
  width: 100%;
  text-align: center;
  background-color: var(--colorBG);
}

/* PERIOD ------------------------------- */
#campaign-period {
  width: 100%;
  background: var(--colorB);
  padding: 20px 4%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.campaign-period-txt {
  color: var(--colorA);
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
}

.campaign-period-txt-a {
  font-size: 1.2em;
}

.campaign-period-txt-b {
  font-size: 1.75em;
}

@media screen and (max-width: 767px) {
  #campaign-period {
    padding: 10px 1%;
  }
  .campaign-period-txt {
    color: var(--colorA);
    font-size: 3.5vw;
    letter-spacing: 0.05em;
  }
}
/* LEAD ------------------------------- */
#campaign-lead {
  width: 100%;
  background: var(--colorBG);
  padding: 30px 5% 20px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

#campaign-lead .campaign-lead-txt {
  color: #333;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  padding: 0;
  padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
  #campaign-lead .campaign-lead-txt {
    font-size: 1em;
    text-align: left;
  }
}
/* Campaign End ------------------------------- */
#campaign-lead {
  padding: 20px 5% 10px;
}

#campaign-lead .campaign-end {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2%;
}

#campaign-lead .campaign-end p {
  color: var(--colorA);
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
}

#campaign-lead .campaign-end p .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #campaign-lead .campaign-end p .sp {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  #campaign-lead .campaign-end p {
    font-size: min(5vw, 1.25rem);
  }
}
/* Animation ------- */
.fadeInUp {
  opacity: 0;
  transform: rotate(-5deg);
  transition: 0.5s;
  transition-delay: 0.25s;
}

/* Campaign Summary ------------------------------- */
#campaign-summary {
  width: 100%;
  background: #fff;
  padding: 80px 5% 60px;
}

.campaign-summary_wrap {
  max-width: 1080px;
  margin: auto;
  text-align: center;
}

#campaign-summary .section_eng {
  color: var(--colorC);
}

.campaign-summary_hd {
  display: inline-block;
  background: var(--colorC);
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
  padding: 6px 14px;
  margin-bottom: 10px;
}

.campaign-summary_lst {
  margin-bottom: 45px;
}

.campaign-summary_lst_item {
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
}

.campaign-summary_lst_item .large {
  font-size: 1.5em;
}

.campaign-summary_lst_item .period {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 20px;
}

.border-btm {
  display: inline-block;
  border-bottom: 1px solid #000;
  width: -moz-fit-content;
  width: fit-content;
}

.border-btm-hd,
.border-btm-cont {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

.period-box {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-size: 1.125em;
}

.period-box-item.time {
  padding-left: 0.5em;
}

.period-box-item.line-through {
  position: relative;
  padding: 0 0.25em;
  margin-right: 0.25em;
}

.period-box-item.line-through::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fe2901;
  position: absolute;
  bottom: 15px;
  left: 0;
}

.cond-box {
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.125em;
  margin: 0 auto;
}

.kome_lst {
  padding-left: 1em;
  text-indent: -1em;
}

.kome_lst li {
  font-size: 0.875em;
}

@media screen and (max-width: 767px) {
  .cond-box {
    align-items: center;
  }
}
@media screen and (max-width: 430px) {
  .campaign-summary_hd {
    font-size: 1em;
    padding: 4px 10px;
    margin-bottom: 5px;
  }
  #campaign-summary {
    padding: 50px 5% 40px;
  }
  .campaign-summary_lst {
    margin-bottom: 20px;
  }
  .period-box {
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.5;
    font-size: min(4.25vw, 1.125em);
  }
  .period-box-item.time {
    padding-left: 0;
  }
  .border-btm-cont {
    border-bottom: none;
  }
  .campaign-summary_lst_item .large {
    font-size: 1.25em;
  }
  .border-btm_pc {
    display: none;
  }
  .cond-box {
    font-size: min(4.25vw, 1.125em);
  }
  .kome_lst {
    text-align: left;
  }
}
/* Campaign Procedure ------------------------------- */
#campaign-procedure {
  width: 100%;
  background: var(--colorBG);
  padding: 80px 5% 60px;
}

.campaign-procedure_wrap {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.install-lst {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.install-lst li {
  width: 48.888888%;
}

.install-box {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 100%;
  padding: 45px 15px 0;
  margin-bottom: 60px;
  border-radius: 20px;
  border: 5px solid var(--colorC);
  text-align: left;
  position: relative;
}

.install-box-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--colorC);
  width: -moz-max-content;
  width: max-content;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 15px 30px;
  display: inline-block;
}

.install-box-txt {
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.install-box .induction {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.install-box .induction .sp {
  display: none;
}

.install-box .para {
  width: 390px;
  font-size: 0.875em;
  text-align: center;
  margin-bottom: 10px;
}

.install-box-bg {
  width: 100%;
  max-width: 338px;
  aspect-ratio: 338/276;
  background-image: url(../images/qrimage.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  margin: auto;
  position: relative;
}

.install-box-bg-free {
  position: absolute;
  top: 0;
  right: -35px;
  width: 120px;
  height: auto;
}

.install-box-bg-qr {
  position: absolute;
  bottom: 54px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
}

.install-box .bt-wrap {
  display: none;
}

@media screen and (max-width: 960px) {
  .install_hd {
    margin-bottom: 30px;
  }
  .install-box {
    background-image: none;
    height: auto;
    padding: 45px 15px 30px;
    margin: 20px auto 40px;
    text-align: center;
  }
  .install-box-bg {
    display: none;
  }
  .install-box .induction {
    font-size: 2.25vw;
  }
  .install-box .induction .pc {
    display: none;
  }
  .install-box .para {
    width: 100%;
    margin-bottom: 10px;
  }
  .install-box .bt-wrap {
    display: block;
    width: 100%;
    margin: auto;
  }
  .install-box .bt-install {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #4051bd;
    font-size: min(20px, 4vw);
    color: #fff;
    line-height: 1;
    padding: 30px 0 30px 10%;
    border-radius: 45px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    position: relative;
  }
  .install-box .bt-install:before {
    position: absolute;
    content: "";
    width: 42px;
    height: 42px;
    background-image: url(../images/bt-arrow.svg);
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #campaign-procedure {
    padding: 60px 5%;
  }
  .install_hd {
    margin-bottom: 40px;
  }
  .install_hd .sp {
    display: block;
  }
  .install-lst {
    flex-direction: column;
    padding-top: 0;
  }
  .install-lst li {
    width: 100%;
  }
  .install-box-ttl {
    font-size: min(20px, 4.5vw);
  }
  .install_hd {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
  .install_hd::before {
    margin-right: 12px;
  }
  .install_hd::after {
    margin-left: 12px;
  }
  .install-box-txt {
    min-height: 3em;
  }
  .install-box .induction {
    font-size: 1.125rem;
  }
  .install-box .para {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .install-box .induction .sp {
    display: block;
  }
  .install-box .bt-install {
    font-size: min(20px, 4.5vw);
    padding: 30px 0 30px 4.5vw;
  }
}
@media screen and (max-width: 428px) {
  .install-box .bt-install:before {
    width: 10vw;
    height: 10vw;
    left: 5vw;
  }
}
.process_lst_item {
  background: #fff;
  max-width: 900px;
  padding: 30px;
  margin: 20px auto 50px;
  border-radius: 20px;
  position: relative;
}

.process_lst_item:before {
  display: block;
  content: "";
  width: 100%;
  height: 120px;
  background-color: var(--colorA);
  -webkit-clip-path: polygon(0 0, 220px 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 220px 0, 0 100%, 0 100%);
  border-radius: 20px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

.process_lst_item::after {
  content: " ";
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -99px;
  height: 0px;
  width: 0px;
  margin: 0 auto;
}

.process_lst_item:last-child::after {
  border: none;
}

.process_lst_item .step-set {
  display: flex;
  justify-content: space-between;
}

.process_lst_item .step-set .step-set-text {
  width: 340px;
  text-align: left;
}

.process_lst_item .step-set .step-set-text h3 {
  font-size: 1.875em;
  color: var(--colorB);
  position: relative;
  padding-bottom: 2rem;
}

.process_lst_item .step-set .step-set-text h3::after {
  content: "";
  background-image: linear-gradient(to right, #333, #333 5px, transparent 5px, transparent 5px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 65px;
}

.process_lst_item .step-set .step-set-text p {
  font-size: 1em;
  margin-bottom: 0.5em;
}

.process_lst_item .step-set .step-set-text p.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.process_lst_item .step-set .step-set-text p.kome {
  font-size: 0.875em;
  padding-left: 1em;
  text-indent: -1em;
}

.process_lst_item .step-set .step-set-text .bold {
  font-weight: 700;
}

.process_lst_item .step-set .step-set-text .marker {
  font-size: 1.25em;
  font-weight: 700;
  background: linear-gradient(transparent 70%, #fff348 0%);
}

.step-set-text-oubo {
  width: 60px;
  margin: 0 5px;
}

.process_lst_item .step-set .step-set-img {
  width: 470px;
}

.process_lst_item .step-set .step-set-img .step-set-img-caption {
  margin: 6px auto 0;
  padding: 0 5%;
}

.process_lst_item .step-set .step-set-img .step-set-img-caption .step-set-img-caption-txt {
  font-size: 0.75em;
  line-height: 1.25;
  text-align: center;
  padding: 0 0 0 54%;
}

.step-set-text-icon {
  width: 60px;
  margin: 0 5px;
}

@media screen and (max-width: 960px) {
  .process_lst_item {
    padding: 20px 20px;
    margin-bottom: 40px;
  }
  .process_lst_item:before {
    height: 60px;
    -webkit-clip-path: polygon(0 0, 100px 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100px 0, 0 100%, 0 100%);
  }
  .process_lst_item::after {
    border-width: 40px;
    bottom: -80px;
  }
  .process_lst_item .step-set {
    flex-direction: column;
    align-items: center;
  }
  .process_lst_item .step-set .step-set-text {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1rem;
  }
  .process_lst_item .step-set .step-set-text p {
    font-size: 1rem;
  }
  .process_lst_item .step-set .step-set-text p .pc {
    display: none;
  }
  .process_lst_item .step-set .step-set-text h3 {
    font-size: 1.375rem;
    text-align: center;
    padding-bottom: 1em;
  }
  .process_lst_item .step-set .step-set-text h3::after {
    margin-top: 45px;
  }
  .process_lst_item .step-set .step-set-img {
    width: 100%;
    text-align: center;
  }
  .process_lst_item .step-set .step-set-img img {
    width: 100%;
    max-width: 400px;
  }
  .process_lst_item .step-set .step-set-img .step-set-img-caption {
    max-width: 400px;
    padding: 0;
  }
  .process_lst_item .step-set .step-set-img .step-set-img-caption .step-set-img-caption-txt {
    padding: 0 5% 0 53%;
  }
}
@media screen and (max-width: 767px) {
  .process_lst_item .step-set .step-set-text .marker {
    font-size: 1.125em;
  }
  .process_lst_item .step-set .step-set-img .step-set-img-caption .step-set-img-caption-txt {
    font-size: min(2.5vw, 0.75em);
  }
}
.process_lst_item2 {
  background: #fff;
  max-width: 900px;
  padding: 30px;
  margin: 20px auto 50px;
  border-radius: 20px;
  position: relative;
  text-align: left;
}

.process_lst_item2 .step-set {
  display: flex;
  justify-content: space-between;
}

.process_lst_item2 .step-set .step-set-text {
  width: 360px;
}

.process_lst_item2 .step-set .step-set-text a {
  color: #003fea;
  text-decoration: underline;
}

.process_lst_item2 .step-set .step-set-text a:hover {
  text-decoration: none;
}

.process_lst_item2 h3 {
  color: var(--colorC);
  font-size: 1.75em;
  line-height: 1.25;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.process_lst_item2 h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #333, #333 5px, transparent 5px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

.process_lst_item2 .step-set-lst {
  padding-left: 1em;
}

.process_lst_item2 .step-set-lst li {
  font-size: 1em;
  margin-bottom: 0.5em;
  position: relative;
}

.process_lst_item2 .step-set-lst li:before {
  content: url(../images/disc.svg);
  position: absolute;
  top: 0;
  left: -16px;
  width: 12px;
}

.process_lst_item2 .step-set-lst li span {
  font-weight: bold;
}

.process_lst_item2 .step-set-img {
  width: 470px;
}

@media screen and (max-width: 960px) {
  .process_lst_item2 {
    padding: 20px 20px;
    margin-bottom: 40px;
  }
  .process_lst_item2 .step-set {
    flex-direction: column;
    align-items: center;
  }
  .process_lst_item2 .step-set .step-set-text {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1rem;
  }
  .process_lst_item2 .step-set .step-set-text h3 {
    font-size: 1.375rem;
    text-align: center;
  }
  .process_lst_item2 .step-set .step-set-img {
    width: 100%;
    text-align: center;
  }
  .process_lst_item2 .step-set .step-set-img img {
    width: 100%;
    max-width: 400px;
  }
  .process_lst_item2 h3 {
    font-size: min(5.5vw, 1.375em);
    text-align: center;
    margin-bottom: 20px;
  }
  .process_lst_item2 h3::after {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .process_lst_item2 .step-set .step-set-text h3 {
    font-size: min(4.8vw, 1.375rem);
    padding-bottom: 1.75em;
  }
  .process_lst_item2 h3 {
    line-height: 1.5;
    text-align: left;
    padding-bottom: 14px;
  }
  .process_lst_item2 h3::after {
    margin-top: 45px;
  }
}
/* Campaign Terms ------------------------------- */
#campaign-terms {
  width: 100%;
  background: #F6F6F6;
  padding: 80px 5% 60px;
}

.campaign-terms_wrap {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.campaign-terms_wrap .campaign-terms_lst {
  max-width: 900px;
  text-align: left;
  margin: 20px auto 0;
  padding-left: 1rem;
}

.campaign-terms_wrap .campaign-terms_lst li {
  font-size: 0.925em;
  text-indent: -1em;
  text-align: justify;
  margin-bottom: 10px;
}

.campaign-terms_wrap .campaign-terms_lst li:before {
  content: "・";
  padding: 0 0.25em;
}

.campaign-terms_wrap .campaign-terms_lst li a {
  color: #003fea;
  text-decoration: underline;
}

.campaign-terms_wrap .campaign-terms_lst li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 430px) {
  #campaign-terms {
    padding: 60px 5%;
  }
}
/* Campaign Contact ------------------------------- */
#campaign-contact {
  width: 100%;
  background: #fff;
  padding: 90px 5% 120px;
}

.campaign-contact_wrap {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.campaign-contact_box {
  max-width: 900px;
  padding: 60px 10px 30px;
  margin: 0 auto 50px;
  border: 1px solid #999;
  border-radius: 20px;
  position: relative;
}

.campaign-contact_box .sp {
  display: none;
}

.campaign-contact_hd {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.campaign-contact_hd p {
  background: #fff;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 20px;
}

.campaign-contact_dl {
  margin-bottom: 20px;
}

.campaign-contact_dl dd a {
  color: #003fea;
  text-decoration: underline;
}

.campaign-contact_dl dd a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .campaign-contact_box {
    padding: 60px 10px 25px;
  }
  .campaign-contact_box .sp {
    display: block;
  }
  .campaign-contact_hd {
    top: -35px;
  }
  .campaign-contact_hd p {
    font-size: 1.25em;
    padding: 0 10px;
  }
}
@media screen and (max-width: 430px) {
  #campaign-contact {
    padding: 90px 5% 60px;
  }
  .campaign-contact_box {
    padding: 50px 2% 25px;
  }
  .campaign-contact_hd {
    top: -30px;
  }
  .campaign-contact_hd p {
    font-size: 1.125em;
    padding: 0 5px;
  }
  .campaign-contact_dl dt {
    line-height: 1.5;
  }
}
.campaign-announce_box {
  background: #fff8c3;
  max-width: 900px;
  padding: 30px;
  margin: 0 auto 80px;
  border-radius: 20px;
  text-align: left;
  position: relative;
}

.campaign-announce_hd {
  font-size: 1.75em;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: dashed 1px #000;
}

.campaign-announce_lst {
  text-align: left;
  margin: 20px auto 0;
  padding-left: 1rem;
}

.campaign-announce_lst li {
  text-indent: -1em;
  text-align: justify;
  margin-bottom: 10px;
}

.campaign-announce_lst li::before {
  content: "・";
  padding: 0 0.25em;
}

@media screen and (max-width: 767px) {
  .campaign-announce_box {
    padding: 30px 5%;
  }
  .campaign-announce_hd {
    font-size: 1.25em;
  }
}
/* Campaign Privacy ------------------------------- */
#campaign-privacy {
  width: 100%;
  background: #F6F6F6;
  padding: 180px 5% 60px;
}

.campaign-privacy_wrap {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.campaign-privacy_lst {
  font-size: 0.875em;
  text-align: justify;
}

.campaign-privacy_lst dt {
  font-weight: 700;
  margin-top: 1em;
}

.campaign-privacy_lst_lst {
  padding-left: 1em;
}

.campaign-privacy_lst_lst li {
  text-indent: -1em;
}

.campaign-privacy_lst_lst li::before {
  content: "●";
  color: #666;
}

.campaign-privacy_lst dd a {
  color: #003FEA;
  text-decoration: underline;
}

.campaign-privacy_lst dd a:hover {
  text-decoration: none;
}

@media screen and (max-width: 430px) {
  #campaign-privacy {
    padding: 80px 5% 60px;
  }
}
/* RuRuBu PLUS INTR ------------------------------- */
#rurubuplus-intr {
  width: 100%;
  background: var(--colorB);
  padding: 60px 5% 100px;
  position: relative;
}

#rurubuplus-intr::before {
  content: "";
  background-image: url(../images/wave.svg);
  background-repeat: repeat-x;
  background-position: center;
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  top: -80px;
}

#rurubuplus-intr::after {
  content: "";
  background-image: url(../images/wave2.svg);
  background-repeat: repeat-x;
  background-position: center;
  transform: rotate(180deg);
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: -80px;
}

.rurubuplus-intr_wrap {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.rurubuplus-intr_catch {
  color: var(--colorA);
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.rurubuplus-intr_hd {
  font-size: 2.625em;
  font-weight: 700;
  line-height: 1.5;
  color: var(--colorB);
  display: inline-block;
  background: var(--colorA);
  padding: 5px 20px;
  margin-bottom: 20px;
}

.rurubuplus-intr_box {
  max-width: 900px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 50px 50px 60px;
  margin: auto;
  text-align: center;
}

.rurubuplus-intr_box_p {
  text-align: justify;
  line-height: 2;
}

.rurubuplus-intr_box_mov {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 40px;
}

.rurubuplus-intr_box_mov iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #rurubuplus-intr::before {
    height: 40px;
    top: -40px;
  }
  #rurubuplus-intr::after {
    height: 40px;
    bottom: -40px;
  }
  .rurubuplus-intr_hd {
    font-size: 5.5vw;
    padding: 5px 4vw;
  }
}
@media screen and (max-width: 430px) {
  #rurubuplus-intr {
    padding: 50px 5% 80px;
  }
  .rurubuplus-intr_catch {
    font-size: 5vw;
    margin-bottom: 10px;
  }
  .rurubuplus-intr_box {
    border-radius: 20px;
    padding: 26px 20px 50px;
  }
  .rurubuplus-intr_box_mov {
    margin-top: 30px;
  }
}/*# sourceMappingURL=page.css.map */