/*# sourceMappingURL=index.css.map */


/* --- カラー変数 --- */
:root {
    --primary: #f5a623;
    --text: #050505;
    --light-text: #8e8e93;
    --light-bg: #f7f7f7;
    --light-border: #d3cdc7;
    --english: 'Jost', "Noto Sans JP", sans-serif;
    --japanese: "Noto Sans JP", sans-serif;
}


section h2 {
    font-family: var(--english);
    font-weight: 400;
    font-size: 2rem;
    position: relative;
    letter-spacing: 0.05em;
}

section h2 span {
    color: var(--primary);
}


.arrow {
    background-image: url('/wp-content/uploads/2025/06/idx_arrow-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 10px;
    background-position: center;
}

.hero-slider{
    position:relative;
}
.slides .slide{
    margin-left:5px;
    max-width:1300px;
    width:90%;
    aspect-ratio: 1145/580;
    object-fit:cover;
}
.slides .slide img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.slides .slide a{
    height: 100%;
}
.slider-nav{
    margin-bottom: 80px !important;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
    font-family: var(--english);
    font-weight: 400;
    letter-spacing: 0.2em;
    text-align:right;
    height:50px;
    line-height:50px;
}
.slider-nav button{
    font-family: var(--english);
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #050505;
}
.slider-nav .current{
    color:var(--primary);
}
.slider-nav .arrow-left{
    font-size:0.5rem;
    color: #050505;
}
.slider-nav .arrow-right{
    font-size:0.5rem;
    color: #050505;
}
.nav-inner{
    background: linear-gradient(to right, transparent 0%, transparent 70%, #f9f8f7 10%, #f9f8f7 100%);
    padding-right: 10%;
}
.hero-button{
    position:absolute;
    bottom:20px;
    right:30px;
    left:0;
    width:100%;
    max-width:1300px;
    margin:0 auto;
    text-align:right;
}
.hero-button img{
    width:187px;
    height:187px;
    object-fit:contain;
}
.hero-button a{
    display:inline;
}
@media screen and (max-width: 1100px){
    .nav-inner{
        background: linear-gradient(to right, transparent 0%, transparent 60%, #f9f8f7 10%, #f9f8f7 100%);
    }
}
@media screen and (max-width: 768px) {
    .hero-slider{
        margin-bottom: 0;
    }
    .hero-button{
        bottom:-15px;
        right:10px;
        left:auto;
    }
    .hero-button .pc-only{
        display:none;
    }
    .hero-button .sp-only{
        display:inline;
        width:80px;
        height:80px;
    }
    .slides .slide{
        aspect-ratio: 4/3;
        height:287px;
        margin-left:0;
    }
    .slides .slide img{
        height:100%;
        object-fit:contain;
    }
    .slider-nav{
        margin-bottom: 40px !important;
        right: 0;
        bottom: 55px;
        height:65px;
        line-height:70px;
        text-align:center;
        background-color:#f9f8f7;
        background: linear-gradient(to right,
            transparent 0%,
            /* 上半分は透明 */
            transparent 20%,
            #f9f8f7 20%,
            /* 下半分から指定色 */
            #f9f8f7 100%);
    }
    .slider-nav button{
        font-size: 13px;
    }
    .counter{
        font-size: 13px;
    }
    .slick-list{
         height: 300px !important;
    }
    .slick-track{
        height: 100% !important;
    }
    .slides .slide{
        height: 100% !important;
    }
    .slides .slide a{
        height: 100%;
    }
    .slides .slide img{
        object-fit: cover !important;
    }
    .nav-inner{
        background: none;
        padding-right: 0;
    }
}

.topic {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 10px 0;
    position: relative;
}

.topic-wrapper {
    text-align: center;
}

.topic-wrapper a{
	color: #050505;
}

.topic:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: var(--light-border);
}

.topic h2 {
    margin-right: 30px;
    padding-right: 30px;
}

.topic h2:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 21px;
    background: var(--light-border);
}

.topic-body {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.topic-body p {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.1rem;
}

.topic-body p.date {
    font-size: 13px;
    font-weight: 400;
    font-family: var(--english);
    color: var(--light-text);
    margin-right: 20px;
    margin-top: 1px;
    letter-spacing: 0.1rem;
}
.copy-sp{
    display: none;
}
@media screen and (max-width: 768px) {
    .copy-sp{
        display: block;
    }
    .copy h2{
        font-size: 18px !important;
        letter-spacing: 0.3rem !important;
    }
    .copy p{
        font-size: 15px !important;
        line-height: 2 !important;
    }
    .topic{
        display:flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .topic-wrapper {
        text-align: left;
        width:90%;
        margin:0 auto;
    }
    .topic h2{
        margin-bottom:20px;
    }
    .topic h2:after{
        display:none;
    }
    .topic-body{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-right: 0;
    }
    .topic .more{
        display:none;
    }
    .topic-body p.date{
        font-size: 14px;
        margin-bottom: 10px
    }
    .topic-body p{
        font-size: 14px;
    }
    .copy{
        padding: 30px 0 30px 0 !important;
        margin-top: 55px !important;
        margin-bottom: 85px !important;
        background-size: 50% !important;
    }
    .works .cat-title{
        margin-bottom: 25px !important;
        font-size: 15px !important;
        padding-left: 58px !important;
    }
    .works .cat-title:before{
        width: 35px;
    }
    .works-inner li .work-title a{
        font-size: 13px;
    }
    .works-inner li .work-title .arrow{
        width: 20px !important;
    }
    .more-btn{
        margin-top: 40px !important;
        margin-bottom: 70px !important;
    }
    .works-inner li .work-thumb .work-category{
        font-size: 10PX !important;
    }
    .work-title-reno a{
        font-size: 10px !important;
    }
}

.more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.more p {
    font-family: var(--english);
    font-weight: 400;
    font-size: 0.8rem;
    padding-right: 10px;
}
.more a{
    color: #050505;
    margin-right: 10px;
    font-size: 13px;
    letter-spacing: 0.1rem;
    font-family: 'Jost';
}

.copy {
    padding: 20px 0 20px 0;
    margin-top: 95px;
    text-align: center;
    background-image: url('/wp-content/uploads/2025/09/アセット-2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}

.copy h2 {
    font-family: var(--english);
    font-weight: 500;
    font-size: 1.4rem;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 0.5rem;
}

.copy p{
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.1rem;
    margin-bottom:20px;
}

.works h2 ,.service h2 {
    font-family: var(--english);
    font-weight: 400;
    font-size: 2rem;
    position: relative;
    text-align: center;
    line-height: 1.1;
}

.works h2 span.subtitle ,.service h2 span.subtitle {
    display: block;
    font-family: var(--japanese);
    font-size: 0.8rem;
    font-weight: 400;
    text-align: center;
    color: #050505;
    letter-spacing: 0.1em;
}

.works-inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding:0 50px 50px 50px;
    box-sizing:border-box;
    background: linear-gradient(to bottom,
            transparent 0%,
            /* 上半分は透明 */
            transparent 50%,
            #f9f8f7 50%,
            /* 下半分から指定色 */
            #f9f8f7 100%);
}

.works .cat-title {
    padding-left: 80px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
    letter-spacing: 0.2rem;
}

.works .cat-title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background: var(--light-border);
}

.works-inner ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 40px;
}

.works-inner li {
    width: calc(50% - 20px);
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .works-inner{
        padding:0 5% 20px 5%;
    }
    .works-inner li {
        width:100%;
    }
}

.works-inner li .work-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 575/383;
    object-fit: cover;
    margin-bottom: 10px;
    position: relative;
}

.works-inner li .work-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

.works-inner li .work-thumb a:hover {
    opacity: 0.8;
}

.works-inner li .work-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works-inner li .work-thumb .work-category {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
}

.works-inner li .work-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 0.1rem;
}

.works-inner li .work-title a {
    color: #050505;
}

.works-inner li .work-title .arrow {
    width: 50px;
    height: 20px;
}

.works-inner ul.lineup {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 15px;
}

.works-inner ul.lineup li {
    width: calc(25% - 12px);
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .works-inner ul.lineup li {
        width:calc(50% - 10px);
    }
}

.more-btn {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.more-btn a {
    display: inline-block;
    padding: 20px 80px;
    color: #050505;
    font-size: 0.8rem;
    font-weight: 400;
    position: relative;
    border: 1px solid #050505;
    font-family: var(--english);
    letter-spacing: 0.1em;
}

.more-btn a:after {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary);
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}


.works-inner .lineup li .work-title .arrow {
    width: 30px;
    height: 15px;
}
.service{
    margin-top:50px;
    max-width:1300px;
    margin:50px auto 0 auto;
}
.service .service-inner{
    display:flex;
    gap:10px;
    margin-top:50px;
}
.service .service-item{
    width:50%;
    box-sizing:border-box;
    position:relative;
}
.service-title p{
    font-size: 13px;
    letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
    .service .service-inner{
        flex-direction: column;
        width:90%;
        margin:50px auto 0 auto;
    }
    .service .service-item{
        width:100%;
    }
    .service .service-item .service-title{
        padding: 0 !important;
    }
    .service .service-item .service-title h3{
        font-size: 15px !important;
        line-height: 1.4 !important;
        margin-bottom: 0 !important;
    }
    .service .service-item .service-title p{
        font-size: 13px !important;
    }
}
.service .service-item a{
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
.service .service-item a:hover{
    opacity:0.8;
    background-color:rgba(255,255,255,0.3);
    transition:all 0.3s ease;
}
.service .service-item .service-thumb{
    width:100%;
    height:auto;
    aspect-ratio: 650/433;
    object-fit:cover;
}
.service .service-item .service-title{
    padding:20px;
    color:#fff;
    box-sizing:border-box;
    position:absolute;
    bottom:10px;
    left:10px;
}
.service .service-item .service-title h3{
    font-size:1.5rem;
    font-family: var(--english);
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.1;
    letter-spacing: 0.2em;
    margin-bottom:10px;
}
.service .service-item .arrow{
    width:40px;
    height:20px;
    position:absolute;
    bottom:30px;
    right:30px;
    background-image: url('/wp-content/uploads/2025/06/idx_arrow_w-1.png');
}

.review{
    max-width:1300px;
    margin:100px auto 120px auto;
    padding:50px 50px 50px 50px;
    background:#f9f8f7;
    position:relative;
}
.review .review-inner{
    width:100%;
}
.review h2{
    font-family: var(--english);
    font-weight: 400;
    font-size: 2rem;
    position: relative;
    text-align: center;
    line-height: 1.1;
    position:absolute;
    top:-18px;
    left:50%;
    transform:translateX(-50%);
}

.review h2 span.subtitle {
    display: block;
    font-family: var(--japanese);
    font-size: 0.8rem;
    font-weight: 400;
    text-align: center;
    color: #050505;
    letter-spacing: 0.1em;
}
.review .gpr-wrap{
    width:80%;
    margin:50px auto;
    padding:50px;
    background:#fff;
    border-radius:10px;
    height:700px;
    overflow-y:auto;
}

.gpr-item{
    border-bottom:1px solid var(--light-border);
}
.review .more-btn{
    position:absolute;
    bottom:-75px;
    left:50%;
    transform:translateX(-50%);
}

@media screen and (max-width: 768px) {
    .review{
        padding:20px;
    }
    .review .gpr-wrap{
        width:100%;
        height:500px;
        padding:20px;
    }
    .review .review-inner{
        margin-top:100px;
    }
    .review .more-btn{
        bottom:-100px;
    }
}

.news{
    background:#f9f8f7;
    padding:100px 10% 50px 10%;
    max-width:1300px;
    margin:50px auto 0 auto;
}
.news .news-inner{
    width:100%;
    display:flex;
    justify-content: center;
}
.news .news-header{
    width:200px;
    text-align:left;
}
.news-title{
    font-size: 15px;
    letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
    .news .news-inner{
        flex-direction: column;
        margin:0 auto;
    }
    .news .news-header{
        width:100%;
        text-align:center;
    }
    .news{
        padding: 70px 5% 50px 5%;
    }
    .news-date p{
        font-size: 12px;
        margin-right: 20px;
    }
    .news .news-list li .news-category{
        font-size: 12px !important;
    }
    .news .news-list li .news-title{
        font-size: 15px;
    }
}
.news h2{
    font-family: var(--english);
    font-weight: 400;
    font-size: 2rem;
    position: relative;
    text-align: center;
    line-height: 1.1;
    display:inline-block;
}
.news h2 span.subtitle{
    display: block;
    font-family: var(--japanese);
    font-size: 0.8rem;
    font-weight: 400;
    text-align: center;
    color: #050505;
    letter-spacing: 0.05em;
}
.news .news-list{
    list-style: none;
    width:calc(100% - 200px);
}
.news .news-list li{
    display:flex;
    gap:50px;
    align-items: center;
    padding-bottom:50px;
    padding-top:50px;
    border-bottom:1px solid var(--light-border);
    width:100%;
}
@media screen and (max-width: 768px) {
    .news .news-list{
        width:100%;
        margin-top:50px;
    }
    .news .news-list li{
        display:block;
        padding-bottom:30px;
        padding-top:30px;
    }
}
.news .news-list li:first-child{
    padding-top:0;
}
.news .news-list li .news-date{
    font-family: var(--english);
    font-weight: 400;
    font-size: 0.8rem;
    color:#050505;
    letter-spacing: 0.1em;
    color: var(--light-text);
}
.news .news-list li .news-category{
    font-weight: 400;
    background:#fff;
    padding:5px 10px;
    font-size:0.7rem;
    border-radius: 2px;
    color:#ada8a6;
    letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
    .news .news-list li .news-date{
        display:inline-block;
    }
    .news .news-list li .news-category{
        display:inline-block;
    }
    .news .news-list li .news-title{
        display:block;
        margin-top:18px;
    }
}
.news .news-list li a{
    color:#050505;
    font-weight: 400;
    line-height: 1.1;
}
.news .more{
    margin-top:30px;
}

.blog-section{
    max-width:1145px;
    margin:80px auto 0 auto;
}
.blog-section h2{
    font-family: var(--english);
    font-weight: 400;
    font-size: 2rem;
    position: relative;
    text-align: center;
    line-height: 1.1;
    margin-bottom:40px;
}
.blog-section h2 span.subtitle{
    display: block;
    font-family: var(--japanese);
    font-size: 0.8rem;
    font-weight: 400;
    text-align: center;
    color: #050505;
    letter-spacing: 0.1em;
}
.blog-section .blog-list{
    list-style: none;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.blog-section .blog-list li{
    width:calc(33.33333333333333% - 20px / 3);
    box-sizing:border-box;
}
.blog-section .blog-list li .blog-thumb{
    width:100%;
    height:auto;
    aspect-ratio: 575/383;
    object-fit:cover;
}
.blog-section .blog-list li .blog-thumb a{
    display:block;
    width:100%;
    height:100%;
    color:#050505;
}
.blog-section .blog-list li .blog-thumb a:hover{
    opacity:0.8;
}
.blog-section .blog-list li .blog-thumb img{
    width:100%;
    object-fit:cover;
}
.blog-section .blog-list li .blog-date{
    font-family: var(--english);
    font-weight: 400;
    font-size: 0.8rem;
    color:#050505;
    letter-spacing: 0.1em;
    color: var(--light-text);
    margin-top:12px;
}
.blog-section .blog-list li .blog-title{
    font-weight: 400;
    line-height: 1.1;
    margin-top:12px;
    font-size: 15px;
    letter-spacing: 0.1rem;
}
.blog-section .blog-list li .blog-title a{
    color:#050505;
}
@media screen and (max-width: 768px) {
    .blog-section{
        width:90%;
        margin:0 auto;
        padding-top: 60px;
    }
    .blog-section .blog-list{
      flex-wrap: nowrap;                    /* 折り返し禁止 */
      overflow-x: auto;                     /* 横スクロール出現 */
      -webkit-overflow-scrolling: touch;    /* iOS の慣性スクロール有効化 */
      padding-bottom: 25px;                 /* スクロールバーぶんの余白 */
    }
  
    .blog-section .blog-list li {
      flex: 0 0 80%;                        /* 幅を80%に固定 */
      max-width: 80%;
      margin-right: 10px;                   /* 項目間の余白 */
      width: auto;                          /* calc() は不要 */
    }
  
    /* 最後のアイテムの右余白は不要ならリセット */
    .blog-list .blog-list li:last-child {
      margin-right: 0;
    }
    .blog-date p{
        font-size: 12px;
    }
    .blog-section .blog-list li .blog-title{
        font-size: 15px;
    }
  }

.image-gallery-border{
    display:flex;
    gap:0px;
    width:100%;
    margin:100px 0 80px 0;
}
.image-gallery-border .gallery-image{
    width:33.33333333333333%;
    aspect-ratio: 467/249;
    object-fit:cover;
}
.image-gallery-border .gallery-image img{
    width:100%;
    height:100%;
    aspect-ratio: 249/467;
    object-fit:cover;
}
@media screen and (max-width: 768px) {
    .image-gallery-border .gallery-image{
        width:50%;
        height: 170px;
    }
    .image-gallery-border .gallery-image:nth-child(3){
        display:none;
    }
}