@charset 'UTF-8';
/* ----------------------------------------------
　PC設定
------------------------------------------------*/
.c-pageHeader__image img
{
    -o-object-position: left 0 bottom 20%;
       object-position: left 0 bottom 20%;
}

.p-service__top
{
    display: flex;
    flex-direction: row-reverse;

    justify-content: center;
    grid-gap: var(--m50) 3%;
}
.p-service__top-text-area
{
    width: 45%;
    max-width: 530px;
}
.p-service__top-title
{
    font-size: var(--fs18_24);
    font-weight: 500;

    display: block;

    margin-bottom: 1.5em;
    padding-top: 1em;

    color: var(--green01);
}
.p-service__top-text
{
    font-size: var(--fs14_18);

    color: var(--blue01);
}
.p-service__top-image
{
    width: 50%;
    max-width: 588px;
}
.p-service__cv
{
    display: flex;
    flex-direction: column;

    margin-bottom: var(--m120);

    align-items: center;
    grid-gap: var(--m25);
}
.p-service__cv-text
{
    font-size: var(--fs16_24);
    font-weight: 500;

    text-align: center;

    order: 1;
}
.p-service__cv .c-button
{
    max-width: 540px;

    order: 3;
}
.p-service__cv::after
{
    display: inline-block;

    width: 100%;
    max-width: 160px;

    content: '';

    background: url(../images/service/arrrow_btm.svg) center/contain no-repeat;

    aspect-ratio: 160/32;
    order: 2;
}

.p-task
{
    position: relative;
    z-index: 1;

    margin-bottom: var(--m100);
    padding-top: var(--m150);
    padding-bottom: var(--m70);

    background: var(--blue01);

    clip-path: polygon(0 var(--m150), 100% 0%, 100% 100%, 0% 100%);
}
.p-task::after
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 100%;

    content: '';

    background: url(../images/common/bg04.png) bottom center/cover no-repeat;

    mix-blend-mode: screen;
}
.p-task__inner
{
    display: flex;

    justify-content: center;
    align-items: center;
    grid-gap: var(--m60) 4.5%;
}
.p-task__text-area
{
    width: 50%;
}
.p-task__title
{
    font-size: var(--fs22_32);
    font-weight: 500;

    margin-bottom: 1em;

    text-align: center;

    color: var(--white);
}
.p-task__list
{
    max-width: 440px;
    margin: 0 auto;
}
.p-task__line
{
    font-size: var(--fs16_24);
    font-weight: 500;

    display: block;

    margin-bottom: var(--m30);
    padding: .25em .5em;

    text-align: center;

    color: var(--white);
    border: 1px solid var(--white);
}
.p-task__text
{
    font-size: var(--fs16_24);

    text-align: center;

    color: var(--white);
}
.p-task__image
{
    width: 50%;
    max-width: 475px;
}

.p-flow
{
    margin-bottom: var(--m160);
}
.p-flow__title
{
    display: flex;

    width: 100%;
    margin-bottom: var(--m80);

    grid-gap: var(--m30) 3.5%;
    align-items: center;
    justify-content: center;
}
.p-flow__title::before,
.p-flow__title::after
{
    display: inline-block;

    width: 10.75%;

    content: '';

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    aspect-ratio: 142/33;
}
.p-flow__title::before
{
    background-image: url(../images/service/arrow_y.svg);
}
.p-flow__title::after
{
    background-image: url(../images/service/arrow_g.svg);
}
.p-flow__title-text
{
    font-size: var(--fs18_32);
    font-weight: 500;
}

.p-strength
{
    margin-bottom: var(--m120);
}
.p-strength__inner
{
    display: flex;

    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-gap: var(--m50) 2.7%;
}
.p-strength__title
{
    font-size: var(--fs18_32);
    font-weight: 500;

    color: var(--green01);
}
.p-strength__title .emp
{
    font-size: var(--m70);
    line-height: 1;

    display: block;

    margin-top: .5em;

    text-align: center;

    color: var(--green01);
}
.p-strength__list
{
    display: flex;

    max-width: 825px;

    justify-content: center;
    flex-wrap: wrap;
    grid-gap: var(--m30) 2.4%;
}
.p-strength__box
{
    width: 31.73%;
    max-width: 258px;
}
.p-strength__box-title
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: var(--fs22_32);
    font-weight: 500;

    text-align: center;

    color: var(--green01);
}
.p-strength__box-text
{
    font-size: var(--fs14_18);

    margin-top: 1em;

    text-align: center;

    color: var(--blue01);
}

.p-faq
{
    margin-bottom: var(--m120);
}
.p-faq__title
{
    font-size: var(--fs22_32);
    font-weight: 500;

    position: relative;

    width: 31.8%;
    margin-bottom: 1em;
    padding: .25em 0;

    color: var(--white);
}
.p-faq__title::before,
.p-faq__title::after
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;

    display: inline-block;

    width: 100vw;
    height: 100%;

    content: '';
}
.p-faq__title::before
{
    background: url(../images/common/bg04.png) top 30% center/273% no-repeat;

    mix-blend-mode: screen;
}
.p-faq__title::after
{
    z-index: -2;

    background-color: var(--blue01);
}
.p-faq__list
{
    display: flex;

    flex-wrap: wrap;
    justify-content: center;
    grid-gap: var(--m40) 2.7%;
}
.p-faq__box
{
    width: 31.53%;
    padding-bottom: var(--m50);

    background-color: var(--yellow01);
}
.p-faq__question
{
    display: flex;

    padding: var(--m8) var(--m16);

    background-color: var(--blue03);

    align-items: baseline;
    grid-gap: 5px;
}
.p-faq__question .emp
{
    font-size: var(--fs18_26);
    font-weight: 500;
}
.p-faq__question-text
{
    font-size: var(--fs14_18);
    font-weight: 500;

    width: calc(100% - 5px - var(--fs18_26));
}
.p-faq__answer
{
    display: flex;

    padding: var(--m16);

    align-items: baseline;
    grid-gap: 5px;
}
.p-faq__answer .emp
{
    font-size: var(--fs18_26);
    font-weight: 500;
}
.p-faq__answer-text
{
    font-size: var(--fs14_18);
    font-weight: 500;
}

.p-after
{
    position: relative;
    z-index: 1;

    margin-bottom: var(--m100);
    padding: var(--m70) 0;

    background: var(--blue02);
}
.p-after::after
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 100%;

    content: '';

    background: url(../images/common/bg01.png) bottom center/cover no-repeat;

    mix-blend-mode: screen;
}
.p-after__title
{
    font-size: var(--fs22_32);
    font-weight: 500;

    margin-bottom: 1em;

    text-align: center;

    color: var(--blue01);
}
.p-after__list
{
    display: flex;

    flex-wrap: wrap;
    justify-content: center;
    grid-gap: var(--m35) 3%;
}
.p-after__box
{
    display: flex;

    width: 48.5%;
}
.p-after__box-image
{
    overflow: hidden;

    width: 20%;
    min-width: var(--m100);

    aspect-ratio: 1/1;
}
.p-after__box-image img
{
    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;
}
.p-after__box-text
{
    font-size: var(--fs14_18);
    font-weight: bold;

    display: flex;

    width: 80%;
    padding: 0 var(--m30);

    background-color: var(--white);

    align-items: center;
}

/* ----------------------------------------------
　SP調整
------------------------------------------------*/
@media all and (max-width: 620px)
{
    .p-service__top
    {
        flex-wrap: wrap;
    }
    .p-service__top-title
    {
        margin-bottom: 1em;
        padding-top: 0;
    }
    .p-service__top-text-area
    {
        width: 100%;
    }
    .p-service__top-image
    {
        width: 100%;
    }
    .p-task__inner
    {
        flex-wrap: wrap;
    }
    .p-task__text-area,
    .p-task__image
    {
        width: 100%;
    }
    .p-flow__title
    {
        flex-wrap: wrap;
    }
    .p-flow__title::before
    {
        width: 30%;

        order: 2;
    }
    .p-flow__title::after
    {
        width: 30%;

        order: 3;
    }
    .p-flow__title-text
    {
        width: 100%;

        text-align: center;

        order: 1;
    }
    .p-strength__box
    {
        width: 48.8%;
    }
    .p-faq__title
    {
        width: 100%;
    }
    .p-faq__box
    {
        width: 100%;
        padding-bottom: 16px;
    }
    .p-after__box
    {
        width: 100%;
    }
}
