/*----------------------------------------------------------

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;
  }
}

.contact {
  width: 78.33%;
  min-width: 700px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .contact {
    width: 100%;
    min-width: unset;
    padding-bottom: 50px;
  }
}
.contact_call {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  height: 110px;
  margin-bottom: 50px;
  padding: 0 10px;
  background-color: #EEF7F2;
  border: 3px solid #0E9352;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .contact_call {
    flex-wrap: wrap;
    row-gap: 24px;
    height: auto;
    padding: 20px 0;
    border-width: 2px;
  }
}
.contact_call_text {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .contact_call_text {
    font-size: 16px;
    text-align: center;
  }
}
.contact_call_text_soon {
  font-size: 26px;
}
@media only screen and (max-width: 768px) {
  .contact_call_text_soon {
    font-size: 20px;
  }
}
.contact_call_accessNo {
  display: inline-block;
  margin: 0 10px;
  color: #0E9352;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .contact_call_accessNo {
    display: block;
  }
}
.contact_call .contact_call_phone {
  flex-basis: 242px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .contact_call .contact_call_phone {
    flex-basis: 315px;
  }
}
.contact_call .contact_call_phone .cta_btn_telNo {
  margin-bottom: 0;
}
.contact_call .contact_call_phone .cta_btn_telNoText {
  font-size: 34px;
}
@media only screen and (max-width: 768px) {
  .contact_call .contact_call_phone .cta_btn_telNoText {
    font-size: 32px;
  }
}
.contact_call .contact_call_phone .cta_btn_telNoIcon {
  width: 19px;
}
@media only screen and (max-width: 768px) {
  .contact_call .contact_call_phone .cta_btn_telNoIcon {
    width: 18px;
  }
}
.contact_call .contact_call_phone .cta_btn_telCopy {
  font-size: 10px;
  letter-spacing: 0.3em;
}
.contact_call .contact_call_phone .cta_btn_telFree {
  top: 0;
  font-size: 10px;
  line-height: 20px;
}
.contact_call .contact_call_phone .cta_btn_telFree::after {
  top: 70%;
}
@media only screen and (max-width: 768px) {
  .contact_call .contact_call_phone .cta_btn_telFree {
    top: -8px;
  }
}
.contact_call .contact_call_phone .cta_btn_telHour {
  width: 232px;
}
.contact_vehicle {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .contact_vehicle {
    margin-bottom: 40px;
  }
}
.contact_vehicle_title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .contact_vehicle_title {
    font-size: 18px;
  }
}
.contact_vehicle_card {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 20px;
}
@media only screen and (max-width: 768px) {
  .contact_vehicle_card {
    display: block;
  }
}
.contact_vehicle_picture {
  position: relative;
  width: 29.8%;
  flex-shrink: 0;
  aspect-ratio: auto 28/21;
}
@media only screen and (max-width: 768px) {
  .contact_vehicle_picture {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    margin-bottom: 20px;
  }
}
.contact_vehicle_pictureImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact_vehicle_pictureTag {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 7px;
  width: 100px;
  height: 40px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
}
.contact_vehicle_pictureTag.tag_new {
  background-color: #F23A3A;
  font-family: "Roboto", sans-serif;
}
.contact_vehicle_pictureTag.tag_soldout {
  background-color: #333333;
}
.contact_vehicle_picture.fig_soldout::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
.contact_vehicle_info {
  flex-grow: 1;
  min-width: 558px;
}
@media only screen and (max-width: 768px) {
  .contact_vehicle_info {
    width: 100%;
    min-width: unset;
  }
}
.contact_vehicle_infoDl {
  display: flex;
  width: 100%;
  border: 1px solid #CCCCCC;
  border-top-width: 0;
}
.contact_vehicle_infoDl:first-child {
  border-top-width: 1px;
}
.contact_vehicle_infoDt {
  width: 150px;
  flex-shrink: 0;
  padding: 0 15px;
  background-color: #EFEFEF;
  line-height: 45px;
}
@media only screen and (max-width: 768px) {
  .contact_vehicle_infoDt {
    width: 160px;
    padding: 0 14px;
    line-height: 40px;
  }
}
.contact_vehicle_infoDd {
  flex-grow: 1;
  padding-left: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .contact_vehicle_infoDd {
    padding-left: 18px;
  }
}
.contact_vehicle_infoDd.dd_no {
  font-family: "Robot", sans-serif;
  font-size: 24px;
  line-height: 45px;
}
@media only screen and (max-width: 768px) {
  .contact_vehicle_infoDd.dd_no {
    font-size: 22px;
    line-height: 40px;
  }
}
.contact_vehicle_infoDd.dd_data {
  line-height: 45px;
}
@media only screen and (max-width: 768px) {
  .contact_vehicle_infoDd.dd_data {
    line-height: 40px;
  }
}
.contact_vehicle_infoDd.dd_price {
  padding-top: 12px;
  padding-bottom: 12px;
}
.contact_vehicle_infoDd.dd_price .dd_small {
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .contact_vehicle_infoDd.dd_price .dd_small {
    font-size: inherit;
  }
}
.contact_vehicle_infoDd.dd_price .dd_price_em {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .contact_vehicle_infoDd.dd_price .dd_price_em {
    font-size: 22px;
  }
}
.contact_vehicle_infoFlex {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .contact_vehicle_infoFlex {
    flex-wrap: wrap;
  }
}
.contact_vehicle_infoFlex .contact_vehicle_infoDl {
  flex-basis: 50%;
  flex-shrink: 0;
  border-top-width: 0;
}
@media only screen and (min-width: 769px) {
  .contact_vehicle_infoFlex .contact_vehicle_infoDl:last-child {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 768px) {
  .contact_vehicle_infoFlex .contact_vehicle_infoDl {
    flex-basis: 100%;
  }
}
.contact_mixInquiry {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .contact_mixInquiry {
    margin-bottom: 40px;
  }
}
.contact_mixInquiry_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media only screen and (max-width: 768px) {
  .contact_mixInquiry_list {
    row-gap: 0;
  }
}
.contact_mixInquiry_vehicle {
  display: flex;
  flex-direction: column;
  flex-basis: 20%;
  min-width: 187px;
  border-left: 1px solid #CCCCCC;
}
@media only screen and (max-width: 768px) {
  .contact_mixInquiry_vehicle {
    display: none;
    flex-basis: 100%;
    min-width: unset;
    border-left: none;
    border-bottom: 1px solid #CCCCCC;
  }
  .contact_mixInquiry_vehicle:first-child {
    display: block;
  }
}
.contact_mixInquiry_vehicle:nth-child(5n) {
  border-right: 1px solid #CCCCCC;
}
@media only screen and (max-width: 768px) {
  .contact_mixInquiry_vehicle:nth-child(5n) {
    border-right: none;
  }
}
@media screen and (max-width: 1256px) {
  .contact_mixInquiry_vehicle:nth-child(5n) {
    border-right: none;
  }
  .contact_mixInquiry_vehicle:nth-child(4n) {
    border-right: 1px solid #CCCCCC;
  }
}
@media screen and (max-width: 1005px) {
  .contact_mixInquiry_vehicle:nth-child(4n) {
    border-right: none;
  }
  .contact_mixInquiry_vehicle:nth-child(3n) {
    border-right: 1px solid #CCCCCC;
  }
}
@media only screen and (max-width: 1005px) and (max-width: 768px) {
  .contact_mixInquiry_vehicle:nth-child(3n) {
    border-right: none;
  }
}
.contact_mixInquiry_vehicle:last-of-type {
  border-right: 1px solid #CCCCCC;
}
@media only screen and (max-width: 768px) {
  .contact_mixInquiry_vehicle:last-of-type {
    border-right: none;
  }
}
.contact_mixInquiry_vehicleAccess {
  padding: 0 10px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact_mixInquiry_vehicleAccess {
    padding: 10px 0 0 0;
    text-align: left;
  }
}
.contact_mixInquiry_vehicleAccessNo {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
.contact_mixInquiry_vehicleInfo {
  flex-grow: 1;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .contact_mixInquiry_vehicleInfo {
    display: flex;
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding: 10px 0 15px 0;
  }
}
.contact_mixInquiry_vehicleFig {
  position: relative;
  width: 100%;
  aspect-ratio: auto 168/126;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .contact_mixInquiry_vehicleFig {
    width: 100px;
    flex-shrink: 0;
    height: 75px;
    aspect-ratio: auto;
    margin-bottom: 0;
  }
}
.contact_mixInquiry_vehicleFig.fig_soldout::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
.contact_mixInquiry_vehicleImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact_mixInquiry_vehicleTag {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 7px;
  width: 85px;
  height: 35px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
}
.contact_mixInquiry_vehicleTag.tag_new {
  background-color: #F23A3A;
  font-family: "Roboto", sans-serif;
}
.contact_mixInquiry_vehicleTag.tag_soldout {
  background-color: #333333;
}
.contact_mixInquiry_vehicleTag.tag_rec {
  background-color: #F19149;
  color: #FFF;
}
.contact_mixInquiry_vehicleTag.tag_pricedown {
  background-color: #F6E929;
  color: #F23A3A;
  font-weight: 700;
}
.contact_mixInquiry_vehicleTtl {
  color: #0E9352;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .contact_mixInquiry_vehicleTtl {
    flex-grow: 1;
  }
}
.contact_mixInquiry_more {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  width: 200px;
  height: 50px;
  margin: 30px auto 0;
  background-color: #EEF7F2;
  border: none;
  border-radius: 6px;
}
@media only screen and (min-width: 769px) {
  .contact_mixInquiry_more {
    display: none;
  }
}
.contact_mixInquiry_more .more_open, .contact_mixInquiry_more .more_close {
  color: #0E9352;
  font-weight: 700;
}
.contact_mixInquiry_more.btn_open .more_open {
  display: none;
}
.contact_mixInquiry_more:not(.btn_open) .more_close {
  display: none;
}
.contact_form_ballon {
  position: absolute;
  top: -38px;
  left: -1em;
  padding: 5px 1em;
  background-color: #0e9352;
  border-radius: 15px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact_form_ballon {
    top: -44px;
    left: 0;
    font-size: 12px;
  }
}
.contact_form_ballon::after {
  position: absolute;
  top: 95%;
  left: 9px;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #0e9352;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  content: "";
}
@media only screen and (max-width: 768px) {
  .contact_form_ballon::after {
    left: 10px;
    width: 8px;
    height: 8px;
  }
}
.contact_form_section {
  position: relative;
  padding-bottom: 0;
}
.contact_form_table {
  margin-bottom: 0;
}
.contact_form_more {
  margin-top: 64px;
  margin-bottom: 60px;
}
.contact_form_moreLead {
  margin-bottom: 26px;
  color: #0E9352;
  text-align: center;
}
.contact_form_moreLeadSpan {
  position: relative;
}
.contact_form_moreLeadSpan::before, .contact_form_moreLeadSpan::after {
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  width: 1px;
  height: 24px;
  background-color: #0E9352;
  transform-origin: bottom;
  content: "";
}
@media only screen and (max-width: 768px) {
  .contact_form_moreLeadSpan::before, .contact_form_moreLeadSpan::after {
    height: 60px;
    top: calc(50% - 30px);
  }
}
.contact_form_moreLeadSpan::before {
  left: -20px;
  transform: rotate(-20deg);
}
.contact_form_moreLeadSpan::after {
  right: -10px;
  transform: rotate(20deg);
}
.contact_form_moreBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  border: none;
  border-radius: 12px;
  background-color: #EEF7F2;
  cursor: pointer;
}
.contact_form_moreBtnSpin {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: #0E9352;
  border-radius: 50%;
}
.contact_form_moreBtnSpin::before, .contact_form_moreBtnSpin::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 1px;
  background-color: #FFF;
  transition: all ease 0.3s;
  content: "";
}
.contact_form_moreBtnTxt {
  color: #0E9352;
  font-size: 20px;
  font-weight: 700;
}
.contact_form_moreBtn.btn_open .txt_open {
  display: none;
}
.contact_form_moreBtn:not(.btn_open) .txt_close {
  display: none;
}
.contact_form_moreBtn:not(.btn_open) .contact_form_moreBtnSpin::after {
  transform: rotate(90deg);
}
.contact_form .form_width_half {
  width: 45%;
}
.contact_form_checklist {
  display: flex;
  flex-flow: column wrap;
  row-gap: 23px;
  max-height: 196px;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .contact_form_checklist {
    max-height: unset;
    row-gap: 10px;
  }
}
.contact_form_checklist .common_editForm_checkLabel {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .contact_form_checklist .common_editForm_checkLabel {
    width: 100%;
    padding: 17px 20px;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
  }
}
.contact_form_numberPlate {
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media only screen and (max-width: 768px) {
  .contact_form_numberPlate {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.contact_form_numberPlateLabel {
  display: flex;
  align-items: center;
  flex-basis: 45%;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  padding: 20px 0 20px 20px;
}
@media only screen and (max-width: 768px) {
  .contact_form_numberPlateLabel {
    flex-basis: 100%;
  }
}
.contact_form_numberPlateLabel .common_editForm_checkMark {
  flex-shrink: 0;
}
.contact_form_upload {
  margin-top: 23px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EFEFEF;
}
.contact_form_uploadTxt {
  color: #0E9352;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .contact_form_uploadTxt {
    font-size: 16px;
  }
}
.contact_form_clrDate {
  display: inline-block;
  width: 93px;
  margin-left: 15px;
  background-color: #CCCCCC;
  border: none;
  border-radius: 6px;
  color: #FFF;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.contact_cta {
  margin-top: 90px;
}
.contact_cta_lead {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact_cta_lead {
    margin-bottom: 40px;
  }
}
.contact_cta_leadSpan {
  display: inline-block;
  position: relative;
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .contact_cta_leadSpan {
    font-size: 16px;
  }
}
.contact_cta_leadSpan::before, .contact_cta_leadSpan::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 34px;
  background-color: #0E9352;
  transform-origin: bottom;
  content: "";
}
@media only screen and (max-width: 768px) {
  .contact_cta_leadSpan::before, .contact_cta_leadSpan::after {
    bottom: -4px;
  }
}
.contact_cta_leadSpan::before {
  left: -50px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .contact_cta_leadSpan::before {
    left: -10px;
    transform: rotate(-30deg);
  }
}
.contact_cta_leadSpan::after {
  right: -50px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .contact_cta_leadSpan::after {
    right: -10px;
    transform: rotate(30deg);
  }
}
.contact_cta_leadSpan.span_2row {
  line-height: 1.5;
}
.contact_cta_leadSpan.span_2row::before, .contact_cta_leadSpan.span_2row::after {
  height: 74px;
}
.contact_cta_leadSpan.span_2row::before {
  left: 0;
  transform: rotate(-30deg);
}
@media only screen and (max-width: 768px) {
  .contact_cta_leadSpan.span_2row::before {
    left: -10px;
  }
}
.contact_cta_leadSpan.span_2row::after {
  right: 0;
  transform: rotate(30deg);
}
@media only screen and (max-width: 768px) {
  .contact_cta_leadSpan.span_2row::after {
    right: -10px;
  }
}
.contact_confirm_check {
  margin-bottom: 60px;
  padding: 1em 0;
  border: 1px solid #F23A3A;
  color: #F23A3A;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact_confirm_check {
    margin-bottom: 30px;
  }
}
.contact_confirm .common_editForm_required {
  position: absolute;
  top: 6px;
  right: 12px;
}
@media only screen and (max-width: 768px) {
  .contact_confirm_btn .contact_confirm_btn_link {
    font-size: 20px;
    line-height: 76px;
  }
}
.contact_complete_title {
  margin-bottom: 37px;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .contact_complete_title {
    font-size: 20px;
  }
}
.contact_complete_message {
  margin-bottom: 67px;
}
@media only screen and (max-width: 768px) {
  .contact_complete_message {
    margin-bottom: 30px;
  }
}
.contact_complete_note {
  padding-left: 1em;
  text-indent: -1em;
}
.contact_complete_cta {
  margin: 50px 0;
}
.contact_complete_nav {
  display: flex;
  margin: 0 auto;
  padding: 50px;
  border: 1px solid #0E9352;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .contact_complete_nav {
    flex-direction: column;
  }
}
.contact_complete_nav .common_visit_navBlock {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
}
@media only screen and (max-width: 768px) {
  .contact_complete_nav .common_visit_navBlock {
    display: block;
    width: 100%;
  }
}
.contact_complete_nav .common_visit_navBlock:first-child {
  padding-right: 50px;
  border-right: 1px solid #0E9352;
}
@media only screen and (max-width: 768px) {
  .contact_complete_nav .common_visit_navBlock:first-child {
    padding-right: 0;
    padding-bottom: 50px;
    border-right: none;
    border-bottom: 1px solid #0E9352;
  }
}
.contact_complete_nav .common_visit_navBlock:last-child {
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .contact_complete_nav .common_visit_navBlock:last-child {
    padding-left: 0;
    padding-top: 50px;
  }
}
.contact_complete_nav .common_visit_navBlockTxt {
  flex-grow: 1;
  font-size: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .contact_complete_nav .common_visit_navBlockTxt {
    font-weight: 700;
  }
}
.contact_complete_nav .common_visit_navBlockBtn {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0 4px 0 #0A6D3D;
  border: 1px solid #0E9352;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .contact_complete_nav .common_visit_navBlockBtn {
    width: 100%;
  }
}
.contact_complete_nav .common_visit_navBlockBtn.btn_white {
  background-color: #FFFFFF;
  color: #0E9352;
}
.contact_complete_nav .common_visit_navBlockBtn.btn_green {
  background-color: #0E9352;
  color: #FFFFFF;
}
.contact_complete_nav .common_visit_navBlockBtn.btn_grey {
  background-color: #CCC;
  border-color: #CCC;
  box-shadow: 0 3px 0 #AAA;
  color: #FFFFFF;
}
.contact_complete_nav .common_visit_navBlockBtn.btn_no_shadow {
  box-shadow: none;
}
.contact_complete_nav .common_visit_navBlockBtn_link {
  line-height: 58px;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .contact_complete_nav .common_visit_navBlockBtn_link {
    line-height: 58px;
    font-size: 18px;
  }
}
.contact_complete_nav .common_visit_navBlockBtn_link .btn_icon,
.contact_complete_nav .common_visit_navBlockBtn_link .btn_text {
  vertical-align: middle;
}
.contact_complete_nav .common_visit_navBlockBtn_link .btn_icon {
  aspect-ratio: auto 1/1;
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
.contact_complete_nav .common_visit_navBlockBtn_links {
  line-height: 58px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1300px) {
  .contact_complete_nav .common_visit_navBlockBtn_links {
    line-height: 1.5;
    padding-block: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .contact_complete_nav .common_visit_navBlockBtn_links {
    font-size: 18px;
  }
}
.contact_complete_nav .common_visit_navBlockBtn .btn_arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.contact_complete_nav .common_visit_navBlockBtn:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.contact_complete_nav .common_visit_navBlockBtn.btn_grey:hover {
  box-shadow: 0 2px 0 #AAA;
}
.contact_complete_nav.common_visit_3col {
  flex-basis: 33.3333333333%;
  justify-content: space-between;
}
.contact_complete_nav.common_visit_3col .common_visit_block:first-child {
  padding-right: 25px;
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  .contact_complete_nav.common_visit_3col .common_visit_block:first-child {
    padding-right: 0;
    padding-left: 0;
  }
}
.contact_complete_nav.common_visit_3col .common_visit_block:nth-child(2) {
  padding-left: 25px;
  padding-right: 25px;
  border-right: 1px solid #0E9352;
}
@media only screen and (max-width: 768px) {
  .contact_complete_nav.common_visit_3col .common_visit_block:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 50px;
    padding-top: 50px;
    border-right: none;
    border-bottom: 1px solid #0E9352;
  }
}
.contact_complete_nav.common_visit_3col .common_visit_block:last-child {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 768px) {
  .contact_complete_nav.common_visit_3col .common_visit_block:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact_modal {
  z-index: 10001;
}
.contact_modal_content {
  width: 600px;
  padding: 30px 0;
  background-color: #FFF;
  border: 8px solid #EEF7F2;
  border-radius: 12px;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .contact_modal_content {
    width: 90%;
    max-width: 600px;
  }
}
.contact_modal_head {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact_modal_head {
    font-size: 18px;
    line-height: 1.5;
  }
}
.contact_modal_form {
  width: 80%;
  margin: 0 auto 30px;
}
.contact_modal_select {
  margin-bottom: 15px;
}
.contact_modal_selectBox {
  width: 300px;
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .contact_modal_selectBox {
    width: 100%;
  }
}
.contact_modal_selectInput {
  padding-top: 0;
  padding-bottom: 0;
}
.contact_modal_btn {
  position: relative;
  display: block;
  width: 420px;
  box-shadow: 0 4px 0 #0A6D3D;
  border: 1px solid #0E9352;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .contact_modal_btn {
    width: 100%;
  }
}
.contact_modal_btn.btn_white {
  background-color: #FFFFFF;
  color: #0E9352;
}
.contact_modal_btn.btn_green {
  background-color: #0E9352;
  color: #FFFFFF;
}
.contact_modal_btn.btn_grey {
  background-color: #CCC;
  border-color: #CCC;
  box-shadow: 0 3px 0 #AAA;
  color: #FFFFFF;
}
.contact_modal_btn.btn_no_shadow {
  box-shadow: none;
}
.contact_modal_btn_link {
  line-height: 76px;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .contact_modal_btn_link {
    line-height: 50px;
    font-size: 16px;
  }
}
.contact_modal_btn_link .btn_icon,
.contact_modal_btn_link .btn_text {
  vertical-align: middle;
}
.contact_modal_btn_link .btn_icon {
  aspect-ratio: auto 1/1;
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
.contact_modal_btn_links {
  line-height: 76px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1300px) {
  .contact_modal_btn_links {
    line-height: 1.5;
    padding-block: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .contact_modal_btn_links {
    font-size: 16px;
  }
}
.contact_modal_btn .btn_arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.contact_modal_btn:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.contact_modal_btn.btn_grey:hover {
  box-shadow: 0 2px 0 #AAA;
}
@media only screen and (max-width: 768px) {
  .contact_modal_btn_link {
    line-height: 70px;
  }
}
.contact_modal_close {
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border: 2px solid #0E9352;
  border-radius: 50%;
  cursor: pointer;
}
.contact_modal_close::before, .contact_modal_close::after {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  width: 14px;
  height: 2px;
  background-color: #0E9352;
  content: "";
}
.contact_modal_close::before {
  transform: rotate(45deg);
}
.contact_modal_close::after {
  transform: rotate(-45deg);
}

.contact_condition {
  display: none;
}
.contact_condition.cond_a, .contact_condition.cond_ab {
  display: block;
}

@media only screen and (max-width: 768px) {
  .tab_title {
    display: flex;
  }
}

.common_editForm_fileSelect.is_error {
  background-color: #FFEBEB;
  border: 1px solid #F23A3A;
}

.common_editForm_btn.btn_grey.common_editForm_btn .btn_arrow::before, .common_editForm_btn.btn_grey.common_editForm_btn .btn_arrow::after {
  background-color: #AAA;
}

.contact_form_truck_table {
  width: 100%;
  border: 2px solid #f0f0f0;
  margin-bottom: 50px;
}

.contact_form_truck_table_head {
  position: relative;
}
.contact_form_truck_table_head::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 90%;
  height: 2px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 500px) {
  .contact_form_truck_table_head::before {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .contact_form_truck_table_row {
    display: block;
  }
}
.contact_form_truck_table_header {
  width: 170px;
  background-color: #f0f0f0;
  padding: 20px 10px;
}
@media only screen and (max-width: 768px) {
  .contact_form_truck_table_header {
    width: 110px;
  }
}
@media screen and (max-width: 500px) {
  .contact_form_truck_table_header {
    display: block;
    width: 100%;
    padding: 10px;
  }
}

.contact_form_truck_table_data {
  padding: 20px 10px;
}
@media screen and (max-width: 500px) {
  .contact_form_truck_table_data {
    display: block;
    padding: 14px 10px;
  }
}

/*----------------------------------------------------------

 CTA

----------------------------------------------------------*/
.cta_btn {
  position: relative;
  border: none;
}
@media only screen and (max-width: 768px) {
  .cta_btn {
    width: 100%;
    border: 2px solid #0E9352;
    border-radius: 6px;
    box-shadow: 0 4px 0 #0A6D3D;
    background-color: #FFF;
    text-align: right;
  }
}
.cta_btn_tel {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .cta_btn_tel {
    padding: 10px 18% 4px 7.5%;
  }
}
.cta_btn_telCopy {
  font-size: clamp(10px, 1.25vw, 16px);
  letter-spacing: 0.426em;
  line-height: 24px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .cta_btn_telCopy {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.26em;
  }
}
.cta_btn_telNo {
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  .cta_btn_telNo {
    margin-bottom: 0;
  }
}
.cta_btn_telNoIcon {
  width: clamp(22px, 2.65vw, 34px);
  aspect-ratio: auto 34/44;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .cta_btn_telNoIcon {
    width: clamp(18px, 4.8vw, 34px);
  }
}
.cta_btn_telNoText {
  font-family: "Roboto", sans-serif;
  font-size: clamp(32px, 4.4vw, 60px);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .cta_btn_telNoText {
    font-size: clamp(32px, 8.5vw, 60px);
  }
}
.cta_btn_telNoHour {
  width: 100%;
}
.cta_btn_telFree {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 8%;
  border-radius: 15px;
  padding: 0 1em;
  font-size: clamp(10px, 1.25vw, 16px);
  line-height: 1.875;
  letter-spacing: 0.15em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cta_btn_telFree {
    top: -6px;
    left: 15%;
    font-size: 10px;
  }
}
.cta_btn_telFree::after {
  display: block;
  position: absolute;
  top: 80%;
  left: 10px;
  width: 9px;
  height: 17px;
  background-color: #0E9352;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  transform: rotate(-30deg);
  content: "";
}
.cta_btn_tel .btn_arrow {
  position: absolute;
  right: 5%;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
}

.cta_typeA {
  position: relative;
  width: 100%;
  border: 6px solid #0E9352;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .cta_typeA {
    border-width: 4px;
  }
}
.cta_typeA_head {
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 70px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cta_typeA_head {
    padding-left: 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 56px;
    text-align: left;
  }
}
.cta_typeA_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 45px 5% 25px 20%;
  border-radius: 0 0 6px 6px;
  background-color: #EEF7F2;
}
@media only screen and (max-width: 768px) {
  .cta_typeA_body {
    flex-wrap: wrap;
    row-gap: 15px;
    padding: 20px 20px 26px 20px;
  }
}
.cta_typeA_tel {
  flex-basis: 48%;
}
@media only screen and (max-width: 768px) {
  .cta_typeA_tel {
    flex-basis: 100%;
  }
}
.cta_typeA_btn {
  flex-basis: 48%;
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0 4px 0 #0A6D3D;
  border: 1px solid #0E9352;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .cta_typeA_btn {
    width: 100%;
  }
}
.cta_typeA_btn.btn_white {
  background-color: #FFFFFF;
  color: #0E9352;
}
.cta_typeA_btn.btn_green {
  background-color: #0E9352;
  color: #FFFFFF;
}
.cta_typeA_btn.btn_grey {
  background-color: #CCC;
  border-color: #CCC;
  box-shadow: 0 3px 0 #AAA;
  color: #FFFFFF;
}
.cta_typeA_btn.btn_no_shadow {
  box-shadow: none;
}
.cta_typeA_btn_link {
  line-height: 76px;
  letter-spacing: 0.025em;
  font-size: clamp(20px, 1.87vw, 24px);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .cta_typeA_btn_link {
    line-height: 76px;
    font-size: 20px;
  }
}
.cta_typeA_btn_link .btn_icon,
.cta_typeA_btn_link .btn_text {
  vertical-align: middle;
}
.cta_typeA_btn_link .btn_icon {
  aspect-ratio: auto 1/1;
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
.cta_typeA_btn_links {
  line-height: 76px;
  font-size: clamp(20px, 1.87vw, 24px);
  font-weight: 700;
}
@media (max-width: 1300px) {
  .cta_typeA_btn_links {
    line-height: 1.5;
    padding-block: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .cta_typeA_btn_links {
    font-size: 20px;
  }
}
.cta_typeA_btn .btn_arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.cta_typeA_btn:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.cta_typeA_btn.btn_grey:hover {
  box-shadow: 0 2px 0 #AAA;
}
@media only screen and (max-width: 768px) {
  .cta_typeA_btn {
    flex-basis: 100%;
    margin-bottom: 0;
  }
}
.cta_typeA_btn .btn_arrow {
  width: 26px;
  height: 26px;
}
@media only screen and (max-width: 768px) {
  .cta_typeA_btn .btn_arrow {
    width: 22px;
    height: 22px;
  }
}
.cta_typeA_img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 2.9%;
  width: 16.3%;
}
@media only screen and (max-width: 768px) {
  .cta_typeA_img {
    top: -97px;
    bottom: unset;
    left: unset;
    right: 1%;
    width: 31%;
  }
}

.cta_typeB {
  position: relative;
  width: 100%;
  border: 6px solid #0E9352;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .cta_typeB {
    border-width: 4px;
  }
}
.cta_typeB_head {
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cta_typeB_head {
    padding-left: 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 56px;
    text-align: left;
  }
}
.cta_typeB_body {
  position: relative;
  padding: 23px 5% 25px 36%;
  border-radius: 0 0 6px 6px;
  background-color: #EEF7F2;
}
@media only screen and (max-width: 768px) {
  .cta_typeB_body {
    flex-wrap: wrap;
    row-gap: 15px;
    padding: 20px 20px 26px 20px;
  }
}
.cta_typeB_body .cta_btn_tel {
  padding-top: 24px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .cta_typeB_body .cta_btn_tel {
    text-align: left;
  }
}
.cta_typeB_body .cta_btn_telNo, .cta_typeB_body .cta_btn_telNoText {
  position: relative;
}
.cta_typeB_body .cta_btn_telNoText {
  font-size: clamp(34px, 4.4vw, 54px);
}
@media only screen and (max-width: 768px) {
  .cta_typeB_body .cta_btn_telNoText {
    font-size: clamp(32px, 8.5vw, 60px);
  }
}
.cta_typeB_body .cta_btn_telCopy {
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: clamp(10px, 1.1vw, 14px);
  letter-spacing: 0.52em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .cta_typeB_body .cta_btn_telCopy {
    font-size: 10px;
    letter-spacing: 0.26em;
  }
}
.cta_typeB_body .cta_btn_telFree {
  top: -30px;
  left: 0;
}
.cta_typeB_body .cta_btn_telHour {
  width: 83.3%;
}
@media only screen and (max-width: 768px) {
  .cta_typeB_body .cta_btn_telHour {
    width: 100%;
  }
}
.cta_typeB_body .cta_typeB_img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 8%;
  width: 16.7%;
  min-width: 130px;
}
@media only screen and (max-width: 768px) {
  .cta_typeB_body .cta_typeB_img {
    top: -97px;
    bottom: unset;
    left: unset;
    right: 1%;
    width: 31%;
    min-width: unset;
  }
}

.cta_typeC {
  position: relative;
  width: 100%;
  border: 6px solid #0E9352;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .cta_typeC {
    border-width: 4px;
  }
}
.cta_typeC_head {
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cta_typeC_head {
    padding-left: 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
.cta_typeC_body {
  position: relative;
  padding: 40px 0 40px;
  border-radius: 0 0 6px 6px;
  background-color: #EEF7F2;
}
@media only screen and (max-width: 768px) {
  .cta_typeC_body {
    padding: 17px 0 25px;
  }
}
.cta_typeC_btn {
  position: relative;
  display: block;
  width: 45%;
  box-shadow: 0 4px 0 #0A6D3D;
  border: 1px solid #0E9352;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  max-width: 420px;
  min-width: 320px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .cta_typeC_btn {
    width: 90%;
  }
}
.cta_typeC_btn.btn_white {
  background-color: #FFFFFF;
  color: #0E9352;
}
.cta_typeC_btn.btn_green {
  background-color: #0E9352;
  color: #FFFFFF;
}
.cta_typeC_btn.btn_grey {
  background-color: #CCC;
  border-color: #CCC;
  box-shadow: 0 3px 0 #AAA;
  color: #FFFFFF;
}
.cta_typeC_btn.btn_no_shadow {
  box-shadow: none;
}
.cta_typeC_btn_link {
  line-height: 76px;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 1.87vw, 24px);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .cta_typeC_btn_link {
    line-height: 76px;
    font-size: 20px;
  }
}
.cta_typeC_btn_link .btn_icon,
.cta_typeC_btn_link .btn_text {
  vertical-align: middle;
}
.cta_typeC_btn_link .btn_icon {
  aspect-ratio: auto 1/1;
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
.cta_typeC_btn_links {
  line-height: 76px;
  font-size: clamp(20px, 1.87vw, 24px);
  font-weight: 700;
}
@media (max-width: 1300px) {
  .cta_typeC_btn_links {
    line-height: 1.5;
    padding-block: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .cta_typeC_btn_links {
    font-size: 20px;
  }
}
.cta_typeC_btn .btn_arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.cta_typeC_btn:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.cta_typeC_btn.btn_grey:hover {
  box-shadow: 0 2px 0 #AAA;
}
@media only screen and (max-width: 768px) {
  .cta_typeC_btn {
    min-width: 315px;
    transform: none;
  }
}
.cta_typeC_btn .btn_arrow {
  width: 26px;
  height: 26px;
}
@media only screen and (max-width: 768px) {
  .cta_typeC_btn .btn_arrow {
    width: 22px;
    height: 22px;
  }
}
.cta_typeC_img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 8%;
  width: 17%;
  min-width: 134px;
}
@media only screen and (max-width: 768px) {
  .cta_typeC_img {
    top: -97px;
    bottom: unset;
    left: unset;
    right: 1%;
    width: 32%;
    min-width: unset;
  }
}

.cta_detail {
  margin-bottom: 30px;
  border: 3px solid #EEF7F2;
  background-color: #FFF;
}
@media only screen and (max-width: 768px) {
  .cta_detail {
    margin-top: 40px;
    border-color: #0E9352;
  }
}
.cta_detail_head {
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 70px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cta_detail_head {
    padding-left: 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 56px;
    text-align: left;
  }
}
.cta_detail_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  position: relative;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .cta_detail_body {
    flex-wrap: wrap;
    row-gap: 15px;
    padding: 20px 20px 26px 20px;
    background-color: #EEF7F2;
    border-radius: 0 0 10px 10px;
  }
}
.cta_detail_tel {
  flex-basis: 47%;
  min-width: 240px;
}
@media only screen and (max-width: 768px) {
  .cta_detail_tel {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .cta_detail_telBtn .cta_btn_telNoText {
    font-size: 34px;
  }
}
.cta_detail_telBtn .cta_btn_telNoIcon {
  width: 19px;
}
@media only screen and (min-width: 769px) {
  .cta_detail_telBtn .cta_btn_telFree {
    left: 9px;
    font-size: 10px;
  }
  .cta_detail_telBtn .cta_btn_telFree::after {
    width: 6px;
    height: 12px;
  }
}
.cta_detail_telBtn .cta_btn_telCopy {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.3em;
}
.cta_detail_btn {
  flex-basis: 51%;
  min-width: 260px;
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0 4px 0 #0A6D3D;
  border: 1px solid #0E9352;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cta_detail_btn {
    width: 100%;
  }
}
.cta_detail_btn.btn_white {
  background-color: #FFFFFF;
  color: #0E9352;
}
.cta_detail_btn.btn_green {
  background-color: #0E9352;
  color: #FFFFFF;
}
.cta_detail_btn.btn_grey {
  background-color: #CCC;
  border-color: #CCC;
  box-shadow: 0 3px 0 #AAA;
  color: #FFFFFF;
}
.cta_detail_btn.btn_no_shadow {
  box-shadow: none;
}
.cta_detail_btn_link {
  line-height: 60px;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .cta_detail_btn_link {
    line-height: 60px;
    font-size: 20px;
  }
}
.cta_detail_btn_link .btn_icon,
.cta_detail_btn_link .btn_text {
  vertical-align: middle;
}
.cta_detail_btn_link .btn_icon {
  aspect-ratio: auto 1/1;
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
.cta_detail_btn_links {
  line-height: 60px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1300px) {
  .cta_detail_btn_links {
    line-height: 1.5;
    padding-block: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .cta_detail_btn_links {
    font-size: 20px;
  }
}
.cta_detail_btn .btn_arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.cta_detail_btn:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.cta_detail_btn.btn_grey:hover {
  box-shadow: 0 2px 0 #AAA;
}
@media only screen and (max-width: 768px) {
  .cta_detail_btn {
    flex-basis: 100%;
  }
}
.cta_detail_btn .btn_arrow {
  width: 26px;
  height: 26px;
}
@media only screen and (max-width: 768px) {
  .cta_detail_btn .btn_arrow {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (min-width: 769px) {
  .cta_detail_btn.btn_line {
    display: none;
  }
}
.cta_detail_btnBalloon {
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 70px;
  background-color: #FFF;
  border: 2px solid #0E9352;
  border-radius: 12px;
  color: #0E9352;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 20px;
  text-align: center;
}
.cta_detail_btnBalloon::after {
  display: block;
  position: absolute;
  top: 80%;
  left: 10px;
  width: 6px;
  height: 12px;
  background-color: #FFF;
  -webkit-clip-path: polygon(0 0, 100% 0, 10% 100%);
          clip-path: polygon(0 0, 100% 0, 10% 100%);
  transform: rotate(-30deg);
  content: "";
}
.cta_detail_btnBalloon.balloon_1day {
  width: 90px;
  background-color: #F6E929;
}
.cta_detail_btnBalloon.balloon_1day::after {
  background-color: #F6E929;
}
.cta_detail_img {
  position: absolute;
  bottom: 0;
  left: 2.9%;
  width: 16.3%;
}
@media only screen and (max-width: 768px) {
  .cta_detail_img {
    top: -97px;
    bottom: unset;
    left: unset;
    right: 1%;
    width: 31%;
  }
}
.cta_detail_img {
  position: absolute;
  bottom: 0;
  left: 2.9%;
  width: 16.3%;
}
@media only screen and (max-width: 768px) {
  .cta_detail_img {
    top: -97px;
    bottom: unset;
    left: unset;
    right: 1%;
    width: 31%;
  }
}

.cta_detail_soldout {
  margin-bottom: 0;
}
.cta_detail_soldout .cta_detail_body {
  padding: 40px 20px;
}
.cta_detail_soldout .cta_detail_tel {
  flex-basis: 40%;
}
@media only screen and (max-width: 768px) {
  .cta_detail_soldout .cta_detail_tel {
    flex-basis: 100%;
  }
}
.cta_detail_soldout .cta_btn_telCopy, .cta_detail_soldout .cta_btn_telNo {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .cta_detail_soldout .cta_btn_telCopy, .cta_detail_soldout .cta_btn_telNo {
    width: 100%;
  }
}
.cta_detail_soldout .cta_detail_btn {
  min-width: 300px;
}
.cta_detail_soldout .cta_detail_btn_link {
  font-size: clamp(20px, 2vw, 24px);
}
@media only screen and (max-width: 768px) {
  .cta_detail_soldout .cta_detail_btn_link {
    font-size: 20px;
  }
}/*# sourceMappingURL=contact.css.map */