@charset "UTF-8";

html {
    scroll-behavior: smooth;
    /* スムーススクロールの設定 */
    scroll-padding-top: 100px;
    /* アンカーリンクでの飛び先を指定 */
}

/* 共通 */
body {
    background-color: #FCF5F2;
    font-family: "Noto Sans JP", sans-serif;
    color: #1E434C;
    letter-spacing: 0.05em;
    line-height: 1.7;
    font-size: 16px;
}

.inner-wrapper {
    /* border: 4px solid red; */
    /* 補助線 */
    width: 1080px;
    margin: 0 auto;
    height: 100%;
}

.topcontent-wrapper {
    padding-top: 200px;
    padding-bottom: 150px;
    z-index: 1;
}


.Mincho {
    font-family: "Zen Old Mincho", serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    font-size: 16px;
    color: #1E434C;
}

img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* 比率を保って収める */
}

.brsp {
    display: none;
}

/* 見出し */
.sec-head {
    position: relative;
    margin-bottom: 50px;
    z-index: 2;
}

.common-h2 {
    position: relative;
    z-index: 3;
    font-size: 40px;
    font-weight: bold;
}

.sec-en {
    font-family: "Homemade Apple", cursive;
    font-size: 60px;
    transform: rotate(-15deg);
    position: absolute;
    top: -55px;
    left: 20px;
    z-index: 2;
}

.blue {
    color: #1E434C;
}

.light-gray {
    color: #BCD0D4;
}

.white {
    color: #fff;
}

.btn {
    border: 1px solid;
    padding: 20px 80px;
    border-radius: 100vh;
    display: inline-flex;
    align-items: baseline;
}


.btn img {
    margin-left: 10px;
}

.btn-wrapper {
    text-align: right;
}

/* 下層共通 */
.page-title {
    width: 100%;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 110px;
}

.page-title::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(30, 67, 76, 0.5);
    z-index: 1;
}

.contents-wrapper {
    margin-bottom: 150px;
}

.sec-copy {
    font-size: 28px;
    margin-bottom: 30px;
}

.sec-subcopy {
    font-size: 20px;
}

.copy-area {
    text-align: center;
}

.page-title .sec-head {
    transform: translateY(60px);
}

.section-title {
    font-family: "Zen Old Mincho", serif;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background-color: #1E434C;
}

.sub-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* header */
header .headerarea {
    width: 100%;
    height: 100px;
    align-items: center;
    padding: 10px 0px 10px 20px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: transparent;
    transition: 0.3s;
}

header .headerarea h1 {
    max-width: 320px;
    height: 60px;
    display: flex;
    align-items: center;
}

header .headerarea h1 img {
    width: 100%;
}

header nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav ul {
    display: flex;
    gap: 30px;
}

header nav ul li {
    color: #fff;
}

header nav ul li a {
    display: block;
    line-height: 1;
    padding: 10px;
}

header .header-cta {
    width: 350px;
    height: 100px;
    background-color: #E39168;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
}

header .header-cta a {
    display: block;
}

header .header-cta .cta-sub {
    font-size: 16px;
}

header .header-cta .cta-main {
    font-size: 20px;
    font-weight: bold;
    display: inline-flex;
    align-items: baseline;
}


header .header-cta .cta-main img {
    width: 16px;
    height: auto;
}

.logo-orenge {
    display: none;
}

/* ヘッダースクロール後 */
header .headerarea.is-scrolled {
    background-color: rgba(30, 67, 76, 0.5);
}

header .headerarea.is-scrolled .logo-blue {
    display: none;
}

header .headerarea.is-scrolled .logo-orenge {
    display: block;
}

.gMenu .menu-btn {
    display: none;
    }

/* メインビジュアル */
.mv {
    background: url(../image/top/main.jpg) no-repeat center/cover;
    height: 800px;
}

.mv .copyarea {
    color: #fff;
    padding: 558px 0 140px 40px;
}

.maincopy {
    font-size: 28px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);
}

.subcopy {
    font-size: 20px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);
}

/* サービス */

.top-service ul {
    position: relative;
    display: flex;
    flex-direction: row;
}

.top-service ul li {
    position: relative;
    width: 100%;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 10px;
    margin-bottom: 80px;
}

.top-service ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 67, 76, 0.5);
    z-index: 1;
}

.top-service ul li>h3 {
    position: relative;
    z-index: 2;
    color: white;
    font-size: 24px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Noto Sans JP", sans-serif;
    text-align: left;
}

.top-service ul li>p {
    position: relative;
    z-index: 2;
    color: white;
    font-size: 16px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.topservice-wrapper {
    padding: 200px 0 150px 0;
}

.top-service .service-kitchen {
    background: url(../image/top/top_service1.jpg) no-repeat center/cover;

}

.top-service .service-bath {
    background: url(../image/top/top_service2.jpg) no-repeat center/cover;
}

.top-service .service-siding {
    background: url(../image/top/top_service3.jpg) no-repeat center/cover;
}

.more {
    color: #1E434C;
    border-color: #1E434C;
}


/* 施工事例 */
.top-works {
    background: url(../image/top/top_worksbg.jpg) no-repeat center/cover;
    width: 100%;
}

.topworks-wrapper {
    padding: 150px 0 150px 0;
}

.top-works .sec-head {
    margin-bottom: 90px;
}

.top-works ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.top-works li {
    width: 525px;
}

.top-works li h3 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    text-align: left;
    margin: 10px 0;
}

.top-works li .topworks-client {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.top-works li p {
    color: #fff;
    text-align: justify;
}

.btn-wrapper .worksmore {
    color: #fff;
    border-color: #fff;
}

/* お客様の声 */
.top-voice ul {
    display: flex;
    justify-content: space-between;
}

.top-voice ul li {
    max-width: 340px;
}

.top-voice ul li p{
    text-align: justify;
}

.topvoice-wrapper {
    padding: 150px 0 200px 0;
}

.topvoice-client {
    font-size: 22px;
    font-weight: bold;
}

/* 私たちについて */
.top-about {
    background: url(../image/top/top_aboutbg.jpg) no-repeat center/cover;
    position: relative;
    width: 100%;
    margin-bottom: 100px;
    border-radius: 0px 250px 250px 0px;
}

.top-about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 67, 76, 0.5);
    z-index: 1;
    border-radius: 0px 250px 250px 0px;
}

.top-about .sec-head {
    margin-bottom: 0px;
}

.topabout-wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 265px;
    padding-bottom: 175px;
}

.btn-wrapper .aboutmore {
    position: relative;
    color: #fff;
    border-color: #fff;
    border-radius: 0%;
    transform: translateY(-40px);
    z-index: 3;
}

/* お問い合わせ */
.top-contact {
    position: relative;
    background: url(../image/top/top_contactbg.jpg) no-repeat center/cover;
    height: 580px;
}

.topcontact-wrapper {
    padding-top: 285px;
    padding-bottom: 185px;
    display: flex;
    justify-content: space-between;
}

.top-contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(227, 145, 104, 0.5);
    z-index: 1;
}

.contact-copy {
    position: relative;
    z-index: 2;
    font-size: 24px;
}

.btn-contact {
    position: relative;
    z-index: 2;
}

.top-contact .sec-head {
    margin-bottom: 0;
}

.btn-wrapper .contact {
    position: relative;
    z-index: 3;
    color: #fff;
    background-color: #1E434C;
    border-color: transparent;

}

/* フッター */
footer {
    background-color: #1E434C;
    color: #fff;
    height: 400px;
}

footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

footer .footer-content {
    display: flex;
    justify-content: space-between;
    padding: 95px 0;
}

.address p {
    color: #fff;
}

.attention p {
    color: #fff;
    padding-bottom: 20px;
    font-size: 12px;
}

.btn-top {
    position: fixed;
    z-index: 4;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #E39168;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

/* --- レスポンシブ (px〜) --- */
@media screen and (max-width: 640px) {
    /* 共通設定 */

    /* ハンバーガーメニュー */
            .headerarea {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 10px 20px;
                position: relative; /* メニューの基準にするため */
            }

            .gMenu {
            z-index: 99;
            width: 40px;
            height: 40px;
            cursor: pointer;
            }

            .gMenu .menu-icon{
                z-index: 101;
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            /* メニューアイコン（三本線）の真ん中の線 */
            .gMenu .menu-icon .navicon {
            background: #E39168; 
            display: block;
            height: 2px; 
            width: 40px; 
            position: relative;
            transition: background .4s ease-out; /* 形が変わる時のアニメーション */
            }
            /* メニューアイコン（三本線）の上と下の線を疑似要素で追加 */
            .gMenu .menu-icon .navicon::before,
            .gMenu .menu-icon .navicon::after {
            background: #E39168; 
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            transition: all .4s ease-out; /* 形が変わる時のアニメーション */
            width: 100%;
            }
            .gMenu .menu-icon .navicon::before {top: 12px;} 
            .gMenu .menu-icon .navicon::after {top: -12px;} 
            /* メニュー */
            .gMenu .menu {
            background-color: rgba(255,255,255,0.9);
            overflow: hidden; /* 高さが0の時にメニューのテキストを隠す */
            max-height: 0; /* ★最初は高さを0にして非表示状態に */
            transition: max-height .6s; /* 表示されるときのアニメーション */
            text-align: center;
            width: 100%;
            position: fixed;
            top: 0;
            left: 0;
            }
            .gMenu .menu li:first-of-type {
            padding-top: 50px;
            }
            .gMenu .menu li:last-of-type {
            padding-bottom: 50px;
            }
           header nav ul{
            flex-direction: column;
           }
            .gMenu .menu li{
                color: #1E434C;
            }
            .gMenu .menu li a {
            display: block;
            padding: 5px 20px;
            }
            
            /* ▼▼▼以下はチェックボックスがONの時の状態です▼▼▼ */
            .gMenu .menu-btn:checked ~ .menu {
            max-height: 400px; /* ★チェックボックスがオンの時高さを400pxにして表示させます */
            transition: max-height .6s;
            }
            /* メニューボタンの中央の線を非表示に */
            .gMenu .menu-btn:checked ~ .menu-icon .navicon {background: transparent;}

            /* メニューボタンの上下の線を45度傾けて✕印を作る */
            .gMenu .menu-btn:checked ~ .menu-icon .navicon::before {transform: rotate(-45deg);top: 0;}
            .gMenu .menu-btn:checked ~ .menu-icon .navicon::after {transform: rotate(45deg);top: 0;}
    

    .inner-wrapper {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .common-h2 {
        font-size: 28px;
    }

    .sec-head {
        margin-bottom: 30px;
    }

    .sec-en {
        font-size: 40px;
        position: absolute;
        top: -35px;
        left: 15px;
    }

    .topcontent-wrapper {
        padding-top: 160px;
        padding-bottom: 120px;
    }

    .btn {
        padding: 15px 30px;
        width: fit-content;
        /* 中身に合わせる */
    }

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

    .brsp {
        display: inline;
    }
    .br-pc {
        display: none;
    }

    /* ヘッダー */
    header .headerarea {
        height: 70px;
        padding: 5px 15px;
    }

    header .headerarea h1 {
        max-width: 200px;
    }

    header .header-cta {
        padding: 5px 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        width: 70%;
    }

    /* メインビジュアル */
    .mv {
        background-image: url(../image/top/sp_main.jpg);
        height: 95vh;
    }

    .mv .copyarea {
        padding-top: calc(75vh - 100px) ;
        /* CTAボタンの高さ分をマイナスする（iPhoneの画面でかぶらないようにするため） */
        padding-left: 10px;
        padding-bottom: 60px;
    }

    .maincopy {
        font-size: 20px;
    }

    .subcopy {
        font-size: 14px;
    }

    /* サービス紹介 */
    .top-service ul {
        flex-direction: column;
        /* 縦並び */
        gap: 20px;
        margin-bottom: 40px;
    }

    .top-service ul li {
        margin-bottom: 0px;
        height: 200px;
    }

    .top-service ul li>h3 {
        font-size: 20px;
    }

    .topservice-wrapper {
        padding: 150px 0 80px 0;
    }

    .top-service .service-kitchen {
    background: url(../image/top/sp_top_service1.jpg) no-repeat center / cover;
    }
    .top-service .service-bath {
    background: url(../image/top/sp_top_service2.jpg) no-repeat center / cover;
    }
    .top-service .service-siding {
    background: url(../image/top/sp_top_service3.jpg) no-repeat center / cover;
    }



    /* 施工事例 */
    .topworks-wrapper {
        padding: 100px 0 100px 0;
    }

    .top-works .sec-head {
        margin-bottom: 30px;
    }

    .top-works ul {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .top-works li {
        width: 100%;
        margin-bottom: 40px;
    }

    .top-works li h3 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .top-works li .topworks-client {
        font-size: 18px;
        margin-bottom: 0;
    }


    /* お客様の声 */
    .top-voice ul {
        flex-direction: column;
        gap: 40px;
    }

    .top-voice ul li {
        max-width: none;
        width: 100%;
    }
    .top-voice ul li img{
        width: 100%;
    }

    .topvoice-client {
        font-size: 18px;
    }

    .topvoice-wrapper {
        padding-bottom: 80px;
    }

    /* 私たちについて */
    .top-about {
        background-image: url(../image/top/sp_top_aboutbg.jpg);
        border-radius: 0 250px 250px 0;
        margin-bottom: 60px;
    }

    .top-about::before {
        border-radius: 0 250px 250px 0;
    }

    .topabout-wrapper {
        display: flex;
        flex-direction: column;
        padding-top: 120px;
        padding-bottom: 50px;
        align-items: center;
        gap: 20px;
    }

    .btn-wrapper .aboutmore {
        transform: translateY(0);
        text-align: center;
    }

    /* お問い合わせセクション */
    .top-contact {
        height: auto;
    }

    .contact-copy {
        font-size: 16px;
        text-align: center;
        margin-bottom: 30px;
    }

    .topcontact-wrapper {
        padding-top: 150px;
        padding-bottom: 100px;
        display: flex;
        flex-direction: column;
    }

    /* フッター */
    footer {
        height: auto;
        padding-bottom: 90px;
    }

    footer .footer-content {
        flex-direction: column;
        padding: 30px 0;
        gap: 30px;
        align-items: center;
    }

    footer ul {
        display: inline-block;
        text-align: left;
    }

    footer ul li {
        text-align: left;
    }

    .address {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .corporate-area{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .address>h1 {
        text-align: center;
    }

    .address>p {
        text-align: left;
    }

    .btn-top{
        background-color: #1E434C;
        right: 15px;
        bottom: 15px;        
    }

}



/* サービス紹介ページ */

/* ページタイトル */
.bg-service {
    width: 100%;
    height: 380px;
    background: url(../image/service/bg_service.jpg) no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* アンカーポイント */
.ankerpoint ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.ankerpoint li {
    width: 200px;
    height: 160px;
    border-right: solid 1px #1E434C;
}

.ankerpoint li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 100%;
    line-height: 1.5;
    transition: opacity 0.3s;
    font-size: 18px;
    font-weight: bold;
}



.ankerpoint li:first-child {
    border-left: solid 1px #1E434C;
}

.anker-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.anker-arrow {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.anker-arrow img {
    display: block;
}

.anker-title {
    text-align: center;
}


/* サービス */
.service-wrapper {
    padding-top: 80px;
}

.service-block-image-left {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 20px;
}

.service-block-image-right {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}

.image-block {
    flex-shrink: 0;
    width: 50%;
    max-width: 540px;
}

.text-block {
    flex-grow: 1;
}

/* リフォームの流れ */
.flow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 90px 0;
}

.flow-block {
    padding-left: 0;
}

.flow-block>li {
    list-style-type: none;
    position: relative;
    padding-left: 50px;
}

.flow-block>li:not(:last-child) {
    padding-bottom: 10px;
}

.flow-block>li .flow-number {
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background-color: #1E434C;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.flow-block>li:not(:last-child)::before {
    content: '';
    background: #8D9C9F;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 19px;
}

.flow-block>li dl {
    margin-bottom: 80px;
}

.flow-block>li dl dt {
    font-size: 24px;
    font-weight: bold;
    color: #1E434C;
    margin-left: 10px;
}

.flow-block>li dl dd {
    margin-left: 10px;
}

/* よくある質問 */
.qa-wrapper {
    padding: 70px 95px 0;
}

.qa-block {
    margin-bottom: 80px;
}

.Q-block {
    background-color: #BCD0D4;
}

.Q-letter {
    font-size: 32px;
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 10px;
    display: inline-block;
}

.Q-text {
    font-size: 24px;
    font-weight: bold;
}

.A-text {
    font-size: 24px;
    padding-left: 20px;
}

/* サービスページレスポンシブ */
@media screen and (max-width: 640px) {

    /* 下層ページレスポンシブ共通 */
    .sec-copy {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .sec-subcopy {
        font-size: 16px;
        letter-spacing: 0;
    }

    .page-title {
        margin-bottom: 50px;
        height: 280px;
    }

    .contents-wrapper {
        margin-bottom: 90px;
    }

    .section-title {
        font-size: 20px;
    }

    .section-title::after {
        width: 50px;
    }

    .sub-title {
        font-size: 18px;
        margin-bottom: 0;
    }

    /* アンカーエリア */
    .anker-icon {
        width: 40px;
        height: 40px;
    }

    .ankerpoint ul {
        flex-direction: column;
        align-items: center;
    }

    .ankerpoint li {
        height: 80px;
        border-right: none;
        border-bottom: solid 1px #1E434C;
    }

    .ankerpoint li:first-child {
        border-top: solid 1px #1E434C;
        border-left: none;
    }

    .ankerpoint li a {
        font-size: 16px;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 15px;
    }

    /* レスポンシブ　サービスエリア */
    .bg-service{
        height: 280px;
        background-image: url(../image/service/sp_bg_service.jpg);
    }

    .service-wrapper {
        padding-top: 50px;
    }

    .service-wrapper p {
        text-align: justify;
    }

    .service-block-image-left {
        flex-direction: column;
        gap: 0;
        margin-bottom: 50px;
    }

    .service-block-image-right {
        flex-direction: column-reverse;
        gap: 0;
        margin-bottom: 50px;
    }

    .image-block {
        width: 100%;
        flex-shrink: 1;
        max-width: none;
    }

    /* レスポンシブ　リフォームの流れ */
    .flow-wrapper {
        padding: 50px 0 0;
    }

    .flow-block>li dl {
        margin-bottom: 30px;
    }

    .flow-block>li dl dt {
        font-size: 18px;
    }

    .flow-block>li dl dd {
        text-align: justify;
    }

    .flow-block>li .flow-number {
        padding-left: 1px;
        padding-bottom: 2px;
        left: 15px;
    }

    .flow-block>li:not(:last-child)::before {
        left: 30px;
    }

    /* よくある質問 */
    .qa-wrapper {
        padding: 50px 0px 0;
    }

    .qa-block {
        margin-bottom: 40px;
    }

    .Q-block {
        display: flex;
        align-items: center;
    }

    .Q-text {
        margin: 0;
        font-size: 18px;
        padding: 10px 10px 10px 0;
        display: flex;
        align-items: center;
    }

    .Q-letter {
        font-size: 22px;
        padding-left: 10px;
        padding-bottom: 0;
        white-space: nowrap;
    }

    .A-text {
        font-size: 16px;
        padding-left: 10px;
    }

}


/* 施工事例ページ */
.bg-works {
    width: 100%;
    height: 380px;
    background: url(../image/works/bg_works.jpg) no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case-number {
    font-size: 50px;
    color: #BCD0D4;
    font-weight: normal;
}

.works-wrapper h4 {
    margin-bottom: 20px;
}

.works-wrapper {
    margin-bottom: 170px;
}

.works-wrapper .contents-wrapper {
    margin-bottom: 90px;
}

.works-block {
    margin-bottom: 80px;
}

.works-text {
    margin-bottom: 30px;
}

.image-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}


.before,
.after {
    /* ★ 50% から 隙間30pxの半分（15px）を引いた幅にする */
    width: calc(50% - 15px);
    max-width: 525px;
    position: relative;
}

.before img,
.after img {
    width: 100%;
    height: auto;
    display: block;
}

.before::after {
    content: "";
    position: absolute;
    background: url("../image/works/triangle.png") no-repeat center / contain;
    width: 110px;
    height: 70px;
    top: 50%;
    right: -65px;
    transform: translateY(-50%);
    z-index: 2;
}

/* 施工事例お問い合わせ */
.works-contactarea .inner-wrapper>p {
    text-align: center;
    margin-bottom: 50px;
}

.btn-wrapper .orange {
    background-color: #E39168;
}

.works-contactarea .inner-wrapper>.btn-wrapper {
    text-align: center;
    margin-bottom: 90px;
}

/* 施工事例ページレスポンシブ */
@media screen and (max-width: 640px) {
.bg-works{
    height: 280px;
    background-image: url(../image/works/sp_bg_works.jpg);
}
.case-number {
    font-size: 40px;
}
.before , .after{
    width: 100%;
}
.works-block {
    margin-bottom: 60px;
}
.works-wrapper {
    margin-bottom: 100px;
}

.image-area {
    flex-direction: column;
    margin-bottom: 50px;
    gap: 15px;
}

.before,
.after {
    width: 100%;
}

.before::after {
    top: 90%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}
.works-text {
    margin-bottom: 10px;
}

}


/* 会社情報ページ */
.bg-about {
    width: 100%;
    height: 380px;
    background: url(../image/about/bg_about.jpg) no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about p.sec-copy {
    color: #000;
}

.greeting-wrapper {
    padding-top: 80px;
}

.greeting-wrapper p {
    margin-bottom: 1em;
}

.info-wrapper dl {
    padding-top: 80px;
}

.info-wrapper div {
    display: flex;
    border-bottom: 1px solid #1E434C;
    width: 1000px;
    margin: 0 auto;
}

.info-wrapper dt {
    font-weight: normal;
    padding: 30px 0 30px 50px;
    width: 120px;
}

.info-wrapper dd {
    padding: 30px 0 30px 215px;
}

.info-wrapper dl>div:first-child {
    border-top: 1px solid #1E434C;
}

.access-wrapper {
    padding-top: 80px;
    display: flex;
    justify-content: center;
    gap: 60px;
}

.access-bold {
    font-weight: bold;
}

.map iframe{
    display: block;
    max-width: 100%;      
    box-sizing: border-box;
}

.staff-wrapper {
    padding-top: 80px;
    display: flex;
    justify-content: center;
    gap: 210px;
}

.staff-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.staff-circle {
    max-width: 280px;
    margin-bottom: 10px;
}

.staff-circle img {
    width: 100%;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* 会社情報レスポンシブ */
@media screen and (max-width: 640px) {
.bg-about{
    height: 280px;
}
.greeting-wrapper {
    padding-top: 50px;
}

.info-wrapper dl {
    padding-top: 50px;
}
.info-wrapper div{
    width: 100%;
}

.info-wrapper dt{
    padding: 10px;
    flex-shrink: 0;
}
.info-wrapper dd{
    padding: 10px;
    padding-left: 0;
}

.access-wrapper{
    padding-top: 50px;
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
}
.map{
    width: 100%;
}

.staff-wrapper{
    flex-direction: column;
    gap: 50px;
    padding-bottom: 80px;
    padding-top: 50px;
}

}

/* お問い合わせ */
.bg-contact {
    width: 100%;
    height: 380px;
    background: url(../image/contact/bg_contact.jpg) no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.note {
    margin-top: 50px;
    font-size: 18px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    border: 1px solid #D9D9D9;
    background-color: #ffffff;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 40px;
}



.required-mark {
    background: #E39168;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 15px;
    margin-left: 10px;
}

.contact-wrapper {
    padding: 100px 0 120px 0;
    margin: 0 auto;
    width: 750px;
}

textarea {
    border: 1px solid #D9D9D9;
    background-color: #ffffff;
    width: 100%;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.radio-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 4px;
    font-weight: normal;
}

.radio-group {
    margin-bottom: 40px;
}

.radio-group>p {
    font-weight: bold;
    margin-bottom: 10px;
}

label {
    font-weight: bold;
}

.submit .inner-wrapper>.contents-wrapper {
    text-align: center;
    margin-bottom: 170px;
}

/* お問い合わせレスポンシブ */
@media screen and (max-width: 640px) {
.bg-contact{
    height: 280px;
    background-image: url(../image/contact/sp_bg_contact.jpg);
}
.note{
    margin-top: 30px;
    font-size: 16px;
}
.contact-wrapper{
    width: 100%;
    padding-bottom: 50px;
}

input[type="text"], input[type="email"], input[type="tel"]{
    height: 30px;
    margin-bottom: 20px;
}

label[for]{
    font-size: 16px;
}

#address{
    margin-bottom: 50px;
}

.radio-label{
    margin-bottom: 5px;
}

}


@media (hover: hover){

.btn-wrapper .btn:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
}

.ankerpoint li a:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
}


.submit:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
}

}