@charset "utf-8";

/* mktg_support */
.pdca_wrap {
    position: relative;
}
.pdca_visual {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
}
.support_pdca .support_h3 {
    margin-bottom: 24px;
}
.pdca_inner {
    display: flex;
    flex-wrap: wrap;
}
.pdca_sup {
    text-align: right;
}
.pdca_ct {
    position: relative;
    display: flex;
    width: 50%;
    padding: 8px;
    box-sizing: border-box;
}
.pdca_ct:nth-child(1) .pdca_ct_inner,
.pdca_ct:nth-child(4) .pdca_ct_inner {
    padding: 24px 160px 24px 24px;
}
.pdca_ct:nth-child(2) .pdca_ct_inner,
.pdca_ct:nth-child(3) .pdca_ct_inner {
    padding: 24px 24px 24px 160px;
}
.pdca_ct:nth-child(1) {
    order: 1;
}
.pdca_ct:nth-child(2) {
    order: 2;
}
.pdca_ct:nth-child(3) {
    order: 4;
}
.pdca_ct:nth-child(4) {
    order: 3;
}
.pdca_ct:nth-child(1)::after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: -150px;
    z-index: 1;
    display: block;
    width: 300px;
    height: 300px;
    background-image: url("../img/marketing/pdca.png");
    background-size: contain;
}
.pdca_ct:nth-child(odd) .pdca_ct_inner {
    background-color: #EFF9FA;
    border: 1px solid #5FC1C7;
}
.pdca_ct:nth-child(even) .pdca_ct_inner {
    background-color: #F0F7E7;
    border: 1px solid #97C75F;
}
.pdca_ct h4,
.pdca_ct .task_list {
    margin-bottom: 16px;
}
.pdca_ct h4 .ttl {
    font-weight: 500;
    font-size: 24px;
}
.pdca_ct h4 .sup {
    position: relative;
    padding-left: 24px;
}
.pdca_ct h4 .sup::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    width: 16px;
    height: 1px;
    border-top: 1px solid #1D4763;
}
.pdca_ct .task_list {
    display: flex;
    flex-wrap: wrap;
}
.pdca_ct .task_list li {
    margin: 0 8px 8px 0;
    padding: 8px;
    box-sizing: border-box;
    background-color: #FFF;
    border: 1px solid #1D4763;
}
/* mktg_supportここまで */

/* mktg_feature */
.feature_select {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}
.feature_wrap {
    position: relative;
    z-index: 1;
    margin-top: -56px;
    box-sizing: border-box;
}
.feature_inner {
    position: relative;
    padding: 80px 0 0 16px;
}
.feature_inner::before {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 128px 240px 0 240px;
    border-color: #FFF transparent transparent transparent;
}
.feature_select .select_ct {
    padding: 16px;
    box-sizing: border-box;
}
.feature_select .select_ct.ct_center {
    margin-top: 64px;
}
.tab_button {
    display: block;
    position: relative;
    width: 120px;
    height: 64px;
    padding: 0;
    font-family: 'Figtree';
    font-weight: 600;
    font-size: 40px;
    color: transparent;
    background: #118C99;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: .4s;
}
.tab_button:hover {
    color: #FFF;
    background-color: #118C99;
}
.tab_button.active_button {
    color: #FFF;
}
.tab_button::before {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    top: -32px;
    border-style: solid;
    border-width: 0 60px 32px 60px;
    border-color: transparent transparent #118c99 transparent;
}
.tab_button::after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    bottom: -32px;
    border-style: solid;
    border-width: 32px 60px 0 60px;
    border-color: #118c99 transparent transparent transparent;
}
.feature_tab_ct {
    display: flex;
    flex-wrap: wrap;
}
.feature_txt {
    width: 50%;
    padding: 0 40px 80px 0;
    box-sizing: border-box;
}
.feature_visual {
    width: 50%;
}
.feature_number {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 48px;
}
.feature_ttl {
    margin-bottom: 16px;
}
.feature_visual img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: top;
}
.feature_visual_wrap {
    position: relative;
    height: 100%;
}
.feature_visual_wrap::before {
    position: absolute;
    z-index: 0;
    display: block;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 128px 240px 0 0;
    border-color: #EFF9FA transparent transparent transparent
}
.tab_button {
    opacity: .5;
}
.tab_button.active_button {
    opacity: 1;
}
/* mktg_featureここまで */

/* mktg_services */
.services_wrap {
    display: flex;
    flex-wrap: wrap;
}
.services_ct {
    width: 25%;
    padding: 16px;
    box-sizing: border-box;
}
.services_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    padding: 40px;
    border-radius: 50%;
}
.services_icon_height {
    position: relative;
    padding-top: 100%;
    height: 0;
}
.services_icon svg {
    max-height: 104px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    text-align: center;
}
.services_desc {
    padding: 0 16px;
}
.services_desc .services_ttl {
    margin-bottom: 16px;
}
/* mktg_servicesここまで */

/* レスポンシブ */
@media screen and (max-width: 1024px) {
    .pdca_ct {
        width: 100%;
        padding: 0;
    }
    .pdca_ct:nth-child(1)::after {
        display: none;
    }
    .pdca_ct:nth-child(3) {
        order: 3;
    }
    .pdca_ct:nth-child(4) {
        order: 4;
    }
    .pdca_ct .pdca_ct_inner {
        width: 100%;
    }
    .pdca_ct:nth-child(odd) .pdca_ct_inner,
    .pdca_ct:nth-child(even) .pdca_ct_inner {
        border: none;
    }
    .pdca_ct:nth-child(1) .pdca_ct_inner, .pdca_ct:nth-child(4) .pdca_ct_inner,
    .pdca_ct:nth-child(2) .pdca_ct_inner, .pdca_ct:nth-child(3) .pdca_ct_inner {
        padding: 0;
    }
    .pdca_ct h4, .pdca_ct .task_list {
        margin-bottom: 0;
    }
    .pdca_ct .task_list {
        padding: 16px 16px 0 16px;
    }
    .pdca_ct .desc {
        padding: 0 16px 16px 16px;
    }
    .pdca_ct h4 {
        padding: 16px;
        color: #FFF;
    }
    .pdca_ct h4 .sup::before {
        border-color: #FFF;
    }
    .pdca_ct:nth-child(odd) h4 {
        background-color: #7FBFC5;
    }
    .pdca_ct:nth-child(even) h4 {
        background-color: #97C75F;
    }
    .services_icon svg {
        max-width: 100%;
        width: 120px;
        height: auto;
    }
}
@media screen and (max-width: 599px) {
    .services_ct {
        width: 100%;
    }
    .services_icon svg {
        max-width: 240px;
        width: 240px;
    }
    .feature_tab_ct {
        flex-direction: column-reverse;
    }
    .feature_wrap {
        margin-top: 0;
    }
    .feature_inner {
        padding: 32px 16px;
    }
    .feature_inner .tab {
        margin-top: 0;
    }
    .feature_number {
        margin-bottom: 0;
    }
    .feature_txt {
        width: 100%;
        padding: 0 16px 24px 16px;
    }
    .feature_visual {
        width: 100%;
    }
    .feature_visual_wrap::before {
        display: none;
    }
    .feature_inner::before {
        display: none;
    }
    .feature_select .select_ct {
        width: 33.333%;
        padding: 0;
    }
    .feature_select .select_ct.ct_center {
        margin-top: 0;
    }
    .tab_button::before {
        display: none;
    }
    .tab_button {
        position: relative;
        width: 100%;
        height: auto;
        opacity: 1;
        padding: 16px;
        color: #1D4763;
        background-color: #FFF;
        border-top: 1px solid #1D4763;
        border-right: 1px solid #1D4763;
    }
    .tab_button::after {
        opacity: 1;
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 8px;
        transition: .4s;
        background-color: #1D4763;
        border: none;
    }
    .tab_button.active_button {
        color: #1D4763;
        background-color: #FFF;
    }
    .tab_button.active_button::after {
        background: rgb(151,199,95);
        background: linear-gradient(30deg, rgba(151,199,95,1) 0%, rgba(95,193,199,1) 100%);
    }
}