@charset "UTF-8";

/* ------------
common
--------------- */
* {
    box-sizing: border-box;
}
.sp-only {
    display: block;
}

.pc_only {
    display: none;
}

.wbr {
    word-break: keep-all;
    overflow-wrap: break-word;
}

.sec_common {
    padding: 64px 0;
    background: url(/web/jp/asp/buyer/images/menu-kanri_line-sp.png) top center no-repeat;
}

.sec_common * {
    line-height: 1.6;
}

.contents {
    width: 90%;
    max-width: 64em;
    margin: auto;
}

.sec_common h2 {
    font-size: 1.5rem;
    margin-bottom: 32px;
    text-align: center;
    font-weight: 700;
}

.sec_common img {
    width: 100%;
}


@media screen and (min-width:48em){
    .sp-only {
        display: none;
    }

    .pc_only {
        display: block;
    }

    .sec_common {
        padding: 80px 0;
        background: url(/web/jp/asp/buyer/images/menu-kanri_line-pc.png) top center no-repeat;
    }

    .sec_common h2 {
        font-size: 1.7rem;
        margin-bottom: 48px;
    }
}

/*-----------------
 *見出し　デザイン設定
-----------------*/
#seikyu h2 {
	font-weight: bold;
	margin-bottom: 1.5em;
	text-align: center;
	line-height: 1.8em;
}
/* ------------
CTA
--------------- */

.cta_wrap{
    width: 100%;
}

.cta-contents{
    width: 90% !important;
    max-width: 64em;
    padding:50px 0 80px;
    margin:auto;
}

.cta_flex{
    margin-top: 0 !important;
}

.bg-grey{
    background-color:#F0F0F0 ;
}
.box-center {
    margin: 0 auto;
    text-align: center;
}

.btn-cta-microcopy {
    color: #297f3a;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 8px;
}

.btn-cta {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: min(100%, 513px);
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #ff7800;
    box-shadow: 0 5px 12px rgb(0 0 0 / 40%);
    text-decoration: none;
    outline: none;
    text-align: center;
    margin: 0 auto;
    transition: ease .2s;
}

.btn-cta a {
    display: block;
    padding: 24px 0;
}

.btn-cta span {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    display: block;
}

.btn-cta span::after {
    content: "";
    position: absolute;
    right: 1.25em;
    width: 0.6em;
    height: 0.6em;
    top: 50%;
    margin-top: -0.32em;
    border-top-width: 3px;
    border-top-style: solid;
    border-right-width: 3px;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.cnv-btn a::after {
    content: '>';
    position: absolute;
    right: 0.625em;
    top: 50% !important;
    translate: 0 -50%;
    scale: .5 1;
    display: inline-block;
    font-size: 1.5em;
    font-weight: normal;
}

.cnv-btn a:hover{
    opacity: .7;
}

/* ------------
FV
--------------- */
.main-v {
    padding: 48px 0;
    width: 100%;
    height: auto;
    min-height: 24em;
    position: relative;
    overflow: hidden;
    background-image: url(/web/jp/seikyu/buyer/images/buyer_payment_main-v.jpg);
    background-size: cover;
    background-position: center;
}
.main-v h1 {
	margin: 80px auto 24px;
	font-size: 2em;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}

.fv_txt {
    font-size: 1.15em;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1.5em;
}

@media screen and (min-width:48em){
	.main-v h1 {
		margin-top: 80px;
	}
}

@media screen and (min-width:64em){
	.main-v {
		min-height: 24em;
	}
	.main-v h1 {
		margin-top: 100px;
		font-size: 38px;
	}
}

/* ------------
sec_problem
--------------- */
.sec_problem{
    padding:4em 0 2em;
    background:#F0F0F0;
    position: relative;
    z-index: 2;
}

.sec_problem::before,
.sec_problem::after {
    content: "";
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
}

.sec_problem::before {
    height: 67px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #F0F0F0;
}

.sec_problem::after {
    height: 90px;
    background: url(/web/jp/seikyu/buyer/images/problem-icon-arrow.png) center / contain no-repeat;
}

.sec_problem h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 2em;
}

.problem_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 20px;
    margin-top: 70px;
}

.problem_inner{
   width: 96%;
   background-color: #ffffff;
   border-radius: 10px;
   border: 4px solid #D9D9D9;
   position: relative;
   padding: 50px 35px 20px;
   display: flex;
   flex-direction: column;
   display: flex;
   align-items: center;
}

.problem_inner h3 {
    width: 60%;
    font-size: 1.45rem;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    border-radius: 5px;
    background-color: #40A83E;
    padding: 15px 20px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.problem_inner img{
    display: inline-block;
    width: 95%;
    margin: 0 auto 20px;
}

.problem_inner li {
    font-size: 1.1rem;
    position: relative;
    line-height: 1.4;
    padding-left: 26px;
    padding-bottom: 5px;
}

.problem_inner li::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../images/icn_checkbox.svg) no-repeat center / contain;
}

.problem_inner li:not(:last-child) {
    margin-bottom: 6px;
}

.m-bold {
    font-weight: 700;
}

@media screen and (min-width: 48em) {
.sec_problem h2 {
    font-size: 1.8rem;
}

.problem_inner {
    width: calc((100% - 20px) / 2);
}

.problem_inner h3{
    width:300px;
}

.problem_inner img {
    width: 78%;
}

.sec_problem::after {
    height: 108px;
}
}

/* ------------
sec_solution
--------------- */
.sec_solution{
    background: linear-gradient(-20deg, #D1EFD5 0%, #F5FFF7 100%);
}

.solution_h2-wrap{
    padding:8em 30px 2em;
    background:#ABDFA9;
    text-align: center;
    position: relative;
}

.solution_h2-wrap::after{
    content: "";
    width: 100%;
    position: absolute;
    bottom:-30px;
    left: 0;
    height: 40px;
    background: url(/web/jp/seikyu/buyer/images/buyer_receive-digital-arrow.png) center / contain no-repeat;
}

.sec_solution h2{
    display: inline-block;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    background: #ffffff;
    border-radius:15px ;
    padding:30px 50px;
    box-shadow: 0 0 10px rgb(255, 255, 255);
    margin: 0 auto;
}

.sec_solution h2 span{
    display: inline-block;
}

.sec_solution .solution_wrap{
    padding:60px 0 80px;
}

.sec_solution .solution_h3{
    font-size:1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.sec_solution .solution_h3::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 76px;
    height: 6px;
    border-radius: 5px;
    background-color: #40A83E;
}

.sec_solution h4{
    color: #297F3A;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 15px 0 20px;
}

.sec_solution .solution_list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-top: 80px;
}

.sec_solution .solution_list li{
    width:95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border:4px solid #D1E9D1 ;
    border-radius: 8px;
    padding:20px 30px 30px;
}

.sec_solution .solution_list li img{
    width: 100px;
}

.sec_solution .solution_list li p{
    font-size: 1.15rem;
    text-align: center;
    line-height: 1.3;
}

.followup_block {
    padding: 30px 20px;
    background-color: #63B966;
}

.followup_block p {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    line-height: 1.7;
}

.followup_block p .text-line {
    border-bottom: solid;
    border-color: #F6CD45;
    border-width: 5px;
}


@media screen and (min-width: 48em) {
.sec_solution h2 {
    font-size: 1.7rem;
    margin-bottom: 48px;
}

.sec_solution h2 span{
    display: inline-block;
    margin-bottom: 8px;
}

.sec_solution .solution_list li{
    width: calc((100% - 15px) / 2);
}

.followup_block p {
        font-size: 26px;
}
}

@media screen and (min-width:64em){
.sec_solution .solution_list li{
    width: calc((100% - 30px) / 3);
}
}


/* ------------
sec_receive-digital
--------------- */
.preface_wrap{
    padding: 3em 0 2em;
    background:#F0F0F0;
    position: relative;
    z-index: 2;
}

.preface_wrap::before,
.preface_wrap::after {
    content: "";
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
}

.preface_wrap::before {
    height: 67px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #F0F0F0;
}

.preface_wrap::after {
    height: 90px;
    background: url(/web/jp/seikyu/buyer/images/problem-icon-arrow.png) center / contain no-repeat;
}

.preface_outer{
    width: 60%;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
}

.preface_outer .preface_ttl{
    display: inline;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    border-bottom: solid;
    border-color: #40A83E;
    border-width: 5px;
}

.preface_inner{
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
    gap: 15px;
}

.preface_inner img{
    width: 130px;
    height: 190px;
}

.preface_inner p {
    background: url(/web/jp/seikyu/buyer/images/buyer_receive-digital_illust04.png) center / contain no-repeat;
    width: 515px;
    height: 225px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 71px;
}

.preface_inner p span{
    font-size: 32px;
    color:#267C3A ;
}

.receive-digital_wrap{
    padding: 120px 0 80px;
}

.sec_receive-digital h2{
    font-size: 1.75rem;
}

.sec_receive-digital h2 span{
    background-color: #FFF8A9;

}

.receive-digital-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.receive-digital-list li{
    background-color: #ffffff;
    border:4px solid #D1E9D1 ;
    border-radius: 8px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.receive-digital-list li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 30px;
    width: 100%;
    height: 100%;
}

.receive-digital-list li:hover {
    background-color: #F5FFF7;
    transform: scale(1.03);
}

.sec_receive-digital h3{
    font-size: 1.45rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    margin: 15px 0 20px;
}

.receive-digital-list li p{
    font-size: 1.15rem;
    text-align: justify;
    line-height: 1.3;
}

.receive-digital-list li .receive-digital-txt{
    margin-bottom: 20px;
}

.receive-digital-list li img {
    width: 100px;
}

.cnv_btn_function {
    display: flex;
    align-items: center;
    border-radius: 9999px;
    border: 2px solid #4EC169;
    color: #4EC169;
    font-size: 16px;
    font-weight: 600;
    padding: .6em 1.2em .6em 2em;
    margin: auto auto 0;
    width: fit-content;
    background-color: #4EC169;
}


.cnv_btn_function p {
    color:#ffffff;
    line-height: 1.6;
    text-align: left;
}
.cnv_btn_function .icon-webfont-01 {
    margin-left: 20px;
    font-weight: bold;
}

@media screen and (min-width: 48em) {
    .sec_solution h2 {
        font-size: 1.7rem;
        margin-bottom: 48px;
    }

.receive-digital-list li{
    width: calc((100% - 15px) /2);
}
}

@media screen and (min-width:64em){
.receive-digital-list li{
    width: calc((100% - 30px) /3);
}
}


@media screen and (max-width:76em) {
.preface_outer {
    width: 80%;
}

.preface_inner {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.preface_inner p {
    font-size: 1.25rem;
}
}

@media screen and (max-width:48em) {
.preface_outer {
        width: 90%;
}

.preface_inner p {
    background: url(/web/jp/seikyu/buyer/images/buyer_receive-digital_illust05.png) center / contain no-repeat;
    width: 100%;
    height: auto;
    line-height: 1.3;
    padding: 50px;
}

.preface_inner p span {
    font-size: 26px;
}
}

@media screen and (max-width:48em) {
.preface_outer .preface_ttl {
    font-size: 1.6rem;
}

.preface_inner p {
    font-size: 17px;
}
}


/* ------------
sec-feature
--------------- */

.feature_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.feature_list li {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.feature_list li .num {
    font-size: 2.25rem;
    color: #97BF18;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}

.feature_list li h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 16px;
}

.feature_list li .flex {
    display: flex;
    align-items: flex-start;
    gap: 1%;
}

.feature_list li img {
    width: 100px;
    padding: 0 10px;
    object-fit: contain;
}

.feature_list li .txt {
    width: calc(100% - 100px);
    font-weight: 400;
}

.feature_list + #cnv-include.cnv-include-btn-flex {
    margin: 56px auto 0;
}

.feature_list + #cnv-include .cnv-include-btn  {
    padding-top: 2em;
}

@media screen and (min-width:48em){
    .feature_list {
        gap: 3%;
        justify-content: center;
    }
    .feature_list li {
        width: 30%;
        gap: 20px;
    }

    .feature_list li .num {
        text-align: center;
        margin: 0;
    }

    .feature_list li h3 {
        text-align: center;
        margin: 0;
    }

    .feature_list li .flex {
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .feature_list li img {
        width: 160px;
    }

    .feature_list li .txt  {
        width: 100%;
    }
}
@media screen and (min-width:64em){
    .feature_list {
        padding: 0 64px;
        gap: 8%;
    }
    .feature_list li {
        width: 28%;
    }
    .feature_list li h3 {
        font-size: 1.5rem;
    }
}
/* ------------
sec-system
--------------- */
.system_guide {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 32px;
    margin: 16px auto 0;
    width: fit-content;
}

.system_guide * {
    width: fit-content;
}
.system_guide dt {
    font-weight: bold;
}
.system_guide > dt {
    font-size: 1.125rem;
    color: #2A8593;
}

.system_guide_child {
    max-width: calc(100% -180px);
    display: flex;
    flex-direction: column;
}

.system_guide_child > dt {
    padding-left: 40px;
    position: relative;
}

.system_guide_child > dt::before {
    content: '';
    width: 40px;
    height: 17px;
    background: url(/web/jp/seikyu/buyer/images/icn_checkbox_bl.svg) center / contain no-repeat;
    position: absolute;
    top: calc(1em * 1.6 / 2);
    left: 20px;
    translate: -50% -50%;
}

.system_guide_child > dd {
    padding-left: 40px;
}

.system_guide_child > dt + dd {
    margin: 4px 0 8px;
}

@media screen and (min-width:48em){
    .system_guide > dt {
        font-size: 1.25rem;
    }

    .system_guide_child > dt {
        font-size: 1.125rem;
    }

    .system_guide_child > dt::before {
        height: 18px;
    }

    .system_guide_child > dt + dd {
        margin: 8px 0 16px;
    }
}

/* ------------
sec-merit
--------------- */

.sec_merit .contents {
    width: 95%;
    max-width: 75em;
}

.merit_list {
    background-color: #edf5ed;
    padding: 40px 8.7%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    text-align: center;
}

.merit_list li {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 24px 0;
}

.merit_list li img {
    width: 188px;
    height: auto;
}

.merit_list li h3 {
    font-size: 20px;
    font-weight: bold;
    color: #51932a;
    margin: .3em 0 .5em;
}
.merit_list li p {
    padding: 0 1em;
    font-size: 14px;
    text-align: left;
}

@media screen and (min-width: 48em) {
    .merit_list {
        padding: 40px 16px;
    }
    .merit_list li {
        width: calc((100% - 16px) / 2);
    }
}

@media screen and (min-width: 75em) {
.merit_list li {
        width: calc((100% - 16px * 3) / 4);
    }
}
/* ------------
sec-cost
--------------- */
.sec_cost{
    padding: 64px 0;
    background: url(/web/jp/asp/buyer/images/menu-kanri_line-sp.png) bottom center no-repeat;
}


.sec_cost .contents {
    max-width: 75em;
}
.sec_cost h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 1em;
    padding: 0;
    color: #248876;
}

.cost_flex * {
    font-weight: 700;
}
.cost_txt {
    font-size: 16px;
    margin-bottom: 1.5em;
}

.cost_txt_s {
    font-size: 12px;
}

.cost_flex_r img {
    width: 100%;
    margin: 32px 0 20px;
}

.cost_flex_r .cost_txt_s {
    font-weight: bold;
    text-align: left;
}

.cost_client_merit {
    width: min(100%, 480px);
    border: 1px solid #2A8593;
    padding: 24px 0;
    margin: 32px auto 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cost_client_merit h3 {
    width: 100%;
    text-align: left;
    color: #595959;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    padding: 18px 20px;
    margin: 0;
    background: url(/web/jp/seikyu/buyer/images/bpo-cost01.svg) center right 20px / auto 100% no-repeat;
}

.cost_client_merit h3 span {
    color: #248876;
}
.cost_client_merit .arrow {
    height: 24px;
    width: 80%;
    margin: 0 auto;
    background: url(/web/jp/seikyu/buyer/images/bpo-cost04.svg) center / contain no-repeat;
}

.cnv_btn_wrap{
    width: 300px;
    margin: 50px auto 0;
    position: relative;
}

.cnv_btn_wrap:hover{
    opacity: 0.7;
}

.cnv_btn_wrap a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    border: 2px solid #4EC169;
    color: #4EC169;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding: 15px 1.2em 15px 2em;
    margin: auto auto 0;
    background-color: #4EC169;

}

.cnv_btn_wrap p{
    color:#ffffff;
}

@media screen and (min-width: 48em) {
.sec_cost {
    padding: 80px 0;
    background: url(/web/jp/asp/buyer/images/menu-kanri_line-pc.png) bottom center no-repeat;
}

.cnv_btn_wrap::after {
    content: '>';
    position: absolute;
    right: 0.625em;
    top: 50% !important;
    translate: 0 -50%;
    scale: .5 1;
    display: inline-block;
    color: #ffffff;
    font-size: 1.8em;
    font-weight: normal;
    }
}

.client_merit_txt p {
    padding-left: 100px;
    font-weight: bold;
    color: #595959;
    min-height: 60px;
    position: relative;
}

.client_merit_txt p::before {
    content: "";
    width: 75px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 14px;
    translate: 0 -50%;
}

.client_merit_txt p:first-child::before {
    background: url(/web/jp/seikyu/buyer/images/bpo-cost02.svg) center / contain no-repeat;
}
.client_merit_txt p:nth-child(2)::before {
    background: url(/web/jp/seikyu/buyer/images/bpo-cost03.svg) center / contain no-repeat;
}

.client_merit_txt p + p {
    margin-top: 16px;
}

.client_merit_txt p span {
    color: #248876;
    font-size: 20px;
}
@media screen and (min-width: 48em) {
    .cost_flex {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2%;
    }

    .cost_flex_l {
        width: min(50%, 460px);
        text-align: left;
    }

    .sec_cost h3 {
        text-align: left;
    }

    .cost_flex_r {
        width: 48%;
    }

    .cost_flex_r img {
        margin: 0 0 20px;
    }

    .cost_client_merit {
        width: 560px;
    }

    .cost_client_merit h3 {
        font-size: 24px;
    }

    .client_merit_txt p {
        font-size: 20px;
    }

    .client_merit_txt p span {
        font-size: 24px;
    }

}
@media screen and ( min-width: 64em ) {
    .sec_cost h3 {
        font-size: 24px;
    }

    .cost_client_merit {
        width: min(100%, 1024px);
        flex-direction: row;
        align-items: center;
        gap: 0;
        padding: 32px 28px;
    }
    .cost_client_merit h3 {
        width: max(38%, 412px);
        padding: 22px 0 22px 24px;
        background: url(/web/jp/seikyu/buyer/images/bpo-cost01.svg) center left / auto 100% no-repeat;
    }

    .cost_client_merit .arrow {
        width: 54px;
        height: 160px;
        background: url(/web/jp/seikyu/buyer/images/bpo-cost04-02.svg) center / 100% 100% no-repeat;
        margin: 0 32px 0 0;
    }

    .client_merit_txt {
        width: calc(100% - 32px - max(38%, 412px) - 54px);
    }

    .client_merit_txt p {
        padding-left: 90px;
    }

    .client_merit_txt p::before {
        left: 0;
    }
}
/* ------------
sec-effect
--------------- */
#sec-effect {
    background: linear-gradient(-20deg, #D1EFD5 0%, #F5FFF7 100%);
    padding: 4em 0;
}
#sec-effect h2 {
	color: #267C3A;
    font-size: 1.5em;
    margin-bottom: 1.5em;
    line-height: 1.7;
}
#sec-effect p {
	line-height: 1.6;
	font-weight: 700;
}
#sec-effect .sec-effect_img01 img {
	width: 100%;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
}

#seikyu h2 img.seikyu_logo02 {
    width: min(92%, 400px);
    vertical-align: text-bottom;
}

@media screen and (min-width: 48em){
	#sec-effect .sec-effect_img01 img {
		width: 500px;
	}
    #seikyu h2 img.seikyu_logo02 {
        width: 450px;
        margin-right: .5em;
    }
}

@media screen and (min-width: 64em){
	#sec-effect .sec-effect_img01 img {
		width: 750px;
	}
}

/* ------------
sec-introduction
--------------- */
#sec-introduction h2 {
    font-size: 1.5em;
    margin-bottom: 1.5em;
    line-height: 1.7;
    text-align: center;
    font-weight: 700;
}

.recommend_case_solution .recommend_case_button div {
    padding: 0.8rem 0 !important;
    width: min(100%, 200px);
}