@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');

.icatchWrap.typeA .thumb.fix_thumb .img1.scn-renovationIcatch {
    background-image: url(https://toyohouse.com/wp-content/themes/toyo/files/img/renovation/41821506.L.jpg);
}

.scn-d1_img1 {
    aspect-ratio: 9/4;
    max-width: 572px;
    overflow: hidden;
    border-radius: 16px;
}

.scn-renovation_menu_01 .scn-d1_img1 img {
    object-position: 0 -70px;
}

.scn-renovation_menu_04 .scn-d1_img1 img {
    object-position: 0 -120px;
}

.scn-linkbtn_mt {
    margin-top: 85px;
}

.designWrap2.scn-designWrap2 {
    background-color: unset;
}

.scn-designWrap2 .fi2_dl1 .dt1.scn-dt1 {
    letter-spacing: 0.02em;
}

.scn-designWrap2 .fi2_dl1 .dd1.scn-dd1 {
    border: 1px solid #000;
    padding: 1rem;
    min-height: 210px;
}

.scn-works_item .scn-works_item_text {
    text-align: center;
}

.scn-works_img {
    aspect-ratio: 336/252;
    overflow: hidden;
}

.scn-works_arrow {
    display: block;
    position: relative;
    width: 59.4px;
    height: 60px;
    background: #000000;
    clip-path: polygon(0 50.5%, 26.4% 50.5%, 26.4% 0, 73.6% 0, 73.6% 50.5%, 100% 50.5%, 50% 100%);
    margin: 10px auto;
}

.scn-works_arrow::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 50%;
    width: 49.7px;
    height: 55.2px;
    background: #ffffff;
    clip-path: polygon(0 54.9%, 25.9% 54.9%, 25.9% 0, 74.1% 0, 74.1% 54.9%, 100% 54.9%, 50% 100%);
    transform: translateX(-50%);
}

.scn-flowWrap {
    position: relative;
}

.scn-flowWrap .flowInner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    /* padding: 10px 0 60px; */
}

.scn-flowWrap .flowList {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.scn-flowWrap .flowList>li {
    width: calc(100% / 4);
    display: flex;
    flex-flow: column;
}

.scn-flowWrap .step-number {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000;
    margin: 20px;
}

.scn-flowWrap .flowList>li .flow-thumb {
    width: 100%;
    height: 300px;
    position: relative;
}

.scn-flowWrap .flowList>li .flow-thumb .flow-img {
    width: 80%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
}

.scn-flowWrap .flowList>li .textBox {
    width: 100%;
    padding: 20px 20px 25px;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    flex-grow: 1;
}

.scn-flowWrap .flowList>li .textBox .position1 {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    }

.scn-flowWrap .arrow {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #333;
}

@media (max-width: 680px) {
    .scn-flowWrap .flowList.scn-flow-slick-wrap li .flow-thumb {
        width: 100%;
        min-height: auto;
        height: 63.44vw;
    }

    .scn-flowWrap .flowList.scn-flow-slick-wrap li .flow-thumb .flow-img {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        margin: auto;
    }

    .scn-flowWrap .scn-flow-slick-wrap .slick-prev::before,
    .scn-flowWrap .scn-flow-slick-wrap .slick-next::before {
        font-size: 30px;
        border-color: #000;
        width: 15px;
        height: 15px;
    }
}

.faq_area {
    padding: 80px 0;
}

.faq_area_in {
    width: 1200px;
    margin: 0 auto;
}

.faq_block {
    margin-top: 40px;
}

.faq_accordion {
    margin-bottom: 25px;
    background-color: #fff;
}

.faq_accordion summary {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 2em 2em 2em 3em;
    font-weight: bold;
    cursor: pointer;
    font-size: 17px;
}

.faq_accordion summary::before {
    position: absolute;
    content: "Q.";
    top: 33px;
    left: 15px;
    color: #002556;
    font-size: 17px;
}

.faq_accordion p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 1em 3em;
    transition: transform .5s, opacity .5s;
    font-size: 17px;
}

.faq_accordion p::before {
    position: absolute;
    content: "A.";
    top: 19px;
    left: 15px;
    color: #002556;
    font-size: 17px;
    font-weight: bold;
}

.faq_accordion a {
    color: #002556;
}

.faq_accordion summary::-webkit-details-marker {
    display: none;
}

.faq_accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 12px;
    height: 12px;
    margin-left: 10px;
    border-bottom: 3px solid #002556;
    border-right: 3px solid #002556;
    content: '';
    transition: transform .3s;
}

.faq_accordion[open] summary::after {
    transform: rotate(225deg);
}

.faq_accordion[open] p {
    transform: none;
    opacity: 1;
}

@media (max-width: 680px) {
    .faq_area_in {
        width: 100%;
        margin: 0 auto;
    }

    .faq_block {
        margin: 40px 15px 0;
    }

    .faq_accordion {
        margin-bottom: 20px;
    }

    .faq_accordion p .isSP {
        display: none;
    }
}

.designBlock4.scn-designBlock4 {
    margin: 0 auto;
}

/* scn-renovation_item1 */
.scn-renovation_item1 {
  width: 1200px;
  margin: 54px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fi1_img1 {
  width: 658px;
}
.fi1_text1 {
  width: 500px;
  text-align: center;
}
.fi1_h4 {
  display: inline-block;
  color: #002556;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 2.1;
}
.fi1_h4 .s1 {
  display: inline-block;
  border-bottom: 2px solid #002556;
  line-height: 1.6;
}
.fi1_p1 {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.025em;
  line-height: 2;
  margin-top: 20px;
}
.fi1_list1 {
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.fi1_list1>li {
  width: 100%;
  padding: 7px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002556;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.fi1_list1 .li1:nth-of-type(1n + 2) {
  margin-top: 10px;
}
.fi1_list1 .li2 {
  width: calc((100% - 10px) / 2);
}
.fi1_list1 .li2:nth-of-type(1n + 3) {
  margin-top: 10px;
}
.fi1_img2 {
  width: 348px;
  margin: 22px auto 0;
}

/* scn-renovation_item2 */
.scn-renovation_item2 {
  width: 100%;
  margin: 70px auto 0;
}
.fi2_list1 {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.fi2_list1>li {
  width: calc((100% - 40px) / 3);
}
.fi2_img1 {
  width: 100%;
  padding: 0 5px;
}
.fi2_dl1 .dt1 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
}
.fi2_dl1 .dd1 {
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0;
  margin-top: 12px;
  padding-bottom: 1rem;
}
.fi2_text1 {
  font-size: 12px;
  text-align: justify;
  letter-spacing: 0.05em;
  margin-top: 32px;
}
.scn-renovation-voice_item {
  border: 1px solid #000;
  padding: 2rem;
}
.scn-renovation-voice_item .fi2_dl1 .dt1 {
  text-align: left;
}

/* scn-renovation_item3 */
.scn-renovation_item3 {
  width: 1060px;
  margin: 90px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fi3_text1 {
  width: 550px;
}
.fi3_h4 {
  display: inline-block;
  color: #002556;
  font-size: 28px;
  font-weight: 700;
  line-height: 2.1;
}
.fi3_h4 .s1 {
  display: inline-block;
  border-bottom: 2px solid #002556;
  line-height: 1.6;
}
.fi3_p1 {
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0.025em;
  line-height: 1.64;
  margin-top: 15px;
}
.fi3_p2 {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.025em;
  line-height: 2;
  margin-top: 15px;
}
.fi3_img1 {
  width: 456px;
}

/* scn-renovation_item4 */
.scn-renovation_item4 {
  width: 100%;
  margin: 46px auto 0;
  padding: 54px 80px 68px;
  background-color: #ECF0F0;
  border-radius: 17px;
}
.fi4_h4 {
  color: #002556;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
.fi4_h4 .s1 {
  display: inline-block;
  border-bottom: 2px solid #002556;
}
.fi4_p1 {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  line-height: 1.96;
  margin-top: 20px;
}
.fi4_ul1 {
  width: 100%;
  margin: 14px auto 0;
}
.fi4_ul1 .li1 {
  width: 100%;
  padding: 40px 0;
}
.fi4_ul1 .li1:nth-of-type(1n + 2) {
  border-top: 1px dashed #000;
}
.fi4_ul1 .dl1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.fi4_ul1 .dt1 {
  width: 200px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.09em;
}
.fi4_ul1 .dt1 .s1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fi4_ul1 .dd1 {
  width: 804px;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.86;
}
.fi4_ul2 {
  width: 100%;
  margin: 44px auto 0;
  display: flex;
  flex-flow: wrap;
}
.fi4_ul2 .li1 {
  width: 50%;
}
.fi4_ul2 .dt1 {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
}
.fi4_ul2 .dd1 {
  width: 100%;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.86;
  margin-top: 15px;
}

/* scn-renovation-works_item */
.scn-renovation-works_item .scn-renovation-works_item_text {
  text-align: center;
}
.scn-renovation-works_img {
  aspect-ratio: 336/252;
  overflow: hidden;
}
.scn-renovation-works_arrow {
  display: block;
  position: relative;
  width: 59.4px;
  height: 60px;
  background: #000000;
  clip-path: polygon(0 50.5%, 26.4% 50.5%, 26.4% 0, 73.6% 0, 73.6% 50.5%, 100% 50.5%, 50% 100%);
  margin: 10px auto;
}
.scn-renovation-works_arrow::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  width: 49.7px;
  height: 55.2px;
  background: #ffffff;
  clip-path: polygon(0 54.9%, 25.9% 54.9%, 25.9% 0, 74.1% 0, 74.1% 54.9%, 100% 54.9%, 50% 100%);
  transform: translateX(-50%);
}

/* scn-renovation_graph1 */
.scn-renovation_graph1 {
  width: 100%;
  margin: 64px auto 0;
}

/* scn-renovation-support_item1 */
.scn-renovation-support_item1 {
  width: 100%;
  margin: 54px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.su1_img1 {
  width: 473px;
}
.su1_text1 {
  width: calc(100% - 510px);
}
.su1_h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.7;
}
.su1_p1 {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.8;
  margin-top: 20px;
  padding-bottom: 6px;
}
.su1_dl1 {
  width: 100%;
  margin: 36px auto 0;
}
.su1_dt1 {
  font-size: 22px;
  font-weight: 700;
  position: relative;
}
.su1_dt1::after {
  content: "";
  width: calc(100% - 110px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.su1_ul1 {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.su1_ul1 .li1 {
  width: 32%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #002556;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.su1_sml1 {
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

@media all and (min-width: 681px) {}

@media all and (max-width: 680px) {}

/* scn-flowWrap */
.scn-flowWrap {
  position: relative;
}
.scn-flowWrap .flowInner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.scn-flowWrap .flowList {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.scn-flowWrap .flowList>li {
  width: calc(100% / 4);
  display: flex;
  flex-flow: column;
}
.scn-flowWrap .step-number {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000;
  margin: 20px;
}
.scn-flowWrap .flowList>li .flow-thumb {
  width: 100%;
  height: 300px;
  position: relative;
}
.scn-flowWrap .flowList>li .flow-thumb .flow-img {
  width: 80%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}
.scn-flowWrap .flowList>li .textBox {
  width: 100%;
  padding: 20px 20px 25px;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  flex-grow: 1;
}
.scn-flowWrap .flowList>li .textBox .position1 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}
.scn-flowWrap .arrow {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #333;
}

@media all and (min-width: 681px) {
  .pageNavi {
    margin-top: 70px;
  }
  .pageNaviList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pageNaviListItem a {
    font-size: 18px;
    width: 435px;
    height: 55px;
  }
  .d1_h2 {
    white-space: nowrap;
  }
  .d3_list1 .li1:nth-of-type(1n + 3) {
    margin-top: 75px;
  }
  .scn-renovation_item1.rev {
    flex-flow: row-reverse;
  }
  .fi2_list1>li:nth-of-type(1n + 4) {
    margin-top: 55px;
  }
  .fi2_img1.type2 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .fi4_ul2 .li1:nth-of-type(odd) {
    padding-right: 50px;
  }
  .fi4_ul2 .li1:nth-of-type(even) {
    padding-left: 50px;
    border-left: 1px dashed #000;
  }
  .su1_ul1::after {
    content: "";
    width: 32%;
    display: block;
  }
  .su1_ul1 .li1:nth-of-type(1n + 4) {
    margin-top: 10px;
  }
}

@media (max-width: 680px) {
  .scn-flowWrap .flowList.scn-flow-slick-wrap li .flow-thumb {
    width: 100%;
    min-height: auto;
    height: 63.44vw;
  }
  .scn-flowWrap .flowList.scn-flow-slick-wrap li .flow-thumb .flow-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: auto;
  }
  .scn-flowWrap .scn-flow-slick-wrap .slick-prev::before,
  .scn-flowWrap .scn-flow-slick-wrap .slick-next::before {
    font-size: 30px;
    border-color: #000;
    width: 15px;
    height: 15px;
  }
  .designBlock1 {
    width: 100%;
    padding: 0 5%;
    display: block;
  }
  .d1_textBox {
    width: 100%;
  }
  .d1_h2 {
    font-size: 16px;
    padding-bottom: 3px;
    white-space: nowrap;
  }
  .d1_h2::after {
    width: calc(100% + 5vw);
  }
  .d1_h3 {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-top: 15px;
  }
  .d1_p1 {
    font-size: 15px;
    text-align: justify;
    letter-spacing: 0.025em;
    line-height: 2;
    margin-top: 15px;
  }
  .d1_imgBox {
    width: calc(472.5px * 0.6);
    max-width: 100%;
    margin: 5px auto 0;
  }
  .d1_imgBox.type2 {
    width: calc(420px * 0.6);
  }
  .d1_imgBox.type3 {
    width: calc(444px * 0.6);
  }
  .d1_imgBox.type4 {
    width: 100%;
    margin-top: 20px;
  }
  .pageNavi {
    margin-top: 15px;
  }
  .pageNaviListItem+.pageNaviListItem {
    margin-top: 12px;
  }
  .pageNaviListItem a {
    width: 252px;
    height: 43px;
    white-space: nowrap;
  }

  /* designTitle1 */
  .designTitle1::after {
    width: 58px;
    height: 6px;
    margin-top: 20px;
  }
  .designTitle1.type2::after {
    margin-top: 14px;
  }
  .designTitle1.type2 .t2 {
    font-size: 17px;
    letter-spacing: 0.05em;
  }
  .designWrap1 {
    padding-top: 45px;
  }
  .designBlock2 {
    padding: 60px 5% 0;
  }
  .designBlock2In {
    width: 100%;
  }
  .designBlock2In+.designBlock2In {
    margin-top: 60px;
  }
  .d2_list1 {
    display: block;
    margin-top: 30px;
  }
  .d2_list1>.li1 {
    width: 100%;
  }
  .d2_list1>.li1+.li1 {
    margin-top: 40px;
  }
  .d2_list1 .d2_h4 {
    font-size: 19px;
    margin-top: 15px;
  }
  .d2_list1 .d2_p1 {
    font-size: 15px;
    margin-top: 18px;
  }
  .d3_single {
    margin: 30px 5% 0;
  }
  .d3_single-imgBox {
    width: 100%;
  }
  .designWrap2 {
    padding-top: 45px;
  }
  .designWrap2In {
    width: 92%;
    margin: 50px auto 0;
    padding: 0 0 35px;
    border-radius: 10px;
  }

  /* designBlock3 */
  .designBlock3 {
    width: 100%;
    margin: 0 auto;
    padding: 35px 0 45px;
  }
  .d3_list1 {
    width: 100%;
    padding: 0 5%;
    margin-top: 50px;
    display: block;
  }
  .d3_list1 .li1 {
    width: 100%;
  }
  .d3_list1 .li1+.li1 {
    margin-top: 50px;
  }
  .d3_list1 .d3_p1,
  .d3_single .d3_p1 {
    font-size: 16px;
    letter-spacing: 0.08em;
    margin-top: 15px;
  }

  /* designBlock4 */
  .designBlock4 {
    width: 90%;
    margin: 0 auto;
    padding: 35px 5%;
    border-radius: 10px;
  }
  .d4_img1 {
    margin: 30px auto 0;
  }
  .d4_p1 {
    width: 100%;
    margin: 20px auto 0;
    font-size: 15px;
    letter-spacing: 0.02em;
  }
  .worksLink1 {
    margin-top: 30px;
  }

  /* designBlock5 */
  .designBlock5 {
    width: 90%;
    padding: 35px 5%;
    border-radius: 10px;
  }
  .designWrap3 {
    padding: 45px 0 60px;
  }
  .scn-renovation_menu_04 .scn-d1_img1 img {
    object-position: 0 -60px;
  }
  .scn-renovation_item1 {
    width: 100%;
    margin-top: 30px;
    display: block;
  }
  .fi1_img1 {
    width: 100%;
  }
  .fi1_text1 {
    width: 100%;
    padding-top: 15px;
  }
  .fi1_h4 {
    font-size: 19px;
  }
  .fi1_p1 {
    font-size: 15px;
    margin-top: 18px;
  }
  .fi1_list1 {
    margin-top: 22px;
  }
  .fi1_list1>li {
    font-size: 15px;
    letter-spacing: 0.025em;
  }
  .fi1_img2 {
    width: 85%;
    margin-top: 15px;
  }
  .scn-renovation_item2 {
    margin-top: 40px;
    padding: 0 5%;
  }
  .scn-renovation_item2.type2 {
    padding: 0;
  }
  .fi2_list1 {
    display: block;
  }
  .fi2_list1>li {
    width: 100%;
  }
  .fi2_list1>li:nth-of-type(1n + 2) {
    margin-top: 40px;
  }
  .fi2_img1 {
    padding: 0;
  }
  .fi2_img1.type2 {
    padding-bottom: 10px;
  }
  .fi2_dl1 .dt1 {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .fi2_dl1 .dd1 {
    font-size: 13px;
    margin-top: 6px;
    padding-bottom: 1rem;
  }
  .fi2_text1 {
    font-size: 11px;
    letter-spacing: 0.02em;
    margin-top: 35px;
  }
  .scn-renovation_item3 {
    width: 100%;
    margin-top: 50px;
    display: block;
  }
  .fi3_text1 {
    width: 100%;
  }
  .fi3_h4 {
    font-size: 19px;
  }
  .fi3_p1 {
    font-size: 16px;
    margin-top: 12px;
  }
  .fi3_p2 {
    font-size: 15px;
    margin-top: 12px;
  }
  .fi3_img1 {
    width: 100%;
    margin-top: 15px;
  }
  .scn-renovation_item4 {
    margin-top: 40px;
    padding: 25px 5%;
    border-radius: 10px;
  }
  .fi4_h4 {
    font-size: 20px;
  }
  .fi4_p1 {
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0.02em;
    margin-top: 12px;
  }
  .fi4_ul1 {
    margin-top: 0;
  }
  .fi4_ul1 .li1 {
    padding: 25px 0;
  }
  .fi4_ul1 .dl1 {
    display: block;
  }
  .fi4_ul1 .dt1 {
    width: 100%;
    font-size: 17px;
    padding: 2px 0;
  }
  .fi4_ul1 .dd1 {
    width: 100%;
    margin-top: 12px;
  }
  .fi4_ul2 {
    margin-top: 35px;
    padding-bottom: 15px;
    display: block;
  }
  .fi4_ul2 .li1 {
    width: 100%;
  }
  .fi4_ul2 .li1:nth-of-type(1n + 2) {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px dashed #000;
  }
  .fi4_ul2 .dt1 {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  .fi4_ul2 .dd1 {
    font-size: 14px;
    margin-top: 10px;
  }
  .scn-renovation-support_item1 {
    margin-top: 30px;
    display: block;
  }
  .su1_img1 {
    width: 100%;
  }
  .su1_text1 {
    width: 100%;
    padding-top: 15px;
  }
  .su1_h4 {
    font-size: 19px;
  }
  .su1_p1 {
    font-size: 15px;
    margin-top: 14px;
    padding-bottom: 0;
  }
  .su1_dl1 {
    margin-top: 28px;
  }
  .su1_dt1 {
    font-size: 18px;
  }
  .su1_dt1::after {
    width: calc(100% - 92px);
  }
  .su1_ul1 {
    margin-top: 15px;
    display: block;
  }
  .su1_ul1 .li1 {
    width: 100%;
    height: 56px;
    font-size: 16px;
    line-height: 1.4;
  }
  .su1_ul1 .li1:nth-of-type(1n + 2) {
    margin-top: 10px;
  }
  .su1_sml1 {
    font-size: 11px;
    text-align: justify;
  }
}

@media all and (max-width: 320px) {
  .designTitle1.type2 .t2 {
    font-size: 15px;
  }
  .d1_h2 {
    font-size: 15px;
  }
  .d1_h3 {
    font-size: 18px;
  }
  .d1_p1 {
    font-size: 14px;
  }
  .d2_list1 .d2_h4 {
    font-size: 18px;
  }
  .designWrap2 .w_title01 .t1 {
    font-size: 34px;
  }
  .designWrap2 .w_title01 .t2 {
    font-size: 12px;
  }
  .fi2_text1 {
    font-size: 10px;
  }
  .fi4_h4 {
    font-size: 17px;
  }
  .fi4_p1 {
    font-size: 13px;
  }
  .scn-renovation_graph1 {
    margin-top: 30px;
    padding: 0 5%;
  }
  .scn-renovation_graph1In {
    width: 100%;
    padding-bottom: 12px;
    overflow: auto;
  }
  .scn-renovation_graph1In::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
    height: 8px;
  }
  .scn-renovation_graph1In::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }
  .scn-renovation_graph1In::before {
    content: "横にスクロールします⇒";
    display: block;
    font-size: 14px;
    padding: 0 0 12px;
  }
  .scn-renovation_graph1In img {
    width: 800px;
    max-width: none;
  }
}

@media all and (min-width: 681px) and (max-width: 1200px) {
  .d1_h2::after {
    width: calc(100% + 10px);
  }
  .designWrap2In {
    width: 1200px;
    margin: 56px auto 0;
  }
}

/* designBlock5 */
.designBlock5 {
  width: 1050px;
  margin: auto;
  padding: 64px 50px 75px;
  border-radius: 17px;
}
.designBlock5.type2 {
  background-color: #002556;
  color: #fff;
}

/* designWrap3 */
.designWrap3 {
  padding: 90px 0 140px;
}

.designBlock2 {
  padding: 115px 0 0;
}

section.designWrap1 {
    padding: 115px 0 0 0;
}

@media (max-width: 680px) {
    .designBlock5 {
        width: 90%;
        padding: 35px 5%;
        border-radius: 10px;
    }
}

@media (max-width: 680px) {
    .designWrap3 {
        padding: 45px 0 60px;
    }
}

@media (max-width: 680px) {
    section.designWrap1 {
        padding: 45px 0 0 0;
    }
}

@media (max-width: 680px) {
    .scn-breadcrumb {
        margin: 10px 0 0 10px;
        font-size: 80%;
    }
}

@media (max-width: 680px) {
    .designBlock2 {
        padding: 60px 5% 0;
    }
}

@media (max-width: 680px) {
    section.designWrap2 {
        padding: 45px 0 0 0;
    }
}