@charset "utf-8";

.p-sec {
  padding: 90px 0 120px;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-heading {
  margin: 0 0 40px;
  line-height: 1;
  font-size: 5rem;
  color: #665546;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

.p-heading span {
  display: block;
  color: #000000;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 20px 0 0;
}

.p-content {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}

.p-lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.p-list-block .flex_box .flex_left {
	flex-basis: 85%;
	}
.p-list-block .flex_box .flex_item  {
	flex-basis: 15%;
	position: relative; /* 子要素の絶対配置の基準にする */
	text-align: center;
}
.p-list-block .flex_box .flex_item img {
	width: 30px;
    height: auto; /* 縦横比を維持するために高さを自動調整 */
	position: relative;
	}
.p-list-block .flex_box .flex_item a::after {
	content: "サンプル";
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	}
.p-list-block .flex_box .flex_item a {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-40%, -50%);
	display: block;
	width: 100%;
	text-align: center;
}
.p-list-block .flex_box {
	display: flex;
	justify-content: space-between;
}
.p-list-block .flex_box .flex_item  {
	position: relative; /* 子要素の絶対配置の基準にする */
	text-align: center;
	margin-right: 5px;
}
@media (max-width: 767px) {

  .p-sec {
    padding: 60px 0 50px;
  }

  .p-heading {
    margin: 0 0 30px;
    line-height: 1;
    font-size: 3.8rem;
  }

  .p-heading span {
    font-size: 1.5rem;
    padding: 10px 0 0;
  }

  .p-content {
    padding: 0 15px;
  }

  .p-lead {
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
	.p-inspection .p-heading {
		max-width: 300px;
		margin: 0 auto;
		margin-bottom: 25px;
	}

}

/* p-fv */
.p-fv {
  position: relative;
  min-height: 712px;
}

.p-fv-button {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  width: 427px;
  left: 50%;
  transform: translateX(-50%);
}

.p-fv-button a {
  display: block;
  transition: .3s;
}

.p-slider-txt {
    max-width: 651px;
    margin: 0 auto 20px;
}

.p-slider-inner {
    padding: 30px;
    min-height: 712px;
}


.p-slider-box:first-child {
  background: url("../img/renovation/fv_slide01_pc.png")no-repeat;
  background-size: cover;
  background-position: center top;
}

.p-slider-box:nth-child(2) {
  background: url("../img/renovation/fv_slide02_pc.png")no-repeat;
  background-size: cover;
  background-position: center top;
}

.p-slider-box:last-child {
  background: url("../img/renovation/fv_slide03_pc.png")no-repeat;
  background-size: cover;
  background-position: center top;
}

.p-slider-lead {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.9rem;
    line-height: 2;
    letter-spacing: 0.02em;
}


@media (min-width: 768px){

  .p-fv-button a:hover {
    opacity: .8;
  }

}

@media (max-width: 767px){

  .p-fv-button {
    position: absolute;
    bottom: 20px;
    width: 100%;
    max-width: 313px;
  }

  .p-slider-inner {
      padding: 50px 0;
      max-width: 330px;
      margin: 0 auto;
  }



  .p-slider-box:first-child {
    background: url("../img/renovation/fv_slide01_sp.png")no-repeat;
    background-size: cover;
    background-position: center bottom;
  }

  .p-slider-box:nth-child(2) {
    background: url("../img/renovation/fv_slide02_sp.png")no-repeat;
    background-size: cover;
    background-position: center bottom;
  }

  .p-slider-box:last-child {
    background: url("../img/renovation/fv_slide03_sp.png")no-repeat;
    background-size: cover;
    background-position: center bottom;
  }

  .p-slider-lead {
    font-size: 1.5rem;
    text-align: left;
  }

  .p-slider-txt {
    max-width: 330px;
    width: 100%;
  }

}


/* p-point */
.p-point {
  background: #F7F7F7;
}

.p-point .illust {
    max-width: 546px;
    margin: 0 auto 50px;
}

.p-point-table th {
  vertical-align: middle;
  color: #665546;
  padding: 25px 10px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}

.p-point-table th span {
  text-align: left;
  width: 50px;
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 4.2rem;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

.p-point-table td {
  padding: 25px 0;
  vertical-align: middle;
  border-bottom: solid 1px #C6C6C6;
  font-weight: 500;
}

@media (min-width: 768px) {
  .p-point-table th {
    border-bottom: solid 1px #C6C6C6;
    width: 370px;
  }
}

@media (max-width: 767px) {

  .p-point .illust {
      margin: 0 auto 25px;
  }

  .p-point-table th {
    display: block;
    font-size: 1.9rem;
    padding: 25px 0 10px;
  }

  .p-point-table th span {
    font-size: 2.9rem;
    width: 30px;
  }

  .p-point-table td {
    display: block;
    font-size: 1.2rem;
    padding: 0 0 25px;
  }

}

/* p-inspection */
.p-inspection {
  background: #fff;
}

.p-inspection .p-heading span {
  padding: 25px 0 0;
}

.p-list {
  margin: 40px auto 0;
}

.p-list-block {
  padding: 15px 0;
  border-bottom: solid 1px #C6C6C6;
}


.p-list-block .ico {
  width: 120px;
}


.p-list-block .ttl {
	margin: 0 0 10px;
    color: #665546;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 0.04em;
	line-height: 1.5;
}


@media (min-width: 768px) {

  .p-list-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .p-list-block .inner {
    width: calc(100% - 160px);
  }

  .p-list-block .ttl a:hover {
    text-decoration: underline;
  }
	.p-list-block .flex_box .flex_item img {
	width: 38px;
    
	}
	.p-list-block .flex_box .flex_left {
	flex-basis: 90%;
	}
	.p-list-block .flex_box .flex_item  {
	flex-basis: 10%;
	}
	.p-list-block .flex_box .flex_item img {
	width: 38px;
	}
	.p-list-block .flex_box .flex_item a::after {
	font-size: 12px;
	}
	.p-list-block .flex_box .flex_item a {
	top: 30%;
	}
}


@media (max-width: 767px) {

  .p-list {
    margin: 20px auto 0;
  }

  .p-list-block {
    padding: 20px 0;
  }

  .p-list-block .ico {
    margin: 0 auto 10px;
  }

  .p-list-block .ttl a {
    font-size: 1.9rem;
  }

  .p-list-block .ttl a::after {
    background-size: 17px;
    width: 17px;
    height: 23px;
  }

  .p-list-block .ttl {
    margin: 0 0 5px;
  }

  .p-inspection .p-heading span {
    padding: 15px 0 0;
  }

}

/* p-reports */
.p-reports {
  background: #F7F7F7;
}

.p-reports .p-heading span {
  padding: 25px 0 0;
}


.p-caution {
  margin: 13px 0 0;
   text-align: center;
   font-size: 1.6rem;
   font-weight: 500;
}

.p-button {
  max-width: 380px;
  margin: 70px auto 0;
}

.p-button a {
  display: block;
  background: #252525;
  color: #fff;
  min-height: 80px;
  text-align: center;
  border-radius: 60px;
  padding: 24px 0;
  transition: .3s;
}

.p-button a span {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
  line-height: 1;
}


.p-button a span::after {
  content: "";
  display: inline-block;   /* テキストの直後に来る */
  width: 20px;
  height: 27px;
  margin-left: 13px;        /* テキストとの余白 */
  background: url("../img/renovation/ico_pdf_wt.svg") no-repeat center/20px;
  vertical-align: sub;
}

@media (min-width: 768px) {
  .p-button a:hover {
    background: #665546;
  }
	
}

@media (max-width: 767px) {

  .p-reports .p-heading span {
    padding: 15px 0 0;
  }

  .p-caution {
     font-size: 1.2rem;
  }

  .p-button {
    margin: 50px auto 0;
    max-width: 280px;
  }

  .p-button a {
    min-height: 60px;
    padding: 13px 0;
  }

  .p-button a span {
    font-size: 1.5rem;
  }
  .p-button a span::after {
    width: 15px;
    height: 20px;
    background: url("../img/renovation/ico_pdf_wt.svg") no-repeat center/15px;
  }

}

/* p-plan */
.p-plan {
  background: #fff;
}

.p-plan-scroll {
    max-width: 1050px;
    margin: 0 auto;
}


.p-plan-inner {
    width: 1050px;
}



.p-plan01 {
    max-width: 810px;
    margin: 0 0 0 auto;
}

.p-plan-arrow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.p-plan-arrow span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 5px;
}

.p-plan01 .arrow {
  width: 100%;
}

.p-plan-flex {
  display: flex;
  border: 3px solid #F38B38;
}

.p-plan-flex .box {
  width: calc(100% / 3);
  text-align: center;
  border-left: 3px solid #F38B38;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

/* 1番目のboxの左線だけ消す */
.p-plan-flex .box:first-child {
  border-left: none;
}

.p-plan-flex .box strong {
  font-size: 1.8rem;
  font-weight: bold;
}

.p-plan02 {
    width: 1000px;
    margin: 0 0 0 auto;
    border-right: solid 1px #C6C6C6;
}

.p-plan02-flex {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #C6C6C6;
    letter-spacing: 0.02em;
}

.p-plan-head {
    width: 190px;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    display: flex;
  justify-content: center;
  align-items: center;
}

.p-plan02-inner {
  width: calc(100% - 190px);
  display: flex;
  justify-content: space-between;
}

.p-plan02-inner .box {
  width: calc(100% / 3);
  text-align: center;
  padding: 25px;
  border-left: solid 1px #C6C6C6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}

.p-plan02-inner .box strong {
  font-weight: bold;
  font-size: 1.9rem;
}



.p-plan03 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-right: solid 1px #C6C6C6;
}

.p-plan03-head {
    width: 50px;
    background: #F38B38;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    writing-mode: vertical-rl;  /* ← これで縦書き */
    text-orientation: upright;  /* ← 日本語を縦に読みやすくする */
    display: flex;
  justify-content: center;
  align-items: center;
}

.p-plan03-container {
  width: 1000px;
}

.p-plan03-flex {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #C6C6C6;
    letter-spacing: 0.02em;
}

.p-plan03 .p-plan-head {
    background: #F7F7F7;
    color: #000;
}

.p-plan03-inner {
  width: calc(100% - 190px);
  display: flex;
  justify-content: space-between;
}

.p-plan03-inner .box {
  width: calc(100% / 3);
  text-align: center;
  padding: 25px;
  border-left: solid 1px #C6C6C6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}

.p-plan03-inner .box.no-col {
  width: 100%;
}

.p-plan03-inner .box.col-02 {
  width: calc(100% * 2 / 3);
}

.p-plan03-inner .box strong {
  font-weight: bold;
  font-size: 1.9rem;
}



@media (max-width: 1050px) {
  .p-plan-scroll {
      overflow-x: scroll;
      padding: 0 15px;
  }

}


@media (max-width: 767px) {

}
