@charset "UTF-8";
/*
* break point:
* sp = ~768px
* pc = 769px~
*/
/***************************************

 common

***************************************/
/* --------------------
font
-------------------- */
.wf-noto-black {
  font-family: 'Noto Sans JP', sans-serif;
}

.req {
  color: #fb0000;
}

p {
  line-height: 1.6;
  margin: 0;
}

a {
  line-height: 1.6;
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

a:focus {
  outline: none;
}

/* --------------------
layout
-------------------- */
body {
  background: #fff;
}

.allwrap {
  overflow: hidden;
  position: relative;
}

.wrap {
  box-sizing: border-box;
  padding: 0 10px;
}

.ctr {
  margin: 0 auto;
  text-align: left;
  width: 1000px;
}

.inner {
  margin: 0 auto;
  width: 850px;
}

.main {
  padding-top: 85px;
}

main .main_title_box {
  height: 500px;
  display: flex;
  justify-content: space-between;
}

.main_title_box img {
  width: 40%;
  height: 46rem;
  margin-top: auto;
}

/* --------------------
コンテンツ切り替え
-------------------- */
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}

/***************************************

title

***************************************/
/* section main title */
.main-title {
  color: transparent;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* contents title */
.title {
  color: transparent;
}

.sub-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/***************************************

ご相談はこちらボタンブロック

***************************************/
.consultation {
  padding: 71px 0 81px;
}
.consultation--top {
  padding: 65px 0 0px;
}
.consultation__ctr {
  margin: 0 auto;
  width: 715px;
}
.consultation__title {
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 28px;
  text-align: center;
}
.consultation__btn {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 0px #d4d2c9;
  background: #fd6b00 top center/100% auto;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.8;
  overflow: hidden;
  padding: 39px 137px;
  position: relative;
  top: 0;
  text-align: right;
  transition: 0.3s cubic-bezier(0.78, 0.76, 0.28, 0.98);
  transform: scale(1);
  width: 100%;
}
.consultation__btn-box {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
  border-top: none;
}
.consultation__btn:after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../img/form_icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 35px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.consultation__btn2:after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../img/form_icon_arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 35px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.consultation__btn:hover {
  box-shadow: 0 5px 0px #6e6e6e;
  top: 3px;
  color: #fff;
  text-decoration: none;
  background: #e63f03;
}
.consultation__1min {
  display: inline-block;
  height: 99px;
  margin: auto;
  position: absolute;
  left: 80px;
  top: 0;
  bottom: 0;
  width: 99px;
}
.consultation__phone {
  margin: 50px auto 45px;
}
.consultation__list {
  align-items: stretch;
  justify-content: space-between;
}
.consultation__item * {
  color: #fff;
}
.consultation__item:first-child {
  align-items: center;
}
.consultation__item:first-child:after {
  background: #fff;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 88px;
  width: 2px;
}
.consultation__item:last-child {
  padding: 0px 35px 0 0;
}
.consultation__info {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  background: #e3ffdc;
  border-radius: 30px;
  padding: 5px;
}
.consultation__num {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.consultation__opentime-txt {
  margin-left: 3px;
  font-size: 19px;
  font-weight: bold;
  line-height: 2;
}
.consultation__opentime-num {
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin: 0 10px;
}

/***************************************

header

***************************************/
.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header__frame {
  margin: 0 auto;
  max-width: 1000px;
  padding: 10px 0 12px 10px;
  width: 1000px;
}
.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header__logo a {
  background: url(../img/iemon_logo.png) center/contain no-repeat;
  color: transparent;
  display: inline-block;
  height: 55px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 200px;
}
.header__logo a:hover {
  text-decoration: none;
}
.header__info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.info__btn {
  align-items: center;
  background: #fd6b00;
  color: #fff;
  border-radius: 5px;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.4;
  overflow: hidden;
  padding: 14px 25px 14px 10px;
  position: relative;
  top: 0;
  text-align: right;
  transition: 0.3s cubic-bezier(0.78, 0.76, 0.28, 0.98);
  transform: scale(1);
  width: 100%;
  box-shadow: 0 4px 0px #d4d2c9;
}
.info__btn-box {
  margin-top: 7px;
  width: 170px;
}
.info__btn:after {
  border: transparent;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 12px;
  transform: rotate(45deg);
}
.info__btn:hover {
  top: 2px;
  text-decoration: none;
  color:#fff;
  background: #e63f03;
  box-shadow: 0 2px 0px #6e6e6e;
}
.info__tel {
  margin-right: 10px;
  width: 215px;
}
.tel__num {
  color: #fff;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 0.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.tel__num:before {
  width: 30px;
  margin: 0 10px 5px 0;
  content: "";
  height: 30px;
  background-image: url(../img/sprite.png);
  background-position: -130px 0px;
  display: inline-block;
}
.tel__opentime {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.04rem;
  margin-left: 5px;
  white-space: nowrap;
}
.tel__opentime-num {
  margin: 0 0 0 5px;
  font-weight: 500;
}
.tel__opentime-day {
  font-size: 11px;
}

@media screen and (max-width: 1140px) {
  .header__frame {
    padding-left: 4.53125vw;
    padding-right: 4.53125vw;
  }
}

/***************************************

footer

***************************************/
.footer {
  background: #a5ea92;
  padding: 75px 0 0;
}
.f-nav {
  margin-bottom: 25px;
  text-align: center;
}
.f-nav__list {
  display: inline-flex;
  justify-content: center;
}
.f-nav__item + .f-nav__item:before {
  content: '|';
  margin: 0 10px;
}
.f-copy {
  background: #000;
  color: #eee;
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
}

/***************************************

first view

***************************************/
.fv {
  background: #e3ffdc;
  padding: 25px 0 0;
}
.fv p img{
  margin: 0 auto;
}
.fv__point{
  padding-top: 20px;
  background: #0dba2c;
}

/***************************************

リースバックとは

***************************************/
.leaseback__title {
  background: #0dba2c url(../img/leaseback_title.png) center/ auto no-repeat;
  height: 220px;
  margin: 0px auto 65px;
}
.leaseback_text_area{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin:30px 0;
  line-height: 1.9;
}
.leaseback{
  background: url("../img/leaseback_back.jpg") center/auto;
  padding-bottom: 50px;
}
.leaseback img{
  margin: 0 auto;
}

/***************************************

あなたの不動産にぴったりの業者をご紹介します！

***************************************/
.ikkatsu{
  padding: 0 0 100px 0;
  background: #c9f1cd;
}
.ikkatsu_img img{
  text-align: center;
  margin: 0 auto 50px auto;
}
.ikkatsu__title-box {
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.ikkatsu__title{
  background: url(../img/ikkatsu_title.png) center/ auto no-repeat;
  height: 269px;
  margin: 0 auto;
}
.ikkatsu_speed{
  width: 1000px;
  margin: 0 auto;
  padding: 40px 30px 30px 30px;
  background: #fff;
  padding-bottom: 50px;
}
.ikkatsu_speed--title{
  background: url(../img/ikkatsu_speed.png) center/ auto no-repeat;
  height: 170px;
  margin: 20px auto;
}
.ikkatsu__cont-box {
  border-bottom: 5px solid #040f40;
  border-left: 5px solid #040f40;
  border-right: 5px solid #040f40;
  margin: 0 0 56px;
}
.ikkatsu_text_area {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  margin: 0 auto;
}
.ikkatsu_yaritori img{
	text-align: center;
	margin: 30px auto;
}
.triangle{
	width: 0;
	height: 0;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-top: 50px solid #0dba2c;
	text-align: center;
	margin: 20px auto 50px auto;
}
.triangle3{
	width: 0;
	height: 0;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-top: 50px solid #9ceb89;
	text-align: center;
	margin: 0px auto 30px auto;
}


/***************************************

リースバックを行う6つのメリット

***************************************/
.merit__title {
  background: #0dba2c url(../img/merit_title.png) center/ auto no-repeat;
  height: 240px;
  margin: 0 auto 65px;
}
.merit {
  padding: 0 0 100px 0;
  background: #e3ffdc;
}
.merit__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.merit__item {
  width: 480px;
  padding: 30px;
  border: 5px solid #02c025;
  background: #fff;
}
.merit__item:nth-child(n+3) {
  margin-top: 60px;
}
.merit__desc {
  border-left: 3px solid #040f40;
  border-right: 3px solid #040f40;
  border-bottom: 3px solid #040f40;
  padding: 15px 35px 62px;
}
.merit__desc-txt {
  font-size: 18px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.12rem;
  line-height: 1.9;
  padding-top: 10px;
  position: relative;
  text-align: justify;
}
.merit__overview {
  color: #040f40;
  font-weight: bold;
  font-size: 80px;
  margin: 0 0 20px;
}

.merit__overview--01 {
  background: url(../img/merit_01_title.png) left center/410px auto no-repeat;
}
.merit__overview--02 {
  background: url(../img/merit_02_title.png) left center/410px auto no-repeat;
}
.merit__overview--03 {
  background: url(../img/merit_03_title.png) left center/410px auto no-repeat;
}
.merit__overview--04 {
  background: url(../img/merit_04_title.png) left center/410px auto no-repeat;
}
.merit__overview--05 {
  background: url(../img/merit_05_title.png) left center/410px auto no-repeat;
}
.merit__overview--06 {
  background: url(../img/merit_06_title.png) left center/410px auto no-repeat;
}

/***************************************

家もんが選ばれる3つの理由

***************************************/
.reason {
  padding: 80px 0 40px;
}
.reason__title {
  background: url("../img/reason_title.png") center top/538px no-repeat;
  margin: 0 ;
  height: 220px;
  padding: 22px 0px;
}
.reason__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 50px 0;
}
.reason__txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.95;
  text-align: center;
}

/***************************************

リースバック一括査定の活用例

***************************************/
.case .wrap{
  background:#000000;
}
.case__title {
  background: #0dba2c url(../img/case_title.png) center/ auto no-repeat;
  margin: -200px 0 0px;
  padding: 134px 0px;
}
.case__women{
  margin: 0 auto;
  width: 1000px;
  height: 252px;
  background:url(../img/case_title_women.png)/no-repeat;
}
.case_main{
  background: #e3ffdc;
  padding:90px 0;
}
.case__list{
  width: 1000px;
  margin: 0 auto;
}
.case__item {
  background: #fff;
  padding: 40px 40px 20px 40px;
}
.case__item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 15px solid #e3ffdc;
  padding-top: 45px;
}
.case__item-inner-first{
  border-top: none;
}
.case__thumb {
  overflow: hidden;
  width: 300px;
}
.case__dtl {
  width: calc(97% - 290px);
}
.case__table * {
  margin: 0 auto;
}
.case__table-last{
  margin-bottom: 50px;
}
.ov__tag{
  display: block;
  margin: 0 0 20px;
  width: 100%;
  color: transparent;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.ov__tag--01 {
  background: url(../img/case01_tag.jpg) left/contain no-repeat;
  height: 46px;
}
.ov__tag--02 {
  background: url(../img/case02_tag.jpg) left/contain no-repeat;
  height: 46px;
}
.ov__tag--03 {
  background: url(../img/case03_tag.jpg) left/contain no-repeat;
  height: 46px;
}
.ov__tag--04 {
  background: url(../img/case04_tag.jpg) left/contain no-repeat;
  height: 46px;
}
.ov__tag--05 {
  background: url(../img/case05_tag.jpg) left/contain no-repeat;
  height: 46px;
}
.ov__title {
  display: block;
  margin: 0 0 30px;
  width: 100%;
}
.ov__title--01 {
  background: url(../img/case01_title.png) left/contain no-repeat;
  height: 93px;
}
.ov__title--02 {
  background: url(../img/case02_title.png) left/contain no-repeat;
  height: 93px;
}
.ov__title--03 {
  background: url(../img/case03_title.png) left/contain no-repeat;
  height: 92px;
}
.ov__title--04 {
  background: url(../img/case04_title.png) left/contain no-repeat;
  height: 92px;
}
.ov__title--05 {
  background: url(../img/case05_title.png) left/contain no-repeat;
  height: 92px;
}
.ov__env {
  display: flex;
  align-items: center;
  padding: 14px;
  background: #e3ffdc;
}
.ov__env-item {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin: 0 0 0 15px;
}
.ov__txt {
  font-size: 18px;
  line-height: 1.9;
  text-align: justify;
  padding: 30px 0;
}

/***************************************

サービスの流れ

***************************************/
.flow {
  margin: 0 0 83px;
}
.flow__title {
  background: url(../img/flow_title.png)#0dba2c center/auto no-repeat;
  margin: 0 0 105px;
  padding: 80px 0;
}
.flow__step {
  background: #030b63;
  color: #fff;
  font-size: 21px;
  display: inline-block;
  margin-right: 20px;
  padding: 0 0px 0 10px;
  width: 100px;
}
.flow__ctr {
  border: 5px solid #0dba2c;
  padding: 70px 80px;
}
.flow__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #e3ffdc;
  padding: 30px;
}
.flow__item:not(:first-child) {
  margin-top: 20px;
}
.flow__ov {
  color: #0dba2c;
  font-size: 28px;
  font-weight: bold;
  line-height: 0.8;
  padding: 0 0 15px;
  font-family: "Noto Sans JP", sans-serif;
}
.flow__right {
  align-items: flex-start;
  display: flex;
}
.flow__dtl {
  width: 410px;
}
.flow__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  padding: 0;
}
.flow__img {
  width: 310px;
  height: 190px;
}
.triangle2{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #0dba2c;
  text-align: center;
  margin: 20px auto 0 auto;
}
/***************************************

よくある質問

***************************************/
.qa {
  background: #e3ffdc;
  padding: 0 0 100px 0;
}
.qa__title {
  background: url(../img/faq_title.png) #0dba2c center/auto no-repeat;
  display: block;
  margin: 0 auto 115px;
  margin: 0 0 105px;
  padding: 80px 0;
}
.qa__ctr {
  margin: 0 auto;
  margin: 0 auto 0 0;
  width: 975px;
  background: #fff;
  padding: 40px 70px 70px 70px;
  border: 5px solid #02c025;
}
.qa__list {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.qa__item {
  margin-top: 30px;
}
.qa__q {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  position: relative;
}
.qa__q span{
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  line-height: 45px;
  margin-right: 20px;
  text-indent: 0;
  padding-left: 0;
  background: #1ab72d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.qa__q-txt {
  color: #0dba2c;
  font-size: 24px;
  font-weight: bold;
  line-height: 45px;
  font-family: "Noto Sans JP", sans-serif;
}
.qa__q-icon, .qa__a-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -75px;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
}
.qa__a {
  display: flex;
  align-items: center;
  position: relative;
}
.qa__a-txt {
  display: inline-block;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
  background: #eee;
  padding: 10px 30px;
  width: 900px;
}
.qa__a-icon {
  background-image: url(../img/sprite.png);
  background-position: -75px 0px;
  width: 50px;
  height: 50px;
}

/***************************************

contact

***************************************/
.contact {
  background: #a5ea92;
}
.contact__title {
  background: url(../img/form_title.png)#0dba2c center no-repeat;
  height: 200px;
  margin: 0px auto 35px;
}
.contact__title-box {
  margin-bottom: 60px;
}
.contact-phone {
  align-items: center;
  background: url(../img/contact_phone.png) center no-repeat;
  height: 302px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.contact-phone__center {
  margin: 0 20px;
}
#contact .consultation__1min {
    display: inline-block;
    height: 99px;
    margin: auto;
    position: absolute;
    left: 34px;
    top: 50px;
    bottom: 0;
    width: 99px;
}
#contact .consultation__phone {
	width: 645px;
    margin: 50px auto 45px;
}
#contact .consultation__wrapper .consultation__list {
    border-radius: 20px;
    padding: 15px 0 30px 0;
}
#contact .consultation__wrapper .consultation__num {
    width: 645px;
    color: #100100;
    font-size: 70px;
    position: relative;
    border-bottom: 2px solid #100100;
    padding: 10px 0;
    line-height: 1;
    text-align: right;
    margin: 0 auto;
}
#contact .consultation__wrapper .consultation__opentime-txt {
    width: 645px;
    color: #100100;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
}
#contact .consultation__wrapper .consultation__num::before {
    content: '';
    display: block;
    position: absolute;
    width: 99px;
    height: 60px;
    background-image: url(../img/form_icon_free.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 12px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
}
.phone__induction {
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  font-feature-settings: "palt";
  padding: 5px 45px;
  text-align: center;
}
.phone__opentime-txt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3rem;
  padding: 0 0 0 65px;
  text-align: center;
}

/***************************************

form

***************************************/
.form__required, .form__optional {
  font-size: 14px;
  padding: 6px 0px;
  text-align: center;
}
.form__required {
  background: #ff5f00;
  color: #fff;
  width: 40px;
  margin-right: 10px;
}
.form__radio-box{
  margin-top: 10px;
}
.form__optional {
  background: #0dba2c;
  width: 40px;
  color: #fff;
  margin-right: 10px;
}
.form__optional2 {
  background: #0dba2c;
  width: 40px;
  color: #fff;
  margin-top: 10px;
  margin-right: 10px;
}
.form__ctr {
  background: #fff;
  border: 2px solid #000;
}
.form__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 30px 0;
  width: 850px;
}
.form__item--dtl {
  align-items: flex-start;
}
.form__item-name {
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  align-items: flex-start;
  width: 200px;
}
.form__item-name-txt {
  display: block;
  width: 140px;
}
.form__item-name-txt-contact{
  line-height: 1;
}
.form__item-name--dtl {
  margin-top: 15px;
}
.form__item-body {
  margin-left: 30px;
  width: 655px;
}
.form__item-body--email, .form__item-body--email-other {
  display: flex;
  align-items: center;
}
.form__item-body--email-other {
  margin-left: 222px;
}
.form__at {
  font-weight: bold;
  text-align: center;
  width: 67px;
}
input[type="email"].form__input--email-account {
  width: 290px;
}
input[type="email"].form__input--email-domain {
  width: 270px;
}
.form__email-select, .form__select {
  border: none;
  background: #dde5f6;
  height: 100%;
  width: 270px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__select {
  color: #464646;
  padding: 0 22px;
  width: 290px;
  font-size: 18px;
}
.form__email-select {
  color: #8c98b4;
  padding: 0 30px;
}
.form__select-wrap {
  display: inline-block;
  height: 50px;
  position: relative;
}
.form__select-wrap:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width:0px;
  height:0px;
  margin: -2px 0 0 0;
  border: 8px solid transparent;
  border-top: 8px solid #1ab72d;
  cursor: pointer;
  pointer-events: none;
}
/* radio parts */
.form__radio {
  display: none;
}
.form__radio-item:not(:last-child) {
  padding-right: 24px;
}
.form__radio-parts {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  padding-left: 25px;
}
.form__radio + .form__radio-item:before, .form__radio-parts:before {
  content: "";
  border: 2px solid #d2d2d2;
  border-radius: 50%;
  display: block;
  margin: auto;
  background: #fff;
  position: absolute;
  top: -2px;
  left: 0;
  bottom: 0;
  height: 18px;
  width: 18px;
}
.form__radio:checked + .form__radio-parts:before {
  border: 2px solid #0dba2c;
}
.form__radio:checked + .form__radio-parts:after {
  content: "";
  background: #0dba2c;
  border-radius: 50%;
  display: block;
  margin: auto;
  position: absolute;
  top: 0px;
  left: 4px;
  bottom: 2px;
  height: 10px;
  width: 10px;
}
.form__textarea {
  resize: none;
}
.ikkatsusatei_button .form__submit {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 0px #d4d2c9;
    background: #fd6b00 top center/100% auto;
    color: #fff;
    display: inline-block;
    font-size: 38px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 1.8;
    overflow: hidden;
    padding: 39px 109px;
    position: relative;
    top: 0;
    text-align: right;
    transition: 0.3s cubic-bezier(0.78, 0.76, 0.28, 0.98);
    transform: scale(1);
    width: 700px;
}
.form__submit, .form__prev {
  border: none;
  border-radius: 10px;
  box-shadow: 0 8px 0 #b8d1ff;
  background: linear-gradient(0deg, #ec4300 0%, #f4ad02 85%) top center/200% auto;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  top: 0;
  transition: 0.3s cubic-bezier(0.78, 0.76, 0.28, 0.98);
  transform: scale(1);
  width: 100%;
}
.form__submit-box {
  padding-bottom: 66px;
  background: #fff;
}
.form__submit:hover, .form__prev:hover {
  top: 4px;
  box-shadow: 0 4px 0 #6e6e6e;
  background: #e63f03;
}

/***************************************

form - confirm

***************************************/
.form__confirm .form__item {
  padding: 0 0 25px;
}

.form__confirm .form__item:not(.form__item--dtl) {
  border-bottom: 2px solid #dde5f6;
}

.form__confirm-submit-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 66px;
}
.form__confirm-submit-inner {
  width: 355px;
}
.form__confirm-submit-inner:first-child {
  margin-right: 20px;
}
.form__prev {
  background: #dde5f6;
  color: #8c98b4;
}

/***************************************

form - complete

***************************************/
.form__complete {
  margin: 140px 0;
}
.complete__title {
  color: #040f40;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px;
  text-align: center;
}
.complete__txt {
  text-align: center;
}
.tell_num {
  height: 10rem;
  margin-left: -2px;
  font-size: 5rem;
  line-height: 6rem;
  font-family: jostsemi;
}
.property_container_area,
.property_container_area_sec {
  position: relative;
  padding: 0 0 55px;
}
.property_container {
  margin: auto;
  width: 1000px;
  position: absolute;
  top: -10rem;
  right: 0;
  bottom: 0;
  left: 0;
}
.property_container_area_sec .property_container {
  position: static;
}
.property_title {
  margin: 0 auto;
  padding: 70px 0 75px;
}
.property_title img {
 display:inline-block;
}
.property_content {
  width: 100%;
  padding: 36px 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #ffffe0;
  border-bottom: none;
}
.property_content_box_left {
  width: 475px;
  padding: 10px 15px;
  background: #fff;
  border: 5px solid #0dba2c;
  border-radius: 20px;
}
.property_content_box_left .form__item {
  width: 100%;
  margin:20px auto ;
}
.property_content_box_left .form__item-body {
  margin-left: 0;
}
.property_content_box_left .form__item .form__item-name {
  width: auto;
}
.property_content_box_left .form__item .form__item-name .form__item-name-txt {
  width: 112px;
  margin: 0;
  margin-right: 0px;
  margin-top: 5px;
  line-height: 20px;
  font-size: 16px;
}
.property_content_box_left .form__item .form__item-name .form__item-name--dtl {
  width: 100px;
  margin: 0;
  color: #0dba2c;
  margin-right: 0px;
  line-height: 20px;
  font-size: 16px;
}
.property_content_box_left .form__item .form__item-name .form__item-name-txt--small {
  font-size: 16px;
}
.property_content_box_left .form__select-wrap {
  display: inline-block;
  height: 54px;
  width: 100%;
  position: relative;
}
.property_content_box_left .form__select {
  padding: 0 22px 0 20px;
  width: 100%;
  height: 54px;
  font-size: 18px;
  line-height: 1;
  background: #fff;
  border: 3px solid #0dba2c;
}
.property_content_box_left .property_form_left .form__radio-box textarea {
  padding: 12px 10px 0 20px;
  margin: 0;
  font-size: 18px;
  height: 90px;
  color: #000;
  border: 3px solid #0dba2c;
  background: #fff;
  line-height: 1.4;
  letter-spacing: 0;
}
.property_content_box_left .form__item .form_item_season {
  margin-top: 0px;
}

/***************************************

form 個人情報入力

***************************************/
.property_content_box_right {
  width: 475px;
  padding: 10px 15px;
  background: #fff;
  border: 5px solid #0dba2c;
  border-radius: 20px;
}
.property_content_box_right h3 {
  color: #fff;
  padding: 16px 50px;
  font-weight: bold;
  background: #ff5f00;
  font-size: 24px;
  position: relative;
  border-radius: 5px;
  text-align: center;
}
.property_content_box_right .form__item {
  width: 100%;
  margin: 20px auto;
}
.property_content_box_right .form__item-name {
  display: inline-flex;
  font-weight: bold;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
}
.property_content_box_right .form__item-body input {
  width: 100%;
  height: 54px;
  font-size: 18px;
  padding: 12px 10px 12px 15px;
  background: #fff;
  color: #000;
  border: 3px solid #0dba2c;
}
.property_content_box_right .form__item-body input::placeholder {
  color: #d2d2d2;
}
.property_content_box_right .form__item-body input:focus::placeholder {
  color: #bf8f9d;
}
.property_content_box_right .form__item-body {
  margin: 0;
  width: 100%;
}
.property_content_box_right .form__item-name-txt {
  width: 112px;
  margin: 0;
  margin-right: 5px;
  font-size: 16px;
  line-height: 29px;
}
.property_content_box_right .form__select-wrap {
  display: block;
}
.property_content_box_right .form__select {
  padding: 0 22px 0 30px;
  width: 100%;
  height: 65px;
  font-size: 18px;
  color: #d2d2d2;
  background: #fff;
  border: 3px solid #d2d2d2;
}
.property_content_box_left .form__item .form_item_area {
  margin-top: 0px;
}
.property_content_box_left .form__item .form_inquiry_box {
  margin-top: 13px;
  line-height: 1;
}
.form_text_box {
  margin-top: 24px;
}
.text_clR {
  color: #f00;
}
textarea::placeholder {
  color: #d2d2d2;
}
textarea:focus::placeholder {
  color: #333;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
.uneditable-input:focus {
  outline: 0 none;
  background: #feff97 !important;
  color: #bf8f9d !important;
  animation-name: colorRandam;
  animation-duration: 1.42s;
  animation-iteration-count: infinite;
}

textarea:focus::placeholder,
input[type="text"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="datetime"]:focus::placeholder,
input[type="datetime-local"]:focus::placeholder,
input[type="date"]:focus::placeholder,
input[type="month"]:focus::placeholder,
input[type="time"]:focus::placeholder,
input[type="week"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="url"]:focus::placeholder,
input[type="search"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="color"]:focus::placeholder,
select.property_content_box_left .form__select:focus::placeholder,
.uneditable-input:focus::placeholder {
  color: #ADADAD;
}
.property_content_box_right .form__item-body input:focus::placeholder {
  color: #ADADAD;
}
option::selected {
  color: #000 !important;
}
.ikkatsusatei_button {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
  background: #ffffe0;
  border-top: none;
}
.ikkatsusatei_button a {
  width: 715px;
  margin: 0px auto 70px;
  padding: 39px 160px 39px 210px;
}
.ikkatsusatei_button .consultation__btn {
  color: #fff;
  box-shadow: 0 10px 0px #d8d8d8;
  font-size: 36px;
}
.header_secondary .info__btn-box {
  margin-top: 0;
}
.info_mask {
  background: #fff;
  border-radius: 5px;
  padding: 0 0 4px;
}
.info_mask .tel__num,
.info_mask .tel__opentime {
  color: #000000;
}
.info_mask .tel__num {
  font-size: 2.35rem;
  font-weight: 600;
  letter-spacing: 1px;
  width: 93%;
  height: 30px;
  margin: 0 auto 2.5px;
  text-align: right;
}
.info_mask .tel__num:before {
  background-image: url("../img/header_tel.png");
  content: '';
  display: block;
  position: absolute;
  width: 21px;
  height: 37px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
}
.tel__opentime-day {
  font-size: 11px;
  letter-spacing: -0.5px;
  font-weight: bold;
}
.info_mask .tel__opentime {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

/*- content consultation__phone -*/
.consultation__wrapper .consultation__info {
  color: #100100;
}
.consultation__wrapper .consultation__list {
  border-radius: 20px;
  padding: 15px 0 30px 0;
}
.consultation__item:first-child:after {
  background: #100100;
}
.consultation__wrapper .consultation__num {
  width: 700px;
  color: #100100;
  font-size: 78px;
  position: relative;
  border-bottom: 2px solid #100100;
  padding: 10px 0;
  line-height: 1;
  text-align: right;
  margin: 0 auto;
}
.consultation__wrapper .consultation__num::before {
  content: '';
  display: block;
  position: absolute;
  width: 104px;
  height: 60px;
  background-image: url(../img/form_icon_free.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0px;
  top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
}
.consultation__wrapper .consultation__item:last-child {
  padding: 0px;
}
.consultation__wrapper .consultation__opentime-txt {
  color: #100100;
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  width: 700px;
  margin: 0 auto;
}
.consultation__wrapper .consultation__opentime-num {
  color: #100100;
  font-weight: 800;
}
/***************************************

サンクスページ

***************************************/
#thanks{
  padding: 85px 10px 300px 10px;
  background: #a5ea92;
}
.thanks__title {
  background: #c30;
  height: 18vw;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
}
.thanks__title-box{
  margin-bottom: 0;
}
.thanks_box{
  width:1000px;
  background: #fff;
  margin: 80px auto 0 auto;
  padding: 40px 10px;
}
.thanks_box h2{
  font-size: 32px;
  font-weight: bold;
  text-align:center;
  color:#0dba2c;
  line-height:1.4;
  margin:20px 0;
}
.thanks_text{
  font-weight: 600;
  text-align: center;
}
.thanks_call{
  width: 545px;
  position: relative;
  text-align: center;
  font-size: 66px;
  line-height: 1;
  font-weight: bold;
  margin: 30px auto;
}
.thanks_call:before {
  content: '';
  display: block;
  position: absolute;
  width: 49px;
  height: 64px;
  background-image: url(../img/thanks_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top:8px;
  margin-right: 10px;
}
.thanks_call span{
  padding-left: 45px;
}