@charset "UTF-8";

/**
 * みんなの新築計画 PC index_hajime.css
 *
 * # common
 *
 * # layout
 *
 * # mainimage
 *
 * # 今すぐ無料で相談する
 *
 * # メリット
 *
 * # 専用プラン
 *
 * # 資金計画
 *
 * # 土地探し
 *
 * # こんなことありませんか
 *
 * # 選ばれている理由
 *
 * # お客様の声
 *
 * # 3つの約束
 *
 * # 4ステップ
 *
 * # よくあるご質問
 *
 * # 実例集
 *
 * # v2 20181114
 *
*/


/* common
   ----------------------------------------------------------------- */
/*背景のあるタイトル*/
.column-ttl-bg {
  position: relative;
  height: 350px;
  background-image: url(../images/parts/bg_column_ttl.png);
  background-repeat: no-repeat;
  background-size: 1366px 360px;
  background-position: top center;
  background-color: #3d2c19;
}

/* #layout
   ----------------------------------------------------------------- */
/* 今すぐ無料で相談する
----------------------- */
.l-contact-btn01 {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0;
}

.l-contact02 {
  height: 535px;
  padding-top: 30px;
  background-image: url(../images/contact/bg_counseling.png);
  background-repeat: no-repeat;
  background-position: top center;
}

/* 本題
----------------------- */
.l-mainimage {
  padding: 47px 0 0;
  text-align: center;
  background-image: url(../images/top_v2/mainimage/bg_mainimage.jpg);
  background-repeat: repeat-x;
  background-size: auto 979px;
}
.l-mainimage .mainimg-jisseki  {
  width: 100%;
  margin: -20px auto 0;
  padding: 35px 0;
  text-align: center;
  background: rgba(255,255,255,.89);
}

/* 建築実例スライド */
.l-case-v2-scroll {
  padding: 40px 0 0;
  background-color: #F5EDD3;
}
.case-ttl-v2-scroll {
  position: relative;
  width: 915px;
  padding: 20px 0 0 180px;
  margin: 0 auto 50px;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  color: #5A4424;
}
.case-ttl-v2-scroll::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 147px;
  height: 118px;
  background: url("../images/top_v2/case/img_consultation.png") no-repeat 0 0 / contain;
}
.case-ttl-v2-scroll span {
    color: #F85F3B;
}

.fv-case-list {
  width: 960px;
  display: flex;
  gap: 20px;
  padding: 0 20px 20px;
  margin: 0 auto;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scrollbar-width: none;
}
.fv-case-list li {
  width: 356px;
  flex-shrink: 0;
  white-space: normal;
}
.fv-case-list li a {
  position: relative;
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #5A4633;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 13px -4px #B1B1B1;
}
.fv-case-list-pic {
  margin-bottom: 20px;
}
.fv-case-list-txt {
  margin-bottom: 20px;
  padding: 0;
  font-size: 18px;
  line-height: 1.44;
  font-weight: 600;
}
.fv-case-list-name {
  font-size: 14px;
  padding: 15px 0 0;
  border-top: 1px solid #5A4633;
  line-height: 1.5;
}


/* ドット */
.example-slide-dots {
  width: 100%;
  padding: 30px 0 60px 0;
  margin: 0;
  font-size: 0;
  text-align: center;
}

.example-slide-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
  background-color: #d3b381;
  border-radius: 50%;
}

.example-slide-dots li.active {
  background-color: #1fba39;
}

.bg-arrow {
    /* margin-top: -0.1vw; */
    width: 100%;
}
.img-suppurt {
  background-color: #F5EDD3;
  padding-bottom: 60px;
}

/* 建築実例スライド */
.case-v2-item-scroll {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.case-v2-item-scroll-a {
  display: block;
  text-decoration: none;
  color: #333;
}
.case-v2-body-scroll {
  padding: 20px;
}
.case-v2-head-scroll {
  display: flex;
  align-items: center;
}
.case-v2-ico-scroll {
  width: 80px;
  margin-right: 10px;
}
.case-v2-name-scroll {
  width: 215px;
  margin-right: 10px;
  font-size: 17px;
  line-height: 1.533;
}
.case-v2-bottom-scroll {
  width: 30px;
  height: 40px;
  background: url("/sp/images/top_v2/case_v2/ico_arrow.svg") no-repeat 0 0 / contain;
}
.case-v2-img-scroll {
  position: relative;
  overflow: hidden;
  height: 189px;
}
.case-v2-tag-scroll {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 1;
}
.case-v2-tag-scroll li {
  padding: 5px 10px;
  background-color: #eee;
  border-radius: 10px;
}
.case-v2-tag-scroll li:nth-of-type(1) {
  color: #22b53d;
  background-color: #e3f3e7;
}
.case-v2-tag-scroll li:nth-of-type(2) {
  color: #22b53d;
  background-color: #e3f3e7;
}
.case-v2-tag-scroll li:nth-of-type(3) {
  color: #bf8642;
  background-color: #fcf3c1;
}
.pic-case-v2-scroll {
  height: auto;
  width: 100%;
}
.example-slide-wrap {
  width: 960px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  font-size: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.example-slide-wrap::-webkit-scrollbar {
    display: none;
}

.example-slide {
  position: relative;
  display: inline-block;
  width: 390px;
  vertical-align: top;
  white-space: normal;
}

.example-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.example-slide-txt {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.54;
}




/* 声タブ中身・ご感想 */
.example-slide-wrap-voice {
  position: relative;
  display: flex;
  width: 930px;
  margin: 0 auto;
  gap: 20px;
  padding: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  font-size: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.example-slide-wrap-voice::-webkit-scrollbar {
    display: none;
}


.voice-v2-item {
  display: flex;
  flex-direction: column;
  width: 320px;
  flex-shrink: 0;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.08);
  border-radius: 10px;
  overflow: hidden;
}
.voice-v2-head {
  padding: 20px;
}
.voice-v2-star-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  line-height: 1;
}
.voice-v2-star {
  font-size: 14px;
  color: #f3ad3d;
}
.voice-v2-date {
  font-size: 14px;
  color: #929292;
}
.voice-v2-ttl {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.25;
  font-family: NotoSansJP-bold;
}
.voice-v2-txt {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0;
}
.l-voice-v2-bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid #eee;
}
.voice-v2-bottom {
  position: relative;
  padding: 20px;
  font-size: 14px;
  line-height: 1;
}
.voice-v2-person {
  font-size: 14px;
  margin: 0 20px 20px 0;
}
.voice-v2-dl {
  display: flex;
  margin:  0 0 5px;
}
.voice-v2-dl dt {
  margin: 0;
  color: #929292;
}
.voice-v2-dl dt::after {
  content: "：";
}
.voice-v2-dl dd {
  margin: 0;
}

.easy-plan {
  position: relative;
  z-index: 1;
  width: 828px;
  margin: 30px auto 60px;
}














.l-case-slider {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  background-color: #f1e8d5;
}

.l-merit {
  width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}

.l-problem {
  position: relative;
  width: 800px;
  margin: 80px auto 65px;
}

.l-vice {
  width: 960px;
  margin: 0 auto 80px;
}

.l-faq {
  width: 960px;
  margin: 0 auto 100px;
}

.l-case {
  width: 940px;
  margin: 0 auto 20px;
}



/*枠になってる*/
.l-send,
.l-reason,
.l-promise,
.l-step {
  position: relative;
  padding: 14px;
  border-radius: 10px;
  border: 2px solid #835900;
  background-color: #f1e8d5;
}

.l-send {
  position: relative;
  width: 960px;
  margin: -62px auto 64px;
}

.l-reason {
  width: 900px;
  margin: -83px auto 64px;
}

.l-promise {
  width: 900px;
  margin: -80px auto 0;
}

.l-step {
  width: 900px;
  margin: -83px auto 0;
}



/* 今すぐ無料で相談する
   ----------------------------------------------------------------- */
/* 01 土地はあるので…
----------------------- */
.contact-btn-catch01 {
  position: relative;
  width: 520px;
  margin: 0 auto 32px;
  font-size: 26px;
  color: #4b3300;
  line-height: 1.62;
  text-align: center;
}

.contact-btn-catch01:before {
  content: url('../images/contact/ico_catch_left.png');
  position: absolute;
  top: -6px;
  left: 5px;
}

.contact-btn-catch01:after {
  content: url('../images/contact/ico_catch_right.png');
  position: absolute;
  top: -6px;
  right: -5px;
}

.contact-btn01 {
  display: block;
  width: 664px;
  margin-left: 126px;
}


/* 02 本当に住みたい家
----------------------- */
.contact-btn-catch02 {
  margin-bottom: 30px;
  text-align: center;
}

.contact-btn02 {
  display: block;
  width: 420px;
  margin: auto;
}


/* mainimage
   ----------------------------------------------------------------- */
/* スライダー
----------------------- */
.slick-list { overflow: visible;}

.case-slider {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}

.case-slider:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 880px;
  width: 2500px;
  height: 200px;
  background-color: rgba(255,255,255,0.7);
}

.case-slider:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 880px;
  width: 2500px;
  height: 200px;
  background-color: rgba(255,255,255,0.7);
}

.case-slider-item {
  padding: 0 5px;
  text-align: center;
}

.case-slider-item a {
  display: block;
}



/* 矢印
----------------------- */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 24px;
  padding: 0;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent;
}


/*左*/
.slick-next {
  right: 205px;
  background-image: url(../images/top/case/ico_arrow_right.png);
}

[dir='rtl'] .slick-next {
  right: auto;
  left: 205px;
}

[dir='rtl'] .slick-next:before { content: url('../images/top/case/ico_arrow_right.png');}



/*右*/
.slick-prev {
  left: 205px;
  background-image: url(../images/top/case/ico_arrow_left.png);
}

[dir='rtl'] .slick-prev {
  right: 205px;
  left: auto;
}

[dir='rtl'] .slick-prev:before { content: url('../images/top/case/ico_arrow_left.png');}





/* メリット
   ----------------------------------------------------------------- */
.merit-ttl {
  position: relative;
  z-index: 1;
  margin: -25px 0 -20px 57px;
}


/*3つ*/
.merit-list { margin: 0 -7px 47px -7px;}

.merit-list-item {
  position: relative;
  z-index: 1;
  float: left;
  margin-left: 14px;
}

.merit-list-item:first-child { margin-left: 0;}




/* 3つの無料提案
   ----------------------------------------------------------------- */
.send-ttl {
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.send { background-color: #fff;}

.send-inner { padding: 0 34px 132px;}
.send-inner-v2 { 
  padding: 34px;
}

.send-inner-btm { padding: 30px;}



/*txt*/
.send-txt {
  padding: 0 10px;
  margin-bottom: 38px;
  font-size: 20px;
  line-height: 2;
}


.send-txt-v2 {
  padding: 0 10px;
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 1.89;
}


/*ポイント*/
.send-point {
  background-color: #f5edd3;
  border-radius: 10px;
}

.send-point-ttl {
  position: relative;
  padding: 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  background-color: #ecdfb5;
  border-radius: 10px 10px 0 0;
}
.send-point-ttl::before {
  content: "";
  position: absolute;
  top: -45px;
  right: -20px;
  width: 74px;
  height: 74px;
  background: url("../images/top_v2/parts/ico_point.png") no-repeat 0 0 /contain;
}


.send-point-inner { padding: 24px 30px;}

.send-point-txt {
  font-size: 15px;
  line-height: 1.8;
}


/* 専用プラン
----------------------- */
.plan-ttl { margin: -74px 0 46px;}
.plan-ttl-v2 { 
  width: 960px;
  margin: 0 auto;
}

.plan-img {float: left;}

.plan-img-v2 {
  float: left;
  margin-top: -12px;
}



.plan-detail {
  float: right;
  width: 450px;
  margin-top: 13px;
}


/*ポイント　画像*/
.plan-partner {
  margin: 0;
  text-align: center;
}



/* 資金計画
----------------------- */
.financial-ttl { margin: -74px 0 41px;}
.financial-ttl-v2 {   
  width: 960px;
  margin: 0 auto;
}


.financial-detail {
  float: right;
  width: 400px;
  margin-top: 10px;
}

.financial-img { float: right;}

.financial-img-v2 {
  float: left;
  margin-top: 5px;
}
.financial-img02-v2 {
  position: relative;
  display: block;
  margin: 0 auto;
}



/* 土地探し
----------------------- */
.land-ttl { margin: -74px 0 45px;}
.land-ttl-v2 { 
  width: 960px;
  margin: 0 auto;
}

.land-img { float: left;}

.land-img-v2 {
  float: left;
  margin-top: 5px;
}

.land-detail {
  position: relative;
  float: left;
  width: 400px;
  margin: 10px 0 0 40px;
}
.land-detail::before {
  content: "";
  position: absolute;
  bottom: -200px;
  right: -20px;
  width: 149px;
  height: 251px;
  background: url("../images/top_v2/land/img_land02.png") no-repeat 0 0 / contain;
}


/*ポイント　画像*/
.land-fee { margin: -11px 0 11px 0;}




/* こんなことありませんか
   ----------------------------------------------------------------- */
.problem-ttl { margin: 0 0 42px 113px;}
.problem-ttl-v2 { margin: 0 0 33px 113px;}


.problem-ttl-allow {
  position: absolute;
  z-index: 1;
  top: 90px;
  right: 40px;
}

.problem-ttl-allow-v2 {
  position: absolute;
  z-index: 1;
  top: 60px;
  right: 30px;
}



/*内容*/
.problem {
  padding: 70px 50px 0;
  margin-bottom: 50px;
  background-color: #f5edd3;
  border: 4px solid #ecdfb5;
  border-radius: 10px;
}

.problem-v2 {
  padding: 45px 45px 0;
  margin-bottom: 50px;
  background-color: #f5edd3;
  border: 4px solid #ecdfb5;
  border-radius: 10px;
}



/*リスト部分*/
.problem-list-bg {
  width: 680px;
  margin: 20px auto 0;
  padding: 5px;
  background-image: url(../images/top/problem/bg_problem.png);
}

.problem-list-bg-v2 {
  width: 680px;
  margin: 30px auto 0;
  padding: 5px;
  background-image: url(../images/top/problem/bg_problem.png);
}


.problem-list {
  padding: 40px 0 63px 45px;
  background-color: #fff;
}

.problem-list-v2 {
  padding: 40px 0 45px 45px;
  background-color: #fff;
}


.problem-list-item01 { margin-bottom: 67px;}
.problem-list-item02 { margin-bottom: 73px;}
.problem-list-item03 { margin-bottom: 63px;}

.problem-list-item01-v2 { margin-bottom: 38px;}
.problem-list-item02-v2 { margin-bottom: 54px;}
.problem-list-item03-v2 { margin-bottom: 37px;}



.problem-support-arrow {
  margin: -45px 0 -51px;
  text-align: center;
}

.problem-support-arrow-v2 {
  position: relative;
  z-index: 1;
  margin: -33px 0 -51px;
  text-align: center;
}


.problem-support { margin-left: -37px;}

.problem-support-v2 { margin: -31px 0 0 -57px;}



/* 選ばれている理由
   ----------------------------------------------------------------- */
.reason-ttl {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.reason {
  padding: 35px 35px 45px;
  background-color: #fff;
}

.reason-inner {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #d3b381;
}

.reason-inner:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}



/* ttl
----------------------- */
.reason-detail-ttl01,
.reason-detail-ttl02 {
  position: relative;
  padding: 18px 0 30px 105px;
  margin-bottom: 45px;
  font-size: 40px;
  line-height: 1;
}


/*1*/
.reason-detail-ttl01:before {
  content: url('../images/top/reason/ico_reason01.png');
  position: absolute;
  top: 0;
  left: 0;
}


/*2*/
.reason-detail-ttl02:before {
  content: url('../images/top/reason/ico_reason02.png');
  position: absolute;
  top: 0;
  left: 0;
}



/*3*/
.reason-detail-ttl03 {
  position: relative;
  padding-left: 105px;
  margin: -10px 0 29px;
  font-size: 38px;
  line-height: 1.53;
}

.reason-detail-ttl03:before {
  content: url('../images/top/reason/ico_reason03.png');
  position: absolute;
  top: 9px;
  left: 0;
}


/*ポイントテキスト*/
.reason-point01,
.reason-point02,
.reason-point03 {
  position: relative;
  display: inline-block;
  color: #f85f3b;
}

.reason-point01:before,
.reason-point02:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: url(../images/top/reason/bg_reason.png);
}


.reason-point03:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: url(../images/top/reason/bg_reason.png);
}


/* 説明文
----------------------- */
.reason-img { float: right;}


.reason-detail01 {
  float: left;
  width: 380px;
  min-height: 240px;
  margin-top: -8px;
}

.reason-detail02,
.reason-detail03 {
  float: left;
  width: 380px;
  min-height: 240px;
  margin-top: -7px;
}


/*txt*/
.reason-txt01 {
  font-size: 17px;
  margin-bottom: 34px;
  padding: 0 10px;
  line-height: 1.89;
}

.reason-txt02 {
  margin-bottom: 39px;
  padding: 0 10px;
}

.reason-txt03 {
  margin-bottom: 29px;
  padding: 0 10px;
}



/*こんな方へ*/
.reason-recommend01 {
  position: relative;
  margin-top: 41px;
  padding: 30px 23px 18px;
  background-color: #f5edd3;
  border-radius: 5px;
}


.reason-recommend02,
.reason-recommend03 {
  position: relative;
  padding: 40px 23px 29px;
  background-color: #f5edd3;
  border-radius: 5px;
}

.reason-recommend-list { line-height: 1;}

.reason-recommend-list li { 
  font-size: 15px;
  margin-bottom: 12px;
}

.reason-recommend-ico {
  position: absolute;
  top: -10px;
  right: -10px;
}




/* お客様の声
   ----------------------------------------------------------------- */
/*ttl*/
.voice-ttl-area {
  position: relative;
  width: 940px;
  margin: auto;
}

.voice-catch {
  position: absolute;
  top: 243px;
  left: 288px;
  right: 0;
  margin: auto;
  font-size: 20px;
  line-height: 1;
}



/* 内容
----------------------- */
.voice {
  width: 900px;
  margin: auto;
  padding: 20px;
  background-color: #ffe156;
}

.voice-inner {
  overflow: hidden;
  margin: 0 -14px -14px 0;
}

.voice-case {
  position: relative;
  float: left;
  width: 423px;
  height: 360px;
  margin: 0 14px 14px 0;
  padding: 38px 40px 0;
  background-color: #f9f3e2;
}

.voice-case-txt { line-height: 1.89;}



/*ttl*/
.voice-case-ttl01,
.voice-case-ttl02,
.voice-case-ttl03,
.voice-case-ttl04 {
  margin-bottom: 39px;
  font-size: 20px;
  line-height: 1.8;
  color: #956600;
  font-weight: 300;
}


/*01*/
.voice-case-thumb01 {
  position: absolute;
  top: 40px;
  left: 40px;
}

.voice-case-ttl01 { padding-left: 100px;}


/*02*/
.voice-case-thumb02 {
  position: absolute;
  top: 40px;
  left: 44px;
}

.voice-case-ttl02 { padding-left: 98px;}


/*03*/
.voice-case-thumb03 {
  position: absolute;
  top: 40px;
  left: 43px;
}

.voice-case-ttl03 { padding-left: 100px;}


/*04*/
.voice-case-thumb04 {
  position: absolute;
  top: 40px;
  left: 46px;
}

.voice-case-ttl04 { padding-left: 98px;}


/* 家づくり実例紹介
----------------------- */
.l-case-v3 {
  padding: 30px 0 80px;
  background: #594D40 url("../images/top_v2/case/bg_case.jpg") no-repeat 0 0 / cover;
}
.case-v3-ttl {
  width: 960px;
  margin: 0 auto;
}
.case-v3-list {
  width: 960px;
  margin: 0 auto;
  display: flex;
  gap: 30px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-v3-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 475px;
  padding: 30px 15px;
  background-color: #FFFCF6;
  border-radius: 10px;
}
.case-v3-headwrap {
  min-height: 122px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 10px 20px;
  border-bottom: 1px solid #473000;
}
.case-v3-headline {
  padding: 0 0 0 25px;
  font-size: 22px;
  line-height: 1.43;
  color: #DC4A4A;
}
.case-v3-thumb {
  text-align: center;
}
.case-v3-name {
  margin-top: 5px;
  font-size: 10px;
}
.case-v3-txt {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 10px 20px;
}
.case-v3-pic-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.case-v3-pic-wrap figure {
  width: 218px;
  margin: 0;
  padding: 0;
}
.case-v3-pic-wrap figcaption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.36;
}


/* 3つの約束
   ----------------------------------------------------------------- */
.promise-true-ttl {
  text-align: center;
  background-color: #fff;
}

.promise {
  padding: 0 35px 25px;
  background-color: #fff;
}

.promise-ttl { margin-top: -82px;}



/*約束*/
.promise-list { line-height: 1;}

.promise-list-item {
  position: relative;
  margin-bottom: 20px;
  padding: 45px 35px 45px 160px;
  border: 1px solid #fda3a0;
  border-radius: 5px;
  background-color: #fffaee;
} 

.promise-list-ico {
  position: absolute;
  top: 60px;
  left: 40px;
}

.promise-list-item-txt {
  font-size: 30px;
  line-height: 1.8;
}



/* 4ステップ
   ----------------------------------------------------------------- */
.step-ttl {
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}


.step {
  padding: 44px 35px 0;
  background-color: #fff;
}


/* 内容
----------------------- */
/*枠*/
.step-inner01 { padding-bottom: 43px;}

.step-inner02 {
  position: relative;
  padding: 58px 0;
  border-top: 2px solid #d3b381;
}

.step-inner03 {
  position: relative;
  padding: 58px 0 48px;
  border-top: 2px solid #d3b381;
}

.step-inner04 {
  position: relative;
  padding: 58px 0 41px;
  border-top: 2px solid #d3b381;
}


.step-inner02:before,
.step-inner03:before,
.step-inner04:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 19.5px 0 19.5px;
  border-color: #d3b481 transparent transparent transparent;
}


.step-inner02:after,
.step-inner03:after,
.step-inner04:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 19.5px 0 19.5px;
  border-color: #fff transparent transparent transparent;
}



/*説明部分*/
.step-inner-detail {
  position: relative;
  float: left;
  width: 605px;
}

/*ttl*/
.step-detail-ttl01,
.step-detail-ttl02,
.step-detail-ttl03,
.step-detail-ttl04 {
  position: relative;
  padding-left: 100px;
  margin-bottom: 33px;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 300;
}


/*1*/
.step-detail-ttl01:before {
  content: url('../images/top/step/ico_step01.png');
  position: absolute;
  top: 0;
  left: 0;
}


/*2*/
.step-detail-ttl02:before {
  content: url('../images/top/step/ico_step02.png');
  position: absolute;
  top: 0;
  left: 0;
}


/*3*/
.step-detail-ttl03:before {
  content: url('../images/top/step/ico_step03.png');
  position: absolute;
  top: 0;
  left: 0;
}


/*4*/
.step-detail-ttl04:before {
  content: url('../images/top/step/ico_step04.png');
  position: absolute;
  top: 0;
  left: 0;
}


.step-point { color: #956600;}


/*txt*/
.step-detail-txt { padding: 0 30px 0 100px;}


/*画像*/
.step-detail-img01 {
  float: right;
  margin: -15px -3px 0 -43px;
}

.step-detail-img02 {
  float: right;
  margin-left: -7px;
}

.step-detail-img03 {
  float: right;
  margin: -11px -1px 0 0;
}

.step-detail-img04 {
  float: right;
  margin-left: -7px;
}

.step-detail-applicant {
  position: absolute;
  bottom: 0;
  left: 10px;
}


/* よくあるご質問
   ----------------------------------------------------------------- */
/*ttl*/
.faq-ttl-area {
  position: relative;
  width: 940px;
  margin: auto;
}

.faq-catch {
  position: absolute;
  top: 243px;
  left: 263px;
  right: 0;
  margin: auto;
  font-size: 20px;
  line-height: 1;
}


/* 内容
----------------------- */
.faq {
  width: 900px;
  margin: auto;
  padding: 20px;
  background-color: #ffe156;
}

.faq-inner {
  margin-top: 20px;
  background-color: #f9f3e2;
}

.faq-inner:first-child { margin-top: 0;}



/*Q*/
.faq-q {
  position: relative;
  padding: 14px 0 14px 101px;
  font-size: 34px;
  line-height: 1;
  font-weight: 300;
}

.faq-q:before {
  content: url('../images/top/faq/ico_q.png');
  position: absolute;
  top: 0;
  left: 10px;
}


/*A*/
.faq-a {
  padding: 0 20px;
  margin-bottom: 31px;
  line-height: 1.89;
}

.faq-case-txt { margin-bottom: 36px;}



/* エピソード
----------------------- */
.faq-episode {
  position: relative;
  margin-top: 41px;
  padding: 47px 40px 9px;
  background-color: #fff;
}

.faq-episode-ico {
  position: absolute;
  top: -34px;
  right: -33px;
}



/*ttl*/
.faq-episode-ttl {
  position: relative;
  margin-bottom: 51px;
  padding: 0 55px 49px 0;
  font-size: 32px;
  line-height: 1.63;
  font-weight: 300;
  border-bottom: 2px solid #d3b381;
}

/* .faq-episode-img {
  position: absolute;
  bottom: 6px;
  left: -7px;
} */


.faq-episode-ttl:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 19.5px 0 19.5px;
  border-color: #d3b481 transparent transparent transparent;
}


.faq-episode-ttl:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 19.5px 0 19.5px;
  border-color: #fff transparent transparent transparent;
}

.faq-v2-answer {
  display: none;
  padding: 0 30px 30px;
}
.faq-v2-item {
  position: relative;
  padding: 30px;
  cursor: pointer;
}
.faq-episode-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* アコーディオンのアイコン */
.faq-v2-accordion-ico {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 30px;
  height: 30px;
}
.faq-v2-accordion-ico::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #383129;
  border-radius: 1px;
  transition: all .3s;
}
.faq-v2-accordion-ico::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 100%;
  background-color: #383129;
  border-radius: 1px;
  transition: all .3s;
}
.accordion-close.faq-v2-accordion-ico::before {
  opacity: 0;
}
.accordion-close.faq-v2-accordion-ico::after {
  transform: rotate(90deg);
}


/* 流れ
----------------------- */
.faq-flow-img {
  float: right;
  margin: -54px -2px 0 0;
}



.faq-flow {
  position: relative;
  margin-top: 39px;
  padding: 50px 50px 9px;
  background-color: #fff;
}

/*ttl*/
.faq-flow-ttl {
  margin-bottom: 31px;
  font-size: 24px;
  line-height: 1;
}

.faq-flow-point { color: #bf9439;}




/* 実例集
   ----------------------------------------------------------------- */
.case-ttl {
  margin-bottom: 60px;
  text-align: center;
}

.case {
  width: 900px;
  margin: auto;
}


/* リンクエリア
----------------------- */
.case-item {
  position: relative;
  margin-bottom: 182px;
}


.case-item a {
  color: #f85f3b;
  text-decoration: none;
}

.case-item a:hover {
  color: #ffa48e;
  text-decoration: underline;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}


/*詳細*/
.case-item-ico {
  position: absolute;
  top: 2px;
  left: 40px;
}

.case-item-detail {
  display: block;
  position: absolute;
  bottom: -102px;
  left: 0;
  right: 0;
  margin: auto;
  width: 600px;
  height: 259px;
  padding: 33px 40px 0;
  background-image: url(../images/top/case/bg_case.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.case-item-name {
  margin-bottom: 25px;
  line-height: 1;
  text-align: center;
}

.case-item-thumb {
  float: left;
  margin-right: 30px;
}

.case-item-txt {
  margin-top: 48px;
  font-size: 24px;
  line-height: 1.75;
}



/* # v2 20181114
   ----------------------------------------------------------------- */
/* 納得
----------------------- */
.l-easy {
  background-color: #F5EDD3;
  padding: 60px 0;
}
.l-consent {
  position: relative;
  width: 860px;
  margin: 0 auto 38px;
}
.l-consent::before {
  content: "";
  position: absolute;
  bottom: -58px;
  left: 20px;
  width: 270px;
  height: 100px;
  background: url("/shinchiku/images/top_v2/voice/ttl_voice.png") no-repeat 0 0 / contain;
}

.consent-txt-area {
  float: left;
  width: 450px;
}

.consent-ttl {
  margin: -9px 0 27px;
  font-size: 30px;
  line-height: 1.4;
  color: #4b3300;
  font-weight: 600;
}

.consent-ttl-catch {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1;
  color: #1fba39;
  font-weight: 300;
}

.consent-txt {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.5;
}

.consent-img {
  float: right;
  margin-top: 4px;
}




/* # そもそも「おうちキャンバス」とは？
----------------------- */
.l-about-v2 {
  padding: 0 0 100px;
  background-color: #FDF9F4;
}
.about-v2-ttl {
  margin: 0 auto 60px;
  padding: 30px 0 60px;
  text-align: center;
  background-image: url(../images/parts/bg_column_ttl.png);
  background-repeat: no-repeat;
  background-size: 1366px 360px;
  background-position: top center;
  background-color: #3d2c19;
}
.aboout-v2-wrap {
  width: 970px;
  margin: 0 auto;
}
.aboout-v2-txtwrap {
  display: flex;
}
.about-v2-txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.4;
}
.about-v2-pic {
  margin-top: 70px;
}
.about-v2-list {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 70px;
}

/* # 家づくりをもっとわかりやすく、もっと安心に。
----------------------- */
.l-message {
  width: 960px;
  padding: 70px 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}
.message-ttl {
  position: relative;
  margin: 0 0 50px;
  text-align: center;
  line-height: 1;
}
.message-figure {
  text-align: center;
  margin: 0 0 70px;
}
.message-figure figcaption {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
}
.message-inner {
  padding: 0 60px;
  margin-bottom: 100px;
}
.message-inner p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.89;
}
.message-inner p .point {
  font-weight: bold;
  color: #CD4C4C;
}
.message-headline {
  margin: 50px 0;
  font-size: 26px;
  line-height: 1.54;
}
.message-headline .point {
  background: linear-gradient(transparent 60%, #FFF653 0%);
}

/* # おうちキャンバスでできること
----------------------- */
.l-service {
  width: 980px;
  margin: 0 auto 80px;
}
.service-ttl {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}
.service-list {
  width: 960px;
  list-style: none;
  padding: 70px;
  margin: 0 auto;
  background-color: #FFFBEE;
  border:2px solid #94731E;
  border-radius: 10px;
}
.service-list li {
  display: flex;
  justify-content: space-between;
}
.service-list li + li {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px dotted #333;
}
.service-list-wrap {
  display: flex;
  gap: 20px;
}
.service-headline {
  margin: 10px 0;
  font-size: 20px;
  line-height: 1.34;
  color: #BE9439;
}
.service-headline .ico {
  display: block;
}
.service-txt {
  font-size: 16px;
  line-height: 1.84;
}


.btn-cta-scroll {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}