@charset "UTF-8";
/*
* 使用変数
===================================================================*/
/*
* mixin、placehoderなど
===================================================================*/
/* reset css
==============================================================*/
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

table, td, th, tr, thead, tbody {
  border: none; }

table th {
  text-align: left;
  font-weight: normal; }

table {
  border-collapse: collapse; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none; }

a img {
  border: none; }

img {
  vertical-align: bottom; }

textarea {
  font-size: 1em; }

header, footer, section, nav, main,
figure, figcaption, time, small {
  display: block; }

input[type="submit"],
input[type="image"],
button {
  background: none;
  border: none;
  margin: 0;
  cursor: pointer;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 100%; }

address {
  font-style: normal; }

html, body {
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    html, body {
      min-width: 1000px; } }

html {
  display: flex;
  flex-direction: column; }

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #333;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #f6f6ef; }
  @media screen and (min-width: 768px) {
    body {
      padding-top: 100px;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.85;
      letter-spacing: 3px; } }
  @media screen and (max-width: 767px) {
    body {
      padding-top: 57px;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.6;
      letter-spacing: 2px; } }

a {
  color: #333;
  -wewbkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  line-height: 1.5; }

* {
  box-sizing: border-box; }

#wrap {
  overflow: hidden;
  position: relative;
  flex: 1 1 auto; }
  @media screen and (min-width: 768px) {
    #wrap {
      padding: 40px 0 250px; } }
  @media screen and (max-width: 767px) {
    #wrap {
      padding: 47px 30px 150px; } }
  @media screen and (min-width: 768px) and (max-width: 980px) {
    #wrap {
      padding: 40px 20px 250px; } }

.inner {
  position: relative; }
  @media screen and (min-width: 768px) {
    .inner {
      max-width: 960px;
      margin: 0 auto; } }

.img img {
  max-width: 100%;
  height: auto; }

/* 表示切り替え
==============================================================*/
.sp {
  display: none !important; }

.pc {
  display: block !important; }

.inlineSp {
  display: none !important; }

.inlinePc {
  display: inline !important; }

.inblockSp {
  display: none !important; }

.inblockPc {
  display: inline-block !important; }

@media screen and (max-width: 767px) {
  .sp {
    display: block !important; }

  .pc {
    display: none !important; }

  .inlineSp {
    display: inline !important; }

  .inlinePc {
    display: none !important; }

  .inblockSp {
    display: inline-block !important; }

  .inblockPc {
    display: none !important; } }
/* header
=============================================================================*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  font-weight: 800;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #f6f6ef;
  letter-spacing: 1px; }
  @media screen and (min-width: 768px) {
    .header {
      padding: 20px 20px 20px 40px; } }
  @media screen and (max-width: 767px) {
    .header {
      padding: 13px 18px; } }
  .header a {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem; }
  .header.is-scroll {
    border-bottom: 4px solid #deddd4; }
    @media screen and (min-width: 768px) {
      .header.is-scroll {
        padding: 10px 20px 10px 40px; }
        .header.is-scroll .header__menu__item--contact a {
          padding-top: 37px; }
          .header.is-scroll .header__menu__item--contact a::before {
            width: 40px;
            height: 32px; }
          .header.is-scroll .header__menu__item--contact a:hover::before {
            top: -9px;
            height: 46px; }
        .header.is-scroll .header__logo {
          width: 200px; } }
  .header__logo {
    -wewbkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    position: relative;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      .header__logo {
        width: 230px; } }
    @media screen and (max-width: 767px) {
      .header__logo {
        width: 180px; } }
    .header__logo svg {
      width: 100%;
      height: auto; }
  .header__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap; }
    @media screen and (max-width: 767px) {
      .header__box {
        height: 100%; } }
  @media screen and (max-width: 767px) {
    .header__menuBox {
      opacity: 0;
      transition: 0.7s ease-out;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1000;
      width: 100%;
      padding: 97px 40px 0;
      background: #f6f6ef;
      visibility: hidden; }
      .header__menuBox.is-open {
        opacity: 1;
        z-index: 9;
        visibility: visible;
        overflow-y: scroll;
        height: 100%; } }
  @media screen and (min-width: 768px) {
    .header__menu {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: row;
      flex-wrap: nowrap; } }
  @media screen and (max-width: 767px) {
    .header__menu {
      display: flex;
      align-items: normal;
      justify-content: flex-start;
      flex-direction: row;
      flex-wrap: wrap;
      margin-left: -10px; } }
  .header__menu .header__logo {
    position: absolute;
    top: 13px;
    left: 18px; }
  .header__menu__item {
    position: relative; }
    @media screen and (min-width: 768px) {
      .header__menu__item {
        padding: 0 15px;
        border-left: 3px solid #e1e1dd; }
        .header__menu__item:nth-child(2) {
          border-left: none; }
        .header__menu__item a {
          font-size: 14px;
          font-size: 0.875rem; }
        .header__menu__item::before, .header__menu__item::after {
          content: "";
          display: block;
          position: absolute;
          bottom: -10px; }
        .header__menu__item::before {
          left: 0;
          z-index: 1;
          width: 100%;
          height: 5px;
          background: #f6f6ef;
          transition: transform 5s;
          transform: scale(1, 1);
          transform-origin: left top; }
        .header__menu__item::after {
          left: 15px;
          width: calc(100% - 30px);
          height: 0;
          border-top: 5px dashed #f4d623; }
        .header__menu__item:hover a {
          color: #898973; }
        .header__menu__item:hover::before {
          transform-origin: right top;
          transform: scale(0, 1); }
        .header__menu__item .iconBlank {
          margin-left: 5px;
          margin-right: 0; }
        .header__menu__item--contact {
          margin: 0 0 0 50px;
          padding: 0;
          border: none; }
          .header__menu__item--contact::before, .header__menu__item--contact::after {
            display: none; }
          .header__menu__item--contact a {
            position: relative;
            padding-top: 44px; }
            .header__menu__item--contact a::before {
              content: "";
              display: block;
              position: absolute;
              top: 0;
              left: 50%;
              margin-left: -23px;
              width: 46px;
              height: 35px;
              transform: none;
              background: url(/assets/img/icon_mail.svg) no-repeat 0 0;
              background-size: 100%; }
            .header__menu__item--contact a:hover::before {
              top: -14px;
              height: 53px;
              background-position: 0 bottom; } }
    @media screen and (max-width: 767px) {
      .header__menu__item {
        width: calc(50% - 10px);
        margin: 10px 0 0 10px;
        background: #fff;
        box-shadow: 2px 2px 0 #c5c5bf; }
        .header__menu__item a {
          display: block;
          padding: 30px 0 25px;
          text-align: center;
          font-size: 15px;
          font-size: 0.9375rem;
          letter-spacing: 1px; }
        .header__menu__item--contact {
          width: 100%; }
          .header__menu__item--contact a {
            padding: 33px 0 32px;
            font-size: 18px;
            font-size: 1.125rem; } }
    .header__menu__item.is-act a {
      color: #898973; }
    @media screen and (min-width: 768px) {
      .header__menu__item .icon {
        display: none; } }
    @media screen and (max-width: 767px) {
      .header__menu__item .icon {
        display: block;
        margin: 0 auto 10px; }
        .header__menu__item .iconHome {
          width: 65px;
          height: 55px;
          margin-bottom: 19px; }
        .header__menu__item .iconFunctions {
          width: 42px;
          height: 55px;
          margin-bottom: 19px; }
        .header__menu__item .iconFaq {
          width: 35px;
          height: 50px;
          margin-bottom: 10px; }
        .header__menu__item .iconMail {
          width: 28px;
          height: 22px;
          vertical-align: -4px; }
        .header__menu__item .iconMessage {
          width: 48px;
          height: 54px;
          background: url(/assets/img/icon_message.png) no-repeat 0 0;
          background-size: 100%; } }
  .header__menuBtn {
    position: relative;
    z-index: 10; }
    .header__menuBtn__line {
      position: relative;
      width: 32px;
      height: 25px; }
    .header__menuBtn span {
      height: 4px;
      position: absolute;
      left: 0;
      transition: all .7s; }
      .header__menuBtn span:first-child {
        width: 100%;
        background: #e84227;
        top: 0; }
      .header__menuBtn span:nth-child(2) {
        width: 70%;
        background: #1e93d2;
        top: 10px; }
      .header__menuBtn span:last-child {
        width: 50%;
        background: #f4d623;
        bottom: 0; }
    .header__menuBtn.is-open span:first-child {
      top: 9px;
      transform: rotate(-405deg);
      background: linear-gradient(90deg, #489237 0%, #489237 50%, #e84227 50%, #e84227 100%); }
    .header__menuBtn.is-open span:nth-child(2) {
      background: rgba(255, 255, 255, 0); }
    .header__menuBtn.is-open span:last-child {
      width: 100%;
      bottom: 10px;
      transform: rotate(405deg);
      background: linear-gradient(90deg, #f4d623 0%, #f4d623 50%, #1e93d2 50%, #1e93d2 100%); }
    .header__menuBtn__text {
      margin-top: 6px;
      line-height: 1;
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: 0; }
    @media screen and (min-width: 768px) {
      .header__menuBtn {
        display: none; } }
  .header__project {
    margin: 48px -40px 0;
    padding: 0 40px 150px;
    background: url(/assets/img/sp/bg_menu.png) no-repeat 0 bottom;
    background-size: 100%; }
    .header__project__logo {
      text-align: center; }
    .header__project__menu {
      margin-top: 18px;
      border-bottom: 2px dashed #ffe100; }
    .header__project__item {
      border-top: 2px dashed #ffe100; }
      .header__project__item a {
        position: relative;
        display: block;
        padding: 10px 0; }
        .header__project__item a::after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0;
          width: 15px;
          height: 15px;
          background: url(/assets/img/icon_blank.svg) no-repeat 0 0;
          background-size: 100%; }

/* footer
=============================================================================*/
.footer {
  position: relative;
  color: #fff;
  font-weight: 800;
  background: #3e7a1e;
  letter-spacing: 0; }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 0 35px 10px;
      text-align: center; }
      .footer .inner {
        position: static; } }
  .footer a {
    color: #fff; }
  .footer::before {
    content: "";
    height: 0;
    border-bottom: solid #6ebe43;
    border-left: solid transparent;
    border-right: solid transparent;
    position: absolute;
    left: 0; }
    @media screen and (min-width: 768px) {
      .footer::before {
        width: calc(100% - 200px);
        border-bottom-width: 100px;
        border-left-width: 100px;
        border-right-width: 100px;
        top: -100px; } }
    @media screen and (max-width: 767px) {
      .footer::before {
        width: calc(100% - 100px);
        border-bottom-width: 50px;
        border-left-width: 50px;
        border-right-width: 50px;
        top: -50px; } }
  .footer::after {
    content: "";
    display: block;
    z-index: 10;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 50%;
    transform: translateX(50%); }
    @media screen and (min-width: 768px) {
      .footer::after {
        background-image: url(/assets/img/img_forest.png);
        width: 1284px;
        max-width: 100%;
        height: 134px;
        top: -134px; } }
    @media screen and (max-width: 767px) {
      .footer::after {
        background-image: url(/assets/img/sp/img_forest.png);
        width: 375px;
        max-width: 90%;
        height: 76px;
        top: -76px; } }
  .footer__pageTop {
    text-indent: -9999px;
    position: absolute;
    z-index: 12;
    background: url(/assets/img/img_pagetop.png) no-repeat 0 0; }
    .footer__pageTop:hover {
      opacity: 1; }
    @media screen and (min-width: 768px) {
      .footer__pageTop {
        width: 116px;
        height: 104px;
        top: -215px;
        right: calc(100% - 1050px);
        background-size: 932px auto;
        /* animation: pagetop 3s steps(8) infinite; */
       } }
    @media screen and (max-width: 767px) {
      .footer__pageTop {
        width: 84px;
        height: 79px;
        top: -75px;
        right: 20px;
        background-size: 670px auto;
        /* animation: pagetopSP 3s steps(8) infinite; */
       } }
    @media screen and (min-width: 768px) and (max-width: 980px) {
      .footer__pageTop {
        right: 50px; } }
    @media screen and (max-width: 1200px) and (min-width: 979px) {
      .footer__pageTop {
        right: 0; } }
  .footer__top {
    position: relative;
    z-index: 20;
    background: #50982a; }
    @media screen and (min-width: 768px) {
      .footer__top {
        padding: 30px 20px; } }
    @media screen and (max-width: 767px) {
      .footer__top {
        margin: 0 -35px;
        padding: 32px 45px 29px; } }
    @media screen and (min-width: 768px) {
      .footer__top .inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap; } }
  .footer__menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap; }
    @media screen and (max-width: 767px) {
      .footer__menu ul {
        flex-wrap: wrap; } }
  .footer__menu__item {
    position: relative; }
    @media screen and (min-width: 768px) {
      .footer__menu__item:not(:first-child) {
        margin-left: 40px; } }
    @media screen and (max-width: 767px) {
      .footer__menu__item {
        width: 50%;
        margin: 7px 0;
        text-align: left; }
        .footer__menu__item:nth-child(odd) {
          padding-left: 15px; } }
    @media screen and (min-width: 768px) {
      .footer__menu__item a:hover {
        opacity: 0.5; } }
    @media screen and (max-width: 767px) {
      .footer__menu__item a {
        font-size: 13px;
        font-size: 0.8125rem; } }
    @media screen and (max-width: 767px) {
      .footer__menu__item--top {
        width: 100%;
        text-align: center;
        padding-left: 0 !important; } }
  .footer__app {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap; }
    @media screen and (max-width: 767px) {
      .footer__app {
        margin-top: 10px; } }
    @media screen and (min-width: 768px) {
      .footer__app__item {
        width: 130px;
        margin-left: 10px; }
        .footer__app__item a:hover {
          opacity: 0.5; } }
    @media screen and (max-width: 767px) {
      .footer__app__item {
        width: 48%; } }
    .footer__app__item img {
      width: 100%;
      height: auto; }
  .footer__bottom {
    position: relative;
    z-index: 20; }
    @media screen and (min-width: 768px) {
      .footer__bottom {
        padding-top: 26px; } }
    @media screen and (max-width: 767px) {
      .footer__bottom {
        padding-top: 25px; } }
    @media screen and (min-width: 768px) {
      .footer__bottom__box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap; } }
  .footer__project {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .footer__project {
        margin: 0 0 30px; } }
    @media screen and (max-width: 767px) {
      .footer__project {
        margin: 0 0 20px; } }
    .footer__project__logo {
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .footer__project__logo {
          width: 132px; } }
      @media screen and (max-width: 767px) {
        .footer__project__logo {
          width: 104px; } }
      .footer__project__logo img {
        width: 100%;
        height: auto; }
    .footer__project__title {
      margin-top: 5px;
      letter-spacing: 1px; }
      @media screen and (min-width: 768px) {
        .footer__project__title {
          font-size: 11px;
          font-size: 0.6875rem; } }
      @media screen and (max-width: 767px) {
        .footer__project__title {
          font-size: 10px;
          font-size: 0.625rem; } }
  .footer__subMenu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap; }
    @media screen and (max-width: 767px) {
      .footer__subMenu {
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 -15px; } }
    .footer__subMenu__item {
      position: relative; }
      @media screen and (min-width: 768px) {
        .footer__subMenu__item:not(:first-child) {
          margin-left: 25px; } }
      @media screen and (max-width: 767px) {
        .footer__subMenu__item {
          margin: 10px 15px 0; } }
      @media screen and (min-width: 768px) {
        .footer__subMenu__item a {
          font-size: 13px;
          font-size: 0.8125rem; }
          .footer__subMenu__item a:hover {
            opacity: 0.5; } }
      @media screen and (max-width: 767px) {
        .footer__subMenu__item a {
          font-size: 12px;
          font-size: 0.75rem; } }
  .footer__sns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap; }
    @media screen and (max-width: 767px) {
      .footer__sns {
        margin: 30px 0 25px;
        justify-content: center; } }
    .footer__sns__title {
      color: #9fbd8f; }
      @media screen and (max-width: 767px) {
        .footer__sns__title {
          margin-right: 25px; } }
    .footer__sns__list {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: row;
      flex-wrap: nowrap; }
    @media screen and (min-width: 768px) {
      .footer__sns__item {
        margin-left: 22px; } }
    @media screen and (max-width: 767px) {
      .footer__sns__item {
        margin: 0 10px; } }
    @media screen and (min-width: 768px) {
      .footer__sns__item a:hover {
        opacity: 0.5; } }
  .footer__mole {
    width: 28px;
    height: 32px;
    position: absolute;
    z-index: 100;
    background: url(/assets/img/img_mole.png) no-repeat 0 0;
    background-size: 137px auto; }
    .footer__mole:hover, .footer__mole:active {
      animation: imgStep 1s steps(4) both; }
    @media screen and (min-width: 768px) {
      .footer__mole {
        top: -147px;
        left: 224px;
        cursor: pointer; } }
    @media screen and (max-width: 767px) {
      .footer__mole {
        top: -37px;
        left: 32%; } }
  .footer__copyright {
    text-align: center;
    padding: 5px; }
    @media screen and (min-width: 768px) {
      .footer__copyright {
        margin-top: 20px;
        font-size: 10px;
        font-size: 0.625rem; } }
    @media screen and (max-width: 767px) {
      .footer__copyright {
        margin-top: 15px;
        font-size: 9px;
        font-size: 0.5625rem; } }

@-webkit-keyframes imgStep {
  to {
    background-position: -110px 0; } }
@-moz-keyframes imgStep {
  to {
    background-position: -110px 0; } }
@-ms-keyframes imgStep {
  to {
    background-position: -110px 0; } }
@keyframes imgStep {
  to {
    background-position: -110px 0; } }
@-webkit-keyframes pagetop {
  to {
    background-position: -932px 0; } }
@-moz-keyframes pagetop {
  to {
    background-position: -932px 0; } }
@-ms-keyframes pagetop {
  to {
    background-position: -932px 0; } }
@keyframes pagetop {
  to {
    background-position: -932px 0; } }
@-webkit-keyframes pagetopSP {
  to {
    background-position: -670px 0; } }
@-moz-keyframes pagetopSP {
  to {
    background-position: -670px 0; } }
@-ms-keyframes pagetopSP {
  to {
    background-position: -670px 0; } }
@keyframes pagetopSP {
  to {
    background-position: -670px 0; } }
/* title
==============================================================*/
.titleBox {
  text-align: center; }
.titleEn {
  display: inline-block;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0);
  background-image: url(/assets/img/bg_title.png);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  background-position: 0 center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    .titleEn {
      font-size: 60px;
      font-size: 3.75rem; } }
  @media screen and (max-width: 767px) {
    .titleEn {
      font-size: 40px;
      font-size: 2.5rem; } }
  .titleEn--large {
    line-height: 1.2; }
    @media screen and (min-width: 768px) {
      .titleEn--large {
        margin-bottom: -10px; } }
    @media screen and (max-width: 767px) {
      .titleEn--large {
        margin-bottom: -4px; } }
.titleMain {
  text-align: center;
  font-weight: 800;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    .titleMain {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (max-width: 767px) {
    .titleMain {
      font-size: 11px;
      font-size: 0.6875rem; } }
.titleBracket {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 800; }
  @media screen and (min-width: 768px) {
    .titleBracket {
      font-size: 26px;
      font-size: 1.625rem;
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .titleBracket {
      font-size: 18px;
      font-size: 1.125rem;
      padding: 0 20px; } }
  .titleBracket::before, .titleBracket::after {
    content: "";
    display: block;
    position: absolute;
    background: url(/assets/img/icon_bracket.svg) no-repeat 0 0;
    background-size: 100%; }
    @media screen and (min-width: 768px) {
      .titleBracket::before, .titleBracket::after {
        width: 22px;
        height: 22px; } }
    @media screen and (max-width: 767px) {
      .titleBracket::before, .titleBracket::after {
        width: 16px;
        height: 16px; } }
  .titleBracket::before {
    top: 0;
    left: 0; }
  .titleBracket::after {
    bottom: 0;
    right: 0;
    transform: scale(-1, -1); }
.titleArea {
  text-align: center; }

_:lang(x)::-ms-backdrop,
.titleEn {
  background: none !important;
  color: #333; }

/* btn
==============================================================*/
@media screen and (min-width: 768px) {
  .btnArea {
    margin-top: 40px;
    display: flex;
    align-items: normal;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap; }
    .btnArea > *:not(:first-child) {
      margin: 0 0 0 40px; } }
@media screen and (max-width: 767px) {
  .btnArea {
    margin-top: 30px;
    padding: 0 15px; }
    .btnArea > * {
      margin-bottom: 20px; } }
.btnMain {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-weight: 800;
  text-align: center;
  margin: 6px auto 0;
  padding: 5px 20px 15px;
  transition: all 0.8s cubic-bezier(0, 0.5, 0.1, 1);
  z-index: 1;
  letter-spacing: 1px; }
  .btnMain::after {
    content: "";
    width: 100%;
    height: 100%;
    color: #FFF;
    text-indent: 0;
    background: #f1f0e6;
    box-sizing: border-box;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -2;
    transition: .2s ease-in-out; }
    @media screen and (min-width: 768px) {
      .btnMain::after {
        box-shadow: 6px 6px 0 #e3e1d1; } }
    @media screen and (max-width: 767px) {
      .btnMain::after {
        box-shadow: 4px 4px 0 #e3e1d1; } }
  .btnMain:hover, .btnMain:active {
    padding: 0 20px; }
    .btnMain:hover::after, .btnMain:active::after {
      top: 0;
      left: 0;
      box-shadow: 0 0 0; }
  @media screen and (min-width: 768px) {
    .btnMain {
      min-width: 218px;
      height: 56px;
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (max-width: 767px) {
    .btnMain {
      width: 100%;
      height: 45px;
      font-size: 13px;
      font-size: 0.8125rem; } }
  .btnMain:hover .iconPencil, .btnMain:active .iconPencil {
    transform: rotate(10deg); }
  .btnMain--return .iconArrow {
    background-image: url(/assets/img/arrow_return.svg); }
  @media screen and (min-width: 768px) {
    .btnMain--return {
      min-width: 156px;
      margin: 0 0 0 -200px; } }
.btnSubmit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin: 6px auto 0;
  padding: 5px 0 15px;
  transition: all 0.8s cubic-bezier(0, 0.5, 0.1, 1);
  z-index: 1;
  letter-spacing: 1px; }
  .btnSubmit::after {
    content: "";
    width: 100%;
    height: 100%;
    color: #FFF;
    text-indent: 0;
    background: #1e93d2;
    box-sizing: border-box;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -2;
    transition: .2s ease-in-out; }
    @media screen and (min-width: 768px) {
      .btnSubmit::after {
        box-shadow: 6px 6px 0 #176a98; } }
    @media screen and (max-width: 767px) {
      .btnSubmit::after {
        box-shadow: 4px 4px 0 #176a98; } }
  .btnSubmit:hover, .btnSubmit:active {
    padding: 0; }
    .btnSubmit:hover::after, .btnSubmit:active::after {
      top: 0;
      left: 0;
      box-shadow: 0 0 0; }
  @media screen and (min-width: 768px) {
    .btnSubmit {
      min-width: 218px;
      height: 56px;
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (max-width: 767px) {
    .btnSubmit {
      width: 100%;
      height: 45px;
      font-size: 13px;
      font-size: 0.8125rem; } }

.btnMain:hover .iconArrow, .btnMain:active .iconArrow, .btnMain--return:hover .iconArrow, .btnMain--return:active .iconArrow, .btnSubmit:hover .iconArrowRed, .btnSubmit:active .iconArrowRed {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: arrowMoveX;
  animation-name: arrowMoveX; }

@-webkit-keyframes arrowMoveX {
  0% {
    transform: scale(1, -1); }
  20% {
    transform: scale(1); }
  50% {
    transform: scale(1, -1); }
  to {
    transform: scale(1); } }
@-moz-keyframes arrowMoveX {
  0% {
    transform: scale(1, -1); }
  20% {
    transform: scale(1); }
  50% {
    transform: scale(1, -1); }
  to {
    transform: scale(1); } }
@-ms-keyframes arrowMoveX {
  0% {
    transform: scale(1, -1); }
  20% {
    transform: scale(1); }
  50% {
    transform: scale(1, -1); }
  to {
    transform: scale(1); } }
@keyframes arrowMoveX {
  0% {
    transform: scale(1, -1); }
  20% {
    transform: scale(1); }
  50% {
    transform: scale(1, -1); }
  to {
    transform: scale(1); } }
@-webkit-keyframes arrowMoveLR {
  0% {
    transform: rotate(-15deg); }
  20% {
    transform: rotate(15deg); }
  50% {
    transform: rotate(-15deg); }
  to {
    transform: rotate(0); } }
@-moz-keyframes arrowMoveLR {
  0% {
    transform: rotate(-15deg); }
  20% {
    transform: rotate(15deg); }
  50% {
    transform: rotate(-15deg); }
  to {
    transform: rotate(0); } }
@-ms-keyframes arrowMoveLR {
  0% {
    transform: rotate(-15deg); }
  20% {
    transform: rotate(15deg); }
  50% {
    transform: rotate(-15deg); }
  to {
    transform: rotate(0); } }
@keyframes arrowMoveLR {
  0% {
    transform: rotate(-15deg); }
  20% {
    transform: rotate(15deg); }
  50% {
    transform: rotate(-15deg); }
  to {
    transform: rotate(0); } }
/* icon
==============================================================*/
.iconArrow, .iconArrowRed, .iconPlus, .iconMail, .iconHome, .iconFaq, .iconFunctions, .iconBlank {
  display: inline-block;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    .iconArrow, .iconArrowRed, .iconPlus, .iconMail, .iconHome, .iconFaq, .iconFunctions, .iconBlank {
      margin: 0 14px 0 0; } }
  @media screen and (max-width: 767px) {
    .iconArrow, .iconArrowRed, .iconPlus, .iconMail, .iconHome, .iconFaq, .iconFunctions, .iconBlank {
      margin: 0 9px 0 0; } }

.iconArrow {
  vertical-align: -5px;
  background-image: url(/assets/img/arrow.svg); }
  @media screen and (min-width: 768px) {
    .iconArrow {
      width: 30px;
      height: 24px; } }
  @media screen and (max-width: 767px) {
    .iconArrow {
      width: 23px;
      height: 19px; } }
.iconArrowRed {
  vertical-align: -5px;
  background-image: url(/assets/img/arrow_red.svg); }
  @media screen and (min-width: 768px) {
    .iconArrowRed {
      width: 30px;
      height: 24px; } }
  @media screen and (max-width: 767px) {
    .iconArrowRed {
      width: 23px;
      height: 19px; } }
.iconPlus {
  margin: 0;
  background-image: url(/assets/img/icon_plus.svg);
  -wewbkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }
  @media screen and (min-width: 768px) {
    .iconPlus {
      width: 23px;
      height: 23px; } }
  @media screen and (max-width: 767px) {
    .iconPlus {
      width: 22px;
      height: 22px; } }
.iconMail {
  vertical-align: -7px;
  background-image: url(/assets/img/icon_mail.svg); }
  @media screen and (min-width: 768px) {
    .iconMail {
      width: 27px;
      height: 20px; } }
  @media screen and (max-width: 767px) {
    .iconMail {
      width: 23px;
      height: 21px; } }
.iconHome {
  vertical-align: -7px;
  background-image: url(/assets/img/icon_home.svg); }
  @media screen and (min-width: 768px) {
    .iconHome {
      width: 30px;
      height: 26px; } }
  @media screen and (max-width: 767px) {
    .iconHome {
      width: 27px;
      height: 23px; } }
.iconFaq {
  vertical-align: -7px;
  background-image: url(/assets/img/faq/icon_q.svg); }
  @media screen and (min-width: 768px) {
    .iconFaq {
      width: 24px;
      height: 34px; } }
  @media screen and (max-width: 767px) {
    .iconFaq {
      width: 18px;
      height: 25px; } }
.iconFunctions {
  vertical-align: -7px;
  background-image: url(/assets/img/icon_functions.svg); }
  @media screen and (min-width: 768px) {
    .iconFunctions {
      width: 24px;
      height: 34px; } }
  @media screen and (max-width: 767px) {
    .iconFunctions {
      width: 18px;
      height: 25px; } }
.iconBlank {
  width: 12px;
  height: 12px;
  background: url(/assets/img/icon_blank.svg) no-repeat 0 0;
  background-size: 100%; }

/* link
==============================================================*/
/* text
==============================================================*/
@media screen and (min-width: 768px) {
  .textPage {
    text-align: center;
    font-weight: 800;
    margin: 25px 0 75px; } }
@media screen and (max-width: 767px) {
  .textPage {
    margin: 23px 0 40px;
    line-height: 1.9; } }

/* other
==============================================================*/
/* section
-------------------------*/
@media screen and (min-width: 768px) {
  .section + .section {
    margin-top: 110px; } }
@media screen and (max-width: 767px) {
  .section + .section {
    margin-top: 70px; } }

/**
 * Swiper 5.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 16, 2019
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* top
==============================================================*/
.topKv {
  position: relative;
  text-align: center; }
  @media screen and (min-width: 768px) {
    /* css for large screen */
    .topKv::after {
      content: "";
      display: block;
      width: 100%;
      padding-top: calc(16% + 130px);
      background: url(/assets/img/top/bg_kv_forest.png) no-repeat 0 0;
      background-size: 100%;
      position: absolute;
      bottom: 0;
      left: 0; } }
    @media screen and (min-width: 768px) and (max-width: 980px) {
      .topKv {
        margin: 0px -20px; } }
    @media screen and (max-width: 767px) {
      /* css for small screen */
      .topKv {
        margin: -20px -30px -50px;
        padding-top: 25px;
        background: url(/assets/img/top/sp/bg_kv.png) no-repeat 0 180px; /* forest img for small size */
        background-size: 100%; } }
    @media screen and (min-width: 768px) {
      .topKv__inner {
        max-width: 1280px;
        margin: 0 auto;
        background: url(/assets/img/top/bg_kv.png) no-repeat 0 0; /* cloud img for large size */
        background-size: 100%; } }
        .topKv__inner {
      position: relative;
      z-index: 1; 
    }
    .topKv__inner::before, .topKv__inner::after {
      content: "";
      display: block;
      position: absolute;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: 0 0; }
    .topKv__inner::before {
      background-image: url(/assets/img/top/img_kv_balloon.png); }
      @media screen and (min-width: 768px) {
        .topKv__inner::before {
          width: 40px;
          height: 56px;
          top: 120px;
          left: 185px;
          animation: balloon infinite 8s; } }
      @media screen and (max-width: 767px) {
        .topKv__inner::before {
          width: 15px;
          height: 21px;
          top: 85px;
          left: 40px;
          animation: balloonSP infinite 8s; } }
    .topKv__inner::after {
      background-image: url(/assets/img/top/img_kv_bird.png); }
      @media screen and (min-width: 768px) {
        .topKv__inner::after {
          width: 58px;
          height: 45px;
          top: 172px;
          right: 105px;
          animation: bird infinite 8s, imgSprite 1s steps(2) infinite; } }
      @media screen and (max-width: 767px) {
        .topKv__inner::after {
          width: 17px;
          height: 14px;
          top: 120px;
          right: 35px;
          animation: birdSP infinite 8s, imgSpriteSP 1s steps(2) infinite; } }
  .topKv__title {
    display: inline-block;
    font-weight: 800; }
    @media screen and (min-width: 768px) {
    /* css for large screen */
    .topKv__title {
        font-size: 40px;
        font-size: 1.6rem;
        padding: 20px 50px 5px;
        line-height: 1.8; }
        .topKv__title::before, .topKv__title::after {
          width: 42px;
          height: 42px; } }
    @media screen and (max-width: 767px) {
    /* css for small screen */
    .topKv__title {
        padding: 17px 30px 15px;
        font-size: 13px;
        font-size: 1.4625rem;
        line-height: 2;
        letter-spacing: 1px; }
        .topKv__title::before, .topKv__title::after {
          width: 22px;
          height: 22px; } }
    @media screen and (max-width: 767px) {
      .topKv__title__main {
        display: block;
        margin-top: 5px;
        font-size: 7.2vw;
        line-height: 1; } }
    .topKv__title__ruby {
      display: inline-block;
      line-height: 1; }
      .topKv__title__ruby > rb {
        display: table-row-group;
        line-height: 1; }
      .topKv__title__ruby > rt {
        display: table-header-group;
        font-size: 0.5rem;
        line-height: 1;
        letter-spacing: -0.1px; }
        @media screen and (min-width: 768px) {
          .topKv__title__ruby > rt {
            font-size: 12px;
            font-size: 0.75rem; } }
        @media screen and (max-width: 767px) {
          .topKv__title__ruby > rt {
            font-size: 10px;
            font-size: 0.625rem; } }
      .topKv__title__ruby:first-child > rt {
        text-align: right; }
  .topKv__img {
    position: relative;
    background: url(/assets/img/top/bg_kv_app.png) no-repeat 0 290px; /* book img */
    background-size: 100%; 
  }
    @media screen and (min-width: 768px) {
      .topKv__img {
        width: 815px;
        margin: 15px auto 0;
        padding-bottom: 6%; } }
    @media screen and (max-width: 767px) {
      .topKv__img {
        margin: 15px 0 0;
        padding: 0 5px 14%; 
      } }
    .topKv__img__left {
      position: absolute;
      top: -120px;
      left: 0;
      width: 50%;
      height: 100%;
      background-size: 100%; }
      @media screen and (min-width: 768px) {
        .topKv__img__left {
          width: 50%;
          height: 100%;
          background-size: 100%; } }
      @media screen and (max-width: 767px) {
        .topKv__img__left img {
          position: relative;
          display: block;
          width: 50%; /* Adjust this value to control the width of the left arc image on small screens */
          height: auto; /* Maintain aspect ratio */
          top: 30px;
          left: 10px;
        }
      }    
    .topKv__img__right {
      position: absolute;
      top: 25px;
      right: 0;
      width: 40%;
      height: 100%;
      background-size: 100%; }
      @media screen and (min-width: 768px) {
        .topKv__img__right {
          width: 50%;
          height: 100%;
          background-size: 100%; } }
      @media screen and (max-width: 767px) {
        .topKv__img__right img {
          position: relative;
          display: block;
          width: 60%; /* Adjust this value to control the width of the right arc image on small screens */
          right: -70px; /* Maintain aspect ratio */
          top: 0px;
        }
      }
    .topKv__img__area__enclosure {
      position: relative;
      width: 100%;
      height: 100%;
      border-radius: 30px;
      overflow: hidden;
      font-size: 0;
      line-height: 0;
      opacity: 1.0;
    }

    .topKv__img__area {
      position: relative; 
      overflow: hidden;
      margin: 0 auto;
      margin-top: 30px;
      margin-bottom: 10px;
      border-color: #523110;
      border-style: solid;
      background: #fff;
      font-size: 0;
      line-height: 0; 
      z-index: 5;
      width: 197px;
      height: 326px;
    }
      @media screen and (min-width: 768px) {
        /* for large screen */
        .topKv__img__area {
          border-top-left-radius: 30px;
          border-top-right-radius: 30px;
          border-width: 8px 8px 0px 8px;
        } }
      @media screen and (max-width: 767px) {
        /* for small screen */
        .topKv__img__area {
          /*
          width: 34%; 
          padding-top: 50%;
          */
          margin-top: 40px;
          transform: scale(0.8);
          border-top-left-radius: 30px;
          border-top-right-radius: 30px;
          border-width: 8px;
        } }
      .topKv__img__area img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto; }

    .hole-bottom {
      position: relative;
      pointer-events: none; /* This will make the overlay non-interactive, allowing clicks to pass through */
      z-index: 10; /* Ensure the hole-bottom image is above the .topKv__img__area */
    }
      @media screen and (min-width: 768px) {
        .hole-bottom {
          bottom: 63px;
          width: calc(100%); /* Reduce the width by 20px */
          height: auto;
        }
      }
      @media screen and (max-width: 767px) {
        /* for small screen */
        .hole-bottom img{
          position: relative;
          width: 270px;
          height: auto;
          top: -80px;
        }
      }

  .topKv__app {
    margin: 0 auto;
    background: url(/assets/img/top/bg_kv_btn.png) no-repeat 0 0;
    background-size: 100%;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .topKv__app {
        width: 415px;
        height: 83px;
        margin-top: -110px;
        padding: 3px 60px; } }
    @media screen and (max-width: 767px) {
      .topKv__app {
        width: 60%;
        margin-top: -150px;
        padding: 1% 40px 3%; } }
    @media screen and (max-width: 520px) {
      .topKv__app {
        width: 60%;
        margin-top: -140px;
        padding: 1% 40px 3%; } }

    .topKv__app__text {
      text-align: center;
      font-weight: 800; 
    }
    @media screen and (min-width: 768px) {
      .topKv__app__text {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (max-width: 767px) {
      .topKv__app__text {
        font-size: 10px;
        font-size: 0.625rem;
        margin-bottom: 2px; } }

      .topKv__app__list {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      flex-wrap: nowrap; }
    .topKv__app__item {
      width: 50%;
      padding: 0 5px; }
      .topKv__app__item img {
        width: 100%;
        height: auto; }
      @media screen and (min-width: 768px) {
        .topKv__app__item a:hover {
          opacity: 0.5; } }
.topSection {
  position: relative; }
  @media screen and (min-width: 768px) {
    .topSection {
      margin-top: 100px; } }
  @media screen and (max-width: 767px) {
    .topSection {
      margin-top: 142px; } }
  @media screen and (min-width: 768px) {
    .topSection .btnSubmit {
      max-width: 300px;
      margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .topSection .btnSubmit {
      max-width: 80%;
      margin-top: 30px; } }
  @media screen and (min-width: 768px) {
    .topSection .faqList {
      margin: 39px 0 15px; } }
  @media screen and (max-width: 767px) {
    .topSection .faqList {
      margin: 0 0 15px; } }
  .topSection.is-act .topAnime__line__path {
    animation: line01 15s ease-in-out both; }
    @media screen and (min-width: 768px) {
      .topSection.is-act .topAnime__line__path {
        animation-delay: -2s; } }
    @media screen and (max-width: 767px) {
      .topSection.is-act .topAnime__line__path {
        animation-delay: -5s; } }
.top__text {
  color: #555; }
  @media screen and (min-width: 768px) {
    .top__text {
      margin-top: 20px;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .top__text {
      margin-top: 20px;
      line-height: 2; } }
.topReview__graph {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap; }
  @media screen and (min-width: 768px) {
    .topReview__graph {
      margin: 45px 0; } }
  @media screen and (max-width: 767px) {
    .topReview__graph {
      margin: 15px -20px; } }
  @media screen and (min-width: 768px) {
    .topReview__graph__item {
      width: 330px;
      margin: 0 35px; } }
  @media screen and (max-width: 767px) {
    .topReview__graph__item {
      width: 50%;
      padding: 0 5px; } }
  .topReview__graph__item img {
    width: 100%;
    height: auto; }
@media screen and (min-width: 768px) {
  .topReview__message {
    margin-top: 25px; } }
@media screen and (max-width: 767px) {
  .topReview__message {
    margin-top: 40px; } }
.topReview__message__item {
  background: #fdfcf6; }
  @media screen and (min-width: 768px) {
    .topReview__message__item {
      margin: 10px 0 0; } }
  @media screen and (max-width: 767px) {
    .topReview__message__item {
      margin: 21px 0 0; } }
.topReview__message__top {
  position: relative; }
  @media screen and (min-width: 768px) {
    .topReview__message__top {
      min-height: 150px;
      padding: 20px 170px 30px 170px;
      cursor: pointer; } }
  .topReview__message__top::before, .topReview__message__top::after {
    content: "";
    display: block;
    position: absolute; }
  .topReview__message__top::before {
    background: #f1f0e6; }
    @media screen and (min-width: 768px) {
      .topReview__message__top::before {
        width: 56px;
        height: 56px;
        top: 10px;
        right: 10px; } }
    @media screen and (max-width: 767px) {
      .topReview__message__top::before {
        width: 32px;
        height: 32px;
        top: 25px;
        right: 15px; } }
  .topReview__message__top::after {
    background: url(/assets/img/icon_plus.svg) no-repeat 0 0;
    background-size: 100%;
    -wewbkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out; }
    @media screen and (min-width: 768px) {
      .topReview__message__top::after {
        width: 23px;
        height: 23px;
        top: 27px;
        right: 26px; } }
    @media screen and (max-width: 767px) {
      .topReview__message__top::after {
        width: 16px;
        height: 16px;
        top: 32px;
        right: 23px; } }
  .topReview__message__top.is-open::after {
    transform: rotateZ(135deg); }
.topReview__message__profile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap; }
  @media screen and (max-width: 767px) {
    .topReview__message__profile {
      position: relative;
      flex-wrap: wrap;
      padding: 25px 50px 15px 60px; } }
  .topReview__message__profile::before {
    content: "";
    display: block;
    background: url(/assets/img/top/img_mother.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute; }
    @media screen and (min-width: 768px) {
      .topReview__message__profile::before {
        width: 76px;
        height: 133px;
        top: 50%;
        transform: translateY(-50%);
        left: 40px; } }
    @media screen and (max-width: 767px) {
      .topReview__message__profile::before {
        width: 38px;
        height: 66px;
        top: 2px;
        left: 10px; } }
@media screen and (max-width: 767px) {
  .topReview__message__name {
    width: 100%;
    margin-bottom: 5px; } }
.topReview__message__data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap; }
  @media screen and (min-width: 768px) {
    .topReview__message__data {
      margin-left: 30px; }
      .topReview__message__data--children::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        margin-right: 5px;
        background: url(/assets/img/top/img_children.png) no-repeat 0 0;
        background-size: 100%; } }
  @media screen and (max-width: 767px) {
    .topReview__message__data + .topReview__message__data {
      margin-left: 10px; } }
.topReview__message__title {
  font-weight: 800; }
  @media screen and (min-width: 768px) {
    .topReview__message__title {
      font-size: 16px;
      font-size: 1rem;
      margin-top: 18px;
      line-height: 1.65; } }
  @media screen and (max-width: 767px) {
    .topReview__message__title {
      font-size: 13px;
      font-size: 0.8125rem;
      padding: 0 50px 20px 15px;
      line-height: 1.8; } }
.topReview__message__text {
  display: none;
  line-height: 2; }
  @media screen and (min-width: 768px) {
    .topReview__message__text {
      padding: 0 20px 40px 170px; } }
  @media screen and (max-width: 767px) {
    .topReview__message__text {
      padding: 0 15px 20px; } }
.topPrice__main {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .topPrice__main {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      flex-direction: row;
      flex-wrap: nowrap;
      margin-top: 30px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .topPrice__main {
      margin-top: 25px; } }
  .topPrice__main__price {
    display: inline-block;
    font-weight: 800;
    line-height: 0.75;
    color: rgba(0, 0, 0, 0);
    background-image: url(/assets/img/top/bg_price.png);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    background-position: 0 center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      .topPrice__main__price {
        font-size: 140px;
        font-size: 8.75rem;
        margin-right: 10px; } }
    @media screen and (max-width: 767px) {
      .topPrice__main__price {
        font-size: 90px;
        font-size: 5.625rem; } }
  .topPrice__main__number {
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-style: normal; }
    @media screen and (min-width: 768px) {
      .topPrice__main__number {
        font-size: 215px;
        font-size: 13.4375rem;
        margin-left: 14px; } }
    @media screen and (max-width: 767px) {
      .topPrice__main__number {
        font-size: 138px;
        font-size: 8.625rem;
        margin-left: 10px; } }
  .topPrice__main__text {
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1px; }
    @media screen and (min-width: 768px) {
      .topPrice__main__text {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media screen and (max-width: 767px) {
      .topPrice__main__text {
        font-size: 14px;
        font-size: 0.875rem;
        margin-top: 8px; } }
  .topPrice__main__large {
    display: block;
    padding: 3px 0;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .topPrice__main__large {
        font-size: 52px;
        font-size: 3.25rem; } }
    @media screen and (max-width: 767px) {
      .topPrice__main__large {
        font-size: 50px;
        font-size: 3.125rem; } }
@media screen and (min-width: 768px) {
  .topProject {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 960px;
    margin: 110px auto 0; } }
.topProject__section {
  position: relative;
  background: #fafcf6; }
  @media screen and (min-width: 768px) {
    .topProject__section {
      width: 463px;
      padding: 60px 50px 30px;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .topProject__section {
      margin-top: 67px;
      padding: 40px 20px 30px; } }
  .topProject__section::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%; }
  .topProject__section--blog::before {
    background-image: url(/assets/img/icon_pencil.svg);
    animation: pencil 2s steps(2) infinite alternate; }
    @media screen and (min-width: 768px) {
      .topProject__section--blog::before {
        width: 90px;
        height: 99px;
        top: -30px;
        margin-left: -30px; } }
    @media screen and (max-width: 767px) {
      .topProject__section--blog::before {
        width: 59px;
        height: 59px;
        top: -20px;
        margin-left: -20px; } }
  .topProject__section--news::before {
    background-image: url(/assets/img/icn_comment.svg);
    animation: comment 1.5s steps(1) infinite alternate; }
    @media screen and (min-width: 768px) {
      .topProject__section--news::before {
        width: 90px;
        height: 87px;
        top: -24px;
        margin-left: -45px; } }
    @media screen and (max-width: 767px) {
      .topProject__section--news::before {
        width: 62px;
        height: 59px;
        top: -16px;
        margin-left: -30px; } }
  @media screen and (min-width: 768px) {
    .topProject__section__text {
      margin-top: 15px; } }
  @media screen and (max-width: 767px) {
    .topProject__section__text {
      margin-top: 15px;
      font-weight: 800;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.8; } }
  @media screen and (min-width: 768px) {
    .topProject__section .btnSubmit {
      max-width: 220px;
      margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .topProject__section .btnSubmit {
      margin-top: 30px; } }
.topAppBtnArea {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200; }
  @media screen and (min-width: 768px) {
    .topAppBtnArea {
      padding: 10px 0;
      background: rgba(255, 255, 255, 0.8); } }
  @media screen and (max-width: 767px) {
    .topAppBtnArea {
      padding: 10px 10px 10px 15px;
      background: #eaead5; } }
  .topAppBtnArea__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 960px;
    margin: 0 auto;
    justify-content: flex-end; }
    .topAppBtnArea__list__item {
      width: 130px;
      margin-left: 10px; }
      .topAppBtnArea__list__item a:hover {
        opacity: 0.5; }
      .topAppBtnArea__list__item img {
        width: 100%;
        height: auto; }
    @media screen and (max-width: 767px) {
      .topAppBtnArea__list {
        display: none; } }
  .topAppBtnArea__info a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap; }
  .topAppBtnArea__info__logo {
    width: 19%; }
    .topAppBtnArea__info__logo img {
      width: 100%;
      height: auto; }
  .topAppBtnArea__info__textBox {
    width: 62%;
    padding: 0 4px 0 15px; }
  .topAppBtnArea__info__name {
    font-weight: 800;
    font-size: 21px;
    font-size: 1.3125rem; }
  .topAppBtnArea__info__text {
    font-size: 10px;
    font-size: 0.625rem;
    margin-top: 4px;
    letter-spacing: 1px; }
  .topAppBtnArea__info__download {
    width: 19%; }
    .topAppBtnArea__info__download img {
      width: 100%;
      height: auto; }
  @media screen and (min-width: 768px) {
    .topAppBtnArea__info {
      display: none; } }
.topMovieArea {
  position: relative; }
  @media screen and (min-width: 768px) {
    .topMovieArea {
      width: 960px;
      margin: 0 auto; }
      .topMovieArea::before, .topMovieArea::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 20px; }
      .topMovieArea::before {
        width: 106px;
        height: 143px;
        left: 0;
        background: url(/assets/img/top/img_movieArea_mother.png) no-repeat 0 0;
        animation: mother 2s steps(1) infinite alternate; }
      .topMovieArea::after {
        width: 59px;
        height: 101px;
        right: 35px;
        background: url(/assets/img/top/img_movieArea_child.png) no-repeat 0 0;
        animation: comment 1.5s steps(1) infinite alternate; } }
  @media screen and (max-width: 767px) {
    .topMovieArea {
      margin-top: 15px; } }
  .topMovieArea__main {
    background: url(/assets/img/top/img_movieArea.png) no-repeat 0 0;
    background-size: 100%; }
    @media screen and (min-width: 768px) {
      .topMovieArea__main {
        width: 677px;
        height: 465px;
        margin: 30px auto 0;
        padding: 89px 65px 67px; } }
    @media screen and (max-width: 767px) {
      .topMovieArea__main {
        padding-top: 70%; } }
    @media screen and (min-width: 768px) {
      .topMovieArea__main > iframe {
        width: 100%;
        height: 100%; } }
    @media screen and (max-width: 767px) {
      .topMovieArea__main > iframe {
        position: absolute;
        top: 18.8%;
        left: 9.5%;
        width: 81%;
        height: 65.2%; } }

.topAnime {
  position: absolute;
  z-index: -2; }
  .topAnime img {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 768px) {
    .topAnime__line {
      width: 31vw;
      height: 40vh; } }
  @media screen and (max-width: 767px) {
    .topAnime__line {
      width: 200px;
      height: 190px; } }
  .topAnime__line__path {
    fill: none;
    stroke: #f4d623;
    stroke-dasharray: 940;
    stroke-dashoffset: 940; }
    @media screen and (min-width: 768px) {
      .topAnime__line__path {
        stroke-width: 16; } }
    @media screen and (max-width: 767px) {
      .topAnime__line__path {
        stroke-width: 10; } }
  .topAnime__line__dash {
    fill: none;
    stroke: #f6f6ef; }
    @media screen and (min-width: 768px) {
      .topAnime__line__dash {
        stroke-dasharray: 16 20;
        stroke-width: 16; } }
    @media screen and (max-width: 767px) {
      .topAnime__line__dash {
        stroke-dasharray: 12 10;
        stroke-width: 12; } }
  @media screen and (min-width: 768px) {
    .topAnime__line01 {
      left: 0;
      top: -140px; } }
  @media screen and (max-width: 767px) {
    .topAnime__line01 {
      top: -10%;
      left: -50%;
      transform: scale(-1, -1); } }
  @media screen and (min-width: 768px) {
    .topAnime__line02 {
      right: 0;
      bottom: -240px;
      transform: scale(1, -1) rotate(-40deg); } }
  @media screen and (max-width: 767px) {
    .topAnime__line02 {
      right: -40%;
      bottom: -30%; } }

_:lang(x)::-ms-backdrop,
.topPrice__main__price {
  background: none !important;
  color: #333; }

@media all and (-ms-high-contrast: none) {
  .topAnime__line__path {
    stroke-dashoffset: 0; } }
@-webkit-keyframes balloon {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-30px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0); } }
@-moz-keyframes balloon {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-30px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0); } }
@-ms-keyframes balloon {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-30px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0); } }
@keyframes balloon {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-30px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0); } }
@-webkit-keyframes balloonSP {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-15px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
@-moz-keyframes balloonSP {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-15px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
@-ms-keyframes balloonSP {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-15px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
@keyframes balloonSP {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-15px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
@-webkit-keyframes bird {
  0% {
    transform: translateY(-15px); }
  20% {
    transform: translateY(0) rotate(5deg); }
  50% {
    transform: translateY(-15px); }
  70% {
    transform: translateY(0) rotate(5deg); }
  100% {
    transform: translateY(-15px); } }
@-moz-keyframes bird {
  0% {
    transform: translateY(-15px); }
  20% {
    transform: translateY(0) rotate(5deg); }
  50% {
    transform: translateY(-15px); }
  70% {
    transform: translateY(0) rotate(5deg); }
  100% {
    transform: translateY(-15px); } }
@-ms-keyframes bird {
  0% {
    transform: translateY(-15px); }
  20% {
    transform: translateY(0) rotate(5deg); }
  50% {
    transform: translateY(-15px); }
  70% {
    transform: translateY(0) rotate(5deg); }
  100% {
    transform: translateY(-15px); } }
@keyframes bird {
  0% {
    transform: translateY(-15px); }
  20% {
    transform: translateY(0) rotate(5deg); }
  50% {
    transform: translateY(-15px); }
  70% {
    transform: translateY(0) rotate(5deg); }
  100% {
    transform: translateY(-15px); } }
@-webkit-keyframes birdSP {
  0% {
    transform: translateY(-8px); }
  20% {
    transform: translateY(0) rotate(5deg); }
  50% {
    transform: translateY(-8px); }
  70% {
    transform: translateY(0) rotate(5deg); }
  100% {
    transform: translateY(-5px); } }
@-moz-keyframes birdSP {
  0% {
    transform: translateY(-8px); }
  20% {
    transform: translateY(0) rotate(5deg); }
  50% {
    transform: translateY(-8px); }
  70% {
    transform: translateY(0) rotate(5deg); }
  100% {
    transform: translateY(-5px); } }
@-ms-keyframes birdSP {
  0% {
    transform: translateY(-8px); }
  20% {
    transform: translateY(0) rotate(5deg); }
  50% {
    transform: translateY(-8px); }
  70% {
    transform: translateY(0) rotate(5deg); }
  100% {
    transform: translateY(-5px); } }
@keyframes birdSP {
  0% {
    transform: translateY(-8px); }
  20% {
    transform: translateY(0) rotate(5deg); }
  50% {
    transform: translateY(-8px); }
  70% {
    transform: translateY(0) rotate(5deg); }
  100% {
    transform: translateY(-5px); } }
@-webkit-keyframes imgSprite {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -90px; } }
@-moz-keyframes imgSprite {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -90px; } }
@-ms-keyframes imgSprite {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -90px; } }
@keyframes imgSprite {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -90px; } }
@-webkit-keyframes imgSpriteSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -26px; } }
@-moz-keyframes imgSpriteSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -26px; } }
@-ms-keyframes imgSpriteSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -26px; } }
@keyframes imgSpriteSP {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -26px; } }
@-webkit-keyframes comment {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-5px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
@-moz-keyframes comment {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-5px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
@-ms-keyframes comment {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-5px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
@keyframes comment {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-5px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
@-webkit-keyframes pencil {
  0% {
    transform: rotate(360deg); }
  20% {
    transform: rotate(360deg); }
  50% {
    transform: rotate(370deg); }
  70% {
    transform: rotate(380deg); }
  100% {
    transform: rotate(360deg); } }
@-moz-keyframes pencil {
  0% {
    transform: rotate(360deg); }
  20% {
    transform: rotate(360deg); }
  50% {
    transform: rotate(370deg); }
  70% {
    transform: rotate(380deg); }
  100% {
    transform: rotate(360deg); } }
@-ms-keyframes pencil {
  0% {
    transform: rotate(360deg); }
  20% {
    transform: rotate(360deg); }
  50% {
    transform: rotate(370deg); }
  70% {
    transform: rotate(380deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes pencil {
  0% {
    transform: rotate(360deg); }
  20% {
    transform: rotate(360deg); }
  50% {
    transform: rotate(370deg); }
  70% {
    transform: rotate(380deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes line01 {
  from {
    stroke-dashoffset: 940; }
  to {
    stroke-dashoffset: 0; } }
@-moz-keyframes line01 {
  from {
    stroke-dashoffset: 940; }
  to {
    stroke-dashoffset: 0; } }
@-ms-keyframes line01 {
  from {
    stroke-dashoffset: 940; }
  to {
    stroke-dashoffset: 0; } }
@keyframes line01 {
  from {
    stroke-dashoffset: 940; }
  to {
    stroke-dashoffset: 0; } }
@-webkit-keyframes mother {
  0% {
    transform: rotate(360deg); }
  20% {
    transform: rotate(365deg); }
  50% {
    transform: rotate(360deg); }
  70% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }
@-moz-keyframes mother {
  0% {
    transform: rotate(360deg); }
  20% {
    transform: rotate(365deg); }
  50% {
    transform: rotate(360deg); }
  70% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }
@-ms-keyframes mother {
  0% {
    transform: rotate(360deg); }
  20% {
    transform: rotate(365deg); }
  50% {
    transform: rotate(360deg); }
  70% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes mother {
  0% {
    transform: rotate(360deg); }
  20% {
    transform: rotate(365deg); }
  50% {
    transform: rotate(360deg); }
  70% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }
/* faq
==============================================================*/
@media screen and (min-width: 768px) {
  .faq {
    margin-top: 40px; } }
@media screen and (max-width: 767px) {
  .faq {
    margin-top: 30px; } }
@media screen and (min-width: 768px) {
  .faq + .faq {
    margin-top: 110px; } }
@media screen and (max-width: 767px) {
  .faq + .faq {
    margin-top: 70px; } }
@media screen and (min-width: 768px) {
  .faqList {
    margin-top: 25px; } }
@media screen and (max-width: 767px) {
  .faqList {
    margin-top: 20px; } }
.faqList__item {
  background: #fdfcf6; }
  @media screen and (min-width: 768px) {
    .faqList__item {
      margin: 10px 0 0; } }
  @media screen and (max-width: 767px) {
    .faqList__item {
      margin: 21px 0 0; } }
.faqList__cont {
  position: relative; }
  .faqList__cont::before {
    content: "";
    position: absolute;
    background: url(/assets/img/faq/icon_q.svg) no-repeat 0 0;
    background-size: 100%; }
    @media screen and (min-width: 768px) {
      .faqList__cont::before {
        width: 24px;
        height: 34px;
        top: 22px;
        left: 30px; } }
    @media screen and (max-width: 767px) {
      .faqList__cont::before {
        width: 18px;
        height: 25px;
        top: 27px;
        left: 14px; } }
  .faqList__cont__q {
    position: relative;
    font-weight: 800; }
    @media screen and (min-width: 768px) {
      .faqList__cont__q {
        padding: 24px 80px;
        font-size: 16px;
        font-size: 1rem;
        cursor: pointer; } }
    @media screen and (max-width: 767px) {
      .faqList__cont__q {
        padding: 30px 60px 31px 48px;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.35; } }
    .faqList__cont__q::before, .faqList__cont__q::after {
      content: "";
      display: block;
      position: absolute; }
    .faqList__cont__q::before {
      background: #f1f0e6; }
      @media screen and (min-width: 768px) {
        .faqList__cont__q::before {
          width: 56px;
          height: 56px;
          top: 10px;
          right: 10px; } }
      @media screen and (max-width: 767px) {
        .faqList__cont__q::before {
          width: 32px;
          height: 32px;
          top: 25px;
          right: 15px; } }
    .faqList__cont__q::after {
      background: url(/assets/img/icon_plus.svg) no-repeat 0 0;
      background-size: 100%;
      -wewbkit-transition: 0.2s ease-out;
      transition: 0.2s ease-out; }
      @media screen and (min-width: 768px) {
        .faqList__cont__q::after {
          width: 23px;
          height: 23px;
          top: 27px;
          right: 26px; } }
      @media screen and (max-width: 767px) {
        .faqList__cont__q::after {
          width: 16px;
          height: 16px;
          top: 32px;
          right: 23px; } }
    .faqList__cont__q.is-open::after {
      transform: rotateZ(135deg); }
  .faqList__cont__a {
    display: none; }
    @media screen and (min-width: 768px) {
      .faqList__cont__a {
        padding: 0 80px 35px 80px; } }
    @media screen and (max-width: 767px) {
      .faqList__cont__a {
        padding: 0 25px 25px 48px;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.8; } }
  .faqList__cont__link {
    position: relative;
    display: inline-block;
    font-weight: 800;
    margin-top: 9px; }
    @media screen and (min-width: 768px) {
      .faqList__cont__link {
        padding-left: 30px; } }
    @media screen and (max-width: 767px) {
      .faqList__cont__link {
        padding-left: 20px; } }
    .faqList__cont__link .iconArrow {
      position: absolute;
      top: 3px;
      left: 0; }
      @media screen and (min-width: 768px) {
        .faqList__cont__link .iconArrow {
          width: 20px;
          height: 16px; } }
      @media screen and (max-width: 767px) {
        .faqList__cont__link .iconArrow {
          width: 15px;
          height: 13px; } }

/* function
==============================================================*/
@media screen and (max-width: 767px) {
  .function__box {
    overflow-x: scroll; } }
.function__list {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 30px 0 0 -30px; }
  @media screen and (max-width: 767px) {
    .function__list {
      width: 960px; } }
  .function__list__item {
    width: 218px;
    margin-left: 30px; }
  .function__list__step {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto -35px;
    text-align: center;
    border-radius: 100%;
    background: #f4d623;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #479a1b;
    line-height: 1;
    padding-top: 10px;
    letter-spacing: 1px; }
  .function__list__number {
    display: block;
    font-size: 20px;
    font-size: 1.25rem; }
  .function__list__title {
    padding: 6px 5px 5px;
    text-align: center;
    background: #f4d623;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 800;
    letter-spacing: 1px; }
  .function__list__img img {
    width: 100%;
    height: auto; }
  .function__list__text {
    margin-top: 13px;
    color: #555;
    line-height: 2; }
  .function__list__note {
    text-indent: -1rem;
    padding-left: 1rem;
    margin-top: 5px;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .function__list__note {
        font-size: 12px;
        font-size: 0.75rem; } }
    @media screen and (max-width: 767px) {
      .function__list__note {
        font-size: 11px;
        font-size: 0.6875rem; } }
@media screen and (min-width: 768px) {
  .function__functionsList {
    margin-top: 30px; } }
@media screen and (max-width: 767px) {
  .function__functionsList {
    margin-top: 25px; } }
@media screen and (min-width: 768px) {
  .function__functionsList__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap; }
    .function__functionsList__item:nth-child(even) {
      flex-direction: row-reverse; }
    .function__functionsList__item:nth-child(odd) .function__functionsList__img {
      text-align: right; } }
@media screen and (min-width: 768px) {
  .function__functionsList__item + .function__functionsList__item {
    margin-top: 70px; } }
@media screen and (max-width: 767px) {
  .function__functionsList__item + .function__functionsList__item {
    margin-top: 60px; } }
@media screen and (min-width: 768px) {
  .function__functionsList__textBox {
    width: 460px; } }
.function__functionsList__title {
  font-weight: 800;
  line-height: 1.65; }
  @media screen and (min-width: 768px) {
    .function__functionsList__title {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media screen and (max-width: 767px) {
    .function__functionsList__title {
      font-size: 16px;
      font-size: 1rem; } }
.function__functionsList__text {
  line-height: 2; }
  @media screen and (min-width: 768px) {
    .function__functionsList__text {
      margin-top: 15px; } }
  @media screen and (max-width: 767px) {
    .function__functionsList__text {
      margin-top: 10px; } }
@media screen and (min-width: 768px) {
  .function__functionsList__img {
    width: 465px; } }
@media screen and (max-width: 767px) {
  .function__functionsList__img {
    margin-top: 20px; }
    .function__functionsList__img img {
      width: 100%;
      height: auto; } }
@media screen and (min-width: 768px) {
  .function__uniqueList {
    margin-top: 30px; } }
@media screen and (max-width: 767px) {
  .function__uniqueList {
    margin-top: 25px; } }
@media screen and (min-width: 768px) {
  .function__uniqueList__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap; }
    .function__uniqueList__item:nth-child(even) .function__uniqueList__img {
      text-align: right; }
    .function__uniqueList__item:nth-child(odd) {
      flex-direction: row-reverse; } }
@media screen and (min-width: 768px) {
  .function__uniqueList__item + .function__uniqueList__item {
    margin-top: 70px; } }
@media screen and (max-width: 767px) {
  .function__uniqueList__item + .function__uniqueList__item {
    margin-top: 60px; } }
@media screen and (min-width: 768px) {
  .function__uniqueList__textBox {
    width: 460px; } }
.function__uniqueList__title {
  font-weight: 800;
  line-height: 1.65; }
  @media screen and (min-width: 768px) {
    .function__uniqueList__title {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media screen and (max-width: 767px) {
    .function__uniqueList__title {
      font-size: 16px;
      font-size: 1rem; } }
.function__uniqueList__text {
  line-height: 2; }
  @media screen and (min-width: 768px) {
    .function__uniqueList__text {
      margin-top: 15px; } }
  @media screen and (max-width: 767px) {
    .function__uniqueList__text {
      margin-top: 10px; } }
@media screen and (min-width: 768px) {
  .function__uniqueList__img {
    width: 465px; } }
@media screen and (max-width: 767px) {
  .function__uniqueList__img {
    margin-top: 20px; }
    .function__uniqueList__img img {
      width: 100%;
      height: auto; } }
@media screen and (min-width: 768px) {
  .function__characterList {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 30px 0 0 -40px; } }
@media screen and (max-width: 767px) {
  .function__characterList {
    margin-top: 20px; } }
@media screen and (min-width: 768px) {
  .function__characterList__item {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% / 3 - 20px);
    margin-left: 40px; } }
@media screen and (max-width: 767px) {
  .function__characterList__item + .function__characterList__item {
    margin-top: 60px; } }
.function__characterList__img {
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .function__characterList__img {
      position: relative;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      flex-direction: row;
      flex-wrap: wrap;
      width: 220px;
      height: 310px; } }
  @media screen and (max-width: 767px) {
    .function__characterList__img {
      width: 65%; } }
  .function__characterList__img img {
    width: 100%;
    height: auto; }
    @media screen and (min-width: 768px) {
      .function__characterList__img img {
        position: absolute;
        bottom: 50px;
        left: 0; } }
.function__characterList__name {
  font-weight: 800;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .function__characterList__name {
      font-size: 16px;
      font-size: 1rem;
      margin-top: 21px; } }
  @media screen and (max-width: 767px) {
    .function__characterList__name {
      font-size: 14px;
      font-size: 0.875rem;
      margin-top: 20px; } }
.function__characterList__text {
  color: #555;
  line-height: 2; }
  @media screen and (min-width: 768px) {
    .function__characterList__text {
      margin-top: 18px; } }
  @media screen and (max-width: 767px) {
    .function__characterList__text {
      margin-top: 10px; } }
.function__characterList__note {
  color: #555; }
  @media screen and (min-width: 768px) {
    .function__characterList__note {
      font-size: 12px;
      font-size: 0.75rem;
      margin-top: 15px; } }
  @media screen and (max-width: 767px) {
    .function__characterList__note {
      font-size: 10px;
      font-size: 0.625rem;
      margin-top: 8px; } }

/* message
==============================================================*/
@media screen and (min-width: 768px) {
  .message__list {
    margin-top: 30px; } }
@media screen and (max-width: 767px) {
  .message__list {
    margin-top: 25px; } }
@media screen and (min-width: 768px) {
  .message__list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap; }
    .message__list__item:nth-child(even) {
      flex-direction: row-reverse; }
    .message__list__item:nth-child(odd) .message__list__img {
      text-align: right; }
    .message__list__item:nth-child(even) .message__list__img--graph, .message__list__item:nth-child(odd) .message__list__img--graph {
      text-align: center; }
    .message__list__item:nth-child(even) .message__list__img--center, .message__list__item:nth-child(odd) .message__list__img--center {
      text-align: center; } }
@media screen and (min-width: 768px) {
  .message__list__item + .message__list__item {
    margin-top: 70px; } }
@media screen and (max-width: 767px) {
  .message__list__item + .message__list__item {
    margin-top: 60px; } }
@media screen and (min-width: 768px) {
  .message__list__textBox {
    width: 460px; } }
.message__list__title {
  font-weight: 800;
  line-height: 1.65; }
  @media screen and (min-width: 768px) {
    .message__list__title {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media screen and (max-width: 767px) {
    .message__list__title {
      font-size: 16px;
      font-size: 1rem; } }
.message__list__text {
  line-height: 2; }
  @media screen and (min-width: 768px) {
    .message__list__text {
      margin-top: 15px; } }
  @media screen and (max-width: 767px) {
    .message__list__text {
      margin-top: 10px; } }
@media screen and (min-width: 768px) {
  .message__list__img {
    width: 465px; } }
@media screen and (max-width: 767px) {
  .message__list__img {
    margin-top: 20px; }
    .message__list__img img {
      width: 100%;
      height: auto; }
    .message__list__img.message__list__img--graph {
      text-align: center; }
      .message__list__img.message__list__img--graph img {
        width: 70%; } }

.learnStep {
  width: 100%;
  margin-top: 42px; }
  @media screen and (min-width: 768px) {
    .learnStep {
      padding-bottom: 32px;
      display: flex;
      justify-content: space-between;
      background: url(/assets/img/message/icn_learnStep_repeat.svg) center bottom/675px auto no-repeat; } }
  @media screen and (max-width: 767px) {
    .learnStep {
      position: relative;
      padding-right: 38px; }
      .learnStep::before, .learnStep::after {
        content: "";
        position: absolute; }
      .learnStep::before {
        right: 0px;
        top: 3.8em;
        border: 4px solid #489237;
        border-left: none;
        width: 26px;
        height: calc(100% - 8.2em); }
      .learnStep::after {
        right: 15px;
        top: 3em;
        border-style: solid;
        border-width: 12px 12px 12px 5px;
        border-color: #f6f6ef #489237 #f6f6ef #f6f6ef; } }
  .learnStep__item {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap; }
    @media screen and (min-width: 768px) {
      .learnStep__item {
        width: 300px; } }
    @media screen and (min-width: 768px) {
      .learnStep__item:not(:first-child) {
        padding-left: 30px;
        width: 330px;
        background: url(/assets/img/message/icn_learnStep_next.svg) 4px center/22px auto no-repeat; } }
    @media screen and (max-width: 767px) {
      .learnStep__item:not(:first-child) {
        padding-top: 30px;
        background: url(/assets/img/message/icn_learnStep_next_sp.svg) 58% 5px/25px auto no-repeat; } }
    .learnStep__item__num {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      background: #ffe100;
      font-family: "Jost", sans-serif;
      font-weight: 700;
      line-height: 1;
      font-size: 24px; }
      @media screen and (min-width: 768px) {
        .learnStep__item__num {
          width: 53px; } }
      @media screen and (max-width: 767px) {
        .learnStep__item__num {
          width: 68px; } }
      .learnStep__item__num p {
        letter-spacing: normal;
        font-family: "Jost", sans-serif;
        text-align: center;
        font-weight: 700; }
      .learnStep__item__num span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 14px; }
    .learnStep__item__text {
      background: #479a1b;
      font-weight: 800;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .learnStep__item__text {
          width: calc(100% - 53px);
          padding: 15px 15px 15px 20px; } }
      @media screen and (max-width: 767px) {
        .learnStep__item__text {
          width: calc(100% - 68px);
          padding: 15px 15px 15px 20px;
          line-height: 1.86; } }

@media screen and (min-width: 768px) {
  .member {
    margin-top: 40px; } }
@media screen and (max-width: 767px) {
  .member {
    margin-top: 25px; } }
@media screen and (min-width: 768px) {
  .member__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap; } }
@media screen and (min-width: 768px) {
  .member__item:not(:first-child) {
    margin-top: 70px; } }
@media screen and (max-width: 767px) {
  .member__item:not(:first-child) {
    margin-top: 30px; } }
@media screen and (min-width: 768px) {
  .member__item__img {
    width: 310px;
    border: 10px solid #fff; } }
@media screen and (max-width: 767px) {
  .member__item__img {
    border: 6px solid #fff; } }
.member__item__img img {
  vertical-align: top;
  width: 100%; }
@media screen and (min-width: 768px) {
  .member__item__detail {
    width: 610px; } }
@media screen and (max-width: 767px) {
  .member__item__detail {
    margin-top: 15px; } }
.member__item__title {
  font-weight: 800; }
  @media screen and (min-width: 768px) {
    .member__item__title {
      font-size: 26px; } }
  @media screen and (max-width: 767px) {
    .member__item__title {
      font-size: 16px; } }
  @media screen and (min-width: 768px) {
    .member__item__title span {
      font-size: 16px;
      margin-right: 20px; } }
  @media screen and (max-width: 767px) {
    .member__item__title span {
      font-size: 13px;
      margin-right: 10px; } }
@media screen and (min-width: 768px) {
  .member__item__text {
    margin-top: 12px; } }
@media screen and (max-width: 767px) {
  .member__item__text {
    margin-top: 8px; } }

/* lisence
==============================================================*/
@media screen and (min-width: 768px) {
  .lisence {
    width: 630px;
    margin: 50px auto 0; } }
@media screen and (max-width: 767px) {
  .lisence {
    margin: 30px 0 0;
    padding: 0 11px;
    line-height: 1.8; } }
.lisence__text--last {
  margin-top: 30px;
  text-align: right; }
@media screen and (min-width: 768px) {
  .lisencelist {
    margin: 50px 0 0; } }
@media screen and (max-width: 767px) {
  .lisencelist {
    margin: 30px 0 0; } }
.lisencelist a {
  text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .lisencelist a:hover {
      text-decoration: none; } }
@media screen and (min-width: 768px) {
  .lisencelist__item + .lisencelist__item {
    margin-top: 50px; } }
@media screen and (max-width: 767px) {
  .lisencelist__item + .lisencelist__item {
    margin-top: 30px; } }
.lisencelist__item__title {
  font-weight: 800;
  margin: 0 0 10px; }
  @media screen and (min-width: 768px) {
    .lisencelist__item__title {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media screen and (max-width: 767px) {
    .lisencelist__item__title {
      font-size: 15px;
      font-size: 0.9375rem; } }
.lisencelist__item__text {
  margin-top: 10px; }

/* notFound
==============================================================*/
@media screen and (max-width: 767px) {
  #wrap.notFound {
    padding-left: 0;
    padding-right: 0; } }

.notFound__box {
  position: relative; }
  @media screen and (min-width: 768px) {
    .notFound__box {
      width: 956px;
      margin: 0 auto;
      padding-top: 277px;
      background: url(/assets/img/404/bg_404_pc.png) center 0/100% auto no-repeat; } }
  @media screen and (max-width: 767px) {
    .notFound__box {
      margin-top: 35px;
      padding: 51.73vw 0 13.33vw;
      background: url(/assets/img/404/sp/bg_404_sp.png) center 0/100% auto no-repeat; } }
  .notFound__box::before, .notFound__box::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0; }
  .notFound__box::before {
    background-image: url(/assets/img/top/img_kv_balloon.png); }
    @media screen and (min-width: 768px) {
      .notFound__box::before {
        width: 40px;
        height: 58px;
        top: 30px;
        left: 23%;
        animation: balloon02 infinite 8s; } }
    @media screen and (max-width: 767px) {
      .notFound__box::before {
        width: 6vw;
        height: 9vw;
        top: 0vw;
        left: 13.6vw;
        animation: balloonSP02 infinite 8s; } }
  .notFound__box::after {
    background-image: url(/assets/img/404/img_kv_balloon_yellow.png); }
    @media screen and (min-width: 768px) {
      .notFound__box::after {
        width: 44px;
        height: 62px;
        top: 230px;
        right: 11%;
        animation: balloon03 infinite 8s; } }
    @media screen and (max-width: 767px) {
      .notFound__box::after {
        width: 5.6vw;
        height: 8vw;
        top: 33.8vw;
        right: 4.6vw;
        animation: balloonSP03 infinite 8s; } }
  .notFound__box h1 {
    text-align: center;
    font-weight: bold; }

@-webkit-keyframes balloon02 {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-8px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(-8px); }
  100% {
    transform: translateY(0); } }
@-moz-keyframes balloon02 {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-8px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(-8px); }
  100% {
    transform: translateY(0); } }
@-ms-keyframes balloon02 {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-8px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(-8px); }
  100% {
    transform: translateY(0); } }
@keyframes balloon02 {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-8px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(-8px); }
  100% {
    transform: translateY(0); } }
@-webkit-keyframes balloon03 {
  0% {
    transform: translateY(-8px); }
  20% {
    transform: translateY(0); }
  50% {
    transform: translateY(-8px); }
  70% {
    transform: translateY(0); }
  100% {
    transform: translateY(-8px); } }
@-moz-keyframes balloon03 {
  0% {
    transform: translateY(-8px); }
  20% {
    transform: translateY(0); }
  50% {
    transform: translateY(-8px); }
  70% {
    transform: translateY(0); }
  100% {
    transform: translateY(-8px); } }
@-ms-keyframes balloon03 {
  0% {
    transform: translateY(-8px); }
  20% {
    transform: translateY(0); }
  50% {
    transform: translateY(-8px); }
  70% {
    transform: translateY(0); }
  100% {
    transform: translateY(-8px); } }
@keyframes balloon03 {
  0% {
    transform: translateY(-8px); }
  20% {
    transform: translateY(0); }
  50% {
    transform: translateY(-8px); }
  70% {
    transform: translateY(0); }
  100% {
    transform: translateY(-8px); } }
@-webkit-keyframes balloonSP02 {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-7px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(-7px); }
  100% {
    transform: translateY(0); } }
@-moz-keyframes balloonSP02 {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-7px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(-7px); }
  100% {
    transform: translateY(0); } }
@-ms-keyframes balloonSP02 {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-7px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(-7px); }
  100% {
    transform: translateY(0); } }
@keyframes balloonSP02 {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-7px); }
  50% {
    transform: translateY(0); }
  70% {
    transform: translateY(-7px); }
  100% {
    transform: translateY(0); } }
@-webkit-keyframes balloonSP03 {
  0% {
    transform: translateY(-7px); }
  30% {
    transform: translateY(0); }
  50% {
    transform: translateY(-7px); }
  80% {
    transform: translateY(0); }
  100% {
    transform: translateY(-7px); } }
@-moz-keyframes balloonSP03 {
  0% {
    transform: translateY(-7px); }
  30% {
    transform: translateY(0); }
  50% {
    transform: translateY(-7px); }
  80% {
    transform: translateY(0); }
  100% {
    transform: translateY(-7px); } }
@-ms-keyframes balloonSP03 {
  0% {
    transform: translateY(-7px); }
  30% {
    transform: translateY(0); }
  50% {
    transform: translateY(-7px); }
  80% {
    transform: translateY(0); }
  100% {
    transform: translateY(-7px); } }
@keyframes balloonSP03 {
  0% {
    transform: translateY(-7px); }
  30% {
    transform: translateY(0); }
  50% {
    transform: translateY(-7px); }
  80% {
    transform: translateY(0); }
  100% {
    transform: translateY(-7px); } }
@media screen and (min-width: 768px) {
  .notFound__nav {
    margin: 45px auto 0; } }
@media screen and (max-width: 767px) {
  .notFound__nav {
    margin: 0 30px 0; } }
@media screen and (min-width: 768px) {
  .notFound__nav a {
    width: 368px; } }
