@charset "UTF-8";

body {
    background-color: #f2ede9;
}

#project {
    padding-top: 50px;
}

#case {
    padding-top: 50px;
}

.c-headingWrap--ver2 .c-primaryHeading {
    color: #2D6D4B;
    font-family: 'Noto Serif JP', serif;
    position: relative;
    font-size: 3.1rem;
    letter-spacing: 3.15px;
    font-weight: bold;
}

.c-headingWrap--ver2 .c-primaryHeading:before {
    background-color: #2D6D4B;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.c-button-01 a,
.c-button-more i {
    border-color: #390e0e;
    border-style: solid;
    border-width: 1px;
    border-radius: 100px;
    color: #390e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 53px;
    text-decoration: none;
    transition: 0.5s;
}

.c-button-01 a:hover,
.c-button-more i:hover {
    background-color: #390e0e;
    color: #f2ede9;
    transition: 0.5s;
}

/*	overwrite
--------------------------------------*/
@media screen and (min-width:768px) {
    .c-titleWrap {
        background-image: url(../img/news/project_heading_bg.jpg);
    }
}

@media screen and (max-width:767px) {
    .c-titleWrap {
        background-image: url(../img/news/project_heading_bg_sp.jpg);
    }
}

/*	news
--------------------------------------*/
#project {
    font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width:768px) {
    #project .c-secondaryHeading {
        line-height: 100px;
    }
}

@media screen and (max-width:767px) {
    .c-headingWrap--ver2 .c-primaryHeading {
        font-size: 2.1rem;
        font-weight: bold;
        letter-spacing: 2.55px;
        padding-left: 45px;
        padding-right: 20px;
    }

    .c-headingWrap--ver2 .c-primaryHeading:before {
        background-color: #2D6D4B;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
    }
}

/****************************
 ラベル
****************************/
.c-label {
    display: inline-block;
    min-width: 25px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 77% !important;
    /*元は56.3の9px*/
    font-weight: bold;
    letter-spacing: 0.12em;
    color: #fff;
    background-color: #888;
    border-radius: 2px;
    padding: 4px 10px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 10px;
}

.c-label_new {
    background-color: #ff0000;
}

/* NEW */

/****************************
環境　詳細
****************************/

#case .c-case-items {
    background-color: #fff;
    padding: 50px 85px;
}

#case .c-case-items h1 {
    position: relative;
    margin: 0 0 30px;
    padding: 13px 10px 13px 24px;
    background-color: #DEE3DC;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
}

#case .c-case-items h1:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #2D6D4B;
    content: "";
}

#case .c-case-items h2 {
    position: relative;
    margin: 0 0 30px;
    padding: 13px 10px 13px 24px;
    font-size: 2.8rem;
    line-height: 1.4;
    border-bottom: solid #DEE3DC 2px;
}

#case .c-case-items h2:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #2D6D4B;
    content: "";
}

#case .c-case-items h3 {
    position: relative;
    margin: 0 0 30px;
    padding: 8px 10px 8px 24px;
    font-size: 1.8rem;
    line-height: 1.4;
}

#case .c-case-items h3:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: -webkit-fill-available;
    background-color: #2D6D4B;
    content: "";
}

#case .c-case-items p {
    margin-bottom: 30px;
}

#case .c-case-items .note {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
}

#case .c-case-items .content-section .note:first-of-type {
    margin-top: 15px;
}

#case .c-case-items .content-section .note:last-of-type {
    margin-bottom: 30px;
}

#case .c-case-items .note:before {
    content: "※";
    display: inline;
    margin-right: 0.4em;
}

#case .c-case-items p span.tag {
    margin-right: 10px;
}

#case .c-case-items p span.tag:before {
    content: "■";
    color: #97c788;
}

#case .c-case-items figure {
    margin-bottom: 30px;
}

#case .c-case-items figure img {
    margin-bottom: 15px;
}

#case .c-case-items figure figcaption {
    font-size: 1.4rem;
}

#case .c-case-items figure figcaption.txt_center {
    text-align: center;
}

#case .c-case-items figure figcaption.txt_right {
    text-align: right;
}

#case .c-case-items .column_area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
}

.align_end {
    align-items: end;
}

#case .c-case-items .column_area .column2_child {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
}

#case .c-case-items .column_area .column3_child {
    display: flex;
    flex-direction: column;
    width: calc(33% - 10px);
}

#case .c-case-items .column_area .column_child_fit {
    display: flex;
    flex-direction: column;
    width: auto
}

#case .c-case-items table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #333;
    overflow: hidden;
    margin-bottom: 30px;
}

#case .c-case-items th,
#case .c-case-items td {
    padding: 10px 25px;
    border-bottom: 1px solid #555;
}

#case .c-case-items th {
    background-color: #eee;
}

td {
    border-left: 1px solid #555;
}

#case .c-case-items tr:last-child th,
#case .c-case-items tr:last-child td {
    border-bottom: none;
}

#case sub.trademark {
    font-size: 150%;
    bottom: -.5em;
}

#case .mw800 {
    max-width: 800px;
}

#case .document_area li {
    margin-bottom: 10px;
}

#case .document_area a:hover {
    text-decoration: underline;
}

#case .content-section {
    margin-bottom: 80px;
}

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

.mw900 {
    max-width: 900px;
}

/* 関連資料 */

#case .document_area .icn_pdf::after {
    content: url(../img/icon_pdf_fr.svg);
    height: auto;
    width: 38px;
    position: absolute;
    pointer-events: none;
    margin-left: 5px;
    margin-top: 2px;
}

#case .document_area li::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #2D6D4B;
    margin-right: 0.3em;
    transform: translateY(-2px);
}

/* ダウンロードボタン */
.download_button {
    display: flex;
    align-items: center;
    background-color: #a48b78;
    color: #ffffff;
    padding: 2rem 3.5rem;
    margin: auto;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.download_button:hover {
    opacity: 0.7;
}

.download_button img {
    height: 2.2rem;
    width: auto;
    padding-right: 1.5rem;
}


/* 横スクロール */
.scroll-container {
    max-width: 100%;
    height: 45rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.scroll-container::-webkit-scrollbar {
    height: 12px;
}

.scroll-container::-webkit-scrollbar-track {
    background: #DEE3DC;
    border-radius: 7px;
}

.scroll-container::-webkit-scrollbar-thumb {
    background: #2D6D4B;
    border-radius: 6px;
}

#panoramicImage {
    min-width: 2500px;
    height: 100%;
    width: auto;
    padding-bottom: 10px;
    object-fit: cover;
    display: block;
}
/* ドラッグ中にカーソルを掴む手に変更 */
.dragging {
    cursor: grabbing !important;
}

@media screen and (max-width: 767px) {
    #case {
        padding-top: 0;
    }

    #case .c-inner {
        padding-left: 28px;
        padding-right: 28px;
        padding-top: 30px;
    }

    #case .c-case-items {
        padding: 30px 10px 30px;
        margin-top: 20px;
    }

    #case .c-case-items h1 {
        font-size: 2.2rem;
    }

    #case .c-case-items h2 {
        font-size: 1.8rem;
    }

    #case .c-case-items h3 {
        font-size: 1.6rem;
    }

    #case .c-case-items p {
        font-size: 1.4rem;
    }

    #case .c-case-items p span.tag {
        display: block;
    }

    #case .c-case-items figure figcaption {
        font-size: 1.2rem;
    }

    #case .c-case-items table {
        font-size: 1.4rem;
    }

    #case .c-case-items .column_area {
        flex-direction: column;
        margin-bottom: 0;
    }

    #case .c-case-items .column_area .column2_child {
        width: 100%;
    }

    #case .c-case-items .column_area .column3_child {
        width: 100%;
    }

    #case .c-case-items .column_area .column_child_fit {
        width: 100%;
    }
    #panoramicImage {
    min-width: 2900px;
}
}