@charset "UTF-8";
body.page-request .btm-contact,
body.page-request .footer-assets,
body.page-request .footer-nav__sub,
body.page-request .fixed-btn,
body.page-contact .btm-contact,
body.page-contact .footer-assets,
body.page-contact .footer-nav__sub,
body.page-contact .fixed-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  body.page-request .footer-copy,
  body.page-contact .footer-copy {
    padding: 3.73333vw 0 3.73333vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  body.page-request .footer-copy,
  body.page-contact .footer-copy {
    padding: 14px 0 14px;
  }
}

.-error textarea, .-error
input[type="number"], .-error
input[type="tel"], .-error
input[type="email"], .-error
input[type="password"], .-error
input[type=text] {
  border: 1px solid #842029;
  background: #F8D7DA;
}

.-error .form-select select {
  border: none;
  background: #F8D7DA;
}

.-error .form-select {
  border: 1px solid #842029;
}

.form-select {
  display: block;
  position: relative;
  width: 430px;
  height: 58px;
  font-size: 16px;
  font-weight: 400 !important;
  padding: 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-select {
    width: 30.71429vw;
    height: 4.14286vw;
    font-size: 1.14286vw;
  }
}
@media screen and (max-width: 767px) {
  .form-select {
    width: 100%;
    height: 14.93333vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-select {
    height: 56px;
  }
}
.form-select select {
  border: none;
  color: #33393B;
}
.form-select select:invalid {
  color: #A0A0A0;
}
.form-select::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  display: block;
  background: url(../img/contact/ico_pulldown_contact.svg) 0 0 no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-select::after {
    width: 0.85714vw;
    height: 0.64286vw;
    margin-top: -0.35714vw;
    right: 1.42857vw;
  }
}

.form-textarea {
  height: 168px;
  padding: 14px 16px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-textarea {
    height: 12vw;
    padding: 1vw 1.14286vw;
  }
}
@media screen and (max-width: 767px) {
  .form-textarea {
    height: 44.8vw;
    padding: 4.26667vw 3.73333vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-textarea {
    height: 168px;
    padding: 16px 14px;
  }
}

.form-radio__items li {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-radio__items li {
    margin-bottom: 24px;
  }
}
.form-radio__items li:last-child {
  margin-bottom: 0;
}
.form-radio__items li label {
  position: relative;
  padding-left: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-radio__items li label {
    padding-left: 1.85714vw;
  }
}
@media screen and (max-width: 767px) {
  .form-radio__items li label {
    padding-left: 6.4vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-radio__items li label {
    padding-left: 24px;
  }
}

.radio-txt {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .radio-txt {
    font-size: 1.14286vw;
    top: 0.14286vw;
  }
}
@media screen and (max-width: 767px) {
  .radio-txt {
    font-size: 3.73333vw;
    top: 0vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .radio-txt {
    font-size: 14px;
    top: 0px;
  }
}

.form-radio {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #DDDDDD;
  width: 16px;
  height: 16px;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
  outline: none;
}
.-error .form-radio {
  background: #F8D7DA;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-radio {
    width: 1.14286vw;
    height: 1.14286vw;
  }
}
@media screen and (max-width: 767px) {
  .form-radio {
    width: 4.26667vw;
    height: 4.26667vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-radio {
    width: 16px;
    height: 16px;
  }
}

.form-radio:checked:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  background: #33393B;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  outline: none;
}
.-error .form-radio:checked:after {
  background: #842029;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-radio:checked:after {
    width: 0.71429vw;
    height: 0.71429vw;
  }
}
@media screen and (max-width: 767px) {
  .form-radio:checked:after {
    width: 2.66667vw;
    height: 2.66667vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-radio:checked:after {
    width: 10px;
    height: 10px;
  }
}

.form-box {
  background: #F2F4F7;
  padding: 55px 0 60px;
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-box {
    padding: 3.92857vw 0 4.28571vw;
    margin-bottom: 6.42857vw;
  }
}
@media screen and (max-width: 767px) {
  .form-box {
    padding: 4vw 0 10.66667vw;
    margin-bottom: 13.33333vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-box {
    padding: 15px 0 40px;
    margin-bottom: 50px;
  }
}

.form-items {
  width: 940px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-items {
    width: 78.94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .form-items {
    width: 85.46%;
  }
}
.form-items .form-item {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form-items .form-item {
    display: block;
  }
  .form-items .form-item .form-item__l {
    padding-bottom: 5.33333vw;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) and (max-width: 767px) {
  .form-items .form-item .form-item__l {
    padding-bottom: 20px;
  }
}

.form-items .form-item:last-child .form-item__r,
.form-items .form-item:last-child .form-item__l {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .form-items .form-item:last-child .form-item__r {
    padding-bottom: 0;
  }
}

.form-item__l {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #DDDDDD;
  width: 300px;
  padding-right: 20px;
}
.-error .form-item__l {
  padding-bottom: 3em;
}
.-va-t .form-item__l {
  vertical-align: top;
  padding-top: 46px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .-va-t .form-item__l {
    padding-top: 3.28571vw;
  }
}
@media screen and (max-width: 767px) {
  .-va-t .form-item__l {
    padding-top: 6.93333vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .-va-t .form-item__l {
    padding-top: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-item__l {
    padding-right: 1.42857vw;
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .form-item__l {
    display: block;
    width: 100%;
    padding: 6.93333vw 0 5.33333vw;
    border-bottom: none;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-item__l {
    padding: 26px 0 10px;
  }
}
.form-item__l label {
  display: inline-block;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-item__l label {
    font-size: 1.42857vw;
  }
}
@media screen and (max-width: 767px) {
  .form-item__l label {
    font-size: 4.8vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-item__l label {
    font-size: 18px;
  }
}
.form-item__l .form-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.0;
  margin-top: 16px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-item__l .form-txt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .form-item__l .form-txt {
    font-size: 3.73333vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-item__l .form-txt {
    font-size: 14px;
  }
}

.form-item__r {
  display: table-cell;
  vertical-align: middle;
  width: 640px;
  padding: 30px 0 30px;
  border-bottom: 1px solid #DDDDDD;
}
.-va-t .form-item__r {
  vertical-align: top;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-item__r {
    width: 71.11%;
    padding: 2.14286vw 0 2.14286vw;
  }
}
@media screen and (max-width: 767px) {
  .form-item__r {
    display: block;
    width: 100%;
    padding: 0 0 8vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-item__r {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .form-item__r .form-checkbox__list {
    position: relative;
    left: -1.86667vw;
  }
}
@media screen and (max-width: 767px) {
  .form-item__r .txt {
    margin-top: -0.5em;
  }
}

.form-privacy {
  border-top: 1px solid #DDDDDD;
  padding-top: 45px;
  width: 940px;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-privacy {
    width: 78.94%;
    padding-top: 3.21429vw;
    margin-top: 2.14286vw;
  }
}
@media screen and (max-width: 767px) {
  .form-privacy {
    width: 85.46%;
    padding-top: 8vw;
    margin-top: 8vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-privacy {
    padding-top: 30px;
    margin-top: 30px;
  }
}

.form-privacy__ttl {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-privacy__ttl {
    font-size: 1.42857vw;
    margin-bottom: 1.78571vw;
  }
}
@media screen and (max-width: 767px) {
  .form-privacy__ttl {
    font-size: 4.8vw;
    margin-bottom: 5.33333vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-privacy__ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.form-privacy__box {
  background: #fff;
  margin-bottom: 16px;
  padding: 46px 50px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-privacy__box {
    margin-bottom: 1.14286vw;
    padding: 3.28571vw 3.57143vw;
  }
}
@media screen and (max-width: 767px) {
  .form-privacy__box {
    margin-bottom: 4.26667vw;
    padding: 9.06667vw 6.66667vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-privacy__box {
    margin-bottom: 16px;
    padding: 34px 25px;
  }
}

.form-label {
  position: relative;
  top: -3px;
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
  height: 20px;
  padding: 3px 10px 0;
  border-radius: 10px;
  background: #007AAA;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-label {
    top: -0.21429vw;
    font-size: 0.85714vw;
    margin-left: 0.71429vw;
    height: 1.42857vw;
    padding: 0.21429vw 0.71429vw 0;
    border-radius: 0.71429vw;
  }
}
@media screen and (max-width: 767px) {
  .form-label {
    top: -0.53333vw;
    font-size: 3.2vw;
    margin-left: 2.66667vw;
    height: 5.33333vw;
    padding: 0.8vw 2.66667vw 0;
    border-radius: 2.66667vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-label {
    top: -2px;
    font-size: 12px;
    margin-left: 10px;
    height: 20px;
    padding: 3px 10px 0;
    border-radius: 10px;
  }
}
.form-label.-required {
  background: #b50000;
}

/* error */
.error-txt__bg {
  background: #F8D7DA;
  padding: 16px 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .error-txt__bg {
    padding: 1.14286vw 1.14286vw;
    margin-bottom: 1.71429vw;
  }
}
@media screen and (max-width: 767px) {
  .error-txt__bg {
    padding: 4.26667vw 5.33333vw;
    margin-bottom: 6.4vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .error-txt__bg {
    padding: 16px 20px;
    margin-bottom: 24px;
  }
}
.error-txt__bg .error-txt {
  margin-top: 0;
}

.form-radio__items + .error-txt {
  margin-top: 20px;
}

.error-txt {
  line-height: 1.8;
  color: #842029;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

/* kankyo */
body.state-kankyo-active .img-kankyo {
  grid-template-rows: 1fr;
}

.img-kankyo {
  width: 300px;
  display: grid;
  grid-template-rows: 0fr;
  transition: 300ms grid-template-rows ease;
}
.img-kankyo img {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .img-kankyo {
    width: 26.31%;
  }
}
@media screen and (max-width: 767px) {
  .img-kankyo {
    width: 100%;
  }
}

.img-kankyo__hidden {
  margin-top: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .img-kankyo__hidden {
    margin-top: 0.71429vw;
  }
}
@media screen and (max-width: 767px) {
  .img-kankyo__hidden {
    margin-top: 2.66667vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .img-kankyo__hidden {
    margin-top: 10px;
  }
}

/*  250310 NM追加　*/
.form-checkbox__items li {
  margin-bottom: 24px;
}

.form-checkbox__items li:last-child {
  margin-bottom: 0;
}

.form-checkbox {
  top: 2px;
}

.checkbox-form-txt {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin-left: 8px;
}

/* add */
.trial-grid__top {
  display: grid;
  grid-template-columns: 800px 300px;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .trial-grid__top {
    grid-template-columns: 57.14286vw 21.42857vw;
    margin-bottom: 2.85714vw;
  }
}
@media screen and (max-width: 767px) {
  .trial-grid__top {
    grid-template-columns: 1fr;
    margin-bottom: 8vw;
    gap: 6.66667vw 0;
  }
}
.trial-grid__top .btn {
  margin-top: 0;
}

.form-box.-trial {
  padding-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-box.-trial {
    padding-top: 3.57143vw;
  }
}
@media screen and (max-width: 767px) {
  .form-box.-trial {
    padding-top: 2.66667vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-box.-trial {
    padding-top: 10px;
  }
}
.form-box.-trial.-confirm {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-box.-trial.-confirm {
    padding-bottom: 4.28571vw;
  }
}
@media screen and (max-width: 767px) {
  .form-box.-trial.-confirm {
    padding-bottom: 8vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-box.-trial.-confirm {
    padding-bottom: 30px;
  }
}
.form-box.-trial.-confirm section:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.form-box.-trial section {
  width: 940px;
  margin: 0 auto 30px !important;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-box.-trial section {
    width: 78.94%;
    margin-bottom: 2.14286vw !important;
    padding-bottom: 1.07143vw;
  }
}
@media screen and (max-width: 767px) {
  .form-box.-trial section {
    width: 85.46%;
    padding-bottom: 8vw;
    margin-bottom: 6.4vw !important;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-box.-trial section {
    padding-bottom: 30px;
    margin-bottom: 24px !important;
  }
}
.form-box.-trial section .form-items {
  width: 100% !important;
}
.form-box.-trial section .form-item__r,
.form-box.-trial section .form-item__l {
  border-bottom: none;
  padding: 15px 0 15px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-box.-trial section .form-item__r,
  .form-box.-trial section .form-item__l {
    padding: 1.07143vw 0 1.07143vw;
  }
}
@media screen and (max-width: 767px) {
  .form-box.-trial section .form-item__r,
  .form-box.-trial section .form-item__l {
    padding: 0 0 4vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-box.-trial section .form-item__r,
  .form-box.-trial section .form-item__l {
    padding: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .form-box.-trial section .form-item__r {
    padding: 0 0 6.66667vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-box.-trial section .form-item__r {
    padding: 0 0 25px;
  }
}
.form-box.-trial section .-error .form-item__l {
  padding-top: 0px;
  padding-bottom: 3.2em;
}
@media screen and (max-width: 767px) {
  .form-box.-trial section .-error .form-item__l {
    padding-bottom: 4.26667vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-box.-trial section .-error .form-item__l {
    padding-bottom: 16px;
  }
}
.form-box.-trial section .-va-t .form-item__l {
  padding-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-box.-trial section .-va-t .form-item__l {
    padding-top: 1.14286vw;
  }
}
@media screen and (max-width: 767px) {
  .form-box.-trial section .-va-t .form-item__l {
    padding-top: 0;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-box.-trial section .-va-t .form-item__l {
    padding-top: 0;
  }
}
.form-box.-trial section .-textarea .form-item__l {
  padding-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-box.-trial section .-textarea .form-item__l {
    padding-top: 2.14286vw;
  }
}
@media screen and (max-width: 767px) {
  .form-box.-trial section .-textarea .form-item__l {
    padding-top: 0;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-box.-trial section .-textarea .form-item__l {
    padding-top: 0;
  }
}
.form-box.-trial section.-no-border {
  border-bottom: none;
  padding-bottom: 0 !important;
}
.form-box.-cleaning {
  padding-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-box.-cleaning {
    padding-top: 5.71429vw;
  }
}
@media screen and (max-width: 767px) {
  .form-box.-cleaning {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-box.-cleaning {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.trial-steps {
  width: 1120px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: start;
  margin-bottom: 180px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .trial-steps {
    width: 80vw;
    margin-bottom: 12.85714vw;
  }
}
@media screen and (max-width: 767px) {
  .trial-steps {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 21.33333vw;
    padding-bottom: 5.33333vw;
    gap: 8vw 0;
  }
}
.trial-steps::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  right: -20px;
  width: 30px;
  height: 130px;
  background: #007aaa;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .trial-steps::after {
    right: -1.42857vw;
    width: 2.14286vw;
    height: 9.28571vw;
  }
}
@media screen and (max-width: 767px) {
  .trial-steps::after {
    top: auto;
    bottom: -7.86667vw;
    right: auto;
    left: 0;
    width: 34.66667vw;
    height: 8vw;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}
@media screen and (max-width: 767px) {
  .trial-steps::before {
    content: '';
    position: absolute;
    display: block;
    background: #007aaa;
    width: 34.66667vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.trial-steps .trial-step {
  position: relative;
  width: 280px;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .trial-steps .trial-step {
    width: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .trial-steps .trial-step {
    width: 100%;
  }
}
.trial-steps .trial-step:nth-child(1) .trial-step__con {
  background: #F7FDFF;
}
.trial-steps .trial-step:nth-child(1) .trial-step__phase::before, .trial-steps .trial-step:nth-child(1) .trial-step__phase::after {
  display: none;
}
.trial-steps .trial-step:nth-child(2) .trial-step__con {
  background: #EDFAFF;
}
.trial-steps .trial-step:nth-child(3) .trial-step__con {
  background: #E0F7FF;
}
.trial-steps .trial-step:nth-child(4) {
  width: 270px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .trial-steps .trial-step:nth-child(4) {
    width: 19.28571vw;
  }
}
@media screen and (max-width: 767px) {
  .trial-steps .trial-step:nth-child(4) {
    width: 100%;
  }
}
.trial-steps .trial-step:nth-child(4) .trial-step__con {
  background: #D3F2FD;
}

.trial-step__phase {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 130px;
  background: #007AAA;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .trial-step__phase {
    height: 9.28571vw;
  }
}
@media screen and (max-width: 767px) {
  .trial-step__phase {
    width: 34.66667vw;
    height: 100%;
  }
}
.trial-step__phase p {
  position: relative;
  top: 32px;
  left: 50px;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .trial-step__phase p {
    top: 2.28571vw;
    left: 3.57143vw;
    font-size: 1.14286vw;
  }
}
@media screen and (max-width: 767px) {
  .trial-step__phase p {
    top: 5.86667vw;
    left: 10.66667vw;
    font-size: 4.26667vw;
    transform: rotate(90deg);
    transform-origin: 0% 50%;
  }
}
.trial-step__phase p span {
  font-size: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .trial-step__phase p span {
    font-size: 1.85714vw;
  }
}
@media screen and (max-width: 767px) {
  .trial-step__phase p span {
    font-size: 6.93333vw;
  }
}
.trial-step__phase::before, .trial-step__phase::after {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 50%;
  background: #fff;
  left: 10px;
  z-index: 100;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .trial-step__phase::before, .trial-step__phase::after {
    left: 0.71429vw;
  }
}
@media screen and (max-width: 767px) {
  .trial-step__phase::before, .trial-step__phase::after {
    width: 50%;
    height: 5px;
    left: 0;
  }
}
.trial-step__phase::after {
  top: 0;
  transform: skewX(25deg);
  transform-origin: 50% 100%;
}
@media screen and (max-width: 767px) {
  .trial-step__phase::after {
    top: -2.66667vw;
    left: 0;
    transform: skewY(25deg);
  }
}
.trial-step__phase::before {
  top: 50%;
  transform: skewX(-25deg);
  transform-origin: 50% 0;
}
@media screen and (max-width: 767px) {
  .trial-step__phase::before {
    top: -2.66667vw;
    left: 50%;
    transform: skewY(-25deg);
  }
}

.trial-step__con {
  position: relative;
  z-index: 2;
  top: 80px;
  left: 20px;
  width: 260px;
  padding: 35px 30px;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .trial-step__con {
    top: 5.71429vw;
    left: 1.42857vw;
    width: 18.57143vw;
    padding: 2.5vw 2.14286vw;
  }
}
@media screen and (max-width: 767px) {
  .trial-step__con {
    top: 5.33333vw;
    left: 21.33333vw;
    width: 69.33333vw;
    padding: 6.66667vw 8vw;
  }
}
.trial-step__con .txt {
  letter-spacing: 0;
}

.form-label.-trial {
  margin-left: 0;
  top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-label.-trial {
    margin-left: 0;
    top: 0.71429vw;
  }
}
@media screen and (max-width: 767px) {
  .form-label.-trial {
    top: -0.53333vw;
    margin-left: 2.66667vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-label.-trial {
    top: -2px;
    margin-left: 10px;
  }
}

.form-privacy.-no-border {
  border-top: none;
  top: 0;
  padding-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-privacy.-no-border {
    padding-top: 0.71429vw;
  }
}
@media screen and (max-width: 767px) {
  .form-privacy.-no-border {
    padding-top: 2.66667vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .form-privacy.-no-border {
    padding-top: 10px;
  }
}

.form-privacy__box-scroll {
  position: relative;
  width: calc(100% + 15px);
  height: 200px;
  overflow-y: scroll;
  padding-right: 20px;
}
.form-privacy__box-scroll section {
  width: 100% !important;
  margin: 0 auto 60px !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-privacy__box-scroll section {
    margin-bottom: 4.28571vw !important;
  }
}
@media screen and (max-width: 767px) {
  .form-privacy__box-scroll section {
    margin-bottom: 16vw !important;
  }
}
@media screen and (max-width: 767px) {
  .form-privacy__box-scroll section {
    margin-bottom: 60px !important;
  }
}
.form-privacy__box-scroll section section {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .form-privacy__box-scroll section section {
    margin-bottom: 2.85714vw !important;
  }
}
@media screen and (max-width: 767px) {
  .form-privacy__box-scroll section section {
    margin-bottom: 8vw !important;
  }
}
@media screen and (max-width: 767px) {
  .form-privacy__box-scroll section section {
    margin-bottom: 30px !important;
  }
}
.form-privacy__box-scroll.-no-scroll {
  height: auto;
  overflow-y: auto;
}
