@import url(main/base.css);
@import url(main/main.css);
@-webkit-keyframes slide {
  0% {
    top: 50%;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes slide {
  0% {
    top: 50%;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes scale {
  0%, 100% {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

@-webkit-keyframes fadeIn {
  0%, 60% {
    opacity: 0;
    top: -10%; }
  100% {
    opacity: 1;
    top: 2%; } }

@keyframes fadeIn {
  0%, 60% {
    opacity: 0;
    top: -10%; }
  100% {
    opacity: 1;
    top: 2%; } }

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%); } }

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%); } }

.float-link {
  position: fixed;
  width: 100px;
  right: 0;
  bottom: 5%;
  z-index: 99;
  -webkit-animation: float 2s infinite;
  animation: float 2s infinite; }
  .float-link img {
    width: 100%; }

.section-kv {
  margin-top: -1px;
  overflow: hidden; }
  .section-kv .kv-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
    margin: auto;
    width: 65%;
    z-index: 2;
    -webkit-animation: scale 1.8s infinite;
    animation: scale 1.8s infinite; }
  .section-kv .kv_cont {
    position: absolute;
    width: 60%;
    z-index: 1; }
    .section-kv .kv_cont.left {
      left: -5%;
      bottom: -5%; }
    .section-kv .kv_cont.right {
      right: -5%;
      top: 12%; }

.section-cont {
  padding: 5% 5% 15%;
  background: #EAEAE5 url("../images/bg_leaf01_mb.png") no-repeat 0% 5%;
  background-size: 30% auto; }
  .section-cont .leaf {
    position: absolute;
    right: -8%;
    top: 18%;
    width: 33%;
    z-index: 3; }
  .section-cont ul {
    text-align: center; }
  .section-cont li {
    display: block;
    margin: 0 auto;
    padding-bottom: 5%;
    width: 70%; }
    .section-cont li .cont-circle {
      margin: 0 auto;
      position: relative;
      z-index: 2;
      opacity: 1; }
  .section-cont .cont-table {
    margin: 15% auto 0;
    position: relative;
    z-index: 2; }
  .section-cont .img-deco {
    position: absolute;
    width: 30%;
    top: -40%;
    left: 2%;
    -webkit-animation: scale 1s infinite;
    animation: scale 1s infinite; }

.section-info {
  background: #FCCDE5 url("../images/bg_blue.png") no-repeat center 0;
  background-size: 75% 100%;
  padding: 5% 5% 10%;
  margin: -1px auto 0; }
  .section-info .float {
    position: absolute;
    width: 106%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1; }
    .section-info .float.leaf01 {
      top: -5%; }
    .section-info .float.leaf02 {
      bottom: -2%; }

.info-title {
  width: 70%;
  max-width: 215px;
  margin: 0 auto -1px;
  position: relative;
  z-index: 2; }

@media (min-width: 768px) {
  .float-link {
    width: 110px;
    right: 50%;
    top: 50%;
    margin-right: -50vw; }
  .section-kv .kv-header {
    width: 50%; }
  .section-kv .kv_cont {
    width: 51%; }
    .section-kv .kv_cont.left {
      left: 3%;
      bottom: -5%; }
    .section-kv .kv_cont.right {
      right: 2%;
      top: 22%; }
  .section-cont {
    background: #EAEAE5 url("../images/bg_leaf01.png") no-repeat -20% -2%;
    background-size: 70% auto;
    padding: 5% 5% 5%; }
    .section-cont .leaf {
      right: -8%;
      top: 20%;
      width: 25%; }
    .section-cont ul {
      font-size: 0; }
    .section-cont li {
      display: inline-block;
      padding: 0;
      width: 40%;
      margin: 0 auto; }
      .section-cont li + li {
        margin-left: 8%; }
    .section-cont .cont-table {
      width: 90%;
      margin: 15% auto 0; }
    .section-cont .img-deco {
      width: 160px;
      top: -30%;
      left: -8%; }
  .info-title {
    max-width: 300px; }
  .info-box {
    font-size: 15px;
    line-height: 1.5; }
  .section-info .float {
    width: 100%; }
    .section-info .float.leaf01 {
      width: 120%;
      top: -10%;
      left: -10%; }
    .section-info .float.leaf02 {
      bottom: -2%; } }

@media (min-width: 992px) {
  .float-link {
    top: 60%;
    margin-right: -500px; }
  .section-cont {
    padding: 10% 5%; }
    .section-cont .img-deco {
      width: 200px;
      top: -30%;
      left: -80px; }
  .section-info {
    padding: 5% 10% 10%; } }
