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

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

.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/ikkatsusatei/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__link {
  border-radius: 5px;
  color: #000;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 0 2px;
  text-align: center;
}

.pr__link:hover {
  color: #000;
  text-decoration: none;
}

.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/ikkatsusatei/fv_bg_ver2.jpg) center/cover no-repeat;
  padding: 17px 0 37px;
}

.fv__left {
  width: 57%;
}

.fv__title {
  background: url(../img/ikkatsusatei/fv_title_left.png) 100%/100% no-repeat;
  width: 100%;
  color: transparent;
  display: block;
  overflow: hidden;
  padding: 173px 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;
}

.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/ikkatsusatei/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: 97px;
  text-align: center;
  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/ikkatsusatei/shokai_title_leaseback.png) center/100% auto no-repeat;
}

.meritdemerit__cont-title {
  background: #040f40 url(../img/ikkatsusatei/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/ikkatsusatei/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/ikkatsusatei/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;
}

.concierge_content .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/ikkatsusatei/shokai_title_leaseback.png) center/100% auto no-repeat;
}

.meritdemerit__cont-title {
  background: #040f40 url(../img/ikkatsusatei/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/ikkatsusatei/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/ikkatsusatei/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/ikkatsusatei/contact_phone_man.jpg);
  height: 202px;
  width: 129px;
}

.contact-phone:after {
  background: url(../img/ikkatsusatei/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/ikkatsusatei/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/ikkatsusatei/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/ikkatsusatei/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;
}
