@charset "UTF-8";
/*----------------------------------------------------- */
/*  base           */
/*----------------------------------------------------- */
body {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.babytech--inner {
  width: 100%;
  padding: 0 5%;
}

.babytech--ttl {
  font-size: 1.4375rem;
  font-weight: 900;
  color: #009844;
  margin-bottom: 20px;
  line-height: 1.5;
}

.babytech--btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  height: 50px;
  line-height: 46px;
  border: 2px solid #009844;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}
.babytech--btn span {
  color: #009844;
  position: relative;
  font-weight: 700;
}
.babytech--btn span::after {
  content: "▶";
  font-size: 0.5rem;
  position: absolute;
  top: -12px;
  right: -12px;
}

@media screen and (min-width: 993px) {
  body {
    font-size: 1rem;
  }

  .babytech--inner {
    max-width: 1064px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }

  .babytech--ttl {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }

  .babytech--btn {
    width: 320px;
    transition: 0.3s ease-in-out;
  }
  .babytech--btn span::after {
    top: -10px;
    right: -12px;
  }
  .babytech--btn:hover {
    background: #009844;
    text-decoration: none;
  }
  .babytech--btn:hover span {
    color: #fff;
  }

  .babytech--wrap {
    display: flex;
    justify-content: space-between;
  }
}
/*----------------------------------------------------- */
/*  nav           */
/*----------------------------------------------------- */
.is-open {
  overflow: hidden;
}

.babytech--menu {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 5%;
  width: 40px;
  height: 40px;
  z-index: 100;
  transition: 0.3s ease-in-out;
}
.babytech--menu span {
  position: absolute;
  width: 20px;
  height: 2px;
  left: calc(50% - 10px);
  display: block;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.babytech--menu span:nth-child(1) {
  top: 13px;
}
.babytech--menu span:nth-child(2) {
  top: 19px;
}
.babytech--menu span:nth-child(3) {
  top: 25px;
}

.is-open .babytech--menu {
  background: #51a46e;
  border-radius: 20px;
}
.is-open .babytech--menu span:nth-child(1) {
  top: 20px;
  transform: rotate(135deg);
}
.is-open .babytech--menu span:nth-child(2) {
  opacity: 0;
}
.is-open .babytech--menu span:nth-child(3) {
  top: 20px;
  transform: rotate(-135deg);
}

.babytech--nav {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.babytech--nav--deco01 {
  display: none;
}
.babytech--nav--deco02 {
  position: absolute;
  top: -4%;
  right: 62%;
  width: 55%;
  z-index: 4;
}
.babytech--nav--deco03 {
  position: absolute;
  top: -7%;
  right: 39%;
  width: 56%;
}
.babytech--nav--deco04 {
  position: absolute;
  bottom: -7%;
  right: -6%;
  width: 52%;
}
.babytech--nav--deco05 {
  position: absolute;
  bottom: 10%;
  right: 36%;
  width: 14%;
}
.babytech--nav--deco06 {
  position: absolute;
  top: 13%;
  left: 21%;
  width: 9%;
  z-index: 5;
}
.babytech--nav--deco07 {
  display: none;
}
.babytech--nav--deco08 {
  display: none;
}
.babytech--nav--deco09 {
  display: none;
}

.is-open .babytech--nav {
  visibility: visible;
  opacity: 1;
  transition: opacity .6s ease, visibility .6s ease;
}

.babytech--nav--list {
  text-align: center;
}
.babytech--nav--list a {
  text-decoration: none;
  vertical-align: top;
}
.babytech--nav--list a em {
  color: #009844;
  font-size: 0.9375rem;
  font-weight: 700;
  font-style: normal;
}
.babytech--nav--list a span {
  color: #009844;
  font-size: 0.6rem;
  font-weight: 700;
  padding-left: 5px;
  vertical-align: text-top;
}
.babytech--nav--list li + li {
  margin-top: 50px;
}

@media screen and (min-width: 993px) {
  .babytech--menu {
    top: 40px;
    right: 40px;
    width: 36px;
    height: 36px;
  }
  .babytech--menu span {
    position: absolute;
    width: 36px;
    height: 5px;
    left: 0;
    background: #fff;
    transition: transform .3s ease-in-out, top .3s ease;
  }
  .babytech--menu span:nth-child(1) {
    top: 0;
  }
  .babytech--menu span:nth-child(2) {
    top: 11px;
  }
  .babytech--menu span:nth-child(3) {
    top: 22px;
  }

  .is-open .babytech--menu {
    background: none;
  }
  .is-open .babytech--menu span:nth-child(1) {
    top: 10px;
  }
  .is-open .babytech--menu span:nth-child(3) {
    top: 10px;
  }

  .babytech--nav {
    background: #fffff7;
  }
  .babytech--nav--deco01 {
    display: block;
    position: absolute;
    top: -180px;
    right: -180px;
    width: 646px;
    z-index: 5;
  }
  .babytech--nav--deco02 {
    display: none;
  }
  .babytech--nav--deco03 {
    display: none;
  }
  .babytech--nav--deco04 {
    display: none;
  }
  .babytech--nav--deco05 {
    display: none;
  }
  .babytech--nav--deco06 {
    display: none;
  }
  .babytech--nav--deco07 {
    display: block;
    position: absolute;
    top: -40px;
    right: 13%;
    width: 19%;
    z-index: 3;
  }
  .babytech--nav--deco08 {
    display: block;
    position: absolute;
    bottom: -180px;
    left: -16%;
    width: 60%;
    z-index: 4;
  }
  .babytech--nav--deco09 {
    display: block;
    position: absolute;
    top: 10px;
    right: 27%;
    width: 48px;
    z-index: 5;
  }

  .babytech--nav--list {
    text-align: center;
  }
  .babytech--nav--list a {
    transition: 0.3s ease-in-out;
  }
  .babytech--nav--list a em {
    font-size: 1.625rem;
  }
  .babytech--nav--list a span {
    font-size: 1rem;
    vertical-align: 4px;
  }
  .babytech--nav--list a:hover {
    opacity: 0.6;
  }
  .babytech--nav--list li + li {
    margin-top: 50px;
  }
}
/*----------------------------------------------------- */
/*  babytech--kv           */
/*----------------------------------------------------- */
.babytech--kv {
  background: #fffff7;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.babytech--kv::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 101%;
  height: 50%;
  background: url(../img/bg_kv_bottom.svg) center bottom no-repeat;
  background-size: contain;
  z-index: 11;
}
.babytech--kv--link {
  position: absolute;
  top: 20px;
  left: 6%;
  font-size: 0.75rem;
  color: #009844;
  text-decoration: none;
  z-index: 10;
}
.babytech--kv--logo {
  position: relative;
  width: 34%;
  margin: 0 auto 20px;
  z-index: 10;
}
.babytech--kv--ttl {
  position: relative;
  color: #4dbd77;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.05em;
  font-size: 7vw;
  margin: 0 -2% 10px;
  z-index: 10;
}
.babytech--kv--note {
  position: relative;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 400;
  z-index: 10;
}
.babytech--kv--deco01 {
  position: absolute;
  top: -4%;
  right: -10%;
  width: 50%;
  z-index: 5;
}
.babytech--kv--deco02 {
  position: absolute;
  top: -3%;
  left: -18%;
  width: 62%;
  z-index: 5;
}
.babytech--kv--deco03-01 {
  display: none;
}
.babytech--kv--deco03-02 {
  position: absolute;
  top: 4%;
  left: -14%;
  width: 30%;
}
.babytech--kv--deco04 {
  position: absolute;
  bottom: -11%;
  left: -18%;
  width: 76%;
  z-index: 4;
}
.babytech--kv--deco05 {
  position: absolute;
  bottom: 10%;
  left: -14%;
  width: 24%;
  z-index: 3;
}
.babytech--kv--deco06 {
  position: absolute;
  bottom: 2%;
  right: -3%;
  width: 22%;
  z-index: 3;
}
.babytech--kv--deco07 {
  position: absolute;
  top: 2%;
  right: 13%;
  width: 21%;
  z-index: 3;
}
.babytech--kv--deco08 {
  position: absolute;
  top: 18%;
  right: 9%;
  width: 6%;
}
.babytech--kv--deco09 {
  position: absolute;
  top: 27%;
  left: 5%;
  width: 6%;
}
.babytech--kv--deco10 {
  position: absolute;
  bottom: 15%;
  left: 18%;
  width: 6%;
}
.babytech--kv--deco11 {
  position: absolute;
  top: 10%;
  left: 18%;
  width: 8%;
  z-index: 5;
}
.babytech--kv--deco12 {
  position: absolute;
  bottom: 8%;
  right: 14%;
  width: 12%;
  z-index: 5;
}
.babytech--kv--deco13 {
  position: absolute;
  bottom: 5%;
  left: 2%;
  width: 24%;
  z-index: 5;
}
.babytech--kv--deco14 {
  display: none;
}

@media screen and (min-width: 993px) {
  .babytech--kv {
    height: 920px;
  }
  .babytech--kv--link {
    top: 40px;
    left: 6%;
    font-size: 0.9375rem;
    transition: 0.3s ease-in-out;
  }
  .babytech--kv--link:hover {
    opacity: 0.6;
    color: #009844;
    text-decoration: none;
  }
  .babytech--kv .babytech--inner {
    margin-top: -60px;
  }
  .babytech--kv--logo {
    width: 252px;
    margin: 0 auto 40px;
  }
  .babytech--kv--ttl {
    letter-spacing: 0;
    font-size: 4.125rem;
    margin: 0 auto;
  }
  .babytech--kv--note {
    text-align: right;
    padding-right: 70px;
    font-size: 0.75rem;
    color: #4c4c4c;
  }
  .babytech--kv--deco01 {
    position: absolute;
    top: -180px;
    right: -180px;
    width: 646px;
  }
  .babytech--kv--deco02 {
    position: absolute;
    top: -7%;
    left:-8%;
    width: 35%;
    z-index: 5;
  }
  .babytech--kv--deco03-01 {
    display: block;
    position: absolute;
    top: -12%;
    left: -5%;
    width: 35%;
    z-index: 3;
  }
  .babytech--kv--deco03-02 {
    position: absolute;
    top: -7%;
    left: -15%;
    width: 30%;
  }
  .babytech--kv--deco04 {
    position: absolute;
    bottom: -18%;
    left: -28%;
    width: 76%;
    z-index: 4;
  }
  .babytech--kv--deco05 {
    position: absolute;
    bottom: 25%;
    left: -6%;
    width: 15%;
    z-index: 3;
  }
  .babytech--kv--deco06 {
    position: absolute;
    bottom: 5%;
    right: -2%;
    width: 22%;
    z-index: 3;
  }
  .babytech--kv--deco07 {
    position: absolute;
    top: -40px;
    right: 13%;
    width: 19%;
    z-index: 3;
  }
  .babytech--kv--deco08 {
    position: absolute;
    top: 31%;
    right: 14%;
    width: 40px;
  }
  .babytech--kv--deco09 {
    position: absolute;
    top: 27%;
    left: 12%;
    width: 40px;
  }
  .babytech--kv--deco10 {
    position: absolute;
    bottom: 23%;
    left: 18%;
    width: 40px;
  }
  .babytech--kv--deco11 {
    position: absolute;
    top: 16%;
    left: 8%;
    width: 65px;
    z-index: 5;
  }
  .babytech--kv--deco12 {
    position: absolute;
    bottom: 12%;
    right: 12%;
    width: 100px;
    z-index: 5;
  }
  .babytech--kv--deco13 {
    display: none;
  }
  .babytech--kv--deco14 {
    display: block;
    position: absolute;
    top: 10px;
    right: 20%;
    width: 48px;
    z-index: 5;
  }
}
/*----------------------------------------------------- */
/*  babytech--about           */
/*----------------------------------------------------- */
.babytech--about {
  background: #f1fcf1;
  padding: 50px 0 70px;
  position: relative;
  overflow: hidden;
}
.babytech--about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../img/bg_about_bottom.svg) center bottom no-repeat;
  background-size: contain;
}
.babytech--about .babytech--inner {
  position: relative;
  z-index: 10;
}
.babytech--about--txt {
  margin-bottom: 30px;
}
.babytech--about--note-pc {
  display: none;
}
.babytech--about--note-sp {
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 60px;
}
.babytech--about--pic figure {
  margin-bottom: 40px;
}
.babytech--about--deco {
  position: absolute;
  top: 27%;
  right: -8%;
  width: 46%;
}

@media screen and (min-width: 993px) {
  .babytech--about {
    padding: 80px 0 170px;
  }
  .babytech--about::after {
    height: 200px;
  }
  .babytech--about--contents {
    width: 50%;
    padding-right: 60px;
    margin-bottom: 40px;
  }
  .babytech--about--txt {
    font-size: 1.1875rem;
    line-height: 2.2;
  }
  .babytech--about--note-pc {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
  }
  .babytech--about--note-sp {
    display: none;
  }
  .babytech--about--pic {
    width: 50%;
    padding-top: 120px;
  }
  .babytech--about--pic figure {
    width: 90%;
    margin: 0 auto 40px;
  }
  .babytech--about--deco {
    position: absolute;
    top: 48%;
    right: 20%;
    width: 46%;
  }
}
/*----------------------------------------------------- */
/*  babytech--effort           */
/*----------------------------------------------------- */
.babytech--effort {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.babytech--effort--txt {
  margin-bottom: 70px;
}
.babytech--effort--pic figure {
  margin-bottom: 0;
}
.babytech--effort--deco01 {
  position: absolute;
  top: 6%;
  right: -10%;
  width: 40%;
}
.babytech--effort--deco02 {
  position: absolute;
  bottom: 0%;
  right: -8%;
  width: 31%;
}
.babytech--effort--deco03 {
  display: none;
}
.babytech--effort--deco04 {
  position: absolute;
  top: 49%;
  left: 12%;
  width: 40px;
}

.babytech--bg01 {
  height: 200px;
  position: relative;
  background: url(../img/bg_01_sp.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.babytech--bg01::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -5%;
  width: 110%;
  height: 50%;
  background: url(../img/bg_01_top.svg) center top no-repeat;
  background-size: contain;
}
.babytech--bg01::after {
  content: "";
  position: absolute;
  bottom: -1%;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../img/bg_01_bottom_sp.svg) center bottom no-repeat;
  background-size: contain;
}

@media screen and (min-width: 993px) {
  .babytech--effort {
    padding: 100px 0;
    background-color: #fff;
  }
  .babytech--effort--contents {
    width: 50%;
  }
  .babytech--effort--txt {
    font-size: 1.1875rem;
    line-height: 2.2;
    margin-bottom: 0px;
  }
  .babytech--effort--pic {
    width: 50%;
    padding: 30px 0px 0 60px;
  }
  .babytech--effort--pic figure {
    margin-bottom: 0;
  }
  .babytech--effort--deco01 {
    position: absolute;
    top: 0;
    right: auto;
    left: 1%;
    width: 40%;
  }
  .babytech--effort--deco02 {
    position: absolute;
    bottom: 5%;
    right: -12%;
    width: 28%;
  }
  .babytech--effort--deco03 {
    display: block;
    position: absolute;
    bottom: 18%;
    right: 3%;
    width: 40px;
  }
  .babytech--effort--deco04 {
    position: absolute;
    top: 17%;
    left: 49%;
    width: 80px;
  }

  .babytech--bg01 {
    height: 410px;
  }
  .babytech--bg01::after {
    left: -5%;
    width: 110%;
    background: url(../img/bg_01_bottom.svg) center bottom no-repeat;
    background-size: contain;
  }
}
/*----------------------------------------------------- */
/*  babytech--sponsored           */
/*----------------------------------------------------- */
.babytech--sponsored {
  background: #f1fcf1;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.babytech--sponsored--txt {
  position: relative;
  z-index: 10;
  margin-bottom: 70px;
}
.babytech--sponsored--pic {
  position: relative;
  z-index: 10;
}
.babytech--sponsored--pic figure {
  width: 50%;
  margin: 0 auto 30px;
}
.babytech--sponsored--deco01 {
  width: 103%;
  position: absolute;
  bottom: 6%;
  left: 3%;
}
.babytech--sponsored--deco02 {
  display: none;
}

@media screen and (min-width: 993px) {
  .babytech--sponsored {
    padding: 100px 0 150px;
  }
  .babytech--sponsored--contents {
    width: 50%;
    position: relative;
    z-index: 10;
  }
  .babytech--sponsored--txt {
    font-size: 1.1875rem;
    line-height: 2.2;
    margin-bottom: 0px;
  }
  .babytech--sponsored--pic {
    width: 50%;
    padding: 70px 0 0 30px;
  }
  .babytech--sponsored--pic figure {
    width: 236px;
    margin-bottom: 30px;
  }
  .babytech--sponsored--deco01 {
    width: 534px;
    bottom: 21%;
    left: 50%;
  }
  .babytech--sponsored--deco02 {
    display: block;
    position: absolute;
    bottom: 0%;
    left: 43%;
    width: 150px;
  }
}
/*----------------------------------------------------- */
/*  babytech--award           */
/*----------------------------------------------------- */
.babytech--award {
  background: #f1fcf1;
  padding: 50px 0 70px;
  position: relative;
  overflow: hidden;
}
.babytech--award--contents {
  position: relative;
  z-index: 10;
}
.babytech--award--txt {
  position: relative;
  z-index: 20;
  margin-bottom: 70px;
}
.babytech--award--pic {
  position: relative;
  z-index: 10;
}
.babytech--award--pic figure {
  width: 80%;
  margin: 0 auto 30px;
}
.babytech--award--deco01 {
  width: 102%;
  position: absolute;
  bottom: 7%;
  right: 3%;
}
.babytech--award--deco02 {
  display: none;
}
.babytech--award--deco03 {
  width: 32%;
  position: absolute;
  top: 11%;
  right: -4%;
}

.babytech--bg02 {
  height: 190px;
  background: url(../img/bg_02_sp.png) center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.babytech--bg02::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -5%;
  width: 110%;
  height: 50%;
  background: url(../img/bg_02_top.svg) center top no-repeat;
  background-size: contain;
}
.babytech--bg02::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -5%;
  width: 110%;
  height: 50%;
  background: url(../img/bg_02_bottom_sp.svg) center bottom no-repeat;
  background-size: contain;
}

@media screen and (min-width: 993px) {
  .babytech--award {
    padding: 0 0 100px;
  }
  .babytech--award--contents {
    width: 50%;
    position: relative;
    z-index: 10;
  }
  .babytech--award--txt {
    font-size: 1.1875rem;
    line-height: 2.2;
    margin-bottom: 0px;
  }
  .babytech--award--pic {
    width: 50%;
    padding: 160px 0 0 30px;
  }
  .babytech--award--pic figure {
    width: 342px;
    margin-bottom: 30px;
  }
  .babytech--award--deco01 {
    width: 534px;
    bottom: 30%;
    left: 52%;
  }
  .babytech--award--deco02 {
    display: block;
    width: 32%;
    position: absolute;
    bottom: 3%;
    left: 6%;
  }
  .babytech--award--deco03 {
    display: none;
  }

  .babytech--bg02 {
    height: 380px;
    background: url(../img/bg_02_pc.png) center center no-repeat;
    background-size: cover;
  }
  .babytech--bg02::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -5%;
    width: 110%;
    height: 50%;
    background: url(../img/bg_02_bottom_pc.svg) center bottom no-repeat;
    background-size: contain;
  }
}
/*----------------------------------------------------- */
/*  babytech--azusawa           */
/*----------------------------------------------------- */
.babytech--azusawa {
  padding: 50px 0 100px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.babytech--azusawa--txt {
  margin-bottom: 30px;
}
.babytech--azusawa--pic {
  position: relative;
  z-index: 10;
}
.babytech--azusawa--pic figure {
  width: 90%;
  margin: 0 auto;
}
.babytech--azusawa--deco01 {
  position: absolute;
  bottom: 2%;
  right: -5%;
  width: 33%;
}
.babytech--azusawa--deco02 {
  display: none;
}
.babytech--azusawa--deco03 {
  position: absolute;
  bottom: 7%;
  right: 12%;
  width: 12%;
}

@media screen and (min-width: 993px) {
  .babytech--azusawa {
    padding: 130px 0 0px;
    background-color: #fff;
  }
  .babytech--azusawa--contents {
    width: 50%;
  }
  .babytech--azusawa--txt {
    font-size: 1.1875rem;
    line-height: 2.2;
    margin-bottom: 0px;
  }
  .babytech--azusawa--pic {
    width: 50%;
    padding: 120px 0px 0 60px;
  }
  .babytech--azusawa--pic figure {
    width: 100%;
    margin-bottom: 0;
  }
  .babytech--azusawa--deco01 {
    position: absolute;
    top: 2%;
    right: 6%;
    width: 200px;
  }
  .babytech--azusawa--deco02 {
    display: block;
    position: absolute;
    top: 20%;
    right: 20%;
    width: 13px;
  }
  .babytech--azusawa--deco03 {
    position: absolute;
    top: 7%;
    right: 15%;
    width: 48px;
  }
}
/*----------------------------------------------------- */
/*  babytech--touch           */
/*----------------------------------------------------- */
.babytech--touch {
  padding: 0 0 150px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.babytech--touch--txt {
  position: relative;
  margin-bottom: 50px;
  z-index: 10;
}
.babytech--touch--pic {
  position: relative;
  z-index: 10;
}
.babytech--touch--pic figure {
  margin: 6px auto 0;
}
.babytech--touch--deco01 {
  position: absolute;
  top: 50%;
  left: -5%;
  width: 35%;
}
.babytech--touch--deco02 {
  display: none;
}
.babytech--touch--deco03 {
  position: absolute;
  bottom: 2%;
  right: 3%;
  width: 26%;
}
.babytech--touch--deco04 {
  position: absolute;
  bottom: 6%;
  right: 26%;
  width: 40px;
}

.babytech--youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.babytech--youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 993px) {
  .babytech--touch {
    padding: 200px 0 100px;
    background-color: #fff;
  }
  .babytech--touch--contents {
    width: 50%;
  }
  .babytech--touch--txt {
    font-size: 1.1875rem;
    line-height: 2.2;
    margin-bottom: 0px;
  }
  .babytech--touch--pic {
    width: 50%;
    padding: 170px 0px 0 60px;
  }
  .babytech--touch--pic figure {
    margin: 10px auto 0;
  }
  .babytech--touch--deco01 {
    position: absolute;
    top: 1%;
    left: 47%;
    width: 35%;
  }
  .babytech--touch--deco02 {
    display: block;
    position: absolute;
    top: 43%;
    left: -3%;
    width: 35%;
  }
  .babytech--touch--deco03 {
    position: absolute;
    bottom: 1%;
    right: 3%;
    width: 26%;
  }
  .babytech--touch--deco04 {
    position: absolute;
    bottom: 8%;
    right: 26%;
    width: 80px;
  }
}
/*----------------------------------------------------- */
/*  babytech--footer           */
/*----------------------------------------------------- */
.babytech--footer {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(251, 254, 251, 0) 49%, #e5f4e5 50%);
  position: relative;
  text-align: center;
  padding: 40px 0 60px;
  overflow: hidden;
}
.babytech--footer .babytech--inner {
  position: relative;
  z-index: 10;
}
.babytech--footer--logo {
  display: block;
  width: 65px;
  margin: 0 auto 30px;
}
.babytech--footer--link {
  margin-bottom: 20px;
}
.babytech--footer--link a {
  color: #009844;
  font-weight: 700;
  text-decoration: none;
}
.babytech--footer--copy {
  font-size: 0.6875rem;
  margin-bottom: 20px;
  font-weight: 400;
}
.babytech--footer--sns {
  display: flex;
  justify-content: center;
}
.babytech--footer--sns li {
  margin: 0 10px;
  width: 30px;
}
.babytech--footer--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

@media screen and (min-width: 993px) {
  .babytech--footer {
    padding: 50px 0;
    height: 240px;
  }
  .babytech--footer .babytech--inner {
    position: relative;
    z-index: 10;
  }
  .babytech--footer--logo {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 85px;
    transition: 0.3s ease-in-out;
  }
  .babytech--footer--logo:hover {
    opacity: 0.6;
  }
  .babytech--footer--link {
    position: absolute;
    right: 10px;
    top: 50px;
    display: flex;
  }
  .babytech--footer--link li + li {
    margin-left: 40px;
  }
  .babytech--footer--link a {
    font-size: 1.125rem;
    transition: 0.3s ease-in-out;
  }
  .babytech--footer--link a:hover {
    opacity: 0.6;
  }
  .babytech--footer--copy {
    font-size: 0.875rem;
    margin-bottom: 0;
    position: absolute;
    left: 10px;
    top: 110px;
  }
  .babytech--footer--sns {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    right: 10px;
    top: 100px;
  }
  .babytech--footer--sns li {
    margin: 0 0 0 20px;
    width: 30px;
  }
  .babytech--footer--sns a {
    transition: 0.3s ease-in-out;
  }
  .babytech--footer--sns a:hover {
    opacity: 0.6;
  }
  .babytech--footer--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
