.wp-block-embed {
    margin-top: 70px;
    background: #f1f4f3;
    padding: 80px 0;
    text-align: center;
}

.wp-block-embed iframe {
    width: 600px;
    height: 337px;
}

.wp-block-group.box {
    max-width: 1028px;
    margin: 50px auto 4rem;
    position: relative;
}

.wp-block-image {
    text-align: center;
}

.wp-block-button__link {
    display: inline-block;
    width: 240px !important;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #1e1e1e;
    border-radius: 33px;
    background: url('../images/icon/arrow_r _wh.svg') no-repeat right 23px center #1e1e1e;
    -webkit-background-size: 7px;
    background-size: 7px;
    padding: 0;
    cursor: pointer;
}

.wp-block-button__link:hover {
    color: #1e1e1e;
    border: 1px solid #1e1e1e;
    background: url('../images/icon/arrow_r.svg') no-repeat right 23px center #fff;
    -webkit-background-size: 7px;
    background-size: 7px;
}

h3.wp-block-heading {
    background: #f1f4f3 url('../images/icon/icon_list.svg') no-repeat left 18px center;
    background-size: 24px auto;
    padding-left: 55px;
    display: flex;
    justify-content: left;
    margin-bottom: 30px;
    align-items: center;
    height: 56px;
    font-size: 20px;
    font-weight: 500;
    box-sizing: border-box;
    margin-top: 30px;
}

h2.wp-block-heading {
    display: block;
    font-weight: 500;
    color: #000000;
    line-height: 1;
    font-size: 45px;
    letter-spacing: 3px;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 30px;
}

h2.wp-block-heading:before {
    background: url('../images/icon/tit_after_3dot.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    height: 6px;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 2;
    position: absolute;
}

h1.wp-block-heading {
        display: block;
    font-family: "Dosis", serif;
    font-weight: 300;
    color: #898989;
    line-height: 1;
    font-size: 70px;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 30px;
}

h1.wp-block-heading:before {
    background: url(../images/icon/tit_after_3dot.svg) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    height: 6px;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 2;
    position: absolute;
}

ul.wp-block-list {
    margin-bottom: 4rem;
}

ul.wp-block-list li {
    list-style-type: disc;
    margin-left: 2rem;
}

.wp-block-table {
    max-width: 1120px;
    margin: 0 auto 3rem;
}

.wp-block-columns {
    margin-bottom: 4rem;
}

.wp-block-table td, .wp-block-table th {
    padding: 25px 20px !important;
    font-size: 16px;
    border-bottom: 1px solid #f1f4f3 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.wp-block-table th,
.wp-block-table td:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    width: 180px;
}

.wp-block-columns.is-layout-flex {
    align-items: center !important;
}

.wp-block-columns .wp-block-image {
    margin-bottom: 0;
}

.wp-block-buttons {
    justify-content: center;
    margin-bottom: 4rem;
}

.wp-block-group.flow_map_reason {
    padding-top: 70px;
}

.wp-block-group.flow_map_reason .wp-block-columns {
    justify-content: space-between !important;
    align-items: flex-start !important;
}

.wp-block-group.flow_map_reason .flow_map_reason_item {
    width: calc(32% - 6rem);
    flex-grow: initial !important;
    flex-basis: auto !important;
    border: 2px solid #f1f4f3;
    padding: 3rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h5.wp-block-heading {
    background: url(../images/icon/icon_list.svg) no-repeat left center;
    -webkit-background-size: 24px;
    background-size: 24px;
    font-size: 20px;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 40px;
}

.wp-block-group.flow_map_reason .wp-block-image {
    text-align: center;
    margin-bottom: 35px;
}

.wp-block-group.flow_map_reason .listtxt {
    text-align: center;
    font-size: 16px;
}

.wp-block-group.flow_map_reason .listnum {
    position: absolute;
    top: -35px;
    background: #fff;
    padding: 0 2rem;
    font-size: 60px;
    color: #888888;
    line-height: 1;
    font-family: "Dosis", serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

.wp-block-group.flex_box .wp-block-columns{
    justify-content: center;
    margin-bottom: 60px;
}

.wp-block-group.flex_box .wp-block-column {
    flex-grow: initial !important;
    flex-basis: auto !important;
}

.wp-block-group.flex_box .flex_txt {
    width: min(50vw, 500px);
    font-size: 16px;
}

.wp-block-group.flex_box .flex_txt p {
     font-size: 16px;
}

.wp-block-group.flex_box .flex_txt p+p {
    margin-top: 15px;
}

.wp-block-group.flex_box .flex_img {
    width: min(50vw, 512px);
    margin-left: 45px;
} 

h4.wp-block-heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .wp-block-group.box {
        margin: 30px auto;
    }

    .wp-block-button__link {
        display: inline-block;
        width: 220px !important;
        line-height: 50px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        border: 1px solid #1e1e1e;
        border-radius: 33px;
        background: url('../images/icon/arrow_r _wh.svg') no-repeat right 26px center #1e1e1e;
        -webkit-background-size: 8px;
        background-size: 8px;
    }

    .wp-block-button__link:hover {
        color: #1e1e1e;
        border: 1px solid #1e1e1e;
        background: url('../images/icon/arrow_r.svg') no-repeat right 26px center #fff;
        -webkit-background-size: 8px;
        background-size: 8px;
    }

    h3.wp-block-heading {
        height: auto;
        font-size: 1.6rem;
        background: #f1f4f3 url('../images/icon/icon_list.svg') no-repeat left 10px center;
        background-size:18px auto;
        padding: 5px 10px 5px 35px;
        margin: 20px 0;
    }

    .wp-block-columns {
        margin-bottom: 2.5rem;
        font-size: 1.4rem;
        display: block !important;
    }

    .wp-block-buttons {
        margin-bottom: 2.5rem;
    }

    .wp-block-table {
        margin-bottom: 2rem;
    }

    .wp-block-table td, .wp-block-table th {
        padding: 1rem !important;
        font-size: 1.4rem;
    }

    .wp-block-table th, .wp-block-table td:nth-child(1) {
        font-size: 1.4rem;
        width: 100px;
    } 

    .wp-block-columns .wp-block-image {
        margin-bottom: 1.5rem;
    }

    ul.wp-block-list li {
        font-size: 1.4rem;
    }

    .wp-block-media-text {
        display: block !important;
    }

    .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
        margin-bottom: 1.5rem;
    }

    .wp-block-media-text__content {
        padding: 0 !important;
        font-size: 1.4rem;
    }

    h1.wp-block-heading {
        font-size: 42px;
    }

    h2.wp-block-heading {
        font-size: 28px;
    }

    .wp-block-group.flow_map_reason .flow_map_reason_item {
        width: auto;
        margin-bottom: 3rem;
        padding: 3rem 2rem 2rem;
    }

    .wp-block-group.flow_map_reason .listnum {
        font-size: 4rem;
        top: -22px;
    }

    h5.wp-block-heading {
        margin-bottom: 2rem;
        padding-left: 30px;
        background: url(../images/icon/icon_list.svg) no-repeat left center;
        -webkit-background-size: 20px;
        background-size: 20px;
        font-size: 16px;
    }

    .wp-block-group.flow_map_reason .wp-block-image {
        margin-bottom: 1.5rem;
    }

    .wp-block-group.flow_map_reason .listtxt {
        font-size: 1.4rem;
    }

    .wp-block-group.flex_box .flex_txt {
        width: auto;
        font-size: 1.4rem;
    }

    .wp-block-group.flex_box .flex_img {
        width: auto;
        text-align: center;
        margin-left: 0;
        margin-top: 2rem;
    }

    h4.wp-block-heading {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }

    .wp-block-group.flex_box .flex_txt p {
        font-size: 1.4rem;
    }
}