@charset "utf-8";

/*--------------------------------------
toc
---------------------------------------*/

.l-main-area--index .block-toc {
    margin: 0 auto 8rem auto;
}


/*--------------------------------------
mv
---------------------------------------*/

.l-mv-wrapper {
    position: relative;
    margin: 0 0 10rem 0;
}

.l-mv-inner {
    width: 110rem;
    margin: 0 auto;
    padding: 0 60rem 0 0;
}

.l-mv-logo {
    position: relative;
    width: 37rem;
    padding: 5rem 0 6rem 0;
}

.l-mv-logo::before {
    position: absolute;
    left: calc(100% + 2.4rem);
    top: 0;
    width: 84rem;
    height: 46rem;
    background: url(img/mv_bg_01.jpg) no-repeat left top;
    background-size: contain;
    content: "";
    z-index: -1;
}

.l-mv-txt {
    position: relative;
    width: 78rem;
    padding: 0 4rem 5rem 3rem;
}

.l-mv-txt::before {
    position: absolute;
    right: -1rem;
    top: -2rem;
    width: 100vw;
    height: calc(100% + 2rem);
    background: url(img/mv_bg_02.png) no-repeat left top;
    background-size: cover;
    content: "";
    z-index: -2;
}

.l-mv-title {
    margin: 0 0 2rem 0;
    font-size: 5.2rem;
    font-weight: 900;
    display: inline-block;
    color: #00b5a4;
    line-height: 1.4;
}

.l-mv-title span {
    background: #fff;
    padding: 0.95rem 1rem;
    line-height: 1.2;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.l-mv-title span.txt-1,
.l-mv-title span.txt-2 {
    display: inline-block;
    padding: 5px 1rem;
}

.l-mv-title span.txt-1 {
    margin: 1rem 0 0;
}

.small {
    font-size: 2.2rem;
    display: inline-block;
    background: #fff;
    padding: 0.5rem 1rem;
}

.l-mv-title span.small.txt-1 {
    padding: 2px 0 5px 1rem;
}

.l-mv-title span.small.txt-2 {
    padding: 2px 1rem 5px 0;
}

.l-mv-txt p:not([class]) {
    margin: 1em 0 0 0;
    color: #fff;
}

.l-mv-txt p:not([class])>span:not([class]) {
    border-bottom: 3px solid #ffc99c;
    font-weight: 900;
}


/*--------------------------------------
l-parts02
---------------------------------------*/

.l-parts02 {
    padding: 12rem 0 0 0;
}

.l-parts02 .l-common-lead {
    margin: 0 auto 8rem auto;
}

.l-parts02 .box-wrap::before {
    position: absolute;
    left: 4rem;
    top: -3rem;
    width: 100vw;
    height: calc(100% - 8rem);
    background: #edfcfa;
    content: "";
    z-index: -1;
}

.l-parts02 .btn-internal a {
    background: url(img/gradient_green_03.png) no-repeat left top;
    position: relative;
    display: block;
	background-size: cover;
}

.l-parts02 .btn-internal a:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(img/arrow02_white.svg) no-repeat right center;
    background-size: 24px auto;
    right: 2rem;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) rotate(-90deg);
}


/*--------------------------------------
l-parts03
---------------------------------------*/

.l-parts03 {
    background: url(img/parts03_bg_01.png) no-repeat fixed left top;
    background-size: 80% 65rem;
}

.l-parts03 .l-section-inner {
    padding: 7rem 0;
}

.l-parts03-company {
    position: relative;
    margin: 0 0 10rem 0;
    padding: 2rem 4rem 4rem 4rem;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(64, 64, 64, 0.1);
}

.l-parts03-company:last-child {
    margin: 0;
}

.catch-title {
    position: relative;
    max-width: 68rem;
    margin: 0 0 0 -5.5rem;
    padding: 1.5rem;
    background: url(img/gradient_green_01.png) no-repeat left top;
    background-size: 100% 100%;
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
}

.l-parts03 .name {
    margin: 3rem 0;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
}

.l-parts03 .fig {
    max-width: 50rem;
    margin: 0 auto;
    text-align: center;
}

.l-parts03 .fig+.caption {
    text-align: center;
}

.l-parts03 .title {
    margin: 8rem 0 4rem 0;
    color: #00b5a4;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
}

.l-parts03 table th {
    background: #e7e6e6;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 1.6rem;
    font-weight: 900;
    text-align: center;
}

.l-parts03 table td {
    background: #f5f5f5;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 1.6rem;
}

.l-parts03 .lang+table th {
    width: 28rem;
}

.l-parts03 .info+table {
    table-layout: fixed;
}

.l-parts03 .info+table th {
    width: 13rem;
}

.l-parts03 .info+table td {
    width: calc((100% - 26rem) / 2);
}

.block-feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-feature .box {
    position: relative;
    width: calc((100% - 6rem) / 2);
    background: #fff;
}

.block-feature .box:nth-child(odd)::before {
    position: absolute;
    right: -2.5rem;
    top: 0;
    width: 0.1rem;
    height: 100%;
    border-left: 1px solid #d6d9da;
    content: "";
}

.block-feature .box-head {
    display: flex;
    align-items: center;
    margin: 0 0 2.5rem 0;
}

.block-feature .box-head .ttl {
    display: flex;
    align-items: center;
    min-height: 5rem;
    padding: 0 0 0 8rem;
    background: url(img/parts03_bg_02.png) no-repeat left center;
    background-size: 70px auto;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.4;
}

.block-feature .box-body p:not([class]) {
    margin: 0;
}

.block-voice .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 5rem 0;
}

.block-voice .box:last-child {
    margin: 0;
}

.block-voice .box-fig {
    width: 15.5rem;
    padding: 2rem 0 0 0;
    text-align: center;
}

.block-voice .box-txt {
    width: calc(100% - 15.5rem);
    padding: 0 0 0 3rem;
}

.block-voice .box-txt .ttl {
    min-height: 3rem;
    margin: 0 0 2rem 0;
    padding: 1rem 0 0 4.5rem;
    background: url(img/parts03_bg_03.png) no-repeat left top;
    background-size: 35px auto;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.4;
}

.block-voice .box-txt p:not([class]) {
    margin: 1em 0;
}


/*--------------------------------------
l-parts04
---------------------------------------*/

.l-parts04 {
    margin: 10rem 0 0 0;
    padding: 0 0 15rem 0;
}

.l-parts04 .accordion-btn {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.l-parts04 .accordion-btn::after {
    content: "他社システム引継ぎ会社をもっとみる";
}


/*--------------------------------------
l-parts05
---------------------------------------*/

.l-parts05 {
    padding: 0 0 12rem 0;
}

.l-parts05 .l-section-inner::before {
    position: absolute;
    right: 4rem;
    top: -6rem;
    width: 100vw;
    height: 30rem;
    background: #edfcfa;
    content: "";
    z-index: -1;
}

.l-parts05 .l-common-lead {
    margin: 0 auto 8rem auto;
}

.l-parts05 .block .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 5rem 0;
}

.l-parts05 .block .box:last-child {
    margin: 0;
}

.l-parts05 .block .box-fig {
    width: 12rem;
    text-align: center;
}

.l-parts05 .block .box-txt {
    width: calc(100% - 12rem);
    padding: 0 0 0 3rem;
}

.l-parts05 .block .box-txt .ttl {
    margin: 0 0 1.5rem 0;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.4;
}

.l-parts05 .block .box-txt .ttl a {
    display: inline-block;
    padding: 0 4rem 0 0;
    background: url(img/arrow02_green.svg) no-repeat right center;
    background-size: 20px auto;
    color: inherit;
    text-decoration: none;
}

.l-parts05 .block .box-txt p:not([class]) {
    margin: 0;
}


/*--------------------------------------
l-parts06
---------------------------------------*/

.l-parts06 {
    padding: 0 0 10rem 0;
}

.l-parts06 .l-common-lead {
    margin: 0 auto 8rem auto;
}

.block-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.l-parts06 .block-column::before {
    position: absolute;
    left: 4rem;
    top: -5rem;
    width: 100vw;
    height: 46rem;
    background: #edfcfa;
    content: "";
    z-index: -1;
}

.block-column::after {
    display: block;
    width: calc((100% - 3.2rem) / 3);
    content: "";
}

.block-column .box {
    width: calc((100% - 3.2rem) / 3);
    margin: 0 0 3.5rem 0;
    padding: 2.5rem;
    background: #fff;
    border: 1px solid #c7c7c7;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.block-column .box-head {
    display: flex;
    align-items: center;
    margin: 0 0 2rem 0;
}

.block-column .box-head .ttl {
    width: 100%;
    min-height: 5rem;
    padding: 0 0 0 6rem;
    background: url(img/title_bg_03.png) no-repeat left center;
    background-size: 50px auto;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}

.block-column .box-head .ttl a {
    display: block;
    padding: 0 3rem 0 0;
    background: url(img/arrow02_green.svg) no-repeat right center;
    background-size: 20px auto;
    color: inherit;
    text-decoration: none;
}

.block-column .box-body p:not([class]) {
    margin: 0;
}

.block-column .box-body .fig {
    margin: 0 0 2rem 0;
    text-align: center;
}


/*--------------------------------------
l-parts07
---------------------------------------*/

.l-parts07 {
    padding: 0 0 10rem 0;
}

.l-parts07 .l-common-lead {
    margin: 0 auto 8rem auto;
}

.l-parts07 .block-column::before {
    position: absolute;
    right: 4rem;
    top: -5rem;
    width: 100vw;
    height: 46rem;
    background: #edfcfa;
    content: "";
    z-index: -1;
}

.l-parts07 .block-column .box-head .ttl {
    background: url(img/title_bg_04.png) no-repeat left center;
    background-size: 50px auto;
}


/*--------------------------------------
l-parts08
---------------------------------------*/

.l-parts08 {
    padding: 0 0 8rem 0;
}

.l-parts08 .l-common-lead {
    margin: 0 auto 8rem auto;
}

.l-parts08 .block-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.l-parts08 .block-btns::before {
    position: absolute;
    left: 4rem;
    top: -5rem;
    width: 100vw;
    height: 24rem;
    background: #edfcfa;
    content: "";
    z-index: -1;
}

.l-parts08 .block-btns .btn {
    width: calc((100% - 3.2rem) / 2);
    min-height: 10.8rem;
    margin: 0 0 3rem 0;
    background: #fff;
    border: 1px solid #c7c7c7;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.l-parts08 .block-btns .btn a {
    display: flex;
    align-items: center;
    min-height: 10.8rem;
    padding: 2rem 5rem 2rem 2rem;
    background: url(img/arrow02_green.svg) no-repeat right 2rem center;
    background-size: 20px auto;
    color: inherit;
    text-decoration: none;
    font-size: 2.1rem;
    font-weight: 900;
    line-height: 1.4;
}

@media screen and (max-width: 480px) {
    /*--------------------------------------
toc
---------------------------------------*/
    .l-main-area--index .block-toc {
        margin: 3rem 0 0 0;
    }
    /*--------------------------------------
mv
---------------------------------------*/
    .l-mv-wrapper {
        position: relative;
        margin: 0;
    }
    .l-mv-inner {
        width: 100%;
        padding: 0;
        background: none;
    }
    .l-mv-logo {
        position: relative;
        width: 20rem;
        margin: 1rem auto;
        padding: 0;
    }
    .l-mv-logo::before {
        display: none;
        content: none;
    }
    .l-mv-txt {
        position: relative;
        width: 100%;
        padding: 0;
    }
    .l-mv-txt::before {
        display: none;
        content: none;
    }
    .l-mv-title {
        display: flex;
        align-items: center;
        margin: 0 auto 2rem 0;
        padding: 4.3rem 1.5rem 1.8rem 1.5rem;
        min-height: 13rem;
        background: url(img/mv_bg_03.jpg) no-repeat left top;
        background-size: cover;
        color: #00b5a4;
        font-size: 2.7rem;
        font-weight: 900;
        line-height: 1.2;
        flex-wrap: wrap;
        max-width: 419px;
    }
    .l-mv-title span {
        background: #fff;
        padding: 0.1rem 0.2rem;
        line-height: 1.2;
        display: inline;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
    }
    .small {
        display: inline-block;
        margin: 0 0 0.5rem 0;
        font-size: 1.7rem;
        line-height: 1.2;
        background: #fff;
    }
    .l-mv-txt p:not([class]) {
        margin: 1em 1.5rem 1rem;
        color: #414645;
    }
    .l-mv-title span.txt-1,
    .l-mv-title span.txt-2 {
        padding: 6px 1rem;
    }
    .l-mv-title span.txt-1 {
        margin: 0;
    }
    .l-mv-title span.small.txt-1,
    .l-mv-title span.small.txt-2 {
        margin-top: -1rem;
        padding: 4px 1rem;
		margin-right: 17rem;
    }
    .l-mv-title span.small.txt-1 {}
    /*--------------------------------------
l-parts02
---------------------------------------*/
    .l-parts02 {
        padding: 8rem 0 0;
    }
    .l-parts02 .l-common-lead {
        margin: 0 auto 6rem auto;
    }
    /*--------------------------------------
l-parts03
---------------------------------------*/
    .l-parts03 {
        background: none;
        position: relative;
    }
    .l-parts03:before {
        content: "";
        display: block;
        width: 100%;
        aspect-ratio: 1280 / 870;
        background: url(img/parts03_bg_01.png) repeat-y left top;
        background-size: calc(100% - 3rem) 36rem;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .l-parts03 .l-section-inner {
        padding: 3rem 1rem;
    }
    .l-parts03-company {
        width: calc(100% - 1rem);
        margin: 0 0 4rem 1rem;
        padding: 2rem 1.5rem 1rem 1.5rem;
        box-shadow: 0 0 8px 0 rgba(64, 64, 64, 0.1);
    }
    .catch-title {
        max-width: calc(100% + 2rem);
        margin: 0 0 0 -2.5rem;
        font-size: 2.4rem;
        text-align: left;
    }
    .l-parts03 .name {
        margin: 2rem 0;
        font-size: 2.2rem;
    }
    .l-parts03 .fig {
        max-width: 100%;
    }
    .l-parts03 .title {
        margin: 6rem 0 3rem 0;
        font-size: 2.1rem;
    }
    .l-parts03 table th {
        padding: 1rem;
        font-size: 1.4rem;
    }
    .l-parts03 table td {
        padding: 1rem;
        font-size: 1.4rem;
    }
    .l-parts03 .lang+table th {
        width: 100%;
    }
    .l-parts03 .info+table th {
        width: 100%;
    }
    .l-parts03 .info+table td {
        width: 100%;
    }
    .block-feature {
        display: block;
    }
    .block-feature .box {
        position: relative;
        width: 100%;
        margin: 0 0 2rem 0;
        padding: 0 0 2rem 0;
    }
    .block-feature .box:last-child {
        margin: 0;
        padding: 0;
    }
    .block-feature .box:nth-child(odd) {
        border-bottom: 1px solid #d6d9da;
    }
    .block-feature .box:nth-child(odd)::before {
        display: none;
        content: none;
    }
    .block-feature .box-head {
        margin: 0 0 2rem 0;
    }
    .block-feature .box-head .ttl {
        font-size: 1.7rem;
    }
    .block-voice .box {
        display: block;
        margin: 0 0 5rem 0;
    }
    .block-voice .box:last-child {
        margin: 0;
    }
    .block-voice .box-fig {
        width: 10rem;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    .block-voice .box-txt {
        width: 100%;
        padding: 0;
    }
    .block-voice .box-txt .ttl {
        font-size: 1.7rem;
        padding: 1.5rem 0 0 4.5rem;
        margin: 0;
    }
    .block-voice .box-txt p:not([class]) {
        margin: 0.8rem 0;
    }
    /*--------------------------------------
l-parts04
---------------------------------------*/
    .l-parts04 {
        margin: 8rem 0 0 0;
        padding: 0 0 8rem 0;
    }
    /*--------------------------------------
l-parts05
---------------------------------------*/
    .l-parts05 {
        padding: 0 0 6rem 0;
    }
    .l-parts05 .l-section-inner::before {
        right: 3rem;
        top: -3rem;
    }
    .l-parts05 .l-common-lead {
        margin: 0 auto 6rem auto;
    }
    .l-parts05 .block .box {
        display: block;
        position: relative;
        margin: 0 0 4rem 0;
    }
    .l-parts05 .block .box-fig {
        position: absolute;
        left: 0;
        top: 0;
        width: 6rem;
    }
    .l-parts05 .block .box-txt {
        width: 100%;
        padding: 0;
    }
    .l-parts05 .block .box-txt .ttl {
        display: flex;
        align-items: center;
        min-height: 5.2rem;
        padding: 0 0 0 7rem;
        margin: 0 0 1rem 0;
        font-size: 1.8rem;
    }
    .l-parts05 .block .box-txt .ttl a {
        display: block;
        padding: 0 3rem 0 0;
    }
    /*--------------------------------------
l-parts06
---------------------------------------*/
    .l-parts06 {
        padding: 3rem 0 5rem 0;
    }
    .l-parts06 .l-common-lead {
        margin: 0 auto 6rem auto;
    }
    .block-column {
        display: block;
    }
    .l-parts06 .block-column::before {
        left: 3rem;
        top: -3rem;
        height: 36rem;
    }
    .block-column::after {
        display: none;
        content: none;
    }
    .block-column .box {
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 2rem;
    }
    .block-column .box-head {
        margin: 0 0 2rem 0;
    }
    .block-column .box-head .ttl {
        font-size: 1.8rem;
    }
    /*--------------------------------------
l-parts07
---------------------------------------*/
    .l-parts07 {
        padding: 0 0 5rem 0;
    }
    .l-parts07 .l-common-lead {
        margin: 0 auto 6rem auto;
    }
    .l-parts07 .block-column::before {
        right: 3rem;
        top: -3rem;
        height: 36rem;
    }
    /*--------------------------------------
l-parts08
---------------------------------------*/
    .l-parts08 {
        padding: 0 0 3rem 0;
    }
    .l-parts08 .l-common-lead {
        margin: 0 auto 6rem auto;
    }
    .l-parts08 .block-btns {
        display: block;
        margin: 0 0 5rem 0;
    }
    .l-parts08 .block-btns::before {
        left: 3rem;
        top: -3rem;
    }
    .l-parts08 .block-btns .btn {
        width: 100%;
        min-height: 10rem;
    }
    .l-parts08 .block-btns .btn a {
        min-height: 10rem;
        font-size: 2rem;
    }
}