@charset "UTF-8";
#cta_box .cv_new_link {
  text-align: center;
}
#cta_box .btn_txt {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#cta_box .btn_txt i {
  margin-right: -10px;
}
#cta_box .catch_met {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: -5%;
  font-size: 1.2rem;
  font-weight: bold;
}
#cta_box .btn_txt_met {
  border-radius: 12px;
  width: 280px;
  color: #ffffff;
  margin-top: -16px;
  z-index: 0;
  font-size: 1.8rem;
  background: linear-gradient(91.94deg, #F20066 6.35%, #F27400 98.23%);
  border-radius: 12px;
  padding: 22px 0 14px 0;
}
#cta_box .border_block_met {
  display: inline-block;
  background: linear-gradient(91.94deg, #F20066 6.35%, #F27400 98.23%);
  border-radius: 8px;
  padding: 2px;
  z-index: 1;
}
#cta_box .border_contents_met {
  display: inline-block;
  background: #ffffff;
  border-radius: 6px;
  padding: 6px 32px;
}
#cta_box .catch_met {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: -5%;
  font-size: 1.4rem;
  font-weight: bold;
}
#cta_box .btn_txt_doc {
  border-radius: 12px;
  width: 280px;
  color: #ffffff;
  margin-top: -16px;
  z-index: 0;
  font-size: 1.8rem;
  background: linear-gradient(92.79deg, #25C4B1 36.3%, #C4D30F 102.19%);
  border-radius: 12px;
  padding: 22px 0 14px 0;
}
#cta_box .border_block_doc {
  display: inline-block;
  background: linear-gradient(92.79deg, #25C4B1 36.3%, #C4D30F 102.19%);
  border-radius: 8px;
  padding: 2px;
  z-index: 1;
}
#cta_box .border_contents_doc {
  display: inline-block;
  background: #ffffff;
  border-radius: 6px;
  padding: 6px 32px;
}
#cta_box .catch_doc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: -5%;
  font-size: 1.4rem;
  font-weight: bold;
}

#cta_box .cv_catch_doc {
  display: inline-block;
  background: linear-gradient(92.79deg, #25C4B1 36.3%, #C4D30F 102.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#cta_box .cv_catch_met {
  display: inline-block;
  background: linear-gradient(91.94deg, #F20066 6.35%, #F27400 98.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#cta_box {
  background-color: #1C9898;
  padding: 44px 0;
}
#cta_box .cta_box_wrap {
  max-width: 986px;
  background-color: #ffffff;
  border-radius: 96px 12px 92px 12px;
  margin: 0 auto;
  padding: 32px 56px;
}
#cta_box .cta_box_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#cta_box .cta_box_l {
  width: 386px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 250px;
  justify-content: space-between;
}
#cta_box .cta_box_r {
  width: 386px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 250px;
  justify-content: space-between;
}
#cta_box .ttl_line img {
  width: 81%;
}
#cta_box .cta_box_txt {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
#cta_box .cta_box_txt h3{
  font-size: 2.2rem;
  font-weight: bold;
  color: #1C9898;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  margin-bottom: -27px;
}
#cta_box .cta_box_txt h3 span{
  font-size: 2rem;
}
#cta_box .cta_box_txt p{
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.563;
  margin-top: -10px;
}

#cta_box .line {
  height: 250px;
  border: 1px solid #1C9898;
}

#cta_box .cv_new_doc{
  display: inline-block;
}
#cta_box .cv_new_met{
  display: inline-block;
}
#cta_box .catch_met {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
}


@media (max-width: 767px) {
#cta_box {
  padding: 32px 25px;
}
#cta_box .cta_box_wrap {
  max-width: 100%;
  border-radius: 53px 8px 53px 8px;
  padding: 31px 0;
  height: fit-content;
}
#cta_box .cta_box_content {
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
#cta_box .line {
  height: fit-content;
  width: 290px;
}
#cta_box .cta_box_l {
  width: 100%;
  height: fit-content;
  padding-top: 0px;
  gap: 32px;
}
#cta_box .cta_box_r {
  width: 100%;
  height: fit-content;
  padding-top: 0px;
  gap: 24px;
}
#cta_box .ttl_line img {
  width: 62%;
}
.cta_box_txt {
  gap: 20px;
}
#cta_box .cta_box_txt h3 {
  font-size: 1.8rem;
  margin-bottom: -17px;
  line-height: 1.4;
}
#cta_box .cta_box_txt h3 span {
  font-size: 1.6rem;
}
#cta_box .cta_box_txt p {
  font-size: 1.4rem;
  line-height: 1.786;
  margin: 0 auto -10px auto;
}


}