@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.header_inner {
    width: 90%;
    margin: 30px auto;
    border: #33302c solid 1px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    /* margin-top: 30px; */
}

.border-dashed-b {
    border-bottom: 3px dashed #33302c;
}


.border-dashed-b:hover {
    opacity: 0.5;
}

.border-orange {
    border: 1px solid #F69300;
}

.border-green {
    border: 1px solid #089A54;
}

.border-gray {
    border: 1px solid #D6D2CD;
}

.border-gray-b {
    border-bottom: 1px solid #D6D2CD;
}

.border-orange-b {
    border-bottom: 1px solid #F69300;
}

.border-gray-3 {
    border-bottom: 3px solid #D6D2CD;
}

.border-orange-3 {
    border: 3px solid #F69300;
}

.border-green-3 {
    border: 3px solid #089A54;
}

.border-white-5 {
    border: 5px solid #ffffff;
}





.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.header-nav {
    width: 700px;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    font: 400;
    color: #33302c;
}

img {
    object-fit: cover;
}

.nav-link {
    background:
        linear-gradient(currentColor 0 0) bottom /var(--d, 0) 1px no-repeat;
    transition: 0.4s;
}

.nav-link:hover {
    --d: 100%;
}

.contact-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -20px;
    margin-bottom: -20px;
    position: absolute;
    top: 10%;
    right: 3%;
    z-index: 10;
    text-align: center;
    display: flex;
    justify-content: center;
    /* 左右の中央揃え */
    align-items: center;
}

/* .circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
} */

.jost {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
}


.height-129 {
    height: 129px;
}

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

.fc-white {
    color: #ffffff;
}

.fc-black {
    color: #33302c;
}

.fc-green {
    color: #089A54;
}

.fc-orange {
    color: #F69300;
}

.color-hover-orange:hover {
    color: #F69300;
}

.bg-green {
    background-color: #089A54;
}

.bg-orange {
    background-color: #F69300;
}

.bg-orange-thin {
    background-color: #FFF5E6;
}

.bg-gray {
    background-color: #F5F3F2;
}

.bg-white {
    background-color: #ffffff;
}

.rounded-3 {
    border-radius: 3px;
}

.rounded-30 {
    border-radius: 70px;
}

.rounded-top-30 {
    border-radius: 70px 70px 0 0;
}

.w-20 {
    width: 20%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.fs-11 {
    font-size: 0.6875rem;
    /* 11px */
}

.fs-12 {
    font-size: 0.75rem;
    /* 12px */
}

.fs-14 {
    font-size: 0.875rem;
    /* 14px */
}

.fs-18 {
    font-size: 1.125rem;
    /* 18px */
}

.fs-20 {
    font-size: 1.25rem;
}

.fs-22 {
    font-size: 1.375rem;
    /* 22px */
}

.fs-24 {
    font-size: 1.5rem;
}

.fs-27 {
    font-size: 1.6875rem;
}

.fs-36 {
    font-size: 2.25rem;
    /* 36px */
}

.fs-40 {
    font-size: 40px;
}

.fs-44 {
    font-size: 2.75rem;
    /* 44px */
}

.fs-46 {
    font-size: 2.875rem;
    /* 46px */
}

.fs-50 {
    font-size: 3.125rem;
}

.fs-60 {
    font-size: 4.375rem;
}

.fs-70 {
    font-size: 3.75rem;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 800;
}

.line-height {
    line-height: 1.9;
}

.letter-spacing {
    letter-spacing: 0.05em
}

.m-0 {
    margin: 0;
}

.m-22 {
    margin: 22px 0px;
}

.m-25 {
    margin: 25px 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-16 {
    margin-top: 16px;
}


.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-129 {
    margin-top: 129px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-200 {
    margin-top: 200px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-130 {
    margin-right: 130px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-300 {
    margin-bottom: 300px;
}

.mb-350 {
    margin-bottom: 350px;
}

.mb-400 {
    margin-bottom: 400px;
}

.mb-500 {
    margin-bottom: 500px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.my-0 {
    margin: 0 0;
}

.my-10 {
    margin: 10px 0;
}

.my-20 {
    margin: 20px 0;
}

.my-30 {
    margin: 30px 0;
}

.mx-10 {
    margin: 0 10px;
}

.mx-auto {
    margin: 0 auto;
}

.my-auto {
    margin: auto 0;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-100 {
    padding-top: 100px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-32 {
    padding-right: 32px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-100 {
    padding-right: 100px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-47 {
    padding-bottom: 47px !important;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-100 {
    padding-left: 100px;
}

.px-20 {
    padding: 0 20px;
}

.px-30 {
    padding: 0 30px;
}

.px-40 {
    padding: 0 40px;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.px-1 {
    padding: 0 1px;
}

/* .px-3 {
    padding: 0 3px;
} */

.px-5 {
    padding: 0 5px;
}

.px-10 {
    padding: 0 10px;
}

.px-15 {
    padding: 0 15px;
}

.px-30 {
    padding: 0 30px;
}

.py-4 {
    padding: 4px 0;
}

.py-10 {
    padding: 10px 0;
}

.py-20 {
    padding: 20px 0;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-50 {
    gap: 50px;
}

.gap-80 {
    gap: 5rem;
}

.gap-150 {
    gap: 150px;
}

.inline-block {
    display: inline-block !important;
}



.u-relative {
    position: relative;
}

.u-absolute {
    position: absolute;
    z-index: 50;
}

.u-top-0 {
    top: 0 !important;
}

.u-bottom-0 {
    bottom: 0 !important;
}

.u-left-0 {
    left: 0 !important;
}

.u-right-0 {
    right: 0 !important;
}

/* ど真ん中に配置する（めちゃくちゃ便利です！） */
.u-center {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.hamburger-btn {
    z-index: 9999;
    display: none;
}

.sp-br {
    display: none;
}

@media screen and (max-width: 1280px) {
    .mt-xl-down-70 {
        margin-top: 70px;
    }

    .fs-xl-36 {
        font-size: 2.25rem !important;
    }
}

@media screen and (max-width: 991px) {
    .p-lg-down-10 {
        padding-bottom: 10px;
    }

    .mr-lg-down-0 {
        margin-right: 0;
    }

    .p-lg-down-30 {
        padding: 0 30px 30px 30x;
    }

    .pl-lg-down-10 {
        padding-left: 10px;
    }

    .px-lg-down-8 {
        padding: 0 8px;
    }

    .mt-lg-down-30 {
        margin-top: 30px;
    }

    .mr-lg-down-80 {
        margin-right: 80px;
    }

    .mr-lg-down-70 {
        margin-right: 70px;
    }

    .mr-lg-down-110 {
        margin-right: 110px;
    }

    .mb-110 {
        margin-bottom: 0;
    }

    .mb-200 {
        margin-bottom: 0;
    }

    .mb-300 {
        margin-bottom: 0;
    }

    .mb-350 {
        margin-bottom: 0;
    }

    .mb-400 {
        margin-bottom: 0;
    }

    .mb-500 {
        margin-bottom: 0;
    }

    .ml-lg-down-20 {
        margin-left: 20px;
    }

    .ml-lg-down-50 {
        margin-left: 50px;
    }

    .ml-lg-down-40 {
        margin-left: 40px;
    }

    .ml-100 {
        margin-left: 0;
    }

    .fs-24 {
        font-size: 1.125rem;
    }

    .mt-xl-down-70 {
        margin-top: 0;
    }

}

@media screen and (max-width: 768px) {

    .mr-sm-0 {
        margin-right: 0;
    }

    /* .w-sm-100 {
        width: 100%;
    } */

    .p-md-down-30 {
        padding: 0 30px 30px 30x;
    }

    .pl-md-down-10 {
        padding-left: 10px;
    }

    .pl-sm-20 {
        padding-left: 20px;
    }

    .px-md-down-8 {
        padding: 0 8px;
    }

    .mr-md-down-80 {
        margin-right: 80px;
    }

    .mr-md-down-70 {
        margin-right: 70px;
    }

    .ml-md-down-6 {
        margin-left: 6px;
    }

    .ml-md-down-50 {
        margin-right: 50px;
    }

    .mr-md-down-70 {
        margin-right: 70px;
    }


    .mr-md-down-110 {
        margin-right: 110px;
    }

    .pt-50 {
        padding: 0;
    }

    .mb-200 {
        margin-bottom: 0;
    }

    .fs-22 {
        font-size: 1.125rem;
    }

    .fs-24 {
        font-size: 1.125rem;
    }

    .fs-27 {
        font-size: 1.25rem;
    }

    .fs-50 {
        font-size: 1.875rem;
    }

    .fs-60 {
        font-size: 40px;
    }

    .is-sp-column {
        flex-direction: column;
    }

    .d-md-none {
        display: none;
    }

    .align-items-md-center {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .gap-80 {
        gap: 0;
    }
}

/* ハンバーガーメニュー */
@media screen and (max-width: 952px) {
    .hamburger-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        width: 66px;
        height: 66px;
        border-radius: 50%;
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 100;
        padding: 0;
        background-color: #F69300;
        margin-right: 10px;
        /* display: flex;*/
        justify-content: center;
    }

    .line {
        display: block;
        width: 25px;
        height: 2px;
        line-height: 1.1px;
        font-family: "Jost", sans-serif;
        font-weight: 900;
        border-radius: 5px;
        background-color: #ffffff;
        transition: all 0.3s ease;
        align-items: center;
        position: relative;
        z-index: 9999;

    }

    .hamburger-text {
        font-size: 12px;
        font-weight: 900;
        color: #ffffff;
        margin: 0;
    }

    .hamburger-btn.open .line:nth-child(1) {
        height: 5px;
        background-color: #33302c;
        font-weight: 900;
        transform: translateY(3px) rotate(45deg);
        border-radius: 0;
    }


    .hamburger-btn.open .line:nth-child(2) {
        opacity: 0;
    }

    .hamburger-btn.open .line:nth-child(3) {
        transform: translateY(-12px) rotate(-45deg);
        background-color: #33302c;
        font-weight: 900;
        height: 5px;
        border-radius: 0;
    }

    .header-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 600px;
        background-color: #F69300;
        transition: right 0.3s ease;
        z-index: 99;
    }

    .header-nav.open {
        right: 0;
    }


    .header-nav ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        margin-top: 80px;
        height: auto;
        text-align: left;

    }

    .header-nav li a {
        display: block;
        margin: 0;
    }

    .header-nav .nav-link {
        color: #33302c;
        font-family: "Jost", sans-serif;
        font-size: 1.5rem;
        font-weight: 900;
        padding-top: 1rem;
        margin-left: 0;
        text-align: left;
        float: left;
        clear: both;
        background:
            linear-gradient(currentColor 0 0) bottom /var(--d, 0) 3px no-repeat;
    }

    .ml-30 {
        margin: 0;
    }

    .ml-50 {
        margin: 0;
    }

    .contact-circle {
        width: auto;
        height: auto;
        border-radius: 0;

        margin-top: 0;
        margin-bottom: 0;
        padding: 0;

        position: static;
        top: auto;
        right: auto;
        z-index: auto;

        display: block;
        text-align: left;
    }
}

/* パンくず */
.custom-breadcrumb {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

.custom-breadcrumb li {
    display: flex;
    align-items: center;
}


.custom-breadcrumb li:not(:last-child)::after {
    content: "";
    display: block;
    width: 16px;
    border-top: 2px dotted #ccc;
    margin: 0 4px;
}

.custom-breadcrumb a {
    display: inline-block;
    background-color: #f2f2f2;
    color: #777777;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 6px 20px;
    border-radius: 50px;
    transition: opacity 0.2s;
}

.custom-breadcrumb a:hover {
    opacity: 0.7;
}

/* --- 現在のページ（PROJECTなど） --- */
.custom-breadcrumb .current-page {
    display: inline-block;
    background-color: #fdf1e5;
    color: #f49e38;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 6px 20px;
    border-radius: 50px;
}

.custom-breadcrumb {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 180px 0 32px 0;
}

.custom-breadcrumb li {
    display: flex;
    align-items: center;
}


.custom-breadcrumb li:not(:last-child)::after {
    content: "";
    display: block;
    width: 16px;
    border-top: 2px dotted #ccc;
    margin: 0 4px;
}

/* --- 通常のリンク（TOPなど） --- */
.custom-breadcrumb a {
    display: inline-block;
    background-color: #f2f2f2;
    color: #777777;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 6px 20px;
    border-radius: 50px;
    transition: opacity 0.2s;
}

/* マウスを乗せた時に少しフワッと薄くする */
.custom-breadcrumb a:hover {
    opacity: 0.7;
}

/* --- 現在のページ（PROJECTなど） --- */
.custom-breadcrumb .current-page {
    display: inline-block;
    background-color: #FFF5E6;
    color: #F69300;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 6px 20px;
    border-radius: 50px;
}



/* 回転スクロール */

/* 大枠のコンテナ */
.scroll-indicator {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 80px;

    position: absolute;
    top: var(--top, 75%);
    right: var(--right, 5%);
}

/*  回転するSVG */
.scroll-ring {
    width: 100%;
    height: 100%;
    animation: spin 10s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* 下に伸びる矢印のまとまり */
.scroll-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    /* 中央の円より背面に潜り込ませる */
    animation: bounce 2s ease-in-out infinite;
}

/* 矢印の直線 */
.arrow-line {
    position: absolute;
    top: 0;
    left: -2px;
    width: 4px;
    height: 60px;
    /* 線の長さ */
    background-color: #F69300;
}

/* 矢印の先端（V字部分） */
.arrow-head {
    position: absolute;
    top: 40px;
    left: -10px;
    width: 20px;
    height: 20px;
    border-bottom: 4px solid #F69300;
    border-right: 4px solid #F69300;
    transform: rotate(45deg);
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(12px);
    }

    /* 12pxだけ下に下がる */
}

/*  中央のオフホワイトの円 */
.scroll-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-color: #fbf2e1;
    border-radius: 50%;
    z-index: 2;
}

/* 中央のオレンジのドット */
.scroll-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #F69300;
    border-radius: 50%;
}



/* TOPページ */
.container-90 {
    width: 90%;
    margin: 0 auto;

}

/* .viusal-text {
    width: fit-content;
    border-radius: 5px;
}

.kv-title {
    position: relative;
    z-index: 10;
    position: absolute;
    top: 21%;
    left: 8%;

} */

/* .visual-image {
    border-radius: 7px;
} */

.circle {
    --circle-color: #F69300;
    --circle-line-height: 2px;
    --circle-circle-size: 6px;
    --circle-width: 30px;

    display: inline-block;
    position: relative;
    width: var(--circle-width);
    height: var(--circle-line-height);
    background-color: var(--circle-color);
    vertical-align: middle;
}

.circle::before,
.circle::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: var(--circle-circle-size);
    height: var(--circle-circle-size);
    background-color: var(--circle-color);
    border-radius: 50%;
    transform: translateY(-50%);
}

.circle::before {
    left: 0;
}

.circle::after {
    right: 0;
}

.is-center {
    display: block;
    margin: 0 auto;
}

.bg-circle {
    position: absolute;
    border-radius: 50%;
    background-color: #FFF5E6;
}

/* 真ん中のでかい円 */
.bg-circle-1 {
    width: 65vw;
    height: 65vw;
    top: -30%;
    right: -10%;
    opacity: 0.5;
    z-index: -3;
}

/* --- 右上の少し小さな円 --- */
.bg-circle-2 {
    width: 300px;
    height: 300px;
    top: -80px;
    right: -50px;
    opacity: 0.9;
    z-index: -1;
    mix-blend-mode: multiply;
}

.bg-circle-3 {
    width: 100px;
    height: 100px;
    top: 100px;
    right: 190px;
    opacity: 0.9;
    z-index: -2;
}

.is-sp-br {
    display: none;
}

.is-pc-br {
    display: block;
}

/* TOPページノートディスプレイ */
@media screen and (max-width:1500px) {
    .w-80 {
        width: 90%;
    }

    .fs-22 {
        font-size: 1.125rem;
    }

}

@media screen and (max-width: 991) {
    .is-sp-br {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .is-sp-smaller {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .fs-1 {
        font-size: 1.125rem !important;
        white-space: nowrap;
    }


    .bg-circle-1 {
        width: 100vw;
        height: 100vw;
        top: 25%;
        right: -25%;
    }

    .bg-circle-2 {
        width: 100px;
        height: 100px;
        top: 23%;
        right: -40px;
    }

    .bg-circle-3 {
        top: 28%;
        right: 10px;
    }

    .is-sp-br {
        display: block;
    }

    .is-pc-br {
        display: none;
    }
}

@media screen and (max-width:480px) {
    .mt-100 {
        margin-top: 50px;
    }
}

/* 事業概要 */
.c-text-circle {
    --circle-size: 100px;
    max-width: var(--circle-size, 500px);
    aspect-ratio: 1 / 1;
    --circle-bg: #ffffff;
    --circle-color: #333333;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    /* 円の形状を作る */
    width: var(--circle-size);
    height: var(--circle-size);
    border-radius: 50%;
    background-color: var(--circle-bg);

    color: var(--circle-color);
    line-height: 1;

    vertical-align: middle;
    flex-shrink: 0;
    position: relative;
}

.c-frame {
    background-color: var(--frame-bg, #FFF5E6);
    max-width: var(--frame-width, 400px);
    border-radius: 12px;
    padding: 32px 24px;
    width: 100%;
    line-height: 1.5;
    height: 100%;
}

/* .overview-image {
    height: 188px;
    object-fit: cover;
    border-radius: 5px;
    text-align: center;
} */


/* お知らせ */
.notice {
    margin-top: -60px;
    position: relative;
    z-index: 10;
}

.filter-btn {
    background-color: #F5F3F2;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 5px 16px;
    font-size: 0.9rem;
    color: #555;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* ボタンの中の丸いドット */
.filter-btn .dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc;
}

/* アクティブ（選択中）のボタンのデザイン */
.filter-btn.active {
    border-color: #F69300;
    color: #333;
    background-color: #FFF5E6;
}

.filter-btn.active .dot {
    background-color: #f89e41;
}

/* --- 記事カード --- */
.news-card {
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 24px;
    background-color: transparent;
    /* 背景色はセクションの背景に馴染ませる */
    transition: background-color 0.2s ease;
}

/* マウスを乗せた時の動き */
.news-card:hover {
    background-color: #f9f9f9;
}

/* 日付とカテゴリーの文字色 */
.news-meta {
    color: #888;
    font-size: 0.95rem;
}

/* タイトルの文字色とサイズ */
.news-title {
    color: #333;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.5;
}




.news-card.is-hidden {
    display: none;
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.circle-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

@media screen and (max-width: 768px) {
    .c-text-circle[style*="--circle-size"] {
        width: 100%;
        max-width: var(--circle-size);
        height: auto;
        aspect-ratio: 1 / 1;
        margin: 0 auto;

    }

    .news-filters {
        display: block !important;
    }

    .filter-btn {
        margin-bottom: 20px;
        margin-right: 1px;
    }

}

/* @media screen and (max-width: 991px) {
    .c-text-circle.is-capsule-sp {
        width: 100%;
        max-width: 100%;
        height: 80px;
        aspect-ratio: auto;
        border-radius: 100px;
    }

    .outline-number {
        display: none;
    }
} */

/* footer */
footer {
    background-color: #F5F3F2;
}

.footer-list {
    list-style-type: disc;
}

.footer-list::marker {
    color: #F69300;
}

.footer-nav-bs {
    row-gap: 20px;
    column-gap: 32px;
}

small {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .footer-nav-bs {
        row-gap: 16px;
        column-gap: 20px;
    }
}

/* プロジェクトページ */

.main-visual {
    width: 100%;
    height: var(--height, 50%);
    object-fit: cover;
    border-radius: 7px;
}

/* .outline-number {
    font-size: 120px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2px #009944;
    position: absolute;
    top: -10%;
    left: 3%;
    z-index: 50;
}

.concept-arrow {
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;

    display: flex;
    flex-direction: column;
    align-items: center;
}


.concept-arrow .arrow-dot {
    width: 14px;
    height: 14px;
    background-color: #f28a1c;
    border-radius: 50%;
}

.concept-arrow .arrow-line-down {
    width: 2px;
    height: 35px;
    background-color: #f28a1c;
    margin-top: -2px;
}

.concept-arrow .arrow-head-down {
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #f28a1c;
    border-right: 2px solid #f28a1c;
    transform: rotate(45deg);
    margin-top: -11px;
}

.outline {
    font-size: 120px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #E8F9F1;
    -webkit-text-stroke: 2px #009944;
}

.project-img {
    width: var(--width, 90%);
    max-width: 800px;
    height: auto;
    margin-top: 30px;
}


@media screen and (max-width: 768px) {
    .main-visual {
        height: var(--sp-height, 30%);
    }

    .project-img {
        width: var(--sp-width, 90%);

        margin-top: 0;
    } 
}

@media screen and (max-width: 768px) {
    .scroll-indicator {
        display: none;
    }

    .concept-arrow {
        display: none;
    }
}*/
@media screen and (max-width: 768px) {
    .main-visual {
        height: var(--sp-height, 30%);
    }

    .project-img {
        width: var(--sp-width, 90%);

        margin-top: 0;
    }

    .scroll-indicator {
        display: none;
    }

    .concept-arrow {
        display: none;
    }
}

/* our teamページ */
/* .team-container-60 {
    width: 70%;
    margin: 0 auto;
    padding: 30px 30px;
}

.text-vertical-pc {
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    align-self: flex-start;
    margin: 0;
    margin-right: auto;
}

.message-badge {
    width: 120px;
    height: 120px;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.badge-svg {
    width: 60%;
    height: 60%;
}

@media screen and (max-width: 991px) {
    .text-vertical-pc {
        writing-mode: horizontal-tb;
        letter-spacing: normal;
        margin-right: auto;
    }

    .team-container-60 {
        width: 90%;
        padding: 20px 30px;
    }

    .sp-team-img {
        width: 300px !important;
        height: 200px !important;
        object-position: top center;
    }

    .message-badge {
        display: none;
    }
} */

/* About */
/* .company-overview {
    width: 100%;
    margin: 0 auto;
}

.company-overview dt {
    position: relative;
    padding-left: 25px;
}

.company-overview dt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 10px;
    height: 10px;
    background-color: #D6D2CD;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .map-responsive {
        position: relative;
        padding-bottom: 60%;
        height: 0;
        overflow: hidden;
        border: 1px solid #D6D2CD;
    }

    .map-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
} */

/* news */

/* バナー全体の大枠 */
.custom-contact-banner {
    position: sticky;
    display: block;
    width: 100%;
    max-width: 500px;
    background-color: #FFF5E6;
    border: 1px solid #F69300;
    padding: 30px 20px 20px 60px;
    text-decoration: none;
    color: #333;
    overflow: hidden;
    box-sizing: border-box;
    transition: opacity 0.3s ease;
    top: 400px;
    align-self: flex-start;
}

/* マウスオーバー時少し透過させる */
.custom-contact-banner:hover {
    opacity: 0.85;
}

/* 左側の円形装飾 */
.banner-decoration {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
}

@keyframes rotateCircle {
    from {
        transform: translateY(-50%) rotate(0deg);
    }

    to {
        transform: translateY(-50%) rotate(360deg);
    }
}



/* リンクと矢印をまとめるエリア（右寄せ） */
.banner-link-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

/* 「お問い合わせフォームへ」の文字 */
.banner-link-text {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}


@media (max-width: 768px) {
    .custom-contact-banner {
        padding: 30px 20px 30px 100px;
    }

    .banner-decoration {
        left: -60px;
        width: 140px;
        height: 140px;
    }

    .banner-text {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .banner-text br {
        display: none;
    }

    .banner-link-text {
        font-size: 14px;
    }

    .banner-arrow {
        width: 60px;
    }
}