@charset "UTF-8";
/* reset */
body {
  width: 100%;
  /*スマホで勝手に文字が大きくなる対策*/
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

/*Zen Maru Gothic bold*/
@font-face {
  font-family: 'Zen Maru Gothic';
  src: url(/fonts/ZenMaruGothic-Bold.ttf);
  font-weight: bold;
}
/*Noto Sans JP 400*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url(/fonts/NotoSansJP-Regular.ttf);
  font-weight: 400;
}
/*Noto Sans JP 500*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url(/fonts/NotoSansJP-Medium.ttf);
  font-weight: 500;
}
/*Noto Sans JP 700*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url(/fonts/NotoSansJP-Bold.ttf);
  font-weight: 700;
}
/*Noto Sans JP 900*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url(/fonts/NotoSansJP-Black.woff2) format('woff2');
  font-weight: 900;
}
/*Noto Sans JP 700*/
@font-face {
  font-family: 'Nunito';
  src: url(/fonts/Nunito-Bold.ttf);
  font-weight: 700;
}
.l-page {
  background-color: #fff;
}

[class$="__contTtl"] .contTtl__eng {
  font-size: 26px;
  font-weight: bold;
  font-family: "FOT-筑紫A丸ゴシック Std", sans-serif;
  line-height: 1.85;
  color: #F9C8A8;
  display: block;
  text-align: center;
  margin-top: 4px;
}
.loan-flow__contTtl span {
  color: #EEC796;
}

.trivia__contTtl span {
  color: #F9CDD8;
  letter-spacing: 0.01em !important;
  line-height: 1.42 !important;
}

.parts_customer_02 .more__btn a {
  padding: 4px 12px 0 0;
}




.repayment_ttl span {
  color: #F9CDD8;
  letter-spacing: 0.01em !important;
}

.message_ttl span {
  color: #DFD8B7;
  letter-spacing: 0.01em !important;
}

#contents {
  width: 100%;
  padding-bottom: 0;
}

.h1_section {
  display: none;
}

/* outline */
.l-page * {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.mainCatch {
  width: 100%;
  height: 640px;
  background: url(../images/mv_bg.jpg) no-repeat center / cover;
  padding: 80px 0 0;
}

.mainCatch__ttl {
  width: 700px;
  height: 340px;
  margin: 0 auto 50px;
}
.mainCatch__btnlist{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
[class*="mainCatch__btn--"]{
  width: 340px;
  height: 80px;
  color: #fff;
  font-family: 'Zen Maru Gothic';
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  border-radius: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
}
.mainCatch__btn--contact{
  background-image: url(../images/mv_btn1.png);
}
.mainCatch__btn--loan{
  background-image: url(../images/mv_btn2.png);
  color: #D2173E;
}

.mainCont {
  width: 100%;
}

[class$="__contWrap"] {
  width: 1140px;
  margin: 0 auto;
  padding: 100px 0;
}

[class*="__contTtl"] {
  font-size: 40px;
  font-weight: 500;
  color: #333;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 30px;
}

.dots{
  position: relative;
}
.dots::before{
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3B3937;
  position: absolute;
  top: -3px;
  left: 0.5em;
}

/*こんなお悩みはありませんか？*/
.cont-worry{
  position: relative;
}
.cont-worry::after{
  content: '';
  display: block;
  width: 270px;
  height: 70px;
  background: url(../images/worry_arrow.png) no-repeat center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.worry__contWrap{
  padding: 83px 0 100px;
}
.worry__contInner{
  display: flex;
  justify-content: space-between;
  gap: 37px;
  margin-top: 25px;
}
[class*="worry__item"] {
  width: 355px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 40px;
}
[class*="worry__item"]::after{
  content: '';
  display: block;
  width: 220px;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
}
.worry__item--01::after{
  background-image: url(../images/worry_img1.png);
}
.worry__item--02::after{
  background-image: url(../images/worry_img2.png);
}
.worry__item--03::after{
  background-image: url(../images/worry_img3.png);
}
.worry__txt{
  width: 100%;
  height: 172px;
  border-radius: 10px;
  font-size: 20px;
  padding: 56px 0 0;
  text-align: center;
  color: #5A5A5A;
}
.worry__item--01 .worry__txt{
  background: #FFF3E3;
}
.worry__item--02 .worry__txt{
  background: #FCF8ED;
}
.worry__item--03 .worry__txt{
  background: #F9F0DB;
}
.worry__txt span{
  color: #EF7000;
}

/*中古物件×リフォームであなたの理想が叶います！*/
.cont-dreams{
  background: #FFF3E3;
}
.dreams__contWrap{
  padding: 105px 0 100px;
}
.dreams__contInner{
  display: flex;
  justify-content: space-between;
  gap: 45px;
  margin-top: 25px;
}
[class*="dreams__item"] {
  width: 350px;
}
[class*="dreams__item"]::before{
  content: '';
  display: block;
  width: 220px;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 10px;
}
.dreams__item--01::before{
  background-image: url(../images/dreams_img1.png);
}
.dreams__item--02::before{
  background-image: url(../images/dreams_img2.png);
}
.dreams__item--03::before{
  background-image: url(../images/dreams_img3.png);
}
.dreams__info--ttl{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #EF7000;
  text-align: center;
  padding-bottom: 8px;
}
.dreams__info--txt{
  font-size: 16px;
  color: #3B3937;
}

/*そのリフォーム本当に大丈夫！？*/
.cont-trouble{
  background: #D22417;
}
.trouble__contTtl{
  height: 202px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 14px;
  background: url(../images/reform_ttl_bg.png) no-repeat center;
  margin-bottom: 87px;
}
.trouble__contTtl span{
  display: inline-block;
  padding: 9px 35px 16px;
  font-size: 54px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #D22417;
  background: #fff;
  border-radius: 10px;
}
.trouble__box{
  border-radius: 40px;
  border: 4px solid #fff;
  padding: 50px 70px 56px;
  position: relative;
}
.trouble__box--ttl{
  width: fit-content;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  background: #D22417;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 18px;
}
.trouble__list{
  counter-reset: trouble-counter;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 72px;
}
[class*="trouble__item"] {
  display: flex;
  flex-flow: column;
  gap: 2px;
  width: 460px;
  position: relative;
  counter-increment: trouble-counter;
}
[class*="trouble__item"]::before {
  content: counter(trouble-counter, decimal-leading-zero); /* 2ケタの番号を表示 */
  width: 107px;
  height: 62px;
  min-height: 62px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: 'Nunito';
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  background: url(../images/trouble_number_bg.png) no-repeat center;
  margin: 0 auto;
}
.trouble__inner{
  height: 100%;
  padding: 30px 34px 35px;
  border-radius: 10px;
  background: #fff;
}
.trouble__ttl{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #171717;
  text-align: center;
}
.trouble__ttl span{
  color: #1B548E;
}
.trouble__img{
  text-align: center;
}
.trouble__item--01 .trouble__img{
  margin: 27px 0 23px;
}
.trouble__item--02 .trouble__img{
  margin: 17px 0 24px;
}
.trouble__item--03 .trouble__img{
  margin: 20px 0 22px;
}
.trouble__item--04 .trouble__img{
  margin: 26px 0 18px;
}
.trouble__detail--item{
  font-size: 16px;
  font-weight: 500;
  color: #3B3937;
  text-indent: -16px;
  padding-left: 16px;
}
.trouble__detail--item::before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D2173E;
  margin-right: 6px;
  vertical-align: 4px;
}
.trouble__detail--item:not(:last-child){
  margin-bottom: 4px;
}

/*中古物件×リフォームならリレイションホームにお任せください！*/
.leave__list{
  margin-top: 25px;
}
[class*="leave__item"]{
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
[class*="leave__item"]:not(:last-child){
  margin-bottom: 60px;
}
[class*="leave__item"]:nth-child(even){
  justify-content: flex-start;
}
[class*="leave__item"]::before{
  content: '';
  display: block;
  width: 1040px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
}
[class*="leave__item"]:nth-child(odd)::before{
  right: 490px;
}
[class*="leave__item"]:nth-child(even)::before{
  left: 490px;
}
.leave__item--01::before{
  background-image: url(../images/leave_img1.png);
}
.leave__item--02::before{
  background-image: url(../images/leave_img2.png);
}
.leave__item--03::before{
  background-image: url(../images/leave_img3.png);
}
.leave__item--04::before{
  background-image: url(../images/leave_img4.png);
}
.leave__box{
  width: 630px;
  height: 270px;
  border-radius: 10px;
  border: 1px solid #EF7000;
  background: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 10px;
  padding: 0 60px;
  position: relative;
}
.leave__ttl{
  font-size: 24px;
  font-weight: 500;
  color: #EF7000;
}
.leave__txt{
  font-size: 16px;
  color: #3B3937;
}

/*よくある質問*/
.qa__list{
  width: 1050px;
  margin: 25px auto 80px;
}
.qa__item:not(:last-child){
  margin-bottom: 20px;
}
.q__box{
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.q__box::before{
  content: 'Q';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: #EF7000;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 7px;
}
.q__ttl{
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  background: #FFF3E3;
  font-size: 20px;
  font-weight: 500;
  color: #5B5B5B;
  position: relative;
}
.q__ttl::before,
.q__ttl::after{
  content: '';
  display: block;
  width: 18px;
  height: 3px;
  background: #EF7000;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
  transition: all 0.3s;
}
.q__ttl::after{
  transform: rotate(90deg);
}
.is-open .q__ttl::after{
  transform: rotate(0deg);
}
.a__box{
  display: none;
  padding: 17px 20px 20px 80px;
}
.a__text{
  font-size: 16px;
  line-height: 1.875;
  color: #5B5B5B;
}
.a__text:not(:last-child){
  margin-bottom: 7px;
}
.a__text .bold{
  font-size: inherit;
  font-weight: bold;
}
.a__text .note{
  font-size: 12px;
}
.qa__bnr a {
    display: block;
    width: 800px;
    margin: 0 auto 5px;
}

/* スクロールバーが勝手に消えるのを防止 */
.simplebar-scrollbar,.simplebar-scrollbar:before {
  opacity: 1 !important;
}
/* スクロールバーの位置調整 */
.cont-scrollbar {
  position: relative;
}
.scroll_list {
  padding-bottom: 20px;
}
.simplebar-horizontal .simplebar-track.simplebar-scrollbar {
  bottom: 0;
}
.simplebar-horizontal .simplebar-track.simplebar-scrollbar:before {
  bottom: 0;
}

/* スクロールバーの色調整 */
.simplebar-track.simplebar-horizontal{
  background: #E9E9E9!important;
  border-radius: 10px;
  height: 10px;
}
.simplebar-track .simplebar-scrollbar:before {
  background-color: #CCCCCC;
  height: 20px;
}

.more__btn {
  width: 360px;
  margin: 31px auto 0;
}
.more__btn a {
  width: 360px;
  height: 60px;
  background-color: #D2173E;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 0;
  border-radius: 50px;
  display: flex;
  box-shadow: 1px 3px 10px rgba(0,0,0,0.2);
  justify-content: center;
  align-items: center;
}

.more__btn a:before {
  content: "";
  position: absolute;
  background: url(../images/trivia-arrow.png)no-repeat;
  width: 11px;
  height: 17px;
  top: 22px;
  right: 39px;
}