@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&family=Montserrat:wght@700;800&display=swap');

/* -------------------------------
  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;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
body{line-height:1;}
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;}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 *,
h5,
h5 *,
h6,
h6 * {
  letter-spacing: 0;
  font-feature-settings: "palt";
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:placeholder-shown,
textarea:placeholder-shown {
  background-color: #fff;
  color: #b4b4b4;
}

input:-webkit-autofill{
  -webkit-text-fill-color: #555;
  background-color: #fff;
	box-shadow: 0 0 0px 1000px #fff inset;
}

select::-ms-expand {
  display: none;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}

/* Firefox 18- */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b4b4b4; opacity: 1;
}

/* Firefox 19+ */
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b4b4b4; opacity: 1;
}

/* jquery-ui */
.ui-widget-content {
  background-color: #fff;
  border: 1px solid #555;
  font-size: 12px !important;
}
.ui-menu .ui-menu-item-wrapper {
  padding: .8em 1em !important;
}
.ui-state-active {
  background: #eee !important;
}

/* -------------------------------
  base
------------------------------- */
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* contents */
.contents {
  position: relative;
  font-size: 1.6rem;
}
.inner {
  position: relative;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}

.isHide {
  display: none !important;
}

.fontZenMaru {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
}

.fontMontserrat {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.onlySP {
  display: none !important;
}

@media screen and (min-width: 1001px) {
  a {
    transition:.3s;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
  a:hover {
    opacity: .6;
    cursor: pointer;
  }
}

@media screen and (max-width: 1000px) {
  .inner {
    width: 100%;
  }

  .onlyPC {
    display: none !important;
  }
	.onlySP {
    display: block !important;
  }
}



/* -------------------------------
  header
------------------------------- */
.header {
  display: flex;
  width: 100%;
  background: #fff;
}
.header-inner {
  display: flex;
  align-items: center;
  width: 95%;
  height: 52px;
  max-width: 865px;
  margin: 0 auto;
}
.header-logo {
  position: relative;
  width: 161px;
  margin-right: 23px;
  z-index: 99999;
}
.header-tel {
  display: block;
  margin-left: auto;
  width: 360px;
}

@media screen and (max-width: 1000px) {
  .header-inner {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 30px;
    padding: 8px 20px;
  }
  .header-logo {
    width: 105px;
    margin-right: 0;
    line-height: 1;
  }
  .header-tel {
    position: absolute;
    top: 7px;
    right: 20px;
    width: 21px;
    transition: 0s;
  }
}



/* -------------------------------
  footer
------------------------------- */
.footer {
  margin-top: 270px;
}
.footer-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  background: #424242;
  color: #fff;
  font-size: 2em;
  letter-spacing: .09em;
}

@media screen and (max-width: 1000px) {
  .footer {
    display: none;
  }
}



/* -------------------------------
  ttl
------------------------------- */
.ttl {
  width: 95%;
  margin: 55px auto 0;
  font-weight: 700;
  text-align: center;
}
.ttl-txt01 {
  font-size: 3.2rem;
  letter-spacing: .1em;
}
.ttl-txt02 {
  font-size: 4.9rem;
  letter-spacing: .18em;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 .5rem;
    margin-top: 13px;
    text-align: left;
  }
  .ttl-txt01 {
    margin-top: 3px;
    font-size: 1.1rem;
    letter-spacing: .04em;
    line-height: 1.5;
  }
  .ttl-txt02 {
    font-size: 2.6rem;
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 350px) {
  .ttl-txt01 {
    font-size: 1rem;
  }
  .ttl-txt02 {
    font-size: 2.4rem;
  }
}



/* -------------------------------
  head - info
------------------------------- */
.info-inner {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 50px auto 0;
  font-size: 1.9em;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.info-item {
  padding-top: 120px;
}
.info-item.info01 {
  background: url('/sell/assets/img/form/info_01.svg') top 5px center / 111px auto no-repeat;
  color: #F05283;
}
.info-item.info02 {
  background: url('/sell/assets/img/form/info_02.svg') top 2px center / 111px auto no-repeat;
  color: #3EB4E8;
}
.info-item.info03 {
  background: url('/sell/assets/img/form/info_03.svg') top 22px center / 157px auto no-repeat;
  color: #F05283;
}
.info-item-txt {
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .info-inner {
    display: block;
    margin-top: 16px;
    font-weight: 700;
  }
  .info-item {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 300px;
    min-height: 43px;
    margin: 0 auto;
    padding: 3px 14px 0 76px;
    border-radius: 12px;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 1.4;
  }
  .info-item:not(:first-child) {
    margin-top: 13px;
  }
  .info-item.info01 {
    background: url('/sell/assets/img/form/info_01_sp.svg') center left 18px / 38px auto no-repeat #fff0f6;
    font-size: 1.4rem;
  }
  .info-item.info02 {
    padding-left: 70px;
    background: url('/sell/assets/img/form/info_02_sp.svg') center left 18px / 38px auto no-repeat #fff0f6;
  }
  .info-item.info03 {
    padding-left: 105px;
    background: url('/sell/assets/img/form/info_03_sp.svg') center left 13px / 48px auto no-repeat #fff0f6;
  }
  .info-item-txt {
    margin-top: 0;
  }
  .info-tel {
    width: 95%;
    max-width: 32rem;
    margin: 22px auto 0;
  }
}



/* -------------------------------
  head - holiday
------------------------------- */
.holiday {
  margin-top: 65px;
  padding: 3em 2em;
  background-color: rgba(60, 187, 242, 0.1);
  text-align: center;
}
.holiday-ttl {
  font-size: 2em;
  font-weight: 700;
}
.holiday-txt {
  margin-top: .5em;
  font-size: 1.7em;
}

@media screen and (max-width: 1000px) {
  .holiday {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 89%;
    margin: 30px auto 0;
    padding: 2rem 1.5rem;
    text-align: left;
  }
  .holiday-ttl {
    font-size: 1.6rem;
    text-align: center;
  }
  .holiday-txt {
    margin-top: .3rem;
    font-size: 1.4rem;
  }
}



/* -------------------------------
  head - step
------------------------------- */
.step {
  position: relative;
  width: 95%;
  max-width: 835px;
  margin: 70px auto;
}
.step ul {
  display: flex;
  justify-content: space-between;
}
.step-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 21.2%;
  max-width: 176px;
  height: 70px;
  background: #F0F0F0;
  border-radius: 5px;
  font-size: 1.7em;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1;
}
.step-item.is-current {
  background: #f27da2;
}
.step-item:not(:first-child):after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -85.88%;
  display: block;
  width: 85.88%;
  margin: auto;
  background: url('/sell/assets/img/form/step_pc_arrow.svg') center center / 52px auto no-repeat;
  z-index: -1;
}
.is-current + .step-item:after,
.is-current.step-item:last-child:after {
  background-image: url('/sell/assets/img/form/step_pc_arrow_current.svg');
}
.step-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9px;
}
.step-item-img img {
  width: auto;
  height: 100%;
}
.step-item-txt {
  margin-top: 8px;
}
.step-sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .step {
    width: 95%;
    max-width: none;
    margin: 28px auto 23px;
  }
  .step ul {
    justify-content: center;
    transform: translateX(6px);
  }
  .step-item {
    width: 111px;
    max-width: none;
    height: 36px;
    background: url('/sell/assets/img/form/step_sp_other.svg') center left / auto 100% no-repeat transparent;
    border-radius: 0;
    font-size: 1.4rem;
    color : #C8C8C8;
  }
  .step-item:first-child {
    width: 105px;
    background: url('/sell/assets/img/form/step_sp_input.svg') center left / auto 100% no-repeat transparent;
  }
  .step-item:nth-child(2) {
    transform: translateX(-4px);
  }
  .step-item:nth-child(3) {
    transform: translateX(-8px);
  }
  .step-item.is-current {
    background: url('/sell/assets/img/form/step_sp_other_current.svg') center left / auto 100% no-repeat transparent;
    color: #fff;
  }
  .step.input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
    width: 85%;
    max-width: 350px;
    margin-top: 20px;
  }
  .step.input ul {
    justify-content: flex-start;
    transform: none;
  }
  .step.input .step-item {
    width: 91px;
    height: 32px;
    background: url('/sell/assets/img/form/step_sp_other_input.svg');
    font-size: 1.2rem;
  }
  .step.input .step-item:first-child {
    width: 84px;
    background: url('/sell/assets/img/form/step_sp_input_current.svg');
  }
  .step.input .step-item:nth-child(2) {
    transform: translateX(-2px);
  }
  .step.input .step-item:nth-child(3) {
    transform: translateX(-2px);
  }
  .step-item:not(:first-child):after {
    content: none;
  }
  .step-item-img {
    display: none;
  }
  .step-item-num {
    font-size: 10px;
  }
  .step.input .step-item-num {
    font-size: 9px;
  }
  .step-item-txt {
    margin-top: 0;
  }

  .step-sp {
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.6rem;
    height: 4.6rem;
    background-color: #fff;
    transform: translateY(-2px);
  }
  .step-sp .current {
    color: #3EB4E8;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
  }
  .step-sp .total {
    display: inline-block;
    margin-left: 3px;
    padding-top: 3px;
    color: #e5e5e5;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
  }
  .step-sp-bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .step-sp-bar-result {
    stroke-dasharray: calc(42 * 3.14) calc(42 * 3.14);
    stroke-dashoffset: calc((42 * 3.14) / 7 * 6);
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
    transition: stroke-dashoffset .3s;
  }
  .step-sp-bar-result.last {
    stroke-dashoffset: 0;
  }
}

@media screen and (max-width: 350px) {
  .step ul {
  }
  .step-item {
    width: 106px;
    height: 33px;
  }
  .step-item:first-child {
    width: 100px;
  }
}

@media screen and (max-width: 330px) {
  .step.input {
    gap: 0 2px;
  }
}



/* -------------------------------
  form
------------------------------- */
.form {
  position: relative;
  max-width: 1000px;
  width: 95%;
  margin: 85px auto 0;
  font-weight: 500;
}

.form-txt {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.formTxt2 {
  margin-top: 120px;
}
.form-txt-img {
  height: 15px;
}
.form-txt-img img {
  width: auto;
  height: 100%;
  vertical-align: text-top;
}
.form-txt-txt01 {
  margin-left: .9em;
  padding-bottom: .2em;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .03em;
  color: #F05283;
  line-height: 1;
}
.form-txt-txt02 {
  margin-left: 2.25em;
  font-size: 2rem;
}

.spLast {

}

/* group */
.form-group {
  width: 100%;
  overflow: hidden;
}
.group-inner {
  display: flex;
  align-items: stretch;
  border-top: 1px solid#A6A6A6;
  font-size: 2rem;
}
.group6 .group-inner:not(:first-child),
.group7 .group-inner {
  border: none;
}

.group-name {
  position: relative;
  width: 26rem;
  padding: 35px 0 15px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.5;
}
.group-name-mark {
  position: absolute;
  top: 37px;
  right: 35px;
  display: block;
  width: 3em;
  padding: 3px 0 5px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1;
  transition: all 0.3s;
}
.group6 .group-name-mark,
.group7 .group-name-mark {
  right: 22px;
}
.required .group-name-mark {
  background: #F05283;
  border: 1px solid #F05283;
}
.required.input_ok .group-name-mark {
  background: #fff;
  color: #F05283;
}
.any .group-name-mark {
  background: #737373;
}

.group-item {
  width: calc(100% - 26rem);
  padding: 35px 0;
}
.group6 .group-item,
.group7 .group-item {
  padding-bottom: 0;
}
.group-item-txt {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  font-size: 1.4rem;
}
.group-item-unit {
  display: inline-block;
  margin: .6em 0 0 .5em;
  font-weight: 700;
  letter-spacing: .03em;
  vertical-align: top;
}
.group-item-err {
  display: block;
  width: 100%;
  margin-top: 15px;
  color: #F05283;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .03em;
}

/* input base */
input:not([type=radio]),
textarea,
select {
  width: 100%;
  padding: .4em 1em;
  background: #fff;
  border: 1px solid #555;
  border-radius: 5px;
  font-size: 1em;
  line-height: 1.7;
  font-family: inherit;
  vertical-align: bottom;
  -webkit-transition: background-color ease 0.3s, border-color ease 0.3s;
  transition: background-color ease 0.3s, border-color ease 0.3s;
}
textarea {
  min-height: 200px;
  resize: vertical;
}
input:not([type=radio]).short,
select.short {
  width: 220px;
}
input:not([type=radio]).input_err,
textarea.input_err,
select.input_err {
  background: #fff0f6;
  border: 2px solid #F05283;
}
.group-item-select {
  position: relative;
  display: inline-block;
}
.group-item-select + .group-item-select {
  margin-left: 10px;
}
.group-item-select:hover {
  cursor: pointer;
}
.group-item-select:after {
  content: '';
  position: absolute;
  top: 22px;
  right: .8em;
  display: block;
  width: 8px;
  height: 8px;
  background: url('/sell/assets/img/form/select_arrow.svg') center center / contain no-repeat;
  z-index: 1;
}
.group-item-select optgroup {
  color: #a8a8a8;
  font-size: 1.5rem;
  -moz-text-align-last: center;
  text-align-last: center;
}
.group-item-select option {
  color: #0F0F0F;
  font-size: 1.5rem;
  -moz-text-align-last: center;
  text-align-last: center;
}

/* radio */
.group-item-radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.group-item-radio input[type="radio"] {
  display: none;
}
.group-item-radio label {
  position: relative;
  display: inline-block;
  margin: 22px 40px 0 0;
  padding-left: 2em;
  line-height: 1.1;
}
.group-item-radio input[type="radio"]:first-child + label {
  margin-top: .15em;
}
.group-item-radio input[type="radio"]:disabled + label {
  color: #c1c1c1;
}
.group-item-radio label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.1em;
  height: 1.1em;
  background-color: #fff;
  border: 1px solid #A6A6A6;
  border-radius: 50%;
}
.group-item-radio label:after {
  content: "";
  display: block;
  position: absolute;
  top: .2em;
  left: .2em;
  width: .7em;
  height: .7em;
  background: #F05283;
  border-radius: 50%;
  opacity: 0;
  transition: .3s;
}
.group-item-radio input[type="radio"]:checked + label:after {
  opacity: 1;
}

/* group - address */
.address .group-name .group-name-mark {
  top: 188px;
}
.group-item-address {
  position: relative;
}
.group-item-address:not(:first-child) {
  margin-top: .8em;
}
.group-item-address.zip {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.group-item-address.zip:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -35px;
  left: -100px;
  right: 0;
  width: calc(100% + 100px);
  height: 4px;
  background: linear-gradient(to right, rgba(166, 166, 166, 1), rgba(166, 166, 166, 1) 3px, rgba(166, 166, 166, 0) 3px, rgba(166, 166, 166, 0) 8px) center left / 8px 3px repeat-x;
}
.group-item-address.zip .group-item-address-name {
  width: 100%;
}
.group-item-address.zip .group-name-mark {
  top: 0;
  left: -90px;
  right: auto;
  background: #737373;
  border: none;
  color: #fff;
}
.group-item-zipBtn {
  margin-left: 1.2em;
  padding: 1em 1.8em;
  border: 1px solid #555;
  border-radius: 25px;
  font-size: .7em;
  transition: .3s;
}
@media screen and (min-width: 1001px) {
  .group-item-zipBtn:hover {
    background: #F05283;
    border-color: #F05283;
    color: #fff;
    cursor: pointer;
  }
}
.group-item-address-name {
  margin-bottom: .4em;
  font-size: .9em;
  font-weight: 700;
  letter-spacing: .03em;
}
.group-item-address .group-item-unit {
  font-size: .9em;
}

/* group - rent */
.group-item-rent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 25px 0 0 40px;
  line-height: 1.2;
}
.group-item-rent-txt {
  margin: 0 1em 0 0;
  font-weight: 500;
}
.group-item-rent-input {
  display: flex;
  flex-direction: column;
  width: 220px;
  transform: none;
}
.group-item-rent-input input {
  width: 100%;
}
.group-item-rent .group-item-unit {
  margin-top: 0;
}
.group-item-rent + .group-item-err {
  margin-left: 40px;
}

/* group - leasebackSeason */
.leasebackSeason .group-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.leasebackSeason .group-item-txt {
  margin-top: 0;
  margin-bottom: 15px;
}
.leasebackSeason select option:disabled {
  color: rgba(15, 15, 15, .4);
}

/* group - area */
.area .group-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.area .group-item-radio {
  margin-left: 1em;
}
.area .group-item-radio label {
  margin: 0;
  font-weight: 700;
}
.area .group-item-radio label:not(:first-of-type) {
  margin-top: 10px;
}

/* group - owner */
.owner .owner_other {
  margin-top: 20px;
}
.owner .owner_other p:first-child {
  margin-bottom: 7px;
  font-size: 1.6rem;
}

/* btn */
.form-btn {
  position: relative;
  width: 90%;
  max-width: 364px;
  margin: 85px auto 0;
}
.form-btn.next {
  display: none;
}
.form-btn .form-btn-send,
.form-btn .form-btn-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 62px;
  padding: 0 2em;
  background: url('/sell/assets/img/form/btn_arrow.svg') center right 25px / 30px auto no-repeat #fff;
  border: 1px solid #F05283;
  border-radius: 31px;
  color: #F05283;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .03em;
  transition: background-color .3s, border .3s, color .3s;
}
.form-btn.disabled .form-btn-send,
.form-btn.disabled .form-btn-next {
  background-image: none;
  background-color: #a6a6a6;
  border-color: #a6a6a6;
  color: #fff;
  cursor: not-allowed;
  transition: all 0.3s;
}

.form-btn-return {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  height: 62px;
  margin-right: 20px;
  padding: 0 2em;
  background: #fff;
  border: 1px solid #555;
  border-radius: 31px;
  color: #555;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-decoration: none;
  transition: .3s;
}
.form-btn-return:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 30px;
  height: 5px;
  margin: auto;
  background: url('/sell/assets/img/form/btn_arrow_return.svg') center center / contain no-repeat;
}
@media screen and (min-width: 1001px) {
  .form-btn-return:hover {
    background: #6f6f6f;
    border-color: #6f6f6f;
    color: #fff;
    opacity: 1;
    cursor: pointer;
  }
  .form-btn-return:hover:before {
    background-image: url('/sell/assets/img/form/btn_arrow_wt.svg');
    transform: rotate(180deg);
  }

  .form-btn:not(.disabled) .form-btn-send:hover,
  .form-btn:not(.disabled) .form-btn-next:hover {
    background: url('/sell/assets/img/form/btn_arrow_wt.svg') center right 25px / 30px auto no-repeat #F05283;
    color: #fff;
    cursor: pointer;
  }
  .form-btn.disabled .form-btn-send:hover,
  .form-btn.disabled .form-btn-next:hover {
    cursor: not-allowed;
    opacity: 1;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 1000px) {
  .form {
    width: 100%;
    max-width: none;
    margin-top: 23px;
  }
  .form.btnFix {
    padding-bottom: 90px;
  }

  .form-txt {
    display: none;
  }

  .spLast {
    display: none;
  }
  .spLast.isShow {
    display: block;
  }

  /* group */
  .form-group {
    height: 0;
    opacity: 0;
    transform: translateX(-100vw);
    transition: .3s ease-in-out;
  }
  .form-group.active {
    height: auto;
    opacity: 1;
    transform: translateX(0vw);
  }
  .form-group.active ~ .form-group {
    height: 0;
    opacity: 0;
    transform: translateX(100vw);
  }
  .group-inner {
    display: block;
    border-top: none;
    font-size: 1.6rem;
  }

  .group-name {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 9px 30px;
    background-color: #EFEFEF;
  }
  .group-name-mark {
    position: relative;
    top: auto;
    right: auto;
    width: 40px;
    margin-left: 15px;
    padding: 2px 0 4px;
    border-radius: 3px;
    font-size: 1.2rem;
  }
  .any .group-name-mark {
    background: #9A9A9A;
  }
  .group6 .group-name-mark,
  .group7 .group-name-mark {
    right: auto;
  }

  .group-item {
    width: 100%;
    padding: 18px 30px;
    background-color: #F8F8F8;
  }
  .group6 .group-item,
  .group7 .group-item {
    padding-bottom: 18px;
  }
  .group-item-txt {
    margin-top: 5px;
    font-size: 1.1rem;
  }
  .group-item-err {
    font-size: 1.2rem;
  }

  /* input base */
  input:not([type=radio]),
  textarea,
  select {
    padding: .35em 1em;
  }
  textarea {
    min-height: 200px;
    resize: vertical;
  }
  input:not([type=radio]).short,
  select.short {
    width: 220px;
  }
  .group-item-select:after {
    top: 16px;
  }
  .group-item-select option {
    text-align-last: left;
  }
  textarea {
    min-height: 116px;
  }

  /* radio */
  .group-item-radio label {
    margin-top: 18px;
    padding-left: 35px;
    line-height: 1.2;
    letter-spacing: .12em;
  }

  /* group - address */
  .address .group-name .group-name-mark {
    top: auto;
  }
  .group-item-address.zip {
    margin-bottom: 50px;
  }
  .group-item-address.zip:after {
    bottom: -30px;
    left: -30px;
    right: 0;
    width: calc(100% + 60px);
  }
  .group-item-address .group-item-address-name {
    display: flex;
    align-items: center;
  }
  .group-item-address.zip .group-name-mark {
    left: auto;
  }
  .group-item-zipBtn {
    width: 130px;
    height: 40px;
    background-color: #fff;
    border-color: #F05283;
    border-radius: 20px;
    color: #F05283;
  }
  .group-item-address.zip input:not([type=radio]).short {
    width: 170px;
  }
  .group-item-address-name {
    margin-bottom: .4em;
    font-size: .9em;
    font-weight: 700;
    letter-spacing: .03em;
  }
  .group-item-address input.short,
  .group-item-address select.short {
    width: 200px;
  }
  .group-item-address .group-item-unit {
    font-size: .9em;
  }

  /* group - rent */
  .group-item-rent {
    justify-content: center;
    margin: 20px 0;
    font-size: 1.5rem;
  }
  .group-item-rent .group-item-rent-input {
    width: 164px;
  }
  .group-item-rent input {
    height: 40px;
  }
  .group-item-rent .group-item-unit {
    margin-left: .8em;
  }
  .group-item-rent + .group-item-err {
    margin-left: 0;
  }

  /* group - status */
  .status .group-item-radio {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0 15px;
  }
  .status .group-item-radio label {
    width: 96px;
    height: 94px;
    margin: 0;
    padding: 67px 0 0;
    background-color: #fff;
    background-position: top 13px center;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 1.2rem;
    text-align: center;
    transition: border .3s;
  }
  .status .group-item-radio input:checked + label {
    border-color: #F05283;
  }
  .status .group-item-radio [id="propertyStatus-1"] + label {
    background-image: url('/sell/assets/img/form/status_sp01.svg');
    background-size: 63px auto;
  }
  .status .group-item-radio [id="propertyStatus-2"] + label {
    background-image: url('/sell/assets/img/form/status_sp02.svg');
    background-size: 57px auto;
  }
  .status .group-item-radio [id="propertyStatus-3"] + label {
    background-image: url('/sell/assets/img/form/status_sp03.svg');
    background-size: 50px auto;
  }
  .status .group-item-radio label::before,
  .status .group-item-radio label::after {
    content: none;
  }

  /* group - leaseback */
  .leaseback .group-item-radio label {
    margin-top: 7px;
  }
  .leaseback .group-item-txt {
    margin-top: 15px;
    font-size: 1.3rem;
  }

  /* group - leasebackSeason */
  .leasebackSeason .group-item {
    padding-top: 10px;
  }
  .leasebackSeason .year select {
    width: 160px;
  }
  .leasebackSeason .month select {
    width: 142px;
  }
  .leasebackSeason .group-item-txt {
    font-size: 1.3rem;
  }

  /* group - area, age */
  .area input.short {
    width: 170px;
  }
  .area .group-item-radio label:not(:first-of-type) {
    margin-top: 5px;
  }

  /* group - age */
  .age  input.short {
    width: 170px;
  }

  /* group - owner */
  .owner .group-item {
    padding: 0;
  }
  .owner .group-item-radio {
    padding: 20px 30px;
  }
  .owner .owner_other {
    margin-top: 0;
    padding: 20px 30px 0;
    background-color: #fff;
  }
  .owner .owner_other p:first-child {
    font-size: 1.3rem;
  }
  .owner .owner_other input {
    width: 100%;
  }
  .owner .group-item-txt {
    margin-top: 0;
    padding: 20px 30px;
    background-color: #fff;
  }

  /* group - other */
  .other .group-item {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  /* btn */
  .form-btn {
    width: 100%;
    margin-top: 0;
  }
  .form-btn.next {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 0 13px;
    max-width: 375px;
    padding: 20px 30px;
    background-color: rgba(255, 255, 255, .8);
  }
  .form-btn.send {
    padding-top: 35px;
  }
  .form-btn .form-btn-send,
  .form-btn .form-btn-next {
    width: 100%;
    max-width: 260px;
    min-height: 48px;
    padding: 0;
    background: url('/sell/assets/img/form/btn_arrow_sp.svg') center right 25px / 16px auto no-repeat #fff;
    border-width: 2px;
    font-size: 1.6rem;
  }
  .form-btn.disabled .form-btn-send,
  .form-btn.disabled .form-btn-next {
    background-color: #B5B5B5;
    border-color: #B5B5B5;
  }
  .send .form-btn-send {
    margin: 0 auto;
  }

  .form-btn-return {
    flex: 1 0 auto;
    width: 110px;
    height: 48px;
    margin-right: 0;
    padding: 0 0 2px 20px;
    font-size: 1.6rem;
  }
  .send .form-btn-return {
    margin: 30px auto 0;
  }
  .form-btn-return:before {
    left: 20px;
    width: 16px;
    height: 16px;
    background-image: url('/sell/assets/img/form/btn_arrow_return_sp.svg');
    transform: none;
  }
}

@media screen and (min-width: 376px) and (max-width: 1000px) {
  .status .form-body-tbl-status02-price {
    justify-content: center;
  }
  .form-privacypolicy-check {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 374px) {
  .form.btnFix {
    padding-bottom: 146px;
  }

  .group-item-address-zip input[type=tel].short {
    width: 140px;
  }
  .group-item-address-zip-btn {
    width: 100px;
  }

  .leasebackPeriod td {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px 0;
  }
  .status .form-body-tbl-status02 span.input_err {
    padding: 0 20px;
  }

  .form-btn.next {
    flex-direction: column;
    gap: 10px 0;
  }
}

@media screen and (max-width: 350px) {
  .status .form-body-tbl-column {
    gap: 0 8px;
  }

  .form-body-tbl .area input[type=tel].short {
    width: 16rem;
  }

  .form-body-tbl .owner .owner_other p:first-child br {
    display: none;
  }
}


/* -------------------------------
  privacypolicy
------------------------------- */
.form-privacypolicy {
  margin-top: 120px;
}
.form-privacypolicy-txt {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
}
.form-privacypolicy-txt .group-name-mark {
  top: .25em;
  left: 17em;
  right: auto;
}
.form-privacypolicy-check {
  margin-top: 20px;
  padding-top: 35px;
  border-top: 1px solid #A6A6A6;
}
.form-privacypolicy-check input[type=checkbox] {
  display: none;
}
.form-privacypolicy-check input[type=checkbox] + span {
  display: flex;
  align-items: flex-start;
  font-size: 2rem;
  line-height: 1.2;
}
.form-privacypolicy-check input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border-radius: 3px;
  background-color: #fff;
  background-position: center center;
  border: 1px solid #c1c1c1;
  flex: 0 0 auto;
  transform: translateY(3px);
  transition: .3s;
}
.form-privacypolicy-check input[type=checkbox]:checked + span::before {
  background: #F05283 url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.36%2012.13%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.81%2012.13h-.06c-.32-.02-.6-.19-.78-.45L.16%204.28a1.002%201.002%200%200%201%201.68-1.09l4.07%206.27L13.6.35c.36-.42.99-.47%201.41-.12a1%201%200%200%201%20.12%201.41L6.57%2011.78c-.19.23-.47.36-.76.36Z%22%2F%3E%3C%2Fsvg%3E") center center/60% no-repeat;
  background-size: 60%;
  background-repeat: no-repeat;
  border-color: #F05283;
}
.form-privacypolicy-check input[type=checkbox] + span a {
  color: #F05283;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .form-privacypolicy {
    margin-top: 0;
    padding-top: 20px;
  }
  .form-privacypolicy-txt {
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 1.5rem;
    letter-spacing: .03em;
  }
  .form-privacypolicy-txt .group-name-mark {
    top: auto;
    left: auto;
  }
  .form-privacypolicy-check {
    margin-top: 10px;
    padding: 8px 30px;
    background-color: #F8F8F8;
    border: none;
  }
  .form-privacypolicy-check input[type=checkbox] + span {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .form-privacypolicy-check input[type=checkbox] + span::before {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 3px;
  }
}

@media screen and (max-width: 350px) {
  .form-privacypolicy-txt {
    font-size: 1.4rem;
  }
}



/* -------------------------------
  requiredNum
------------------------------- */
.form-requiredNum {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 123px;
  height: 123px;
  margin: 0 auto;
  background: #F05283;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1;
  transform: translateX(458px);
  z-index: 1;
}
.form-requiredNum.isFixed {
  position: fixed;
  top: 20px;
}
.form-requiredNum-txt {
  margin: .7em 0;
  font-size: 1.3rem;
}
.form-requiredNum-int {
  font-size: 6rem;
}

@media screen and (max-width: 1100px) {
  .form-requiredNum {
    left: auto;
    right: 2%;
    transform: none;
  }
}


/* -------------------------------
  お問い合わせリンク
------------------------------- */
.form-mailSub {
	text-align: center;
	margin: 5rem 0 0;
}
.form-mailSub .text {
	display: inline-block;
	text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
	line-height: 1.75;
}
.form-mailSub .text span {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.form-mailSub .text a {
	color: #0077ff;
}

@media screen and (max-width: 1000px) {
  .form-mailSub {
    margin: 0;
    padding: 3.5rem 0 5rem;
    background-color: #fff;
  }
  .form-mailSub .text {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .form-mailSub .text span {
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 2em;
    background: url('/sell/assets/img/form/attention.svg') center left / 1.7rem auto no-repeat;
    color : #F05283;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .form-mailSub .text a {
    color: #F05283;
  }
}



/* -------------------------------
  confirm
------------------------------- */
.formConf {
  position: relative;
  width: 90%;
  max-width: 910px;
  margin: 85px auto 0;
  font-size: 1rem;
  font-weight: 500;
}
.formConf-txt {
  margin-bottom: 30px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: .1em;
}
.formConf .group-inner.other {
  border-bottom: 1px solid #BFBFBF;
}
.formConf .group-name {
  display: flex;
  align-items: center;
  width: 265px;
  padding: .5em 1.5em;
  background: #f6f6f6;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-align: left;
  vertical-align: middle;
}
.formConf .group-item {
  display: flex;
  align-items: center;
  width: calc(100% - 265px);
  min-height: 2.7em;
  padding: .5em 1.75em;
  font-size: 2rem;
  word-break: break-all;
}
.formConf .address .group-item {
  display: block;
}
.formConf .address .group-item-name {
  font-weight: 700;
}
.formConf .address .group-item-name:not(:first-child) {
  margin-top: 7px;
}
.formConf .form-btn {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 910px;
  margin: 75px auto 0;
}
.formConf .form-btn-send {
  max-width: 620px;
}

@media screen and (max-width: 1000px) {
  .formConf {
    width: 100%;
    max-width: none;
    margin-top: 47px;
    padding-bottom: 50px;
  }
  .formConf .group-inner.other {
    border-bottom: none;
  }
  .formConf .group-name {
    width: 100%;
    padding: .2em 1em .25em 1.9em;
    background-color: #EFEFEF;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .formConf .group-item {
    width: 100%;
    min-height: 3em;
    padding: .7em 1em .7em 1.9em;
    background-color: #F8F8F8;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .formConf .form-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 910px;
    margin-top: 35px;
    padding-top: 0;
  }
  .formConf .form-btn-send {
    max-width: 260px;
  }
  .formConf .form-btn-return {
    width: 120px;
    padding-left: 25px;
  }
  .formConf .form-btn-return:before {
    left: 25px;
  }
  .form-attention {
    width: 100%;
    max-width: 257px;
    margin: 25px auto 0;
    font-size: 1.3rem;
    letter-spacing: .05em;
  }
}



/* -------------------------------
  thanks
------------------------------- */
.form-thanks {
  font-size: 1.25em;
}
.form-thanks-txt {
  line-height: 2.5;
  text-align: center;
  font-weight: 500;
  letter-spacing: .1em;
}
.form-thanks-txt.closed {
  margin-top: 2em;
}
.form-thanks-txt.closed + .form-thanks-txt.closed {
  margin-top: .5em;
}
.form-thanks-img {
  width: 203px;
  margin: 35px auto 0;
}
.form-thanks-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 570px;
  height: 62px;
  margin: 45px auto 0;
  padding: 0 2em;
  background: #fff;
  border: 1px solid #F05283;
  border-radius: 31px;
  color: #F05283;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1;
  text-decoration: none;
}
.form-thanks-btn-arrow {
  position: relative;
  display: inline-block;
  padding-right: 55px;
}
.form-thanks-btn-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 5px;
  margin: auto;
  background: url('/sell/assets/img/form/btn_arrow.svg') center center / contain no-repeat;
}

@media screen and (min-width: 1001px) {
  .form-thanks-btn:hover {
    background: #F05283;
    color: #fff;
    opacity: 1;
  }
  .form-thanks-btn:hover .form-thanks-btn-arrow:after {
    background-image: url('/sell/assets/img/form/btn_arrow_wt.svg');
  }
}

@media screen and (max-width: 1000px) {
  .form-thanks {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin-top: 35px;
    padding-bottom: 50px;
    font-size: 1em;
  }
  .form-thanks-txt {
    position: relative;
    margin: 0 30px;
    font-size: 1.5rem;
    line-height: 1.75;
    text-align: left;
    text-align: justify;
    letter-spacing: .075em;
    z-index: 1;
  }
  .form-thanks-txt.txt02 {
    margin-top: 15px;
    margin-right: 150px;
    font-size: 1.4rem;
    line-height: 1.85;
    letter-spacing: .015em;
  }
  .form-thanks-img {
    position: absolute;
    bottom: 130px;
    right: 34px;
    flex-shrink: 0;
    width: 100px;
    margin-top: 0;
    z-index: 0;
  }
  .form-thanks-btn {
    width: 100%;
    max-width: 260px;
    height: 48px;
    margin-top: 63px;
    padding: 0 25px 4px 10px;
    border-width: 2px;
  }
  .form-thanks-btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-right: 0;
    letter-spacing: .1em;
  }
  .form-thanks-btn-arrow:after {
    width: 16px;
    height: 16px;
    background-image: url('/sell/assets/img/form/btn_arrow_sp.svg');
  }
}