@charset "utf-8";



/*-------------------------------
	sec01
-------------------------------*/
.sec01 {
    padding-top: 580px;
    padding-bottom: 130px;
    position: relative;
}

.sec01::before {
    content: "";
    background: url(../img/service/sec01.jpg)no-repeat center;
    background-size: contain;
    width: 610px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 150px;
    left: calc(50% - 100px);
}


.sec01 .basewidth {
    position: relative;
    z-index: 1;
}

.sec01 .basewidth::before {
    content: "";
    background: url(../img/service/sec01-2.jpg)no-repeat center;
    background-size: contain;
    width: 311px;
    aspect-ratio: 623 / 576;
    position: absolute;
    top: -430px;
    left: -80px;
}

.sec01 .basewidth {
    position: relative;
    z-index: 1;
}

.sec01 .sec__title {
    max-width: 252px;
    text-align: justify;
    letter-spacing: 0.5rem;
}

@media screen and (max-width:820px) {
    .sec01 {
        padding-top: 440px;
    }

    .sec01::before {
        width: 410px;
        left: initial;
        right: 0;
        top: 200px;
    }

    .sec01 .basewidth::before {
        width: 220px;
        top: -240px;
        left: 40px;
    }

    .sec01 .textBlock {
        width: calc(100% - 52px);
    }

    .sec01 .textBlock .text,
    .sec01 .textBlock .text-en {
        max-width: calc(50% - 44px);
    }

}

@media screen and (max-width:599px) {
    .sec01 {
        padding-top: 780px;
        padding-bottom: 80px;
    }

    .sec01::before {
        width: calc(100% - 20px);
        left: initial;
        right: 10px;
    }

    .sec01 .basewidth::before {
        width: 50%;
        top: -222px;
        left: initial;
        right: 0;
    }

    .sec01 .sec__title {
        max-width: 100%;
    }

    .sec01 .textBlock {
        width: 100%;
    }

    .sec01 .textBlock .text,
    .sec01 .textBlock .text-en {
        margin-bottom: 40px;
        max-width: 100%;
    }
}



/*-------------------------------
	sec02
-------------------------------*/
.sec02 {
    padding-top: 70px;
    position: relative;
    background-color: #fff;
}

.sec02 .innerwidth {
    max-width: 960px;
    margin-right: 80px;
    padding-left: 0;
}

.sec02 .workflowBlock {
    margin-bottom: 134px;
}

.sec02 .workflow__list {
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    counter-reset: listnum;
    list-style: none;
}

.sec02 .workflow__item {
    margin-right: 20px;
    margin-bottom: 20px;
    min-width: 164px;
    min-height: 164px;
    border: 1px solid #D12B22;
    border-radius: 100vh;
    position: relative;
}

.sec02 .workflow__item:last-of-type {
    margin-right: 0;
}

.sec02 .workflow__item::before {
    counter-increment: listnum;
    content: counter(listnum, decimal-leading-zero);
    font-size: 4.8rem;
    font-weight: 600;
    letter-spacing: 0.025rem;
    color: #D12B22;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sec02 .workflow__item::after {
    content: "";
    width: 32px;
    height: 1px;
    background-color: #D12B22;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.sec02 .workflow__list .workflow__link {
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec02 .workflow__list .workflow-title {
    margin-top: 16px;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    position: relative;
}

.sec02 .workflow__list .workflow-title::after {
    content: attr(data-workflow-en);
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    color: #D12B22;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.sec02 .workflowBlock-desc {
    counter-reset: workflownum;
    list-style: none;
}

.sec02 .workflow-desc__item {
    padding-top: 120px;
    margin-bottom: 100px;
    min-height: 330px;
    position: relative;
}

.sec02 .workflow-desc__item:last-of-type {
    margin-bottom: 220px;
}

.sec02 .workflow-desc__item::before {
    content: "";
    width: 330px;
    height: 304px;
    position: absolute;
    top: 153px;
    right: 0;
}

.sec02 .workflow-desc__item.--01::before {
    background: url(../img/service/sec02_1.jpg) no-repeat center;
    background-size: cover;
}

.sec02 .workflow-desc__item.--02::before {
    background: url(../img/service/sec02_2.jpg) no-repeat center;
    background-size: cover;
}

.sec02 .workflow-desc__item.--03::before {
    background: url(../img/service/sec02_3.jpg) no-repeat center;
    background-size: cover;
}

.sec02 .workflow-desc__item.--04::before {
    background: url(../img/service/sec02_4.jpg) no-repeat center;
    background-size: cover;
}

.sec02 .workflow-desc__item.--05::before {
    background: url(../img/service/sec02_5.jpg) no-repeat center;
    background-size: cover;
}

.sec02 .workflow-desc__item::after {
    counter-increment: workflownum;
    content: "#" counter(workflownum, decimal-leading-zero);
    font-size: 7.2rem;
    font-weight: 600;
    letter-spacing: 0.025rem;
    color: #D12B22;
    position: absolute;
    top: 400px;
    right: 20px;
}

.sec02 .workflow-desc__item .h3title {
    margin-bottom: 65px;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    position: relative;
}

.sec02 .workflow-desc__item .h3title::after {
    content: attr(data-workflow-desc);
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    color: #D12B22;
    position: absolute;
    top: -20px;
    left: 0;
}

.sec02 .workflow-desc__item .text {
    margin-right: 370px;
    margin-bottom: 40px;
    max-width: 100%;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 1.75;
}

.sec02 .workflow-desc__item .text-en {
    margin-right: 370px;
    margin-bottom: 40px;
    max-width: 100%;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    line-height: 2;
}

@media screen and (max-width:1024px) {
    .sec02 .innerwidth {
        margin-right: 0;
    }

    .sec02 .workflow__list {
        justify-content: center;
    }
}

@media screen and (max-width:850px) {
    .sec02 .workflow__item {
        margin-right: 10px;
    }
}

@media screen and (max-width:820px) {
    .sec02 .innerwidth {
        margin-right: 0;
    }

    .sec02 .innerwidth .sec__title {
        margin-left: 40px;
    }

    .sec02 .workflow__list {
        margin-left: 40px;
        justify-content: center;
    }

    .sec02 .workflow__item {
        margin-right: 20px;
    }
}

@media screen and (max-width:599px) {
    .sec02 .innerwidth {
        margin-right: 0;
        padding-right: 0;
    }

    .sec02 .innerwidth .sec__title {
        margin-left: 20px;
    }

    .sec02 .workflowBlock {
        margin-bottom: 60px;
    }

    .sec02 .workflow__list {
        margin-left: 0;
        justify-content: center;
    }

    .sec02 .workflow__item {
        margin-right: 10px;
    }

    .sec02 .workflow__item:nth-child(2n) {
        margin-right: 0;
    }

    .sec02 .workflowBlock-desc {
        padding-left: 0;
    }

    .sec02 .workflow-desc__item {
        padding-top: 460px;
        min-height: auto;
        position: relative;
    }

    .sec02 .workflow-desc__item::before {
        content: "";
        width: 100%;
        aspect-ratio: 611 / 611;
        position: absolute;
        top: 100px;
        right: 0;
    }

    .sec02 .workflow-desc__item .h3title {
        margin-bottom: 20px;
    }

    .sec02 .workflow-desc__item .text {
        margin-right: 0;
    }

    .sec02 .workflow-desc__item .text-en {
        margin-right: 0;
    }

    .sec02 .workflow-desc__item::after {
        top: 350px;
    }

    .sec02 .workflow-desc__item:last-of-type {
        margin-bottom: 80px;
    }
}


/*-------------------------------
	sec_bg
-------------------------------*/
.bg {
    width: 100%;
    height: 572px;
    background: url(../img/service/sec_bg.jpg);
    background-size: cover;
}

@media screen and (max-width:599px) {
    .bg {
        width: 100%;
        height: auto;
        aspect-ratio: 2562 / 1145;
        background: url(../img/service/sec_bg.jpg);
        background-size: contain;
    }
}