/* 共通部分 */
section {
    padding: 100px 0;
}

section:nth-of-type(even) {
    background-color: #FFF;
}

.oswald {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.ttlbox {
    text-align: center;
    margin: 0 auto;
}

.ttl-sm {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 55px;
    font-weight: 500;
    color: #F27E00;
}

.ttl {
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 44px;
    font-weight: 500;
}

@media all and (max-width: 680px) {
    section {
        padding: 44px 30px 50px;
    }
    .ttl-sm {
    }
    
    .ttl {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 34px;
        font-weight: 600;
    }
}

/* 共通部分 */

/* ヘッダー */
@media all and (min-width: 681px) {
    .h_id1_t1, .h_id1_logo1 {
        transition: all 0.3s ease;
    }

    .pageScroll .h_id1_t1 {
        font-size: 14px;
        padding-bottom: 0;
        margin-top: 10px;
    }
    .pageScroll .h_id1_logo1 {
        scale: 0.8;
    }
}
/* ヘッダー */

/* FV */
.fv {
    padding-top: 195px;
}
.fv-ttlbox {
    margin: 0 auto 97px;
}
.fv-ttl {
    font-size: 23px;
    letter-spacing: 0;
    line-height: 33px;
    text-align: center;
    font-weight: 600;
}
.sml {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 33px;
    font-weight: 600;
    color: #F27E00;
}
.sml2 {
    color: #000;
}
.fv-imgbox {
    width: 358px;
    height: auto;
    margin: 0 auto;
    margin-top: 14px;
}

.concept-text {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 36px;
    font-weight: 400;
    margin: 0 auto;
    width: 750px;
    margin-top: 40px;
}

.concept-img {
    width: 466px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}

@media all and (max-width: 680px) {
    .fv {
        padding: 127px 26px 50px;
    }
    .fv-ttlbox {
        margin: 0 auto 44px;
    }
    .fv-ttl {
    }
    .sml {
    }
    .sml2 {
    }
    .fv-imgbox {
        width: 264px;
    }
    
    .concept-text {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 30px;
        padding: 0 4px;
        width: 100%;
        margin-top: 34px;
    }
    
    .concept-img {
        width: 296px;
        margin-top: 29px;
    }
}
/* FV */


/* WORRIES */
.worries-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    width: 1076px;
    margin: 50px auto 0;
}
.worries-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 345px;
    height: 100px;
    border: 2px solid #F27E00;
    border-radius: 10px;
}
.worries-item.large {
    width: 254px;
    height: 128px;
}
.worries-text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
}
.strong {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 30px;
    font-weight: 500;
    color: #F27E00;
}

@media all and (max-width: 680px) {
    .worries-list {
        flex-direction: column;
        justify-content: start;
        flex-wrap:  nowrap;
        gap: 10px;
        width: 100%;
        margin: 30px auto 0;
    }
    .worries-item {
        width: 100%;
        height: 92px;
    }
    .worries-item.large {
        width: 100%;
        height: 92px;
    }
    .worries-text {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 22px;
    }
    .strong {
        font-size: 17px;
        letter-spacing: 0;
        line-height: 22px;
    }
}
/* WORRIES */


/* DESIGN */
.design-list {
    max-width: 1200px;
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 50px auto 0;
}
.design-item {
    width: 565px;
    height: 240px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}
.design-img {
    width: 315px;
    height: 100%;
}
.design-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}
.design-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: calc(100% - 315px);
}
.design-ttl {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 33px;
    font-weight: 600;
    color: #F27E00;
}
.design-text {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
}
@media all and (max-width: 680px) {
    .design-list {
        max-width: 100%;
        width: 100%;
        column-gap: 7px;
        row-gap: 15px;
        margin: 25px auto 0;
    }
    .design-item {
        width: calc(100% / 2 - 3.5px);
        height: auto;
        border-radius: 0;
        justify-content: start;
        flex-direction: column;
        background-color: transparent;
        gap: 4px;
    }
    .design-img {
        width: 100%;
        height: 160px;
    }
    .design-img img {
        border-radius: 20px;
    }
    .design-content {
        width: 100%;
    }
    .design-ttl {
        font-size: 18px;
        line-height: 27px;
        font-weight: 500;
    }
    .design-text {
    }
}
/* DESIGN */

/* PLAN */
.plan-list {
    max-width: 1200px;
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 50px auto 0;
}
.plan-item {
    width: 560px;
    height: 327px;
    border-radius: 10px;
    border: 2px solid #F27E00;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.plan-img {
    width: 238px;
    height: 100%;
}
.plan-item-wrap:not(:first-child) .plan-img {
    height: 304px;
    margin-top: calc(327px - 304px);
}
.plan-item-wrap:nth-child(5) .plan-img, .plan-item-wrap:nth-child(8) .plan-img {
    height: 316px;
    margin-top: calc(327px - 316px);
}
.plan-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.plan-content {
    width: calc(100% - 238px);
}
.plan-ttl {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
}
.plan-price {
}
.plan-price-num {
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 70px;
    letter-spacing: -0.05em;
    line-height: 1;
    font-weight: 500;
    color: #F27E00;
    padding: 10px 0 20px 0;
}
.plan-price-num::before {
    content: "工事\A価格";
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
    color: #F27E00;
    white-space: pre-line;
    vertical-align: middle;
    width: 52px;
    height: 59px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F27E00;
    margin-right: 8px;
}
.plan-price-num:after {
    content: "万円〜";
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 38px;
    color: #F27E00;
    margin-left: 8px;
    display: inline-block;
}
.plan-price-text {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 22.5px;
    font-weight: 400;
    padding-top: 15px;
    border-top: 2px solid #F27E00;
    margin: 0 25px 0 22px;
}
@media all and (max-width: 680px) {
    .plan-list {
        max-width: 100%;
        width: 100%;
        flex-direction: column;
        justify-content: start;
        flex-wrap: nowrap;
        gap: 10px;
        margin: 23px auto 0;
    }
    .plan-item-wrap {
        width: 100%;
        position: relative;
        overflow: visible;
    }
    .plan-item {
        width: 100%;
        height: 252px;
        position: relative;
    }
    .plan-item.diff {
        align-items: start;
        position: relative;
        height: 200px;
    }
    .plan-item.diff .plan-img {
        height: 123px;
        margin-top: 0;
        margin-left: -2px;
    }
    .plan-item.diff .plan-content {
        height: 123px;
        position: relative;
    }
    .plan-item.diff .plan-content:after {
        content: "";
        display: block;
        width: calc(100% - 27px);
        height: 2px;
        background-color: #F27E00;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .plan-item.diff .plan-ttl {
        margin-top: 18.5px;
    }
    .plan-item.diff .plan-price-text {
        display: none;
    }
    .plan-item.diff .plan-price-text.abs {
        display: block;
        position: absolute;
        top: 133px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 27px);
        margin: 0;
        padding: 0;
        height: auto;
        border-top: none;
    }
    .plan-img {
        width: 78%;
        height: 106px;
    }
    .plan-item-wrap:not(:first-child) .plan-img {
        height: 235px;
        margin-top: calc(252px - 235px);
    }
    .plan-item-wrap:nth-child(8) .plan-img {
        height: 240px;
        margin-top: calc(252px - 240px);
    }
    .plan-img img {
    }
    .plan-content {
        width: 100%;
    }
    .plan-ttl {
        font-size: 18px;
        line-height: 22px;
    }
    .plan-price {
    }
    .plan-price-num {
        font-size: 40px;
        padding: 5px 0 10px 0;
    }
    .plan-price-num::before {
        font-size: 12px;
        line-height: 13px;
        width: 30px;
        height: 34px;
        margin-right: 2px;
    }
    .plan-price-num:after {
        font-size: 14px;
        line-height: 22px;
        margin-left: 4px;
    }
    .plan-price-text {
        font-size: 11px;
        letter-spacing: 0;
        line-height: 16.5px;
        padding-top: 13px;
        margin: 0 12px 0 15px;
    }
}
/* PLAN */

/* OTHER */
.worksWrap {
    padding-bottom: 120px;
}

.works_link_clm1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 31.4px;
}

.w_link1 {
    margin: 0;
}

@media all and (max-width: 680px) {
    .w_title2::after {
        display: none;
    }
    .worksWrap {
        padding: 44px 0 50px;
    }
    .works_inner1 {
        padding: 0;
    }
    .works_list1 {
        padding-bottom: 5px;
    }
    .works_list1_img1 {
        height: 100%;
    }
    .works_list1 .li1{
        margin: 0 9px;
        height: max-content;
    }
    .works_list1 .link1 {
        height: 139px;
        margin: 0 auto;
    }
    .works_list1_title1 {
        order: 2;
        font-size: 15px;
        letter-spacing: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        font-weight: 500;
      }

    .works_link_clm1 {
        flex-direction: column;
        gap: 10px;
        margin-top: 75px;
    }

    .w_link1 {
        width: 236px;
        height: auto;
        padding: 10px 0;
    }

    .plan-slick .slick-list {
        height: 170px!important;
    }

    .slick-prev, .slick-next {
        width: 27px;
        height: 27px;
        top: 184px;
    }
    .slick-prev {
        left: 62px;
    }
    .slick-next {
        right: 62px;
    }
    .slick-prev::before, .slick-next::before {
        width: 7px;
        height: 7px;
        border-width: 2px;
    }
    .slick-dots {
        bottom: -20px;
    }
}

/* フッター */
.foot .w_link1 {
    margin: auto;
}