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

 common

***************************************/
/* --------------------
font
-------------------- */
@font-face {
  font-family: 'jostsemi';
  src: url(/font/Jost-600-Semi.ttf);
}

@font-face {
  font-family: 'jostmedium';
  src: url(/font/Jost-500-Medium.ttf);
}

/* web fonts */
.wf-jost-bold {
  font-family: "Jost", sans-serif;
}

.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;
}

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;
  max-width:  1000px;
}

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

.main {
  padding-top: 80px;
}

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

.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 {
  background: #040f40;
  padding: 71px 0 81px;
}

.consultation--top {
  padding: 85px 0;
}

.consultation__ctr {
  margin: 0 auto;
  width: 715px;
}

.consultation__title {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 28px;
  text-align: center;
}

.consultation__btn {
  border: none;
  border-radius: 25px;
  box-shadow: 0 10px 0px #040f40;
  background: linear-gradient(0deg, #ec4300 70%, #f4ad02 100%) 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 180px;
  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 {
  border: transparent;
  border-right: 7px solid #fff;
  border-bottom: 7px solid #fff;
  content: '';
  display: inline-block;
  height: 25px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 70px;
  left: auto;
  transform: rotate(-45deg);
  width: 25px;
}

.consultation__btn:hover {
  cursor: pointer;
  box-shadow: none;
  top: 3px;
  color: #fff;
  text-decoration: none;
  transform: scale(0.98);
}

.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;
  display: flex;
  justify-content: space-between;
}

.consultation__item * {
  color: #fff;
}

.consultation__item:first-child {
  align-items: center;
  display: inline-flex;
  padding: 0px 25px 0 20px;
  position: relative;
}

.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;
}

.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: #040f40;
  /* height: 8.5rem; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header__frame {
  margin: 0 auto;
  max-width: 1000px;
  padding: 15px 0 12px 10px;
  width: 1000px;
}

.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.header__logo {
  height: 54px;
}

.header__logo a {
  background: url(../img/header_logo.png) center/contain no-repeat;
  color: transparent;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 204px;
}

.header__logo a:hover {
  text-decoration: none;
}

.header__info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.info__btn {
  align-items: center;
  background: linear-gradient(0deg, #ec4300 30%, #f4ad02 100%) top center/100% auto;
  color: #fff;
  border-radius: 5px;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.4;
  overflow: hidden;
  padding: 11px 30px 11px 14px;
  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%;
}

.info__btn-box {
  margin-top: 7px;
  width: 170px;
}

.info__btn:before {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -130px -35px;
  width: 27px;
  height: 21px;
  display: inline-block;
  margin-right: 10px;
}

.info__btn:after {
  border: transparent;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  content: '';
  display: inline-block;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  transform: rotate(-45deg);
  width: 12px;
}

.info__btn:hover {
  cursor: pointer;
  top: 3px;
  text-decoration: none;
  transform: scale(0.98);
}

.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;
}

.tel__opentime-day {
  font-size: 11px;
}

/* メディア掲載バナー */
.pr {
  border-radius: 5px;
  background: #fff;
  display: inline-block;
  margin: 0px auto 0 20px;
  max-width: 210px;
  position: relative;
  top: 0;
  transform : scale(1);
  transition: 0.3s cubic-bezier(0.78, 0.76, 0.28, 0.98);
  width: 100%;
}

.pr:hover {
  top: 3px;
  transform: scale(0.98);
}

.pr__logo {
  display: block;
  max-width: 90%;
  margin: 0 auto 0 5px;
}

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

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

footer

***************************************/
.footer {
  background: #040f40;
  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: '|';
  color: #fff;
  margin: 0 10px;
}

.f-nav__item a {
  color: #fff;
}

.f-copy {
  background: #000;
  color: #8c98b4;
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
}

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

first view

***************************************/
.fv__bg {
  background: url(../img/fv_bg_ver2.jpg) center/cover no-repeat;
  padding: 17px 0 37px;
}
.fv__left {
  width: 100%;
}

.fv__left {
  width: 57%;
}

.fv__title {
  background: url(../img/fv_title_left.png) 100%/100% no-repeat;
  width: 100%;
  color: transparent;
  display: block;
  overflow: hidden;
  padding: 245px 0;
  text-indent: 100%;
  white-space: nowrap;
}

.fv__point-box {
  margin: -100px auto 0;
  transform: translate3d(27px, 0, 0);
  width: 1045px;
}

.fv__tel {
  background: rgba(0, 20, 91, 0.82);
  border: 3px solid #fff;
  margin-left: auto;
  margin-right: 5px;
  padding: 28px 12px 28px 12px;
  width: 525px;
}

.fv__tel__inner {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}

.fv__tel__free {
  border-radius: 20px;
  background: #fff;
  color: #00145b;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px 13px;
}

.fv__tel__num {
  color: #fff;
  font-weight: bold;
  font-size: 49px;
  line-height: 1;
  white-space: nowrap;
}

.fv__tel__info {
  align-items: center;
  display: flex;
  font-size: 17px;
  justify-content: space-between;
}

.fv__tel__info__item {
  color: #fff;
  font-weight: bold;
}

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

amazon キャンペーン

***************************************/
/* タイムリミット */
.time-remit {
  color: #ffcf00;
  font-size: 24px;
  font-weight: bold;
  font-feature-settings: "palt";
  margin: 10px 0 0;
  text-align: center;
}

.time-d, .time-h, .time-m, .time-s {
  font-size: 46px;
  font-weight: normal;
}

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

section2:
リースバックですべて解決！

***************************************/
.solution__title {
  background: url(../img/kaiketsu_title.png) center/contain no-repeat;
  height: 126px;
  width: 670px;
}

.solution__title-box {
  margin-top: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 75px;
}

.solution__cont-box {
  border-bottom: 5px solid #040f40;
  border-left: 5px solid #040f40;
  border-right: 5px solid #040f40;
  margin: 0 0 100px;
  padding: 0 10px 0;
}

.solution__cont-title {
  background: #040f40 url(../img/kaiketsu_title_leaseback.png) center/380px auto no-repeat;
  margin: 0 auto;
  height: 150px;
  width: 100%;
}

.solution__desc {
  padding: 50px;
}

.solution__desc-txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.solution__model img {
  margin: 0 auto;
}

.solution__model--bad {
  margin-bottom: 30px;
}

.solution__model--good {
  margin-bottom: 53px;
}

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

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

***************************************/
.shokai__title-box {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.shokai__title {
  background: url(../img/shokai_title.png) center/contain no-repeat;
  height: 269px;
  margin: 123px auto 65px;
}

.shokai__cont-box {
  border-bottom: 5px solid #040f40;
  border-left: 5px solid #040f40;
  border-right: 5px solid #040f40;
  margin: 0 0 56px;
}

.shokai__cont-box .solution__model--bad {
  margin-bottom: 0;
}

.shokai_content .shokai_text_area {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 36px;
}

.shokai__cont-box p,
.meritdemerit__cont-box p {
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
}

.meritdemerit__cont-title {
  width: 990px;
  height: 110px;
  margin: 0 auto;
  margin-bottom: 65px;
}

.shokai__cont-title {
  width: 100%;
  height: 180px;
  margin: 0 auto;
}

.shokai__cont-title {
  background: #040f40 url(../img/shokai_title_leaseback.png) center/100% auto no-repeat;
}

.meritdemerit__cont-title {
  background: #040f40 url(../img/merit_demerit_title_leaseback.png) center/380px auto no-repeat;
}

.meritdemerit__title-box {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.meritdemerit__title {
  background: url(../img/tigai_title.png) center/contain no-repeat;
  height: 126px;
  width: 1000px;
  margin: 80px auto 50px;
}

.meritdemerit__cont-box {
  border-bottom: 5px solid #040f40;
  border-left: 5px solid #040f40;
  border-right: 5px solid #040f40;
  margin: 0 0 80px;
}

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

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

***************************************/
.concierge_container {
  background: #f2f7fb;
  padding-top: 81px;
}

.concierge__title-box {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.concierge__title {
  background: url(../img/concierge.png) center/contain no-repeat;
  height: 269px;
  width: 1000px;
}

.concierge__cont-box {
  margin: 0 auto 73px;
}

.concierge__cont-box .solution__model--bad {
  width: 100%;
  margin-bottom: 0;
}

.shokai_text_area {
  padding: 0 0 94px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
}

.concierge__cont-box p,
.meritdemerit__cont-box p {
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
}

.concierge__cont-title {
  width: 990px;
  height: 180px;
  margin: 0 auto;
}

.concierge__cont-title {
  background: #040f40 url(../img/shokai_title_leaseback.png) center/100% auto no-repeat;
}

.meritdemerit__cont-title {
  background: #040f40 url(../img/merit_demerit_title_leaseback.png) center/380px auto no-repeat;
}

.concierge_text_area {
  text-align: center;
}

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

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

***************************************/
.merit {
  background: #f4f4f6 url(../img/merit_bg.png) center 2030px/1920px auto no-repeat;
  height: 2410px;
  padding: 121px 0 310px;
}

.merit__title {
  background: url(../img/merit_title.png) center/contain no-repeat;
  margin: 0 0 93px;
  padding: 70px 0;
}

.merit__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.merit__item {
  width: 485px;
}

.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: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.12rem;
  line-height: 1.9;
  padding-top: 10px;
  position: relative;
  text-align: justify;
}

.merit__desc-txt:before {
  content: '';
  background: #040f40;
  display: block;
  height: 3px;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
}

.merit__overview {
  color: #040f40;
  font-weight: bold;
  font-size: 38px;
  margin: 0 0 20px;
}

.merit__overview--01 {
  background: url(../img/merit_01_overview.png) left center/310px auto no-repeat;
}

.merit__overview--02 {
  background: url(../img/merit_02_overview.png) left center/380px auto no-repeat;
}

.merit__overview--03 {
  background: url(../img/merit_03_overview.png) left center/374px auto no-repeat;
}

.merit__overview--04 {
  background: url(../img/merit_04_overview.png) left center/240px auto no-repeat;
}

.merit__overview--05 {
  background: url(../img/merit_05_overview.png) left center/360px auto no-repeat;
}

.merit__overview--06 {
  background: url(../img/merit_06_overview.png) left center/270px auto no-repeat;
}

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

section6:
お得な制度

***************************************/
.system {
  padding: 100px 0 120px;
}

.system__ctr {
  margin: 0 auto;
  width: 870px;
}

.system__title {
  background: url(../img/system_title.png) center top/contain no-repeat;
  margin: 0 0 70px;
  padding: 53px 0px;
}

.system__item {
  border: 4px solid #040f40;
}

.system__item:not(:first-child) {
  margin-top: 70px;
}

.system__cont-title {
  padding: 70px 0px;
}

.system__cont-title--1 {
  background: url(../img/system_cont_01_title.jpg) center top/contain no-repeat;
}

.system__cont-title--2 {
  background: url(../img/system_cont_02_title.jpg) center top/contain no-repeat;
}

.system__cont-title--3 {
  background: url(../img/system_cont_03_title.jpg) center top/contain no-repeat;
}

.system__desc {
  padding: 50px 50px 45px;
}

.system__img {
  margin-bottom: 30px;
}

.system__txt {
  font-size: 18px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.2rem;
  line-height: 1.9;
  padding: 0 20px;
  text-align: justify;
}

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

sectio7:
弊社サービスの強み

***************************************/
.strength {
  padding: 105px 0 90px;
}

.strength__title {
  background: url(../img/strength_title.png) center top/100% no-repeat;
  margin: 0 0 60px;
  height: 180px;
  padding: 22px 0px;
}

.strength__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}

.strength__txt {
  color: #03113f;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.95;
  text-align: center;
}

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

section8:
リースバックの活用例 ~ 感謝の手紙

***************************************/
.case {
  background: #e7f1f8 url(../img/letter_bg.jpg) center bottom/auto no-repeat;
  padding: 168px 0 0;
}

.case__title {
  background: url(../img/case_title.png) center top/contain no-repeat;
  margin: 0 0 105px;
  padding: 21px 0px;
}

.case__item-title {
  background: #03113f;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  padding: 25px 70px 15px;
}

.case__item-title:before {
  content: '';
  display: inline-block;
  height: 77px;
  margin-right: 17px;
  vertical-align: middle;
  width: 70px;
}

.case__item-title--01:before {
  background: url(../img/case_01_title.png) center/contain no-repeat;
}

.case__item-title--02:before {
  background: url(../img/case_02_title.png) center/contain no-repeat;
}

.case__item-title--03:before {
  background: url(../img/case_03_title.png) center/contain no-repeat;
}

.case__item-title--04:before {
  background: url(../img/case_04_title.png) center/contain no-repeat;
}

.case__item-title--05:before {
  background: url(../img/case_05_title.png) center/contain no-repeat;
}

.case__item {
  background: #fff;
}

.case__item:not(:first-child) {
  margin-top: 45px;
}

.case__item-wrap {
  border: 2px solid #041040;
}

.case__item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 30px 40px;
}

.case__thumb {
  height: 255px;
  overflow: hidden;
  width: 255px;
}

.case__toggle {
  text-align: center;
}

.case__dtl {
  padding: 7px 15px 0 0;
  width: calc(100% - 290px);
}

.case__table * {
  margin: 0 auto;
}


.ov {
  border-bottom: 3px solid #102888;
  margin: 0 0 10px 0;
  padding: 0 0 18px 0;
}

.ov__title {
  display: block;
  margin: 0 0 20px;
  width: 100%;
}

.ov__title--01 {
  background: url(../img/case_01_ov_txt.jpg) center/contain no-repeat;
  height: 29px;
}

.ov__title--02 {
  background: url(../img/case_02_ov_txt.jpg) center/contain no-repeat;
  height: 30px;
}

.ov__title--03 {
  background: url(../img/case_03_ov_txt.jpg) left center/contain no-repeat;
  height: 29px;
}

.ov__title--04 {
  background: url(../img/case_04_ov_txt.jpg) center/contain no-repeat;
  height: 30px;
}

.ov__title--05 {
  background: url(../img/case_05_ov_txt.jpg) center/contain no-repeat;
  height: 30px;
}

.ov__env {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ov__env-item {
  color: #102888;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1rem;
  margin: 0 0 0 15px;
}

.ov__txt {
  font-size: 18px;
  line-height: 1.9;
  text-align: justify;
}

.toggle-btn {
  border-radius: 30px;
  background: #00b5d3;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  height: 54px;
  margin: 24px auto 40px;
  position: relative;
  padding: 14px 30px 13px 10px;
  position: relative;
  text-align: center;
  transition: 0.3s cubic-bezier(0.78, 0.76, 0.28, 0.98);
  width: 210px;
}

.toggle-btn:hover {
  cursor: pointer;
  opacity: 0.75;
}

.toggle-btn--close, .toggle-btn--open {
  line-height: 54px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate3d(-10px, 0, 0);
}

.toggle-btn--close {
  opacity: 1;
  width: 100%;
}

.toggle-btn--open {
  opacity: 0;
  width: 0;
}

.toggle-btn--close:before, .toggle-btn--close:after, .toggle-btn--open:before, .toggle-btn--open:after {
  content: '';
  background: #fff;
  display: block;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
}

.toggle-btn--close:before, .toggle-btn--close:after {
  right: 40px;
}

.toggle-btn--close:after {
  transform: rotate(-90deg);
}

.toggle-btn--open:before, .toggle-btn--open:after {
  right: 55px;
}

.toggle-btn--open:before {
  transform: rotate(0deg);
}

.toggle-btn--open:after {
  transform: rotate(0deg);
}

.is-active .toggle-btn--close {
  opacity: 0;
  width: 0;
}

.is-active .toggle-btn--open {
  opacity: 1;
  width: auto;
}

/*

感謝の手紙

*/
.letter {
  margin: 130px auto 0;
  padding: 0 0 155px;
  width: 900px;
}

.letter__title {
  background: url(../img/letter_title.png) center/contain no-repeat;
  display: block;
  margin: 0 auto 55px;
  height: 121px;
  width: 489px;
}

.letter__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

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

section9:
サービスの流れ

***************************************/
.flow {
  margin: 115px 0 83px;
}

.flow__title {
  background: url(../img/step_title.png) center/contain no-repeat;
  display: block;
  margin: 0 auto 90px;
  height: 58px;
  width: 428px;
}

.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: 2px solid #03113f;
  padding: 70px 80px 120px;
}

.flow__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.flow__item:not(:first-child) {
  margin-top: 30px;
}

.flow__ov {
  border-bottom: 3px solid #030b63;
  color: #030b63;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 20px;
  padding: 0 0 15px;
}

.flow__left {
  align-items: flex-start;
  display: flex;
  margin-top: 30px;
}

.flow__dtl {
  width: 390px;
}

.flow__txt {
  line-height: 1.8;
  padding: 0 40px 0 0;
}

.flow__img {
  height: 200px;
  width: 325px;
}

.flow__goal {
  background: url(../img/step_goal.jpg) center/contain no-repeat;
  display: block;
  height: 100px;
  margin: 47px auto 0;
  width: 100%;
}

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

section10:
よくある質問

***************************************/
.qa {
  background: #f2f7fb;
  padding: 100px 0 110px;
}

.qa__title {
  background: url(../img/qa_title.png) center/contain no-repeat;
  display: block;
  margin: 0 auto 115px;
  height: 58px;
  width: 349px;
}

.qa__ctr {
  margin: 0 auto;
  margin: 0 auto 0 0;
  width: 975px;
}

.qa__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.qa__item {
  width: 475px;
}

.qa__item:nth-child(n+3) {
  margin-top: 80px;
}

.qa__q {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  position: relative;
}

.qa__q-txt {
  color: #03113f;
  font-size: 24px;
  font-weight: bold;
}

.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;
  justify-content: space-between;
  position: relative;
}

.qa__a-txt {
  display: inline-block;
  font-size: 17px;
  line-height: 1.7;
  width: calc(100% - 75px);
}

.qa__a-icon {
  background-image: url(../img/sprite.png);
  background-position: -75px 0px;
  width: 50px;
  height: 50px;
}

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

section11:
まずは1度リースバックコンシェルジュに
ご相談ください

***************************************/
.prompt {
  background: url(../img/prompt_bg.jpg) center/cover no-repeat;
  padding: 125px 0 93px;
}

.prompt__title {
  background: url(../img/prompt_title.png) center/contain no-repeat;
  display: block;
  margin: 0 auto 35px;
  height: 113px;
  width: 859px;
}

.prompt__txt {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  padding: 0 80px;
  text-align: center;
}

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

contact

***************************************/
.contact {
  background: #040f40;
  padding-top: 140px;
}

.contact__title {
  background: url(../img/form_title.png) center no-repeat;
  line-height: 300%;
  margin-bottom: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.contact__title-box {
  margin-bottom: 60px;
}

.contact-phone {
  align-items: center;
  background: #00b5d3;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  margin: 0 0 88px;
  padding: 32px 38px;
  /* background: url(../img/receptionist_button.png) 100% / 100% no-repeat; */
  text-align: center;
}

.contact-phone:before, .contact-phone:after {
  content: '';
  display: inline-block;
  transform: translate(0, 32px);
}

.contact-phone:before {
  background: url(../img/contact_phone_man.jpg);
  height: 202px;
  width: 129px;
}

.contact-phone:after {
  background: url(../img/contact_phone_woman.jpg);
  height: 202px;
  width: 141px;
}

.contact-phone__center {
  margin: 0 20px;
}

.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__num {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  margin: 20px 0 15px;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.phone__num:before {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: bottom;
}

.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 {
  border-radius: 5px;
  font-size: 16px;
  padding: 3px 0px;
  text-align: center;
}

.form__required {
  background: #e62248;
  color: #fff;
  width: 48px;
}

.form__optional {
  background: #eee;
  width: 50px;
}

.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--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;
}

.form__email-select {
  color: #8c98b4;
  padding: 0 30px;
}

.form__select-wrap {
  display: inline-block;
  height: 50px;
  position: relative;
}

.form__select-wrap:after {
  content: '';
  border: none;
  border-bottom: 3px solid #040f40;
  border-right: 3px solid #040f40;
  display: block;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
  width: 10px;
}

/* radio parts */
.form__radio {
  display: none;
}

.form__radio-item:not(:last-child) {
  padding-right: 30px;
}

.form__radio-parts {
  font-weight: bold;
  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 #00b7d4;
}

.form__radio:checked + .form__radio-parts:after {
  content: "";
  background: #00b7d4;
  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-approve{
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
  background: #fff;
  border: 5px solid #001e90;
  border-bottom: none;
  border-top: none;
  padding-bottom: 20px;
}

.ikkatsusatei_button-approve p{
  text-align: center;
}

.ikkatsusatei_button-approve .infomation_text{
  padding:0 0 30px;
  font-size: 13px;
}

.ikkatsusatei_button-approve input{
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

.ikkatsusatei_button-approve .input .approve_text a{
  text-decoration: underline;
}

.ikkatsusatei_button .form__submit {
  width: 715px;
  margin: 0 auto;
  padding: 39px 160px 39px 210px;
  display: inline-block;
  border-radius: 25px;
  font-size: 40px;
  background: linear-gradient(0deg, #ec4300 70%, #f4ad02 100%) top center/100% auto;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-family: 'Noto Sans JP', sans-serif;
}

.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 {
  cursor: pointer;
  box-shadow: none;
  top: 8px;
  transform: scale(0.98);
}

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

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;
}

@font-face {
  font-family: 'jostsemi';
  src: url(../font/Jost-600-Semi.ttf);
}

.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;*/
  /* height: 100rem; */
  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-bottom: 0;
  padding: 70px 0 75px;
  background-color: #001e90;
  background: url(../img/sate_title.png) 100%/100% no-repeat;
}

#contact_form {
  background: none;
  margin-top: -88px;
  padding: 88px 0 0;
}

.property_content {
  width: 100%;
  padding: 36px 30px 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border: 5px solid #001e90;
  border-bottom: none;
}

.property_content_box_left {
  width: 452px;
  height: 510px;
  padding: 24px;
  background: #f2fbfd;
}

.property_content_box_left--tall {
  height: 670px;
}

.property_content_box_left h3 {
  color: #00b7d4;
  padding: 10px 10px 10px 50px;
  font-weight: bold;
  border-bottom: 5px solid #00b7d4;
  font-size: 24px;
  position: relative;
}

.property_content_box_left h3::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/sprite_icon.png) 17% -10px/12rem no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.property_content_box_left .form__item {
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
  display: flex;
}

.property_content_box_left .form__item-body {
  margin-left: 0;
}

.property_content_box_left .form__item .form__item-name {
  width: auto;
  margin: 30px 0 12px;
}

.property_content_box_left .form__item .property_item_left {
  margin: 32px 0 38px;
}

.property_content_box_left .form__item .form__item-name .form__item-name-txt {
  width: auto;
  margin: 0;
  color: #00b7d4;
  margin-right: 25px;
  line-height: 25px;
  font-size: 20px;
}

.property_content_box_left .form__item .form__item-name .form__item-name-txt--small {
  font-size: 18px;
}

.property_content_box_left .form__select-wrap {
  display: inline-block;
  height: 65px;
  width: 100%;
  position: relative;
}

.property_content_box_left .form__select {
  padding: 0 22px 0 20px;
  width: 100%;
  height: 65px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #fff;
  border: 3px solid #d2d2d2;
}

.property_content_box_left .property_form_left .form__radio-box textarea {
  padding: 12px 10px 0 20px;
  margin: 0;
  font-size: 22px;
  height: 65px;
  color: #000;
  border: 3px solid #d2d2d2;
  background: #fff;
  line-height: 1.6;
}

.property_content_box_left .form__item .form_item_season {
  margin-top: 20px;
}

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

form 個人情報入力

***************************************/
.property_content_box_right {
  width: 452px;
  height: 510px;
  padding: 24px;
  background: #fff9ed;
  margin: 0 auto;
}

.property_content_box_right--tall {
  height: 670px;
}

.property_content_box_right h3 {
  color: #ff9200;
  padding: 10px 10px 10px 50px;
  font-weight: bold;
  border-bottom: 5px solid #ff9200;
  font-size: 24px;
  position: relative;
}

.property_content_box_right h3::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/sprite_icon.png) 84% -10px/12rem no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.property_content_box_right .form__item .property_item_right {
  margin: 32px 0 12px;
}

.property_content_box_right .form__item {
  width: 100%;
  display: block;
  margin: 0;
  flex-wrap: wrap;
}

.property_content_box_right .form__item-name {
  display: inline-flex;
  font-weight: bold;
  justify-content: space-between;
  align-items: flex-start;
  margin: 32px 0 12px;
  width: auto;
}

.property_content_box_right .form__item-body input {
  width: 100%;
  height: 65px;
  font-size: 22px;
  padding: 12px 10px 12px 15px;
  background: #fff;
  color: #000;
  border: 3px solid #d2d2d2;
}

.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: auto;
  margin: 0;
  margin-right: 25px;
  color: #ff9200;
  font-size: 20px;
  line-height: 25px;
}

.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_right .property_form_right {
  margin: 20px 0 12px;
}

.property_content_box_left .form__item .form_item_area {
  margin-top: 52px;
}

.property_content_box_left .form__item .form_inquiry_box {
  margin-top: 18px;
}

.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 {
  border-color: #ff0000;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #ff0000;*/
  outline: 0 none;
  background: #fddfe9 !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: #bf8f9d;
}

.property_content_box_right .form__item-body input:focus::placeholder {
  color: #bf8f9d;
}

option::selected {
  color: #000 !important;
}

@keyframes colorRandam {
  0% {
    border: 5px solid #ff0000;
  }
  50% {
    border: 5px solid #ff9200;
  }
  100% {
    border: 5px solid #ff0000;
  }
}

.ikkatsusatei_button {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
  background: #fff;
  border: 5px solid #001e90;
  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 #b9bae3;
}


.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: #00238c;
}
.info_mask .tel__num {
  font-size: 2.35rem;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 2px solid;
  width: 90%;
  height: 30px;
  margin: 0 auto 2.5px;
}
.info_mask .tel__num:before {
  background-image: url(../img/sprite.png);
  background-position: -85px -39px;
  background-size: 10.5rem;
  display: inline-block;
  height: 20px;
  margin: 0 5px 5px 0;
  width: 20px;
}
.tel__opentime-day {
  font-size: 11px;
  letter-spacing: -0.5px;
}
.info_mask .tel__opentime {
  font-size: 10px;
  text-align: center;
}


/*- content consultation__phone -*/
.consultation__wrapper .consultation__info {
  color: #00238c;
}
.consultation__wrapper .consultation__list {
  background: #fff;
  border-radius: 20px;
  padding: 30px 0;
}
.consultation__item:first-child:after {
  background: #00238c;
}
.consultation__wrapper .consultation__num {
  border-bottom: 3px solid #00238c;
  color: #00238c;
  font-size: 40px;
  height: 4.8rem;
  position: relative;
  text-align: right;
}
.consultation__wrapper .consultation__num::after {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../img/sprite.png) -55px -69px / 100% no-repeat;
  background-size: 10rem;
  display: block;
  position: absolute;
  top: 0;
}
.consultation__wrapper .consultation__item:last-child {
  padding: 0px 50px 0 0;
}
.consultation__wrapper .consultation__opentime-txt {
  color: #00238c;
  font-size: 16px;
}
.consultation__wrapper .consultation__opentime-num {
  color: #00238c;
}

/* --------------------
コンテンツ切り替え
-------------------- */
@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;
  }
}

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

.wf-jost-bold {
  font-family: "Jost", sans-serif;
}

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

.req {
  color: #fb0000;
}
  
  .main {
  padding-top: 0;
}
  
  
main .main_title_box {
  display: block;
  height: auto;
}



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

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

a:hover {
  text-decoration: underline;
}

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;
  max-width: 100%;
  text-align: left;
}

.inner {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}



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

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: 4.8vw;
  font-weight: bold;
}

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

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

***************************************/
.consultation {
  background: #040f40;

}

.consultation--top {
  position: relative;
}
  
  .consultation__ctr {
    width: 100%;
  }

.consultation__title {
  color: #fff;
  font-size: 4vw;
  line-height: 2;
  text-align: center;
}

.consultation__btn {
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 0px #00002e;
  background: linear-gradient(0deg, #ec4300 70%, #f4ad02 100%) top center/100% auto;
  color: #fff;
  display: inline-block;
  font-size: 5vw;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.8;
  overflow: hidden;
  padding: 6vw 0 6vw 7vw;
  position: relative;
  top: 0;
  text-align: center;
  transition: 0.3s cubic-bezier(0.78, 0.76, 0.28, 0.98);
  transform: scale(1);
  width: 100%;
}

.ikkatsusatei_button .consultation__btn {
  box-shadow: 0 5px 0px #b9bae3;
}

.consultation__btn-box {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
}

.consultation__btn:after {
  border: transparent;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: '';
  display: inline-block;
  height: 2.66vw;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5vw;
  left: auto;
  transform: rotate(-45deg);
  width: 2.66vw;
}

.consultation__btn:hover {
  cursor: pointer;
  box-shadow: none;
  top: 3px;
  text-decoration: none;
  transform: scale(0.98);
}

.consultation__1min {
  width: 15vw;
  height: 15vw;
  margin: auto;
  display: inline-block;
  position: absolute;
  left: 5vw;
  top: 0;
  bottom: 0;
}

.consultation__1min:before {
  content: '';
  display: block;
  background-image: url(../img/s/ikkatsusatei/sprite_ver3.png);
  background-position: 0px 0px;
  width: 15vw;
  height: 15vw;
  background-size: 32vw;
}

.ikkatsusatei_button .consultation__1min:before {
  content: '';
  display: block;
  background-image: url(../img/s/ikkatsusatei/consultation_1min_icon.png) no-repeat;
  background-position: 0px 0px;
  width: 14vw;
  height: 14vw;
  background-size: 14vw;
}

.consultation__phone {
  margin: 20px auto 45px;
}

.consultation__item_sec .consultation__phone {
  margin: 20px auto 32px;
}

.consultation__phone__text {
  align-items: center;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: inline-flex;
  font-size: 40px;
  font-size: 5.33333vw;
  justify-content: center;
  line-height: 1.2;
  margin-bottom: 1vw;
  text-decoration: none;
}

.consultation__phone__text:hover {
  text-decoration: none;
}

.consultation__phone__text:before {
  content: '';
  background-image: url(../img/s/ikkatsusatei/sprite_ver3.png);
  background-position: -57.5px 0px;
  width: 35px;
  height: 35px;
  background-size: 117.5px 92.5px;
  background-size: 15.6vw 12.3vw;
  background-position: -7.6vw 0;
  height: 35px;
  height: 4.66667vw;
  width: 35px;
  width: 4.66667vw;
  display: block;
  margin-right: 2vw;
}

.consultation__phone-link {
  width: 100%;
  padding: 15px 20px 10px;
  border-radius: 10px;
  background: #fff;
  display: block;
  text-align: center;
}

.consultation__phone-link:hover {
  text-decoration: none;
}

.consultation__list {
  display: block;
}

.consultation__item {
  text-align: center;
}

.consultation__item > * {
  color: #00238c;
}

.consultation__item:first-child {
  width: 100%;
  margin: 0 auto 3.33vw;
  padding: 0px 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.consultation_area .consultation__item:first-child {
  width: 100%;
  margin: 0 auto -4vw;
  padding: 0px 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

/*
.consultation__info:first-child:before,
.consultation__info:first-child:after {
  background: #fff;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 1em;
  width: 2px;
}

.consultation__info:first-child:before {
  left: 0;
  transform: rotate(-20deg);
}

.consultation__info:first-child:after {
  right: 0;
  transform: rotate(20deg);
}
*/
.consultation__info {
  margin-bottom: 2vw;
  padding: 1.5vw 10vw 1.2vw;
  font-weight: bold;
  font-size: 3.5vw;
  background: #00238c;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  border-radius: 10vw;
  display: inline-block;
}

.consultation__num {
  align-items: center;
  border-bottom: 2px solid #00238c;
  display: inline-flex;
  font-weight: 600;
  font-size: 8vw;
  justify-content: center;
  line-height: 1.2;
  margin: 0 0 5px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}

.consultation__num:before {
  content: '';
  display: block;
  margin-right: 1.6vw;
  background-image: url(../img/s/ikkatsusatei/sprite.png);
  background-position: -52px -87px;
  width: 35px;
  height: 35px;
  background-size: 130.5px 122.5px;
}

.consultation__item_sec .consultation__num:before {
  content: '';
  display: block;
  margin-right: 1.6vw;
  background-image: url(../img/s/ikkatsusatei/sprite.png);
  background-position: -0.5px -70px;
  width: 45px;
  height: 45px;
  background-size: 175.5px 158.5px;
  position: relative;
  top: 1.2vw;
  left: -3vw;
}

.consultation__opentime-txt {
  font-size: 3.7vw;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.consultation__opentime-num {
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin: 0 10px;
}

.bnr_box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: 0.5s ease;
  width: 100%;
}

.bnr {
  align-items: center;
  background: #00b5d333;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  text-decoration: none;
}

.bnr_box:hover {
  box-shadow: none;
  top: 10px;
  transform: scale(0.98);
}

.bnr:before {
  content: "";
  width: 0;
  height: 0;
  padding: 12vw 10vw;
  background: url(../img/s/ikkatsusatei/kaiketsu_title_woman.png) 0vw 0.7vw/cover no-repeat;
  background-size: 19vw;
  position: relative;
  bottom: -1vw;
  left: 1vw;
  z-index: 0;
}

.bnr_text {
  align-items: end;
  bottom: 0;
  color: #00a3d3;
  font-size: 4.2vw;
  line-height: 1.6;
  height: auto;
  margin: auto;
  justify-content: flex-start;
  padding: 0 24vw 0 20vw;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  text-shadow: 2px 2px 0 #f9f9f9;
  text-align: center;
}

.bnr_large_text {
  font-size: 36px;
  font-size: 4.8vw;
}

.bnr_icon {
  background: #00b5d3;
  color: #fff;
  display: block;
  height: 26vw;
  text-align: center;
  width: 20vw;
}

.bnr_icon:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  position: relative;
  color: #fff;
  font-size: 35px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0, -50%) rotate(100deg);
}

/* ボタンの光沢 */
.hover_shine {
  overflow: hidden;
}

.hover_shine:hover {
  top: 0;
  left: 0;
  box-shadow: none;
  transition: 0.5s;
}

.hover_shine:after {
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}

.hover_shine + .hover_shine:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

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

header

***************************************/
.header {
  background: #040f40;
  width: 100%;
  position: relative;
}

.header__frame {
  margin: 0 auto;
  padding: 3.33vw 3.53125vw;
  width: 100%;
}

.header__inner {
  align-items: center;
  display: block;
  justify-content: space-between;
}

.header__logo {
  width: 43%;
  height: 11vw;
  margin-right: 2vw;
}

.header__logo a {
  background: url(../img/s/ikkatsusatei/logo.png) 0 100%/cover no-repeat;
  color: transparent;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 44vw;
}

.header__logo a:hover {
  text-decoration: none;
}

.header__info {
  position: relative;
  border-radius: 5px;
  padding: 10px 5px 0;
  position: relative;
  width: 100%;
}

.header__info__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 5.06vw;
  padding: 0 0 1vw;
}

.header__info__inner:before {
  content: '';
  display: block;
  background-image: url(../img/s/ikkatsusatei/sprite_ver3.png);
  background-position: -57.5px 0px;
  width: 35px;
  height: 35px;
  background-size: 117.5px 92.5px;
  background-position: -9.8vw 0;
  background-size: 19.8vw 15.3vw;
  margin-right: 1vw;
  height: 5.9vw;
  width: 5.9vw;
}

.header__info__inner a {
  color: #fff;
  width: calc(100% - 6.9vw);
}

.tel__num {
  width: 34vw;
  color: #fff;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 4.1vw;
  letter-spacing: 0.1rem;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}

.tel__opentime {
  background: url("../img/s/ikkatsusatei/header_info.png") left center/40vw auto no-repeat;
  line-height: 4.8vw;
  text-indent: unset;
}

.tel__opentime-num {
  margin: 0 0 0 5px;
}

.tel__opentime-day {
  font-size: 11px;
}

/* メディア掲載バナー */
.pr_box {
  background: #009f8c;
  padding: 50px 0;
}
.pr {
  background: none;
  border-radius: 5px;
  color: #fff !important;
  font-size: 4vw;
  font-weight: bold;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  transform : scale(1);
  transition: 0.3s cubic-bezier(0.78, 0.76, 0.28, 0.98);
}

.header__pr:hover {
  transform: scale(0.98);
}

.pr__link {
  background: #fff;
  border-radius: 5px;
  color: #000;
  display: block;
  margin: 10px 0;
  padding: 10px;
}

.pr__link:hover {
  text-decoration: none;
}

.pr__caption {
  font-size: 3.4vw;
}

.pr__caption a {
  color: #fff;
  text-decoration: underline;
}

.pr__logo {
  display: block;
  margin: 0;
}

.pr__logo img {
  margin: 0 auto;
}

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

footer

***************************************/
.footer {
  background: #040f40;
  padding: 20vw 0 0;
}

.f-nav {
  margin-bottom: 4vw;
  text-align: center;
}

.f-nav__list {
  display: inline-flex;
  justify-content: center;
}

.f-nav__item + .f-nav__item:before {
  content: '|';
  color: #fff;
  margin: 0 10px;
}

.f-nav__item a {
  color: #fff;
  font-size: 3.2vw;
}

.f-copy {
  background: #000;
  color: #8c98b4;
  font-size: 3.2vw;
  padding: 3.2vw 0;
  text-align: center;
}

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

sticky menu

***************************************/
.sticky {
  background: rgba(0, 0, 0, 0.49);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.93vw 1.33vw;
  position: fixed;
  transition: 0.3s cubic-bezier(0.78, 0.76, 0.28, 0.98);
  bottom: 0;
  left: 0;
  width: 100%;
}

.sticky__btn {
  width: 100%;
}


.sticky__btn a {
  border-radius: 10px;
  display: block;
  font-weight: bold;
  font-size: 5vw;
  padding: 4.8vw 3.33vw;
  text-align: center;
}

.sticky__btn a:hover {
  text-decoration: none;
}

.sticky__phone-btn a {
  background: #fff;
  color: #102888;
}

.sticky__phone-btn a:before {
  content: '';
  display: inline-block;
  background-image: url(../img/s/ikkatsusatei/sprite.png);
  background-position: -27px -39px;
  width: 16.5px;
  height: 25px;
  background-size: 90.5px 90.5px;
  margin-right: 1.06vw;
  vertical-align: middle;
}

.sticky__form-btn a {
  background: linear-gradient(0deg, #ec4300 55%, #f4ad02 100%) top center/200% auto;
  color: #fff;
  padding: 4.8vw 1vw;
}

.sticky__form-btn a:before {
  content: '';
  display: inline-block;
  background-image: url(../img/s/ikkatsusatei/sprite_ver3.png);
  background-position: -95px 0px;
  width: 22.5px;
  height: 25px;
  background-size: 117.5px 92.5px;
  margin-right: 1.06vw;
  vertical-align: middle;
}

.js-no-sticky {
  opacity: 0;
  visibility: hidden;
}

.js-is-sticky {
  opacity: 1;
  position: fixed;
  visibility: visible;
}

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

first view

***************************************/
.fv__bg {
  background: url(../img/s/ikkatsusatei/fv_bg.jpg) center/cover no-repeat;
  padding: 6.66vw 0 10vw;
}

.fv__title {
  background: url(../img/s/ikkatsusatei/fv_dtl.png) center top/100% no-repeat;
  width: 91vw;
  color: transparent;
  display: block;
  overflow: hidden;
  padding: 23vw;
  margin-bottom: 0;
  text-indent: 100%;
  white-space: nowrap;
}
  .main_title_box img {
        width: 100%;
    height: auto;
  }
  
.fv__sticky {
  background: #12218a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0;
}

.fv__point-box {
  margin: 0 auto;
  transform: none;
  width: 100%;
}

.fv__point img {
  margin: 0 auto;
}

.fv__tel {
  background: rgba(0, 35, 140, 0.85);
  border: 2px solid #fff;
  border-radius: 10px;
  margin: 0 auto 0 4.25vw;
  padding: 15px 13px;
  width: 92%;
}

.fv__tel a:hover {
  text-decoration: none;
}

.fv__tel__inner {
  text-align: center;
}

.fv__tel__free {
  border-radius: 20px;
  background: #fff;
  color: #044895;
  display: inline-block;
  font-size: 27px;
  font-size: 3.6vw;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 5px 12vw;
}

.fv__tel__num {
  align-items: center;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: inline-flex;
  font-weight: 500;
  font-size: 70px;
  font-size: 9.33333vw;
  justify-content: center;
  line-height: 1;
}

.fv__tel__num:before {
  content: '';
  display: block;
  margin-right: 1.6vw;
  background-image: url(../img/sprite.png);
  background-position: -57.5px 0px;
  background-size: 117.5px 92.5px;
  margin-bottom: 3px;
  height: 35px;
  width: 35px;
}

.fv__tel__info {
  align-items: center;
  display: flex;
  font-size: 26px;
  font-size: 3.46667vw;
  justify-content: space-around;
  margin: auto;
  width: 90%;
}

.fv__tel__info__item {
  color: #fff;
  font-weight: 500;
}

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

amazon キャンペーン

***************************************/
/* タイムリミット */
.time-remit {
  color: #ffcf00;
  font-size: 4.26vw;
  font-weight: bold;
  font-feature-settings: "palt";
  margin: 10px 0 0;
  text-align: center;
}

.time-d, .time-h, .time-m, .time-s {
  font-size: 6.66vw;
  font-weight: normal;
}

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

section2:
リースバックですべて解決！

***************************************/
.solution__title {
  margin-top: 15vw;
  background: url("../img/s/ikkatsusatei/kaiketsu_title.png") center/contain no-repeat;
  height: 42.8vw;
  width: 100%;
}
  
  .solution__title-box {
    padding: 0;
        margin-top: 30px;
  }

.solution__cont-box {
  border-bottom: 5px solid #040f40;
  border-left: 5px solid #040f40;
  border-right: 5px solid #040f40;
  margin: 0 0 40px;
}

.solution__cont-title {
  background: #040f40 url("../img/s/ikkatsusatei/kaiketsu_title_leaseback.jpg") center/contain no-repeat;
  margin: 0 auto;
  height: 23.333333333333332vw;
}

.solution__desc {
  padding: 6.66vw 2.66vw;
}

.solution__desc-txt {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 2;
  text-align: left;
}

.solution__model img {
  margin: 0 auto;
}

.solution__model--bad {
  margin-bottom: 30px;
}

.solution__model--good {
  margin-bottom: 8vw;
}

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

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

***************************************/
.concierge {
  padding: 12vw 10px 12vw 10px;
  background: #f2f7fb;
}

.concierge__title {
  width: 100%;
  height: 42.8vw;
  background: url(../img/s/ikkatsusatei/concierge_title_leaseback.png) center/contain no-repeat;
  margin-bottom: 5vw;
}
  
  .concierge__cont-box {
    margin: 0 auto 5vw
  }

.concierge__cont-box .wrap,
.iemamoruno__cont-box .wrap {
  padding: 0;
  
}

.concierge__cont-title,
.iemamoruno__cont-title {
  margin: 0 auto 20px;
  height: 23.333333333333332vw;
}

.concierge__cont-title {
  background: #aaa url(../img/s/ikkatsusatei/concierge_leaseback.png) center/contain no-repeat;
  margin-bottom: 0;
  width: 100%;
}

.iemamoruno__cont-title {
  margin-bottom: 0;
  background: #040f40 url(../img/s/ikkatsusatei/iemamoruno_leaseback.png) center/contain no-repeat;
}

.concierge__desc {
  padding: 6.66vw 2.66vw;
}

.concierge__desc-txt {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 2;
}

.concierge__model--bad {
  margin-bottom: 20px;
}
  
  .concierge_container {
    padding: 12vw 10px 12vw 10px;
  }
  

.diffrence_text,
.iemamoruno_text {
  padding: 20px 0;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
}

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

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

***************************************/
.merit {
  background: #f4f4f6 url(../img/merit_bg.png) center bottom/contain no-repeat;
  padding: 16vw 0 767vw;
}

.merit__title {
  background: url(../img/merit_title.png) center/contain no-repeat;
  width: 58vw;
    margin: 0 auto;
}

.merit__item {
  width: 100%;
}

.merit__item:nth-child(n+2) {
  margin-top: 8vw;
}

.merit__desc {
  border-left: 2px solid #040f40;
  border-right: 2px solid #040f40;
  border-bottom: 2px solid #040f40;
  padding: 5.33vw 6.66vw 8vw;
}

.merit__desc-txt {
  font-size: 4.53vw;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.12rem;
  line-height: 1.9;
  padding-top: 10px;
  position: relative;
  text-align: justify;
}

.merit__desc-txt:before {
  content: '';
  background: #040f40;
  display: block;
  height: 3px;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
}

.merit__overview {
  color: #040f40;
  display: inline-block;
  font-weight: bold;
  font-size: 38px;
  margin: 0 0 20px;
  width: 100%;
}

.merit__overview--01 {
  background: url(../img/merit_01_overview.png) left center/contain no-repeat;
  height: 5.733333333333333vw;
}

.merit__overview--02 {
  background: url(../img/merit_02_overview.png) left center/contain no-repeat;
  height: 5.866666666666666vw;
}

.merit__overview--03 {
  background: url(../img/merit_03_overview.png) left center/contain no-repeat;
  height: 5.866666666666666vw;
}

.merit__overview--04 {
  background: url(../img/merit_04_overview.png) left center/contain no-repeat;
  height: 5.733333333333333vw;
}

.merit__overview--05 {
  background: url(../img/merit_05_overview.png) left center/contain no-repeat;
  height: 6vw;
}

.merit__overview--06 {
  background: url(../img/merit_06_overview.png) left center/contain no-repeat;
  height: 5.733333333333333vw;
}

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

section5:
お得な制度

***************************************/
.system {
  padding: 16vw 0;
}

.system__title {
  background: url(../img/system_title.png) center top/contain no-repeat;
  margin: 0 0 8.66vw;
  height: 17.066vw;
}

.system__item {
  border: 4px solid #040f40;
}

.system__item:not(:first-child) {
  margin-top: 10.4vw;
}

.system__cont-title--1 {
  background: url(../img/system_cont_01_title.jpg) center/cover no-repeat;
  height: 33.33vw;
}

.system__cont-title--2 {
  background: url(../img/system_cont_02_title.jpg) center top/cover no-repeat;
  height: 33.4vw;
}

.system__cont-title--3 {
  background: url(../img/system_cont_03_title.jpg) center top/cover no-repeat;
  height: 21.4vw;
}

.system__desc {
  padding: 4vw 4vw 10vw;
}

.system__img {
  margin-bottom: 4vw;
}

.system__txt {
  font-size: 4.53vw;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.2rem;
  line-height: 1.9;
  text-align: justify;
}

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

section6:
弊社サービスの強み

***************************************/
.strength {
  padding: 15vw 0;
}

.strength__ctr {
  padding: 0 10vw;
}

.strength__title {
  background: url("../img/s/ikkatsusatei/strength_title.png") center top/contain no-repeat;
  height: 10.4375vw;
     margin: 0 10vw 9vw;
}

.strength__list {
  margin-bottom: 15vw;display: block;
}
  
  .strength__item {
    width: 80%;
    margin: 0 auto;
  }

.strength__item:not(:first-child) {
  margin-top: 8vw;
}

.strength__txt {
  color: #03113f;
  font-weight: bold;
  font-size: 5.3125vw;
  line-height: 1.95;
  padding: 0 3vw;
  text-align: left;
}

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

section7:
リースバックの活用例 ~ 感謝の手紙

***************************************/
.case {
  background: #e7f1f8 url(../img/letter_bg.jpg) center bottom/contain no-repeat;
  padding: 16vw 0 0;
}

.case__title {
  background: url(../img/case_title.png) center/contain no-repeat;
  height: 18.125vw;
  margin: 0 auto 10vw;
  width: 78.66vw;
}

.case__item-title {
  background: #03113f;
  color: #fff;
  font-weight: bold;
  font-size: 5.33vw;
  padding: 5.33vw 4vw;
}

.case__item-title:before {
  content: '';
  display: inline-block;
  height: 8.66vw;
  margin-right: 3.33vw;
  vertical-align: middle;
}

.case__item-title--01:before {
  background: url(../img/case_01_title.png) center/contain no-repeat;
  width: 10.66vw;
}

.case__item-title--02:before {
  background: url(../img/case_02_title.png) center/contain no-repeat;
  width: 12.33vw;
}

.case__item-title--03:before {
  background: url(../img/case_03_title.png) center/contain no-repeat;

  width: 12.33vw;
}

.case__item-title--04:before {
  background: url(../img/case_04_title.png) center/contain no-repeat;
  width: 12.4vw;
}

.case__item-title--05:before {
  background: url(../img/case_05_title.png) center/contain no-repeat;
  width: 12.33vw;
}

.case__item {
  background: #fff;
}

.case__item:not(:first-child) {
  margin-top: 45px;
}

.case__item-wrap {
  border: 2px solid #041040;
}

.case__item-inner {
  padding: 4vw;
  display: block;
}

.case__thumb {
  max-width: 100%;
  overflow: hidden;
  width: 193.75vw;
  height: auto;
}

.case__toggle {
  text-align: center;
}

.case__table {
  padding: 0 4vw;
}

.case__dtl {
  padding: 4.8vw 0 0 0;
  width: 100%;
}

.case__table * {
  margin: 0 auto;
}

.ov {
  border-bottom: 3px solid #102888;
  margin: 0 0 6vw 0;
  padding: 0 0 2.4vw 0;
}

.ov__title {
  display: block;
  margin: 0 0 5.333333333333333vw;
  width: 100%;
}

.ov__title--01 {
  background: url("../img/s/ikkatsusatei/case_01_ov_txt.jpg") left center/contain no-repeat;
  height: 12.8vw;
}

.ov__title--02 {
  background: url(../img/s/ikkatsusatei/case_02_ov_txt.jpg) left center/contain no-repeat;
  height: 12.8vw;
}

.ov__title--03 {
  background: url(../img/s/ikkatsusatei/case_03_ov_txt.jpg) left center/contain no-repeat;
  height: 12.533333333333333vw;
}

.ov__title--04 {
  background: url(../img/s/ikkatsusatei/case_04_ov_txt.jpg) left center/contain no-repeat;
  height: 12.8vw;
}

.ov__title--05 {
  background: url(../img/s/ikkatsusatei/case_05_ov_txt.jpg) left center/contain no-repeat;
  height: 12.66vw;
}

.ov__env {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.ov__env-item {
  color: #102888;
  font-weight: bold;
  font-size: 4vw;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  margin: 0;
}

.ov__env-txt:not(:first-child) {
  margin: 0 0 0 1.6vw;
}

.ov__txt {
  font-size: 4.8vw;
  line-height: 1.9;
  text-align: justify;
}

.toggle-btn {
  border-radius: 30px;
  background: #00b5d3;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 4.8vw;
  height: 13.33vw;
  margin: 6vw auto 8vw;
  position: relative;
  position: relative;
  text-align: center;
  transition: 0.3s cubic-bezier(0.78, 0.76, 0.28, 0.98);
  width: 73.33vw;
}

.toggle-btn:hover {
  cursor: pointer;
  opacity: 0.75;
}

.toggle-btn--close, .toggle-btn--open {
  line-height: 13.33vw;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate3d(-10px, 0, 0);
}

.toggle-btn--close {
  opacity: 1;
  width: 100%;
}

.toggle-btn--open {
  opacity: 0;
  width: 0;
}

.toggle-btn--close:before, .toggle-btn--close:after, .toggle-btn--open:before, .toggle-btn--open:after {
  content: '';
  background: #fff;
  display: block;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
}

.toggle-btn--close:before, .toggle-btn--close:after {
  right: 18vw;
}

.toggle-btn--close:after {
  transform: rotate(-90deg);
}

.toggle-btn--open:before, .toggle-btn--open:after {
  right: 23.333333vw;
}

.toggle-btn--open:before {
  transform: rotate(0deg);
}

.toggle-btn--open:after {
  transform: rotate(0deg);
}

.is-active .toggle-btn--close {
  opacity: 0;
  width: 0;
}

.is-active .toggle-btn--open {
  opacity: 1;
  width: auto;
}

/*

感謝の手紙

*/
.letter {
  margin: 21.333333333333332vw auto 0;
  padding: 0 0 22vw;
  width: 100%;
}

.letter__title {
  background: url(../img/letter_title.png) center/contain no-repeat;
  display: block;
  margin: 0 auto 9.333333333333334vw;
  height: 16.133333333333333vw;
    background-size: 62vw;
    width: 66%;

}

.letter__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.letter__item:not(:first-child) {
  margin-left: 5.333333333333333vw;
}

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

section8:
サービスの流れ

***************************************/
.flow {
  margin: 16vw 0;
}

.flow__title {
  background: url(../img/step_title.png) center/contain no-repeat;
  display: block;
  height: 18.125vw;
  margin: 0 auto 10.66vw;
  width: 57.06vw;
}

.flow__step {
  width: 23.33vw;
  padding: 2vw 0;
  background: #030b63;
  color: #fff;
  font-size: 3.73vw;
  display: inline-block;
  margin: 1.33vw 2.66vw 0 0;
  text-align: center;
}

.flow__ctr {
  border: 2px solid #03113f;
  padding: 5.33vw 4.66vw 13.33vw;
}
  
  .flow__img {
    width: 100%;
    height: auto;
  }
  
  .flow__item {
    display: block;
  }
  
  .flow__ov {
    border: none;
    margin: 0;
    padding: 0;
  }

.flow__item:not(:first-child) {
  margin-top: 30px;
}

.flow__ov {
  color: #00238c;
  font-size: 5.866vw;
  font-weight: bold;
  line-height: 2.2;
  width: 100%;
}

.flow__ov-box {
  border-bottom: 3px solid #00238c;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 5.33vw 0 4.66vw;
  padding: 0 0 4vw;
}

.flow__txt {
  font-size: 4.8vw;
  line-height: 1.8;
}

.flow__goal {
  background: url("../img/s/ikkatsusatei/step_goal.jpg") center/contain no-repeat;
  display: block;
  height: 20vw;
  margin: 10.66vw auto 0;
  width: 100%;
}

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

section9:
よくある質問

***************************************/
.qa {
  background: #e7f1f8;
  padding: 16vw 0 13.33vw;
}

.qa .ctr {
  padding: 0 20px;
}

.qa__title {
  background: url(../img/qa_title.png) center/contain no-repeat;
  display: block;
  margin: 0 auto 10.66vw;
  height: 18.125vw;
  width: 46.53vw;
}

.qa__item:nth-child(n+2) {
  margin-top: 11.33vw;
}

.qa__q {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  position: relative;
}

.qa__q--fs {
  align-items: flex-start;
}
  
  .qa__ctr,.qa__item {
    width: 100%;
  }
  

.qa__q-txt {
  color: #03113f;
  font-size: 5.33vw;
  font-weight: bold;

}

.qa__q-icon, .qa__a-icon {
  background-image: url(../img/s/ikkatsusatei/sprite_ver3.png);
  background-position: -37.5px -57.5px;
  width: 35px;
  height: 35px;
  background-size: 117.5px 92.5px;
  display: inline-block;
  margin: 1.7vw 4vw 0 0;
  vertical-align: middle;
}

.qa__a {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}

.qa__a--c {
  align-items: center;
}

.qa__a-txt {
  display: inline-block;
  font-size: 4.26vw;
  line-height: 1.7;
  width: calc(100% - 35px - 4vw);
  margin: 6px 0 0px;
}

.qa__a-icon {
  background-image: url(../img/s/ikkatsusatei/sprite_ver3.png);
  background-position: 0px -57.5px;
  width: 35px;
  height: 35px;
  background-size: 117.5px 92.5px;
}

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

section10:
まずは1度リースバックコンシェルジュに
ご相談ください

***************************************/
.prompt {
  background: url("../img/s/ikkatsusatei/prompt_bg.jpg") center/cover no-repeat;
  padding: 16vw 0;
}

.prompt__title {
  background: url("../img/s/ikkatsusatei/prompt_title.png") center/contain no-repeat;
  display: block;
  margin: 0 auto 10vw;
  height: 31.2vw;
  width: 100%;
}

.prompt__txt {
  color: #fff;
  font-weight: bold;
  font-size: 4.6vw;
  line-height: 2;
  padding: 0 6vw;
  text-align: left;
}

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

contact

***************************************/
.contact {
  background: #040f40;
  padding: 18.66vw 0 0;
}

.contact__title {
  background: url(../img/form_title.png) center/contain no-repeat;
  height: 7.466vw;
  margin-bottom: 10.4vw;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.contact__title-box {
  margin: 0 0 11.73vw;
}

.contact-phone {
  background: #102888;
  margin: 0 0 43px;
  padding: 6vw 0;
  text-align: center;
}

.phone__induction {
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 3.2vw;
  font-weight: bold;
  font-feature-settings: "palt";
  padding: 5px 4.66vw;
  text-align: center;
}

.phone__body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 4vw 0 0 auto;
  width: 87vw;
}

.phone__num {
  font-size: 8.26vw;
  margin: 0 0 3.2vw;
  letter-spacing: 0.05em;
  position: relative;
  white-space: nowrap;
}

.phone__num-link {
  color: #fff;
  line-height: 100%;
}

.phone__num-link:hover {

  text-decoration: none;
}

.phone__num-icon {
  display: block;
  margin: -1vw 2vw 0 0;
}

.phone__num-icon:before {
  content: '';
  background-image: url(../img/s/ikkatsusatei/sprite_ver3.png);
  background-position: -57.5px 0px;
  width: 35px;
  height: 35px;
  background-size: 117.5px 92.5px;
  display: inline-block;
  vertical-align: bottom;
}

.phone__opentime-txt {
  color: #fff;
  font-size: 3.3vw;
  font-weight: bold;
  letter-spacing: 0.1vw;
}

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

form

***************************************/
.form__required, .form__optional {
  border-radius: 5px;
  font-size: 13px;
  padding: 3px 0px;
  text-align: center;
}

.form__required {
  background: #e62248;
  color: #fff;
  width: 48px;
}

.form__optional {
  background: #eee;
  width: 50px;
}

.form__ctr {
  background: #fff;
  border: 2px solid #000;
  padding: 9.33vw 10px;
}

.form__item {
  margin: 6.66vw 0;
}

.form__item--dtl {
  align-items: flex-start;
}

.form__item-name {
  align-items: center;
  display: flex;
  font-weight: bold;
  justify-content: flex-start;
  margin: 0 0 3.33vw;
}

.form__item-name-txt {
  display: block;
  margin: 0 3.33vw 0 0;
}

.form__item-name--dtl {
  margin-top: 15px;
}

.form__item-body--email {
  display: flex;
  align-items: center;
  margin-bottom: 3.33vw;
}

.approve .infomation_text{
  font-size: 12px;
  padding: 10px 0 0;
}

.approve .input{
  padding: 20px 0 0;
  text-align: center;
}

.approve input{
  appearance:checkbox;
  -webkit-appearance: checkbox;
  -moz-appearance:checkbox;
}

.approve .approve_text{
  text-align: center;
}

.approve .input .approve_text a{
  text-decoration: underline;
}

.form__at {
  font-weight: bold;
  text-align: center;
  width: 67px;
}

.form__select-wrap {
  display: inline-block;
  height: 50px;
  position: relative;
}

.form__email-wrap {
  width: calc(100% - 57px);
}

.form__prefectures-wrap {
  width: 100%;
}

.form__email-select, .form__select {
  border: none;
  background: #dde5f6;
  color: #8c98b4;
  height: 100%;
}

.form__select {
  color: #464646;
  padding: 0 22px;
  width: 100%;
}

.form__select-arrow {
  position: relative;
}

.form__select-arrow:after {
  content: '';
  border: none;
  border-bottom: 3px solid #040f40;
  border-right: 3px solid #040f40;
  display: block;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  transform: rotate(45deg) translateY(-5px);
  width: 10px;
}

.form__email-select {
  color: #8c98b4;
  padding: 0 10px;
  width: 100%;
}

/* radio parts */
.form__radio {
  display: none;
}

.form__radio-item:not(:last-child) {
  padding-right: 30px;
}

.form__radio-parts {
  font-weight: bold;
  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 #00b7d4;
}

.form__radio:checked + .form__radio-parts:after {
  content: "";
  background: #00b7d4;
  border-radius: 50%;
  display: block;
  margin: auto;
  position: absolute;
  top: 0px;
  left: 4px;
  bottom: 2px;
  height: 10px;
  width: 10px;
}

.form__textarea {
  resize: none;
}

.form__submit-box {
  width: 100%;
}

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

form - complete

***************************************/
.form__complete {
  margin: 18.66vw 0;
}

.complete__title {
  color: #040f40;
  font-size: 6.4vw;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 15px;
  text-align: center;
}

.complete__txt {
  font-size: 4.1vw;
  text-align: center;
}

.consultation_sub {
  margin-bottom: 30px;
}

.fv_satei_img,
.fv_satei_sec_img {
  width: 92%;
  margin: 0 auto;
  margin-left: 4.5vw;
}

.fv_satei_img {
  margin-bottom: 5vw;
}

.fv_satei_sec_img {
  padding-bottom: 10vw;
}

.property_container_area,
.property_container_area_sec {
  position: relative;
}

.property_container_area .property_container {
  position: relative;
  top: -31vw;
}

.property_container_area_sec .property_container {
  position: static;
}

.property_title {
  margin-bottom: 0;
  padding: 18vw 0 10vw;
  background-color: #001e90;
  background: url(../img/s/ikkatsusatei/sate_title.png) 100%/100% no-repeat;
}

.property_content {
  width: 100%;
  padding: 3.2vw;
  position: relative;
  background: #fff;
  border-bottom: none;
}

.property_content_box_left {
  width: 100%;
  padding: 0.1vw 3.2vw 10vw;
  background: #f2fbfd;
}
.property_content_box_left .form__item {
  width: 100%;
  margin: 0;
  padding: 0;
}

.property_content_box_left .form__item-body {
  margin-left: 0;
}

.property_content_box_left .form__item .form__item-name {
  width: auto;
  margin: 10vw 0 2.5vw;
}

.property_content_box_left .form__item .property_item_left {
  margin: 5vw 0;
}

.property_content_box_left .form__item .form__item-name .form__item-name-txt {
  width: auto;
  margin: 0;
  color: #00b7d4;
  margin-right: 15px;
  line-height: 6vw;
  font-size: 18px;
}

.form__select-wrap {
  display: inline-block;
  height: auto;
  width: 100%;
  position: relative;
}

.form__select-wrap:after {
  content: '';
  border: none;
  border-bottom: 2px solid #040f40;
  border-right: 2px solid #040f40;
  display: block;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 45%;
  transform: rotate(45deg) translateY(-45%);
  width: 10px;
}

.property_content_box_left .form__select {
  padding: 0 0 0 5vw;
  width: 100%;
  height: 17.335vw;
  line-height: 16vw;
  letter-spacing: -0.5vw;
  font-size: 5vw;
  background: #fff;
  border: 3px solid #d2d2d2;
}
.property_content_box_left .form__select:visited {
  color: #000;
}

.property_content_box_left .property_form_left .form__radio-box textarea {
  padding: 0 0 0 5vw;
  line-height: 13vw;
  margin: 0;
  font-size: 5vw;
  height: 17.335vw;
  color: #000;
  border: 0.8vw solid #d2d2d2;
  background: #fff;
}

.property_content_box_right {
  width: 100%;
  padding: 0.1vw 3.2vw 8vw;
  background: #fff9ed;
}

.property_content_box_right h3 {
  color: #ff9200;
  padding: 3vw 0 3vw 15vw;
  font-weight: bold;
  border-bottom: 5px solid #ff9200;
  font-size: 24px;
  background: #fff;
  position: relative;
}

.property_content_box_right h3::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/s/ikkatsusatei/sprite_icon.png) 115% 4px/8rem no-repeat;
  display: block;
  position: absolute;
  top: -1vw;
  left: 4vw;
}

.property_content_box_right .form__item .property_item_right {
  margin: 4vw -1px 2.5vw;
}

.property_content_box_right .form__item {
  width: 100%;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.property_content_box_right .form__item-name {
  width: auto;
  margin: 4vw 0 2vw;
}

.property_content_box_right .form__item-body input {
  width: 100%;
  height: 14vw;
  line-height: 13vw;
  padding-left: 3vw;
  font-size: 5vw;
  background: #fff;
  color: #000;
  border: 3px solid #d2d2d2;
}

.property_content_box_right .form__item-body input::placeholder {
  color: #d2d2d2;
  letter-spacing: -0.2px;
}

.property_content_box_right .form__item-body input:focus::placeholder {
  color: #bf8f9d;
}

.property_content_box_right .form__item-body {
  margin: 0;
}

.property_content_box_right .form__item-name-txt {
  width: auto;
  margin: 0;
  margin-right: 25px;
  color: #ff9200;
  font-size: 18px;
  line-height: 25px;
}

.property_content_box_right .property_form_right {
  margin: 4vw 0 2vw;
}

.property_content_box_left .form__item .form_item_area {
  margin-top: 5vw;
}

.property_content_box_left .form__item .form_item_season {
  align-items: flex-start;
  margin-top: 5vw;
}

.property_content_box_left .form__item .form_inquiry_box {
  margin-top: 5vw;
}

.ikkatsusatei_button {
  padding: 0 0 5vw;
  background: #fff;
}

.form_text_box {
  margin-top: 24px;
}

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

個人情報入力 1カラム

***************************************/
.property_content_single {
  width: 100%;
  padding: 0;
  position: relative;
  background: #fff;
  border-bottom: none;
}

.property_content_box_single {
  width: 100%;
  padding: 0 0 10vw;
  margin: 0 auto;
  background: #fff;
}

.property_content_box_single_title {
  background: #0f2888;
}

/* カンタン60秒タイトル */
.property_content_title {
  padding: 20px 20px 30px;
}

.property_content_title img {
  margin: 0 auto;
}

.property_content_title_text--sec {
  margin: 0 auto 12px;
  max-width: 80%;
}

.property_content_box_single .form__item {
  width: 100%;
  margin: 0;
  padding: 0 10px;
}

.property_content_box_single .form__item .form_item_area {
  margin-top: 5vw;
}

.property_content_box_single .form__required,
.property_content_box_single .form__optional {
  font-size: 14px;
  width: 50px;
}

.property_content_box_single .form__item-name {
  display: inline-flex;
  font-weight: bold;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 4vw -1px 2.5vw;
  width: auto;
}

.property_content_box_single .form__item-name-txt {
  width: auto;
  margin: 0;
  margin-right: 15px;
  color: #00b7d4;
  font-size: 18px;
  line-height: 6vw;
}

.property_content_box_single .form__item-body {
  margin: 0;
  width: 100%;
}

.property_content_box_single .form__item-body input {
  width: 100%;
  height: 14vw;
  font-size: 5vw;
  line-height: 13vw;
  padding-left: 5vw;
  background: #fff;
  color: #000;
  border: 3px solid #d2d2d2;
}

.property_content_box_single .form__item-body input::placeholder {
  color: #4f4f4f;
  letter-spacing: -0.2px;
}

.property_content_box_single .form__item-body input:focus::placeholder {
  color: #bf8f9d;
}

.property_content_box_single .form__select-wrap {
  display: block;
}

.property_content_box_single .form__select {
  padding: 0 0 0 5vw;
  width: 100%;
  height: 17.335vw;
  line-height: 16vw;
  letter-spacing: -0.5vw;
  font-size: 5vw;
  /*color: #d2d2d2;*/
  background: #fff;
  border: 3px solid #d2d2d2;
}

.text_clR {
  color: #f00;
}

textarea::placeholder {
  color: #d2d2d2;
  font-size: 5vw;
  letter-spacing: -0.5vw;
}

textarea:focus::placeholder {
  color: #333;
  line-height: 13vw;
}

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 {
  border-color: #ff0000;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #ff0000;*/
  outline: 0 none;
  background: #fddfe9 !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: #bf8f9d;
}

.property_content_box_right .form__item-body input:focus::placeholder {
  color: #bf8f9d;
}

option::selected {
  color: #000 !important;
}

@keyframes colorRandam {
  0% {
    border: 3px solid #ff0000;
  }
  50% {
    border: 3px solid #ff9200;
  }
  100% {
    border: 3px solid #ff0000;
  }
}

.shokai_container_area {
  background: #fff;
}

.shokai__title-box {
  padding: 0;
  margin: 0;
}

.shokai__title {
  background: url(../img/s/ikkatsusatei/shokai_title.png) center/contain no-repeat;
  height: 42.8vw;
  width: 100%;
  margin: 13vw 0 12vw;
}

.shokai__cont-title {
  background: #040f40 url(../img/s/ikkatsusatei/shokai_title_leaseback.png) center/100% auto no-repeat;
  height: 23.333333333333332vw;
}

.shokai_text_area {
  margin-bottom: 8vw;
  font-weight: bold;
}

.consultation__item_sec {
  width: 98%;
  margin: 0 auto;
  position: relative;
}

.consultation__item_sec .consultation__phone-link {
  width: 100%;
  padding: 15px 20px 10px;
  border-radius: 10px;
  background: #00b5d3;
  display: block;
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
}

.consultation__item_sec .consultation__num {
  align-items: center;
  border-bottom: 2px solid #fff;
  display: inline-flex;
  font-weight: 600;
  font-size: 10vw;
  justify-content: center;
  line-height: 1.2;
  margin: 0 0 5px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}

.consultation_container_area {
  padding: 0 15px;
}


/* form */
.contact {
  padding: 12vw 0 0;
}
.consultation__opentime-txt {
  font-size: 3.5vw;
}
.simulator_container {
  margin: 50px auto 0;
}
.simulator_container .consultation__phone {
  margin: 20px auto 0;
}
.simulator_container .consultation__item {
  margin: 0 auto;
}

.form__submit {
  border: none;
  border-radius: 10px;
  box-shadow: 0 8px 0 #b8d1ff;
  background: linear-gradient(0deg, #ec4300 55%, #f4ad02 100%) top center/200% auto;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  overflow: hidden;
  padding: 15px 0 15px;
  position: relative;
  top: 0;
  transition: 0.3s cubic-bezier(0.78, 0.76, 0.28, 0.98);
  transform: scale(1);
  width: 55%;
  margin: 0 auto;
  display: block;
}
.phase_wrap {
  margin: 0;
  padding: 0;
  display: block;
}
.phase_wrap img {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}
.ikkatsusatei_wrap {
  padding: 0 0 5vw;
  position: relative;
}
.property_content_box_left::before {
  content:'';

}
.ikkatsusatei_button .consultation__1min:before {
  display: none;
}
.property_content_box_left h3 {
  color: #00b7d4;
  padding: 3vw 0 3vw 15vw;
  font-weight: bold;
  border-bottom: 5px solid #00b7d4;
  font-size: 24px;
  position: relative;
  background: #fff;
}
.property_content_box_left h3::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/s/ikkatsusatei/sprite_icon.png) -9% 1vw/7.5rem no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 2vw;
}
.property_content_box_left .property_form_left .form__radio-box textarea {
  height: 14vw;
}
.back_btn {
  border: none;
  color: #fff;
  background: none;
  position: absolute;
  top: 22vw;
  font-size: 3.5vw;
}
.back_btn.consultation__btn:after {
  display: none;
}
.back_btn.consultation__btn:hover {
  top: 20px;
}
.back_btn .consultation__1min:after {
  border: transparent;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  content: '';
  display: inline-block;
  height: 2.66vw;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 7.33vw;
  transform: rotate(-45deg);
  width: 2.66vw;
}
.property_content_box_left_title {
  position: relative;
}
.question_info {
  color: #000;
  display: inline-block;
  font-size: 3vw;
  height: 8vw;
  line-height: 9vw;
  margin: -10px 0 0 0;
  padding: 0 10px;
  background: #fff;
}

.question_info_count {
  color: #ec548a;
  font-size: 4vw;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

/* header_info_mask */

.info_mask {
  background: #fff;
  width: 50%;
}
.info_mask.header__info {
  padding: 10px 8px 0;
}
.info_mask.header__info__inner {
  border-bottom: 1px solid #00238c;
}
.info_mask .tel__num {
 color: #00238c;
}
.info_mask .header__info__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 4vw;
  padding: 0 0 1vw;
  border-bottom: 1px solid #00238c;
}
.info_mask .header__info__inner:before {
  background-image: url(../img/s/ikkatsusatei/sprite.png);
  background-position: -8vw -14.3vw;
  background-size: 21vw;
  margin-right: 1vw;
  height: 5.9vw;
  width: 5.9vw;
}
.info_mask .tel__opentime {
  background: url(../img/header_info_sec.png) left center/40vw auto no-repeat;
  width: 95%;
  margin: 0 auto;
}
.consultation__num:before {
  content: '';
  display: block;
  margin-right: 1.6vw;
  background-image: url(../img/s/ikkatsusatei/sprite.png);
  background-position: -52px -87px;
  width: 35px;
  height: 35px;
  background-size: 130.5px 122.5px;
}

/* 個人情報入力 - 都道府県セレクトボックス */
.property_content_box_right .form__select {
  padding: 0 0 0 5vw;
  width: 100%;
  height: 17.335vw;
  line-height: 16vw;
  font-size: 5vw;
  letter-spacing: -0.5vw;
  color: #d2d2d2;
  background: #fff;
  border: 3px solid #d2d2d2;
}

.stepbar {
  display: flex;
  width: 100%;
  margin: 0 auto 15px;
  padding: 0;
  list-style: none;
  justify-content: space-around;
  position: relative;
  z-index: 1;
}

.stepbar__item {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 50px;
  letter-spacing: -0.1em;
  margin: 0 1px;
  background: #040f40;
}

/* 重なり順を設定 */
.stepbar__item:nth-child(1) {	z-index: 4 }
.stepbar__item:nth-child(2) { z-index: 3 }
.stepbar__item:nth-child(3) { z-index: 2 }
.stepbar__item:nth-child(4) { z-index: 1 }
.stepbar__item:first-child { margin-left: 0; }
.stepbar__item:last-child { margin-right: 0; }


.stepbar__item:not(:first-child)::before {
  position: absolute;
  content: "";
  top: 0;
  left: 1px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 0;
  border-bottom: 25px solid transparent;
}

.stepbar__item:not(:first-child)::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 0;
  border-bottom: 25px solid transparent;
  border-left: 10px solid #fff;
}

.stepbar__item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #b7bdd7;
  font-size: 17px;
  font-weight: bold;
}

.stepbar__item-inner--current {
	background: transparent;
	color: #fff;
}

.stepbar_item-del:before {
  display: none;
}

.stepbar__item:not(:last-child) .stepbar__item-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 0;
  border-bottom: 25px solid transparent;
  border-left: 10px solid #040f40;
}

.stepbar__item:not(:last-child) .stepbar__item-inner::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(100% - 0px);
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 0;
  border-bottom: 25px solid transparent;
  border-left: 10px solid #b7bdd7;
}

.stepbar__item:not(:last-child) .stepbar__item-inner--current::after {
	display: none;
}

.phone_numbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone__hyphen {
  text-align: center;
  display: block;
  background: #000;
  height: 2px;
  margin: 0px 5px;
  width: 40px;
}
.qa__list {
    display: block;
  }
  

}
