@charset "UTF-8";
/*----------------------------------------------------------

setting

----------------------------------------------------------*/
/*----------------------------------------------------------

mixin

----------------------------------------------------------*/
.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/* common_label  */
.common_label {
  background-color: #EFEFEF;
  padding: 36px 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .common_label {
    padding: 27px 35px;
  }
}
.common_label_container {
  max-width: 710px;
  width: 100%;
  margin-inline: auto;
}
.common_label_btnLists {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .common_label_btnLists {
    flex-direction: column;
  }
}
.common_label_btnList {
  width: 280px;
  height: 46px;
  max-width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 768px) {
  .common_label_btnList {
    width: 360px;
    margin-inline: auto;
  }
}
.common_label_btnList:last-child {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .common_label_btnList:last-child {
    margin-top: 25px;
    margin-left: 0;
    margin-inline: auto;
  }
}
.common_label_btnLabel {
  width: 90px;
  max-width: 100%;
  margin-left: 25%;
  height: 100%;
  position: relative;
  z-index: 2;
  aspect-ratio: 90/28;
  transition: all 0.3s ease 0s;
}
.common_label_btnLabel img {
  height: auto;
}
.common_label_btnLink {
  color: #0E9352;
  font-weight: 700;
  margin-top: -18px;
  background-color: #FFF;
  padding: 10px;
  display: block;
  transition: all 0.3s ease 0s;
}
.common_label_btnLink:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.common_label_btnLink:hover + .common_label_btnLabel {
  transform: translateY(2px);
}
.common_label_btnLink::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  right: 23px;
  transform: rotate(135deg) translateY(-50%);
  transform-origin: top;
  top: 47%;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .common_label_btnLink::before {
    right: 18px;
  }
}
.common_label_btnLink::after {
  content: "";
  position: absolute;
  background: #0E9352;
  border-radius: 23px;
  width: 23px;
  height: 23px;
  right: 15px;
  transform: translateY(-50%);
  transform-origin: top;
  top: 50%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .common_label_btnLink::after {
    right: 10px;
  }
}

/*----------------------------------------------------------

  CTA 電話番号 & LINE

----------------------------------------------------------*/
.cta-phone-line {
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 50px 20px;
}
@media only screen and (max-width: 768px) {
  .cta-phone-line {
    padding: 0;
    background: transparent;
  }
}
.cta-phone-line.small .cta-phone-line-label {
  left: 18px;
}
.cta-phone-line.small .cta-phone-line-name {
  margin-right: 30px;
}
.cta-phone-line.small .cta-phone-line-text {
  padding-right: 12px;
}
.cta-phone-line.small .cta-phone-line-text .number {
  font-size: 27px;
  letter-spacing: 0;
}

.cta-phone-line-inner {
  width: min(100%, 335px);
  margin-inline: auto;
}

.cta-phone-line-title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #0e9352;
  text-align: center;
  margin-inline: auto;
  position: relative;
}
.cta-phone-line-title::before, .cta-phone-line-title::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #0e9352;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cta-phone-line-title::before {
  left: -24px;
  rotate: -20deg;
}
.cta-phone-line-title::after {
  right: -24px;
  rotate: 20deg;
}

.cta-phone-line-link {
  display: block;
  margin-top: 16px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cta-phone-line-link {
    width: 100%;
    background-color: #ffffff;
    border: 3px solid #0e9352;
    box-shadow: 0px 4px 0px 0px #0e9352;
    padding: 5px 16px 6px;
    margin-top: 20px;
    margin-inline: auto;
    pointer-events: auto;
    visibility: visible;
    border-radius: 8px;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .cta-phone-line-link::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: url(../../../img/campaign/common/icon_arrow-right-green.svg) no-repeat center center/contain;
  }
}

.cta-phone-line-label {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #ffffff;
  background-color: #0e9352;
  border-radius: 100vh;
  position: absolute;
  padding: 3px 12px 3px 18px;
  top: 0;
  left: 32px;
}
@media only screen and (max-width: 768px) {
  .cta-phone-line-label {
    font-size: 10px;
    top: -6px;
    left: 60px;
    padding: 3px 5px 3px 11px;
  }
}
.cta-phone-line-label::before {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background-color: #0e9352;
  position: absolute;
  top: 90%;
  left: 6px;
  -webkit-clip-path: polygon(86% 0, 0 0, 100% 100%);
          clip-path: polygon(86% 0, 0 0, 100% 100%);
}

.cta-phone-line-body {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.cta-phone-line-name {
  font-size: 11px;
  margin-right: 8px;
  letter-spacing: 0.5em;
  font-weight: 500;
  text-align: right;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .cta-phone-line-name {
    margin-right: 8px;
    letter-spacing: 0.2em;
  }
}

.cta-phone-line-text {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: -4px;
  margin-left: -9px;
  justify-content: center;
}
.cta-phone-line-text .icon {
  width: 26px;
  margin-top: 6px;
}
@media only screen and (max-width: 768px) {
  .cta-phone-line-text .icon {
    width: 18px;
  }
}
.cta-phone-line-text .number {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 44px;
  text-align: left;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .cta-phone-line-text .number {
    font-size: 31px;
    line-height: 1;
  }
}

.cta-phone-line-time {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: right;
  color: #333;
  margin-top: -4px;
}
@media only screen and (max-width: 768px) {
  .cta-phone-line-time {
    font-size: 10px;
    margin-top: 4px;
  }
}

.cta-phone-line-line {
  margin-top: 20px;
}

.cta-phone-line-note {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 20.8px;
  text-align: left;
  color: #333;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .cta-phone-line-note {
    margin-top: 16px;
  }
}/*# sourceMappingURL=cta-phone-line.css.map */