/* =================
共通パーツ 
================= */

.inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.marketing-automation p {
    line-height: 1.7;
    font-size: 16px;
}

.marketing-automation .sec-title span {
    display: inline-block;
    font-weight: bold;
    text-align: center;
}

.marketing-automation .sec-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 100px 0 60px;
}

.marketing-automation .sec-title .small {
    color: #53C7C7;
    font-size: 16px;
}

.marketing-automation .sec-title .large {
    font-size: 40px;
}

main:not(.home).marketing-automation section.cont1 {
    margin-bottom: 0;
}

.marketing-automation div.wrap {
    width: 1232px;
}

@media (max-width:768px) {
    .marketing-automation .sec-title .large {
        font-size: 24px;
    }
    .marketing-automation .sec-title {
        padding: 60px 0;
    }
    main:not(.home).marketing-automation section.cont1 h1 b {
        font-size: 21px;
    }
}


/* =================
intro 
================= */

.marketing-automation section.intro {
    background-color: #E8FFFF;
}

.marketing-automation .title-wrap h2 {
    background-color: #17b3b3;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    position: relative;
    padding: 8px 45px 8px 22px;
}

.marketing-automation section.intro .inner {
    display: flex;
    gap: 25px;
    padding: 35px 20px 25px;
}

.marketing-automation .intro-content {
    display: flex;
    gap: 18px;
}

.marketing-automation section.intro h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.marketing-automation section.intro h3::before,
.marketing-automation section.intro h3::after {
    background-color: #FFCC19;
    border-radius: 5px;
    content: "";
    height: 4px;
    width: 32px;
}

.marketing-automation section.intro h3::before {
    margin-right: 10px;
    transform: rotate(60deg);
}

.marketing-automation section.intro h3::after {
    margin-left: 10px;
    transform: rotate(-60deg);
}

@media (max-width:768px) {
    .marketing-automation section.intro .inner {
        flex-wrap: wrap;
    }
    .marketing-automation .intro-content {
        flex-wrap: wrap;
    }
    .marketing-automation section.intro h3 {
        font-size: 16px;
    }
}


/* =================
recommend 
================= */

.marketing-automation section.recommend {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: #E6F4F4;
}

.marketing-automation section.recommend::after {
    content: '';
    position: absolute;
    left: 0;
    top: -30%;
    z-index: -1;
    width: 100%;
    height: 80%;
    background: #17B3B3;
    transform: skewY(350deg);
    transform-origin: top right;
}

.marketing-automation section.recommend::before {
    content: 'Dank1 WEB Service';
    position: absolute;
    font-size: 240px;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #FFF;
    color: transparent;
    opacity: 0.1;
    left: 50px;
    bottom: 30%;
    font-weight: bold;
    white-space: nowrap;
}

.marketing-automation section.recommend .container {
    border-radius: 15px;
    border: 2px solid #FFF;
    background: linear-gradient(132deg, rgba(255, 255, 255, 0.85) -14.21%, rgba(255, 255, 255, 0.70) 105.73%);
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.56);
    margin: 90px auto 0;
    padding: 0 5vw 5vw;
}

.marketing-automation section.recommend li:nth-of-type(1) img {
    width: 270px;
    height: auto;
}

.marketing-automation section.recommend li:nth-of-type(2) img {
    width: 270px;
    height: auto;
}

.marketing-automation section.recommend li:nth-of-type(3) img {
    width: 336px;
    height: auto;
}

.marketing-automation section.recommend li:nth-of-type(4) img {
    width: 244px;
    height: auto;
}

.marketing-automation section.recommend li:nth-of-type(5) img {
    width: 143px;
    height: auto;
}

.marketing-automation section.recommend li:nth-of-type(6) img {
    width: 284px;
    height: auto;
}

.marketing-automation section.recommend ul {
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
}

.marketing-automation section.recommend li {
    position: relative;
    width: calc((100% - 110px) / 3);
    display: flex;
    flex-direction: column;
}

.marketing-automation section.recommend li::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    opacity: 0.4;
    background: #17B3B3;
    top: 0;
    right: calc(-55px / 2);
}

.marketing-automation section.recommend li:nth-of-type(3n)::after {
    content: none;
}

.marketing-automation section.recommend li::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    opacity: 0.4;
    background: #17B3B3;
    left: 0;
    bottom: calc(-55px / 2);
}

.marketing-automation section.recommend li:nth-of-type(n+4):before {
    content: none;
}

.marketing-automation section.recommend li h4 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.marketing-automation section.recommend .img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}

@media (max-width:768px) {
    .marketing-automation section.recommend li {
        width: 100%;
    }
    .marketing-automation section.recommend li::after {
        content: none;
    }
    .marketing-automation section.recommend li:nth-of-type(n+4):before {
        content: '';
    }
    .marketing-automation section.recommend li:last-of-type::before {
        content: none;
    }
    .marketing-automation section.recommend .container {
        padding: 0 5vw 60px;
        margin: 60px auto 0;
    }
    .marketing-automation section.recommend .img-wrap {
        height: auto;
        margin-bottom: 30px;
    }
    .marketing-automation section.recommend::before {
        top: 50%;
        left: 0;
        bottom: initial;
        font-size: 130px;
    }
    .marketing-automation section.recommend li img {
        max-width: 100%;
    }
    .marketing-automation section.recommend ul {
        gap: 100px;
    }
    .marketing-automation section.recommend li::before {
        bottom: -50px;
    }
}


/* =================
plan  
================= */

.marketing-automation section.plan {
    background: #E6F4F4;
    padding-bottom: 100px;
}

.marketing-automation section.plan .plan__item {
    border-radius: 15px;
    border: 2px solid #FFF;
    background: linear-gradient(132deg, rgba(255, 255, 255, 0.85) -14.21%, rgba(255, 255, 255, 0.70) 105.73%);
    box-shadow: 0px 0px 15px 0px rgba(209, 209, 209, 0.25);
    padding: 90px 60px 70px;
    width: calc((100% - 70px)/2);
    position: relative;
}

.marketing-automation section.plan .plan__item::before {
    position: absolute;
    content: '01';
    font-size: 152px;
    color: #17B3B3;
    opacity: 0.2;
    left: 20px;
    top: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}

.marketing-automation section.plan .plan__item:nth-of-type(2)::before {
    content: '02';
}

.marketing-automation section.plan .plan__item:nth-of-type(3)::before {
    content: '03';
}

.marketing-automation section.plan .plan__item:nth-of-type(4)::before {
    content: '04';
}

.marketing-automation section.plan h4 {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 25px;
    margin-bottom: 40px;
    text-align: center;
}

.marketing-automation section.plan h4::after {
    position: absolute;
    content: '';
    width: 65px;
    height: 5px;
    background: #17B3B3;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.marketing-automation .plan__list {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
}

@media (max-width:768px) {
    .marketing-automation section.plan .plan__item {
        width: 100%;
        padding: 65px 25px 25px;
    }
    .marketing-automation section.plan h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .marketing-automation section.plan .plan__item::before {
        font-size: 108px;
    }
    .marketing-automation .plan__list {
        gap: 30px;
    }
    .marketing-automation section.plan {
        padding-bottom: 60px;
    }
}


/* =================
reservation 
================= */

.marketing-automation section.reservation {
    background: #17B3B3;
    padding-bottom: 100px;
}

.marketing-automation section.reservation .sec-title span {
    color: #fff;
}

.marketing-automation section.reservation li {
    border-radius: 15px;
    border: 2px solid #FFF;
    background: linear-gradient(132deg, rgba(255, 255, 255, 0.85) -14.21%, rgba(255, 255, 255, 0.70) 105.73%);
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.56);
    padding: 30px 25px;
    width: calc((100% - 90px) / 4);
}

.marketing-automation section.reservation li h4 {
    color: #0E9E9E;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.marketing-automation section.reservation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.marketing-automation section.reservation .img-wrap {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marketing-automation section.reservation .img-wrap img {
    width: 50%;
}

@media (max-width:768px) {
    .marketing-automation section.reservation li {
        width: 100%;
        max-width: 300px;
        margin: auto;
    }
    .marketing-automation section.reservation {
        padding-bottom: 60px;
    }
}


/* =================
flow 
================= */

.marketing-automation section.flow {
    background: #E6F4F4;
    padding-bottom: 100px;
}

.marketing-automation section.flow li {
    border-radius: 15px;
    border: 2px solid #FFF;
    background: linear-gradient(132deg, rgba(255, 255, 255, 0.85) -14.21%, rgba(255, 255, 255, 0.70) 105.73%);
    box-shadow: 0px 0px 15px 0px rgba(209, 209, 209, 0.25);
    padding: 110px 30px 35px;
    flex: 1;
    position: relative;
}

.marketing-automation section.flow ul {
    display: flex;
    gap: 50px;
}

.marketing-automation section.flow img {
    margin: auto;
}

.marketing-automation section.flow h4 {
    margin: 35px auto 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.marketing-automation section.flow .small {
    font-size: 14px;
}

.marketing-automation section.flow .step {
    border-radius: 100px;
    background: #17B3B3;
    padding: 7px 30px;
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 23px;
    position: absolute;
    left: -15px;
    top: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.marketing-automation section.flow .number {
    font-size: 36px;
    font-weight: 900;
}

.sp {
    display: none;
}

@media (max-width:768px) {
    .marketing-automation section.flow ul {
        flex-wrap: wrap;
        gap: 30px;
    }
    .marketing-automation section.flow li {
        width: 100%;
        flex: auto;
        max-width: 300px;
        margin: auto;
    }
    .sp {
        display: block;
    }
    .marketing-automation section.flow {
        padding-bottom: 60px;
    }
}


/* =================
form 
================= */

.marketing-automation section.form {
    padding-top: 100px;
}

@media (max-width:768px) {
    .marketing-automation section.form {
        padding-top: 60px;
    }
}
