header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 7;
    background: rgba(246, 245, 232, 0.6);
}

header .container {
    height: 80px;
    align-items: center;
    padding: 0 32px;
}

header .logo {
    width: 170px;
}

header .btn {
    width: 200px;
    height: 40px;
    margin-left: 20px;
}

header nav {
    align-items: center;
}

header nav ul {
    width: 235px;
}

header nav ul li a {
    color: #111;
}

@media (max-width: 768px) {
    header .container {
        height: 50px;
        padding: 0 8px;
    }

    header .logo {
        width: 94px;
    }

    header nav ul {
        display: none !important;
    }

    header .btn {
        width: 130px;
        height: 32px;
        font-size: 12px;
        line-height: 16.8px;
        letter-spacing: 0.8999999761581421px;
    }
}

body {
    background: #F6F5E8;
}
.btn-area{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.btn {
    width: 260px;
    height: 48px;
    border:1px solid #111;
    background: #111;
    border-radius: 30px;
    font-family: Noto Sans JP;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    letter-spacing: 1.350000023841858px;
    margin: 0;
}
.btn.white{
    background: #fff;
    color: #111;
}

#fv {
    width: 100%;
    height: 640px;
    padding: 160px 0 0 0;
    position: relative;
}

#fv .text {
    width: 550px;
}

#fv .fv-swiper {
    width: 50%;
    max-width: 900px;
    position: absolute;
    right: 0;
    top: 160px;
}

#fv h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 81.6px;
    letter-spacing: 2.4000000953674316px;
    text-align: left;
    margin-bottom: 16px;
}

#fv p {
    font-family: Noto Sans JP;
    font-size: 24px;
    font-weight: 500;
    line-height: 40.8px;
    letter-spacing: 1.7999999523162842px;
    text-align: left;
    margin-bottom: 32px;
}

#fv .btn{
    width: 220px;
}

@media (max-width: 768px) {

    .btn {
        width: 100%;
        border-radius: 30px;
        font-size: 16px;
        line-height: 22.4px;
        letter-spacing: 1.2000000476837158px;
    }
    .btn.sp-flex{
        display: none !important;
    }
    .btn-area .btn{
        width: 100%;
    }
    #fv {
        height: 500px;
        padding: 80px 0 0 0;
        position: relative;
    }

    #fv .text {
        width: 100%;
        margin-bottom: 24px;
    }

    #fv h1 {
        font-size: 28px;
        line-height: 47.6px;
        letter-spacing: 2.4000000953674316px;
        margin-bottom: 16px;
    }

    #fv p {
        font-size: 17px;
        line-height: 30.6px;
        letter-spacing: 1.350000023841858px;
        margin-bottom: 24px;
    }

    #fv .fv-swiper {
        width: 100%;
        transform: translate(16px, 0);
        max-width: none;
        position: static;
    }
    #fv .btn{
        width: 100%;
    }
}

.title-area {
    position: relative;
    height: 150px;
    margin-bottom: 40px;
    padding-top: 110px;
}

.title-area p {
    font-family: Arial;
    font-size: 120px;
    font-weight: 700;
    line-height: 120px;
    letter-spacing: 1px;
    text-align: left;
    color: rgba(246, 245, 232, 0.6);
    position: absolute;
    left: 10px;
    top: 0;
}

.title-area h2 {
    font-family: Noto Sans JP;
    font-size: 32px;
    font-weight: 500;
    line-height: 54.4px;
    letter-spacing: 2.4000000953674316px;
    text-align: center;
}

@media (max-width: 768px) {
    .title-area {
        position: relative;
        height: auto;
        margin-bottom: 20px;
        padding: 60px 16px 0 16px;
    }

    .title-area p {
        font-size: 48px;
        line-height: 48px;
        letter-spacing: 1px;
    }

    .title-area h2 {
        font-size: 24px;
        line-height: 40.8px;
        letter-spacing: 1.8px;
    }
}

#features {
    padding: 191px 0 69px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../../images/service/wood_coordinate/clt-consulting/feature/Features_bg.webp);
}

#features .title-area h2 {
    color: #fff;
}

#features .features-first-content {
    background: rgba(246, 245, 232, 0.9);
    padding: 40px 80px;
    margin-bottom: 32px;
}

#features .features-first-content .first-text {
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    letter-spacing: 1.2000000476837158px;
    text-align: left;
    margin-bottom: 24px;
}

#features .features-first-content .first-text span {
    font-family: Noto Sans JP;
    font-size: 28px;
    font-weight: 500;
    line-height: 47.6px;
    letter-spacing: 2.0999999046325684px;
    text-align: left;
}

#features .features-first-content h3 {
    font-family: Noto Sans JP;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 1.5px;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

#features .features-first-content h3:before,
#features .features-first-content h3:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

#features .features-first-content h3:before {
    margin-right: 1rem;
}

#features .features-first-content h3:after {
    margin-left: 1rem;
}

#features .features-first-content figure {
    width: 725px;
    margin: 0 auto;
}

#features .features-second-content .features-block {
    background: rgba(246, 245, 232, 0.9);
    padding: 32px 40px;
    width: 383px;
}

.features-block figure {
    width: 64px;
    margin: 0 auto;
}

.features-block figure img {
    width: 100%;
    display: block;
}

.features-block dl dt {
    font-family: Noto Sans JP;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 16px;
}

.features-block dl dd {
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    letter-spacing: 1.2000000476837158px;
    text-align: left;
}

@media (max-width: 768px) {
    #features {
        padding: 149px 0 48px 0;
    }

    #features .features-first-content {
        padding: 24px;
        margin-bottom: 24px;
    }

    #features .features-first-content .first-text span {
        font-size: 20px;
        line-height: 34px;
        letter-spacing: 1.5px;
    }

    #features .features-first-content h3 {
        font-size: 18px;
        line-height: 30.6px;
        letter-spacing: 1.350000023841858px;
    }

    #features .features-first-content figure {
        width: 100%;
    }

    #features .features-second-content .features-block {
        padding: 24px;
        width: 100%;
        margin-bottom: 16px;
    }

    .features-block figure {
        width: 40px;
    }

    .features-block dl dt {
        font-size: 18px;
        line-height: 30.6px;
        letter-spacing: 1.350000023841858px;
    }
}

#assignment .title-area {
    margin-bottom: 50px;
}

#assignment .title-area p {
    color: #fff;
}

#assignment .title-area h2 {
    color: #111;
}

#assignment .container {
    padding-bottom: 96px;
}

.assignment-block {
    background: #EFEEDE;
    padding: 32px 40px;
    width: 383px;
    margin-bottom: 24px;
}

.assignment-block figure {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 16px auto;
    background: #F6F5E8;
    border-radius: 50%;
}

.assignment-block figure img {
    width: 60%;
    display: block;
}

.assignment-block dl dt {
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 700;
    line-height: 27.2px;
    letter-spacing: 1.2000000476837158px;
    text-align: center;
    margin-bottom: 16px;
    background: #444;
    color: #fff;
    padding: 0 8px;
    width: fit-content;
    margin: 0 auto 16px auto;
}

.assignment-block dl dd {
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    letter-spacing: 1.2000000476837158px;
    text-align: center;

}

@media (max-width: 768px) {
    #assignment .title-area {
        margin-bottom: 24px;
    }

    .assignment-block {
        padding: 32px 24px;
        width: 100%;
        margin-bottom: 16px;
    }

    .assignment-block figure {
        width: 64px;
        height: 64px;
    }
}

#solution {
    background: #Fff;
}

#solution .title-area {
    margin-bottom: 50px;
}

.about-box {
    border: 10px solid #F6F5E8;
    padding: 64px 40px;
    margin-bottom: 64px;
}

.about-box h3 {
    font-family: Noto Sans JP;
    font-size: 24px;
    font-weight: 500;
    line-height: 40.8px;
    letter-spacing: 1.7999999523162842px;
    text-align: center;
    margin-bottom: 16px;
}

.about-box p {
    font-family: Noto Sans JP;
    font-size: 18px;
    font-weight: 400;
    line-height: 30.6px;
    letter-spacing: 1.350000023841858px;
    text-align: center;

}

.about-box p span {
    font-weight: bold;
}

.solution-image {
    width: 960px;
    margin: 0 auto 64px auto;
}

.able-area {
    margin-bottom: 64px;
}

.able-area h3 {
    font-family: Noto Sans JP;
    font-size: 24px;
    font-weight: 500;
    line-height: 40.8px;
    letter-spacing: 1.7999999523162842px;
    text-align: center;
    margin-bottom: 40px;
}

.able-area .able-list .able-block {
    width: 389px;
    padding: 24px 32px;
    background: #F6F5E8;
    height: 333px;
    padding-bottom: 73px;
    position: relative;
    transition: ease 0.3s;
}

.able-area .able-list .able-block.able-action {
    height: auto;
}

.able-list .able-block dl dd {
    display: -webkit-box;
    /* 必須 */
    -webkit-box-orient: vertical;
    /* 必須 */
    -webkit-line-clamp: 3;
    /* 行数を制限 */
    overflow: hidden;
    /* はみ出た部分を非表示 */
    transition: ease 0.3s;
}

.able-block.able-action dl dd {
    display: block;
    /* 必須 */
    -webkit-box-orient: vertical;
    /* 必須 */
    -webkit-line-clamp: none;
    /* 行数を制限 */
    overflow: static;
}

.able-list .able-block .read-more {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 73px;
    gap: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.able-list .able-block .read-more:after {
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../../images/service/wood_coordinate/clt-consulting/solution/arrow.svg);
}

.able-list .able-block.able-action .read-more:after {
    transform: rotate(180deg);
}

.able-list .able-block .read-more:before {
    content: "もっと見る";
}

.able-list .able-block.able-action .read-more:before {
    content: "閉じる";
}

.able-list .able-block dl dt {

    font-family: Noto Sans JP;
    font-size: 18px;
    font-weight: 700;
    line-height: 30.6px;
    letter-spacing: 1.350000023841858px;
    text-align: center;
    margin-bottom: 16px;

}

.able-list .able-block dl dt span {
    display: block;
    width: 40px;
    height: 40px;
    background: #E7E5CF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0 auto 16px auto;
}

.message-area .left {
    width: 793px;
}

.message-area picture {
    width: 310px;
}

.message-area .left .text {
    background: #F6F6F6;
    padding: 32px;
    margin-bottom: 40px;
}

.message-area .left .btn-area {
    gap: 16px;
    justify-content: flex-end;
}

.message-area .left .text h4 {
    font-family: Noto Sans JP;
    font-size: 18px;
    font-weight: 700;
    line-height: 30.6px;
    letter-spacing: 1.350000023841858px;
    text-align: left;
    margin-bottom: 10px;
}

.message-area .left .text .name {
    font-family: Noto Sans JP;
    font-size: 18px;
    font-weight: 700;
    line-height: 30.6px;
    letter-spacing: 1.350000023841858px;
    text-align: left;
    margin-bottom: 10px;
}

.message-area .left .text .name span {
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    letter-spacing: 1.2000000476837158px;
    text-align: left;
    margin-right: 12px;
}

@media (max-width: 768px) {
    #solution .title-area {
        margin-bottom: 20px;
    }

    .about-box {
        border: 8px solid #F6F5E8;
        padding: 20px;
        margin-bottom: 32px;
    }

    .about-box h3 {
        font-size: 18px;
        line-height: 30.6px;
        letter-spacing: 1.350000023841858px;
    }

    .about-box p {
        font-size: 16px;
        line-height: 27.2px;
        letter-spacing: 1px;
    }

    .about-box p span {
        font-weight: bold;
    }

    .solution-image {
        width: 100%;
        margin: 0 auto 32px auto;
    }

    .able-area {
        margin-bottom: 32px;
    }

    .able-area h3 {
        font-size: 18px;
        line-height: 30.6px;
        letter-spacing: 1.350000023841858px;
        margin-bottom: 24px;
    }

    .able-area .able-list .able-block {
        width: 100%;
        padding: 16px;
        height: 333px;
        padding-bottom: 73px;
        margin-bottom: 16px;
    }

    .message-area {
        position: relative;
    }

    .message-area .left {
        width: 100%;
        padding-bottom: 17px;
    }

    .message-area picture {
        width: 256px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .message-area .left .text {
        padding: 32px 24px 52px 24px;
        margin-bottom: 210px;
    }

    .message-area .left .btn {
        position: relative;
        z-index: 3;
    }
}

#support {
    padding-bottom: 96px;
}

#support .title-area p {
    color: #fff;
}

#support .support-list {
    background: #EEEDD6;
    position: relative;
    margin-bottom: 48px;
}

#support .support-list:after {
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 30px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../../images/service/wood_coordinate/clt-consulting/support/arrow.svg);
}

#support .support-list .support-block {
    width: 25%;
    padding: 25px 30px;
    border-right: 2px dashed #B2B2B2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#support .support-list .support-block:last-of-type {
    border-right: none;
}

.support-block dt {
    font-family: Noto Sans JP;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 1.5px;
    text-align: center;

}

.support-block dd {
    width: 100%;
    height: 47px;
    background: #fff;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    order: -1;
    font-family: Noto Sans JP;
    font-size: 18px;
    font-weight: 700;
    line-height: 30.6px;
    letter-spacing: 1.350000023841858px;
    text-align: center;
    margin-bottom: 16px;
}

.support-block .support-modal-btn {
    box-shadow: 0px 0px 8px 0px #AB91094D;
    transition: ease 0.3s;
}

.support-block .support-modal-btn:hover {
    opacity: 0.5;
}

.support-modal-btn {
    cursor: pointer;
}

.support-block .support-not-modal-btn {
    background: #DFDDAF;
}

.support-modal {
    display: none;
    width: 800px;
    border-radius: 20px;
    background: #fff;
    position: fixed;
    z-index: 10;
    top: 10vh;
    height: calc(80%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.support-modal .modal-inner {
    position: relative;
    padding: 48px 64px 64px 64px;
    overflow: scroll;
    height: 100%;
}

.support-modal .support-modal-batsu {
    width: 32px;
    margin: 0 0 10px auto;
    position: fixed;
    right: calc(50% - 386px);
    top: calc(10vh + 16px);
    cursor: pointer;
}

.support-modal h3 {
    font-family: Noto Sans JP;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 16px;
}

.support-modal p {

    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    letter-spacing: 1.2000000476837158px;
    text-align: left;
    margin-bottom: 24px;
}

.support-modal table {
    border-spacing: 0;
}

.support-modal table thead {
    border-top: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
}

.support-modal table thead th:first-of-type {
    width: 200px;
}

.support-modal table thead th {
    padding: 9px 0;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 700;
    line-height: 27.2px;
    letter-spacing: 1.2000000476837158px;
    text-align: left;
    border-collapse: collapse;
    border-top: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
}

.support-modal table tbody td {
    vertical-align: top;
    padding: 16px 0;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    letter-spacing: 1.2000000476837158px;
    text-align: left;
    border-bottom: 1px solid #B2B2B2;
}

.support-modal table tbody td:first-of-type {
    padding: 16px 40px 16px 0;
    font-weight: bold;
}

#support .fee {
    border: 8px solid #FFFFFF;
    padding: 40px;

}

#support .fee h4 {

    font-family: Noto Sans JP;
    font-size: 18px;
    font-weight: 700;
    line-height: 30.6px;
    letter-spacing: 1.350000023841858px;
    text-align: left;
    margin-bottom: 16px;
}

#support-modal-overlay {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.5;
    left: 0;
    top: 0;
    display: none;
    transition: ease;
    cursor: pointer;
    z-index: 9;
}

@media (max-width: 768px) {
    #support {
        padding-bottom: 48px;
    }

    #support .support-list {
        width: calc(100% - 10px);
        margin: 0 0 40px auto;
    }

    #support .support-list:after {
        position: absolute;
        left: -10px;
        bottom: auto;
        top: 0;
        width: 30px;
        height: 100%;
        background-image: url(../../../images/service/wood_coordinate/clt-consulting/support/arrow.png);
    }

    #support .support-list .support-block {
        width: 100%;
        padding: 16px;
        border-right: none;
        border-bottom: 2px dashed #B2B2B2;
        justify-content: flex-start;
    }

    #support .support-list .support-block:last-of-type {
        border-right: none;
        border-bottom: none;
    }

    .support-block dt {
        font-size: 18px;
        font-weight: 700;
        line-height: 30.6px;
        letter-spacing: 1.350000023841858px;
        text-align: left;
        margin-bottom: 24px;
    }

    .support-block dd {
        width: fit-content;
        padding: 0 30px;
        height: 47px;
        background: #fff;
        border-radius: 40px;
        order: 2;
        margin: 0 auto 16px auto;
    }

    .support-modal {
        width: 90%;
    }

    .support-modal .modal-inner {
        position: relative;
        padding: 48px 10px 10px 10px;
        overflow: scroll;
        height: 100%;
    }

    .support-modal .support-modal-batsu {
        width: 32px;
        margin: 0 0 10px auto;
        position: fixed;
        right: calc(5% + 16px);
        top: calc(10vh + 16px);
        cursor: pointer;
    }

    .support-modal h3 {
        font-size: 18px;
        line-height: 30.6px;
        letter-spacing: 1.350000023841858px;
    }

    .support-modal p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1.2000000476837158px;
        margin-bottom: 24px;
    }

    .support-modal table {
        width: 672px;
    }

    .support-modal .table-cover {
        width: 100%;
        overflow: scroll;
        position: relative;
    }

    .support-modal .table-cover:before {
        position: absolute;
        right: 0;
        top: -20px;
        width: 58px;
        height: 20px;
        content: "";

    }

    #support .fee {
        padding: 24px;
    }
}

#flow {
    background: #F6F6F6;
    padding-bottom: 96px;
}

#flow .title-area p {
    color: #fff;
}

.flow-list {
    margin-bottom: 32px;
}

.flow-list .flow-block {
    width: 345px;
    padding: 24px 32px;
    border: 8px solid #E5E5E5;
}

.flow-list figure {
    width: 35px;
    margin-top: 130px;
}

.flow-list .flow-block dt {
    font-family: Noto Sans JP;
    font-size: 18px;
    font-weight: 700;
    line-height: 30.6px;
    letter-spacing: 1.350000023841858px;
    text-align: center;
    margin-bottom: 16px;

}

.flow-list .flow-block dt span {
    display: block;
    width: 40px;
    height: 40px;
    background: #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0 auto 16px auto;
}

.phase {
    border: 8px solid #FFFFFF;
    padding: 40px;
    margin-bottom: 40px;
}

.phase h4 {
    font-family: Noto Sans JP;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 24px;
}

.phase-list .phase-block {
    width: 352px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.phase-list .phase-block figure {
    width: 52px;
    display: block;
}

.phase-list .phase-block p {
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    letter-spacing: 1.2000000476837158px;
    text-align: left;
    width: calc(100% - 65px);
}

#flow .btn-area {
    justify-content: center;
}

@media (max-width: 768px) {
    #flow {
        padding-bottom: 50px;
    }

    .flow-list {
        margin-bottom: 32px;
        justify-content: center;
    }

    .flow-list .flow-block {
        width: 100%;
        padding: 24px;
        margin-bottom: 8px;
    }

    .flow-list figure {
        margin-top: 0px;
        margin-bottom: 8px;
        transform: rotate(90deg);
    }

    .phase {
        padding: 22px;
        margin-bottom: 32px;
    }

    .phase h4 {
        font-size: 18px;
        font-weight: 700;
        line-height: 30.6px;
        letter-spacing: 1.350000023841858px;
        margin-bottom: 8px;
    }

    .phase-list .phase-block {
        width: 100%;
        gap: 13px;
        margin-bottom: 16px;
    }

    .phase-list .phase-block figure {
        width: 40px;
    }

    .phase-list .phase-block p {
        font-size: 15px;
        letter-spacing: 1px;
        width: calc(100% - 45px);
    }

    #flow .btn {
        margin: 0 auto;
    }
}

#tips {
    position: relative;
    padding-bottom: 95px;
}

#tips:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-image: url(../../../images/service/wood_coordinate/clt-consulting/tips/Tips_bg.png);
}

#tips .title-area p {
    color: #fff;
}

#tips .inner-title-area {
    width: 690px;
    margin-bottom: 32px;
}

#tips .inner-title-area h2 {
    font-family: Noto Sans JP;
    font-size: 32px;
    font-weight: 500;
    line-height: 54.4px;
    letter-spacing: 2.4000000953674316px;
    text-align: left;
    color: #111;
    margin-bottom: 32px;
}

#tips .inner-title-area p {
    margin-bottom: 40px;
}

#tips .more-tips {
    display: flex;
    gap: 32px;
}

#tips .more-tips h3 {
    font-family: Noto Sans JP;
    font-size: 24px;
    font-weight: 500;
    line-height: 40.8px;
    letter-spacing: 1.7999999523162842px;
    text-align: left;
}

#tips .arrows {
    gap: 10px;
}

#tips .arrows figure {
    width: 40px;
    cursor: pointer;
}

.tips-swiper {
    overflow: hidden;
}

.tips-swiper .swiper-slide picture {
    aspect-ratio: 282 / 210;
    display: block;
    margin-bottom: 16px;
}

.tips-swiper .swiper-slide picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tips-swiper .swiper-slide h4 {
    font-family: Noto Sans JP;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.8px;
    letter-spacing: 1.0499999523162842px;
    text-align: left;

}

.tips-swiper .swiper-slide h4:after {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 5px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../../images/service/wood_coordinate/clt-consulting/tips/Icon_window.svg);
}

@media (max-width: 768px) {
    #tips {
        position: relative;
        padding-bottom: 64px;
    }

    #tips:after {
        display: none;
    }


    #tips .inner-title-area {
        width: 100%;
        margin-bottom: 32px;
    }

    #tips .inner-title-area h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 40.8px;
        letter-spacing: 1.7999999523162842px;
        margin-bottom: 24px;
        text-align: center;
    }

    #tips .inner-title-area p {
        margin-bottom: 16px;
    }

    #tips .inner-title-area picture {
        display: block;
        width: 100vw;
        transform: translate(-16px, 0);
        margin-bottom: 24px;
    }

    #tips .more-tips {
        display: flex;
        gap: 32px;
    }

    #tips .more-tips h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 30.6px;
        letter-spacing: 1.350000023841858px;
    }

    #tips .arrows {
        width: 100%;
        justify-content: space-between;
        padding: 0 20px;
        gap: 10px;
    }

    #tips .more-tips .arrows figure {
        width: 40px;
    }

}

#qa {
    background: #fff;
    padding-bottom: 96px;
}

#qa dl {
    border-bottom: 1px solid #B2B2B2;
}

#qa dl:first-of-type {
    border-top: 1px solid #B2B2B2;
}

#qa dl dt {
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 700;
    line-height: 27.2px;
    letter-spacing: 1.2000000476837158px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26.5px 16px;
    cursor: pointer;
    gap: 10px;
}

#qa dl dt:after {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../../images/service/wood_coordinate/clt-consulting/qa/Icon_plus.svg);
}

#qa dl dt.action:after {
    background-image: url(../../../images/service/wood_coordinate/clt-consulting/qa/Icon_minus.svg);
}

#qa dl dd {
    font-family: Noto Sans JP;
    font-size: 16px;
    line-height: 27.2px;
    letter-spacing: 1.2000000476837158px;
    text-align: left;
    padding: 0 16px 26.5px 16px;
}

@media (max-width: 768px) {
    #qa {
        padding-bottom: 0px;
    }

    #qa .inner02 {
        padding: 0;
    }

    #qa dl {
        border-bottom: 1px solid #B2B2B2;
    }

    #qa dl:first-of-type {
        border-top: 1px solid #B2B2B2;
    }

    #qa dl dt {
        padding: 16px;
    }

    #qa dl dt:after {
        width: 24px;
        height: 24px;
    }
}

#contact-area {
    padding: 80px 0;
    height: 455px;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../../images/service/wood_coordinate/clt-consulting/CTA_bg.webp);
}

#contact-area strong {
    display: block;
    font-family: Noto Sans JP;
    font-size: 32px;
    font-weight: 500;
    line-height: 54.4px;
    letter-spacing: 2.4000000953674316px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}

#contact-area p {
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    letter-spacing: 1.2000000476837158px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

#contact-area .btn-area {
    justify-content: center;
}

@media (max-width: 768px) {
    #contact-area {
        padding: 64px 16px;
        height: auto;
    }

    #contact-area strong {
        font-size: 24px;
        font-weight: 500;
        line-height: 40.8px;
        letter-spacing: 1.7999999523162842px;
        text-align: center;
        margin-bottom: 16px;
    }

    #contact-area p {
        margin-bottom: 24px;
    }

    #contact-area .btn {
        width: 100%;
    }
}

footer {
    background: #0C0C0C;
    padding: 12px 30px;
}

footer .container {
    align-items: center;
}

footer ul {
    display: flex;
    align-items: center;
}


footer ul li a {
    padding: 0 14px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    display: block;
}

footer .copy {
    font-size: 10px;
    color: #fff;
    letter-spacing: 0.2em;
}

@media (max-width: 768px) {
    footer {
        background: #0C0C0C;
        padding: 15px 18px;
    }

    footer ul {
        margin-bottom: 15px;
        justify-content: center;
        width: 100%;
    }

    footer .copy {
        width: 100%;
        text-align: center;
    }
}