@charset "utf-8";

/* ===== companies.css ===== */
/* -- navBox -- */
.navBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3.6rem;
}
/* - lnav - */
.lnav {
    position: relative;
    margin-top: 0.8rem;
    width: 260px;
}
.lnav_inner {
    /* position: absolute; */
    overflow: hidden scroll;
    width: 100%;
    max-height: calc(100vh - 11.5rem);
    background: #F4F4F4;
    border-radius: 0.5rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.lnav_inner::-webkit-scrollbar {
    display: none;
}
.lnav_inner dl {
    padding: 3.1rem 3rem 0;
}
.lnav_inner dt {
    line-height: 1.5;
    color: #1E2864;
    position: relative;
    margin-bottom: 1.7rem;
    padding-left: 1.8rem;
}
.lnav_inner dt::before {
    position: absolute;
    top: -0.1rem;
    left: 0;
    width: 0.2rem;
    height: 2.6rem;
    background: #1E2864;
    content: "";
}
.lnav_inner dd:not(:last-child) {
    margin-bottom: 2.7rem;
}
.lnav_inner .select {
    margin: 2.1rem 0 3.1rem;
}
.lnav_inner input[type="text"] {
    margin-top: 2.1rem;
}
.lnav_btn {
    /* position: absolute;
    bottom: 0;
    right: 0;
    left: 0; */
    margin: 0 auto;
    padding: 2.3rem 3rem;
    background: #F4F4F4;
}
.lnav_btn_submit input[type="submit"] {
    line-height: 1.5;
    text-align: center;
    color: #FFF;
    width: 100%;
    height: 5.6rem;
    background: #967F00;
    border-radius: 0.5rem;
}
.lnav_btn_reset {
    text-align: center;
    margin-top: 1rem;
}
.lnav_btn_reset input[type="reset"] {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #967F00;
}
/* lnav_link */
.lnav_link {
    max-width: 240px;
}
.lnav_link ul {
    border-top: 1px solid #DEDEDE;
}
.lnav_link ul > * {
    border-bottom: 1px solid #DEDEDE;
}
.lnav_link ul a {
    line-height: 1.5;
    color: #000;
    display: block;
    position: relative;
    padding: 1.7rem 3rem 1.7rem 5.5rem;
}
.lnav_link ul .act a {
    background: #F2F5FC;
}
.lnav_link ul a::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #967F00;
    border-left: 1px solid #967F00;
    content: "";
    transform: rotate(-135deg);
}
.lnav_link ul img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    margin: auto;
}
.lnav_link_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 1.7rem;
}
.lnav_link_link a {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #003EC9;
}
.lnav_link_link a:not(:last-child)::after {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    margin: 0 1.5rem;
    width: 1px;
    height: 1.6rem;
    background: #DEDEDE;
    content: "";
}
/* - main - */
.main {
    width: calc(100% - 300px);
}
.main_tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main_tit .tit {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 0.4rem;
}
.main_tit .tit span {
    font-size: 1.4rem;
    margin-left: 0.6rem;
}
.main_tit .select::before {
    bottom: 0;
    right: 0;
}
.main_tit .select:after {
    display: none;
}
.main_tit .select select {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #967F00;
    height: auto;
    padding: 0 2.3rem 0 0;
}
/* pageTit */
.main > .pageTit:first-child {
    margin-top: 0.2rem;
}
.pageTit:first-child .txt {
    margin-top: 1.1rem;
}
/* .line.h2 */
.main > .line.h2:first-child {
    margin-top: 1.4rem;
}
/* - footerCnt - */
.footerCnt {
    margin-left: auto;
    width: calc(100% - 300px);
}
/* mypage */
.mypage .lnav_inner {
    background: none;
}
.mypage .footerCnt {
    margin-top: 5rem;
    width: 100%;
}
@media screen and ( min-width: 901px ) {
    .lnav_showBtn {
        display: none;
    }
}
@media screen and ( max-width: 900px ) {
    .navBox {
        display: block;
        margin-top: 19px;
    }
    /* - lnav - */
    .lnav {
        margin-top: 0;
        width: 0;
    }
    .lnav_showBtn {
        position: fixed;
        top: auto!important;
        bottom: 20px!important;
        right: -100px;
        margin-top: 0;
        width: 70px;
        z-index: 1000;
        transition: right 0.3s;
    }
    .lnav_showBtn a {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: -1.2px;
        text-align: center;
        color: #967F00;
        display: block;
        padding-top: 18px;
        height: 70px;
        background: #FFF;
        border: 1px solid #967F00;
        border-radius: 5px;
    }
    .lnav_showBtn a > span {
        display: block;
        position: relative;
        margin: 0 auto 2px;
        width: 27px;
        height: 15px;
    }
    .lnav_showBtn a > span span {
        position: absolute;
        margin: auto;
    }
    .lnav_showBtn a > span span:nth-child(1),
    .lnav_showBtn a > span span:nth-child(2) {
        right: 0;
        left: 0;
        top: 2px;
        bottom: auto;
        height: 2px;
        background: #967F00;
    }
    .lnav_showBtn a > span span:nth-child(2) {
        top: auto;
        bottom: 2px;
    }
    .lnav_showBtn a > span span:nth-child(3),
    .lnav_showBtn a > span span:nth-child(4) {
        top: 0;
        left: 2px;
        width: 7px;
        height: 7px;
        border: 2px solid #967F00;
        background: #fff;
        border-radius: 50%;
    }
    .lnav_showBtn a > span span:nth-child(4) {
        top: auto;
        bottom: 0;
        right: 2px;
        left: auto;
    }
    /* fixed */
    .fixed.lnav_showBtn {
        right: 20px;
    }
    .fixedEnd_sp.lnav_showBtn {
        right: -100px;
    }
    .lnav_inner {
        position: fixed!important;
        top: 0!important;
        right: -100vh;
        max-height: 100vh;
        width: 100vw;
        border-radius: 0;
        z-index: 1010;
        transition: right 0.6s;
    }
    /* open */
    .open.lnav_inner {
        right: 0;
    }
    .lnav_inner_backBtn {
        background: #fff;
        border-bottom: 1px solid #DEDEDE;
    }
    .lnav_inner_backBtn a {
        font-size: 16px;
        line-height: 1.5;
        color: #967F00;
        display: block;
        padding: 27px 31px 26px;
    }
    .lnav_inner_backBtn svg {
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-right: 20px;
    }
    .lnav_inner dl {
        padding: 41px 30px 20px;
    }
    .lnav_inner dt {
        font-size: 16px;
        margin-bottom: 19px;
        padding-left: 17px;
    }
    .lnav_inner dt::before {
        height: 26px;
    }
    .lnav_inner dd:not(:last-child) {
        margin-bottom: 29px;
    }
    .lnav_inner .select {
        margin: 21px 0 31px;
    }
    .lnav_inner input[type="text"] {
        margin-top: 21px;
    }
    .lnav_btn {
        position: static!important;
        padding: 20px 30px 64px;
    }
    .lnav_btn_submit input[type="submit"] {
        font-size: 16px;
        height: 56px;
        border-radius: 5px;
    }
    .lnav_btn_reset {
        margin-top: 13px;
    }
    .lnav_btn_reset input[type="reset"] {
        font-size: 14px;
    }
    .lnav_link {
        margin-top: 60px;
        max-width: 100%;
    }
    .lnav_link ul a {
        padding: 20px 3rem 19px 55px;
    }
    .lnav_link_link {
        justify-content: center;
    }
    /* - main - */
    .main {
        width: 100%;
    }
    .main_tit {
        display: block;
    }
    .main_tit .tit {
        margin: 0 0 0 3px;
    }
    .main_tit .tit span {
        font-size: 12px;
        margin-left: 3px;
    }
    .main_tit .select {
        text-align: left;
        margin: 15px 0 0 auto;
        max-width: 150px;
    }
    .main_tit .select::before {
        right: 1px;
        width: 6px;
        height: 6px;
    }
    .main_tit .select select {
        font-size: 12px;
        padding: 0 18px 0 10px;
    }
    /* - footerCnt - */
    .footerCnt {
        width: 100%;
    }
    /* mypage */
    .mypage.navBox {
        display: flex;
        flex-wrap: wrap;
    }
    .mypage .lnav {
        width: 100%;
        order: 3;
    }
    .mypage .lnav_inner {
        position: static!important;
        margin: 0 -20px;
    }
}

/* -- merchantBox -- */
.merchantBox {
    margin-top: 2.4rem;
    border-top: 1px solid #DEDEDE;
}
.merchantBox > * {
    padding-bottom: 3rem;
    border-bottom: 1px solid #DEDEDE;
}
.merchantBox > * > a {
    color: #000;
    display: block;
    padding: 2.6rem 0 0;
}
.merchantBox_crm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2.1rem;
}
.merchantBox_crm .img {
    position: relative;
    overflow: hidden;
    margin-top: 0.4rem;
    padding-top: 22.858%;
    width: 30.43%;
}
.merchantBox_crm .img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    object-fit: contain;
    transform: translate(-50%,-50%);
}
.merchantBox_crm .txt {
    width: 65.286%;
}
.merchantBox .estimateBtnBox {
    margin-left: auto;
    width: 65.715%;
}
/* - dlBox_item - */
.dlBox_item.merchantBox {
    border-top: none;
}
.dlBox_item.merchantBox > :last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.dlBox_item.merchantBox > *:first-child > a {
    padding-top: 0.6rem;
}
@media screen and ( min-width: 901px ) {
    /* - dlBox_item - */
    .dlBox_item.merchantBox > * {
        padding-bottom: 26px;
    }
    .dlBox_item.merchantBox .merchantBox_crm {
        margin-top: 0;
    }
    .dlBox_item.merchantBox .merchantBox_crm .img {
        padding-top: 0;
        width: 24.205%;
    }
    .dlBox_item.merchantBox .merchantBox_crm .img img {
        position: static;
        object-fit: fill;
        transform: translate(0);
    }
    .dlBox_item.merchantBox .merchantBox_crm .txt {
        width: 72.274%;
    }
}
@media screen and ( max-width: 900px ) {
    .merchantBox {
        margin-top: 14px;
    }
    .merchantBox > * {
        padding-bottom: 30px;
    }
    .merchantBox > * > a {
        padding: 26px 0 0;
    }
    .merchantBox_crm {
        display: block;
        margin-top: 11px;
    }
    .merchantBox_crm .img {
        margin-top: 0;
        padding-top: 66.87%;
        width: 100%;
    }
    .merchantBox_crm .txt {
        margin-top: 11px;
        width: 100%;
    }
    .merchantBox .estimateBtnBox {
        width: 100%;
    }
}

/* -- merchantMinBox -- */
.merchantMinBox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.merchantMinBox a {
    color: #000;
}
.merchantMinBox .img {
    position: relative;
    overflow: hidden;
    padding-top: 66.51%;
    width: 100%;
}
.merchantMinBox .img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
.merchantMinBox h3 {
    font-size: 1.6rem;
    margin-top: 2.1rem;
}
.merchantMinBox h4 {
    font-size: 1.6rem;
    margin-top: 0.7rem;
}
.merchantMinBox .tagBox {
    margin-top: 1.1rem;
}
.merchantMinBox .detailBox {
    font-size: 1.2rem;
    margin-top: 1.2rem;
}
.merchantMinBox .detailBox th {
    width: 52px;
}
@media screen and ( min-width: 901px ) {
    .merchantMinBox:not(.min) > * {
        width: 30.286%;
    }
    .merchantMinBox:not(.min) > :not(:nth-child(3n)) {
        margin-right: 4.571%;
    }
    /* min */
    .min.merchantMinBox > * {
        width: 22.6%;
    }
    .min.merchantMinBox > :not(:nth-child(4n)) {
        margin-right: 3.2%;
    }
    .min.merchantMinBox h3 {
        margin-top: 1.2rem;
    }
}
@media screen and ( max-width: 900px ) {
    .merchantMinBox {
        display: block;
        margin-top: 21px;
    }
    .merchantMinBox > * {
        width: 100%;
    }
    .merchantMinBox > :not(:last-child) {
        margin-bottom: 27px;
    }
    .merchantMinBox > * > a {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .merchantMinBox .img {
        padding-top: 20%;
        width: 30.15%;
    }
    .merchantMinBox h3 {
        position: relative;
        top: -5px;
        margin-top: 0;
        width: 65.075%;
    }
    .merchantMinBox h4 {
        font-size: 1.6rem;
        margin-top: 0.7rem;
    }
    .merchantMinBox .txt {
        margin-top: 6px;
    }
    .merchantMinBox .tagBox {
        margin-top: 11px;
    }
    .merchantMinBox .detailBox {
        font-size: 10px;
        margin-top: 14px;
    }
    .merchantMinBox .detailBox th {
        width: 51px;
    }
}

/* -- detailTit -- */
.detailTit {
    position: relative;
    margin-top: 3.6rem;
    padding-left: 3.3rem;
}
.detailTit::before {
    position: absolute;
    top: 4px;
    bottom: 5px;
    left: 0;
    margin: auto;
    width: 2px;
    background: #1E2864;
    content: "";
}
.detailTit .tit {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #1E2864;
}
.detailTit h1 {
    font-size: 3rem;
    line-height: 1.5;
    margin-top: 1.8rem;
}
.detailTit h1 span {
    font-size: 1.6rem;
    display: block;
    margin-top: 0.3rem;
}
.detailTit .tagBox {
    margin-top: 2.6rem;
}
@media screen and ( max-width: 900px ) {
    .detailTit {
        margin-top: 26px;
        padding-left: 23px;
    }
    .detailTit::before {
        top: 5px;
    }
    .detailTit .tit {
        font-size: 16px;
    }
    .detailTit h1 {
        font-size: 24px;
        margin-top: 5px;
    }
    .detailTit .tagBox {
        margin-top: 11px;
    }
}

/* -- detaiBox -- */
.detaiBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5rem;
}
.detaiBox .imgSlider {
    width: 47%;
}
.detaiBox_detai {
    width: 47%;
    border-top: 1px solid #DEDEDE;
}
.detaiBox_detai .detailBox {
    margin-top: 2.7rem;
}
.detaiBox_detai .detailBox th {
    width: 9.1rem;
}
.detaiBox_detai .detailBox tr:not(:last-child) th,
.detaiBox_detai .detailBox tr:not(:last-child) td {
    padding-bottom: 1.3rem;
}
.detailBox .snsBox {
    margin-top: 0.2rem;
    padding-bottom: 0.3rem;
}
.detaiBox_detai .estimateBtnBox {
    margin-top: 2.7rem;
    padding-top: 3rem;
    border-top: 1px solid #DEDEDE;
}
.detaiBox_detai .estimateBtnBox > * {
    width: 47.45%;
}
@media screen and ( max-width: 900px ) {
    .detaiBox {
        display: block;
        margin-top: 5rem;
    }
    .detaiBox .imgSlider {
        width: 100%;
    }
    .detaiBox_detai {
        margin-top: 30px;
        width: 100%;
    }
    .detaiBox_detai .detailBox {
        margin-top: 17px;
    }
    .detaiBox_detai .detailBox th {
        width: 85px;
    }
    .detaiBox_detai .detailBox tr:not(:last-child) th,
    .detaiBox_detai .detailBox tr:not(:last-child) td {
        padding-bottom: 14px;
    }
    .detailBox .snsBox {
        margin-top: 3px;
        padding-bottom: 0;
    }
    .detaiBox_detai .estimateBtnBox {
        margin-top: 20px;
        padding-top: 20px;
    }
    .detaiBox_detai .estimateBtnBox > * {
        width: 49.255%;
    }
}

/* -- imgSlider -- */
.imgSlider .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 75.107%;
}
.imgSlider .splide__slide img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translate(-50%,-50%);
}
.imgSlider .splide__arrow {
    position: absolute;
    top: 0;
    bottom: 2rem;
    left: 0;
    margin: auto;
    width: 3.3rem;
    height: 2.2rem;
    background: url(/asset/img/common/arrow.svg) no-repeat center/auto 100%;
    z-index: 10;
}
.imgSlider .splide__arrow--next {
    right: 0;
    left: auto;
    transform: rotate(180deg);
}
.imgSlider .splide__pagination {
    margin-top: 0.5rem;
}
.imgSlider .splide__arrow svg {
    display: none;
}
.splide__pagination li:not(:last-child) {
    margin-right: 2rem;
}
.imgSlider .splide__pagination__page {
    width: 1rem;
    height: 1rem;
    background: #DEDEDE;
    border-radius: 50%;
}
.imgSlider .is-active.splide__pagination__page {
    background: #967F00;
}
@media screen and ( max-width: 900px ) {
    .imgSlider .splide__slide {
        padding-top: 75.225%;
    }
    .imgSlider .splide__arrow {
        bottom: 45px;
        width: 35px;
        height: 22px;
    }
    .imgSlider .splide__pagination {
        margin-top: 2px;
    }
    .splide__pagination li:not(:last-child) {
        margin-right: 30px;
    }
    .imgSlider .splide__pagination__page {
        width: 10px;
        height: 10px;
    }
}

/* -- snsBox -- */
.snsBox {
    display: flex;
    flex-wrap: wrap;
}
.snsBox > *:not(:last-child) {
    margin-right: 2.4rem;
}
@media screen and ( max-width: 900px ) {
    .snsBox > *:not(:last-child) {
        margin-right: 24px;
    }
}

/* -- tab -- */
.tab {
    margin-top: 5.9rem;
    width: 100%;
}
/* - tab_btn - */
.tab_btn {
    display: flex;
}
.tab_btn > * {
    width: 100%;
    background: #fff;
}
.tab_btn .act {
    background: #F4F4F4;
}
.tab_btn a {
    color: #727272;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.6rem;
}
.tab_btn a::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 2px;
    background: #F4F4F4;
    content: "";
}
.tab_btn .act a {
    color: #1E2864;
}
.tab_btn .act a::before {
    background: #1E2864;
}
/* - tab_cnt - */
.tab_cnt {
    padding: 6rem;
    background: #F4F4F4;
}
.tab_cnt > * {
    display: none;
}
.tab_cnt > .act {
    display: block;
}
.tab_cnt .detailBox_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab_cnt .detailBox_box > * {
    width: 47.728%;
}
.tab_cnt .detailBox_box .img {
    text-align: center;
    margin-top: 0.8rem;
}
/* feature */
.tab_cnt .feature .h2.line {
    margin: 4.6rem 0 2.6rem;
}
.tab_cnt .feature .h2.line:nth-of-type(1) {
    margin-top: 5.4rem;
}
/* pastResults */
.tab_cnt .pastResults .line.h3 {
    margin: 2.9rem 0 1.7rem;
}
.tab_cnt .pastResults .line.h3:nth-of-type(1) {
    margin-top: 0;
}
@media screen and ( max-width: 900px ) {
    .tab {
        margin: 60px -20px 0;
        width: auto;
    }
    /* - tab_btn - */
    .tab_btn a {
        font-size: 16px;
        height: 56px;
    }
    /* - tab_cnt - */
    .tab_cnt {
        padding: 40px 30px;
    }
    .tab_cnt .detailBox_box {
        display: block;
    }
    .tab_cnt .detailBox_box > * {
        width: 100%;
    }
    .tab_cnt .detailBox_box .img {
        margin-top: 0;
    }
    .tab_cnt .detailBox_box .img:nth-child(2) {
        margin-top: 23px;
    }
    .tab_cnt .detailBox_box .txt:nth-child(2) {
        margin-top: 26px;
    }
    /* feature */
    .tab_cnt .feature .h1 {
        margin: 28px 0 18px;
    }
    .tab_cnt .feature .h1:nth-of-type(1) {
        margin-top: 35px;
    }
    /* pastResults */
    .tab_cnt .pastResults .line.h3 {
        margin: 19px 0 13px;
    }
}

/* -- tableTxt -- */
.tableTxt {
    border-top: 1px solid #DEDEDE;
    width: 100%;
}
.tableTxt th,
.tableTxt td {
    line-height: 1.6875;
    padding: 2.42rem 2rem;
    border-bottom: 1px solid #DEDEDE;
}
.tableTxt th {
    font-weight: normal;
    position: relative;
    width: 14.8rem;
}
.tableTxt th::before {
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    right: 0;
    margin: auto;
    width: 1px;
    background: #DEDEDE;
    content: "";
}
.tableTxt td a[target="_blank"] svg {
    vertical-align: middle;
    position: relative;
    top: 0;
    margin-left: 1.1rem;
}
.tableTxt td a[target="_blank"] rect {
    fill: #003EC9;
}
@media screen and ( max-width: 900px ) {
    .tableTxt th,
    .tableTxt td {
        line-height: 1.5;
        padding: 18px 0 15px;
    }
    .tableTxt th {
        width: 101px;
    }
    .tableTxt td {
        padding-right: 5px;
        padding-left: 15px;
    }
    .tableTxt td a[target="_blank"] svg {
        top: -2px;
        margin-left: 5px;
    }
}
