@charset "UTF-8";

body {
    font-weight: 400;
}

.page_content h2:not([class]) {
    padding: 1.8rem 4rem;
    margin-bottom: 4rem;
}

.page_content .staff_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 3.6rem;
}

.page_content .staff_item {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-left: 3px solid #1f2774;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    column-gap: 5.7rem;
    padding: 5rem 6rem 6rem;
}

.page_content .staff_item .staff_img_1 {
    width: 26rem;
}

.page_content .staff_item .staff_profile_1 {
    width: calc(100% - 26rem - 5.7rem)
}

.page_content .staff_item .staff_profile_1 .name {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1f2774;
    margin-bottom: 2rem;
}

.page_content .staff_item .staff_profile_1 .comment {
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1.1rem 3.3rem;
    border-radius: 2.5rem;
    color: #1f2774;
    border: 1px solid #cbcbcb;
    margin-bottom: 2.8rem;
}

.page_content .staff_item .staff_profile_1 .lead {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1f2774;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    column-gap: 1.6rem;
}

.page_content .staff_item .staff_profile_1 .lead:after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #1f2774;
}

.page_content .staff_item .staff_profile_2 {
    width: 100%;
    margin-top: 5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 3rem;
    align-items: start;
    row-gap: 3rem;
    justify-content: center;
}

.page_content .staff_item .staff_img_2 {
    width: 16rem;
}

.page_content .staff_item .staff_fukidashi {
    width: calc(100% - 16rem - 3rem);
    border-radius: 10px;
    background-color: #f3f4ff;
    padding: 2.3rem 4.6rem 3.3rem;
    position: relative;
}

.page_content .staff_item .staff_fukidashi .lead {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1f2774;
    margin-bottom: 4px;
}

.page_content .staff_item .staff_fukidashi .lead:not(:first-child) {
    margin-top: 2rem;
}

.page_content .staff_item .staff_fukidashi .text {
    font-size: 1.4rem;
}

.page_content .staff_item .staff_fukidashi:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0;
    border-color: transparent #f3f4ff transparent transparent;
    position: absolute;
    top: calc(50% - 7.5px);
    right: calc(100% - 1px)
}

.page_content .area_works_btn {
    width: 45rem;
    max-width: 100%;
    margin: 5rem auto 0;
    padding: 2rem 3.5rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background-color: #326fcb;
    border-radius: 5px;
    border: 1px solid #326fcb;
    background-image: url(../img/common/arrow_04.svg);
    background-repeat: no-repeat;
    background-size: 1.05em;
    background-position: right 2.7rem center;
}

.page_content .area_works_btn:hover {
    background-color: #fff;
    color: #326fcb;
    background-image: url(../img/common/arrow_05.svg);
}

@media (max-width: 767px) {
    .page_content h2:not([class]) {
        padding: 1.8rem 2rem;
    }

    .page_content .area_banner {
        padding: 0;
        min-height: 0;
        flex-wrap: wrap;
    }

    .page_content .area_banner .side_L {
        position: initial;
        width: 100%;
    }

    .page_content .area_banner .lead {
        font-size: 1.8rem;
    }

    .page_content .area_banner .lead em {
        font-size: 2.2rem;
    }

    .page_content .area_banner .text_1 {
        font-size: 1.6rem;
    }

    .page_content .staff_item {
        padding: 3rem 2rem;
        justify-content: center;
    }

    .page_content .staff_item .staff_profile_1 {
        width: 100%;
    }

    .page_content .staff_item .staff_img_1 {
        margin-bottom: 2rem;
    }

    .page_content .staff_item .staff_profile_1 .lead {
        font-size: 1.6rem;
    }

    .page_content .staff_item .staff_profile_1 .comment {
        font-size: 1.6rem;
    }

    .page_content .staff_item .staff_fukidashi {
        width: 100%;
        padding: 2.3rem 2rem 3rem;
    }

    .page_content .staff_item .staff_fukidashi:before {
        border-width: 0 7.5px 10px 7.5px;
        border-color: transparent transparent #f3f4ff transparent;
        top: auto;
        bottom: calc(100% - 1px);
        right: calc(50% - 7.5px);
    }
}




/* 全国ネットワーク LP
----------------------------*/
.page-template #page-title {
    width: 1130px;
    padding: 10px 25px;
    max-width: 100%;
    margin: 0 auto;
}

.page-template .mv__heading span {
    font-family: "Noto Sans JP", sans-serif;
}

.page-template .voice .voice__heading {
    background-color: #fff;
    text-align: center;
    padding: 2rem 1rem 1.4rem;
}

.page-template .voice .voice__heading .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: 500;
    color: #1f2774;
    column-gap: 1rem;
    background: none;
    border-radius: 0;
    padding: 0;
}

.page-template .voice .voice__heading .icon:before,
.page-template .voice .voice__heading .icon:after {
    content: "";
    width: .45em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    position: initial;
    margin: 0;
}

.page-template .voice .voice__heading .icon:before {
    background-image: url(../img/area/hl_side_l.svg);
}

.page-template .voice .voice__heading .icon:after {
    background-image: url(../img/area/hl_side_r.svg);
}

.page-template .voice .voice__heading .text {
    display: block;
    font-size: 3.5rem;
    font-weight: 800;
    color: #1f2774;
}

.page-template .voice__item {
    background-color: #1f2774;
}

.page-template .voice__title {
    color: #1f2774;
}

.page-template .safety__item {
    background-color: #fff;
    border: 1px solid #9e9e9e;
}

.page-template .safety__title {
    font-size: 2.5rem;
    font-weight: 500;
    color: #1f2774;
}

.page-template .safety__title span {
    font-size: 100%;
    font-weight: 800;
    color: #1f2774;
    border-bottom: 3px solid #ac1d28;
}

.page-template .safety__text {
    margin-top: 1.5rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.9;
}

.page-template .case {
    padding-bottom: 8rem;
}

.page-template .result {
    background: none;
}

.page-template .result__list {
    padding: 0 0 2rem;
}

@media (max-width: 767px) {
    .page-template .voice .voice__heading .icon {
        font-size: 1.8rem;
    }

    .page-template .voice .voice__heading .text {
        font-size: 2.4rem;
        margin-top: 0;
    }

    .page-template .safety__title {
        font-size: 2.2rem;
    }

    .page-template .safety__text {
        font-size: 1.6rem;
    }
}




/* アーカイブページ
----------------------------*/
.area_archive #sec_area .hl {
    font-size: 3rem;
    font-weight: 700;
    color: #ac1d28;
    padding-left: 1.3em;
    margin-bottom: 1rem;
    background-image: url(../img/area/area_map.svg);
    background-repeat: no-repeat;
    background-size: .8em auto;
    background-position: left center;
}

.area_archive #sec_area .front_text {
    font-size: 1.8rem;
    font-weight: 500;
}

.area_archive #sec_area .area_col {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    row-gap: 2rem;
    margin-top: 6rem;
    margin-bottom: 10rem;
}

.area_archive #sec_area .area_col>.item {
    width: calc(100% / 6);
}

.area_archive #sec_area .area_col .lead {
    font-size: clamp(1.7rem,1.5vw,2.1rem);
    font-weight: 700;
    color: #1f2774;
    line-height: 1.5;
    padding-left: .76em;
    position: relative;
}

.area_archive #sec_area .area_col .lead:before {
    content: "";
    height: 1em;
    width: 3px;
    background-color: #1f2774;
    border-radius: 100px;
    position: absolute;
    top: .25em;
    left: 0;
}

.area_archive #sec_area .area_col .lead:not(:first-child) {
    margin-top: 2.4rem;
}

.area_archive #sec_area .area_col .link_list {
    display: flex;
    flex-direction: column;
    margin-top: .3rem;
}

.area_archive #sec_area .area_col .link_list a {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
    padding-left: 1em;
    position: relative;
}

.area_archive #sec_area .area_col .link_list a:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-top: 2px solid #1f2774;
    border-right: 2px solid #1f2774;
    transform: rotate(45deg);
}

.area_archive #sec_area .area_col .link_list a:hover {
    color: #ac1d28;
}

.area_archive .area_box {
    border: 1px solid #b8b8b8;
    border-left: 2px solid #1f2774;
}

.area_archive .area_box+.area_box {
    margin-top: 5rem;
}

.area_archive .area_box .hl_label {
    display: flex;
    padding: 1.8rem 3.4rem 1.8rem 6rem;
    background-color: #f3f4ff;
    flex-wrap: wrap;
    justify-content: start;
}

.area_archive .area_box .hl_label .hl {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1f2774;
}

.area_archive .area_box .hl_label .btn {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ac1d28;
    margin-left: auto;
    padding-right: 1.56em;
    background-image: url(../img/common/arrow_01.svg);
    background-repeat: no-repeat;
    background-size: 0.83em;
    background-position: right center;
}

.area_archive .area_box .col {
    display: flex;
    align-items: start;
    column-gap: 5.6rem;
    row-gap: 2rem;
    flex-wrap: wrap;
    padding: 3.6rem 6rem;
    transition: background-color .3s;
}

.area_archive .area_box .col .img {
    width: 39rem;
    height: 26.7rem;
    overflow: hidden;
}

.area_archive .area_box .col .img img {
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.area_archive .area_box .col .text_side {
    width: calc(100% - 39rem - 5.6rem);
}

.area_archive .area_box .col .lead {
    font-size: 2rem;
    font-weight: 700;
    padding-left: 1.65em;
    color: #1f2774;
    background-image: url(../img/area/area_map_b.svg);
    background-repeat: no-repeat;
    background-size: 1.1em auto;
    background-position: left center;
    margin-bottom: .9rem;
}

.area_archive .area_box .col p {
    line-height: 1.67;
    font-size: 1.5rem;
    color: #1f2774;
}

.area_archive .area_box .col .catch {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1f2774;
    margin: 2.2rem 0 .9rem;
}

.area_archive .area_box:hover .col .img img {
    transform: scale(1.05);
}

.area_archive .area_box:hover .hl_label .btn {
    text-decoration: underline;
}

.area_archive .area_box:hover .col {
    background-color: #f9f9ff;
}

@media (max-width: 767px) {
    .area_archive #sec_area .hl {
        font-size: 2.4rem;
    }

    .area_archive #sec_area .front_text {
        font-size: 1.6rem;
    }

    .area_archive #sec_area .area_col {
        margin: 4rem 0 6rem;
    }

    .area_archive #sec_area .area_col>.item {
        width: 50%;
    }

    .area_archive #sec_area .area_col .link_list a {
        font-size: 1.6rem;
    }

    .area_archive .area_box .hl_label {
        padding: 1.5rem 2rem;
        row-gap: 1rem;
        flex-direction: column;
    }

    .area_archive .area_box .hl_label .hl {
        font-size: 2rem;
    }

    .area_archive .area_box .hl_label .btn {
        font-size: 1.5rem;
    }

    .area_archive .area_box .col {
        padding: 3rem 1.5rem 4rem;
    }

    .area_archive .area_box .col .img {
        width: 100%;
        height: 55vw;
    }

    .area_archive .area_box .col .text_side {
        width: 100%;
    }

    .area_archive .area_box .col .catch {
        font-size: 1.6rem;
    }
}