@charset "UTF-8";
/* reset
========================================================================== */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, cite, em, img, small, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, figure, figcaption, footer, header, menu, nav, output, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

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 {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* base
========================================================================== */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  max-height: 100%;
  width: 100%;
  font-family: Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.8;
  color: #222222;
  word-break: break-word;
}

a {
  display: inline-block;
  text-decoration: none;
}

sup {
  font-size: 1rem;
}

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

* {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

.header {
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 20;
}

.header_sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 16.66667vw;
  padding: 0 6.4vw;
  line-height: 1;
}

.header_logo {
  display: inline-block;
  width: 40vw;
}

.header_logo + .nav_btn {
  width: 7.46667vw;
}

.nav_cnts > li {
  border-bottom: 1px solid #66ce8e;
}

.nav_cnts > li .nav_link {
  display: block;
  padding: 4.26667vw 8vw;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
}

.nav_cnts > li .sub_nav {
  display: block;
  border-top: 1px solid #66ce8e;
}

.nav_cnts > li .sub_nav > ul {
  display: flex;
  flex-wrap: wrap;
}

.nav_cnts > li .sub_nav > ul > li {
  width: 50%;
  position: relative;
  line-height: 1;
}

.nav_cnts > li .sub_nav > ul > li .nav_link {
  padding: 5.33333vw 8vw;
  font-size: 1.8rem;
  line-height: 1.2;
}

.nav_cnts > li .sub_nav > ul > li:nth-of-type(2n) {
  border-left: 1px solid #66ce8e;
}

.nav_cnts > li .sub_nav > ul > li:nth-of-type(n+3) {
  border-top: 1px solid #66ce8e;
}

.nav_in {
  width: calc(100% - 30px);
  height: 100%;
  position: fixed;
  top: 0;
  right: calc(-100% + 30px);
  background-color: #00ae42;
  overflow: auto;
  transform: translateX(0);
  transition: transform .3s ease-out;
  z-index: 10;
}

.nav_in.is_show {
  transform: translateX(-100%);
}

.nav_in .header_sp {
  height: 16.66667vw;
  border-bottom: 2px solid #fff;
}

.nav_logo {
  width: 40vw;
}

.nav_logo + .nav_btn {
  width: 5.86667vw;
}

.nav_btn {
  position: absolute;
  top: 50%;
  right: 8vw;
  cursor: pointer;
  transform: translateY(-50%);
}

.nav_ov {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
  z-index: 5;
}

.pagetop {
  padding: 4vw 0;
  background-color: #09913d;
  text-align: center;
}

.pagetop span {
  display: inline-block;
  padding-top: 15px;
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.pagetop span:before {
  content: "";
  display: block;
  width: 17px;
  height: 11px;
  position: absolute;
  top: 4px;
  left: 50%;
  background: url(../img/icn_arrow02.svg) 0 0/100% no-repeat;
  transform: translateX(-50%);
}

.footer {
  padding: 8vw 0;
  background-image: url(../img/bg_footer_sp.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

.footer .txt {
  margin-bottom: 8vw;
}

.footer .sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .sns ul > li + li {
  margin-left: 10.66667vw;
}

.footer .sns ul > li.fb {
  width: 14.4vw;
}

.footer .sns ul > li.tw {
  width: 15.73333vw;
}

.footer .sns ul > li.ig {
  width: 13.86667vw;
}

.footer .sns ul > li a {
  display: block;
}

.footer .sns + .copy {
  margin-top: 6.66667vw;
}

.footer .copy {
  margin-top: 20vw;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.6;
}

.is_pc {
  display: none;
}

body.fixed {
  position: fixed;
  left: 0;
  right: 0;
}

.wrapper {
  overflow: hidden;
}

.main {
  position: relative;
  overflow: hidden;
  padding: 20vw 8vw;
}

.main:after {
  content: "";
  width: 100%;
  height: 87.2vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/bg_main_sp.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}

.main .in {
  position: relative;
  z-index: 2;
}

.main .ttl {
  margin: 0 0 9.33333vw;
  padding: 10.66667vw 0 5.33333vw;
  text-align: center;
}

.main .movie {
  display: inline-block;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.main .txt {
  min-height: 90px;
  margin-top: 5.33333vw;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
}

.main .img img {
  position: absolute;
}

.main_img01 {
  width: 49.33333vw;
  left: 0.66667vw;
  bottom: 58vw;
}

.main_img02 {
  width: 15.33333vw;
  position: absolute;
  top: 46.66667vw;
  right: 0.66667vw;
  z-index: 1;
}

.main_img03 {
  width: 12.66667vw;
  position: absolute;
  top: 56vw;
  right: 18vw;
  z-index: 1;
}

.sec_ttl {
  margin-bottom: 5.33333vw;
  color: #0cc251;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.sec_ttl img {
  width: 100%;
}

.sec01 {
  position: relative;
  padding-top: 9.6vw;
  margin-top: -9.6vw;
  background-image: url(../img/bg_sec01_01_sp.png);
  background-position: 0 12vw;
  background-repeat: no-repeat;
  background-size: 100%;
}

.sec01 .cnt01 {
  width: 44vw;
  margin: -9.6vw auto 0;
}

.sec01 .cnt02 {
  padding: 12vw 8vw 24vw;
  background: url(../img/bg_sec01_02_sp.png) 0 100%/100% no-repeat;
}

.sec01 .cnt02 .ttl {
  margin-bottom: 4vw;
  color: #0847b6;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.6;
}

.sec01 .cnt02 ul > li {
  position: relative;
  padding-left: 1em;
  color: #e60012;
  font-size: 2.4rem;
  font-weight: bold;
}

.sec01 .cnt02 ul > li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #e60012;
  border-radius: 50%;
  transform: translateY(-50%);
}

.sec02 {
  position: relative;
}

.sec02_img {
  width: 24.53333vw;
  position: absolute;
  top: -17.33333vw;
  left: 3.2vw;
  z-index: 1;
}

.sec02 .sec_ttl {
  height: 56.26667vw;
  position: relative;
  margin-bottom: 0;
  padding: 8vw 0 0;
  background-image: url(../img/bg_sec02_sp.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  z-index: 1;
}

.sec02 .sec_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 34vw;
  padding: 0 8vw;
  z-index: 1;
}

.sec02 .sec_nav li:nth-of-type(n+3) {
  margin-top: 3.2vw;
}

.sec02 .sec_nav li a {
  display: flex;
  justify-content: center;
  width: 40vw;
  height: 100%;
  position: relative;
  padding: 3.33333vw 2.66667vw 6.66667vw;
  background-color: #fff;
  border: 4px solid #00ae42;
  border-radius: 8px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.15);
  color: #00ae42;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.sec02 .sec_nav li a:before {
  content: "";
  display: block;
  width: 17px;
  height: 11px;
  position: absolute;
  left: 50%;
  bottom: 2.66667vw;
  background: url(../img/icn_arrow01.svg) 0 0/100% no-repeat;
  transform: translateX(-50%);
}

.step {
  position: relative;
  margin-bottom: 13.33333vw;
}

.step_ttl {
  position: relative;
  margin-bottom: 2.66667vw;
  padding: 10px 20px 0;
  z-index: 1;
}

.step_ttl .img {
  width: 77px;
  position: absolute;
  top: 0;
  left: 240px;
  overflow: hidden;
}

.step_ttl h3 {
  display: inline-block;
  padding: 13px 20px;
  background-color: #00ae42;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  line-height: 1.2;
  transform: skewX(-15deg);
}

.step_ttl h3 > span {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: bold;
  transform: skewX(15deg);
}

.step_ttl h3 > span > .num {
  font-size: 4rem;
}

.step_ttl p {
  margin-top: -2.66667vw;
}

.step_ttl p > span {
  display: inline-block;
  margin-left: 8vw;
  padding: 7px 15px;
  background-color: #fff20a;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.15);
  color: #00ae42;
  line-height: 1.2;
  transform: skewX(-15deg);
}

.step_ttl p > span > span {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  transform: skewX(15deg);
}

.step_slide {
  width: 80vw;
  margin: 0 auto;
  z-index: 2;
}

.step_slide .txt {
  margin-top: 2.66667vw;
}

.step_slide .txt > li {
  position: relative;
  padding-left: 2em;
  font-size: 1.5rem;
}

.step_slide .txt > li span {
  position: absolute;
  top: 0;
  left: 0;
  color: #00ae42;
  font-weight: bold;
}

.step01 {
  margin-top: -23.46667vw;
  padding-top: 48vw;
}

.step01_bg {
  width: 100%;
  height: 102.4vw;
  position: absolute;
  top: 0;
}

.step01 [class^="bg"] {
  width: 100%;
  height: 102.4vw;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.step01 .bg01 {
  background-image: url(../img/bg_step01_01_sp.png);
}

.step01 .bg02 {
  background-image: url(../img/bg_step01_02_sp.png);
}

.step01 .bg03 {
  background-image: url(../img/bg_step01_03_sp.png);
}

.step01 .bg04 {
  background-image: url(../img/bg_step01_04_sp.png);
}

.step02 {
  position: relative;
}

.step02_bg {
  height: 98.66667vw;
  position: relative;
}

.step02_bg [class^="bg"] {
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.step02_bg .bg01 {
  width: 100%;
  height: 98.66667vw;
  top: 0;
  left: 0;
  background-image: url(../img/bg_step02_01_sp.png);
  z-index: 1;
}

.step02_bg .bg02 {
  width: 100%;
  height: 98.66667vw;
  top: 0;
  left: 0;
}

.step02_bg .bg03 {
  width: 53.33333vw;
  height: 53.33333vw;
  top: 2.66667vw;
  left: 50%;
  margin-left: -17.33333vw;
  background-image: url(../img/bg_step02_03_01.svg);
}

.step02_bg .bg03:before {
  content: "";
  width: 61.33333vw;
  height: 45.86667vw;
  position: absolute;
  top: -3.2vw;
  left: -2.66667vw;
  background: url(../img/bg_step02_03_02.svg) 0 0/100% no-repeat;
}

.step02_bg .bg05 {
  width: 36.66667vw;
  height: 38.53333vw;
  top: 40vw;
  right: -13.33333vw;
  background-image: url(../img/bg_step02_05.svg);
}

.step02_bg .bg06 {
  width: 32vw;
  height: 32vw;
  top: 66.66667vw;
  left: -10.66667vw;
  background-image: url(../img/bg_step02_06.svg);
}

.step02_bg .bg07 {
  width: 42.66667vw;
  height: 42.66667vw;
  top: 17.33333vw;
  left: -13.33333vw;
  background-image: url(../img/bg_step02_07_01.svg);
}

.step02_bg .bg07:before {
  content: "";
  position: absolute;
  width: 16vw;
  height: 16vw;
  top: 33.33333vw;
  right: -9.33333vw;
  background: url(../img/bg_step02_07_02.svg) 0 0/100% no-repeat;
}

.step02_bg .bg07:after {
  content: "";
  width: 29.33333vw;
  height: 34.53333vw;
  position: absolute;
  top: 13.33333vw;
  right: -2.66667vw;
  background: url(../img/bg_step02_07_03.svg) 0 0/100% no-repeat;
}

.step02 .step_ttl {
  margin-top: -80vw;
}

.step03 {
  position: relative;
}

.step03_bg {
  height: 96vw;
  position: relative;
}

.step03_bg [class^="bg"] {
  width: 100%;
  height: 96vw;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.step03_bg .bg01 {
  background-image: url(../img/bg_step03_01_sp.png);
}

.step03_bg .bg02 {
  background-image: url(../img/bg_step03_02_sp.png);
}

.step03_bg .bg03 {
  background-image: url(../img/bg_step03_03_sp.png);
}

.step03_bg .bg04 {
  background-image: url(../img/bg_step03_04_sp.png);
}

.step03_bg .bg05 {
  background-image: url(../img/bg_step03_05_sp.png);
}

.step03_bg .bg07 {
  background-image: url(../img/bg_step03_07_sp.png);
}

.step03 .step_ttl {
  margin-top: -74.66667vw;
}

.step04 {
  position: relative;
  margin-bottom: 0;
}

.step04_bg01 {
  height: 74.66667vw;
  position: relative;
}

.step04_bg01 [class^="bg"] {
  width: 100%;
  height: 74.66667vw;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.step04_bg01 .bg01 {
  background-image: url(../img/bg_step04_01_sp.png);
}

.step04_bg01 .bg02 {
  background-image: url(../img/bg_step04_02_sp.png);
}

.step04_bg02 {
  height: 21.33333vw;
  position: relative;
  margin-top: 24vw;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #f0f9fb 50%, white 100%);
}

.step04_bg02 [class^="bg"] {
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.step04_bg02 .bg03 {
  width: 100%;
  height: 10.4vw;
  top: 0;
  left: 0;
  background-image: url(../img/bg_step04_03_sp.png);
  z-index: 1;
}

.step04_bg02 .bg04 {
  width: 26.66667vw;
  height: 24vw;
  top: -22.66667vw;
  overflow: hidden;
}

.step04_bg02 .bg05 {
  width: 13.33333vw;
  height: 17.06667vw;
  top: -13.33333vw;
  left: 26.66667vw;
  overflow: hidden;
  transform: rotate(15deg);
}

.step04 .step_ttl {
  margin-top: -61.33333vw;
}

.sec03 {
  position: relative;
  margin-bottom: 8vw;
}

.sec03_img01 {
  width: 59.73333vw;
  position: absolute;
  left: -37.33333vw;
  top: 8vw;
  z-index: 1;
}

.sec03_img02 {
  display: none;
}

.sec03_list {
  margin-top: 8vw;
  padding: 0 8vw;
}

.sec03_list > li + li {
  margin-top: 9.33333vw;
}

.sec03_list > li .img {
  background: #bfef72 url(../img/bg_sec03.png) 0 0/100% no-repeat;
  border-radius: 10px;
}

.sec03_list > li dl {
  margin-top: 2.66667vw;
}

.sec03_list > li dl dt {
  display: inline-block;
  position: relative;
  margin-bottom: 1.33333vw;
  color: #00ae42;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.sec03_list > li dl dt:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff20a;
  transform: skewX(-30deg);
}

.sec03_list > li dl dt span {
  position: relative;
  padding: 0 5px;
}

.sec03_list > li dl dd {
  font-size: 1.6rem;
}

.sec04 {
  position: relative;
  padding: 24vw 0;
  background-color: #e1f9ea;
  background-image: url(../img/bg_sec04_01_sp.png), url(../img/bg_sec04_02_sp.png);
  background-position: 0  -10px, 0 102%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  text-align: center;
}

.sec04:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0 100vw 20vw 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.sec04_img {
  width: 34.66667vw;
  position: absolute;
  top: 0;
  right: 8vw;
}

.sec04 .txt {
  margin-bottom: 16vw;
  font-size: 1.5rem;
  font-weight: bold;
}

.btn_img {
  position: relative;
  padding-top: 48vw;
  overflow: hidden;
}

.btn_img img {
  position: absolute;
}

.btn_img img.img01 {
  width: 59.46667vw;
  top: 5.33333vw;
  left: 12vw;
}

.btn_img img.img02 {
  width: 18vw;
  top: 30.66667vw;
  right: 13.33333vw;
}

.note {
  color: rgba(34, 34, 34, 0.7);
  font-size: 1.2rem;
  line-height: 1.4;
}

.point {
  display: none;
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 3;
  overflow: hidden;
}

.point.load {
  display: block;
}

.point .in {
  display: none;
  background-color: #00ae42;
}

.point .in .cnt01 {
  padding: 5.33333vw 8vw 0;
}

.point .in .cnt01 .ttl {
  margin-bottom: 5.33333vw;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.point .in .cnt01 .img {
  background: #bfef72 url(../img/bg_sec03.png) 0 0/100% no-repeat;
  border-radius: 6px;
}

.point .in .cnt02 {
  margin-top: -5.33333vw;
}

.point .in .cnt02 .label {
  display: inline-block;
  margin-left: -10px;
  padding: 2.4vw 6.66667vw 1.33333vw 9.33333vw;
  background-color: #fff;
  border: 3px solid #00ae42;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.15);
  transform: skewX(-15deg);
}

.point .in .cnt02 .label span {
  display: inline-block;
  color: #00ae42;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  transform: skewX(15deg);
}

.point .in .cnt02 .txt {
  padding: 5.33333vw 24vw 5.33333vw 8vw;
  color: #fff;
  font-size: 1.4rem;
}

.point_btn .icn:before, .point_btn .icn:after {
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  position: absolute;
  top: 5px;
  left: 11px;
  background-color: #0cc251;
  transition: transform .3s ease-out;
}

.point_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3.46667vw 2.66667vw;
  background-color: #0cc251;
  background-image: url(../img/bg_point_sp.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.point_btn .txt {
  margin-right: 10px;
  color: #fff;
  font-size: 2.6rem;
  font-style: italic;
  font-weight: bold;
}

.point_btn .icn {
  width: 24px;
  height: 24px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
}

.point_btn .icn:before {
  transform: rotate(360deg);
}

.point_btn .icn:after {
  transform: rotate(-270deg);
}

.point_btn.active .icn:before {
  transform: rotate(-45deg);
}

.point_btn.active .icn:after {
  transform: rotate(45deg);
}

.modal .modal_in .modal_close:before, .modal .modal_in .modal_close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 14px;
  width: 40px;
  height: 1px;
  margin-left: -20px;
  background: #fff;
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}

.modal .modal_ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
}

.modal .modal_in {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 70px 5.33333vw 20px;
  overflow: auto;
}

.modal .modal_in .modal_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5.33333vw;
  top: 20px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}

.modal .modal_in .modal_close:before {
  transform: rotate(45deg);
}

.modal .modal_in .modal_close:after {
  transform: rotate(-45deg);
}

.modal .modal_in .modal_close span {
  font-size: 0;
}

.modal .modal_in .modal_cnt {
  display: none;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  overflow: hidden;
}

.modal .modal_in .modal_cnt.is_show {
  display: block;
}

.modal .modal_in .modal_cnt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_open {
  cursor: pointer;
}

.balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36vw;
  height: 12vw;
  position: fixed;
  right: -16vw;
  bottom: 18vw;
  pointer-events: none;
  z-index: 10;
}

.balloon:before {
  content: "";
  width: 36vw;
  height: 12vw;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/bg_balloon02_sp.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.balloon span {
  position: relative;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.scroll_anime {
  position: fixed;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 20;
}

.scroll_anime ul {
  width: 27.33333vw;
  height: 34.4vw;
}

.scroll_anime ul li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.scroll_anime ul li.is_show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.wrapper {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0s ease-out;
}

.wrapper.load {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity .3s ease-out;
}

.header {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0s ease-out;
}

.load .header {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 0;
  transition: opacity 0s ease-out, top .2s ease-out;
}

.header.is_hide {
  top: -16.66667vw;
  transition: top .1s ease-out;
}

.main {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0s ease-out;
}

.load .main {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity .3s ease-out;
}

.main_img01 {
  transform: translateY(90%);
}

.load .main_img01 {
  transform: translateY(0);
  transition: transform .3s ease-out .3s;
}

.main_img02 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(100%);
}

.load .main_img02 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(0);
  transition: opacity .3s ease-out .5s, transform .3s ease-out .5s;
}

.main_img03 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(100%);
}

.load .main_img03 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(0);
  transition: opacity .3s ease-out .7s, transform .3s ease-out .7s;
}

.sec01 .cnt01 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(2%);
  transition: opacity 0s ease-out, transform 0s ease-out;
}

.sec01.active .cnt01 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(0);
  transition: opacity .3s ease-out, transform .3s ease-out;
}

.step_ttl .img img {
  transform: translateY(80%);
  transition: transform .3s ease-out;
}

.step_ttl.active .img img {
  transform: translateY(0);
}

.balloon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateX(0);
  transition: opacity .1s ease-out, transform 0s ease-out .1s;
}

.balloon.is_show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateX(-100%);
  transition: opacity .3s ease-out .1s, transform .1s ease-out;
}

.balloon.is_hide {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .3s ease-out .1s;
}

.point {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(100%);
  transition: opacity .3s ease-out, transform .3s ease-out;
}

.point.is_show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(0);
}

.step01_bg .bg01 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateX(100%);
  transition: all 0s ease-out 0s;
}

.step01_bg .bg02 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateX(-100%);
  transition: all 0s ease-out 0s;
}

.step01_bg .bg03 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateX(100%);
  transition: all 0s ease-out 0s;
}

.step01_bg .bg04 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0s ease-out 0s;
}

.step01_bg .bg05 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0s ease-out 0s;
}

.step01_bg .bg06 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0s ease-out 0s;
}

.step01_bg.active .bg01 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateX(0);
  transition: opacity .8s ease-out, transform .8s ease-out;
}

.step01_bg.active .bg02 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateX(0);
  transition: opacity .8s ease-out .2s, transform .8s ease-out .2s;
}

.step01_bg.active .bg03 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateX(0);
  transition: opacity .8s ease-out .4s, transform .8s ease-out .4s;
}

.step01_bg.active .bg04 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity .8s ease-out 1.2s;
}

.step01_bg.active .bg05 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity .8s ease-out 1.2s;
}

.step01_bg.active .bg06 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity .8s ease-out 1.2s;
}

.step02_bg .bg01 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(20px);
  transition: all 0s ease-out 0s;
}

.step02_bg .bg03 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale(0, 0);
  transition: all 0s ease-out 0s;
}

.step02_bg .bg03:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0s ease-out 0s;
}

.step02_bg .bg05 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale(0, 0);
  transition: all 0s ease-out 0s;
}

.step02_bg .bg06 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale(0, 0);
  transition: all 0s ease-out 0s;
}

.step02_bg .bg07 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale(0, 0);
  transition: all 0s ease-out 0s;
}

.step02_bg .bg07:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale(0, 0);
  transition: all 0s ease-out 0s;
}

.step02_bg .bg07:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0s ease-out 0s;
}

.step02_bg.active .bg01 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(0);
  transition: opacity .4s ease-out, transform .4s ease-out;
}

.step02_bg.active .bg02 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(0);
  transition: opacity .4s ease-out, transform .4s ease-out;
}

.step02_bg.active .bg03 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(1, 1);
  transition: opacity .4s ease-out .5s, transform .4s ease-out .5s;
}

.step02_bg.active .bg03:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity .1s ease-out .9s;
}

.step02_bg.active .bg05 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(1, 1);
  transition: opacity .4s ease-out .8s, transform .4s ease-out .8s;
}

.step02_bg.active .bg06 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(1, 1);
  transition: opacity .3s ease-out .9s, transform .3s ease-out .9s;
}

.step02_bg.active .bg07 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(1, 1);
  transition: opacity .4s ease-out 1.2s, transform .4s ease-out 1.2s;
}

.step02_bg.active .bg07:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(1, 1);
  transition: opacity .3s ease-out 1.4s, transform .3s ease-out 1.4s;
}

.step02_bg.active .bg07:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity .1s ease-out 1.6s;
}

.step03_bg .bg01 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateX(100%);
  transition: all 0s ease-out 0s;
}

.step03_bg .bg02 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateX(-100%);
  transition: all 0s ease-out 0s;
}

.step03_bg .bg03 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateX(100%);
  transition: all 0s ease-out 0s;
}

.step03_bg .bg04 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateX(-100%);
  transition: all 0s ease-out 0s;
}

.step03_bg .bg05 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0s ease-out 0s;
}

.step03_bg .bg06 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0s ease-out 0s;
}

.step03_bg .bg07 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateX(20px);
  transition: all 0s ease-out 0s;
}

.step03_bg.active .bg01 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateX(0);
  transition: opacity .8s ease-out, transform .8s ease-out;
}

.step03_bg.active .bg02 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateX(0);
  transition: opacity .8s ease-out, transform .8s ease-out;
}

.step03_bg.active .bg03 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateX(0);
  transition: opacity .8s ease-out .3s, transform .8s ease-out .3s;
}

.step03_bg.active .bg04 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateX(0);
  transition: opacity .8s ease-out .3s, transform .8s ease-out .3s;
}

.step03_bg.active .bg05 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity .8s ease-out 1.1s;
}

.step03_bg.active .bg06 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity .8s ease-out 1.1s;
}

.step03_bg.active .bg07 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateX(0);
  transition: opacity .6s ease-out 1.6s, transform .6s ease-out 1.6s;
}

.step04_bg01 .bg01 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(-2%);
  transition: all 0s ease-out 0s;
}

.step04_bg01 .bg02 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(-3%);
  transition: all 0s ease-out 0s;
}

.step04_bg01.active .bg01 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(0);
  transition: opacity .8s ease-out, transform .8s ease-out;
}

.step04_bg01.active .bg02 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(0);
  transition: opacity .8s ease-out .4s, transform .8s ease-out .4s;
}

.step04_bg02 .bg03 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(20%);
  transition: all 0s ease-out 0s;
}

.step04_bg02 .bg04 img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(40%);
  transition: opacity .1s ease-out, transform .4s ease-out;
}

.step04_bg02 .bg05 img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(40%);
  transition: opacity .1s ease-out, transform .4s ease-out;
}

.step04_bg02.active .bg03 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(0);
  transition: opacity .4s ease-out, transform .4s ease-out;
}

.step04_bg02.active .bg04 img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(0);
  transition-delay: .6s;
}

.step04_bg02.active .bg05 img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(0);
  transition-delay: .6s;
}

.sec03 .sec03_img01 {
  transform: translate(-50%, 50%);
  transition: transform .3s ease-out;
}

.sec03.active .sec03_img01 {
  transform: translate(0, 0);
}

.sec03 .sec03_img02 img {
  transform: translateY(60%);
  transition: transform .3s ease-out;
}

.sec03 .sec03_img02.active img {
  transform: translateY(0);
}

.sec04 .sec04_img img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translate(200%, -200%);
  transition: all 0s ease-out;
}

.sec04 .sec04_img.active img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translate(0, 0);
  transition: opacity .2s ease-in, transform .8s ease-out;
}

.btn_img img {
  transform: translateY(100%);
}

.btn_img img.img01 {
  transition: all 0s ease-out;
}

.btn_img img.img02 {
  transition: all 0s ease-out;
}

.btn_img.active img {
  transform: translateY(0);
}

.btn_img.active img.img01 {
  transition: transform .3s ease-out;
}

.btn_img.active img.img02 {
  transition: transform .2s ease-out;
}

.scroll_anime {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .3s ease-out, transform 1s ease-out;
}

.scroll_anime.is_show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media screen and (min-width: 769px){
  body{
    font-size: 1.6rem;
  }
  .header{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 20px;
  }
  .header_sp{
    height: auto;
    padding: 0;
  }
  .header_logo{
    width: 184px;
  }
  .nav_cnts{
    display: flex;
  }
  .nav_cnts > li{
    position: relative;
    border: none;
    line-height: 1;
  }
  .nav_cnts > li + li{
    margin-left: 40px;
  }
  .nav_cnts > li .nav_link{
    padding: 0;
    color: #222222;
    font-size: 1.8rem;
    line-height: 2.2;
    transition: color .3s ease-out;
  }
  .nav_cnts > li .nav_link:hover{
    color: #00ae42;
  }
  .nav_cnts > li .sub_nav{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    padding-top: 10px;
    border-top: none;
    cursor: pointer;
    transform: translateX(-50%);
  }
  .nav_cnts > li .sub_nav:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #00ae42 transparent;
    transform: translateX(-50%);
  }
  .nav_cnts > li .sub_nav > ul{
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100px;
    margin-top: 0;
    padding: 10px;
    background-color: #00ae42;
    border-radius: 6px;
  }
  .nav_cnts > li .sub_nav > ul > li{
    width: auto;
    text-align: center;
  }
  .nav_cnts > li .sub_nav > ul > li .nav_link{
    padding: 7px 5px;
    color: #fff;
    font-size: 1.4rem;
  }
  .nav_cnts > li .sub_nav > ul > li .nav_link:hover{
    color: rgba(255, 255, 255, 0.7);
  }
  .nav_cnts > li .sub_nav > ul > li:nth-of-type(2n){
    border: none;
  }
  .nav_cnts > li .sub_nav > ul > li:nth-of-type(n+3){
    border: none;
  }
  .nav_in{
    width: 100%;
    position: static;
    background-color: transparent;
    overflow: inherit;
    transition: none;
  }
  .nav_in .header_sp{
    display: none;
  }
  .nav_logo{
    display: none;
  }
  .nav_btn{
    display: none;
  }
  .pagetop{
    padding: 10px 0;
    cursor: pointer;
  }
  .pagetop span{
    padding-top: 20px;
    font-size: 2rem;
  }
  .pagetop span:before{
    width: 25px;
    height: 15px;
    top: 6px;
    border-width: 3px;
    transition: transform .3s ease-out;
  }
  .pagetop:hover span:before{
    transform: translate(-50%, -5px);
  }
  .footer{
    padding: 40px 0 30px;
    background-image: url(../img/bg_footer_pc.png);
  }
  .footer .txt{
    width: 600px;
    margin: 0 auto 60px;
    font-size: 4rem;
  }
  .footer .sns ul > li + li{
    margin-left: 40px;
  }
  .footer .sns ul > li.fb{
    width: 54px;
  }
  .footer .sns ul > li.tw{
    width: 59px;
  }
  .footer .sns ul > li.ig{
    width: 52px;
  }
  .footer .sns ul > li a{
    transition: opacity .3s ease-out;
  }
  .footer .sns ul > li a:hover{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .footer .sns + .copy{
    margin-top: 30px;
  }
  .footer .copy{
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .is_pc{
    display: inline-block;
  }
  .is_sp{
    display: none;
  }
  .wrapper{
    min-width: 1080px;
  }
  .main{
    padding: 0 0 70px;
    text-align: center;
  }
  .main:after{
    height: 458px;
    background-image: url(../img/bg_main_pc.png);
  }
  .main .ttl{
    width: 750px;
    margin: 0 auto 25px;
    padding: 45px 0 0;
  }
  .main .movie{
    transform: scale(0.95);
    transition: box-shadow .3s ease-out, transform .3s ease-out;
  }
  .main .movie:hover{
    box-shadow: none;
    transform: scale(1);
  }
  .main .txt{
    min-height: auto;
    margin: 25px 0 0;
    font-size: 2rem;
  }
  .main_img01{
    width: 405px;
    left: 50%;
    bottom: 145px;
    margin-left: -625px;
  }
  .main_img02{
    width: 120px;
    top: 200px;
    right: 50%;
    margin-right: -670px;
  }
  .main_img03{
    width: 100px;
    top: 320px;
    right: 50%;
    margin-right: -550px;
  }
  .sec_ttl{
    margin-bottom: 20px;
    font-size: 4.8rem;
  }
  .sec_ttl img{
    width: 600px;
  }
  .sec01{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-end;
    margin-top: -45px;
    padding: 30px 0 50px;
    background-image: url(../img/bg_sec01_01_pc.png);
    background-position: 50% 50px;
    background-size: auto;
  }
  .sec01:before{
    content: "";
    width: 438px;
    height: 226px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/bg_sec01_02_pc.png) 0 0/100% no-repeat;
  }
  .sec01 .cnt01{
    width: 330px;
    margin: -30px 0 0;
  }
  .sec01 .cnt02{
    margin: 0 100px 20px 0;
    padding: 0;
    background: none;
  }
  .sec01 .cnt02 .ttl{
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  .sec01 .cnt02 ul > li{
    font-size: 3rem;
  }
  .sec01 .cnt02 ul > li:before{
    width: 25px;
    height: 25px;
  }
  .sec02_img{
    width: 200px;
    top: -50px;
    left: 50%;
    margin-left: -660px;
  }
  .sec02 .sec_ttl{
    height: 375px;
    padding: 40px 0 0;
    background-image: url(../img/bg_sec02_pc.png);
    background-size: 100% 100%;
  }
  .sec02 .sec_nav{
    width: 1080px;
    top: 194px;
    left: 50%;
    padding: 0;
    transform: translateX(-50%);
  }
  .sec02 .sec_nav li:nth-of-type(n+3){
    margin-top: 0;
  }
  .sec02 .sec_nav li a{
    width: 250px;
    padding: 30px 20px 45px;
    border-width: 6px;
    border-radius: 16px;
    box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.15);
    font-size: 2.6rem;
    transition: background-color .3s ease-out, box-shadow .3s ease-out, transform .3s ease-out;
  }
  .sec02 .sec_nav li a:hover{
    background-color: #fff20a;
    box-shadow: none;
    transform: translate(6px, 6px);
  }
  .sec02 .sec_nav li a:before{
    width: 25px;
    height: 15px;
    bottom: 20px;
    border-width: 3px;
  }
  .step{
    margin-bottom: 70px;
  }
  .step_ttl{
    width: 980px;
    margin: 0 auto 50px;
    padding: 0;
  }
  .step_ttl .img{
    width: 120px;
    top: -42px;
    left: 370px;
  }
  .step_ttl h3{
    padding: 15px 40px 25px;
    box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.15);
    line-height: 1;
  }
  .step_ttl h3 > span{
    font-size: 4.2rem;
  }
  .step_ttl h3 > span > .num{
    padding-right: 5px;
    font-size: 5.2rem;
  }
  .step_ttl p{
    margin-top: -20px;
  }
  .step_ttl p > span{
    margin-left: 90px;
    padding: 12px 50px;
    box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.15);
  }
  .step_ttl p > span > span{
    font-size: 3rem;
  }
  .step_slide{
    width: 1080px;
  }
  .step_slide .txt{
    margin-top: 10px;
    padding-right: 0;
  }
  .step_slide .txt > li{
    font-size: 1.8rem;
  }
  .step_slide .slick-current + .slick-active + .slick-active .slide_cnt:before{
    content: none;
  }
  .step_slide .slick-slide:last-child .slide_cnt:before{
    content: none;
  }
  .slide_cnt:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 125px;
    right: -30px;
    border-style: solid;
    border-width: 22px 0 22px 24px;
    border-color: transparent transparent transparent #dcdcdc;
  }
  .slide_cnt{
    width: 300px;
    position: relative;
    margin: 0 auto;
  }
  .step01{
    margin-top: -200px;
    padding-top: 200px;
  }
  .step01_bg{
    height: 608px;
  }
  .step01 [class^="bg"]{
    max-width: 1440px;
    height: 608px;
  }
  .step01 .bg01{
    background-image: url(../img/bg_step01_01_pc.png);
    left: inherit;
    right: 0;
  }
  .step01 .bg02{
    background-image: url(../img/bg_step01_02_pc.png);
  }
  .step01 .bg03{
    background-image: url(../img/bg_step01_03_pc.png);
    left: inherit;
    right: 0;
  }
  .step01 .bg04{
    background-image: url(../img/bg_step01_04_pc.png);
    left: 50%;
    transform: translateX(-50%);
  }
  .step01 .bg05{
    background-image: url(../img/bg_step01_05_pc.png);
  }
  .step01 .bg06{
    background-image: url(../img/bg_step01_06_pc.png);
    left: inherit;
    right: 0;
  }
  .step01 .step_ttl{
    margin-top: 30px;
  }
  .step02_bg{
    height: 640px;
  }
  .step02_bg .bg01{
    max-width: 1440px;
    height: 640px;
    left: inherit;
    right: 0;
    background-image: url(../img/bg_step02_01_pc.png);
  }
  .step02_bg .bg02{
    max-width: 1440px;
    height: 640px;
    background-image: url(../img/bg_step02_02_pc.png);
    z-index: 1;
  }
  .step02_bg .bg03{
    width: 360px;
    height: 360px;
    top: 0;
    margin-left: -170px;
  }
  .step02_bg .bg03:before{
    width: 410px;
    height: 306px;
    top: -18px;
    left: -14px;
  }
  .step02_bg .bg04{
    width: 205px;
    height: 214px;
    top: 390px;
    right: 50%;
    margin-right: -820px;
    background-image: url(../img/bg_step02_04.svg);
  }
  .step02_bg .bg05{
    width: 350px;
    height: 367px;
    top: 30px;
    right: 50%;
    margin-right: -800px;
  }
  .step02_bg .bg06{
    width: 210px;
    height: 210px;
    top: 430px;
    left: 50%;
    margin-left: -700px;
  }
  .step02_bg .bg07{
    width: 360px;
    height: 360px;
    top: 70px;
    left: 50%;
    margin-left: -900px;
  }
  .step02_bg .bg07:before{
    width: 132px;
    height: 132px;
    top: 140px;
    right: -105px;
  }
  .step02_bg .bg07:after{
    width: 240px;
    height: 282px;
    top: 130px;
    right: -20px;
  }
  .step02_bg .bg08{
    width: 180px;
    height: 180px;
    top: 100px;
    right: 50%;
    margin-right: -400px;
    background-image: url(../img/bg_step02_08_01.svg);
  }
  .step02_bg .bg08:before{
    content: "";
    width: 86px;
    height: 86px;
    position: absolute;
    top: -50px;
    left: -20px;
    background: url(../img/bg_step02_08_02.svg) 0 0/100% no-repeat;
    width: 5.97222vw;
    height: 5.97222vw;
    min-width: 65px;
    min-height: 65px;
  }
  .step02_bg .bg08:after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -40px;
    left: -30px;
    background-color: #fff20a;
    border-radius: 50%;
  }
  .step02 .step_ttl{
    margin-top: -540px;
  }
  .step03_bg{
    height: 722px;
  }
  .step03_bg [class^="bg"]{
    max-width: 1440px;
    height: 722px;
  }
  .step03_bg .bg01{
    background-image: url(../img/bg_step03_01_pc.png);
    left: inherit;
    right: 0;
  }
  .step03_bg .bg02{
    background-image: url(../img/bg_step03_02_pc.png);
  }
  .step03_bg .bg03{
    background-image: url(../img/bg_step03_03_pc.png);
    left: inherit;
    right: 0;
  }
  .step03_bg .bg04{
    background-image: url(../img/bg_step03_04_pc.png);
  }
  .step03_bg .bg05{
    background-image: url(../img/bg_step03_05_pc.png);
  }
  .step03_bg .bg06{
    background-image: url(../img/bg_step03_06_pc.png);
    left: inherit;
    right: 0;
  }
  .step03_bg .bg07{
    background-image: url(../img/bg_step03_07_pc.png);
    left: 50%;
    margin-left: -720px;
  }
  .step03 .step_ttl{
    margin-top: -622px;
  }
  .step04{
    margin-bottom: 0;
  }
  .step04_bg01{
    height: 530px;
  }
  .step04_bg01 [class^="bg"]{
    width: 100%;
    height: 530px;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: auto;
  }
  .step04_bg01 .bg01{
    background-image: url(../img/bg_step04_01_pc.png);
  }
  .step04_bg01 .bg02{
    background-image: url(../img/bg_step04_02_pc.png);
  }
  .step04_bg02{
    height: 150px;
    margin-top: 80px;
  }
  .step04_bg02 .bg03{
    height: 72px;
    background-image: url(../img/bg_step04_03_pc.png);
    background-position: 50% 0;
    background-size: 100% 100%;
  }
  .step04_bg02 .bg04{
    width: 150px;
    height: 150px;
    top: -120px;
    left: 50%;
    margin-left: -650px;
  }
  .step04_bg02 .bg05{
    width: 90px;
    height: 120px;
    top: -85px;
    left: 50%;
    margin-left: -505px;
  }
  .step04 .step_ttl{
    margin-top: -430px;
  }
  .sec03{
    margin-bottom: 30px;
  }
  .sec03_img01{
    width: 300px;
    left: -180px;
    top: 0;
  }
  .sec03_img02{
    display: block;
    width: 126px;
    position: absolute;
    top: 15px;
    right: 50%;
    margin-right: -500px;
  }
  .sec03_list{
    display: flex;
    justify-content: space-between;
    width: 1080px;
    position: relative;
    margin: 40px auto 0;
    padding: 0;
  }
  .sec03_list > li{
    width: 333px;
  }
  .sec03_list > li + li{
    margin-top: 0;
  }
  .sec03_list > li:nth-of-type(2){
    margin-top: 60px;
  }
  .sec03_list > li dl{
    margin-top: 20px;
  }
  .sec03_list > li dl dt{
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .sec03_list > li dl dd{
    padding-right: 0;
    font-size: 1.7rem;
  }
  .sec04{
    padding: 180px 0 60px;
    background-image: url(../img/bg_sec04_01_pc.png), url(../img/bg_sec04_02_pc.png);
    background-position: 0 -40px, 100% 0;
    background-size: auto, auto;
  }
  .sec04:before{
    border-width: 0 100vw 180px 0;
  }
  .sec04_img{
    width: 217px;
    top: 50px;
    right: 200px;
  }
  .sec04 .txt{
    margin-bottom: 75px;
    font-size: 2.4rem;
  }
  .btn_img{
    width: 900px;
    height: 264px;
    position: absolute;
    left: 50%;
    bottom: 0;
    padding-top: 0;
    margin-left: -450px;
  }
  .btn_img img.img01{
    width: 329px;
    top: 0;
    left: -10px;
  }
  .btn_img img.img02{
    width: 135px;
    top: 140px;
    right: 90px;
  }
  .note{
    min-height: 44px;
    font-size: 1.6rem;
  }
  .point{
    flex-direction: row-reverse;
    width: 910px;
    bottom: 0;
    border-radius: 16px 0 0 0;
    overflow: visible;
  }
  .point.load{
    display: flex;
  }
  .point .in{
    display: flex;
    width: 862px;
    padding: 0 180px 20px 24px;
    cursor: pointer;
  }
  .point .in .cnt01{
    margin-top: -40px;
    padding: 0;
  }
  .point .in .cnt01 .ttl{
    display: none;
  }
  .point .in .cnt01 .img{
    width: 257px;
    border: 3px solid #00ae42;
  }
  .point .in .cnt02{
    margin-top: -20px;
  }
  .point .in .cnt02 .label{
    padding: 7px 20px 5px;
  }
  .point .in .cnt02 .label span{
    font-size: 2.2rem;
  }
  .point .in .cnt02 .txt{
    padding: 20px 0 0 20px;
    font-size: 1.6rem;
  }
  .point_btn{
    width: 48px;
    position: relative;
    padding: 0;
    background-image: none;
    border-radius: 16px 0 0 0;
    cursor: pointer;
  }
  .point_btn:before{
    content: "";
    display: block;
    width: 11px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/icn_arrow04.svg) 0 0/100% no-repeat;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .point_btn .txt{
    font-size: 0;
  }
  .point_btn .icn{
    display: none;
  }
  .point_btn.active:before{
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .modal .modal_in{
    max-width: 960px;
    left: 50%;
    transform: translateX(-50%);
    padding: 80px 20px 20px;
  }
  .modal .modal_in .modal_close{
    right: 20px;
  }
  .modal .modal_in .modal_cnt{
    margin: 0;
  }
  .balloon{
    width: 134px;
    height: 69px;
    right: -10px;
    bottom: 200px;
    padding: 0 0 17px;
  }
  .balloon:before{
    width: 134px;
    height: 69px;
    background-image: url(../img/bg_balloon02_pc.png);
  }
  .balloon span{
    font-size: 1.4rem;
  }
  .scroll_anime ul{
    width: 205px;
    height: 258px;
  }
  .scroll_anime ul li img{
    width: 100%;
  }
  .header.is_hide{
    top: 0;
    transition: none;
  }
  .main_img01{
    transform: translateY(80%);
  }
  .load .main_img01{
    transform: translateY(0);
  }
  .sec01 .cnt01{
    transform: translateY(20px);
  }
  .sec01.active .cnt01{
    transform: translateY(0);
  }
  .point{
    transform: translateX(100%);
  }
  .point.is_show{
    transform: translateX(0);
  }
  .point.is_hide{
    transform: translateX(862px);
  }
  .step02_bg .bg02{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translateY(20px);
    transition: all 0s ease-out 0s;
  }
  .step02_bg .bg04{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale(0, 0);
    transition: all 0s ease-out 0s;
  }
  .step02_bg .bg08{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale(0, 0);
    transition: all 0s ease-out 0s;
  }
  .step02_bg .bg08:before{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale(0, 0);
    transition: all 0s ease-out 0s;
  }
  .step02_bg .bg08:after{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0s ease-out 0s;
  }
  .step02_bg.active .bg04{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale(1, 1);
    transition: opacity .3s ease-out .6s, transform .3s ease-out .6s;
  }
  .step02_bg.active .bg06{
    transition: opacity .3s ease-out .8s, transform .3s ease-out .8s;
  }
  .step02_bg.active .bg07{
    transition: opacity .4s ease-out 1.1s, transform .4s ease-out 1.1s;
  }
  .step02_bg.active .bg07:before{
    transition: opacity .3s ease-out 1.3s, transform .3s ease-out 1.3s;
  }
  .step02_bg.active .bg07:after{
    transition: opacity .1s ease-out 1.5s;
  }
  .step02_bg.active .bg08{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale(1, 1);
    transition: opacity .3s ease-out 1.2s, transform .3s ease-out 1.2s;
  }
  .step02_bg.active .bg08:before{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale(1, 1);
    transition: opacity .2s ease-out 1.4s, transform .2s ease-out 1.4s;
  }
  .step02_bg.active .bg08:after{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity .1s ease-out 1.6s;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx){
  *{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px){
  .main .ttl{
    width: 52.08333vw;
    min-width: 665px;
  }
  .main_img01{
    left: 0;
    margin-left: 6.59722vw;
  }
  .main_img02{
    right: 0;
    margin-right: 3.47222vw;
  }
  .main_img03{
    right: 0;
    margin-right: 11.80556vw;
  }
  .sec02_img{
    left: 0;
    margin-left: 60px;
  }
  .step02_bg .bg03{
    width: 25vw;
    height: 25vw;
    min-width: 270px;
    min-height: 270px;
  }
  .step02_bg .bg03:before{
    width: 28.47222vw;
    height: 21.25vw;
    min-width: 308px;
    min-height: 230px;
  }
  .step02_bg .bg04{
    width: 14.23611vw;
    height: 14.86111vw;
    min-width: 154px;
    min-height: 161px;
    right: 0;
    margin-right: -100px;
  }
  .step02_bg .bg05{
    width: 24.30556vw;
    height: 25.48611vw;
    min-width: 263px;
    min-height: 276px;
    right: 0;
    margin-right: -80px;
  }
  .step02_bg .bg06{
    width: 14.58333vw;
    height: 14.58333vw;
    min-width: 158px;
    min-height: 158px;
    left: 0;
    margin-left: 20px;
  }
  .step02_bg .bg07{
    width: 25vw;
    height: 25vw;
    min-width: 270px;
    min-height: 270px;
    left: 0;
    margin-left: -180px;
  }
  .step02_bg .bg07:before{
    width: 9.16667vw;
    height: 9.16667vw;
    min-width: 99px;
    min-height: 99px;
  }
  .step02_bg .bg07:after{
    width: 16.66667vw;
    height: 19.58333vw;
    min-width: 180px;
    min-height: 212px;
  }
  .step02_bg .bg08{
    width: 12.5vw;
    height: 12.5vw;
    min-width: 135px;
    min-height: 135px;
    right: 0;
    margin-right: 320px;
  }
  .step04_bg01 [class^="bg"]{
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .step04_bg02 .bg04{
    left: 0;
    margin-left: 70px;
  }
  .step04_bg02 .bg05{
    left: 0;
    margin-left: 215px;
  }
}

@media screen and (max-width: 360px){
  .main .txt{
    min-height: 78px;
    font-size: 1.3rem;
  }
  .sec_ttl{
    font-size: 3.2rem;
  }
  .sec01 .cnt02 ul > li{
    font-size: 2.2rem;
  }
  .sec02 .sec_nav li a{
    font-size: 1.8rem;
  }
  .step_ttl .img{
    width: 60px;
    top: 15px;
    left: 220px;
  }
  .step_ttl h3 > span{
    font-size: 3rem;
  }
  .step_ttl h3 > span > .num{
    font-size: 3.8rem;
  }
  .step_ttl p > span > span{
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1080px){
  .sec04:before{
    border-width: 0 1080px 180px 0;
  }
}



/* only Chinese style */
body {
  font-style: normal;
}

.sec01 .cnt02 ul > li:before {
  margin-top: -2px;
}

.step_ttl p > span {
  margin-left: 32vw;
}

.step_ttl p > span > span {
  padding-top: 5px;
}

.pagetop {
  padding: 5vw 0;
}

@media screen and (min-width: 769px){
  .step_ttl p > span{
    margin-left: 150px;
  }
  .pagetop {
    padding: 20px 0;
  }
}