@charset "UTF-8";

/*** コンテナ ***/
.container-ml4sf {
    max-width: 400px;
}

@media screen and (width >=736px) {
    .container-ml4sf {
        max-width: 1100px;
    }
}

/*** セクション ***/
.landing-section {
    min-height: 1%; /* IE11 bug fix */
}

/*** ヒーロー ***/
.hero-ml4sf::after {
    top: 10px;
    right: 0;
    background-image: url('../img/ml4sf/key-visual.png');
    background-size: 85% auto;
    content: '';
}

.hero-ml4sf .hero-wrap {
    padding-top: 0;
}

.hero-ml4sf h1 {
    font-size: 1.8rem;
}

.hero-ml4sf .page-title-tagline {
    display: inline-block;
    padding: 3px 1em;
    border-radius: 50px;
    margin-bottom: 10px;
    background-color: #17a0db;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.hero-ml4sf .br-tb {
    display: none;
}

.hero-btns {
    padding-left: 0;
    background-color: transparent;
    line-height: 1.5;
}

.hero-btns li {
    margin-bottom: 10px;
    list-style-type: none;
    text-align: left;
}

.hero-btns li br {
    display: none;
}

.hero-btns li a {
    display: block;
    padding: 0.5em 1em;
    border-radius: 5px;
    background: #fff url('../img/home/icon-arrow-down_green.svg') no-repeat 94%
        center;
    background-color: #fff;
    background-size: 20px auto;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.5s;
}

.hero-btns a:hover {
    box-shadow: 0 0 20px rgb(28 109 121 / 40%);
}

.hero-ml4sf .cta .button-arrow:not(.button-primary) {
    display: none;
}

.hero-ml4sf .cta .button {
    line-height: 1.2;
}

@media screen and (width >= 370px) {
    .hero-ml4sf h1 {
        font-size: 2.25rem;
    }
}

@media screen and (width >=736px) {
    .hero-ml4sf h1 {
        position: relative;
        margin-bottom: -40px;
        font-size: 2.5rem;
    }

    .hero-ml4sf .br-tb {
        display: block;
    }

    .hero-btns {
        display: flex;
    }

    .hero-btns li {
        margin: 0 15px 0 0;
    }

    .hero-btns li br {
        display: block;
    }

    .hero-btns li a {
        width: 160px;
        height: 160px;
        padding: 50px 0 0;
        border-radius: 50%;
        background-position: center 125px;
        text-align: center;
    }

    .hero-ml4sf .cta {
        margin-top: 40px;
    }

    .hero-ml4sf .cta .button-arrow:not(.button-primary) {
        display: inline-block;
    }

    .hero-ml4sf .cta .button {
        padding: 20px 40px;
        margin: 0 20px 0 0;
        font-size: 20px;
    }
}

@media screen and (width >=1160px) {
    .hero-ml4sf::after {
        background-size: 600px 540px;
    }

    .hero-ml4sf h1 {
        margin-bottom: 30px;
        font-size: 3.25rem;
    }

    .hero-ml4sf .br-tb {
        display: none;
    }

    .hero-ml4sf .cta .button {
        padding: 26px 40px;
        margin: 0 20px 0 0;
        font-size: 24px;
    }
}

@media screen and (width >=1280px) {
    .hero-ml4sf::after {
        top: 110px;
    }
}

/*** メリット ***/
.list-illustrated-ml4sf .number-title {
    line-height: 1.3 !important;
}

.list-illustrated-ml4sf .hero-number {
    float: left;
}

.list-illustrated-ml4sf .title-body::before {
    display: block;
    padding-top: 0.6em;
    content: ' ';
}

.list-illustrated-ml4sf .title-body {
    display: block;
    margin: 0 0 0 80px;
}

.list-illustrated-ml4sf .hero-number-large span {
    left: 0;
    width: 60px;
    font-size: 12px;
}

.list-illustrated-ml4sf .list-illustrated-item .screenshot {
    order: 0;
}

.list-illustrated-ml4sf .screenshot.border-none img {
    border: none;
}

@media screen and (width >=736px) {
    .list-illustrated-ml4sf .title-body::before {
        padding-top: 0.4em;
    }
}

@media screen and (width >=980px) {
    .list-illustrated-ml4sf .title-body {
        margin-left: 120px;
    }

    .list-illustrated-ml4sf .hero-number-large span {
        left: 0;
        width: 85px;
        font-size: 18px;
    }

    .list-illustrated-ml4sf .list-illustrated-item:nth-child(even) .screenshot {
        order: -1;
    }

    #hero-1 .list-illustrated-text {
        padding-top: 100px;
    }

    #hero-2 .list-illustrated-text {
        padding-top: 90px;
    }

    .list-illustrated-ml4sf .list-illustrated-item:not(:last-child) {
        margin-bottom: 90px;
    }

    .list-illustrated ul.ml4sf {
        max-width: 530px;
        padding-right: 20px;
        padding-left: 60px;
    }
}

/*** 様々なセクションの業務を便利にする ***/
.ml4sf-home-features {
    background: #d4eadf;
}

.persona-list {
    display: flex;
    max-width: 350px;
    flex-direction: column;
    padding: 0;
    margin: 50px auto 0;
    list-style: none;
}

.persona-list li {
    flex: 1 0 0%;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
}

.persona-list h3 {
    margin: 12px 0;
    color: #3ea966;
    font-size: 20px;
    line-height: 28px;
}

.persona-list p {
    margin: 0;
    color: #2f3e36;
    font-size: 16px;
    line-height: 24px;
}

.persona-list img {
    max-width: 100%;
}

@media screen and (width >=736px) {
    .persona-list {
        max-width: 100%;
        flex-flow: row wrap;
        margin: 60px 0 20px;
    }

    .persona-list li {
        flex: 0 0 50%;
        padding: 0 38px;
    }

    .persona-list h3 {
        font-size: 24px;
    }

    .persona-list p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media screen and (width >=980px) {
    .home-features {
        padding: 30px 0 20px;
    }

    .persona-list li {
        flex: 1 0 0%;
        padding: 0 0 0 46px;
    }

    .persona-list li:first-child {
        padding-left: 0;
    }
}

/*** セクション見出し ***/
.landing-section-title {
    margin-top: 30px !important;
}

.landing-section-title strong {
    line-height: 2;
}

.landing-section-title strong::before {
    content: '';
}

/*** 各部署がワンクリックで連動してスムーズに！ ***/
.ml4sf-oneclick {
    padding-top: 2.3em;
    margin-top: -2.3em;
    background-color: #fff;
}

/*** 成功した事例 ***/
.ml4sf-usecase {
    padding: 20px 0 30px;
    background-color: #d4eadf;
}

.ml4sf-usecase .usecase {
    margin-bottom: 30px;
}

@media screen and (width >=736px) {
    .ml4sf-usecase .usecase {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        -ms-flex-align: stretch;
    }

    .ml4sf-usecase .landing-section-title strong::before {
        content: '\A';
    }
}

@media screen and (width >=980px) {
    .ml4sf-usecase .landing-section-title strong::before {
        content: none;
    }
}

.ml4sf-usecase .usecase .card-wrap {
    display: flex;
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: stretch;
}

@media screen and (width <=735px) {
    .ml4sf-usecase .usecase .card-wrap:not(:last-of-type) {
        margin-bottom: 1em;
    }
}

@media screen and (width >=736px) {
    .ml4sf-usecase .usecase .card-wrap {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 12px 15px;
    }
}

.ml4sf-usecase .usecase .card-wrap .card {
    position: relative;
    display: flex;
    width: 100%; /* IE11 bug fix */
    flex-direction: column;
    padding: 1.5em;
    color: #000;
    transition: all 0.5s;
}

.usecase .profile-picture {
    flex: 0 0 65px;
    margin-right: 1em;
}

.usecase-wrap {
    position: relative;
}

@media screen and (width >=980px) {
    .usecase-wrap {
        display: flex;
    }
}

@media screen and (width <=979px) {
    .usecase-credentials {
        position: absolute;
        top: 0;
        left: 85px;
    }
}

.usecase-quote {
    margin-top: 0.5em;
    font-size: 1rem;
}

.usecase-quote strong {
    background-image: linear-gradient(
        rgb(255 255 255 / 100%) 0%,
        rgb(255 189 201 / 40%) 50%,
        rgb(255 189 201 / 40%) 50%,
        rgb(255 189 201 / 40%) 100%
    );
}

@media screen and (width >=980px) {
    .usecase-quote {
        font-size: 18px;
    }
}

.usecase-position {
    color: #3ea966;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
}

.usecase-position strong {
    display: inline-block;
    padding: 5px;
    margin: 8px 0;
    background-color: #3ea966;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

@media screen and (width >=736px) {
    .usecase-position {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: bold;
    }

    .usecase-position br {
        display: none;
    }

    .usecase-position strong {
        margin-top: 0;
        font-size: 16px;
    }
}

@media screen and (width >=980px) {
    .usecase-position strong {
        margin-top: 8px;
    }
}

.usecase-profile {
    margin-bottom: 0.5em;
    font-size: 14px;
}

.usecase-profile strong {
    color: #3ea966;
}

.usecase-detail {
    position: absolute;
    right: 30px;
    bottom: 20px;
    padding: 3px 15px 0 0;
    color: #3ea966;
}

.usecase-detail::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    background: url('../img/ml4sf/icon-arrow-right_green.svg') no-repeat center;
    background-size: 8px auto;
    content: '';
}

.usecase-detail:hover {
    color: #2f3e36;
}

.usecase-detail:hover::after {
    background-image: url('../img/ml4sf/icon-arrow-right_black.svg');
}

@media screen and (width >=736px) {
    .usecase-profile {
        margin-top: 5px;
    }
}

/*** 基本機能 ***/
.ml4sf-func {
    margin-bottom: 40px;
}

.func-item {
    margin-bottom: 20px;
}

.func-title {
    padding: 10px 0 3px;
    margin: 0 0 10px;
    background-color: #d4eadf;
    color: #3ea966;
    text-align: center;
}

.func-ico {
    display: inline-block;
    width: 35px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
}

.func-ico img {
    width: 100%;
}

.func-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.func-list li {
    margin-right: 1.5em;
}

.func-list li::before {
    content: '・';
}

@media screen and (width >=736px) {
    .ml4sf-function .container {
        padding-bottom: 50px;
    }

    .func-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .func-title {
        display: flex;
        flex: 0 1 25%;
        flex-direction: column;
        justify-content: center;
        padding: 20px 0;
        margin: 0;
        font-size: 16px;
    }

    .func-ico {
        width: auto;
        margin-right: 20px;
    }

    .func-list-wrap {
        display: flex;
        flex: 0 1 74%;
        flex-direction: column;
        justify-content: center;
    }

    .func-list {
        padding: 20px;
    }

    .func-title,
    .func-list-wrap {
        background-color: #fff;
    }

    .func-item:nth-child(odd) .func-title,
    .func-item:nth-child(odd) .func-list-wrap {
        background-color: #d4eadf;
    }
}

/*** 横スクロールテーブル ***/
.adv-tbl-wrap {
    overflow: scroll;
    width: 100%;
    margin: 50px 0 40px;
}

.adv-tbl {
    width: 700px;
    margin: 0 auto;
}

.adv-tbl-tr {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.adv-tbl-cell {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    border-left: 5px solid #fff;
    background: #fff;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.adv-tbl .adv-tbl-tr:nth-child(odd) .adv-tbl-cell {
    background: #f4f5f7;
}

.adv-tbl-cell-sticky {
    position: sticky;
    left: 0;
    text-align: right;
}

.scroll-warning {
    margin: 30px 0 20px;
    font-size: 16px;
    text-align: center;
}

.scroll-warning img {
    position: relative;
    top: -2px;
    vertical-align: middle;
}

@media screen and (width >=736px) {
    .scroll-warning {
        display: none;
    }

    .adv-tbl-wrap {
        overflow: hidden;
        width: 100%;
    }

    .adv-tbl {
        width: 100% !important;
    }

    .adv-tbl-cell {
        font-size: 16px;
    }
}

/*** あらゆる業務をサポートする圧倒的優位性 ***/
.ml4sf-advantage-1 {
    padding-top: 1.7em;
    margin-top: -1.7em;
    background-color: #fff;
}

.ml4sf-advantage-1 .adv-tbl {
    width: 600px;
}

.ml4sf-advantage-1 .adv-tbl-tr-1 .adv-tbl-cell {
    background-color: #fff !important;
    font-weight: bold;
}

.ml4sf-advantage-1 .adv-tbl-cell-ml {
    border-right: 5px solid #3ea966;
    border-left: 5px solid #3ea966;
    font-size: 24px;
    font-weight: bold;
}

.ml4sf-advantage-1 .adv-tbl-tr-1 .adv-tbl-cell:nth-child(1) {
    border-bottom: 5px solid #f4f5f7;
}

.ml4sf-advantage-1 .adv-tbl-tr-1 .adv-tbl-cell:nth-child(3),
.ml4sf-advantage-1 .adv-tbl-tr-1 .adv-tbl-cell:nth-child(4),
.ml4sf-advantage-1 .adv-tbl-tr-1 .adv-tbl-cell:nth-child(5) {
    border-top: 15px solid #fff;
    background-color: #d5d5d5 !important;
}

.ml4sf-advantage-1 .adv-tbl-tr-1 .adv-tbl-cell-ml {
    background-color: #3ea966 !important;
    color: #fff;
}

.ml4sf-advantage-1 .adv-tbl-tr-last .adv-tbl-cell {
    border-bottom: 5px solid #fff;
}

.ml4sf-advantage-1 .adv-tbl-tr-last .adv-tbl-cell-ml {
    border-bottom: 5px solid #3ea966;
}

.ml4sf-advantage-1 .adv-tbl-cell {
    padding-right: 0;
    padding-left: 0;
}

.ml4sf-advantage-1 .adv-tbl-cell-sticky {
    border-left: none;
}

.ml4sf-advantage-1 .adv-tbl-cell-sticky strong {
    font-size: 16px;
}

.ml4sf-advantage-1 .adv-tbl-cell:nth-child(1) {
    flex-basis: 17%;
    padding-right: 10px;
}

.ml4sf-advantage-1 .adv-tbl-cell:nth-child(2) {
    flex-basis: 25%;
}

.ml4sf-advantage-1 .adv-tbl-cell:nth-child(3) {
    flex-basis: 19%;
}

.ml4sf-advantage-1 .adv-tbl-cell:nth-child(4) {
    flex-basis: 19%;
}

.ml4sf-advantage-1 .adv-tbl-cell:nth-child(5) {
    flex-basis: 20%;
}

.ml4sf-advantage-1 .adv-tbl-cell-ml .adv-tbl-ml-txt-smalll {
    margin-left: 4px;
    font-size: 12px;
    font-weight: normal;
}

.ml4sf-advantage-1 .adv-tbl-ml-txt-small {
    color: #3ea966;
    font-size: 48px;
    line-height: 1;
}

.ml4sf-advantage-1 .adv-tbl-cell-ml .adv-tbl-ml-txt-lang {
    font-size: 18px;
    line-height: 34px;
}

@media screen and (width >=736px) {
    .ml4sf-advantage-1 .adv-tbl-cell-sticky {
        padding-right: 20px !important;
    }

    .ml4sf-advantage-1 .adv-tbl-cell:nth-child(1) {
        max-width: 22%; /* IE11 bug fix */
        flex-basis: 22% !important;
    }

    .ml4sf-advantage-1 .adv-tbl-cell:nth-child(2) {
        max-width: 24%; /* IE11 bug fix */
        flex-basis: 24% !important;
    }

    .ml4sf-advantage-1 .adv-tbl-cell:nth-child(3) {
        max-width: 18%; /* IE11 bug fix */
        flex-basis: 18% !important;
    }

    .ml4sf-advantage-1 .adv-tbl-cell:nth-child(4) {
        max-width: 18%; /* IE11 bug fix */
        flex-basis: 18% !important;
    }

    .ml4sf-advantage-1 .adv-tbl-cell:nth-child(5) {
        max-width: 18%; /* IE11 bug fix */
        flex-basis: 18% !important;
    }
}

@media screen and (width >=980px) {
    .ml4sf-advantage-1 .adv-tbl-cell-ml {
        font-size: 32px;
    }

    .ml4sf-advantage-1 .adv-tbl-cell-ml .adv-tbl-ml-txt-lang {
        font-size: 24px;
    }

    .ml4sf-advantage-1 .adv-tbl-cell-ml .adv-tbl-ml-txt-smalll {
        font-size: 20px;
    }
}

/*** 業務を円滑にする実用的な機能が満載 ***/
.ml4sf-advantage-2 .container {
    max-width: 1100px;
}

.ml4sf-advantage-2 .adv-tbl-cell:nth-child(1) {
    flex: 0 1 35%;
}

.ml4sf-advantage-2 .adv-tbl-cell:nth-child(2) {
    flex: 0 1 32%;
}

.ml4sf-advantage-2 .adv-tbl-cell:nth-child(3) {
    flex: 0 1 32%;
    margin-left: 1%;
}

.ml4sf-advantage-2 .adv-tbl-cell {
    padding: 0;
    border-left: none;
    background-color: transparent !important;
    font-size: 15px;
}

.ml4sf-advantage-2 .adv-tbl-cell-in {
    border-bottom: solid 5px #d5d5d5;
    background-color: #fff;
}

.ml4sf-advantage-2 .title {
    padding: 1em 0;
    background-color: #d5d5d5;
    font-size: 130%;
    font-weight: bold;
}

.ml4sf-advantage-2 .body {
    padding: 1em 1em 1.5em;
    text-align: left;
}

.ml4sf-advantage-2 .mark {
    width: 30px;
    float: left;
}

.ml4sf-advantage-2 .mark img {
    width: 100%;
}

.ml4sf-advantage-2 .func-txt {
    margin: 0 0 1.6em 40px;
}

.ml4sf-advantage-2 .func:last-child .func-txt {
    margin-bottom: 0;
}

.ml4sf-advantage-2 .func-name {
    margin-bottom: 0.2em;
    color: #3ea966;
    font-size: 110%;
    line-height: 30px;
}

.ml4sf-advantage-2 .func-desc {
    margin: 0;
}

.ml4sf-advantage-2 .adv-tbl-cell-ml .adv-tbl-cell-in {
    border: solid 5px #3ea966;
    font-weight: bold;
}

.ml4sf-advantage-2 .adv-tbl-cell-ml .title {
    margin: -1px; /* ブラウザのズーム機能使用時の対処 */
    background-color: #3ea966;
    color: #fff;
}

@media screen and (width >=736px) {
    .ml4sf-advantage-2 .adv-tbl-cell {
        font-size: 18px;
    }

    .ml4sf-advantage-2 .adv-tbl-cell:nth-child(1) {
        flex-basis: 47%;
    }

    .ml4sf-advantage-2 .adv-tbl-cell:nth-child(2) {
        flex-basis: 26%;
    }

    .ml4sf-advantage-2 .adv-tbl-cell:nth-child(3) {
        flex-basis: 26%;
    }
}

/*** 利用料金もリーズナブル ***/
.ml4sf-reasonable {
    padding-top: 1.7em;
    margin-top: -1.7em;
    background-color: #d4eadf;
}

.reason-wrap {
    margin-bottom: 30px;
    line-height: 1.4;
}

.reason-price {
    padding: 1.2em 1.5em 1em;
    background-color: #3ea966;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.reason-price-up {
    font-size: 16px;
    font-weight: 400;
}

.reason-price-up,
.reason-price-bottaom {
    margin: 0;
}

.reason-price-bottaom {
    font-size: 36px;
}

.reason-price-txt-small {
    margin-left: 4px;
    font-size: 16px;
    font-weight: normal;
}

.reason-list {
    padding: 0.5em 1.5em;
    margin: 0;
    background-color: #fff;
    list-style-type: none;
}

.reason-list li {
    padding-left: 30px;
    margin: 0.8em 0;
    background: url('../img/ml4sf/icon-checked.png') no-repeat left 0.1em;
    background-size: 20px 20px;
    font-size: 18px;
}

@media screen and (width >=736px) {
    .reason-wrap {
        display: flex;
        justify-content: space-between;
    }

    .reason-price {
        display: flex;
        flex: 0 0 330px;
        flex-direction: column;
        justify-content: center;
        font-size: 24px;
    }

    .reason-price-up {
        font-size: 20px;
    }

    .reason-price-txt-small {
        font-size: 20px;
    }

    .reason-list {
        display: flex;
        flex-wrap: wrap;
        padding: 1.5em 0 1.5em 2em;
        margin-left: 10px;
    }

    .reason-list li {
        padding: 10px 0 10px 50px;
        margin: 0.5em 2em 0.5em 0;
        background-position: left 0.1em;
        background-size: 40px 40px;
        font-size: 20px;
        line-height: 1.3;
    }

    .reason-list li:nth-child(1) {
        margin-right: 5em;
    }
}

/*** リンク ***/
.link-list {
    padding: 0;
    margin-bottom: 0;
}

.link-list li {
    display: inline-block;
    margin-right: 3em;
}

.link-list a {
    font-weight: bold;
}

.link-list a::after {
    display: inline-block;
    width: 1.1em;
    height: 0.8em;
    background: url('../img/ml4sf/icon-arrow-right_green.svg') no-repeat right
        bottom;
    background-size: contain;
    content: ' ';
}

.link-list a:hover::after {
    background-image: url('../img/ml4sf/icon-arrow-right_black.svg');
}

/*** サポート ***/
.ml4sf-support {
    padding-top: 2.3em;
    margin-top: -2.3em;
    background-color: #fff;
}

.support-wrap {
    margin: 4em 0 2em;
}

.support-item {
    text-align: center;
}

.support-title {
    margin-bottom: 0.7em;
    font-size: 20px;
    font-weight: bold;
}

.support-div {
    width: 80%;
    height: 2px;
    margin: 40px auto;
    background-color: #3ea966;
}

@media screen and (width >=736px) {
    .support-wrap {
        display: flex;
        justify-content: space-between;
    }

    .support-item {
        max-width: 400px;
        flex: 0 0 48%;
    }

    .support-title {
        padding-top: 1em;
    }

    .support-div {
        width: 2px;
        height: auto;
        margin: 0 auto;
    }
}

@media screen and (width >=980px) {
    .support-wrap {
        padding: 0 40px;
    }

    .support-item {
        margin: 0 auto;
        font-size: 18px;
    }

    .support-title {
        font-size: 24px;
    }
}

/*** 納得のいく導入を ***/
.step-num {
    position: absolute;
    z-index: 10;
    top: 30px;
    left: 20px;
    display: inline-block;
    width: 65px;
    height: 65px;
    border: 4px solid #3ea966;
    border-radius: 50%;
    border-top-color: #fff;
    background: #fff;
    color: #3ea966;
    font-size: 48px;
    font-weight: bold;
    line-height: 55px;
    text-align: center;
    text-shadow: 3px 5px 0 #d6eae2;
}

.step-num span {
    position: absolute;
    top: -15px;
    left: -5px;
    display: inline;
    width: 70px;
    padding: 0 6px;
    border-radius: 10px;
    background: 0 0;
    font-size: 13px;
    line-height: 1.5;
    text-shadow: none;
}

.step-num span::before,
.step-num span::after {
    position: absolute;
    bottom: 4px;
    left: -1px;
    width: 2px;
    height: 12px;
    background: #3ea966;
    content: '';
    transform: rotate(-35deg);
}

.step-num span::after {
    right: 2px;
    left: auto;
    transform: rotate(35deg);
}

.step-box:nth-child(2) .step-num,
.step-box:nth-child(3) .step-num {
    top: 70px;
}

@media screen and (width >=1280px) {
    .step-num {
        line-height: 60px;
    }

    .step-num span {
        background: #f6fbf8;
    }

    .step-num span::before,
    .step-num span::after {
        bottom: 4px;
        height: 16px;
    }
}

.implement-step {
    max-width: 500px;
    margin: 50px auto 20px;
}

.step-box {
    position: relative;
    padding: 0 0 50px;
    background: url('../img/ml4sf/bgi_step-2.png') no-repeat center bottom;
    background-size: cover;
    text-align: center;
}

.step-box-in {
    padding: 20px;
}

.step-box:nth-child(1) {
    z-index: 3;
    border-top: 6px solid #3ea966;
}

.step-box:nth-child(2),
.step-box:nth-child(3) {
    padding-top: 60px;
    margin-top: -60px;
}

.step-box:nth-child(2) {
    z-index: 2;
    background-image: url('../img/ml4sf/bgi_step-1.png');
}

.step-box:nth-child(3) {
    z-index: 1;
}

.step-title {
    margin: 0.5em 0;
    font-size: 20px;
    line-height: 1.4;
}

.step-box:nth-child(1) .step-title {
    margin-left: 80px;
    text-align: left;
}

.step-img {
    width: 130px;
    margin: 0 auto;
}

.implement-step .link-list {
    margin: 0;
}

.implement-step .link-list li {
    margin-right: 0;
}

.step-box .button {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (width >=500px) {
    .step-num {
        left: 50px;
    }

    .step-box:nth-child(1) {
        border-width: 10px;
    }

    .step-box:nth-child(1) .step-title {
        margin-left: 0;
        text-align: center;
    }

    .step-box:nth-child(2),
    .step-box:nth-child(3) {
        padding-top: 70px;
        margin-top: -70px;
    }
}

@media screen and (width >=980px) {
    .step-num {
        top: -30px !important;
        left: -20px !important;
        width: 85px;
        height: 85px;
        border-width: 6px;
        font-size: 58px;
        line-height: 70px;
    }

    .step-num span {
        top: -15px;
        left: -3px;
        width: 80px;
        font-size: 15px;
    }

    .step-num span::before,
    .step-num span::after {
        height: 16px;
    }

    .implement-step {
        display: flex;
        max-width: none;
        justify-content: space-between;
        padding-right: 2%;
        margin-top: 80px;
        background: url('../img/ml4sf/bgi_step.png') no-repeat left top;
        background-size: contain;
    }

    .step-box {
        flex: 0 0 33%;
        padding: 0;
        background-image: none !important;
        text-align: left;
    }

    .step-box-in {
        padding: 8%;
    }

    .step-box:nth-child(1) {
        border-top: none;
    }

    .step-box:nth-child(2),
    .step-box:nth-child(3) {
        padding: 0;
        margin: 0;
    }

    .step-box:nth-child(2) .step-box-in {
        padding-top: 4%;
    }

    .step-title {
        font-size: 1.8vw;
    }

    .step-box:nth-child(1) .step-title {
        margin: 1em 0;
    }

    .step-box:nth-child(2) .step-title {
        margin: 0 0 0.5em;
    }

    .step-box:nth-child(3) .step-title {
        padding-left: 18%;
        margin: 0 0 0.7em;
    }

    .step-box:nth-child(2) .step-title,
    .step-box:nth-child(2) .link-list {
        padding-left: 16%;
    }

    .step-box:nth-child(3) .pricing-footnotes {
        padding-left: 5%;
    }

    .step-img {
        width: 50%;
    }

    .step-box .button {
        width: 100%;
        padding: 24px 20px 24px 0 !important;
    }
}

@media screen and (width >=1280px) {
    .step-title {
        font-size: 24px;
    }
}

/*** フッターCV ***/
.outro-title {
    margin-top: 30px !important;
    margin-bottom: 40px !important;
    text-align: left;
}

.outro-title strong {
    font-size: 36px;
}

.outro-title-tagline {
    display: inline-block;
    padding: 3px 1em;
    border-radius: 50px;
    margin-bottom: 10px;
    background-color: #17a0db;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.ml4sf-outro .ml4sf-outro-in {
    max-width: 500px;
    margin: 0 auto;
}

.ml4sf-outro .container::after {
    background-image: url('../img/ml4sf/pc-overview.png');
}

@media screen and (width >=736px) {
    .outro-title {
        margin-top: 0 !important;
    }

    .ml4sf-outro .button {
        font-size: 24px;
    }
}

@media screen and (width >=980px) {
    .ml4sf-outro {
        padding-top: 30px;
    }

    .ml4sf-outro .ml4sf-outro-in {
        max-width: 580px;
    }

    .outro-title strong {
        font-size: 52px;
    }
}

@media screen and (width >=1280px) {
    .ml4sf-outro .container {
        padding-right: 500px;
    }
}

/* Safari SVG Fix */
.wrapper {
    overflow-x: hidden;
}

.wave {
    left: -1%;
    width: 102%;
    max-width: 102%;
}

/*** 汎用スタイル ***/
.wave-bottom-0 {
    bottom: 0.3em;
}

@media screen and (width >=980px) {
    .wave-bottom-0 {
        bottom: 0;
    }
}

.mb-1e {
    margin-bottom: 1em;
}

.mb-2e {
    margin-bottom: 2em;
}

.mb-3e {
    margin-bottom: 3em;
}

.maw-100 {
    max-width: 100%;
}

.c-gray {
    color: #c6c6c6;
}

.hide-sp {
    display: none;
}

@media screen and (width >=500px) {
    .hide-sp {
        display: block;
    }
}

.hide-sptb {
    display: none;
}

@media screen and (width >=980px) {
    .hide-sptb {
        display: block;
    }
}

@media screen and (width >=980px) {
    .hide-pc {
        display: none;
    }
}

.txt-large {
    font-size: 120%;
}

.txt-x-large {
    font-size: 140%;
}

.txt-xx-large {
    font-size: 160%;
}

.txt-xxx-large {
    font-size: 180%;
}

.txt-small {
    font-size: 80%;
}

/* CTA New Button Bundle Nov2021 */

/* Component reset */

#ctabuttonkit2021 img,
fieldset {
    border: none;
}

#ctabuttonkit2021 img {
    width: 100%;
    height: auto;
}

#ctabuttonkit2021.dtbanner a:hover img {
    opacity: 0.8;
}

#ctabuttonkit2021.dtbanner {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 3rem 0;
}

#ctabuttonkit2021 .container-spbanner {
    display: none;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}

#ctabuttonkit2021 *::before,
*::after {
    box-sizing: inherit;
}

/* Flexbox */

#ctabuttonkit2021,
#ctabuttonkit2021 .button-primary,
#ctabuttonkit2021 .button-secondary,
#ctabuttonkit2021 .group-cta-subbuttons,
.wrapper-spbanner-salesforcemaruwakari {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
}

#ctabuttonkit2021 {
    max-width: 610px;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 0;
    margin: 2rem auto 0 0;
    font-family:
        'Helvetica Neue', Helvetica, Arial, 'Hiragino Kaku Gothic ProN',
        'ヒラギノ角ゴ', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック',
        sans-serif;
}

/* Colors */

#ctabuttonkit2021 .button-orange {
    background: #fb7c2d;
    color: #fff;
}

#ctabuttonkit2021 .button-orange:hover,
#ctabuttonkit2021 .button-orange:focus {
    box-shadow:
        0 4px 0 rgb(144 144 144 / 20%),
        inset 100rem 0 0 0 #ff6c00;
}

#ctabuttonkit2021 .button-white:hover,
#ctabuttonkit2021 .button-white:focus {
    box-shadow:
        0 4px 0 rgb(144 144 144 / 20%),
        inset 100rem 0 0 0 #ff6c00;
    opacity: 0.6;
}

#ctabuttonkit2021 .button-white:hover {
    background: #fb7c2d;
    box-shadow:
        0 0.25rem 0 rgb(144 144 144 / 20%),
        inset 100rem 0 0 0 #ff6c00;
    color: #fff;
}

#ctabuttonkit2021 .button-green:hover {
    box-shadow: inset 1000rem 0 0 0 #3ea966;
    color: #fff;
}

/* Parameters */

#ctabuttonkit2021 .button-cta {
    flex: 1;
    border-radius: 10px;
    box-shadow: 0 4px 0 rgb(144 144 144 / 20%);
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    transition: ease-out 0.3s;
}

#ctabuttonkit2021 .button-primary,
#ctabuttonkit2021 .button-secondary {
    position: relative;
    justify-content: center;
    padding: 14px 0;
    margin-bottom: 1rem;
}

#ctabuttonkit2021 .button-primary {
    flex: 1 100%;
    padding: 24px 50px;
    border: 2px solid rgb(0 0 0 / 10%);
}

#ctabuttonkit2021_wrapper_outro #ctabuttonkit2021 .button-primary {
    margin-bottom: 1.1rem;
}

div#ctabuttonkit2021_wrapper_outro {
    margin-top: 3rem;
}

#ctabuttonkit2021 .button-secondary {
    padding: 14px 20px 14px 0;
    font-size: 20px;
}

#ctabuttonkit2021 .button-white {
    flex: 1;
    border: 0.125rem solid #fb7c2d;
    margin-right: 1.5rem;
    background: #fff;
    color: #fb7c2d;
}

#ctabuttonkit2021_wrapper_outro #ctabuttonkit2021 .button-white {
    flex: 1;
    margin-right: 0.6rem;
}

#ctabuttonkit2021 .button-green {
    flex: 1.08;
    border: 2px solid #3ea966;
    background: transparent;
    color: #3ea966;
}

#ctabuttonkit2021 .button-secondary:nth-child(3),
#ctabuttonkit2021 .group-cta-subbuttons .button-secondary:nth-child(2) {
    margin-left: 0;
}

#ctabuttonkit2021 .cta-banner-download:hover {
    opacity: 0.8;
}

#ctabuttonkit2021 .group-cta-subbuttons .button-secondary:nth-child(2) {
    flex: 1.25;
}

/* Components */

#ctabuttonkit2021 a {
    text-decoration: none;
}

#ctabuttonkit2021 span.label-free {
    display: inline-block;
    border-radius: 2rem;
    background: #fff;
}

#ctabuttonkit2021 .button-white::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 9px;
    background: url('../img/ml4sf/icon-arrow-right-orange.svg') no-repeat center;
    content: '';
}

#ctabuttonkit2021 .button-white:hover::after {
    background: url('../img/ml4sf/icon-arrow-right-white.svg') no-repeat center;
}

#ctabuttonkit2021 .button-green::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 9px;
    background: url('../img/ml4sf/icon-arrow-right-green.svg') no-repeat center;
    content: '';
}

#ctabuttonkit2021 .button-green:hover::after {
    background: url('../img/ml4sf/icon-arrow-right-white.svg') no-repeat center;
}

#ctabuttonkit2021 .button-orange::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 9px;
    background: url('../img/ml4sf/icon-arrow-right-white.svg') no-repeat center;
    content: '';
}

/* SP banner */

#ctabuttonkit2021 .wrapper-spbanner-salesforcemaruwakari {
    display: flex;
    justify-content: center;
    margin-bottom: -0.6rem;
}

#ctabuttonkit2021.spbanner {
    max-width: 100%;
}

#ctabuttonkit2021.spbanner .container-spbanner {
    max-width: 100%;
    margin: 2.8rem 0 -1rem;
}

#ctabuttonkit2021 .container-spbanner .button-primary {
    max-width: 31.9rem;
    padding: 26px 61px 26px 35px;
    margin: -1.5rem auto 0;
    font-size: 1.45rem;
}

#ctabuttonkit2021 .spbannertitle {
    margin: 0 auto;
}

#ctabuttonkit2021 .wrapper-spbanner-salesforcemaruwakari p {
    margin: 0 0.4rem 0.4rem;
    color: #2f3e36;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8rem;
    text-align: center;
}

#ctabuttonkit2021 .img-booklet {
    display: block;
    max-width: 26rem;
    margin: 0 auto;
}

#ctabuttonkit2021 span.label-free.label-in-orange {
    display: inline-block;
    padding: 0 0.9rem 0 1.3rem;
    margin-right: 1.5rem;
    background: #fff;
    color: #fb7c2d;
    letter-spacing: 0.3rem;
}

#ctabuttonkit2021 .show-sp {
    display: none;
}

.spacer-100rem {
    width: 100%;
    margin-bottom: 100rem;
}

/* Button Kit Outro */

#ctabuttonkit2021_wrapper_outro #ctabuttonkit2021 {
    max-width: 511px;
    margin: 2rem auto 0 1.4rem;
}

/* Responsive */

@media screen and (width <= 979px) {
    #ctabuttonkit2021.dtbanner {
        display: none;
    }

    #ctabuttonkit2021 .container-spbanner {
        display: block;
    }
}

@media screen and (width <= 800px) {
    #ctabuttonkit2021 {
        margin: 0 auto;
    }

    div#ctabuttonkit2021_outer {
        margin-top: 2.7rem;
    }

    #ctabuttonkit2021_wrapper_outro #ctabuttonkit2021 {
        margin: 2rem auto 0 0;
    }
}

@media screen and (width <= 765px) {
    #ctabuttonkit2021 .button-cta {
        font-size: 1.2rem;
    }
}

@media screen and (width <= 750px) {
    #ctabuttonkit2021_outer.wrapper-spbottom {
        position: fixed;
        z-index: 100;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 3px 6px rgb(0 0 0 / 50%);
    }

    #ctabuttonkit2021.cta-buttonbundle_topfull a.button-secondary {
        display: none;
        box-shadow: 0 -1px 10px #0000001a;
    }

    #ctabuttonkit2021.cta-buttonbundle_topfull {
        margin: 0 auto;
    }

    #ctabuttonkit2021.cta-buttonbundle_topfull .button-cta {
        border-radius: 40px;
    }

    #ctabuttonkit2021 .button-orange,
    #ctabuttonkit2021.cta-buttonbundle_topfull .button-orange {
        margin: 16px 11px 18px;
        letter-spacing: 0;
    }

    #ctabuttonkit2021.cta-buttonbundle_topfull .button-primary {
        flex-wrap: nowrap;
        justify-content: center;
        padding: 6px 14px;
        border: 0;
        box-shadow: none;
    }

    #ctabuttonkit2021.cta-buttonbundle_topfull .button-orange::after {
        right: 20px;
    }

    #ctabuttonkit2021 .show-sp {
        display: inline-block;
    }

    #ctabuttonkit2021.cta-buttonbundle_topfull .button-secondary,
    #ctabuttonkit2021 .button-secondary {
        padding: 26px 12px;
        font-size: 1rem;
    }

    #ctabuttonkit2021.spbanner .container-spbanner {
        max-width: 100%;
        margin: 2.8rem 0 3.3rem;
    }

    #ctabuttonkit2021 span.label-free.label-in-orange {
        padding: 0 0.9rem 0 1.1rem;
        margin-right: 0.6rem;
        letter-spacing: 0.1rem;
        line-height: 1.7rem;
    }

    #ctabuttonkit2021.cta-buttonbundle_topfull .hide-sp,
    #ctabuttonkit2021 .container-spbanner .hide-sp {
        display: none;
    }

    #ctabuttonkit2021 .container-spbanner .show-sp {
        display: inline-block;
    }

    #ctabuttonkit2021 .container-spbanner .img-booklet {
        max-width: 18.5rem;
        margin-bottom: 1rem;
    }

    #ctabuttonkit2021 .wrapper-spbanner-salesforcemaruwakari p {
        margin: 0 0.8rem 0.4rem;
        font-size: 1.35rem;
        line-height: 1.7rem;
    }

    #ctabuttonkit2021 .container-spbanner span.label-free.label-in-orange {
        padding: 0 0.9rem 0 1.1rem;
        margin-right: 0.7rem;
        letter-spacing: 0.1rem;
        line-height: 1.7rem;
    }

    #ctabuttonkit2021 .container-spbanner span.button-text {
        flex: 1;
    }

    #ctabuttonkit2021 .container-spbanner .button-primary {
        padding: 12px 13px 12px 35px;
        margin: -1rem auto 0;
        font-size: 1.2rem;
        letter-spacing: normal;
    }

    #ctabuttonkit2021 .container-spbanner .button-cta {
        text-align: left;
    }

    #ctabuttonkit2021_wrapper_outro #ctabuttonkit2021 .group-cta-subbuttons {
        flex-flow: column;
    }

    #ctabuttonkit2021_wrapper_outro #ctabuttonkit2021 .button-white {
        margin-right: 0;
    }

    #ctabuttonkit2021_wrapper_outro #ctabuttonkit2021 {
        max-width: 445px;
        margin: 0 auto 0 0;
    }

    #ctabuttonkit2021_wrapper_outro #ctabuttonkit2021 .button-white,
    #ctabuttonkit2021_wrapper_outro #ctabuttonkit2021 .button-green,
    #ctabuttonkit2021_wrapper_outro #ctabuttonkit2021 .button-orange {
        padding: 0.5rem;
        margin: 0 0 1rem;
    }
}

@media screen and (width <= 735px) {
    .hero-ml4sf::after {
        background-image: none;
    }
}

@media screen and (width <= 360px) {
    #ctabuttonkit2021 .container-spbanner span.label-free.label-in-orange {
        padding: 0 0.9rem 0 1.1rem;
        margin-right: 0.4rem;
        letter-spacing: 0;
    }

    #ctabuttonkit2021 .button-cta {
        font-size: 1rem;
    }
}

@media screen and (width <= 352px) {
    #ctabuttonkit2021 .wrapper-spbanner-salesforcemaruwakari p {
        margin: 0 0.2rem 0.4rem;
        font-size: 1rem;
    }

    #ctabuttonkit2021 .container-spbanner .button-primary {
        max-width: 17.7rem;
        padding: 12px 13px;
        padding: 8px;
        margin: -1rem auto 0;
        font-size: 1rem;
    }
}

/* for ml4sf secondary page */

.ml4sf-pricing {
    padding: 30px 0 0;
}

.ml4sf-pricing .scroll-warning {
    display: block;
}

@media screen and (width >= 980px) {
    .ml4sf-pricing .scroll-warning {
        display: none;
    }
}

.ml4sf-button-area {
    padding: 2.5em 0;
    text-align: center;
}

.ml4sf-button-area .button {
    display: inline-block;
    margin: 0.5em;
}

.pb-5 {
    padding-bottom: 3rem;
}

.hero-ml4sf.hero-ml4sf-secondary h1 {
    margin-bottom: 0;
}

.hero-ml4sf-step {
    max-width: 590px;
    margin: 2rem 0;
}

.hero-ml4sf-step-items,
.hero-ml4sf-step-item {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hero-ml4sf-step-item .hero-number {
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    border-width: 3px;
    margin-right: 1rem;
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
}

.hero-ml4sf-step-item .hero-number span {
    top: -20px;
    left: 5px;
    width: auto;
    padding: 0;
    background-color: transparent;
    font-size: 10px;
    white-space: nowrap;
}

.hero-ml4sf-step-item .hero-number span::before {
    left: -7px;
}

.hero-ml4sf-step-item .hero-number span::after {
    right: -7px;
}

.hero-ml4sf-step-item .hero-number-text {
    text-shadow: 0 0 5px #e4f0ea;
}

.hero-ml4sf-step-title {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 1.5;
}

.ml4sf-modal-pricing-table-wrapper {
    overflow: auto;
    max-height: 50vh;
}

.ml4sf-modal-pricing-table {
    width: 100%;
}

.ml4sf-modal-pricing-table thead th {
    padding: 0.3rem;
    text-align: center;
}

.ml4sf-modal-pricing-table tbody td {
    padding: 0.75rem;
}

.ml4sf-modal-pricing-table tbody tr:nth-child(even) {
    background-color: #fbfbfb;
}

.modal-wrapper .ml4sf-modal-pricing-table tbody td:first-child {
    min-width: auto;
}

@media screen and (width <= 735px) {
    .hero-ml4sf.hero-ml4sf-secondary .hero-wrap {
        padding-bottom: 3rem;
    }

    .hero-ml4sf-step-title {
        font-size: 18px;
    }
}

/* for ml4sf intro page */
.container-ml4sf-intro,
.container-hero-ml4sf-intro {
    max-width: 1100px;
}

.container-ml4sf-intro mark {
    background: linear-gradient(transparent 64%, #ffe6e4 0);
    font-weight: 700;
}

.ml4sf-intro-box {
    overflow: hidden;
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
}

.ml4sf-intro-box-picture {
    display: block;
    box-sizing: content-box;
    padding: 0 0.25rem 1rem;
    margin: 0 auto;
    text-align: center;
}

.ml4sf-intro-box-dl {
    display: flex;
    max-width: calc(960px + 5rem);
    align-items: center;
    padding: 2rem 2.5rem;
    margin: 0 auto;
    gap: 1rem;
}

.ml4sf-intro-box-dt {
    position: relative;
    flex-shrink: 0;
    padding: 0.5rem 1rem 0.5rem 3rem;
    border-radius: 50px;
    margin: 0;
    background-color: #d2ecd9;
    color: #3ea966;
    font-size: 1.125rem;
    font-weight: bold;
    white-space: nowrap;
}

.ml4sf-intro-box-dt::before {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    width: 32px;
    height: 32px;
    background: url('/wp-content/themes/makeleaps/res/img/ml4sf/intro/lightbulb-lrg.png')
        no-repeat center center / cover;
    content: '';
    transform: translateY(-50%);
}

.ml4sf-intro-box-dd {
    padding: 0;
    margin: 0;
}

.ml4sf-intro-box-note {
    padding: 2rem;
    background-color: #d2ecd9;
}

.ml4sf-intro-box-note-text {
    max-width: 960px;
    padding: 2rem;
    border-radius: 1rem;
    margin: 1rem auto 0;
    background-color: #fff;
}

.ml4sf-intro-box-note-text *:last-child {
    margin-bottom: 0;
}

.ml4sf-intro-box-lists {
    display: grid;
    max-width: 960px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    gap: 0.5rem 1rem;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
}

.ml4sf-intro-box-list {
    position: relative;
    padding: 0;
    padding-left: 1.5em;
    margin: 0;
}

.ml4sf-intro-box-list::after {
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 1.125em;
    height: 1.125em;
    background: url('../img/icon_check.svg') no-repeat center center / cover;
    content: '';
}

.ml4sf-intro-box-issue .ml4sf-intro-box-list::after {
    filter: grayscale(100%);
}

.ml4sf-intro-box-issue .ml4sf-intro-box-note {
    background-color: #ededed;
}

.ml4sf-intro-box-issue .ml4sf-intro-box-dt {
    background-color: #818181;
    color: #fff;
}

.ml4sf-intro-box-issue .ml4sf-intro-box-dt::before {
    background-image: url('/wp-content/themes/makeleaps/res/img/ml4sf/intro/attention-white.png');
}

.home-cta-secondary.ml4sf-intro-cta-secondary {
    background-color: #fff;
}

.home-cta-secondary.ml4sf-intro-cta-secondary .home-cta-secondary-inner {
    padding-top: 0;
}

.ml4sf-intro-section {
    padding-bottom: 2rem;
}

.ml4sf-intro-cta {
    max-width: 530px;
}

.ml4sf-intro-cta.ml4sf-intro-cta-middle {
    margin: 2rem auto;
}

.ml4sf-intro-cta-buttons {
    padding-top: 1rem;
}

.ml4sf-intro-cta-buttons .button-badge {
    display: block;
    margin-bottom: 0.75rem;
}

.ml4sf-intro-cta-buttons .button-primary {
    margin-left: 0;
}

.ml4sf-intro-cta-sub-buttons {
    display: flex;
    gap: 10px;
}

.ml4sf-intro-cta-sub-buttons .button {
    width: 100%;
    padding: 0.75rem 1.25rem 0.75rem 0.25rem;
    font-size: 1rem;
    letter-spacing: -0.02em;
}

.ml4sf-intro-cta-sub-buttons .button-outline {
    background-color: #e8f6ec;
    box-shadow: 0 4px 0 rgb(144 144 144 / 20%);
}

.ml4sf-intro-cta-sub-buttons .button-outline:hover {
    box-shadow:
        0 4px 0 rgb(144 144 144 / 20%),
        inset 30rem 0 0 0 #3ea966;
}

.ml4sf-intro-cta-heading {
    margin: 0;
    font-size: 3rem;
    white-space: nowrap;
}

.ml4sf-intro-cta-tagline {
    display: inline-block;
    padding: 3px 1em;
    border-radius: 50px;
    margin-bottom: 10px;
    background-color: #17a0db;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.ml4sf-intro-cta-figure {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 600px;
    width: 600px;
    transition: 0.3s all;
}

.ml4sf-intro-cta-figure img {
    vertical-align: bottom;
}

.landing-section-title-smaller {
    margin-bottom: 2rem;
}

.landing-section-title-smaller strong {
    font-size: 2rem;
}

.hero-ml4sf-intro-wave-img-wrap {
    position: relative;
    z-index: 10;
}

.hero-ml4sf-intro-footer {
    padding-top: 0;
}

.hero-ml4sf-intro-footer .container-hero-ml4sf-intro {
    padding-bottom: 3rem;
}

.hero-ml4sf-intro-footer .ml4sf-intro-cta-figure {
    top: auto;
    bottom: 0;
    left: 550px;
    width: 610px;
}

@media screen and (width <= 1199px) {
    .ml4sf-intro-cta-figure {
        left: 520px;
        width: 560px;
    }

    .hero-ml4sf-intro-footer .ml4sf-intro-cta-figure {
        left: 540px;
    }

    .landing-section-title-smaller strong {
        font-size: 1.5rem;
    }
}

@media screen and (width <= 991px) {
    .container-hero-ml4sf-intro {
        max-width: 700px;
    }

    .ml4sf-intro-cta {
        max-width: 390px;
    }

    .ml4sf-intro-cta-figure {
        left: 380px;
        width: 390px;
    }

    .hero-ml4sf-intro-footer .ml4sf-intro-cta-figure {
        left: 390px;
        width: 480px;
    }

    .hero-ml4sf-intro-footer .container-hero-ml4sf-intro {
        padding-bottom: 2rem;
    }

    .ml4sf-intro-cta-heading {
        font-size: 2.2rem;
    }

    .ml4sf-intro-cta-tagline {
        font-size: 1rem;
    }

    .ml4sf-intro-cta-main-button .button-badge .button-large {
        padding: 1.25rem 0.75rem 0.875rem;
        font-size: 1.125rem;
    }

    .ml4sf-intro-cta-sub-buttons .button {
        font-size: 0.875rem;
    }
}

@media screen and (width <= 735px) {
    .ml4sf-intro-cta {
        margin: 0 auto;
    }

    .ml4sf-intro-cta-figure {
        top: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-ml4sf-intro-footer .ml4sf-intro-cta-figure {
        position: static;
        width: auto;
        max-width: 420px;
        margin: 1rem auto 0;
        transform: none;
    }

    .hero-ml4sf-intro-footer .container-hero-ml4sf-intro {
        padding: 1rem 0 0;
    }

    .container-hero-ml4sf-intro {
        padding-bottom: 220px;
    }

    .wave-img-wrap.hero-ml4sf-intro-wave-img-wrap {
        transform-origin: center bottom;
    }

    .hero-ml4sf-intro-cta-buttons {
        display: none;
    }

    .ml4sf-intro-box-picture {
        max-width: 400px;
    }

    .ml4sf-intro-box-dl {
        display: block;
        padding: 1.25rem;
    }

    .ml4sf-intro-box-dt {
        display: table;
        padding-left: 2.5rem;
        margin: 0 auto 1rem;
        font-size: 1rem;
    }

    .ml4sf-intro-box-dt::before {
        width: 24px;
        height: 24px;
    }

    .ml4sf-intro-box-lists {
        grid-template-columns: repeat(auto-fit, 100%);
    }

    .site-footer-lower {
        padding-bottom: 80px;
    }
}

@media screen and (width <= 639px) {
    .ml4sf-intro-cta .button-badge {
        max-width: none;
    }

    .landing-section-title-smaller {
        margin-bottom: 1rem;
    }
}

@media screen and (width <= 479px) {
    .ml4sf-intro-cta {
        max-width: none;
    }

    .ml4sf-intro-cta-heading {
        font-size: 8vw;
    }

    .ml4sf-intro-cta-figure {
        width: 320px;
    }

    .container-hero-ml4sf-intro {
        padding-bottom: 180px;
    }

    .ml4sf-intro-cta-buttons .button-arrow::after {
        right: 12px;
    }

    .landing-section-title-smaller strong {
        font-size: 5vw;
    }

    .ml4sf-intro-box-note,
    .ml4sf-intro-box-note-text {
        padding: 1.25rem;
    }
}

/* for ml4sf intro page　mobile-footer-cta */
.mobile-footer-cta,
.mobile-footer-cta-btn {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.mobile-footer-cta {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 16px 11px 18px;
    background: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 50%);
    gap: 16px;
}

.mobile-footer-cta-btn {
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
    border: 2px solid transparent;
    border-radius: 100px;
    background-color: #fb7c2d;
    box-shadow: 0 4px 0 rgb(144 144 144 / 20%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s;
}

.mobile-footer-cta-btn:active,
.mobile-footer-cta-btn:hover {
    opacity: 0.6;
}

.mobile-footer-cta-btn.mobile-footer-cta-btn-primary {
    white-space: nowrap;
}

.mobile-footer-cta-btn.mobile-footer-cta-btn-secondary {
    border-color: #3ea966;
    background-color: #fff;
    color: #3ea966;
}

@media screen and (width >= 736px) {
    .mobile-footer-cta {
        display: none;
    }
}

@media screen and (width <= 479px) {
    .mobile-footer-cta {
        padding: 16px 6px 18px;
        gap: 6px;
    }

    .mobile-footer-cta-btn {
        font-size: 13px;
    }
}
