@charset "utf-8";
.full { width: 100%;}
.content-area {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.sec-inner {
  max-width: 1240px;
  margin: 0 auto;
  width: calc(100% - 20px);
}
.sec-design .cap { position: relative; }
.sec-design .cap picture { display: block; }
.sec-design .cap::after { content: attr(data-caption); position: absolute; right: 0.5em; bottom: 0.1em; font-size: 10px; color: #000; }
.sec-design .cap.w::after { color: #fff; }
/*DESIGN*/
.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; }
}

.bg-gray { background: #f0f0eb; }
.sec-design { padding: 100px 0; }
.sec-design.has-bg { background-color: #f0f0eb; }
.sec-design h3 {
  color: #8c7d5a;
  font-size: 40px;
  font-weight: lighter;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.sec-design h4 {
  color: #8c7d5a;
  font-size: 40px;
  font-weight: lighter;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.sec-design .txt01 {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 3;
}
.concept-list .txt02 {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width:1240px) {
  .sec-design h3 { font-size: 30px; letter-spacing: 0.1em; }
  .sec-design h4 { font-size: 30px; letter-spacing: 0.1em; }
  .sec-design .txt01 { font-size: 18px; letter-spacing: 0.05em; }
  .sec-design .txt02 { font-size: 18px; letter-spacing: 0.05em; }
}
@media screen and (max-width:767px) {
  .sec-design { padding: 70px 0; }
  .sec-design h3 { font-size: 20px; letter-spacing: 0; }
  .sec-design h4 { font-size: 22px; letter-spacing: 0.01em; margin-bottom: 25px; }
  .sec-design .txt01 { font-size: 13px; line-height: 2.4; letter-spacing: 0; }
  .sec-design .txt02 { font-size: 14px; line-height: 2.2; letter-spacing: 0.05em; margin-bottom: 15px; }
}

.sec-design01, .sec-design02 { padding-bottom: 0; }
.sec-design .image-full01 { margin-top: 40px; }
.sec-design .image-full01 .cap::after { right: 7%; bottom: 18.5%;}
@media screen and (max-width: 768px) {
  .sec-design .image-full01 .cap::after { right: 10%; bottom: 8%; }
}

.sec-design .image-full02 {
  margin-top: clamp(30px,5.208333vw,100px);
  margin-bottom: clamp(30px,6.25vw,120px);
}
.sec-design .image-diagram { padding-bottom: 10px;}
@media screen and (max-width: 767px) {
  .sec-design .image-diagram .img-swipe { width: calc(100% + 15px); }
  .sec-design .image-diagram .swipe-h { padding-right: 15px; }
  .sec-design .image-diagram { padding-bottom: 15px; }
}

.sec-design .support-car { margin-top: clamp(40px,4.6875vw,100px); }
.sec-design .support-car .sp-head {
	display: flex;
	gap: 20px;
	align-items: center;
  margin: 0 0 30px;
}
.sec-design .support-car .sp-head:before,
.sec-design .support-car .sp-head:after {
  content: "";
  height: 1px;
  display: block;
  background: #8c7d5a;
  flex: 1;
}
.sec-design .support-car .sp-head .ttl {
  display: inline-block;
  color: #8c7d5a;
  font-size: clamp(22px,1.77083333vw,34px);
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 0 0 2px;
}
.sec-design .support-car .sp-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-design .support-car .sp-list .item {
  width: 22.2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-design .support-car .sp-list .item:nth-child(1) {
  width: 45.1%;
  margin-right: 1.6%;
}
.sec-design .support-car .sp-list .item:nth-child(3) {
  width: 27.4%;
  margin-left: auto;
}
.sec-design .support-car .sp-list .item .text {
  border-top: 1px solid #8c7d5a;
  border-bottom: 1px solid #8c7d5a;
  padding: 15px 0;
}
.sec-design .support-car .sp-list .item .text .text01 {
  font-size: clamp(14px,0.83333vw,16px);
  letter-spacing: 0.01em;
  line-height: 1.5;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px dashed #8c7d5a;
}
.sec-design .support-car .sp-list .item .text .text02 {
  font-size: clamp(18px,1.145833vw,22px);
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.sec-design .support-car .sp-list .item .box {
  border: 1px solid #c80028;
  color: #c80028;
}
.sec-design .support-car .sp-list .item .box .lbl {
  background: #c80028;
  color: #fff;
  font-size: clamp(16px,0.9375vw,18px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 7px 5px 9px;
}
.sec-design .support-car .sp-list .item .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: 10px 5px;
}
.sec-design .support-car .sp-list .item .box .info .num {
  font-size: 170%;
  line-height: 0.9;
  font-weight: 500;
}
.sec-design .support-car .sp-list .item .box .info .icon {
  color: #fff;
  background: #8c7d5a;
  display: inline-flex;
  width: 26px;
  height: 26px;
  font-size: clamp(14px,0.9375vw,18px);
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-family: 'Gilda Display', serif;
}
@media screen and (max-width: 1000px) {
  .sec-design .support-car .sp-list .item:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sec-design .support-car .sp-list .item {
    width: calc(50% - 15px);
    margin-right: auto;
  }
  .sec-design .support-car .sp-list .item:nth-child(3) {
    width: calc(50% - 15px);
    margin-left: auto;
  }
  .sec-design .support-car .sp-list .item .box {
    margin-top: 15px;
  }
  .sec-design .support-car .sp-list .item .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .sec-design .support-car .sp-head { display: block; }
  .sec-design .support-car .sp-head::before,
  .sec-design .support-car .sp-head::after { display: none; }
  .sec-design .support-car .sp-list .item { width: 100% !important; }
  .sec-design .support-car .sp-list .item:nth-child(3) { margin-top: 30px; }
  .sec-design .support-car .sp-list .item .box .info .icon { width: 22px; height: 22px; }
  .sec-design .support-car .sp-head .ttl { letter-spacing: 0; }
}

.sec-design .extra-block { margin-top: clamp(40px,5.208333vw,100px); }
.sec-design .extra-block .title {
  color: #000;
  font-size: clamp(16px,1.458333vw,28px);
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0 0 40px;
}
.sec-design .extra-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 20px;
  text-align: left;
}
.sec-design .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;
}
.sec-design .extra-list .ttl .icon {
  color: #fff;
  background: #8c7d5a;
  display: inline-flex;
  width: 26px;
  height: 26px;
  font-size: clamp(14px,0.9375vw,18px);
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  vertical-align: middle;
  font-family: 'Gilda Display', serif;
}
.sec-design .extra-list .item:nth-child(2) .ttl { letter-spacing: -0.15em; }
.sec-design .extra-list .txt {
  font-size: clamp(12px,0.9375vw,14px);
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.sec-design .extra-list .capt {
  font-size: clamp(10px,0.9375vw,12px);
  letter-spacing: -0.04em;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 5px;
}
.sec-design .extra-list .img { margin: 0 0 10px; }
@media screen and (max-width: 1000px) {
  .sec-design .extra-list {grid-template-columns: repeat(3,1fr); }
}
@media screen and (max-width: 767px) {
  .sec-design .extra-block .title { line-height: 1.5; }
  .sec-design .extra-list { grid-template-columns: repeat(2,1fr); }
  .sec-design .extra-list .ttl .icon { width: 22px; height: 22px; }
}

.sec-design .image-building { margin-top: clamp(50px,10.9375vw,210px); }
.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: 780px;
	}
	.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%; }
	}
}

 .cap02 {
    color: #000;
    font-size: 90%;
    padding-bottom: 10px;
 }