#mv {
    background-color: #f3f3f3;
}

#mv .mvBg {
    background-color: #000919;
}

#mv .mvInner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 1280px) {
    #mv .mvInner {
        height: min(53.074670571vw, 725px);
    }
}

@media only screen and (min-width: 1080px) {
    #mv .mvInner {
        height: min(47.5841874085vw, 650px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    #mv .mvInner {
        height: min(46.875vw, 360px);
    }
}

@media only screen and (max-width: 767px) {
    #mv .mvInner {
        flex-wrap: wrap;
        height: auto;
    }
}

#mv .mvInner .textWrap {
    color: #fff;
    position: relative;
    z-index: 2;
    width: min(43.9238653001vw, 600px);
    padding-left: min(8.0527086384vw, 150px);
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    #mv .mvInner .textWrap {
        width: min(78.125vw, 600px);
    }
}

@media only screen and (max-width: 767px) {
    #mv .mvInner .textWrap {
        width: 100%;
        box-sizing: border-box;
        padding-left: 7.8125vw;
        padding-right: 7.8125vw;
    }
}

#mv .mvInner .textWrap .bgTitle {
    color: rgba(255, 255, 255, 0.0588235294);
    position: absolute;
    font-size: min(120.7906295754vw, 160px);
    top: -0.8em;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    #mv .mvInner .textWrap .bgTitle {
        font-size: 11.9791666667vw;
        top: -0.5em;
    }
}

@media only screen and (max-width: 767px) {
    #mv .mvInner .textWrap .bgTitle {
        font-size: 23.9583333333vw;
        position: static;
    }
}

#mv .mvInner .textWrap .sectionTitleArea {
    position: static;
    transform: none;
}

#mv .mvInner .textWrap .sectionTitleArea .sectionTitleEn {
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    #mv .mvInner .textWrap .sectionTitleArea .sectionTitleEn {
        font-size: min(1.8229166667vw 0.14px);
        margin-bottom: 1.953125vw;
    }
}

@media only screen and (max-width: 767px) {
    #mv .mvInner .textWrap .sectionTitleArea .sectionTitleEn {
        margin-top: -7.2916666667vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    #mv .mvInner .textWrap .sectionTitleArea .sectionTitle {
        font-size: min(2.6041666667vw, 20px);
    }
}

#mv .mvInner .textWrap .pageIntroText {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    #mv .mvInner .textWrap .pageIntroText {
        font-size: min(1.8229166667vw, 14px);
        margin-top: 3.2552083333vw;
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    #mv .mvInner .textWrap .pageIntroText {
        margin-top: 9.375vw;
        padding-bottom: 7.8125vw;
    }
}

#mv .mvInner .photoWrap {
    height: 100%;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 100vw;
}

#mv .mvInner .photoWrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000919;
    z-index: 2;
    clip-path: polygon(4% 50%, 0 0, 0 100%);
}

@media only screen and (max-width: 767px) {
    #mv .mvInner .photoWrap:before {
        clip-path: polygon(50% 10%, 100% 0, 0% 0%);
        top: -1px;
    }
}

@media only screen and (min-width: 1080px) {
    #mv .mvInner .photoWrap {
        margin-right: calc(50% - 100vw);
    }
}

@media only screen and (max-width: 767px) {
    #mv .mvInner .photoWrap {
        width: 100%;
        padding-top: 0;
    }
}

#mv .mvInner .photoWrap .photo {
    width: 50%;
    position: relative;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    #mv .mvInner .photoWrap .photo {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #mv .mvInner .photoWrap .photo {
        height: 100%;
        width: 100%;
        aspect-ratio: 39/25;
    }
}

#mv .mvInner .photoWrap .photo img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.archive {
    background-color: #f3f3f3;
}

.archive .articleList.casestudyList {
    display: grid;
    gap: 40px 50px;
}

.sidebar2ColumnArea {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    .sidebar2ColumnArea {
        flex-wrap: wrap;
    }

    .sidebar2ColumnArea > * {
        margin-top: 7.8125vw;
    }

    .sidebar2ColumnArea > *:first-child {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar2ColumnArea {
        flex-wrap: wrap;
    }

    .sidebar2ColumnArea > * {
        margin-top: 15.625vw;
    }

    .sidebar2ColumnArea > *:first-child {
        margin-top: 0;
    }
}

.sidebar2ColumnArea .sidebar2ColumnContents {
    width: min(55.6368960469vw, 760px);
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    .sidebar2ColumnArea .sidebar2ColumnContents {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar2ColumnArea .sidebar2ColumnContents {
        width: 100%;
    }
}

.sidebar2ColumnArea .sidebar {
    width: min(23.4260614934vw, 320px);
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    .sidebar2ColumnArea .sidebar {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar2ColumnArea .sidebar {
        width: 100%;
    }
}

.sidebar2ColumnContents {
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .sidebar2ColumnContents {
        background-color: rgba(0, 0, 0, 0);
        box-shadow: none;
    }
}

.sidebar2ColumnContents .sidebar2ColumnContentsInner {
    width: 100%;
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    .sidebar2ColumnContents .sidebar2ColumnContentsInner {
        padding: 2.6041666667vw;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar2ColumnContents .sidebar2ColumnContentsInner {
        padding: 5.2083333333vw 0;
    }
}

.sidebar {
    box-sizing: border-box;
    position: relative;
}

@media only screen and (min-width: 1080px) {
    .single .sidebar .sidebar_scroll_fixed.active {
        position: sticky;
    }
}

.sidebar .sidebarSection {
    background-color: #fff;
}

.sidebar .sidebarSection .titleArea {
    text-align: center;
    margin-bottom: 20px;
}

.sidebar .sidebarSection .titleArea .sideSubTitle .subTitleText {
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
}

.sidebar .sidebarSection .titleArea .normalTitle {
    font-weight: 700;
}

.sidebar #sideSearchBtn {
    display: block;
    border: 2px solid base_color;
    padding: 18px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    border-radius: 4px;
    color: #fff;
    background-color: #000919;
}

.sidebar #sideSearchBtn:before {
    width: 12%;
    aspect-ratio: 1/1;
    content: "";
    background-color: currentColor;
    display: block;
    mask-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.93853 0.608964C5.90914 0.206926 6.94943 0 8 0C9.05058 0 10.0909 0.206926 11.0615 0.608964C12.0321 1.011 12.914 1.60028 13.6569 2.34315C14.3997 3.08601 14.989 3.96793 15.391 4.93853C15.7931 5.90914 16 6.94943 16 8C16 9.05057 15.7931 10.0909 15.391 11.0615C15.1172 11.7226 14.7565 12.3425 14.3196 12.9054L19.7071 18.2929C20.0976 18.6834 20.0976 19.3166 19.7071 19.7071C19.3166 20.0976 18.6834 20.0976 18.2929 19.7071L12.9054 14.3196C12.3425 14.7565 11.7226 15.1172 11.0615 15.391C10.0909 15.7931 9.05057 16 8 16C6.94943 16 5.90914 15.7931 4.93853 15.391C3.96793 14.989 3.08601 14.3997 2.34315 13.6569C1.60028 12.914 1.011 12.0321 0.608964 11.0615C0.206926 10.0909 0 9.05058 0 8C0 6.94942 0.206926 5.90914 0.608964 4.93853C1.011 3.96793 1.60028 3.08601 2.34315 2.34315C3.08601 1.60028 3.96793 1.011 4.93853 0.608964ZM8 2C7.21207 2 6.43185 2.15519 5.7039 2.45672C4.97595 2.75825 4.31451 3.20021 3.75736 3.75736C3.20021 4.31451 2.75825 4.97595 2.45672 5.7039C2.15519 6.43185 2 7.21207 2 8C2 8.78793 2.15519 9.56815 2.45672 10.2961C2.75825 11.0241 3.20021 11.6855 3.75736 12.2426C4.31451 12.7998 4.97595 13.2417 5.7039 13.5433C6.43185 13.8448 7.21207 14 8 14C8.78793 14 9.56815 13.8448 10.2961 13.5433C11.0241 13.2417 11.6855 12.7998 12.2426 12.2426C12.7998 11.6855 13.2417 11.0241 13.5433 10.2961C13.8448 9.56815 14 8.78793 14 8C14 7.21207 13.8448 6.43185 13.5433 5.7039C13.2417 4.97595 12.7998 4.31451 12.2426 3.75736C11.6855 3.20021 11.0241 2.75825 10.2961 2.45672C9.56815 2.15519 8.78793 2 8 2Z" /></svg>');
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: auto 45%;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: 35px;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    .sidebar #sideSearchBtn:before {
        width: 6%;
    }
}

.sidebar .categoryLabelListWrap {
    border: 1px solid #000919;
    border-radius: 4px;
}

.sidebar .categoryLabelListWrap.sidebarSection .titleArea {
    background-color: #000919;
    color: #fff;
    text-align: left;
    padding: 15px 20px 15px 32px;
    margin-bottom: 0;
    cursor: pointer;
}

.sidebar .categoryLabelListWrap.sidebarSection .titleArea.open .normalTitle:after {
    transform: translateY(-50%) rotate(180deg);
}

.sidebar .categoryLabelListWrap.sidebarSection .titleArea .normalTitle {
    position: relative;
}

.sidebar .categoryLabelListWrap.sidebarSection .titleArea .normalTitle:after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6.444" viewBox="0 0 12 6.444"><path d="M.281,6.625A.388.388,0,0,1,.4,6.341a.388.388,0,0,1,.284-.119.388.388,0,0,1,.284.119l5.354,5.354,5.271-5.271a.4.4,0,1,1,.569.569L6.606,12.547a.4.4,0,0,1-.569,0L.4,6.921a.277.277,0,0,1-.041-.053.406.406,0,0,1-.03-.059L.3,6.749.287,6.69Z" transform="translate(-0.281 -6.222)" /></svg>');
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    transition: transform 0.3s ease 0s;
    transform: translateY(-50%) rotate(0deg);
    position: absolute;
    background-color: #fff;
    top: 50%;
    right: 0;
    z-index: 2;
}

.sidebar .categoryLabelListWrap.sidebarSection .sideCateBox {
    padding: 28px;
    box-sizing: border-box;
}

.sidebar .categoryLabelListWrap.sidebarSection .sideCateBox .categoryLabelList > li {
    margin: 3px;
}

.sidebar .rankingBlockWrap {
    border: 1px solid #000919;
    border-radius: 4px;
    padding: 44px 28px;
    box-sizing: border-box;
    width: 100%;
}

.sidebar .rankingBlockWrap .titleArea {
    text-align: center;
}

.sidebar .rankingBlockWrap .titleArea .icon {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    margin-right: 4px;
}

.sidebar .rankingBlockWrap .titleArea .icon.column {
    width: 13px;
    mask-image: url("../images/under/icon_column.svg");
    mask-repeat: no-repeat;
    mask-position: center center;
    background-color: #000919;
}

.sidebar .rankingBlockWrap .titleArea .icon.case {
    width: 20px;
    background-image: url("../images/under/icon_case.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.sidebar .rankingBlockWrap .titleArea .icon.ranking {
    width: 20px;
    mask-image: url("../images/under/icon_ranking.svg");
    mask-repeat: no-repeat;
    mask-position: center center;
    background-color: #000919;
}

.sidebar .rankingBlockWrap .rankingBlock li:not(:first-child) {
    margin-top: 24px;
}

.sidebar .rankingBlockWrap .rankingBlock li .rankingBlockInner {
    position: relative;
}

.sidebar .rankingBlockWrap .rankingBlock li .rankingBlockInner .img {
    position: relative;
}

.sidebar .rankingBlockWrap .rankingBlock li .rankingBlockInner .img .wpp-thumbnail {
    float: none;
    margin: 0;
}

.sidebar .rankingBlockWrap .rankingBlock li .rankingBlockInner .img a {
    position: relative;
    display: block;
}

.sidebar .rankingBlockWrap .rankingBlock li .rankingBlockInner .img a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 60.63%);
}

.sidebar .rankingBlockWrap .rankingBlock li .rankingBlockInner .titleWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
}

.sidebar .rankingBlockWrap .rankingBlock li .rankingBlockInner .titleWrap .date {
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    margin-bottom: 12px;
}

.sidebar .rankingBlockWrap .rankingBlock li .rankingBlockInner .titleWrap .title {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.sidebar .rankingBlockWrap .rankingBlock li .rankingBlockInner .titleWrap .title .wpp-post-title {
    color: #fff;
    padding: 12px;
    display: block;
}

.smallContactArea {
    background-color: #000919;
    position: relative;
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .smallContactArea {
        padding-top: 10.4166666667vw;
        padding-bottom: 10.4166666667vw;
    }
}

.smallContactArea .bgTitle {
    color: rgba(255, 255, 255, 0.0588235294);
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    .smallContactArea .bgTitle {
        top: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .smallContactArea .bgTitle {
        font-size: 22.9166666667vw;
        top: -15px;
    }
}

.smallContactArea .flexBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1079px) {
    .smallContactArea .flexBox {
        display: block;
    }
}

.smallContactArea .titleWrap {
    color: #fff;
}

.smallContactArea .titleWrap .title {
    font-weight: 700;
    font-size: 40px;
}

@media only screen and (max-width: 1079px) {
    .smallContactArea .titleWrap .title {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    .smallContactArea .titleWrap .title {
        font-size: min(4.1666666667vw, 32px);
    }
}

@media only screen and (max-width: 767px) {
    .smallContactArea .titleWrap .title {
        font-size: 6.25vw;
    }
}

.smallContactArea .titleWrap .subTitle {
    font-size: 26px;
    margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    .smallContactArea .titleWrap .subTitle {
        font-size: min(3.3854166667vw, 26px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    .smallContactArea .btnWrap {
        margin-top: 6.5104166667vw;
    }
}

@media only screen and (max-width: 767px) {
    .smallContactArea .btnWrap {
        margin-top: 13.0208333333vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    .smallContactArea .btnWrap .btn {
        padding: 2.6041666667vw;
        font-size: min(2.0833333333vw, 16px);
        width: 52.0833333333vw;
    }
}

@media only screen and (max-width: 767px) {
    .smallContactArea .btnWrap .btn {
        width: 100%;
        font-size: 4.1666666667vw;
        padding: 5.2083333333vw 6.5104166667vw;
    }
}

.search_archive .searchTermBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}

.search_archive .searchTermBlock .searchTermTitle {
    font-weight: 700;
    font-size: 17px;
}

@media only screen and (max-width: 767px) {
    .search_archive .searchTermBlock .searchTermTitle {
        font-size: 3.90625vw;
    }
}

.search_archive .searchTermBlock + .casestudyList {
    margin-top: 40px;
}

.search_archive #notFound {
    background-color: #fff;
    padding: 35px;
    border-radius: 8px;
    margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    .search_archive #notFound {
        margin-top: 6.5104166667vw;
    }
}

@media only screen and (max-width: 767px) {
    .search_archive #notFound {
        margin-top: 13.0208333333vw;
        padding: 6.5104166667vw;
    }
}

.search_archive #notFound p {
    font-size: 17px;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .search_archive #notFound p {
        font-size: 3.90625vw;
    }
}

.search_archive .articleList.casestudyList .articleBlock {
    margin-bottom: 0;
}

.searchFormAreaWrap #searchModalClose {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 767px) {
    .searchFormAreaWrap #searchModalClose {
        top: 14px;
    }
}

.searchFormAreaWrap #searchModalClose:before,
.searchFormAreaWrap #searchModalClose:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 20px;
    background: #fff;
}

.searchFormAreaWrap #searchModalClose:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.searchFormAreaWrap #searchModalClose:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.searchFormAreaWrap.js-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-sizing: border-box;
    z-index: 5001;
}

.searchFormAreaWrap.js-modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.searchFormAreaWrap.js-modal-container.js-active {
    opacity: 1;
    visibility: visible;
}

.searchFormAreaWrap .js-modal-body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90vw;
    height: auto;
    max-height: 90vh;
    transform: translate(-50%, -50%);
    max-width: 940px;
}

.searchFormAreaWrap .searchFormArea {
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
}

.searchFormAreaWrap .searchFormArea .earchTermListTitle {
    background-color: #000919;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 40px;
}

@media only screen and (max-width: 767px) {
    .searchFormAreaWrap .searchFormArea .earchTermListTitle {
        font-size: 3.3854166667vw;
        padding: 5.2083333333vw;
    }
}

.searchFormAreaWrap .searchFormArea .searchTermListWrap {
    background-color: #f4f4f4;
    padding: 48px 44px;
    height: 70vh;
}

@media only screen and (max-width: 767px) {
    .searchFormAreaWrap .searchFormArea .searchTermListWrap {
        padding: 9.375vw 5.2083333333vw;
    }
}

.searchFormAreaWrap .searchFormArea .searchTermListWrap .form-search {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlockWrap {
    padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
    .searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlockWrap {
        padding-bottom: 15.625vw;
    }
}

.searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlock:first-child {
    margin-bottom: 44px;
}

@media only screen and (max-width: 767px) {
    .searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlock:first-child {
        margin-bottom: 12.5vw;
    }
}

.searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlock .searchTermTitle {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
    .searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlock .searchTermTitle {
        font-size: 4.1666666667vw;
    }
}

.searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlock .searchTermTitle .small {
    font-weight: 400;
    font-size: 0.7em;
    color: #6c6c6c;
}

.searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlock .searchTermList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 24px;
}

@media only screen and (max-width: 767px) {
    .searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlock .searchTermList {
        grid-template-columns: repeat(1, 1fr);
        gap: 3.125vw;
    }
}

.searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlock .searchTermList .searchTermItem {
    background-color: #fff;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    padding: 12px 20px;
    text-align: left;
    font-size: 15px;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlock .searchTermList .searchTermItem {
        font-size: 3.90625vw;
        padding: 3.125vw 4.1666666667vw;
    }
}

.searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlock .searchTermList.radioStyle .searchTermItem {
    display: block;
}

.searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlock .searchTermList.radioStyle .searchTermItem {
    display: flex;
    align-items: center;
}

.searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlock .searchTermList.radioStyle input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlock .searchTermList.radioStyle .searchTermItem::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    content: "";
    height: 18px;
    margin-bottom: auto;
    margin-right: 0.5em;
    margin-top: auto;
    width: 18px;
}

.searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlock .searchTermList.radioStyle input[type="radio"]:checked + .searchTermItem::before {
    background-color: #0e3660;
    box-shadow: inset 0 0 0 3px #fff;
}

.searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlock .searchTermList.checkboxStyle input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlock .searchTermList.checkboxStyle .searchTermItem::before {
    border: 1px solid #ccc;
    content: "";
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 15px;
}

.searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlock .searchTermList.checkboxStyle input[type="checkbox"]:checked + .searchTermItem::after {
    content: "";
    height: 4px;
    left: 23px;
    position: absolute;
    top: 15px;
    width: 8px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
    .searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlock .searchTermList.checkboxStyle input[type="checkbox"]:checked + .searchTermItem::after {
        left: 4.9479166667vw;
    }
}

.searchFormAreaWrap .searchFormArea .searchTermListWrap .searchTermListBlock .searchTermList.checkboxStyle input[type="checkbox"]:checked + .searchTermItem::before {
    background-color: #0e3660;
}

.searchFormAreaWrap .searchFormArea .searchTermListWrap .searchFormAreaBtn {
    margin-top: 36px;
    text-align: center;
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .searchFormAreaWrap .searchFormArea .searchTermListWrap .searchFormAreaBtn {
        bottom: 5.2083333333vw;
    }
}

.searchFormAreaWrap .searchFormArea .searchTermListWrap .searchFormAreaBtn .btn {
    font-size: 18px;
    font-weight: 500;
    width: 260px;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .column_archive .bgTitle {
        font-size: 18.75vw;
    }
}
