/* 共通部分 */
.blank::after{
    content: '';
    display: inline-block;
    background-image: url(../../../public/assets/images/common/ico_blank.svg);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -2px;
    margin-left: 4px;
}

@media screen and (min-width: 768px) {
    .header .blank::after{
        display: none;
    }
}
/* 共通部分 */

.header .header__wrap {
    height: 90px;
    padding-right: 40px;
}

.header .header__nav-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.header .header__nav-item {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header .header__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-right: 0;
    margin-left: 0;
}

.header .header__button {
    width: 150px;
    height: 42px;
    border-radius: 0 0 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFCC21;
    background-image: repeating-linear-gradient(135deg,transparent,transparent 5px, #ffd138 0,#ffd138 12px);
}

.header__button:nth-child(2),
.header__button:nth-child(3) {
    background-color: #2ACFDD;
    background-image: repeating-linear-gradient(135deg,transparent,transparent 5px, #4BD1DD 0,#4BD1DD 12px);
}

.header .header__button-ico {
    width: 28px;
    height: 28px;
}

.header .header__button-ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header .header__button-text {
    font-size: 15px;
    font-weight: 600;
    color: #585051;
    line-height: 14px;
    letter-spacing: 0;
    margin-left: 4px;
}

.header .header-tel {
    margin-right: 20px;
}

.header .none-recruit .global-nav__item,
.header .none-recruit.header__insta {
    padding-bottom: 10px;
}

.header .header__insta {
    margin-left: 24px;
}

.header .child-nav-wrap {
    top: calc(100% - 1px);
    padding: 24px;
}

.header .services-child-nav-wrap {
    left: -300px;
}

.header .child-nav--2 {
    gap: 20px;
}

.header .child-nav__image {
    width: 200px;
    margin-bottom: 10px;
}

.header .child-nav__ttl {
    font-size: 12px;
    font-weight: bold;
    color: #CC545D;
    line-height: 22.4px;
    letter-spacing: 0;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 9px;
    position: relative;
}

.header .child-nav__ttl::before {
    content: '';
    display: inline-block;
    height: 12px;
    width: 1px;
    background-color: #CC545D;
    position: absolute;
    left: 54px;
    top: 50%;
    transform: translateY(-50%);
}

.header .child-nav__ttl::after {
    display: inline-block;
}

.services-child-nav .child-nav__item:nth-child(1) .child-nav__ttl::after {
    content: '01';
}
.services-child-nav .child-nav__item:nth-child(2) .child-nav__ttl::after {
    content: '02';
}
.services-child-nav .child-nav__item:nth-child(3) .child-nav__ttl::after {
    content: '03';
}
.services-child-nav .child-nav__item:nth-child(4) .child-nav__ttl::after {
    content: '04';
}


/* 提供サービス */
.top-service-blocks {
    display: flex;
    flex-wrap: wrap;
}

.top-service-block {
    width: 50%;
    height: 380px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top-service-block.gray::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(100, 100, 100, 0.35);
}

.top-service-block.gray .top-service-item {
    opacity: 0.5;
    pointer-events: none;
}

.top-service-blocks .top-service-block:nth-child(1) {
    background-image: url(../../../public/assets/images/top/service_bg04.jpg);
}

.top-service-blocks .top-service-block:nth-child(2) {
    background-image: url(../../../public/assets/images/top/service_bg03.jpg);
}

.top-service-blocks .top-service-block:nth-child(3) {
    background-image: url(../../../public/assets/images/top/service_bg01.jpg);
}

.top-service-blocks .top-service-block:nth-child(4) {
    background-image: url(../../../public/assets/images/top/service_bg02.jpg);
}

.top-service-blocks .top-service-block::before {
    font-size: 52px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 0;
    writing-mode: vertical-rl;
    opacity: 0.25;
}

.top-service-blocks .top-service-block:nth-child(1)::before {
    content: 'CUSTOM\AHOUSE';
    left: 0;
}
.top-service-blocks .top-service-block:nth-child(2)::before {
    content: 'REFORM/\ARENOVATION';
    white-space: pre;
    right: 0;
}

.top-service-blocks .top-service-block:nth-child(3)::before {
    content: 'DESIGN';
    white-space: pre;
    left: 0;
}

.top-service-blocks .top-service-block:nth-child(4)::before {
    content: 'PUBLIC\AWORKS';
    right: 0;
}

.top-service-item {
    width: 480px;
    height: 258px;
    border-radius: 6px;
    background-color: #d1666e;
    background-image: repeating-linear-gradient(135deg,transparent,transparent 5px,#cc545d 0,#cc545d 12px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 0 20px 0;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.top-service-item:hover {
    opacity: 0.85;
}

.top-service-blocks .top-service-block .top-service-item::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    background-image: url(../../../public/assets/images/common/ico_arrow.svg);
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}

.top-service-blocks .top-service-block .top-service-item:hover::after {
    transform: translateX(0%);
}

.top-service-blocks .top-service-block .top-service-item::before {
    content: '';
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.top-service-blocks .top-service-block:nth-child(1) .top-service-item::before {
    background-image: url(../../../public/assets/images/top/service04.png);
    width: 140px;
    height: 62.55px;
    top: 43px;
    left: -11px;
}

.top-service-blocks .top-service-block:nth-child(2) .top-service-item::before {
    background-image: url(../../../public/assets/images/top/service03.png);
    width: 120px;
    height: 89px;
    top: -32px;
    right: -16px;
}

.top-service-blocks .top-service-block:nth-child(3) .top-service-item::before {
    background-image: url(../../../public/assets/images/top/service01.png);
    width: 126px;
    height: 90px;
    top: -10px;
    left: 29px;
}


.top-service-blocks .top-service-block:nth-child(4) .top-service-item::before {
    background-image: url(../../../public/assets/images/top/service02.png);
    width: 140px;
    height: 85px;
    top: 17.7px;
    right: -16px;
}

.top-service-item__num {
    font-size: 16px;
    font-weight: bold;
    color: #FFCC21;
    line-height: 20px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-service-item__num span {
    display: inline-block;
}
.top-service-item__num span:nth-child(1)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    margin: 0 6px -3px 6px;
    background-color: #FFCC21;
}

.top-service-item__title {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    margin: 20px auto 40px;
    position: relative;
}
.top-service-item__title::after {
    content: '';
    width: 48px;
    height: 3px;
    background-color: #FFCC21;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.top-service-item__text {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
}
/* 提供サービス */

@media (max-width: 767px) {
    .header .header__wrap {
        height: 70px;
        padding-right: 16px;
    }
    
    .header .header__nav-wrapper {
    }
    
    .header .header__nav-item {
    }
    
    .header .header__buttons {
        display: none;
    }
    
    .header .header__button {
    }
    
    .header__button:nth-child(3),
    .header__button:nth-child(4) {
    }
    
    .header .header__button-ico {
    }
    
    .header .header__button-ico img {
    }
    
    .header .header__button-text {
    }
    
    .header .header-tel {
        display: none;
    }

    .header .global-nav {
        gap: 27px;
        height: 500px;
    }
    
    .header .none-recruit .global-nav__item,
    .header .none-recruit.header__insta {
        padding-bottom: 0;
    }

    .header .global-nav__item a{
        font-size: 13px;
    }
    
    .header .header__insta {
        display: none;
    }
    
    .header .child-nav-wrap {
        padding: 0;
    }
    
    .header .services-child-nav-wrap {
    }
    
    .header .child-nav--2 {
    }
    
    .header .child-nav__image {
    }
    
    .header .child-nav__ttl {
        display: none;
    }

    .header-sp .h-sp-insta {
        margin-bottom: 40px;
        margin-top: -10px;
    }

    .header-sp .header-sp-section__buttons {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 7px;
    }

    .header-sp .header-sp-button {
        width: calc(50% - 3.5px);
        padding-left: 12px;
        text-align: start;
        line-height: 18px;
        gap: 4px;
    }

    .header-sp .header-sp-button--tel {
        width: 100%;
    }

    .header-sp .header-sp-button img {
        width: 28px;
        height: 28px;
    }

    .header-sp .header-sp-button:after {
        right: 12px;
    }

    /* 提供サービス */
    .top-service-blocks {
    }

    .top-service-block {
        width: 100%;
        height: 302px;
    }

    .top-service-blocks .top-service-block:nth-child(1) {
        background-image: url(../../../public/assets/images/top/service_bg01.jpg);
    }

    .top-service-blocks .top-service-block:nth-child(2) {
        background-image: url(../../../public/assets/images/top/service_bg02.jpg);
    }

    .top-service-blocks .top-service-block:nth-child(3) {
        background-image: url(../../../public/assets/images/top/service_bg03.jpg);
    }

    .top-service-blocks .top-service-block:nth-child(4) {
        background-image: url(../../../public/assets/images/top/service_bg04.jpg);
    }

    .top-service-blocks .top-service-block::before {
        font-size: 40px;
    }

    .top-service-blocks .top-service-block:nth-child(1)::before {
        left: auto;
        right: 0;
    }
    .top-service-blocks .top-service-block:nth-child(2)::before {
    }

    .top-service-blocks .top-service-block:nth-child(3)::before {
        content: 'RENOVATION';
        left: auto;
        right: 0;
    }

    .top-service-blocks .top-service-block:nth-child(4)::before {
    }

    .top-service-item {
        width: 78%;
        height: 238px;
        padding: 20px 16px 0 16px;
        position: relative;
    }

    .top-service-blocks .top-service-block .top-service-item::after {
        bottom: 12px;
    }

    .top-service-blocks .top-service-block .top-service-item::before {
    }

    .top-service-blocks .top-service-block:nth-child(1) .top-service-item::before {
        width: 98px;
        height: 43px;
        top: 23px;
        left: -8px;
    }

    .top-service-blocks .top-service-block:nth-child(2) .top-service-item::before {
        width: 84px;
        height: 62px;
        top: -17px;
        right: -14px;
    }

    .top-service-blocks .top-service-block:nth-child(3) .top-service-item::before {
        width: 88px;
        height: 62px;
        top: -27px;
        left: auto;
        right: 6px;
    }


    .top-service-blocks .top-service-block:nth-child(4) .top-service-item::before {
        width: 100px;
        height: 61px;
        top: 26px;
        right: auto;
        left: -14px;
    }

    .top-service-item__num {
    }

    .top-service-item__num span {
    }
    .top-service-item__num span:nth-child(1)::after {
    }

    .top-service-item__title {
        font-size: 24px;
        margin: 12px auto 32px;
    }
    .top-service-item__title::after {
        width: 42px;
        bottom: -16px;
    }

    .top-service-item__text {
    }
    /* 提供サービス */
}

/* ウインクスコラム */
.post-tags__item.clumn-post-tag {
    padding-top: 3px;
}
/* ウインクスコラム */


/* フッター */
.footer .footer__nav{
    gap: 48px;
}

@media screen and (max-width: 767px) {
    .footer .footer__nav{
        column-gap: 28px;
        row-gap: 0;
        height: 560px;
    }
}
/* フッター */