@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
/* CSS reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  position: relative;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  width: 100%;
  line-height: 0;
  vertical-align: top;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* common
========================================*/
.line_cp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #073e6f;
}
.line_cp p {
  margin-bottom: 0;
}

/* article
========================================*/
article {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
article img {
  line-height: 0;
  vertical-align: top;
  width: 100%;
}

/* fv
========================================*/
.fv h1 {
}

/* notes_ac
========================================*/
.js-ac {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.js-ac::before {
  content: "";
  display: block;
  width: 6.8vw;
  height: 6.8vw;
  background: url(../../images_260121/ico-plus.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 3.75vw;
  top: 50%;
  transform: translateY(-50%);
}
.open .js-ac::before {
  background: url(../../images_260121/ico-minus.png) center center no-repeat;
  background-size: contain;
}
.ac-content {
  display: none;
}
.notes_ac {
  margin-bottom: 4.6875vw;
  background: #fff;
  border: 0.31vw solid #0c691e;
  border-radius: 0.94vw;
  margin: 7.81vw 2.34% 0;
}
.notes_ac .js-ac {
  height: 14.69vw;
}
.notes_ac.open .js-ac::before {
  background: url(../../images_260121/ico-minus_w.png) center center no-repeat;
  background-size: contain;
}
.notes_ac .js-ac img.txt1 {
  width: 34.06vw;
}
.notes_ac .notes_open {
  display: none;
}
.notes_ac.open .notes_open {
  display: block;
}
.notes_ac.open .notes_close {
  display: none;
}
.notes_ac .ac-content {
  font-size: 4.38vw;
  line-height: 1.5;
  padding: 4.22vw 3.75vw 8.75vw;
  word-break: break-word;
  color: #000;
}
.ac-content h3 {
  font-size: 5.63vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.4em;
}
.ac-content h4 {
  font-weight: 700;
  margin: 1.5em 0 0.5em;
}
.ac-content h4.u-line {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #d8d8d8;
}
.ac-content ul.normal-li,
.ac-content ul.attention-li {
  margin: 0.8em 0;
}
.ac-content ul ul.normal-li,
.ac-content ul ul.attention-li {
  margin: 0;
}
.ac-content ul.normal-li > li + li,
.ac-content ul.attention-li > li + li {
  margin-top: 0.5em;
}
.ac-content ul.normal-li > li,
.ac-content ul.attention-li > li {
  display: block;
  padding-left: 1em;
  position: relative;
}
.ac-content ul.normal-li > li:before,
.ac-content ul.attention-li > li:before {
  position: absolute;
  left: 0;
  top: 0;
}
.ac-content ul.normal-li > li:before {
  content: "・";
}
.ac-content ul.attention-li > li:before {
  content: "※";
}
.ac-content dl.step-dl {
  display: grid;
  grid-template-columns: auto auto;
}
.ac-content dl.step-dl dd + dt,
.ac-content dl.step-dl dd + dt + dd {
  margin-top: 0.5em;
}

/* step
========================================*/
.step {
  padding: 7.03vw 0 13.13vw;
  background-color: #f3ffde;
}
.step h2 {
  background: url(../../images_260121/step-h2-bg.png) center center no-repeat;
  background-size: 75.94% auto;
  text-align: center;
  margin-bottom: 10.78vw;
}
.step h2 img {
  width: 33.28vw;
}
.step ul.step-li > li {
  display: block;
  background: #fff;
  margin: 0 2.34%;
  padding: 10.93vw 3.91vw 6vw;
  border: 0.47vw solid #298a1e;
  border-bottom: 0.78vw solid #298a1e;
  box-shadow: 0 0.78vw 0 #298a1e;
  border-radius: 2.5vw;
  font-size: 6.09vw;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.step ul.step-li > li.step-1 {
  padding: 7.96vw 3.91vw 3.9vw;
}

.step ul.step-li > li + li::before {
  content: "";
  display: block;
  height: 10.9vw;
  border-left: 1.09vw solid #298a1e;
  position: absolute;
  left: 50%;
  top: -15.2vw;
  transform: translateX(-50%);
}
.step ul.step-li > li.step-0 + li::before {
  border-left: 1.8vw dotted #298a1e;
  top: -15.3vw;
}
.step ul.step-li > li img.num {
  width: 37vw;
  position: absolute;
  top: -7.2vw;
  left: 50%;
  transform: translateX(-50%);
}
.step ul.step-li > li.step-1 img.num {
  top: -8vw;
}

.step ul.step-li > li + li {
  margin-top: 14.06vw;
}
.step ul.step-li > li.step-0 + li {
  margin-top: 16.4vw;
}
.step ul.step-li > li.step-0 {
  margin: 0;
  padding: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.step ul.step-li > li.step-0 .js-ac {
  padding: 9.06vw 0 5.16vw;
}
.step ul.step-li > li.step-0 img.txt1 {
  width: 67.5vw;
}
.step ul.step-li > li.step-0 .ac-content {
  margin: 0 2.34%;
}
.step ul.step-li > li.step-0 .ac-content .box {
  background: #fff79d;
  padding: 5.47vw 4.69vw 6.25vw;
  /* margin-bottom: 6.09vw; */
  border-radius: 2.5vw;
}
.step ul.step-li > li.step-0 .ac-content .box img.txt2 {
  width: 75vw;
  margin: 0 auto 5.78vw;
}
.step ul.step-li > li.step-0 .ac-content .box a.line-btn {
  display: block;
  width: 100%;
}
.step ul.step-li > li.step-0 .ac-content img.txt3 {
  margin-top: 3.59vw;
}
.step ul.step-li > li.step-0 .ac-content a.line-link {
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.46375;
  color: #00a2ff;
  text-align: center;
  display: inline-block;
  margin-top: 3.125vw;
  margin-bottom: 4.375vw;
  text-underline-offset: 1.09375vw;
  letter-spacing: -0.01em;
}
.step ul.step-li > li.step-1 img.txt1 {
  width: 66.25vw;
  margin: 0 auto 5.31vw;
}
.step ul.step-li > li.step-1 a.entry-btn {
  display: block;
  width: 100%;
}
.step ul.step-li > li.step-2 .balloon {
  background: url(../../images_260121/step-2-balloon.png) center bottom
    no-repeat;
  background-size: 78.59vw auto;
}
.step ul.step-li > li.step-2 img.txt1 {
  width: 66.25vw;
  transform: translateX(1%);
}
.step ul.step-li > li.step-2 img.img {
  width: 78.75vw;
  margin: 0 auto 5vw;
}
.step ul.step-li > li.step-2 img.txt2 {
  width: 74.84vw;
}

/* thanks
========================================*/
.thanks {
  padding: 5.16vw 4.69vw 48vw;
  padding: 4.68vw 4.69vw 66.4vw;
  background: url(../../images_260121/thanks-bg.png) center center no-repeat;
  background-size: cover;
}
.thanks .box {
  background: #fff;
  padding: 11.4vw 2.5vw 9.21vw;
  border-radius: 2.5vw;
  text-align: center;
  position: relative;
}
.thanks .box::before {
  content: "";
  display: block;
  width: 95.31vw;
  aspect-ratio: 610 / 272;
  background: url(../../images_260121/thanks-bg2.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.56vw;
}
.thanks .box h2 img {
  width: 58.13vw;
  margin: 0 auto 2.66vw;
}
.thanks .box img.txt1 {
  width: 52.03vw;
  margin: 0 auto 5.62vw;
}
.thanks .box img.thanks-img {
  width: 55.78vw;
  transform: translateX(-2%);
}
.thanks .box img.thanks-balloon {
  margin: -3.43vw auto 1.09vw;
}
