@media screen and (max-width: 767.98px) {
    .is-pc {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .is-sp {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .is-tab-down {
        display: none;
    }
}

@media screen and (max-width: 991.98px) {
    .is-tab-up {
        display: none;
    }
}

img {
    display: block;
}


.concept {}

.concept__title {
    font-size: 35px;
    text-align: center;
    font-weight: 500;
}

.concept__title span {
    font-size: 60px;
}

.concept__copy {
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
}

.concept__text {
    text-align: center;
    line-height: calc(30 / 16);
}

.wpc {
    margin-top: 100px;
    position: relative;
    z-index: 0;
}

.wpc::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: url(../../img/page/concept/wpc-bg.jpg);
    z-index: -1;
}

.wpc__contents {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    padding: 80px 0;
}

.wpc__left {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.wpc__title {
    font-size: 35px;
    font-weight: 500;
}

.wpc__img1 {}

.wpc__button {
    margin-top: auto;
}

.wpc__right {
    width: 50%;
}

.wpc__img2 {}

/*concept__item*/

.concept__items {}

.concept__item {
    padding: 80px 0 100px;
    border-bottom: 1px solid #d4d9de;
}

.concept__item:last-child {
    border-bottom: none;
}

.concept__item-top {
    display: flex;
    line-height: 1;
}

.concept__item-number {
    font-size: 150px;
    color: #d4d9de;
    padding-right: 20px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.concept__item-title {
    font-size: 60px;
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 10px;
}

.concept__item-copy {
    font-size: 22px;
}

.item01__top {
    display: flex;
    gap: 50px;
    margin-top: 20px;
}

.item01__top-left {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* justify-content: space-between; */
}

.item01__img1 {
    position: relative;
}

.item01__img1::before {
    position: absolute;
    content: "地震被害";
    color: #fff;
    font-weight: 500;
    background: #000;
    padding: 5px 10px;
    left: 0;
    top: 0;
}

.item01__text1 span {
    font-weight: 700;
}

.item01__button01 {}

.item01__top-right {
    width: 55%;
}

.item01__img2 {}

.item01__text2 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 10px;
}

.item01__text3 {
    margin-bottom: 0;
}

.item01__bottom {
    display: flex;
    gap: 50px;
    margin-top: 80px;
}

.item01__bottom-left {
    width: 55%;
}

.item01__img3 {}

.item01__bottom-right {
    width: 45%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.item01__img4 {
    position: relative;
}

.item01__img4::before {
    position: absolute;
    content: "津波被害";
    color: #fff;
    font-weight: 500;
    background: #000;
    padding: 5px 10px;
    left: 0;
    top: 0;
}

.item01__text4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 30px;
}

.item01__text5 {
    margin-bottom: 10px;
}

.item__img1 {}

.item-bottom {
    display: flex;
    gap: 50px;
    margin-top: 30px;
}

.item-bottom-left {
    width: 50%;
}


.item__img2 {
    position: relative;
}


.item2__img2::before {
    position: absolute;
    content: "竜巻被害";
    color: #fff;
    font-weight: 500;
    background: #000;
    padding: 5px 10px;
    left: 0;
    top: 0;
}

.item3__img2::before {
    position: absolute;
    content: "火災被害";
    color: #fff;
    font-weight: 500;
    background: #000;
    padding: 5px 10px;
    left: 0;
    top: 0;
}

.item4__img2::before {
    position: absolute;
    content: "土砂被害";
    color: #fff;
    font-weight: 500;
    background: #000;
    padding: 5px 10px;
    left: 0;
    top: 0;
}

.item5__img2::before {
    position: absolute;
    content: "白アリ被害";
    color: #fff;
    font-weight: 500;
    background: #000;
    padding: 5px 10px;
    left: 0;
    top: 0;
}





.item-bottom-right {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.item_text {
    line-height: calc(30 / 16);
}

.item__button {
    margin-top: auto;
}


/*achievement*/


.achievement {
    position: relative;
    z-index: 0;
    padding: 100px 0;
}

.achievement::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #f7f6f5;
    z-index: -1;
}

.achievement__copy {
    text-align: center;
    font-size: 42px;
    font-weight: 500;
}

.achievement__title {
    width: fit-content;
    margin: 40px auto;
    padding: 10px 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 30px;
    font-weight: 500;
}

.achievement__img1 {
    max-width: 532px;
    margin: auto;
}

.achievement__bottom {
    position: relative;
}

.achievement__head {
    text-align: center;
    margin-top: 50px;
}

.achievement__text1 {
    font-size: 27px;
    font-weight: 500;
}

.achievement__text1 span {
    font-size: 45px;
    padding: 0 10px;
    font-weight: 700;
}

.achievement__text2 {
    font-size: 27px;
    color: #fff;
    background: #000;
    border-radius: 50px;
    width: fit-content;
    margin: 30px auto 0;
    padding: 5px 30px;
    font-weight: 500;
}


.achievement__text3 {
    font-size: 117px;
    font-weight: 700;
}

.achievement__text3 span {
    font-size: 70px;
}

.achievement__text4 {
    font-size: 13px;
}

.achievement__images {}

.achievement__img {
    position: absolute;
}

.achievement__img:nth-child(1) {
    top: 0;
    width: calc(211 / 1440 * 100vw);
    height: calc(156 / 1440 * 100vw);
    left: 10px;
    max-width: 211px;
    max-height: 156px;
}

.achievement__img:nth-child(2) {
    bottom: 0;
    width: calc(211 / 1440 * 100vw);
    height: calc(156 / 1440 * 100vw);
    left: 50px;
    max-width: 211px;
    max-height: 156px;
}

.achievement__img:nth-child(3) {
    top: 0;
    width: calc(213 / 1440 * 100vw);
    height: calc(157 / 1440 * 100vw);
    right: 0;
    max-width: 211px;
    max-height: 156px;
}

.achievement__img:nth-child(4) {
    bottom: 0;
    width: calc(213 / 1440 * 100vw);
    height: calc(157 / 1440 * 100vw);
    right: 50px;
    max-width: 211px;
    max-height: 156px;
}

.guarantee__contents {
    margin-top: 80px;
    padding: 80px;
    border: 5px solid #b29264;
    text-align: center;
    position: relative;
}

.guarantee__contents::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #b29264;
    pointer-events: none;
}

.guarantee__text1 {
    font-size: 27px;
    font-weight: 500;
    width: fit-content;
    margin: auto;
    padding: 5px 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.guarantee__copy {
    font-size: 40px;
    font-weight: 500;
    margin-top: 30px;
}

.guarantee__copy span {
    font-size: 60px;
}

.achievement__contents-imgs {
    display: flex;
    gap: 30px;
}

.achievement__contents-img {}

.guarantee__text2 {
    font-size: 45px;
    margin-top: 30px;
    font-weight: 500;
    margin-bottom: 0;
}

.guarantee__text2 span {
    font-size: 65px;
    margin-top: 30px;
}

.guarantee__text3 {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
}




@media screen and (max-width: 991.98px) {
    .wpc__title {
        font-size: 24px;
    }

    .wpc__button {
        margin-top: 10px;
    }

    .concept__item-number {
        font-size: 90px;
    }

    .concept__item-title {
        font-size: 36px;
    }

    .concept__item-copy {
        font-size: 18px;
    }

    .achievement__img:nth-child(1) {
        left: -23px;
    }

    .achievement__img:nth-child(2) {
        left: 23px;
    }

    .achievement__img:nth-child(3) {
        right: -26px;
    }

    .achievement__img:nth-child(4) {
        right: 26px;
    }
}

@media screen and (max-width: 767.98px) {
    .concept__title {
        font-size: 26px;
    }

    .concept__title span {
        font-size: 40px;
    }

    .concept__copy {
        font-size: 20px;
    }

    .wpc {
        margin-top: 70px;
    }

    .wpc__contents {
        display: block;
    }

    .wpc__left {
        width: 100%;
    }

    .wpc__title {
        text-align: center;
    }

    .wpc__right {
        width: 100%;
        margin-top: 20px;
    }

    .wpc__img2 {
        max-width: 300px;
        margin: auto;
    }

    .wpc__button {
        text-align: center;
        margin-top: 20px;
    }

    .concept__item {
        padding: 50px 0 70px;
    }

    .concept__item-top {
        display: block;
    }

    .concept__item-number {
        font-size: 40px;
        text-align: center;
    }

    .concept__item-title {
        font-size: 25px;
        text-align: center;
        margin-top: 5px;
    }

    .concept__item-copy {
        text-align: center;
        margin-top: 10px;
    }

    .item01__bottom {
        margin-top: 50px;
    }

    .item01__top,
    .item01__bottom {
        flex-direction: column;
        gap: 20px;
    }

    .item01__top-left,
    .item01__top-right,
    .item01__bottom-left,
    .item01__bottom-right,
    .item-bottom-left,
    .item-bottom-right {
        width: 100%;
    }

    .item01__button01,
    .item01__button02 {
        text-align: center;
        margin-top: 20px;
    }

    .item01__text1 {
        margin-top: 10px;
    }

    .item01__text2,
    .item01__text4 {
        font-size: 20px;
    }

    .item01__text5 {
        margin-bottom: 0;
    }

    .item-bottom {
        flex-direction: column;
        gap: 20px;
    }

    .item__button {
        text-align: center;
    }

    .achievement__copy {
        font-size: 23px;
    }

    .achievement__title {
        font-size: 20px;
    }

    .achievement__text1 {
        font-size: 20px;
    }

    .achievement__text1 span {
        font-size: 26px;
    }

    .achievement__text2 {
        font-size: 20px;
    }

    .achievement__text3 {
        font-size: 70px;
    }

    .achievement__img:nth-child(1) {
        min-width: 80px;
        left: -20px;
        height: fit-content;
    }

    .achievement__img:nth-child(2) {
        min-width: 80px;
        left: -20px;
        height: fit-content;
    }

    .achievement__img:nth-child(3) {
        min-width: 80px;
        right: -20px;
        height: fit-content;
    }

    .achievement__img:nth-child(4) {
        min-width: 80px;
        right: -20px;
        height: fit-content;
    }

    .guarantee__contents {
        padding: 40px 20px 30px;
    }

    .guarantee__contents::before {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
    }

    .guarantee__text1 {
        font-size: 22px;
    }

    .guarantee__copy {
        font-size: 22px;
    }

    .guarantee__copy span {
        font-size: 40px;
    }

    .achievement__contents-imgs {
        gap: 3px;
    }

    .guarantee__text2 {
        font-size: 20px;
    }

    .guarantee__text2 span {
        font-size: 36px;
    }

    .guarantee__text3 {
        font-size: 12px;
    }
}

.site-body {
    margin-bottom: 0;
    padding-bottom: 0;
}