@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 ------------------------------- */
body {
  color: #222;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.75;
  box-sizing: border-box;
}

:root {
  --font-small: 0.875rem; /* 14px */
  --font-body: 1rem; /* 16px */
  --font-large: 1.125rem; /* 18px */
  --font-label: clamp(1.125rem, 4.83092vw, 1.25rem);
  --font-heading-s: clamp(1.25rem, 5.7971vw, 1.5rem);
  --font-heading-m: clamp(1.5rem, 6.76329vw, 1.75rem);
  --font-heading-l: clamp(1.75rem, 8.21256vw, 2.125rem);
  --font-display: clamp(2.125rem, 10.14493vw, 2.625rem);
}

/* 375px */
@media (max-width: 375px) {
  :root {
    --font-small: 0.875rem;
    --font-body: 1rem;
    --font-large: 1rem;
    --font-label: clamp(1rem, 4.83092vw, 1.125rem);
    --font-heading-s: clamp(1.125rem, 5.7971vw, 1.375rem);
    --font-heading-m: clamp(1.25rem, 6.76329vw, 1.5rem);
    --font-heading-l: clamp(1.5rem, 8.21256vw, 1.875rem);
    --font-display: clamp(1.875rem, 10.14493vw, 2.25rem);
  }
}
/* 320px */
@media (max-width: 320px) {
  :root {
    --font-small: 0.8125rem;
    --font-body: 0.9375rem;
    --font-large: 1rem;
    --font-label: clamp(0.9375rem, 4.83092vw, 1.0625rem);
    --font-heading-s: clamp(1rem, 5.7971vw, 1.25rem);
    --font-heading-m: clamp(1.125rem, 6.76329vw, 1.375rem);
    --font-heading-l: clamp(1.25rem, 8.21256vw, 1.625rem);
    --font-display: clamp(1.625rem, 10.14493vw, 2rem);
  }
}
:root {
  --colorA: #f7ed36;
  --colorB: #ee246a;
  --colorBG: #fff7a3;
  --colorBG2: #55d0fd66;
  --colorBT: #ee246a;
  --color-emphasis: #fccae1;
}

a {
  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;
}

.pc {
  display: block;
}

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

.section_eng {
  font-size: var(--font-heading-s);
  font-weight: 900;
  line-height: 1;
  color: var(--colorB);
  margin-bottom: 10px;
}

.section_hd {
  font-size: var(--font-heading-l);
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 40px;
}

.section_hd_s {
  font-size: var(--font-heading-s);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
}

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

@media screen and (max-width: 430px) {
  .section_eng {
    margin-bottom: 10px;
  }
  .section_hd {
    margin-bottom: 30px;
  }
  .section_hd_s {
    font-size: var(--font-large);
    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);
  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;
    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: var(--font-small);
  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);
}

/* 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 {
  font-size: var(--font-large);
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  padding: 0;
  padding-bottom: 1em;
}
#campaign-lead .campaign-lead-txt .emphasis {
  font-size: 1.25em;
  font-weight: 700;
  background: linear-gradient(transparent 70%, var(--color-emphasis) 0%);
  margin: 0 0.25em;
}
#campaign-lead .campaign-lead-txt br.br960 {
  display: block;
}
@media screen and (max-width: 960px) {
  #campaign-lead .campaign-lead-txt br.br960 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #campaign-lead .campaign-lead-txt {
    font-size: var(--font-body);
    text-align: justify;
    letter-spacing: -0.025em;
  }
}
/* Campaign End ------------------------------- */
#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: var(--font-label);
  font-weight: 700;
  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;
  }
}
/* 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(--colorB);
}

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

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

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

.campaign-summary_lst_item .large {
  font-size: var(--font-heading-s);
}

.campaign-summary_lst_item .marker {
  background: linear-gradient(transparent 70%, var(--color-emphasis) 0%);
}

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

.border-btm {
  display: inline-block;
  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: var(--font-label);
}

.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 {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  font-size: var(--font-large);
  line-height: 1.5;
}

.data-box_wraper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5em auto 0;
}

.data-box {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  gap: 1em;
  margin-bottom: 1em;
}
.data-box_item {
  font-size: var(--font-large);
}
@media screen and (max-width: 767px) {
  .data-box_item.data-box_item_rotate {
    transform: rotate(90deg);
    margin: 0;
  }
}

.data-lead {
  font-size: var(--font-large);
  font-weight: 700;
}

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

.kome_lst li {
  font-size: var(--font-small);
}

@media screen and (max-width: 767px) {
  .cond-box {
    flex-direction: column;
    align-items: center;
  }
  .data-box {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
@media screen and (max-width: 430px) {
  #campaign-summary {
    padding: 60px 5% 50px;
  }
  .campaign-summary_lst {
    margin-bottom: 20px;
  }
  .period-box {
    flex-direction: column;
    align-items: flex-end;
    font-size: var(--font-body);
    line-height: 1.5;
  }
  .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;
  }
  .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: 47.888888%;
}

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

.install-box-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--colorB);
  width: -moz-max-content;
  width: max-content;
  font-size: var(--font-label);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .install-box-ttl {
    transform: translate(-65%, -50%);
  }
}

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

.install-box .induction {
  font-size: var(--font-label);
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

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

.install-box .para {
  width: 390px;
  font-size: var(--font-small);
  text-align: center;
  margin-bottom: 10px;
}
.install-box .para a {
  color: #0046bc;
  text-decoration: underline;
  font-weight: 700;
}

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

.install-box-bg-free {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: -35px;
  width: 120px;
  height: auto;
  filter: drop-shadow(0px 4px 2px rgba(162, 121, 136, 0.4));
  z-index: 9;
}

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

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

.install-box a.btn-install {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 400px;
  background: var(--colorBT);
  font-size: var(--font-label);
  color: #fff;
  line-height: 1;
  padding: 30px 0 30px 4.5vw;
  border-radius: 45px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  margin: auto;
}
.install-box a.btn-install::before {
  content: url(../images/install-btn-arrow.svg);
  display: inline-block;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  margin-right: 16px;
}

.install-box .bt-install {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 400px;
  background: var(--colorBT);
  font-size: var(--font-label);
  color: #fff;
  line-height: 1;
  padding: 30px 0 30px 1.5vw;
  border-radius: 45px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  margin: 30px auto;
}

.install-box .bt-install:before {
  position: absolute;
  content: "";
  width: 12%;
  aspect-ratio: 1/1;
  background-image: url(../images/bt-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

@media screen and (max-width: 960px) {
  .install_hd {
    margin-bottom: 30px;
  }
  .install-box {
    background-image: none;
    height: auto;
    min-height: auto;
    padding: 45px 15px 30px;
    margin: 20px auto 40px;
    text-align: center;
  }
  .install-box-bg {
    display: none;
  }
  .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-lst {
    flex-direction: column;
    padding-top: 0;
  }
  .install-lst li {
    width: 100%;
  }
  .install_hd {
    margin-bottom: 30px;
  }
  .install_hd::before {
    margin-right: 12px;
  }
  .install_hd::after {
    margin-left: 12px;
  }
  .install-box-txt {
    min-height: 3em;
  }
  .install-box .para {
    margin-bottom: 20px;
  }
  .install-box .induction .sp {
    display: block;
  }
  .install-box .bt-install:before {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  #campaign-procedure {
    padding: 60px 5%;
  }
  .install_hd {
    margin-bottom: 40px;
  }
  .install_hd .sp {
    display: block;
  }
  .install-box .bt-install {
    padding: 30px 0 30px 5.5vw;
    margin: 0px auto;
  }
}
@media screen and (max-width: 767px) {
  .install-box-bg-free {
    right: -4%;
    width: 24vw;
    max-width: 120px;
    height: auto;
  }
}
@media screen and (max-width: 428px) {
  .install-box .bt-install:before {
    width: 8vw;
    height: 8vw;
    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(--colorBG2);
  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.step-set-text-wide {
  width: 100%;
}

.process_lst_item .step-set .step-set-text h3 {
  font-size: var(--font-heading-m);
  font-weight: 700;
  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: var(--font-body);
  text-align: justify;
  margin-bottom: 0.5em;
}

.process_lst_item .step-set .step-set-text p.kome {
  font-size: var(--font-small);
  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: var(--font-label);
  font-weight: 700;
  background: linear-gradient(transparent 70%, #fff348 0%);
}

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

.process_lst_item .step-set.s-image .step-set-img {
  width: 302px;
}

.process_lst_item .step-set.s-image .step-set-img img {
  border: 1px solid #dedede;
}

.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: var(--font-small);
  line-height: 1.25;
  text-align: center;
  padding: 0 0 0 54%;
}

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

.process_lst_item .step-set .list {
  margin-bottom: 0.5em;
}
.process_lst_item .step-set .list li {
  text-indent: -1em;
  padding-left: 1em;
}
.process_lst_item .step-set .list li::before {
  content: "・";
  padding: 0 0.25em;
}

.step-mark {
  width: 60px;
  margin: 0 5px;
}

.bt-sample {
  width: 160px;
  margin-right: 0.25em;
}

.bt-image {
  width: 200px;
  margin-right: 0.25em;
}

.button005 {
  margin-top: 10px;
}

.button005 a {
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 350px;
  padding: 15px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  text-decoration: none;
  background-color: #0046bc;
  filter: drop-shadow(0 3px 1px #bcc1c9);
}

.button005 a:hover {
  background: #1058d3;
}

.process_lst_item .step-set .step-set-text .button005_anno {
  text-align: center;
  font-size: var(--font-small);
  color: #555;
  margin-bottom: 20px;
}

a.text-link {
  color: #0046bc;
  text-decoration: underline;
  font-weight: 700;
}

.process_lst_item .step-set.s-image .step-set-text {
  width: 480px;
}

@media screen and (max-width: 960px) {
  .process_lst_item {
    padding: 20px 20px;
    margin-bottom: 40px;
  }
  .process_lst_item:before {
    height: 60px;
    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,
  .process_lst_item .step-set.s-image .step-set-text {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1rem;
  }
  .process_lst_item .step-set .step-set-text p {
    font-size: var(--font-body);
  }
  .process_lst_item .step-set .step-set-text p .pc {
    display: none;
  }
  .process_lst_item .step-set .step-set-text h3 {
    text-align: center;
    padding-bottom: 1em;
  }
  .process_lst_item .step-set .step-set-text h3::after {
    margin-top: 2em;
  }
  .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%;
  }
  .process_lst_item .step-set.s-image .step-set-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .process_lst_item .step-set .step-set-text .marker {
    font-size: var(--font-large);
  }
  .process_lst_item .step-set .step-set-img .step-set-img-caption .step-set-img-caption-txt {
    font-size: var(--font-small);
  }
}
.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: 480px;
}

.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(--colorB);
  font-size: var(--font-heading-m);
  position: relative;
  padding-bottom: 2rem;
}

.process_lst_item2 h3::after {
  content: "";
  background-image: linear-gradient(to right, var(--colorB), var(--colorB) 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: 55px;
}

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

.process_lst_item2 .step-set-lst li {
  font-size: var(--font-body);
  margin-bottom: 1em;
  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 p {
  text-align: justify;
  margin-bottom: 0.5em;
}

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

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

@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 {
    text-align: center;
    padding-bottom: 1.5em;
  }
  .process_lst_item2 .step-set .step-set-text h3::after {
    margin-top: 68px;
  }
  .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 {
    text-align: center;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .process_lst_item2 .step-set .step-set-text h3 {
    padding-bottom: 1.75em;
  }
  .process_lst_item2 .step-set .step-set-text h3::after {
    margin-top: 15vw;
  }
  .process_lst_item2 h3 {
    line-height: 1.5;
    padding-bottom: 1.25em;
  }
  .process_lst_item2 h3::after {
    margin-top: 3.4em;
  }
}
/* Campaign Terms ------------------------------- */
#campaign-terms {
  width: 100%;
  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 {
  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%;
  }
}
@media print {
  #page-top {
    display: none !important;
  }
  .l-g-header {
    display: none !important;
  }
}
/* PICK UP
===============================================================*/
#top10 {
  margin-bottom: 80px;
}

.pickup {
  max-width: 900px;
  width: 100%;
  height: auto;
  overflow: visible;
  margin: 2em auto;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 6px 6px rgba(0, 50, 100, 0.3);
}

#top10 .pickup {
  background: #ffe1ee;
  position: relative;
}

.pickup-hd {
  width: 100%;
  margin-bottom: 20px;
}

.pickup-hd h2 {
  font-size: var(--font-heading-s);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.25em;
}

.pickup-hd .b767 {
  display: none;
}

.pickup-hd .pickup-kome {
  font-size: var(--font-small);
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 430px) {
  .pickup-hd .pickup-kome {
    font-size: 3vw;
  }
}

.facility-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.facility-lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.facility-lst li {
  width: 49%;
  position: relative;
  margin-bottom: 12px;
}

.facility-lst li::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.facility-lst li a {
  display: block;
  font-size: var(--font-label);
  font-weight: 700;
  color: #0046b8;
  background: #fff;
  padding: 20px;
  transition: 0.3s;
  border-radius: 10px;
}

.facility-lst li a:hover {
  background: rgb(255, 255, 213);
}

.facility-bt {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--colorB);
  padding: 20px 7% 20px 30px;
  margin: 10px auto 0;
  transition: 0.3s;
  border-radius: 99px;
}
@media screen and (max-width: 413px) {
  .facility-bt {
    padding: 20px 5%;
  }
}
.facility-bt span {
  color: #fff;
  font-size: var(--font-label);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .facility-bt span {
    font-size: min(4vw, 1.25em);
    padding-right: 1em;
  }
}

.facility-bt::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 7%;
  bottom: 0;
  margin: auto;
}

.pickup-hd .pic-ticket {
  position: relative;
  z-index: 0;
}

.pickup-hd .pic-ticket::before {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 150px;
  height: 150px;
  background-image: url(../images/pic-ticket.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  #top10 {
    margin: 0 4% 50px;
  }
  .pickup {
    margin: 0 auto;
    padding: 30px 4%;
  }
  .facility-lst {
    width: 100%;
  }
  .pickup-hd .pic-ticket::before {
    top: -10px;
    right: -20px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .pickup-hd .b767 {
    display: block;
  }
  .facility-lst {
    flex-direction: column;
  }
  .facility-lst li {
    width: 100%;
    margin-bottom: 8px;
  }
  .facility-lst.last5 li:last-child {
    margin-bottom: 0;
  }
  .facility-lst li a {
    padding: 10px 20px;
  }
  .pickup-hd .pic-ticket::before {
    width: 24vw;
    height: 24vw;
    top: -10vw;
  }
}
/* CONTACT
===============================================================*/
#contact {
  background: var(--colorBG2);
}

#contact div {
  padding: 80px 4%;
  text-align: center;
}

#contact div h2 {
  font-size: var(--font-heading-s);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}

#contact h3 {
  font-size: var(--font-large);
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 10px;
}

#contact ul {
  background: #fff;
  border-radius: 10px;
  max-width: 800px;
  padding: 20px;
  margin: 0 auto 50px;
}

#contact ul li {
  margin-bottom: 20px;
}

#contact ul li:last-child {
  margin-bottom: 0;
}

#contact p a {
  color: #1c66dd;
  text-decoration: underline;
}

#contact p a:hover {
  text-decoration: none;
}

#contact .p-left {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

#contact p.kome {
  font-size: var(--font-small);
  line-height: 1.5;
  text-align: left;
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 959px) {
  #contact div {
    padding: 60px 4%;
    text-align: center;
  }
  #contact div h2 {
    margin-bottom: 30px;
  }
  #contact ul {
    margin: 0 auto 30px;
  }
  #contact p.kome {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.if-not {
  margin-top: 1em;
}
.if-not a {
  color: #0046b8;
  text-decoration: underline;
  display: block;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 430px) {
  .if-not a {
    font-size: var(--font-small);
  }
}
.if-not a::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 0;
  border-bottom: solid 2px #0046b8;
  border-right: solid 2px #0046b8;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}/*# sourceMappingURL=style.css.map */