#top_mv1 {
  background: #f4f3ef;
}

#top_mv1 #top_preopen,
#top_mv1 #top_open {
  text-transform: uppercase;
}

#top_campaign {
  position: relative;
}

#top_campaign::before {
  content: "";
  width: 100%;
  background: var(--main-text-color);
}

#top_campaign h2 {
  position: relative;
  color: #ffffff;
}

#top_campaign h2::before {
  display: block;
  content: attr(data-en);
  font-family: "Poppins", sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

#top_price h2 {
  position: relative;
}

#top_price h2::before {
  display: block;
  content: attr(data-en);
  font-family: "Poppins", sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

#top_staff {
  background: var(--main-text-color);
}

#top_staff h2 {
  position: relative;
  color: #FFFFFF;
}

#top_staff h2::before {
  display: block;
  content: attr(data-en);
  font-family: "Poppins", sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

#top_staff .staff_list > li {
  color: #FFFFFF;
}

#top_company h2 {
  position: relative;
}

#top_company h2::before {
  display: block;
  content: attr(data-en);
  font-family: "Poppins", sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

#top_company table td {
  border-bottom: 1px solid #dddcda;
}

#top_location h2 {
  position: relative;
}

#top_location h2::before {
  display: block;
  content: attr(data-en);
  font-family: "Poppins", sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

#top_location #top_location_area .data {
  background: #FFFFFF;
}

#top_location #top_location_area .data .btn_area .btn a {
  color: #FFFFFF;
}

#top_location #top_location_area .data .btn_area .btn.tel a {
  background: var(--accent-txt-color);
}

#top_location #top_location_area .data .btn_area .btn.contact a {
  background: var(--main-text-color);
}

#top_contact h2 {
  position: relative;
}

#top_contact h2::before {
  display: block;
  content: attr(data-en);
  font-family: "Poppins", sans-serif;
  color: #8c8c8c;
  text-transform: uppercase;
}

#top_contact .require {
  color: #fe250e;
}

#top_contact #form#mailformpro {
  padding: 0;
}

#top_contact form#mailformpro #form_wrapper > dl {
  border-top: 1px solid #e0e1eb;
}

#top_contact form#mailformpro #form_wrapper > dl:nth-of-type(1) {
  border-top: none;
}

#top_contact form#mailformpro dl dt {
  float: none;
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
  text-align: left;
}

#top_contact form#mailformpro dl dd {
  border: none;
  padding: 0;
  margin: 0;
}

#top_contact form#mailformpro dl dd label.mfp_checked {
  background-color: transparent;
}

#top_contact .mfp_element_text,
#top_contact .mfp_element_number,
#top_contact .mfp_element_time,
#top_contact .mfp_element_select-one,
#top_contact .mfp_element_email,
#top_contact .mfp_element_tel,
#top_contact .mfp_element_textarea,
#top_contact .mfp_element_date,
#top_contact .mfp_element_password {
  border: solid 1px #dddcda;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: none;
  margin: 0;
  vertical-align: middle;
  width: 100%;
}

#top_contact .mfp_element_radio {
  vertical-align: top;
  margin: 0;
}

#top_contact form#mailformpro label {
  border-radius: 0;
  margin: 0;
  display: block;
}

#top_contact form#mailformpro label.mfp_checked {
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}

#top_contact form#mailformpro label.mfp_not_checked {
  padding: 0;
  border: none;
}

#top_contact button[type=submit] {
  background: var(--accent-txt-color);
  color: #FFFFFF;
  position: relative;
  border: none;
  text-shadow: none;
}

#top_contact #top_form_area .privacy_area {
  border-top: 1px solid #dddcda;
}

#sticky_sns_area > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-text-color);
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  #top_mv1 {
    padding-bottom: 110px;
    position: relative;
    z-index: 1;
  }
  #top_mv1::after {
    content: "";
    position: absolute;
    z-index: 2;
    background: url(../img/mv1.png) no-repeat;
    width: 424px;
    height: 375px;
    right: calc(50% - 465px);
    bottom: 295px;
    background-size: cover;
  }
  #top_mv1 .data {
    width: var(--pc-contents-width);
    margin: 0 auto;
    padding: 170px 0 0 315px;
    position: relative;
    z-index: 3;
  }
  #top_mv1 .data #top_main_copy {
    font-size: 7.8rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.01em;
  }
  #top_mv1 .data #top_preopen,
  #top_mv1 .data #top_open {
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    padding-left: 2px;
  }
  #top_mv1 .data #top_preopen span,
  #top_mv1 .data #top_open span {
    font-weight: 500;
  }
  #top_mv1 .data #top_preopen span.term,
  #top_mv1 .data #top_open span.term {
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 -5px;
  }
  #top_mv1 .data #top_preopen {
    margin-top: 40px;
  }
  #top_mv1 .data #top_open {
    margin-top: 0;
  }
  #top_mv1 .data .txt {
    margin-top: 25px;
    padding-left: 3px;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 500;
  }
  #top_mv1 #top_scroll {
    position: absolute;
    right: 45px;
    bottom: 17px;
    z-index: 4;
  }
  #top_mv1 #top_sns_area {
    padding-left: 60px;
    display: flex;
    gap: 0 25px;
  }
  #sticky_sns_area_wrapper {
    padding: 70px 35px 0 0;
    position: sticky;
    top: 0;
    margin: 0 0 0 auto;
    width: 85px;
    text-align: right;
    z-index: 10;
  }
  #sticky_sns_area_wrapper #sticky_sns_area {
    display: inline-block;
  }
  #sticky_sns_area_wrapper #sticky_sns_area > li {
    margin-top: 30px;
  }
  #sticky_sns_area_wrapper #sticky_sns_area > li:nth-of-type(1) {
    margin-top: 0;
  }
  #sticky_sns_area_wrapper #sticky_sns_area > li a {
    width: 46px;
    height: 46px;
  }
  #sticky_sns_area_wrapper #sticky_sns_area > li a#side_naver img {
    width: 20px;
    height: 20px;
  }
  #top_campaign {
    padding-top: 170px;
    padding-bottom: 160px;
  }
  #top_campaign::before {
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  #top_campaign h2 {
    width: var(--pc-contents-width);
    margin: 0 auto;
    font-size: 6.4rem;
    font-weight: 800;
    letter-spacing: 0.03em;
  }
  #top_campaign h2::before {
    font-size: 1.6rem;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 0.08em;
  }
  #top_campaign #campaign_bnr {
    text-align: center;
    margin: -107px auto 0;
    position: relative;
    width: 620px;
    z-index: 3;
  }
  #top_campaign #campaign_bnr img {
    border-radius: 16px;
  }
  #top_price {
    padding-top: 145px;
    width: var(--pc-contents-width);
    margin: -198px auto 0;
    padding-bottom: 158px;
  }
  #top_price h2 {
    font-size: 6.4rem;
    font-weight: 800;
    letter-spacing: 0.1em;
  }
  #top_price h2::before {
    font-size: 1.6rem;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-bottom: -3px;
  }
  #top_price .price_note {
    margin-top: 65px;
    font-size: 1.5rem;
    text-align: right;
    font-weight: 600;
  }
  #top_price .price_wrapper {
    margin-top: 13px;
    display: grid;
    grid-template-columns: 150px repeat(4, 1fr);
    box-shadow: 0 0 50px rgba(51, 51, 51, 0.13);
    border-radius: 16px;
  }
  #top_price .price_wrapper .grid_title_area {
    display: contents;
  }
  #top_price .price_wrapper .grid_title_area p {
    border-top: 1px solid #6c6c6a;
    background: #d4d3ce;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
  }
  #top_price .price_wrapper .grid_title_area p:nth-of-type(1) {
    border-top: none;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    border-radius: 16px 0 0 0;
  }
  #top_price .price_wrapper .grid_title_area p:nth-of-type(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  #top_price .price_wrapper .grid_title_area p:nth-of-type(3) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  #top_price .price_wrapper .grid_title_area p:nth-of-type(4) {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
  }
  #top_price .price_wrapper .grid_title_area p:nth-of-type(5) {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
    border-radius: 0 0 0 16px;
    padding: 25px 0;
  }
  #top_price .price_wrapper .price_grid_list {
    display: contents;
  }
  #top_price .price_wrapper .price_grid_list li {
    display: contents;
  }
  #top_price .price_wrapper .price_grid_list li a {
    display: contents;
  }
  #top_price .price_wrapper .price_grid_list li a h3 {
    border-left: 1px solid #6c6c6a;
    background: #d4d3ce;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 600;
    padding: 31px 0 36px;
  }
  #top_price .price_wrapper .price_grid_list li a .price {
    border-top: 1px solid #6c6c6a;
    border-left: 1px solid #6c6c6a;
    background: #FFFFFF;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 33px 0 38px;
    font-size: 2rem;
    font-weight: 600;
  }
  #top_price .price_wrapper .price_grid_list li a .sale_price {
    border-top: 1px solid #6c6c6a;
    border-left: 1px solid #6c6c6a;
    background: #FFFFFF;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 43px 0 45px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
  }
  #top_price .price_wrapper .price_grid_list li a .sale_price em {
    font-size: 2.8rem;
  }
  #top_price .price_wrapper .price_grid_list li a .sale_price .off_price {
    position: absolute;
    width: 105px;
    right: 10px;
    top: -20px;
  }
  #top_price .price_wrapper .price_grid_list li a .pre_sale {
    border-top: 1px solid #6c6c6a;
    border-left: 1px solid #6c6c6a;
    background: #FFFFFF;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 52px 0;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
  }
  #top_price .price_wrapper .price_grid_list li a .pre_sale.special {
    padding-top: 65px;
    padding-bottom: 20px;
    background: #fff600;
  }
  #top_price .price_wrapper .price_grid_list li a .pre_sale strong {
    font-size: 2.8rem;
  }
  #top_price .price_wrapper .price_grid_list li a .pre_sale .off_price {
    position: absolute;
    width: 150px;
    top: -25px;
    right: 50%;
    transform: translateX(50%);
  }
  #top_price .price_wrapper .price_grid_list li a .note {
    border-top: 1px solid #6c6c6a;
    border-left: 1px solid #6c6c6a;
    background: #FFFFFF;
    padding-left: 30px;
    font-size: 1.6rem;
    font-weight: 600;
  }
  #top_price .price_wrapper .price_grid_list li:nth-of-type(1) a h3 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  #top_price .price_wrapper .price_grid_list li:nth-of-type(1) a .price {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  #top_price .price_wrapper .price_grid_list li:nth-of-type(1) a .sale_price {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }
  #top_price .price_wrapper .price_grid_list li:nth-of-type(1) a .pre_sale {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
  }
  #top_price .price_wrapper .price_grid_list li:nth-of-type(1) a .note {
    grid-column: 2 / 6;
    pointer-events: none;
    display: grid;
    align-items: center;
    border-radius: 0 0 16px 0;
  }
  #top_price .price_wrapper .price_grid_list li:nth-of-type(2) a h3 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }
  #top_price .price_wrapper .price_grid_list li:nth-of-type(2) a .price {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }
  #top_price .price_wrapper .price_grid_list li:nth-of-type(2) a .sale_price {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
  }
  #top_price .price_wrapper .price_grid_list li:nth-of-type(2) a .pre_sale {
    grid-column: 3 / 4;
    grid-row: 4 / 5;
  }
  #top_price .price_wrapper .price_grid_list li:nth-of-type(3) a h3 {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
  }
  #top_price .price_wrapper .price_grid_list li:nth-of-type(3) a .price {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
  }
  #top_price .price_wrapper .price_grid_list li:nth-of-type(3) a .sale_price {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
  }
  #top_price .price_wrapper .price_grid_list li:nth-of-type(3) a .pre_sale {
    grid-column: 4 / 5;
    grid-row: 4 / 5;
  }
  #top_price .price_wrapper .price_grid_list li:nth-of-type(4) a h3 {
    grid-column: 5 / 6;
    grid-row: 1 / 2;
    border-radius: 0 16px 0 0;
  }
  #top_price .price_wrapper .price_grid_list li:nth-of-type(4) a .price {
    grid-column: 5 / 6;
    grid-row: 2 / 3;
  }
  #top_price .price_wrapper .price_grid_list li:nth-of-type(4) a .sale_price {
    grid-column: 5 / 6;
    grid-row: 3 / 4;
  }
  #top_price .price_wrapper .price_grid_list li:nth-of-type(4) a .pre_sale {
    grid-column: 5 / 6;
    grid-row: 4 / 5;
  }
  #top_price .attention {
    margin-top: 45px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.01em;
  }
  #top_staff {
    margin: 0 20px;
    border-radius: 20px;
    padding: 150px 10px 160px;
  }
  #top_staff #top_staff_wrapper {
    width: var(--pc-contents-width);
    margin: 0 auto;
  }
  #top_staff #top_staff_wrapper h2 {
    font-size: 6.4rem;
    font-weight: 800;
    letter-spacing: 0.1em;
  }
  #top_staff #top_staff_wrapper h2::before {
    font-size: 1.6rem;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: -3px;
  }
  #top_staff #top_staff_wrapper .staff_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 70px;
    gap: 72px 35px;
  }
  #top_staff #top_staff_wrapper .staff_list > li {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
    grid-template-rows: auto;
  }
  #top_staff #top_staff_wrapper .staff_list > li h3 {
    margin-top: 25px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.12em;
  }
  #top_staff #top_staff_wrapper .staff_list > li .txt {
    margin-top: 17px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0;
  }
  #top_company {
    width: var(--pc-contents-width);
    margin: 0 auto 0;
    padding-bottom: 80px;
  }
  #top_company h2 {
    font-size: 3.6rem;
    font-weight: 800;
    letter-spacing: 0.1em;
  }
  #top_company h2::before {
    font-size: 1.4rem;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-bottom: -3px;
  }
  #top_company table {
    width: 100%;
    margin-top: 28px;
  }
  #top_company table th {
    text-align: left;
    width: 260px;
    padding: 32px 40px 35px 0;
    font-size: 1.8rem;
    font-weight: 700;
    vertical-align: top;
    position: relative;
  }
  #top_company table th::after {
    content: "";
    width: 220px;
    height: 1px;
    background: #dddcda;
    position: absolute;
    left: 0;
    bottom: -1px;
  }
  #top_company table td {
    width: 980px;
    padding: 32px 0 35px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.7;
  }
  #top_company table td .map_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #top_company table td .map_area .address {
    line-height: 2;
  }
  #top_company table td .map_area .map a {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  #top_company table td .map_area .map a .txt {
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 5px;
  }
  #top_company table td .time {
    line-height: 2.25;
    margin-top: -5px;
  }
  #top_company table td .email_list {
    display: flex;
    gap: 0 55px;
  }
  #top_company table td .sns_list {
    display: flex;
    gap: 0 25px;
  }
  #top_location {
    padding: 100px 0 158px;
  }
  #top_location #top_location_wrapper {
    width: var(--pc-contents-width);
    margin: 0 auto;
  }
  #top_location #top_location_wrapper h2 {
    font-size: 6.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  #top_location #top_location_wrapper h2::before {
    font-size: 1.6rem;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-bottom: -3px;
  }
  #top_location #top_location_wrapper #top_location_area {
    margin-top: 68px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #top_location #top_location_wrapper #top_location_area .data {
    position: relative;
    width: 540px;
    border-radius: 16px;
    padding: 43px 38px 43px;
    box-shadow: 0px 0px 50px 0px rgba(51, 51, 51, 0.08);
  }
  #top_location #top_location_wrapper #top_location_area .data h3 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  #top_location #top_location_wrapper #top_location_area .data .address {
    margin-top: 22px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.9;
  }
  #top_location #top_location_wrapper #top_location_area .data .address span {
    display: inline-block;
    margin-bottom: 3px;
  }
  #top_location #top_location_wrapper #top_location_area .data .time {
    margin-top: 5px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.9;
  }
  #top_location #top_location_wrapper #top_location_area .data .btn_area_wrapper {
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
  }
  #top_location #top_location_wrapper #top_location_area .data .btn_area_wrapper .sns_btn_area {
    display: flex;
    gap: 0 15px;
  }
  #top_location #top_location_wrapper #top_location_area .data .btn_area_wrapper .sns_btn_area a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    padding-left: 1px;
    border-radius: 50%;
    background: #f5f4f0;
  }
  #top_location #top_location_wrapper #top_location_area .data .btn_area_wrapper .sns_btn_area a img {
    width: 20px;
    height: auto;
  }
  #top_location #top_location_wrapper #top_location_area .data .btn_area_wrapper .sns_btn_area a#top_yeoksam_naver img {
    width: 16px;
    height: auto;
  }
  #top_location #top_location_wrapper #top_location_area .data .btn_area_wrapper .google_map {
    position: absolute;
    top: 52px;
    right: 38px;
  }
  #top_location #top_location_wrapper #top_location_area .data .btn_area_wrapper .google_map a {
    display: flex;
    align-items: center;
    gap: 0 6px;
  }
  #top_location #top_location_wrapper #top_location_area .data .btn_area_wrapper .google_map a .icon {
    width: 16px;
  }
  #top_location #top_location_wrapper #top_location_area .data .btn_area_wrapper .google_map a .txt {
    font-size: 1.4rem;
    font-weight: 700;
    padding-bottom: 3px;
  }
  #top_location #top_location_wrapper #top_location_area .data .btn_area_wrapper .btn_area {
    display: flex;
    justify-content: flex-end;
    gap: 0 12px;
  }
  #top_location #top_location_wrapper #top_location_area .data .btn_area_wrapper .btn_area .btn a {
    display: flex;
    justify-content: center;
    width: 115px;
    padding: 11px 0;
    border-radius: 45px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  #top_location #top_location_wrapper #top_location_area #top_google_map {
    border-radius: 16px;
    overflow: hidden;
  }
  #top_contact {
    margin: 0 20px;
    padding: 142px 0 190px;
    border-radius: 20px 20px 0 0;
    background-image: -moz-linear-gradient(-90deg, #f4f3ef 0%, rgba(244, 243, 239, 0) 100%);
    background-image: -webkit-linear-gradient(-90deg, #f4f3ef 0%, rgba(244, 243, 239, 0) 100%);
    background-image: -ms-linear-gradient(-90deg, #f4f3ef 0%, rgba(244, 243, 239, 0) 100%);
  }
  #top_contact h2 {
    margin-top: 5px;
    font-size: 6.4rem;
    font-weight: 700;
    letter-spacing: 0.07em;
  }
  #top_contact h2::before {
    font-size: 1.6rem;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-bottom: -3px;
  }
  #top_contact #top_contact_wrapper {
    width: var(--pc-contents-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #top_contact #top_form_area {
    width: 810px;
  }
  #top_contact #top_form_area .note {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -0.01em;
  }
  #top_contact #top_form_area form#mailformpro {
    padding-top: 4px;
  }
  #top_contact #top_form_area form#mailformpro div.mfp_err {
    background-position: 0px 6px;
  }
  #top_contact #top_form_area form#mailformpro dl {
    margin-top: 45px;
  }
  #top_contact #top_form_area form#mailformpro dl dt {
    font-size: 1.7rem;
    font-weight: 600;
  }
  #top_contact #top_form_area form#mailformpro dl dd {
    margin-top: 9px;
  }
  #top_contact #top_form_area form#mailformpro dl dd .mfp_element_text,
  #top_contact #top_form_area form#mailformpro dl dd .mfp_element_number,
  #top_contact #top_form_area form#mailformpro dl dd .mfp_element_time,
  #top_contact #top_form_area form#mailformpro dl dd .mfp_element_select-one,
  #top_contact #top_form_area form#mailformpro dl dd .mfp_element_email,
  #top_contact #top_form_area form#mailformpro dl dd .mfp_element_tel,
  #top_contact #top_form_area form#mailformpro dl dd .mfp_element_textarea,
  #top_contact #top_form_area form#mailformpro dl dd .mfp_element_date {
    padding: 15px;
    font-size: 1.6rem;
  }
  #top_contact #top_form_area form#mailformpro dl dd .mfp_element_textarea {
    height: 160px;
  }
  #top_contact #top_form_area form#mailformpro .email_area {
    display: flex;
    gap: 0 40px;
  }
  #top_contact #top_form_area form#mailformpro .email_area > dl {
    flex: 1;
  }
  #top_contact #top_form_area form#mailformpro .date_area {
    display: flex;
    gap: 0 40px;
  }
  #top_contact #top_form_area form#mailformpro .date_area > dl {
    flex: 1;
  }
  #top_contact #top_form_area form#mailformpro .date_area > dl .mfp_element_text,
  #top_contact #top_form_area form#mailformpro .date_area > dl .mfp_element_number,
  #top_contact #top_form_area form#mailformpro .date_area > dl .mfp_element_time,
  #top_contact #top_form_area form#mailformpro .date_area > dl .mfp_element_select-one,
  #top_contact #top_form_area form#mailformpro .date_area > dl .mfp_element_email,
  #top_contact #top_form_area form#mailformpro .date_area > dl .mfp_element_tel,
  #top_contact #top_form_area form#mailformpro .date_area > dl .mfp_element_textarea,
  #top_contact #top_form_area form#mailformpro .date_area > dl .mfp_element_date {
    padding: 13px 15px;
  }
  #top_contact #top_form_area form#mailformpro .plan_area dd {
    margin-top: 15px;
  }
  #top_contact #top_form_area form#mailformpro .plan_area dd .checkbox_area {
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    gap: 0 95px;
  }
  #top_contact #top_form_area form#mailformpro .plan_area dd .checkbox_area label {
    display: flex;
    align-items: center;
    gap: 0 13px;
    font-weight: 600;
  }
  #top_contact #top_form_area form#mailformpro .content_area dd {
    margin-top: 15px;
  }
  #top_contact #top_form_area form#mailformpro .privacy_area {
    margin-top: 50px;
    padding-top: 33px;
    font-size: 1.5rem;
    font-weight: 600;
  }
  #top_contact #top_form_area form#mailformpro .privacy_area label {
    display: flex;
    align-items: center;
    gap: 0 15px;
  }
  #top_contact #top_form_area form#mailformpro button[type=submit] {
    margin-top: 50px;
    width: 270px;
    padding: 17px 0;
    border-radius: 45px;
    text-align: center;
    font-weight: 500;
    box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.13);
    font-size: 1.7rem;
  }
}
