/* CSS Document */
.header-img {
  background: url(../img/header-img.jpg), linear-gradient(90deg, #51c2d5 0%, #4be4c5 100%);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 400px;
  margin-top: 10rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    .header-img {
      height: 300px;
      margin-top: 6rem; } }
  @media screen and (max-width: 575px) {
    .header-img {
      height: 250px;
      margin-top: 3rem; } }
  .header-img h1 {
    font-family: 'Kiwi Maru', serif;
    font-size: 6rem;
    font-size: 60px;
    color: white;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 10%;
    margin: auto; }
    @media screen and (max-width: 575px) {
      .header-img h1 {
        font-size: 4.5rem;
        font-size: 45px;
        left: 0;
        right: 0;
        text-align: center; } }
    .header-img h1 span {
      font-size: 3rem;
      font-size: 30px;
      padding-left: 2rem; }
      @media screen and (max-width: 575px) {
        .header-img h1 span {
          font-size: 2.5rem;
          font-size: 25px; } }

.anchor {
  display: block;
  padding-top: 250px;
  margin-top: -250px; }
  @media screen and (max-width: 767px) {
    .anchor {
      padding-top: 130px;
      margin-top: -130px; } }

.blue-back {
  background-color: #F1FCFE;
  padding: 7rem 0 8rem; }
  @media screen and (max-width: 991px) {
    .blue-back {
      padding: 5rem 0 6rem; } }
  @media screen and (max-width: 575px) {
    .blue-back {
      padding: 3rem 0 4rem; } }

h2 {
  font-family: 'Kiwi Maru', serif;
  font-size: 4.5rem;
  font-size: 45px;
  color: #51C2D5;
  font-weight: 300;
  margin-bottom: 3rem; }
  @media screen and (max-width: 575px) {
    h2 {
      font-size: 3.5rem;
      font-size: 35px;
      margin-bottom: 2rem; } }
  h2 span {
    font-size: 3.5rem;
    font-size: 35px; }
    @media screen and (max-width: 575px) {
      h2 span {
        font-size: 2.5rem;
        font-size: 25px; } }

footer .footer-box {
  margin-top: -15rem; }

#concept {
  position: relative; }
  #concept .left-bubble {
    position: absolute;
    max-width: 80px;
    left: 0;
    bottom: 0;
    filter: drop-shadow(5px 5px 5px rgba(45, 175, 148, 0.3)); }
    @media screen and (max-width: 575px) {
      #concept .left-bubble {
        left: 5%;
        bottom: -5%; } }
  #concept .right-bubble {
    position: absolute;
    max-width: 100px;
    top: 0;
    right: 0;
    filter: drop-shadow(5px 5px 5px rgba(45, 175, 148, 0.3)); }
    @media screen and (max-width: 767px) {
      #concept .right-bubble {
        max-width: 80px;
        top: -20%; } }
    @media screen and (max-width: 575px) {
      #concept .right-bubble {
        top: -15%; } }
  #concept img + p {
    font-family: 'Kiwi Maru', serif;
    font-size: 2.4rem;
    font-size: 24px;
    color: #2DAF94;
    line-height: 4rem;
    margin: 8rem 0; }
    @media screen and (max-width: 767px) {
      #concept img + p {
        margin: 6rem 0 4rem; } }
    @media screen and (max-width: 575px) {
      #concept img + p {
        margin: 5rem 0 3rem;
        font-size: 20px;
        font-size: 2rem;
        line-height: 3rem; } }
  #concept .comment {
    margin-bottom: 15rem; }
    @media screen and (max-width: 767px) {
      #concept .comment {
        margin-bottom: 19rem; } }
    @media screen and (max-width: 575px) {
      #concept .comment {
        padding: 0; } }
    #concept .comment .name-p {
      text-align: right;
      font-size: 1.6rem;
      font-size: 16px;
      color: #2DAF94; }
      @media screen and (max-width: 575px) {
        #concept .comment .name-p {
          font-size: 1.4rem;
          font-size: 14px;
          line-height: 2rem;
          margin-bottom: 0; } }
    #concept .comment .name-p + p {
      text-align: right;
      font-size: 2.4rem;
      font-size: 24px; }
      @media screen and (max-width: 575px) {
        #concept .comment .name-p + p {
          font-size: 2.2rem;
          font-size: 22px; } }

#voice {
  clip-path: ellipse(145vh 120vh at 50% 120vh);
  background: #EEFCFA;
  margin-top: -12rem;
  padding: 8rem 0 25rem; }
  @media screen and (max-width: 991px) {
    #voice {
      clip-path: ellipse(167vh 155vh at 50% 155vh); } }
  @media screen and (max-width: 767px) {
    #voice {
      padding: 8rem 0 35rem; } }
  @media screen and (max-width: 575px) {
    #voice {
      clip-path: ellipse(170vh 320vh at 50% 320vh);
      padding: 5rem 0 35rem; } }
  #voice h2 {
    text-align: center;
    margin-bottom: 5rem; }
    @media screen and (max-width: 575px) {
      #voice h2 {
        margin-bottom: 3rem; } }
  #voice h2 + div p {
    font-family: 'Kiwi Maru', serif;
    display: inline-block;
    text-align: center;
    color: #51C2D5;
    font-size: 2.5rem;
    font-size: 25px;
    position: relative; }
    #voice h2 + div p::before {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 40px;
      height: 3px;
      background-color: #51C2D5;
      -webkit-transform: rotate(60deg);
      transform: rotate(60deg);
      left: -60px; }
      @media screen and (max-width: 767px) {
        #voice h2 + div p::before {
          left: -40px; } }
      @media screen and (max-width: 575px) {
        #voice h2 + div p::before {
          line-height: 3.5rem; } }
    #voice h2 + div p::after {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 40px;
      height: 3px;
      background-color: #51C2D5;
      -webkit-transform: rotate(-60deg);
      transform: rotate(-60deg);
      right: -50px; }
      @media screen and (max-width: 767px) {
        #voice h2 + div p::after {
          right: -30px; } }
  #voice ul {
    margin-top: 2rem; }
    @media screen and (max-width: 575px) {
      #voice ul {
        margin-top: 1rem;
        padding: 0; } }
    #voice ul li {
      background: white;
      border: 1px solid #51C2D5;
      border-radius: 1rem;
      padding: 2.5rem 4rem 1rem;
      margin-bottom: 1.5rem; }
      @media screen and (max-width: 575px) {
        #voice ul li {
          padding: 2rem 1.5rem 1rem; } }
      #voice ul li p span {
        display: block; }
