@charset "utf-8";

/*====================
mv
====================*/
#siml .subpage-header .subpage-header__bg {
	background-image: var(--bg-sell-mv);
}

#siml .subpage-header .subpage-header__bg {
	width: 62vw;
}

@media screen and (max-width:960px) {

	#siml .scroll {
		display: none;
	}

	/*===========max-width:960px============*/
}

@media screen and (max-width:600px) {
	#siml .subpage-header .subpage-header__bg {
		width: 60vw;
	}

	/*===========max-width:600px============*/
}

/*====================
circle
====================*/
#siml .property-circle.request-circle {
	left: calc(58vw + 100px);
}

#siml .property-circle {
	left: calc(58vw + 240px);
}

@media screen and (max-width:1100px) {
	#siml .property-circle.request-circle {
		left: calc(55vw + 100px);
	}

	#siml .property-circle {
		left: calc(55vw + 210px);
	}

	/*===========max-width:1100px============*/
}

@media screen and (max-width: 768px) {
  #siml
    .property-circle
    .property-circle__link
    .property-circle__image-wrapper {
    width: 56px;
    height: 56px;
  }

  #siml
    .property-circle
    .property-circle__link
    .property-circle__svg.property-circle__svg-tab {
    display: none;
  }

  #siml .property-circle {
    left: initial;
    right: calc(25vw - 72px);
  }

  #siml .property-circle.request-circle {
    left: initial;
    right: 25vw;
  }

  #siml .property-circle .property-circle__link .property-circle__svg {
    font-size: 8px;
  }

  /*===========max-width:768px============*/
}

/*====================
Assessment
====================*/
#siml-ases {
	margin-top: 92px;
}
#siml-ases .section-title::after {
	width: 80vw;
}
#siml-ases .section-title.line-right::before {
	left: calc(20vw + 20px);
}
#siml-ases .section-title.line-right .section-title__text-en,
#siml-ases .section-title.line-right .section-title__text-ja {
	text-align: left;
	padding-left: initial;
}
#siml-ases .siml-ases__container {
	padding-bottom: 90px;
}
#siml-ases .siml-ases__container .siml-ases__description {
	padding-bottom: 0;
}
#siml-ases .siml-ases__container .siml-ases__description .siml-ases__description-text {
	font-family: var(--font-ibmplex);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: .2em;
}
@media screen and (max-width:1600px) {
	#siml-ases .section-title::after {
		width: 85vw;
	}
	#siml-ases .section-title.line-right::before {
		left: calc(15vw + 20px);
	}
}
@media screen and (max-width:1400px) {
	#siml-ases .section-title::after {
		width: 88vw;
	}
	#siml-ases .section-title.line-right::before {
		left: calc(12vw + 20px);
	}
}
@media screen and (max-width:1200px) {
	#siml-ases .section-title::after {
		width: 92vw;
	}
	#siml-ases .section-title.line-right::before {
		left: calc(8vw + 16px);
	}
}
@media screen and (max-width:960px) {
	#siml-ases .section-title::after {
		width: 94vw;
	}
	#siml-ases .section-title.line-right::before {
		left: calc(5vw + 16px);
	}
	#siml .section-title.line-right .section-title__text-en,
	#siml .section-title.line-right .section-title__text-ja {
		padding-left: 3%;
	}
}
@media screen and (max-width:790px) {
	#siml .section-title.line-right .section-title__text-en,
	#siml .section-title.line-right .section-title__text-ja {
		padding-left: 12%;
	}
}
@media screen and (max-width:768px) {
	#siml-ases .siml-ases__container {
		padding-left: 5.6%;
		padding-right: 5.6%;
		padding-bottom: 50px;
	}
}
@media screen and (max-width:600px) {
	#siml .section-title.line-right .section-title__text-en,
	#siml .section-title.line-right .section-title__text-ja {
		padding-left: 15%;
	}
}

#siml-form {
  position: relative;
  margin-bottom: 50px;
  font-size: 14px;
}
#siml-form::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #F7FAFA;
  mix-blend-mode: multiply;
  z-index: -1;
}
#siml-form .siml-form__con-r {
	padding: 64px 64px 64px 64px;
  margin: auto;
  color: var(--color-gray-dark);
}
/*フォーム共通*/
.form-group {
  margin-top: 20px;
}
.form-group label {
	display: block;
	padding-bottom: 16px;
}
.form-group .checkbox-group {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	gap: 0 20px;
}
.form-group .checkbox-group label input {
	margin-right: 12px;
}
.form-group select {
	width: 100%;
	border: 1px solid #cccccc;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
  appearance: none; 
  background-image: url('../../img/simulation/form-arrow.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  cursor: pointer;
}
.form-group .input-text {
	width: calc(100% - 3em);
	border: 1px solid #cccccc;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 5px;
	font-size: 14px;
}
.form-group span{
  display: block;
  font-size: 12px;
  margin-bottom: 20px; 
}
.form-group span a{
  text-decoration: underline;
}
.form-group .submit-button {
	display: block;
	margin: 0 auto;
	border: none;
	color: var(--color-white);
	background-color: var(--color-gray);
	border-radius: 21px;
	height: 42px;
	width: 153px;
	font-size: 14px;
	letter-spacing: .1em;
	transition: all 0.3s ease;
	cursor: pointer;
	margin-top: 40px;
}
.form-group .submit-button:hover {
	background-color: var(--color-gray-dark);
}
@media screen and (max-width:960px) {
  .siml-form__con-r {
		padding: 64px 32px;
	}
}
@media screen and (max-width:600px) {
	#siml-form {
		margin-bottom: 50px;
	}
	#siml-form .siml-form__con-r {
		padding: 40px 16px 60px;
	}
  .form-group label {
    padding-bottom: 10px;
  }
	.form-group .input-text#location::placeholder {
		font-size: 11px;
	}
	.form-group .submit-button {
		margin-top: 10px;
	}
}

/*====================
Result（査定結果/相談フォーム）
====================*/
#siml-result {
  position: relative;
  margin-bottom: 216px;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", serif;
  padding: 64px;
}
#siml-result::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #7D7D7D;
  mix-blend-mode: multiply;
  z-index: -1;
}
#siml-result .siml-rslt__con-r {
  text-align: center;
	padding: 60px;
  background: #fff;
  border-radius: 30px;
  margin: auto;
}
#siml-result .siml-rslt__con-r h3{
  font-size: 30px;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
}
#siml-result .siml-rslt__con-r p{
  text-align: left;
  letter-spacing: 0.1em;
  font-size: 16px;
  margin-bottom: 50px;
}
#siml-result .siml-rslt__con-r h4{
  font-size: 20px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
#siml-result .siml-rslt__con-r .siml-rslt__amount1{
  display: inline-block;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #FF3C00;
}
#siml-result .siml-rslt__con-r .siml-rslt__amount1 span{
  font-size: 20px;
  letter-spacing: 0;
}
#siml-result .siml-rslt__con-r .siml-rslt__amount2{
  margin-bottom: 50px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
#siml-result .siml-rslt__con-r .siml-rslt__amount2 span{
  font-size: 20px;
  letter-spacing: 0.1em;
}
#siml-result .siml-rslt__con-r .btn-gradation{
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
#siml-result .siml-rslt__con-r .btn-gradation a{
  display: block;
  padding: 20px 20px;
}
#siml-result .siml-rslt__con-r_a {
  max-height: 0;
  overflow: hidden;
	padding: 60px;
  background: #fff;
  border-radius: 30px;
  margin: 30px auto 0;
  transition: max-height 0.8s ease-out;
}
#siml-result .siml-rslt__con-r_a.active {
  max-height: 2000px; /* 適当な高さに設定 */
}
#siml-result .siml-rslt__con-r_a h3{
  font-size: 30px;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
}
.form-group .required {
	color: #db4f4f;
  display: inline-block;
  margin: 0;
}
.form-group .optional {
  display: inline-block;
  margin: 0;
}
@media screen and (max-width:768px) {
#siml-result {
  margin-bottom: 100px;
  padding: 30px 10px;
}
#siml-result .siml-rslt__con-r {
	padding: 20px 20px 50px;
}
#siml-result .siml-rslt__con-r h3{
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 20px;
}
#siml-result .siml-rslt__con-r p{
  font-size: 14px;
  margin-bottom: 40px;
}
#siml-result .siml-rslt__con-r h4{
  margin-bottom: 0;
}
#siml-result .siml-rslt__con-r .siml-rslt__amount1{
  margin: 0 auto 30px;
  text-align: center;
  font-size: 50px;
}
#siml-result .siml-rslt__con-r .siml-rslt__amount2{
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
}
#siml-result .siml-rslt__con-r .siml-rslt__amount2 span{
  font-size: 20px;
}
#siml-result .siml-rslt__con-r .btn-gradation a{
  display: block;
}
#siml-result .siml-rslt__con-r_a {
	padding: 20px 20px 50px;
}
#siml-result .siml-rslt__con-r_a.active {
  max-height: 2000px; /* 適当な高さに設定 */
}
#siml-result .siml-rslt__con-r_a h3{
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 20px;
}

  


/*================
背景画像
================*/
.sell-bg-right-01 {
	background-image: var(--bg-wave-medium);
	width: 420px;
	height: 307px;
	top: 150px;
	right: -247px;
}

.sell-bg-right-02 {
	background-image: var(--bg-wave-small);
	width: 256px;
	height: 294px;
	top: 200px;
	right: -190px;
}

.sell-bg-left-03 {
	background-image: var(--bg-wave-medium);
	width: 420px;
	height: 307px;
	left: -302px;
	top: 300px;
}

.sell-bg-right-04 {
	background-image: var(--bg-wave-medium);
	width: 504px;
	height: 368px;
	right: -350px;
	top: 50%;
}

.sell-bg-left-05 {
	background-image: var(--bg-wave-medium);
	width: 504px;
	height: 368px;
	left: -340px;
	bottom: 10%;
}

.sell-bg-right-06 {
	background-image: var(--bg-wave-small);
	width: 256px;
	height: 294px;
	right: -190px;
	bottom: 30%;
}

.sell-bg-left-07 {
	background-image: var(--bg-wave-medium_03);
	width: 341px;
	height: 396px;
	left: -225px;
	bottom: 10%;
}

@media screen and (max-width:768px) {

	.sell-bg-right-01 {
		width: 210px;
		right: -130px;
	}

	.sell-bg-right-02 {
		width: 175px;
		right: -80px;
	}


	.sell-bg-left-03 {
		width: 210px;
		left: -150px;
	}

	.sell-bg-right-04 {
		width: 252px;
		right: -175px;
	}

	.sell-bg-left-05 {
		width: 252px;
		left: -170px;
	}

	.sell-bg-right-06 {
		width: 128px;
		right: -95px;
	}

	.sell-bg-left-07 {
		width: 170px;
		left: -112px;
		bottom: 10%;
	}

	/*===========max-width:768px============*/
}