@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

/* reset for form */
input[type=text],
input[type=checkbox],
input[type=radio] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
}

textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

/*========== set.scss ==========*/
html {
  font-size: 62.5%;
  background-color: #f1f1f1;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  color: #222;
  text-align: left;
  line-height: 1.7;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 26px;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a {
  text-decoration: none;
  color: #2E2E2E;
}
a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.opacity {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.trans {
  transition: all 0.3s ease;
}

.hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.hoverTxt {
  text-decoration: underline;
  transition: all 0.3s ease;
}

.boxShadow {
  box-shadow: 0px 0px 6px rgba(54, 48, 48, 0.6);
}

.txtShadow {
  text-shadow: 0px 0px 9px rgba(54, 48, 48, 0.71);
}

.box-trim {
  position: relative;
  overflow: hidden;
}
.box-trim img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .noSP {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .noPC {
    display: none !important;
  }
}

.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 1300ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*========== l-contents.scss ==========*/
.l-contents {
  margin: auto;
  max-width: 750px;
  overflow-x: hidden;
  background-color: #fff;
}

/*========== l-footer.scss ==========*/
.l-footer {
  display: none;
}

/*========== c-title.scss ==========*/
.c-title-primary {
  position: relative;
}
.c-title-primary:before {
  content: "";
  display: block;
  width: 5.5833333333vw;
  height: 0.25vw;
  background-color: #DDD1BD;
  position: absolute;
  left: -6.6666666667vw;
  top: 0.5vw;
}

/*========== c-inner.scss ==========*/
.c-inner {
  padding: 0 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .c-inner {
    padding: 0 32px;
  }
}

/*========== c-box.scss ==========*/
.c-box-bg {
  background: url("../images/bg_tile.png") center top repeat-y;
  background-size: 100% auto;
}

/*========== c-btn.scss ==========*/
.c-btn-list .btn:not(:last-child) {
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .c-btn-list .btn:not(:last-child) {
    margin-bottom: 30px;
  }
}
.c-btn-std {
  color: #fff;
  display: block;
  margin: auto;
  text-align: center;
  height: 14.6666666667vw;
  line-height: 14.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
  background: linear-gradient(45deg, #5CC6FF, #B6E5D5);
  width: 75.7333333333vw;
  border-radius: 1000px;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-btn-std {
    height: 110px;
    line-height: 110px;
    font-size: 32px;
    width: 568px;
  }
}
.c-btn-std:after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 2.6666666667vw;
  background: url("../images/icon_arrow.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 6vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn-std:after {
    width: 12px;
    height: 20px;
    right: 45px;
  }
}
.c-btn-std.forDGR {
  background: #00a599;
}
.c-btn-std.forPK {
  background: #ff7ba8;
}
.c-btn-std.forBR {
  background: #29a7de;
}
.c-btn-std.forGR {
  background: #22b173;
}
.c-btn-std.forOR {
  background: #ed7424;
}
.c-btn-std.forYE {
  background: #ffff55;
  border: 1px solid #333;
  color: #333;
}
.c-btn-std.forYE:after {
  background-image: url("../images/icon_arrow-bk.svg");
}
.c-btn-simple {
  color: #333;
  display: block;
  margin: auto;
  font-size: 3.2vw;
  height: 10.1333333333vw;
  line-height: 10.1333333333vw;
  text-align: center;
  border: 1px solid #333;
  width: 70.1333333333vw;
}
@media screen and (min-width: 768px) {
  .c-btn-simple {
    font-size: 24px;
    height: 76px;
    line-height: 76px;
    width: 526px;
  }
}
.c-btn-line {
  background-color: #00b900;
  color: #fff;
  font-size: 3.4666666667vw;
  border-radius: 1000px;
  position: relative;
  display: block;
  width: 75.7333333333vw;
  margin: auto;
  height: 14.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-btn-line {
    font-size: 26px;
    width: 568px;
    height: 110px;
  }
}
.c-btn-line span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}
.c-btn-line:before {
  content: "";
  width: 8.4vw;
  height: 8.2666666667vw;
  background: url("../images/icon_line.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 5.3333333333vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn-line:before {
    width: 63px;
    height: 62px;
    left: 40px;
  }
}
.c-btn-line:after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 2.6666666667vw;
  background: url("../images/icon_arrow.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 6vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn-line:after {
    width: 12px;
    height: 20px;
    right: 45px;
  }
}

/*========== p-kv.scss ==========*/
.p-kv {
  background: url("../images/kv_bg.png") center top no-repeat;
  background-size: 100% auto;
  padding: 4.2666666667vw 0 0;
  margin-bottom: 10vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-kv {
    padding-top: 32px;
    margin-bottom: 75px;
  }
}
.p-kv-ttl {
  margin-bottom: 88vw;
}
@media screen and (min-width: 768px) {
  .p-kv-ttl {
    margin-bottom: 660px;
  }
}
.p-kv-lead {
  font-weight: bold;
  font-size: 3.8666666667vw;
  line-height: 1.8;
  transform: rotate(-6deg);
}
@media screen and (min-width: 768px) {
  .p-kv-lead {
    font-size: 29px;
  }
}

/*========== p-step01.scss ==========*/
.p-step01 {
  margin-bottom: 21.2vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step01 {
    margin-bottom: 159px;
  }
}
.p-step01:after {
  content: "";
  display: block;
  width: 8.5333333333vw;
  height: 10.5333333333vw;
  background: url("../images/icon_below.png") center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -21.2vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-step01:after {
    width: 64px;
    height: 79px;
    bottom: -159px;
  }
}
.p-step01-intro {
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: -13.3333333333vw;
  margin-bottom: 2.2666666667vw;
  padding: 5.3333333333vw;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step01-intro {
    margin-top: -100px;
    margin-bottom: 17px;
    padding: 40px;
  }
}
.p-step01-intro p {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step01-intro p {
    font-size: 28px;
  }
}
.p-step01-intro p:not(:last-child) {
  margin-bottom: 1.5em;
}
.p-step01-intro p span {
  border-bottom: 1px solid #22b173;
}
.p-step01 .sec01 {
  padding-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec01 {
    padding-bottom: 60px;
  }
}
.p-step01 .sec01_ttl {
  display: block;
  margin: 0 auto 5.3333333333vw;
  width: 70.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec01_ttl {
    margin-bottom: 40px;
    width: 530px;
  }
}
.p-step01 .sec01-obj01 {
  margin-bottom: 12vw;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec01-obj01 {
    margin-bottom: 90px;
  }
}
.p-step01 .sec01-obj02 {
  width: 45.7333333333vw;
  position: absolute;
  right: 2.1333333333vw;
  top: -3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec01-obj02 {
    width: 343px;
    right: 16px;
    top: -25px;
  }
}
.p-step01 .sec01-obj03 img {
  margin-bottom: 2vw;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec01-obj03 img {
    margin-bottom: 15px;
  }
}
.p-step01 .sec01-obj03 .cap {
  font-size: 1.6vw;
  color: #666666;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec01-obj03 .cap {
    font-size: 12px;
  }
}
.p-step01 .sec01 .point {
  padding: 4vw 0 0;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec01 .point {
    padding-top: 30px;
  }
}
.p-step01 .sec01 .pointWrap {
  position: relative;
  min-height: 44vw;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec01 .pointWrap {
    min-height: 330px;
    margin-bottom: 50px;
  }
}
.p-step01 .sec01 .point .ttl {
  width: 22vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec01 .point .ttl {
    width: 165px;
    margin-bottom: 20px;
  }
}
.p-step01 .sec01 .point .txt {
  line-height: 1.85;
}
.p-step01 .sec01 .point .txt span {
  border-bottom: 2px dotted #22b173;
}
.p-step01 .sec02 {
  background: url("../images/step1/sec2_bg.png") left top no-repeat;
  background-size: auto 100%;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec02 {
    margin-bottom: 70px;
  }
}
.p-step01 .sec02-ttl img {
  margin-top: -6vw;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec02-ttl img {
    margin-top: -45px;
  }
}
.p-step01 .sec02 .merit {
  padding-left: 40vw;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec02 .merit {
    padding-left: 300px;
  }
}
.p-step01 .sec02 .merit .items .item {
  line-height: 1.4;
  margin-bottom: 1em;
  font-size: 3.3333333333vw;
  position: relative;
  padding-left: 4.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec02 .merit .items .item {
    font-size: 25px;
    padding-left: 37px;
  }
}
.p-step01 .sec02 .merit .items .item .uLine {
  font-weight: bold;
  background: linear-gradient(transparent 70%, rgba(34, 177, 115, 0.4) 30%);
}
.p-step01 .sec02 .merit .items .item:before {
  content: "";
  display: block;
  width: 3.6vw;
  height: 3.6vw;
  background: url("../images/step1/icon_check.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.3em;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec02 .merit .items .item:before {
    width: 27px;
    height: 27px;
  }
}
.p-step01 .sec02 .merit .u-note {
  padding-bottom: 1em;
}
.p-step01 .sec03 {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec03 {
    margin-bottom: 60px;
  }
}
.p-step01 .sec03-inBox {
  border: 2px dotted #22b173;
  border-radius: 10px;
  margin-top: -9.3333333333vw;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding: 6.6666666667vw 4.6666666667vw;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec03-inBox {
    margin-top: -70px;
    padding: 50px 35px;
  }
}
.p-step01 .sec03-inBox:before {
  content: "";
  display: block;
  width: 14.5333333333vw;
  height: 30.2666666667vw;
  background: url("../images/step1/sec3_obj04.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 13.3333333333vw;
  top: -28vw;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec03-inBox:before {
    width: 109px;
    height: 227px;
    left: 100px;
    top: -210px;
  }
}
.p-step01 .sec03-ttl {
  color: #fff;
  display: inline-block;
  height: 7.6vw;
  line-height: 7.6vw;
  font-weight: bold;
  font-size: 3.7333333333vw;
  padding: 0 2em;
  background-color: #22b173;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec03-ttl {
    height: 57px;
    line-height: 57px;
    font-size: 28px;
  }
}
.p-step01 .sec03-ttl span {
  color: #fff100;
}
.p-step01 .sec03 .about {
  margin-bottom: 8.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec03 .about {
    margin-bottom: 65px;
  }
}
.p-step01 .sec03 .about .txt01 {
  font-size: 3.4666666667vw;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec03 .about .txt01 {
    font-size: 26px;
  }
}
.p-step01 .sec03 .about .txt01 .uLine {
  border-bottom: 2px dotted #22b173;
}
.p-step01 .sec03 .way .sec03-ttl {
  margin-bottom: 2em;
}
.p-step01 .sec03 .way .flexBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-step01 .sec03 .way .flexBox .box-obj {
  width: 42%;
  padding: 0 2%;
  margin-right: 2%;
}
.p-step01 .sec03 .way .flexBox .box-txt {
  width: 56%;
}
.p-step01 .sec03 .way .flexBox .box-txt .ttl {
  font-size: 3.7333333333vw;
  font-weight: bold;
  position: relative;
  padding-left: 12.6666666667vw;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec03 .way .flexBox .box-txt .ttl {
    font-size: 28px;
    padding-left: 95px;
    margin-bottom: 50px;
  }
}
.p-step01 .sec03 .way .flexBox .box-txt .ttl:before {
  content: "";
  display: block;
  width: 11.3333333333vw;
  height: 11.7333333333vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-step01 .sec03 .way .flexBox .box-txt .ttl:before {
    width: 85px;
    height: 88px;
  }
}
.p-step01 .sec03 .way .flexBox .box-txt .ttl.num01:before {
  background: url("../images/step1/sec3_obj02-num01.png") center no-repeat;
  background-size: contain;
}
.p-step01 .sec03 .way .flexBox .box-txt .ttl.num02:before {
  background: url("../images/step1/sec3_obj02-num02.png") center no-repeat;
  background-size: contain;
}
.p-step01 .sec03 .way .flexBox .box-txt .ttl.num03 {
  background: url("../images/obj01.png") 12.6666666667vw center no-repeat;
  background-size: 32vw auto;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec03 .way .flexBox .box-txt .ttl.num03 {
    background-position: 95px center;
    background-size: 240px auto;
  }
}
.p-step01 .sec03 .way .flexBox .box-txt .ttl.num03:before {
  background: url("../images/step1/sec3_obj02-num03.png") center no-repeat;
  background-size: contain;
}
.p-step01 .sec03 .way .flexBox .box-txt .feature {
  line-height: 1.4;
  position: relative;
  padding-left: 0.7em;
}
.p-step01 .sec03 .way .flexBox .box-txt .feature:before {
  content: "";
  display: block;
  background-color: #22b173;
  border-radius: 50%;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  position: absolute;
  left: 0;
  top: 0.4em;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec03 .way .flexBox .box-txt .feature:before {
    width: 10px;
    height: 10px;
  }
}
.p-step01 .sec03 .way .flexBox .box-txt .feature:not(:last-child) {
  margin-bottom: 0.5em;
}
.p-step01 .sec03 .way .items .item {
  text-align: left;
}
.p-step01 .sec03 .way .items .item.for01 {
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec03 .way .items .item.for01 {
    margin-bottom: 70px;
  }
}
.p-step01 .sec03 .way .items .item.for02 {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec03 .way .items .item.for02 {
    margin-bottom: 50px;
  }
}
.p-step01 .sec03 .way .items .item.for03 .sec03-ttl {
  margin: 0;
  padding: 0 1em;
}
.p-step01 .sec03 .way .items .item.for03 .flexBox {
  border: 2px solid #22b173;
  padding: 6.6666666667vw 0;
  margin-bottom: 4vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec03 .way .items .item.for03 .flexBox {
    padding: 50px 0;
    margin-bottom: 30px;
  }
}
.p-step01 .sec03 .way .items .item.for03 .flexBox:after {
  content: "";
  display: block;
  width: 10.8vw;
  height: 10.8vw;
  position: absolute;
  right: 0;
  top: -8vw;
  background: url("../images/step1/sec3_obj03.png") center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec03 .way .items .item.for03 .flexBox:after {
    width: 81px;
    height: 81px;
    top: -60px;
  }
}
.p-step01 .sec03 .way .u-note {
  text-align: left;
}
.p-step01 .sec04 {
  background: url("../images/step1/sec4_bg.png") right center no-repeat;
  background-size: auto 100%;
}
.p-step01 .sec04-ttl {
  width: 58.6666666667vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec04-ttl {
    width: 440px;
    margin-bottom: 40px;
  }
}
.p-step01 .sec04-ttl img {
  margin-top: -0.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step01 .sec04-ttl img {
    margin-top: -7px;
  }
}
.p-step01 .sec04-txt {
  width: 53%;
}
.p-step01 .sec04-txt p {
  margin-bottom: 1.5em;
  line-height: 1.85;
}
.p-step01 .sec04-txt p .uLine-dot {
  border-bottom: 2px dotted #22b173;
}
.p-step01 .sec04-txt p .uLine-marker {
  font-weight: bold;
  background: linear-gradient(transparent 70%, rgba(34, 177, 115, 0.4) 30%);
}

/*========== p-step02.scss ==========*/
.p-step02 {
  margin-bottom: 21.2vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step02 {
    margin-bottom: 159px;
  }
}
.p-step02:after {
  content: "";
  display: block;
  width: 8.5333333333vw;
  height: 10.5333333333vw;
  background: url("../images/icon_below.png") center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -21.2vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-step02:after {
    width: 64px;
    height: 79px;
    bottom: -159px;
  }
}
.p-step02-intro {
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: -6.6666666667vw;
  margin-bottom: 2.2666666667vw;
  padding: 5.3333333333vw;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step02-intro {
    margin-top: -50px;
    margin-bottom: 17px;
    padding: 40px;
  }
}
.p-step02-intro p {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step02-intro p {
    font-size: 28px;
  }
}
.p-step02-intro p:not(:last-child) {
  margin-bottom: 1.5em;
}
.p-step02-intro p span {
  border-bottom: 1px solid #29a7de;
}
.p-step02-ttlPoint {
  width: 24.8vw;
  margin-bottom: 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step02-ttlPoint {
    width: 186px;
    margin-bottom: 25px;
  }
}
.p-step02-sec01 .obj01 {
  margin-bottom: 15.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .obj01 {
    margin-bottom: 115px;
  }
}
.p-step02-sec01 .point01 {
  position: relative;
  margin-bottom: 14.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point01 {
    margin-bottom: 110px;
  }
}
.p-step02-sec01 .point01__inner {
  background: url("../images/bg_tile.png") center top repeat-y;
  background-size: 100% auto;
  padding: 4vw 4.2666666667vw 4vw 37.6vw;
  margin-bottom: 16vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point01__inner {
    padding: 30px 32px 30px 282px;
    margin-bottom: 120px;
  }
}
.p-step02-sec01 .point01__inner:after {
  content: "";
  display: block;
  width: 32.2666666667vw;
  height: 14.8vw;
  background: url("../images/step2/sec1_obj04.png") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 6.6666666667vw;
  bottom: -13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point01__inner:after {
    width: 242px;
    height: 111px;
    right: 50px;
    bottom: -100px;
  }
}
.p-step02-sec01 .point01__inner p {
  line-height: 1.85;
}
.p-step02-sec01 .point01__inner p span {
  border-bottom: 2px dotted #29a7de;
}
.p-step02-sec01 .point01 .obj02 {
  position: absolute;
  left: 0;
  top: -6.6666666667vw;
  width: 46.4vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point01 .obj02 {
    top: -50x;
    width: 348px;
  }
}
.p-step02-sec01 .point01 .cost {
  display: inline-block;
  line-height: 2.5;
}
.p-step02-sec01 .point01 .costWrap {
  border: 2px dotted #75C5FA;
  border-radius: 10px;
  text-align: center;
  padding: 6.6666666667vw 0;
  margin-bottom: 2.6666666667vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point01 .costWrap {
    padding: 50px 0;
    margin-bottom: 20px;
  }
}
.p-step02-sec01 .point01 .costWrap:before {
  content: "";
  display: block;
  width: 14.1333333333vw;
  height: 21.0666666667vw;
  background: url("../images/step2/sec1_obj03.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: -18.6666666667vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point01 .costWrap:before {
    width: 106px;
    height: 158px;
    top: -140px;
  }
}
.p-step02-sec01 .point01 .cost .ttl {
  float: left;
  clear: both;
  width: 6.5em;
  text-align: right;
  color: #75C5FA;
}
.p-step02-sec01 .point01 .cost .ttl span {
  font-weight: bold;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point01 .cost .ttl span {
    font-size: 40px;
  }
}
.p-step02-sec01 .point01 .cost .txt {
  margin-left: 8em;
  text-align: left;
}
.p-step02-sec01 .point01 .cost .txt span {
  font-weight: bold;
  font-size: 8vw;
  display: inline-block;
  margin-top: -0.45em;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point01 .cost .txt span {
    font-size: 60px;
  }
}
.p-step02-sec01 .point02__inner {
  background: url("../images/bg_tile.png") center top repeat-y;
  background-size: 100% auto;
  padding: 4vw 0 8vw 4.2666666667vw;
  margin-bottom: 16vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point02__inner {
    padding: 30px 0 60px 32px;
    margin-bottom: 120px;
  }
}
.p-step02-sec01 .point02__inner:after {
  content: "";
  display: block;
  width: 34.1333333333vw;
  height: 12.6666666667vw;
  background: url("../images/step2/sec1_obj06.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 22.6666666667vw;
  bottom: -7.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point02__inner:after {
    width: 256px;
    height: 95px;
    left: 170px;
    bottom: -55px;
  }
}
.p-step02-sec01 .point02__inner p {
  line-height: 1.85;
  margin-bottom: 1em;
}
.p-step02-sec01 .point02__inner p span {
  border-bottom: 2px dotted #29a7de;
}
.p-step02-sec01 .point02 .obj05 {
  position: absolute;
  right: 0;
  top: -3.3333333333vw;
  width: 51.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point02 .obj05 {
    top: -25px;
    width: 386px;
  }
}
.p-step02-sec01 .point02 .obj07 {
  position: relative;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point02 .obj07 {
    margin-bottom: 80px;
  }
}
.p-step02-sec01 .point02 .obj07:before {
  content: "";
  display: block;
  width: 14.5333333333vw;
  height: 20.8vw;
  background: url("../images/step2/sec1_obj08.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 5.3333333333vw;
  top: -18.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec01 .point02 .obj07:before {
    width: 109px;
    height: 156px;
    left: 40px;
    top: -140px;
  }
}
.p-step02-sec02 .obj01 {
  margin-bottom: 4.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec02 .obj01 {
    margin-bottom: 35px;
  }
}
.p-step02-sec03 .boxTxt {
  background: url("../images/step2/sec3_obj01.png") right center no-repeat;
  background-size: 100% auto;
  height: 60.6666666667vw;
  padding: 2vw 0 0 4.2666666667vw;
  margin: 3.3333333333vw 0 4vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec03 .boxTxt {
    height: 455px;
    padding: 15px 0 0 32px;
    margin: 25px 0 30px;
  }
}
.p-step02-sec03 .boxTxt p {
  margin-bottom: 1em;
  line-height: 1.85;
}
.p-step02-sec03 .boxTxt p .uLine-dot {
  border-bottom: 2px dotted #29a7de;
}
.p-step02-sec03 .boxTxt p .uLine-marker {
  background: linear-gradient(transparent 70%, #fff100 30%);
}
.p-step02-sec03 .boxGraph {
  position: relative;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step02-sec03 .boxGraph {
    margin-bottom: 80px;
  }
}
.p-step02-sec03 .boxGraph .txt01 {
  position: absolute;
  right: 4.2666666667vw;
  bottom: 0;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .p-step02-sec03 .boxGraph .txt01 {
    right: 32px;
  }
}
.p-step02-sec03 .boxGraph .txt01 span {
  border-bottom: 2px dotted #29a7de;
}

/*========== p-step03.scss ==========*/
.p-step03 {
  margin-bottom: 25.2vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step03 {
    margin-bottom: 189px;
  }
}
.p-step03:after {
  content: "";
  display: block;
  width: 8.5333333333vw;
  height: 10.5333333333vw;
  background: url("../images/icon_below.png") center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -21.2vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-step03:after {
    width: 64px;
    height: 79px;
    bottom: -159px;
  }
}
.p-step03-intro {
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: -13.3333333333vw;
  margin-bottom: 8.6666666667vw;
  padding: 5.3333333333vw;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step03-intro {
    margin-top: -100px;
    margin-bottom: 65px;
    padding: 40px;
  }
}
.p-step03-intro p {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step03-intro p {
    font-size: 28px;
  }
}
.p-step03-intro p:not(:last-child) {
  margin-bottom: 1.5em;
}
.p-step03-intro p span {
  border-bottom: 1px solid #ff7ba8;
}
.p-step03-ttl {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step03-ttl {
    margin-bottom: 80px;
  }
}
.p-step03-subTtl {
  text-align: center;
  padding-left: 12vw;
  position: relative;
  margin-bottom: 4.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step03-subTtl {
    padding-left: 90px;
    margin-bottom: 35px;
  }
}
.p-step03-subTtl:before {
  content: "";
  display: block;
  width: 17.6vw;
  height: 17.6vw;
  background: url("../images/step3/ttl_obj.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-step03-subTtl:before {
    width: 132px;
    height: 132px;
  }
}
.p-step03-subTtl.even {
  padding-left: 0;
  padding-right: 12vw;
}
@media screen and (min-width: 768px) {
  .p-step03-subTtl.even {
    padding-right: 90px;
  }
}
.p-step03-subTtl.even:before {
  left: unset;
  right: 0;
  transform: rotate(-270deg);
}
.p-step03-subTtl .num {
  font-weight: bold;
  font-size: 4.2666666667vw;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-step03-subTtl .num {
    font-size: 32px;
  }
}
.p-step03-subTtl .num span {
  background: linear-gradient(transparent 70%, rgba(255, 123, 168, 0.4) 30%);
}
.p-step03-subTtl .num:before {
  content: "";
  display: block;
  margin: 0 auto 3.3333333333vw;
  width: 12.2666666667vw;
  height: 14.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step03-subTtl .num:before {
    margin-bottom: 25px;
    width: 92px;
    height: 106px;
  }
}
.p-step03-subTtl .num01:before {
  background: url("../images/step3/ttl_num01.png") center no-repeat;
  background-size: contain;
}
.p-step03-subTtl .num02:before {
  background: url("../images/step3/ttl_num02.png") center no-repeat;
  background-size: contain;
}
.p-step03-subTtl .num03:before {
  background: url("../images/step3/ttl_num03.png") center no-repeat;
  background-size: contain;
}
.p-step03-lead {
  width: 76.6666666667vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 768px) {
  .p-step03-lead {
    width: 575px;
    margin-bottom: 60px;
  }
}
.p-step03-lead p:not(:last-child) {
  margin-bottom: 1em;
}
.p-step03-lead p span {
  border-bottom: 2px dotted #ff7ba8;
}
.p-step03 .sec01 {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step03 .sec01 {
    margin-bottom: 100px;
  }
}
.p-step03 .sec01 .obj01 {
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step03 .sec01 .obj01 {
    margin-bottom: 70px;
  }
}
.p-step03 .sec02 {
  margin-bottom: 8.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step03 .sec02 {
    margin-bottom: 65px;
  }
}
.p-step03 .sec03 .profileWrap {
  background: url("../images/step3/sec03_bg.png") left top no-repeat;
  background-size: 100% auto;
  padding: 12vw 4.2666666667vw 0 41.3333333333vw;
  margin-bottom: 6vw;
}
@media screen and (min-width: 768px) {
  .p-step03 .sec03 .profileWrap {
    padding: 90px 32px 0 310px;
    margin-bottom: 45px;
  }
}
.p-step03 .sec03 .profile .ttl {
  font-size: 2.6666666667vw;
  margin-right: -4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step03 .sec03 .profile .ttl {
    font-size: 20px;
    margin-right: -32px;
  }
}
.p-step03 .sec03 .profile .ttl p {
  line-height: 1.5;
}
.p-step03 .sec03 .profile .ttl .name {
  font-weight: bold;
  font-size: 4.8vw;
  background: url("../images/obj01.png") left center no-repeat;
  background-size: contain;
  padding: 0.2em 1.5em 0.5em 0;
  letter-spacing: 0.1em;
  line-height: 1.8;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-step03 .sec03 .profile .ttl .name {
    font-size: 36px;
  }
}
.p-step03 .sec03 .profile .txt {
  font-size: 3.04vw;
  border-top: 2px dotted #75C5FA;
  margin-top: 1em;
  padding-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-step03 .sec03 .profile .txt {
    font-size: 22px;
  }
}

/*========== p-step04.scss ==========*/
.p-step04 {
  margin-bottom: 28.5333333333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step04 {
    margin-bottom: 214px;
  }
}
.p-step04:after {
  content: "";
  display: block;
  width: 8.5333333333vw;
  height: 10.5333333333vw;
  background: url("../images/icon_below.png") center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -21.2vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-step04:after {
    width: 64px;
    height: 79px;
    bottom: -159px;
  }
}
.p-step04-intro {
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: -13.3333333333vw;
  margin-bottom: 8.6666666667vw;
  padding: 5.3333333333vw 29.3333333333vw 5.3333333333vw 5.3333333333vw;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step04-intro {
    margin-top: -100px;
    margin-bottom: 65px;
    padding: 40px 220px 40px 40px;
  }
}
.p-step04-intro p {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step04-intro p {
    font-size: 28px;
  }
}
.p-step04-intro p:not(:last-child) {
  margin-bottom: 1.5em;
}
.p-step04-intro p span {
  border-bottom: 1px solid #ed7424;
}
.p-step04-intro .obj {
  position: absolute;
  width: 40.5333333333vw;
  right: -2vw;
  top: -15.6vw;
}
@media screen and (min-width: 768px) {
  .p-step04-intro .obj {
    width: 304px;
    right: -15px;
    top: -117px;
  }
}
.p-step04 .flow {
  margin-bottom: 8.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step04 .flow {
    margin-bottom: 65px;
  }
}
.p-step04 .flow .item01 {
  position: relative;
}
.p-step04 .flow .item01 .c-btn-std {
  position: absolute;
  right: 4.2666666667vw;
  bottom: 4.2666666667vw;
  height: 12.6666666667vw;
  line-height: 12.6666666667vw;
  width: 41.6vw;
  margin: 0;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step04 .flow .item01 .c-btn-std {
    right: 32px;
    bottom: 32px;
    height: 95px;
    line-height: 95px;
    width: 312px;
    font-size: 26px;
  }
}
.p-step04 .flow .item01 .c-btn-std:after {
  right: 4vw;
}
@media screen and (min-width: 768px) {
  .p-step04 .flow .item01 .c-btn-std:after {
    right: 30px;
  }
}
.p-step04 .flow .item03 {
  margin-top: -4vw;
}
@media screen and (min-width: 768px) {
  .p-step04 .flow .item03 {
    margin-top: -30px;
  }
}
.p-step04 .flow .item04 {
  margin-top: -9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-step04 .flow .item04 {
    margin-top: -70px;
  }
}
.p-step04 .flow .item05 {
  margin-top: -4.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step04 .flow .item05 {
    margin-top: -35px;
  }
}
.p-step04 .flow .item06 {
  margin-top: -6vw;
}
@media screen and (min-width: 768px) {
  .p-step04 .flow .item06 {
    margin-top: -45px;
  }
}
.p-step04 .flow .item08 {
  margin-top: -4.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step04 .flow .item08 {
    margin-top: -35px;
  }
}

/*========== p-step05.scss ==========*/
.p-step05 {
  background-color: #f4f4f4;
  padding-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step05 {
    padding-bottom: 50px;
  }
}
.p-step05 .sec {
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 8vw 5.8666666667vw 6.6666666667vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step05 .sec {
    padding: 60px 44px 50px;
  }
}
.p-step05 .sec:not(:last-child) {
  margin-bottom: 12.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step05 .sec:not(:last-child) {
    margin-bottom: 95px;
  }
}
.p-step05 .secWrap {
  margin-top: -12vw;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step05 .secWrap {
    margin-top: -90px;
  }
}
.p-step05 .sec .c-btn-std {
  width: 100%;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-step05 .sec .c-btn-std {
    font-size: 26px;
  }
}
.p-step05 .sec .btnList {
  padding-bottom: 1.3333333333vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-step05 .sec .btnList {
    padding-bottom: 10px;
  }
}
.p-step05 .sec .btnList .item {
  margin-bottom: 1.3333333333vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-step05 .sec .btnList .item {
    margin-bottom: 10px;
  }
}
.p-step05 .sec .btnList .item.half {
  width: 49%;
}
.p-step05 .sec .btnList .item a {
  display: block;
}
.p-step05-for {
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  height: 7.4666666667vw;
  line-height: 7.4666666667vw;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 79.4666666667vw;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-step05-for {
    height: 56px;
    line-height: 56px;
    width: 596px;
    font-size: 24px;
  }
}
.p-step05-for.for01 {
  background-color: #00a599;
}
.p-step05-for.for02 {
  background-color: #ff7ba8;
}
.p-step05-for.for03 {
  background-color: #29a7de;
}
.p-step05-for.for04 {
  background-color: #22b173;
}
.p-step05-for.for05 {
  background-color: #ed7424;
}
.p-step05-for.for06 {
  background-color: #ffff55;
  border: 1px solid #333333;
  color: #333333;
}
.p-step05-ttl {
  font-size: 4.5333333333vw;
  margin-bottom: 1em;
  line-height: 1.3;
  font-weight: bold;
  padding-left: 14.4vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-step05-ttl {
    font-size: 34px;
    padding-left: 108px;
  }
}
.p-step05-ttl:before {
  content: "";
  display: block;
  width: 11.7333333333vw;
  height: 12.9333333333vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-step05-ttl:before {
    width: 88px;
    height: 97px;
  }
}
.p-step05-ttl.for01 span {
  background: linear-gradient(transparent 75%, rgba(0, 165, 153, 0.4) 25%);
}
.p-step05-ttl.for01:before {
  background: url("../images/step5/subttl01.png") center no-repeat;
  background-size: contain;
}
.p-step05-ttl.for02 span {
  background: linear-gradient(transparent 75%, rgba(255, 123, 168, 0.4) 25%);
}
.p-step05-ttl.for02:before {
  background: url("../images/step5/subttl02.png") center no-repeat;
  background-size: contain;
}
.p-step05-ttl.for03 span {
  background: linear-gradient(transparent 75%, rgba(41, 167, 222, 0.4) 25%);
}
.p-step05-ttl.for03:before {
  background: url("../images/step5/subttl03.png") center no-repeat;
  background-size: contain;
}
.p-step05-ttl.for04 span {
  background: linear-gradient(transparent 75%, rgba(34, 177, 115, 0.4) 25%);
}
.p-step05-ttl.for04:before {
  background: url("../images/step5/subttl04.png") center no-repeat;
  background-size: contain;
}
.p-step05-ttl.for05 span {
  background: linear-gradient(transparent 75%, rgba(237, 116, 36, 0.4) 25%);
}
.p-step05-ttl.for05:before {
  background: url("../images/step5/subttl05.png") center no-repeat;
  background-size: contain;
}
.p-step05-ttl.for06 span {
  background: linear-gradient(transparent 75%, rgba(255, 255, 85, 0.4) 25%);
}
.p-step05-ttl.for06:before {
  background: url("../images/step5/subttl06.png") center no-repeat;
  background-size: contain;
}
.p-step05 .point .ttl {
  width: 22vw;
  margin: 0 0 2vw -1.6vw;
}
@media screen and (min-width: 768px) {
  .p-step05 .point .ttl {
    width: 165px;
    margin: 0 0 15px -12px;
  }
}
.p-step05 .point .txt {
  font-size: 3.3866666667vw;
  line-height: 1.925;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-step05 .point .txt {
    font-size: 25px;
  }
}
.p-step05 .point .txt .uLine {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
}
.p-step05 .point .txt.for01 .uLine {
  border-bottom-color: #00a599;
}
.p-step05 .point .txt.for02 .uLine {
  border-bottom-color: #ff7ba8;
}
.p-step05 .point .txt.for03 .uLine {
  border-bottom-color: #29a7de;
}
.p-step05 .point .txt.for04 .uLine {
  border-bottom-color: #22b173;
}
.p-step05 .point .txt.for05 .uLine {
  border-bottom-color: #ed7424;
}
.p-step05 .point .txt.for06 .uLine {
  border-bottom-color: #999;
}

/*========== u-utility.scss ==========*/
.u-bold {
  font-weight: bold;
}
.u-note {
  color: #666;
  font-size: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .u-note {
    font-size: 16px;
  }
}/*# sourceMappingURL=styles.css.map */