@charset "utf-8";
.content-area {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 14px;
}
.sec-inner {
  max-width: 1240px;
  margin: 0 auto;
  width: calc(100% - 20px);
}
.highlight { background: linear-gradient(180deg,rgba(255,255,255,0) 80%, #ffff82 80%); }
.yellow { color: #ffff82;}
.red { color: #c1272d;}
.full { width: 100%;}
.cap { position: relative; }
.cap picture { display: block; }
.cap::after { content: attr(data-caption); position: absolute; right: 0.5em; bottom: 0.1em; font-size: 10px; color: #000; }
.cap.w::after { color: #fff; }
.cap.l::after { right: auto; left: 0.5em;}
.dib { display: inline-block;}
.ryumin {
  font-family: "a-otf-ryumin-pr6n", serif;
}
.vtab1000 { display: none;}
@media screen and (max-width:1000px) {
  .vtab1000 { display: block;}
}
@media screen and (max-width:767px) {
  .vtab1000 { display: none;}
  .tal-sp { text-align: left!important;}
 
}
/*DOUBLEINCOME*/
.sec-head {
  background: linear-gradient(to right,  rgba(79,40,0,1) 0%,rgba(121,80,0,1) 50%,rgba(79,40,0,1) 100%);
  padding: 25px 0;
}
.sec-head > h2 > span {
  color: #FFF;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.sec-head > h2 > span:first-child {
  font-size: 24px;
  font-weight: 500;
}
.sec-head > h2 > span:last-child {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .sec-head { padding: 35px 0; }
}
.sec-report { padding: clamp(35px, 4.4270833333333333333vw, 85px) 0 0;}
.sec-report h2 {
  font-size: clamp(20px, 2.0833333333333333333vw, 40px);
  letter-spacing: 0.2em;
  line-height: 1.75;
  color: #8c7d5a;
  font-weight: 400;
  margin-bottom: clamp(60px, 4.4270833333333333333vw, 85px);
}
.sec-report .txt {
  /*font-size: clamp(12px, 0.72916666666666666667vw, 14px);*/
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width:767px) {
  .sec-report .txt {
    font-size: 12px;
    line-height: 1.8;
  }
}
.sec-report .txt + .txt { margin-top: clamp(20px, 1.3020833333333333333vw, 25px);}
.sec-report .txt-sm {
  font-size: clamp(10px, /*0.625vw*/0.7vw, 12px);
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0;
}
.sec-report h3 {
  font-size: clamp(18px, 1.4583333333333333333vw, 28px);
  letter-spacing: 0.2em;
  line-height: 1.7;
  font-weight: 400;
  position: relative;
  margin-bottom: clamp(50px, 3.6458333333333333333vw, 70px);
  min-height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-report h3 .num {
  font-size: clamp(200px, 11.71875vw, 225px);
  letter-spacing: 0.2em;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 15px;
  right: 0;
  top: 46%;
  transform: translateY(-50%);
  color: rgba(140, 125, 90, .3);
  z-index: -1;
}
.sec-report h4 {
  font-size: clamp(16px, 1.35vw, 24px);
  line-height: 2;
  font-weight: 400;
  color: #8c7d5a;
  margin-bottom: clamp(15px, 1.8229166666666666667vw, 35px);
}
.report-area + .report-area { margin-top: clamp(70px, 7.2916666666666666667vw, 140px);}
.report-block + .report-block { margin-top: clamp(40px, 4.1666666666666666667vw, 80px);}
.sec-report .gallery-photo {
  display: grid;
  grid-template-columns: 62.8% auto;
  column-gap: 3.3%;
  margin-bottom: clamp(25px, 2.6041666666666666667vw, 50px);
}
.sec-report .gallery-photo li:nth-child(1) { grid-row: 1/3;}
.sec-report .gallery-photo .txt-sm { min-height: 55px;}
.sec-report .gallery-photo .cap {
  margin-bottom: 5px;
  height: calc(100% - 55px);
}
.sec-report .gallery-photo .cap img {
  height: 100%;
  object-fit: cover;
}
.sec-report .info-block {
  display: grid;
  grid-template-columns: clamp(230px, 14.322916666666666667vw, 275px) auto;
  column-gap: clamp(20px, 2.6041666666666666667vw, 50px);
  row-gap: 35px;
}
.sec-report .info-block .cap { margin-bottom: 5px;}
.sec-report .info-block .img .txt {
  margin-bottom: 10px;
  line-height: 1.5;
}
.sec-report .info-block .desc { margin-top: -8px;}
.sec-report .image-map {
  margin: clamp(20px, 2.34375vw, 45px) 0 0;
  padding-bottom: clamp(15px, 1.3020833333333333333vw, 25px);
}
.sec-report .image-diagram {
  margin: clamp(20px, 2.0833333333333333333vw, 40px) 0 clamp(15px, 1.5625vw, 30px);
  padding-bottom: 15px;
}
.sec-report .extra-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(20px, 2.0833333333333333333vw, 40px) 20px;
  text-align: left;
}
.sec-report .extra-list + .extra-list { margin-top: clamp(35px, 2.0833333333333333333vw, 40px);}
.sec-report .extra-list .box {
  border: 1px solid #c80028;
  color: #c80028;
  text-align: center;
  height: 100%;
}
.sec-report .extra-list .box .info {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  font-size: clamp(22px,1.3541666vw,26px);
  letter-spacing: 0;
  line-height: 1.2;
  padding: 3px 5px 12px;
  min-height: 54px;
}
.sec-report .extra-list .box .info .sm { 
  font-size: clamp(14px, 0.9375vw,18px);
  line-height: 1.3;
}
.sec-report .extra-list .box .info .num {
  font-size: 170%;
  line-height: 0.9;
  font-weight: 500;
}
.sec-report .extra-list .ttl {
  border-bottom: 1px solid #000;
  font-size: clamp(14px,0.9375vw,18px);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
  padding: 0 0 5px;
  margin: 0 0 10px;
  min-height: 32px;
  display: flex;
  align-items: center;
}
.sec-report .extra-list .icon {
  color: #fff;
  background: #8c7d5a;
  display: inline-flex;
  width: 26px;
  height: 26px;
  min-width: 26px;
  font-size: clamp(14px,0.9375vw,18px);
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  vertical-align: middle;
  font-family: "a-otf-ryumin-pr6n", serif;
}
.sec-report .extra-list .item:nth-child(2) .ttl { letter-spacing: -0.15em; }
.sec-report .extra-list .txt {
  letter-spacing: 0;
  line-height: 1.4;
}
.sec-report .extra-list .capt {
  font-size: clamp(10px, 0.625vw,12px);
  letter-spacing: -0.02em;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 5px;
}
.sec-report .extra-list .img { margin: 0 0 10px; }
.sec-report .plan-block {
  display: grid;
  grid-template-columns: 48% auto;
  gap: clamp(30px, 2.34375vw,45px);
}
.sec-report .extra-list.col02 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 25px;
}
.sec-report .plan-block .img .cap { margin-bottom: clamp(15px, 1.3020833333333333333vw,25px);}
.sec-report .plan-block .desc .cap { margin-bottom: clamp(10px, 1.5625vw,30px);}
.sec-report .plan-block .ttl {
  font-size: clamp(14px, 0.9375vw,18px);
  line-height: 1.3;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .sec-report .extra-list { grid-template-columns: repeat(3,1fr); }
}
@media screen and (max-width: 767px) {
  .sec-report h3 .num { top: 41%;}
  .sec-report .gallery-photo {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 15px;
  }
  .sec-report .gallery-photo li:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .sec-report .gallery-photo .cap { height: auto;}
  .sec-report .gallery-photo .txt-sm { min-height: auto;}
  .sec-report .info-block { grid-template-columns: 1fr;}
  .sec-report .info-block .img .txt { margin-bottom: 15px;}
  .sec-report .extra-list { grid-template-columns: repeat(2,1fr); }
  .sec-report .extra-list.col02 { grid-template-columns: 1fr;}
  .sec-report .extra-list .box { text-align: left;}
  .sec-report .extra-list .box .info { 
    padding: 0 10px 10px;
    min-height: 43px;
    line-height: 1;
  }
  .sec-report .extra-list .icon { 
    width: 22px; 
    height: 22px;
    min-width: 22px;
  }
  .sec-report .extra-list .ttl { min-height: 28px;}
  .sec-report .plan-block { grid-template-columns: 1fr;}
  .sec-report .plan-block .img .ttl { margin-bottom: 5px;}
}
.swipe-h .swipe-pct { display: none; }
@media screen and (max-width: 767px) {
	.swipe-h {
		overflow-x: scroll;
		position: relative;
		-webkit-overflow-scrolling: touch;
	}
	.swipe-inner {
		padding-bottom: 12px;
		width: 660px;
	}
	.swipe-h .swipe-pct {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 60px;
		height: auto;
		transform: translate(-50%, -50%);
		animation: swipe-horizontal ease-in-out 4s normal infinite ;
	}
	@keyframes swipe-horizontal {
		0% { left: 55%; }
		50% { left: 45%; }
		100% { left: 55%; }
	}
}