@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;
}

span.color_highlight {
    color: #FF3333;
    font-size: 20px;
    font-weight: 700;
}

.sec_common {
    padding: 64px 0;
    background: url(/web/jp/asp/buyer/images/menu-kanri_line-sp.png) top center no-repeat;
}

.sec_intro {
    background: none;
}

.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_intro {
        background: none;
    }
    .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.3em;
}
/* ------------
CTA
--------------- */

.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;
}

/* ------------
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 {
    text-align: center;
    line-height: 1.8em;
    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-intro
--------------- */
.intro_content img {
    width: min(100%, 400px);
    margin-inline: auto;
    display: block;
}

.intro_content p {
    line-height: 1.8;
    margin-top: 8px;
}
@media screen and (min-width:48em){
    .intro_content {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        gap: 16px;
        width: min(100%, 970px);
    }

    .intro_content img {
        width: 40%;
    }
    .intro_content p {
        margin: 0;
        width: 60%;
        font-size: 1.25rem;
    }
}
@media screen and (min-width:64em){
    .intro_content p {
        font-size: 1.5rem;
    }
}

/* ------------
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 .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 {
    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;
}

.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 {
	padding: 4em 0;
	background: linear-gradient(-20deg, #D1EFD5 0%, #F5FFF7 100%);
}
#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);
}