@charset "utf-8";
figure {
  position: relative;
}
sup {
  font-size: 10px;
}
.cap_br {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  color: #000;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  z-index: 5;
}

.mv_title {
  color: #7e0c1b;
  line-height: 1.5;
  font-size: 75px;
  font-size: clamp(5rem, 2.687rem + 3.008vw, 7.5rem);
}
.mv_title .mv_title_top {
  display: block;
  color: #000;
  line-height: 1.6;
  font-size: 34px;
  font-size: clamp(2.4rem, 1.475rem + 1.203vw, 3.4rem);
  letter-spacing: 0.1em;
}
.text_red {
  color: #7e0c1b;
}
.mv_title .mv_title_bottom {
  color: #000;
  display: block;
  font-size: 30px;
  font-size: clamp(2.2rem, 1.46rem + 0.963vw, 3rem);
  letter-spacing: 0.1em;
}

.mvCap {
  position: absolute;
  font-size: clamp(1.1rem, -0.661rem + 2.29vw, 1.4rem);
  font-size: 14px;
  letter-spacing: 0.1em;
  bottom: -28px;
  color: #fff;
	background-color: initial;
	z-index: 5;
}
.imgCap {
  position: absolute;
  font-size: 14px;
  font-size: clamp(1.1rem, -0.661rem + 2.29vw, 1.4rem);
  letter-spacing: 0.1em;
  bottom: -20px;
  right: 0;
  color: #fff;
	background-color: initial;
	z-index: 5;
}
.imgCap.black {
  color: #000;
}

@media only screen and (max-width:768px) {
  .mv_title {
    font-size: 32px;
  }
  .mv_title .mv_title_top {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .mv_title .mv_title_bottom {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
.inner:not(.footer_info .inner) {
  max-width: 1330px;
}
.inner {
  /* max-width: 1330px; */
  padding-left: 15px;
  padding-right: 15px;
  margin:auto;
}

.section_text {
  margin-top: 20px;
  font-size: 18px;
  font-size: clamp(1.4rem, 0.194rem + 1.569vw, 1.8rem);
  line-height: 2;
  letter-spacing: 0.12em;
}

@media only screen and (max-width:768px) {
  .section_text {
    margin-top: 20px;
    font-size: 16px;
  }
  .inner {
    padding: 0 20px;
  }
}


/* top_area
======================================= */
.top_area {
  position: relative;
  padding: 80px 0;
  background: rgb(60,0,1);
  background: linear-gradient(90deg, rgba(60,0,1,1) 0%, rgba(114,44,32,1) 50%, rgba(60,0,1,1) 100%);
  color: #fff;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.top_area_inner {
  padding-left: 15px;
  padding-right: 15px;
  margin:auto;
}
.top_area .section_title {
  position: relative;
  margin: 0 0 40px;
  text-align: center;
  font-size: 50px;
  font-size: clamp(3.8rem, 2.69rem + 1.444vw, 5rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
}
.top_area_wrap {
  display: flex;
  justify-content: center;
}
.top_area_item {
  padding: 10px clamp(1rem, -2.702rem + 4.813vw, 5rem);
  line-height: 1.7;
  font-size: 26px;
  font-size: clamp(1.6rem, 0.675rem + 1.203vw, 2.6rem);
  letter-spacing: 0.1em;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, .5);
}
.top_area_item:first-child {
  border: none;
}

.top_area_cap {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: right;
  margin-top: 20px;
  margin-right: clamp(0rem, -7.403rem + 9.627vw, 8rem);
}


@media only screen and (max-width:768px) {
  .section_title {
    text-align: center;
    font-size: 30px;
  }
  .top_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top_area_inner {
    padding-left: 15px;
    padding-right: 15px;
    margin:auto;
  }
  .top_area .section_title {
    margin: 0 0 20px;
    font-size: 30px;
  }
  .top_area_wrap {
    flex-direction: column;
  }
  .top_area_item {
    padding: 10px clamp(1rem, -2.702rem + 4.813vw, 5rem);
    line-height: 1.7;
    font-size: 18px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-left: none;
  }
  .top_area_item:first-child {
    border: none;
  }
  
  .top_area_cap {
    font-size: 12px;
    text-align: left;
    margin-top: 20px;
    margin-right: 0;
  }
  
}


/* 
====================================== */
.contents {
  background-image: url(../images/reversemortgage/main_bg.webp);
  background-size: contain;
  background-position: center;
  padding-top: 140px;
}

@media only screen and (max-width:768px) {
  .contents {
    padding-top: 60px;
  }
}


/* feature_contents
====================================== */
.feature_contents {
  max-width: 1140px;
  margin: auto;
}
.feature_contents + .feature_contents {
  margin-top: 80px;
}
.feature_title_wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.feature_title {
  font-size: 40px;
  font-size: clamp(2.4rem, 0.245rem + 2.802vw, 4rem);
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-weight: bold;
  color: #7e0c1b;
}
.feature_title_wrap .title_num {
  font-size: 40px;
  font-weight: bold;
  background-color: #7e0c1b;
  width: 60px;
  height: 60px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: normal;
  color: #fff;
  flex-shrink: 0;
}
.feature_wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.feature_text {
  width: 65%;
  font-size: 18px;
  font-size: clamp(1.4rem, 0.861rem + 0.701vw, 1.8rem);
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: justify;
}
.feature_text .text_red {
  font-weight: bold;
}
.feature_wrap_img {
  width: 31%;
}

@media only screen and (max-width:768px) {
  .feature_contents + .feature_contents {
    margin-top: 50px;
  }
  .feature_title_wrap {
    display: flex;
    align-items: start;
    column-gap: 10px;
  }
  .feature_title {
    font-size: 26px;
    line-height: 1.5;
  }
  .feature_title_wrap .title_num {
    font-size: 30px;
    width: 45px;
    height: 45px;
  }
  .feature_wrap {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 20px;
  }
  .feature_text {
    width: 100%;
    font-size: 16px;
  }
  .feature_wrap_img {
    width: 100%;
  }
}

/* feature_box
====================================== */
.feature_box {
  position: relative;
  margin-top: 80px;
  padding: 74px clamp(3rem, -2.926rem + 7.706vw, 7.4rem);
  background-color: #fff;
  border: 6px solid #7e0c1b;
  border-image: linear-gradient(90deg, rgba(60,0,1,1) 0%, rgba(114,44,32,1) 50%, rgba(60,0,1,1) 100%);
  border-image-slice: 1;
  display: flex;
  justify-content: space-between;
}
.sankaku01 {
  position: absolute;
  content: '';
  width: 70px;
  top: -6px;
  left: -6px;
}
.sankaku02 {
  position: absolute;
  content: '';
  width: 70px;
  bottom: -6px;
  right: -6px;
  transform: rotate(180deg);
}
.feature_box_body {
  width: 48%;
}
.feature_box_title {
  font-size: 40px;
  font-size: clamp(2.4rem, 0.245rem + 2.802vw, 4rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
  color: #7e0c1b;
} 
.feature_box_text {
  margin-top: 20px;
  font-size: 18px;
  font-size: clamp(1.4rem, 0.861rem + 0.701vw, 1.8rem);
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: justify;
}
.feature_box_img {
  width: 48%;
}
.feature_box_img_cap {
  font-size: 14px;
  text-align: right;
  margin-top: 6px;
}

@media only screen and (max-width:768px) {
  .feature_box {
    margin-top: 40px;
    padding: 40px 20px;
    border: 4px solid #7e0c1b;
    flex-direction: column;
    row-gap: 30px;
  }
  .sankaku01 {
    width: 40px;
    top: -4px;
    left: -4px;
  }
  .sankaku02 {
    width: 40px;
    bottom: -4px;
    right: -4px;
    transform: rotate(180deg);
  }
  .feature_box_body {
    width: 100%;
  }
  .feature_box_title {
    font-size: 26px;
    text-align: center;
  } 
  .feature_box_text {
    margin-top: 14px;
    font-size: 16px;
  }
  .feature_box_img {
    width: 100%;
  }
  .feature_box_img_cap {
    font-size: 12px;
    text-align: right;
    margin-top: 6px;
  }
}


/* plan_area
====================================== */
.plan_contents {
  margin-top: 100px;
  background-color: #fff;
  border-top: 2px solid #005c3b;
  padding: 0 80px 60px;
}
.plan_area_title {
  font-weight: bold;
  font-size: 40px;
  font-size: clamp(2.4rem, 0.245rem + 2.802vw, 4rem);
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
}
.spec_flex {
	display: flex;
	align-items: center;
}
.sp_flex {
  display: contents;
}
.spec_type {
	max-width: 160px;
	max-width: clamp(10rem, 1.919rem + 10.508vw, 16rem);
	width: 100%;
  flex-grow: 0;
}
.type {
	font-family: 'EB Garamond', serif;
	text-align: center;
	position: relative;
	padding: 20px ;
	text-align: center;
	background: rgb(25,113,73);
	background: linear-gradient(135deg, rgba(25,113,73,1) 0%, rgba(11,62,39,1) 100%);
	color: #fff;
	font-size: 20px;
	line-height: 1;
}
.type span {
	font-size: 100px;
	font-size: clamp(7rem, 2.96rem + 5.254vw, 10rem);
	line-height: 1;
}
.spec_body {
  flex-grow: 1;
	margin-left: 40px;
	margin-left: clamp(1rem, -3.04rem + 5.254vw, 4rem);
	color: #000;
  display: flex;
  align-items: center;
}
.spec_text_box {
  min-width: 180px;
	margin-left: 50px;
	margin-left: clamp(2rem, -2.04rem + 5.254vw, 5rem);
  padding-left: 50px;
  padding-left: clamp(2rem, -2.04rem + 5.254vw, 5rem);
  border-left: 1px solid #80ad9d;
}

.spec_text {
	font-size: 14px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
	line-height: 1;
}
.spec_text .num {
	font-size: 56px;
	font-size: clamp(4rem, 1.845rem + 2.802vw, 5.6rem);
	font-family: 'EB Garamond', serif;
}
.spec_text .num02 {
	font-size: 34px;
	font-size: clamp(2.6rem, 1.523rem + 1.401vw, 3.4rem);
	font-family: 'EB Garamond', serif;
}
.spec_text2_wrap {
  min-width: 200px;
	margin-left: auto;
  padding-left: 16px;
}
.spec_text2 {
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1.6;
	text-align: left;
}
.spec_cap {
	margin-top: 6px;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.spec_ldk {
	color: #005c3b;
	font-family: 'EB Garamond', serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	font-size: 58px;
	font-size: clamp(4.2rem, 2.045rem + 2.802vw, 5.8rem);
	line-height: 1;
}
.spec_ldk span {
	font-size: 68px;
	font-size: clamp(5.6rem, 3.984rem + 2.102vw, 6.8rem);
	line-height: .8;
}
.price_box {
  margin-top: 40px;
  padding: 30px clamp(2rem, -2.04rem + 5.254vw, 5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #8f8553;
}
.price_type {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  width: 46%;
  background-color: #a1986f;
  padding: 14px 0;
}
.price_text {
  width: 48%;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.1em;
}
.price_bunjo {
  font-size: 30px;
  letter-spacing: 0.1em;
}
.price_num {
  font-size: 62px;
  letter-spacing: 0.04em;
  font-family: 'EB Garamond', serif;
}
.mortgage_box {
  margin-top: 40px;
  padding: 50px clamp(2rem, -2.04rem + 5.254vw, 5rem);
  display: flex;
  justify-content: space-between;
  background: rgb(60,0,1);
  background: linear-gradient(90deg, rgba(60,0,1,1) 0%, rgba(114,44,32,1) 50%, rgba(60,0,1,1) 100%);
}
.mortgage_title_wrap {
  width: 40%;
  text-align: center;
  background-color: #480807;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mortgage_title {
  font-size: 30px;
  font-size: clamp(1.6rem, -0.285rem + 2.452vw, 3rem);
  letter-spacing: 0.15em;
  color: #f5edc5;
  line-height: 1.6;
}
.mortgage_num {
  font-size: 50px;
  font-size: clamp(3.6rem, 1.715rem + 2.452vw, 5rem);
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: 'EB Garamond', serif;
}
.mortgage_text_s {
  font-size: 20px;
  color: #fff;
}
.mortgage_body {
  width: 54%;
}
.mortgage_label {
  color: #680000;
  text-align: center;
  padding: 10px 0;
  font-size: 26px;
  letter-spacing: 0.1em;
  background: rgb(233,214,149);
  background: linear-gradient(90deg, rgba(233,214,149,1) 0%, rgba(245,237,197,1) 50%, rgba(233,214,149,1) 100%);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.mortgage_label_text {
  font-size: 30px;
  font-size: clamp(1.6rem, -0.285rem + 2.452vw, 3rem);
  letter-spacing: 0.15em;
}
.mortgage_label_num {
  font-size: 62px;
  font-size: clamp(4.4rem, 1.976rem + 3.152vw, 6.2rem);
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: 'EB Garamond', serif;
}
.mortgage_price {
  margin-top: 20px;
  color: #fff;
  font-size: 24px;
  font-size: clamp(1.4rem, 0.053rem + 1.751vw, 2.4rem);
  letter-spacing: 0.15em;
}
.mortgage_price dl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}
.mortgage_price_border {
  padding-top: 10px;
  margin-bottom: 0;
  border-top: 1px solid #fff;
}
.mortgage_price_num {
  font-size: 40px;
  font-size: clamp(2.8rem, 1.184rem + 2.102vw, 4rem);
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: 'EB Garamond', serif;
}
.mortgage_box_cap {
  width: fit-content;
  margin-left: auto;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  /* text-align: right; */
  margin-top: 6px;
}

@media only screen and (max-width:768px) {
  .plan_contents {
    margin-top: 50px;
    padding: 0 20px 60px;
  }
  .plan_area_title {
    font-size: 26px;
  }
  .spec_flex {
    display: contents;
  }
  .sp_flex {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .spec_type {
    max-width: 100px;
    width: 100%;
  }
  .type {
    padding: 10px ;
    font-size: 16px;
  }
  .type span {
    font-size: 62px;
  }
  .spec_body {
    margin-top: 20px;
    margin-left:0;
    flex-direction: column;
    align-items: normal;
  }
  .spec_text_box {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .spec_text {
    font-size: 12px;
  }
  .spec_text .num {
    font-size: 52px;
  }
  .spec_text .num02 {
    font-size: 30px;
  }
  .spec_text2_wrap {
    margin-top: 16px;
    margin-left: 0;
  }
  .spec_text2 {
    font-size: 14px;
  }
  .spec_cap {
    margin-top: 6px;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .spec_ldk {
    font-size: 40px;
  }
  .spec_ldk span {
    font-size: 54px;
  }
  .price_box {
    margin-top: 20px;
    padding: 30px 20px;
    flex-direction: column;
    row-gap: 16px;
  }
  .price_type {
    font-size: 14px;
    width: 100%;
    padding: 10px 0;
  }
  .price_text {
    width: 100%;
    font-size: 26px;
    letter-spacing: 0.1em;
  }
  .price_bunjo {
    font-size: 16px;
  }
  .price_num {
    font-size: 36px;
  }
  .mortgage_box {
    margin-top: 20px;
    padding: 20px 20px;
    flex-direction: column;
  }
  .mortgage_title_wrap {
    width: 100%;
    text-align: center;
    background-color: #480807;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mortgage_title {
    font-size: 18px;
  }
  .mortgage_num {
    font-size: 28px;
  }
  .mortgage_text_s {
    font-size: 12px;
  }
  .mortgage_body {
    width: 100%;
  }
  .mortgage_label {
    padding: 10px 0;
    font-size: 14px;
  }
  .mortgage_label_text {
    font-size: 16px;
  }
  .mortgage_label_num {
    font-size: 36px;
  }
  .mortgage_price {
    margin-top: 10px;
    font-size: 13px;
  }
  .mortgage_price dl {
    margin-bottom: 8px;
  }
  .mortgage_price_border {
    padding-top: 8px;
  }
  .mortgage_price_num {
    font-size: 20px;
  }
  .mortgage_box_cap {
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 6px;
  }
}


/* 
======================================== */
.plan_floor {
	width: 100%;
	margin: 60px auto;
	text-align: center;
}
.plan_floor img {
	width: auto;
	margin: auto;
}
.menseki {
	font-size: 16px;
	font-family: 'Noto Serif JP', serif;
	margin-top: 6px;
	letter-spacing: 0.04em;
}
.guide_area {
	width: 70%;
	flex-wrap: wrap;
	margin: 20px auto 0;
	display: flex;
	justify-content: center;
	row-gap: 16px;
}
.guide img {
	width: auto;
	padding: 0 10px;
}

@media only screen and (max-width:768px) {
	.menseki {
			font-size: 13px;
			margin-left: 1em;
	}
	.plan_floor {
			margin: 40px auto 0;
	}
	.guide_area {
		width: 100%;
		margin: 30px auto 0;
		row-gap: 10px;
	}
	.guide img {
		width: 80%;
		padding: 0;
	}
}

.capArea {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/reversemortgage/main_bg.webp);
  background-size: contain;
  background-position: center;
}
.capArea p {
  color: #000;
}