/**************************************
    アーカイブページ共通
 **************************************/
.archive-default {  
    position: relative;
    padding-top: 70px;
}
.archive-default__fv{
    background: #E8F1FF;
    padding-inline: 24px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
.archive-default__fv-inner{
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background-image: repeating-linear-gradient(
        90deg,
        #e6e6e6, 
        #e6e6e6 1px, 
        transparent 1px, 
        transparent calc((100% - 1px) / 4)
    );
    background-image: -moz-repeating-linear-gradient(
        left,
        #e6e6e6, 
        #e6e6e6 0px, 
        transparent 2px, 
        transparent calc((100% - 2px) / 4)
    );
}
.archive-default__fv-title-area{
    display: grid;
    align-items: center;
}
.archive-default__fv-title-en{
    color: #01F;
    font-family: Montserrat;
    font-size: 80px;
    font-weight: 700;
    line-height: 0.675;
    letter-spacing: 0.1em;
    position: relative;
    margin-left: -36px;
}
.archive-default__fv-title-en-inner{
    padding-left: 30px;
}
.archive-default__fv-title-en::before{
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #01F;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.archive-default__fv-title-ja{
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 0.83;
    letter-spacing: 0.1em;
    margin-top: 25px;
}
.archive-default__fv-image-area{
    padding: 70px 0 40px;
}
.archive-default__fv-image-area-inner{
    margin: 0 -60px 0 60px;
}
.archive-default__contents{
    background: #F7F7F7;
    padding-inline: 24px;
}
.archive-default__contents-inner{
    max-width: 1100px;
    margin: auto;
    background-image: repeating-linear-gradient(
        90deg, 
        #eee, 
        #eee 1px, 
        transparent 1px, 
        transparent calc((100% - 1px) / 4)
    );
    background-image: -moz-repeating-linear-gradient(
        left, 
        #eee, 
        #eee 0px, 
        transparent 2px, 
        transparent calc((100% - 2px) / 4)
    );
}
.archive-default__breadcrumb{
    padding-block: 15px;
}
.archive-default__form{
    margin-inline: -140px;
    padding: 120px 0;
}
.archive-default__form .contact{
    margin-top: 0;
}
@media screen and (max-width: 1500px) {
    .archive-default__fv-title-en{
        margin-left: 0;
    }
    .archive-default__fv-title-ja{
        margin-left: 30px;
    }
    .archive-default__fv-image-area-inner{
        margin: 0;
    }
}
@media screen and (max-width: 1280px) {
    .archive-default__form{
        margin-inline: 0;
    }
}
@media screen and (max-width: 740px) {
    .archive-default__fv-inner{
        grid-template-columns: repeat(1,1fr);
        background-image: repeating-linear-gradient(
            90deg, 
            #e6e6e6, 
            #e6e6e6 1px, 
            transparent 1px, 
            transparent calc((100% - 1px) / 2)
        );
        background-image: -moz-repeating-linear-gradient(
            left, 
            #e6e6e6, 
            #e6e6e6 0px, 
            transparent 2px, 
            transparent calc((100% - 2px) / 2)
        );
    }
    .archive-default__fv-image-area-inner img{
        width: 70%;
    }
    .archive-default__fv-title-area{
        margin-top: 40px;
    }
    .archive-default__fv-title-en{
        font-size: 45px;
        line-height: 0.67;
        letter-spacing: 0.05em;
        margin-left: 0;
    }
    .archive-default__fv-title-ja {
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.1em;
        margin-top: 15px;
    }
    .archive-default__fv-image-area {
        padding: 38px 0 10px;
    }
    .archive-default__breadcrumb{
        padding-block: 10px;
    }
    .archive-default__contents-inner{
        background-image: repeating-linear-gradient(
            90deg, 
            #eee, 
            #eee 1px, 
            transparent 1px, 
            transparent calc((100% - 1px) / 2)
        );
        background-image: -moz-repeating-linear-gradient(
            left, 
            #eee, 
            #eee 0px, 
            transparent 2px, 
            transparent calc((100% - 2px) / 2)
        );
    }
    .archive-default__form{
        padding: 70px 0 0;
    }
    .archive-default__form-inner{
        background: #fff;
        margin-inline: calc(50% - 50vw);
        padding-inline: calc(50vw - 50%);
    }
    .archive-default__form-inner .contact{
        border-radius: 0;
        box-shadow: none;
    }
}

/**************************************
    パンくずリスト
 **************************************/
.breadcrumb{
    text-align: right;
}
.breadcrumb__list{
    line-height: 1.2;
}
.breadcrumb__list li{
    display: inline;
    color: #444;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}
.breadcrumb__list li a{
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: 0.3s;
}
.breadcrumb__list li a:hover{
    opacity: 0.6;
}
.breadcrumb__slash{
    margin-inline: 10px;
}

@media screen and (max-width: 740px) {
    .breadcrumb__list li{
        font-size: 11px;
    }
}

/**************************************
    戻るボタン
 **************************************/
.back-button{
    display: grid;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    color: #444;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.05em;
    border-radius: 999px;
    border: 1px solid #DDD;
    background: #F7F7F7;
    margin: 25px auto 0;
    position: relative;
    transition: 0.3s;
}
.back-button:hover{
    background: #DDD;
}
.back-button-icon{
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}
.back-button-icon::before {
    background-color: #444;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 2px;
    margin-top: 0px;
    content: "";
}
.back-button-icon::after {
    position: absolute;
    top: 50%;
    left: calc(50% - 1px);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #444;
    border-right: 2px solid #444;
    content: "";
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 740px) {
    .back-button{
        width: 200px;
        height: 40px;
        font-size: 13px;
        line-height: 1.3;
        letter-spacing: 0.05em;
        margin: 30px auto 0;
    }
}

/**************************************
    トップへ戻る（ページ内リンク）
 **************************************/
.page-top-button {
    position: fixed;
    bottom: 120px;
    right: 30px;
    text-align: center;
    background: #333;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 999px;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    z-index: 998;
}
.page-top-button.show {
    opacity: 1;
    pointer-events: auto;
}
.page-top-button-icon{
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
}
.page-top-button-icon::before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% + 2px);
    transform: rotate(-45deg) translate(-50%, -50%);
    transition: 0.3s;
}
.page-top-button:hover {
    background: #888;
}
@media screen and (max-width: 740px) {
    .page-top-button {
    bottom: 120px;
    right: 10px;
    width: 40px;
    height: 40px;
    }
    .page-top-button-icon{
        width: 40px;
        height: 40px;
    }
    .page-top-button-icon::before {
        content: '';
        width: 9px;
        height: 9px;
        top: calc(50% - 4px);
        left: calc(50% + 2px);
        transform: rotate(-45deg) translate(-50%, -50%);
    }
}
/**************************************
    ページネーション（一覧ページ）
 **************************************/
.pagination-wrapper{
    text-align: center;
    margin: 50px 0 0;
}
.pagination .pagination-list li{
    display: inline-block;
}
.pagination .pagination-list li a,
.pagination .pagination-list li span:not(.dots) {
    display: grid;
    align-items: center;
    justify-content: center;
    color: #444;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 0.83;
    border-radius: 999px;
    background: #FFF;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    margin-inline: 3px;
    position: relative;
    transition: 0.3s;
}
.pagination .pagination-list li a:hover{
    background-color: #b1cfff;
}
.pagination .pagination-list li span.current {
    background-color: #01F;
    color: #fff;
}
.pagination .pagination-list li span.dots{
    color: #444;
}
.pagination .pagination-list li a.prev,
.pagination .pagination-list li a.next {
    color: transparent;
    transition: 0.3s;
}
.pagination .pagination-list li a.prev:hover,
.pagination .pagination-list li a.next:hover {
    background: #ddd;
}
.pagination .pagination-list li a.prev::before,
.pagination .pagination-list li a.next::before {
    background-color: #444;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 1px;
    margin-top: 0px;
    content: "";
    z-index: 2;
}
.pagination .pagination-list li a.prev::after,
.pagination .pagination-list li a.next::after {
    position: absolute;
    top: 50%;
    left: calc(50% - 1px);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    content: "";
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
}
.pagination .pagination-list li a.prev::after {
    position: absolute;
    top: 50%;
    left: calc(50% - 7px);
    transform: translate(-50%, -50%);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
}

@media screen and (max-width: 740px) {
    .pagination .pagination-list li a,
    .pagination .pagination-list li span:not(.dots) {
        font-size: 18px;
        line-height: 0.83;
        width: 40px;
        height: 40px;
    }
}
/**************************************
    ポストナビゲーション（詳細ページ）
 **************************************/
.post-navigation .nav-links{
    display: flex;
    justify-content: center;
}
.post-navigation .nav-previous,
.post-navigation .nav-archive-back,
.post-navigation .nav-next{
    margin-inline: 5px;
    width: 100px;
    height: 50px;
}
.post-navigation .nav-archive-back {
    width: 250px;
}
.post-navigation .nav-previous a,
.post-navigation .nav-archive-back a,
.post-navigation .nav-next a{
    display: grid;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.05em;
    border-radius: 999px;
    background: #01F;
    position: relative;
    transition: 0.3s;
}
.post-navigation .nav-archive-back a{
    color: #444;
    font-size: 14px;
    line-height: 1.2;
    border: 1px solid #DDD;
    background: #fff;
}
.post-navigation .nav-previous a {
    padding-left: 20px;
}
.post-navigation .nav-next a{
    padding-right: 20px;
}
.post-navigation .nav-previous a::before,
.post-navigation .nav-next a::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.post-navigation .nav-previous a::before {
    left: 15px;
    transform: rotate(225deg);
}
.post-navigation .nav-next a::before{
    right: 15px;
    transform: rotate(45deg);
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover{
    background: #73A6FF;
}
.post-navigation .nav-archive-back a:hover{
    background: #DDD;
}
.post-navigation .nav-archive-back-pc-only {
    display: inline;
}
.post-navigation .nav-archive-back-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}
.post-navigation .nav-archive-back-icon::before {
    background-color: #444;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 2px;
    margin-top: 0px;
    content: "";
}
.post-navigation .nav-archive-back-icon::after {
    position: absolute;
    top: 50%;
    left: calc(50% - 1px);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #444;
    border-right: 2px solid #444;
    content: "";
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 740px) {
    .post-navigation .nav-previous,
    .post-navigation .nav-next,
    .post-navigation .nav-archive-back {
        width: 22%;
        height: 40px;
        margin-inline: 1%;
    }
    .post-navigation .nav-archive-back{
        width: 50%;
    }
    .post-navigation .nav-previous a,
    .post-navigation .nav-archive-back a,
    .post-navigation .nav-next a{
        color: #fff;
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.1;
        letter-spacing: 0.05em;
        border-radius: 999px;
        background: #01F;
        position: relative;
    }
    .post-navigation .nav-archive-back a{
        color: #444;
        font-size: 14px;
        line-height: 1.2;
        border: 1px solid #DDD;
        background: #fff;
    }
    .post-navigation .nav-previous a {
        padding-left: 10px;
    }
    .post-navigation .nav-next a{
        padding-right: 10px;
    }
    .post-navigation .nav-previous a::before {
        left: 10px;
    }
    .post-navigation .nav-next a::before{
        right: 10px;
    }
    .post-navigation .nav-archive-back-pc-only {
        display: none;
    }
}

/**************************************
    検索フォーム
 **************************************/
.search-form{
    border-radius: 5px;
    border: 3px solid #73A6FF;
    background: #FFF;
    box-shadow: 5px 10px 35px 0 rgba(119, 170, 246, 0.20);
    display: grid;
    grid-template-columns: 30% 1fr;
    margin-top: 50px;
}
.search-form__hading-area{
    background: #E8F1FF;
    position: relative;
    display: grid;
    align-items: center;
    padding: 5%;
}
.search-form__form-area{
    padding: 30px;
}
.search-form__form-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px 10px;
}
.search-form__form-item--col1{
    grid-column: 1 / -1;
}
.search-form__form-item-title {
    display: block;
    position: relative;
    padding: 0 0 0 23px;
    color: #01F;
    font-size: 14px;
    font-weight: 400;
    line-height: 0.86;
    margin-bottom: 10px;
}
.search-form__form-item-title:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    content: '';
    border-radius: 999px;
    background: #01F;
}
.search-form__hading-area-icon{
    position: absolute;
    top: -40px;
    left: -40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background: #FFF200;
    color: #01F;
    width: 120px;
    height: 120px;
    border-radius: 999px;
}
.search-form__hading-area-icon-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 50px;

}
.search-form__hading-area-icon-small{
    font-size: 10px;
    font-weight: 500;
    line-height: 0.75;
    margin-top: 8px;
}
.search-form__hading-area-icon-number{
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 700;
    line-height: 0.75;
}
.search-form__hading-area-title{
    color: #01F;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.143;
    letter-spacing: 0.1em;
}
.search-form__hading-area-text{
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.429;
    margin-top: 20px;
}

/* input関連 */
.search-form__select-wrapper{
    position: relative;
}
.search-form__select-wrapper::after {
    content: "";
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transition: transform .3s;
    position: absolute;
    top: 40%;
    right: 20px;
}
.search-form__select-wrapper select{
    width: 100%;
    height: 50px;
    border: none;
    color: #444;
    font-weight: 400;
    padding-left: 12px;
    background-color: #F5F5F5;
    border-radius: 5px;
    border: 0.5px #cdcdcd solid;
    text-align: left;
}
.search-form__checkbox-grid{
    display: flex;
    flex-wrap: wrap;
}
.search-form__checkbox-grid label{
    display: grid;
    align-items: center;
    grid-template-columns: 30px 1fr;
    margin: 0 20px 10px 0;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
.search-form__checkbox-grid label input {
    border-radius: 0;
    -webkit-appearance: none;
        -moz-appearance: none;
            appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #DDD;
    background: #F5F5F5;
}
.search-form__checkbox-grid label input:checked:before {
    position: absolute;
    top: 1px;
    left: 5px;
    transform: rotate(50deg);
    width: 8px;
    height: 12px;
    border-right: 2px solid #01F;
    border-bottom: 2px solid #01F;
    content: '';
}
.search-form__button-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.search-form__submit-button-wrapper input,
.search-form__clear-button{
    width: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    border-radius: 999px;
    height: 50px;
    text-align: center;
    transition: .3s;
}
.search-form__submit-button-wrapper input:hover{
    background: #73A6FF;
}
.search-form__clear-button:hover{
    background: #DDD;
}
.search-form__submit-button-wrapper input{
    background: #01F;
    color: #fff;
    position: relative;
    padding: 5px 25px 5px 40px;
}
.search-form__submit-button-wrapper{
    position: relative;
}
.search-form__submit-button-wrapper::before{
    content: '';
    position: absolute;
    left: 15px; /* 右側に配置 */
    top: 50%;
    transform: translateY(-50%); /* 垂直中央揃え */
    width: 25px;
    height: 25px;
    background-image: url('../img/icon-search.svg'); /* SVGアイコン */
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.search-form__clear-button{
    border-radius: 50px;
    border: 1px solid #DDD;
    background: #FFF;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 740px) {
    .search-form{
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 20px;
    }
    .search-form__hading-area{
        justify-content: center;
        padding: 24px;
    }
    .search-form__hading-area-icon{
        top: -20px;
        left: -20px;
        font-size: 13px;
        line-height: 1;
        width: 80px;
        height: 80px;
    }
    .search-form__hading-area-icon-inner{
        width: 67px;
        height: 48px;

    }
    .search-form__hading-area-icon-small{
        font-size: 8px;
        margin-top: 8px;
    }
    .search-form__hading-area-icon-number{
        font-size: 26px;
        line-height: 1;
    }
    .search-form__hading-area-title{
        font-size: 22px;
        line-height: 1;
    }
    .search-form__hading-area-text{
        font-size: 12px;
        line-height: 1;
        margin-top: 13px;
    }
    .search-form__form-area {
        padding: 20px;
    }
    .search-form__form-grid {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 20px 10px;
    }
    .search-form__button-grid{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 8px;
    }
}

/**************************************
    chart.js
 **************************************/
/* グラフを表示するためのスタイル */
canvas {
    width: 100%;
    height: auto;
}

/**************************************
    table
 **************************************/
.table-default{
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border: 3px solid #D5D5D5;
    border-radius: 3px;
    overflow: hidden;
}
.table-default th,
.table-default td {
    text-align: left;
    border-bottom: solid 1px #D5D5D5;
    font-size: 16px;
    padding: 20px;
}
.table-default tr:last-child th,
.table-default tr:last-child td {
    border-bottom: none;
}
.table-default th{
    width: 30%;
    min-width: 130px;
    background: #01F;
    color: #FFF;
    font-weight: 500;
    line-height: 1;
}
table td{
    width: 70%;
    background: #fff;
    color: #444;
    font-weight: 400;
    line-height: 1.5;
}
/* table 2カラム */
.table-default__col2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: stretch;
}
.table-default__col2-item{
    display: flex;
    align-items: stretch;
}
.table-default__col2-item th,
.table-default__col2-item td {
    height: 100%;
}
.table-default__col2-item th{
    min-width: 170px;
}
.table-default__order-pc-1{
    order: 1;
}
.table-default__order-pc-2{
    order: 2;
}
.table-default__order-pc-3{
    order: 3;
}
.table-default__order-pc-4{
    order: 4;
}

@media screen and (max-width: 740px) {
    .table-default{
        border: 2px solid #D5D5D5;
    }
    .table-default th,
    .table-default td {
        display: block;
        width: 100%;
        text-align: center;
        border: none;
        font-size: 15px;
        padding: 12px;
    }
    /* table 2カラム */
    .table-default__col2{
        grid-template-columns: repeat(1,1fr);
    }
    .table-default__col2-item{
        display: grid;
    }
    .table-default__order-pc-1,
    .table-default__order-pc-2,
    .table-default__order-pc-3,
    .table-default__order-pc-4{
        order: inherit;
    }
}

/**************************************
    フォーム上の吹き出し
 **************************************/
.contact-balloon {
    position: relative;
    display: block;
    max-width: 500px;
    margin: 0 auto;
    padding: 16px;
    border-radius: 999px;
    background-color: #fff200;
    color: #01F;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: -10px;
    z-index: 5;
}
.contact-balloon::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #fff200 transparent transparent;
    translate: -50% 100%;
}

@media screen and (max-width: 740px) {
    .contact-balloon {
        max-width: 100%;
        padding: 10px;
        font-size: 18px;
        line-height: 1;
        letter-spacing: 0.05em;
        margin-bottom: -20px;
    }
    .contact-balloon + .single-data__form-inner,
    .contact-balloon + .single-reviews__form-inner{
        padding-top: 40px;
    }
}

/**************************************
    オススメアイコン
 **************************************/
.recommend-icon{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    background: #FFF200;
    color: #01F;
    width: 80px;
    height: 80px;
    border-radius: 999px;
}
.recommend-icon-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}
@media screen and (max-width: 740px) {
    .recommend-icon{
        font-size: 18px;
        line-height: 1;
        width: 65px;
        height: 65px;
    }
    .recommend-icon-inner {
        width: 36px;
        height: 36px;
    }
}

/**************************************
    データで見るFC本部 
 **************************************/
/* 共通 */
.data-tag-list{
    display: block;
}
.data-tag-list-item{
    display: inline-block;
    padding: 8px 10px;
    border-radius: 3px;
    background: #73A6FF;
    color: #fff;
    margin: 0 5px 5px 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}
.data-tag-list-item--industry{
    background: #01F;
}
.data-tag-list-item--budget{
    background: #73A6FF;
}

@media screen and (max-width: 740px) {
    .data-tag-list-item{
        padding: 7px 6px;
        margin: 0 3px 3px 0;
        font-size: 13px;
        line-height: 1;
    }
}

/* 記事一覧 */
.archive-default__breadcrumb + .archive-data-result{
    margin-top: 40px;
}
.archive-data-result{
    margin-top: 100px;
}
.archive-data-result__heading{
    display: grid;
    grid-template-columns: 1fr 160px;
    gap: 10px;
    align-items: end;
    justify-content: space-between;
    border-bottom: 1px solid #aaa;
    padding-bottom: 20px;
    margin-bottom: 28px;
}
.archive-data-result__heading-text{
    color: #01F;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
    position: relative;
}
.archive-data-result__heading-text::before{
    content: '';
    position: absolute;
    top: calc(50% + 2px);
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 100%;
    border-radius: 999px;
    background: #01F;
}
.archive-data-result__heading-text-inner{
    display: block;
    padding-left: 20px;
}
.archive-data-result__heading-answering{
    color: #444;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.07;
}
.archive-data-result__heading-number{
    color: #01F;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 0.75;
}

/* ソートボタンのコンテナ */
.archive-data-result__sort {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 20px 0 30px;
}
.archive-data-result__sort-item {
    margin: 0;
}
.archive-data-result__sort-button {
    display: inline-block;
    padding: 12px 16px;
    background-color: #fff;
    color: #444;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    transition: all 0.3s ease;
}
.archive-data-result__sort-button:hover {
    background-color: #ddd;
}
/* アンカーで飛んだ時の位置を少し上にずらす（ヘッダーがある場合などに有効） */
#sort-position {
    scroll-margin-top: 100px; /* サイトに合わせて数値を調整 */
}
/* 選択されている（アクティブ）状態の色 */
.archive-data-result__sort-button.is-active {
    background-color: #01F;
    color: #fff;
    border: 1px solid #01F;
    pointer-events: none;/* すでに選択中なのでクリック不可にする */
}
/* ホバー時の色（選択中以外） */
.archive-data-result__sort-button:not(.is-active):hover {
    background-color: #f0f0f0;
}

.archive-data-result__article{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 28px;
}
.archive-data-article-item{
    border-radius: 5px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.archive-data-article__contents-area{
    padding: 30px 30px 10px;
}
.archive-data-article__tag-area{
    position: relative;
}
.archive-data-article__tag-area:has(.archive-data-article__recommend){
    display: grid;
    grid-template-columns: 1fr 80px;
}
.archive-data-article__recommend{
    position: absolute;
    top: -10px;
    right: -10px;
}
.archive-data-article__title-area{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-top: 20px;
}
.archive-data-article__name{
    color: #333;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.28;
}
.archive-data-article__name--recommend{
    width: calc(100% - 90px);
}
.archive-data-article__company{
    color: #444;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.167;
    margin-top: 10px;
}
.archive-data-article__text{
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.86;
    margin-top: 20px;
}
.archive-data-article__importance-area{
    margin-top: 30px;
}
.archive-data-article__importance-list-item{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid #DDD;
    background: #FFF;
    color: #444;
    font-size: 13px;
    font-weight: 400;
    line-height: 0.77;
    margin-right: 5px;
}
.archive-data-article__button-area{
    padding: 10px;
}
.archive-data-article__button{
    display: block;
    position: relative;
    text-align: center;
    padding-block: 15px;
    padding-right: 15px;
    border-radius: 5px;
    background: #E8F1FF;
    color: #01F;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
}
.archive-data-article__button{
    display: block;
    text-align: center;
    padding: 15px 50px 15px 10px;
    border-radius: 5px;
    background: #E8F1FF;
    color: #01F;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    transition: .3s;
}
.archive-data-article__button:hover{
    background: #b1cfff;
}
.archive-data-article__button-icon{
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #01F;
}
.archive-data-article__button-icon::before {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 2px;
    margin-top: 0px;
    content: "";
}
.archive-data-article__button-icon::after {
    position: absolute;
    top: 50%;
    left: calc(50% - 1px);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: inline-block;
    vertical-align: middle;
}
.pagination-wrapper + .archive-data-search,
.archive-data-result__heading-text + .archive-data-search{
    margin-top: 80px;
}
@media screen and (max-width: 740px) {
    .archive-data-result{
        margin-top: 70px;
    }
    .archive-data-result__heading{
        grid-template-columns: 1fr 110px;
        gap: 10px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .archive-data-result__heading-text {
        font-size: 26px;
        line-height: 1.154;
        letter-spacing: 0.05em;
    }
    .archive-data-result__heading-answering {
        font-size: 12px;
        line-height: 1.25;
    }
    .archive-data-result__heading-number {
        font-size: 18px;
        line-height: 0.833;
    }

    /* ソートボタンのコンテナ */
    .archive-data-result__sort {
        gap: 4px;
        margin: 20px 0;
    }
    .archive-data-result__sort-button {
        padding: 10px 10px;
        font-size: 12px;
    }

    .archive-data-result__article{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 28px;
    }

    .archive-data-result__article{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
    }
    .archive-data-article__contents-area {
        padding: 20px 20px 10px;
    }
    .archive-data-article__tag-area:has(.archive-data-article__recommend){
        display: grid;
        grid-template-columns: 1fr;
    }
    .archive-data-article__text {
        font-size: 14px;
        line-height: 1.786;
        margin-top: 20px;
    }
    .archive-data-article__recommend {
        position: absolute;
        top: 40px;
        right: -10px;
    }
    .archive-data-article__name--recommend{
        width: calc(100% - 75px);
    }
    .pagination-wrapper + .archive-data-search,
    .archive-data-result__heading-text + .archive-data-search{
        margin-top: 40px;
    }
}

/* 詳細ページ */
.single-data {  
    position: relative;
    padding-top: 70px;
}
.single-data__lead{
    background: #F7F7F7;
    padding-inline: 24px;
}
.single-data__lead-inner{
    max-width: 1100px;
    margin: auto;
    padding-bottom: 80px;
    background-image: repeating-linear-gradient(
        90deg,
        #eee, 
        #eee 1px, 
        transparent 1px, 
        transparent calc((100% - 1px) / 4)
    );
    background-image: -moz-repeating-linear-gradient(
        left,
        #eee, 
        #eee 0px, 
        transparent 2px, 
        transparent calc((100% - 2px) / 4)
    );
}
.single-data__breadcrumb{
    padding-block: 15px;
}
.single-data__lead-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: flex-start;
    margin-top: 60px;
}
.single-data__lead-title-area{
    padding-right: 20px;
}
.single-data__lead-title-area-inner{
    display: grid;
    gap: 25px;
    align-items: center;
}
.single-data__lead-title{
    color: #333;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.47;
    letter-spacing: 0.05em;
}
.single-data__lead-company{
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 0.75;
}
.single-data__lead-image-area-inner img{
    width: auto;
    height: auto;
    max-height: 350px;
    object-fit: contain;
    border-radius: 5px;
    border: 1px solid #EEE;
    overflow: hidden;
}
.single-data__contents{
    background: #E8F1FF;
    padding-inline: 24px;
}
.single-data__contents-inner{
    max-width: 1100px;
    margin: auto;
    padding: 100px 0;
    background-image: repeating-linear-gradient(
        90deg, 
        #e6e6e6, 
        #e6e6e6 1px, 
        transparent 1px, 
        transparent calc((100% - 1px) / 4)
    );
    background-image: -moz-repeating-linear-gradient(
        left, 
        #e6e6e6, 
        #e6e6e6 0px, 
        transparent 2px, 
        transparent calc((100% - 2px) / 4)
    );
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 80px 40px;
}
.single-data__contents-item--full{
    grid-column: 1 / -1;
}
.single-data__contents-item-recommend{
    height: 20px;
}
.single-data__contents-item-recommend .recommend-icon{
    margin: -40px 10px 0 auto;
}
.single-data__contents-item-title{
    display: block;
    position: relative;
    padding: 0 0 0 23px;
    color: #01F;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.538;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.single-data__contents-item-title:before {
    position: absolute;
    top: calc(50% + 2px);
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    content: '';
    border-radius: 999px;
    background: #01F;
}
.single-data__contents-item-text-box{
    border-radius: 5px;
    background: #FFF;
    padding: 50px;
}
.single-data__contents-item-text-box h3{
    color: #001B8F;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.86;
    margin-top: 1.5em;
}
.single-data__contents-item-text-box p{
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.86;
    margin-top: 1em;
}
.single-data__contents-item-text-box > h3:first-child,
.single-data__contents-item-text-box > p:first-child{
    margin-top: 0;
}
.adviser-comment-box{
    border-radius: 5px;
    background: #FFF;
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 30px;
    padding: 30px;
}
.adviser-comment-box__adviser{
    position: relative;
}
.adviser-comment-box__adviser-img{
    display: block;
    position: relative;
    z-index: 1;
}
.adviser-comment-box__adviser-name{
    position: relative;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0.1em;
    text-align: center;
    border-radius: 999px;
    background: #01F;
    padding: 3px 15px;
    margin-top: -10px;
    z-index: 2;
}
.single-data__bottom{
    background: #F7F7F7;
    padding-inline: 24px;
}
.single-data__bottom-inner{
    max-width: 1100px;
    margin: auto;
    padding-bottom: 80px;
    background-image: repeating-linear-gradient(
        90deg,
        #eee, 
        #eee 1px, 
        transparent 1px, 
        transparent calc((100% - 1px) / 4)
    );
    background-image: -moz-repeating-linear-gradient(
        left,
        #eee, 
        #eee 0px, 
        transparent 2px, 
        transparent calc((100% - 2px) / 4)
    );
}
.single-data__form{
    margin-inline: -140px;
    padding: 100px 0 50px;
}
.single-data__form .contact{
    margin-top: 0;
}
@media screen and (max-width: 1280px) {
    .single-data__form{
        margin-inline: 0;
    }
}
@media screen and (max-width: 740px) {
    .single-data__lead-inner{
        padding-bottom: 50px;
        background-image: repeating-linear-gradient(
            90deg, 
            #eee, 
            #eee 1px, 
            transparent 1px, 
            transparent calc((100% - 1px) / 2)
        );
        background-image: -moz-repeating-linear-gradient(
            left, 
            #eee, 
            #eee 0px, 
            transparent 2px, 
            transparent calc((100% - 2px) / 2)
        );
    }
    .single-data__breadcrumb{
        padding-block: 10px;
    }
    .single-data__lead-grid{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        margin-top: 20px;
        gap: 40px;
    }
    .single-data__lead-title-area{
        margin-top: 0;
        padding-right: 0;
    }
    .single-data__lead-title-area-inner{
        gap: 15px;
    }
    .single-data__lead-title {
        color: #333;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.36;
        letter-spacing: 0.05em;
    }
    .single-data__lead-company{
        color: #444;
        font-size: 13px;
        font-weight: 400;
        line-height: 0.92;
    }
    .single-data__contents-inner{
        padding: 50px 0 70px;
        background-image: repeating-linear-gradient(
            90deg, 
            #e6e6e6, 
            #e6e6e6 1px, 
            transparent 1px, 
            transparent calc((100% - 1px) / 2)
        );
        background-image: -moz-repeating-linear-gradient(
            left, 
            #e6e6e6, 
            #e6e6e6 0px, 
            transparent 2px, 
            transparent calc((100% - 2px) / 2)
        );
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 50px 40px;
    }
    .single-data__contents-item-title{
        padding: 0 0 0 16px;
        font-size: 20px;
        font-weight: 500;
        line-height: 0.9;
        letter-spacing: 0.1em;
        margin-bottom: 20px;
    }
    .single-data__contents-item-title:before {
        position: absolute;
        width: 10px;
        height: 10px;
    }
    .single-data__contents-item-text{
        font-size: 14px;
        line-height: 1.78;
    }
    .single-data__contents-item-recommend{
        height: 40px;
    }
    .single-data__contents-item-recommend .recommend-icon{
        margin: -30px 0 0 auto;
    }
    .single-data__contents-item-text-box{
        padding: 25px;
    }
    .adviser-comment-box{
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 25px;
    }
    .adviser-comment-box__adviser{
        position: relative;
        max-width: 110px;
        margin: auto;
    }
    .adviser-comment-box__adviser-img{
        display: block;
        position: relative;
        z-index: 1;
    }
    .adviser-comment-box__adviser-name{
        position: relative;
        color: #FFF;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.33;
        letter-spacing: 0.1em;
        text-align: center;
        border-radius: 999px;
        background: #01F;
        padding: 3px 15px;
        margin-top: -10px;
        z-index: 2;
    }
    .single-data__bottom-inner{
        background-image: repeating-linear-gradient(
            90deg,
            #eee, 
            #eee 1px, 
            transparent 1px, 
            transparent calc((100% - 1px) / 2)
        );
        background-image: -moz-repeating-linear-gradient(
            left,
            #eee, 
            #eee 0px, 
            transparent 2px, 
            transparent calc((100% - 2px) / 2)
        );
    }
    .single-data__form{
        padding: 70px 0 0;
    }
    .single-data__form-inner{
        background: #fff;
        margin-inline: calc(50% - 50vw);
        padding-inline: calc(50vw - 50%);
    }
    .single-data__form-inner .contact{
        border-radius: 0;
        box-shadow: none;
    }
}

/**************************************
    お客様の声
 **************************************/
/* 記事一覧 */
.archive-reviews-list{
    margin-top: 50px;
}
.archive-reviews-list__lead{
    margin-bottom: 70px;
}
.archive-reviews-list__lead-text{
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
}
.archive-reviews-list__article-area{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 21px;
}
.archive-reviews-list__article-item{
    border-radius: 5px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 5px solid #01F;
}
.archive-reviews-list__contents-area{
    padding: 30px 20px 4px;
}
.archive-reviews-list__title{
    color: #01F;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
.archive-reviews-list__text{
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.68;
    margin-top: 20px;
}
.archive-reviews-list__hope-area{
    margin-top: 30px;
}
.archive-reviews-list__hope-list-item{
    display: block;
    padding: 5px 10px;
    border-radius: 999px;
    background: #01F;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.78;
    margin-bottom: 5px;
}
.archive-reviews-list__profile{
    color: #444;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.78;
    margin-top: 10px;
    padding: 0 10px;
}
.archive-reviews-list__button-area{
    padding: 10px;
}
.archive-reviews-list__button{
    display: block;
    position: relative;
    text-align: center;
    padding-block: 15px;
    padding-right: 15px;
    border-radius: 5px;
    background: #E8F1FF;
    color: #01F;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 0.94;
    letter-spacing: 0.05em;
}
.archive-reviews-list__button{
    display: block;
    text-align: center;
    padding: 15px 50px 15px 10px;
    border-radius: 5px;
    background: #E8F1FF;
    color: #01F;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 0.94;
    letter-spacing: 0.05em;
    transition: .3s;
}
.archive-reviews-list__button:hover{
    background: #b1cfff;
}
.archive-reviews-list__button-icon{
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #01F;
}
.archive-reviews-list__button-icon::before {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 2px;
    margin-top: 0px;
    content: "";
}
.archive-reviews-list__button-icon::after {
    position: absolute;
    top: 50%;
    left: calc(50% - 1px);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 740px) {
    .archive-reviews-list{
        margin-top: 14px;
    }
    .archive-reviews-list__lead{
        margin-bottom: 50px;
    }
    .archive-reviews-list__lead-text {
        font-size: 14px;
        line-height: 1.857;
    }
    .archive-reviews-list__article-area{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
    }
    .archive-reviews-list__contents-area {
        padding: 20px 20px 10px;
    }
    .archive-reviews-list__title{
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.05em;
    }
    .archive-reviews-list__text {
        font-size: 14px;
        line-height: 1.857;
        margin-top: 12px;
    }
    .archive-reviews-list__hope-area{
        margin-top: 24px;
    }
    .archive-reviews-list__profile{
        font-size: 13px;
        line-height: 1.538;
    }
}

/* 詳細ページ */
.single-reviews {  
    position: relative;
    padding-top: 70px;
}
.single-reviews__breadcrumb{
    padding-block: 15px;
}
.single-reviews__contents{
    background: #E8F1FF;
    padding-inline: 24px;
}
.single-reviews__contents-inner{
    max-width: 1100px;
    margin: auto;
    padding: 0 0 100px;
    background-image: repeating-linear-gradient(
        90deg, 
        #e6e6e6, 
        #e6e6e6 1px, 
        transparent 1px, 
        transparent calc((100% - 1px) / 4)
    );
    background-image: -moz-repeating-linear-gradient(
        left, 
        #e6e6e6, 
        #e6e6e6 0px, 
        transparent 2px, 
        transparent calc((100% - 2px) / 4)
    );
}
.single-reviews__contents-item{
    margin-top: 72px;
}
.single-reviews__title{
    color: #01F;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.01em;
}
.single-reviews__text{
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.87;
    margin-top: 30px;
}
.single-reviews__info{
    margin-top: 60px;
}
.single-reviews__nav{
    margin-top: 70px;
}
.single-reviews__bottom{
    background: #F7F7F7;
    padding-inline: 24px;
}
.single-reviews__bottom-inner{
    max-width: 1100px;
    margin: auto;
    padding-bottom: 80px;
    background-image: repeating-linear-gradient(
        90deg,
        #eee, 
        #eee 1px, 
        transparent 1px, 
        transparent calc((100% - 1px) / 4)
    );
    background-image: -moz-repeating-linear-gradient(
        left,
        #eee, 
        #eee 0px, 
        transparent 2px, 
        transparent calc((100% - 2px) / 4)
    );
}
.single-reviews__form{
    margin-inline: -140px;
    padding: 100px 0 50px;
}
.single-reviews__form .contact{
    margin-top: 0;
}
@media screen and (max-width: 1280px) {
    .single-reviews__form{
        margin-inline: 0;
    }
}
@media screen and (max-width: 740px) {
    .single-reviews__breadcrumb{
        padding-block: 10px;
    }
    .single-reviews__contents-inner{
        padding: 0 0 70px;
        background-image: repeating-linear-gradient(
            90deg, 
            #e6e6e6, 
            #e6e6e6 1px, 
            transparent 1px, 
            transparent calc((100% - 1px) / 2)
        );
        background-image: -moz-repeating-linear-gradient(
            left, 
            #e6e6e6, 
            #e6e6e6 0px, 
            transparent 2px, 
            transparent calc((100% - 2px) / 2)
        );
    }
    .single-reviews__contents-item{
        margin-top: 30px;
    }
    .single-reviews__title{
        font-size: 22px;
        line-height: 1.36;
        letter-spacing: 0.05em;
    }
    .single-reviews__text{
        font-size: 14px;
        line-height: 1.78;
        margin-top: 16px;
    }
    .single-reviews__info{
        margin-top: 50px;
    }
    .single-reviews__nav{
        margin-top: 30px;
    }
    .single-reviews__bottom-inner{
        padding-bottom: 0;
        background-image: repeating-linear-gradient(
            90deg,
            #eee, 
            #eee 1px, 
            transparent 1px, 
            transparent calc((100% - 1px) / 2)
        );
        background-image: -moz-repeating-linear-gradient(
            left,
            #eee, 
            #eee 0px, 
            transparent 2px, 
            transparent calc((100% - 2px) / 2)
        );
    }
    .single-reviews__form{
        padding: 70px 0 0;
    }
    .single-reviews__form-inner{
        background: #fff;
        margin-inline: calc(50% - 50vw);
        padding-inline: calc(50vw - 50%);
    }
    .single-reviews__form-inner .contact{
        border-radius: 0;
        box-shadow: none;
    }
}
