/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}

a {
  color: #000;
}

.osw {
  font-family: "Oswald", sans-serif;
}

.btn {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
  cursor: pointer !important;
}

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

b {
  font-weight: bold;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.ctext {
  text-align: center;
}

@media (max-width: 780px) {
  body {
    width: 100%;
    height: 100vh;
  }
  img {
    max-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
#wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  text-align: center;
}
#wrapper .kv {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto 120px;
}
#wrapper .kv .inner {
  max-width: 1100px;
  width: 100%;
  height: 771px;
  margin: 0 auto;
  position: relative;
}
#wrapper .kv .inner .bg {
  background-image: url(../img/kv_bg.png);
  background-image: image-set(url(../img/kv_bg.png) 1x, url(../img/kv_bg@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/kv_bg.png) 1x, url(../img/kv_bg@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
  position: absolute;
  top: 0;
  right: -410px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#wrapper .kv .inner .ttl {
  position: absolute;
  top: 67px;
  left: 0;
  z-index: 2;
}
#wrapper .kv .inner .ttl img {
  max-width: 480px;
}
#wrapper .kv .inner .icon {
  position: absolute;
  top: 293px;
  left: 381px;
  z-index: 3;
}
#wrapper .kv .inner .icon img {
  max-width: 303px;
}
#wrapper .wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#wrapper .wrap h1 {
  font-size: 32px;
  line-height: 1.9;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  position: relative;
}
#wrapper .wrap h1::before {
  content: "";
  background-image: url(../img/h1_before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 249px;
  height: 65px;
  position: absolute;
  bottom: 15px;
  left: -280px;
}
#wrapper .wrap h1::after {
  content: "";
  background-image: url(../img/h1_after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 249px;
  height: 65px;
  position: absolute;
  bottom: 15px;
  right: -280px;
}
#wrapper .wrap h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1;
  margin: 100px 0 30px;
  position: relative;
  text-align: left;
  padding-left: 44px;
}
#wrapper .wrap h2::before {
  content: "";
  background-image: url(../img/s2_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 35px;
  height: 30px;
  position: absolute;
  top: -5px;
  left: 0;
}
#wrapper .wrap h3 {
  font-size: 26px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 2;
  margin-bottom: 120px;
}
#wrapper .wrap h3 .under {
  background: linear-gradient(transparent 80%, #55DBED 20%);
}
#wrapper .wrap h4 {
  width: 100%;
  border: 1px solid #55DBED;
  background-color: rgba(84, 219, 237, 0.2);
  font-size: 26px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1;
  text-align: center;
  padding: 25px 0;
  margin: 0 auto 20px;
}
#wrapper .wrap p {
  font-size: 16px;
  line-height: 2;
  color: #1a1a1a;
  text-align: left;
}
#wrapper .wrap p .under {
  font-size: 20px;
  font-weight: 600;
  background: linear-gradient(transparent 80%, #55DBED 20%);
}
#wrapper .wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#wrapper .wrap ul .ok {
  max-width: 540px;
  flex-basis: 49%;
  background-color: #54DBED;
  border-radius: 3px;
  padding: 30px 20px;
  text-align: left;
  position: relative;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #1a1a1a;
  padding-left: 74px;
  margin-bottom: 20px;
}
#wrapper .wrap ul .ok::before {
  content: "";
  background-image: url(../img/check_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 20px;
  left: 20px;
}
#wrapper .wrap ul .ng {
  flex-basis: 100%;
  background-color: #F04545;
  border-radius: 3px;
  padding: 30px 20px;
  text-align: center;
}
#wrapper .wrap ul .ng p {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  display: inline;
  text-align: center;
  position: relative;
  border-bottom: 1px dotted #fff;
}
#wrapper .wrap ul .ng p::before {
  content: "";
  background-image: url(../img/caution_icon01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 32px;
  height: 37px;
  position: absolute;
  top: -5px;
  left: -40px;
}
#wrapper .wrap ul .ng p::after {
  content: "";
  background-image: url(../img/caution_icon02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 32px;
  height: 37px;
  position: absolute;
  top: -5px;
  right: -40px;
}
#wrapper .wrap .space_img {
  max-width: 100%;
  width: 100%;
  margin: 30px auto;
}
#wrapper .wrap .space_img img {
  max-width: 100%;
}
#wrapper .wrap .yellow {
  background-color: #FFE553;
  border-radius: 3px;
  max-width: 720px;
  width: 100%;
  height: 130px;
  margin: 30px auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrapper .wrap .yellow p {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #1a1a1a;
}
#wrapper .wrap .yellow::after {
  content: "";
  background-image: url(../img/btn_widow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 29px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
#wrapper .wrap .step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
#wrapper .wrap .step .num {
  flex-basis: 108px;
  height: 108px;
  background-color: #54DBED;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: #1a1a1a;
}
#wrapper .wrap .step .num span {
  font-size: 40px;
  display: block;
  width: 100%;
}
#wrapper .wrap .step .summary {
  flex-basis: calc(100% - 148px);
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  color: #1a1a1a;
  text-align: left;
}
#wrapper .wrap .step .kei {
  flex-basis: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #AAAAAA;
}

@media (max-width: 780px) {
  #wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    text-align: center;
  }
  #wrapper .kv {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 15vw;
  }
  #wrapper .kv .inner {
    max-width: 100%;
    width: 100%;
    height: 132.2307vw;
    margin: 0 auto;
    position: relative;
  }
  #wrapper .kv .inner .bg {
    background-image: url(../img/kv_bg-s.png);
    background-image: image-set(url(../img/kv_bg-s.png) 1x, url(../img/kv_bg-s.png) 2x);
    background-image: -webkit-image-set(url(../img/kv_bg-s.png) 1x, url(../img/kv_bg-s.png) 2x);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #wrapper .kv .inner .ttl {
    position: absolute;
    top: inherit;
    bottom: 2vw;
    left: 5vw;
    z-index: 2;
  }
  #wrapper .kv .inner .ttl img {
    max-width: 90vw;
  }
  #wrapper .kv .inner .icon {
    position: absolute;
    top: inherit;
    bottom: 26vw;
    left: inherit;
    right: 5vw;
    z-index: 3;
  }
  #wrapper .kv .inner .icon img {
    max-width: 25vw;
  }
  #wrapper .wrap {
    max-width: 90vw;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #wrapper .wrap h1 {
    font-size: 4.7435897436vw;
    line-height: 1.4;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    position: relative;
  }
  #wrapper .wrap h1::before {
    content: none;
  }
  #wrapper .wrap h1::after {
    content: "";
    background-image: url(../img/h1_after-s.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 48.7179487179vw;
    height: 7.9487179487vw;
    position: absolute;
    bottom: -10vw;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
  #wrapper .wrap h2 {
    font-size: 4.1025641026vw;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1;
    margin: 20vw 0 3vw;
    position: relative;
    text-align: left;
    padding-left: 7vw;
  }
  #wrapper .wrap h2::before {
    content: "";
    background-image: url(../img/s2_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  #wrapper .wrap h3 {
    font-size: 26px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 2;
    margin-bottom: 120px;
  }
  #wrapper .wrap h3 .under {
    background: linear-gradient(transparent 80%, #55DBED 20%);
  }
  #wrapper .wrap h4 {
    width: 100%;
    border: 1px solid #55DBED;
    background-color: rgba(84, 219, 237, 0.2);
    font-size: 3.8461538462vw;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1;
    text-align: center;
    padding: 5vw 0;
    margin: 0 auto 3vw;
  }
  #wrapper .wrap p {
    font-size: 3.3333333333vw;
    line-height: 2;
    color: #1a1a1a;
    text-align: left;
  }
  #wrapper .wrap p .under {
    font-size: 3.5897435897vw;
    font-weight: 600;
    background: linear-gradient(transparent 80%, #55DBED 20%);
  }
  #wrapper .wrap ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto 3vw;
    width: 90vw;
  }
  #wrapper .wrap ul .ok {
    max-width: 90vw;
    flex-basis: 100%;
    background-color: #54DBED;
    border-radius: 3px;
    padding: 5vw 2vw;
    text-align: left;
    position: relative;
    font-size: 3.3333333333vw;
    line-height: 1;
    font-weight: 600;
    color: #1a1a1a;
    padding-left: 12vw;
    margin-bottom: 2vw;
  }
  #wrapper .wrap ul .ok::before {
    content: "";
    background-image: url(../img/check_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: 4vw;
    left: 4vw;
  }
  #wrapper .wrap ul .ng {
    flex-basis: 100%;
    background-color: #F04545;
    border-radius: 3px;
    padding: 5vw 2vw;
    text-align: center;
  }
  #wrapper .wrap ul .ng p {
    font-size: 3.3333333333vw;
    line-height: 1.6;
    font-weight: 600;
    color: #fff;
    display: inline;
    text-align: center;
    position: relative;
    border-bottom: 1px dotted #fff;
  }
  #wrapper .wrap ul .ng p::before {
    content: "";
    background-image: url(../img/caution_icon01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 8vw;
    height: 9vw;
    position: absolute;
    top: 1vw;
    left: -10vw;
  }
  #wrapper .wrap ul .ng p::after {
    content: "";
    background-image: url(../img/caution_icon02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 8vw;
    height: 9vw;
    position: absolute;
    top: 1vw;
    right: -20vw;
  }
  #wrapper .wrap .space_img {
    max-width: 100%;
    width: 100%;
    margin: 5vw auto;
  }
  #wrapper .wrap .space_img img {
    max-width: 100%;
  }
  #wrapper .wrap .yellow {
    background-color: #FFE553;
    border-radius: 3px;
    max-width: 90vw;
    width: 100%;
    height: 16.6666666667vw;
    margin: 5vw auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #wrapper .wrap .yellow p {
    font-size: 3.3333333333vw;
    line-height: 1;
    font-weight: 600;
    color: #1a1a1a;
  }
  #wrapper .wrap .yellow::after {
    content: "";
    background-image: url(../img/btn_widow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 3.5vw;
    height: 3vw;
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
  }
  #wrapper .wrap .step {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 5vw auto;
    width: 90vw;
  }
  #wrapper .wrap .step .num {
    flex-basis: 15vw;
    height: 15vw;
    background-color: #54DBED;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    font-size: 3.3333333333vw;
    line-height: 1;
    font-weight: 400;
    color: #1a1a1a;
    margin-top: 1.5vw;
  }
  #wrapper .wrap .step .num span {
    font-size: 5.8974358974vw;
    display: block;
    width: 100%;
  }
  #wrapper .wrap .step .summary {
    flex-basis: calc(100% - 18vw);
    font-size: 3.0769230769vw;
    line-height: 2;
    font-weight: 400;
    color: #1a1a1a;
    text-align: left;
  }
  #wrapper .wrap .step .kei {
    flex-basis: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #AAAAAA;
  }
}
footer {
  width: 100%;
  text-align: center;
  background-color: #000;
  padding: 30px 0;
  position: relative;
  margin-top: 100px;
}
footer span {
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

@media (max-width: 780px) {
  footer {
    width: 100%;
    text-align: center;
    background-color: #000;
    padding: 5vw 0;
    position: relative;
  }
  footer span {
    font-size: 2.8205128205vw;
    line-height: 1;
    color: #fff;
  }
}/*# sourceMappingURL=common02.css.map */