.service__section1{
}
.inner3{
}
.ttl10.en.center{
}
.service__section1 .flex-between {
    margin-top: 50px;
    align-items: flex-start;
}
.service__section1__left{
    width: 470px;
}
.forcompany__reason-ttl-wrap {
    display: flex;
    gap: 0 20px;
}
.service__section1__left .ttl10{
    line-height: 1.8;
}
.service__section1__left-text {
    margin-top: 20px;
    line-height: 1.8;
}
.service__section1__right{
    width: 475px;
}
.service__section2 {
    padding: 80px 0;
}
.service__reason-wrap {
    box-shadow: 0px 0px 20px #00000019;
    border-radius: 20px;
    padding: 50px 60px;
    margin-top: 30px;
}
.service__reason-wrap:nth-of-type(n + 2) {
    margin-top: 40px;
}
.service__reason2-wrap,
.service__reason3-wrap {
    display: flex;
    justify-content: space-between;
    padding: 50px 30px;
}
.service__reason-wrap .no{
    background-color: #D8EFE1;
    width: 71px;;
    height: 71px;
    border-radius: 50%;
    color: #72B6A9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* .service__reason-wrap .no-text{
    font-size: 10px;
} */
.service__reason-wrap .no-num {
    font-size: 31px;
    font-weight: 600;
    line-height: 1;
}
.service__reason-wrap .ttl10{
    margin-top: 10px;
}
.service__reason-text{
    margin-top: 10px;
}
.service__reason-conent-wrap{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.service__reason-conent {
    width: 415px;
    border-radius: 20px;
    background-color: #F5F8F8;
    padding: 25px 25px 15px;
    text-align: center;
}
.service__reason-conent-img-wrap{

}
.service__reason-conent-img{
    width: 215px;
}
.service__reason-conent-ttl{
    color: #72B6A9;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-top: 10px;
}
.service__reason-conent-ttl .ja {
    font-size: 21px;
    font-weight: bold;
    color: #434343;
    display: block;
    line-height: 1;
}
.service__reason-conent-text{
    margin-top: 10px;
    font-size: 14px;
}
.service__reason-conent-text2 {
    margin-top: 0.5em;
    font-size: 14px;
    text-align: left;
}
.service__reason-conent-text .strong{
    font-size: 18px;
    color: #72B6A9;
    display: block;
}
.service__reason-conent .link{
    margin-top: 15px;
}
.service__reason2-wrap .service__reason-left {
    width: 446px;
}
.service__reason-left-img{
}
.service__reason2-wrap .service__reason-right {
    width: 450px;
}
.service__reason-right-text {
    margin-top: 20px;
}
.service__reason3-wrap {
    padding: 50px 30px;
}
.service__reason3-wrap .service__reason-left {
    width: 494px;
}
.service__reason3-wrap .service__reason-right {
    width: 446px;
}
.service__reason-left-text {
    margin-top: 20px;
    padding-right: 40px;
}
.service__reason-text2 {
    margin-top: 50px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
}
.service__flow-wrap {
    margin-top: 80px;
    background: transparent linear-gradient(200deg, #ECECC7 60%, #7FBCAF 100%) 0% 0% no-repeat padding-box;
    padding: 75px 0 100px;
}
.service__flow-list {
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
}
.service__flow-item{
    width: 300px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #00000019;
    border-radius: 20px;
    padding: 50px 30px;
    position: relative;
}
.service__flow-item .no {
    background-color: #D8EFE1;
    width: 71px;;
    height: 71px;
    border-radius: 50%;
    color: #72B6A9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: -35px;
    left: calc(50% - 35px);
    font-size: 31px;
}
.service__flow-img-wrap{
}
.service__flow-img{
}
.service__flow-item-ttl {
    text-align: center;
    margin-top: 15px;
    font-size: 24px;
    font-weight: bold;
}
.service__flow-item-text{
    margin-top: 10px;
    font-size: 14px;
}
.service__faq-wrap {
    padding: 80px 0 0;
}
.service__faq-dl {
    margin-top: 40px;
}
.service__faq-dt {
    background-color: #D8EFE1;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 60px 15px 60px;
    border-radius: 30px;
    position: relative;
    background-image: url(../img/arrow_green_bottom.svg);
    background-position: calc(100% - 30px) center;
    background-repeat: no-repeat;
    background-size: 17px;
    margin-top: 15px;
    cursor: pointer;
}
.service__faq-dt::before{
    content: "Q";
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #72B6A9;
    margin-right: 15px;
    line-height: 1.2;
    position: absolute;
    left: 25px;
}
.service__faq-dd {
    font-weight: 500;
    padding: 15px 30px 15px 60px;
    position: relative;
    display: none;
}
.service__faq-dd::before {
    content: "A";
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #E08081;
    margin-right: 15px;
    line-height: 1.2;
    position: absolute;
    left: 25px;
}
.service__difference-wrap {
    padding-top: 120px;
}
.service__difference-content{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.service__difference-left{
    width: 480px;
    line-height: 2;
}
.service__difference-right{
    width: 463px;
}
.service__difference-img{
}
.agent__text {
    text-align: center;
}
.agent__step-wrap {
    padding-left: 123px;
    position: relative;
    margin-top: 40px;
}
.agent__step-category {
    position: absolute;
    left: 0;
}
.agent__step-category1,
.agent__step-category2,
.agent__step-category3 {
    background-color: #D8EFE1;
    height: 690px;
    width: 92px;
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
    padding: 0 20px;
    text-align: center;
    position: relative;
}
.agent__step-category1::before,
.agent__step-category2::before,
.agent__step-category3::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 46px 0px 46px;
    border-color: #D8EFE1 transparent transparent transparent;
    position: absolute;
    bottom: -31px;
    left: 0;
}
.agent__step-category2{
    background-color: #B7D6C3;
    height: 325px;
    top: 42px;
}
.agent__step-category2::before {
    border-color: #B7D6C3 transparent transparent transparent;
}
.agent__step-category3{
    background-color: #72B6A9;
    color: #fff;
    height: 302px;
    top: 84px;
}
.agent__step-category3::before {
    border-color: #72B6A9 transparent transparent transparent;
}
.agent__step-category--direct .agent__step-category1 {
    height: 583px;
}
.agent__step-category--direct .agent__step-category2 {
    height: 260px;
}
.agent__step-category--direct .agent__step-category3 {
    height: 260px;
}
.agent__step-category--scout .agent__step-category1 {
    height: 642px;
}
.agent__step-category--scout .agent__step-category2 {
    height: 260px;
}
.agent__step-category--scout .agent__step-category3 {
    height: 260px;
}
/* .agent__step {
    padding-top: 20px;
} */
.agent__step-list{
}
.agent__category-ttl {
    display: none;
}
.agent__step-item {
    box-shadow: 0px 0px 20px #00000019;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}
.agent__step-item2 {
    margin-top: 40px;
}
.agent__step-left{
    width: 404px;
}
.agent__step-ttl{
    font-size: 26px;
    font-weight: bold;
}
.agent__step-ttl .en {
    font-size: 21px;
    color: #72B6A9;
    display: block;
    font-weight: 600;
}
.agent__step-text{
    margin-top: 10px;
}
.agent__step-right{
    width: 363px;
}
.agent__step-right-img{
}


@media screen and (max-width:560px) {
    .service__section1 .flex-between {
        margin-top: 5.36vw;
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .service__section1__left {
        width: 100%;
    }
    .service__section1__left .ttl10 {
        font-size: 5vw;
        margin-top: 7.14vw;
    }
    .service__section1__left-text {
        margin-top: 7.14vw;
    }
    .service__section1__right {
        width: 100%;
    }
    .service__section2 {
        padding: 14.29vw 0;
    }
    .service__reason-wrap {
        box-shadow: 0vw 0vw 3.57vw #00000019;
        border-radius: 3.57vw;
        padding: 5.36vw;
        margin-top: 7.14vw;
    }
    .service__reason-wrap .no-wrap {
        display: flex;
        justify-content: center;
    }
    .service__reason-wrap .no {
        width: 12.68vw;
        height: 12.68vw;
    }
    .service__reason-wrap .no-text {
        font-size: 1.79vw;
    }
    .service__reason-wrap .no-num {
        font-size: 5.54vw;
    }
    .service__reason-wrap .ttl10 {
        margin-top: 1.79vw;
        text-align: center;
        font-size: 5vw;
    }
    .service__reason-text {
        margin-top: 1.79vw;
        font-size: 3.21vw;
    }
    .service__reason-conent-wrap {
        margin-top: 5.36vw;
        flex-direction: column;
        gap: 5.36vw 0;
    }
    .service__reason-conent {
        width: 100%;
        border-radius: 3.57vw;
        padding: 3.57vw;
    }
    .service__reason-conent-img {
        width: 35.71vw;
    }
    .service__reason-conent-ttl {
        font-size: 3.57vw;
        letter-spacing: 0.25vw;
        margin-top: 1.79vw;
    }
    .service__reason-conent-ttl .ja {
        font-size: 3.93vw;
    }
    .service__reason-conent-text {
        margin-top: 4.46vw;
        font-size: 3.21vw;
    }
    .service__reason-conent-text2 {
        font-size: 3.21vw;
    }
    .service__reason-conent-text .strong {
        font-size: 3.21vw;
    }
    .service__reason-conent .link {
        margin-top: 2.68vw;
        font-size: 3.57vw;
        font-weight: 500;
    }
    .service__reason-wrap:nth-of-type(n + 2) {
        margin-top: 5.36vw;
        padding: 0;
    }
    .service__reason2-wrap {
        display: block;
    }
    .service__reason2-wrap .service__reason-left {
        width: 100%;
    }
    .service__reason2-wrap .service__reason-right {
        width: 100%;
        position: relative;
        padding: 8.04vw 7.14vw;
    }
    .service__reason2-wrap .no, .service__reason3-wrap .no {
        position: absolute;
        top: -6.25vw;
        left: calc(50% - 6.25vw);
    }
    .service__reason2-wrap .ttl10,
    .service__reason3-wrap .ttl10 {
        margin-top: 0;
        text-align: center;
        font-size: 5vw;
    }
    .service__reason-right-text {
        margin-top: 1.79vw;
        font-size: 3.21vw;
    }
    .service__reason3-wrap {
        flex-direction: column-reverse;
    }
    .service__reason3-wrap .service__reason-left {
        width: 100%;
        position: relative;
        padding: 8.04vw 7.14vw;
    }
    .service__reason3-wrap .service__reason-right {
        width: 100%;
    }
    .service__reason-left-text {
        margin-top: 1.79vw;
        padding-right: 0;
        font-size: 3.21vw;
    }
    .service__reason-text2 {
        margin-top: 5.36vw;
        font-size: 6.07vw;
        line-height: 1.8;
    }
    .service__flow-wrap {
        margin-top: 0;
        padding: 14.29vw 5.36vw 17.86vw;
        width: calc(100% + 10.71vw);
        margin-left: -5.36vw;
    }
    .service__flow-list {
        margin-top: 13.39vw;
        flex-direction: column;
        gap: 13.39vw 0;
    }
    .service__flow-item {
        width: 100%;
        box-shadow: 0vw 0vw 3.57vw #00000019;
        border-radius: 3.57vw;
        padding: 8.93vw 5.36vw 5.36vw;
    }
    .service__flow-item .no {
        width: 12.68vw;
        height: 12.68vw;
        top: -6.25vw;
        left: calc(50% - 6.25vw);
        font-size: 5.54vw;
        font-weight: 500;
    }
    .service__flow-img-wrap {
        text-align: center;
    }
    .service__flow-img {
        width: 35.71vw;
    }
    .service__flow-item-ttl {
        margin-top: 2.68vw;
        font-size: 5vw;
    }
    .service__flow-item-text {
        margin-top: 1.79vw;
        font-size: 3.21vw;
    }
    .service__faq-wrap {
        padding: 14.29vw 0 0;
    }
    .service__faq-dl {
        margin-top: 7.14vw;
    }
    .service__faq-dt {
        font-size: 4.29vw;
        padding: 2.68vw 10.71vw 2.68vw 10.71vw;
        border-radius: 3.57vw;
        background-position: calc(100% - 2.68vw) center;
        background-size: 3.04vw;
        margin-top: 5.36vw;
    }
    .service__faq-dt::before {
        font-size: 5vw;
        margin-right: 2.68vw;
        left: 4.46vw;
    }
    .service__faq-dd {
        padding: 5.36vw 2.68vw 0 10.71vw;
        line-height: 1.8;
    }
    .service__faq-dd::before {
        font-size: 5vw;
        margin-right: 2.68vw;
        left: 4.46vw;
    }
    .service__difference-wrap {
        padding-top: 14.29vw;
    }
    .service__difference-content {
        margin-top: 7.14vw;
        flex-direction: column-reverse;
        gap: 8.93vw 0;
    }
    .service__difference-left {
        width: 100%;
    }
    .service__difference-right {
        width: 100%;
    }

    .agent__text {
        line-height: 2;
    }
    .agent__step-category {
        position: absolute;
        left: 0;
        display: none;
    }
    .agent__step-wrap {
        padding-left: 0;
        margin-top: 7.14vw;
    }
    .agent__step {
        padding-top: 0;
    }
    .agent__category-ttl {
        color: #606060;
        display: block;
        text-align: center;
        background-color: #D8EFE1;
        padding: 1.79vw 0;
        font-size: 5vw;
        font-weight: bold;
    }
    .agent__step-item2 {
        margin-top: 7.14vw;
    }
    .agent__category-ttl + .agent__step-item {
        margin-top: 5.36vw;
    }
    .agent__category-ttl2 {
        margin-top: 10.71vw;
        background-color: #B7D6C3;
    }
    .agent__category-ttl3 {
        margin-top: 10.71vw;
        background-color: #72B6A9;
        color: #fff;
    }
    .agent__step-item {
        box-shadow: 0vw 0vw 3.57vw #00000019;
        border-radius: 3.57vw;
        padding: 3.57vw 5.36vw;
        flex-direction: column-reverse;
    }
    .agent__step-left {
        width: 100%;
        padding: 2.68vw 0 0 0;
    }
    .agent__step-ttl {
        font-size: 5vw;
        text-align: center;
    }
    .agent__step-right {
        width: 100%;
    }
    .agent__step-ttl .en {
        font-size: 3.57vw;
        letter-spacing: 0.36vw;
    }
    .agent__step-text {
        margin-top: 3.57vw;
        font-size: 3.21vw;
        line-height: 1.6;
    }
}