/*-------------------------------------------------------------------*/
/* component: c2506-lbtn */
/*-------------------------------------------------------------------*/
#contents.common_2506 .c2506-lbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 50px;
  border-radius: 100px;
  border: 2px solid #ec6d65;
  transition: background 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .c2506-lbtn {
    height: auto;
    min-height: 50px;
    padding: 8px 30px;
  }
}
#contents.common_2506 .c2506-lbtn::after {
  content: '\e900';
  position: absolute;
  bottom: 50%;
  right: 19px;
  color: #ec6d65;
  font-size: 1.2rem;
  font-family: 'icon';
  font-weight: 400;
  line-height: 1;
  transform: translateY(50%);
}
#contents.common_2506 .c2506-lbtn > span {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  transition: color 300ms cubic-bezier(.215, .61, .355, 1) 0ms;
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .c2506-lbtn > span {
    font-size: 1.6rem;
    line-height: calc(24 / 16);
  }
  #contents.common_2506 .c2506-lbtn > span span {
    display: inline-block;
  }
}
#contents.common_2506 .c2506-lbtn.is-strong {
  border: 2px solid #e80012;
  background: #e80012;
}
#contents.common_2506 .c2506-lbtn.is-strong::after,
#contents.common_2506 .c2506-lbtn.is-strong > span {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #contents.common_2506 .c2506-lbtn:hover {
    border-color: #ec6d65;
    background: #ec6d65;
  }
  #contents.common_2506 .c2506-lbtn:hover::after,
  #contents.common_2506 .c2506-lbtn:hover > span {
    color: #fff;
  }
}

/*-------------------------------------------------------------------*/
/*  cv2506 */
/*-------------------------------------------------------------------*/
#contents.common_2506 .cv2506 {
  position: relative;
  width: 100%;
  padding: 40px 0;
  background: #ffc5b0;
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .cv2506 {
    padding: 40px 0;
  }
}
#contents.common_2506 .cv2506__tt {
  margin: 0 0 20px;
  font-size: 4rem;
  font-weight: 700;
  line-height: calc(56 / 40);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .cv2506__tt {
    font-size: clamp(30px / 360 * 320, 30 / 360 * 100vw, 30px);
    line-height: calc(42 / 30);
  }
}
#contents.common_2506 .cv2506__ls {
  display: flex;
  gap: 20px 20px;
}
@media screen and (min-width: 768px) {
  #contents.common_2506 .cv2506__ls > li {
    flex: 1 1 100%;
  }
  #contents.common_2506 .cv2506__ls > li.is-01 {
    flex: 1 1 426px;
  }
  #contents.common_2506 .cv2506__ls > li.is-02 {
    flex: 1 1 812px;
  }
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .cv2506__ls {
    flex-direction: column;
  }
}
#contents.common_2506 .cv2506__ls > li {
  position: relative;
  border-radius: 10px;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .cv2506__ls > li {
    width: 100%;
    padding: 20px;
  }
}
#contents.common_2506 .cv2506__ls__lbl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -23px;
  left: -25px;
  width: 70px;
  aspect-ratio: 1/1;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #009fa7;
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .cv2506__ls__lbl {
    top: -13px;
    left: -15px;
    width: clamp(70px / 360 * 320, 70 / 360 * 100vw, 70px);
  }
}
#contents.common_2506 .cv2506__ls__lbl > span {
  padding: 0 0 1px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .cv2506__ls__lbl > span {
    font-size: clamp(24px / 360 * 320, 24 / 360 * 100vw, 24px);
  }
}
#contents.common_2506 .cv2506__ls__tt {
  margin: 0 0 20px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: calc(34 / 24);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .cv2506__ls__tt {
    font-size: clamp(22px / 360 * 320, 22 / 360 * 100vw, 22px);
    line-height: calc(31 / 22);
  }
}
#contents.common_2506 .cv2506__ls__cl {
  display: flex;
  gap: 20px 20px;
}
@media screen and (min-width: 768px) {
  #contents.common_2506 .cv2506__ls__cl > li.is-01 {
    flex: 0 1 50%;
  }
  #contents.common_2506 .cv2506__ls__cl > li.is-02 {
    flex: 1 1 50%;
  }
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .cv2506__ls__cl {
    flex-direction: column-reverse;
  }
}
#contents.common_2506 .cv2506__ls__cl > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #contents.common_2506 .cv2506__ls__cl > li {
    width: 100%;
    height: 190px;
  }
}
#contents.common_2506 .cv2506__ls__cl__p {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contents.common_2506 .cv2506__ls__cl__p {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .cv2506__ls__cl__p {
    max-width: 280px;
  }
}
#contents.common_2506 .cv2506__ls__cl__p picture,
#contents.common_2506 .cv2506__ls__cl__p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .cv2506__ls__cl__p picture,
  #contents.common_2506 .cv2506__ls__cl__p img {
    height: auto;
  }
}
#contents.common_2506 .cv2506__ls__cl__btn {
  width: 100%;
  max-width: 365px;
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .cv2506__ls__cl__btn {
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .cv2506__ls__cl__tel {
    width: 100%;
    margin: -10px 0 0;
  }
}
#contents.common_2506 .cv2506__ls__cl__tel__pt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  margin: 0 0 9px;
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .cv2506__ls__cl__tel__pt {
    justify-content: center;
    gap: 0 clamp(30px / 360 * 320, 30 / 360 * 100vw, 30px);
    height: 24px;
    margin: 0;
  }
}
#contents.common_2506 .cv2506__ls__cl__tel__pt > li {
  position: relative;
  padding: 0 0 0 23px;
  color: #e80012;
  font-size: clamp(16.75px / 1440 * 1280, 16.75 / 1440 * 100vw, 16.75px);
  font-weight: 700;
  letter-spacing: .05em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .cv2506__ls__cl__tel__pt > li {
    padding: 0 0 0 16px;
    font-size: clamp(12px / 360 * 320, 12 / 360 * 100vw, 12px);
  }
}
#contents.common_2506 .cv2506__ls__cl__tel__pt > li::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 16px;
  aspect-ratio: 16/10;
  border-left: 4px solid #e80012;
  border-bottom: 4px solid #e80012;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .cv2506__ls__cl__tel__pt > li::before {
    bottom: 35%;
    width: 12px;
    border-width: 3px;
  }
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .cv2506__ls__cl__tel__n {
    display: flex;
    justify-content: center;
  }
}
#contents.common_2506 .cv2506__ls__cl__tel__n > a {
  color: #e80012;
  font-size: clamp(64px / 1440 * 1280, 64 / 1440 * 100vw, 64px);
  line-height: calc(55 / 64);
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #contents.common_2506 .cv2506__ls__cl__tel__n > a {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .cv2506__ls__cl__tel__n > a {
    font-size: clamp(48px / 360 * 320, 48 / 360 * 100vw, 48px);
    line-height: calc(40 / 48);
  }
}
#contents.common_2506 .cv2506__ls__cl__nt {
  font-size: 1.4rem;
  line-height: calc(19.6 / 14);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents.common_2506 .cv2506__ls__cl__nt {
    margin: 8px 0 0;
    font-size: 1rem;
    line-height: calc(14 / 10);
    text-align: left;
  }
  #contents.common_2506 .cv2506__ls__cl__nt > a {
    display: inline-block;
  }
}
