@charset "UTF-8";
.p-contact__phone-title, .p-contact__form-item-label, .p-contact__policy-title, .smf-action .smf-button-control .smf-button-control__control, [data-screen=confirm] .smf-form .p-contact__policy .smf-placeholder > div, [data-screen=complete] .smf-complete-content > p, .c-options__option-label, .c-plans__plan-label, .c-page-title__en, .c-section__title-en, .c-section__title, .c-button {
  font-weight: 700;
}

.p-contact__phone, .p-contact__form-item, .p-contact__form-item-label.label-required:before, .p-contact__form-item-input, .smf-form .smf-checkboxes-control__control, .smf-form .smf-label, .smf-form .smf-label .smf-checkbox-control, .smf-action .smf-button-control .smf-button-control__control, [data-screen=confirm] .smf-action, .c-page-title__wrap, .c-button {
  display: flex;
  flex-wrap: wrap;
}

.smf-action .smf-button-control .smf-button-control__control:before, .c-plans__plan:before, .c-page-title:before, .c-underline:after, .c-button:before, .c-highlight:after {
  content: "";
  position: absolute;
  display: block;
}

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

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

.u-inline-block {
  display: inline-block;
}

.u-underline {
  text-decoration: underline;
  transition: 0.3s;
}
.u-underline:hover {
  text-decoration: none;
}

.u-letter-spacing {
  letter-spacing: -0.09em;
}

/* layout
---------------------------------------- */
.l-inner {
  position: relative;
  width: clamp(320px, 100%, 1180px);
  margin: 0 auto;
  padding: 0 2.7777777778cqi;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 5.3333333333vw;
  }
}
.l-inner__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 2.7777777778cqi;
}
@media screen and (max-width: 768px) {
  .l-inner__header {
    padding: 0 5.3333333333vw;
  }
}
.l-inner__footer {
  width: 100%;
}

/* component
---------------------------------------- */
.c-highlight {
  position: relative;
  display: inline-block;
  z-index: 3;
}
.c-highlight:after {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 104%;
  height: 60%;
  padding: 0 0.25em;
  background: #f3ed4b;
  border-radius: 5px;
  z-index: -1;
}

.c-button {
  position: relative;
  align-content: center;
  justify-content: center;
  color: #fff;
  line-height: 1.2;
  transition: 0.3s;
}
.c-button:before {
  top: 50%;
  transform: translate(0, -50%);
  background: url("../images/cmn/icn_arrow_wh.svg") center center/contain no-repeat;
  transition: 0.3s;
}
.c-button:hover {
  background-color: #fff;
}

.c-underline {
  position: relative;
}
.c-underline:after {
  left: 0;
  bottom: -2px;
  transform: scale(0, 1);
  transform-origin: left top;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
.c-underline:hover:after {
  transform: scale(1, 1);
}

.c-section {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .c-section {
    padding: 13.3333333333vw 0;
  }
}
.c-section__title {
  font-size: clamp(10px, 12vw, 60px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-section__title {
    font-size: 8vw;
  }
}
.c-section__title-en {
  display: block;
  width: min(11.1111111111vw, 160px);
  height: 40px;
}
@media screen and (max-width: 768px) {
  .c-section__title-en {
    height: 5.3333333333vw;
  }
}
.c-section__title-en {
  margin: 0 auto;
  color: #2d7dd2;
  font-size: clamp(10px, 5.2vw, 26px);
  text-align: center;
  border: #2d7dd2 2px solid;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-section__title-en {
    width: 21.3333333333vw;
    font-size: 3.4666666667vw;
    border-width: 0.2666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-cta-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 27.0666666667vw;
    height: 10.6666666667vw;
    padding-left: 8.2666666667vw;
    color: #fff;
    font-size: 3.2vw;
    line-height: 1.16666667;
    font-weight: 700;
    border-radius: 5.3333333333vw;
  }
  .c-cta-button.button-phone {
    padding-left: 6.6666666667vw;
    background: url("../images/cmn/icn_phone_wh.svg") 1.3333333333vw center/4.2666666667vw auto no-repeat #df8331;
  }
  .c-cta-button.button-order {
    background: url("../images/cmn/icn_order.svg") 2.9333333333vw center/4vw auto no-repeat #e1bc29;
  }
  .c-cta-button.button-plan {
    background: url("../images/cmn/icn_plans.svg") 3.2vw center/4vw auto no-repeat #4ea5d9;
  }
}
.c-page-title {
  position: relative;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .c-page-title {
    height: 60vw;
  }
}
.c-page-title {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-page-title:before {
  width: 100%;
  height: 100%;
  background: rgba(45, 125, 210, 0.5);
  mix-blend-mode: multiply;
}
.c-page-title__wrap {
  position: absolute;
  top: 80px;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 80px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-page-title__wrap {
    top: 16vw;
    height: calc(100% - 16vw);
  }
}
.c-page-title__en {
  display: inline-block;
  width: 6.15384615em;
  height: 1.53846154em;
  color: #fff;
  font-size: clamp(10px, 5.2vw, 26px);
  line-height: 1.53846154;
  text-align: center;
  text-transform: uppercase;
  border: #fff 1px solid;
  border-radius: 20px;
}
.c-page-title__ja {
  width: 100%;
  margin-top: 0.25em;
  color: #fff;
  font-size: clamp(20px, 9.6vw, 60px);
  text-align: center;
}

.c-plans {
  display: grid;
  gap: 32px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-plans {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-plans {
    grid-template-columns: 1fr;
    gap: 9.3333333333vw;
  }
}
.c-plans__plan {
  position: relative;
  background: #edf6fb;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-plans__plan {
    border-radius: 2.6666666667vw;
  }
}
.c-plans__plan {
  transition: 0.3s;
}
.c-plans__plan:before {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}
@media screen and (max-width: 768px) {
  .c-plans__plan:before {
    width: 13.3333333333vw;
  }
}
.c-plans__plan:before {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .c-plans__plan:before {
    height: 13.3333333333vw;
  }
}
.c-plans__plan:before {
  border-radius: 50%;
  background-color: #edf6fb;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-plans__plan.plan-1:before {
  background-image: url("../images/cmn/icn_plan_price.svg");
  background-size: 50px auto;
}
@media screen and (max-width: 768px) {
  .c-plans__plan.plan-1:before {
    background-size: 6.6666666667vw auto;
  }
}
.c-plans__plan.plan-2:before {
  background-image: url("../images/cmn/icn_plan_hurry.svg");
  background-size: 60px auto;
}
@media screen and (max-width: 768px) {
  .c-plans__plan.plan-2:before {
    background-size: 8vw auto;
  }
}
.c-plans__plan.plan-3:before {
  background-image: url("../images/cmn/icn_plan_beginner.svg");
  background-size: 44px auto;
}
@media screen and (max-width: 768px) {
  .c-plans__plan.plan-3:before {
    background-size: 5.8666666667vw auto;
  }
}
.c-plans__plan.plan-4:before {
  background-image: url("../images/cmn/icn_plan_large.svg");
  background-size: 50px auto;
}
@media screen and (max-width: 768px) {
  .c-plans__plan.plan-4:before {
    background-size: 6.6666666667vw auto;
  }
}
.c-plans__plan-label {
  color: #2d7dd2;
  font-size: clamp(10px, 4.4vw, 22px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-plans__plan-label {
    font-size: 4.2666666667vw;
  }
}
.c-plans__plan-price {
  font-size: clamp(10px, 5.2vw, 26px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-plans__plan-price {
    font-size: 3.4666666667vw;
  }
}
.c-plans__plan-price-num {
  font-size: clamp(10px, 12.8vw, 64px);
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .c-plans__plan-price-num {
    font-size: 8.5333333333vw;
  }
}
.c-plans__plan-price-num:after {
  bottom: 10%;
  height: 38%;
}

.c-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .c-options {
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.c-options__option {
  height: 100px;
  padding: 20px;
  background: #edf6fb;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-options__option {
    border-radius: 2.6666666667vw;
  }
}
.c-options__option {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-options__option {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 21.3333333333vw;
    padding: 1.3333333333vw;
  }
}
.c-options__option-label {
  transform: translateY(-4px);
  display: inline-block;
  color: #2b303a;
  font-size: clamp(10px, 5.2vw, 26px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-options__option-label {
    transform: translateY(3.2vw);
    display: block;
    font-size: 3.2vw;
  }
}
.c-options__option-price {
  display: inline-block;
  font-size: clamp(10px, 5.2vw, 26px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-options__option-price {
    font-size: 3.4666666667vw;
  }
}
.c-options__option-price-num {
  font-size: clamp(10px, 12.8vw, 64px);
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .c-options__option-price-num {
    font-size: 8.5333333333vw;
  }
}
.c-options__option-price-num:after {
  bottom: 10%;
  height: 38%;
}

/* reset
---------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, detail, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a, button {
  color: #2b303a;
  cursor: pointer;
}

*, *:before, *:after {
  box-sizing: border-box;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

em {
  font-style: normal;
}

picture {
  display: block;
  overflow: hidden;
}
picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}

.p-page-title {
  background-image: url("../images/contact/bg_page-title.jpg");
}

.l-contact {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .l-contact {
    padding: 20vw 0;
  }
}
.l-contact {
  background: #fdfce4;
}
@media screen and (max-width: 768px) {
  .l-contact {
    padding-bottom: 37.3333333333vw;
  }
}

.p-contact__head {
  font-size: clamp(10px, 3.6vw, 18px);
}
.p-contact__phone {
  align-items: baseline;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-contact__phone {
    margin-top: 6.6666666667vw;
  }
}
.p-contact__phone {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact__phone {
    padding: 5.3333333333vw;
  }
}
.p-contact__phone {
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact__phone {
    border-radius: 2.6666666667vw;
  }
}
.p-contact__phone-title {
  font-size: clamp(10px, 5.2vw, 26px);
}
@media screen and (max-width: 768px) {
  .p-contact__phone-title {
    width: 100%;
    text-align: center;
  }
}
.p-contact__phone-number {
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact__phone-number {
    margin-left: 2.6666666667vw;
  }
}
.p-contact__phone-number {
  padding-left: 62px;
}
@media screen and (max-width: 768px) {
  .p-contact__phone-number {
    padding-left: 4.96vw;
  }
}
.p-contact__phone-number {
  color: #2d7dd2;
  font-size: clamp(10px, 8vw, 60px);
}
@media screen and (max-width: 768px) {
  .p-contact__phone-number {
    width: 100%;
    text-align: center;
  }
}
.p-contact__phone-number:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}
@media screen and (max-width: 768px) {
  .p-contact__phone-number:before {
    width: 8vw;
  }
}
.p-contact__phone-number:before {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .p-contact__phone-number:before {
    height: 8vw;
  }
}
.p-contact__phone-number:before {
  background-image: url("../images/cmn/icn_phone_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-contact__phone-time {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact__phone-time {
    margin-left: 2.6666666667vw;
  }
}
.p-contact__phone-time {
  font-size: clamp(10px, 3.6vw, 18px);
}
@media screen and (max-width: 768px) {
  .p-contact__phone-time {
    width: 100%;
    text-align: center;
  }
}
.p-contact__form {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    margin-top: 6.6666666667vw;
  }
}
.p-contact__form {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    padding: 5.3333333333vw;
  }
}
.p-contact__form {
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    border-radius: 2.6666666667vw;
  }
}
.p-contact__form-item {
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact__form-item {
    margin-top: 2.6666666667vw;
  }
}
.p-contact__form-item-label {
  position: relative;
  width: 234px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact__form-item-label {
    padding-top: 2.6666666667vw;
  }
}
.p-contact__form-item-label {
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .p-contact__form-item-label {
    padding-left: 9.3333333333vw;
  }
}
.p-contact__form-item-label {
  font-size: clamp(10px, 3.6vw, 18px);
}
@media screen and (max-width: 768px) {
  .p-contact__form-item-label {
    width: 100%;
    padding-left: 0;
  }
}
.p-contact__form-item-label.label-required:before {
  content: "必須";
  position: absolute;
  left: 0;
  top: 16px;
}
@media screen and (max-width: 768px) {
  .p-contact__form-item-label.label-required:before {
    top: 2.1333333333vw;
  }
}
.p-contact__form-item-label.label-required:before {
  align-items: center;
  justify-content: center;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .p-contact__form-item-label.label-required:before {
    width: 12vw;
  }
}
.p-contact__form-item-label.label-required:before {
  height: 32px;
}
@media screen and (max-width: 768px) {
  .p-contact__form-item-label.label-required:before {
    height: 6.4vw;
  }
}
.p-contact__form-item-label.label-required:before {
  color: #fff;
  font-size: clamp(10px, 3.2vw, 16px);
  text-align: center;
  background: #2d7dd2;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-contact__form-item-label.label-required:before {
    border-radius: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form-item-label.label-required:before {
    left: auto;
    right: 0;
  }
}
.p-contact__form-item-input {
  align-items: flex-start;
  width: calc(100% - 234px);
}
@media screen and (max-width: 768px) {
  .p-contact__form-item-input {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}
.p-contact__form-item-input.input-file {
  align-items: center;
}
.p-contact__form-item-input input[type=text],
.p-contact__form-item-input input[type=email],
.p-contact__form-item-input input[type=tel],
.p-contact__form-item-input textarea {
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .p-contact__form-item-input input[type=text],
  .p-contact__form-item-input input[type=email],
  .p-contact__form-item-input input[type=tel],
  .p-contact__form-item-input textarea {
    height: 8vw;
  }
}
.p-contact__form-item-input input[type=text],
.p-contact__form-item-input input[type=email],
.p-contact__form-item-input input[type=tel],
.p-contact__form-item-input textarea {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact__form-item-input input[type=text],
  .p-contact__form-item-input input[type=email],
  .p-contact__form-item-input input[type=tel],
  .p-contact__form-item-input textarea {
    padding: 2.6666666667vw;
  }
}
.p-contact__form-item-input input[type=text],
.p-contact__form-item-input input[type=email],
.p-contact__form-item-input input[type=tel],
.p-contact__form-item-input textarea {
  font-size: clamp(10px, 3.6vw, 18px);
  border: #60646b 1px solid;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-contact__form-item-input input[type=text],
  .p-contact__form-item-input input[type=email],
  .p-contact__form-item-input input[type=tel],
  .p-contact__form-item-input textarea {
    border-radius: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form-item-input input[type=text],
  .p-contact__form-item-input input[type=email],
  .p-contact__form-item-input input[type=tel],
  .p-contact__form-item-input textarea {
    height: 13.3333333333vw;
  }
}
.p-contact__form-item-input input[type=text]::placeholder,
.p-contact__form-item-input input[type=email]::placeholder,
.p-contact__form-item-input input[type=tel]::placeholder,
.p-contact__form-item-input textarea::placeholder {
  color: #95979c;
  opacity: 1;
}
.p-contact__form-item-input input[type=text]::-webkit-input-placeholder,
.p-contact__form-item-input input[type=email]::-webkit-input-placeholder,
.p-contact__form-item-input input[type=tel]::-webkit-input-placeholder,
.p-contact__form-item-input textarea::-webkit-input-placeholder {
  color: #95979c;
  opacity: 1;
}
.p-contact__form-item-input input[type=text]::-moz-placeholder,
.p-contact__form-item-input input[type=email]::-moz-placeholder,
.p-contact__form-item-input input[type=tel]::-moz-placeholder,
.p-contact__form-item-input textarea::-moz-placeholder {
  color: #95979c;
  opacity: 1;
}
.p-contact__form-item-input input[type=text]:-ms-input-placeholder,
.p-contact__form-item-input input[type=email]:-ms-input-placeholder,
.p-contact__form-item-input input[type=tel]:-ms-input-placeholder,
.p-contact__form-item-input textarea:-ms-input-placeholder {
  color: #95979c;
  opacity: 1;
}
.p-contact__form-item-input textarea {
  height: 240px;
}
@media screen and (max-width: 768px) {
  .p-contact__form-item-input textarea {
    height: 32vw;
  }
}
.p-contact__policy {
  background-color: #f4f4f5;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-contact__policy {
    margin-top: 6.6666666667vw;
  }
}
.p-contact__policy {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact__policy {
    padding: 5.3333333333vw;
  }
}
.p-contact__policy {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact__policy {
    border-radius: 1.3333333333vw;
  }
}
.p-contact__policy-title {
  display: block;
  font-size: clamp(10px, 4vw, 20px);
  text-align: center;
}
.p-contact__policy-text {
  font-size: clamp(10px, 3.2vw, 16px);
  line-height: 1.8;
}
.p-contact__policy .smf-placeholder .smf-checkboxes-control .smf-checkboxes-control__control {
  justify-content: center;
  width: 100%;
}
.p-contact__policy .smf-placeholder .smf-checkboxes-control .smf-checkboxes-control__control .smf-label {
  margin: 0;
}
.p-contact__policy .smf-placeholder .smf-checkboxes-control .smf-checkboxes-control__control .smf-label .smf-checkbox-control {
  align-items: center;
}

/* snow monkey style reset */
.smf-form .smf-placeholder {
  width: 100%;
}
.smf-form .smf-checkboxes-control__control {
  align-items: flex-start;
  width: calc(100% - 234px);
}
@media screen and (max-width: 768px) {
  .smf-form .smf-checkboxes-control__control {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}
.smf-form .smf-label {
  align-items: center;
  width: fit-content;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .smf-form .smf-label {
    margin-top: 2.6666666667vw;
  }
}
.smf-form .smf-label {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .smf-form .smf-label {
    margin-right: 5.3333333333vw;
  }
}
.smf-form .smf-label {
  font-size: clamp(10px, 3.6vw, 18px);
  cursor: pointer;
}
.smf-form .smf-label .smf-checkbox-control {
  align-items: center;
  gap: 0;
}
.smf-form .smf-label .smf-checkbox-control input[type=checkbox] {
  position: relative;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .smf-form .smf-label .smf-checkbox-control input[type=checkbox] {
    width: 4vw;
  }
}
.smf-form .smf-label .smf-checkbox-control input[type=checkbox] {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .smf-form .smf-label .smf-checkbox-control input[type=checkbox] {
    height: 4vw;
  }
}
.smf-form .smf-label .smf-checkbox-control input[type=checkbox] {
  margin-top: 0;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .smf-form .smf-label .smf-checkbox-control input[type=checkbox] {
    margin-right: 1.3333333333vw;
  }
}
.smf-form .smf-label .smf-checkbox-control input[type=checkbox] {
  border: 1px solid #60646b;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .smf-form .smf-label .smf-checkbox-control input[type=checkbox] {
    border-radius: 0.6666666667vw;
  }
}
.smf-form .smf-label .smf-checkbox-control input[type=checkbox] {
  box-shadow: none;
  transition: 0.3s;
}
.smf-form .smf-label .smf-checkbox-control input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url("../images/cmn/icn_check_wh.svg") center center/80% auto no-repeat;
  border: none;
}
.smf-form .smf-label .smf-checkbox-control input[type=checkbox]:checked {
  background-color: #2d7dd2;
}
.smf-form .smf-label .smf-checkbox-control input[type=checkbox]:checked:before {
  opacity: 1;
}
.smf-form .smf-label .smf-checkbox-control .smf-checkbox-control__label {
  line-height: 1.2;
}
.smf-form .smf-label .smf-checkbox-control:hover input[type=checkbox] {
  background-color: #d5e5f6;
}
.smf-form .smf-file-control {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .smf-form .smf-file-control {
    margin-top: 2.6666666667vw;
  }
}

.smf-action .smf-button-control .smf-button-control__control {
  position: relative;
  align-content: center;
  justify-content: center;
  color: #fff;
  line-height: 1.2;
  transition: 0.3s;
  width: 480px;
}
@media screen and (max-width: 768px) {
  .smf-action .smf-button-control .smf-button-control__control {
    width: 64vw;
  }
}
.smf-action .smf-button-control .smf-button-control__control {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .smf-action .smf-button-control .smf-button-control__control {
    height: 10.6666666667vw;
  }
}
.smf-action .smf-button-control .smf-button-control__control {
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .smf-action .smf-button-control .smf-button-control__control {
    margin: 10vw auto 0 auto;
  }
}
.smf-action .smf-button-control .smf-button-control__control {
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  .smf-action .smf-button-control .smf-button-control__control {
    padding-right: 9.3333333333vw;
  }
}
.smf-action .smf-button-control .smf-button-control__control {
  font-size: clamp(10px, 5.6vw, 28px);
  font-weight: bold;
  background: #2d7dd2;
  border: #2d7dd2 4px solid;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .smf-action .smf-button-control .smf-button-control__control {
    border-radius: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .smf-action .smf-button-control .smf-button-control__control {
    width: 100%;
    height: 16vw;
    border-radius: 8vw;
  }
}
.smf-action .smf-button-control .smf-button-control__control:before {
  top: 50%;
  transform: translate(0, -50%);
  background: url("../images/cmn/icn_arrow_wh.svg") center center/contain no-repeat;
  transition: 0.3s;
  right: 6px;
}
@media screen and (max-width: 768px) {
  .smf-action .smf-button-control .smf-button-control__control:before {
    right: 0.8vw;
  }
}
.smf-action .smf-button-control .smf-button-control__control:before {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .smf-action .smf-button-control .smf-button-control__control:before {
    width: 8vw;
  }
}
.smf-action .smf-button-control .smf-button-control__control:before {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .smf-action .smf-button-control .smf-button-control__control:before {
    height: 8vw;
  }
}
.smf-action .smf-button-control .smf-button-control__control:hover {
  color: #2d7dd2;
  background-color: #fff;
}
.smf-action .smf-button-control .smf-button-control__control:hover:before {
  background-image: url("../images/cmn/icn_arrow_bl.svg");
}

[data-screen=confirm] .smf-form .p-contact__form-head {
  display: none;
}
[data-screen=confirm] .smf-form .p-contact__form-item-input {
  padding-top: 0.1em;
  align-items: center;
}
[data-screen=confirm] .smf-form .p-contact__policy .smf-placeholder > div {
  font-size: clamp(10px, 4.4vw, 22px);
  text-align: center;
}
[data-screen=confirm] .smf-action {
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  [data-screen=confirm] .smf-action {
    gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  [data-screen=confirm] .smf-action {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  [data-screen=confirm] .smf-action .smf-button-control {
    width: 40vw;
  }
  [data-screen=confirm] .smf-action .smf-button-control__control {
    margin: 0;
  }
}
[data-screen=confirm] .smf-action button[data-action=back] {
  width: 240px;
}
@media screen and (max-width: 768px) {
  [data-screen=confirm] .smf-action button[data-action=back] {
    width: 32vw;
  }
}
[data-screen=confirm] .smf-action button[data-action=back] {
  padding-right: 0;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  [data-screen=confirm] .smf-action button[data-action=back] {
    padding-left: 9.3333333333vw;
  }
}
[data-screen=confirm] .smf-action button[data-action=back] {
  background-color: #cbcbcb;
  border-color: #cbcbcb;
}
@media screen and (max-width: 768px) {
  [data-screen=confirm] .smf-action button[data-action=back] {
    width: 40vw;
  }
}
[data-screen=confirm] .smf-action button[data-action=back]:before {
  right: auto;
  left: 6px;
  transform: translate(0, -50%) scale(-1, 1);
}
@media screen and (max-width: 768px) {
  [data-screen=confirm] .smf-action button[data-action=complete] {
    width: 40vw;
  }
}

body:has([data-screen=complete]) .p-contact__head,
body:has([data-screen=complete]) .p-contact__phone {
  display: none;
}

[data-screen=complete] .smf-complete-content {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  [data-screen=complete] .smf-complete-content {
    margin-top: 6.6666666667vw;
  }
}
[data-screen=complete] .smf-complete-content {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  [data-screen=complete] .smf-complete-content {
    padding: 5.3333333333vw;
  }
}
[data-screen=complete] .smf-complete-content {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  [data-screen=complete] .smf-complete-content {
    border-radius: 1.3333333333vw;
  }
}
[data-screen=complete] .smf-complete-content {
  background-color: #fff;
}
[data-screen=complete] .smf-complete-content > p {
  font-size: clamp(10px, 4.4vw, 22px);
  text-align: center;
}