.n-c-fv {
    margin-top: 85px;
    padding: 80px 0 20px;
    border-bottom: solid 1px #e8e8ec;
}
.breadcrumb {
    display: flex;
    justify-content: flex-end;
    font-size: 1.5rem;
    gap: 70px;
    margin-left: auto;
}
.breadcrumb .bc-link {
    position: relative;
    color: #7a8192;
}
.breadcrumb .bc-text {
    position: relative;
}
.breadcrumb .bc-text:not(:first-child)::after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #e4e4e9;
    display: block;
    position: absolute;
    top: 50%;
    left: -55px;
}
.page-title {
    margin-top: 30px;
}
.single-title {
    margin: 30px 0;
}
.page-title.center {
    text-align: center;
}
.page-title .title-jp {
    font-size: 4.2rem;
    font-weight: 700;
    letter-spacing: .05em;
}
.single-title .title-jp {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: .05em;
}
.page-title .title-jp::first-letter,
.single-title .title-jp::first-letter {
    color: #e20c16;
}
.page-title .title-en {
    font-weight: 500;
    color: #b5b5c0;
}
.single-title .title-en {
    font-size: 1.3rem;
    font-weight: 500;
    color: #b5b5c0;
}
.single-title .title-en .category {
    margin-left: 20px;
}

.category-list-section {
    padding: 80px 0;
}
.category-list-section .category_list {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.category-list-section .category_list li a {
    font-size: 1.8rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 40px;
    border: solid 2px #000;
    line-height: 1;
    background-color: #fff;
    color: #000;
}
.category-list-section .category_list li.active a {
    border: solid 2px #e00b15;
    background-color: #e00b15;
    color: #fff;
}

.news-list-wrap {
    padding-bottom: 120px;
}
.news-list-wrap .news_list {
    border-top: solid 2px #4b4b4b;
    max-width: 900px;
    margin: 0 auto;
}
.news-list-wrap .news_list .news_item {
    border-bottom: solid 2px #4b4b4b;
    width: 100%;
}
.news-list-wrap .news_list .news_item .news_link {
    padding: 25px 0 25px 15px;
    display: flex;
    align-items: center;
    width: 100%;
    color: #000;
}
.news-list-wrap .news_list .news_item .news_link .news-date {
    text-align: center;
    line-height: 1;
}
.news-list-wrap .news_list .news_item .news_link .news-date .y-m {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 5px;
}
.news-list-wrap .news_list .news_item .news_link .news-date .d {
    font-size: 4.8rem;
}
.news-list-wrap .news_list .news_item .news_link .news-category {
    display: block;
    width: 220px;
    text-align: center;
    font-weight: 700;
}
.news-list-wrap .news_list .news_item .news_link .news-title {
    font-size: 1.8rem;
    font-weight: 500;
}

.column-list-wrap {
    padding-bottom: 120px;
}
.column_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.column_list .column_item {
    width: calc((100% - 60px) / 3);
}
.column_list .column_item .column_link {
    color: #000;
}
.column_list .column_item .meta {
    display: flex;
    gap: 15px;
    margin: 15px 0 10px;
    line-height: 1;
    align-items: center;
}
.column_list .column_item .meta .date {
    font-size: 1.2rem;
    font-weight: 400;
}
.column_list .column_item .meta .column-category {
    font-size: 1.4rem;
    font-weight: 500;
}
.column_list .column_item .column-title {
    font-size: 1.7rem;
    font-weight: 600;
}
.column_list .column_item .description {
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: justify;
    color: #393939;
    margin-top: 10px;
}

.article-contents-section {
    padding: 120px 0;
}
.article-contents-section .thumbnail {
    max-width: 1000px;
    margin: 0 auto;
}
.article-contents-section .thumbnail img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.article-contents-section .article-content {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px;
}
.article-contents-section .article-content h2 {
    font-size: 2.2rem;
    font-weight: 700;
    padding-bottom: 25px;
    border-bottom: solid 2px #000;
    margin: 2em 0 1em;
}
.article-contents-section .article-content h3 {
    font-size: 1.9rem;
    font-weight: 700;
    padding: 10px 0 10px 20px;
    border-left: solid 4px #e00b15;
    margin: 2em 0 1em;
}
.article-contents-section .article-content p {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 500;
    margin: 1em 0;
}
.article-contents-section .article-content h2::first-letter {
    color: #e20c16;
}

.form-table {
    margin: 40px auto 0;
}
.form-table .row {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: solid 1px #dbdbdb;
    align-items: center;
}
.form-table .row .th {
    width: 260px;
    font-size: 1.8rem;
    font-weight: 600;
}
.form-table .row .th.required .th-txt::after {
    content: "*";
    color: #ca1a1a;
    display: inline;
}
.form-table .row .td {
    width: calc(100% - 260px);
}
.form-table .row .td input[type="text"],
.form-table .row .td input[type="email"],
.form-table .row .td input[type="tel"] {
    width: 100%;
    padding: 20px;
    background-color: #f6f6f6;
    border: none;
    font-size: 1.6rem;
}
.form-table .row .td input[type="text"].p-postal-code {
    width: 300px;
    margin-left: .5em;
}
.form-table .row .td textarea {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    width: 100%;
    height: 14em;
    padding: 20px;
    background-color: #f6f6f6;
    border: none;
    font-size: 1.6rem;
}
.form-table .submit-wrapper {
    margin: 40px auto 0;
    text-align: center;
}
.form-table .submit-wrapper input[type="submit"] {
    width: 340px;
    border-radius: 60px;
    background-color: #e00b15;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 20px;
    border: none;
    outline: none;
    cursor: pointer;
}

/*  RESPONSIVE FOR TABLET AND SP */
@media screen and (max-width: 840px) {
    .n-c-fv {
        margin-top: 60px;
        padding: 40px 0 15px;
        border-bottom: solid 1px #e8e8ec;
    }
    .breadcrumb {
        font-size: 1.1rem;
        gap: 30px;
    }
    .breadcrumb .bc-text:nth-child(n+1)::after {
        width: 20px;
        left: -25px;
    }
    .page-title {
        margin-top: 20px;
    }
    .page-title .title-jp {
        font-size: 2.6rem;
    }
    .page-title .title-en {
        font-size: 1.3rem;
    }
    .single-title .title-jp {
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: .05em;
    }

    .category-list-section {
        padding: 40px 0;
    }
    .category-list-section .category_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }
    .category-list-section .category_list li {
        width: calc(50% - 10px);
    }
    .category-list-section .category_list li a {
        font-size: 1.4rem;
        width: 100%;
        height: 30px;
    }
    .category-list-section .category_list li.active a {
        border: solid 2px #e00b15;
        background-color: #e00b15;
        color: #fff;
    }
    .news-list-wrap {
        padding-bottom: 60px;
    }
    .news-list-wrap .news_list .news_item .news_link {
        padding: 20px 0;
        flex-wrap: wrap;
        gap: 10px 20px;
        position: relative;
    }
    .news-list-wrap .news_list .news_item .news_link .news-date {
        flex-shrink: 0;
        width: 50px;
        order: 1;
    }
    .news-list-wrap .news_list .news_item .news_link .news-date .y-m {
        font-size: 1.2rem;
    }
    .news-list-wrap .news_list .news_item .news_link .news-date .d {
        font-size: 4rem;
    }
    .news-list-wrap .news_list .news_item .news_link .news-category {
        order: 0;
        width: fit-content;
        font-size: 1.2rem;
        font-weight: 400;
        opacity: .4;
        line-height: 1;
        position: absolute;
        bottom: 10px;
        right: 0;
    }
    .news-list-wrap .news_list .news_item .news_link .news-title {
        width: calc(100% - 70px);
        font-size: 1.5rem;
        line-height: 1.6;
        order: 2;
    }

    .column-list-wrap {
        padding-bottom: 60px;
    }
    .column_list {
        gap: 40px;
    }
    .column_list .column_item {
        width: 100%;
    }

    .article-contents-section {
        padding: 40px 0;
    }
    .article-contents-section .article-content {
        padding: 20px 15px;
    }
    .article-contents-section .article-content h2 {
        font-size: 1.9rem;
    }
    .article-contents-section .article-content p {
        font-size: 1.5rem;
    }
    .article-contents-section .article-content h3 {
        font-size: 1.7rem;
        padding: 2px 0 2px 10px;
        border-left: solid 3px #e00b15;
    }

    .form-table {
        margin: 20px auto 0;
    }
    .form-table .row {
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .form-table .row .th {
        font-size: 1.5rem;
        margin-bottom: 10px;
        width: 100%;
    }
    .form-table .row .td {
        width: 100%;
    }
}