main {
    margin-bottom: 13rem;
}

.pagettl {
    margin-top: 110px;
    text-align: center;
    background: linear-gradient(90deg, rgba(123, 123, 123, 0.90) 0%, rgba(0, 0, 0, 0.90) 100%);
    color: #fff;
    font-family: Outfit;
    padding: 10rem 0;
    position: relative;
}

.pagettl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../img/agent/recruit-banner.jpg') no-repeat center/cover;
}

.pagettl h2 {
    font-size: 6rem;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.pagettl p {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 0.9rem;
    letter-spacing: 1.2px;
}

.p-section__title-ja {
    font-weight: 700;
    font-size: 2.6rem;
    /* line-height: 2.6rem; */
    line-height: 4.2rem;
    letter-spacing: 0.12rem;
    padding-left: 2.4rem;
    display: flex;
    align-items: flex-start;
}

.p-section__title-ja .border {
    border-right: 1px solid;
    line-height: 1;
    display: inline-block;
    padding-right: 12px;
    margin-right: 13px;
}

.p-section__title-ja .p-business__title-color {
    display: inline-block;
    width: 260px;
    height: 42px;
    margin-top: 1rem;
    vertical-align: -0.7rem;
    margin-right: 0.9rem;
    background: rgb(234 0 41 / 40%);
    opacity: 0.6;
}

.p-section__title-en {
    font-family: Outfit;
    font-size: 11rem;
    font-weight: 600;
    line-height: 11rem;
    letter-spacing: 0.02em;
    margin-right: -0.2rem;
    margin-top: -6.2rem;
    color: rgba(185, 185, 185, 0.1);
    position: relative;
    z-index: -1;
}


.p-produce__viewmore {
    max-width: 175px;
    width: 100%;
    margin-top: 4rem;
    text-align: left;
}

.p-produce__viewmore a {
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid #000;
    width: 100%;
    margin-bottom: 1.7rem;
    background-image: url(../img/svg/icon_arrow-right-circle-black.svg);
    background-repeat: no-repeat;
    background-position: top 1px right;
    background-size: 14px 14px;
    transition: all 0.3s;
    letter-spacing: 0.1rem;
}

.p-produce__viewmore a[href="#"] {
    background: transparent;
    pointer-events: none !important;
}

.p-produce__viewmore a:not([href="#"]):hover {
    border-color: transparent;
}


.p-business {
    margin-top: 20.4rem;
}

.p-business .p-business__box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.p-business .p-business__box .p-business__box-col {
    margin-left: -13px;
    margin-top: 54px;
}

.p-business .p-business__box .p-business__box-img {
    margin-right: 17px;
}


.p-business .p-business__head {
    font-weight: 600;
    font-size: 7rem;
    line-height: 8rem;
    letter-spacing: 4.1px;
    margin-top: 5.3rem;
    background: linear-gradient(180deg, #EAB907 0%, #F29917 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-left: 2.2rem;
}

.p-business .p-business__box .p-business__text-bottom {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 5.9rem;
    padding-left: 2.8rem;
    position: relative;
    padding-bottom: 1rem;
    padding-top: 1.3rem;
}

.p-business .p-business__box .p-business__text-bottom:before {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(234 0 41 / 40%);
    max-width: 487px;
    opacity: 0.6;
}

.p-business .p-business__description {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 4.8rem;
    margin-left: 1.5rem;
    padding-right: 5.5rem;
}

.p-business .p-business__title-en {
    text-align: right;
}


.p-comparison {
    margin-top: 34.2rem;
}

.p-comparison .p-comparison__title-en {
    margin-left: 2rem;
}

.p-comparison .p-comparison__title {
    margin-top: -2rem;
}

.p-comparison .p-comparison__box-top {
    margin-top: 6.4rem;
    padding-left: 2.5rem;
}

.p-comparison .p-comparison__box-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8rem;
    letter-spacing: 0.06em;
    text-align: left;
}

.p-comparison .p-comparison__box-title span {
    color: rgba(250, 164, 28, 1);
}

.p-comparison .p-comparison__box-steps {
    display: flex;
    margin-top: 7rem;
    gap: 1rem;
}


.p-comparison .p-comparison__box-steps li {
    width: calc(100% / 4 - 2.1rem);
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 3.4rem 0 8.1rem 3rem;
    gap: 1.5rem;
    position: relative;
    align-items: flex-start;
}

.p-comparison .p-comparison__box-steps li:before {
    content: "";
    position: absolute;
    right: -2.8rem;
    top: 0;
    border-top: 7rem solid transparent;
    border-left: 2.8rem solid #FBB51C;
    border-bottom: 7rem solid transparent;
    z-index: 9;
}

.p-comparison .p-comparison__box-steps li:after {
    content: "";
    position: absolute;
    right: -3.8rem;
    top: 0;
    border-top: 7rem solid transparent;
    border-left: 2.8rem solid #ffffff;
    border-bottom: 7rem solid transparent;
    z-index: 8;
    width: 25px;
}

.p-comparison .p-comparison__box-steps li:not(:first-child) {
    padding-left: 7.3em;
}

.p-comparison .p-comparison__box-steps li .p-step__small {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4rem;
    letter-spacing: 0em;
    text-align: center;
    padding-left: 0rem;
}

.p-comparison .p-comparison__box-steps li:not(:first-child) .p-step__small {
    padding-left: 0;
}

.p-comparison .p-comparison__box-steps li .p-step__large {
    font-size: 3rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0.06rem;
    text-align: center;
    font-family: 'Outfit';
    font-weight: 500;
}

.p-comparison .p-comparison__box-top .p-comparison__box-steps li:first-child {
    background: #F5F2E7;
    color: #C5C2B8;
}

.p-comparison .p-comparison__box-top .p-comparison__box-steps li:first-child:before {
    border-left-color: #F5F2E7;
}

.p-comparison .p-comparison__box-top .p-comparison__box-steps li:nth-child(2) {
    background: #F5EBC4;
    color: #C5C2B8;
}

.p-comparison .p-comparison__box-top .p-comparison__box-steps li:nth-child(2):before {
    border-left-color: #F5EBC4;
}

.p-comparison .p-comparison__box-top .p-comparison__box-steps li:nth-child(3) {
    background: #FBC51B;
    color: #654E05;
}

.p-comparison .p-comparison__box-top .p-comparison__box-steps li:nth-child(3):before {
    border-left-color: #FBC51B;
}

.p-comparison .p-comparison__box-steps li:last-child {
    background-color: #FBB51C;
    color: #654E05;
}

.p-comparison .p-comparison__box-steps li:last-child:before {
    border-left-color: #FBB51C;
}

.p-comparison .p-comparison__box-steps li p.p-step__content {
    position: absolute;
    border: 1px solid #CECECE;
    border-radius: 10px;
    width: 310px;
    top: 9.7rem;
    left: 1.6rem;
    height: 278px;
    z-index: 99;
    padding: 4rem 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background-color: #fff;
}

.p-comparison .p-comparison__box-steps li .p-step__content .p-step__title {
    color: #000;
    font-family: Noto Sans JP;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
    letter-spacing: 0.22rem;
    min-height: 6.1rem;
}

.p-comparison .p-comparison__box-bottom .p-comparison__box-steps li:last-child .p-step__content .p-step__title {
    min-height: 3rem;
}

.p-comparison .p-comparison__box-steps li .p-step__content .p-step__content {
    color: #000;
    font-family: Noto Sans JP;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.p-comparison .p-comparison__box-bottom {
    margin-top: 29.6rem;
    padding-left: 0.5rem;
}

.p-comparison .p-comparison__description {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 2.6rem;
}

.p-comparison .p-comparison__description.p-comparison__description-top {
    margin-top: 6rem;
}

.p-comparison .p-comparison__description.p-comparison__description-bottom {
    margin-top: 2.4rem;
}

.p-comparison .p-comparison__box-bottom .p-comparison__box-steps {
    padding-left: 2rem;
}

.p-comparison .p-comparison__box-bottom .p-comparison__box-steps li {
    width: calc(100% / 3 - 2.5rem);
    background-color: #FBB51C;
}

.p-comparison .p-comparison__box-bottom .p-comparison__box-steps li:first-child {
    background-color: #FBC51B;
}

.p-comparison .p-comparison__box-bottom .p-comparison__box-steps li:first-child:before {
    border-left-color: #FBC51B;
}

.p-comparison .p-comparison__box-bottom .p-comparison__box-steps li:last-child {
    background-color: #FAA41C;
}

.p-comparison .p-comparison__box-bottom .p-comparison__box-steps li:last-child:before {
    border-left-color: #FAA41C;
}

.p-comparison .p-comparison__box-bottom .p-comparison__box-steps li:nth-child(2) p.p-step__content {
    left: 44px;
}

.p-comparison .p-comparison__box-bottom .p-comparison__box-steps li:nth-child(3) p.p-step__content {
    left: 44px;
}

.p-strengths {
    margin-top: 20.1rem;
    position: relative;
}

.p-strengths .p-strengths__title-en {
    text-align: center;
    transform: translateX(-14px);
}

.p-strengths .p-strengths__title {
    text-align: center;
    margin-top: -41px;
    justify-content: center;
    letter-spacing: 0.5rem;
}

.p-strengths .p-strengths__box {
    margin-top: 9.4rem;
    position: relative;
    margin-bottom: 22.2rem;
}

.p-strengths .p-strengths__box .l-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1250px;
}


.p-strengths .p-strengths__box:nth-child(2n) .l-container {
    flex-direction: row-reverse;
}

.p-strengths .p-strengths__box .p-strengths__col-left {
    width: calc(100% - 65.5rem);
    padding-left: 12.5rem;
    margin-top: 1px;
    margin-right: -4rem;
}

.p-strengths .p-strengths__col-left .p-col__step {
    display: flex;
    align-items: center;
}

.p-strengths .p-strengths__col-left .p-col__step .p-col__number {
    font-family: Outfit;
    font-size: 11rem;
    font-weight: 600;
    line-height: 11rem;
    letter-spacing: 0em;
    text-align: left;
    color: #F2ECE1;
}


.p-strengths .p-strengths__col-left .p-col__step .p-col__text {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: 0.05em;
    text-align: left;
    margin-left: 2.1rem;
}

.p-strengths .p-strengths__col-left .p-col__title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.9rem;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 2.1rem;
}

.p-strengths .p-strengths__col-left .p-col__description {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.9rem;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 2.8rem;
    margin-left: -0.6rem;
    padding-right: 2.1rem;
}

.p-strengths .p-strengths__box:before {
    content: "";
    position: absolute;
    top: 81px;
    left: 0;
    width: calc(100% - ((100% - 1450px) / 2) + 4.3rem);
    background: rgba(248, 248, 248, 1);
    height: 110.8%;
    z-index: -1;
}


.p-strengths .p-strengths__box .p-strengths__col-right {
    width: 67rem;
    position: relative;
    left: 15.5rem;
}

.p-strengths .p-strengths__box:nth-child(2n) .p-strengths__col-right {
    left: auto;
    right: 15.5rem;
    text-align: right;
}

.p-strengths .p-strengths__box:nth-child(2n) .p-strengths__col-left {
    padding-left: 0;
    margin-left: -4rem;
    margin-right: 0;
    padding-right: 11rem;
}

.p-strengths .p-strengths__box:nth-child(2n) .p-strengths__col-left .p-col__step {
    margin-left: -1.1rem;
}

.p-strengths .p-strengths__box:nth-child(2n) .p-viewmore__box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.p-strengths .p-strengths__box .p-produce__viewmore+.p-produce__viewmore {
    margin-top: 0.3rem;
}

.p-strengths .p-strengths__box:nth-child(2n):before {
    left: auto;
    right: 0;
}


.p-inquiry {
    display: block;
    width: 100%;
    margin-top: 9rem;
    background: url(../img/agent/cta.jpg) no-repeat center/cover;
    text-align: center;
    padding: 4.7rem 0 5.2rem;
    max-width: 1419px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    overflow: hidden;
}

.p-inquiry .p-inquiry__head {
    color: #FFF;
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 2.5px;
}

.p-inquiry .p-inquiry__text {
    color: #FFF;
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 4.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 2rem;
    /* opacity: 0.6; */
    /* background: rgba(234, 0, 41, 0.70); */
    max-width: 754px;
    display: block;
    margin: 0 auto;
    margin-top: 0.8rem;
    padding: 2.05rem 0;
}

.p-inquiry .p-inquiry__text span {
    display: block;
    margin: 0 -2rem;
}

.p-inquiry .p-inquiry__button a {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: center;
    display: block;
    color: #FAA81C;
    background: #fff;
    max-width: 500px;
    display: inline-block;
    width: 100%;
    border-radius: 1rem;
    margin-top: 3.4rem;
    padding: 3.7rem 0;
    border-radius: 50px;
}

.p-inquiry .p-inquiry__button a:hover {
    opacity: 0.6;
}

.p-question {
    margin-top: 33.5rem;
    position: relative;
    padding-top: 21.6rem;
    overflow: hidden;
    margin-bottom: 12.2rem;
}

.p-question:before {
    content: "";
    position: absolute;
    top: 81px;
    right: 0;
    width: calc(100% - ((100% - 1170px) / 2));
    background: #F8F8F8;
    height: 100%;
    z-index: -1;
}

.p-question .p-section__title-en {
    margin-left: -4.6rem;
}

.p-question .p-section__title-ja {
    margin-top: -4rem;
    padding-left: 4.7rem;
}

.p-step__qa-box {
    width: calc(100% - ((100% - 1170px) / 2));
    float: right;
}

.p-step__qa-box .p-section__qa-list {
    max-width: 1154px;
    margin: 0 auto;
    margin-top: 13.8rem;
    margin-bottom: 21.3rem;
}

.p-step__qa-box .p-section__qa-list li {
    margin-bottom: 7rem;
}

.p-step__qa-box .p-section__qa-list li .p-qa__q {
    display: flex;
    align-items: center;
    gap: 3.9rem;
    flex-wrap: wrap;
}

.p-step__qa-box .p-section__qa-list li .p-qa__q span:first-child {
    color: #FAA41C;
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 4.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.23rem;
    width: 3.7rem;
}

.p-step__qa-box .p-section__qa-list li .p-qa__q span:last-child {
    color: #000;
    font-family: Noto Sans JP;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 600;
    /* line-height: 180%; */
    line-height: 140%;
    letter-spacing: 0.13rem;
    width: calc(100% - 7.6rem);
}

.p-step__qa-box .p-section__qa-list li .p-qa__a {
    display: flex;
    align-items: center;
    gap: 3.9rem;
    margin-top: 2.7rem;
}

.p-step__qa-box .p-section__qa-list li .p-qa__a span:first-child {
    color: #000;
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 4.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.23rem;
    width: 3.7rem;
}

.p-step__qa-box .p-section__qa-list li .p-qa__a span:last-child {
    color: #000;
    font-family: Noto Sans JP;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.11rem;
    padding-right: 11rem;
}

.l-footer {
    margin-top: 0;
}

.sp {
    display: none;
}

.only-mobile {
    display: none;
}

@media screen and (min-width: 1024px),
print {
    .l-container {
        width: calc(100% - 60px);
        max-width: 1450px;
    }
}

@media only screen and (max-width: 1810px) {
    .p-strengths .p-strengths__box .p-strengths__col-left {
        padding-left: 0;
        margin-right: 0;
    }

    .p-strengths .p-strengths__box:nth-child(2n) .p-strengths__col-left {
        margin-left: 0;
        padding-right: 0;
    }

    .p-strengths .p-strengths__box .p-strengths__col-right {
        left: 7rem;
    }

    .p-strengths .p-strengths__box:nth-child(2n) .p-strengths__col-right {
        right: 7rem;
    }

    .p-strengths .p-strengths__box:before {
        width: calc(100% - ((100% - 1400px) / 2));
        height: 100%;
    }
}


@media only screen and (max-width: 1600px) {
    .p-strengths .p-strengths__box .p-strengths__col-left {
        width: calc(100% - 74rem);
    }

    .p-strengths .p-strengths__box .p-strengths__col-right {
        left: 0rem;
    }

    .p-strengths .p-strengths__box:nth-child(2n) .p-strengths__col-right {
        right: 0rem;
    }

    .p-strengths .p-strengths__box:before {
        width: calc(100% - ((100% - 1400px) / 2 + 6.8rem));
        height: 100%;
    }

    .p-step__qa-box .p-section__qa-list li .p-qa__a span:last-child {
        padding-right: 0;
    }

    .p-question .p-section__title-en {
        margin-left: 0;
    }

    .p-question .p-section__title-ja {
        margin-left: 7rem;
    }


}


@media only screen and (max-width: 1460px) {
    .p-business {
        margin-top: 10rem;
    }

    .p-business .p-business__head {
        font-size: 6rem;
        line-height: 7rem;
    }

    .p-strengths .p-strengths__box:before {
        width: 90%;
    }

    .p-business .p-business__box .p-business__box-col {
        width: 60%;
    }

    .p-business .p-business__box .p-business__box-img {
        width: 40%;
    }

    .p-business .p-business__description {
        margin-left: 0;
        padding-right: 0;
    }

    .p-business .p-business__title-en {
        margin-right: 0;
    }

    .p-business .p-business__box .p-business__box-col {
        margin-left: 0;
    }

    .p-comparison .p-comparison__box-steps li p.p-step__content {
        padding: 4rem 1.4rem;
        width: 280px;
    }

    .p-comparison .p-comparison__box-steps li .p-step__content .p-step__title {
        font-size: 2rem;
    }

    .p-inquiry {
        width: calc(100% - 60px);
        margin-left: auto;
        margin-right: auto;
    }

    .p-question:before {
        width: 90%;
    }

    .p-step__qa-box {
        width: 90%;
    }

    .p-step__qa-box .p-section__qa-list {
        max-width: 90%;
    }
}

@media only screen and (max-width: 1366px) {
    .p-comparison .p-comparison__box-steps li p.p-step__content {
        padding: 2rem 1.4rem;
        height: 250px;
        width: 260px;
    }
}

@media only screen and (max-width: 1280px) {
    .p-business .p-business__head {
        font-size: 4rem;
        line-height: 5rem;
    }

    .p-strengths .p-strengths__box .p-strengths__col-left {
        width: calc(100% - 61rem);
    }

    .p-strengths .p-strengths__box .p-strengths__col-right {
        width: 55rem;
    }

    .p-section__title-en {
        font-size: 8rem;
        line-height: 8rem;
    }

    .p-comparison .p-comparison__box-steps li p.p-step__content {
        width: 230px;
    }

    .p-comparison .p-comparison__box-steps li .p-step__content .p-step__title {
        font-size: 1.8rem;
    }

    .p-comparison .p-comparison__box-steps li .p-step__content .p-step__content {
        font-size: 1.4rem;
    }
}


@media only screen and (max-width: 1024px) {
    .pagettl {
        margin-top: 55px;
    }

    .p-section__title-ja {
        font-size: 2.4rem;
        line-height: 2.4rem;
    }

    .p-business .p-business__head {
        font-size: 4rem;
        line-height: 5rem;
    }

    .p-strengths .p-strengths__box .p-strengths__col-left {
        width: calc(100% - 47rem);
    }

    .p-strengths .p-strengths__box .p-strengths__col-right {
        width: 43rem;
    }

    .p-strengths .p-strengths__col-left .p-col__step .p-col__text {
        font-size: 1.6rem;
        line-height: 1.6rem;
        margin-left: 1.1rem;
    }

    .p-strengths .p-strengths__col-left .p-col__step .p-col__number {
        font-size: 8rem;
        line-height: 8rem;
    }

    .p-strengths .p-strengths__col-left .p-col__description {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .p-strengths .p-strengths__box:before {
        top: 54px;
    }

    .p-strengths .p-strengths__col-left .p-col__title {
        font-size: 2rem;
        line-height: 3rem;
    }

    .p-comparison {
        margin-top: 12.8rem;
    }

    .p-comparison .p-comparison__box-steps li .p-step__large {
        font-size: 2rem;
        line-height: 2rem;
    }

    .p-comparison .p-comparison__title-en {
        margin-left: 0;
        margin-right: 0;
    }


    .p-section__title-ja .border {
        border: unset;
    }

    .p-business .p-section__title-ja {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .p-comparison .p-comparison__title {
        display: flex;
        flex-direction: column;
        color: #A6A6A6;
        font-weight: 500;
        margin-left: 0;
        padding-left: 0;
    }

    .p-comparison .p-comparison__title span {
        color: #000;
        font-weight: 700;
    }

    .p-comparison .p-comparison__box-top {
        padding-left: 0;
    }

    .p-comparison .p-comparison__box-steps li p.p-step__content {
        width: calc(100vw - 206px);
        top: 50%;
        transform: translateY(-50%);
        left: 100%;
        margin-left: -3rem;
        height: auto;
    }

    .p-comparison .p-comparison__box-steps {
        flex-direction: column;
    }

    .p-comparison .p-comparison__box-steps li {
        width: 184px;
        height: 20rem;
    }

    .p-comparison .p-comparison__box-steps li:before {
        border-right: 9.3rem solid transparent;
        border-top: 2.4rem solid #F5F2E8;
        border-left: 9.3rem solid transparent;
        right: 0;
        top: 100%;
        bottom: 0;
    }

    .p-comparison .p-comparison__box-top .p-comparison__box-steps li:nth-child(2):before {
        border-top-color: #F5EBC4;
        border-left-color: transparent;
    }

    .p-comparison .p-comparison__box-top .p-comparison__box-steps li:nth-child(3):before {
        border-top-color: #FBC51B;
        border-left-color: transparent;
    }

    .p-comparison .p-comparison__box-top .p-comparison__box-steps li:first-child:before {
        border-top-color: #F5F2E7;
        border-left-color: transparent;
    }

    .p-comparison .p-comparison__box-steps li:last-child:before {
        border-top-color: #FBB51C;
        border-left-color: transparent;
    }

    .p-comparison .p-comparison__box-steps li:after {
        border-right: 9.3rem solid transparent;
        border-top: 2.4rem solid #fff;
        border-left: 9.3rem solid transparent;
        right: 0;
        top: 0px;
        bottom: 0;
    }

    .p-comparison .p-comparison__box-top .p-comparison__box-steps li:first-child:after {
        display: none;
    }

    .p-comparison .p-comparison__box-bottom {
        margin-top: 0;
        padding: 0;
    }

    .p-comparison .p-comparison__box-bottom .p-comparison__box-steps {
        padding-left: 0;
    }

    .p-comparison .p-comparison__box-bottom {
        margin-top: -6rem;
    }

    .p-comparison .p-comparison__box-bottom .p-comparison__box-steps li {
        width: 184px;
    }

    .p-comparison .p-comparison__box-bottom .p-comparison__box-steps li:before {
        border-top-color: #FBB51C;
        border-left-color: transparent;
    }

    .p-comparison .p-comparison__box-bottom .p-comparison__box-steps li:first-child:before {
        border-top-color: #FBC51B;
        border-left-color: transparent;
    }

    .p-comparison .p-comparison__box-bottom .p-comparison__box-steps li:last-child:before {
        border-top-color: #FAA41C;
        border-left-color: transparent;
    }

    .p-question {
        margin-top: 2.5rem;
    }

    .p-comparison .p-comparison__box-steps li .p-step__content .p-step__title {
        min-height: unset;
    }

    .p-comparison .p-comparison__box-bottom .p-comparison__box-steps li:nth-child(2) p.p-step__content,
    .p-comparison .p-comparison__box-bottom .p-comparison__box-steps li:nth-child(3) p.p-step__content {
        left: 100%;
    }

    .p-step__qa-box {
        width: 100%;
    }

    .p-step__qa-box .p-section__qa-list {
        max-width: calc(100% - 45px);
        margin-top: 6.8rem;
    }
}

@media only screen and (max-width: 1024px) {
    .only-mobile {
        display: block;
    }

    .p-produce__sticky {
        position: sticky;
        top: 55px;
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
        z-index: 99;
        margin-top: 50px;
        padding-bottom: 10px;
    }

    .p-produce__sticky li {
        width: calc(100% / 3 - 5px);
    }

    .p-produce__sticky li a {
        padding: 20px;
        font-size: 1.6rem;
        background-color: #fbc51b;
        width: 100%;
        text-align: center;
        color: #000;
        letter-spacing: 1px;
    }

    .p-business .p-section__title-ja span:last-child {
        color: #A6A6A6;
        font-weight: 500;
    }
}

@media only screen and (max-width: 860px) {
    .p-business {
        margin-top: 6rem;
    }

    .p-business .p-business__box .p-business__box-col {
        margin-left: 0;
    }

    .p-business .p-business__head {
        font-size: 3rem;
        line-height: 4rem;
        margin-top: 3rem;
        margin-left: 0;
    }

    .p-section__title-ja {
        font-size: 2rem;
        line-height: 2rem;
    }

    .p-business .p-business__box .p-business__text-bottom {
        margin-top: 3rem;
    }

    .p-business .p-business__box .p-business__text-bottom {
        font-size: 1.6rem;
    }

    .p-business .p-business__description {
        font-size: 1.6rem;
    }

    .p-business .p-business__description {
        margin-top: 4rem;
    }

}

@media only screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .p-strengths {
        margin-top: 10rem;
    }

    .p-strengths .p-strengths__title {
        margin-top: -21px;
    }

    .p-business .p-business__box {
        flex-direction: column;
    }

    .p-business .p-business__box .p-business__box-col {
        width: 100%;
        margin-top: 0;
    }

    .p-business .p-business__box .p-business__box-img {
        width: 100%;
        text-align: center;
        margin-top: 5rem;
    }

    .p-business .p-business__box .p-business__box-img img {
        width: 100%;
    }

    .p-section__title-ja {
        color: #A6A6A6;
        padding-left: 0;
    }

    .p-section__title-ja .border {
        display: block;
        border: unset;
        font-size: 2rem;
        margin-bottom: 1rem;
        color: #222222;
    }

    .p-strengths .p-strengths__box .l-container {
        flex-wrap: wrap;
    }

    .p-strengths .p-strengths__box .p-strengths__col-left {
        width: 100%;
    }

    .p-strengths .p-strengths__box .p-strengths__col-right {
        width: 100%;
    }

    .p-strengths .p-strengths__col-left .p-col__img {
        margin-top: 2.8rem;
    }

    .p-strengths .p-strengths__col-left .p-col__img img {
        width: 100%;
    }

    .p-strengths .p-strengths__col-right .p-viewmore__box {
        text-align: right;
    }

    .p-strengths .p-strengths__col-right .p-viewmore__box .p-produce__viewmore {
        display: inline-block;
    }

    .p-strengths .p-strengths__box {
        margin-top: 4.4rem;
        margin-bottom: 12.3rem;
    }

    .p-strengths .p-strengths__title {
        color: #222222;
    }

    .p-strengths .p-strengths__box:before {
        top: 43px;
    }

    .p-strengths .p-strengths__col-left .p-col__description {
        margin-left: 0;
    }

    .p-strengths .p-strengths__box:nth-child(2n) .p-strengths__col-left .p-col__step {
        margin-left: 0;
    }

    .p-comparison .p-comparison__title-en {
        margin-left: 0;
        margin-right: 0;
    }

    .p-comparison .p-comparison__box-steps li .p-step__large {
        font-size: 2rem;
    }

    .p-strengths .p-strengths__col-left .p-col__step .p-col__text {
        font-size: 2rem;
        line-height: 2rem;
    }

    .p-strengths .p-strengths__box:before {
        width: 88%;
    }

    .p-inquiry {
        margin-top: 0;
        padding: 7rem 0;
        width: 100%;
        border-radius: 0;
        background: url(../img/agent/cta-sp.jpg) no-repeat center/cover;
    }

    .p-inquiry .p-inquiry__button {
        font-size: 2rem;
        line-height: 2rem;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-business .p-business__box .p-business__text-bottom:before {
        max-width: 100%;
    }

    .p-inquiry .p-inquiry__text {
        background: transparent;
        opacity: 1;
        font-size: 4rem;
        letter-spacing: 2rem;
    }

    .p-question .p-section__title-ja {
        padding-left: 0;
        margin-top: 0;
    }

    .p-step__qa-box .p-section__qa-list li .p-qa__q span:last-child {
        font-size: 1.8rem;
    }

    .p-step__qa-box .p-section__qa-list li .p-qa__a span:last-child {
        font-size: 1.4rem;
    }

    .p-step__qa-box .p-section__qa-list li .p-qa__q span:first-child,
    .p-step__qa-box .p-section__qa-list li .p-qa__a span:first-child {
        font-size: 3.6rem;
    }

    .p-step__qa-box .p-section__qa-list li .p-qa__q,
    .p-step__qa-box .p-section__qa-list li .p-qa__a {
        gap: 2rem;
    }

    .p-step__qa-box .p-section__qa-list {
        margin-bottom: 5rem;
    }
}


@media only screen and (max-width: 480px) {
    .hidden {
        display: none;
    }

    .p-produce__sticky li a {
        font-size: 1.2rem;
        padding: 1.5rem 2rem;
    }

    .pagettl {
        margin-top: 55px;
        padding: 4.2rem 0 4.4rem;
    }

    .pagettl h2 {
        font-size: 3.8rem;
        letter-spacing: 1px;
        padding: 0 2rem;
    }

    .pagettl p {
        font-size: 1.4rem;
        margin-top: 1.1rem;
        letter-spacing: 1.2px;
    }

    .pagettl:before {
        background: url('../img/agent/recruit-banner-sp.jpg') no-repeat center/cover;
    }


    .p-section__title-en {
        font-size: 5.4rem;
        line-height: 5.4rem;
    }


    .p-business {
        margin-top: 6rem;
    }

    .p-business .p-section__title-ja {
        gap: 0;
    }

    .p-section__title-ja {
        font-size: 1.3rem;
        /* line-height: 1rem; */
        line-height: 1.8rem;
    }

    .p-section__title-ja .border {
        font-size: 1.8rem;
        letter-spacing: 0;
    }

    .p-business .p-business__head {
        font-size: 3rem;
        line-height: 3.6rem;
        margin-top: 2.1rem;
        letter-spacing: 0;
    }

    .p-business .p-business__box .p-business__text-bottom {
        padding-left: 0;
        margin-top: 1.3rem;
        font-size: 1.4rem;
        line-height: 2.24rem;
        letter-spacing: 0;
        padding: 0.4rem 0.4rem 0.9rem;
    }

    .p-business .p-business__box .p-business__box-img {
        margin-left: 0;
        margin-top: 1rem;
        margin-right: 0;
    }

    .p-business .p-business__description {
        margin-top: 3.1rem;
        font-size: 1.4rem;
        line-height: 2.52rem;
        letter-spacing: 0px;
        text-align: justify;
    }

    .p-business .p-business__title-en {
        margin-top: -6.9rem;
        letter-spacing: 0;
    }

    .p-section__title-ja .p-business__title-color {
        width: 103px;
        height: 19px;
        margin-top: 0.6rem;
        vertical-align: -0.3rem;
        margin-right: 0.3rem;
    }

    .p-comparison {
        margin-top: 19.6rem;
    }

    .p-comparison .p-comparison__title-en {
        letter-spacing: 0;
    }

    .p-comparison .p-comparison__title {
        margin-top: -1.4rem;
    }

    .p-comparison .p-comparison__box-top {
        margin-top: -2.5rem;
        padding-left: 0;
    }

    .p-comparison .p-comparison__box-title {
        letter-spacing: 0;
        font-size: 1.6rem;
        line-height: 1.6rem;
    }

    .p-comparison .p-comparison__description {
        font-size: 1.4rem;
        line-height: 2.52rem;
        letter-spacing: 0;
    }

    .p-comparison .p-comparison__description.p-comparison__description-top {
        margin-top: 6.1rem;
    }

    .p-comparison .p-comparison__description.p-comparison__description-bottom {
        margin-top: 2.3rem;
    }

    .p-strengths {
        margin-top: 12.2rem;
    }

    .p-strengths .p-strengths__title-en {
        letter-spacing: -0.2rem;
    }

    .p-strengths .p-strengths__title {
        margin-top: -21px;
        font-size: 1.8rem;
        line-height: 2.7rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        letter-spacing: 0;
    }

    .p-strengths .p-strengths__title span {
        margin-bottom: 0.4rem;
    }

    .p-strengths .p-strengths__col-left .p-col__step .p-col__number {
        font-size: 5rem;
        line-height: 2rem;
    }

    .p-strengths .p-strengths__col-left .p-col__step .p-col__text {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-left: 0.7rem;
    }

    .p-strengths .p-strengths__box:before {
        width: 81%;
        height: 109%;
        top: 21px;
    }

    .p-strengths .p-strengths__box:nth-child(2n):before {
        top: 10px;
    }

    .p-strengths .p-strengths__col-left .p-col__title {
        font-size: 2.2rem;
        line-height: 3.08rem;
        margin-top: 1.8rem;
        letter-spacing: 0.5px;
    }

    .p-strengths .p-strengths__col-left .p-col__description {
        font-size: 1.4rem;
        line-height: 2.5rem;
        margin-top: 2.1rem;
    }

    .p-produce__viewmore {
        max-width: 148px;
        width: 100%;
        margin-top: 4.3rem;
    }

    .p-produce__viewmore a {
        letter-spacing: -0.9px;
        padding-bottom: 1.1rem;
        background-position: top 2px right;
    }

    .p-strengths .p-strengths__box {
        margin-bottom: 12.5rem;
    }


    .p-strengths .p-strengths__box:not(:last-child) .p-strengths__col-left .p-col__img {
        box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.25);
    }

    .p-inquiry {
        margin-top: 4.6rem;
        padding: 2.4rem 0 3rem;
    }

    .p-inquiry .p-inquiry__text {
        font-size: 2.6rem;
        letter-spacing: 0.5rem;
        margin-top: -0.6rem;
        padding-bottom: 0;
    }

    .p-inquiry .p-inquiry__button {
        font-size: 2rem;
        line-height: 2rem;
        max-width: 300px;
        margin-top: -1.4rem;
        letter-spacing: 0;
        padding: 0;
    }

    .p-inquiry .p-inquiry__button a {
        font-size: 2rem;
        padding: 2.2rem 0;
    }

    .p-comparison .p-comparison__box-bottom .p-comparison__box-steps li,
    .p-comparison .p-comparison__box-steps li {
        width: 60px;
        height: 170px;
        display: block;
        padding: 25px 18px;
    }

    .p-comparison .p-comparison__box-steps li:before {
        border-right: 30px solid transparent;
        border-top: 15px solid #F5F2E8;
        border-left: 30px solid transparent;
        border-bottom: 0;
    }

    .p-comparison .p-comparison__box-steps li:after {
        border-right: 30px solid transparent;
        border-top: 15px solid #fff;
        border-left: 30px solid transparent;
    }

    .p-comparison .p-comparison__box-steps li .p-step__large {
        writing-mode: tb;
        display: block;
    }

    .p-comparison .p-comparison__box-steps li:not(:first-child) {
        padding-left: 18px;
    }

    .p-comparison .p-comparison__box-steps li p.p-step__content {
        margin-left: -12px;
        width: calc(100vw - 89px);
        display: block;
        padding: 13px 10px 10px;
        min-height: 153px;
    }

    .p-comparison .p-comparison__box-steps li .p-step__content .p-step__title {
        display: block;
        font-size: 1.6rem;
        letter-spacing: 1.6px;
        line-height: 19px;
    }

    .p-comparison .p-comparison__box-steps li .p-step__content .p-step__content {
        line-height: 1.7;
        margin-top: 9px;
        display: block;
    }

    .p-comparison .p-comparison__box-bottom .p-comparison__box-steps li:last-child .p-step__content .p-step__title {
        min-height: unset;
    }

    .p-question:before {
        width: 79%;
    }

    .p-question {
        margin-bottom: 5.2rem;
        padding-top: 6.9rem;
    }

    .p-question .p-section__title-ja {
        margin-left: 0.5rem;
        display: flex;
        flex-direction: column;
        margin-top: -1.6rem;
    }

    .p-step__qa-box .p-section__qa-list {
        margin-top: 6.9rem;
    }

    .p-step__qa-box .p-section__qa-list li .p-qa__q span:first-child,
    .p-step__qa-box .p-section__qa-list li .p-qa__a span:first-child {
        font-size: 3rem;
    }

    .p-step__qa-box .p-section__qa-list li .p-qa__q span:last-child,
    .p-step__qa-box .p-section__qa-list li .p-qa__a span:last-child {
        width: calc(100% - 4.6rem);
    }

    .p-step__qa-box .p-section__qa-list li .p-qa__q,
    .p-step__qa-box .p-section__qa-list li .p-qa__a {
        gap: 0.8rem;
    }

    .p-step__qa-box .p-section__qa-list li .p-qa__a{
        /* margin-top: 0.2rem; */
        margin-top: 1rem;
    }

    .p-step__qa-box .p-section__qa-list li{
        margin-bottom: 4rem;
    }
    main{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 360px) {
    .p-produce__sticky li a {
        font-size: 1.1rem;
    }

    .p-business .p-business__head {
        font-size: 3rem;
    }
}