/* ---------------------------------------------------------------------------
//  cta
--------------------------------------------------------------------------- */
.cta {
  background: rgba(8, 181, 185, .5);
}

.cta .wrap {
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta .wrap .h2 {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.2;
  gap: .9rem;
  text-align: center;
}

.cta .wrap .h2::before,
.cta .wrap .h2::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  width: 1.3rem;
  height: 2.57rem;
}

.cta .wrap .h2::before {
  background-image: url(../img/line01_left.svg);
}

.cta .wrap .h2::after {
  background-image: url(../img/line01_right.svg);
}

.cta .wrap .h2 strong {
  color: #FFFF5B;
  margin: 0 .4rem;
}

.cta .wrap .btns {
  display: flex;
  justify-content: center;
  gap: 1.3rem;
  margin-top: 1.3rem;
}

.cta .wrap .btns .btn {
  width: 28.4rem;
  border-radius: 1rem;
  height: 6.9rem;
  background: #fff;
  border: solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  background-size: 1rem;
  background-position: center right 1.4rem;
  background-repeat: no-repeat;
  gap: 1.24rem;
  line-height: 1.28;
  font-size: 1.4rem;
}

.cta .wrap .btns .btn:hover {
  opacity: .7;
}

.cta .wrap .btns .btn_tel {
  color: #FF8E2B;
  flex-direction: column;
  background-image: url(../img/arrow_orange.svg);
  gap: .5rem;
}

.cta .wrap .btns .btn_tel img {
  width: 21rem;
}

.cta .wrap .btns .btn_tel p {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  left: .3rem;
  position: relative;
}

.cta .wrap .btns .btn_tel p span {
  font-size: 1.1rem;
}

.cta .wrap .btns .btn_tel p strong {
  font-size: 1.3rem;
  margin-left: .4rem;
}

.cta .wrap .btns .btn_tel p small {
  font-size: 1rem;
  font-weight: 400;
}

.cta .wrap .btns .btn_mail {
  color: #08B5B9;
  background-image: url(../img/arrow_blue.svg);
}

.cta .wrap .btns .btn_mail img {
  width: 3.55rem;
}

.cta .wrap .btns .btn_line {
  color: #00B900;
  background-image: url(../img/arrow_green.svg);
}

.cta .wrap .btns .btn_line img {
  width: 5.75rem;
}

@media screen and (max-width:768px) {
  .cta .wrap {
    padding: 3rem 2.2rem;
  }

  .cta .wrap .h2 {
    font-size: 2rem;
    white-space: nowrap;
    line-height: 1.4;
    align-items: stretch;
  }

  .cta .wrap .h2::before,
  .cta .wrap .h2::after {
    width: 2.5rem;
    height: auto;
  }

  .cta .wrap .btns {
    flex-direction: column;
    margin-top: 2rem;
    width: 100%;
  }

  .cta .wrap .btns .btn {
    width: 100%;
    border-radius: .5rem;
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------------------------
//  footer01
--------------------------------------------------------------------------- */
.footer01 {
  background: #08B5B9;
  color: #fff;
}

.footer01 .wrap {
  padding: 5rem 0 12.7rem;
  text-align: center;
}

.footer01 .wrap .logo {
  display: flex;
  align-items: flex-end;
  gap: .75rem;
  justify-content: center;
  font-size: 2.4rem;
}

.footer01 .wrap .logo img {
  width: 4.6rem;
  position: relative;
  top: .4rem;
}

.footer01 .wrap .copyright {
  font-size: 1.4rem;
  font-family: Poppins;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e6e6e6;
}

/* ---------------------------------------------------------------------------
//  footer_fix
--------------------------------------------------------------------------- */
.footer_fix {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background: rgba(227, 227, 227, .85);
}

.footer_fix .wrap .btns {
  height: 10.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1.39rem;
  gap: 1.3rem;
}

.footer_fix .wrap .btns .btn {
  width: 28.4rem;
  border-radius: 1rem;
  height: 6.9rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  background-size: 1rem;
  background-position: center right 1.4rem;
  background-repeat: no-repeat;
  gap: 1.24rem;
  line-height: 1.28;
  font-size: 1.4rem;
  color: #ffff;
  background-image: url(../img/arrow_white.svg);
  position: relative;
}

.footer_fix .wrap .btns .btn:hover {
  opacity: .7;
}

.footer_fix .wrap .btns .btn .float {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -2rem;
}

.footer_fix .wrap .btns .btn .float img {
  width: 100%;
}

.footer_fix .wrap .btns .btn_tel {
  background-color: #FF8E2B;
  flex-direction: column;
  gap: .5rem;
}

.footer_fix .wrap .btns .btn_tel .float {
  width: 15.8442rem;
}

.footer_fix .wrap .btns .btn_tel img {
  width: 21rem;
}

.footer_fix .wrap .btns .btn_tel p {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  position: relative;
  left: .3rem;
}

.footer_fix .wrap .btns .btn_tel p span {
  font-size: 1.1rem;
}

.footer_fix .wrap .btns .btn_tel p strong {
  font-size: 1.3rem;
  margin-left: .4rem;
}

.footer_fix .wrap .btns .btn_tel p small {
  font-size: 1rem;
  font-weight: 400;
}

.footer_fix .wrap .btns .btn_mail {
  background-color: #08B5B9;
  background-image: url(../img/arrow_blue.svg);
}

.footer_fix .wrap .btns .btn_mail .float {
  width: 11.8442rem;
}

.footer_fix .wrap .btns .btn_mail img {
  width: 3.55rem;
}

.footer_fix .wrap .btns .btn_line {
  background-color: #00B900;
  background-image: url(../img/arrow_green.svg);
}

.footer_fix .wrap .btns .btn_line img {
  width: 5.75rem;
}

@media screen and (max-width:768px) {
  .footer_fix {
    background: none;
  }

  .footer_fix .wrap .btns {
    height: 4.4rem;
    padding-bottom: 0;
    gap: 0;
    align-items: stretch;
  }

  .footer_fix .wrap .btns .btn {
    width: auto;
    border-radius: 0;
    height: auto;
    background-image: none;
    gap: .724rem;
    font-size: 1.6rem;
  }

  .footer_fix .wrap .btns .btn .float {
    display: none;
  }

  .footer_fix .wrap .btns .btn_tel {
    width: 7.1rem;
  }

  .footer_fix .wrap .btns .btn_tel {
    background-image: url(../img/footer_fix_tel_sp.svg);
    background-size: 2.8rem;
    background-position: center;
  }

  .footer_fix .wrap .btns .btn_tel img {
    display: none;
  }

  .footer_fix .wrap .btns .btn_tel p {
    display: none;
  }

  .footer_fix .wrap .btns .btn_mail {
    width: 13.4rem;
  }

  .footer_fix .wrap .btns .btn_mail p {
    font-size: 0;
  }

  .footer_fix .wrap .btns .btn_mail p::before {
    content: 'フォーム';
    font-size: 1.6rem;
  }

  .footer_fix .wrap .btns .btn_mail img {
    width: 2.79rem;
  }

  .footer_fix .wrap .btns .btn_line {
    width: calc(100% - 7.1rem - 13.4rem);
  }

  .footer_fix .wrap .btns .btn_line p {
    font-size: 0;
  }

  .footer_fix .wrap .btns .btn_line p::before {
    content: '友達追加';
    font-size: 1.6rem;
  }

  .footer_fix .wrap .btns .btn_line img {
    width: 5.15rem;
  }
}