@charset "UTF-8";

/*-----------------
 common
-----------------*/ 
* {
    box-sizing: border-box;
}

main {
    padding: 56px 0 0;
}

p {
    line-height: 1.6em;
}

a,
button {
    -webkit-transition: all 0.2s ease-in-out 0.125s;
    transition: all 0.2s ease-in-out 0.125s;
}

a:hover {
 	text-decoration: none;
}

a:hover, a:focus , button:focus {
	text-decoration: none;
	outline: 0;
}

span.inline_block {
    display: inline-block;
}

.wbr {
    word-break: keep-all;
    overflow-wrap: break-word;
}

@media screen and (min-width: 48em) {
    .sp_only {
        display: none;
    }
}
@media screen and (min-width: 64em) {
    .sptab_only {
        display: none;
    }
}
@media screen and (min-width: 75em) {
    main {
        padding: 73px 0 0;
    }
}


/*-----------------
 common-MV
-----------------*/
.mv_wrapper {
    padding: 40px 0 max(40px, 11vw);
    background: url(/web/jp/seikyu/buyer/images/buyer_payment_main-v.jpg) center / cover;
}

.mv_inner {
    margin: 0 auto;
    width: min(90%, 1200px);
}

.mv_inner p {
    font-weight: 600;
    color: #267c3a;

}

.mv_ttl_sub {
    font-size: 3.73vw;
    margin: 1.43em 0 0.2em;
    text-shadow: 3px 3px 6px rgba(37, 121, 35, .1);
}

.mv_ttl_main {
    font-size: 6.4vw;
    line-height: 1.5;
    text-shadow: 3px 3px 6px rgba(37, 121, 35, .1);
}

.mv_img {
    margin: 4.27vw 0 8vw;
}

.cta_btn_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 20px 16px;
}
.cta_tx {
    color: #297f3a!important;
    text-align: center;
    margin-top: 10px;
    font-size: 3.6vw;
    width: 100%;
}
.cta_tx02 {
    color: #ffffff!important;
    margin-bottom: 7px;
}
.cta_btn {
    width: 100%;
}

.cta_btn a {
    width: 100%;
    display: block;
    border-radius: 6px;
    box-shadow: 4px 4px 6px rgba(51, 51, 51, 0.16);
    font-size: 5.3vw;
    line-height: 1.5em;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: .8em calc(6.4% + 2.9%);
    position: relative;
    transition: .3s;
}

.cta_btn a::before {
    content: "";
    width: 2.9%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    rotate: 45deg;
    position: absolute;
    right: 6.4%;
    top: 50%;
    translate: 0 -50%;
}

.cta_btn.dl a {
    background-color: #ff7800;
}

.cta_btn .btn-cta-microcopy {
    color: #ff7800;
    text-align: center;
    font-size: 4.267vw;
    margin-bottom: 0.375em;
}

.btn-cta-microcopy.color_gr {
    color: #267C3A !important;
}

.cta_btn.online a {
    background-color: #267c3a;
}

@media screen and ( min-width: 48em ) {
    .mv_wrapper {
        padding: 40px 0 56px;
    }

    .mv_inner {
        text-align: center;
    }

    .mv_ttl_sub {
        font-size: 20px;
    }

    .mv_wrapper .mv_ttl_main {
        font-size: 40px;
    }

    .cta_img_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 24px auto 0;
        width: min(100%, 800px);
    }

    .cta_btn_wrap {
        width: 50%;
    }
    .cta_tx {
        font-size: 20px;
    }
    .cta_img_wrap_inner {
        width: 50%;
    }

    .cta_img_wrap_inner .cta_btn_wrap {
        width: 100%;
    }

    .mv_img {
        width: 50%;
        margin: 0;
    }

    .cta_btn .btn-cta-microcopy {
        font-size: 16px;
        margin-bottom: 0.4em;
    }

    .cta_btn a {
        font-size: 20px;
        padding: .8em 40px;
    }

    .cta_btn a:hover {
        opacity: .7;
    }

    .cta_btn a::before {
        width: 10px;
        right: 20px;
    }
}
@media screen and ( min-width: 64em ) {
    .mv_wrapper {
        padding: 64px 0 80px;
    }

    .cta_img_wrap_inner {
        width: 100%;
    }
}

/*-----------------
 common-企業回転ロゴ
-----------------*/
.company-logos.top {
    background: url(/web/jp/seikyu/enterprise/images/enterprise_company_logos_top.png) repeat-x 0 0;
    -webkit-animation: loop 60s linear infinite;
    animation: loop 60s linear infinite;
    margin-top: 20px;
}

.company-logos.bottom {
    background: url(/web/jp/seikyu/enterprise/images/enterprise_company_logos_bottom.png) repeat-x 0 0;
    -webkit-animation: loop2 60s linear infinite;
    animation: loop2 60s linear infinite;
    margin-bottom: 20px;
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3863px 0;
  }
} 	

@keyframes loop2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 4100px 0;
  }
}

.company-logos {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

/*-----------------
common-CV
-----------------*/
.cv {
    padding: 11.3333333333vw 0;
}

.cv.cv01 {
	background: url(https://lp.infomart.co.jp/lp34_cv_bg.png);
    background-size: cover;
}

.cv_txtArea {
    width: 88vw;
    margin: 0 auto 4vw;
}

.cv_txtArea p {
    font-size: max(22px, 4vw);
    font-weight: bold;
    line-height: 1.5em;
    color: #fff;

    text-align: center;
}

.cv_btnWrap {    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
}

.cv_btn {
    color: #212529;
    font-size: min(4.8vw, 20px);
    width: min(90%, 500px);
    height: 80px;
    box-shadow: 0px 1.6vw 1.3333333333vw rgba(0, 0, 0, 0.3);
    border-radius: 9999px;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 min(18%, 72px);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    position: relative;
}

.cv_btn.type01 {
    background: #FF5B14;
    color: #FFF;
}

.cv_btn.type02 {
    background: #FFF500;
}

.cv_btn svg {
    width: max(20px, 3.8vw);
    height: max(20px, 3.8vw);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
}

.cv_text {
    width: 88vw !important;
    font-size: 2.6666666667vw;
    color: #FFF;
    letter-spacing: 0.1em;
    margin: 23px auto 0;
    text-align: center;
}

.cv_text a {
    color: #FFF500;
    text-decoration: underline;
}

.btn:hover {
    filter: brightness(130%);
}

@media screen and (min-width: 48em) {
    .cv {
        padding: 60px 0;
    }

    .cv.cv01 {
        background: url(https://lp.infomart.co.jp/lp34_cv_bg.png);
        background-size: cover;
    }

    .cv_txtArea {
        margin: 0 auto 32px;
    }

    .cv_txtArea p {
        font-size: 27px;
    }

    .cv_txtArea p .size_l {
        font-size: 32px;
    }

    #subsidy_txt {
        font-size: 20px;
        margin: 0 auto 20px;
    }

    .cv_btnWrap {
        margin: 0 auto;
    }

    .cv_btn {
        width: min(45%, 400px);
        font-size: 20px;
        box-shadow: 4px 4px 6px rgba(51, 51, 51, 0.16);
        padding: 0 min(7%, 72px);
    }

    .cv_btn svg {
        width: 24px;
        height: 24px;
        right: min(7%, 32px);
    }

    .cv_text {
        font-size: 18px;
    }
}

@media screen and (min-width: 64em) {
    .cv_btnWrap {
        flex-direction: row;
    }

    .cv_btn {
        width: min(45%, 640px);
        height: 96px;
        font-size: 24px;
    }

    .cv_btn svg {
        width: 30px;
        height: 30px;
        right: 40px;
    }
}


/* -------------
common-slick
---------------*/
.slick-prev, 
.slick-next {
    position: absolute; 
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 4px solid #297f3a;
    border-right: 4px solid #297f3a;
    height: 20px;
    width: 20px;
}
    
.slick-prev { 
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right: -1.5%;
    transform: rotate(45deg);
}

.slick-dots li {
    margin: 10px 10px 0;    
}
.slick-dots li button:before {
    font-size: 16px;
    color: #297f3a !important;
}

.slick-dots li.slick-active button:before {
    color: #297f3a !important;
}

.slick-track {
    display: flex;
}
    
.slick-slide {
    height: auto !important;
} 

.slick-list {
    overflow: visible;
    overflow-x: hidden;
    padding: 10px 0;
}

@media screen and (min-width: 75em) {
    .slick-dots {
        display: none;
    }
}

/* -------------
TOP
---------------*/

/* -------------
TOP-common
---------------*/
.sec_common_index {
    padding: 48px 0;
}

.sec_common_index * {
    line-height: 1.5;
}

.sec_common_index img {
    width: 100%;
    object-fit: contain;
}

.sec_common_index .contents_common {
    padding: 0 5%;
}

.sec_common_index h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #267C3A;
    padding-bottom: 1em;
    margin-bottom: 32px;
    position: relative;
}

.sec_common_index h2::before {
    content: "";
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg,#86B81C 0%, #267C3A 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
}

@media screen and ( min-width: 48em ) {
    .sec_common_index {
        padding: 64px 0;
    }
}

@media screen and ( min-width: 64em ) {
    .sec_common_index {
        padding: 80px 0;
    }

    .sec_common_index h2 {
        font-size: 32px;
        margin-bottom: 56px;
    }

    .sec_common_index h2::before {
        width: 120px;
    }
}

/* -------------
TOP-FV
---------------*/
.mv_wrapper.index {
    text-align: center;
    background: #fff;
    padding: 24px 0 max(24px, 6vw);
}

.index .mv_ttl_sub {
    margin-top: 0;
}

.mv_wrapper.index .sup_txt {
    font-weight: 400;
    color: #333;
    line-height: 1.2em;
    font-size: 3.73vw;
    margin-top: 2em;
    text-align: left;
    width: fit-content;
    margin-left: auto;
}

.mv_wrapper.index .btn-cta-microcopy {
    font-size: 4.267vw;
}

@media screen and ( min-width: 48em ) {
    .mv_wrapper.index {
        padding: 32px 0 40px;
    }

    .mv_wrapper.index .mv_img {
        width: 47%;
        margin: 0 3% 0 0;
    }

    .mv_wrapper.index .btn-cta-microcopy {
        font-size: 20px;
    }

    .mv_wrapper.index .sup_txt {
        font-size: 16px;
    }
}

@media screen and ( min-width: 75em ) {
    .mv_wrapper.index {
        padding: 56px 0 40px;
    }

    .mv_wrapper.index .mv_inner {
        text-align: left;
        width: min(98%, 1400px);
        padding-left: min(53%, 750px);
        margin: 0 auto 0 0;
        position: relative;
    }

    .mv_wrapper.index .mv_inner::before {
        content: "";
        width: min(56%, 775px);
        aspect-ratio: 5 / 3;
        height: auto;
        background: url(/web/jp/seikyu/enterprise/images/fv-main-index.svg) right no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        right: 48%;
        translate: 0 -50%;
    }

    .mv_wrapper.index .mv_img {
        display: none;
    }

    .mv_wrapper.index .cta_btn_wrap {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .mv_wrapper.index .cta_btn {
        width: calc((100% - 16px) / 2);
    }

    .cta_img_wrap:not(:has(.cta_img_wrap_inner)) {
        margin: 32px 0 0;
    }
}

@media screen and ( min-width: 1400px ) {
    .mv_wrapper.index .mv_inner {
        margin: 0 auto;
    }
}

/* -------------
TOP-cta
---------------*/
.sec_cta_index {
    padding: 48px 0;
    background: linear-gradient(135deg,rgba(250, 245, 231, 1) 0%, rgba(253, 180, 110, 1) 30%, rgba(255, 120, 0, 1) 80%, rgba(255, 120, 0, 1) 100%);
}

.sec_doc_useful{
    background-color: rgba(218, 237, 176, 0.5);
}

span.frame_wh {
    display: block;
    width: fit-content;
    padding: 0.6em .7em;
    margin: 0 auto 8px;
    border: 2px solid #fff;
    font-size: 20px;
    line-height: 1;
}

.cta_doc_index {
    display: block;
    width: min(100%, 450px);
    margin: 0 auto;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 3px 3px 12px rgba(232, 118, 16, 0.2);
    padding: 20px 44px;
    position: relative;
}

.cta_doc_index.color_or {
    background-color: #ff7800;
    box-shadow: 3px 3px 12px rgba(81, 147, 42, 0.2);
}

.cta_doc_index::before {
    content: "";
    width: 24px;
    height: 24px;
    border-top: 2px solid #ff7800;
    border-right: 2px solid #ff7800;
    transition: all 0.5s ease-in-out;
    rotate: 45deg;
    position: absolute;
    top: 50%;
    right: 20px;
    translate: 0 -50%;
}

.cta_doc_index.color_or::before {
    border-color: #fff;
}

.cta_doc_index p {
    font-size: 24px;
    color: #ff7800;
    transition: all 0.5s ease-in-out;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.cta_doc_index p span {
    font-size: 18px;
    line-height: 1.5em;
    display: block;
}

.cta_doc_index.color_or p {
    color: #fff;
}

.cta_doc_index:hover {
    opacity: .7;
}

.btn-cta-microcopy:has( + .cta_doc_index) {
    font-weight: 600;
    color: #ff7800;
    text-align: center;
    font-size: 20px;
    margin-bottom: 0.375em;
}

.cta_mv_txt span.frame_wh {
    font-size: 3.73vw;
    background-color: #FCF259;
    color:#248876;
}

.cta_mv_txt span.frame_wh + .frame_wh {
    margin: 0 auto 4.3vw;
}

.cta_mv_txt sup {
    vertical-align: super;
    font-size: .6em;
}

@media screen and (min-width: 48em) {
    span.frame_wh {
        display: inline-block;
        margin-right: 1em;
    }

    .cta_mv_txt span.frame_wh {
        font-size: 20px;
    }
    
    .cta_mv_txt span.frame_wh + .frame_wh {
        margin: 0 auto 18px;
    }
}

@media screen and (min-width: 64em) {
    span.frame_wh {
        font-size: 24px;
    }
}

/* -------------
TOP-merit
---------------*/
.sec_merit_index {
    background-color: #EDF5ED;
}

.sec_merit_index * {
    font-weight: 600;
}

.adopt_merit_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.adopt_merit_list li {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px 0 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 12px rgba(51, 51, 51, 0.1);
}

.merit_target {
    font-size: 20px;
}

.merit_target span {
    font-size: 22px;
    color: #267C3A;
    padding: 10px 18px;
    display: inline-block;
    border: 2px solid #267C3A;
    margin-right: 0.5em;
}

.adopt_merit_list li img {
    height: 130px;
    width: auto;
    margin: 20px 0 10px;
}

.merit_ttl {
    color: #267C3A;
    font-size: 20px;
    text-align: center;
}

.merit_txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    margin: 16px 30px 24px;
}

.link_under {
    display: block;
    width: 100%;
    background: #BABA00;
    padding: 14px 0;
    margin-top: auto;
    transition: .3s ease-in-out;
}

.link_under p {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding-left: 32px;
    position: relative;
}

.link_under p::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    rotate: 45deg;
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
}

.link_under:hover {
    background: #004C0E;
}

@media screen and (min-width: 48em) {
    .adopt_merit_list li {
        width: calc((100% - 24px) / 2);
    }

    .merit_ttl {
        padding-inline: 16px;
    }
}

@media screen and (min-width: 64em) {
    .adopt_merit_list li {
        width: calc((100% - 24px * 2) / 3);
    }

    .merit_txt {
        font-size: 16px;
        text-align: left;
    }
}

@media screen and (min-width: 75em) {
    .adopt_merit_list {
        gap: 40px;
    }

    .adopt_merit_list li {
        width: min(calc((100% - 40px * 2) / 3), 400px);
    }

    .merit_target {
        font-size: 24px;
    }

    .merit_target span {
        font-size: 26px;
    }

    .merit_ttl {
        font-size: 24px;
    }

    .link_under {
        padding: 20px 0;
    }

    .link_under p {
        font-size: 20px;
    }
}

/* -------------
TOP-cost
---------------*/
.sec_cost_index {
    text-align: center;
}

.sec_cost_index * {
    font-weight: 600;
}

.sec_cost_index h3 {
    font-size: 20px;
    margin-bottom: 1em;
    padding: 0;
    color: #248876;
}
.sec_cost_index .btn-normal {
    display: inline-block;
    position: relative;
    padding: 0.8em 3em;
    border: 1px solid #297f3a;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
    outline: none;
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
}
.sec_cost_index .btn-normal span {
    position: relative;
    color: #297f3a;
    display: block;
}
.sec_cost_index .btn-normal span::after {
    content: "";
    position: absolute;
    right: -1em;
    width: 0.4em;
    height: 0.4em;
    top: 50%;
    margin-top: -0.2em;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sec_cost_index a:hover.btn-normal {
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
}
.cost_txt {
    font-size: 14px;
    margin-bottom: 1.5em;
}

.cost_txt_s {
    font-size: 12px;
    font-weight: 400;
}

.cost_flex_r img {
    margin: 32px 0 20px;
}

.cost_flex_r .cost_txt_s {
    font-weight: 600;
    text-align: left;
}

.cost_reason_list {
    gap: 20px;
    margin-top: 56px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cost_reason_list li {
    width: 100%;
}

.cost_reason_list li a {
    background-color: #fff;
    box-shadow: 0 0 12px rgba(51, 51, 51, 0.1);
    padding: 24px 0 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cost_reason_list li img {
    height: 136px;
}

.cost_reason_list li .cost_reason_txt {
    margin-top: 10px;
    color: #248876;
    font-size: 18px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cost_reason_list li .cost_reason_btn {
    display: inline-block;
    padding: 0.8em 3em;
    border: 1px solid;
    width: fit-content;
    margin: 16px auto 0;
    color: #248876;
    font-size: .9em;
    line-height: 1;
    position: relative;
    transition: .3s ease-in-out;
}

.cost_reason_list li:hover .cost_reason_btn {
    background-color: #248876;
    color: #fff;
}

.cost_reason_list li .cost_reason_btn::before {
    content: "";
    width: .5em;
    height: .5em;
    border-top: 1px solid #248876;
    border-right: 1px solid #248876;
    rotate: 45deg;
    position: absolute;
    top: 50%;
    right: 1em;
    translate: 0 -50%;
    transition: .3s ease-in-out;
}

.cost_reason_list li:hover .cost_reason_btn::before {
    border-color: #fff;
}

.cost_reason_list + .btn_wrap {
    margin-top: 3rem;
}
.sec_cost_index .btn_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 48em) {
    .cost_flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cost_flex_l {
        width: min(50%, 460px);
        text-align: left;
    }

    .sec_cost_index h3 {
        text-align: left;
    }

    .cost_flex_r {
        width: 48%;
    }

    .cost_flex_r img {
        margin: 0 0 20px;
    }

    .cost_reason_list li {
        width: calc((100% - 20px) / 2);
    }
}
@media screen and ( min-width: 64em ) {
    .sec_cost_index .contents_common {
        width: 1024px;
        padding: 0 16px;
        margin: 0 auto;
    }

    .sec_cost_index h2 {
        margin-bottom: 80px;
    }

    .sec_cost_index h3 {
        font-size: 24px;
    }

    .cost_reason_list li {
        width: calc((100% - 20px * 2) / 3);
    }
}
/* -------------
TOP-case
---------------*/
.sec_case_index {
    background-color: #EDF5ED;
}

.case_index_list {
    margin-bottom: 48px;
    padding: 0 24px;
}

.sec_case_index .slick-slide {
    margin: 0 8px;
}

.slick-prev, .slick-next {
    border-width: 2px;
    height: 24px;
    width: 24px;
}

.slick-next {
    right: 8px;
}

.slick-prev {
    left: 8px;
}

.slick-dots li {
    margin: 10px 8px 0;
}

.slick-dots li button:before {
    font-size: 12px;
}

.case_index_list li a {
    display: flex;
    border: 1px solid #267C3A;
    background-color: #fff;
    border-radius: 6px;    
    box-shadow: 0 0 12px rgba(51, 51, 51, 0.1);
    padding: 0 16px 20px;
    height: 100%;
    flex-direction: column;
}

.case_index_list li a .img {
    display: flex;
    justify-content: center;
    height: 144px;
    width: 75%;
    margin: 0 auto;
    border-bottom: 1px solid #F0F0F0;
}

.case_data {
    padding: 0 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.case_index_list li a .company {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 16px;
}

.case_index_list li a .type {
    font-size: 14px;
    font-weight: 700;
    color: #267C3A;
    margin-bottom: 0.5em;
}

.case_index_list li a .industry {
    font-size: 14px;
    margin-bottom: 22px;
}
.case_index_list li a p.point {
    font-weight: 700;
    color: #267C3A;
    margin-bottom: 10px;
    font-size: 14px;
}
.case_index_list li a ol {
    margin-bottom: 22px;
}
.case_index_list li a ol li {
    line-height: 1.2;
    position: relative;
    padding-left: 1.75em;
    padding-bottom: 0.5em;
    font-size: 14px;
}

.case_index_list li a ol li span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 1.25em;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background: #267c3a;
}

.case_index_list li a .btn_case {
    background-color: #267C3A;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 8px 14px;
    position: relative;
    margin-top: auto;
}

.case_index_list li a .btn_case::before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    rotate: 45deg;
    position: absolute;
    top: 50%;
    right: 14px;
    translate: 0 -50%;
}

@media screen and (min-width: 600px) {
    .case_index_list {
        padding: 0 32px;
    }

    .sec_case_index .slick-slide {
        margin: 0 8px;
    }
}

/* -------------
TOP-initiative
---------------*/
.sec_initiative_index {
    position: relative;
    overflow: hidden;
    background-color: #EDF5ED;
}

.sec_initiative_index * {
    font-weight: 600;
    text-align: center;
}

.sec_initiative_index::before,
.sec_initiative_index::after {
    content: "";
    width: min(65%, 432px);
    height: auto;
    aspect-ratio: 3 / 1;
    background: url(/web/jp/seikyu/enterprise/images/cost-bk-icon.svg) center / contain no-repeat;
    position: absolute;
}

.sec_initiative_index::before {
    top: 48px;
    left: 0;
    translate: -10% 0;
}
.sec_initiative_index::after {
    bottom: 48px;
    right: 0;
    translate: 10% 50%;
}

.initiative_txt {
    text-align: center;
}

.initiative_txt .size_l {
    font-size: 32px;
    margin: 0 .1em 0 .2em;
}

.initiative_illust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
    margin: 32px 0 0;
}

.illust_item {
    width: 100%;
    position: relative;
}

.illust_item:not(:last-child)::before {
    content: "";
    width: 40px;
    height: 20px;
    background: url(/web/jp/seikyu/enterprise/images/icon-triangle.svg) center / contain no-repeat;
    position: absolute;
    bottom: -40px;
    left: 50%;
    translate: -50% 50%;
}

.illust_item img {
    margin: 30px 0 10px;
    width: min(58%, 320px);
    height: auto;
}

.illust_item img + p {
    font-size: 20px;
}

.illust_item img + p .size_l {
    font-size: 40px;
    color: #86B81C;
    margin: 0 .1em 0 .2em;
}

@media screen and (min-width: 48em) {
    .initiative_txt .under_space {
        margin-bottom: .5em;
    }

    .sec_initiative_index::before {
        top: 64px;
    }

    .sec_initiative_index::after {
        bottom: 64px;
    }

}

@media screen and (min-width: 64em) {    
    .sec_initiative_index::before {
        top: 80px;
    }

    .sec_initiative_index::after {
        bottom: 80px;
    }

    .initiative_illust {
        margin: 56px 0 0;
    }

    .illust_item {
        width: fit-content;
    }

    .illust_item:not(:last-child)::before {
        rotate: -90deg;
        bottom: 50%;
        left: calc(100% + 40px);
        translate: -50% 50%;
    }

    .illust_item img {
        margin: 30px 0 16px;
        width: auto;
        height: 120px;
    }
}

/* -------------
TOP-useful
---------------*/

.doc_useful_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    padding: 16px 5%;
}

.doc_useful_list li {
    display: flex;
    flex-direction: column;
    padding: 32px 16px 24px;
    background-color: #fff;
    box-shadow: 5px 5px 0 rgba(0, 76, 14 , .2) ;
}

.doc_useful_list li .img {
    width: 85%;
    overflow: hidden;
    margin: 0 auto;
}

.doc_useful_list li .img img {
    transition: .3s ease-in-out;
}

.doc_useful_list li p {
    font-weight: 600;
    line-height: 1.7em;
    text-align: center;
    margin: 16px 0 20px;
}

.doc_useful_list li a {
    border-radius: 6px;
    background-color: #86B81C;
    box-shadow: 3px 3px 12px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 20px 40px;
    position: relative;
    margin-top: auto;
    text-align: center;
}

.doc_useful_list li a::before {
    content: "";
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    rotate: 45deg;
    position: absolute;
    top: 50%;
    right: 20px;
    translate: 0 -50%;
    transition: .3s ease-in-out;
}

.doc_useful_list li a:hover {
    background-color: rgba(134, 184, 28, 0.7);
}

.doc_useful_list li:has(a:hover) img {
    scale: 1.1;
} 

@media screen and (min-width: 48em) {
    .doc_useful_list {
        padding: 36px;
    }

    .doc_useful_list li {
        width: calc((100% - 24px) / 2);
    }
}

@media screen and (min-width: 64em) {
    .doc_useful_list li {
        width: calc((100% - 24px * 2) / 3);
        padding: 40px 18px 32px;
    }

    .doc_useful_list li p {
        font-size: 18px;
        margin: 24px 0 32px;
    }
}

@media screen and (min-width: 75em) {
    .sec_doc_useful .contents_common {
        width: 1200px;
        padding: 0;
        margin: 0 auto;
    }

    .doc_useful_list {
        gap: 40px;
    }

    .doc_useful_list li {
        width: calc((100% - 40px * 2) / 3);
    }
    
    .doc_useful_list li a {
        font-size: 17px;
    }
}

/* -------------
footer
---------------*/
.fixed-footer .list-item .fixed-footer-balloon p {
    line-height: 1em;
}