/*-----------------------------------------
    cta
-----------------------------------------*/
.cta {
  padding-top: 6.5rem;
  padding-bottom: 7.5rem;
  background: var(--main-color);
  position: relative;
}

@media (max-width: 767px) {
  .cta {
    padding: 2rem 1rem 4rem;
  }
}

.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/cta-bg.webp) no-repeat top center/cover;
}

@media (max-width: 767px) {
  .cta::before {
    display: none;
  }
}

.cta__inner {
  display: flex;
  flex-direction: column;

  img {
    width: 100%;
  }

  .btn {
    display: block;
    width: clamp(320px, 39vw, 565px);
    max-width: 100%;
    height: clamp(76px, 7vw, 96px);
    line-height: clamp(76px, 7vw, 96px);
    font-size: clamp(22px, 2.5vw, 35px);
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #154B2D;
    border-radius: 1.5rem;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease 0s;
    box-shadow: 6px 4px 0px 0px rgba(0, 0, 0, 0.1);
  }

  .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../images/cta-arrow-g.svg);
  }

  .btn:hover {
    transform: translateX(6px) translateY(4px);
    box-shadow: none;
  }
}

@media screen and (min-width: 768px) {
  .cta__inner {
    gap: 2rem;
  }
}

.cta__content {
  padding: 4rem 3rem 2rem 3rem;
  width: 965px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 1.5rem;
  position: relative;
  z-index: 2;
}

.cta__content::after {
  content: "";
  position: absolute;
  top: -1.5rem;
  right: 0.5rem;
  width: clamp(231px, 30vw, 339px);
  height: clamp(224px, 30vw, 386px);
  background: url(../images/cta-img.webp) no-repeat center center/contain;
}

.cta__content--sp {
  padding: 1rem 1rem;
  background: #fff;
  border-radius: 1.5rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cta__content--sp .topBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta__content--sp .topBox p {
  color: #154B2D;
  font-size: clamp(14px, 4.2vw, 20px);
  line-height: 1.7;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

.cta__content--sp .topBox .img {
  width: 8rem;
}

.cta__content--sp .topBox .img img {
  vertical-align: bottom;
  line-height: 1em;
}

.cta__content--sp .bottomBox {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
}

.cta__content--sp .bottomBox p {
  color: #154B2D;
  font-size: clamp(14px, 5vw, 16px);
  line-height: 2;
  font-weight: 500;
  width: calc(100% - 5.5rem);
}

.cta__content--sp .bottomBox p span {
  font-weight: 600;
  display: inline-block;
  font-size: clamp(18px, 6vw, 20px);
  line-height: 1.3;
  position: relative;
}

.cta__content--sp .bottomBox p span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8px;
  background: #154B2D;
}

.cta__content--sp .bottomBox .img {
  width: 10rem;
}

@media (max-width: 767px) {
  .cta__content--sp .bottomBox .img {
    width: 5.5rem;
  }
}

.cta__content--sp .bottomBox .img img {
  vertical-align: bottom;
  line-height: 1em;
}

.cta__content--spNavLists {
  margin-top: 0;
}

.cta__content--spNavLists li:not(:first-child) {
  margin-top: 10px;
}

.cta__content--spNavLists li .cta__btn {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  background: #fff;
  color: #4C3501;
  border: 2px solid #F2EFE9;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 1.2rem 2rem;
}

.cta__content--spNavLists li .cta__btn:after {
  right: 2rem;
  width: 6px;
  height: 10px;
  background: url(../images/icon-btnArrow.svg) no-repeat center center/contain;
}

.cta__content--spNavLists li .cta__btn .img {
  width: 50px;
  line-height: 1;
}

.cta__content--spNavLists li .cta__btn--tel {
  background: #CE0015;
  border: none;
  color: #fff;
  height: 82px;
  gap: 1.2rem;
}

.cta__content--spNavLists li .cta__btn--tel:after {
  background: url(../images/icon-btnArrow_w.svg) no-repeat center center/contain;
}

.cta__content--spNavLists li .cta__btn--tel .img {
  width: 57px;
}

.cta__content--spNavLists li .cta__btn--tel .text {
  font-size: clamp(18px, 2.2vw, 20px);
  line-height: 1.3;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}

.cta__content--spNavLists li .cta__btn--tel .text .sm {
  display: block;
  font-size: clamp(10px, 3vw, 12px);
  letter-spacing: 0.05rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

.cta__content--spNavLists li .cta__btn--tel .text .mid {
  font-size: clamp(12px, 4vw, 15px);
}

.cta__content--spNavLists li .cta__btn--oisogi {
  border: 2px solid #CE0015;
  color: #CE0015;
  gap: 3.9rem;
  height: 58px;
  line-height: 1.6;
  font-size: clamp(18px, 5vw, 20px);
  font-family: "Noto Serif JP", serif;
}

.cta__content--spNavLists li .cta__btn--oisogi:after {
  background: url(../images/icon-btnArrow_r.svg) no-repeat center center/contain;
}

.cta__content--spNavLists li .cta__btn--oisogi .img {
  width: 40px;
}

.cta__content--spNavLists li .cta__btn--mail {
  background: #154B2D;
  color: #fff;
  height: 82px;
  gap: 1rem;
  font-family: "Noto Serif JP", serif;
}

.cta__content--spNavLists li .cta__btn--mail:after {
  background: url(../images/icon-btnArrow_w.svg) no-repeat center center/contain;
}

.cta__content--spNavLists li .cta__btn--mail .img {
  width: 34px;
  transform: rotate(-7deg);
}

.cta__content--spNavLists li .cta__btn--mail .text {
  font-size: clamp(18px, 4.2vw, 20px);
  line-height: 1.3;
  text-align: left;
}

.cta__content--spNavLists li .cta__btn--mail .text .sm {
  display: block;
  font-size: clamp(10px, 2.3vw, 12px);
  letter-spacing: 0.05rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

.cta__content--spNavLists li .cta__btn--mail .text .mid {
  font-size: clamp(12px, 4vw, 15px);
}

.cta__content .tel {
  color: #154B2D;
  width: clamp(360px, 43vw, 561px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.cta__content .tel a {
  font-size: clamp(45px, 4.6vw, 66px);
  text-align: center;
  letter-spacing: 0.04rem;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  width: 100%;
}

.cta__content .tel a .fukidashi {
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  font-size: clamp(15px, 1.7vw, 24px);
  font-weight: 500;
  letter-spacing: 0.05rem;
  display: block;
  padding-left: 20px;
  padding-right: 5px;
  font-family: "Noto Serif JP", serif;
}

.cta__content .tel a .fukidashi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 30px;
  background: url(../images/cta-deco.svg) no-repeat center center/contain;
}

.cta__content .tel a .fukidashi::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
  width: 20px;
  height: 30px;
  background: url(../images/cta-deco.svg) no-repeat center center/contain;
}

.cta__content .tel a .flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  font-weight: 700;
  letter-spacing: 0.25rem !important;
  font-size: clamp(45px, 5.6vw, 66px);
}

.cta__content .tel a .flex .img {
  margin-top: 1rem;
}

.cta__content .tel a .flex .img img {
  vertical-align: bottom;
  line-height: 1em;
  width: clamp(47px, 6vw, 77px);
}

.cta__content .tel a .text {
  margin-top: 1.4rem;
  display: block;
  border: 1px solid #154B2D;
  text-align: center;
  letter-spacing: 0.05rem;
  font-weight: 500;
  font-size: clamp(14px, 1.7vw, 20px);
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

.cta__content .mail-flex {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.cta__content .mail-flex .mail__button {
  position: relative;
}

.cta__content .mail-flex .mail__button .fukidashi {
  position: absolute;
  background: #B98F2D;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: clamp(120px, 13vw, 175px);
  height: clamp(120px, 13vw, 175px);
  z-index: 3;
  left: -27%;
  top: 45%;
  transform: translateY(-50%);
}

.cta__content .mail-flex .mail__button .fukidashi::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5rem;
  transform: translateY(-50%);
  border-style: solid;
  /* border-width: 2.1rem 0 2.1rem 4.9rem; */
  border-width: 1.2rem 0 1.2rem 2.8rem;
  border-color: transparent transparent transparent #B98F2D;
}

.cta__content .mail-flex .mail__button .fukidashi .img {
  margin-top: -4rem;
  width: clamp(42px, 5vw, 62.71px);
}

.cta__content .mail-flex .mail__button .fukidashi p {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.04rem;
  color: #fff;
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-family: "Noto Serif JP", serif;
}

.cta__content .mail-flex .mail__button .fukidashi p span {
  margin-top: 2px;
  display: block;
  font-size: clamp(9px, 1.1vw, 11px);
  font-weight: 500;
  line-height: 1.8;
}

.cta__content .mail-flex .mail__btn {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.15rem;
  font-weight: 600;
}

.cta__content .mail-flex .mail__btn span {
  font-size: 0.8em;
}

.cta__content .mail-flex .oisogi__btn {
  letter-spacing: 0.15rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 1rem;
  width: clamp(200px, 26vw, 262px);
  background: #CE0015;
  color: #fff;
  font-size: clamp(20px, 1.7vw, 24px);
}

.cta__content .mail-flex .oisogi__btn::after {
  right: 1rem;
  background: url(../images/cta-arrow-r.svg);
}

.cta__content .mail-flex .oisogi__btn .img {
  line-height: 1;
  margin-right: 1.2rem;
}
