@charset "UTF-8";
@media screen and (min-width: 768px) {
  main {
    min-height: calc(100svh - 532px);
    margin-bottom: 60px;
  }
}
.key-img {
  width: 1920px;
  margin-left: calc(50% - 960px);
}

.form-wrapper {
  width: 100%;
  max-width: 610px;
  margin: -36px auto 0;
  border: 1px solid #e698a4;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  border-radius: 11px;
  background: #fff;
}

.form-hidden {
  display: none;
}

/*----------------------------------------------------
	Main
----------------------------------------------------*/
.simulation__inner {
  padding: 0 2.6666666667%;
}

.roundBox {
  background-color: #fff;
  border-radius: 10px;
  padding: 56px 20px 8px;
  overflow: hidden;
}

input,
textarea,
select,
button {
  font-weight: 500;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='date'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  border: 1px solid var(--pink);
  background-color: #fff;
  border-radius: 10px;
  padding: 0 0.6em;
  margin: 0;
  width: 100%;
  height: 3.3em;
  font-size: 15px;
  font-weight: 500;
}

select {
  font-size: 15px;
  color: #a39897;
  -webkit-appearance: none;
  border: none;
  border-radius: 10px;
  padding: 0.7em 0.8em;
  width: 190px;
  background: url(../img/arrow2.png) no-repeat right 12px center, #f2f1f1;
  background-size: 11px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type='submit'],
input[type='button'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type='submit'],
input[type='button'] {
  border: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}

input[type='submit']::focus,
input[type='button']::focus {
  outline-offset: -2px;
}

legend {
  display: none;
}

::placeholder,
select:invalid,
select option:first-of-type {
  color: #ccc;
}

select option:not(:first-of-type) {
  color: #1a1a1a;
}

fieldset {
  border: none;
  margin: 0 -11px;
  margin-bottom: 20px;
}

.center {
  text-align: center;
}

.mb-20 {
  margin-bottom: 20px;
}

.col-l {
  width: 190px;
}

.toggle .toggle-link {
  position: absolute;
  top: 94px;
  left: 190px;
}

.acoArea {
  margin-top: 21px !important;
}
.acoArea .row {
  gap: 10px;
}

.attention {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  font-size: 1.3rem;
}

input[type='radio'],
input[type='checkbox'] {
  display: none;
}

.btn-radio {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  line-height: 1.3;
  transition: all 0.2s ease;
  width: 180px;
  margin: 0 7px 10px;
}

.btn-radio span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 19.2px 0;
  border-radius: 100px;
  transition: all 0.3s ease;
  background: #f2f1f0;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  box-sizing: border-box;
  color: #a39897;
  border: 1px solid transparent;
}

.pushdown:hover span,
input[type='radio']:checked + .pushdown span {
  background: var(--pink);
  border: 1px solid #e698a4;
  color: #fff;
}

input[type='radio']:focus + .btn-radio {
  outline-color: transparent;
}

.checkbox01 {
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.checkbox01::before {
  background: #fff;
  border: 2px solid #1a1a1a;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.checkbox01::after {
  background: #fedb43;
  content: '';
  display: block;
  height: 8px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 8px;
}

input[type='checkbox']:checked + .checkbox01::after {
  opacity: 1;
}

*:has(.input-deco) {
  position: relative;
}

.input-deco {
  background: #f7f7f7;
  position: absolute;
  border-radius: 10px;
  font-weight: 500;
  right: 10px;
  font-size: 10px;
  top: -9px;
  padding: 0 6px;
  line-height: 18px;
}

.form__block {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.form__block dt {
  min-width: 135px;
  margin-bottom: 0;
}

.main2 .form__block dt {
  min-width: 180px;
}

.form__block dd {
  width: 100%;
  font-size: 17px;
}

.form__block dd:has(.inline) input {
  display: inline-block;
  width: 150px;
  margin: 0 10px;
}

.form__h2 {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.04em;
  margin-bottom: 27px;
}
.form__h2 .required {
  color: var(--pink);
  border: 2px solid;
  border-radius: 5px;
  font-size: 12px;
  padding: 0 6px;
  margin-right: 5px;
  font-weight: 500;
}

.form__select {
  margin-top: 10px;
  position: relative;
}

.form__select::before {
  content: '';
  display: block;
  border-top: 7px solid #333;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 50%;
  right: 1.2em;
  transform: translate(0, -50%);
}

.form__privacy {
  background-color: #efefef;
  border-radius: 10px;
  height: 170px;
  padding: 15px;
  overflow: auto;
  margin-bottom: 30px;
  font-size: 1.3rem;
}

.form__privacy h3 {
  margin-bottom: 0.5em;
}

.form__privacy p {
  margin-bottom: 1em;
}

.form__privacy ul {
  list-style: disc;
  margin: 0 0 1em 1em;
}

.form__privacy li {
  margin-bottom: 0.3em;
}

.form-lock {
  width: 120px;
  margin: -41px 0 17px;
}

.form-zip {
  margin: 1em 0 0 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.form-zip:after {
  content: '';
  display: inline-block;
  background: url(../img/arrow2.png) no-repeat center top;
  background-size: contain;
  width: 12px;
  height: 7px;
}

.form-deco {
  text-align: center;
  width: 470px;
  margin: 15px auto -15px;
}

.form-deco.deco2 {
  width: 290px;
}

.form-deco.deco3 {
  width: 450px;
}

.form-deco img {
  width: auto;
}

.form-main {
  margin-bottom: -10px;
  margin-top: 20px;
}

.main2 {
  margin-bottom: 0px;
}

.submit-form {
  width: 61%;
  margin: 0 auto;
  pointer-events: none;
}
.submit-form.active {
  pointer-events: unset;
}
.btn-submit {
  background: url(../img/btn-submit.png) no-repeat center center/contain;
  width: 100%;
  padding: 24.024024024% 0 0;
  height: 0;
  text-align: left;
  text-indent: -9999px;
  line-height: 1;
  overflow: hidden;
}

.btn_block:has(.submit-form) {
  align-items: end;
  margin-top: 40px;
  margin-bottom: 10px;
}

.btn_block:has(.submit-form) .btn__link-primary {
  width: 29%;
  margin-bottom: 5px;
}

/*----------------------- 
ステップ式フォーム 
------------------------*/
.step-items__item {
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
}

.step-items__item.current {
  display: block;
  opacity: 1;
}

.step-box {
  width: 100%;
  position: absolute;
  transform: translateX(600px);
  transition: all 0.3s ease;
  top: 0;
  opacity: 0;
}

.step-box.current {
  position: relative;
  transform: translateX(0%);
  opacity: 1;
}

.step-box:has(+ .current) {
  transform: translateX(-600px);
}

/* ボタン */
.btn_block {
  display: flex;
  justify-content: space-around;
  align-items: start;
}

.btn__link-primary {
  width: 47%;
  position: relative;
  margin: 36px auto 0;
  border: none;
  outline: none;
  background: none;
}

.btn__link-primary span {
  background: url(../img/btn_bg.png) no-repeat center top;
  background-size: 100% auto;
  color: #fff;
  padding: 7px 0 21px;
  border-radius: 5px;
  transition: 0.15s;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.14em;
  display: block;
  position: relative;
  z-index: 2;
}

.btn__link-primary span:after {
  content: '';
  display: inline-block;
  background: url(../img/arrow.png) no-repeat center top;
  background-size: contain;
  width: 8px;
  height: 13px;
  margin: 0 -1px 0 5px;
}

.btn__link.disabled span,
.btn__link:disabled span,
.btn__back span {
  background: #c8c1c1;
  padding: 7px 0;
  cursor: unset;
}

.btn__link.disabled,
.btn__link:disabled,
.btn__back {
  margin-bottom: 14px;
}

.btn__link.disabled::before,
.btn__link:disabled::before,
.btn__back::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #a09a9a;
  z-index: 1;
}

.btn__back span:before {
  content: '';
  display: inline-block;
  background: url(../img/arrow.png) no-repeat center top;
  background-size: contain;
  width: 8px;
  height: 13px;
  margin: 0 5px 0 -1px;
  transform: scaleX(-1);
}

.btn__back span:after {
  display: none;
}

/*--------------------------------------
  smartphone
--------------------------------------*/
@media screen and (max-width: 768px) {
  .key-img {
    width: auto;
    margin-left: 0;
  }
  .form-wrapper {
    margin-top: -1px;
    background: transparent;
    border: none;
    margin-bottom: 0px;
    max-width: unset;
  }
  .roundBox {
    padding: 15px 16px 90px;
    background: transparent;
    max-width: 610px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .form__h2 .required {
    display: none;
  }
  .btn-radio {
    width: 48%;
    margin: 0;
    margin-bottom: 10px;
  }
  .btn-radio span {
    background: #fff;
    position: relative;
    padding-top: 2vw;
    border-radius: 15px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    height: 30vw;
    padding-bottom: 0;
  }
  .btn-radio img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) !important;
    width: 46%;
    bottom: 1vw;
  }
  .btn-radio.item4 img {
    width: 64%;
  }
  .btn-radio.w100 {
    width: 100%;
  }
  .btn-radio.w100 span {
    height: 16vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-top: 0;
    justify-content: center;
    gap: 3%;
  }
  .btn-radio.w100 span img {
    width: 15%;
    max-width: unset;
    transform: none !important;
    position: static;
    height: auto;
  }
  .form__h2 {
    margin-bottom: 17px;
  }
  .form-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column-reverse;
  }
  .form-flex .form-lock {
    margin: 0 0 0 5px;
  }
  .form-flex .form__h2 {
    margin-bottom: 2px;
  }
  fieldset {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 4px;
  }
  .col-l {
    width: auto;
    margin: 10px 3px;
  }
  .toggle .toggle-link {
    position: static;
  }
  .acoArea {
    margin-top: 9px;
  }
  .acoArea .row {
    flex-direction: row;
  }
  .acoArea .row .col {
    width: 50%;
  }
  select {
    background: url(../img/arrow2.png) no-repeat right 8px center, #f2f1f1;
    background-size: 10px;
    width: 100%;
  }
  .form-deco {
    margin: 20px 27px 0px 18px;
    width: auto !important;
  }
  .form-deco.deco3 {
    margin: -4px 37px 0px 36px;
  }
  .form-lock {
    margin: 0px 0 0 4px;
  }
  .form-main {
    margin-left: 5px;
    margin-right: 5px;
  }
  .form__block {
    margin-bottom: 21px;
  }
  .form__block dt {
    min-width: 88px;
  }
  .form__block dd:has(.inline) input {
    width: 100px;
  }
  .step-box {
    transition: transform 0.5s ease 0.3s, opacity 0s linear 0.3s;
  }
  .main2 {
    margin-top: 16px;
  }
  .main2 .form__block {
    flex-direction: column;
    gap: 8px;
    align-items: start;
  }
  /*--------------------------------------
    btn
  --------------------------------------*/
  .btn__link-primary {
    margin-top: 20px;
    width: 60%;
  }
  .cursor {
    position: absolute;
    top: 0;
    right: 20%;
    width: 35px;
    height: 50px;
    z-index: 3;
    animation: floating 3s linear forwards infinite;
    transition: all 0.3s ease;
  }
  .cursor2 {
    right: 0;
  }
  .before .cursor {
    top: calc(100% - 34px);
  }
  .btn__link-primary span {
    background: url(../img/btn_bg_sp.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 8px 0;
  }
  .btn__back {
    width: 31%;
  }
  .btn__back:after {
    display: none;
  }
  .btn__back span {
    background: #c8c1c1;
    padding: 6px 0;
    cursor: unset;
  }
  .btn_block:has(.submit-form) {
    margin-top: 18px;
    margin-bottom: 10px;
    flex-direction: column-reverse;
  }
  .submit-form {
    width: 100%;
  }
}
@keyframes floating {
  25% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
/*--------------------------------------
  popup
--------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    overflow: hidden;
  }
  .offPopup {
    overflow: unset;
  }
  .offPopup #popup1 {
    display: none;
  }
}
#popup1 {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.popup-inner {
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  padding: 28px 15px;
}
.popup-inner:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(../img/deco-sp.png) no-repeat center top;
  background-size: contain;
  z-index: -1;
  width: 90px;
  height: 120px;
}
.popup-inner h2 {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  width: 210px;
  margin-left: auto;
}
.popup-inner .main {
  margin-top: 24px;
  text-align: center;
  line-height: 18px;
  font-weight: 500;
  font-size: 13px;
}
.popup-inner .main ul li {
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .btn-radio span img {
    display: none;
  }
  #popup1 {
    display: none;
  }
}

/*# sourceMappingURL=form.css.map */
