@charset "UTF-8";

@media screen and (max-width: 768px) {
  .c-headline-page.roof {
    display: none;

  }
}


@media screen and (max-width: 768px) {

  .p-roof .p-roof_js__openbtn--sp {
    position: relative;
  }

  .p-roof .p-roof_js__openarea--sp {
    display: none;
  }
}

.p-roof_solution__ttl .js-icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-roof_solution__ttl .js-icon {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .p-roof_solution__ttl .js-icon.is-open img {
    transform: rotate(180deg);
  }
}


/* js */

/* cv btn */
.p-roof .c-roof_cvbtn {
  max-width: 447px;
  margin: 40px auto;
  padding: 2px 3px;
  border-radius: 4px;
  border: 2px solid #39CB34;
  background: linear-gradient(180deg, #57B84C 0%, #57B84C 100%);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.p-roof .c-roof_cvbtn .link {
  display: block;
  padding: 13px 50px;
  position: relative;
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(87, 184, 76, 0.00) 100%), linear-gradient(180deg, #36AF32 0%, rgba(71, 154, 62, 0.00) 100%);
}

.p-roof .c-roof_cvbtn .link::after {
  display: block;
  content: "";
  width: 13px;
  height: 24px;
  background: url(../images/roof/icon_roof_arrow.svg) right / cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}

.p-roof .c-roof_cvbtn .txt {
  color: #FFF;
  font-size: 24px;
  line-height: 1.2em;
}

.p-roof .c-roof_cvbtn .txt .color {
  font-size: 28px;
  color: #FFF358
}

@media screen and (max-width: 768px) {
  .p-roof .c-roof_cvbtn {
    max-width: 300px;
    margin: 20px auto;
  }

  .p-roof .c-roof_cvbtn .txt {
    font-size: 20px;
  }

  .p-roof .c-roof_cvbtn .txt .color {
    font-size: 20px;
  }

  .p-roof .c-roof_cvbtn .link {
    padding: 12px 30px;
  }

  .p-roof .c-roof_cvbtn .link::after {
    width: 7px;
    height: 18px;
    right: 30px;
  }

  .p-roof .l-inner .c-roof_cvbtn {
    margin-bottom: 0;
  }

  .p-roof .c-roof_cvbtn.mt0sp {
    margin-top: 0;
  }

}

/* common */
.p-roof .sp-only {
  display: none;
}

.p-roof .pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .p-roof .sp-only {
    display: block;
  }

  .p-roof .pc-only {
    display: none;
  }
}

.p-roof .c-border-txt {
  padding: 0 10px;
  color: #EB6120;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 66%, #ffe8d0 66%);
}

@media screen and (max-width: 768px) {
  .p-roof .c-border-txt {
    display: inline;
    font-size: 24px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #ffe8d0 40%);
  }

  .p-roof .c-border-txt.small {
    font-size: 20px;
  }

}


/* なぜ屋根はトラブルが多いのか! */

.p-roof .p-roof_trouble__list--wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-roof_trouble__list--wrap {
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.p-roof .p-roof_trouble__list--txt {
  max-width: 549px;
}

.p-roof .p-roof_trouble__list--img {
  max-width: 248px;
}

@media screen and (max-width: 768px) {

  .p-roof .p-roof_trouble__list--txt,
  .p-roof .p-roof_trouble__list--img {
    max-width: 100%;
  }

  .p-roof .p-roof_trouble__list--img {
    display: flex;
    justify-content: center;
    gap: 5px;
  }

}

.p-roof .p-roof_trouble__item {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.p-roof .p-roof_trouble__item:last-child {
  margin-bottom: 0;
}


.p-roof .p-roof_trouble__item-txt .ttl {
  margin-bottom: 10px;
  color: #382712;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}

.p-roof .p-roof_trouble__item-txt .border {
  padding-bottom: 8px;
  border-bottom: 1px solid #F38C1F;
}

.p-roof .p-roof_trouble__item-txt .ttl .color {
  color: #EB6120;
  font-weight: 700;
}

@media screen and (max-width: 768px) {

  .p-roof .p-roof_trouble__item {
    margin-bottom: 20px;
  }

  .p-roof .p-roof_trouble__item-txt .ttl {
    font-size: 20px;
  }

  .p-roof .p-roof_trouble__item-txt .txt {
    font-size: 16px;
  }

}

.p-roof .p-roof_trouble__item-img {
  margin-bottom: 10px;
}

.p-roof .p-roof_trouble-block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 40px;
  background: #FFF0E1;
  box-shadow: 4px 6px 0px 0px #FDB;
}

.p-roof .p-roof_trouble-block__txt {
  max-width: 453px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6em;
}

.p-roof .p-roof_trouble-block__img {
  max-width: 314px;
  width: 100%;
}

@media screen and (max-width: 768px) {

  .p-roof .p-roof_trouble-block {
    flex-wrap: wrap;
    padding: 20px;
  }

  .p-roof .p-roof_trouble-block__txt {
    max-width: 100%;
    font-size: 14px;
  }

  .p-roof .p-roof_trouble-block__img {
    max-width: 100%;
  }
}

/* こんな業者は危険です */
.p-roof .p-roof_danger-block {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

.p-roof .p-roof_danger-block__txt {
  max-width: 444px;
  width: 100%;
  line-height: 1.6em;
}

.p-roof .p-roof_danger-block__img {
  max-width: 382px;
  width: 100%;
}

.p-roof .p-roof_danger-banner {
  max-width: 780px;
  margin: 0 auto;
}

.p-roof .p-roof_danger-banner img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-roof .p-roof_danger-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 10px;
  }

  .p-roof .p-roof_danger-block__txt,
  .p-roof .p-roof_danger-block__img {
    max-width: 100%;
  }

}



/* こんな症状が出たら要注意！ */

.p-roof .p-roof_symp-list {
  display: flex;
  gap: 0;
  margin-bottom: 30px;
}

.p-roof .p-roof_symp-item {
  width: 25%;
  display: flex;
  justify-content: center;
}

.p-roof .p-roof_symp-txt {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

.p-roof .p-roof_symp-box {
  max-width: 780px;
  margin: 0 auto;
  padding: 12px 40px;
  font-size: 20px;
  line-height: 1.5em;
  border-radius: 16px;
  background: #FFE8D0;
}

@media screen and (max-width: 768px) {

  .p-roof .p-roof_symp-list {
    flex-wrap: wrap;
  }

  .p-roof .p-roof_symp-item {
    width: 50%;
  }

  .p-roof .p-roof_symp-txt {
    font-size: 16px;
  }

  .p-roof .p-roof_symp-box {
    font-size: 18px;
  }

}

/* 日成ホームの解決実績 */

.p-roof .p-roof_solution__list {
  margin-bottom: 80px;
}

.p-roof .p-roof_solution__item {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-roof_solution__list {
    margin-bottom: 55px;
  }

  .p-roof .p-roof_solution__item {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 20px;
  }
}

.p-roof .p-roof_solution__txt {
  max-width: 354px;
  width: 100%;
}

.p-roof .p-roof_solution__img {
  max-width: 470px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

@media screen and (max-width: 768px) {

  .p-roof .p-roof_solution__txt,
  .p-roof .p-roof_solution__img {
    max-width: 500px;
  }

}

.p-roof .p-roof_solution__img picture {
  position: relative;
}

.p-roof .p-roof_solution__img picture.before::before,
.p-roof .p-roof_solution__img picture.after::after {
  display: block;
  padding: 5px;
  width: 95px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;

}

.p-roof .p-roof_solution__img picture.before::before {
  content: "Before";
  background: #9C9C9C;
}

.p-roof .p-roof_solution__img picture.after::after {
  content: "After";
  background: #EB6120;
}

@media screen and (max-width: 768px) {

  .p-roof .p-roof_solution__img picture.before::before,
  .p-roof .p-roof_solution__img picture.after::after {
    width: 70px;
    font-size: 16px;
  }
}

.p-roof .p-roof_solution__ttl {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.p-roof .p-roof_solution__ttl .case {
  display: block;
  min-width: 67px;
  padding: 2px;
  border-radius: 0px 8px 8px 0px;
  background: #F38C1F;
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.p-roof .p-roof_solution__ttl .symp {
  min-width: 35px;
  padding: 3px;
  color: #382712;
  font-size: 14px;
  font-weight: 500;
  background: #E7E7E7;
  text-align: center;
}

.p-roof .p-roof_solution__area {
  margin-bottom: 5px;
  font-size: 14px;
}

.p-roof .p-roof_solution__manager {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #000;
}

.p-roof .p-roof_solution__manager::before {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 5px;
  background: #EB6120;
}

.p-roof .p-roof_solution__comment {
  font-size: 14px;
  line-height: 1.5em;
}

.p-roof .p-solution_certificate {
  max-width: 780px;
  margin: 0 auto;
  padding: 50px 50px 20px;
  border: 2px solid #F38C1F;
  background: #FFF4E9;
  position: relative;
}

.p-roof .p-solution_certificate-ttl {
  max-width: 276px;
  width: 100%;
  padding: 7px;
  background: #F38C1F;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.p-roof .p-solution_certificate-ttl::after {
  display: block;
  content: "";
  width: 34px;
  height: 21px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/roof/icon_roof_arrow_under.svg) right / cover no-repeat;
}

@media screen and (max-width: 768px) {
  .p-roof .p-solution_certificate {
    padding: 50px 10px 20px;
  }

  .p-roof .p-solution_certificate-ttl {
    max-width: 186px;
    padding: 5px 7px;
    font-size: 24px;
    top: -25px;
  }

  .p-roof .p-solution_certificate-ttl::after {
    width: 22px;
    height: 19px;
    bottom: -15px;
    background-size: contain;
  }
}

.p-roof .p-solution_certificate-list {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
  flex-wrap: wrap;
}

.p-roof .p-solution_certificate-item {
  max-width: 193px;
  width: 33%;
  margin-bottom: 10px;
}

.p-roof .p-solution_certificate-item .wrap {
  display: flex;
  justify-content: center;
  height: 135px;
  margin-bottom: 10px;
  background: #FAECDC
}

.p-roof .p-solution_certificate-item figure {
  width: 100%;
  text-align: center;
}

.p-roof .p-solution_certificate-item figure img {
  display: block;
  width: auto;
  height: auto;
}


.p-roof .p-solution_certificate-figcap {
  display: block;
  min-height: 44px;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-roof .p-solution_certificate {
    padding-bottom: 10px;
  }

  .p-roof .p-solution_certificate-list {
    gap: 5px;
  }

  .p-roof .p-solution_certificate-item {
    width: 48%;
    max-width: 156px;
  }

  .p-roof .p-solution_certificate-item .wrap {
    height: 110px;
    margin-bottom: 5px;
  }

  .p-roof .p-solution_certificate-figcap {
    min-height: 34px;
    font-size: 12px;
  }
}

/* ご予算にあわせて選べる屋根修理メニュー */

.p-roof .p-roof-menu__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 40px;
}

.p-roof .p-roof-menu__item {
  max-width: 420px;
  width: calc(50% - 5px)
}

.p-roof .p-roof-menu__figcap {
  margin-top: 5px;
}

.p-roof .p-roof-menu__figcap .color {
  display: block;
  color: #EB6120;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.p-roof .p-roof-menu__figcap ul {
  margin-top: 5px;
  font-size: 12px;
}


@media screen and (max-width: 768px) {
  .p-roof .p-roof-menu__list {
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 20px;
  }

  .p-roof .p-roof-menu__item {
    max-width: 100%;
    width: 100%;
  }

}

/* 火災保険の適用範囲と申請条件 */
.p-roof .p-roof_fire__head {
  font-size: 23px;
  text-align: center;
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  .p-roof .p-roof_fire__head {
    font-size: 18px;
    margin: 0 auto 40px;
  }
}

.p-roof .p-roof_free__box {
  padding: 20px 45px;
  background: #FDF4E6;
}

.p-roof .p-roof_free__box-ttl {
  margin-bottom: 10px;
  color: #EB6120;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.p-roof .p-roof_free__img {
  margin: 0 auto 40px;
}

.p-roof .p-roof_free__txt {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {

  .p-roof .p-roof_free__box-ttl {
    font-size: 24px;
  }

  .p-roof .p-roof_free__txt {
    margin-bottom: 20px;
  }

  .p-roof .p-roof_free__img {
    margin-bottom: 25px;
  }
}


.p-roof .p-roof_free__list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.p-roof .p-roof_free__item {
  text-align: center;
}

.p-roof .p-roof_free__figcap {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}


@media screen and (max-width: 768px) {
  .p-roof .p-roof_free__list {
    flex-direction: column;
  }


}


/* 無料診断はこちら */
#roofFormArea {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  #roofFormArea {
    padding-top: 0;
  }
}


#roofFormArea .c-basicform__tableTitle {
  min-width: 270px;
}

#roofFormArea .c-basicform__tableContent,
#roofFormArea .p-roof_checkbox {
  min-width: 416px;
}

#roofFormArea .p-roof_checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: solid 1px #f8f4f0;
}

#roofFormArea .p-roof_checkbox label {
  display: flex;
  align-items: center;
  gap: 5px;
}

#roofFormArea input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #382712;
  background: #FFF;
}

#roofFormArea .p-roof_checkbox .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 500;
}

#roofFormArea .c-basicform {
  margin-top: 0;
  padding-bottom: 0;
}

#roofFormArea .c-roof_cvbtn {
  margin-bottom: 0;
}

@media screen and (max-width: 920px) {
  #roofFormArea .c-basicform__tableTitle {
    min-width: unset;
  }

  #roofFormArea .c-basicform__tableContent,
  #roofFormArea .p-roof_checkbox {
    min-width: unset;
  }

  #roofFormArea .p-roof_checkbox {
    padding: 16px;
  }

  #roofFormArea table {
    white-space: wrap;
    overflow: visible;
  }

  #roofFormArea .c-basicform__tableContent {
    max-width: 100%;
  }

}

/* form btn */
#roofFormArea .c-roof_formbtn {
  max-width: 447px;
  margin: 40px auto;
  padding: 2px 3px;
  border-radius: 4px;
  border: 2px solid #39CB34;
  background: linear-gradient(180deg, #57B84C 0%, #57B84C 100%);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}

#roofFormArea .c-roof_formbtn .link {
  display: block;
  position: relative;
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(87, 184, 76, 0.00) 100%), linear-gradient(180deg, #36AF32 0%, rgba(71, 154, 62, 0.00) 100%);
}

#roofFormArea .c-roof_formbtn input.wpcf7-submit {
  display: block;
  width: 100%;
  padding: 13px 50px;
}

#roofFormArea .c-roof_formbtn .link::after {
  display: block;
  content: "";
  width: 13px;
  height: 24px;
  background: url(../images/roof/icon_roof_arrow.svg) right / cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}

#roofFormArea .c-roof_formbtn .txt {
  color: #FFF;
  font-size: 24px;
  line-height: 1.2em;
}

#roofFormArea .c-roof_formbtn .txt .color {
  font-size: 28px;
  color: #FFF358
}

@media screen and (max-width: 920px) {
  #roofFormArea .c-roof_formbtn {
    max-width: 300px;
    margin: 20px auto;
  }

  #roofFormArea .c-roof_formbtn .txt {
    font-size: 20px;
  }

  #roofFormArea .c-roof_formbtn .txt .color {
    font-size: 20px;
  }

	#roofFormArea .c-roof_formbtn input.wpcf7-submit {
		padding: 25px 50px;
	}

  #roofFormArea .c-roof_formbtn .link::after {
    width: 7px;
    height: 18px;
    right: 30px;
  }

}



/* fire start */

.p-roof {
  display: block;
  overflow: hidden;
  color: #382712;
  font-family: "Noto Sans JP", sans-serif;
}

.p-roof .l-section {
  margin-bottom: 40px;
}

.p-roof .p-roof__head {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {

  .p-roof .l-section.mb20sp {
    margin-bottom: 20px;
  }

  .p-roof .p-roof__head {
    margin-bottom: 0;
  }
}

.p-roof .p-roof__head .p-roof__head-img {
  display: block;
  margin-bottom: 40px;
}

.p-roof .p-roof__subhead {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
}

.p-roof .p-roof__subhead--up {
  display: block;
}

@media screen and (max-width: 768px) {
  .p-roof .p-roof__head .p-roof__head-img {
    margin-bottom: 25px;
  }

  .p-roof .p-roof__subhead {
    margin-bottom: 25px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 400;
  }
}

.p-roof ul li {
  list-style: none;
}

.p-roof .p-container {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-roof .p-container {
    max-width: 100%;
  }
}

.p-roof body {
  margin: 0;
}

.p-roof * {
  box-sizing: border-box;
}

.p-roof .l-wide {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.p-roof .l-inner {
  padding: 48px 50px;
}

@media screen and (max-width: 768px) {
  .p-roof .l-wide {
    max-width: 100%;
    padding: 0;
  }

  .p-roof .l-inner {
    padding: 10px 10px 20px;
  }

  .p-roof .l-inner.pt20sp {
    padding: 20px 10px 20px;
  }
}

.p-roof .l-layer {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-roof .l-layer {
    max-width: 100%;
    padding: 0 20px;
  }
}

.p-roof .l-inside {
  width: 100%;
  max-width: 748px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-roof .l-inside {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-roof .u-sp-hidden {
    display: none;
  }
}

.p-roof .u-pc-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-roof .u-pc-hidden {
    display: block;
  }
}

.p-roof.base-black h2,
.p-roof.base-black h3,
.p-roof.base-black h3,
.p-roof.base-black h4,
.p-roof.base-black dl,
.p-roof.base-black p,
.p-roof.base-black span,
.p-roof.base-black div {
  color: #000;
}

.p-roof.-item {
  padding-bottom: 330px;
}

@media screen and (max-width: 768px) {
  .p-roof.-item {
    padding-bottom: 40px;
  }
}

.p-roof .p-box-black {
  padding-bottom: 82px;
}

.p-roof a {
  transition: 0.4s;
}

.p-roof a:hover {
  opacity: 0.7;
}

.p-roof {
  color: #382712;
}

.p-roof .p-roof__head {
  text-align: center;
}

.p-roof .p-roof__contents {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-roof__contents {
    margin-top: 0;
  }
}

.p-roof .c-block-heading01 {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  background-size: auto auto;
  background: linear-gradient(0deg, rgba(243, 86, 12, 0.20) 60.66%, rgba(255, 255, 255, 0.00) 63.11%), #F38C1F;
  text-align: center;
}

.p-roof .c-block-heading01 .danger {
  display: inline-block;
  position: relative;
}

.p-roof .c-block-heading01 .danger::before {
  display: block;
  content: "";
  width: 110px;
  height: 110px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -110px;
  background: url(../images/roof/icon_roof_caution.svg) right / cover no-repeat;
}

@media screen and (max-width: 768px) {
  .p-roof .c-block-heading01 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 6px 0;
    font-size: 24px;
    height: auto;
    line-height: 1.3636363636;
    display: flex;
    min-height: 48px;
  }

  .p-roof .c-block-heading01 .danger {
    margin-left: 55px;
  }

  .p-roof .c-block-heading01 .danger::before {
    width: 90px;
    height: 90px;
    left: -80px;
  }
}

@media screen and (max-width: 768px) {
  .p-roof .c-block-heading01.-sp-height {
    padding: 20px 0;
  }
}

.p-roof .c-block-heading01 .c-block-heading01__icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.p-roof .c-block-heading01 .c-block-heading01__icon img {
  height: 100%;
}

.p-roof .p-yel-box01 {
  /* background: #FDFCE5; */
  padding-bottom: 30px;
}

.p-roof .p-grid01 {
  padding: 23px 36px 0;
}

@media screen and (max-width: 768px) {
  .p-roof .p-grid01 {
    padding: 22px 16px 0;
  }
}

.p-roof .p-grid01 ul {
  display: flex;
  margin: 0 -16px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-grid01 ul {
    flex-wrap: wrap;
  }
}

.p-roof .p-grid01 ul li {
  width: 33.333%;
  padding: 0 16px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-grid01 ul li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-roof .p-grid01 ul li+li {
    margin-top: 30px;
  }
}

.p-roof .c-check-card01 .c-check-card01__head {
  position: relative;
}

.p-roof .c-check-card01 .c-check-card01__head p {
  font-size: 20px;
  line-height: 1.45;
  font-weight: bold;
  text-align: center;
  color: #222;
}

@media screen and (max-width: 768px) {
  .p-roof .c-check-card01 .c-check-card01__head p {
    font-size: 18px;
    line-height: 1.4444444444;
    text-align: left;
    padding-left: 42px;
  }
}

.p-roof .c-check-card01 .c-check-card01__head p .kana {
  position: relative;
  color: #222;
  font-weight: bold;
}

.p-roof .c-check-card01 .c-check-card01__head p .kana .kana__item {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  color: #222;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-roof .c-check-card01 .c-check-card01__head p .kana .kana__item {
    font-size: 12px;
    line-height: 1;
  }
}

.p-roof .c-check-card01 .c-check-card01__head .c-check-card01__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(58px/2);
}

@media screen and (max-width: 768px) {
  .p-roof .c-check-card01 .c-check-card01__head .c-check-card01__icon {
    width: 29px;
  }
}

.p-roof .c-check-card01 .c-check-card01__image {
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .p-roof .c-check-card01 .c-check-card01__image img {
    height: 152px;
    overflow: hidden;
  }

  .p-roof .c-check-card01 .c-check-card01__image img {
    width: 100%;
  }
}

.p-roof .p-block {
  margin-top: 23px;
}

.p-roof .p-block.mt6 {
  margin-top: 6px;
}

.p-roof .bg-white {
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .p-roof .p-block {
    margin-top: 0;
  }
}

.p-roof .p-block.-mt32 {
  margin-top: 32px;
}

.p-roof .p-block.-mt50 {
  margin-top: 50px;
}

.p-roof .p-block.mt-124 {
  margin-top: 124px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-block.mt-124 {
    margin-top: 50px;
  }

  .p-roof .p-block.-sp-mt30 {
    margin-top: 0px;
  }
}

.p-roof .p-block.-padding-type {
  margin: 0;
  padding-top: 23px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-block.-padding-type {
    padding-top: 18px;
  }
}

.p-roof .c-copy {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.p-roof .c-copy.mt-58 {
  margin-top: 58px;
}

@media screen and (max-width: 768px) {
  .p-roof .c-copy {
    font-size: 20px;
    line-height: 1.8;
  }
}

.p-roof .c-copy p {
  font-weight: 500;
}

.p-roof .c-arrow-icon {
  width: calc(68px/2);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-roof .c-arrow-icon {
    width: 34px;
  }
}

.p-roof .c-weight-font01 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-roof .c-weight-font01 {
    padding: 0 16px;
    font-size: 22px;
    line-height: 1.6363636364;
    letter-spacing: 0.001em;
  }
}

.p-roof .c-weight-font01 span {
  font-weight: bold;
}

.p-roof .c-orange {
  color: #EB6120;
}

.p-roof .ob {
  background: linear-gradient(transparent 80%, #FFFF00 0%);
}

.p-roof .p-white-comment01 {
  position: relative;
  margin-top: 32px;
  max-width: 883px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 20px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-roof .p-white-comment01 {
    padding: 20px 15px;
    width: 90%;
  }
}

.p-roof .p-white-comment01 p {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.001em;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .p-roof .p-white-comment01 p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-roof .p-white-comment01 .icon-yel {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(84px/2);
}

.p-roof .p-white-comment01 .icon-people {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 130px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-white-comment01 .icon-people {
    width: 103px;
    bottom: -43px;
  }
}

.p-roof .p-border-title {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 500;
  border-bottom: 1px solid #F38C1F;
}

.p-roof .p-border-title.mt-44 {
  margin-top: 44px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-border-title {

    padding-bottom: 5px;
    font-size: 23px;
  }

  .p-roof .p-border-title.-sp-pl {
    font-size: 24px;
  }
}

.p-roof .p-border-title:before {
  display: none;
}

.p-roof .l-in {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-roof .l-in {
    margin-bottom: 20px;
  }
}

.p-roof .p-circle-group {
  margin-top: 26px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-circle-group {
    margin-top: 16px;
  }
}

.p-roof .p-circle-group .p-circle-group__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  column-gap: 5px;
  row-gap: 25px;

}

.p-roof .p-circle-group .p-circle-group__list .p-circle-group__item {
  max-width: 264px;
}

@media screen and (max-width: 768px) {

  .p-roof .p-circle-group .p-circle-group__list .p-circle-group__item {
    max-width: 162px;
    width: 50%;
  }
}

.p-roof .p-circle-group .p-circle-group__list .p-circle-group__item img {
  width: 100%;
}

.p-roof .p-circle-group .p-circle-group__list .p-circle-group__item.-people {
  padding-top: 24px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-circle-group .p-circle-group__list .p-circle-group__item.-people {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-roof .p-circle-group .p-circle-group__list .p-circle-group__item:nth-child(n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-roof .p-circle-group .p-circle-group__list .p-circle-group__item:nth-child(5) {
    order: 6;
  }
}

.p-roof .p-circle-group__option {
  margin-top: 14px;
}

.p-roof .p-circle-group__option p {
  font-size: 12px;
  line-height: 1.4285714286;
}

.p-roof .p-text {
  margin-top: 28px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-text {
    margin-top: 20px;
  }
}

.p-roof .p-text .text {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: normal;
}


@media screen and (max-width: 768px) {
  .p-roof .p-text .text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-roof .p-box-yel {
  position: relative;
}

.p-roof .p-five-grid {
  margin-top: 36px;
  margin-bottom: 40px;
  position: relative;
}

.p-roof .p-five-grid ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px
}

@media screen and (max-width: 768px) {

  .p-roof .p-five-grid {
    margin-top: 0;
    padding-top: 36px;
  }

  .p-roof .p-five-grid ul {
    gap: 20px
  }
}

.p-roof .p-five-grid ul li {
  width: 33.333%;
  max-width: 285px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-five-grid ul li {
    width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}

.p-roof .p-five-grid ul li:nth-child(n+4) {
  margin-top: 15px;
}

.p-roof .c-simple-card01 {
  position: relative;
}

.p-roof .c-simple-card01 .c-simple-card01__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 19px;
  line-height: 1;
  background: #EB6120;
}

@media screen and (max-width: 768px) {
  .p-roof .c-simple-card01 .c-simple-card01__title {
    width: 186px;
    height: 34px;
    font-size: 20px;
  }
}

.p-roof .c-simple-card01 .c-simple-card01__text {
  margin-top: 8px;
}

.p-roof .c-simple-card01 .c-simple-card01__text p {
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
}

.p-roof .p-custom-image.-type01 {
  max-width: 682px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-roof .p-custom-image.-type01 {
    width: 100%;
  }
}

.p-roof .p-orange-box {
  margin-top: 32px;
  max-width: 904px;
  width: 100%;
  margin-left: auto;
  border: 4px solid #EB6120;
  border-top: none;
}

.p-roof .p-orange-box .p-orange-box__title {
  position: relative;
  padding-left: 24px;
  background: #EB6120;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 2.0833333333;
}

@media screen and (max-width: 768px) {
  .p-roof .p-orange-box .p-orange-box__title {
    display: flex;
    padding: 8px 0 8px calc((16/375)*100vw);
    font-size: 22px;
    line-height: 1.3636363636;
    text-align: center;
  }
}

.p-roof .p-orange-box .p-orange-box__title:before {
  display: none;
}

.p-roof .p-orange-box .p-orange-box__title .p-orange-box__title-icon {
  position: absolute;
  top: 0;
  right: -4px;
  width: calc(84px/2);
  height: calc(76px/2);
}

.p-roof .p-orange-box .p-orange-box__contents {
  position: relative;
  padding: 23px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-orange-box .p-orange-box__contents {
    padding: 82px 15px 24px;
  }
}

.p-roof .p-orange-box .p-orange-box__contents p {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-roof .p-orange-box .p-orange-box__contents p {
    font-size: 16px;
    line-height: 1.75;
  }
}

.p-roof .p-orange-box .p-orange-box__contents p .c-orange {
  font-weight: bold;
}

.p-roof .p-orange-box .p-orange-box__contents .p-orange-box__people {
  position: absolute;
  right: 36px;
  bottom: 0;
  width: calc(258px/2);
}

@media screen and (max-width: 768px) {
  .p-roof .p-orange-box .p-orange-box__contents .p-orange-box__people {
    bottom: auto;
    top: -82px;
    right: 0;
    width: 90px;
  }
}

.p-roof .p-orange-box .p-orange-box__contents .p-orange-box__people-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-roof .p-orange-box .p-orange-box__contents .p-orange-box__people-inner .p-orange-box__people-inner02 {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-roof .p-orange-box .p-orange-box__contents .p-orange-box__people-inner .p-orange-box__people-inner02 .p-orange-box__people-comment {
  position: absolute;
  top: 16px;
  left: -168px;
  width: calc(423px/2);
}

@media screen and (max-width: 768px) {
  .p-roof .p-orange-box .p-orange-box__contents .p-orange-box__people-inner .p-orange-box__people-inner02 .p-orange-box__people-comment {
    width: 168px;
    top: auto;
    bottom: 6px;
  }
}

.p-roof .p-orange-box .p-orange-box__contents .p-orange-box__people-inner .p-orange-box__people-inner02 .p-orange-box__people-comment .p-orange-box__people-text {
  position: absolute;
  top: 20px;
  left: 27px;
  font-size: 20px;
  line-height: 1;
  color: #222;
}

@media screen and (max-width: 768px) {
  .p-roof .p-orange-box .p-orange-box__contents .p-orange-box__people-inner .p-orange-box__people-inner02 .p-orange-box__people-comment .p-orange-box__people-text {
    top: 17px;
    font-size: 15px;
    line-height: 1;
  }
}

.p-roof .p-box-light-orange {
  position: relative;
  /* margin-top: 40px; */
  padding-top: 23px;
  padding-bottom: 54px;
  background: #fff;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .p-roof .p-box-light-orange {
    padding-top: 15px;
  }
}

.p-roof .p-box-light-orange:before {
  position: absolute;
  top: 0;
  left: -60vw;
  width: 60vw;
  height: 100%;
  content: "";
  background: #fff;
  z-index: -1;
}

.p-roof .p-box-light-orange:after {
  position: absolute;
  top: 0;
  right: -60vw;
  width: 60vw;
  height: 100%;
  content: "";
  background: #fff;
  z-index: -1;
}

.p-roof .p-box-light-orange .p-box-light-orange__contents {
  margin-top: 42px;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {

  .p-roof .p-box-light-orange .p-box-light-orange__contents {
    padding: 0;
    margin-top: 30px;
  }
}

.p-roof .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -21px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul {
    margin: 0 -5px;
  }
}

.p-roof .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul li {
  position: relative;
  width: 33.333%;
  padding: 0 21px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul li {
    width: 50%;
    padding: 0 5px;
  }
}

.p-roof .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul li:nth-child(n+4) {
  margin-top: 34px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}

.p-roof .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul li .arrow-right {
  position: absolute;
  bottom: 8.5px;
  right: -12px;
  width: 24px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .p-roof .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul li .arrow-right {
    bottom: 14px;
    right: -14px;
  }
}

.p-roof .c-number-card01 {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.p-roof .c-number-card01 .c-number-card01__image img {
  width: 100%;
}

.p-roof .c-number-card01 .c-number-card01__num {
  position: absolute;
  top: -10px;
  left: -23px;
  width: calc(136px/2);
}

@media screen and (max-width: 768px) {
  .p-roof .c-number-card01 .c-number-card01__num {
    width: 54px;
    top: -14px;
    left: -3px;
  }
}

.p-roof .c-number-card01 .c-number-card01__title {
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EB6120;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-roof .c-number-card01 .c-number-card01__title {
    height: 66px;
    font-size: 18px;
    line-height: 1.4444444444;
    text-align: center;
  }
}

.p-roof .position-head {
  position: relative;
}

.p-roof .position-head .position-head__title {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(780px/2);
  z-index: 10;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-roof .position-head .position-head__title {
    position: static;
    transform: translateX(0%);
    width: 318px;
    margin: 0 auto;
  }
}

.p-roof .position-head .position-head__title img {
  width: calc(740px/2);
}

@media screen and (max-width: 768px) {
  .p-roof .position-head .position-head__title img {
    width: 100%;
  }
}

.p-roof .position-head .c-block-heading02 {
  font-size: 32px;
  color: white;
  background: #76471b;
  color: #fff;
  font-weight: 700;
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  background-size: auto auto;
  background-color: #9d652f;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(118, 71, 27) 1px, rgb(118, 71, 27) 6px);
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-roof .position-head .c-block-heading02 {
    margin-top: 6px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.3636363636;
  }
}

.p-roof .position-head .c-block-heading02:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 25px;
  content: "";
  background: #000;
}

.p-roof .position-head .c-block-heading02:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3px;
  height: 25px;
  content: "";
  background: #EB6120;
}

.p-roof .position-head .c-block-heading02 .c-block-heading02__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(129px/2);
}

.p-roof .p-number-list {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-number-list {
    margin-top: 16px;
  }
}

.p-roof .p-number-list li+li {
  margin-top: 20px;
}

.p-roof .p-number-list li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .p-roof .p-number-list li+li {
    padding-bottom: 4px;
  }

}

.p-roof .c-number-title {
  padding-bottom: 3px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  font-size: 28px;
  line-height: 1.7857142857;
  font-weight: bold;
  border-bottom: 5px solid #EB6120;
}

@media screen and (max-width: 768px) {
  .p-roof .c-number-title {
    font-size: 20px;
    line-height: 1.35;
    padding-bottom: 4px;
  }
}

.p-roof .c-number-title img {
  margin-right: 20px;
  width: 63px;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-roof .c-number-title img {
    width: 38px;
    margin-right: 7px;
  }
}

.p-roof .p-image-unit {
  padding: 24px 38px 0 24px;
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .p-roof .p-image-unit {
    flex-direction: column-reverse;
    padding: 16px 16px 0;
  }
}

.p-roof .p-image-unit .p-image-unit__sub {
  width: 264px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-image-unit .p-image-unit__sub {
    width: 100%;
  }

  .p-roof .p-image-unit .p-image-unit__sub img {
    width: 100%;
  }
}

.p-roof .p-image-unit .p-image-unit__text {
  width: auto;
  flex: 1;
  padding-left: 36px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-image-unit .p-image-unit__text {
    padding-left: 0;
    margin-top: 20px;
  }
}

.p-roof .p-image-unit .p-image-unit__text p {
  font-size: 16px;
  line-height: 1.5;
}

.p-roof .p-image-unit .p-image-unit__text p.small-font {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4285714286;
}

.p-roof .p-qa-box {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .p-roof .p-qa-box {
    padding: 0 16px;
  }
}

.p-roof .p-qa-box .p-qa-box__item+.p-qa-box__item {
  margin-top: 32px;
}

.p-roof .p-qa-box .p-qa-box__title {
  font-size: 24px;
  line-height: 2.0833333333;
  font-weight: bold;
  border-bottom: 1px solid #A09D9A;
}

@media screen and (max-width: 768px) {
  .p-roof .p-qa-box .p-qa-box__title {
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 1.4444444444;
  }
}

.p-roof .p-qa-box .p-qa-box__title span {
  color: #EB6120;
  margin-right: 8px;
  font-weight: bold;
}

.p-roof .p-qa-box .p-qa-box__contents {
  padding: 20px 24px 0;
}

@media screen and (max-width: 768px) {
  .p-roof .p-qa-box .p-qa-box__contents {
    padding: 20px 0 0;
  }
}

.p-roof .p-qa-box .p-qa-box__contents p {
  font-size: 16px;
  line-height: 1.5;
}

.p-roof .p-qa-box .p-qa-box__contents p.small-font {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4285714286;
}

.p-roof .c-image-copy {
  display: flex;
  justify-content: center;
  padding-bottom: 33px;
}

.p-roof .c-image-copy .c-image-copy__text {
  position: relative;
}

.p-roof .c-image-copy .c-image-copy__text p {
  font-size: 32px;
  line-height: 1.5625;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-roof .c-image-copy .c-image-copy__text p {
    font-size: 22px;
    line-height: 1.6363636364;
    text-align: center;
  }
}

.p-roof .c-image-copy .c-image-copy__text p span {
  font-weight: bold;
  color: #EB6120;
  background: linear-gradient(transparent 80%, #FFFF00 0%);
}

.p-roof .c-image-copy .c-image-copy__text .c-image-copy__image {
  position: absolute;
  right: -114px;
  top: 50%;
  transform: translateY(-50%);
  width: 104px;
}

@media screen and (max-width: 768px) {
  .p-roof .c-image-copy .c-image-copy__text .c-image-copy__image {
    position: static;
    transform: translateY(0%);
    margin: 0 auto;
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .p-roof .sp-triangle {
    position: relative;
    display: block;
  }

  .p-roof .sp-triangle:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(136px*2) 1400px 0 1400px;
    border-color: #FDFCE5 transparent transparent transparent;
    content: "";
    z-index: -1;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-roof .sp-triangle:before {
    top: calc((-16/375)*100vw);
    border-width: calc(136px*2) 1400px 0 1400px;
  }
}

main.no-margin {
  padding: 0;
}

.p-roof .c-simple-card01__image img,
.p-roof .c-check-card01__image img {
  width: 100%;
}

.p-roof .mt-82 {
  margin-top: 82px;
}

.p-roof .u-pc-hidden {
  display: none;
}

.p-roof .c-basicform__headline {
  color: #fff;
}

.p-roof .c-basicform .c-basicform__Required {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-roof .mt-82 {
    margin-top: 35px;
  }

  .p-roof .l-in.p-0 {
    padding: 0;
  }

  .p-roof .pc-br {
    display: none;
  }

  .p-roof .p-image-unit__sub {
    height: 182px;
    overflow: hidden;
  }

  .p-roof .u-pc-hidden {
    display: block;
  }

  .p-roof .u-sp-hidden {
    display: none;
  }

  .p-roof .position-head .c-block-heading02 {
    padding: 0;
  }

  .p-roof .position-head .c-block-heading02::after,
  .p-roof .position-head .c-block-heading02::before {
    display: none;
  }

  .p-roof .p-roof__head {
    padding-top: 0;
  }

  .p-roof .p-yel-box01 {
    padding-bottom: 60px;
  }

  .p-roof .p-border-title.-sp-pl {
    margin-top: 0;
  }

  .p-roof .p-border-title.mt-44 {
    margin-top: 3px;
  }

  .p-roof .l-wide.l-wide2 {
    padding-top: 20px;
  }
}

/* kasai end */