@charset "UTF-8";

#main {
    background-color: #fff;
}

#header .top_info {
    margin-bottom: 0;
}

#header .top_info .wrap_inner {
    height: 323px;
    background: url(../images/bg_top.png) no-repeat center top;
}

#header .top_info .inner {
    height: 100%;
    padding: 0;
}

#header .top_info .top_info_img {
    bottom: 0;
    right: 82px;
    font-size: 0;
}

#header .top_info .info_group {
    padding: 47px 0 0 63px;
    width: 520px;
}

.top_info_logo {
    font-size: 0;
    margin-bottom: 27px;
}

.top_info_title {
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 12px;
}

.top_info_title small {
    font-weight: 500;
    font-size: 15px;
}

.top_info_btn a, .top_info_btn span {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 332px;
    height: 93px;
    text-align: center;
    font-weight: bold;
    font-size: 41px;
    letter-spacing: 0.2em;
    line-height: 1;
    background: url(../images/bg_btn.png) no-repeat 0 0;
    padding-bottom: 4px;
}

@media screen and (max-width: 1200px) {
    #header .top_info .top_info_img {
        width: 443px;
    }
}

@media screen and (max-width: 1160px) {
    #header .top_info .wrap_inner {
        background: url(../images/bg_top_tb.png) no-repeat right top;
    }

    #header .top_info .top_info_img {
        right: 34px;
    }
}

@media screen and (max-width: 1023px) {
    #header .top_info .wrap_inner {
        background-size: 117% auto;
        height: 31.57vw;
    }

    #header .top_info .top_info_img {
        right: 2.5vw;
        width: 43.3vw;
    }

    .top_info_logo {
        margin-bottom: 2.4vw;
    }

    .top_info_logo img {
        width: 16.13vw;
    }

    #header .top_info .info_group {
        padding: 3.9vw 0 0 2.5vw;
        width: 42vw;
    }

    .top_info_title {
        font-size: 2.5vw;
        margin-bottom: 1vw;
    }

    .top_info_btn a, .top_info_btn span {
        font-size: 4vw;
        width: 32.45vw;
        height: 9.09vw;
        background-size: 100% 100%;
    }
}

@media screen and (max-width: 750px) {
    #header .top_info .info_group {
        height: auto;
        width: auto;
        padding: 4.8vw 9.86vw 6.5vw 9.86vw;
        margin: 0;
    }

    #header .top_info .top_info_img {
        position: inherit;
        right: inherit;
        bottom: inherit;
        width: auto;
    }

    #header .top_info {
        background: linear-gradient(to right, #00994c 0%, #007d3e 100%);
        border-top: 1px solid #D4E9DD;
        padding-bottom: 0.66vw;
    }

    #header .top_info .wrap_inner {
        height: auto;
        background: none;
    }

    .top_info_logo {
        margin-bottom: 1.3vw;
    }

    .top_info_logo img {
        width: 26.8vw;
    }

    .top_info_title {
        font-size: 5.3vw;
        margin-bottom: 3.3vw;
    }

    .top_info_title small {
        font-size: 3.3vw;
    }

    .top_info_btn {
        margin: 0 auto;
        width: 53.46vw;
    }

    .top_info_btn a, .top_info_btn span {
        width: 100%;
        font-size: 6.2vw;
        height: 14.9vw;
        padding-bottom: 1vw;
    }
}

.container {
    padding: 0 3.33vw;
    margin: 0 auto;
}

.bg_gray {
    background-color: #F5F6FB;
}

#main .btn {
    letter-spacing: 0.03em;
}

@media screen and (max-width: 750px) {
    #main .btn {
        width: 84vw;
        font-size: 5vw;
        height: 16.67vw;
    }
}

@media screen and (min-width: 751px) {
    .container {
        padding: 0 15px;
        max-width: 1190px;
    }
    #footer .container {
        max-width: initial;
    }
}

/* Release */
.release {
    padding: 8vw 2.67vw 8.6vw;
    border-bottom: 1px solid #cccccc;
}

.release_ttl {
    text-align: center;
    margin-bottom: 7.3vw;
}

.release_ttl span {
    display: inline-block;
    position: relative;
    line-height: 1.2;
    padding-left: 10.6vw;
    font-weight: bold;
    font-size: 4vw;
    color: #000;
}

.release_ttl span::before {
    content: "";
    width: 8.26vw;
    height: 7.2vw;
    background: url(../images/ico_note62x54.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3.6vw;
}

.release_box dl dt {
    font-weight: 500;
    font-size: 3.86vw;
    line-height: 1.2;
    margin-bottom: 1.7vw;
}

.release_box dl dd {
    font-size: 3.86vw;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 5.3vw;
}

.release_box dl dd:last-child {
    margin-bottom: 0 !important;
}

.release_box dl dd a {
    color: #0071bc;
}

@media screen and (min-width: 751px) {
    .release {
        padding: 40px 0;
    }

    .release_box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

    .release_box::before,
    .release_box::after {
        content: "";
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 3px;
        background-color: #4d4d4d;
    }

    .release_box::before {
        left: 0;
    }

    .release_box::after {
        right: 0;
    }

    .release_ttl {
        margin-bottom: 0;
        width: 324px;
        padding: 0 10px;
        white-space: nowrap;
    }

    .release_ttl span {
        padding-left: 47px;
        font-size: 17px;
    }

    .release_ttl span::before {
        width: 37px;
        height: 32px;
        margin-top: -16px;
        background-image: url(../images/ico_note37x32.png);
    }

    .release_box dl {
        padding: 0 10px;
        width: 836px;
    }

    .release_box dl dt {
        font-size: 15px;
        margin-bottom: 0;
    }

    .release_box dl dd {
        font-size: 15px;
        margin: -1.3em 0 12px 0;
        padding: 0 0 0 98px;
    }

    .release_box dl dd a:hover {
        text-decoration: underline;
    }
}

/* function lead */
.function_lead {
    padding: 8vw 0 16vw;
}

.function_lead h1 {
    color: #4D4D4D;
    font-size: 5.3vw;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 5.3vw;
    padding: 0 2.6vw;

    & span {
        color: #00994c;
    }
}

.label {
    font-size: 0;
    text-align: center;
}

.label span {
    display: inline-block;
    line-height: 1;
    color: #fff;
    font-size: 2.9vw;
    font-weight: bold;
    background-color: #00994c;
    padding: 1.3vw 0;
    width: 24vw;
    text-align: center;
    border-radius: 0 0 5px 5px;
}

.function_list {
    margin-bottom: 12.26vw;
}

.function_list li {
    margin-bottom: 2.6vw;
}

.function_list li a {
    display: block;
    border: 1px solid #00994c;
    border-radius: 8px;
    background-color: #fff;
    /* box-shadow: 2px 2px 2px rgba(70, 71, 71, 0.45); */
    text-align: center;
    color: #000;
    line-height: 1.3;
    position: relative;
    padding-bottom: 7.3vw;
}

.function_list li a::after {
    content: "";
    background: url(../images/arrow26x14.png) no-repeat 0 0 / 100% 100%;
    width: 3.46vw;
    height: 1.86vw;
    position: absolute;
    left: 50%;
    bottom: 1.86vw;
    margin-left: -1.73vw;
}

.function_list li p {
    line-height: 1.3;
    font-size: 3.8vw;
    font-weight: bold;
    margin-top: 2.9vw;
}

.function_list .label {
    margin-top: -1px;
}

@media screen and (max-width: 750px) {
    .function_list .icon {
        position: absolute;
        left: 2.9vw;
        font-size: 0;
        top: 50%;
        margin-top: -3.7vw;
    }

    .function_list .icon img {
        width: 9.4vw;
    }

    .function_list li:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 751px) {
    .function_lead {
        padding: 40px 0 90px;
    }

    .label span {
        font-size: 13px;
        width: 107px;
        padding: 4px 0;
        border-radius: 4px;
    }

    .function_list .label {
        margin-top: 0;
    }

    .function_lead h1 {
        font-size: 34px;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 37px;
    }

    .function_list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -9px 50px;
    }

    .function_list li {
        width: 33.333%;
        padding: 0 9px;
        margin-bottom: 15px;
    }

    .function_list li a {
        padding: 19px 0 40px 0;
        height: 100%;
        border-radius: 10px;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .function_list li a::after {
        width: 13px;
        height: 7px;
        background-image: url(../images/arrow13x7.png);
        margin-left: -7px;
        bottom: 18px;
    }

    .function_list li a:hover {
        opacity: 0.7;
    }

    .function_list li p {
        margin: 12px 0 17px;
        font-size: 19px;
    }
}

/* Function 1 */
.function {
    padding: 9.3vw 0 16vw;
}

.function1 {
    background: url(../images/img_function01_sp.png) no-repeat 0 0 / 100% auto;
    position: relative;
}

.function1::after {
    content: "";
    background: url(../images/bg_function01_sp.png) no-repeat left top / 100% auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: 59vw;
    bottom: 0;
}

.function1 .container {
    position: relative;
    z-index: 1;
}

.function_head {
    position: relative;
    padding: 0 3.33vw 4.66vw;
    margin-bottom: 5.3vw;
}

.function_head::after {
    content: "";
    height: 0.4vw;
    background-color: #00994c;
    width: 17.3vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -8.65vw;
}

.function_head .label {
    margin-bottom: 3.33vw;
}

.function_head .label span {
    border-radius: 5px;
    font-size: 3.8vw;
    padding: 1.86vw 0;
    width: 33.33vw;
}

.function_head h2 {
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    color: #4d4d4d;
    margin-bottom: 4vw;
    font-size: 5.3vw;
}

.function_head p {
    color: #4d4d4d;
    font-size: 3.8vw;
    line-height: 1.75;
}

.function1 figure {
    margin-bottom: 0.8vw;
}

.function1 figure img {
    display: block;
    margin: 0 auto;
    width: 62.4vw;
}

.answer_box {
    /* box-shadow: 1px 1px 2px 1px rgba(70, 71, 71, 0.4); */
    border: 1px solid #e1e1e1;
    background-color: #fff;
    border-radius: 9px;
    overflow: hidden;
}

.title3 {
    color: #00994c;
    font-size: 5.3vw;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    background-color: #e3f6e4;
    padding: 2.9vw 0;
    border-bottom: 1px solid #e1e1e1;
}

.answer_item {
    border-bottom: 1px solid #e1e1e1;
}

.answer_item:last-child {
    border: none;
}

.answer_cont {
    padding: 1vw 7.5vw 7vw;
}

.answer_item dl dt,
.answer_item dl dd {
    padding: 0 0 0 6.6vw;
}

.answer_item dl dt {
    position: relative;
    font-weight: bold;
    font-size: 4.4vw;
    line-height: 1.3;
    margin-bottom: 1vw;
}

.answer_item dl dt::before {
    content: "";
    width: 4.5vw;
    height: 3.7vw;
    background: url(../images/ico_check34x28.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.87vw;
}

.answer_item dl dd {
    font-size: 3.8vw;
    line-height: 1.7;
    margin-bottom: 7vw;
}

.answer_item .text_small {
    font-size: 3.8vw;
    line-height: 1.7;
    margin-bottom: 6vw;
}

.answer_item .text_big {
    color: #000;
    font-size: 4.4vw;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 750px) {
    .answer_item dl:nth-child(2) dd:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 751px) {
    .function {
        padding: 60px 0;
    }

    .function1 {
        background-image: url(../images/img_function01.png);
        background-size: cover;
        background-position: center top;
    }

    .function1::after {
        background-image: url(../images/bg_function01.png);
        background-position: center top;
        background-size: 190% auto;
        top: 0;
    }

    .function_head {
        padding-bottom: 48px;
        margin-bottom: 50px;
    }

    .function_head::after {
        height: 3px;
        width: 90px;
        margin-left: -45px;
    }

    .function_head .label {
        margin-bottom: 20px;
    }

    .function_head .label span {
        font-size: 23px;
        width: 193px;
        padding: 10px 0;
    }

    .function_head h2 {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .function_head p {
        text-align: center;
        font-size: 17px;
        line-height: 1.4;
    }

    .function1 figure {
        position: absolute;
        left: 10px;
        top: -110px;
    }

    .function1 figure img {
        width: 23vw;
        margin: 0;
    }

    .title3 {
        font-size: 30px;
        padding: 23px 0 21px;
    }

    .answer_box {
        /* box-shadow: 2px 2px 2px 2px rgba(70, 71, 71, 0.25); */
        border-radius: 10px;
    }

    .answer_cont {
        padding: 20px 105px 80px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .answer_item dl {
        width: 50%;
        position: relative;
        padding: 0 34px;
    }

    .answer_item dl:nth-child(1)::after {
        content: "";
        width: 1px;
        background-color: #e8e8e8;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .answer_item .text_area {
        padding-left: 34px;
        padding-right: 50px;
    }

    .answer_item dl dt,
    .answer_item dl dd {
        padding-left: 36px;
    }

    .answer_item dl dt {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .answer_item dl dt::before {
        width: 23px;
        height: 18px;
        background-image: url(../images/ico_check23x18.png);
        margin-top: -9px;
    }

    .answer_item dl dd {
        font-size: 15px;
        line-height: 1.86;
        margin-bottom: 50px;
    }

    .answer_item dl dd:last-child {
        margin-bottom: 0;
    }

    .answer_item .text_small {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .answer_item .text_big {
        font-size: 20px;
        padding-bottom: 15px;
    }
}

@media screen and (min-width: 751px) and (max-width: 992px) {
    .answer_cont {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (min-width: 839px) and (max-width: 885px) {
    .answer_item dl:nth-child(2) {
        padding-right: 40px;
    }
}

@media screen and (min-width: 1258px) {
    .function1 figure {
        left: -30px;
    }
}

@media screen and (min-width: 1300px) {
    .function1::after {
        background-size: auto auto;
    }
}

@media screen and (min-width: 1460px) {
    .function1 figure {
        position: absolute;
        left: -139px;
        top: -170px;
    }

    .function1 figure img {
        width: auto;
    }
}

/* Function 2 */
.data_list li {
    text-align: center;
    margin-bottom: 13.86vw;
    position: relative;
}

.data_list li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7.8vw;
    background: url(../images/arrow35x25.png) no-repeat 0 0 / 100% 100%;
    width: 4.67vw;
    height: 3.33vw;
    margin-left: -2.335vw;
}

.data_list li:last-child {
    margin-bottom: 0;
}

.data_list li:last-child::after {
    display: none;
}

.data_list .icon {
    margin-bottom: 4vw;
}

.data_list .icon img {
    width: 40vw;
    display: block;
    margin: 0 auto;
}

.data_list h3 {
    font-weight: bold;
    color: #000;
    font-size: 4.4vw;
}

@media screen and (min-width: 751px) {
    .data_list {
        /* padding: 0 55px; */
        display: grid;
        width: 70%;
        margin: auto;
        grid-template-columns: repeat(3, 1fr);
    }

    .data_list li {
        /* width: 33.333%;
        padding: 0 20px; */
        margin-bottom: 0;
    }

    .data_list li::after {
        top: 50%;
        right: -7px;
        bottom: revert;
        left: revert;
        width: 14px;
        height: 19px;
        margin-left: 0;
        background-image: url(../images/arrow14x19.png);
        transform: translateY(-50%);
    }

    .data_list .icon {
        width: 60%;
        margin: 0 auto 15px;
    }

    .data_list .icon img {
        width: auto;
    }

    .data_list h3 {
        font-size: 20px;
    }
}

@media screen and (min-width: 751px) and (max-width: 992px) {
    .data_list {
        padding: 0;
    }
}

/* Function 3 */
.card {
    padding: 0 3.3vw;
    margin-bottom: 8.5vw;
}

.card_title {
    font-weight: bold;
    /* color: #00994c; */
    font-size: 5.3vw;
    line-height: 1.4;
    margin-bottom: 6.5vw;
}

.card_text {
    margin-bottom: 4.6vw;
}

.card_text .dot_list {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 6vw;
    margin-bottom: 6vw;
}

.card_text .dot_list li {
    margin-bottom: 2.6vw;
}

.card_thumb img {
    display: block;
}

.note_list li {
    font-size: 3.3vw;
    text-indent: -3.2vw;
    padding-left: 3.2vw;
    line-height: 1.4;
}

@media screen and (min-width: 751px) {
    .card {
        display: grid;
        grid-template-columns: 1fr .8fr;
        gap: 30px;
        margin-bottom: 85px;
        padding: 0;
    }

    .card_text {
        margin-bottom: 0;
        margin-top: -7px;
    }

    .card_title {
        margin-bottom: 36px;
        font-size: 30px;
        line-height: 1.56;
    }

    .card_text .dot_list {
        margin-bottom: 25px;
        padding: 0 0 19px;
    }

    .card_text .dot_list li {
        margin-bottom: 19px;
    }

    .note_list li {
        font-size: 15px;
        text-indent: -15px;
        padding-left: 15px;
    }
}

/* Function 4 */
.dot_list {
    padding: 0 3.33vw;
}

.dot_list li {
    margin-bottom: 4.6vw;
}

.dot_list li:last-child {
    margin-bottom: 0 !important;
}

.dot_list li span {
    display: block;
    position: relative;
    font-size: 3.8vw;
    line-height: 1.7;
    padding-left: 3.7vw;
}

.dot_list li span::before {
    content: "";
    width: 3.46vw;
    height: 3.46vw;
    background-color: #00994c;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 1.5vw;
}

.dot_list li small {
    display: block;
    padding-left: 3.7vw;
    font-size: 3.33vw;
    line-height: 1.7;
}

.function4 figure {
    margin: 0 -2.5vw 6vw;
}

.function4 figure img {
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 751px) {
    .dot_list {
        padding: 0;
    }

    .dot_list li {
        margin-bottom: 10px;
    }

    .dot_list li span {
        font-size: 19px;
        line-height: 1.5;
        padding-left: 20px;
    }

    .dot_list li span::before {
        width: 17px;
        height: 17px;
        top: 5px;
    }

    .dot_list li small {
        font-size: 15px;
        line-height: 1.5;
        padding-left: 0;
        padding-bottom: 5px;
    }

    .function4 figure {
        margin: 0 0 46px;
    }
}

/* Function 6 */
.image_list1 {
    padding: 0 3.33vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.93vw 9.3vw;
}

.image_list1 li {
    width: 50%;
    padding: 0 0.93vw;
    margin-bottom: 3.2vw;
}

.image_list1 li img {
    display: block;
}

.image_list2 {
    padding: 7.3vw 9.33vw;
}

.image_list2 li {
    margin-bottom: 3.2vw;
}

.image_list2 li:last-child {
    margin-bottom: 0;
}

.app_card {
    /* box-shadow: 1px 1px 2px 1px rgba(70, 71, 71, 0.4); */
    border: 1px solid #e1e1e1;
    background-color: #fff;
    border-radius: 9px;
    overflow: hidden;
}

.app_card h3 {
    color: #00994c;
    font-size: 5.3vw;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    background-color: #e3f6e4;
    padding: 2.9vw 0;
    border-bottom: 1px solid #e1e1e1;
}

.app_card ul {
    padding: 7.4vw 8vw 7vw;
}

.app_card ul li {
    margin-bottom: 7vw;
}

.app_card ul li:last-child {
    margin-bottom: 0;
}

.app_card ul h4 {
    font-weight: bold;
    font-size: 4.4vw;
    line-height: 1.3;
    margin-bottom: 1vw;
}

.app_card ul p {
    font-size: 3.8vw;
    line-height: 1.7;
}

.function6 .note_list {
    padding: 4.4vw 3.33vw 9.6vw;
}

@media screen and (min-width: 751px) {
    .image_list1 {
        padding: 0;
        margin: 0 -6.5px 120px;
    }

    .image_list1 li {
        width: 25%;
        padding: 0 6.5px;
        margin-bottom: 0;
    }

    .image_list2 {
        margin: 56px -20px;
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .image_list2 li {
        margin: 0;
        width: 50%;
        padding: 0 20px;
    }

    .app_card {
        /* box-shadow: 2px 2px 2px 2px rgba(70, 71, 71, 0.25); */
        /* border: 1px solid #e1e1e1; */
        border-radius: 10px;
    }

    .app_card h3 {
        font-size: 30px;
        padding: 23px 0 21px;
    }

    .app_card ul {
        padding: 40px 15px 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .app_card ul li {
        margin-bottom: 0;
        width: 33.333%;
        border-right: 1px solid #e8e8e8;
        padding: 54px 20px 0;
    }

    .app_card ul li:nth-child(3n) {
        border-right: none;
    }

    .app_card ul li:nth-child(1),
    .app_card ul li:nth-child(2),
    .app_card ul li:nth-child(3) {
        padding-top: 0;
    }

    .app_card ul h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .app_card ul p {
        font-size: 15px;
        line-height: 1.86;
    }

    .function6 .note_list {
        padding: 28px 0 50px;
    }
}

/* Banner */
.banner {
    border-top: 4px solid #009b47;
    background: url(../images/bg_sp.jpg) no-repeat center top / cover;
    padding: 6.6vw 0 0 0;
    height: 84vw;
}

.banner_text {
    padding: 0 3.87vw;
}

.banner_text p {
    /* color: #00994C; */
    color: #4d4d4d;
    line-height: 1.75;
    font-size: 3.8vw;
    font-weight: bold;
}

@media screen and (min-width: 751px) {
    .banner {
        border-top-width: 5px;
        padding-top: 0;
        height: 335px;
        background-image: url(../images/bg_banner.jpg);
        position: relative;
    }

    .banner::after {
        content: "";
        background: url(../images/bg_banner_in.png) no-repeat center top;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .banner .container {
        position: relative;
        z-index: 1;
        height: 100%;
    }

    .banner_text {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    .banner_text p {
        line-height: 1.8;
        font-size: 30px;
    }
}

@media screen and (min-width: 751px) and (max-width: 1170px) {
    .banner::after {
        background-position: right bottom;
        right: -7vw;
    }
}
