@charset "UTF-8";



/*  ----------------------------------------------------------

kv

----------------------------------------------------------  */
.service-kv {
    background: url(../img/service-kv.jpg) no-repeat center / cover;
}

.service-kv h2 {
    background: url(../img/service-kv.jpg) no-repeat center;
    background-size: 1450% auto;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.service-kv-low {
    padding-top: 9rem;
}

.service-kv-low h2 {
    line-height: 1;
    font-size: 2.8rem;
    color: var(--color-green);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6rem 0 4rem 0;
}

.service-kv-low h2::after {
    content: "";
    width: 5rem;
    height: 0.3rem;
    background: var(--color-green);
    margin-top: 2rem;
}

@media screen and (max-width: 767px) {
    .service-kv-low h2 {
        font-size: 2.6rem;
        padding: 5rem 0 3rem 0;
    }

    .service-kv-low {
        padding-top: 0;
    }
}



/*  ----------------------------------------------------------

service index

----------------------------------------------------------  */
/* service-flow */
.service-flow {
    padding: 15rem 0 10rem 0;
}

@media screen and (max-width: 767px) {
    .service-flow {
        padding: 12rem 3rem 10rem 3rem;
    }
}

/* service-advantage */
.service-advantage {
    padding: 0 0 1rem 0;
}

.service-advantage figure {
    background: #fff;
    border-radius: 2rem;
    padding: 1rem 1rem;
}

@media screen and (max-width: 767px) {
    .service-advantage {
        padding: 0 1rem 1rem 1rem;
    }

    .service-advantage figure {
        padding: 1rem 1rem;
    }
}

/* service-detail */
.service-detail {
    padding: 0 0 10rem 0;
}

.service-detail ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.service-detail ul li {
    width: 48%;
}

.service-detail ul li:nth-child(n + 3) {
    margin-top: 4%;
}

.service-detail ul li a {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 2rem;
}

.service-detail ul li figure {
    width: 35%;
}

.service-detail ul li img {
    border-radius: 2rem 0 0 2rem;
}

.service-detail ul li dl {
    padding: 0 2rem;
    width: 65%;
}

.service-detail ul li dl dt {
    color: var(--color-green);
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.service-detail ul li dl dd {
    color: #979495;
}

@media screen and (max-width: 767px) {
    .service-detail {
        padding: 0 3rem 10rem 3rem;
    }

    .service-detail ul {
        display: block;
    }

    .service-detail ul li {
        width: 100%;
    }

    .service-detail ul li:nth-child(n + 3) {
        margin-top: 0;
    }

    .service-detail ul li:nth-child(n + 2) {
        margin-top: 2.5rem;
    }

    .service-detail ul li dl dt {
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    .service-detail ul li dl dd {
        font-size: 1rem;
    }
}



/*  ----------------------------------------------------------

Finance

----------------------------------------------------------  */
.service-finance-intro {
    padding: 1rem 0 0 0
}

.service-finance-intro .wrap {
    background: #fff;
    border-radius: 2rem;
    padding: 1rem 1rem;
}

.service-finance-intro p {
    margin-bottom: 4rem;
}

.service-finance-intro h4 {
    color: var(--color-green);
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

/* merit */
.service-finance-merit {
    padding: 10rem 0;
}

.service-finance-merit p {
    margin-bottom: 4rem;
    text-align: center;
}

.service-finance-merit h4 {
    color: var(--color-green);
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
    text-align: center;
}

.service-finance-merit ul {
    display: flex;
    justify-content: space-between;
}

.service-finance-merit ul li {
    width: 23.5%;
    background: #fff;
    border-radius: 2rem;
}

.service-finance-merit ul li>div {
    border-radius: 2rem 2rem 0 0;
    background: var(--color-green);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 9rem;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

.service-finance-merit ul li>figure {
    margin: 3rem 0;
    display: flex;
    justify-content: center;
}

.service-finance-merit ul li>figure img {
    width: auto !important;
    height: 8rem !important;
}

/* property */
.service-finance-property {
    padding-bottom: 10rem;
}

.service-finance-property p {
    margin-bottom: 4rem;
    text-align: center;
}

.service-finance-property>ul {
    display: flex;
    flex-wrap: wrap;
}

.service-finance-property>ul>li {
    width: calc((100% - 9rem) / 3);
    margin-right: 3rem;
    background: #fff;
    border-radius: 2rem;
}

.service-finance-property>ul>li:nth-child(3n) {
    margin-right: 0;
}

.service-finance-property>ul>li:nth-child(n + 4) {
    margin-top: 5rem;
}

.service-finance-property ul li img {
    border-radius: 2rem 2rem 0 0;
}

.service-finance-property ul li dl {
    padding: 2.5rem 3rem;
}

.service-finance-property ul li dl dt {
    color: var(--color-green);
    font-weight: bold;
    margin-bottom: 1rem
}

.service-finance-property dl dd ul {
    margin-left: 2rem;
    color: #979495;
}

.service-finance-property dl dd ul li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.service-finance-property dl dd ul li {
    list-style: disc;
}

@media screen and (max-width: 767px) {
    .service-finance-intro {
        padding: 1rem 1rem 0 1rem;
    }

    .service-finance-intro .wrap {
        padding: 1rem 1rem;
    }

    /* merit */
    .service-finance-merit ul {
        display: block;
        padding: 0 3rem;
    }

    .service-finance-merit ul li {
        width: 100%;
    }

    .service-finance-merit ul li:not(:last-child) {
        margin-bottom: 3rem;
    }

    .service-finance-merit ul li>figure {
        margin: 0;
        padding: 2rem 0;
    }

    .service-finance-merit ul li>figure img {
        height: 10rem !important;
    }

    /* property */
    .service-finance-property p {
        padding: 0 3rem;
    }

    .service-finance-property>ul {
        display: block;
        padding: 0 3rem;
    }

    .service-finance-property>ul>li {
        width: 100%;
        margin-right: 0;
    }

    .service-finance-property>ul>li:not(:last-child) {
        margin-bottom: 3rem;
    }

    .service-finance-property>ul>li:nth-child(3n) {
        margin-right: 0;
    }

    .service-finance-property>ul>li:nth-child(n + 4) {
        margin-top: 0;
    }
}



/*  ----------------------------------------------------------

不動産リース

----------------------------------------------------------  */
.service-finance-intro {
    padding: 1rem 0;
}

.service-finance-intro .wrap {
    background: #fff;
    border-radius: 2rem;
    padding: 1rem 1rem;
}

@media screen and (max-width: 767px) {
    .service-finance-intro {
        padding: 1rem 1rem;
    }

    .service-finance-intro .wrap {
        padding: 1rem 1rem;
    }
}



/*  ----------------------------------------------------------

Message

----------------------------------------------------------  */
.message {
    padding: 5rem 0;
}

.message .wrap {
    background: #fff;
    border-radius: 2rem;
    padding: 7rem 6rem;
}

.message figure {
    padding: 0 10rem;
}

.message .list-group dl dt {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .message {
        padding: 5rem 3rem;
    }

    .message .wrap {
        padding: 4rem 3rem;
    }

    .message figure {
        padding: 0;
    }
}



/*  ----------------------------------------------------------

延払売買（割賦販売）

----------------------------------------------------------  */
.service-support {
    padding: 5rem 0;
}

.service-support .wrap {
    background: #fff;
    border-radius: 2rem;
    padding: 7rem 6rem;
}

.service-support-flow {
    display: flex;
    justify-content: space-between;
    width: 80rem;
    margin: 0 auto;
}

.service-support-flow li {
    width: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    font-size: 1.4rem;
    border: solid 1px var(--color-green);
    color: var(--color-green);
    position: relative;
    background: #fff;
}

.service-support-flow li:not(:last-child):after {
    content: "";
    width: 3.7rem;
    height: 1.6rem;
    background: #C4C4C4;
    position: absolute;
    right: -3.7rem;
    top: calc(50% - 0.8rem);
    z-index: -1;
}

.service-support-flow li:nth-last-of-type(2):after {
    width: 2rem;
    right: -2rem;
}

.service-support-flow li:nth-last-of-type(2):before {
    content: "";
    width: 0;
    height: 0;
    border-left: 1.7rem solid #C4C4C4;
    border-top: 1.7rem solid transparent;
    border-bottom: 1.7rem solid transparent;
    position: absolute;
    right: -3.4rem;
    top: calc(50% - 1.7rem)
}

.service-support-flow li:nth-child(2),
.service-support-flow li:nth-child(3),
.service-support-flow li:nth-child(5) {
    background-color: var(--color-green);
    color: #fff;
}

.service-support .wrap>section:nth-child(1) div {
    background: #F2F3F4;
    border-radius: 2rem;
    padding: 4rem 6rem;
}

.service-support .wrap>section:nth-child(1) div h4 {
    color: var(--color-green);
    font-size: 1.6rem;
    margin-bottom: 3rem;
}

.service-support .wrap>section:nth-child(1) div dl dt {
    font-weight: bold;
    margin-bottom: 0.3rem;
    font-size: 1.3rem;
}

.service-support .wrap>section:nth-child(1) div dd:not(:last-of-type) {
    margin-bottom: 2rem;
}

.service-support .wrap>section:nth-child(2) dl dt,
.service-support .wrap>section:nth-child(3) dl dt {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    text-decoration: underline;
}

.service-support .wrap>section:nth-child(2) dl dd:not(:last-of-type),
.service-support .wrap>section:nth-child(3) dl dd:not(:last-of-type) {
    margin-bottom: 4rem;
}

.service-support .wrap>section:nth-child(2) dl dd span,
.service-support .wrap>section:nth-child(3) dl dd span {
    display: block;
    margin-top: 2rem;
}

.service-support .wrap>section:nth-child(2) dl dd span a {
    color: var(--color-green);
    font-weight: bold;
}

.service-support table {
    width: 100%;
}

.service-support table caption {
    caption-side: top;
    text-align: right;
    margin-bottom: 2rem;
}

.service-support table th {
    width: 20%;
    background: #F2F3F4;
    color: var(--color-green);
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: 2rem;
    border-top: solid 1px #fff;
}

.service-support table td {
    width: 80%;
    vertical-align: middle;
    padding: 2rem;
    border-top: solid 1px #F2F3F4;
}

@media screen and (max-width: 767px) {
    .service-support {
        padding: 5rem 3rem;
    }

    .service-support .wrap {
        padding: 4rem 3rem;
    }

    .service-support-flow {
        display: block;
        width: auto;
    }

    .service-support-flow li {
        width: 100%;
        padding: 1.5rem 0 1.6rem 0;
        font-size: 1.5rem;
    }

    .service-support-flow li:not(:last-child) {
        margin-bottom: 3rem;
    }

    .service-support-flow li:not(:last-child):after {
        content: "";
        width: 1.6rem;
        height: 3.4rem;
        right: calc(50% - 0.8rem);
        top: auto;
        bottom: -3.2rem;
    }

    .service-support-flow li:nth-last-of-type(2):after {
        width: 1.6rem;
        height: 1.5rem;
        bottom: -1.5rem;
        right: calc(50% - 0.8rem);
    }

    .service-support-flow li:nth-last-of-type(2):before {
        border-left: 1.7rem solid transparent;
        border-right: 1.7rem solid transparent;
        border-top: 1.7rem solid #C4C4C4;
        border-bottom: none;
        position: absolute;
        right: calc(50% - 1.7rem);
        top: auto;
        bottom: -3rem;
    }

    .service-support .wrap>section:nth-child(1) div {
        padding: 3rem;
    }

    .service-support .wrap>section:nth-child(2) dl dt,
    .service-support .wrap>section:nth-child(3) dl dt {
        font-weight: bold;
        margin-bottom: 0.5rem;
        font-size: 1.3rem;
        text-decoration: underline;
    }

    .service-support .wrap>section:nth-child(2) dl dd:not(:last-of-type),
    .service-support .wrap>section:nth-child(3) dl dd:not(:last-of-type) {
        margin-bottom: 4rem;
    }

    .service-support .wrap>section:nth-child(2) dl dd span,
    .service-support .wrap>section:nth-child(3) dl dd span {
        display: block;
        margin-top: 2rem;
        color: var(--color-green);
        font-weight: bold;
    }

    .service-support table {
        border-bottom: solid 1px #F2F3F4;
    }

    .service-support table tr {
        display: flex;
        flex-direction: column;
    }

    .service-support table th {
        width: 100%;
        padding: 1.5rem;
    }

    .service-support table td {
        width: 100%;
        padding: 1.5rem;
    }
}



/*  ----------------------------------------------------------

販売金融

----------------------------------------------------------  */
.service-sales {
    padding: 5rem 0;
}

.service-sales .wrap {
    background: #fff;
    border-radius: 2rem;
    padding: 7rem 6rem;
}

.service-sales .wrap>section:nth-of-type(1) figure {
    padding: 0 10rem;
}

.service-sales .wrap>section:nth-of-type(2) h4 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

.service-sales .wrap>section:nth-of-type(2)>section:nth-of-type(1) h4 {
    color: var(--color-green);
}

.service-sales .wrap>section:nth-of-type(2)>section:nth-of-type(2) h4 {
    color: #979495;
}

.service-sales .wrap>section:nth-of-type(2) section ul {
    display: flex;
    justify-content: space-between;
}

.service-sales .wrap>section:nth-of-type(2) section ul li {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
    color: #fff;
    border-radius: 2rem;
    text-align: center;
    font-size: 1.4rem;
}

.service-sales .wrap>section:nth-of-type(2) section ul li img {
    width: 7rem;
    height: auto;
    margin-bottom: 1rem;
}

.service-sales .wrap>section:nth-of-type(2)>section:nth-of-type(1) ul li {
    background: var(--color-green);
}

.service-sales .wrap>section:nth-of-type(2)>section:nth-of-type(2) ul li {
    background: #979495;
}

.service-sales .wrap>section:nth-of-type(2) dl dd {
    margin-top: 0.6rem;
    color: #979495;
}

.service-sales .wrap>section:nth-of-type(2) dl dd a {
    color: var(--color-green);
}

.service-sales .wrap>section:nth-of-type(3) ul li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.service-sales .wrap>section:nth-of-type(3) ul li:not(:last-child) {
    margin-bottom: 6rem;
}

.service-sales .wrap>section:nth-of-type(3) ul li>figure {
    width: 35%;
}

.service-sales .wrap>section:nth-of-type(3) ul li>div {
    width: 60%;
}

.service-sales .wrap>section:nth-of-type(3) h4 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    text-decoration: underline;
}

.service-sales .wrap>section:nth-of-type(3) p a {
    display: block;
    font-weight: bold;
    color: var(--color-green);
    margin-top: 2rem;
}

@media screen and (max-width: 767px) {
    .service-sales {
        padding: 5rem 3rem;
    }

    .service-sales .wrap {
        padding: 4rem 3rem;
    }

    .service-sales figure {
        padding: 0;
    }

    .service-sales .wrap>section:nth-of-type(1) figure {
        padding: 0;
    }

    .service-sales .wrap>section:nth-of-type(2) section ul {
        flex-wrap: wrap;
    }

    .service-sales .wrap>section:nth-of-type(2) section ul li {
        width: 49%;
        margin-bottom: 2%;
    }

    .service-sales .wrap>section:nth-of-type(3) ul li {
        display: block;
    }

    .service-sales .wrap>section:nth-of-type(3) ul li:not(:last-child) {
        margin-bottom: 4rem;
    }

    .service-sales .wrap>section:nth-of-type(3) ul li>figure {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .service-sales .wrap>section:nth-of-type(3) ul li>div {
        width: 100%;
    }

    .service-sales .wrap>section:nth-of-type(3) h4 {
        margin-bottom: 1rem;
    }
}



/*  ----------------------------------------------------------

ファクタリング

----------------------------------------------------------  */
.service-factoring {
    padding: 5rem 0;
}

.service-factoring .wrap {
    background: #fff;
    border-radius: 2rem;
    padding: 7rem 6rem;
}

.service-factoring h4 {
    color: var(--color-green);
    font-size: 1.6rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    position: relative;
}

.service-factoring h4 i {
    margin-right: 1rem;
    margin-top: 0.2rem;
}

.service-factoring h4::after {
    content: "";
    width: 81%;
    height: 1px;
    background: var(--color-green);
    position: absolute;
    right: 0;
    top: 50%;
}

.service-factoring figure {
    padding: 0 10rem;
}

.service-factoring h5 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    text-decoration: underline;
}

.service-factoring p {
    color: #979495;
}

@media screen and (max-width: 767px) {
    .service-factoring {
        padding: 5rem 3rem;
    }

    .service-factoring .wrap {
        padding: 4rem 3rem;
    }

    .service-factoring h4::after {
        width: 49%;
    }

    .service-factoring figure {
        padding: 0;
    }
}