@-webkit-keyframes kurukuru {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes kurukuru {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 0.962vw;
  }
}
@media screen and (min-width: 1001px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  margin: 0;
  font-weight: 400;
  font-family: sans-serif;
  color: #464646;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img[src$="_pc.png"], img[src$="_pc.jpg"], img[src$="_pc.svg"] {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  img[src$="_sp.png"], img[src$="_sp.jpg"], img[src$="_sp.svg"] {
    display: none !important;
  }
}

svg {
  max-width: 100%;
  max-height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}
a.bnr_appstore, a.bnr_googleplay {
  position: relative;
}
a.bnr_appstore::after, a.bnr_googleplay::after {
  content: "";
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
}
a.bnr_appstore > img, a.bnr_googleplay > img {
  position: relative;
}
a.bnr_appstore:hover, a.bnr_googleplay:hover {
  opacity: 1 !important;
}
a.bnr_appstore:hover::after, a.bnr_googleplay:hover::after {
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  a.bnr_appstore::after {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 768px) {
  a.bnr_appstore::after {
    border-radius: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  a.bnr_googleplay::after {
    border-radius: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  a.bnr_googleplay::after {
    border-radius: 1.1rem;
  }
}

h1, h2, h3, h4, h5, p, dl, dt, dd, ul, ol, li, figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header_outer {
  position: sticky;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 510;
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .header_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .header_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 9rem;
    padding: 0 3rem 0 2rem;
  }
}
.header_logo {
  display: block;
}
@media screen and (min-width: 769px) {
  .header_logo {
    height: 4rem;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 20rem;
  }
}
.header_logo:hover {
  opacity: 0.5;
}
.header_switch {
  position: absolute;
  background: #fff;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .header_switch {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .header_switch {
    display: block;
    width: 14rem;
    height: 9rem;
    right: 0;
    top: 0;
    z-index: 505;
  }
}
.header_switch::before, .header_switch::after, .header_switch > span {
  position: absolute;
  background: #15a878;
  width: 50%;
  height: 2px;
  left: 0;
  right: 0;
}
.header_switch::before, .header_switch::after {
  content: "";
  margin: 0 auto;
}
.header_switch::before {
  top: 31.112%;
}
.header_switch::after {
  bottom: 31.112%;
}
.header_switch > span {
  top: 0;
  bottom: 0;
  margin: auto;
}
.header_switch:hover::before, .header_switch:hover::after, .header_switch:hover > span {
  opacity: 0.5;
}
.header_switch.is-active {
  position: fixed;
}
.header_switch.is-active::before, .header_switch.is-active::after {
  width: 40.715%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header_switch.is-active::before {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.header_switch.is-active::after {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.header_switch.is-active > span {
  display: none;
}

.nav_outer {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .nav_outer {
    display: block !important;
    background: #e6e6e6;
  }
}
@media screen and (max-width: 768px) {
  .nav_outer {
    display: none;
    position: fixed;
    background: #fff;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 500;
    overflow-y: scroll;
  }
}
.nav_inner {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .nav_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 6rem;
    max-width: 104rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_inner {
    padding: 4rem 7rem 8rem;
  }
}
.nav_logo {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .nav_logo {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .nav_logo {
    display: block;
    width: 20.366rem;
  }
}
.nav_logo:hover {
  opacity: 0.5;
}
.nav_items {
  color: #00a040;
}
@media screen and (min-width: 769px) {
  .nav_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_items {
    margin-top: -2rem;
  }
}
.nav_items > li {
  display: block;
}
@media screen and (min-width: 769px) {
  .nav_items > li + li {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_items > li {
    border-bottom: 1px solid;
  }
}
.nav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .nav_item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_item {
    height: 14.3rem;
    font-size: 3rem;
  }
  .nav_item::after {
    content: "";
    position: absolute;
    background-image: url(../img/arrow01_g.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.8em;
    height: 1.5em;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
.nav_item:hover {
  opacity: 0.5;
}
.nav_sns {
  position: relative;
}
@media screen and (min-width: 769px) {
  .nav_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 0 0 0 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_sns {
    padding-top: 7.5rem;
  }
}
.nav_sns::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#00A06F), to(#A0DEB9));
  background: linear-gradient(to bottom, #00A06F, #A0DEB9);
  inset: 0 auto 0 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .nav_sns::before {
    width: calc(50vw - 50rem + 9rem);
  }
}
.nav_sns > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .nav_sns > li + li {
    margin-left: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_sns > li + li {
    padding-top: 3rem;
  }
}
.nav_sns > li > a {
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .nav_sns > li > a {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_sns > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#00A06F), to(#A0DEB9));
    background: linear-gradient(to bottom, #00A06F, #A0DEB9);
    border-radius: 4em;
    width: 16.042em;
    height: 4em;
    padding: 0;
    font-size: 2.4rem;
  }
}
.nav_sns > li > a > svg {
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .nav_sns > li > a > svg {
    width: 1.25em;
    height: 1.25em;
  }
}
@media screen and (min-width: 769px) {
  .nav_sns > li > a > span {
    display: none !important;
  }
}
.nav_sns > li > a:hover {
  opacity: 0.5;
}

.footer_outer {
  position: relative;
  z-index: 100;
}
.footer_inner {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 20rem;
    padding: 3.5rem 0 4.05rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_inner {
    padding: 3.5rem 0 2.8rem;
  }
}
.footer_logo {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .footer_logo {
    width: 15.09rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo {
    width: 20rem;
  }
}
.footer_logo:hover {
  opacity: 0.5;
}
.footer_copylight {
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer_copylight {
    padding-top: 2.04rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_copylight {
    padding-top: 3rem;
    font-size: 2.2rem;
  }
}
.footer_note {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .footer_note {
    padding-top: 1.93rem;
    line-height: 1.834em;
    font-size: 1.2rem;
    text-align: center;
  }
  .footer_note > p {
    line-height: inherit;
    font: inherit;
  }
  .footer_note > p:first-of-type {
    margin-top: -0.416em;
  }
  .footer_note > p:last-of-type {
    margin-bottom: -0.416em;
  }
}
@media screen and (max-width: 768px) {
  .footer_note {
    width: 71rem;
    padding-top: 4rem;
    letter-spacing: -0.03em;
    line-height: 1.667em;
    font-size: 1.8rem;
  }
  .footer_note > p {
    line-height: inherit;
    font: inherit;
  }
  .footer_note > p:first-of-type {
    margin-top: -0.333em;
  }
  .footer_note > p:last-of-type {
    margin-bottom: -0.333em;
  }
}

.pagetop_anchor {
  position: fixed;
  z-index: 50;
}
@media screen and (min-width: 769px) {
  .pagetop_anchor {
    width: 6rem;
    height: 6rem;
    left: 10rem;
    bottom: 4rem;
  }
}
@media screen and (min-width: 1201px) {
  .pagetop_anchor {
    left: calc(50vw - 500px);
  }
}
@media screen and (max-width: 768px) {
  .pagetop_anchor {
    width: 12rem;
    height: 12rem;
    left: 5rem;
    bottom: 8rem;
  }
}
.pagetop_anchor > a {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.pagetop_anchor > a::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#00A06F), to(#A0DEB9));
  background: linear-gradient(to top, #00A06F, #A0DEB9);
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.pagetop_anchor > a > svg {
  position: relative;
  fill: #fff;
}
@media screen and (min-width: 769px) {
  .pagetop_anchor > a:hover::before {
    opacity: 0.5;
  }
}
@media screen and (min-width: 769px) {
  .pagetop_anchor.is-fixed {
    bottom: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .pagetop_anchor.is-fixed {
    bottom: 21.914rem;
  }
}

.back_page {
  position: absolute;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .back_page {
    width: 12.4rem;
    height: 12.4rem;
    left: 18rem;
    bottom: 13.8rem;
  }
}
@media screen and (min-width: 1201px) {
  .back_page {
    left: calc(50vw - 420px);
  }
}
@media screen and (max-width: 768px) {
  .back_page {
    width: 36rem;
    height: 36rem;
    left: 0;
    right: 0;
    top: -28.2rem;
    margin: 0 auto;
  }
}
.back_page > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  line-height: 1;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .back_page > a {
    font-size: 3.4rem;
  }
}
.back_page > a::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#00A06F), to(#A0DEB9));
  background: linear-gradient(to top, #00A06F, #A0DEB9);
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.back_page > a > strong {
  position: relative;
}
.back_page > a:hover::before {
  opacity: 0.5;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.main_outer {
  width: 100%;
}
.main_desc {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .main_desc {
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .main_desc {
    width: 65rem;
  }
}
.main_desc > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#00A06F), to(#A0DEB9));
  background: linear-gradient(to right, #00A06F, #A0DEB9);
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .main_desc > dt {
    line-height: 2em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main_desc > dt {
    line-height: 2.167em;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .main_desc > dt + dd {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main_desc > dt + dd {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .main_desc > dd + dt {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .main_desc > dd + dt {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .main_desc > dd + dd {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .main_desc > dd + dd {
    padding-top: 6rem;
  }
}
.main_desc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .main_desc_list + .main_desc_list {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .main_desc_list {
    margin-top: -3rem;
  }
  .main_desc_list.h1 {
    margin-top: -1.5rem;
  }
  .main_desc_list + .main_desc_list {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .main_desc_list > li {
    height: 10rem;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .main_desc_list > li {
    height: 13rem;
    padding: 1rem 1.5rem 0;
  }
}
@media screen and (min-width: 769px) {
  .h1.main_desc_list > li {
    height: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .h1.main_desc_list > li {
    height: 10rem;
    padding: 1rem 0.5rem 0;
  }
}

@media screen and (min-width: 769px) {
  .main_desc_list + .main_desc_note {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main_desc_list + .main_desc_note {
    margin-top: 3rem;
    text-align: center;
  }
}
.main_desc_text {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .main_desc_text {
    line-height: 2.112em;
    font-size: 1.8rem;
  }
  .main_desc_text > p {
    line-height: inherit;
    font: inherit;
  }
  .main_desc_text > p:first-of-type {
    margin-top: -0.555em;
  }
  .main_desc_text > p:last-of-type {
    margin-bottom: -0.555em;
  }
}
@media screen and (max-width: 768px) {
  .main_desc_text {
    line-height: 1.917em;
    font-size: 2.4rem;
  }
  .main_desc_text > p {
    line-height: inherit;
    font: inherit;
  }
  .main_desc_text > p:first-of-type {
    margin-top: -0.458em;
  }
  .main_desc_text > p:last-of-type {
    margin-bottom: -0.458em;
  }
}
.main_desc_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .main_desc_note {
    line-height: 1.667em;
    font-size: 1.2rem;
  }
  .main_desc_note > p {
    line-height: inherit;
    font: inherit;
  }
  .main_desc_note > p:first-of-type {
    margin-top: -0.333em;
  }
  .main_desc_note > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
@media screen and (max-width: 768px) {
  .main_desc_note {
    line-height: 1.5em;
    font-size: 2rem;
  }
  .main_desc_note > p {
    line-height: inherit;
    font: inherit;
  }
  .main_desc_note > p:first-of-type {
    margin-top: -0.25em;
  }
  .main_desc_note > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 768px) {
  .main_desc_note.center {
    text-align: center;
  }
}

.benefit_outer {
  background: #FFFF95;
  width: 100%;
  position: relative;
  z-index: -2;
}
.benefit_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .benefit_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    max-width: 1040px;
    height: 47rem;
    padding: 6rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .benefit_inner {
    padding: 8rem 0 16.5rem;
  }
}
.benefit_head {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .benefit_head {
    width: 30rem;
    margin-right: 8rem;
  }
}
.benefit_head > p {
  line-height: 1;
  font-weight: 700;
  color: #00A040;
}
@media screen and (min-width: 769px) {
  .benefit_head > p {
    line-height: 1.625em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .benefit_head > p {
    line-height: 1.667em;
    font-size: 3rem;
  }
}
.benefit_head > h2 {
  font-weight: 700;
  color: #00A040;
}
@media screen and (min-width: 769px) {
  .benefit_head > h2 {
    padding-top: 1.5rem;
    line-height: 1.344em;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .benefit_head > h2 {
    padding-top: 3rem;
    line-height: 1.334em;
    font-size: 6rem;
  }
}
.benefit_lead {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .benefit_lead {
    width: 30rem;
    margin-right: 8rem;
    padding-top: 2.45rem;
    line-height: 1.875em;
    font-size: 1.6rem;
  }
  .benefit_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .benefit_lead > p:first-of-type {
    margin-top: -0.437em;
  }
  .benefit_lead > p:last-of-type {
    margin-bottom: -0.437em;
  }
}
@media screen and (max-width: 768px) {
  .benefit_lead {
    padding-top: 3.9rem;
    padding-bottom: 8.7rem;
    line-height: 1.667em;
    font-size: 3rem;
  }
  .benefit_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .benefit_lead > p:first-of-type {
    margin-top: -0.333em;
  }
  .benefit_lead > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
.benefit_kv {
  position: relative;
  background-image: url(../img/head_bg01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .benefit_kv {
    width: 35rem;
    height: 35rem;
    margin-left: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .benefit_kv {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 65rem;
    height: 65rem;
    margin: 0 auto;
  }
}
.benefit_kv::before, .benefit_kv::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.benefit_kv::before {
  background: #E6E6E6;
}
@media screen and (min-width: 769px) {
  .benefit_kv::before {
    width: 18.286%;
    height: 18.286%;
    left: -5.142%;
    top: 12.572%;
  }
}
@media screen and (max-width: 768px) {
  .benefit_kv::before {
    width: 18.77%;
    height: 18.77%;
    left: 10.616%;
    top: -2.307%;
  }
}
.benefit_kv::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#00A06F), to(#A0DEB9));
  background: linear-gradient(to bottom, #00A06F, #A0DEB9);
}
@media screen and (min-width: 769px) {
  .benefit_kv::after {
    width: 8.572%;
    height: 8.572%;
    left: -8.571%;
    top: 9.715%;
  }
}
@media screen and (max-width: 768px) {
  .benefit_kv::after {
    width: 8.77%;
    height: 8.77%;
    left: 7.231%;
    top: -5.384%;
  }
}
.benefit_kv .img01 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .benefit_kv .img01 {
    width: 74.772%;
    left: 11.629%;
    top: 20.429%;
  }
}
@media screen and (max-width: 768px) {
  .benefit_kv .img01 {
    width: 75.294%;
    left: 11.431%;
    top: 20.908%;
  }
}
.benefit_kv .img01 .card {
  -webkit-filter: drop-shadow(2rem 2rem 3rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(2rem 2rem 3rem rgba(0, 0, 0, 0.16));
}
.benefit_kv .img01 .line {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .benefit_kv .img01 .line {
    max-width: none;
    width: 103.501%;
    top: 47.055%;
    left: -4.508%;
  }
}
@media screen and (max-width: 768px) {
  .benefit_kv .img01 .line {
    width: 87.839%;
    top: 49.673%;
    left: 2.595%;
  }
}
.benefit_kv > p {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .benefit_kv > p {
    width: 49.569%;
    right: -37.228%;
    top: 11.429%;
  }
}
@media screen and (max-width: 768px) {
  .benefit_kv > p {
    width: 41.539%;
    right: 0;
    top: -9.23%;
  }
}
.benefit_kv.js-animation .img01 {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: opacity 200ms linear 0ms, -webkit-transform 300ms cubic-bezier(0.5, 1.2, 0.98, 1) 0ms;
  transition: opacity 200ms linear 0ms, -webkit-transform 300ms cubic-bezier(0.5, 1.2, 0.98, 1) 0ms;
  transition: opacity 200ms linear 0ms, transform 300ms cubic-bezier(0.5, 1.2, 0.98, 1) 0ms;
  transition: opacity 200ms linear 0ms, transform 300ms cubic-bezier(0.5, 1.2, 0.98, 1) 0ms, -webkit-transform 300ms cubic-bezier(0.5, 1.2, 0.98, 1) 0ms;
}
.benefit_kv.js-animation > p {
  opacity: 0;
  -webkit-transition: opacity 200ms linear 500ms;
  transition: opacity 200ms linear 500ms;
}
.benefit_kv.js-animation.is-animated .img01 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.benefit_kv.js-animation.is-animated > p {
  opacity: 1;
}
.benefit_note {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .benefit_note {
    width: 30rem;
    margin-right: 8rem;
    padding-top: 3rem;
    line-height: 1.834em;
    font-size: 1.2rem;
  }
  .benefit_note > p {
    line-height: inherit;
    font: inherit;
  }
  .benefit_note > p:first-of-type {
    margin-top: -0.416em;
  }
  .benefit_note > p:last-of-type {
    margin-bottom: -0.416em;
  }
}
@media screen and (max-width: 768px) {
  .benefit_note {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    padding-top: 4rem;
    font-size: 2rem;
  }
  .benefit_note > p {
    line-height: 1;
  }
}

.present_outer {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .present_outer {
    padding: 6rem 0 9rem;
  }
}
@media screen and (max-width: 768px) {
  .present_outer {
    padding: 6rem 0 7.7rem;
  }
}
.present_outer::before, .present_outer::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
.present_outer::before {
  background-image: url(../img/index/kv_bg01.svg);
  background-position: center bottom;
}
@media screen and (min-width: 769px) {
  .present_outer::before {
    width: 86.955rem;
    height: 86.955rem;
    left: -20.65rem;
    bottom: -60.955rem;
  }
}
@media screen and (min-width: 1201px) {
  .present_outer::before {
    left: calc(50vw - 600px);
    margin-left: -20.65rem;
  }
}
@media screen and (max-width: 768px) {
  .present_outer::before {
    width: 132.5rem;
    height: 132.5rem;
    left: -28.75rem;
    right: -28.75rem;
    top: 0;
  }
}
.present_outer::after {
  background-image: url(../img/index/kv_bg02.svg);
  background-position: center top;
}
@media screen and (min-width: 769px) {
  .present_outer::after {
    width: 63.9rem;
    height: 63.9rem;
    right: -33.95rem;
    bottom: -43.9rem;
  }
}
@media screen and (min-width: 1201px) {
  .present_outer::after {
    right: calc(50vw - 600px);
    margin-right: -31.95rem;
  }
}
@media screen and (max-width: 768px) {
  .present_outer::after {
    display: none;
  }
}
.present_outer.js-animation.is-animated::before {
  -webkit-animation: kurukuru 3600ms linear 0ms infinite;
          animation: kurukuru 3600ms linear 0ms infinite;
}
.present_outer.js-animation.is-animated::after {
  -webkit-animation: kurukuru 3600ms linear 0ms infinite;
          animation: kurukuru 3600ms linear 0ms infinite;
}
.present_inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 5;
}
.present_data {
  font-weight: 700;
  color: #00A040;
}
@media screen and (min-width: 769px) {
  .present_data {
    line-height: 1;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .present_data {
    line-height: 1.667em;
    font-size: 3rem;
  }
}
.present_lead {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .present_lead {
    padding-top: 4rem;
    line-height: 1.656em;
    font-size: 2.9rem;
  }
  .present_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .present_lead > p:first-of-type {
    margin-top: -0.327em;
  }
  .present_lead > p:last-of-type {
    margin-bottom: -0.327em;
  }
}
@media screen and (max-width: 768px) {
  .present_lead {
    padding-top: 3rem;
    line-height: 1.65em;
    font-size: 4rem;
  }
  .present_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .present_lead > p:first-of-type {
    margin-top: -0.325em;
  }
  .present_lead > p:last-of-type {
    margin-bottom: -0.325em;
  }
}
.present_apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .present_apps {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .present_apps {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 56rem;
    padding-top: 10.4rem;
  }
}
.present_apps > p {
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .present_apps > p {
    width: 100%;
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .present_apps > p {
    width: 100%;
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
  }
}
.present_apps > a {
  display: block;
}
@media screen and (min-width: 769px) {
  .present_apps > a {
    height: 5.6rem;
  }
  .present_apps > a + a {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .present_apps > a {
    height: 8.8rem;
  }
}
.present_apps > a:hover {
  opacity: 0.5;
}