@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

.top_visual{
  padding-top: 80px;
  padding-bottom: 135px;
  height: auto;
  align-items: flex-start;
}

.top_visual .cnt{
  padding: 20px 20px 100px;
  width: 832px;
  border: 2px solid #08C04B;
  border-radius: 16px;
  background-color: #fff;
  text-align: center;
  position: relative;
}
.top_visual .cnt::before{
  content: "";
  background: url(../img/common/icon_woman-friend01.png) no-repeat center;
  background-size: contain;
  width: 75px;
  height: 260px;
  position: absolute;
  top: 110px;
  left: 50px;
}
.top_visual .logo{
  width: 151px;
  height: 37px;
}
.top_visual .balloonTxt{
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  width: 162px;
  height: 162px;
  border-radius: 50%;
  background-color: #08C04B;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  right: -50px;
}
.titleBlock{
  padding-top: 65px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.titleBlock::after{
  margin-top: 25px;
  content: "";
  background: url(../img/common/icon_arrowDown-red.svg) no-repeat center;
  background-size: contain;
  width: 39px;
  height: 58px;
  display: block;
}
.titleBlock h3{
  font-size: 46px;
  font-weight: bold;
  line-height: 1.333;
  color: #00C53F;

}
.lineBlock{
  margin-left: 30px;
  width: 680px;
  height: 227px;
  display: block;
  position: relative;
}
.lineBlock::after{
  content: "";
  background: url(../img/common/icon_woman-friend02.png) no-repeat center;
  background-size: contain;
  width: 84px;
  height: 125px;
  position: absolute;
  right: -84px;
  bottom: 0;
}

aside{
  padding-bottom: 0;
}
@media screen and ( max-width:767px) {
  .top_visual{
    padding: 6.25vw 5vw 11vw;
  }

  .top_visual .cnt{
    padding: 3.5vw 3.5vw 14vw;
    width: 100%;
  }
  .top_visual .cnt::before{

    width: 12.5vw;
    height: 42.6vw;
    top: 90px;
    left: 25px;
  }
  .top_visual .logo{
    width: 26.6vw;
    height: auto;
  }
  .top_visual .balloonTxt{
    font-size: 3.5vw;
    line-height: 1.48;
    width: 26vw;
    height: 26vw;
    top: -10px;
    right: -15px;
  }
  .titleBlock{
    padding-top: 6vw;
    padding-bottom: 10vw;
  }
  .titleBlock::after{
    margin-top: 7vw;
    width: 8vw;
    height: 11.6vw;
  }
  .titleBlock h3{
    font-size: 6.4vw;

  }
  .lineBlock{
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    margin-left: 1.25vw;
    margin-right: 1.25vw;
    width: 97.5%;
    height: 35vw;
    background-color: #FFFA7C;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .lineBlock::after{
    content: "";
    background: url(../img/common/icon_woman-friend02.png) no-repeat center;
    background-size: contain;
    width: 11.5vw;
    height: 17.3vw;
    position: absolute;
    right: 5px;
    bottom: -50px;
  }

  .additional_text{
    margin-top: 25.5vw;
    font-size: 5vw;
    line-height: 1.714;
    color: #C03779;
    position: relative;

  }
  .additional_text strong{
    display: inline-block;
    font-size: 7vw;
  }
  .additional_text::before{
    margin-top: 7vw;
    margin-bottom: 7vw;
    content: "";
    background: url(../img/common/icon_arrowUp-red.svg) no-repeat center;
    background-size: contain;
    width: 8vw;
    height: 11.6vw;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
  }
}